/* Fonts -------------------------------------------------------------------- */

@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700&display=swap');
/* CUSTOMIZE THE Body and Wrapper ------------------------------------------- */

html,body{
    height:100%;
    min-height: 100%;
}

body {
    position: relative;
    margin: 0 auto;
    padding: 0 auto;
    /*font-family: 'Raleway', sans-serif;*/

}

body h1, body h2, body h3, body h4, body h5, body h6 {
    color: #2f2f2f;
    font-family: open sans,sans-serif;
    font-style: normal;
    line-height: 1.5;
    margin: 0 0 8px;
}

p {
    line-height: 26px;
}

    input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-animation: autofill 0s forwards;
    animation: autofill 0s forwards;
}

@keyframes autofill {
    100% {
        background: transparent;
        color: white;
    }
}

@-webkit-keyframes autofill {
    100% {
        background: transparent;
        color: white;
    }
}

.documentation-body {
  color: #555;
    font-family: open sans,sans-serif;
    font-size: 14px;
    font-weight: 400;
    overflow-x: hidden;
}
.subheader {
  background: url(extra-images/sub-header.jpg);
    background-attachment: fixed;
        background-position: center;
}
.footer-main {
  background: url(extra-images/footer-back-img.jpg);
    background-attachment: fixed;
    background-position: center;
    position: relative;
}
.coverage-body {
  background-image: url(images/back-img.jpg);
    background-attachment: fixed;
    color: #555;
    font-family: open sans,sans-serif;
    font-size: 14px;
    font-weight: 400;
    overflow-x: hidden;
}
.profile-box-01 {
  background-image: url('extra-images/w1.png');
  background-color: #cccccc;
  height: 312px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.profile-box-02 {
background-image: url('extra-images/w2.png');
  background-color: #cccccc;
  height: 312px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.profile-box-03 {
  background-image: url('extra-images/w3.png');
  background-color: #cccccc;
  height: 312px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.bg-fix-section {
background-attachment: fixed;
    background-image: url(extra-images/section-post-img.jpg);
    background-position: center;
}




/* Navigation Start */

.menu-area{background: #27282A; }
.dropdown-menu{padding:0;margin:0;border:0 solid transition!important;border:0 solid rgba(0,0,0,.15);border-radius:0;-webkit-box-shadow:none!important;box-shadow:none!important}
.mainmenu a, .navbar-default .navbar-nav > li > a, .mainmenu ul li a , .navbar-expand-lg .navbar-nav .nav-link{color:#fff;font-size:14px;text-transform:capitalize;padding:16px 15px;font-family:'Roboto',sans-serif;display: block; }
.mainmenu li li {
    border-top: 1px solid white;
}
.mainmenu li li:first-of-type {
    border-top: 0px solid transparent;
}


.first-li {
    padding: 20px 32px!important;
    line-height: 50px;
    text-transform: uppercase;
}
.first-li:hover,
.first-li:focus {
background-color: transparent!important;
}
.active-submenu a.first-li {
  color: #FFDC11!important;
  background: transparent;
  outline: 0;
}
.active-submenu-link {
  color: #FFDC11!important;
  background: transparent;
  outline: 0;
}
.mainmenu .active a,.mainmenu .active a:focus,.mainmenu .active a:hover,.mainmenu li a:hover,.mainmenu li a:focus ,.navbar-default .navbar-nav>.show>a, .navbar-default .navbar-nav>.show>a:focus, .navbar-default .navbar-nav>.show>a:hover{color: #FFDC11;background: transparent;outline: 0;}
/*==========Sub Menu=v==========*/
.mainmenu .collapse ul > li:hover > a{background-color:rgba(0,0,0,.2); text-decoration: none;}
.mainmenu .collapse ul ul > li:hover > a, .navbar-default .navbar-nav .show .dropdown-menu > li > a:focus, .navbar-default .navbar-nav .show .dropdown-menu > li > a:hover{background-color:rgba(0,0,0,.2);}

.mainmenu .collapse ul ul, .mainmenu .collapse ul ul.dropdown-menu{background-color:rgba(0,0,0,.5);}
.mainmenu .collapse ul ul ul, .mainmenu .collapse ul ul ul.dropdown-menu{background-color:rgba(0,0,0,.5);}


/******************************Drop-down menu work on hover**********************************/
.mainmenu{background: none;border: 0 solid;margin: 0;padding: 0;min-height:20px;width: 100%;}
@media only screen and (min-width: 767px) {
.mainmenu .collapse ul li:hover> ul{display:block}
.mainmenu .collapse ul ul{position:absolute;top:100%;left:0;min-width:250px;display:none}
/*******/
.mainmenu .collapse ul ul li{position:relative}
.mainmenu .collapse ul ul li:hover> ul{display:block}
.mainmenu .collapse ul ul ul{position:absolute;top:0;left:100%;min-width:230px;display:none}
/*******/
.mainmenu .collapse ul ul ul li{position:relative}
.mainmenu .collapse ul ul ul li:hover ul{display:block}
.mainmenu .collapse ul ul ul ul{position:absolute;top:0;left:-100%;min-width:250px;display:none;z-index:1}

}
@media only screen and (max-width: 767px) {
  .mainmenu .collapse ul ul ul{min-width:250px;}
.navbar-nav .show .dropdown-menu .dropdown-menu > li > a{padding:16px 15px 16px 35px}
.navbar-nav .show .dropdown-menu .dropdown-menu .dropdown-menu > li > a{padding:16px 15px 16px 45px}
}
.dropdown-toggle::after {
       border-top: .3em solid transparent;
    border-right: .3em solid transparent;
    border-bottom: .3em solid transparent;
    border-left: .3em solid transparent;
}


.border-link {
  display: inline-block;
  position: relative;
  text-transform: uppercase!important;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
}

.border-link:after {
   content: '';
  display: block;
  border-bottom: 2px solid #FFDC11;
  width: 0;
  position: absolute;
  right: 0;
  -webkit-transition: 1s ease;
  transition: 1s ease;
}
.border-link:hover:after {
  width: 100%;
}

.border-link:before {
    content: '';
  display: block;
  border-bottom: 2px solid #FFDC11;
  width: 0;
  position: absolute;
  left: 0;
  -webkit-transition: 1s ease;
  transition: 1s ease;
}

.border-link:hover:before {
    width: 100%;

}
/* Navigation End */

/* Change this breakpoint if you change the breakpoint of the navbar */

@media (min-width: 992px) {
  .animate {
    animation-duration: 0.6s;
    -webkit-animation-duration: 0.6s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
  }
}

@keyframes slideIn {
  0% {
    transform: translateX(-2rem);
    opacity: 0;
  }
  100% {
    transform:translateX(0rem);
    opacity: 1;
  }
  0% {
    transform: translateX(-2rem);
    opacity: 0;
  }
}

@-webkit-keyframes slideIn {
  0% {
    -webkit-transform: transform;
    -webkit-opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    -webkit-opacity: 1;
  }
  0% {
    -webkit-transform: translateX(-2rem);
    -webkit-opacity: 0;
  }
}

.slideIn {
  -webkit-animation-name: slideIn;
  animation-name: slideIn;
}

/* Other styles for the page not related to the animated dropdown */


#upper-navbar li  {
        font-size: 14px;
    padding: 20px 0px;
}
#upper-navbar li a {
    color: #b5b2b2;
    padding: 10px;
}
#upper-navbar li a:hover {
    text-decoration: none;
}
#upper-nav-line {
    border-bottom: 1px solid #b5b2b2;
}

/* oblique boeder */

/* span accent color*/

.span-accent-color {
        color: #d4ab0d;
}
.span-accent-color-carousel {
        color: #ffdc11;
}

/* h color*/

.h-color {
    color: #2f2f2f;
}


.h-style {
    margin: 0;
    display: inline-block;
    text-transform: uppercase;
    color: #2f2f2f;
    font-size: 30px;
    font-weight: 700;
    position: relative;
    padding: 0 15px 6px;
}


/* blockquote */


blockquote {
    float: left;
    width: 100%;
    color: #666;
    font-size: 16px;
    font-weight: 700;
    font-style: italic;
    border-left: none;
    position: relative;
    margin: 8px 0 33px;
    padding: 53px 45px 26px 62px;
    line-height: 1.5;
}

blockquote:before {
    content: "\f10e";
    font-family: FontAwesome;
    font-size: 40px;
    position: absolute;
    left: 40px;
    top: 33px;
    color: #999;
    font-style: normal;
    opacity: .15;
}

blockquote span:before {
    content: '';
    position: absolute;
    left: 0;
    top: 28px;
    width: 180px;
    height: 2px;
    background-color: #ffdc11;
}

blockquote:after {
    content: '';
    position: absolute;
    left: 30px;
    top: 0;
    height: 100%;
    width: 2px;
    background-color: #ffdc11;
}

/* how it works */

.second-h-style h2 {
    margin: 0;
    display: inline-block;
    text-transform: uppercase;
    color: #2f2f2f;
    font-size: 30px;
    font-weight: 700;
    position: relative;
    padding: 0 15px 6px;
}

.second-h-style h2:before {
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    background-color: #ffdc11;
    width: 1px;
    height: 56px;
}

.second-h-style h2 span {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
}
.second-h-style h2 span:before {
    content: '';
    position: absolute;
    right: 0;
    bottom: -15px;
    background-color: #ffdc11;
    width: 1px;
    height: 56px;
}
.second-h-style h2 span:after {
    content: '';
    position: absolute;
    right: -14px;
    bottom: 0;
    background-color: #ffdc11;
    width: 56px;
    height: 1px;
}
.second-h-style h2:after {
    content: '';
    position: absolute;
    left: -14px;
    bottom: 0;
    background-color: #ffdc11;
    width: 56px;
    height: 1px;
}



/* cards fliping*/

/*.mb-5 {
  font-size: 48px;
}*/

.card-flipper .btn-outline-warning:hover {
    color: white!important;
}

.btn-default {
  background: #DFC717;
  color: #fff;
  font-weight: 700;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
  font-size: 14px;
}
.card {
  box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.3);
  /*border: 10px solid #FFDC11;*/
  margin-bottom: 30px;
  border: 0px solid transparent;
}


.profile-box {
  background-size: cover;
  float: left;
  width: 100%;
  text-align: center;
  padding: 30px 0;
  position: relative;
  overflow: hidden;
}
.profile-box:before {
  background-color: #777777;
  background-image: url("../extra-images/w1.png");
  width: 100%;
  position: absolute;
  content: "";
  left: -10%;
  top: 0;
  z-index: 0;
}
.profile-box img {
  width: 170px;
  height: 170px;
  position: relative;
  border: 5px solid #fff;
}
.social-box i {
  border: 1px solid #DFC717;
  color: #DFC717;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  line-height: 30px;
}
.social-box i:hover {
  background: #DFC717;
  color: #fff;
}
.social-box a {
  margin: 0 5px;
}


/*flipper-card*/
.card-flipper {
  position: relative;
  float: left;
  width: 100%;
  text-align: center;
  height: 388px;
}

.card__front, .card__back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.card__back .card {
  width: 100%;
  height: 388px;
}

.card__front, .card__back {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}



.card__back {

  -webkit-transform: rotateY(-180deg);
   -ms-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}

.card-flipper.effect__hover:hover .card__front {
  -webkit-transform: rotateY(-180deg);
  -ms-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}

.card-flipper.effect__hover:hover .card__back {
  -webkit-transform: rotateY(0);
  -ms-transform: rotateY(0);
  transform: rotateY(0);
}


.card-title a {
margin-top: 20px;
    color: #2f2f2f;
    font-weight: bold;
}
.card-title a:hover {
    color: #2f2f2f;
        font-weight: bold;
}

    .card__front .card-body {
        background-color:rgba(0,0,0,.1);
    }

/* bg fixed */
.bg-fix-section {
/*    background-attachment: fixed;
    background-image: url(extra-images/section-post-img.jpg);
    background-position: center;*/
    padding: 71px 0 79px;
    margin: 10px 0 100px;
}
.section-transparent {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #191a18;
    opacity: .6;
}

.section-transparent-text h3 {
    margin: 0 0 25px;
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    line-height: 40px;
}

.section-transparent-text p {
    color: #fff;
    margin: 0 0 33px;
    line-height: 24px;
    float: left;
    width: 83%;
}

.section-transparent-btn {
    display: inline-block;
    color: #ffdc11;
    font-weight: 700;
    border: 1px solid #fff;
    border-right: none;
    padding: 11px 19px 12px;
    line-height: 1;
    position: relative;
}

.section-transparent-btn:before {
    content: '';
    position: absolute;
    right: 0;
    top: 0%;
    border-left: 1px solid #fff;
    width: 1px;
    height: 15px;
}

.section-transparent-btn span {
    position: absolute;
    right: 0;
    top: 14px;
}

.section-transparent-btn span:before {
    content: '';
    position: absolute;
    left: 2px;
    top: 0;
    border-left: 1px solid #fff;
    width: 1px;
    height: 6px;
    -webkit-transform: rotate(-54deg);
    -moz-transform: rotate(-54deg);
    -ms-transform: rotate(-54deg);
    -o-transform: rotate(-54deg);
    transform: rotate(-54deg);
}
.section-transparent-btn span:after {
    content: '';
    position: absolute;
    left: 2px;
    top: 4px;
    border-left: 1px solid #fff;
    width: 1px;
    height: 6px;
    -webkit-transform: rotate(-132deg);
    -moz-transform: rotate(-132deg);
    -ms-transform: rotate(-132deg);
    -o-transform: rotate(-132deg);
    transform: rotate(-132deg);
}


.section-transparent-btn:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0%;
    border-left: 1px solid #fff;
    width: 1px;
    height: 15px;
}

