@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:ltr;
	font-size:14px;
	color:#373737;
    font-family:'iran_sans';
}

.row{
    width:100%;
    clear:both;
    font-size:0;
	display:flow-root;
}
.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:justify;
}
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 {
    font-family: 'dana_fa';
    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 {
    background-color: #fff !important;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border linear .2s,box-shadow linear .2s;
    -moz-transition: border linear .2s,box-shadow linear .2s;
    -o-transition: border linear .2s,box-shadow linear .2s;
    transition: border linear .2s,box-shadow linear .2s;
    width: 100% !important;
    max-width: 500px;
	border-radius:15px;
}
.form-horizontal textarea {
    width: 100% !important;
    max-width: 500px;
    background-color: #fff !important;
    font-family: dana_fa !important;
    border: 1px solid #dcdcdc;
}
.btn-info, .btn-primary {
    background-color: #58c9f3;
    border-color: #58c9f3;
    color: #FFF;
    font-family: 'dana_fa';
}

.clearfix{
	clear:both;
}
.site-line{
	clear:both;
	margin:30px auto;
	padding:0px 20px;
	box-sizing:border-box;
	max-width:1140px;
}
.top-left i{
    margin-right:5px;
}
.top-center{
	text-align:center;
}
.lang-link{
	color:white !important;
	display:inline-block !important;
	font-size:12px !important;
	padding-left:20px;
	position:relative;
}
.lang-link svg{
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	left:2px;
}
.home-slider{
	width:100%;
	direction:ltr;
	position:relative;
	z-index:0;
}
.home-slider > div{
	padding:0px;
}
.slide-item > div:first-child{
	width:100%;
	height:679px;
	background-position:50% 50% !important;
	background-repeat:no-repeat !important;
	background-size:cover !important;
}
.text-slide{
	position:absolute;
	left:20%;
	top:55%;
	transform:translateY(-50%);
	direction:ltr;
	text-align:center;
	color:white;
	background:#00000050;
	padding:10px;
}
.text-slide > div:last-child{
	margin-top:40px;
}
.text-slide h2{
	font-size:24px;
}
.text-slide p{
	font-size:17px;
	text-align:center;
}
.slide-button{
	background:white;
	padding:5px 25px;
	min-width:80px;
	text-align:center;
	text-decoration:none;
	color:black;
	display:inline-block;
	transition:300ms;
	margin-left:15px;
	font-size:18px;
	margin-bottom:10px;
}
.slide-button:hover{
	background:black;
	color:white;
	transition:300ms;
}
.owl-carousel .owl-nav {
	top: 50%;
	transform:translateY(-50%);
}
.owl-nav > div{
	background:none !important;
	margin:0px !important;
	padding:0px !important;
}
.slide-next,
.slide-prev {
	line-height:40px;
	width: 41px;
	height: 45px;
	background-color:rgba(0, 0, 0, 0.48);
	border: none;
}
.owl-dots{
	display:none;
}
.owl-nav{
	position:absolute;
	width:100%;
}
.owl-next{
	right:0;
	position:absolute;
}
.owl-prev{
	left:0;
	position:absolute;
}
.owl-next > .slide-next:after{
	font-family:'FontAwesome';
	font-size:40px;
	content:'\f105';
}
.owl-prev > .slide-prev:after{
	font-family:'FontAwesome';
	font-size:40px;
	content:'\f104';
}
.owl-next > .pro-next:after{
	font-family:'FontAwesome';
	font-size:25px;
	content:'\f105';
}
.owl-prev > .pro-prev:after{
	font-family:'FontAwesome';
	font-size:25px;
	content:'\f104';
}
.owl-carousel .owl-stage-outer{
	padding:0px !important;
}
.services{
	display:grid;
	grid-template-columns: repeat(3, 1fr);
}
.services hr{
	border-bottom:3px solid #0003;
}
.services > div:first-child{
	margin: -100px auto 50px auto;
	background:#eead16;
	padding:40px;
	box-sizing:border-box;
	border-radius: 15px;
}
.services > div{
	padding:20px 10px;
	box-sizing:border-box;
}
.services > div:first-child p{
	font-size:15px;
	line-height:30px;
	color:#1c1c1c;
    text-align:left;
}
.services > div:first-child h1{
	text-align:center;
	background-color: transparent;
	background-image: linear-gradient(170deg, #004096 41%, #051934 100%);
	background-clip: text;
	text-fill-color: transparent;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.services > div:first-child h5{
	text-align:center;
	font-size:17px;
	color:black;
}
.margin0{
	margin:0px auto;
}
.home-title{
	text-align:center;
	color:#373737;
	font-size:22px;
	margin:40px auto;
	cursor:pointer;
	transition:400ms;
}
.home-title h5{
	font-size:28px;
	margin:10px auto;
}
.home-title p{
	text-align:center;
	color:#5c5c5c;
}
.home-title:hover{
	transform:scale(1.1);
	transition:400ms;
}
.service-item {
	display:table;
	width:100%;
	color:white;
	font-size:0px;
	padding:10px;
	box-sizing:border-box;
	border-radius:10px;
	transition:400ms;
	cursor:pointer;
	margin-bottom:20px;
}
.service-item h5{
	padding-bottom:10px;
	border-bottom:2px dashed white;
	display:inline-block;
}
.service-item:hover{
	background:#ffffff2e;
	transition:400ms;
}
.service-item:hover img{
	rotate: 10deg;
	transition:400ms;
	transform: scale(1.1);
}
.service-item > div{
	display:table-cell;
	vertical-align:middle;
	padding:5px;
	box-sizing:border-box;
}
.service-item > div:first-child{
	width:25%;
	padding:10px;
}
.service-item > div:last-child{
	width:75%;
}
.service-item p{
	color:rgba(255,255,255,0.6);
	display:block;
}
.service-item img{
	max-width:100%;
	transition:400ms;
}
.projects{
	background:#eead16;
	padding-bottom:40px;
}
.projects-shape{
	width:100%;
}
.fix-shape{
	transform: rotate(180deg);
	background: transparent;
	z-index: 2;
	position: relative;
}
.shape-fill{
	transform: rotateY(0deg);
	transform-origin: center;
}
.project-shape svg,.fix-shape svg{
	display: block;
	left: 50%;
	position: relative;
	transform: translateX(-50%);
	width: calc(100% + 1.3px);
	height:60px;
	max-width:100%;
	background:transparent;
}
.row-title{
	position:relative;
	color:black;
	padding-right:calc(((100vw - 1140px) / 2) - 160px);
}
.row-title h4{
	font-size:22px;
	position:relative;
}
.row-title h4:before{
	content: '';
	background: black;
	height: 3px;
	width: calc(((100vw - 1140px) / 2) - 160px);
	position: absolute;
	top: 50%;
	left:calc(-1 * (((100vw - 1140px) / 2) - 140px));
	transform: translateY(-50%);
}
.project-item {
  overflow: hidden;
  width:100%;
  height: 300px;
  position: relative;
}

.project-item img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
  max-width:100%;
}
.pro-name{
	position:absolute;
	left:50%;
	transform:translateX(-50%);
	color:white;
	font-size:20px;
	top:-40px;
	transition:400ms;
}
.project-item:hover .pro-name{
	top:20px;
	transition:400ms;
}
.overly{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background:#00000000;
	transition:400ms;
}
.project-item a{
	position:absolute;
	width:50px;
	height:50px;
	background:white;
	border-radius:50px;
	color:#eead16;
	font-size:22px;
	transition:400ms;
}
.project-item a > i{
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
}
.project-item:hover .overly{
	background:#00000050;
	transition:400ms;
}
.share-btn{
	bottom:20px;
	left:-60px;
}
.open-btn{
	bottom:20px;
	right:-60px;
}
.project-item:hover .share-btn{
	left:40px;
	transition:400ms;
}
.project-item:hover .open-btn{
	right:40px;
	transition:400ms;
}
.fix-img {
    margin-inline: auto;
    background-repeat: no-repeat;
    background-position: 50% 50% !important;
    background-attachment: fixed;
    background-size: cover;
    padding:80px 0px 2rem 0px;
    box-sizing:border-box;
	position:relative;
	margin-top:-60px;
	
}
.blackoverly{
	position:absolute;
	background:#000000c7;
	top:0px;
	left:0px;
	height:100%;
	width:100% !important;
	z-index:0;
}
.par-content{
	z-index:1;
	position:relative;
}
.tiny-service{
	display:grid;
	grid-template-columns: repeat(4, 1fr);
	gap:35px;
	transition:400ms;
}
.tiny-service-item{
	transition:400ms;
}
.tiny-service-item:hover{
	transition:400ms;
	transform:translateY(-20px);
}
.tiny-service-item img{
	border-radius:10px;
}
.tiny-service-item h6{
	font-size:18px;
	color:rgba(255,255,255,0.62);
	margin:10px 0px 0px 0px;
}
.tiny-service-item p{
	display:block;
	color:white;
	margin:20px -1px 20px 0px;
	font-size:15px;
}
.second-title:before{
	background:#eead16 !important;
}
.second-info{
	color:white;
}
.tiny-service-item a{
	color:#eead16;
	font-size:16px;
}
.stats {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
	gap: 20px;
	text-align: center;
	font-size:initial;
}
.stats span:last-child{
	font-size:18px;
	display:block;
}
.counter {
	font-size:33px;
	font-weight: bold;
}
.edea{
	padding:20px 0px;
	background:#eead16;
	color:black;
}
.about-us {
	width: 100%;
	margin: 50px auto;
	padding: 0 20px;
	box-sizing:border-box;
}

.about-row {
	display: grid;
	grid-template-columns:30% 70%;
	gap: 40px;
	align-items: center;
}
.about-content h2 {
	font-size: 2rem;
	margin-bottom: 20px;
}
.about-content p {
	font-size: 1rem;
	line-height: 1.6;
	color: #444;
}
.about-image{
	text-align:center;
}
.about-image img{
	border:2px solid black;
	border-radius:10px;
	box-shadow:0px 0px 10px 0px rgba(0,0,0,0.5);
	max-width:100%;
}
.section-header{
	font-size:19px;
	color:#223960;
	text-align:center;
	padding:10px 20px;
	border-right:2px solid #223960;
	border-left:2px solid #223960;
	display:table;
	margin:0px auto 20px auto;
}
.post {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  display: flex;
  flex-direction: column;
  transition: transform .2s ease, box-shadow .2s ease;
}
.post:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.12);
}
.post-img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  display: block;
}
.post-body {
  padding: 16px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.post-meta {
  font-size: 12px;
  color: #666;
  margin-bottom: 8px;
}
.post-meta time{
	float:left;
}
.post-type {
  font-weight: bold;
  color: #0066cc;
  margin-right: 8px;
  float:right
}
.post-title {
  font-size: 18px;
  font-weight: 700;
  margin: 8px 0;
  color: #111;
}
.post-excerpt {
  text-align:left;
  font-size: 14px;
  color: #444;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 3; /* ~80 chars */
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 12px;
}
.read-btn {
  font-size:13px;
  align-self: flex-start;
  padding: 8px 14px;
  border-radius: 6px;
  background:var(--theme-color);
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  transition: background .2s, transform .2s;
}
.read-btn:hover {
  background: #004c99;
  transform: translateY(-2px);
}
.footer {
    width: 100%;
    background-color: #151414;
    height: auto;
    margin-top: 8px;
    overflow: hidden;
}
.footer-top {
    width: 100%;
}
.container {
    border-bottom: 1px solid #757575;
    padding-bottom: 1.5rem;
}
.flex-box {
    display: flex !important;
    align-items: center;
    gap: 10px;
    margin-top: 2rem;
    margin-inline: auto;
}
.title-box {
    line-height: 20px;
}
.title-box > h4 {
    color: #FFF;
}
.title-box > span {
    display: block;
    color: #d3cfcf;
    font-size: 15px;
}
.icon-box > i {
    color: var(--theme-color);
    font-size: 30px;
}
.main-footer-object {
    margin-top: 2rem;
}
.main-footer-object > img {
    max-width: 200px;
}
.main-footer-object  h3 {
    color: #fff;
}
.main-footer-object  p {
    color: #d3cfcf;
    line-height: 25px;
    margin-top: 2rem;
    text-align:left;
}
.main-icon-box {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin: 10px;
}
.main-icon-box > i {
    font-size: 30px;
}
.telegram {
    color: #0088cc;
}
.instagram {
    color: #e1306c;
}
.whatsapp {
    color: #25d366;
}
.footer-links {
    margin-top: 2rem;
}
.footer-links  h3 {
    color: #fff;
    margin-right: 2.5rem;
}
.footer-links ul {
    line-height: 25px;
    column-count: 2;
}
.footer-links li {
    display: block;
}
.footer-links li a {
    color: #d3cfcf;
    text-decoration: underline;
}
.footer-mail-container {
    margin-top: 2rem;
}
.footer-mail-container h3 {
    color: #fff;
}
.footer-mail-container span {
    color: #fff;
}
.mail-box {
    margin-top: 1rem;
    width: 300px;
    display: flex;
}
.mail-box > input {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.mail-box > button {
    background-color: var(--theme-color);
    width: 3rem;
    height: 34px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.bottom-footer-container {
    margin-top: 5rem;
    background-color: #202020;
    width: 100%;
    padding: 1.5rem;
}
.bottom-footer-right {
    text-align: center;
}

.bottom-footer-right a {
    color: #b6b2b2;
    text-decoration: underline;
    text-align: center;
    display: inline-block;
    margin: 10px;
}
.bottom-footer-left > span {
    color: #b6b2b2;
    text-align: center;
    display: block;
}
.bg-header{
    width:100%;
	height:250px;
	background-position:50% 50% !important;
	background-repeat:no-repeat !important;
	background-size:cover !important;
}
.bread-crumb{
    background:#0000003d;
    display:table;
    width:100%;
    height:100%;
}
.bread-crumb h1{
    color:white;
    display:table-cell;
    vertical-align:middle;
    text-align:center;
}
.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%
    }
}