/** V2 Styles **/

body{
	color:#000;
}
.clearfix{
	clear:both;
}
.gray{
	color:#7e7e7e;
}
.black{
	color:#000;
}


/* Header css ---------- */
.navbar-light .navbar-nav .nav-link{
	color:#000;
}


/* Grid css ---------- */
.v2-grid{
	margin:0 -15px 100px;
	text-align:center;
}
.v2-grid .tool-box{
	display:inline-block;
	margin:5px;
	color:#000;
	background:none;
	width:893px;
	height:298px;
	border:#000 solid 2px;
}
.v2-grid .tool-box:before{
	display:none;
}
.v2-grid .tool-box .title{
	margin:0;
	left:0;
	right:0;
	top:auto;
	bottom:20px;
	min-width:inherit;
	min-height:inherit;
}
.v2-grid .tool-box .title h3{
	background:none;
	font-size:22px;
}
.v2-grid .tool-box .setting-link{
	color:#000;
	max-width:14%;
	right:2%;
	top:2%;
	font-size:26px;
	height:27px;
	line-height:24px;
}
.v2-grid .tool-box .overlay-text{
	font-size:20px;
	line-height:25px;
	text-align:center;
}
.v2-grid .tool-box .icons{
	position:relative;
	width:62px;
}
.v2-grid .tool-box .icon1{
	margin-top:56px;
}
.v2-grid .tool-box .icon2{
	margin-top:0px;
	margin-left:-30px;
}
.v2-grid .tool-box:hover .icons{
	display:none;
}
.v2-grid .tool-box .merge.icon1{
	margin-top:56px;
}
.v2-grid .tool-box .merge.icon2{
	margin-top:0px;
	margin-left:-25px;
}
.v2-grid .tool-box .merge.icon3{
	margin-top:56px;
	margin-left:-20px;
}
.v2-grid .tool-box .split.icon1{
	margin-top:0px;
}
.v2-grid .tool-box .split.icon2{
	margin-top:56px;
	margin-left:-25px;
}
.v2-grid .tool-box .split.icon3{
	margin-top:0px;
	margin-left:-20px;
}


/* Setting page css ---------- */
.setting-container, .drop-files{
	font-size:24px;
}
.setting-container{
	padding:15px 25% 15px 10px;
}
.form-group{
	margin-bottom:15px;
}
.form-control-outer{
	border:#000 solid 1px;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-bottomright: 6px;
	border-top-left-radius: 6px;
	border-bottom-right-radius: 6px;
	padding-left:15px;
	padding-right:5px;
}
.form-control-outer .jcf-select, .form-control-outer .form-control{
	border:none !important;
	text-align:left;
	min-width:inherit;
}
.form-control-outer .jcf-select .jcf-select-text{
	margin-left:5px !important;
	height:33px;
	white-space:normal;
}
.form-control-outer label{
	margin-bottom:5px;
}
.form-control-outer .percent-outer .form-control{
	padding-right: 10px;
	width: 59px;
}
.form-control-outer .percent-outer::before{
	left:48px;
}
.brdr-container:before{
	position:absolute;
	content:" ";
	top:0; 
	bottom:0;
	left:7.5px;
	right:7.5px;
	border:#000 solid 2px;
	background:#fff;
	z-index:-1;
}
.jcf-select .jcf-select-opener{
	background:url(../img/select-arrow-black.png) no-repeat center center !important;
}
.jcf-select, .jcf-checkbox{
	border-color:#000 !important;
}
.jcf-range .jcf-range-wrapper{
	background:#000 !important; 
}
.jcf-range .jcf-range-handle{
	border:#000 solid 1px;
	background:#7e7e7e !important;
}
td.orientation{
	width:126px;
}
td.size{
	width:50px;
}
td.margines{
	width:105px;
}
td.standarts{
	width:154px;
}
td.resolution{
	width:117px;
}
td.scaling{
	width:82px;
}
.select-file::before{
	display:none;
}
.bottom-set{
	background:#cb6828;
	margin:0 -30.5px 0;
	bottom:2px;
	padding:7px;
}



.drop-files .icons{
	position:relative;
}
.drop-files .icon1{
	margin-top:90px;
	z-index:9999;
}
.drop-files .icon2{
	margin-top: -59px;
	margin-left: -73px;
}
.drop-files .merge.icon1{
	margin-top:90px;
}
.drop-files .merge.icon2{
	margin-top:-59px;
	margin-left:-73px;
}
.drop-files .merge.icon3{
	margin-top:90px;
	margin-left:-73px;
}
.drop-files .split.icon1{
	margin-top:-59px;
	z-index:0;
}
.drop-files .split.icon2{
	margin-top:90px;
	margin-left:-73px;
}
.drop-files .split.icon3{
	margin-top:-50px;
	margin-left:-73px;
}
.drop-files .select-file .or{
	margin-top:20px;
}



/* Footer css ---------- */
.footer-socials a{
	background:none;
	color:#000;
	height:auto;
	width:auto;
	line-height:inherit;
	font-size:2rem;
	margin:0 15px 0 20px;
}
.footer-socials a:hover{
	color:#cb6828;
}
.copyright{
	color:#000;
}


/* Responsive css ---------- */
@media (max-width: 1043px) {
	.setting-container {
    	padding: 15px 20% 15px 10px;
	}
	
}
}
@media (max-width: 991px) {
	.drop-files{
		height:83px;
	}
	.drop-files .icons{
		display:none;
	}
	.drop-files .select-file{
		top:13px;
	}
	.v2-grid .tool-box{	
		width:534px;	
		height:340px;	
		margin:8px;	
		border-width:1px;	
	}	
}

