

@font-face {
  font-family: 'bebasregular';
  src: url('../fonts/bebas-webfont.woff2') format('woff2'),
  url('../fonts/bebas-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}

body {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 24px;
  color: #4f4f4f;
  font-weight: 400;
  font-style: normal;
  background-color: #fff;

}

@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes fadein {
  /* Firefox */
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadein {
  /* Safari and Chrome */
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-o-keyframes fadein {
  /* Opera */
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
a {
  color: #fba81a;
  font-size: 13px;
  text-decoration: none;
}

a:hover {
  color: #fba81a;
  text-decoration: none;
}

a, .nav-tabs > li > a {
  text-decoration: none;
}

a:hover, .nav-tabs > li > a:hover {
  text-decoration: none;
}

a:hover, .nav-tabs > li > a:hover, .btn {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

a:focus, .btn:focus {
  outline: none !important;
}

h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin: 10px 0px;
}

li {
  line-height: 20px;
}

p {
  font-size: 15px;
  font-weight: 400;
  line-height: 32px;
  margin-bottom: 10px;
  color: #777d86;
}

ul, ol {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

h1,
h2 {
  line-height: 35px;
}

h1 {
  font-size: 32px;
  line-height: 40px;
}

h2 {
  font-size: 42px;
}

h3 {
  font-size: 22px;
}

h4 {
  font-size: 16px;
}

h5 {
  font-size: 14px;
}

h6 {
  font-size: 11.9px;
}

.clear {
  clear: both;
}

.center, .center-responsive img, .center img, .center-responsive img img, .center-responsive {
  text-align: center;
}

.center-responsive img {
  margin: 0px auto;
}

.position-relative {
  position: relative;
}

.cn_item i {
  display: inline-block;
  margin-right: 0px;
  margin-top: 0px;
  padding: 0px;
  position: relative;
  text-align: center;
  top: 0;
  vertical-align: middle;
}

.text-primary {
  color: #fba81a;
}

.text-secondary {
  color: #4b4b4b;
}

.transition-all, .client-image, #back-top a, #arrowdown .btn-primary {
  -webkit-transition: all 300ms ease 0s;
  -moz-transition: all 300ms ease 0s;
  -ms-transition: all 300ms ease 0s;
  transition: all 300ms ease 0s;
}



.float-right-right {
  float: right;
}

.full-width-float, .float-left-left {
  float: left;
}

.full-width-inblocks {
  display: inline-block;
}

.full-width-blocks {
  display: block;
}

.full-width-float, .full-width-inblocks, .full-width-blocks {
  width: 100%;
}

.white-color {
  color: #fff;
}

.blue-color {
  color: #09bce8 !important;
}

.red-color {
  color: #f05154 !important;
}

.btn-info {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
  border: 2px solid #fff;
}

.btn-info.focus, .btn-info:focus {
  background-color: #df3b3e;
  border-color: #df3b3e;
  color: #fff;
}

.btn-info:hover {
  background-color: #df3b3e;
  border-color: #df3b3e;
  color: #fff;
}

.btn-info.active, .btn-info:active, .open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #df3b3e;
  border-color: #df3b3e;
}

.btn-info.active.focus, .btn-info.active:focus, .btn-info.active:hover, .btn-info.focus:active, .btn-info:active:focus, .btn-info:active:hover, .open > .dropdown-toggle.btn-info.focus, .open > .dropdown-toggle.btn-info:focus, .open > .dropdown-toggle.btn-info:hover {
  background-color: #df3b3e;
  border-color: #df3b3e;
  color: #fff;
}

.btn-primary {
  background-color: #fba81a;
  border-color: #fba81a;
  color: #fff;
}
.btn-primary:hover, .btn-primary.focus, .btn-primary:focus, .btn-primary.active, .btn-primary:active, .open > .dropdown-toggle.btn-primary {
  background-color: #e99910;
  border-color: #e99910;
  color: #fff;
}
.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary.focus:active, .btn-primary:active:focus, .btn-primary:active:hover, .open > .dropdown-toggle.btn-primary.focus, .open > .dropdown-toggle.btn-primary:focus, .open > .dropdown-toggle.btn-primary:hover {
  background-color: #e99910;
  border-color: #e99910;
  color: #fff;
}
.btn-primary.disabled.focus, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary.focus[disabled], .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover {
  background-color: #e99910;
  border-color:#e99910;
}
.btn-default {
  background-color: transparent;
  border-color: #e3af25;
  color: #000000;
  border-width: 3px;
}
.btn-default:hover, .btn-default.focus, .btn-default:focus, .btn-default.active, .btn-default:active, .open > .dropdown-toggle.btn-primary {
  background-color: #bc8c18;
  border-color: #bc8c18;
  color: #fff;
}
.btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default.focus:active, .btn-default:active:focus, .btn-default:active:hover, .open > .dropdown-toggle.btn-default.focus, .open > .dropdown-toggle.btn-default:focus, .open > .dropdown-toggle.btn-default:hover {
  background-color: #bc8c18;
  border-color: #bc8c18;
  color: #fff;
}
.btn {
  padding: 11px 58px;
  margin-bottom: 0;
  font-size: 23px;
  font-weight: 400;
  border-radius: 35px;
  font-family: 'bebasregular';
}
.clear-fluid {
  clear: both;
}
/*
=======================================================================
	header
=======================================================================
*/

.header-top-nav, .logo {
  transition: all 0.2s ease-in-out 0s;
  -webkit-transition: all 0.2s ease-in-out 0s;
}
.header-top-nav {
  display: block;
  left: 0;
  position: fixed;
  right: 0;
  top: 0px;
  width: 100%;
  z-index: 99;

  min-height: 90px;
  padding-top: 20px;
}
.logo {
  float: left;
  left: 48px;
  position: absolute;
  z-index: 100;
  top:30px;
}

.fixed-header.header-top-nav  {
  min-height: 77px;
  background: rgba(33, 33, 33, 0.95);
  opacity: 1;
  padding-top: 15px;
  box-shadow: 0 9px 38px rgba(0,0,0,0.05), 0 5px 12px rgba(0,0,0,0.1);
  border-bottom: 1px solid rgba(226, 159, 25, 0.15);


}
.fixed-header .logo {
  top:12px;
}
.logo .dis-off {
  display: none;
}
.dis-off {
  display: none;
}
.fixed-header .dis-on {
  display: none;
}
.fixed-header .dis-off {
  display: block;
}
#menu-trigger {
  position: fixed;
  left: 15px;
  top: 24px;
  z-index: 99;
  cursor: pointer;
}
.fixed-header #menu-trigger {
  top: 13px;
}
.close-svg {
  background-image: url(../images/close.svg);
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: 0px 0px;
}
.line-wrap {
  height: 12px;
  margin: 10px 0 10px -1px;
  position: relative;
  top: 9px;
  transition: all 300ms ease 0s;
  width: 18px;
}
.line-wrap .line {
  height: 2px;
  width: 20px;
}
.line-wrap .line.center {
  margin: 3px 0;
}
.line-wrap .line {
  background-color: #fff;
}
.dis-on .line {
  background-color: #fff;
}

.fixed-header .dis-off .line {
  background-color: #fff;
}
.navbar-nav {
  margin: 0px 210px 0 0px;
  text-align: right;
  color: #fff;
  float: right;
}

.navbar-nav > li {
  margin-left: 0px;
  margin-right: 0px;
  float: none;
  display: inline-block;
  padding: 0px 20px;
}
/*.navbar-nav > li:last-child {
  top: -1px;
  padding: 0px 0px;
}*/

.navbar-nav > li > a {
  font-weight: 400;
  color: #fff;
  font-family: 'bebasregular';
  font-size: 15px;
  padding: 32px 0px 5px 0px;
  text-transform: uppercase;
  -webkit-transition: all 300ms ease 0s;
  -moz-transition: all 300ms ease 0s;
  -ms-transition: all 300ms ease 0s;
  transition: all 300ms ease 0s;
  position: relative;
}

.nav > li > a:focus, .nav > li > a:hover, .nav > li.active > a:hover, .nav > li.active > a {
  background-color: transparent;
  color: #fff;

}
.nav > li > a:after {
  height: 4px;
  content: '';
  position: absolute;
  left: 0px;
  border-radius: 4px;
  background: #fba81a;
  width: 100%;
  opacity: 0;
  top: 100%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.nav > li > a:hover:after, .nav > li > a:focus:after {
  opacity: 1;
  top: 100%;
}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
  background-color: transparent;
  border-color: transparent;
}
.nav .dropdown .fa {
  position: relative;
  top: -1px;
  left: 6px;
  opacity: 0;
}
.nav .dropdown:hover .fa {
  opacity:1;
}
.navbar-nav>.dropdown>.dropdown-menu {
  top: 106%;
  right: 0px;
  margin-top: 2px;
  margin-left: -1px;
  border-radius: 5px;
  padding: 20px 0px;
}
.header-navigation .dropdown-menu, .dropdown-menu {
  min-width: 180px;
  background: #212121;
  border-radius: 5px;
}
.dropdown-submenu>.dropdown-menu {
  top: 50%;
  right: auto;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  border-radius: 5px;
  padding: 20px 0px;
}
.dropdown:hover>.dropdown-menu  {
  display: block;
}
.dropdown-menu > li > a {
  display: block;
  padding: 4px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #fff;
  white-space: nowrap;
  font-size: 15px;
  font-family: 'bebasregular';
  text-align: center;
}
.header-navigation .dropdown-menu > li > a, .dropdown-menu > li > a {
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
}
.header-navigation .dropdown-menu>li>a:focus, .header-navigation .dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
  color: #fff;
  text-decoration: none;
  background-color: transparent;
}
.fixed-header .navbar-nav > li > a {
  color:#fff;
  padding-top: 11px;
}
.navbar-nav > li > .btn {
  padding: 8px 16px !important;
  border-radius: 5px;

}
.navbar-nav > li > .btn-primary {
  background-color: #1a73e8 !important;
  border-color: #1a73e8;
  color: #fff;
}

.navbar-nav > li > .btn-primary.focus, .navbar-nav > li > .btn-primary:focus {
  background-color: #098eca !important;
  border-color:#098eca;
  color: #fff;
}

.navbar-nav > li > .btn-primary:hover {
  background-color: #098eca !important;
  border-color: #098eca;
  color: #fff;
}
.navbar-nav .move-social-top {
  position: relative;
  top: 24px;
}
.login-acnt {
  position: absolute;
  right: 0px;
  height: 85px;
  float: right;
}
.login-acnt::before {
  bottom: 0;
  content: "";
  position: absolute;
  left: -30px;
  top: 0px;
  transform: skew(-30deg);
  -webkit-transform: skew(-30deg);
  width: 70px;
  background-color: #fba81a;
}
/*.login-acnt a{
  font-weight: 400;
  color: #fff;
  font-family: 'bebasregular';
  font-size: 15px;
  text-transform: uppercase;
  background: #fba81a;
  padding: 0px 50px;
  display: block;
  height:85px;
  line-height:79px;
  position: relative;
  top: 0px;
}*/
.fixed-header .login-acnt {
  top: 0px;
}



#slide-overlay, #slide-overlay2 {
  display: none;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 999;
}

