@font-face {
    font-family: "iran_sans";
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/IRANSansWeb.eot?#iefix") format("embedded-opentype"),
	url("../fonts/IRANSansWeb.woff") format("woff"),
	url("../fonts/IRANSansWeb.ttf") format("truetype");
}
body{
	margin:0;
	padding:0;
	direction:rtl;
	font-size:14px;
	color:#373737;
    font-family:'iran_sans';
	background:#2f2f2f;
}
.row{
    width:100%;
    clear:both;
    font-size:0;
}
.row img{
    max-width:100%;
    margin:auto;
}
html, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video ,span{
  margin: 0;
  padding: 0;
  border: 0;
  font-size: initial;
  font: inherit;
  vertical-align: baseline;
}
strong{
    font-weight:bold;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}
ol, ul ,li {
  font-size:13.5px;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
.btn {
    display: inline-block;
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.428571429;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
	border-top-color: transparent;
	border-right-color: transparent;
	border-bottom-color: transparent;
	border-left-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    margin: auto !important;
    border-color: transparent;
}
p{
    font-size:13.5px;
    margin:10px 0px;
	text-align:right;
    direction:rtl;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 13px;
  table-layout:fixed;
}
h1,h2,h3,h4,h5,h6{
	font-weight:bold;
	margin-top:10px;
	margin-bottom:5px;
}
h6{
	font-size:12.5px;
}
h5{
	font-size:14.5px;
}
h4{
	font-size:16.5px;
}
h3{
	font-size:18.5px;
}
h2{
	font-size:19.5px;
}
h1{
	font-size:22px;
}
button, input, textarea, select {
    display: inline-block;
    outline: none;
    color: inherit;
    overflow: visible;
    background-color: transparent;
    box-shadow: none;
    border-radius: 0;
    border: none;
}
input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="tel"], input[type="color"], select, textarea {
    letter-spacing: 0;
    color: #777;
    padding: 8px 20px;
    background-color: white;
    border: 1px solid #dcdcdc;
    font-size: 14px;
    line-height: inherit;
    width: 100%;
    margin-bottom: 22px;
    height: auto;
    text-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    transition: all .3s ease 0s;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
}

legend {
    margin-bottom: 40px;
    font-size: 25px;
}
fieldset {
    border: none;
    border-top: 1px solid gray;
}
a {
    outline: 0;
    text-decoration: none;
}
hr{
    border: 0;
    border-bottom: 1px solid #b3b3b3;
}
.control-group {
    margin-bottom: 2px;
    font-size: initial;
}
.form-horizontal .control-label, .control-label {
    float: right;
    width: 100%;
    max-width: 200px;
    padding-top: 5px;
    text-align: right;
    font-size: initial;
}
.control-group .controls {
    margin-bottom: 5px;
}
.input-xlarge {
	border:none !important;
	padding:15px !important;
	box-sizing:border-box !important;
	border-radius:10px !important;
}
textarea.input-xlarge{
	margin:0;
	min-height: 130px;
}
.btn-info, .btn-primary {
    background-color: #58c9f3;
    border-color: #58c9f3;
    color: #FFF;
}

.clearfix{
	clear:both;
}
.site-line{
	max-width:1440px;
	margin:auto;
	padding:20px 10px;
	box-sizing:border-box;
}
.page-content{
	
}
.home-slider {
    width: 100%;
    direction: ltr;
    position: relative;
}