@media (max-width:767.98px){
.drop-files{
	height:66px;
}
.drop-files .select-file{
	top:-4px;
}
.v2-grid .tool-box{	
		width:334px;	
		height:240px;	
		margin:8px;	
		border-width:1px;	
	}	
}

@media (max-width:575px){
	.v2-grid{
		margin:0 -8px 100px;
	}
	.v2-grid .tool-box .upload{
		width:4px;
		height:14px;
		margin:8px;
		border-width:1px;
		font-size:5px;
	}
	.v2-grid .tool-box{
		width:350px;
		height:320px;
		margin:8px;
		border-width:1px;
	}
	.v2-grid .tool-box .title{
		bottom:12px;
	}
	.v2-grid .tool-box .title h3{
		font-size:16px;
	}
	.v2-grid .tool-box .icons{
		width:45px;
	}
	.v2-grid .tool-box .icon1{
		margin-top:40px;
	}
	.v2-grid .tool-box .icon2, .v2-grid .tool-box .merge.icon2{
		margin-top:-3px;
	}
	.v2-grid .tool-box .merge.icon1, .v2-grid .tool-box .merge.icon3, .v2-grid .tool-box .split.icon2{
		margin-top:40px;
	}
	.v2-grid .tool-box .setting-link{
		font-size:20px;
		right:3%;
		height:21px;
		line-height:21px;
		max-width:15%;
	}
	.v2-grid .tool-box .overlay-text{
		font-size:14px;
		line-height:17px;
	}
	.setting-container{
		padding:5px 10px;
		font-size: 1.1rem;
	}
	.form-control-outer{
		padding-left:10px;
	}
	.form-group{
		margin-bottom:5px;
	}
	.form-control-outer .percent-outer .form-control{
		width:40px;
		padding-left:5px;
	}
	.form-control-outer .percent-outer::before{
	left:30px;
	line-height:30px !important;
}
.jcf-select .jcf-select-opener{
	background-size:contain !important;
}
	td.orientation{
	width:91px;
}
td.size{
	width:36px;
}
td.margines{
	width:75px;
}
td.standarts{
	width:111px;
}
td.resolution{
	width:83px;
}
td.scaling{
	width:58px;
}
.drop-files{
	height:62px;
}
.drop-files .select-file{
	top:-1px;
}
.bottom-set{
	margin:0 -5.5px 0;
}
}



* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}
section {
  
  display: grid;
  place-items: center;
}
.row {
  display: flex;
  flex-wrap: wrap;
}
.column {
  width: 100%;
  padding: 0 1em 1em 1em;
  text-align: center;
}
.card {
  width: 100%;
  height: 100%;
  /*padding: 2em 1.5em;*/
  background: linear-gradient(#ffffff 50%, #2c7bfe 50%);
  background-size: 100% 200%;
  background-position: 0 2.5%;
  border-radius: 5px;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  transition: 0.5s;
}
h3 {
  font-size: 20px;
  font-weight: 600;
  color: #1f194c;
  margin: 1em 0;
}
p {
  color: #575a7b;
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: 0.03em;
}
.icon-wrapper {
  background-color: #2c7bfe;
  position: relative;
  margin: auto;
  font-size: 30px;
  height: 2.5em;
  width: 2.5em;
  color: #ffffff;
  border-radius: 50%;
  display: grid;
  place-items: center;
  transition: 0.5s;
}
.card:hover {
  background-position: 0 100%;
}
.card:hover .icon-wrapper {
  background-color: #ffffff;
  color: #2c7bfe;
}
.card:hover h3 {
  color: #ffffff;
}
.card:hover p {
  color: #f0f0f0;
}



.services-block-three>a {
    display: block;
    border: 2px solid #d5d5d5;
    border-radius: 4px;
    text-align: center;
    background: #fff;
    padding: 20px;
    position: relative;
  margin-bottom:30px;

}
.services-block-three>a:before {
    display: block;
    content: "";
    width: 9%;
    height: 17%;
    position: absolute;
    bottom: -2px;
    right: -2px;
    border-bottom: 2px solid #03a9f5;
    border-right: 2px solid #03a9f5;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}
.services-block-three>a:after {
    display: block;
    content: "";
    width: 9%;
    height: 17%;
    position: absolute;
    top: -2px;
    left: -2px;
    border-top: 2px solid #03a9f5;
    border-left: 2px solid #03a9f5;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}
.padding-15px-bottom {
    padding-bottom: 15px;
}
.services-block-three h4 {
    color: #6f6f6f;
    font-size: 14px;
    margin-bottom: 10px;
    font-weight: 600;
}
.services-block-three p {
    margin-bottom: 0;
  color: #757575;
}
.services-block-three>a:hover {
    opacity: 1;
    border-color: #d5d5d5;
}
a:hover, a:active {
    color: #03a9f5;
    text-decoration: none;
}

.services-block-three>a:hover:before, .services-block-three>a:hover:after {
    width: 95%;
    height: 90%;
}

/* Resets */
hr {
  margin-left: 0;
  max-width: 40px;
}


/* Features */
.sec-features {
  .row {    
    &:nth-of-type(n+2) {
      margin-top: 160px;
    }
    
    &:last-of-type {
      margin-bottom: 160px;
    }
  }
  
  .feature-icon {
    max-width: 150px;
  }
}

/* Testimonials */
.sec-testimonials {
  padding-top: 128px;
  padding-bottom: 128px;
}
