/*
Theme Name: the7dtchild
Author: Dream-Theme
Author URI: http://dream-theme.com/
Description: The7 is perfectly scalable, performance and SEO optimized, responsive, retina ready multipurpose WordPress theme. It will fit every site – big or small. From huge corporate portals to studio or personal sites – The7 will become a great foundation for your next project!
Version: 1.0.0
License: This WordPress theme is comprised of two parts: (1) The PHP code and integrated HTML are licensed under the GPL license as is WordPress itself.  You will find a copy of the license text in the same directory as this text file. Or you can read it here: http://wordpress.org/about/gpl/ (2) All other parts of the theme including, but not limited to the CSS code, images, and design are licensed according to the license purchased. Read about licensing details here: http://themeforest.net/licenses/regular_extended
Template: dt-the7
*/

/*::::::::::::::::::: All :::::::::::::::::::*/

/*box-width*/
#content .box-width800 {
    max-width: 800px !important;
    margin-left: auto !important;
	margin-right: auto !important;
}







/*standard-arrow*/
.standard-arrow li::before {
    color: #fff;
    background-color: transparent;
}
.standard-arrow li::after {
    content: none;
}
.standard-arrow li, .standard-number-list li {
    padding: 0;
	margin-left: 25px;
}
.standard-arrow.bullet-top li::before, 
.standard-arrow.bullet-top li::after {
    margin-top: 0;
}
.standard-arrow li::before {
	font-family: 'Font Awesome 5 Free' !important;
	font-weight: 900;
	content: '\f138';
	position: absolute;
	left: -25px;
	color: rgb(255, 127, 0);
}

/*transition*/
.about-work img,
.about-work a::before {
	-moz-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
}
/*::::::::::::::::: Colour ::::::::::::::::::*/

/*::::::::::::::::: Header :::::::::::::::::*/

/*:::::::::::::::::: Home :::::::::::::::::::*/
.about-work .vc_col-sm-3 {
  text-align: center;
  margin: 50px 15px 30px;
  border: 1px solid #ebebeb;
  border-radius: 3px;
  width: calc( 25% - 30px );
}

.about-work .vc_col-sm-3::after {
  content: "";
  background: url(https://rmr.demo-id.com/wp-content/uploads/2023/11/shadow-1.png);
  background-size: contain;
  height: 80px;
  width: 100%;
  background-repeat: no-repeat;
  margin-top: 5px;
  display: block;
  position: absolute;
  bottom: -80px;
}

.about-work img{
  filter: grayscale(100%);
}
.about-work .vc_col-sm-3:hover img{
  filter: grayscale(0%);
}
.about-work h4 {
  font-family: 'Orbitron';
  background: -moz-linear-gradient(top, #fff,#f1f1f1);
  background: -webkit-linear-gradient(top, #fff,#f1f1f1);
  background: linear-gradient(to bottom,#fff,#f1f1f1);
  padding: 10px;
  border-bottom: 1px solid #ebebeb;
  border-top: 1px solid #ebebeb;
  font-size: 16px;
  color: #000;
  line-height: 1.2;
  margin: 0;
}
.about-work .vc_col-sm-3:hover h4 {
  color: #034da2 !important;
}
.about-work p {
  margin-bottom: 20px;
  line-height: 1.3;
}
.about-work h4 + div {
  padding: 20px 20px 30px;
}

.about-work a {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25) !important;
  background-color: #0e7add;
  background: -moz-linear-gradient(top, #0fa4fd 0%, #0e7add 45%);
  background: -webkit-linear-gradient(top,#0fa4fd 0%, #0e7add 45%);
  background: linear-gradient(to bottom, #0fa4fd 0%, #0e7add 45%);
  padding: 8px 0;
  color: #fff;
  text-decoration: none;
  font-family: 'Orbitron';
  font-size: 12px;
  letter-spacing: 1px;
  border-radius: 3px;
  display: block;
  position: relative;
  z-index: -1;
}
.about-work a::before {
  content: "";
  background: -moz-linear-gradient(top, #1fc4f0, #0e7add);
  background: -webkit-linear-gradient(top, #1fc4f0, #0e7add);
  background: linear-gradient(to bottom, #1fc4f0, #0e7add);
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 1;
  z-index: -1;
}
.about-work .vc_col-sm-3:hover a::before {
  opacity: 0;
}
/*::::::::::::::::::: Menu :::::::::::::::::::*/

/*::::::::::::::::::: Page :::::::::::::::::::*/


/*::::::::::::::::: Footer :::::::::::::::::::*/

#footer .wf-container > section:nth-child(1){
}
#footer .wf-container > section:nth-child(2){
}
#footer .wf-container > section:nth-child(3){
}
#footer .wf-container > section:nth-child(4){
}
/* section 1 */
/* section 2 */
/* section 3 */
/* section 4 */



/*:::::::::::::::::: Mobile ::::::::::::::::::*/
/**************
     900px
***************/
@media screen and (max-width: 900px) {
.about-work .vc_col-sm-3 {
  width: calc( 50% - 30px );
}
}
/**************
     800px
***************/
@media screen and (max-width: 800px) {

}
/**************
     767px
***************/
@media screen and (max-width: 767px) {
.box-hb {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
  }

.box-hb > div:nth-of-type(2) {
  -webkit-box-ordinal-group:0;
  -ms-flex-order:0;
  -webkit-order:0;
  order:0;
  }
.box-hb > div:nth-of-type(1) {
  -webkit-box-ordinal-group:1;
  -ms-flex-order:1;
  -webkit-order:1;
  order:1;
  }
}
/**************
     600px
***************/
@media screen and (max-width: 600px) {
.about-work .vc_col-sm-3 {
  width: calc( 100% - 30px );
}
}