.slide-item > div:first-child {
    width: 100%;
    height: 600px;
    background-position: 50% 50% !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
.about-us{
	width:100%;
	font-size:0;
	padding:100px 0px 50px 0px;
}
.about-text{
	font-size:initial;
	box-sizing:border-box;
	vertical-align:top;
	text-align: justify;
	padding-left:50px;
	box-sizing:border-box;
	margin-bottom:50px;
}
.about-us h5{
	color:white;
	font-size:23px;
	margin: 26px 0;
}
.about-text p{
	font-size:16px;
	line-height:32px;
	text-align:justify;
	color:white;
}
.about-more{
	padding:15px;
	padding-right:20px;
	padding-left:20px;
	font-size:13.5px;
	font-weight:700;
	background-color:var(--theme-color);
	color:white;
	text-align:center;
	float:left;
	margin-top:20px;
	border-radius:30px;
}
.about-us img{
	max-width:100%;
	border-radius:10px;
}
.services1{
	display: grid;
	grid-template-columns: repeat(auto-fill,minmax(310px, 1fr));
	grid-gap: 1px;
	margin:auto;
	max-width:1280px;
	background:black;
	border-right:1px solid black;
	border-left:1px solid black;
}
.services2{
	background:#1c1c1c;
}
.ser-item{
	background-color:#1c1c1c;
	text-align:center;
	transition:500ms;
	position:relative;
	padding:115px 30px 40px 30px;
	overflow:hidden;
	min-height:80px;
}
.ser-item a{
	display: block;
	margin: auto;
	text-align: center;
	opacity: 0;
	transition:300ms;
	color: #ff9000;
    font-size:14px;
	font-weight:bold;
}
.ser-item:hover a{
	opacity:1;
	transition:300ms;
}
.ser-item h4{
	padding:0px;
	transition:300ms;
	margin:0px;
    min-height:44px;
	margin-top:50px;
	font-size:26px;
	color:white;
}
.ser-item:hover h4{
	margin-top:30px;
	transition:300ms;
}
.ser-item img{
	position:absolute;
	left:50%;
	top:50px;
	transform:translate(-50%,0);
	font-size:43px;
	transition:300ms;
    max-width:100px;
}
.ser-item:hover img{
	animation-name: moveIcon;
	animation-duration:500ms;
}
@keyframes moveIcon {
  0%   {top:50px;}
  50%  {top:15px;opacity:0;}
  100% {top:50px;opacity:1;}
}
.ser-item p{
	transition:200ms;
	margin-top:10px 0px 0px 0px;
}
.my-pro {
    position: relative;
    float: right;
    background-color: #fff;
    padding: 0;
    border-top-right-radius:4px;
	border-top-left-radius:4px;
    box-shadow: 0 0 12px -5px #000;
    overflow: hidden;
    min-height: 192px;
    text-align: center;
	width:100%;
}

.my-pro:before {
    content: "";
    background-color: #000;
    position: absolute;
    top: -20px;
    right: -120px;
    left: -10px;
    height: 0;
    z-index: 20;
    transform: rotate(20deg);
    opacity: .5;
    transition: all .5s
}

.my-pro:hover:before {
    height: 52%
}

.my-pro:after {
    content: "";
    background-color: #dd0024;
    position: absolute;
    bottom: -23px;
    right: -20px;
    left: -60px;
    height: 0;
    z-index: 20;
    transform: rotate(20deg);
    opacity: .8;
    transition: all .5s
}

.my-pro:hover:after {
    height: 80%;
}

.my-pro .name-product {
    background-color: rgba(15, 15, 15, 0.6);
	position: absolute;
	right: 0;
	left: 0;
	bottom: 0;
	height: 40px;
	color: #fff;
	font-weight: 500;
	line-height: 3;
	transition: all .5s;
}

.my-pro .name-product .machine {
    display: inline-block;
    transition: all .5s;
	font-size:14.5px;
}

.my-pro:hover .name-product {
    background-color: transparent;
    
    bottom: 25px;
    z-index: 99;
}

.my-pro:hover .name-product .machine {
    display: block;
    line-height: 33px
}
.pro-box{
	background:#131313;
	width:100%;
	border-radius:4px;
	position:relative;
	overflow:hidden;
}
.normal-owl{
	direction:ltr;
}
.pro-elements{
	text-align:right;
	padding:10px;
	direction:rtl;
}
.cat-name{
	font-size:12px;
	color:white;
	padding:5px 0px;
}
.pro-price{
	color:white;
	font-size:15px;
	padding:5px 0px;
}
.golden{
	color:#e9c01a;
}
.rates > i{
	font-size:12px;
	padding:5px 0px;
}
.ads-img{
	border-radius:10px;
	max-width:100%;
	margin-bottom:20px !important;
}
.line-header{
	padding: 15px 0px;
	text-align: center;
	color: white;
	font-size: 22px;
	border-bottom: 3px solid white;
	display:inline-block;
}
.pro-box:hover > .hidden-items{
	opacity:1;
	transition:400ms;
	left:0px;
}
.hidden-items{
	position: absolute;
	top: 10px;
	left: -40px;
	z-index: 100;
	text-align: center;
	display: table;
	background: #09090980;
	width: 40px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	opacity:0;
	transition:400ms;
}
.single-item{
	height: 40px;
	font-size: 15px;
	display: table-row;
	vertical-align: middle;
	position: relative;
	color: white;
	cursor: pointer;
}
.single-item > i{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50% , -50%);
}
.single-item .tooltiptext {
  visibility: hidden;
  position: absolute;
  width:85px;
  background-color: #09090980;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  z-index: 1;
  opacity: 0;
  transition: opacity .6s;
  left:40px;
  padding:5px 15px;
  font-size:13.5px;
  top:5px;
}
.single-item:hover .tooltiptext {
  visibility: visible;
  opacity:1;
  transition: opacity .6s;
}
.quick-view{
	background: #000000c2;
	position: fixed;
	height: 100vh;
	width: 100%;
	top: 0px;
	left: 0px;
	z-index: 1000;
	display:none;
}
.mymodal{
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	width:200px;
	min-height:90px;
	background:white;
	border-radius:5px;
	text-align:center;
}
.mymodal.active{
	width:100%;
	min-height:400px;
	max-width:650px;
	transition:300ms;
}
.quick-view-board{
	display: none;
	grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
	grid-gap: 1px;
	width:100%;
	min-height:400px;
	align-items:center;
	align-content:center;
	transition:300ms;
}
.quick-view-board.active{
	transition:300ms;
	display: grid;
}
.tiny-loading{
	max-height:95px;
}
.quick-view-board > div{
	padding:20px;
	box-sizing:border-box;
}
.quick-view-board img{
	border-radius:5px;
}
.add-2-card-1{
	padding:5px 10px;
	box-sizing:border-box;
	color:white;
	background:#c81d26;
	border-radius:3px;
	margin:15px auto;
	display:inline-block;
}
.close-box{
	position: absolute;
	left: 10px;
	top: 10px;
	font-size: 20px !important;
	cursor: pointer;
	color:gray;
	display:none;
}
.close-box:hover{
	color:#373737;
}
.mymodal hr{
	position: absolute;
	top: 33px;
	left: 0px;
	width: 100%;
}
.cta{
	background:#de0023;
	padding:40px;
	color:white;
}
.cta-btn{
	background:white;
	border-radius:4px;
	padding:4px 8px;
	color:#de0023;
	cursor:pointer;
	
}
.footer{
	width:100%;
	background-color:#221f1e;
	box-sizing:border-box;
	text-align:right;
	min-height:300px;
	padding:40px 0px;
	color:white;
    padding-top:20px;
}