.section-transparent-btn:hover {
    color: #ffdc11;
    text-decoration: none;
}

/* services */

.price-table {
    background: 0 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 7px solid #eee;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -webkit-transition: all .3s ease;
}


.price-table:hover {
    background: rgba(0,0,0,.03);
    border-color: #d0b205;
}

.price-table .price-table-heading {
    color: #333;
    background: #f9f9f9;
    padding: 10px 0;
    margin: 0;
}

.price-table .price-table-heading .title {
    color: #333;
    font-weight: 900;
    letter-spacing: 1px;
}

.price-table>.price-table-body {
    color: #fff;
    background: #d0b205;
    padding: 50px 0 30px;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -webkit-transition: all .3s ease;
}

.price-table>.list-group {
    color: #333;
    font-weight: 400;
    margin-bottom: 0;
}
.price-table>.list-group .list-group-item {
    color: #333;
    font-weight: 400;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.price-table-footer {
    background: #eee;
    padding: 15px 0;
}
.price-table .btn-success {
    color: #fff;
    background-color: #000!important;
    border-color: #000!important;
    font-weight: bold;
}

.price-table>.price-table-body .value {
    font-size: 66px;
    font-weight: 300;
    color: #fff;
    padding: 0;
}

.price-table>.price-table-body .value small {
    font-size: 16px;
}

.price-table a {
    color: #2f2f2f;
    text-decoration: none;
}


/* benefits */

.benefits-wrap {
    background-color: #272729;
    padding: 19px 30px;
    border-bottom: 1px solid #525458;
    color: #fff;
}


.benefit-item span {

    font-size: 10px;

    text-transform: uppercase;
    padding: 5px 8px;
    border-radius: 3px;

    line-height: 1;
    margin-bottom: 14px;
     background-color: #ff7e1f;
    color: #fff;
}

.benefit-item h6 {
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0;
}

.benefit-item h6 a {
    color: #fff;
}

/* Footer */

.footer-main {
   /* background: url(extra-images/footer-back-img.jpg);
    background-attachment: fixed;
    background-position: center;
    position: relative;*/
}

.footer-main:before {
    content: '';
    position: absolute;
    width: 51%;
    height: 48px;
    background-color: #fff;
    left: 0;
    top: -20px;
    z-index: 1;
    -webkit-transform: rotate(-2deg);
    -moz-transform: rotate(-2deg);
    -ms-transform: rotate(-2deg);
    -o-transform: rotate(-2deg);
    transform: rotate(-2deg);
}

.footer-transparent {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .9;
}

.footer-main .footer-main-content {
    padding: 100px 0 30px;
}
.footer-main-content {

    width: 100%;
    padding: 80px 0 40px;
    position: relative;
}
.footer-main .footer-main-content .widget {
    margin-top: 40px;
}

.footer-main-widget-title {

    width: 100%;
    margin: 0 0 43px;
}

.footer-main-widget-title h2 {
    display: inline-block;
    color: #fff;
    font-size: 18px;
    margin: 0;
    font-weight: 700;
    padding: 0 0 0 26px;
    border-left: 1px solid #ffdc11;
    position: relative;
    line-height: 1.1;
}

.footer-main-widget-title h2:before {
    content: '';
    position: absolute;
    left: 4px;
    top: 0;
    height: 20px;
    width: 1px;
    background-color: #ffdc11;
}

.footer-main-widget-title h2:after {
    content: '';
    position: absolute;
    left: 9px;
    top: 0;
    height: 20px;
    width: 1px;
    background-color: #ffdc11;
}


.widget_link ul li {
    float: left;
    width: 50%;
    list-style: none;
    margin: 0 0 12px;
        line-height: 28px;
}

.widget_link ul li a {
    color: #fff;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.widget_link ul li:hover a {
    color: #ffdc11;
    text-decoration: none;
}

.footer-copyright {
  color: #fff;
    float: left;
    width: 100%;
    position: relative;
    padding: 32px 0 0;
    margin: 22px 0 0;
}

/*.footer-copyright:before {
    content: '';
    width: 48%;
    height: 1px;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #555;
}*/

/*.footer-main .back-to-top {
    position: absolute;
    left: 50%;
    top: -7px;
    color: #fff;
    font-size: 16px;
    line-height: 1;
    text-align: center;
    width: 46px;
    margin-left: -24px;
}
*/
/*.footer-copyright:after {
    content: '';
    width: 48%;
    height: 1px;
    position: absolute;
    right: 0;
    top: 0;
    background-color: #555;
}*/


.footer-main:after {
    content: '';
    position: absolute;
    width: 50%;
    height: 48px;
    background-color: #fff;
    right: 0;
    top: -20px;
    -webkit-transform: rotate(2deg);
    -moz-transform: rotate(2deg);
    -ms-transform: rotate(2deg);
    -o-transform: rotate(2deg);
    transform: rotate(2deg);
}

/*.footer-main .back-to-top:before {
    content: '';
    position: absolute;
    background-color: #555;
    height: 34px;
    width: 1px;
    left: 12px;
    top: 2px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.footer-main .back-to-top:after {
    content: '';
    position: absolute;
    background-color: #555;
    height: 34px;
    width: 1px;
    right: 11px;
    top: 2px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}*/

/* Carousel */

.carousel-item:after {
  content:"";
  display:block;
  position:absolute;
  top:0;
  bottom:0;
  left:0;
  right:0;
  /*background:rgba(181,178,178, 0.4);*/
  background:rgba(0, 0, 0, 0.55);
}

.main-carousel h1 {
    font-size: 50px;
    color: #fff;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 28px;
}

.main-carousel h1 span {
    font-size: 30px;
    display: block;
}

.main-carousel p {
    color: #fff;
    margin-bottom: 37px;
    font-size: 15px;
}

.carousel-control-next, .carousel-control-prev {
    width: 7%!important;
}


/* Subheader */

.subheader {
/*    background: url(extra-images/sub-header.jpg);
    background-attachment: fixed;
        background-position: center;*/
    padding: 82px 0 132px;
    position: relative;

    text-align: center;
}

.subheader:before {
    content: '';
    position: absolute;
    width: 51%;
    height: 38px;
    background-color: #fff;
    bottom: -18px;
    left: 0;
    z-index: 1;
}

.subheader:before {
    -webkit-transform: rotate(2deg);
    -moz-transform: rotate(2deg);
    -ms-transform: rotate(2deg);
    -o-transform: rotate(2deg);
    transform: rotate(2deg);
}

.subheader-transparent {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: .8;
    background-color: #000;
}

.subheader h1 {
/*    font-size: 45px;*/
    color: #fff;
    font-weight: 700;
    margin-bottom: 8px;
    display: inline-block;
    text-transform: uppercase;
}

@media (max-width: 767px) {
    .subheader h1 {
      font-size: 1.9rem;
    }
}
.subheader-breadcrumb {
    display: inline-block;
    background-color: #292c31;
    padding: 10px;
}

.subheader-breadcrumb li {
    display: inline-block;
  /*  font-size: 12px;*/
    list-style: none;
    position: relative;
    padding: 0 7px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
}

.subheader-breadcrumb li a {
    color: #fff;
    text-decoration: none;
}
.subheader:after {
    content: '';
    position: absolute;
    width: 50%;
    height: 38px;
    background-color: #fff;
    bottom: -18px;
    right: 0;
    z-index: 1;
}
.subheader:after {
    -webkit-transform: rotate(-2deg);
    -moz-transform: rotate(-2deg);
    -ms-transform: rotate(-2deg);
    -o-transform: rotate(-2deg);
    transform: rotate(-2deg);
}


.subheader-breadcrumb li:not(:first-child):before {
    content: "";
    background-color: #fff;
    width: 2px;
    height: 9px;
    position: absolute;
    left: -3px;
    bottom: 5px;
}

.subheader-breadcrumb li:not(:first-child):before {
    -webkit-transform: rotate(20deg);
    -moz-transform: rotate(20deg);
    -ms-transform: rotate(20deg);
    -o-transform: rotate(20deg);
    transform: rotate(20deg);
}


/* documentation*/

/* ------------ Documentation Page ------------------------------------------- */
/* non theme specific helpers */
.bg-white {
    background-color: #fff;
}

.min-100 {
    min-height: 100vh;
}

/* base container on percent to cala sidebar widths when fixed */
@media (min-width: 576px) {
    .container {
        width: 80%;
        max-width: 100%;
    }
}

@media (min-width: 768px) {
    .container {
        width: 80%;
        max-width: 100%;
    }
}

@media (min-width: 992px) {
    .container {
        width: 80%;
        max-width: 100%;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 80%;
        max-width: 100%;
    }
}

.navbar.affix-top,
.navbar.affix-bottom {
  position: static;
  background: #ccc;
}

.navbar.affix{
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 1;
  background: #fff;
  transition: all .35s ease;
}

#lett {
    width: 33.3333%;
}

