body{
  font-family: 'Lato', sans-serif;   
}

/* Topbar Css */
.topbar{
  background: url("../images/topbar-bg.jpg") no-repeat;
  background-size: cover;
  background-position: center;
  padding: 8px 0;
}
.topbar .contact-info{
  display: flex;
  align-items: center;
}
.topbar .contact-info .separator{
  margin: 0 15px;
  color: #fff;
}
.topbar .contact-info .email,
.topbar .contact-info .phone{
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  line-height: 1;
  text-decoration: none;

}
.topbar .contact-info .email span,
.topbar .contact-info .phone span{
  color: #ede751;
}
.topbar .contact-info .email span i,
.topbar .contact-info .phone span i{
  font-size: 14px;
  margin-right: 5px;
}
.topbar .social-links a{
  font-size: 18px;
  color: #267530;
  text-decoration: none;
  margin-left: 12px;
  transition: 0.3s;
}
.topbar .social-links a:hover{
  color: #fff;
}

/*Navbar Css*/
.navbar{
  padding: 20px 0;
  background-color: #111;
}
.navbar .navbar-brand{
  padding: 0;
}
.navbar .navbar-brand .logo{
  max-width: 250px;
}
.navbar .navbar-nav .nav-link{
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  text-transform: uppercase;
  line-height: 1;
  padding-right: 20px;
  padding-left: 20px;
}
.navbar .navbar-nav .nav-link.active{
  color: #cac42f;
}
.navbar .navbar-nav .nav-item .dropdown-menu{
  border: 0;
  border-radius: 0;
  background-color: #f5ee31;
  color: #0b9444;
  padding: 0;
}
@media screen and (min-width: 992px){
  .navbar .navbar-nav .dropdown:hover .dropdown-menu {
    display: block;
  }
}
.navbar .navbar-nav .nav-item .dropdown-menu .dropdown-item{
  color: #0b9444;
  padding: .5rem 1rem;
}
.navbar .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover,
.navbar .navbar-nav .nav-item .dropdown-menu .dropdown-item:active{
  color: #fff;
  background-color: #0b9444;
}
.navbar .navbar-nav .subcribe-now{
  font-size: 16px;
  font-weight: 900;
  color: #f5ee31;
  text-transform: uppercase;
  line-height: 1;
  white-space: nowrap;
  padding: 17px 30px;
  background-color: #0b9444;
  border-radius: 30px;
  box-shadow: 0px 0px 12.8px 3.2px rgba(0, 0, 0, 0.2);
  margin-left: 20px;
  transition: 0.3s;
}
.navbar .navbar-nav .subcribe-now:hover{
  color: #0b9444;
  background-color: #f5ee31;
}

/* General Banner Section for Every Page */
.general-banner{
  padding: 105px 0;
}
.general-banner .content{
  position: relative;
  padding: 60px 30px;
  min-width: 600px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.general-banner .content .title{
  font-size: 62px;
  font-weight: 900;
  color: #fff;
  line-height: 0.8;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 0;
  z-index: 1;
}
.general-banner .content .bg-blend-mode{
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #319d3f;
  mix-blend-mode: multiply;
}

/* Gallery Section */
#abc {
  column-width:calc(250px + 4vw);
  column-fill:balance;
  padding-left:8%;
  padding-right:5%;
  margin:0;
}
.imgg { 
  width:100%;
  margin:10px 0
}

