table td{border:1px solid #ddd;}

.activity-sport ul li{list-style: none;font-size: 20px;line-height: 36px;}
.featured {
    background-color: #f3f8ff;padding-top: 90px;padding-bottom: 90px;
	border-bottom: 1px solid #ddd;
  }
  .featured h1 {
	font-family: "New York", Iowan Old Style, Apple Garamond, Baskerville, Times New Roman, Droid Serif, Times, Source Serif Pro, serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
	font-size: 42px;
}
  .featured .item {
    background-image: url(../img/service-item-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    border-radius: 20px;
    text-align: center;
    color: #fff;
    padding: 40px;
  }
  
  .featured .item .icon {
    max-width: 60px;
    margin: 0 auto;
  }
  
  .featured .item h4 {
    margin-top: 25px;
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 600;
  }
  
  .featured .item p {
    color: #fff;
    font-size: 13px;
  }
  
  .featured .owl-nav {
    display: inline-block !important;
    text-align: center;
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-25px);
  }
      
  .featured .owl-nav .owl-prev{
    margin-right: 10px;
    outline: none;
    position: absolute;
    left: -80px;
  }
  
  .featured .owl-nav .owl-prev span,
  .featured .owl-nav .owl-next span {
    opacity: 0;
  }
  
  .featured .owl-nav .owl-prev:before {
    display: inline-block;
    font-family: 'FontAwesome';
    color: #1e1e1e;
    font-size: 25px;
    font-weight: 700;
    content: '\f104';
    background-color: #fff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    line-height: 50px;
  }
  
  .featured .owl-nav .owl-prev {
    opacity: 1;
    transition: all .5s;
  }
  
  .featured .owl-nav .owl-prev:hover {
    opacity: 0.9;
  }
  
  .featured .owl-nav .owl-next {
    opacity: 1;
    transition: all .5s;
  }
  
  .featured .owl-nav .owl-next:hover {
    opacity: 0.9;
  }
  
  .featured .owl-nav .owl-next{
    margin-left: 10px;
    outline: none;
    position: absolute;
    right: -85px;
  }
  
  .featured .owl-nav .owl-next:before {
    display: inline-block;
    font-family: 'FontAwesome';
    color: #1e1e1e;
    font-size: 25px;
    font-weight: 700;
    content: '\f105';
    background-color: #fff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    line-height: 50px;
  }
  
/*martetplace css*/
.marketplace {
	background-color: #000;
	padding: 200px 0px 100px 0px;
	background-image: url(../img/detail-image.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.marketplace .overlay{
	background-color: #000;
	opacity: 0.8;
	transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
	min-height: 340px;
	width: 100%;
	top: 0;
	left: 0;
	position: absolute;
}
.marketplace .head{
	z-index: 22;
}
.marketplace h1 {
	color: #fff;
	 font-family: "New York", Iowan Old Style, Apple Garamond, Baskerville, Times New Roman, Droid Serif, Times, Source Serif Pro, serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
}
.marketplace .btn{
	border-color: #C30000;
    background-color: #C30000;
    border-radius: 5px;
}
.marketplace .btn:hover{
  transform: scale(1.1);
  border-color: #E3EBF4;
  background-color: #FFFFFF;
  transition: 0.3s ;
  color: #000;
  font-family: "New York", Iowan Old Style, Apple Garamond, Baskerville, Times New Roman, Droid Serif, Times, Source Serif Pro, serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
}
.buy{
	padding: 90px 0 0;
}
 .asked{
	padding: 90px 0 90px;
}
.market {
	background-image: url(../img/17_static.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 550px;
	border-radius: 10px;
}
.market1 {
	background-image: url(../img/62_static-1.webp);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 550px;
	border-radius: 10px;
}
.market2 {
	background-image: url(../img/45_static.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 550px;
	border-radius: 10px;
}
.market3 {
	background-image: url(../img/167_static_common-red-scaled.webp);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 550px;
	border-radius: 10px;
}

/*css issue*/
.back-blur {
	background-color: #20272B78;
	backdrop-filter: blur(7.1px);
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	padding: 10px;
	margin: -140px 0;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	margin-bottom: 20px;
}
/*end issue*/
.back-blur h2{
	font-size: 16px;
	color: #fff;
}
.back-blur .btn{
	border-color: #C30000;
	background-color: #C30000;
	border-radius: 2px;
	text-align: center;
	margin: 14px 0;
	padding: 10px 50px;
}
.back-blur .btn:hover{
  transform: scale(1.1);
  border-color: #E3EBF4;
  background-color: #FFFFFF;
  transition: 0.3s ;
  color: #C30000;
  font-family: "New York", Iowan Old Style, Apple Garamond, Baskerville, Times New Roman, Droid Serif, Times, Source Serif Pro, serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
}

.asked {background-color: #f3f8ff;margin-top: 90px;}
.asked h1{font-family: "New York", Iowan Old Style, Apple Garamond, Baskerville, Times New Roman, Droid Serif, Times, Source Serif Pro, serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;}
.asked .accordion-button:not(.collapsed) {
    color: #000;
    background-color: transparent;
    box-shadow:none;
    font-family: "New York", Iowan Old Style, Apple Garamond, Baskerville, Times New Roman, Droid Serif, Times, Source Serif Pro, serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;

}
.asked .accordion-button{
	 background-color: transparent;
	 outline: none;
	 font-family: "New York", Iowan Old Style, Apple Garamond, Baskerville, Times New Roman, Droid Serif, Times, Source Serif Pro, serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
	 font-size: 19px;
}
.asked .accordion-item{
	background-color: transparent;
    border: 0;
    border-bottom: 1px solid #ddd;
}
.asked .accordion-body {
	color: #4d4d4d;
	text-align: justify;
	padding-top: 0;
}
/*end*/

/*login css start*/
.login {
	background-color: #000;
	padding: 150px 0px 100px 0px;
	background-image: url(../img/home3_image-1.png);
	background-position: fixed;
	background-repeat: no-repeat;
	background-size: cover;
}

.login .login-form{
	background-color: #0000003B;
	padding: 40px;
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	z-index: 2;
}
.login .login-form h1{
	color: #fff;
	font-family: "New York", Iowan Old Style, Apple Garamond, Baskerville, Times New Roman, Droid Serif, Times, Source Serif Pro, serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
}
.login .login-form p, .login .login-form label{
	color: #fff;
}
.login .login-form input.form-control{
	 min-height: 60px;
	 background-color: #fff;
	 color: #1f2124;
}
.login .login-form label{
display: inline;
}
.login .login-form .btn{
	 min-height: 60px;
	border-color: #C30000;
	background-color: #C30000;
	border-radius: 3px;
	text-align: center;
	margin: 14px 0;
	padding: 10px 50px;
}
.login .login-form .btn:hover{
  
  border-color: #E3EBF4;
  background-color: #FFFFFF;
  transition: 0.3s ;
  color: #C30000;
  font-family: "New York", Iowan Old Style, Apple Garamond, Baskerville, Times New Roman, Droid Serif, Times, Source Serif Pro, serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
}
.login .login-form a {
	    color: #ff0000;
	    text-decoration: none;
	     font-family: 'SpaceGrotesk-Light';
}

/*end*/
/*packs css start*/

.packs {
	background-color: #000;
	padding: 150px 0px 100px 0px;
	background-image: url(../img/detail-image.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.packs .overlay{
	background-color: #000;
	opacity: 0.8;
	transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
	min-height: 340px;
	width: 100%;
	top: 0;
	left: 0;
	position: absolute;
}
.packs .head{
	z-index: 22;
}
.packs h1 {
	color: #fff;
	 font-family: "New York", Iowan Old Style, Apple Garamond, Baskerville, Times New Roman, Droid Serif, Times, Source Serif Pro, serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
}
.packs p{
	color: #fff;
	max-width: 600px;
    margin: 0 auto;
}

/*banner css starts*/
.banner{
  background-color: #04011c;
  padding: 200px 0 0;

}
.banner p{
	font-size: 20px;
	color: #fff;
}
.banner h1{
	font-size: 90px;
	color: #fff;
	line-height: 84px;
	font-family: "New York", Iowan Old Style, Apple Garamond, Baskerville, Times New Roman, Droid Serif, Times, Source Serif Pro, serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
}

.banner .move1{
	position: absolute;
	top: 33%;
	left: 37%;
	transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,transform var(--e-transform-transition-duration,.4s);

}
.banner .move2{
	position: absolute;
	left: 43%;
	top: 29%;
}

img.move1 {
    -webkit-animation: mover 1s infinite  alternate;
    animation: mover 1s infinite  alternate;
}
img.move2 {
    -webkit-animation: mover 1s infinite  alternate;
    animation: mover 1s infinite  alternate;
}
@-webkit-keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}
@keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}

.banner .btn{
      color: #fff;
    background: #C30000;
    border: none;
    padding: 0 25px;
    min-height: 60px;
    font-family: "New York", Iowan Old Style, Apple Garamond, Baskerville, Times New Roman, Droid Serif, Times, Source Serif Pro, serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
     max-width: 230px;
    width: 100%;
}
.banner .btn:hover {
  border-color: #E3EBF4;
  background-color: #fff;
  transition: 0.3s ;
  color: #C30000;
  font-family: "New York", Iowan Old Style, Apple Garamond, Baskerville, Times New Roman, Droid Serif, Times, Source Serif Pro, serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
}
.banner img.football{
width: 460px;
}

/*end*/

/*renato css starts*/
.renato{background-color: #fff;}
.renato h3{font-size: 20px;color: #000;font-family: "New York", Iowan Old Style, Apple Garamond, Baskerville, Times New Roman, Droid Serif, Times, Source Serif Pro, serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;}
.renato h1{font-size: 42px;color: #000;font-family: "New York", Iowan Old Style, Apple Garamond, Baskerville, Times New Roman, Droid Serif, Times, Source Serif Pro, serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;}
.renato p{ font-family: "New York", Iowan Old Style, Apple Garamond, Baskerville, Times New Roman, Droid Serif, Times, Source Serif Pro, serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;}
.renato .btn{
		border-color: #C30000;
		background-color: #C30000;
		border-radius: 2px;
		text-align: center;
		margin: 14px 0;
		padding: 17px 50px;
		min-height: 60px;
}
.renato .btn:hover{
 
  border-color: #000;
  background-color: #000;
  transition: 0.3s ;
  color: #fff;
  
}
.renato .r-content{margin-top: 100px;}

/*end*/

/*blog css start*/
.blog {
	background-color: #fff;padding-top: 90px;padding-bottom: 90px;
	border-bottom: 1px solid #ddd;
}
.blog h1 {
	font-family: "New York", Iowan Old Style, Apple Garamond, Baskerville, Times New Roman, Droid Serif, Times, Source Serif Pro, serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
	font-size: 44px;
}

/*end*/

/*blog css starts*/
.blog a{text-decoration: none;}
.blog .blog-item{
   
background-image: url(../img/physics.jpeg);
   
background-size: cover;
   
background-position: center center;
   
transform: scale(1);
   
will-change: transform;
   
transition: all 0.45s ease;
   
min-height: 370px;
   
overflow: hidden;
   }
   .blog .blog-item1{
   
background-image: url(../img/chemistry.jpeg);
   
background-size: cover;
   
background-position: center center;
   
transform: scale(1);
   
will-change: transform;
   
transition: all 0.45s ease;
   
min-height: 370px;
   
overflow: hidden;
   }
    .blog .blog-item2{
   
background-image: url(../img/biology.jpeg);
   
background-size: cover;
   
background-position: center center;
   
transform: scale(1);
   
will-change: transform;
   
transition: all 0.45s ease;
   
min-height: 370px;
   
overflow: hidden;
   }
   .blog .blog-item:hover, .blog .blog-item1:hover, .blog .blog-item2:hover{background-color: #f3f8ff;background-image: none;transition: all 0.45s ease;}
   .blog .blog-item:hover .blog-content h1,  .blog .blog-item1:hover .blog-content h1, .blog .blog-item2:hover .blog-content h1{color: #c30000;font-family: "New York", Iowan Old Style, Apple Garamond, Baskerville, Times New Roman, Droid Serif, Times, Source Serif Pro, serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;transition: all 0.45s ease;}
   .blog .blog-item:hover .blog-content h5, .blog .blog-item1:hover .blog-content h5, .blog .blog-item2:hover .blog-content h5{color: #7B92AD;font-family: "New York", Iowan Old Style, Apple Garamond, Baskerville, Times New Roman, Droid Serif, Times, Source Serif Pro, serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;transition: all 0.45s ease;}
    .blog .blog-item, .blog .blog-item1 , .blog .blog-item2 {padding: 20px;}
    .blog .blog-item .btn-danger, .blog .blog-item1 .btn-danger, .blog .blog-item2 .btn-danger{padding: 0 10px; border: 1px solid #E3EBF4;border-radius: 6px;
    background: #fff;color: #c30000; font-family: "New York", Iowan Old Style, Apple Garamond, Baskerville, Times New Roman, Droid Serif, Times, Source Serif Pro, serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;letter-spacing: 1px;}
    .blog .blog-item .btn-danger:hover, .blog .blog-item1 .btn-danger:hover, .blog .blog-item2 .btn-danger:hover{padding: 0 10px;
    border: 1px solid #c30000;border-radius: 6px;background-color: #c30000;color: #fff;letter-spacing: 1px;}
    .blog .blog-item .blog-content, .blog .blog-item1 .blog-content, .blog .blog-item2 .blog-content{
    transition: 0.4s;
    transform: translateY(134px);
    position:relative;
    overflow: hidden;
    }
    
  
    .blog .blog-item .blog-content p.button-read-more, .blog .blog-item1 .blog-content p.button-read-more, .blog .blog-item2 .blog-content p.button-read-more{color: #c30000;font-family: "New York", Iowan Old Style, Apple Garamond, Baskerville, Times New Roman, Droid Serif, Times, Source Serif Pro, serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;font-size: 14px;/* margin-top: 103px; */}
    .blog .blog-item .blog-content h1, .blog .blog-item1 .blog-content h1, .blog .blog-item2 .blog-content h1{color: #fff;font-family: "New York", Iowan Old Style, Apple Garamond, Baskerville, Times New Roman, Droid Serif, Times, Source Serif Pro, serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;font-size: 28px;min-height: 96px;}
    /*.blog .blog-item .blog-content h1:hover{color: #c30000;font-family: "New York", Iowan Old Style, Apple Garamond, Baskerville, Times New Roman, Droid Serif, Times, Source Serif Pro, serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;font-size: 28px;}*/
    .blog .blog-item .blog-content h5, .blog .blog-item1 .blog-content h5,  .blog .blog-item2 .blog-content h5{color: #fff;font-family: "New York", Iowan Old Style, Apple Garamond, Baskerville, Times New Roman, Droid Serif, Times, Source Serif Pro, serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;font-size: 14px;}
    .blog-item:hover > .blog-content, .blog-item1:hover > .blog-content, .blog-item2:hover > .blog-content{ bottom:0;}
.blog-content{
    position:absolute;
    bottom: -104px;
    -webkit-transition: bottom 0.8s ease;
    -moz-transition: bottom 0.8s ease;
    -o-transition: bottom 0.8s ease;
    -ms-transition: bottom 0.8s ease;
    transition: bottom 0.8s ease;
    }
    .blog .btn{

	border-color: #C30000;
	background-color: #C30000;
	border-radius: 2px;
	text-align: center;
	margin: 14px 0;
	padding: 10px 50px;
}
.blog .btn:hover{
  
  border-color: #E3EBF4;
  background-color: #FFFFFF;
  transition: 0.3s ;
  color: #C30000;
  font-family: "New York", Iowan Old Style, Apple Garamond, Baskerville, Times New Roman, Droid Serif, Times, Source Serif Pro, serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
}
    
    /*end*/
    /*blog-detail css start*/
    .blog-detail{
	background-color: #000;
	padding: 150px 0px 100px 0px;
	background-image: url(../img/detail-image.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	margin-bottom: 40px;
}
    .blog-detail h5 .btn-danger {
    padding: 0 10px;
    border: 1px solid #E3EBF4;
    border-radius: 6px;
    background: #fff;
    color: #c30000;
    font-family: "New York", Iowan Old Style, Apple Garamond, Baskerville, Times New Roman, Droid Serif, Times, Source Serif Pro, serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
    letter-spacing: 1px;
    }
    .blog-detail h5 .btn-danger:hover{    background-color: #c30000;
    border: #c30000;
     padding: 0 10px; border: 1px solid #c30000;
    border-radius: 6px;
    color: #fff;letter-spacing: 1px;}
    .blog-detail h1{color: #fff;font-family: "New York", Iowan Old Style, Apple Garamond, Baskerville, Times New Roman, Droid Serif, Times, Source Serif Pro, serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;font-size: 46px;margin: 25px 0px;}
    .blog-detail span.dates, .blog-detail span.author,.blog-detail span.comment{color: #fff;font-family: "New York", Iowan Old Style, Apple Garamond, Baskerville, Times New Roman, Droid Serif, Times, Source Serif Pro, serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;font-size: 14px;}
    .blog-detail .border-bott{border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding-bottom: 30px;}
    .blog-detail .dates:after, .blog-detail .author:after{content: "";
    display: inline-block;
    margin: 0 11px 0 9px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    line-height: 0;
    vertical-align: inherit;
    transform: translateY(-2px);background: #fff;}
    .blog-detail .likess{color: #fff;font-family: "New York", Iowan Old Style, Apple Garamond, Baskerville, Times New Roman, Droid Serif, Times, Source Serif Pro, serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;font-size: 14px;}
    .blog-text ul{margin: 0;padding: 0;}
    .blog-text ul li{list-style: none;display: inline-flex;padding-right: 12px;}
    .blog-text ul li a{line-height: 32px;
    padding: 0;
    width: 32px;
    height: 32px;
    color: #fff;
    overflow: visible;
    border-radius: 50%;
    text-align: center;
background-color: #c30000;transition: 0.5s;}
.blog-text ul li a.twitt:hover{background-color: #1b82c4;}
.blog-text ul li a.face:hover{background-color: #354cd9;}
.blog-text ul li a.pin:hover{background-color: #ff1226;}
.blog-text ul li a.linke:hover{background-color: #007bb5;}

.blog-text .btn-danger{padding: 0 10px;
    border: 1px solid #E3EBF4;border-radius: 6px;
    background: #fff;color: #7B92AD; text-transform :uppercase;font-family: "New York", Iowan Old Style, Apple Garamond, Baskerville, Times New Roman, Droid Serif, Times, Source Serif Pro, serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;letter-spacing: 1px;}
.blog-text .btn-danger:hover{background-color: #c30000;border:#c30000;color: #fff;}

.blog-text .prev{text-align: left;}
.blog-text .prev h4 a{color: #000;text-decoration: none;font-family: "New York", Iowan Old Style, Apple Garamond, Baskerville, Times New Roman, Droid Serif, Times, Source Serif Pro, serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;}
.blog-text .nex{text-align: right;}
.blog-text .nex h4 a{color: #000;text-decoration: none;font-family: "New York", Iowan Old Style, Apple Garamond, Baskerville, Times New Roman, Droid Serif, Times, Source Serif Pro, serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;}
    /*end*/

    /*comment css start*/
     .comments{padding: 40px 0 40px;border-bottom: 1px solid #ddd;}
     .comments h3{font-family: "New York", Iowan Old Style, Apple Garamond, Baskerville, Times New Roman, Droid Serif, Times, Source Serif Pro, serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;}
    .comments form{padding: 37px 50px 50px;
    background: #fff;
    box-shadow: 9px 11px 29px rgb(125 138 152 / 15%);
    overflow: hidden;
    border-radius: 5px;}
    .comments .form-control{border: 0;
    border-bottom: 1px solid #ddd;}
    
    .comments .btn{
	border-color: #C30000;
    background-color: #C30000;
    border-radius: 5px;
}
.comments .btn:hover{

  border-color: #E3EBF4;
  background-color: #FFFFFF;
  transition: 0.3s ;
  color: #000;
  font-family: "New York", Iowan Old Style, Apple Garamond, Baskerville, Times New Roman, Droid Serif, Times, Source Serif Pro, serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
}
    /*end*/

/*contact css start*/

.contact {
	background-color: #f3f8ff;
}

.contact .contact-form{
	background-color: #fff;
	box-shadow: 9px 10px 29px 0px rgb(125 138 152 / 15%);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 34px 50px 50px 50px;
   
	
}
.contact .contact-form h3{
	color: #000;
	font-family: "New York", Iowan Old Style, Apple Garamond, Baskerville, Times New Roman, Droid Serif, Times, Source Serif Pro, serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
}

.contact .contact-form input.form-control{
	 min-height: 40px;
	}

.contact .contact-form .btn{
	 min-height: 40px;
	border-color: #C30000;
	background-color: #C30000;
	border-radius: 3px;
	text-align: center;
	margin: 14px 0;
	padding: 10px 50px;
}
.contact .contact-form .btn:hover{
  
  border-color: #E3EBF4;
  background-color: #FFFFFF;
  transition: 0.3s ;
  color: #C30000;
  font-family: "New York", Iowan Old Style, Apple Garamond, Baskerville, Times New Roman, Droid Serif, Times, Source Serif Pro, serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
}
.contact .contact-form a {
	    color: #ff0000;
	    text-decoration: none;
	     font-family: 'SpaceGrotesk-Light';
}

/*end*/
section.our-courses {
     background-color: #f3f8ff;
    padding-top: 90px;
    padding-bottom: 90px;
    border-bottom: 1px solid #ddd;
  }
  .our-courses h1{font-family: "New York", Iowan Old Style, Apple Garamond, Baskerville, Times New Roman, Droid Serif, Times, Source Serif Pro, serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
    font-size: 42px;
}
  .our-courses .item{box-shadow: 0px 0px 40px 0px rgb(0 0 0 / 12%);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}
    .our-courses .owl-carousel .owl-item img {min-height: 350px !important;height: 350px;}
  .our-courses .item .down-content {
    background-color: #fff;
  }
  .our-courses .btn{border-color: #C30000;
    background-color: #C30000;
    border-radius: 2px;
    text-align: center;}
  .our-courses .item .down-content h4 {
    padding: 20px;
    font-size: 18px;
    min-height: 85px;
    color: #1f272b;
    text-align: center;
    border-bottom: 1px solid #eee;
  }
  
  .our-courses .item .down-content .info {
    padding: 12px;
    text-align: center;
  }
  
  .our-courses .item .down-content .info ul li {
    display: inline-block;
    margin-right: 1px;
  }
  
  .our-courses .item .down-content .info ul li i {
    color: #f5a425;
    font-size: 14px;
  }
  
  .our-courses .item .down-content .info span {
    color: #a12c2f;
    font-size: 15px;
    font-weight: 600;
    text-align: right;
    display: inline-block;
    width: 100%;
  }
  
  .our-courses .owl-nav {
    text-align: center;
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-45px);
  }
  
  .our-courses .owl-dots {
    display: inline-block;
    text-align: center;
    width: 100%;
    margin-top: 40px;
  }
  
  .our-courses .owl-dots .owl-dot {
    transition: all .5s;
    width: 7px;
    height: 7px;
    background-color: #fff;
    margin: 0px 5px;
    border-radius: 50%;
    outline: none;
  }
  
  .our-courses .owl-dots .active {
    width: 24px;
    height: 8px;
    border-radius: 4px;
  }
      
  .our-courses .owl-nav .owl-prev{
    margin-right: 10px;
    outline: none;
    position: absolute;
    left: -80px;
  }
  
  .our-courses .owl-nav .owl-prev span,
  .our-courses .owl-nav .owl-next span {
    opacity: 0;
  }
  
  .our-courses .owl-nav .owl-prev:before {
    display: inline-block;
    font-family: 'FontAwesome';
    color: #1e1e1e;
    font-size: 25px;
    font-weight: 700;
    content: '\f104';
    background-color: #fff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    line-height: 50px;
  }
  
  .our-courses .owl-nav .owl-prev {
    opacity: 1;
    transition: all .5s;
  }
  
  .our-courses .owl-nav .owl-prev:hover {
    opacity: 0.9;
  }
  
  .our-courses .owl-nav .owl-next {
    opacity: 1;
    transition: all .5s;
  }
  
  .our-courses .owl-nav .owl-next:hover {
    opacity: 0.9;
  }
  
  .our-courses .owl-nav .owl-next{
    margin-left: 10px;
    outline: none;
    position: absolute;
    right: -85px;
  }
  
  .our-courses .owl-nav .owl-next:before {
    display: inline-block;
    font-family: 'FontAwesome';
    color: #1e1e1e;
    font-size: 25px;
    font-weight: 700;
    content: '\f105';
    background-color: #fff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    line-height: 50px;
  }
/*roadmap css start*/
.roadmap {
	background-color: #000;
	padding: 150px 0px 100px 0px;
	background-image: url(../img/detail-image.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.roadmap img{width: 165px;}
.roadmap p {
	color: #fff;
	 font-family: "New York", Iowan Old Style, Apple Garamond, Baskerville, Times New Roman, Droid Serif, Times, Source Serif Pro, serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
}
.roadmap h1 {
	color: #fff;
	 font-family: "New York", Iowan Old Style, Apple Garamond, Baskerville, Times New Roman, Droid Serif, Times, Source Serif Pro, serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
}
.road-detail{background-color: #f3f8ff;padding: 60px 0 60px;border-bottom: 1px solid #ddd;}
.road-detail .item-wrapper{display: flex;
    flex-direction: row-reverse;
    justify-content: flex-start;
    align-items: flex-start;
    position: relative;
}
.road-detail .item-wrapper .item-media:nth-child(odd){--curve-h-width: 70px;
    --item-gap: 65px;}
    .road-detail .item-wrapper .item-media:nth-child(odd) .media-wrapper-curve{position: relative;
    min-width: 1px;    margin: 0px 70px 0px 0px;}
.road-detail .item-wrapper:after{color: #D6E0EB;content: "";
    position: relative;
    align-self: stretch;
    width: 1px;
    min-width: 1px;
    order: 1;
    background-color: currentColor;
    z-index: 1;}

    .road-detail .item-wrapper .item-media .media-wrapper-curve span{position: absolute;
    left: -6px;
    top: calc(50% - 5px);
    z-index: 2;
    margin: auto;
    width: 11px;
    height: 11px;
    border-radius: 11px;
    transition: all 0.45s;
    background-color: #c30000;
}
.road-detail .item-wrapper .item-media .media-wrapper-volume{background-color: #ffffff;
    box-shadow: 9px 11px 29px 0px rgb(125 138 152 / 15%);padding: 30px 30px 30px 30px;
    margin: 0px 25px 0px 0px;
    border-radius: 0px 5px 5px 0px;display: flex;
    position: relative;
    width: 100%;
    transition: 0.5s;
    z-index: 1;}
.road-detail .item-wrapper .item-media .media-wrapper-volume:after{    background-color: #C30000;content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 3px;
    border-radius: 3px;}
.road-detail .item-wrapper .item-media:nth-child(odd) .media-wrapper-volume:after{left: 0;}
.road-detail .item-wrapper .item-media:nth-child(even) .media-wrapper-volume:after{right: 0;}
.road-detail .item-wrapper .item-media{  display: flex;
    justify-content: flex-end;
    position: relative;
    text-align: left;
    width: 50%;
    z-index: 2;}  
    .road-detail .item-wrapper .item-media:nth-child(even){flex-direction: row-reverse;
    margin-top: calc(100px + 6px);
    text-align: right;
    order: 2;}
    .road-detail .item-wrapper .item-media:nth-child(even) .media-wrapper-curve{margin: 0px 0px 0px 70px;position: relative;
    min-width: 1px;}
    .road-detail .item-wrapper .item-media:nth-child(even) .media-wrapper-curve:before{right: 1px;
    left: -100px;
    border-bottom: 1px solid #D6E0EB;
    top: 50%;}
    .road-detail .item-wrapper .item-media .media-wrapper-curve:before{background-color: #D6E0EB;content: "";
    position: absolute;
    top: 50%;
    left: 1px;
    width: var(--curve-h-width);
    height: 1px;
    transition: all 0.45s;
    background-color: rgba(164, 191, 233, 0.7);
}

.road-detail .item-wrapper .item-media .wrapper-media {width: 90px;flex-shrink: 0;}
.road-detail .item-wrapper .item-media .wrapper-content {padding: 0px 20px;}
.road-detail .item-wrapper .item-media .wrapper-content h1{font-size: 22px; font-family: "New York", Iowan Old Style, Apple Garamond, Baskerville, Times New Roman, Droid Serif, Times, Source Serif Pro, serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;}
.road-detail .item-wrapper .item-media .wrapper-content p{font-size: 14px;margin: 0;}
.road-detail .item-wrapper .item-media .wrapper-content ul{margin: 0;padding: 0;}
.road-detail .item-wrapper .item-media .wrapper-content ul li{list-style: none; font-size: 14px;line-height: 30px;}
/*end*/

/*reply css start*/
.reply {
	padding-top: 90px;
	padding-bottom: 30px;
}
.reply h2{
	font-family: "New York", Iowan Old Style, Apple Garamond, Baskerville, Times New Roman, Droid Serif, Times, Source Serif Pro, serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
	font-size: 44px;

}
.reply .text-danger{color: #c30000;font-family: "New York", Iowan Old Style, Apple Garamond, Baskerville, Times New Roman, Droid Serif, Times, Source Serif Pro, serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;}
.reply img{width: 90px;}
.reply h5{font-size: 16px;}
.reply h2 span{color: #AFBCCC;font-weight: bold;}
.reply a{text-decoration: none;font-family: "New York", Iowan Old Style, Apple Garamond, Baskerville, Times New Roman, Droid Serif, Times, Source Serif Pro, serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;}
/*end*/

@media(max-width: 640px){
	.m-content{text-align: center;}
	.banner{padding: 150px 0 40px;}
	.banner h1 {font-size: 40px;line-height: 55px;}
	.main-header .bg-body-tertiary img { height: 55px;}
	.navbar-toggler{color: #fff;}
	.navbar-toggler-icon{background-image: url(../img/toggle.png);background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;}
    .main-header.is-sticky .navbar-toggler-icon{background-image: url(../img/download.svg);background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;}
    .main-header{background: #04011c;}
    .banner .btn{margin-bottom: 15px;}
    .renato h1 {font-size: 30px;}
    .renato .r-content {margin: 50px 0 0;}
    footer { padding-top: 30px !important;padding-bottom: 10px !important;}
    footer p {font-size: 14px;}
    .blog{    padding-top: 40px;padding-bottom: 40px;}
    .blog .blog-item .blog-content h1{font-size: 23px;}
    .blog-detail h1{font-size: 28px;}
    .blog-text .btn-danger{font-size: 12px;}
    .blog-text h4 {font-size: 16px;}
    .blog-text ul{text-align: center;}
    .reply h2{font-size: 28px;}
    .reply img {width: 55px;}
    .contact .contact-form{padding: 25px 9px 25px 9px;
    width: 90%;
    margin: 0 auto;}
    .login{    padding: 115px 0px 100px 0px;}
    .login .login-form{padding: 20px 26px;}
    .buy {padding: 30px 0 0;}
    .asked { margin-top: 50px;padding: 30px 0;}
    .featured{padding: 40px 0 40px;}
    .roadmap .head{text-align: center;}
    .roadmap{    padding: 124px 0px 48px 0px;}
    .road-detail .item-wrapper{display: block;}
    .road-detail .item-wrapper .item-media{width: 100%;}
    .road-detail .item-wrapper .item-media .media-wrapper-curve span{display: none;}
    .road-detail .item-wrapper .item-media .media-wrapper-curve:before{display: none;}
    .road-detail .item-wrapper .item-media:nth-child(odd) .media-wrapper-curve{margin: 0;}
    .road-detail .item-wrapper .item-media:nth-child(even) .media-wrapper-curve{margin: 0;}
    .road-detail .item-wrapper .item-media:nth-child(even){margin: 20px 0 20px;}
}

.accordion-button:not(.collapsed),
.accordion-button:focus {
  outline: none;
  border-color: transparent;
  box-shadow: none;
  background-color: transparent;
}
.accordion-button::after {
  width: 11px;
  height: 11px;
  border-radius: 100%;
  background-color: var(--bs-danger);
  background-image: none !important;
}
.accordion-button.collapsed::after {
  background-color: var(--bs-gray-300);
}

.physics img{height: 400px;box-shadow: 0px 0px 40px 0px rgb(0 0 0 / 12%);}
.physics img:hover{box-shadow: 12px 7px 75px 8px rgb(0 0 0 / 28%);}