#sidemenu.affix-top, #sidemenu.affix {
    position: static;
}

#sidemenu.affix-bottom {
    position: relative;
}



#sidemenu .nav-link.active,
#sidemenu .nav-link:hover,
#sidemenu .nav-link:focus{

    background: #555;
    color: #fff;

}

/* only show subitems when parent is active*/
#sidemenu .nav-item .nav-link.active + .nav .nav-item {
    display: list-item;
}
#sidemenu .nav-item .nav-item {
    display: none;
}

.anchor{
  display: block;
  height: 70px;
  margin-top: -70px;
  visibility: hidden;
}

#content .nav-link {
    color: #555;
    transition: all 0.2 ease;
}

.table-hover tbody tr:hover {
    color: white!important;
    background-color: #28a745!important;
}


/* Endpoints documentation */

#widthForMobileTabs {
  margin-top: -48px;
}
.documentation-h2-design {

    width: 100%;
    margin: 0 0 37px;
}

.documentation-h2-design h2 {
    color: #292c31;
    float: left;
/*    font-size: 18px;*/
    font-weight: 700;
    margin-bottom: 0;
    padding-bottom: 6px;
    position: relative;
}

.documentation-h2-design h2:before {
    bottom: 0;
    content: "";
    height: 2px;
    position: absolute;
    right: 0;
    width: 35px;
        background-color: #ffdc11;

    -webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    transform: rotate(-5deg);
}