#sidebar {
  background: #212121;
  width: 237px;
  height: 100%;
  position: fixed;
  left: -268px;
  overflow-y: auto;
  top: 0;
  z-index: 9999;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 300ms ease 0s;
  -moz-transition: all 300ms ease 0s;
  -ms-transition: all 300ms ease 0s;
  transition: all 300ms ease 0s;
  box-shadow: 0px 0px 5px rgba(0,0,0,.3);
}


.c-menu {
  position: relative;
}

.menu-list .logo {
  float: left;
  left: 17px;
  position: absolute;
  top: 16px;
}
.menu-list .logo img {
  margin: 0px !important;
}

.slide-on-hover {
  display: block;
  position: relative;
  top: 95px;
}

.slide-on-hover > li {
  position: relative;
  margin: 0px 0px;
  line-height: 12px;
  width: 100%;
  padding:0px;
}

.slide-on-hover > li > a {
  font-weight: 700;
  color: #fff;
  font-size: 14px;
  padding: 15px 20px;
  text-transform: uppercase;
  display: block;
}

.slide-on-hover > li > a:hover, .slide-on-hover > li > a:focus {
  color: #fff;
  background: #fba81a;
}
.slide-on-hover > li.active {
  background: #fba81a;
}
.slide-on-hover > li.active > a {
  color: #fff;
}
.slide-on-hover > li > .btn {
  padding: 8px 0px !important;
  border-radius: 35px;
  letter-spacing: -1px;
  text-align: left;
  background: transparent !important;
  border-color: transparent;
  box-shadow: none;
}
.sub-menu .fa {
  position: relative;
  top: -1px;
  left: 6px;
}
.sub-ul {
  background: rgb(29, 42, 58) none repeat scroll 0 0;
  display: none;
}
.sub-ul > li {
  position: relative;
  margin: 0px 0px;
  line-height: 12px;
  width: 100%;
  padding:0px;
}
.sub-ul > li > a {
  font-weight: 700;
  color: #fff;
  font-size: 14px;
  padding: 15px 20px;
  text-transform: uppercase;
  display: block;
}
.slide-on-hover > li {
  position: relative;
  margin: 0px 0px;
  line-height: 12px;
  width: 100%;
  padding:0px;
}
.sub-ul > li > ul > li > a {
  font-weight: 700;
  color: #fff;
  font-size: 14px;
  padding: 15px 25px;
  text-transform: uppercase;
  display: block;
}
#sidebar.toggled {
  opacity: 1;
  filter: alpha(opacity=100);
  left: 0px;
}

#close-trigger {
  cursor: pointer;
  float: right;
  padding-top: 17px;
  position: absolute;
  right: 13px;
  z-index: 11;
}
@media (max-width: 991px) {
  .navbar-nav {
    margin: 0px 0px 0 0px;
    text-align: left;
    color: #fff;
    float: left;
    width: 100%;
  }

  .nav > li > a:after {
    display: none;
    opacity: 0 !important;
  }
}
@media (max-width: 767px) {
  .header-top-nav {
    min-height: 49px;
    padding-top: 0px;
  }
  .fixed-header.header-top-nav {
    min-height: 59px;
    box-shadow: none;
    border-bottom: none;
    padding-top: 0px;
  }
  .logo {
    left: 48px;
    position: absolute;
    top: 15px;

  }
  .logo img {
    margin: 0px auto;
    width: 60px;
  }
  .fixed-header .logo {
    top: 12px;
  }
  .fixed-header .line-wrap {
    top: -1px;
  }
  .fixed-header .dis-off {
    display: block;
  }
  .fixed-header .line-wrap.dis-off {
    display: block;
  }
  .login-acnt, .login-acnt a {
    height: 60px;
  }
  .login-acnt a {
    line-height: 57px;
    padding: 0px 31px;
  }
  #menu-trigger  {
    top: 9px;
    display: block;
  }
  .fixed-header #menu-trigger {
    top: 13px;
  }
  .fixed-header .dis-off .line {
    background-color: #fff;
  }

}
@media (min-width: 992px) {
  #menu-trigger {
    display: none;
  }
  .dropdown-submenu:hover>.dropdown-menu {
    display: block;
  }
}
@media (min-width: 1920px) {
  .logo {
    left: 119px;
  }


}