.footer > div{
	text-align:right;
    vertical-align:top;
    margin-bottom:20px;
}
.footer-title{
	color:white;
	padding-bottom:5px;
    text-transform:uppercase;
    width: auto;
    display: inline-block;
    border-bottom: 1px solid;
    font-weight: bold;
    font-size: 18px;
}
.footer-address{
	list-style: none;
	padding: 0px;
    margin:0px;
}
.footer-address > li{
	padding:10px 5px;
}
.footer-address > li:last-child{
    border-bottom:none;
}
.footer-address > li > p{
	display:inline-block;
	padding:0;
	margin:0;
}
.footer-address i{
    font-size:20px;
    margin-right:10px;
}
.text-white{
	color: #fff !important;
	text-decoration:none;
}
.social-list{
	display:inline-block;
	float:left;
	list-style:none;
	color:white;
	margin: 0;
	box-sizing: border-box;
}
.social-list>li{
	display:inline-block;
	position: relative;
	margin-top: 5px;
	padding-left: 8px;
	padding-right: 8px;
}
.footer-copyright{
    text-decoration: none;
    background-color: #111;
    width: 100%;
    box-sizing: border-box;
    padding-top: 25px;
    padding-bottom: 25px;
    direction: rtl;
    overflow: auto;
	text-align:center;
}
.footer-copyright-1{
	max-width:1200px;
	width:95%;
	margin:auto;
	box-sizing:border-box;
}
.copyright{
	float:right;
	color:gray;
	font-size: 15px;
	font-weight: bold;
}
.s-links {
	list-style:none;
	padding:0 5px 0px 0px;
}
.s-links a{
	color:white;
	line-height:33px;
}
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-ssm-1,
.col-ssm-10,
.col-ssm-11,
.col-ssm-12,
.col-ssm-2,
.col-ssm-3,
.col-ssm-4,
.col-ssm-5,
.col-ssm-6,
.col-ssm-7,
.col-ssm-8,
.col-ssm-9,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9
{
    position: relative;
    width: 100%;
    min-height: 1px;
    display:inline-block;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing:border-box;
    font-size:initial;
	vertical-align:top;
}
@media (min-width:400px) {
    .col-ssm-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }
    .col-ssm-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }
    .col-ssm-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-ssm-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }
    .col-ssm-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }
    .col-ssm-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-ssm-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }
    .col-ssm-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }
    .col-ssm-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-ssm-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }
    .col-ssm-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }
    .col-ssm-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}