.documentation-h2-design h2:after {
    bottom: -5px;
    content: "";
    height: 2px;
    position: absolute;
    right: 0;
    width: 35px;
  background-color: #ffdc11;
    -webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    transform: rotate(-5deg);
}

#widthForMobileTabs code {

    background-color: #f9f2f4;
    border-radius: 4px;
}

#widthForMobileTabs strong {
    color: #2f2f2f;
}
#widthForMobileTabs {
   word-wrap: break-word;
}


#widthForMobileTabs pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
   /* font-size: 13px;*/
    line-height: 1.42857143;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;

}

/* documentation sidebar */




#sidemenu ul li {
    margin: 0 0 3px;
    width: 100%;
    float: left;
}
#sidemenu ul li a {
    float: left;
    width: 100%;
    background-color: #f5f5f5;
    padding: 15px 29px 12px 30px;
    color: #292c31;
    position: relative;
}

#sidemenu ul li a.active {
    background: #555;
    color: #fff;
}



#sidemenu ul li a:before {
       border-left: 203px solid transparent;
    border-right: 60px solid transparent;
    border-top: 4px solid #f5f5f5;
    bottom: 0px;
    content: "";
    height: 0;
    left: 0;
    position: absolute;
    width: 0;
     transform: rotate(180deg);
}