/* Home Page Banner Section */
.home-banner{
  padding: 180px 0;
  background: url("../images/home-banner-bg.jpg") no-repeat;
  background-position: center;
  background-size: cover;
}
.home-banner .content{
  position: relative;
  padding: 55px 70px 65px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.home-banner .content .title{
  font-size: 62px;
  font-weight: 900;
  color: #fff;
  line-height: 1;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  z-index: 1;
}
.home-banner .content .highlighted{
  color: #f5ee31;
}
.home-banner .content .desc{
  font-size: 32px;
  font-weight: 400;
  color: #fff;
  line-height: 1;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin-bottom: 0;
  z-index: 1;
}
.home-banner .content .subcribe-btn{
  position: absolute;
  bottom: -27px;
  background-color: rgb(245, 238, 49);
  font-size: 18px;
  font-weight: 900;
  color: #0b9444;
  line-height: 1;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  padding: 18px 35px;
  border-radius: 30px;
  box-shadow: 0px 0px 12.8px 3.2px rgba(0, 0, 0, 0.2);
  z-index: 1;
  transition: 0.3s;
}
.home-banner .content .subcribe-btn:hover{
  background-color: #fff;
  color: #0b9444;
}
.home-banner .content .bg-blend-mode{
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #319d3f;
  mix-blend-mode: multiply;
}

/* Home Page Scorecard Section */
.home-scorecard{
  padding: 100px 0;
  background: black;
}
.home-scorecard .scorecard{
  background-color: #0b9444;
  overflow: hidden;
}
.home-scorecard .scorecard .left{
  padding: 15px;
  text-align: center;
}
.home-scorecard .scorecard .select{
  background: url("../images/icons/select-dd-arrow.png") no-repeat;
  background-position: center right 10px;
  background-color: #f5ee31;
  font-weight: 800;
  color: #0b9444;
  min-height: 40px;
  min-width: 165px;
  padding: 10px;
  margin-bottom: 10px;
  border-radius: 4px;
  border: 0;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
}

.home-scorecard .scorecard .select:last-child{
  margin-bottom: 0;
}
.home-scorecard .scorecard .right{
  padding: 0;
}
.home-scorecard .scorecard .right .scorecard-slider{
  margin: 0;
  overflow: hidden;
}
.home-scorecard .scorecard-slider .game-card{
  padding: 15px 20px;
  background-color: #0b9444;
  border-left: 1px solid #f5ee31;
  border-right: 1px solid #f5ee31;
}
.game-card .team-info{
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 12px;
}
.game-card .team-info .logo{
  height: 24px;
  width: 24px;
  margin-right: 12px;
}
.game-card .team-info .logo img{
  width: 100%;
}
.game-card .team-info .name{
  font-size: 12px;
  font-weight: 800;
  color: #fff;
  line-height: 1;
  text-transform: uppercase;
  margin: 0;
}
.game-card .team-info .range{
  font-size: 8px;
  font-weight: 400;
  color: #fff;
  line-height: 1;
  margin: 0 6px;
}
.game-card .value{
  min-width: 80px;
  height: 40px;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 800;
  background-color: #fff;
  color: #0b9444;
  line-height: 1;
  border-radius: 4px;
  box-shadow: rgb(164 164 170) 0px 2px 4px;
  cursor: pointer;
}
/* Home Page Daily Picks Section */
.home-picks{
  padding: 80px 0;
  background: #0b9444;
  background-image: url("../images/home-picks-bg.jpg");
  background-repeat: no-repeat;
  background-position: right;
  background-size: 66%;
  overflow: hidden;
}
.home-picks .left{
  position: relative;
  background: #0b9444;
  padding-right: 60px;
  z-index: 1;
}
.home-picks .left::before{
  content: "";
  height: calc(100% + 160px);
  width: 200%;
  position: absolute;
  right: 0;
  top: -80px;
  bottom: -80px;
  background: #0b9444;
  z-index: -1;
}
.home-picks .left .sub-title{
  font-size: 24px;
  font-weight: 700;
  color: #f5ee31;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.home-picks .left .title{
  font-size: 32px;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.home-picks .left .desc{
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  line-height: 1.5;
  margin-bottom: 0;
}
.home-picks .left .nav-pills{
  margin-top: 45px;
}
.home-picks .left .nav-pills .nav-link{
  display: inline-block;
  min-width: 320px;
  color: #fff !important;
  background-color: #126f39 !important;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
  padding: 25px 85px;
  border-radius: 50px;
  margin-bottom: 15px;
}
.home-picks .left .nav-pills .nav-link:last-child{
  margin-bottom: 0;
}
.home-picks .left .nav-pills .nav-link:hover{
  color: #fff !important;
}
.home-picks .left .nav-pills .nav-link.active, 
.home-picks .left .nav-pills .show>.nav-link {
  color: #0f6613 !important;
  background-color: #f5ee31 !important;
}
.home-picks .right{
  padding-left: 90px;
}
.home-picks .right .tab-content .tab-pane .lg-text{
  font-size: 62px;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 40px;
}
.home-picks .right .tab-content .tab-pane .lg-text span{
  color: #f5ee31;
  margin-left: 10px;
}
.home-picks .right .tab-content .tab-pane .md-text{
  font-size: 32px;
  font-weight: 400;
  color: #fff;
  line-height: 1;
  margin-bottom: 25px;
}
.home-picks .right .tab-content .tab-pane .md-text:nth-child(3){
  margin-bottom: 0;
}
.home-picks .right .tab-content .tab-pane .md-text span{
  color: #f5ee31;
}
.home-picks .right .learn-more{
  display: inline-block;
  background-color: rgb(245, 238, 49);
  font-size: 18px;
  font-weight: 900;
  color: #0b9444;
  line-height: 1;
  text-transform: uppercase;
  text-decoration: none;
  padding: 20px 35px;
  border-radius: 30px;
  margin-top: 50px;
  box-shadow: 0px 0px 12.8px 3.2px rgba(0, 0, 0, 0.2);
  transition: 0.3s;
}
.home-picks .right .learn-more:hover{
  background-color: #fff;
  color: #0b9444;
}

/* Home Page About Section */
.home-about{
  padding: 160px 0 100px;
  background: #000;
  background-image: url("../images/home-about-bg.png");
  background-repeat: no-repeat;
  background-position: right bottom 110px;
  background-size: 100%;
}
.home-about .border-line{
  position: relative;
  background: url("../images/home-about-border.png") no-repeat;
  background-size: 100% 100%;
  background-position: center;
  padding: 0 60px 15px;
  
}
.home-about .title{
  position: relative;
  top: -21px;
  left: 20px;
  font-size: 42px;
  font-weight: 900;
  color: #fff;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 40px;
}
.home-about .desc{
  width: 70%;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  line-height: 1.5;
  text-align: justify;
  margin-bottom: 30px;
}
.home-about .desc a{
  color: #f5ee31;
  text-decoration: underline;
  text-transform: capitalize;
}
.home-about .packages{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 40px;
}
.home-about .packages .item{
  position: relative;
  background: #0b9444;
  min-width: 180px;
  padding: 40px 0 55px;
  border-radius: 25px;
  margin-right: 55px;
  margin-bottom: 60px;
  text-align: center;
}
.home-about .packages .item .amount{
  font-size: 32px;
  font-weight: 900;
  color: #f5ee31;
  line-height: 1;
  margin-bottom: 8px;
}
.home-about .packages .item .duration{
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 0;
}
.home-about .packages .item .sub-btn{
  position: absolute;
  bottom: -30px;
  left: -18px;
  display: inline-block;
  background-color: rgb(245, 238, 49);
  font-size: 18px;
  font-weight: 900;
  color: #0b9444;
  line-height: 1;
  white-space: nowrap;
  text-transform: uppercase;
  text-decoration: none;
  padding: 18px 35px;
  border-radius: 30px;
  margin-top: 50px;
  box-shadow: 0px 0px 12.8px 3.2px rgba(0, 0, 0, 0.2);
  transition: 0.3s;
}
.home-about .packages .item .sub-btn:hover{
  background-color: #fff;
  color: #0b9444;
}

/* Home Page Sports History Section */
.home-sports-hitory{
  background: #000;
  background-image: url("../images/sports-history-bg.jpg");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 80% 100%;
}
.home-sports-hitory .p-y-85{
  padding-top: 85px;
  padding-bottom:85px;
}
.home-sports-hitory .title{
  font-size: 42px;
  font-weight: 900;
  color: #fff;
  line-height: 1.2;
  text-transform: uppercase;
  margin-bottom: 35px;
}
.home-sports-hitory .title span{
  color: #f5ee31;
}
.home-sports-hitory .desc{
  width: 95%;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  line-height: 1.5;
  text-align: justify;
  margin-bottom: 0;
}
.home-sports-hitory .read-more{
  display: inline-block;
  background-color: rgb(245, 238, 49);
  font-size: 18px;
  font-weight: 900;
  color: #0b9444;
  line-height: 1;
  text-transform: uppercase;
  text-decoration: none;
  padding: 20px 35px;
  margin-top: 40px;
  border-radius: 30px;
  box-shadow: 0px 0px 12.8px 3.2px rgba(0, 0, 0, 0.2);
  transition: 0.3s;
}
.home-sports-hitory .read-more:hover{
  background-color: #fff;
  color: #0b9444;
}

/* Home Page Gallery Section */
.home-gallery{
  padding: 90px 0 50px;
  background: #000;
}
.home-gallery .title{
  font-size: 42px;
  font-weight: 900;
  color: #f5ee31;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 80px;
}
.home-gallery .gallery-item{
  /*margin-bottom: 16px;*/
  overflow: hidden;
  position: relative;
}
.home-gallery .gallery-item img{
  width: 100%;
  transition: all ease-in-out 0.3s;
}

.home-gallery .view-all{
  display: inline-block;
  min-width: 180px;
  background-color: rgb(245, 238, 49);
  font-size: 18px;
  font-weight: 900;
  color: #0b9444;
  line-height: 1;
  text-transform: uppercase;
  text-decoration: none;
  padding: 20px 35px;
  border-radius: 30px;
  margin-top: 30px;
  box-shadow: 0px 0px 12.8px 3.2px rgba(0, 0, 0, 0.2);
  transition: 0.3s;
}
.home-gallery .view-all:hover{
  background-color: #fff;
  color: #0b9444;
}

/* Footer Section */
.footer{
  background: #0b9444;
}
.footer .hr{
  width: 100%;
  height: 1px;
  margin: 0;
  padding: 0;
  background-color: #555;
}
.footer .hr.first{
  height: 0.5px;
}
.footer .logo-container{
  padding: 70px 0 60px;
}
.footer .logo-container img{
  max-width: 100%;
}
.footer .footer-menu{
  padding: 45px 0 40px;
}
.footer .footer-menu ul{
  display: flex;
  align-items: center;
  justify-content: center;
  list-style-type: none;
  padding: 0;
  margin: 0;       
}
.footer .footer-menu ul li{
  margin-right: 40px;
  line-height: 1;
}
.footer .footer-menu ul li:last-child{
  margin-right: 0;
}
.footer .footer-menu ul li a{
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  line-height: 1;
  text-transform: uppercase;
  text-decoration: none;
}
.footer .copyright-container{
  padding: 45px 0 40px;
}
.footer .copyright-container p{
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  line-height: 1;
  margin-bottom: 0;
}
.footer .copyright-container p span{
  color: #f5ee31;
}

/*Contact Page Css*/
.contact-banner{
  background: url("../images/contact-banner-bg.jpg") no-repeat;
  background-position: center;
  background-size: cover;
}
.get-in-touch{
  padding-top: 75px;
  background-color: #000;
}
.get-in-touch .heading{
  font-size: 38px;
  font-weight: 900;
  color: #fff;
  line-height: 0.9;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 120px;
}
.get-in-touch .info-box{
  position: relative;
  min-width: 285px;
  min-height: 200px;
  border: 2px solid #837f1a;
  padding: 70px 20px 30px;
  margin: 0 24px;
  text-align: center;
  transition: 0.3s;
}
.get-in-touch .info-box:hover{
  border: 2px solid #0b9444;
  transition: 0.3s;
}
.get-in-touch .info-box .icon{
  position: absolute;
  top: -45px;
  left: 50%;
  transform: translateX(-50%);
  width: 90px;
  height: 90px;
  border: 2px solid #f5ee31;
  border-radius: 50%;
  background-color: #0b9444;
  display: flex;
  align-items: center;
  justify-content: center;
}
.get-in-touch .info-box:hover .icon{
  border: 3px solid #0b9444;
  background-color: #f5ee31;
  transition: 0.3s;
}
.get-in-touch .info-box .title{
  font-size: 24px;
  font-weight: 700;
  color: #f5ee31;
  line-height: 1;
  margin-bottom: 20px;
}
.get-in-touch .info-box .desc{
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  line-height: 1;
  margin-bottom: 0;
}
.form-section{
  padding: 80px 0 65px;
  background-color: #000;
}
.form-section .form-padd{
  padding: 25px 35px 55px 15px;
}
.form-section .heading{
  font-size: 42px;
  font-weight: 900;
  color: #fff;
  line-height: 0.9;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 40px;
}
.form-section form .custom-field{
  min-height: 55px;
  width: 100%;
  padding: 0 30px;
  font-size: 14px;
  font-weight: 400;
  background-color: #1a1a1a;
  border: 0;
  outline: 0;
  border-radius: 30px;
  color: #fff;
  line-height: 1;
  text-transform: capitalize;
  margin-bottom: 20px;
}
.form-section form .custom-field::placeholder,
.form-section form textarea::placeholder{
  color: #fff;
}
.form-section form textarea{
  min-height: 130px;
  width: 100%;
  padding: 15px 30px;
  font-size: 14px;
  font-weight: 400;
  background-color: #1a1a1a;
  border: 0;
  outline: 0;
  border-radius: 20px;
  color: #fff;
  margin-bottom: 20px;
}
.form-section form .submit-btn{
  display: inline-block;
  min-width: 180px;
  background-color: rgb(245, 238, 49);
  font-size: 18px;
  font-weight: 900;
  color: #0b9444;
  line-height: 1;
  text-transform: uppercase;
  text-decoration: none;
  padding: 20px 35px;
  border-radius: 30px;
  box-shadow: 0px 0px 12.8px 3.2px rgb(0 0 0 / 20%);
  transition: 0.3s;
}
.form-section form .submit-btn:hover{
  background-color: #fff;
  color: #0b9444;
}
.form-section .map-box{
  display: inline-block;
  border: 8px solid #0b9444;
  height: 100%;
}
.form-section .map-box img{
  height: 100%;
}

/*About Us Page Css*/
.about-banner{
  background: url("../images/about-banner-bg.jpg") no-repeat;
  background-position: center;
  background-size: cover;
}
.why-choose-section{
  padding: 65px 0;
  background-color: #000;
}
.why-choose-section .title{
  font-size: 42px;
  font-weight: 900;
  color: #f5ee31;
  line-height: 1.2;
  text-transform: uppercase;
  margin-bottom: 35px;
}
.why-choose-section .desc{
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  line-height: 1.5;
  text-align: justify;
  margin-bottom: 30px;
}
.why-choose-section .desc:last-child{
  margin-bottom: 0;
}

/*Daily Picks Page Css*/
.dp-banner{
  background: url("../images/daily-picks-banner-bg.jpeg") no-repeat;
  background-position: center;
  background-size: cover;
}
.dp-tabs-section{
  padding: 50px 0 85px;
  background-color: #000;
}
.dp-tabs-section .dp-tabs{
  justify-content: center;
  margin-bottom: 55px;
}
.dp-tabs-section .dp-tabs .nav-link{
  min-width: 180px;
  color: #f5ee31;
  background-color: #000;
  font-size: 18px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
  text-align: center;
  padding: 20px 15px;
  border-radius: 30px;
  border: 1px solid #f5ee31;
  margin: 0 20px;
  transition: 0.3s;
}
.dp-tabs-section .dp-tabs .nav-link.active{
  color: #0b9444 !important;
  background-color: #f5ee31 !important;
  transition: 0.3s;
}
.dp-tabs-section .dp-tab-content .items .single-item{
  padding: 40px 30px 45px;
  border: 1px solid #0b9444;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: url("../images/dp-tab-item-bg.jpg") no-repeat;
  background-size: cover;
  background-position: right;
  margin-bottom: 40px;
}
.dp-tabs-section .dp-tab-content .items .single-item:last-child{
  margin-bottom: 0;
}
.dp-tab-content .single-item .content .item-title{
  font-size: 24px;
  font-weight: 900;
  color: #f5ee31;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 40px;
}
.dp-tab-content .single-item .content .list{
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.dp-tab-content .single-item .content .list li{
  font-size: 16px;
  font-weight: 900;
  color: #fff;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 24px;
}
.dp-tab-content .single-item .content .list li:last-child{
  margin-bottom: 0;
}
.dp-tab-content .single-item .content .list li span{
  color: #f5ee31;
}

.dp-tab-content .single-item .actions{
  display: flex;
  flex-direction: column;
}
.dp-tab-content .single-item .actions a{
  display: inline-block;
  min-width: 180px;
  font-size: 18px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  padding: 20px 15px;
  border-radius: 30px;
  box-shadow: 0px 0px 12.8px 3.2px rgb(0 0 0 / 20%);
  transition: 0.3s;
}
.dp-tab-content .single-item .actions a:hover{
  background-color: #fff !important;
  color: #0b9444 !important;
  transition: 0.3s;
}
.dp-tab-content .single-item .actions .subcribe-btn{
  background-color: #f5ee31;
  color: #0b9444;
  margin-bottom: 18px;
}
.dp-tab-content .single-item .actions .read-btn{
  background-color: #0b9444;
  color: #fff;
}
.dp-tab-content .load-btn{
  display: inline-block;
  min-width: 180px;
  background-color: #f5ee31;
  color: #0b9444;
  font-size: 18px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  padding: 20px 15px;
  border-radius: 30px;
  box-shadow: 0px 0px 12.8px 3.2px rgb(0 0 0 / 20%);
  margin-top: 50px;
  transition: 0.3s;
}
.dp-tab-content .load-btn:hover{
  background-color: #fff;
  color: #0b9444;
  transition: 0.3s;
}

/*DP Detail Page Css*/
.dp-detail-banner{
  background: url("../images/dp-detail-banner-bg.jpg") no-repeat;
  background-position: center;
  background-size: cover;
}
.dp-detail{
  padding: 60px 0 80px;
  background-color: #000;
}
.dp-detail .details-main{
  border: 1px solid #0b9444;
}
.details-main .header{
  padding: 40px 25px 35px 30px;
  align-items: center;
  background: url("../images/dp-tab-item-bg.jpg") no-repeat;
  background-size: cover;
  background-position: right;
  border-bottom: 1px solid #0b9444;
  margin: 0;
}
.details-main .header .heading{
  font-size: 32px;
  font-weight: 900;
  color: #f5ee31;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 0;
}
.details-main .header .list{
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.details-main .header .list li{
  font-size: 16px;
  font-weight: 900;
  color: #fff;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 24px;
}
.details-main .header .list li:last-child{
  margin-bottom: 0;
}
.details-main .header .list li span{
  color: #f5ee31;
}
.details-main .body{
  padding: 65px 30px 55px;
}
.details-main .body .item{
  margin-bottom: 60px;
}
.details-main .body .item:last-child{
  margin-bottom: 0;
}
.details-main .body .item .title{
  font-size: 24px;
  font-weight: 900;
  color: #fff;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 35px;
}
.details-main .body .item .title span,
.details-main .body .item .desc span{
  color: #f5ee31;
}
.details-main .body .item .desc{
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  line-height: 1.8;
  margin-bottom: 0;
}

/*Gallery Page Css*/
.gallery-banne{
  background: url("../images/gallery-banner-bg.jpg") no-repeat;
  background-position: center;
  background-size: cover;
}
.gallery-page-padd{
  padding: 70px 0 60px !important;
}

@media screen and (max-width: 767px) {

  /*Topbar Css*/
  .topbar {
    background-position: right;
  }

  /*Navbar Section*/
  .navbar {
    padding: 15px 0;
  }
  .navbar .navbar-brand .logo {
    max-width: 180px;
  }
  .navbar .navbar-toggler{
    display: flex;
    align-items: center;
    justify-content: center;
    background: #0b9444;
    padding: 0.5rem 0.75rem;
  }
  .navbar .navbar-toggler .navbar-toggler-icon{
    width: auto;
    height: auto;
    color: #fff;
    font-size: 20px;
  }
  .navbar .navbar-nav {
    padding-top: 10px;
  }
  .navbar .navbar-nav .nav-link {
    padding-right: 0px;
    padding-left: 0px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .dropdown-toggle::after {
    border-top: 0.4em solid;
    border-right: 0.4em solid transparent;
    border-bottom: 0;
    border-left: 0.4em solid transparent;
    position: absolute;
    right: 5px;
  }
  .navbar .navbar-nav .subcribe-now {
    font-weight: 700;
    padding: 15px;
    border-radius: 5px;
    margin-left: 0;
    margin-top: 10px;
  }

  /* General Banner Section for Every Page */
  .general-banner{
    padding: 50px 0;
  }
  .general-banner .content{
    position: relative;
    padding: 40px 20px;
    min-width: 100%;
  }
  .general-banner .content .title{
    font-size: 35px;
    line-height: 1.1;
  }

  /*Home Banner Section*/
  .home-banner {
    padding: 50px 0;
  }
  .home-banner .content {
    padding: 40px 20px;
  }
  .home-banner .content .title {
    font-size: 42px;
    line-height: 1.1;
    margin-bottom: 15px;
    text-align: center;
  }
  .home-banner .content .desc {
    font-size: 22px;
    line-height: 1.3;
    text-align: center;
  }
  .home-banner .content .subcribe-btn {
    position: relative;
    bottom: inherit;
    margin-top: 30px;
  }

  /*Home Daily Picks Section*/
  .home-picks {
    padding: 0 0 50px 0;
    background-position: center;
    background-size: cover;
  }
  .home-picks .left {
    padding: 50px 15px;
  }
  .home-picks .left .sub-title {
    font-size: 22px;
  }
  .home-picks .left .title {
    margin-bottom: 25px;
  }
  .home-picks .left .nav-pills {
    margin-top: 30px;
  }
  .home-picks .left .nav-pills .nav-link {
    display: inline-block;
    min-width: auto;
    font-size: 16px;
    padding: 20px 25px;
    border-radius: 30px;
    margin-bottom: 15px;
  }
  .home-picks .left::before{
    display: none;
  }
  .home-picks .right {
    padding-left: 15px;
    padding-top: 50px;
  }
  .home-picks .right .tab-content .tab-pane .lg-text {
    font-size: 35px;
    margin-bottom: 30px;
  }
  .home-picks .right .tab-content .tab-pane .md-text {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    font-size: 22px;
    line-height: 1.3;
    margin-bottom: 20px;
  }
  .home-picks .right .learn-more {
    width: 100%;
    font-size: 15px;
    padding: 20px 15px;
    margin-top: 30px;
  }

  /*Home About Section*/
  .home-about {
    padding: 50px 0 30px;
    background-image: none;
  }
  .home-about .border-line {
    background: none;
    padding: 0px 15px;
  }
  .home-about .title {
    top: auto;
    left: auto;
    font-size: 35px;
    margin-bottom: 30px;
  }
  .home-about .desc {
    width: 100%;
  }
  .home-about .packages {
    flex-direction: column;
    flex-wrap: inherit;
    justify-content: center;
  }
  .home-about .packages .item {
    margin-right: 0px;
  }

  /*Home Sports History Section*/
  .home-sports-hitory {
    background-size: cover;
  }
  .home-sports-hitory .p-y-85 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .home-sports-hitory .title {
    font-size: 35px;
    margin-bottom: 30px;
  }
  .home-sports-hitory .desc {
    width: 100%;
  }

  /*Home Gallery Section*/
  .home-gallery {
    padding: 50px 0;
  }
  .home-gallery .title {
    font-size: 35px;
    margin-bottom: 40px;
  }

  /*Daily Picks Page Css*/
  .dp-tabs-section{
    padding: 50px 0;
  }
  .dp-tabs-section .dp-tabs{
    display: block;
    justify-content: center;
    margin-bottom: 55px;
  }
  .dp-tabs-section .dp-tabs .nav-link{
    min-width: 100%;
    font-size: 16px;
    padding: 17px 15px;
    margin: 0 0 15px 0;
    transition: 0.3s;
  }
  .dp-tabs-section .dp-tabs .nav-item:last-child .nav-link{
    margin: 0;
  }
  .dp-tabs-section .dp-tab-content .items .single-item{
    padding: 25px 15px;
    display: block;
    margin-bottom: 20px;
  }
  .dp-tab-content .single-item .content .item-title{
    font-size: 21px;
    margin-bottom: 30px;
  }
  .dp-tab-content .single-item .content .list li{
    font-size: 15px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 20px;
  }
  .dp-tab-content .single-item .actions{
    flex-direction: row;
    align-items: center;
    margin-top: 30px;
  }
  .dp-tab-content .single-item .actions a{
    min-width: auto;
    width: 100%;
    font-size: 15px;
    font-weight: 700;
    white-space: nowrap;
    padding: 15px 10px;
  }
  .dp-tab-content .single-item .actions .subcribe-btn{
    margin-bottom: 0;
    margin-right: 10px;
  }
  .dp-tab-content .load-btn{
    min-width: 160px;
    font-size: 16px;
    padding: 17px 15px;
    margin-top: 40px;
  }

  /*DP Detail Page Css*/
  .dp-detail{
    padding: 50px 0;
  }
  .details-main .header{
    padding: 35px 0 40px;
  }
  .details-main .header .heading{
    font-size: 25px;
    margin-bottom: 25px;
  }
  .details-main .header .list li{
    font-size: 15px;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 15px;
  }
  .details-main .body{
    padding: 40px 15px;
  }
  .details-main .body .item{
    margin-bottom: 40px;
  }
  .details-main .body .item .title{
    font-size: 21px;
    line-height: 1.3;
    margin-bottom: 25px;
  }
  .details-main .body .item .desc{
    font-size: 15px;
    line-height: 1.5;
  }

  /*Contact Page Css*/
  .get-in-touch{
    padding-top: 50px;
  }
  .get-in-touch .heading{
    font-size: 32px;
    line-height: 1.1;
    margin-bottom: 80px;
  }
  .get-in-touch .info-box{
    min-width: 100%;
    min-height: 160px;
    padding: 60px 10px 30px;
    margin: 0 0 60px;
  }
  .get-in-touch .info-box:last-child{
    margin: 0;
  }
  .get-in-touch .info-box .icon{
    position: absolute;
    top: -35px;
    width: 70px;
    height: 70px;
  }
  .get-in-touch .info-box .icon img{
    width: 40%;
  }

  .form-section{
    padding: 50px 0;
  }
  .form-section .form-padd{
    padding: 0 0 50px 0;
  }
  .form-section .heading{
    font-size: 32px;
    line-height: 1.1;
    margin-bottom: 35px;
  }

  .form-section .map-box{
    border: 5px solid #0b9444;
  }
  .form-section .map-box img{
    height: auto;
    width: 100%;
  }

  /*About Us Page Css*/
  .why-choose-section{
    padding: 50px 0;
  }
  .why-choose-section .title{
    font-size: 35px;
    line-height: 1;
  }
  .why-choose-section .desc {
    margin-bottom: 25px;
}

  /*Footer Section*/
  .footer .logo-container {
    padding: 50px 0 30px;
  }
  .footer .logo-container img {
    max-width: 80%;
  }
  .footer .footer-menu {
    padding: 30px 0;
  }
  .footer .footer-menu ul {
    display: block;
  }
  .footer .footer-menu ul li {
    margin-right: 0;
    margin-bottom: 18px;
  }
  .footer .footer-menu ul li:last-child {
    margin-bottom: 0;
  }
  .footer .footer-menu ul li a {
    font-size: 18px;
    text-transform: capitalize;
  }
  .footer .copyright-container {
    padding: 30px 0;
  }
  .footer .copyright-container p {
    line-height: 1.4;
  }
}
@media only screen and (max-width: 991px) and (min-width: 768px) {

  /*Topbar Css*/
  .topbar {
    background-position: right;
    background-size: 200% 100%;
  }

  /*Navbar Section*/
  .navbar {
    padding: 15px 0;
  }
  .navbar .navbar-brand .logo {
    max-width: 180px;
  }
  .navbar .navbar-toggler{
    display: flex;
    align-items: center;
    justify-content: center;
    background: #0b9444;
    padding: 0.5rem 0.75rem;
  }
  .navbar .navbar-toggler .navbar-toggler-icon{
    width: auto;
    height: auto;
    color: #fff;
    font-size: 20px;
  }
  .navbar .navbar-nav {
    padding-top: 10px;
  }
  .navbar .navbar-nav .nav-link {
    padding-right: 0px;
    padding-left: 0px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .dropdown-toggle::after {
    border-top: 0.4em solid;
    border-right: 0.4em solid transparent;
    border-bottom: 0;
    border-left: 0.4em solid transparent;
    position: absolute;
    right: 5px;
  }
  .navbar .navbar-nav .subcribe-now {
    font-weight: 700;
    padding: 15px;
    border-radius: 5px;
    margin-left: 0;
    margin-top: 10px;
  }

  /*Sports History Section Css*/
  .home-sports-hitory {
    background-size: cover;
  }

  /*Daily Picks Page Css*/
  .dp-tabs-section .dp-tabs{
    margin-bottom: 40px;
  }
  .dp-tabs-section .dp-tabs .nav-link{
    min-width: 150px;
    font-size: 16px;
    padding: 15px;
    margin: 0 10px;
  }
  .dp-tabs-section .dp-tab-content .items .single-item{
    display: block;
  }

  .dp-tab-content .single-item .actions{
    flex-direction: row;
    margin-top: 40px;
  }
  .dp-tab-content .single-item .actions a{
    min-width: 150px;
    font-size: 16px;
    padding: 16px 30px;
  }
  .dp-tab-content .single-item .actions .subcribe-btn{
    margin-bottom: 0;
    margin-right: 20px;
  }

  /*DP Detail Page Css*/
  .dp-detail{
    padding: 60px 0;
  }
  .details-main .header{
    padding: 35px 20px;
  }
  .details-main .header .heading{
    font-size: 30px;
    margin-bottom: 35px;
  }
  .details-main .body{
    padding: 40px 30px;
  }
  .details-main .body .item{
    margin-bottom: 50px;
  }
  .details-main .body .item .title{
    font-size: 22px;
    line-height: 1.2;
    margin-bottom: 30px;
  }
  .details-main .body .item .desc{
    line-height: 1.5;
  }

  /*Contact Page Css*/
  .get-in-touch .heading{
    margin-bottom: 110px;
  }
  .get-in-touch .info-box{
    min-width: auto;
    width: 50%;
    min-height: 180px;
    padding: 60px 10px 20px;
    margin: 0 10px;
  }
  .get-in-touch .info-box .icon{
    top: -40px;
    width: 80px;
    height: 80px;
  }
  .get-in-touch .info-box .icon img{
    width: 40%;
  }

  .form-section .form-padd{
    padding: 0 0 60px 0;
  }
  .form-section .map-box{
    display: block;
  }
  .form-section .map-box img{
    width: 100%;
  }

} 
@media only screen and (max-width: 1199px) and (min-width: 992px) {
  /*Topbar Css*/
  .topbar {
    background-position: right;
    background-size: 200% 100%;
  }

  /*Navbar Css*/
  .navbar .navbar-brand .logo {
    max-width: 220px;
  }
  .navbar .navbar-nav .nav-link {
    padding-right: 12px;
    padding-left: 12px;
  }
  .navbar .navbar-nav .subcribe-now {
    padding: 15px 25px;
    margin-left: 15px;
  }

  .home-sports-hitory .p-y-85{
    padding-top: 40px;
    padding-bottom: 40px;
  }
} 
@media only screen and (max-width: 1399px) and (min-width: 1200px) {
  .home-sports-hitory .p-y-85 {
    padding-top: 65px;
    padding-bottom: 65px;
  }
} 
@media screen and (min-width: 1400px) {
  .navbar .navbar-brand .logo {
    max-width: 180px;
  }
  .home-about{
      background-position: right 100px bottom 110px;
      background-size: 90%;
  }
}
@media (min-width: 992px){
  .container, 
  .container-lg, 
  .container-md, 
  .container-sm {
    max-width: 980px;
  }
}
@media (min-width: 1200px){
  .container, 
  .container-lg, 
  .container-md, 
  .container-sm, 
  .container-xl {
    max-width: 1170px;
  }
}
@media (min-width: 1400px){
  .container, 
  .container-lg, 
  .container-md, 
  .container-sm, 
  .container-xl {
    max-width: 1320px;
  }
}
.hidden{
  display: none;
}

/* SignIn, Forgot Password and Subscription Card */
.py-30{
  padding: 30px 15px;
}
.signin-card,
.signup-card,
.forgot-pass-card{
  position: relative;
  width: 380px;
  background: #0b9444;
  border-radius: 5px;
  padding: 25px;
}
.signin-card .heading,
.signup-card .heading,
.forgot-pass-card .heading{
  width: 100%;
  display: block;
  font-size: 28px;
  font-weight: 900;
  color: #ffffff;
  line-height: 1;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 0;
}
.forgot-pass-card .heading{
  font-size: 25px !important;
}
.signin-card .social-container,
.signup-card .social-container {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px 0;
}
.signin-card .social-container a,
.signup-card .social-container a {
  height: 40px;
  width: 40px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #126f39;
  font-size: 14px;
  background-color: #f5ee31;
  border-radius: 50%;
  text-decoration: none;
}
.signin-card .social-container a i,
.signup-card .social-container a i{
  font-size: 16px;
}
.signin-card .use-email,
.signup-card .use-details{
  font-size: 16px;
  color: #fff;
  line-height: 1;
  margin-bottom: 15px;
  text-align: center;
}
.forgot-pass-card .desc{
  font-size: 16px;
  color: #fff;
  line-height: 1;
  margin: 15px 0 20px;
  text-align: center;
}
.signin-card .form-group .field,
.signup-card .form-group .field,
.forgot-pass-card .form-group .field{
  display: block;
  width: 100%;
  height: 60px;
  color: #ffffff;
  line-height: 1;
  font-size: 16px;
  background: #126f39;
  padding: 0 15px;
  margin-bottom: 20px;
  outline: 0;
  border: 0;
  box-shadow: none;
}
.signin-card .form-group .field:-webkit-autofill,
.signin-card .form-group .field:-webkit-autofill:hover, 
.signin-card .form-group .field:-webkit-autofill:focus, 
.signin-card .form-group .field:-webkit-autofill:active,
.signup-card .form-group .field:-webkit-autofill,
.signup-card .form-group .field:-webkit-autofill:hover, 
.signup-card .form-group .field:-webkit-autofill:focus, 
.signup-card .form-group .field:-webkit-autofill:active,
.forgot-pass-card .form-group .field:-webkit-autofill,
.forgot-pass-card .form-group .field:-webkit-autofill:hover, 
.forgot-pass-card .form-group .field:-webkit-autofill:focus, 
.forgot-pass-card .form-group .field:-webkit-autofill:active{
    -webkit-box-shadow: 0 0 0 30px #126f39 inset !important;
    -webkit-text-fill-color: #fff !important;
}
.signin-card .mb-15{
  margin-bottom: 15px !important;
}
.signin-card .form-group .field::placeholder,
.signup-card .form-group .field::placeholder,
.forgot-pass-card .form-group .field::placeholder{
  color: #ffffffcf;
}
.signin-card .form-group .signin-btn,
.signup-card .form-group .register-btn,
.forgot-pass-card .form-group .submit-btn{
  width: 100%;
  height: 60px;
  font-size: 16px;
  font-weight: 900;
  color: #0f6613;
  background-color: #f5ee31;
  line-height: 60px;
  text-transform: uppercase;
  border-radius: 3px;
  padding: 0 20px;
  outline: 0;
  border: 0;
  transition: all 0.3s;
}
.signin-card .form-group .signin-btn:hover,
.signup-card .form-group .register-btn:hover,
.forgot-pass-card .form-group .submit-btn:hover{
  background-color: #fff;
  transition: all 0.3s;
}
.signin-card .remember-me label{
  display: flex;
  align-items: center;
  line-height: 1;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
}
.signin-card .remember-me input{
  width: 15px;
  height: 15px;
  margin-right: 8px;
}
.signin-card .forgot-pass{
  color: #fff;
  font-size: 16px;
  text-decoration: none;
}
