
/*------------------------------------------------------------------
    Main Style Stylesheet
    Project:        HTML5 Template
    Version:        1.0
    Author:         
    Last change:    
    Primary use: 
-------------------------------------------------------------------*/

/*------------------------------------------------------------------
body 
 + WRAP
 + HEADER
 + NAVIGATION
 + BANNER
 + SERVICES
 + OUR FEATURED FOUNDERS
 + BLOG UPDATES 
 + APPOINMENT
 + NEWS FROM BLOG
 + PARTNERS / CLIENTS
 + FOOTER
 + SOCIAL ICONS
 + MEGA MENU
 + 3 MENU LEVEL 
-------------------------------------------------------------------*/
/*=======================================================
      IMPORT FILE
========================================================*/
@import url("animate.css");
/*=======================================================
      THEME STYLING START
========================================================*/
* {
    margin: 0px;
    padding: 0px;
}
body {
    background: #f5f5f5;
    font-weight: normal;
    position: relative;
    font-size: 14px;
/*    font-family: 'Montserrat', sans-serif;*/
font-family: "League Spartan", sans-serif;
}
.fonts {
    font-family: 'Merriweather', serif;
    font-family: 'Poppins', sans-serif;
}
/*=======================================================
      WRAPPER
========================================================*/
#wrap {
    position: relative;
    width: 100%;
}
/*=======================================================
      HEADINGS
========================================================*/
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    color: #252525;
}
h1 {
    font-size: 52px;
}
h2 {
    font-size: 46px;
}
h3 {
    font-size: 36px;
}
h4 {
    font-size: 24px;
}
h5 {
    font-size: 20px;
}
h6 {
    font-size: 16px;
}
p {
    font-weight: 500;
    color: #141414;
    line-height: 20px;
    text-rendering: optimizeLegibility;
}
test{
    color: blue;
}
button {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
a {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    text-decoration: none !important;
}
img {
    -webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -ms-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    display: inline-block !important;
}
.center-auto {
    margin: 0 auto;
    float: none;
}
/*=======================================================
      Heading Block
========================================================*/
.heading-block {
    margin-bottom: 60px;
}
.heading-block p {
    max-width: 700px;
    margin: 0 auto;
    font-size: 18px;
}
.heading-block h2 {
    font-size: 32px;
    font-weight: 600;
}
/*=======================================================
      Content
========================================================*/
#content {
    background: #f2f2f2;
}
/*=======================================================
      HEADER
========================================================*/
header {
    width: 100% !important;
    z-index: 999 !important;
    background: #fff;
    top: 0px;
    left: 0px;
    position: relative !important;
    box-shadow: 0 0 30px rgba(0,0,0,0.07);
}
header .navbar {
    border: none;
    margin: 0px;
    position: static;
    padding: 0px;
    border-radius: 0px;
    text-align: center;
    float: right;
}
.dropdown-toggle::after {
    display: none;
}
header .logo {
    float: left;
    position: relative;
    margin-top: 8px;
}
header .logo img {
    z-index: 3;
    position: relative;
        max-width: 190px;
}
.sticky-wrapper {
    height: auto !important;
}
header .sticky {
    background: rgba(255,255,255,0.95);
    left: 0px;
}
header .is-sticky .sticky {
    padding: 15px 0;
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
}
header .navbar {
    display: inline-block;
    -webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -ms-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}
header .navbar li {
    display: inline-block;
    float: left;
    margin: 0 20px;
    position: relative;
}
header .sticky {
    width: 100%;
    -webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -ms-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}