#sidemenu ul li a:after {
    border-left: 60px solid transparent;
    border-right: 203px solid transparent;
    border-top: 4px solid #fff;
    top: 0;
    content: "";
    height: 0;
    left: 0;
    position: absolute;
    width: 0;
}

.first-doc-link a:after {
  border: none!important;
}

.last-doc-link a:before {
  border: none!important;
}

/* coverage */

.coverage-div a {
  color: #2f2f2f;
    text-decoration: none;
}

.coverage-div strong {
    color: #2f2f2f;
}

/* display form */

.display-form {
    background: rgba(0,0,0,.83);
   /* margin: 0 20px 0 0;*/
    padding: 20px;
}

.display-form form ul li {
    float: left;
    list-style: none;
    width: 50%;
    padding: 0 15px;
    margin-bottom: 21px;
}

.display-form form ul li>label {
    float: left;
    width: 100%;
    margin: 0 0 6px;
    font-weight: 700;
    color: #fff;
}

.display-form form p>label {
    margin: 9px 0 0;
    display: inline-block;
    position: relative;
}


.display-form form ul li p>span {
   display: flex;
  align-items: center;
  justify-content: center;
    border: 1px solid #ececec;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 45px;
    text-align: center;
    border-left: none;
}

.display-form form ul li p>span:before {
    content: '';
    position: absolute;
    left: -3px;
    top: -1px;
    background-color: #ececec;
    height: 54%;
    width: 1px;
}