/*
=======================================================================
	header end
=======================================================================
*/
/*
=======================================================================
	menu-fix
=======================================================================
*/
#nav-toggle .tooltip-inner {

  background-color:rgba(15,172,243,.8);
}
#nav-toggle .tooltip.left .tooltip-arrow {
  border-left-color:rgba(15,172,243,.8);
}
#nav-toggle .tooltip-inner {
  max-width: 300px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  border-radius: 4px;
  white-space: nowrap;
}
#nav-toggle .navbar-nav > li {
  display: block;
  padding: 0px;
  text-align: center;
  width: 12px;
}

#nav-toggle .navbar-nav > li > a {
  line-height: 24px;
}
.menu-fix {
  position: fixed;
  right: 63px;
  top:50%;
  z-index: 1000;
  margin-top: -90px;
}
#nav-toggle .active .circle-o, #nav-toggle li:hover .circle-o {
  background: transparent;
  width: 12px;
  height: 12px;
  border: 2px solid #17CEF0;
}
#nav-toggle li:first-child.active .circle-o {
  border: 2px solid #fff;
}
.circle-o {
  line-height: 40px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #848786;
  background-color: #848786;
  -webkit-transition: all 300ms ease 0s;
  -moz-transition: all 300ms ease 0s;
  -ms-transition: all 300ms ease 0s;
  transition: all 300ms ease 0s;
}
@media (min-width: 768px) and (max-width: 1279px) {
  .menu-fix {
    right: 40px;
  }

}




/*
=======================================================================
	menu-fix end
=======================================================================
*/
/*
=======================================================================
	main-home
=======================================================================
*/
.main-home {
  background-image: url("../images/homebanner-bg.jpg");
  background-attachment: fixed;
  background-position: center center;
  width: 100%;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding-top: 100px;
}
.main-home .container-fluid {
  padding-left: 48px;
  position: relative;
}
.bannercontent {
  margin-left:20px;
  position: relative;
  z-index: 1;
  padding-top: 100px;
}

.home-main-text h1 {
  font-size: 86px;
  line-height: 100px;
  margin-bottom: 13px;
  font-family: 'bebasregular';
  margin-top: 0px;
}
.home-main-text .text-primary{
  font-family: 'bebasregular';
  font-size: 16px;
}
.home-main-text p {
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 25px;
  font-weight: 600;
  color: #b1b8bc;
}
.home-main-text .btn {
  font-size: 19px;
  text-transform: uppercase;
  font-weight: 400;
  padding: 16px 65px;
  margin: 0;
  position: absolute;
  left: 16%;
  -ms-transform: translate(-50%, -50%);
}

.home-main-text span {
  display: inline-block;
}
.ti-cursor {
  display: none !important;
}
.wd-vr-more {
  height: 1px;
  width: 35px;
  background: rgba(62, 179, 62, 0.60);
  margin-right: 10px;
  position: relative;
  top: -3px;
}
.home-main-text h1, .home-main-text .btn  {
  color: #fff;
}
.fm-light {
  font-weight: 300;
}
.social-icon3 {
  width: 100%;
  display: inline-block;
  margin-bottom: 10px;
  margin-top: 14px;
  margin-left: 298px;
}
.social-icon3 li {
  display: inline-block;
  margin-bottom: 10px;
  margin-right: 24px;
}
.social-icon3 li:last-child {
  margin-right: 0px;
}
.facebook2-svg {
  background-image: url(../images/facebook2.svg);
  width: 11px;
  height: 23px;
}
.facebook2-svg:hover {
  background-image: url(../images/facebook3.svg);
}
.twitte2-svg {
  background-image: url(../images/twitte2.svg);
  width: 23px;
  height: 18px;
}
.twitte2-svg:hover {
  background-image: url(../images/twitte3.svg);
}
.instagram2-svg {
  background-image: url(../images/instagram2.svg);
  width: 20px;
  height: 20px;
}
.instagram2-svg:hover {
  background-image: url(../images/instagram3.svg);
}

.main-home img {
  margin-top: 20px;
}

@media (max-width: 1440px) {
  .main-home {
    padding-top: 180px;
  }
  .main-home img {
    width: auto;
  }
}
@media (max-width: 1366px) {
  .main-home {
    padding-top: 100px;
  }
  .main-home img {
    width: auto;
  }
}
@media (max-width: 1300px) {
  .main-home img {
    width: auto;
  }
}
@media (max-width: 767px) {
  .bannercontent {
    padding-top: 150px;
  }
  .main-home {
    background-size: cover;
    padding-top: 0px;
  }

  .main-home .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
  .social-icon3 {
    margin-top: 12px;
    margin-left: 14px;
  }

}
@media (max-width: 479px) {

  .home-main-text h1 {
    font-size: 50px;
    line-height: 57px;
    margin-bottom: 13px;
  }
  .home-main-text p {
    font-size: 15px;
    left: 0px;
    line-height: 22px;
  }
  .home-main-text .btn {
    font-size: 16px;
    padding: 13px 45px;
    margin-bottom: 30px;
    position: unset;
  }
  .main-home {
    background-position:75% 100%;
  }

}