header .navbar li a {
    font-size: 18px;
    color: #065629;
    font-weight: 500;
    padding: 25px 0px;
    margin: 0;
    position: relative;
    display: inline-block;
    letter-spacing: 0px;
}
header .navbar li a:before {
    width: 0px;
    margin: 0px auto;
    position: absolute;
    content: "";
    height: 2px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: -1;
    background: #f58634;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -ms-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}
header .navbar li a:hover:before {
    width: 100%;
}
header .navbar li.active a:before {
    width: 100%;
    margin: 0px auto;
    position: absolute;
    content: "";
    height: 2px;
    bottom: 0px;
    left: 0px;
    z-index: -1;
    background: #f58634;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -ms-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}
.nav>li>a:focus, .nav>li>a:hover {
    background: none;
}
.ownmenu .nav .dropdown-menu {
    background: rgba(255,255,255,0.99);
    padding: 0px;
}
.ownmenu .dropdown-menu li {
    margin: 0px;
    width: 100%;
}
.ownmenu .nav .dropdown-menu li {
    position: relative;
    z-index: 2;
}
.ownmenu .nav .dropdown-menu li a {
    z-index: 1;
    position: relative;
}
.ownmenu .nav .dropdown-menu li a:before {
    background: #2d3a4b;
    content: "";
    width: 0px;
    height: 100%;
    top: 0px;
    margin: 0px;
    z-index: -1;
    left: 0px;
    display: none;
}
.ownmenu .dropdown-menu li a:hover:before {
    width: 100%;
}
.ownmenu .nav .dropdown-menu li a {
    padding: 0px 0px;
    font-size: 16px;
    line-height: 30px;
    background: none;
    text-transform: none;
    color: #2d3a4b !important;
}
.ownmenu .nav .dropdown-menu li:nth-last-child(1) a {
    border-bottom: none;
}
.ownmenu .nav .dropdown-menu li a:hover {
    color: #000 !important;
}
.ownmenu .nav .dropdown-menu {
    border: none;
    min-width: 250px;
    margin-top: 23px;
}
.ownmenu .nav .dropdown-menu {
    border-top: none;
    padding: 20px;
    border-radius: 0px 0px 8px 8px;
}
.ownmenu .nav .dropdown-menu.two-option {
    min-width: 500px;
    right: 0px;
    left: auto;
}
.ownmenu .dropdown.megamenu {
    position: static !important;
}
.ownmenu .dropdown.megamenu .dropdown-menu {
    width: 100%;
    min-width: inherit;
    padding: 30px 0;
    margin-top: 0px;
    top: 100%;
}
.ownmenu .nav .dropdown-menu li a {
    position: relative;
    display: inline-block;
    width: 100%;
}
.ownmenu .nav .dropdown-menu li a:after {
}
.ownmenu .dropdown.megamenu .dropdown-menu li {
    display: inline-block;
    width: 100%;
}
.ownmenu .dropdown.megamenu .dropdown-menu h6 {
    margin-bottom: 20px;
    color: #2d3a4b;
    font-size: 18px;
    font-weight: normal;
}
.ownmenu .dropdown.megamenu .dropdown-menu .btn {
    padding: 0px 30px;
    letter-spacing: 0px;
    margin-top: 10px;
}
.ownmenu .dropdown.megamenu .dropdown-menu .btn:before {
    display: none;
}
.ownmenu .dropdown.megamenu .dropdown-menu h5 {
    margin-bottom: 20px;
    letter-spacing: 1px;
    color: #2d3a4b;
}
.ownmenu .dropdown.megamenu .dropdown-menu h5 span {
    font-size: 14px;
    text-transform: none;
    width: 100%;
    font-weight: normal;
    display: inline-block;
}
.ownmenu .dropdown.megamenu .dropdown-menu li a {
    display: inline-block;
    width: 100%;
    font-size: 12px;
    padding: 0px 0px;
    padding-left: 15px;
    color: #2d3a4b !important;
    margin: 0px;
}
.ownmenu .dropdown .media-left {
    float: left;
}
.ownmenu .dropdown.megamenu .cart-img {
    width: 80px;
    margin-right: 10px;
    padding: 5px;
    display: inline-block;
    background: #fff;
    border: 1px solid rgba(0,0,0,0.1);
}
.ownmenu .dropdown.megamenu .cart-img a {
    padding: 1px !important;
    border: none !important;
}
.ownmenu .dropdown.megamenu .cart-img a:after {
    display: none;
}
.ownmenu .dropdown.megamenu .cart-img img {
    max-width: 100%;
}
.ownmenu .dropdown.megamenu .stars {
    margin-bottom: 0px;
    color: #ffe119;
    font-size: 11px;
}
.ownmenu .dropdown.megamenu .stars i {
    margin: 0 1px;
}
.ownmenu .dropdown.megamenu .media-heading {
    margin-top: 10px;
    font-weight: normal;
    margin-bottom: 5px !important;
}
.ownmenu .dropdown.megamenu .top-rated li .price {
    font-size: 12px;
}
.ownmenu .dropdown.megamenu .top-rated li {
    border-bottom: 1px solid rgba(0,0,0,0.1);
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.ownmenu .dropdown.megamenu .top-rated li:nth-last-child(1) {
    border: none;
    padding-bottom: 0px;
    margin-bottom: 0px;
}
.ownmenu .dropdown.megamenu .dropdown-menu {
    overflow: hidden;
    border-top: 1px solid #2d3a4b;
    margin: 0px;
}
.ownmenu .nav li.megamenu:hover .dropdown-menu {
    margin-top: -1px !important;
}
.ownmenu .dropdown.megamenu .dropdown-menu .row {
    max-width: 1170px;
    margin: 0 auto;
}
header .is-sticky .sticky .nav .dropdown.megamenu .dropdown-menu {
    margin-top: 0px;
}
.ownmenu .dropdown.megamenu .dropdown-menu .row {
    position: relative;
}
.ownmenu .dropdown.megamenu .dropdown-menu .nav-img {
    margin-right: -30px;
    float: right;
    margin-top: -30px;
    margin-bottom: -30px;
    position: absolute;
    top: 0px;
    z-index: -1;
}
.ownmenu .dropdown.megamenu .dropdown-menu li a:before {
    height: 1px;
    top: auto;
    bottom: 0px;
}
.ownmenu .dropdown .sub-menu .dropdown-menu {
    position: absolute;
    left: 100%;
    top: 0px;
    opacity: 0 !important;
}
.ownmenu .dropdown .sub-menu:hover .dropdown-menu {
    opacity: 1 !important;
}
.ownmenu .dropdown .sub-menu .dropdown-menu li a {
    width: 100%;
}
.ownmenu .dropdown .sub-menu .dropdown-menu li:nth-last-child(1) a {
}
.ownmenu .dropdown .sub-menu:before {
    content: "\f105";
    position: absolute;
    right: 10px;
    font-weight: 900;
    font-family: 'Font Awesome 5 free';
    line-height: 33px;
    z-index: 2;
}
.ownmenu {
    float: left;
}
.nav-right .navbar-right li {
    margin: 0px;
}
.nav-right .navbar-right li a {
    border: 1px solid #2d3a4b;
    border-radius: 50%;
    height: 36px;
    width: 36px;
    line-height: 34px;
    margin-left: 10px !important;
}
.nav-right .navbar-right li a i {
    font-size: 14px;
}
.nav-right .navbar-right li a:hover {
    color: #fff;
    background: #2d3a4b;
}
.nav-right {
    float: right;
    position: relative;
    margin-top: 1px;
}
.navbar-right li a {
    margin: 0px !important;
    padding: 0px !important;
    width: 40px;
    float: left;
}
header .social_icons {
    float: right;
    color: #fff;
    margin-left: 30px;
}
header .social_icons li {
    margin: 0 10px;
}
header .social_icons li a {
    padding: 24px 0;
}
header.light-head .navbar .nav-right li a {
    padding-left: 0px !important;
    padding-right: 0px !important;
    background: none !important;
}
header .social_icons a:hover {
    color: #ab4e52;
}
header .is-sticky .sticky .nav .dropdown-menu {
    margin-top: 10px;
}
.header-1 {
    position: absolute;
    background: none;
}
.header-1 .sticky {
    background: none;
}
.header-1 .is-sticky .sticky {
    background: rgba(255,255,255,0.9);
}
header.light-head .navbar li a {
    color: #fff;
}
header.light-head .navbar li a:hover {
    background: rgba(0,0,0,0.9);
    border-radius: 6px 6px 0 0;
}
header.light-head .navbar .dropdown-menu li a {
    color: #333;
}
header.light-head .navbar .dropdown-menu li a.btn {
    color: #fff;
}
.header-1 .is-sticky .sticky {
    background: rgba(0,0,0,0.9);
}
header.light-head .ownmenu .nav .dropdown-menu {
    background: rgba(0,0,0,0.9) !important;
    border: none;
}
header.light-head .ownmenu .nav ul.dropdown-menu li a {
    color: #fff !important;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}
header.light-head .ownmenu .nav .dropdown-menu li a:after {
    color: #fff;
}
header.light-head .ownmenu .nav ul.dropdown-menu li a:hover {
    color: #fff !important;
}
header.light-head .ownmenu .nav ul.dropdown-menu li a:before {
    display: none;
}
header.light-head p {
    color: #b4b4b4;
}
header.light-head .ownmenu .dropdown.megamenu .dropdown-menu h6 {
    color: #fff;
}
header.light-head .ownmenu .dropdown.megamenu .dropdown-menu h5 {
    color: #fff;
}
header.light-head .ownmenu .dropdown.megamenu .dropdown-menu h5 span {
    color: #999999;
}
header.light-head .ownmenu .dropdown.megamenu .cart-img {
    background: #000;
    border: 1px solid rgba(255,255,255,0.2);
}
header.light-head .ownmenu .dropdown.megamenu .top-rated li .price {
    color: #999999;
}
header.light-head .ownmenu .dropdown.megamenu .dropdown-menu li a {
    color: #999999 !important;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}
header.light-head .ownmenu .dropdown.megamenu .dropdown-menu li a:hover {
    color: #fff !important;
}
header.light-head .ownmenu .dropdown.megamenu .dropdown-menu li a:before {
    background: #fff;
}
.header-1 {
    padding-bottom: 0px !important;
}
.header-1 .sticky {
    padding-bottom: 0px !important;
}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background: none;
}
.header-1 .logo {
    margin-top: 15px;
}
.header-1 .ownmenu .nav .dropdown-menu {
    margin-top: 0px;
}
header.light-head .navbar li a:before {
    background: #fff;
    bottom: 0px;
    top: auto;
    height: 2px;
}
header.light-head .navbar li.active a:before {
    background: #fff;
}
header.light-head .ownmenu ul.dropdown {
    background: rgba(0,0,0,0.9);
}
header.light-head .ownmenu ul.dropdown li a {
    color: #d6d6d6 !important;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}
header .navbar-collapse {
    float: left;
    padding: 0px;
}
header .user-acc li {
    display: inline-block;
    width: 100%;
    margin: 0px !important;
}
header .user-acc li h6 {
    padding: 0 20px;
    font-weight: normal;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    margin: 10px 0;
    padding-bottom: 10px;
    padding-top: 10px;
    margin-bottom: 0px;
    text-transform: none;
}
header .user-acc .dropdown-menu {
    margin-top: 51px;
    padding: 0px;
    border: none;
    border-radius: 0px;
    min-width: 260px;
}
.header-1 .user-acc .dropdown-menu {
    margin-top: 11px;
}
.header-1 .user-basket .dropdown-menu {
    margin-top: 11px;
}
header .is-sticky .sticky .user-acc .dropdown-menu {
    margin-top: 21px;
}
header .user-acc li a {
    display: inline-block;
    width: 100%;
    letter-spacing: 0px;
    padding: 10px 20px;
    font-size: 12px;
}
header .user-acc .dropdown-menu>li>a:hover {
    background: #f7df40;
}
header .user-acc .dropdown-menu>li>a:focus {
    background: #f7df40;
}
header .navbar-right li a:before {
    display: none;
}
header .user-basket .dropdown-menu {
    margin-top: 51px;
    padding: 20px;
    border: none;
    border-radius: 0px;
    min-width: 350px;
}
header .user-basket .dropdown-menu li {
    padding: 0px;
    margin: 0px;
    margin-bottom: 20px;
    display: inline-block;
    position: relative;
    width: 100%;
}
header .user-basket h5 {
    font-weight: normal;
    font-size: 16px;
    border-top: 1px solid rgba(0,0,0,0.1);
    border-bottom: 1px solid rgba(0,0,0,0.1);
    padding: 10px 0;
}
header .user-basket .btn {
    padding: 0px 0px;
    width: 100%;
    letter-spacing: 0px;
    color: #fff;
    border: none;
}
header .user-basket .btn:hover {
    background: #f7df40;
    color: #2d3a4b;
}
header .user-basket .media-heading {
    margin-top: 0px;
    font-weight: normal;
}
header .user-basket span {
    display: inline-block;
    width: 100%;
    margin: 5px 0;
    font-size: 12px;
}
header .user-basket .cart-img a {
    display: inline-block;
    width: 100%;
    padding: 0px;
}
header .user-basket .cart-img {
    width: 90px;
    margin-right: 10px;
    box-shadow: 0 0 2px rgba(0,0,0,0.2);
    padding: 5px;
    display: inline-block;
}
header .is-sticky .sticky .user-basket .dropdown-menu {
    margin-top: 21px;
}
.ownmenu .nav .dropdown-menu {
    border: none;
    min-width: 270px;
    border-radius: 0px;
    padding: 20px 20px;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -ms-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    display: block;
    opacity: 0;
    margin-top: 30px !important;
    visibility: hidden;
    border-top: 1px solid #252839;
    box-shadow: 0 3px 10px rgba(0,0,0,0.1);
}
.ownmenu .nav .dropdown-submenu .dropdown-menu {
    position: absolute;
    opacity: 0 !important;
    display: none;
}
.ownmenu .nav .dropdown-submenu:hover .dropdown-menu {
    opacity: 1 !important;
    margin-left: 0px !important;
    display: block;
}
.ownmenu .nav .dropdown-menu .sec-level {
    position: absolute;
    left: 100%;
    margin-left: 20px;
    top: 0px;
}
.ownmenu .nav .dropdown-menu .sub-menu:hover .sec-level {
    margin-left: 0px;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -ms-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}
.ownmenu .nav .dropdown-menu .dropdown-menu .sub-menu .dropdown-menu.trd-level {
    opacity: 0 !important;
    margin-left: 20px;
}
.ownmenu .nav .dropdown-menu .dropdown-menu .sub-menu:hover .dropdown-menu.trd-level {
    opacity: 1 !important;
    margin-left: 0px;
}
.ownmenu .nav li:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    margin-top: -1px !important;
}
.search-inside {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(255, 255, 255, .8);
    z-index: 500;
    display: none;
}
.search-inside .search-overlay {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.search-inside .search-close {
    position: absolute;
    right: 50px;
    top: 50px;
    font-size: 30px;
    cursor: pointer;
    z-index: 500;
}
.search-inside .search {
    display: inline-block;
    width: 100%;
    position: relative;
}
.search-inside .position-center-center {
    width: 100%;
    padding: 0 20px;
}
.search-inside .search input {
    background: #fff;
    font-size: 20px;
    color: #333;
    text-align: left;
    height: 60px;
    width: 100%;
    border: none;
    padding: 0 20px;
    -webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -ms-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    border-bottom: 1px solid rgba(0,0,0,0.5);
}
.search-inside .search input:focus {
    outline: none;
    border-bottom: 1px solid rgba(0,0,0,0.5);
}
.search-inside .search button {
    position: absolute;
    right: 0;
    top: 0px;
    line-height: 60px;
    margin-top: 0px;
    font-size: 30px;
    background: none;
}
.search-inside .search button:hover {
    color: #333;
}
header .navbar li.con-bordr a {
    border: 1px solid #ea6037;
    border-radius: 4px;
    padding: 10px 20px;
    margin-top: 15px;
}
header .nav-right .social-toggler {
    display: none;
}
header .navbar li.con-bordr a:after {
    display: none;
}
header.color {
    background: #222;
}
header.color .nav li a {
    color: #fff;
}
header.color .nav li a {
    color: #fff;
}
header.color .navbar li.con-bordr a {
    border: 1px solid #fff;
    border-radius: 4px;
    padding: 10px 20px;
    margin-top: 15px;
}
header.color .navbar li a:before {
    background: #fff;
}
header.color .ownmenu .nav .dropdown-menu {
    border-top: 1px solid #fff;
}
header.color .social_icons li a {
    color: #fff;
}
/*=======================================================
      Button
========================================================*/
.btn {
    background: #ffffff;
    color: #000;
    font-weight: 600;
    padding: 0px 40px;
    font-size: 14px;
    border-radius: 50px;
    height: 50px;
    line-height: 50px;
    text-transform: uppercase;
}
.btn i {
    font-size: 24px;
    line-height: 58px;
}
.btn.white-bg {
    background: #fff;
}
.btb.white-bg h1 {
    color: #333;
}
.btn:hover {
    background: #222;
    color: #f7df40;
}
.btn-inverse {
        background: #f58634;
    color: #ffffff;
}
.btn-inverse:hover {
    background: #f7df40;
    color: #222;
}
.btn-sm{
    padding: 0px 10px;
    height: 40px;
    font-size: 12px;
    line-height: 40px;
}
.vid-btn {
    color: #333;
    font-weight: 600;
    margin-bottom: 40px;
    display: inline-block;
}
.vid-btn i {
    border: 1px solid rgba(0,0,0,0.5);
    display: inline-block;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 28px;
    font-size: 14px;
    margin-right: 10px;
}
.btn-center:before {
    position: absolute;
    left: 0px;
    width: 100%;
}
/*=======================================================
      Banner
========================================================*/
.bnr {
    background: #222 url(../images/bnr-bg.jpg) center center no-repeat;
   min-height: 630px;
    position: relative;
    background-position: top center;
}
.bnr h1 {
    color: #fff;
    
    font-weight: 600;
    margin-bottom: 20px;
    font-size: 40px;
    font-family: "League Spartan", sans-serif;
    letter-spacing: 0.3px;
}
.banner-slider-box{border-radius: 10px;margin-top: 00px;    max-height: 440px;}

.bnr p{color: #fff;font-size: 18px;margin-bottom: 40px;}
.bnr h1 a {
    text-decoration: underline !important;
    color: #222;
}
.bnr .btn.btn1{background: #f58634;color: #fff;}

.bnr .position-center-center {
    width: 100%;
}
.bnr .btn {
    margin: 0 10px;
}
.bnr .text-sec {
    margin-bottom: 40px;
}
.bnr .text-sec h1 {
    margin-bottom: 10px;
}
.bnr .text-sec p {
    color: #fff;
    font-weight: 600;
    font-size: 16px;
}
.bnr .vid-link {
    position: relative;
    display: inline-block;
    margin-top: 40px;
    max-width: 600px;
}
.bnr .vid-link i {
    color: #000;
    height: 50px;
    width: 50px;
    background: #fff;
    border-radius: 50%;
    line-height: 50px;
    font-size: 18px;
}
.bnr img {
    max-width: 100%;
}
.bnr .dark-text h1 {
    color: #333;
}
.bnr .newsleter {
    max-width: 600px;
    margin: 0 auto;
    margin-bottom: 40px;
    position: relative;
}
.bnr .newsleter form input {
    width: 100%;
    font-size: 12px;
    font-weight: 600;
    height: 50px;
}
.bnr .newsleter form .btn {
    padding: 0 20px;
    width: auto;
    position: absolute;
    top: 1px;
    right: 1px;
    margin: 0px;
    height: 48px;
    line-height: 48px;
    font-weight: 600;
}
.bnr .newsleter form .btn:hover {
    background: #f5f5f5;
}
.light-gry-bg {
    background: #f5f5f5 !important;
}
.calendar {
    max-width: 600px;
    margin: 0 auto;
    margin-bottom: 40px;
    position: relative;
}
/*=======================================================
      BLOG
========================================================*/
.bottom-menu-mobile {
    position: fixed;
    bottom: 0px;
    width: 100%;
    left: 0px;
    display: none;
    z-index: 999999;
}
.bottom-menu-mobile li {
    list-style: none;
    float: left;
    background: #fff;
    color: #000;
    width: 20%;
    text-align: center;
    border-right: 1px solid rgba(0,0,0,0.1);
}
.bottom-menu-mobile li:nth-last-child(1) {
    border-right: none;
}
.bottom-menu-mobile li a {
    color: #000;
    font-size: 12px;
    font-weight: 600;
    display: inline-block;
    padding: 10px 0;
}
.bottom-menu-mobile li a i {
    display: inline-block;
    width: 100%;
}
/*=======================================================
      Intro Section
========================================================*/
.intro-sec {
    display: block;
    margin: 0 auto;
    margin-top: -100px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    box-shadow: 0 0 20px rgba(0,0,0,0.5);
}
.intro-txt-bnr{
    margin: 0px;
    padding: 30px 30px;
    background: #f1f1f1;
    min-height: 260px;
}
.intro-txt-bnr h4 {
    color:#ff6c00;
    font-weight: 600;
    letter-spacing: -0.5px;
    margin-bottom: 20px;
    line-height: 30px;
}
.intro-txt-bnr {
    margin: 0px;
    position: relative;
    overflow: hidden;
}
.intro-txt-bnr p {
    color: #000 !important;
    margin-bottom: 0px;
        font-size: 16px;
}
.intro-txt-bnr.text-dark p,  .intro-txt-bnr.text-dark h4  {
    color: #000000;
}
.primary-bg{
    background: #fff !important;
}

/*=======================================================
      Team Box
========================================================*/
.team-inside {
    background: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    text-align: center;
    border-radius: 4px;
    position: relative;
    overflow: hidden;
    min-height: 380px;
    margin-bottom: 30px;
}
.team-inside .txt-sec h5 {
    font-weight: 600;
    font-size: 22px;
    margin: 0px;
    margin-bottom: 5px;
    
}
.team-inside .txt-sec h5 a {
    color: #000;
    display: inline-block;
    width: 100%;
}
.team-inside .txt-sec span {
    display: inline-block;
    width: 100%;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
}
.team-inside .txt-sec span i {
    margin-right: 10px;
}
.team-inside .txt-sec p {
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 0px;
}
.team-inside .txt-sec {
    padding: 20px;
    padding-bottom: 10px;
}
.team-inside .img-sec {
    position: relative;
    overflow: hidden;
    max-height: 270px;
}
.team-inside .img-sec .hover-over {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0px;
    top: 0px;
    background: rgba(0,0,0,0.7);
    opacity: 0;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -ms-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}
.team-inside:hover .img-sec .hover-over {
    opacity: 1;
}
.team-inside .img-sec .hover-over .btn {
    padding: 0 20px;
    font-size: 12px;
    line-height: 34px;
    height: 35px;
    margin: 5px 5px;
    display: inline-block;
}
.team-inside .position-center-center {
    width: 100%;
}
.cd-tab-filter {
}
.cd-tab-filter-wrapper {
    margin-bottom: 50px;
}
.cd-filters {
    margin-bottom: 0px;
    text-align: left;
    float: left;
}
.cd-filters li a {
    font-weight: 600;
    color: #333;
    display: inline-block;
    padding: 16px 25px;
    font-size: 16px;
}
.cd-tab-filter li {
    margin-bottom: 0px;
    float: left;
}
.cd-tab-filter a.selected {
    background: #f58634;
    color: #fff;
}
.cd-tab-filter a:hover {
    background: #f58634;
    color: #fff;
}
.cd-gallery {
    margin: 0 -15px;
}
.cd-gallery li {
    width: 25%;
    padding: 0 15px;
    float: left;
}
.srch-btn {
    float: right;
}
/*=======================================================
      Comapnices Box
========================================================*/
.com-inside {
    background: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    text-align: center;
    border-radius: 4px;
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}
.com-inside .txt-sec h5 {
    font-weight: 600;
    font-size: 20px;
    margin: 0px;
    letter-spacing: -0.4px;
}
.com-inside .txt-sec h5 a {
    color: #000;
    padding: 20px;
    display: inline-block;
    width: 100%;
}
.com-inside .txt-sec span {
    display: inline-block;
    width: 100%;
    font-size: 14px;
    font-weight: 600;
}
.com-inside .txt-sec p {
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 0px;
}
.com-inside .img-sec {
    position: relative;
    overflow: hidden;
}
.com-inside .img-sec .hover-over {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0px;
    top: 0px;
    background: rgba(0,0,0,0.7);
    opacity: 0;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -ms-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}
.com-inside:hover .img-sec .hover-over {
    opacity: 1;
}
.com-inside:hover .img-sec img{
        transform: scale(1.1);
}
.com-inside .img-sec .hover-over .btn {
    padding: 0 20px;
    font-size: 12px;
    line-height: 34px;
    height: 35px;
    margin: 0 5px;
    display: inline-block;
}
.com-inside .position-center-center {
    width: 100%;
}
/*=======================================================
			Development Activity
========================================================*/

.section-featured-members .ProductBlock .com-inside .txt-sec h5{font-weight: 700;}
.section-featured-members .ProductBlock .com-inside .txt-sec h5 span{    display: inline-block;
    width: 100%;
    font-size: 14px;
    font-weight: 600;
    margin: 15px 0px;}
.dev-activ {
    background: #fff;
}
.dev-activ li {
    list-style: none;
    /* background-image: linear-gradient(169deg, #e40015, #750075); */
    /* color: #fff; */
    margin: 5px;
    padding: 20px;
    border-radius: 33px 3px;
    height: 140px;
    width: 160px;
    border: 2px solid #ff9669;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.dev-activ li i {
}
.dev-activ li i {
    display: inline-block;
    color: #000;
    height: 80px;
    width: 80px;
    line-height: 78px;
    text-align: center;
    border-radius: 50%;
    font-size: 32px;
    margin-bottom: 10px;
    border: 1px solid #000;
}
.dev-activ span {
    font-size: 30px;
    letter-spacing: -0.5px;
    color: #000;
    font-weight: 600;
}
.dev-activ .btn {
    margin: 0 10px;
}
/*=======================================================
      Login info
========================================================*/
.login-register .inside-log-reg{
    max-width: 800px;
    margin: 0 auto;
}
.login-register .nav {
    text-align: center;
    display: inline-block;
    width: 100%;
    margin-bottom: 50px;
}
.login-register .nav li {
    display: inline-block;
    margin: 0 40px;
    position: relative;
    z-index: 1;
}
.login-register .nav li a {
    font-size: 36px;
    letter-spacing: -2px;
    font-weight: 700;
    padding: 0px;
    color: #ccc;
    position: relative;
    z-index: 1;
}
.login-register .nav .nav-item:nth-child(1):before {
    content: "/";
    font-size: 72px;
    position: absolute;
    right: -55px;
    top: -25px;
    color: #ccc;
    z-index: -1;
}
.login-register .nav li a.active {
    color: #131920;
}
.login-register li {
    list-style: none;
}
.login-register .radio input[type="radio"], .checkbox input[type="checkbox"], .checkbox input[type="radio"] {
    position: absolute;
}
.login-register .radio label {
    font-size: 14px;
    line-height: 18px;
}
.login-register label {
    
    margin-bottom: 15px;
    display: inline-block;
    width: 100%;
    font-size: 16px;
    /*font-weight: 600; */
    color: #000000;
    line-height: 24px;

}
.login-register li a {
    color: #272727;
    font-size: 14px;
    /*font-weight: 600;*/
}
.login-register form {
   border-radius: 16px;
    background: #ffffff;
    padding: 0px 40px;
    display: inline-block;
    width: 100%;
    padding-bottom: 20px;
    border-radius: 4px;
    box-shadow: 0 0 20px rgba(0,0,0,0.06);
}
.login-register li .form-control{border: 1px solid #4B485A !important;background-color: transparent;margin-top: 6px;}
.login-register form select {
    font-size: 14px;
    /*font-weight: 600; */
}
.login-register form .price-info {
    font-size: 14px;
    font-weight: 600;
    margin-top: 24px;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    height: auto;
    line-height: 36px;
    padding: 0 20px;
}
.login-register form h5 {
    background: #ffffff;
    font-weight: 600;
    padding: 10px 28px;
    margin: 0px -40px 20px -40px;
    color: #f39740;
    border-left: 4px solid #f39740;
}
.login-register form .price-info p {
    margin-bottom: 0px;
    line-height: 36px;
}
.login-register form .price-info span {
    float: right;
}
.login-register form .checkbox {
    position: relative;
}
.login-register .checkbox label {
    line-height: 18px;
}
.login-register .checkbox label::before {
    left: 20px;
}
.login-register .checkbox label::after {
    left: 0px;
}
/*=======================================================
      Half Layouts
========================================================*/
.main-half-layout {
    background: url(../images/col-img.jpg) center center no-repeat;
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    background-position: center center;
    background-size: cover;
    -webkit-background-size: cover;
}
.main-half-layout-container {
    position: relative;
    padding: 100px 0;
    padding-left: 20px;
    padding-right: 20px;
    width: 40%;
    margin: 0 5%;
}
.main-half-layout-container.half_left_layout {
    float: right;
    margin-left: auto;
    z-index: 1;
}
.main-page-section {
    position: relative;
    width: 100%;
    float: left;
    display: inline-block;
    margin-bottom: 0px;
}
.main-half-layout.half_right_layout {
    right: 0;
}
.main-half-layout-container.half_right_layout {
    float: left;
    z-index: 1;
}
/*=======================================================
			Why Choose Us
========================================================*/
.ultra-ser {
    margin-bottom: 50px;
    max-width: 600px;
}
.icon-box.ib-style-2 .ib-info {
    padding-left: 55px;
}
.icon-box.i-top .ib-icon {
    margin-right: 0px;
    text-align: left;
}
/*=======================================================
			Count Info
========================================================*/
.collab {
}
.count-info {
    margin-top: 50px;
    margin-bottom: 50px;
}
.count-info li {
    list-style: none;
}
.count-info li span {
    font-size: 50px;
    font-weight: 400;
}
/*=======================================================
      BLOG
========================================================*/
.blog-pages {
    padding: 100px 0;
}
.blog-slide {
    margin: 0px;
}
.blog-pages .pagination {
    text-align: center;
}
.blog article {
    position: relative;
}
.blog iframe {
    border: none;
    width: 100%;
    min-height: 330px;
}
.blog .date {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 70px;
    color: #fff;
    font-size: 30px;
    background: #f7df40;
    float: left;
    text-align: center;
    font-weight: bold;
    line-height: 60px;
}
.blog .date span {
    background: #333333;
    display: inline-block;
    width: 100%;
    line-height: 24px;
    font-size: 12px;
    float: left;
    font-weight: 500;
    text-transform: uppercase;
}
.post-detail {
    text-align: center;
    padding: 20px 0;
}
.post-detail span i{
    margin-right: 10px;
}
.post-detail span {
    color: #333;
    display: inline-block;
    width: 100%;
    font-size: 12px;
    margin: 10px 0;
    font-weight: 600;
}
.post-tittle {
    font-size: 18px;
    display: inline-block;
    width: 100%;
    font-weight: 500;
}
.blog-pages .post-detail {
    text-align: left;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 30px;
}
.blog-pages .post-detail .tags {
    margin-top: 10px;
    margin-bottom: 0px;
}
.blog-pages .simple-text .post-detail {
    padding-top: 0px;
}
.blog-pages .simp-tittle {
    padding-left: 80px;
    margin-bottom: 30px;
    display: inline-block;
    width: 100%;
    padding-top: 15px;
}
.blog .owl-nav {
    display: none;
}
.blog .owl-dot.active span {
    border-color: #f7df40;
}
.blog p a{
    font-weight: 600;
    text-decoration: underline !important;
}
.blog a {
    color: #000;
}
.blog .tags li {
    margin-bottom: 0px;
}
.pagination>li {
    display: inline-block;
}
.pagination>li>a, .pagination>li>span {
    border: none;
    padding: 0px;
    height: 30px;
    width: 30px;
    display: inline-block;
    text-align: center;
    line-height: 30px;
    color: #777777;
    font-weight: normal;
    margin: 0px;
    background: none;
    border-radius: 4px;
    font-size: 14px;
    margin: 0 5px;
}
.pagination>li>a.current {
    background: #f7df40;
    color: #fff;
    border-color: #f7df40;
}
.pagination li a:hover {
    background: #f7df40;
    color: #fff;
    border-color: #f7df40;
}
.tags {
    display: inline-block;
    width: 100%;
}
.tags li {
    display: inline-block;
    float: left;
    margin-right: 5px;
    margin-bottom: 7px;
}
.tags li a {
    display: inline-block;
    padding: 5px 8px;
    background: #333;
    border: none !important;
    border-radius: 4px;
    color: #fff;
    font-size: 12px;
    
}
.side-bar .tags li {
    margin-bottom: 5px;
}
.sm-tags {
    display: inline-block;
    padding: 5px 8px;
    background: #f7df40;
    border: none !important;
    border-radius: 4px;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
}
a.sm-tags:hover {
    background: #1a1a1a;
    color: #fff;
}
.tags.dall li a {
    background: #cccccc;
}
.tags li a:hover {
    background: #1a1a1a;
}
.media-body, .media-left, .media-right {
    display: table-cell;
    vertical-align: top;
}
.media-body {
    width: 10000px;
}
.media, .media-body {
    overflow: hidden;
    zoom: 1;
}
.papu-post .media-left {
    margin-right: 0px;
    padding-right: 20px;
}
.media-body, .media-left, .media-right {
    display: table-cell;
    vertical-align: top;
}
.media-left, .media>.pull-left {
    padding-right: 10px;
}
/*=======================================================
			PAPULAR POST
========================================================*/
.papu-post {
}
.papu-post .media-left {
    margin-right: 0px;
    position: relative;
    padding-right: 20px;
}
.papu-post .media-left span {
    background: #333333;
    color: #fff;
    display: inline-block;
    width: 100%;
    padding: 3px 0;
    text-align: center;
    margin-top: 0px;
    float: left;
    position: absolute;
    bottom: 0px;
    left: 0px;
}
.papu-post .media-left img {
    width: 100%;
}
.papu-post .media-left a {
    width: 90px;
    display: inline-block;
    position: relative;
}
.papu-post span {
    color: #ffbe00;
    letter-spacing: 0px;
    font-size: 11px;
}
.papu-post li {
    padding: 10px 0;
    margin: 0px;
    list-style: none;
    border-bottom: 1px solid rgba(0,0,0,0.05);
}
.papu-post li p {
    font-size: 15px;
    line-height: 22px;
}
.papu-post .media-heading {
    display: inline-block;
    width: 100%;
    margin-top: 0px;
    font-size: 18px;
    margin-bottom: 5px;
    letter-spacing: 0px;
}
.search input {
    display: inline-block;
    width: 100%;
    height: 35px;
    background: #fff;
    border: 1px solid #ebebeb;
}
.search button {
    float: right;
    margin-top: 10px;
    line-height: 35px;
    margin-right: 0px;
    margin-top: -35px;
    position: relative;
    z-index: 1;
    border-radius: 50%;
    border: none;
    color: #313f46;
    width: 35px;
    height: 35px;
    font-size: 16px;
    background: none;
}
.comments .media-list li {
    margin-bottom: 40px;
}
.comments .media-list li .media-left a {
    display: inline-block;
    width: 100px;
    margin-right: 10px;
}
.comments .media-heading {
    font-weight: normal;
    text-transform: none;
    color: #666666;
    font-size: 14px;
    margin-top: 15px;
    margin-bottom: 15px;
}
.comments .media-heading a {
    color: #f7df40;
}
.comments .media-heading span {
    color: #b3b3b3;
}
.comments form label {
    text-transform: uppercase;
    font-weight: normal;
    margin-top: 20px;
    display: inline-block;
    width: 100%;
    font-size: 12px;
}
.comments form .form-control {
    display: inline-block;
    width: 100%;
    height: 40px;
    margin-top: 5px;
    border-radius: 0px;
    box-shadow: none;
    background: none;
    border: 1px solid #e8e8e8;
}
.comments form textarea.form-control {
    display: inline-block;
    width: 100%;
    height: 150px;
}
.promo {
    background: url(../images/bg/promo-bg.html) no-repeat;
    background-size: cover;
}
.promo .overlay {
    background: rgba(52,66,72,0.95);
    padding: 100px 0;
}
.promo .overlay:before {
    content: "";
    position: absolute;
    right: 0px;
    left: 100%;
    width: 100%;
    height: 100%;
    top: 0px;
    background: rgba(52,66,72,0.95);
}
.promo h4 {
    color: #fff;
    font-weight: normal;
    display: inline-block;
    margin: 0px;
    margin-bottom: 15px;
}
.promo .overlay:after {
    position: absolute;
    top: 0px;
    left: -340px;
    width: 0;
    content: "";
    height: 0;
    border-bottom: 340px solid rgba(52,66,72,0.95);
    border-left: 340px solid transparent;
}
.promo p {
    color: #fff;
    margin-bottom: 30px;
}
.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}
.cate li {
    padding-left: 15px;
    position: relative;
    line-height: 28px;
    list-style: none;
}
.cate li:before {
    content: "\f054 ";
    position: absolute;
    left: 0px;
    font-size: 10px;
    color: #9a9a9a;
    font-family: 'FontAwesome';
}
.cate li a {
    color: #333333;
    font-family: 'Open Sans', sans-serif;
}
.cate li a:hover {
    color: #f7df40;
}
.margin-top-50 {
    margin-top: 50px !important;
}
.side-bar ul {
    margin-bottom: 0px;
}
.side-bar .side-tittle {
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 20px;
    margin-top: 0px;
    text-transform: none;
    letter-spacing: 0px;
    position: relative;
    margin-bottom: 15px;
    display: inline-block;
}
.side-bar .side-tittle:before {
    content: "";
    position: absolute;
    right: -40px;
    height: 2px;
    width: 30px;
    background: #f7df40;
    bottom: 5px;
}
.side-bar .side-tittle:after {
    content: "";
    position: absolute;
    right: -55px;
    height: 2px;
    width: 10px;
    background: #f7df40;
    bottom: 5px;
}
.sub-bnr:before {
    position: absolute;
    left: 0px;
    top: 0px;
    content: "";
    height: 100%;
    width: 100%;
    background: rgb(0 0 0 / 58%);
    z-index: -1;
}
.sub-bnr {
    background: #fff url("../images/page-ba.jpg") center bottom no-repeat;
    background-size: cover;
    text-align: left;
    position: relative;
    padding-top: 50px;
    padding-bottom: 50px;
    display: inline-block;
    width: 100%;
    z-index: 1;
}
.sub-bnr h2 {
    font-size: 36px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    margin: 0px;
}
.sub-bnr .breadcrumb {
    background: none;
    margin: 0px;
    display: block;
    padding: 0px;
    margin-top: 10px;
    text-align: center;
}
.sub-bnr .breadcrumb li {
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
}
.sub-bnr .breadcrumb li a {
    color: #fff;
    font-weight: 600;
    font-size: 14px;
}
.sub-bnr .breadcrumb>li+li:before {
    color: #fff;
}
.sub-bnr .position-center-center {
    width: 100%;
}
.position-center-center {
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.comments .media-list li {
    margin-bottom: 40px;
}
.comments .media-list li .media-left a {
    display: inline-block;
    width: 100px;
    margin-right: 10px;
}
.comments .media-heading span{
    font-weight: normal;
    font-size: 14px;
}
.comments .media-heading {
    font-weight: 600;
    text-transform: none;
    color: #666666;
    font-size: 18px;
    margin-top: 15px;
    margin-bottom: 15px;
}
.comments .media-heading a {
    color: #000;
    font-size: 14px;
    float: right;
}
.comments .media-heading span {
    color: #b3b3b3;
}
.comments form li {
    list-style: none;
}
.comments form label {
    text-transform: uppercase;
    font-weight: normal;
    margin-top: 20px;
    display: inline-block;
    width: 100%;
    font-size: 12px;
}
.comments form .form-control {
    display: inline-block;
    width: 100%;
    height: 50px;
    margin-top: 5px;
    border-radius: 0px;
    box-shadow: none;
    font-size: 14px;
    padding: 0 20px;
    background: #fff;
    border: 1px solid #e8e8e8;
}
.comments form textarea.form-control {
    display: inline-block;
    width: 100%;
    height: 150px;
    padding-top: 10px;
}
.comments form button  i{
    float: right;
    line-height: 50px;
    margin-left: 10px;
}
.promo {
    background: url(../images/bg/promo-bg.html) no-repeat;
    background-size: cover;
}
.promo .overlay {
    background: rgba(52,66,72,0.95);
    padding: 100px 0;
}
.promo .overlay:before {
    content: "";
    position: absolute;
    right: 0px;
    left: 100%;
    width: 100%;
    height: 100%;
    top: 0px;
    background: rgba(52,66,72,0.95);
}
.promo h4 {
    color: #fff;
    font-weight: normal;
    display: inline-block;
    margin: 0px;
    margin-bottom: 15px;
}
.promo .overlay:after {
    position: absolute;
    top: 0px;
    left: -340px;
    width: 0;
    content: "";
    height: 0;
    border-bottom: 340px solid rgba(52,66,72,0.95);
    border-left: 340px solid transparent;
}
.promo p {
    color: #fff;
    margin-bottom: 30px;
}
.player .vp-player-layout {
    width: 100% !important;
}
/*=======================================================
			FOOTER
========================================================*/
#footer {
    background-color: #222;
    color: #d3d3d3;
    font-size: 12px;
}
#footer li {
    line-height: 28px;
        font-size: 16px;
}
#footer li {
    list-style: none;
}
#footer a {
    color: #d3d3d3;
    font-weight: 500;
}
#footer a:hover {
    color: #f6b138;
}
#footer p {
    line-height: 24px;
}
#footer .footer-top {
    padding-top: 100px;
}
#footer .footer-top .columns {
    border-left: 1px solid #2e2e2e;
}
#footer .footer-top .columns:first-child {
    border: none;
}
#footer .footer-bottom {
    margin-top: 40px;
    border-top: 1px solid rgba(255,255,255,0.1);
    padding-top: 20px;
}
#footer p {
    color: #d3d3d3;
}
#footer .block {
    margin-bottom: 20px;
}
#footer .block-about {
    padding-right: 80px;
}
.block-companies {
    padding-right: 50px;
}
/*#footer .block-links li {
    float: left;
    width: 50%;
}*/
#footer .block .block-title {
    color: #ffffff;
    font-size: 16px;
    letter-spacing: 0.3px;
    margin-top: 0;
    margin-bottom: 25px;
    padding-bottom: 10px;
    position: relative;
    font-weight: 500;
}
#footer .block-content img {
    margin-top: 20px;
}
#footer .block .block-title:not(.no-underline):before {
    background: #f6b138;
    bottom: 0;
    content: "";
    height: 2px;
    position: absolute;
    width: 50px;
}
#footer .copyright {
    text-transform: uppercase;
}
#footer .copyright p {
    font-size: 14px;
    margin-bottom: 0px;
}
.block-companies ul {
    margin: 0px -10px;
}
.block-companies ul li a {
    display: inline-block;
    text-align: center;
    background: rgba(0,0,0,0.5);
    padding: 10px;
    padding-bottom: 0px;
    font-size: 12px;
    border-radius: 4px;
    text-transform: lowercase;
    margin-bottom: 20px;
}
.block-companies ul li a:hover img {
    opacity: 0.5;
}
.block-companies ul li img {
    margin: 0px !important;
    border-radius: 4px;
}
.block-companies ul li {
    float: left;
    width: 33.333333%;
    padding: 0 10px;
}
.block-instagram-widget a {
    position: relative;
    display: block;
}
.block-instagram-widget {
    margin: 0 5px;
}
.block-instagram-widget li {
    float: left;
    width: 33.333%;
    padding: 0 5px;
    position: relative;
    overflow: hidden;
    padding-bottom: 10px;
}
.block-instagram-widget li img {
    width: 100%;
}
.block-instagram-widget a .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    color: #FFFFFF;
    font-size: 16px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.block-instagram-widget a .overlay i {
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
}
.block-instagram-widget a:hover .overlay {
    opacity: 1;
    background-color: #f6b138;
}
.block-twitter-widget {
    font-size: 12px;
    line-height: 18px;
    font-weight: 300;
}
.block-twitter-widget .twitter-item {
    margin-top: 20px;
    font-weight: 600;
    border-bottom: 1px solid rgba(255,255,255,0.09);
}
.block-twitter-widget .twitter-item:nth-last-child(1) {
    border-bottom: none;
}
.block-twitter-widget .twitter-item .twitter-context {
    margin: 10px 0 10px 0;
    font-weight: 500;
    color: #666;
}
.block-twitter-widget .twitter-date {
    margin-left: 10px;
}
.twitter-content {
    font-weight: 400;
}
.social-links ul {
    float: right;
    text-align: right;
}
.social-links li a {
    font-size: 12px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    font-size: 0.9375rem;
    display: inline-block;
    background: #4b4b4b;
    text-align: center;
    line-height: 38px;
}
.social-links li {
    padding-left: 20px;
    display: inline-block;
    text-align: right;
}
.profile-tabs .nav-tabs li {
    margin-right: 3px;
    display: inline-block;
}
.profile-tabs .nav-tabs {
    position: absolute;
    top: -108px;
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.profile-tabs .nav-tabs li a {
    padding: 9px 10px;
    display: inline-block;
    text-align: center;
    min-width: 112px;
    background: #eeeeee;
    color: #a2a2a2;
    text-transform: uppercase;
    font-size: 14px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.profile-tabs .nav-tabs li.active a {
    background: #fff;
    color: #333333;
}
.compny-profile .main-title {
    font-size: 18px;
    font-weight: 600;
    margin-top: 0px;
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 10px;
    display: inline-block;
    width: 100%;
}
.compny-profile .profile-company-content .tab-content h3 {
    font-size: 18px;
    font-weight: 600;
    margin-top: 0px;
    border-bottom: 1px solid #f1f1f1;
    padding: 30px;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.compny-profile .profile-company-content .tab-content p {
}
.compny-profile .compny-thumbnail {
    padding: 5px;
    border-radius: 4px;
    border: 1px solid #f1f1f1;
    margin-bottom: 20px;
    text-align: center;
    margin-top: 20px;
}
.profile-company-content .sidebar-information ul {
    margin: 0px;
    padding: 0px;
}
.profile-company-content .sidebar-information ul li {
    padding: 0px;
    list-style: none;
}
.filter-wrapper {
    border-radius: 4px;
    position: relative;
}
.filter-wrapper .filter-search {
    position: relative;
}
.filter-wrapper .filter-search .fltr-srch {
    float: right;
    font-weight: 600;
    color: #494949;
    padding: 16px 30px;
    letter-spacing: -1px;
    margin-bottom: 0px;
}
.filter-wrapper .filter-search ul {
    width: 100%;
    padding: 0 10px;
}
.filter-wrapper .filter-search li {
    width: 28%;
    float: left;
    margin: 15px 0px;
    padding: 0px 15px;
}
.filter-wrapper .filter-search li:nth-last-child(1) {
    width: 16%;
    float: right;
}
.filter-wrapper .filter-search li label {
    width: 100%;
    margin: 0px;
}
.filter-wrapper .filter-search .fltr-srch i {
    margin-left: 5px;
}
.filter-wrapper .filter-search .form-control {
    font-size: 14px;
    padding: 0 15px;
    font-weight: 500;
    height: 40px !important;
}
.filter-wrapper .filter-search .inside-from {
    position: absolute;
    left: 0px;
    width: 100%;
    top: -140px;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
.filter-wrapper .filter-search .btn {
    height: 40px;
    line-height: 40px;
    width: 100%;
    border-radius: 4px;
}
iframe {
    border: none;
}
.compny-profile {
    position: relative;
}
.profile-main {
    background: #fff;
    border-radius: 5px;
    width: 100%;
    margin-bottom: 30px;
    box-shadow: 0 0 5px rgba(206, 206, 206, 1);
}
.profile-company-content .sidebar .sidebar-information .single-category li a {
    font-size: 12px;
    font-weight: normal;
}
.profile-company-content .sidebar .sidebar-information .single-category li {
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    line-height: 30px;
    padding-bottom: 5px;
}
.collapsed.main-title {
    display: none;
}
.profile-company-content .sidebar {
    margin-bottom: 30px;
    border-radius: 5px;
}
.profile-company-content .com-rate i {
    color: #f2b01e;
    font-size: 14px;
}
.profile-company-content .form-side input {
    border: 1px solid #eaeaea;
    margin-bottom: 10px;
    font-size: 14px;
    height: 40px;
    color: #000;
    width: 100%;
    padding: 0 10px;
    font-weight: 500;
}
.profile-company-content .form-side textarea {
    border: 1px solid #eaeaea;
    margin-bottom: 10px;
    font-size: 14px;
    height: 100px;
    width: 100%;
    padding: 5px 10px;
    font-weight: 500;
}
.profile-company-content .form-side textarea button {
    border-right: none;
}
.profile-company-content .sidebar .sidebar-information .single-category .subtitle {
    font-size: 15px;
    font-weight: 600;
    float: right;
    text-align: right;
    line-height: 26px;
    padding-left: 20px;
}
.profile-company-content .sidebar .sidebar-information .single-category .title {
    font-size: 15px;
    margin: 0px;
    font-weight: 600;
    line-height: 26px;
    float: left;
    padding-right: 20px;
}
.profile-company-content .sidebar .sidebar-information .single-category .subtitle a {
    color: #000;
    font-weight: 600;
}
.compny-profile .profile-serv .icon {
    height: 112px;
    width: 112px;
    line-height: 110px;
    border-radius: 50%;
    border: 1px solid #2aadde;
    margin-right: 30px;
}
.compny-profile .profile-serv .media-left {
    display: table-cell;
    vertical-align: top;
}
.compny-profile .profile-serv .media-body {
    display: table-cell;
    vertical-align: top;
}
.compny-profile .profile-serv .media {
    margin: 15px 0;
    margin-top: 30px;
}
.compny-profile .profile-serv p {
    font-size: 14px;
}
.compny-profile .profile-serv .media h6 {
    margin-top: 0px;
    font-weight: normal;
    margin-bottom: 15px;
}
.compny-profile .image-part {
    margin-bottom: 20px;
}
.compny-profile .profile-company-content .tab-content iframe {
    border: none;
    width: 100%;
    height: 360px;
    margin-top: 10px;
    border-radius: 6px;
}
.compny-profile .profile-in {
    padding: 30px;
    padding-top: 30px;

}
.compny-profile .profile-in h3{font-size: 28px;}
.compny-profile .user-info ul {
    margin-bottom: 0px;
}
.compny-profile .user-info {
    background: rgba(0,0,0,0.8);
    border-radius: 4px;
    max-width: 1140px;
    margin: 0px auto;
    position: absolute;
    overflow: hidden;
    bottom: 0px;
    left: 0px;
    right: 0px;
    display: inline-block;
    width: 100%;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}
.compny-profile .user-info:before {
    position: absolute;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    height: 100%;
    width: 1px;
    content: "";
    background: rgba(255,255,255,0.2);
}
.compny-profile .user-info .user-in {
    padding: 30px 50px;
}
.compny-profile .user-info .veri {
    color: #0F0 !important;
    font-size: 12px;
    height: 26px;
    width: 26px;
    float: right;
    margin-top: 5px;
    display: inline-block;
    text-align: center;
    line-height: 26px;
    border: 1px solid #0F0;
    border-radius: 50%;
}
.compny-profile .user-info .col-left {
    float: left;
    width: 50%;
}
.compny-profile .user-info h1 {
    font-size: 28px;
    color: #fff;
    letter-spacing: -1px;
    margin: 0px;
    margin-bottom: 10px;
}
.compny-profile .user-info h6 {
    font-size: 14px;
    color: #fff;
    margin: 0px;
    font-weight: 500;
    margin-top: 5px;
    margin-bottom: 20px;
}
.compny-profile .user-info p {
    color: #fff;
    font-weight: 500;
}
.compny-profile .user-info p a {
    font-size: 12px;
    color: #999999;
    text-decoration: underline;
}
.custom-select {
    font-size: 12px;
}
.profile-company-content .tab-content .header-listing .custom-select-box {
    width: 220px;
    display: inline-block;
    height: 40px;
    overflow: hidden;
}
.compny-profile .profile-in .header-listing {
    position: absolute;
    top: 20px;
    right: 40px;
}
.compny-profile .profile-in .listing-ver-3 .aply {
    position: relative;
    width: 100%;
    text-align: left;
    margin-top: 5px;
    margin-bottom: 0px;
}
.compny-profile .profile-in .listing-ver-3 .aply .btn {
    margin-bottom: 0px;
}
.compny-profile .user-info li {
    list-style: none;
    color: #fff;
}
.compny-profile .user-info ul {
    padding: 0px;
}
.compny-profile .user-info li p {
    margin-bottom: 0px;
    font-weight: normal;
    font-size: 14px;
}
.compny-profile .user-info h1 a {
    position: relative;
}
.compny-profile .user-info li .stars i {
    color: #f7df40;
}
.compny-profile .user-info .followr {
    position: relative;
}
.compny-profile .user-info .followr ul {
    margin-bottom: 0px;
}
.compny-profile .user-info .followr:before {
    content: '';
    position: absolute;
    left: -50px;
    top: 0px;
    width: 150%;
}
.compny-profile .user-info .tooltip {
    position: absolute !important;
    left: 60% !important;
    top: 10px !important;
    background: rgba(0,0,0,0.5);
    border-radius: 4px;
    padding: 5px 10px;
    border: 1px solid rgba(255,255,255,0.1);
}
.compny-profile .user-info .tooltip .tooltip-inner {
    font-size: 12px;
    line-height: 18px;
    font-weight: normal;
}
.compny-profile .user-info .followr p {
    font-weight: normal;
}
.compny-profile .user-info .followr p span {
    text-decoration: underline;
}
.compny-profile .user-info .followr li {
}
.compny-profile .user-info li span {
    font-size: 14px;
    font-weight: normal;
    margin-left: 10px;
}
.compny-profile .user-info .followr li span {
    color: #999999;
    margin: 0px;
}
.compny-profile .modal .modal-dialog {
    max-width: 100%;
    width: 100%;
    margin: 0px;
    background: rgba(0,0,0,0.9);
    -webkit-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}
.modal.show .modal-dialog {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}
.compny-profile .modal {
    background: rgba(0,0,0,0.0);
    padding: 0 !important;
}
.compny-profile .modal-backdrop.in {
    background: none;
}
.compny-profile .modal-content {
    max-width: 700px;
    margin: 0 auto;
}
.compny-profile .modal ul li {
    margin-bottom: 10px;
}
.compny-profile .modal ul {
    padding: 0px;
}
.compny-profile .modal form input {
    border: none;
    font-size: 12px;
    font-weight: 600;
    height: 40px;
    color: #fff;
    background: rgba(255,255,255,0.1);
}
.compny-profile .modal form textarea {
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    background: rgba(255,255,255,0.1);
}
.compny-profile .modal h6 {
    color: #fff;
    font-size: 18px;
    font-weight: normal;
    margin: 0px;
    margin-bottom: 20px;
}
.compny-profile .modal h6 a {
    color: #fff;
    border-radius: 50%;
    margin-right: 0px;
    display: inline-block;
    height: 25px;
    width: 25px;
    text-align: center;
    line-height: 25px;
}
.compny-profile .modal button {
    width: 200px;
    margin: 0 auto;
}
.compny-profile .modal .modal-content {
    padding: 50px 0;
    border: none;
}
.modal-open {
    overflow: inherit !important;
    padding: 0px !important;
}
.compny-profile .modal form textarea {
    border: none;
    font-size: 14px;
    font-weight: normal;
    height: 100px;
}
.compny-profile .modal ul li {
    list-style: none;
}
.compny-profile .modal-content {
    background: none;
    box-shadow: none
}
.position-center-center {
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.compny-profile .user-info .social-links {
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
}
.compny-profile .user-info .social-links a {
    display: inline-block;
    height: 36px;
    width: 36px;
    border: 1px solid #fff;
    color: #fff;
    border-radius: 50%;
    line-height: 34px;
    font-size: 12px;
    text-align: center !important;
    margin-right: 5px;
}
.right-top-bnr a {
    border: 1px solid #fff;
    color: #fff;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 600;
    display: inline-block;
    padding: 8px 15px;
    margin-right: 30px;
    margin-bottom: 30px;
}
.right-top-bnr a i {
    margin-right: 5px;
}
.right-top-bnr .bt-ns {
    float: right;
    margin-left: 10px;
    margin-top: 5px;
}
.right-top-bnr .bt-ns a {
    border-radius: 50%;
    height: 36px;
    width: 36px;
    padding: 0px;
    text-align: center;
    line-height: 34px;
}
.right-top-bnr .bt-ns a i {
    margin: 0px;
}
.right-top-bnr a:hover {
    color: #333333 !important;
    background: #fff;
}
.profile-bnr {
    min-height: 500px;
    background: url(../images/new-york-bg.jpg) center center no-repeat;
    background-size: cover;
    position: relative;
}
.company-content .header-listing h6 {
    margin: 10px 5px 5px 0;
    display: inline-block;
    font-size: 14px;
    vertical-align: top;
    text-transform: uppercase;
}
.company-content .header-listing .custom-select-box {
    width: 220px;
    display: inline-block;
}
.company-content .header-listing .listing-views {
    padding: 0;
    margin: 4px 0 0 0;
    float: right;
    list-style: none;
    display: inline-block;
}
.company-content .header-listing .listing-views li {
    margin-left: 2px;
    display: inline-block;
    width: 27px;
    height: 27px;
    text-align: center;
    line-height: 27px;
    border: 1px solid #e6e6e6;
    border-radius: 3px;
}
.company-content .header-listing .listing-views li .fa {
    color: #e6e6e6;
}
.company-content .header-listing .listing-views li.active {
    background: #00d793;
    border: 1px solid #00d793;
}
.company-content .header-listing .listing-views li.active .fa {
    color: #fff;
}
.company-content .listing {
    padding-bottom: 0;
}
.company-content .listing .listing-ver-3 {
    margin-bottom: 30px;
}
.company-content .listing .listing-ver-3 .listing-inner .listing-content .location {
    display: inline-block;
}
.company-content .listing .listing-ver-3 .listing-inner .listing-content .type-work {
    margin-left: 5px;
    padding-left: 9px;
    border-left: 1px solid #666;
    display: inline-block;
    color: #666666;
    font-size: 15px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    line-height: 1.25em;
}
.company-content .listing .listing-ver-3 .listing-inner .listing-content .type-work.full-time {
    color: #cc66cc;
}
.company-content .pagination {
    margin: 0;
    display: inline-block;
    text-align: center;
}
.company-content .pagination li {
    border: 1px solid transparent;
}
.company-content .pagination li.current {
    background: #fff;
    border: 1px solid #d6d6d6;
    border-radius: 3px;
}
.company-content .pagination li a {
    border-radius: 3px;
}
.profile-company-content {
    position: relative;
    padding-top: 0px;
}
.profile-company-content .container {
    max-width: 1170px;
}
.profile-company-content .nav-tabs {
    position: relative;
    top: 0px;
    padding: 0;
    margin: 0;
    list-style-type: none;
    margin-bottom: 50px;
    border: none;
    background: #fff;
    box-shadow: 0 0 5px rgba(206, 206, 206, 1);
    border-radius: 4px;
    overflow: hidden;
}
.navi-sticky {
    position: relative;
    z-index: 9;
}
.navi-sticky .sticky {
    left: 0px;
    width: 100% !important;
    text-align: center;
}
.navi-sticky li {
    display: inline-block;
}
.navi-sticky .nav {
    display: block;
}
.network h4 {
    margin-top: 0px;
}
.profile-company-content .nav-tabs li a small {
    margin-left: 5px;
}
.profile-company-content .nav-tabs li a {
    padding: 15px 25px;
    display: inline-block;
    text-align: center;
    background: #fff;
    color: #666666;
    font-size: 16px;
    border: none;
    font-weight: 600;
    border-radius: 0px;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
        background: #f58634;
    color: #fff;
}
.profile-company-content .sidebar {
    position: relative;
    padding: 20px;
    display: inline-block;
    width: 100%;
    background: #fff;
    box-shadow: 0 0 5px rgba(206, 206, 206, 1);
}
.portfolio-overlay.style-4 .detail-info h3 {
    font-size: 16px;
    padding: 0px;
    border: none;
}
.contact-company li {
    list-style: none;
}
.contact-company {
    margin-top: 50px;
}
.contact-company li .form-control {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 15px;
    height: 46px;
}
.contact-company li textarea.form-control {
    height: 150px;
    margin-bottom: 0px;
}
.side-bar-indide  .nav-tabs{
    box-shadow: none;
    border-radius: 0px;
}
.side-bar-indide  .nav-tabs li{
    width: 100%;
}
.side-bar-indide  .nav-tabs li a{
    width: 100%;
    text-align: left;
}
/*=======================================================
			User Profile
========================================================*/
.user-profile {
}
.user-profile .pro-avatar {
    position: absolute;
    width: 250px;
    bottom: 20px;
    left: 20px;
    background: rgba(0,0,0,0.5);
    border-radius: 4px;
    padding: 5px;
}
.user-profile .user-info {
    overflow: inherit;
    padding-left: 250px;
}
.user-profile .user-info:before {
    display: none;
}
/*=======================================================
			User Dashboard
========================================================*/
.usr-dash-bord .side-bar-indide .nav-tabs li a{
    padding: 10px 20px;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    font-size: 14px;
    
}
.usr-dash-bord .side-bar-indide  .chang-btn{
    
}
/*=======================================================
			SKILLS
========================================================*/
.progress-bars p {
    margin: 0px;
    color: #6f6f6f;
    text-align: left;
    text-transform: uppercase;
    margin-bottom: 0px;
    line-height: 30px;
    font-size: 11px;
    font-weight: bold;
}
.progress-bars {
    display: inline-block;
    width: 100%;
}
.progress {
    border-radius: 0px;
    background: #efefef;
    box-shadow: none;
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
    overflow: hidden;
    position: relative;
    height: 30px;
    margin-top: 0px;
}
.progress-bar {
    border-radius: 0px;
    background: #eeb013;
    height: 30px;
    box-shadow: none;
}
.progress-bars .bar {
    position: relative;
}
.progress-bar-tooltip {
    float: right;
    position: relative;
    right: 0px;
    top: 0px;
    color: #141414;
    font-family: 'Montserrat';
    font-size: 12px;
    line-height: 30px;
    font-weight: bold;
    padding-right: 10px;
}
.progress-bars.style-2 .progress {
    border-radius: 0px;
    position: relative;
    background: #ccc;
    box-shadow: none;
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
    overflow: hidden;
    height: 10px;
}
.progress-bars.style-2 .progress-bar {
    border-radius: 0px;
    background: #333333;
    height: 10px;
}
.progress-bars.style-2 .progress-bar-tooltip {
    float: right;
    position: absolute;
    right: 0px;
    top: 0px;
    color: #141414;
    font-size: 11px;
    line-height: 30px;
}
.progress-bars.style-2 .progress-bars p {
    margin: 0px;
    font-size: 11px;
    color: #141414;
    margin-bottom: 0px;
}
.progress-bars.style-3 .progress-bar-tooltip {
    color: #fff;
    padding-right: 20px;
}
.progress-bars.style-3 .progress {
    border: 1px solid #141414;
    border-radius: 4px;
    background: #fff;
    margin-top: 0px;
}
.progress-bars.style-3 .progress-bar {
    background: #141414;
}
.progress-bars.style-3 p {
    color: #fff;
    display: inline-block;
    padding-left: 20px;
    float: left;
    font-weight: bold;
    line-height: 28px;
}
.progress-bars .caret-left {
    padding-left: 15px;
}
.progress-bars .caret-left:before {
    content: "\f0da";
    position: absolute;
    font-size: 14px;
    left: 0px;
    color: #909090;
    font-family: 'FontAwesome';
}
.progress-bars .caret-down {
    padding-right: 15px;
}
.progress-bars .caret-down:before {
    content: "\f0d7";
    position: absolute;
    font-size: 14px;
    right: 0px;
    color: #909090;
    font-family: 'FontAwesome';
}
.instagram-studio {
    margin-bottom: -1px;
}
/*=======================================================
			Job Listing
========================================================*/

.followers-sec {
    display: inline-block;
    width: 100%;
}
.followers-sec ul {
    margin: 0 -10px;
}
.followers-sec li {
    float: left;
    width: 33.33333%;
    list-style: none;
    text-align: center;
    margin-bottom: 20px;
    padding: 0 10px;
}
.followers-sec li h3 {
    margin: 20px 0;
}
.followers-sec li p {
    font-size: 12px;
}
.followers-sec li p span {
    font-weight: 600;
}
.followers-sec li .btn {
    height: 30px;
    background: #f0f0f0;
    line-height: 30px;
    font-size: 10px;
    color: #000;
}
.followers-sec li .btn:hover {
    background: #333;
    color: #fff;
}
.followers-sec li h4 {
    font-weight: 600;
    font-size: 18px;
}
.followers-sec li .thumb {
    height: 90px;
    width: 90px;
    padding: 15px;
    display: inline-block;
    margin-bottom: 10px;
    border-radius: 4px;
    position: relative;
    overflow: hidden;
    background: #f5f5f5;
    border: 1px solid #fff;
}
.followers-sec li .inside {
    border: 1px solid #f1f1f1;
    padding: 30px 10px;
    border-radius: 4px;
}
/*=======================================================
			Job Listing
========================================================*/
.job-board {
}
.listing-ver-3 {
    position: relative;
    padding: 30px;
    background: #fff;
    margin-top: 30px;
    margin-bottom: 30px;
    border-radius: 4px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.listing-ver-3 .bookmark li {
    display: inline-block;
}
.listing-ver-3 .bookmark li a {
    background: #222;
    color: #fff;
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 30px;
    display: inline-block;
    font-size: 12px;
    border-radius: 4px;
}
.listing-ver-3 .bookmark {
    position: absolute;
    right: 0px;
    margin: 0px;
}
.listing-ver-3 .listing-content span {
    font-size: 12px;
    margin-right: 20px;
    font-weight: 600;
    margin-bottom: 15px;
    display: inline-block;
}
.listing-ver-3 .listing-heading h5 {
    font-weight: 600;
}
.listing-ver-3 .listing-heading h5 a {
    color: #333;
}
.listing-ver-3 .listing-content {
    position: relative;
    padding-right: 200px;
}
.listing-ver-3 .aply {
    position: absolute;
    right: 0px;
    width: 200px;
    top: 0px;
    text-align: center;
}
.listing-ver-3 .aply .btn {
    padding: 0 50px;
    font-size: 12px;
    margin-bottom: 10px;
    height: 40px;
    font-weight: 700;
    line-height: 40px;
}
.listing-ver-3 .listing-content span i {
    margin-right: 5px;
}
.listing-ver-3 .listing-content .title-company {
    font-size: 12px;
    font-weight: 600;
    margin: 15px 0;
}
.listing-ver-3 .listing-tabs li {
    display: inline-block;
}
.listing-ver-3 .listing-tabs li a {
    color: #333;
    font-weight: 600;
}
.listing-ver-3 .listing-tabs .share-button {
    float: right;
}
.listing-ver-3 .tags {
    margin-bottom: 0px;
}
.listing-ver-3 .tags li {
    margin-bottom: 0px;
}
.listing-ver-3 .tags li a {
    font-size: 10px;
    font-weight: 600;
    padding: 5px 10px;
}
.listing-ver-3 .title-tags {
    font-weight: 600;
}
/*=======================================================
			PRICINF TABLE
========================================================*/
.light-gray-bg {
    background: #f6f6f6 !important;
}
.pricing-table {
    margin-left: 0;
    position: relative;
    z-index: 3;
}
.pricing-table .title {
    color: #fff;
    text-align: center;
    background: #b99937;
    font-weight: 300;
    font-size: 20px;
    padding: 15px 0;
}
.pricing-table {
    margin-bottom: 0px;
}
.pricing-table li {
    list-style: none;
}
.pricing-table .price {
    background-color: transparent;
    color: #141414;
    font-size: 60px;
    font-weight: 100;
    padding: 40px 0;
    padding-bottom: 20px;
    text-align: center;
    line-height: 30px;
}
.pricing-table .description {
    background-color: transparent;
    border-bottom: none;
    color: #6f6f6f;
    font-weight: 400;
    text-align: center;
}
.pricing-table .bullet-item {
    background-color: transparent;
    border-bottom: none;
    color: #535353;
    font-weight: 400;
    line-height: 36px;
    text-align: center;
    font-size: 15px;
}
.pricing-table .price-label {
    background-color: #F76626;
    color: #FFFFFF;
    display: block;
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 0.78571rem;
    text-transform: uppercase;
    border-radius: 50%;
    height: 3.21429rem;
    line-height: 3.21429rem;
    padding: 0 0.35714rem;
    width: 3.21429rem;
}
.pricing-table .price-label {
    position: absolute;
    top: 0;
    left: 84%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.pricing-table .mixed {
    position: relative;
}
.pricing-table .mixed .price-label {
    bottom: 0;
    top: auto;
    -webkit-transform: translate(-50%, 50%);
    -moz-transform: translate(-50%, 50%);
    -ms-transform: translate(-50%, 50%);
    -o-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
}
.pricing-table .price .currency {
    font-size: 18px;
    padding-right: 5px;
    vertical-align: top;
    position: relative;
    top: -15px;
}
.pricing-table .price .period {
    font-size: 14px;
    font-style: italic;
    color: #141414;
    font-weight: 400;
    display: inline-block;
    width: 100%;
}
.pricing-table .cta-button .button {
    margin: 0;
}
.pricing-table.style-1 {
    position: relative;
    overflow: hidden;
    background: #fff;
}
.table-price:nth-child(1) .title {
}
.table-price:nth-child(2) .title {
    background: #5ab7d6;
}
.table-price:nth-child(3) .title {
    background: #5c71a1;
}
.table-price:nth-child(4) .title {
    background: #c66892;
}
.table-price:nth-child(5) .title {
    background: #4cb5b6;
}
.pricing-table .cta-button {
    position: static;
    text-align: center;
}
.pricing-table .cta-button .btn {
    margin: 30px 0;
    margin-top: 0px;
    display: inline-block;
    height: auto;
    padding: 0 30px;
    font-size: 12px;
    line-height: 43px;
    border: none;
}
.pricing-table .cta-button .btn i {
    line-height: 42px;
    font-size: 18px;
    float: right;
}
.pricing-table.style-1 .cta-button .btn {
    margin: 30px 0;
}
.pricing .table-price {
    width: 20%;
    float: left;
    margin-top: 30px;
}
.pricing .papupalr {
    margin-top: 0px;
    box-shadow: 0px 0px 30px rgba(0,0,0,0.15);
    z-index: 4;
}
.pricing .papupalr .price {
    margin-top: 30px;
}
.pricing .papupalr .btn {
    margin-top: 60px !important;
}
.pricing-table.mixed-skew-bottom-left .mixed:before {
    border-bottom: 20px solid #fff;
    border-left: 280px solid transparent;
    bottom: -2px;
    content: "";
    left: 0;
    position: absolute;
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    -moz-transform: rotate3d(0, 0, 1, 0deg);
    -ms-transform: rotate3d(0, 0, 1, 0deg);
    -o-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
    -webkit-transform-origin: 0 100% 0;
    -moz-transform-origin: 0 100% 0;
    -ms-transform-origin: 0 100% 0;
    -o-transform-origin: 0 100% 0;
    transform-origin: 0 100% 0;
    width: 100%;
    z-index: 0;
}
.pricing-table.mixed-skew-bottom-right .mixed:before {
    border-bottom: 20px solid #fff;
    border-right: 280px solid transparent;
    bottom: -2px;
    content: "";
    left: 0;
    position: absolute;
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    -moz-transform: rotate3d(0, 0, 1, 0deg);
    -ms-transform: rotate3d(0, 0, 1, 0deg);
    -o-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
    -webkit-transform-origin: 0 100% 0;
    -moz-transform-origin: 0 100% 0;
    -ms-transform-origin: 0 100% 0;
    -o-transform-origin: 0 100% 0;
    transform-origin: 0 100% 0;
    width: 100%;
    z-index: 0;
}
.pricing.style-2 .icon {
    background: #fff url(../images/fact/pattern-bg.html) repeat;
    height: 80px;
    width: 80px;
    line-height: 78px;
    border: 1px solid #eeeeee;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    text-align: center;
    z-index: 99;
    margin: 0 auto;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
}
.pricing .style-2 {
    margin-top: 50px;
    padding-top: 50px;
}
.pricing .style-2 .btn {
    margin: 30px 0;
}
.pricing.style-2 .pricing-table .title {
    background: #333;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 20px;
}
.pricing.style-2 .pricing-table p {
    line-height: 42px;
}
.pricing.style-2 .pricing-table {
    background: rgba(0,0,0,0.03);
}
.pricing .pricing-table.style-2 .price {
    letter-spacing: -0.6px;
    font-style: italic;
    padding: 0px;
    border-bottom: 1px solid #ececec;
}
.pricing .pricing-table.style-2 .price .currency {
    font-style: normal;
    padding-right: 0px;
}
.pricing .pricing-table.style-2 .btn {
    width: 100%;
    background: #141414;
    margin-top: 20px;
    color: #fff;
    padding: 20px 0;
    font-size: 14px;
    border: none;
}
.pricing .pricing-table.style-2 .btn:hover {
    background: #ff83a6;
}
.pricing .pricing-table.style-3 .price {
    padding-top: 0px;
    background-size: cover;
    color: #fff;
    font-size: 24px;
    padding-top: 30px;
    font-style: italic;
    padding-bottom: 40px;
    position: relative;
    overflow: hidden;
}
.pricing .pricing-table.style-3 .bg-img {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    z-index: -1;
}
.pricing .pricing-table.style-3 .price:before {
    content: "";
    height: 50px;
    background: #fff;
    width: 120%;
    -ms-transform: rotate(7deg); /* IE 9 */
    -webkit-transform: rotate(7deg); /* Chrome, Safari, Opera */
    transform: rotate(7deg);
    position: absolute;
    left: -20px;
    bottom: -20px;
}
.pricing .pricing-table.style-3 .period {
    color: #fff;
    font-size: 18px;
}
.pricing .pricing-table.style-3 .currency {
}
.pricing .pricing-table.style-3 h5 {
    color: #fff;
    font-size: 18px;
    margin-bottom: 30px;
    font-style: normal;
    border: 2px solid #fff;
    text-transform: uppercase;
    display: inline-block;
    padding: 10px 20px;
}
.pricing .pricing-table.style-3 .btn {
    width: 100%;
    background: #ececec;
    margin-top: 20px;
    color: #141414;
    padding: 20px 0;
    font-size: 14px;
    border: none;
}
.pricing .pricing-table.style-3 .btn:hover {
    background: #141414;
    color: #fff;
}
/*=======================================================
      TABS STYLE
========================================================*/
.tabs li {
    display: inline-block;
    position: relative;
}
.tabs li a {
    float: left;
    border: 1px solid #ececec;
    font-size: 10px;
    text-transform: uppercase;
    padding: 10px 20px;
    color: #141414;
    font-weight: 500;
}
.tabs li a.active {
    border: 1px solid #eeb013;
}
/*=======================================================
			Process Steps
========================================================*/
.process .thumb {
	border-radius: 50%;
	position: relative;
	overflow: hidden;
	display: inline-block;
}
.process h6 {
	text-transform: uppercase;
	text-align: center;
	margin-top: 30px;
	font-size: 12px;
	letter-spacing: 1px;
}
.process li {
	position: relative;
	width: 25%;
	float: left;
	padding: 0 15px;
	text-align: center;
	display: inline-block;
}
.process span {
	font-size: 20px;
	font-weight: 100;
	display: inline-block;
	margin-bottom: 20px;
}
.process-style-1 {
	display: inline-block;
	width: 100%;
}
.process-style-1 li:hover .thumb img {
	transform: scale(1.3);
}
.process-style-1 li .thumb img {
	border-radius: 50%;
}
.process li:hover .thumb {
	border-radius: 4px;
}
.process li:hover span {
	border-radius: 4px;
}
.process-style-2 {
}
.process-style-3 {
	display: inline-block;
	width: 100%;
}
.process-style-1 li:before {
	content: '\f054';
	font-family: 'FontAwesome';
	position: absolute;
	right: 0px;
	line-height: 140px;
	color: #909090;
	font-size: 20px;
}
.process-style-1 li:nth-last-child(1):before {
	display: none;
}
.process-style-1 .thumb {
	height: 131px;
	width: 131px;
}
.process-style-1 .thumb span {
	font-size: 40px;
	color: #fff;
	font-style: italic;
	position: absolute;
	height: 100%;
	line-height: 140px;
	width: 100%;
	left: 0px;
	top: 0px;
	border-radius: 50%;
	background: rgba(0,0,0,0.5);
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.process-style-2 .icon {
	text-align: center;
	display: inline-block;
}
.process-style-2 li:before {
	content: "";
	position: absolute;
	height: 2px;
	width: 20%;
	right: 0px;
	top: 70px;
	background: #e8e8e8;
}
.process-style-2 li:after {
	content: "";
	position: absolute;
	height: 2px;
	width: 20%;
	left: 0px;
	top: 70px;
	background: #e8e8e8;
}
.process-style-2 li:nth-child(1):after {
	display: none;
}
.process-style-2 li:nth-last-child(1):before {
	display: none;
}
.process-style-2 h3 {
	margin-top: 20px;
	font-weight: 600;
	margin-bottom: 10px;
	font-size: 26px;
}
.process-style-2 span {
	font-size: 18px;
    font-weight: 500;
}
.process-style-3 .media {
	text-align: center;
}
.process-style-3 .media-body {
	text-align: left;
}
.process-style-3 h3 {
	font-size: 30px;
	margin-bottom: 0px;
	font-weight: bolder;
}
.process-style-3 .icon {
	height: 100px;
	width: 100px;
	margin-right: 10px;
	text-align: center;
	font-size: 24px;
	line-height: 98px;
	color: #a9b876;
	border: 1px solid #ececec;
	border-radius: 4px;
}
.process-style-3 .icon:before {
	position: absolute;
	width: 1px;
	content: '';
	height: 59px;
	left: 50px;
	top: 100%;
	background: #ececec;
}
.process-style-3 li:before {
	position: absolute;
	bottom: 0px;
	width: 100%;
	content: '';
	height: 1px;
	left: 50px;
	top: 159%;
	background: #ececec;
}
.process-style-3 li:nth-last-child(1):before {
	display: none;
}
.process-style-3 p {
	font-size: 12px;
}

/*=======================================================
			Contact Info
========================================================*/
.contact-info {
	background: #fff;
	padding: 95px 115px;
	margin-top: 55px;
	min-height: 500px;
}
.contact-info .social-icon {
	margin-top: 30px;
}
.contact-info .social-icon a {
	width: 48px;
	height: 48px;
	    border: 1px solid #f58634;
    color: #f58634;
	display: inline-block;
	line-height: 46px;
	text-align: center;
	font-size: 16px;
	margin: 0px;
	margin-right: 5px;
	border-radius: 50%;
}
.contact-info .social-icon a:hover {
	border: 1px solid #f58634;
	color: #fff;
	background: #f58634;
}
.contact-info li {
	list-style: none;
}
.contact-info .h4 {
	font-size: 28px;
	margin-bottom: 30px;
    display: inline-block;
}
.contact-info li p {
	font-size: 16px;
	color: #989da4;
	line-height: 32px;
	margin-top: 20px;
}
.contact-info li a {
	color: #333;
    margin-top: 0px;
	font-size: 22px;
    font-weight: 600;
	line-height: 32px;
	display: inline-block;
	margin-bottom: 5px;
}
.contact-sec .dropdown-menu {
	min-width: inherit !important;
}
.map-block .map-wrapper {
	height: 600px;
}
.contact-form .intl-tel-input {
	width: 100%;
}
.contact-form h4 {
	margin-bottom: 20px;
}
.contact-form ul {
	margin-bottom: 0px;
}
.contact-form li {
	list-style: none;
}
.contact-form label {
	width: 100%;
	margin-bottom: 10px;
}
.contact-form label input {
	height: 50px;
	border: none;
	outline: none !important;
	font-weight: 500;
	font-size: 15px;
	padding: 0px 20px;
	color: #000;
    margin-top: 5px;
     background: rgba(0,0,0,0.03);
    border: 1px solid #e5edf2;
}
.contact-form label input:focus {
	outline: none !important;
	box-shadow: none;
}
.contact-form label input:focus {
	outline: none !important;
	box-shadow: none;
}
.contact-form label .form-control:focus {
	outline: none !important;
	box-shadow: none;
}
.contact-form label textarea {
	border: none !important;
    padding: 10px 20px;
}
.contact-form {
	background: #fff;
	max-width: 770px;
	margin: 0 auto;
        padding: 20px;
}
.contact-form label {
	color: #333;
	font-size: 15px;
/*	padding: 20px 30px;*/
    font-weight: 500;
   /* background: rgba(0,0,0,0.03);
	border: 1px solid #e5edf2;*/
	border-radius: 4px;
    line-height: 24px;
}
.contact-form label.msg {
	height: auto;
}
.contact-form label textarea {
	min-height: 150px;
     background: rgba(0,0,0,0.03);
    border: 1px solid #e5edf2;
}
.contact-sec {
	margin-top: 50px;
	position: relative;
}
.contact-sec .dropdown-toggle.btn-light {
	font-size: 14px;
	line-height: 50px;
	height: 50px;
	margin-bottom: 10px;
	color: #333 !important;
}
.contact-sec .dropdown-toggle::after {
	display: none !important;
}
.contact-sec textarea {
	min-height: 140px;
}
.contact-form .btn {
	color: #fff;
	margin-top: 30px;
	padding: 0px 150px;
        background: #f58634;
}
.contact-form label select {
	border: none;
	width: 100%;
	outline: none !important;
	height: 50px;
	color: #000;
    padding: 0 10px;
	font-weight: 500;
	font-size: 12px;
    margin-top: 5px;
     background: rgba(0,0,0,0.03);
    border: 1px solid #e5edf2;
}
.contact-form label textarea {
	border: 1px solid #efeff1;
	font-weight: normal;
	font-size: 17px;
	padding: 10px 20px;
}
.social-icon {
}
.social-icon a {
	font-size: 18px;
	color: #768593;
	margin: 0 10px;
}


.about-section {
    
    background: #fff;
    padding-top: 50px;
    padding-bottom: 50px;
}
.about-section .about-left .about-text .about-title {
    font-size: 1.5rem;
        font-family: "League Spartan", sans-serif;
    color: #010101;
    font-weight: 600;
    line-height: 1.167;
    margin-bottom: .875rem;
}
.about-section .about-left .about-text .about-subtitle {
        font-family: "League Spartan", sans-serif;
    font-weight: 700;
    font-size: 2.40rem;
    text-transform: uppercase;
    line-height: 1.4;
    background: #880065;
    background: linear-gradient(90deg, #222222, #f58634);
    color: transparent;
    -webkit-background-clip: text;
    display: inline-block;
    margin-bottom: .938rem;
}
.about-section .about-left .about-text .about-details {
   
    font-weight: 400;
    line-height: 1.167;
    color: #1d193b;
    font-size: 1.3rem;
    margin-bottom: 1.5rem;
}
.about-section .about-left .about-text .about-details span {
    color: #e15218;
}
.about-section .about-left .about-text .about-description {
   
    color: #3f3c57;
    line-height: 1.556;
    font-size: 1.125rem;
    margin-bottom: 3.5rem;
}
.about-section .about-left .about-box {
    margin-top: -1.125rem;
}
.about-section .about-left .about-box .single-about-box {
    height: 10rem;
}
.about-section .about-left .about-box .single-about-box .icon-box-outer.bg-eff {
    border-color: #dcd5f7;
}
.about-section .about-left .about-box .single-about-box .icon-box-outer {
    border: .063rem solid;
    padding: .625rem;
    border-radius: 50%;
    display: inline-block;
}
.about-section .about-left .about-box .single-about-box .icon-box-outer.bg-eff .icon-box {
    background-image: linear-gradient(90deg, #3b26db 1%, #7b19cb);
    box-shadow: 0 0.313rem 0.313rem 0 rgba(59,38,219,.4);
}
.about-section .about-left .about-box .single-about-box .icon-box-outer .icon-box {
    color: #fff;
    padding-top: .5rem;
    width: 4.438rem;
    height: 4.438rem;
    border-radius: 50%;
    text-align: center;
}
.about-section .about-left .about-box .single-about-box .icon-box-outer .icon-box i {
    font-size: 2.5rem;
}
.about-section .about-left .about-box h3 {
    font-family: Raleway;
    font-weight: 600;
    color: #323639;
    font-size: 16px;
    text-transform: uppercase;
    margin-top: 0.625rem;
}
.about-section .about-left .about-box .hover-box {
    margin-top: .75rem;
}
.about-section .about-left .about-box .single-about-box:hover a {
    opacity: 1;
    transition: .5s;
    top: .313rem;
    font-size: .875rem;
}
.about-section .about-left .about-box .hover-box a {
    opacity: 0;
    top: -3.75rem;
    padding: .625rem 0;
    font-size: 0;
    text-decoration: none;
   
    font-weight: 700;
    color: #f50;
    position: relative;
    margin-left: -2.4rem;
}
.about-section .about-left .about-box .single-about-box:hover a {
    opacity: 1;
    transition: .5s;
    top: .313rem;
    font-size: .875rem;
}
.about-section .about-left .about-box .single-about-box .icon-box-outer.bg-ex .icon-box {
    background-image: linear-gradient(90deg, #0184ff 1%, #01abff);
    box-shadow: 0 0.313rem 0.313rem 0 rgba(1,132,255,.4);
}
.about-section .about-left .about-box .single-about-box .icon-box-outer.bg-ex {
    border-color: #cce8ff;
}
.about-section .about-left .about-box .single-about-box .icon-box-outer.bg-security .icon-box {
    background-image: linear-gradient(90deg, #e45b2d, #f07921 33%, #fc9715);
    box-shadow: 0 0.313rem 0.313rem 0 rgba(228,91,45,.4);
}
.about-section .about-left .about-box .single-about-box .icon-box-outer.bg-security {
    border-color: #fae0d6;
}
.about-section .about-left .about-box .single-about-box .icon-box-outer.bg-trans .icon-box {
    background-image: linear-gradient(135deg, #f5317f, #ff7c6e);
    box-shadow: 0 0.313rem 0.938rem 0 rgba(246,59,125,.4);
}
.about-section .about-left .about-box .single-about-box .icon-box-outer.bg-trans {
    border-color: #fdd6e5;
}
.about-section .about-left .about-box .single-about-box .icon-box-outer.bg-simple .icon-box {
    background-image: linear-gradient(-46deg, #7f30fe, #58a4fc);
    box-shadow: 0 0.313rem 0.938rem 0 rgba(59,38,219,.4);
}
.about-section .about-left .about-box .single-about-box .icon-box-outer.bg-trans {
    border-color: #fdd6e5;
}
.about-section .about-left .about-box .single-about-box .icon-box-outer.bg-simple {
    border-color: #e6d7ff;
}
.about-section .about-left .about-box .single-about-box .icon-box-outer.bg-com .icon-box {
    background-image: linear-gradient(135deg, #b122e6, #ff63de);
    box-shadow: 0 0.313rem 0.938rem 0 rgba(246,59,125,.4);
}
.about-section .about-left .about-box .single-about-box .icon-box-outer.bg-com {
    border-color: #efd4fa;
}

.about-section .about-right .video-box img {
    width: 100%;
    margin-top: 1.563rem;
}
.about-section .about-right .video-box .icon-box {
    position: absolute;
    top: 20.625rem;
    right: 0;
}
.about-section .about-right .video-box .icon-box .video-play-btn i {
    border-radius: 50%;
    background-color: #e15218;
    opacity: .8;
    padding: 1.875rem;
    font-size: 3.75rem;
    color: #fff;
    display: grid;
}

.bg-sky {
    background-color: #343434;
    padding: 7px 0px !important;
}
.buton-top-box p{line-height: 35px !important;}
.login-reg-btn{
/*    background-image: -webkit-linear-gradient(169deg, #373636, #222);*/
    padding:10px 12px;
    border-radius: 1.563rem;
    background: #f58634;
    color: #fefefe;
    /* border: .125rem solid #f50; */
/*    background-image: -ms-linear-gradient(0deg, transparent 0, transparent 100%);*/
    transition: all .3s ease-in;
    /* margin: 0px 25px; */
    display: inline-block;}

.header .top-bar p {
    font-size: 16px;
    margin-bottom: 0;
    line-height: 1;
    color: #000;
}
header .top-bar.header-text-white .cart-bag sup, .header .top-bar.header-text-white .language-select span, .header .top-bar.header-text-white .top-meta p, .header .top-bar.header-text-white a, .header .top-bar.header-text-white p i {
    color: #fff;
}
header .top-bar p i {
    font-weight: 600;
}
header .top-bar p a{color:#fff;}

header .top-bar p {
    font-size: 16px;
    margin-bottom: 0;
    line-height: 1;
    color: #fff;
}
header .top-bar.header-text-white a{color: #fff;}



.invest-section {
    background: url(../images/invest-bg.jpg) 50% no-repeat;
    background-size: cover;
    background-position: bottom;
}
.invest-section .overlay {
    padding: 50px 0;
/*    margin-bottom: 5rem;*/
}
.invest-section .overlay .invest-text {
    margin-bottom: 7rem;
}
.invest-section .overlay .invest-text .invest-title {
    font-size: 1.5rem;
    font-family: "League Spartan", sans-serif;
    color: #1d193b;
    font-weight: 600;
    line-height: 1.167;
    margin-bottom: .438rem;
}
.invest-section .overlay .invest-text .invest-subtitle {
    font-family: "League Spartan", sans-serif;
    font-weight: 700;
    font-size: 2.66rem;
    text-transform: uppercase;
    line-height: 1.4;
    background: #880065;
    background: linear-gradient(90deg, #222222, #f58634);
    color: transparent;
    -webkit-background-clip: text;
    display: inline-block;
    margin-bottom: .938rem;
}
.invest-section .overlay .invest-text .invest-title-describe {
    
    color: #3f3c57;
    line-height: 1.556;
    font-size: 1.125rem;
    padding: 0 2.813rem;
}
.invest-section .overlay .single-box.location-left {
    top: -1.187rem;
}
.invest-section .overlay .single-box {
    position: relative;
        top: -76px;
}
.invest-section .overlay .single-box .img-box {
    position: relative;
    transition: all 1s ease-in-out;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    display: inline-block;
}
.invest-section .overlay .single-box .img-box .font-side {
    position: absolute;
    padding-top: 1.563rem;
    width: 8.125rem;
    height: 8.125rem;
    border-radius: 50%;
    text-align: center;
    margin-bottom: 1.438rem;
    background-color: #fff;
    box-shadow: 0 0.313rem 0.625rem 0 rgba(150,148,148,.5);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.invest-section .overlay .single-box .img-box .font-side img {
    width: 50%;
}
.invest-section .overlay .single-box .img-box .back-side {
    padding-top: 1.563rem;
    width: 8.125rem;
    height: 8.125rem;
    border-radius: 50%;
    text-align: center;
    margin-bottom: 1.438rem;
    background-color: #fff;
    box-shadow: 0 0.313rem 0.625rem 0 rgba(150,148,148,.5);
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.invest-section .overlay .single-box .img-box .back-side img {
    width: 50%;
}
.invest-section .overlay .single-box .text-box a {
    padding: .625rem 0;
    font-size: .875rem;
    text-decoration: none;
   
    font-weight: 300;
    color: #1d193b;
    position: relative;
    margin-left: -0.125rem;
}
.invest-section .overlay .single-box .text-box h3 {
    font-family: "League Spartan", sans-serif;
    font-weight: 600;
    color: #e15218;
    font-size: 1.25rem;

    margin-top: 1.25rem;
}


.tournaments-main{display: flex;background-color: #fff;
    box-shadow: 0 0 1.25rem 0 rgba(72,88,238,.2);
    padding: .75rem 1.25rem;gap: 15px;justify-content: flex-start;border-radius: 5px;    margin-bottom: 15px;}
.tournaments-logo img {
    width: 60px;
    height: 60px;
}

.flag-logo img{ width: 100px;
    height: 60px;}

.flag-logo{margin-left: 10px;}
.tournaments-content .location{color: #000;
    font-weight: 500;    font-size: 15px;}
.tournaments-content{font-size: 16px;}    

.tournaments-section {
    background: url(../images/choose-bg.jpg) 50% no-repeat;
    background-size: cover;
}

.invest-section .overlay .single-box .img-box .back-side {
    padding-top: 1.563rem;
    width: 8.125rem;
    height: 8.125rem;
    border-radius: 50%;
    text-align: center;
    margin-bottom: 1.438rem;
    background-color: #fff;
    box-shadow: 0 0.313rem 0.625rem 0 rgba(150,148,148,.5);
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.invest-section .overlay .single-box .img-box .font-side {
    position: absolute;
    padding-top: 1.563rem;
    width: 8.125rem;
    height: 8.125rem;
    border-radius: 50%;
    text-align: center;
    margin-bottom: 1.438rem;
    background-color: #fff;
    box-shadow: 0 0.313rem 0.625rem 0 rgba(150,148,148,.5);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.invest-section .overlay .single-box.location-right {
    top: 0.625rem;
}

.featured-games-section{padding: 70px 0;background: #fff;}
.featured-games-section1{padding: 70px 0;background:#f2f2f2;}






/* Slick Slider Css Ruls */

.slick-slider {
  position: relative;
  display: block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0
}

.slick-list:focus {
  outline: none
}

.slick-list.dragging {
  cursor: hand
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''
}

.slick-track:after {
  clear: both
}

.slick-loading .slick-track {
  visibility: hidden
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px
}

.slick-slide.dragging img {
  pointer-events: none
}

.slick-initialized .slick-slide {
  display: block
}

.slick-loading .slick-slide {
  visibility: hidden
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent
}



.featured-games-section .container:after,
.featured-games-section .container .Head:after {
  content: '';
  display: block;
  clear: both;
}

.featured-games-section .container .Head {
  
  color: #222;
  height: 52px;
  overflow: hidden;
  font-size: 32px;
    font-weight: 600;
  
}
.featured-games-section1 .container .Head {
      margin-bottom: 20px;
  color: #222;
  height: 52px;
  overflow: hidden;
  font-size: 32px;
    font-weight: 600;
}
.featured-games-sectionsection1 .container .Head {
      margin-bottom: 20px;
  color: #222;
  height: 52px;
  overflow: hidden;
  
}

.featured-games-section .container .Head .Arrows {
  float: right;
}
.featured-games-section1 .container .Head .Arrows {
  float: right;
}
.section-featured-members .container .Head .Arrows {
  float: right;
}

.featured-games-section .container .Head .Slick-Next,
.featured-games-section .container .Head .Slick-Prev {
  display: inline-block;
  width: 38px;
  height: 38px;
  margin-top: 6px;
  background: #2b2b2b;
  color: #FFF;
  margin-left: 5px;
  cursor: pointer;
  font: 18px/36px FontAwesome;
  text-align: center;
  transition: all 0.5s;
}

.featured-games-section .container .Head .Slick-Next:hover,
.featured-games-section .container .Head .Slick-Prev:hover {
  background: #33687a;
}

.featured-games-section .container .Head .Slick-Next:before {
  content: '\f105'
}

.featured-games-section .container .Head .Slick-Prev:before {
  content: '\f104'
}

.SlickCarousel {
  margin: 0 -7.5px;
  margin-top: 10px;
}

.ProductBlock {
  padding: 0 7.5px;
}

.featured-games-section1 .container .Head .Slick-Next,
.featured-games-section1 .container .Head .Slick-Prev {
  display: inline-block;
  width: 38px;
  height: 38px;
  margin-top: 6px;
  background: #2b2b2b;
  color: #FFF;
  margin-left: 5px;
  cursor: pointer;
  font: 18px/36px FontAwesome;
  text-align: center;
  transition: all 0.5s;
}

.featured-games-section1 .container .Head .Slick-Next:hover,
.featured-games-section1 .container .Head .Slick-Prev:hover {
  background: #33687a;
}

.featured-games-section1 .container .Head .Slick-Next:before {
  content: '\f105'
}

.featured-games-section1 .container .Head .Slick-Prev:before {
  content: '\f104'
}




.section-featured-members .container .Head .Slick-Next,
.section-featured-members .container .Head .Slick-Prev {
  display: inline-block;
  width: 38px;
  height: 38px;
  margin-top: 6px;
  background: #2b2b2b;
  color: #FFF;
  margin-left: 5px;
  cursor: pointer;
  font: 18px/36px FontAwesome;
  text-align: center;
  transition: all 0.5s;
}

.section-featured-members .container .Head .Slick-Next:hover,
.section-featured-members .container .Head .Slick-Prev:hover {
  background: #33687a;
}

.section-featured-members .container .Head .Slick-Next:before {
  content: '\f105'
}

.section-featured-members .container .Head .Slick-Prev:before {
  content: '\f104'
}


.about-section .about-left .about-text{padding-top: 50px;}
.about-top-sec{background: #fff;}
.subscribe-area.bg-color {
    background-color: #f58634;
}



.subscribe-area {
    padding-top: 50px;
    padding-bottom: 50px;
    position: relative;
}
.subscribe-area::before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    height: 1px;
    width: 100%;
    border-bottom: 1px solid #2e404d;
}
.subscribe-area .subscribe-content h3 {
    font-size: 35px;
    margin-bottom: 0;
    color: #ffffff;
    font-weight: 500;
}
.subscribe-area .newsletter-form {
    max-width: 580px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}
.subscribe-area.bg-color .newsletter-form .input-newsletter {
    background-color: #ffffff;
}
.subscribe-area .newsletter-form .input-newsletter {
    display: block;
    width: 100%;
    background-color: #ffffff;
    border: none;
    height: 60px;
    padding-left: 25px;
    border-radius: 55px;
    outline: 0;
    color: #0d1820;
}
.subscribe-area .newsletter-form button {
   position: absolute;
    right: 0;
    top: 0;
    background-color: #f12711;
    color: #ffffff;
    border: none;
    height: 60px;
    padding: 0px 20px;
    border-radius: 55px;
    -webkit-transition: 0.6s;
    transition: 0.6s;
    line-height: 50px;
    text-transform: uppercase;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
}
.subscribe-area.bg-color .newsletter-form button {
    background-color: #0d1820;
}
.heading-block .dt {
    display: inline-block;
    font-size: 8px;
    line-height: 1;
    margin-left: 7px;
    margin-right: 7px;
    position: relative;
    bottom: 4px;
}



.rts-gallery-section.home-four {
    padding-top: 100px;
    padding-bottom: 100px;
    background: #F6F6F6;
}
.rts-gallery-section {
    padding: 175px 0 120px 0;
    margin: 0;
}
.rts-gallery-section .top-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 40px;
}
.rts-gallery-section .container .section-title-area {
    position: relative;
}
.rts-gallery-section.home-four .top-wrap .section-title-area {
    margin-bottom: 0;
}
.section-title-area p {
    margin: 0 auto;
    max-width: 580px;
    font-size: 16px;
    
}
.rts-gallery-section.home-four.baseball .gallery-grid .item {
    height: auto;
    position: relative;
    z-index: 1;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    overflow: hidden;
}
.rts-gallery-section.home-four.baseball .gallery-grid .item .gallery-picture {
    position: relative;
    z-index: 1;
    -webkit-transform: scale(100%);
    transform: scale(100%);
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.rts-gallery-section.home-four.baseball .gallery-grid .item .gallery-picture img {
    width: 100%;
    height: 100%;
}
.rts-gallery-section.home-four.baseball .gallery-grid .item .gallery-picture::after {
    content: "";
    position: absolute;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(17, 17, 17, 0)), to(#111));
    background: linear-gradient(180deg, rgba(17, 17, 17, 0) 0%, #111 100%);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 0;
}
.rts-gallery-section.home-four.baseball .gallery-grid .contents-wrapper {
    -webkit-transition: opacity 0.2s ease-in-out, all 0.3s ease-in-out;
    transition: opacity 0.2s ease-in-out, all 0.3s ease-in-out;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
    z-index: 1;
    overflow: hidden;
    position: absolute;
    bottom: 20px;
    left: 20px;
    z-index: 1;
}
.rts-gallery-section.home-four.baseball .gallery-grid .contents-wrapper .contents {
    padding-top: 25px;
}
.rts-gallery-section.home-four.baseball .gallery-grid .contents-wrapper .contents .heading {
    margin-bottom: 10px;
}
.rts-gallery-section.home-four.baseball .gallery-grid .contents-wrapper .contents .heading .tag {
    background:#940f0f;
    font-size: 12px !important;
    color: #fff;
    padding: 0 5px;
}
.rts-gallery-section.home-four.baseball .gallery-grid .item .gallery-picture {
    width: 100%;
    height: 100%;
}
.rts-gallery-section.home-four.baseball .gallery-grid .contents-wrapper .contents .gallery-title {
    margin-bottom: 15px;
}
.rts-gallery-section.home-four.baseball .gallery-grid .contents-wrapper .contents .gallery-title a {
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
    display: inline;
    background-size: 200% 2px;
    background-position: 100% 100%;
    background-repeat: no-repeat;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--theme-color)), color-stop(50%, transparent));
    background-image: linear-gradient(to right, var(--theme-color) 50%, transparent 50%);
    -webkit-transition: all 500ms;
    transition: all 500ms;
}
.rts-gallery-section.home-four.baseball .gallery-grid .contents-wrapper .contents .author-info .content .read-more {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    position: relative;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    padding-bottom: 5px;
}
.rts-gallery-section.home-four.baseball .gallery-grid .contents-wrapper .contents .author-info .content .read-more::before {
    position: absolute;
    content: "";
    width: 50%;
    height: 1px;
    background: #fff;
    left: 0;
    bottom: 0;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.rts-gallery-section.home-four.baseball .gallery-grid .item .gallery-picture::after {
    content: "";
    position: absolute;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(17, 17, 17, 0)), to(#111));
    background: linear-gradient(180deg, rgba(17, 17, 17, 0) 0%, #111 100%);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 0;
}


header .top-bar.header-text-white a i{margin-right: 10px;}
.button-card-box {
       margin-top: 0px;
    display: flex;
    gap: 10px;
    position: absolute;
    bottom: 20px;
}
.button-card-box a{background: transparent;
    color: #f58634;
    padding: 4px 30px;
    border-radius: 5px;
    border: 2px solid #f58634;
    display: inline-block;
    font-weight: 600;}
.intro-txt-bnr.primary-bg .button-card-box a.btn2{background: #000000;
    color: #ffffff;
    border-color: #000000;}
.intro-txt-bnr .button-card-box a.btn2{background: #f58634;
    color: #ffffff;
    border-color: #f58634;}    
.intro-txt-bnr.primary-bg .button-card-box a{border-color: #000000;
    color: #000000;}


.tournaments-main.comping-turn{
    display: flex;
    background-color: #fff;
    box-shadow: 0 0 1.25rem 0 rgba(72,88,238,.2);
    padding: .75rem 1.25rem;
    gap: 10px;
    justify-content: flex-end;
    border-radius: 5px;
    margin-bottom: 15px;
    height: 280px;
    margin: 15px 5px;
    align-items: flex-start;
    flex-direction: column;}

.tournaments-main.comping-turn .tournaments-name{
       font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    color: #fff;
}
.tournaments-main.comping-turn .tournaments-logo{z-index: 99;    margin-bottom: 50px;}
.tournaments-main.comping-turn {
    background: #fff url(../images/slide1-player.png) center bottom no-repeat;
    background-size: cover;
    position: relative;
}
.tournaments-main.comping-turn .dates {
    color: #fff;
    font-weight: 500;
}
.tournaments-main.comping-turn .tournaments-content{z-index: 999999}
.tournaments-main.comping-turn .location {
    color: #fff;
    font-weight: 500;
}

.tournaments-main.comping-turn:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background:linear-gradient(to top, #000000 18%, transparent);
}
.game-list {margin-top: 10px;}
.game-list a{background: #f58634;
    padding: 2px 5px;
    color: #fff;
    display: inline-block;
    border-radius: 3px;
    font-size: 12px;
    margin-bottom: 5px;
    font-weight: 500;}

.bnr:after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
     background:linear-gradient(to top, #000000bf 18%, transparent);
}
.bnr .position-center-center{z-index: 99;}



.tournaments-section .container .Head .Slick-Next,
.tournaments-section .container .Head .Slick-Prev {
  display: inline-block;
  width: 38px;
  height: 38px;
  margin-top: 6px;
  background: #2b2b2b;
  color: #FFF;
  margin-left: 5px;
  cursor: pointer;
  font: 18px/36px FontAwesome;
  text-align: center;
  transition: all 0.5s;
}

.tournaments-section .container .Head .Slick-Next:hover,
.tournaments-section .container .Head .Slick-Prev:hover {
  background: #33687a;
}

.tournaments-section .container .Head .Slick-Next:before {
  content: '\f105'
}

.tournaments-section .container .Head .Slick-Prev:before {
  content: '\f104'
}




.tournaments-section .container .Head .Slick-Next,
.tournaments-section .container .Head .Slick-Prev {
  display: inline-block;
  width: 38px;
  height: 38px;
  margin-top: 6px;
  background: #2b2b2b;
  color: #FFF;
  margin-left: 5px;
  cursor: pointer;
  font: 18px/36px FontAwesome;
  text-align: center;
  transition: all 0.5s;
}
.tournaments-section .container .Head .Arrows {
    float: right;
}
.tournaments-section .container .Head {
    color: #010101;
    height: 52px;
    overflow: hidden;
    font-size: 32px;
    font-weight: 600;
}




.show-profile-item{box-shadow: 0 0px 10px rgb(194 191 191 / 40%);
    margin: 5px;
    border-radius: 15px;
    padding: 20px;background: #fff;}

.show-profile-item .content-box .card-image {
   display: block;
    width: 90px;
    height: 90px;
    position: relative;
    overflow: hidden;
   
    z-index: 1;
    border-radius: 50% !important;
    border: 1px solid #ff9669;
    margin-left: auto;
    margin-right: auto;
}
.show-profile-item .content-box .card-image img{
    border-radius: 50%;
}
.show-profile-item h4{
   width: 100%;
    margin: 0;
    text-align: center;
    font-size: 20px;
    color: #ff9669;
    line-height: 1.2em;
    vertical-align: middle;
    font-weight: 600;
    
}
.show-profile-item .content-box{margin-top: 30px;}
.show-profile-item .text-content h4.card-title {
    float: none;
    display: table;
    width: 100%;
    margin: 0;
    font-size: 18px;
    min-height: 34px;
    color: #ff9669;
    line-height: 1.2em;
    margin-top: 20px;
}
 .text-content{text-align: center;}

.show-profile-item  .text-content .middle-text {
    display: table;
    width: 100%;
    min-height: 60px;
}
.show-profile-item  .text-content .middle-text .middle-text-row {
    display: table-cell;
    width: 100%;
    text-align: center;
    vertical-align: middle;
}

.show-profile-item .text-content h6.sports {
   font-size: 20px;
    margin: 0;
    color: #38475C;
    line-height: 1.2em;
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 10px;
   
}
.show-profile-item .text-content .country-flagbox {
    float: left;
    width: 100%;
    font-size: 12px;
    line-height: 1.2em;
    text-align: center;}
.show-profile-item .text-content .country-flagbox img {
    display: inline-block;
    width: 20px;
    margin: 0;
}

.show-profile-item .text-content {
    float: left;
    width: 100%;
    position: relative;
    z-index: 0;
    border-radius: 10px;
    background: #f5f5f5;
    margin-top: -58px;
    padding: 60px 10px 15px;
}
.show-profile-item h5{width: 100%;
    margin: 0;
    text-align: center;
    font-size: 18px;
    color: #ff9669;
    line-height: 1.2em;
    vertical-align: middle;
    font-weight: 600;
    text-transform: uppercase;}
.show-profile-item .text-content .country-flagbox .country-text{    display: block;
    margin-top: 5px;
    font-size: 14px;}
.button-row{display: flex;
    width: 100%;
    justify-content: space-between;padding-top: 15px;}

.button-row a{background: transparent;
    color: #f58634;
    padding: 4px 16px;
    border-radius: 5px;
    border: 1px solid #f58634;
    display: inline-block;
    font-weight: 500;}
.featured-members-section1 {
    padding: 70px 0;
    position: relative;
   background: #f2f2f2;
    
}






.featured-members-section1 .container .Head .Slick-Next,
.featured-members-section1 .container .Head .Slick-Prev {
  display: inline-block;
  width: 38px;
  height: 38px;
  margin-top: 6px;
  background: #2b2b2b;
  color: #FFF;
  margin-left: 5px;
  cursor: pointer;
  font: 18px/36px FontAwesome;
  text-align: center;
  transition: all 0.5s;
}
.featured-members-section1 .container .Head .Arrows {
    float: right;
}

.featured-members-section1 .container .Head .Slick-Next:hover,
.featured-members-section1 .container .Head .Slick-Prev:hover {
  background: #ff9e74;
}

.featured-members-section1 .container .Head .Slick-Next:before {
  content: '\f105'
}

.featured-members-section1 .container .Head .Slick-Prev:before {
  content: '\f104'
}


.featured-members-section1 .container .Head {
    color: #222;
    height: 52px;
    overflow: hidden;
    font-size: 32px;
    font-weight: 600;
}

.btn.btn-video{ border: 2px solid #f58634;
    margin-left: 15px;
    color: #f58634;
    padding: 0 30px;}
.btn.btn-video i{line-height: 15px;
    font-size: 17px;
    margin-right: 1px;}

.main-top-box{display: flex;}

.about-player-info{display: flex;
    position: relative;
    z-index: 99;
    gap: 10px;
    width: 100%;
    border-top: 1px solid #4b4b4b;
    padding-top: 9px;}
.about-player-info .player-img{    width: 30px;
    border-radius: 50%;
    height: 30px;}
.about-player-info .player-img img{width: 100%;border-radius:50%; }
.main-top-box{display: flex;gap: 10px;}
.about-player-info .player-name {color: #fff;font-size: 18px;}
.about-player-info .player-view{    padding: 2px 20px;
    border: 2px solid #fff;
    color: #fff;
    border-radius: 20px;
    line-height: 23px;
    height: 28px;position: absolute;right: 0;}



.member--items .member--item {
    margin-top: 15px;
}

.member--item {
    position: relative;
    padding: 20px 10px 12px;
    background-color: #f2f2f2;
    text-align: center;
    z-index: 0;
    margin-bottom: 15px;
        border-radius: 5px;
}
.member--item:before {
    content: " ";
    position: absolute;
    top: 0;
    left: -20px;
    right: -20px;
    bottom: 0;
    background-color: #fff;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.05);
    opacity: 0;
    transition: opacity .25s ease-in-out;
    z-index: -1;
}
.member--items .member--item:before {
    left: 0;
    right: 0;
}
.member--item .img {
    position: relative;
    width: 65px;
    height: 65px;
    margin: 0 auto 4px;
    padding: 5px;
    z-index: 0;
}
.member--item .img.img-circle:before {
    border-radius: 50%;
}
.member--item.online .img:after {
    background-color: #ff9669;
}
.member--item .img:after {
    content: " ";
    position: absolute;
    left: 5px;
    bottom: 5px;
    width: 12px;
    height: 12px;
    background-color: #ccc;
    border: 2px solid #fff;
    border-radius: 50%;
    transition: background-color .25s ease-in-out;
}
.btn-link {
    display: inline-block;
    color: inherit;
    font-weight: inherit;
}
.member--item .img.img-circle img {
    border-radius: 50%;
}
.member--item .img img {
    width: 100%;
}
.member--item .name .h6 {
    margin-bottom: 3px;
}
.member--item .activity {
    margin-top: 7px;
}
.member--item .actions {
    margin-top: 10px;
}
.member--item .actions .nav {
    margin: 0 -15px;
    font-size: 0;
    line-height: 0;
}
.member--item .actions .nav > li {
    display: inline-block;
    float: none;
    z-index: 0;
}
.member--item .img:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ff9669;
    opacity: 0.3;
    z-index: -1;
}

.teams-section{padding: 50px 0;background: #ffffff;
}







.teams-section .container .Head .Slick-Next,
.teams-section .container .Head .Slick-Prev {
  display: inline-block;
  width: 38px;
  height: 38px;
  margin-top: 6px;
  background: #2b2b2b;
  color: #FFF;
  margin-left: 5px;
  cursor: pointer;
  font: 18px/36px FontAwesome;
  text-align: center;
  transition: all 0.5s;
}
.teams-section .container .Head .Arrows {
    float: right;
}

.teams-section .container .Head .Slick-Next:hover,
.teams-section .container .Head .Slick-Prev:hover {
  background: #33687a;
}

.teams-section .container .Head .Slick-Next:before {
  content: '\f105'
}

.teams-section .container .Head .Slick-Prev:before {
  content: '\f104'
}


.teams-section .container .Head {
    color: #222;
    height: 52px;
    overflow: hidden;
    font-size: 32px;
    font-weight: 600;
}


.organizations-imag img{width: 10rem !important;
    height: 10rem !important;
    border-radius: 10px !important;}
.organizations-item{
    background: #fff;
    box-shadow: 0 1px 10px rgba(0,0,0,0.1);
    text-align: center;
    border-radius: 4px;
    position: relative;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 30px;
    padding-top: 10px;
    border-radius: 6px;padding-bottom: 10px;}

.organizations-ingo h4{    font-size: 15px;
    margin: 0;
    color: #38475C;
    line-height: 1.2em;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 5px;
    height: 50px;}
.organizations-ingo p{margin-bottom: 0;
    font-size: 15px;}

.organizations-ingo{padding: 10px 5px;}
.sports-name a{    background: #f58634;
    padding: 2px 5px;
    color: #fff;
    display: inline-block;
    border-radius: 3px;
    font-size: 14px;
    margin-bottom: 5px;
    font-weight: 500;}



.organizations-section .Head .Slick-Next,
.organizations-section .Head .Slick-Prev {
  display: inline-block;
  width: 38px;
  height: 38px;
  margin-top: 6px;
  background: #2b2b2b;
  color: #FFF;
  margin-left: 5px;
  cursor: pointer;
  font: 18px/36px FontAwesome;
  text-align: center;
  transition: all 0.5s;
}
.organizations-section .container .Head .Arrows {
    float: right;
}

.organizations-section .container .Head .Slick-Next:hover,
.organizations-section .container .Head .Slick-Prev:hover {
  background: #f58634;
}

.organizations-section .container .Head .Slick-Next:before {
  content: '\f105'
}

.organizations-section .container .Head .Slick-Prev:before {
  content: '\f104'
}


.organizations-section .container .Head {
    color: #222;
    height: 52px;
    overflow: hidden;
    font-size: 32px;
    font-weight: 600;
}

.organizations-section{padding: 50px 0;background: #ffffff;}



.latest-members-section .Head .Slick-Next,
.latest-members-section .Head .Slick-Prev {
  display: inline-block;
  width: 38px;
  height: 38px;
  margin-top: 6px;
  background: #2b2b2b;
  color: #FFF;
  margin-left: 5px;
  cursor: pointer;
  font: 18px/36px FontAwesome;
  text-align: center;
  transition: all 0.5s;
}
.latest-members-section .container .Head .Arrows {
    float: right;
}

.latest-members-section .container .Head .Slick-Next:hover,
.latest-members-section .container .Head .Slick-Prev:hover {
  background: #f58634;
}

.latest-members-section .container .Head .Slick-Next:before {
  content: '\f105'
}

.latest-members-section .container .Head .Slick-Prev:before {
  content: '\f104'
}


.latest-members-section .container .Head {
    color: #222;
    height: 52px;
    overflow: hidden;
    font-size: 32px;
    font-weight: 600;
}

.latest-members-section{
    padding: 50px 0;
    background:#ffffff;}
.latest-members-section .team-inside{margin: 5px;}


.ehu-contentbox {
    width: 100%;
    display: table;
    margin: 0 auto;
    padding: 40px 0 0;
}
.ehu-box {
    display: table;
    margin: 0;
    padding: 15px;
}
.ehu-contentbox .ehu-box-left .ehu-box .ehu-box-img {
    padding-right: 0;
    padding-left: 15px;
}
.ehu-box .ehu-box-img {
    padding-bottom: 15px;
    display: table-cell;
    padding-right: 10px;
    vertical-align: middle;
}
.ehu-box .ehu-box-text {
    display: table-cell;
    padding: 0;
    text-align: left;
    vertical-align: top;
    max-width: 315px;
    height: 140px;
}
.ehu-box .ehu-box-img .ehu-box-icon {
    float: left;
    width: 60px;
    height: 60px;
    padding: 12px;
    position: relative;
    z-index: 1;
    border-radius: 50%;
    -webkit-transition: -webkit-transform ease-out 0.1s, background 0.2s;
    -moz-transition: -moz-transform ease-out 0.1s, background 0.2s;
    transition: transform ease-out 0.1s, background 0.2s;
}
.ehu-box .ehu-box-img .ehu-box-icon .fa {
    color: #ff9669;
    font-size: 40px;
}
.ehu-box .ehu-box-text h3 {
    float: left;
    width: 100%;
    font-size: 18px;
    line-height: 1.2em;
    font-weight: 600;
    margin: 0 0 10px;
    color: #38475C !important;
    text-align: left;
   white-space: normal;
    text-overflow: ellipsis;
    position: relative;
    overflow: hidden;
}
.ehu-contentbox .ehu-box-left .ehu-box .ehu-box-text h3 {
    direction: ltr;
}
.ehu-contentbox .ehu-box-left .ehu-box .ehu-box-text h3, .ehu-contentbox .ehu-box-left .ehu-box .ehu-box-text .description, .ehu-contentbox .ehu-box-left .ehu-box .ehu-btn-box {
    text-align: right;
}
.ehu-box .ehu-box-text .description {
    float: left;
    width: 100%;
    font-size: 14px;
    line-height: 1.6em;
}
.ehu-contentbox .ehu-box-left .ehu-box .ehu-box-img {
    padding-right: 0;
    padding-left: 15px;
}
.ehu-box .ehu-box-img {
    padding-bottom: 15px;
    display: table-cell;
    padding-right: 10px;
    vertical-align: middle;
}
.ehu-box .ehu-box-img .ehu-box-icon {
    float: left;
    width: 60px;
    height: 60px;
    padding: 12px;
    position: relative;
    z-index: 1;
    border-radius: 50%;
    -webkit-transition: -webkit-transform ease-out 0.1s, background 0.2s;
    -moz-transition: -moz-transform ease-out 0.1s, background 0.2s;
    transition: transform ease-out 0.1s, background 0.2s;
    background: #fff;
    border: 1px solid #ff9b6f;
}
.ehu-box .ehu-box-img .ehu-box-icon:after {
    content: '';
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    opacity: 0;
    z-index: -1;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1);
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
}
.ehu-cercle-box .ehu-box-img {
    width: 320px;
    height: 320px;
    position: relative;
    overflow: hidden;
    bottom: -48px;
    right: 9px;
     border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;

}
.ehu-contentbox .ehu-box-center .ehu-cercle-box {
    display: inline-block;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    text-align: center;
    margin: 0 auto;
    background: #ffffff;
}
.ehu-contentbox .ehu-box-center {
    display: table-cell;
    width: 30%;
    vertical-align: middle;
    text-align: center;
}
.ehu-box-img img{width: 100%;}

.explore-section{padding: 50px 0;}
.ehu-contentbox .ehu-box-left .ehu-box:nth-child(2) {
    position: relative;
    right: 75px;
}
.ehu-contentbox .ehu-box-right .ehu-box:nth-child(2) {
    position: relative;
    left: 75px;
}

.ehu-cercle-box{position: relative;}

.text-in.text-in-box{display: flex;    align-items: center;}
.text-in.text-in-box .about-text{    min-width: 130px;}
.text-in.text-in-box .testi-about{    padding-left: 10px;}
.testimonial-section .heading-block {
    margin-bottom: 30px;
}
.bnr h1 span{color: #f58634;}
.bnr p span{    background: #f58634;
    padding: 2px 4px;
    border-radius: 3px;
    margin-right: 2px;}

    .tournaments-main.home-update {
       display: flex;
    background-color: #fff;
    box-shadow: none;
    padding: .75rem 1.25rem;
    gap: 10px;
    justify-content: flex-start;
    border-radius: 5px;
    margin-bottom: 0px;
    border: 1px solid rgba(72, 88, 238, .2);
}
.latest-update{margin-top: 10px}
.update-butn{    background: #f58634;
    color: #fff;
    padding: 8px 10px;
    border-radius: 3px;
    display: inline-block;}

.testimonial-section{    background: linear-gradient(90deg, #f5f5f5 56%, #fbfbfb 50%);}





@-webkit-keyframes shrink {
  0% {
    color: green;
    transform: scale(2);
  }
  100% {
    transform: scale(1);
    color: grey;
  }
}
@keyframes shrink {
  0% {
    color: green;
    transform: scale(2);
  }
  100% {
    transform: scale(1);
    color: grey;
  }
}
@-webkit-keyframes grow {
  0% {
    transform: scale(1);
    color: grey;
  }
  100% {
    transform: scale(2);
    color: green;
  }
}
@keyframes grow {
  0% {
    transform: scale(1);
    color: grey;
  }
  100% {
    transform: scale(2);
    color: green;
  }
}
/* $. Classes
\*----------------------------------------------------------------*/
.animate {
  transform: translate3d(0, 0, 0);
  perspective: 1000;
  filter: blur(0);
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  transform-origin: center left;
}

.animate--shrink, .hero__title .slick-current > span {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-name: shrink;
          animation-name: shrink;
  -webkit-animation-timing-function: "linear";
          animation-timing-function: "linear";
}

.animate--grow, .no-js .hero__title .slick-dupe:nth-child(2) > span, .hero__title .slick-current + .slick-slide > span {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-timing-function: "linear";
          animation-timing-function: "linear";
  -webkit-animation-name: grow;
          animation-name: grow;
}

/* Slider */
.latest-update-sec .slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  touch-action: pan-y;
  tap-highlight-color: transparent;
 
}

.latest-update-sec  .slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.latest-update-sec  .slick-list:focus {
  outline: none;
}
.latest-update-sec  .slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.latest-update-sec  .slick-slider .slick-track,
.latest-update-sec  .slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.latest-update-sec  .slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.latest-update-sec  .slick-track:before, .latest-update-sec  .slick-track:after {
  content: "";
  display: table;
}
.latest-update-sec  .slick-track:after {
  clear: both;
}
.latest-update-sec  .slick-loading .slick-track {
  visibility: hidden;
}

.latest-update-sec  .slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.latest-update-sec  .slick-slide img {
  display: block;
}
.latest-update-sec  .slick-slide.slick-loading img {
  display: none;
}
.latest-update-sec  .slick-slide.dragging img {
  pointer-events: none;
}
.latest-update-sec  .slick-initialized .slick-slide {
  display: block;
}
.latest-update-sec  .slick-loading .slick-slide {
  visibility: hidden;
}
.latest-update-sec  .slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 0;
  outline: none;
}
.latest-update-sec  .slick-vertical .slick-slide::-moz-selection {
  outline: none !important;
  border: 0 !important;
  box-shadow: none;
}
.latest-update-sec  .slick-vertical .slick-slide:focus, .latest-update-sec  .slick-vertical .slick-slide:active, .latest-update-sec  .slick-vertical .slick-slide::selection {
  outline: none !important;
  border: 0 !important;
  box-shadow: none;
}

.latest-update-sec  .slick-arrow.slick-hidden {
  display: none;
}

.latest-update-sec  .slick-current {
  position: relative;
}

.latest-update-sec  .hero__title .slick-slide {
  overflow: hidden;
  padding: 5px 0;
}

.latest-update-sec  .hero__title [aria-hidden] {
  transition: 1s;
}


.latest-update-sec  .hero__title .slick-current > span {
  box-sizing: border-box;
  display: block;
}

.latest-update-sec  .no-js .hero__title .slick-dupe:nth-child(2) > span {
  padding: 1em;
}

.latest-update-sec  .hero__title-misc {
  display: block;
  font-size: 24px;
  font-weight: bold;
  color: grey;
}

.formify-form__contact-title {
    font-size: 34px;
    font-weight: 700;
    color: #000;
    line-height: initial;
    margin-bottom: 20px;
}
.formify-form__contact-text {
         color: #000;
    font-size: 17px;
    font-weight: 400;
    display: flex;
    gap: 10px;
}
.formify-form__contact-text i{color: #f58634;}
.login-register .btn{     height: 43px;
    line-height: 43px;
    background: #f58634;
    color: #fff;}


.register-title{text-align: center;}
.register-title h4{font-size: 30px;
    margin-bottom: 10px;
    color: rgb(0 0 0);
    font-weight: bold;
}
.register-title p{color: #000;font-size: 20px;}

.formify-form__contact-content{    margin-top: 10px;}
.btn-sign-col{display: flex;
    justify-content: flex-end;
    align-items: center;}
.btn-sign-col .btn-sign{color: #000;font-size: 18px;}
.btn-sign-col .btn-sign span{color: #f58634;}
.login-form-box{padding: 40px !important;}
.reg-button-social {
    margin-top: 60px;text-align: center;border-top: 2px solid #4b485a;

}
 .reg-button-social button {
    border-radius: 25px;
    height: 50px;
    width: 12vw;
    font-size: 15px;
    margin-right: 5px;
    font-family: "roboto";
    color: rgb(255, 255, 255);
    transition: 0.5s;
    line-height: 40px;
    border: none;
}
 .reg-button-social .fb-btn {
    background: rgb(59, 89, 152);
}
.reg-button-social .google-btn {
    background-color: rgb(219, 68, 55);
}

.reg-button-social h6{color: #fff;
    font-size: 20px;
    background: #272b37;
    position: relative;
    top: -6px;
    width: 200px;
    left: 50%;
    right: 50%;
    transform: translate(-50%, -50%);}

.forget-class{text-align: right;}
.forget-class a{color: #f58634 !important;font-size: 16px !important;}


.card-style-2 .card-image-wrapper {
    border-radius: 10px 10px 0 0;
}
.card-image-wrapper {
    overflow: hidden;
}
.card-image-wrapper img {
    transition: transform .4s ease-in-out;
}
.gap-xxl-20 {
        gap: 1.25rem;
    }
}
.blog-date-wrapper {
    
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    gap: 0;
    width: 60px;
    height: 60px;
}

.blog-date-wrapper .month {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50%;
    font-size: 16px;
}
.blog-date-wrapper .bg-primary {
 
border-radius: 5px 5px 0px 0px;
    background-color: #f58634 !important;
}
.lead {
    font-size: 16px;
    font-weight: 600;
}

.card-style-2 .card-body{position: relative;}
.card-style-2 .blog-date-wrapper{width: 60px;
    position: absolute;
    top: -40px;text-align: center;}

.month.bg-secondary{background: #343434 !important;border-radius: 0px 0px 5px 5px;} 

.card-style-2 .card-body .card-title a{color: #000;    font-size: 20px;    font-weight: 600;}
.card-style-2 .card-body  .card-text{    font-size: 16px;}
.site-button-link {
    position: relative;
    color: #f58634;
    font-size: 18px;
    font-weight: 500;
    z-index: 1;
    transition: 0.5s all ease;
    overflow: hidden;
}

.blog-section-index{padding: 50px 0;background: #fff;}
.login-register{background-color: rgb(236, 244, 245);}

.blog-section-index.blog-section-inner .card.card-style-2 {margin-bottom: 20px}
.single-category li h6 a{font-size: 16px !important;
    color: #000;}

.icon-contact{width: 30px;
    background: #f58634;
    text-align: center;
    height: 30px;
    line-height: 30px !important;
    font-size: 20px !important;
    border-radius: 3px;
    color: #fff;
    margin-right: 10px;}

.upcoming-tournaments .col-md-4{padding-right: 10px;
    padding-left: 10px;}
 .upcoming-tournaments   .tournaments-main.comping-turn{margin: 10px 0;}



.card-style-5 .card-image-wrapper {
    border-radius: 10px;
    background-color: #efeff7;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 55px 60px 55px;


}
.card-style-5{box-shadow: #190e4e12  0px 6px 20px;margin-bottom: 20px;border-radius: 10px;}
.card-style-5 .card-img-top {
    width: 280px;
    height: 300px;
    -o-object-fit: cover;
    object-fit: cover;
}
.card-body {
    flex: 1 1 auto;
    padding: 30px 50px;
    color: var(--bs-card-color);
}
.card-style-5 .card-title a{color: #190e4e;
    font-size: 23px;
    font-weight: 500;}

.card-style-5 .card-body p{color: #f58634;font-size: 18px;}


.intro-txt-bnr h4 img{
    max-width: 45px;
    margin-right: 11px;
    background: #ffe6d3;
    padding: 10px;
    border-radius: 2px;}

@media (min-width: 1200px) {
.about-top-sec .container{max-width: 1150px !important}
}


.game-box ul{list-style: none;margin-bottom: 0;}
.game-box ul li{display: inline-block;}
.player-name-box{display: flex;gap: 10px;align-items: center;}


.ProductBlock.gameProductBlock .com-inside .img-sec{position: relative;
    overflow: hidden;
    background: #edebe9;
    margin: 10px;border-radius: 10px;}
.ProductBlock.gameProductBlock .com-inside .img-sec img{height: 200px;
    object-fit: contain;}

.blog-section-index .card-body{    padding: 30px 15px;}
.blog-section-index .card-body .card-title{    height: 94px;}
.blog-section-index .card-body .card-text{    height: 40px;    margin-bottom: 5px;}

.blog-section-index.blog-section-inner .card-title{    height: auto;}
.blog-section-index.blog-section-inner .card-text{    height: auto;} 
.college-info-box{position: relative;}
.college-info-box .college-image{width: 100%;height: 210px;}
.college-info-box .profile-bnr{    min-height: 100%;}    

.college-info-box:before {
    position: absolute;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    height: 100%;
    width: 100%;
    content: "";
    background: rgba(42, 52, 71, 0.8);
}
.college-info-box .profile-bnr .user-info{background: transparent;}
.school-logo-avatar{    height: 92px;
    width: 92px;
    padding: 6.94px;
    background-color: rgba(0, 0, 0, 0.15);}

 .compny-profile .college-info-box .user-info .user-in {
    padding: 0px 50px 30px 50px;
}   
.addres-list li{display: inline-block;margin-right: 10px;}
.school-user-info{display: flex;justify-content: space-between;}
 .compny-profile .college-info-box .col-left.col-left-first {width: 70%;}
 .compny-profile .college-info-box .col-left.col-right-second {width: 30%;}

/*.compny-profile .college-info-box  .user-info .col-left.col-left-first{width: 70%;}
.compny-profile .college-info-box  .user-info .col-left.col-right-second{width: 30%;}*/



.compny-profile .school-user-info.user-info:before{display: none;}

.download-brochure-btn{background: #f58634;
    border: 1px solid #f58634 !important;
    color: #fff !important;
    font-size: 15px !important;}
.followers-btn{width: 186px;
    text-align: center !important;
    font-size: 15px !important;}    

.profile-main  .com-inside {
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    text-align: center;
    border-radius: 4px;
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}

 .profile-main  .com-inside .img-sec{position: relative;
    overflow: hidden;
    background: #edebe9;
    margin: 10px;
    border-radius: 10px;}
.profile-main  .com-inside .img-sec img {
    height: 100px;
    object-fit: contain;
}

.profile-main  .com-inside .txt-sec h5 {
    font-weight: 600;
    font-size: 16px;
    margin: 0px;
    letter-spacing: -0.4px;
}

.profile-main .com-inside .txt-sec h5 a {
    color: #000;
    padding: 10px;
    display: inline-block;
    width: 100%;
}

.profile-in.portfolio .item-space .portfolio-item {
    padding: 15px;
    float: left;
    width: 33.33%;
}



.faq-section {
    background: #fdfdfd;

   
}
.faq-title h2 {
  position: relative;
  margin-bottom: 45px;
  display: inline-block;
  font-weight: 600;
  line-height: 1;
}
.faq-title h2::before {
    content: "";
    position: absolute;
    left: 50%;
    width: 60px;
    height: 2px;
    background: #E91E63;
    bottom: -25px;
    margin-left: -30px;
}
.faq-title p {
  padding: 0 190px;
  margin-bottom: 10px;
}

.faq {
  background: #FFFFFF;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
  border-radius: 4px;
}

.faq .card {
  border: none;
  background: none;
  border-bottom: 1px dashed #CEE1F8;
}

.faq .card .card-header {
  padding: 0px;
  border: none;
  background: none;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.faq .card .card-header:hover {
    background: rgba(233, 30, 99, 0.1);
    padding-left: 10px;
}
.faq .card .card-header .faq-title {
  width: 100%;
  text-align: left;
  padding: 0px;
  padding-left: 30px;
  padding-right: 30px;
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 1px;
  color: #3B566E;
  text-decoration: none !important;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  padding-top: 20px;
  padding-bottom: 20px;
}

.faq .card .card-header .faq-title .badge {
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 14px;
  float: left;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  text-align: center;
  background:#f58634;
  color: #fff;
  font-size: 12px;
  margin-right: 20px;
}

.faq .card .card-body {
  padding: 30px;
  padding-left: 35px;
  padding-bottom: 16px;
  font-weight: 400;
  font-size: 16px;
  color: #6F8BA4;
  line-height: 28px;
  letter-spacing: 1px;
  border-top: 1px solid #F3F8FF;
}

.faq .card .card-body p {
  margin-bottom: 14px;
}

@media (max-width: 991px) {
  .faq {
    margin-bottom: 30px;
  }
  .faq .card .card-header .faq-title {
    line-height: 26px;
    margin-top: 10px;
  }
}


.contact-expand-lg .contact-company{    margin-top: 10px;}
.enquiry-btn{    background: #f58634;
    border: 1px solid #f58634 !important;
    color: #fff;}

.filter-inside-from ul {
    width: 100%;
    padding: 0 10px;
}
.filter-inside-from ul {
    background-color: #ffffff;
}
.filter-inside-from li {
    width: 21%;
    float: left;
    margin: 15px 0px;
    padding: 0px 5px;
        list-style: none;
}
.filter-inside-from li:first-child {
    display: block;
}
.filter-inside-from li label {
    width: 100%;
    margin: 0px;
}
.filter-inside-from .form-control {
    font-size: 14px;
    padding: 0 15px;
    font-weight: 500;
    height: 40px !important;
}
.filter-inside-from .btn {
    height: 40px;
    line-height: 40px;
    width: 100%;
    border-radius: 4px;
}
.filter-inside-from .btn {
       background: #f68633;
   
    font-weight: 600;
    padding: 0px 40px;
    font-size: 14px;
    border-radius: 50px;
    height: 40px;
    line-height: 40px;
    text-transform: uppercase;
    color: #fff;
}
.filter-inside-from ul li:nth-last-child(1) {
    width: 16%;
    float: right;
}

    
    .search-btn-group{    display: flex;
    justify-content: center;
    align-items: flex-end;
    gap: 5px;
    align-content: center;
    height: 100%;}
.search-btn-group .btn:last-child{    background: #20945a;}