.display-form form ul li p>span:before {
    -webkit-transform: rotate(15deg);
    -moz-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    -o-transform: rotate(15deg);
    transform: rotate(15deg);
}

.display-form form p>span i {
    color: #999;

}

.display-form form ul li p>span:after {
    content: '';
    position: absolute;
    left: -3px;
    bottom: -1px;
    background-color: #ececec;
    height: 54%;
    width: 1px;
}

.display-form form ul li p>span:after {
    -webkit-transform: rotate(-15deg);
    -moz-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    -o-transform: rotate(-15deg);
    transform: rotate(-15deg);
}

.display-form form p input[type=text], input[type=email], input[type=password] {
    float: left;
    width: 92.5%;
    font-size: 17px;
    background: 0 0;
    margin: 0;
    color: #fff;
    height: 50px;
    border: 1px solid #ececec;
    padding: 0 0 0px 16px;
    position: relative;
    border-right: none;
}

.display-form form p textarea {
    height: 150px;
    font-size: 18px;
    padding: 12px 21px 0 16px;
    color: #fff;
    border: 1px solid #ececec;
    background-color: transparent;
    width: 100%;
   /* border-right: transparent;*/
}

.display-form form input[type=submit] {
    border: none;
    color: #252424;
    padding: 7px 20px;
    float: left;
    font-weight: 700;
    text-transform: uppercase;
    background-color: #fddb11;
}

.display-form form p {
    list-style: none;
    margin-bottom: 0;
    width: 100%;
    float: left;
    position: relative;
}

/* line with icon footer */

.hr-theme-slash-2 {
  display: flex;
}
.hr-theme-slash-2 .hr-line {
  width: 100%;
  position: relative;
  margin: 15px;
  border-bottom: 1px solid #555;
}
.hr-theme-slash-2 .hr-icon {
  position: relative;
  top: 3px;
  color: #555;
}

.right-reserved-p {
  margin-left: 15px;
}


/* iframe media */

@media (min-width: 1px) and (max-width: 359px) {

  .footer-main iframe {
    width: 100%;
  }

}

@media (min-width: 360px) and (max-width: 767px) {

  .footer-main iframe {
    width: 330px;
  }


}

@media (max-width: 764px) {
 .hight-limit-mobile {
    min-height: inherit;
  }
}
  @media (min-width: 765px) {
 .hight-limit-mobile {
    min-height: 68px;
  }
}

@media (max-width: 991px) {

.dropdown-menu {
      position: static!important;
}
.first-li {
     padding: 0px!important;
    line-height: 50px;
    text-transform: uppercase;
     text-align: center;
  border-bottom: 1px solid white;
}
.border-link:before {

    top: -2px;

}

.border-link:after {

    bottom: -2px;

}

#widthForMobileTabs {
    margin-top: 20px;
}
.pay-buttons-style {
  margin-bottom: 20px;
  width: 100%;
}

}