@media (min-width:600px) {
    .col-sm-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }
    .col-sm-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }
    .col-sm-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-sm-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }
    .col-sm-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }
    .col-sm-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-sm-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }
    .col-sm-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }
    .col-sm-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-sm-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }
    .col-sm-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }
    .col-sm-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}
@media (min-width:768px) {
    .col-md-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }
    .col-md-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }
    .col-md-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }
    .col-md-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }
    .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-md-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }
    .col-md-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }
    .col-md-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-md-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }
    .col-md-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }
    .col-md-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}
@media (min-width:992px) {
    .col-lg-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }
    .col-lg-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }
    .col-lg-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-lg-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }
    .col-lg-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }
    .col-lg-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-lg-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }
    .col-lg-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }
    .col-lg-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-lg-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }
    .col-lg-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }
    .col-lg-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}
@media (min-width:1200px) {
    .col-xl-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }
    .col-xl-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }
    .col-xl-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-xl-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }
    .col-xl-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }
    .col-xl-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-xl-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }
    .col-xl-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }
    .col-xl-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-xl-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }
    .col-xl-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }
    .col-xl-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}
@media only screen and (max-width: 1400px) {
	.slide-item > div:first-child{
        height:450px;
	}
}
@media only screen and (max-width: 1200px) {
	.slide-item > div:first-child{
        height:400px;
	}
}
@media only screen and (max-width: 992px) {
	.margin1 {
		margin-top: 0;
	}
    .slide-item > div:first-child {
        height: 350px;
    }
}
@media only screen and (max-width: 768px) {
	.nopadding{
		padding:0px !important;
	}
	.pad10{
		padding-right:10px;
		padding-left:10px;
	}
    .slide-item > div:first-child {
        height: 300px;
    }
}
@media only screen and (max-width: 600px) {
	.slide-item > div:first-child {
        height: 250px;
    }
}
@media only screen and (max-width: 400px) {
    .slide-item > div:first-child {
        height: 200px;
    }
}
@media only screen and (max-width: 250px) {
    .slide-item > div:first-child {
        height: 150px;
    }
}