@media (min-width: 480px) and (max-width: 767px) {
  .home-main-text h1 {
    font-size: 50px;
    line-height: 57px;
    margin-bottom: 13px;
  }
  .home-main-text p {
    font-size: 15px;
    left: 0px;
    line-height: 22px;
  }
  .home-main-text .btn {
    font-size: 16px;
    padding: 13px 45px;
    margin-bottom: 30px;
  }
  .main-home {
    background-position:80% 100%;
    background-size: cover;
  }
}
@media (min-width: 768px){
  .main-home {
    background-size: cover !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .main-home {
    background-position:80% 100%;
  }
  .home-main-text h1 {
    font-size: 72px;
    line-height: 80px;
  }
}

@media (min-width: 1024px) and (max-width: 1199px) {

  .home-main-text h1 {
    font-size: 72px;
    line-height: 80px;
  }
}
@media (min-width: 1920px) {
  .main-home {
    padding-top: 200px;
  }
  .main-home .container-fluid {
    padding-left: 99px;
  }
  .bannercontent {
    padding-top: 240px;
  }


}


/*
=======================================================================
	main-home end
=======================================================================
*/
/*
=======================================================================
	about
=======================================================================
*/
.center-bg-main {
 position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.left-center-bg {
  left: 78px;
}
.right-center-bg {
  right:-42px;
}

.padd-main-style {
  padding-top: 89px;
  padding-bottom: 89px;
}
.about-section {
  position: relative;
}
.back-bg-color {
  background: #212121;
}
.about-section .heading-main-style {
  padding-top: 30px;

}
.heading-main-style span, .heading-main-style h2 {
  font-family: 'bebasregular';
}
.heading-main-style span {
  font-size: 16px;
  color: #fba81a;

}
.btn-center{
  margin-left: 192px;
}
.heading-main-style h2 {
  color: #293340;
  font-size: 48px;
  line-height: 56px;
  margin-top: 0px;
  margin-bottom: 18px;
}
.heading-main-style.heading-white-style h2 {
  color: #fff;
}
.about-bg-right {
  right: 0px;
  position: absolute;
  top:0px;
}
@media (max-width: 767px) {
  .heading-main-style h2 {
    font-size: 38px;
    line-height: 46px;
    margin-bottom: 18px;
  }
  .heading-main-style span {
    font-size: 15px;
  }
  .btn-center{
    margin-left: 0px;
  }
  
}
@media (min-width: 992px) {
  .padd-main-style {
    padding-top: 119px;
    padding-bottom: 119px;
  }
}
@media (min-width: 1200px) {
  .padd-main-style {
    padding-top: 169px;
    padding-bottom: 169px;
  }
}
/*
=======================================================================
	about end
=======================================================================
*/
/*
=======================================================================
	force-section
=======================================================================
*/
/*
=======================================================================
	force-section end
=======================================================================
*/
.force-section {
  background-image: url(../images/force-bg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
}
.force-mainimg {
  right: 0px;
  position: absolute;
  bottom: -40px;
  z-index: 3;
}
.auto-left {
  margin-left: auto !important;
}
@media (max-width: 1199px) {
  .force-section.padd-main-style {
    padding-bottom: 0px;

  }
}
@media (min-width: 1200px) {
  .force-mainimg img {
    width: 750px;
  }
}
@media (min-width: 1400px) {
  .force-mainimg img {
    width:847px;
  }
}
/*
=======================================================================
	team-section
=======================================================================
*/
.team-section {
  background-image: url(../images/team-bg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
}
.player-bg {
  left: 288px;
}
.post-upu {
  z-index: 2;
  position: relative;
}

.team-list {
  width: 90%;
  margin: 30px auto 70px;
  padding: 0px 0px;
}
.team-list li {
  display: inline-block;
  padding-left: 25px;
  background: url(../images/arrow-orng.png) no-repeat 0px 3px;
  margin-bottom: 30px;
  width: 176px;
  font-size: 16px;
  color: #293340;
}
.table-outer {
  padding-top: 60px;
}
.table-iso-st .table>tbody>tr>td, .table-iso-st .table>tbody>tr>th, .table-iso-st .table>tfoot>tr>td, .table-iso-st .table>tfoot>tr>th, .table-iso-st .table>thead>tr>td, .table-iso-st .table>thead>tr>th {
  padding: 15px 12px;
}
.table-iso-st .table>tbody>tr>th {
  font-size: 16px;
  font-weight: 400;
  color: #293340;
  background: #f5f5f5;
  border: 1px solid transparent;
  font-family: 'bebasregular';
  padding-left: 30px;
}
.table-iso-st .table>tbody>tr>td {
  font-size: 14px;
  font-weight:600;
  color: #293340;
  background: rgba(255, 255, 255, 0.70);
}

.table-iso-st .table a {
  color: #293340;
  padding-left: 6px;
}
.table-iso-st .table a:hover {
  color: #fff;
  background: #fba81a;
  border-radius:35px ;
}
.table-iso-st .table a .fa {
  color: #fba81a;
  position: relative;
  left: 0px;
  opacity: 0;
  top: 1px;
  font-size: 14px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;

}
.table-iso-st .table td:hover .fa {
  color: #fba81a;
  opacity: 1;
  left: 13px;
  font-size: 18px;

}
.width-table-2 {
  width: 51px;
  text-align: right;
}

@media (max-width: 767px)  {
  .team-list {
    margin: 30px auto 0px;
  }
  .table-outer {
    padding-top: 20px;
  }
  .team-section {
    padding-bottom: 60px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .player-bg {
    left: 248px;
  }
}
@media (min-width: 992px) {
  .team-list {
    width: 100%;
    padding: 0px 0px;
  }
}
@media (min-width: 1200px) {
  .team-section {
    padding-bottom: 90px;
  }
}
/*
=======================================================================
	team-section end
=======================================================================
*/
/*
=======================================================================
	contact
=======================================================================
*/
.banner-contact {
  background-image: url(../images/contact-bg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
}


.cn-form-center {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.cn-form {
  margin-top: 40px;
}
.cn-form .form-control {
  display: block;
  width: 100%;
  height: 54px;
  padding: 12px 15px 15px 25px;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.42857143;
  color: #192028;
  background-color: rgba(255,255,255,.4);
  background-image: none;
  border: 1px solid #e4e4e4;
  border-radius: 5px;
  box-shadow: none;

}
.cn-form .form-control:focus {
  outline:0;
  border: 1px solid #fba81a;
  background-color: rgba(255,255,255,.50);
}
.cn-form .form-control::-moz-placeholder {
  color:#777982;
  opacity:1
}
.cn-form .form-control:-ms-input-placeholder {
  color:#777982
}
.cn-form .form-control::-webkit-input-placeholder {
  color:#777982
}
.cn-form .form-margin-bottom {
  margin-bottom: 17px;
}
textarea.form-control {
  height: auto !important;
}
.cn-form .form-group {
  margin-bottom: 0px;
}
.text-style{
  text-align: center;
}
.cn-form .btn {
  display: inline-block;
  padding: 16px 70px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  font-family: 'bebasregular';
  text-transform: uppercase;
  margin-top: 20px;
}
.float-off {
  float: none !important;
}
.contact-location {
  padding-top: 50px;
}
.contact-location h3 {
  font-family: 'bebasregular';
  font-weight: 500;
  color: #53524f;
  font-size: 20px;
  margin: 0px 0px 25px;
}

.contloc-hr {
  border-top: 2px solid #f4f4f4;
  margin-top: 30px;
  margin-bottom: 30px;
}
.contact-location p {
  color: #53524f;
  font-size: 15px;
  line-height: 22px;
  font-weight: 400;
}
.contact-location p span {
  display: inline-block;
}
.contact-location p svg {
  fill: #53524f;
  width: 13px;
  height: 13px;
}
.contact-location p .cn_item  {
  margin-right: 10px;

}
.contact-location p .cn_item i {
  width: 14px;
  height: 14px;
  background-position: 0px 0px;
  background-repeat: no-repeat;
  top: 1px;
}
.phone-icon {
  background-image: url(../images/call-answer.svg);
}
.envelop-icon {
  background-image: url(../images/envelop.svg);
}
.fax-icon {
  background-image: url(../images/fax.svg);
}
@media (max-width: 767px) {
  .contact-section {
    padding-top: 60px;
    padding-bottom: 50px;
  }
  .cn-form-center {
    width: 100%;
  }
  .cn-form .form-margin-bottom {
    margin-bottom: 0px;
  }

  .cn-form .form-group {
    margin-bottom: 17px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cn-form .form-margin-bottom {
    margin-bottom: 0px;
  }

  .cn-form .form-group {
    margin-bottom: 17px;
  }
}
/*
=======================================================================
	contact-section end
=======================================================================
*/
/*
=======================================================================
	footer-section
=======================================================================
*/
.backtop {
  position: fixed;
  bottom: 30px;
  right: 15px;
  background: #fba81a;
  width: 32px;
  height: 32px;
  z-index: 888;
  display: inline-block;
  border-radius: 100%;
  line-height: 33px;
  text-align: center;
  display: none;
}
.backtop .fa {
  color: #fff;
  font-size: 17px;
}
.footer-section {
  background-image: url(../images/footer-bg.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  padding-top: 84px;
}
.footer-section p {
  font-size: 16px;
  font-weight: 600;
  line-height: 25px;
  margin-bottom: 50px;
  color: #b1b8bc;
  margin-top: 35px;
}
.social-icon {
  width: 100%;
  display: inline-block;
  text-align: center;
  margin-bottom: 70px;
  }
.social-icon li {
  display: inline-block;
  margin-bottom: 14px;
  margin-right: 10px;
}
.social-icon li:last-child {
  margin-right: 0px;
}
.copyright-con {
  background: rgba(0,0,0,.25);
  min-height: 74px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  padding: 34px 0px;
}
.social-icon2 {
  width: 100%;
  display: inline-block;
  margin-bottom: 10px;
  margin-top: 20px;
}
.social-icon2 li {
  display: inline-block;
  margin-bottom: 10px;
  margin-right: 20px;
}
.social-icon2 li:last-child {
  margin-right: 0px;
}
.no-repeat {
  background-position: 0px 0px;
  background-repeat: no-repeat;
}
.facebook-svg {
  background-image: url(../images/facebook.svg);
  width: 8px;
  height: 18px;
}
.twitte-svg {
  background-image: url(../images/twitte.svg);
  width: 17px;
  height:14px;
}
.instagram-svg {
  background-image: url(../images/instagram.svg);
  width: 15px;
  height:15px;
}
.facebookw-svg {
  background-image: url(../images/facebookw.svg);
  width: 8px;
  height: 18px;
}
.twittew-svg {
  background-image: url(../images/twittew.svg);
  width: 17px;
  height:14px;
}
.instagramw-svg {
  background-image: url(../images/instagramw.svg);
  width: 15px;
  height:15px;
}
@media (max-width: 767px) {
  .footer-section {
    padding-top: 58px;
  }
  .footer-section p {
    font-size: 15px;
    margin-bottom: 30px;
  }
  .social-icon {
    margin-bottom: 31px;
  }
  .copyright-con {
    font-size: 14px;
    padding: 20px 0px;
    min-height: auto;
  }
}
/*
=======================================================================
	footer-section end
=======================================================================
*/
/*
=======================================================================
	subpage
=======================================================================
*/

.padd-sub-head {
  background-image: url(../images/page-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  display: table;
  width: 100%;
  height: 354px;
}
.main-title-heading-sub {
  display: table-cell;
  width: 100vw;
  vertical-align: middle;
  text-align: center;
}
.main-title-heading-sub h2 {
  font-size: 60px;
  color: #fff;
  position: relative;
  margin: 80px 0px 30px;
  line-height: 57px;
  text-transform: uppercase;
  font-family: 'bebasregular';
}
.main-title-heading-sub span{
  color: #fff;
  font-family: 'bebasregular';
  font-size: 18px;
}
.padd-sub-tile {
  padding-top: 70px;
}
.heading-main-style2 h2 {
  color: #293340;
  font-size: 38px;
  line-height: 57px;
  margin-top: 0px;
  margin-bottom: 18px;
  font-family: 'bebasregular';
}
.heading-main-style2 p {
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
  margin-bottom: 18px;
  color: #777d86;
}
.team-detail {
  background: #f5f5f5;
  padding-bottom: 70px;
}
.table-iso-st2 {
  margin-top: 30px;
}
.table-iso-st2 .table>tbody>tr>td, .table-iso-st2 .table>tbody>tr>th, .table-iso-st2 .table>tfoot>tr>td, .table-iso-st2 .table>tfoot>tr>th, .table-iso-st2 .table>thead>tr>td, .table-iso-st2 .table>thead>tr>th {
  padding: 10px 14px;
  vertical-align: middle;
  border-top: 1px solid #e5e5e5;
}
.table-iso-st2 .table>tbody>tr>td {
  font-size: 14px;
  font-weight: 600;
  color: #293340;
  background: transparent;
}
.img-circle-table {
  height: 63px;
  position: relative;
  width: 63px;
}
.img-circle-table img {
  height: 100%;
  width: 100%;
  padding: 5px;
  background: #e1e1e1;
}
.table-iso-st2 .ti-big {
  font-size: 28px !important;
  color: #293340;
  font-family: 'bebasregular';
}
.table-iso-st2 .ti-big2 {
  font-size: 18px;
  color: #293340;
  font-weight: 600;
}
.table-iso-st2 .width-table-3 {
  width: 75%;
}
.table-iso-st2 .width-table-2 {
  width: 51px;
  text-align: center;
}
.table-iso-st2 td span {
  display: block;
}
@media (max-width: 767px) {
  .team-detail {
    padding-bottom: 50px;
  }
  .padd-sub-tile {
    padding-top: 60px;
  }
  .table-iso-st2  {
    margin-top: 0px;
  }
  .table-iso-st2 table  {
    margin-bottom: 0px;
  }
}
@media (max-width: 479px) {
  .main-title-heading-sub h2 {
    font-size: 41px;
    margin: 80px 0px 20px;
    line-height: 37px;
  }
}
@media (max-width: 355px) {
.main-title-heading-sub h2 {
  font-size: 36px;
  line-height: 34px;
}
}
@media (min-width: 1200px) {
  .padd-sub-head {
    height: 454px;
  }
}
/*
=======================================================================
	subpage end
=======================================================================
*/
/*--signup--*/
.signup-outer-section {
  background-image: url(../images/bg-back.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  position: relative;
  height: 100vh;
  display: table;
}
.full-bg-all {

}
.signup-outer-section .logo-login {
  margin: 0px auto 69px;
}
.signup-outer-section {
  width: 100%;
  overflow: hidden;
}

.admin-form-cent {
  margin: 0px auto;
  width:90% ;
  padding-top: 60px;
}
.login-form-cent {
  margin: 0px auto;
  width: 520px;
  display: table;
  padding-top: 40px;
  height: 100vh;
  vertical-align: middle;
}
.login-form-cent .box-admin {
  padding: 0px;
  display: table-cell;
  vertical-align: middle;
}
.box-admin {
  padding: 0px;
}
.main-headingbox h1 {
  font-family: 'bebasregular';
  font-size: 38px;
  color: #fba81a;
  text-transform: uppercase;
  margin-bottom: 4px;
}
.main-headingbox span {
  text-transform: uppercase;
  font-size: 15px;
  color: #fff;
  letter-spacing: 3px;

}
.admin-select-step {
  padding-top: 40px;
}
.admin-select-step ul {
  display: inline-block;
  width: 100%;
  text-align: center;
}
.admin-select-step li {
  display: inline-block;
  margin-right: 30px;
}
.admin-select-step .step-vl {
  font-family: 'bebasregular';
  font-size: 16px;
  color: #fff;
  letter-spacing: 1px;
}
.admin-select-step .dash-st {
  font-size: 18px;
  color: #fff;
  letter-spacing: 3px;
}
.admin-select-step .step-vl .cn_item {
  margin-right: 10px;
}
.step-mute {
  color: #60626b;

}
.sprite-check-icon {
  background-image: url(../images/sprite-check-icon.png);
  background-repeat: no-repeat;
  width: 20px;
  height: 21px;
}
.check-icon1 {
  background-position: 0px 0px;
}
.check-icon2 {
  background-position: -20px 0px;
}
.user-sub-form label {
  font-family: 'bebasregular';
  display: inline-block;
  max-width: 100%;
  margin-bottom:9px;
  font-weight: 400;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
}
.box-admin .user-sub-form .form-group {
  margin-bottom: 30px;
}
.box-admin .user-sub-form .form-control {
  font-size: 14px;
  color: #fff;
  font-weight: 400;
  height: 52px;
  background: rgba(7, 22, 36, 0.30);
  border: 1px solid #7e7b76;
  padding: 6px 15px;
}
.box-admin .user-sub-form .form-control:focus {
  outline: 0;
  box-shadow: none;
  background: rgba(7, 22, 36, 0.50);
  border: 1px solid #fba81a;
}
.box-admin .user-sub-form .form-control::-moz-placeholder{
  color: #acaebc;
  opacity: 1;
}

.box-admin .user-sub-form .form-control::-ms-input-placeholder{
  color: #acaebc;
}

.box-admin .user-sub-form .form-control::-webkit-input-placeholder{
  color: #acaebc;
}

.selectar {
  background-image: url(../images/select-ar.png);
  background-repeat: no-repeat;
  width: 12px;
  height: 6px;
  position: absolute;
  right: 10px;
  top: 45%;
}
.custom-select {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.custom-select.form-control {
  color: #60626b !important;
  background-image: url(../images/select-ar.png);
  background-repeat: no-repeat;
}

.custom-select.form-control:focus {
  color: #fff !important;
}
.custom-select textarea.form-control {
  height: 279px !important;
}
.box-admin .user-sub-formpopup {
  padding: 35px 0px 0px;
}
.box-admin .user-sub-formpopup .btn {
  padding: 13px 45px 14px;
  font-family: 'bebasregular';
  font-size: 16px;
  color: #fff;
  border-radius: 35px;
  margin-top: 30px;
  margin-bottom: 20px;
}
.login-form-cent .box-admin .user-sub-formpopup .btn-submit .btn {
  margin-bottom: 40px;
  margin-top: 0px;
}
.box-admin .user-sub-formpopup .btn + .btn {
  margin-left: 20px;

}
.control-fileupload {
  display: block;
  border: 1px solid #464957;
  background: rgba(22, 26, 39, 0.30);
  border-radius: 4px;
  width: 100%;
  height: 52px;
  line-height: 36px;
  padding: 6px 15px;
  overflow: hidden;
  position: relative;
}
.control-fileupload:before {
  padding: 6px 14px;
  margin-bottom: 0;
  cursor: pointer;
  font-size: 16px;
  color: #fff;
  vertical-align: middle;
  cursor: pointer;
  background-color: #4f4a5b;
  border: 1px solid #4f4a5b;
  border-radius: 8px;
  content: 'UPLOAD';
  display: block;
  position: absolute;
  z-index: 1;
  top: 9px;
  right: 9px;
  line-height: 20px;
  text-align: center;
}
input[type=file] {
  display: block !important;
  right: 1px;
  top: 1px;
  height: 34px;
  opacity: 0;
  width: 100%;
  background: none;
  position: absolute;
  overflow: hidden;
  z-index: 2;
}
.alr-account {
  font-size: 15px;
  color: #fff;
}
.alr-account a {
  position: relative;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
}
.alr-account a:after {
  position: absolute;
  height: 2px;
  width: 100%;
  content: '';
  top: 115%;
  left: 0px;
  background: #fba81a;
}
.frgt-pas {
  color: #807e7e !important;
}
.frgt-pas a {
  color: #807e7e !important;
  font-size: 16px;
  font-weight: 500;
}
footer {
  width: 90%;
  margin: 0px auto;
  padding-bottom: 30px;
}
footer span {
  color: #a3a2a3;
  font-size: 18px;
}
.boter-footer {
  background-image: url(../images/horzline-signup.png);
  background-repeat: no-repeat;
  height: 1px;
  width: 100%;
  display: inline-block;
  margin: 50px 0px 25px;
  background-position: center top;
}
@media (max-width: 767px) {
  .main-headingbox h1 {
    font-size: 29px;
    line-height: 30px;
  }
  .main-headingbox span {
    font-size: 10px;
  }
  .admin-form-cent {
    width: 95%;
    padding-top: 60px;
  }
  .login-form-cent {
    width: 90%;
    padding-top: 40px;
  }
  .admin-select-step {
    padding-top: 20px;
  }
  .admin-select-step li {
    margin-right: 20px;
  }
  .admin-select-step .step-vl {
    font-size: 15px;
    letter-spacing: normal;
  }
  .box-admin .user-sub-formpopup {
    padding: 15px 0px 0px;
  }
  .box-admin .user-sub-form .form-group {
    margin-bottom:15px;
  }
  .admin-select-step .dash-st {
    display: none;
  }

  .custom-select textarea.form-control {
    height: 166px !important;
  }
  footer span {
    font-size: 14px;
  }
  .box-admin .user-sub-formpopup .btn-submit .btn {
    margin-bottom: 10px;
  }

}

@media (max-width: 414px) {
  .main-headingbox h1 {
    font-size: 26px;
    line-height: 30px;
  }
  .main-headingbox span {
    font-size: 13px;
  }
  .admin-select-step .step-vl {
    font-size: 14px;
    letter-spacing: normal;
  }
  .admin-select-step li {
    margin-right: 8px;
  }

}
@media (max-width: 350px) {
  .box-admin .user-sub-formpopup .btn + .btn {
    margin-left: 0px;
    margin-top: 10px;
  }
  .box-admin .user-sub-formpopup .btn  {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .admin-form-cent, footer {
    width: 1024px;
  }
  .login-form-cent footer {
    width: 100%;
  }
}
@media (min-width: 1920px) {
  .footer-post {
    left: 50%;
    position: absolute;
    bottom: -9%;
    transform: translate(-50%, -50%);
  }
  .footer-post .boter-footer {
    margin: 25px 0px 25px;
  }
  .footer-post .social-icon2 {
    margin-top: 0px;
  }

}
@media (min-width: 2500px) {
  .footer-post {
    bottom: -50px;
  }

}
/*--dashboard--*/
.full-bg-all .box-admin .user-sub-formpopup {
  padding: 35px 0px 50px;
}
.subform-edit label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 0px;
  font-weight: 400;
  color: #acaebc;
  font-size: 16px;
}
.subform-edit label span {
  color: #fff;
}
.box-admin .subform-edit .form-control {
  font-size: 15px;
  color: #fff;
  font-weight: 600;
  height: 40px;
  background: transparent;
  border: 1px solid transparent;
  padding: 4px 15px 4px 0px;
}
.box-admin .subform-edit .form-control:focus {
  border-color: transparent;
  border: 1px solid transparent;
  border-bottom: 1px solid transparent;
  outline: 0;
  box-shadow: none;
  background: transparent;
}
.box-admin .subform-edit .editfrm .form-control {
  border-color: #37383f;
  border: 1px solid transparent;
  border-bottom: 1px solid #37383f;
  outline: 0;
  color: #ff4f4f;
  box-shadow: none;
  background: transparent;
}
.edit-icon {
  background-image: url(../images/edit-icon.png);
  background-repeat: no-repeat;
  width:13px;
  height: 13px;
  position: absolute;
  right: 10px;
  top: 37%;
  cursor: pointer;
  display: none;
}
.editfrm-ic:hover .edit-icon  {
  display: block;
}
.box-admin .subform-edit .custom-select.form-control:focus {
  border-color: #b5c4ff;
  outline: 0;
  box-shadow: none;
  background: #902727;
}
.subform-edit .custom-select.form-control {
  color: #fff !important;
}
.subform-edit ._btn-primary {
  background: #4f4a5b !important;
  border-color:#4f4a5b !important; ;

}
.thumb-outer {
  padding-top: 15px;
  padding-bottom: 10px;
}
.check-icon {
  background-image: url(../images/check-icon.png);
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  position: absolute;
  right: 5px;
  top: 5px;
}
.add-icon {
  background-image: url(../images/add-icon.png);
  background-repeat: no-repeat;
  width:33px;
  height: 33px;
  position: absolute;
  left: 50%;
  top: 50%;
  cursor: pointer;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
}
.thumb-user {
  background: rgba(79,74,91,.58);
  position: relative;
  width: 100px;
  height: 100px;
}
.option-cate {
  position: absolute;
  right: 5px;
  bottom: 5px;
}
.option-cate .dropdown-menu {
  top: -31px;
  min-width: 92px;
  padding: 0px;
  background: rgba(79,74,91,.85);
  border-radius: 0px;

}
.option-cate .dropdown-menu>li>a {
  padding: 3px 10px;
  color: #fff;
}
.option-cate .dropdown-menu>li>a:focus, .option-cate .dropdown-menu>li>a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #33303d;
}
.option-cate .cn_item {
  background: rgba(79,74,91,.85);
  border-radius: 100%;
  height: 25px;
  width: 25px;
  display: block;
  text-align: center;
  line-height: 24px;
  opacity: 0;
}
.togg-svg {
  background-image: url(../images/togg.svg);
  background-repeat: no-repeat;
  width: 18px;
  height: 18px;

}
.thumb-user:hover .cn_item, .thumb-video:hover .cn_item  {
  opacity: 1;
}
.thumb-video {
  background: rgba(79,74,91,.58);
  position: relative;
  width: 147px;
  height: 100px;
}

@media (max-width: 767px) {
  .imag-user-list {
    float: left;
    width: 100px;
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .imag-video-list {
    float: left;
    width: 150px;
    margin-right: 10px;
    margin-bottom: 10px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .thumb-user {
    width: 85px;
    height: 85px;
  }
  .thumb-video {
    width: 123px;
    height: 85px;
  }
}
@media (min-width: 1200px) {
  .full-bg-all .admin-form-cent{
    width: 1124px;
  }
  .mid-padd-frm {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.signup-outer-section .top-nav {
  position: absolute;
  right: 0px;
  top: 0px;

}
.signup-outer-section .top-nav ul li {
  float: left;

}
.signup-outer-section .top-nav ul li a {
  display: block;
  color: #fff;
  font-size: 14px;
  padding: 25px 15px;
}
@media (max-width: 767px) {
  .signup-outer-section .logo-login {
    margin: 0px auto 30px;
  }
  .signup-outer-section .top-nav ul li a {
    padding: 9px 10px;
  }
}
.scroll-textarea {
  border: none;
}
.scroll-textarea > .scroll-content > textarea {
  background: transparent;
  color: #fff;
}
.scrollbar-macosx > .scroll-element .scroll-bar {
  background-color: #ff4f4f ;
}
.scrollbar-macosx > .scroll-element.scroll-y .scroll-bar {
  background-color: #ff4f4f ;
}
.scrollbar-macosx:hover > .scroll-element .scroll-bar, .scrollbar-macosx > .scroll-element.scroll-draggable .scroll-bar {
  opacity: 1;
  background-color: #ff4f4f ;
}
.textarea-scrollbar {
  height: 100px !important;
  width: 100%;

}
.check-out-buy {
  padding-top: 12px;
  padding-bottom: 0px;
}

.check-out-buy li {
  float: left;
  margin-right: 30px;
}
.radio-sub {
  padding: 0px 0px 6px;
}
.radio-sub input[type="radio"] {
  display: none;
}
.radio-sub .check-alighn {
  position: relative;
  top: 8px;
}
.radio-sub input[type="radio"]+label span {
  background: transparent url(../images/check_radio_sheet.png) no-repeat scroll right top;
  cursor: pointer;
  display: inline-block;
  height: 21px;
  margin: -18px 8px 0 0;
  vertical-align: middle;
  width: 21px;
}
.radio-sub input[type="radio"]:checked+label span {
  background: transparent url(../images/check_radio_sheet.png) no-repeat scroll left top;
}
/*--tabs homepage--*/
.tabs-divs {
  position: relative;
  z-index: 2;
}
.tabs-divs .nav-tabs {
  margin-left: 0px;
  margin-top: 20px;
  width: 100%;
  text-align: center;
  display: inline-block;
  border: none;
}
.tabs-divs .nav-tabs > li {
  margin: 0 auto;
  padding-right: 0px;
  float: none;
  display: inline-block;
}
.tabs-divs .nav-tabs > li:last-child {
  padding-right: 0px;
  margin-left: -5px;
}
.tabs-divs .nav-tabs > li > a {
  border: 1px solid #dddddd;
  color: #999fa7;
  font-size: 16px;
  font-weight: 400;
  line-height: 42px;
  padding: 1px 75px 2px;
  position: relative;
  font-family: 'bebasregular';
  background: transparent;
  text-transform: uppercase;
  border-radius: 0px;
}
.tabs-divs .nav-tabs > li:first-child > a {
  border-right: none;
}
.tabs-divs .nav-tabs > li:last-child > a {
  border-left: none;
}
.tabs-divs .nav-tabs > li.active > a, .tabs-divs .nav-tabs > li.active > a:focus, .tabs-divs .nav-tabs > li.active > a:hover {
  color: #fff;
  background: #fba81a;
}
.tabs-divs .nav > li > a:after {
  display: none;

}

@media (max-width: 767px) {

  .tabs-divs .nav-tabs > li > a {
    font-size: 15px;
    padding: 1px 45px 2px;
  }
}
/*--tabs homepage end--*/
/*--memberprofile page--*/

.member-padd-head {
  background-image: url(../images/memberprofile-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  min-height: 542px;
}
.member-paddin {
  padding-top: 160px;
}
.member-padd-head ul {

 }
.member-padd-head ul li {
  float: left;
  margin-right: 60px;
}
.member-padd-head .memberthumb {
  position: relative;
  border: 7px solid #fff;
  background: #fba81a;
  width: 247px;
  height: 245px;
  border-radius: 100%;

}
.member-padd-head .memberthumb img {
  padding: 0px;
  border-radius: 100%;
  height: 100%;
  width: 100%;

}
.member-padd-head .memberthumb .addprofile {
  background: url(../images/addmorecam.png) no-repeat 0px 0px;
  width: 46px;
  height: 46px;
  position: absolute;
  right: -22px;
  top: 31%;
  cursor: pointer;

}
.memberpro-headcontent {
  width: 460px;
}

.memberpro-headcontent h2, .memberpro-headcontent .memberpro-text {
  font-family: 'bebasregular';
}
.memberpro-headcontent h2 {
  font-size: 48px;
  color: #fba81a;
  line-height: 48px;
  overflow: hidden;
  display: block;
  text-overflow: ellipsis;
  width: 100%;
  white-space: nowrap;

}
.memberpro-headcontent .memberpro-text {
  display: block;
  font-size: 17px;
  color: #a9b1b7;
  line-height: 35px;
}
.memberpro-headcontent .hrdev {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px dashed #929da6;
}
.comple-profile-remain {
  position: relative;
}
.comple-profile-remain .comple-profile-remain {
  padding-bottom: 15px;
}
.comple-profile-remain .comple-profile-remain span {
  color: #fff;
  font-size: 16px;
}
.comple-profile-remain .progress {
  height: 11px;
  margin-bottom: 10px;
  background-color: #000000;
  border-radius: 20px;
  border: 1px solid #fba81a;
  position: relative;
  overflow: visible;
}
.comple-profile-remain .progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 11px;
  color: #fff;
  background-color: #fba81a;
}
.comple-profile-remain .progress-bar .textprogress {
  position: absolute;
  right: 0px;
  top: -33px;
  font-size: 27px;
  font-weight: 700;
  color: #dad9d9;
}
@media (max-width: 991px) {
  .member-paddin {
    padding-top: 130px;
    padding-bottom: 40px;
  }
  .member-padd-head ul li {
    display: inline-block;
    margin-right: 0px;
    text-align: center;
    width: 100%;
  }
  .member-padd-head .memberthumb, .memberpro-headcontent {
    margin-right: auto;
    margin-left: auto;
  }
  .memberpro-headcontent {
    width: 60%;
    margin-top: 30px;
  }
  .comple-profile-remain {
    text-align: left;
  }
}
@media (max-width: 767px) {
  .memberpro-headcontent {
    width: 85%;
  }
  .memberpro-headcontent h2 {
    font-size: 25px;
    line-height: 25px;
  }
  .memberpro-headcontent .memberpro-text {
    font-size: 15px;
    line-height: 26px;
  }
}
.member-content-form {
  background-image: url(../images/member-content-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}
.edit-member-mar {
  margin-top: 40px;
}
.edit-member {
  background: #fff;
  border: 1px solid #082540;
  color: #121f2a;
  font-size: 13px;
  font-weight: 700;
  padding: 3px 22px;
}
.edit-member .edit2-icon {
  background: url(../images/edit2-icon.png) no-repeat 0px 0px;
  width: 14px;
  height: 14px;
}
.member-content-cn-form {
  margin-top: 10px;
  margin-bottom: 40px;
}
.center-membercontact {
  margin: 0px auto;
  width: 80%;
}
.member-content-cn-form label {
  margin-bottom: 10px;
  font-size: 16px;
  color: #082540;
  padding-left: 14px;
}
.member-content-cn-form .form-control {
  display: block;
  width: 100%;
  height: 60px;
  padding: 12px 15px 15px 25px;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.42857143;
  color: #082540;
  background-color: #fff;
  background-image: none;
  border: 1px solid #fff;
  border-radius:7px;
  box-shadow: none;

}
.member-content-cn-form .form-control:focus {
  outline:0;
  border: 1px solid #fba81a;
  background-color: rgba(255,255,255,.50);
}

.member-content-cn-form .form-margin-bottom {
  margin-bottom: 17px;
}

.member-content-cn-form.form-group {
  margin-bottom: 0px;
}
.member-content-cn-form .btn {
  display: inline-block;
  padding: 16px 70px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  font-family: 'bebasregular';
  text-transform: uppercase;
  margin-top: 20px;
}
.recent-event-act {
  position: fixed;
  width: 446px;
  border-radius: 7px;
  padding: 30px 50px 0px 50px;
  background: #fff;
  right:-700px;
  top: 30%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 55;
  box-shadow: 0px 0px 9px 0px rgba(13, 29, 42, 0.05);
}
.recent-event-act.active {
  right: 20px;
}
.cross-svg {
  background-image: url(../images/cross.svg);
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: 0px 0px;
}
.close-reevent {
  position: absolute;
  right: 10px;
  top: 10px;
}
.lineevet {
  background: #fba81a;
  width: 8px;
  height: 86px;
  position: absolute;
  left: 0px;
  top: 0px;
  border-radius: 7px 0px 0px 0px;
}
.event-latest-content {
  float: left;
  width: 100%;
  margin-top: 20px;
}
.recent-event-act h3 {
  font-size: 22px;
  color: #fba81a;
  font-family: 'bebasregular';
}
.event-latest-content li {
  float: left;
  width: 100%;
  margin-bottom: 25px;
  padding-bottom: 30px;
  border-bottom: 1px solid #ebebeb;
}
.event-latest-content li:last-child {
  border-bottom:none;
  margin-bottom: 0px;
}
.event-thumb-sm {
  width: 45%;
  padding-bottom: 30%;
  position: relative;
  float: left;
  background: #fff;
}
.event-thumb-sm img {
  width: auto;
  height: 100%;
  min-height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  object-fit: cover;
}
.event-latest-content h6 {
  font-size: 14px;
  color: #636972;
  font-weight: 400;
  margin-bottom: 13px;
  margin-top: 0px;
  line-height: 22px;
}
.event-text-left {
  float: left;
  width: 55%;
}
.event-text-left a {
   display: inline-block;
   padding: 0px 12px;
   font-size: 12px;
   font-weight: 700;
 }
.event-text-left a+a {
 margin-left: 4px;
}
.event-text-left .go-event-link {
  background: #fba81a;
  color: #fff;
  border: 1px solid #fba81a;
}
.event-text-left .default-event-link {
  color: #121f2a;
  background: #f5f5f5;
  border: 1px solid #acacac;
}

@media (max-width: 991px) {
  .center-membercontact {
    margin: 0px auto;
    width: 100%;
  }
  .member-content-cn-form .form-margin-bottom {
    margin-bottom: 0px;
  }
  .recent-event-act {
    top: auto;
    bottom: 100px;
  }
  .recent-event-act.active {
    right: 0px;
  }

}
@media (max-width: 767px) {
  .recent-event-act {
    width: 100%;
    top: auto;
    bottom: 100px;
  }

}
@media (min-width: 992px) {
  .member-control-style .col-md-6.colborder-right {
    padding-right: 0px;
  }

  .member-control-style .col-md-6.colborder-left {
    padding-left: 5px;
  }

  .member-control-style .col-md-6.colborder-left .form-control {
    border-radius: 0px 7px 7px 0px;
  }

  .member-control-style .col-md-6.colborder-right .form-control {
    border-radius: 7px 0px 0px 7px;
  }
}

/*--memberprofile page end--*/
/*--header setting and profile--*/
.setting-icon, .moreprofile-icon {
  background-repeat: no-repeat;
  background-position: 0px 0px;
}
.setting-icon {
  background-image: url(../images/setting-icon.png);
  width: 16px;
  height: 15px;
}
.moreprofile-icon {
  background-image: url(../images/moreprofile-icon.png);
  width: 18px;
  height: 9px;
}
.login-acnt .link-pr {
  font-weight: 400;
  color: #fff;
  font-family: 'bebasregular';
  font-size: 22px;
  text-transform: uppercase;
  background: #fba81a;
  padding: 0px 30px 0px 10px;
  display: block;
  height: 85px;
  line-height: 79px;
  position: relative;
  top: 0px;
}
.lg-on-login  {
  width: 135px;
}
.lg-on-login .link-pr {
  padding: 0px 50px 0px 50px;
}
.login-pro-ac {
  width: 130px;
  position: relative;
}
.member-drop .cn_item {
  position: absolute;
  left: -88px;
  top:29px;
}
.fixed-header .member-drop .cn_item {
  top: 25px;
}
.member-drop .dropdown-menu {
  left: -250px;
  top: 50px;
}
.login-acnt .login-prtext {
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  white-space: nowrap;
  display: inline-block;
}
.login-acnt .thumb-pro {
  position: absolute;
  left: -50px;
}
.login-acnt .thumb-pro img {
  width: 51px;
  height: 51px;
  border-radius: 100%;
  border: 2px solid #faa71a;
  object-fit: cover;

}
@media (max-width: 767px) {
  .login-acnt {
     height: 60px;
  }
  .login-acnt a {
    height: auto;
  }
  .lg-on-login {
    width: 105px;
  }
  .login-pro-ac {
    width: 90px;
  }
  .lg-on-login .link-pr, .login-acnt .link-pr {
    height: 60px;
    line-height: 57px;
  }
  .lg-on-login .link-pr {
    padding: 0px 20px;
  }
  .login-acnt .link-pr {
    padding: 0px 10px;
  }
  .login-acnt .thumb-pro {
    left: -50px;
  }
  .member-drop .cn_item {
    left: -78px;
    top: 17px !important;
  }
  .member-drop .dropdown-menu {
    left: -160px;
    top: 57px;
  }

}
/*--header setting and profile end--*/