@media (min-width: 992px) {

.pay-buttons-style {
  margin-right:20px;
}
    #sidemenu.affix {
      position: fixed;
      top: 0px;
      width: 17.8%;
    }

}

@media (max-width: 1199px) {
  .cards-title-spacing {
    margin-bottom: 3rem!important;
        margin-top: 3rem!important;
  }
}

@media (min-width: 1200px) and (max-width: 1499px) {
  .cards-title-spacing {
    margin-bottom: 0rem!important;
        margin-top: 0rem!important;
  }
}

@media (min-width: 1500px) {
  .cards-title-spacing {
    margin-bottom: 3rem!important;
        margin-top: 3rem!important;
  }
}
/* carousel style */


.sportsmagazine-fixture-slider,
.sportsmagazine-fixture-slider-layer time,
.sportsmagazine-fixture-slider-layer ul,
.sportsmagazine-fixture-slider-layer ul li {
    float: left;
    width: 100%
}

.sportsmagazine-fixture-slider {
    padding: 0 50px;
    position: relative;
    margin-bottom: 50px
}

.sportsmagazine-fixture-slider .slick-list {
    margin: 0 -5px
}

.sportsmagazine-fixture-slider-layer {
    padding: 0 5px 10px
}

.sportsmagazine-fixture-slider-layer ul {
    position: relative
}

.sportsmagazine-fixture-slider-layer ul:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -9px;
    border-left: 80px solid transparent;
    border-right: 80px solid transparent;
    border-top: 10px solid
}

.sportsmagazine-fixture-slider-layer ul li.first-child {
    background-color: #27282a;
    color: #fff;
    position: relative;
    padding: 6px 20px
}

.sportsmagazine-fixture-slider-layer ul li.first-child:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -5px;
    border-left: 110px solid transparent;
    border-right: 110px solid transparent;
    border-top: 6px solid #27282a
}

.sportsmagazine-fixture-slider-layer time {
    background-color: #292c31;
    font-size: 12px;
    color: #fff;
    text-align: center;
    padding: 10px 0
}

.sportsmagazine-fixture-slider-layer ul li {
    list-style: none;
    padding: 10px 20px 6px;
    font-size: 14px;
    color: #292c31;
    font-weight: 700
}

.sportsmagazine-fixture-slider-layer ul li span {
    float: right
}


.sportsmagazine-fixture-booked ul {
    text-align: center
}

.sportsmagazine-fixture-booked ul li.first-child small {
    float: left
}

.sportsmagazine-fixture-booked ul li:last-child {
    font-weight: 400
}

.sportsmagazine-fancy-title {
    float: left;
    width: 100%;
    background: url(images/fancytitle-pattren.png);
    border-bottom: 2px solid;
    padding: 17px 29px;
    position: relative;
    margin-bottom: 30px
}

.sportsmagazine-fancy-title:before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    border-bottom: 58px solid;
    border-left: 50px solid transparent
}

.sportsmagazine-fancy-title h2 {
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0;
    line-height: 1
}

.sportsmagazine-featured-slider,
.sportsmagazine-featured-slider-layer {
    float: left;
    width: 100%;
    position: relative
}

.sportsmagazine-featured-slider {
    margin-bottom: 40px
}

.sportsmagazine-black-transparent {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .7
}

.sportsmagazine-featured-caption {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 60%;
    padding: 0 0 25px 30px
}

.sportsmagazine-featured-caption h2 {
    font-weight: 700;
    color: #fff;
    margin-bottom: 4px;
    text-transform: uppercase;
    line-height: 1.3
}

.sportsmagazine-featured-caption span {
    font-size: 12px;
    font-weight: 600
}

.sportsmagazine-bgcolor {
  background-color: #ffdc11;
  padding-left: 0px
}

.sportsmagazine-fixture-slider-layer ul:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    border-left: 0px solid transparent;
    border-right: 0px solid transparent;
    border-top: 0px solid;
}

.slick-arrow-right:hover,
.slick-arrow:hover {
      background-color: #ffdc11;
}

.sportsmagazine-fixture-slider .slick-arrow:hover:before {
    content: '';
    position: absolute;
    left: -16px;
    top: 0px;
    border-top: 61px solid transparent;
    border-right: 16px solid #ffdc11;
    border-bottom: 61px solid transparent;
}


.sportsmagazine-fixture-slider .slick-arrow:hover {

    background-color: #ffdc11;

}
.sportsmagazine-fixture-slider .slick-arrow-right.slick-arrow:hover:after {
    content: '';
    position: absolute;
    right: -16px;
    top: 0px;
    border-top: 61px solid transparent;
    border-left: 16px solid #ffdc11;
    border-bottom: 61px solid transparent;
}


.sportsmagazine-fixture-slider .slick-arrow {

    top: 40px;

}

/* register */

.display-form.register form p input[type=text], input[type=email], input[type=password] {

    width: 100%;
}

/* terms of use */

.terms-line {
      border-top: 1px solid rgba(255,255,255,1);
}

/* pay */

.dropin-page label {
      color: #6c8391;
}

#pay-btn-style-id input[type=submit] {
    float: none;
}

.button-link {
  text-decoration: none;
}

.btns {
  background-color: #ff9035;
  /*background-image: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(208,178,5,1) 15%, rgba(208,178,5,1) 85%, rgba(0,0,0,1) 100%);*/
  /*background-image: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(208,178,5,1) 13%, rgba(0,0,0,1) 25%, rgba(208,178,5,1) 38%, rgba(0,0,0,1) 50%, rgba(208,178,5,1) 63%, rgba(0,0,0,1) 75%, rgba(208,178,5,1) 88%, rgba(0,0,0,1) 100%);*/
/*  background-image: linear-gradient(90deg, rgba(208,178,5,1) 0%, rgba(0,0,0,1) 13%, rgba(208,178,5,1) 25%, rgba(0,0,0,1) 38%, rgba(208,178,5,1) 50%, rgba(0,0,0,1) 63%, rgba(208,178,5,1) 75%, rgba(0,0,0,1) 88%, rgba(208,178,5,1) 100%);*/
  background-image: linear-gradient(90deg, rgba(208,178,5,1) 0%, rgba(208,178,5,1) 100%);
  z-index: 0;
  height: 80px;
  float: none;
  margin: 0 auto;
  width: 900px;
  max-width: 100%;
  border-radius: 0px;
  display: block;
  box-shadow: 0 2px 4px -1px rgba(25, 25, 25, 0.2);
}
.btns input {
  display: none;
}
.btns label {
  display: table;
  float: left;
  padding: 0;
  width: 25%;
  height: 100%;
  margin: 0;
  text-align: center;
  border-left: 1px solid rgba(0, 0, 0, 0.05);
}
.btns label:first-child {
  border-left: none;
}
.btns .btnp {
  border: 7px solid #eee;
/*  border-right: 0px solid transparent;*/
  font-size: 19px;
  cursor: pointer;
  width: 100%;
  display: table-cell;
  vertical-align: middle;
  font-weight: 300;
  color: #FFF;
  /*border: 0px solid transparent;*/
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
  box-shadow: inset 0 30px 20px -20px rgba(255, 255, 255, 0.15);
  transition: color 250ms cubic-bezier(0.165, 0.84, 0.44, 1), box-shadow 250ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
.btns .btnp:hover {
  box-shadow: inset 0 30px 30px -20px rgba(50, 50, 50, 0.02);
  transition: all 250ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
.btns .btnp:after {
  content: '\2714';
  margin-left: -10px;
  display: inline-block;
  -webkit-transform: scale(0);
  transform: scale(0);
  transition: margin 250ms cubic-bezier(0.6, -0.28, 0.735, 0.045) 100ms, -webkit-transform 250ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: margin 250ms cubic-bezier(0.6, -0.28, 0.735, 0.045) 100ms, transform 250ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: margin 250ms cubic-bezier(0.6, -0.28, 0.735, 0.045) 100ms, transform 250ms cubic-bezier(0.895, 0.03, 0.685, 0.22), -webkit-transform 250ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
.btns input:checked + .btnp {
  color: white;
  font-weight: bold;
  text-shadow: none;
  background-image: linear-gradient(to top, rgba(25, 25, 25, 0) 65%, rgba(25, 25, 25, 0.08));
  box-shadow: inset 0 10px 50px rgba(25, 25, 25, 0.08);
  transition: color 500ms cubic-bezier(0.165, 0.84, 0.44, 1), box-shadow 150ms;
}
.btns input:checked + .btnp:after {
  margin-left: 12px;
  -webkit-transform: scale(1.25);
  transform: scale(1.25);
  transition: margin 500ms, -webkit-transform 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 250ms;
  transition: transform 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 250ms, margin 500ms;
  transition: transform 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 250ms, margin 500ms, -webkit-transform 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 250ms;
}
.discount-promo {
    background-color: #000;
    border-radius: 50%;
    padding: 1rem;
    margin-top: -22px;
    color: #FFDC11;
    font-weight: 700;
    position: absolute;
    font-size: 1.4rem;
    margin-left: -60px;
}
@media (min-width: 500px) and (max-width: 1000px){
  .btns .btnp {
    font-size: 14px;
  }
  .discount-promo {
    background-color: #000;
    border-radius: 50%;
    padding: 0.8rem;
    margin-top: -30px;
    color: #ffdc11;
    font-weight: 700;
    position: absolute;
    font-size: 1.0rem;
    margin-left: -60px;
  }
}
@media (max-width: 499px){
  .btns .btnp {
    font-size: 12px;
  }
  .discount-promo {
    background-color: #000;
    border-radius: 50%;
    padding: 0.5rem;
    margin-top: -20px;
    color: #ffdc11;
    font-weight: 700;
    position: absolute;
    font-size: 0.8rem;
    margin-left: -45px;
  }
  .btns .btnp:after {
    display: none;
  }
}

@media (max-width: 1199px){
  .carousel-control-next, .carousel-control-prev {
      display: none;
  }
}
