@font-face {
    font-family: IRANSans-web;
    src: url(../fonts/IRANSans-Bold-web.eot);
    src: url(../fonts/IRANSans-Bold-web.eot?#iefix) format("eot"), 
	url(../fonts/IRANSans-Bold-web.woff2) format("woff2"), 
	url(../fonts/IRANSans-Bold-web.woff) format("woff"), 
	url(../fonts/IRANSans-Bold-web.ttf) format("ttf");
    font-weight: 700
}
@font-face {
    font-family: IRANSans-web;
    src: url(../fonts/IRANSans-Medium-web.eot);
    src: url(../fonts/IRANSans-Medium-web.eot?#iefix) format("eot"), 
	url(../fonts/IRANSans-Medium-web.woff2) format("woff2"), 
	url(../fonts/IRANSans-Medium-web.woff) format("woff"), 
	url(../fonts/IRANSans-Medium-web.ttf) format("ttf");
    font-weight: 500
}
@font-face {
    font-family: IRANSans-web;
    src: url(../fonts/IRANSans-UltraLight-web.eot);
    src: url(../fonts/IRANSans-UltraLight-web.eot?#iefix) format("eot"), 
	url(../fonts/IRANSans-UltraLight-web.woff2) format("woff2"), 
	url(../fonts/IRANSans-UltraLight-web.woff) format("woff"), 
	url(../fonts/IRANSans-UltraLight-web.ttf) format("ttf");
    font-weight: 200
}
@font-face {
    font-family: IRANSans-web;
    src: url(../fonts/IRANSans-Light-web.eot);
    src: url(../fonts/IRANSans-Light-web.eot?#iefix) format("eot"), 
	url(../fonts/IRANSans-Light-web.woff2) format("woff2"), 
	url(../fonts/IRANSans-Light-web.woff) format("woff"), 
	url(../fonts/IRANSans-Light-web.ttf) format("ttf");
    font-weight: 300
}
@font-face {
    font-family: IRANSans-web;
    src: url(../fonts/IRANSans-web.eot);
    src: url(../fonts/IRANSans-web.eot?#iefix) format("eot"), 
	url(../fonts/IRANSans-web.woff2) format("woff2"), 
	url(../fonts/IRANSans-web.woff) format("woff"), 
	url(../fonts/IRANSans-web.ttf) format("ttf");
    font-weight: 400
}
html, body {
	margin: 0;
}
body {
	background: #fff;
}
body.rtl .gantry-width-block {
	float: right;
}
.font-family-helvetica, .gf-menu.l1 > li a, input[type=text], input[type=password], select, textarea, button {
	font-family: IRANSans-web;
}

.btn {
	text-align: center;
	box-shadow: none;
	text-shadow: none;
	background-image: none !important;
	height: 55px;
	line-height: 55px;
	padding: 0 10px;
	box-sizing: border-box;
	border-radius: 50px;
	border: none;
	transition: all .5s ease;
}
.btn:hover {
	transition: all .5s ease;
}
.btn-primary {
	background: #2d3663;
}
.btn-block {
	display: block !important;
}

.row-even, .row-odd {
	border: none;
}

.title-center h2.title {
	text-align: center;
	border: none;
	box-shadow: none;
	text-shadow: none;
	position: relative;
}
.rt-block .module-title h2.title {
	font-size: 2.2em;
	margin: 30px 0 50px;
	line-height: 2em;
	padding: 0;
	color: #2d3663;
	text-shadow: none;
	box-shadow: none;
	border: none;
}
.title-center.title-w h2.title {
	color: #fff;
}

.gantry-width-16 {
	width: 16.66%;
}

#rt-top-surround, #rt-drawer, #rt-showcase, #rt-maintop, #rt-footer, #rt-copyright {
	box-shadow: none;
	border: none;
}

#rt-top-surround, #rt-top-surround:after {
	background: none;
}
#rt-top-surround {
	text-shadow: none;
	color: #fff;
	z-index: 1000;
}

.rt-block.phone-address {
	padding: 12px 0;
	color: #2d3663;
	height: 50px;
	box-sizing: border-box;
}
.rt-block.phone-address .custom {
	font-size: 0;
}
.rt-block.phone-address p {
	padding: 0 20px;
	font-size: 12px;
	font-weight: 200;
}
.rt-block.phone-address p:last-child {
	padding-left: 0;
}
.rt-block.phone-address p:first-child {
	padding-right: 0;
}
.rt-block.phone-address p:before {
	margin-left: 10px;
	background: #2d3663;
	color: #fff;
	height: 24px;
	width: 24px;
	text-align: center;
	border-radius: 50%;
	font-size: 10px;
}
.rt-block.phone-address {
	position: relative;
	border-bottom: 2px dashed rgba(45, 54, 99, 0.1);
}
.rt-block.phone-address a {
	color: #fff;
}
.rt-block.phone-address a:hover {
	color: #1c1c3c !important;
}
.rt-block.phone-address .adph-title {
	color: #29aeaa;
	font-weight: 500;
	margin-left: 5px;
}

.logo-block {
    padding: 15px 0;
	margin: 0;
	direction: ltr;
}
.logo-block #rt-logo {
	max-width: 92%;
	background-size: 100% !important;
	background-position: center center !important;
	position: relative;
}

.rt-block.menu-block {
	overflow: hidden;
}
.gf-menu.l1 {
	margin: 24px 0;
}
.gf-menu.l1 > li {
	border: none !important;
	box-shadow: none !important;
	border-radius: 0 !important;
	background: none !important;
	position: relative;
	margin: 0 20px;
	float: none !important;
	display: inline-block;
}
.gf-menu li:hover, .gf-menu li.active:hover {
	padding-top: 0 !important;
}
.gf-menu.l1 li .item {
	font-weight: 300;
	transition: all .2s ease;
	text-shadow: none !important;
}
.gf-menu.l1 > li > .item {
	color: #2d3663;
	font-size: 14px;
	padding: 10px 30px !important;
	text-align: center !important;
	border-radius: 50px;
	box-shadow: 0 2px 3px 1px rgba(0,0,0,0.1);
}
.gf-menu.l1 > li.active > .item, .gf-menu.l1 > li:hover > .item {
	background: #302b63;
	color: #fff !important;
}
#rt-showcase, #rt-showcase .rt-showcase-pattern {
	background: none;
	position: relative;
}
#rt-showcase .rt-container, #rt-showcase .rt-container > .rt-grid-12 {
	width: 100%;
}
#particles-js {
	position: absolute;
	width: 100%;
	height: 100%;
	background: #1a2a6c;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to right, #fdbb2d, #b21f1f, #1a2a6c);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to right, #fdbb2d, #b21f1f, #1a2a6c); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
	z-index: 10;
	opacity: 0.4;
}
.rt-block.slideshow {
	overflow: hidden;
}
.rt-block.slideshow .layout-slideshow .sprocket-features-content {
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: -1 !important;
}
.rt-block.slideshow .layout-slideshow .sprocket-features-content.active-content {
	z-index: 12 !important;
}
.rt-block.slideshow .layout-slideshow .sprocket-features-desc {
	padding: 50px;
	text-align: center;
	display: block;
	background: none;
	border-radius: 10px;
	position: relative;
	z-index: 20 !important;
}
.rt-block.slideshow .sprocket-features-img-container:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: none;
}
.rt-block.slideshow .layout-slideshow .sprocket-features-desc h1,
.rt-block.slideshow .layout-slideshow .sprocket-features-desc h2  {
	color: #fff;
	font-size: 30px;
	margin: 0 0 30px;
	text-shadow: none;
	font-weight: 500;
	text-shadow: 0 3px 2px rgba(0,0,0,0.3);
	width: 100%;
}
.rt-block.slideshow .layout-slideshow .active-content .sprocket-features-desc h1,
.rt-block.slideshow .layout-slideshow .active-content .sprocket-features-desc h2 {
	display: inline-block;
  	overflow: hidden;
 	animation: typing 4s steps(30, end);
    white-space: nowrap;
    box-sizing: border-box;
	width: 100%;
}
.rt-block.slideshow .layout-slideshow .sprocket-features-desc p {
	margin: 0;
	line-height: 32px;
	font-size: 18px;
	text-shadow: none;
	text-shadow: 0 2px 1px rgba(0,0,0,0.3);
	display: block;
}
.rt-block.slideshow .layout-slideshow .active-content .sprocket-features-desc p {
	
  	overflow: hidden;
 	animation: typing 2s steps(30, end);
	animation-delay: 4s;
	animation-fill-mode: forwards;
    white-space: nowrap;
    box-sizing: border-box;
	opacity: 0;
}
.rt-block.slideshow .layout-slideshow .sprocket-features-desc:before,
.rt-block.slideshow .layout-slideshow .sprocket-features-desc:after,
.rt-block.slideshow .layout-slideshow .sprocket-features-content:before,
.rt-block.slideshow .layout-slideshow .sprocket-features-content:after {
	content: '';
	position: absolute;
	border: 3px solid rgba(255,255,255,0.2);
	width: 0;
	height: 0;
	transition: all 2s ease;
	box-sizing: border-box;
}
.rt-block.slideshow .layout-slideshow .active-content .sprocket-features-desc:before,
.rt-block.slideshow .layout-slideshow .active-content .sprocket-features-desc:after,
.rt-block.slideshow .layout-slideshow .sprocket-features-content.active-content:before,
.rt-block.slideshow .layout-slideshow .sprocket-features-content.active-content:after {
	width: 50%;
	height: 50%;
}
.rt-block.slideshow .layout-slideshow .sprocket-features-desc:before {
	border-right: none;
	border-bottom: none;
	border-radius: 10px 0 0 0;
	left: 0;
	top: 0;
}
.rt-block.slideshow .layout-slideshow .sprocket-features-desc:after {
	border-left: none;
	border-bottom: none;
	border-radius: 0 10px 0 0;
	right: 0;
	top: 0;
}
.rt-block.slideshow .layout-slideshow .sprocket-features-content:before {
	border-right: none;
	border-top: none;
	border-radius: 0 0 0 10px;
	left: 0;
	bottom: 0;
}
.rt-block.slideshow .layout-slideshow .sprocket-features-content:after {
	border-left: none;
	border-top: none;
	border-radius: 0 0 10px 0;
	right: 0;
	bottom: 0;
}
.rt-block.slideshow .active-slide {
	-webkit-animation-name: zoom;
	-webkit-animation-duration: 15s;
	-webkit-animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-fill-mode: forwards;
	animation-name: zoom;
	animation-duration: 15s;
	animation-timing-function: linear;
	animation-iteration-count: 1;
	animation-fill-mode: forwards;
}
@-webkit-keyframes zoom {
  from {transform: scale(1)}
  to {transform: scale(1.4)}
}

@keyframes zoom {
  from {transform: scale(1)}
  to {transform: scale(1.4)}
}

#rt-feature {
	position: relative;
	background: #302b63;
	z-index: 10;
}

@keyframes typing {
    from { 
        width: 0%;
		opacity: 1;
    }
    to { 
        width: 100%;
		opacity: 1;		
    }
}

@keyframes blink {
    from, to { 
        border-color: transparent 
    }
    50% { 
        border-color: orange; 
    }
}

.rt-block.title-banner {
	text-align: center;
	position: relative;
	z-index: 10;
}
.rt-block.title-banner h1 {
	color: #fff;
	font-size: 30px;
	margin: 90px 0;
	text-shadow: none;
	font-weight: 500;
	text-shadow: 0 3px 2px rgba(0,0,0,0.3);
	width: 100%;
}

.rt-block.about-us {
	margin: 70px 10px 90px;
	color: #fff;
	text-align: justify;
	line-height: 30px;
}

#rt-utility {
	background: #fff;
}
.rt-block.projects {
	text-align: center;
}
.rt-block.projects .sprocket-strips-s-block {
    opacity: 0;
    filter: alpha(opacity=0);
}
.rt-block.projects .sprocket-strips-s-block:hover .sprocket-strips-s-item {
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-name: bounceIn;
	animation-name: bounceIn;
	animation-delay: 0 !important;
	-webkit-animation-delay: 0 !important;
}
.rt-block.projects .sprocket-strips-s-item img {
	border-radius: 50%;
    box-sizing: border-box;
	z-index: 1;
	padding: 15px;
	position: relative;
}
.rt-block.projects .sprocket-strips-s-title {
	font-size: 15px;
	font-weight: 600;
	line-height: 30px;
}
.rt-block.projects .sprocket-strips-s-title a {
	color: #fff;
}
.rt-block.projects ..sprocket-strips-s-title:hover a {
	color: #ed1c24;
}
body .owl-dots {
	text-align: center;
	margin-top: 20px;
}
body .owl-carousel button.owl-dot {
	padding: 5px !important;
	background: #302b63;
	margin: 0 5px;
	border-radius: 50%;
	opacity: 0.4;
	transition: all .5s ease;
}
body .owl-carousel button.owl-dot.active {
	opacity: 1;
}

#rt-maintop {
	background: none;
}
.rt-block.latest-blog .f-item {
	border-radius: 10px;
	overflow: hidden;
}
.rt-block.latest-blog .f-item-content {
	background: #f9f9f9;
	border: 1px solid #efefef;
	border-top: none;
	border-radius: 0 0 10px 10px;
	padding: 20px;
}
.rt-block.latest-blog .f-item-title {
	margin: 0 0 10px;
	padding-bottom: 10px;
	text-align: center;
	font-size: 20px;
	font-weight: 500;
}
.rt-block.latest-blog .f-item-content p {
	text-align: justify;
	font-size: 13px;
	color: #aaa;
	margin: 0;
	font-weight: 200;
	line-height: 30px;
}

.component-content .cols-3 .column-1, .component-content .cols-3 .column-2, .component-content .cols-3 .column-3 {
	width: 32%;
}
.component-content .cols-3 .column-1, .component-content .cols-3 .column-2 {
	float: right;
}
.component-content .cols-3 .column-3 {
	float: left;
}
.component-content .cols-3 .column-1 {
	margin-left: 2%;
	margin-right: 0;
}
.blog .item {
	text-align: center;
}
.blog .item .item-image {
	padding: 7px;
	box-sizing: border-box;
	position: relative;
	display: inline-block;
	z-index: 1;
	top: 0;
	transition: all .5s ease;
}
.blog .item .item-image:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background: #1a2a6c;
	background: -webkit-linear-gradient(to right, #fdbb2d, #b21f1f, #1a2a6c);
	background: linear-gradient(to right, #fdbb2d, #b21f1f, #1a2a6c);
	z-index: -1;
}
.blog .item .item-image img {
	border-radius: 50%;
}
.blog .item .page-header {
	margin: 20px 0;
	padding: 0;
}
.blog .item .page-header h2 {
	margin: 0;
	padding: 0;
	text-shadow: none;
	box-shadow: none;
	border: none;
	font-size: 17px;
}
.blog .item .page-header h2 a {
	color: #302b63
}
.blog .item:hover .item-image {
	top: -20px;
}
.blog .item:hover .page-header h2 a {
	color: #ed1c24;
}

.item-page {
	color: #666;
	font-weight: 200;
	text-align: justify;
	font-size: 14px;
	line-height: 30px;
}
.component-content .item-page h2 {
	box-shadow: none;
	border: none;
	text-shadow: none;
	font-size: 17px;
	font-weight: 500;
	color: #302b63;
	padding: 0;
}
.item-page .item-image {
	text-align: center;
	margin-bottom: 50px;
}
.item-page .item-image img {
	border-radius: 10px;
}

.rt-block.ad-pic img {
	border-radius: 10px;
}

.rt-block.contact-page .gantry-width-block {
	text-align: center;
	position: relative;
}
.rt-block.contact-page .info-holder .gantry-width-block {
	min-height: 210px;
}
.rt-block.contact-page .gantry-width-block p {
	font-weight: 100;
	font-size: 13px;
	margin-bottom: 5px;
}
.rt-block.contact-page .social-holder .gantry-width-block p {
	margin-bottom: 0;
}
.rt-block.contact-page .info-holder {
	background: #fafafa;
	border: 1px solid #2d3663;
	border-radius: 5px;
	padding: 20px;
}
.rt-block.contact-page .info-holder em {
	color: #ed1c24;
	font-size: 35px;
	margin-bottom: 15px;
	position: relative;
	padding-bottom: 0px;
	width: 80px;
	height: 80px;
	box-sizing: border-box;
	line-height: 77px;
	background: #fff;
	border-radius: 50%;
	border: 3px solid #302b63;
}
.rt-block.contact-page .info-holder .gantry-width-block:before {
	content: '';
	width: 0;
	height: 100%;
	top: 0;
	position: absolute;
	border: 1px solid #302b63;
	left: 0;
}
body.rtl .rt-block.contact-page .info-holder .gantry-width-block:before {
	right: 0;
	left: unset;
}
.rt-block.contact-page .custom .info-holder > .gantry-width-block:first-child:before {
	display: none;
}
.rt-block.contact-page .clearfix {
	font-size: 0;
}
.rt-block.location-map .map-container {
    border: 1px solid #302b63;
    border-radius: 5px;
    box-sizing: border-box;
}

#rt-footer-surround {
	background: #0f0c29;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #24243e, #302b63, #0f0c29);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #24243e, #302b63, #0f0c29); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

	position: relative;
}
#rt-footer-surround:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(../images/patterns/waves.png);
	opacity: 0.25;
}
#rt-footer {
	color: #fff;
	font-weight: 100;
	background: none;
	overflow: hidden;
}
#rt-footer .rt-block {
	text-align: justify;
	margin-bottom: 30px;
}
.rt-block.contact-details [class^="icon-"], .rt-block.contact-details [class*=" icon-"] {
	display: block;
}
.rt-block.contact-details p {
	position: relative;
	padding-right: 30px;
	font-weight: 200 !important;
}
.rt-block.contact-details p:before {
	width: 30px;
	height: 100%;
	position: absolute;
	right: 0;
	font-family: FontAwesome, FontAwesome2, FontAwesome3, sans-serifinherit;
	color: #fff;
}

#rt-copyright {
	background: rgba(0,0,0,0.1);
	overflow: hidden;
}
#rt-copyright .rt-block {
	margin: 0;
	font-size: 13px;
	font-weight: 300;
}
#rt-copyright p {
	color: #fff;
	margin: 0;
}

.rt-block.floating-contact {
	position: fixed;
	width: 200px;
	z-index: 10000;
	right: 0;
	bottom: 0;
}
.rt-block.floating-contact .contact-button em {
	width: 60px;
	height: 60px;
	background: #efefef;
	border: 5px solid #302b63;
	text-align: center;
	line-height: 60px;
	font-size: 35px;
	color: #302b63;
	border-radius: 50%;
	box-shadow: 0 0 0 rgba(204,169,44, 0.4);
	animation: pulse 2s infinite;
	cursor: pointer;
}
.rt-block.floating-contact .contact-desc {
	display: none;
	background: #302b63;
	position: absolute;
	top: -200px;
	padding: 15px;
	box-sizing: border-box;
	border-radius: 10px;
	color: #fff;
	font-weight: 200;
	text-align: center;
	font-size: 13px;
}
.rt-block.floating-contact .contact-desc:before {
	content: '';
	position: absolute;
	right: 27px;
	width: 20px;
	height: 20px;
	background: #302b63;
	bottom: -10px;
	transform: rotate(45deg);
	border-radius: 0 0 5px 0;
}
.rt-block.floating-contact .contact-desc .icon-phone:before {
	margin-left: 10px;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(48, 43, 99, 0.4);
  }
  70% {
      -webkit-box-shadow: 0 0 0 20px rgba(48, 43, 99, 0);
  }
  100% {
      -webkit-box-shadow: 0 0 0 0 rgba(48, 43, 99, 0);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(48, 43, 99, 0.4);
    box-shadow: 0 0 0 0 rgba(48, 43, 99, 0.4);
  }
  70% {
      -moz-box-shadow: 0 0 0 10px rgba(48, 43, 99, 0);
      box-shadow: 0 0 0 20px rgba(48, 43, 99, 0);
  }
  100% {
      -moz-box-shadow: 0 0 0 0 rgba(48, 43, 99, 0);
      box-shadow: 0 0 0 0 rgba(48, 43, 99, 0);
  }
}

.animated {
    opacity: 0;
    filter: alpha(opacity=0);
}
.animated-visible {
    opacity: 1 !important;
    filter: alpha(opacity=1) !important;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(50px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0); } }
@-moz-keyframes fadeInRight {
  0% {
    opacity: 0;
    -moz-transform: translateX(50px); }
  100% {
    opacity: 1;
    -moz-transform: translateX(0); } }
@-ms-keyframes fadeInRight {
  0% {
    opacity: 0;
    -ms-transform: translateX(50px); }
  100% {
    opacity: 1;
    -ms-transform: translateX(0); } }
@-o-keyframes fadeInRight {
  0% {
    opacity: 0;
    -o-transform: translateX(50px); }
  100% {
    opacity: 1;
    -o-transform: translateX(0); } }
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(50px); }
  100% {
    opacity: 1;
    transform: translateX(0); } }
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-50px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0); } }
@-moz-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -moz-transform: translateX(-50px); }
  100% {
    opacity: 1;
    -moz-transform: translateX(0); } }
@-ms-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -ms-transform: translateX(-50px); }
  100% {
    opacity: 1;
    -ms-transform: translateX(0); } }
@-o-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -o-transform: translateX(-50px); }
  100% {
    opacity: 1;
    -o-transform: translateX(0); } }
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-50px); }
  100% {
    opacity: 1;
    transform: translateX(0); } }
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }
@-moz-keyframes fadeInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(50px); }
  100% {
    opacity: 1;
    -moz-transform: translateY(0); } }
@-ms-keyframes fadeInUp {
  0% {
    opacity: 0;
    -ms-transform: translateY(50px); }
  100% {
    opacity: 1;
    -ms-transform: translateY(0); } }
@-o-keyframes fadeInUp {
  0% {
    opacity: 0;
    -o-transform: translateY(50px); }
  100% {
    opacity: 1;
    -o-transform: translateY(0); } }
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(50px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  } }
@-ms-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  } }
@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  } }
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  } }
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-50px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }
@-moz-keyframes fadeInDown {
  0% {
    opacity: 0;
    -moz-transform: translateY(-50px); }
  100% {
    opacity: 1;
    -moz-transform: translateY(0); } }
@-ms-keyframes fadeInDown {
  0% {
    opacity: 0;
    -ms-transform: translateY(-50px); }
  100% {
    opacity: 1;
    -ms-transform: translateY(0); } }
@-o-keyframes fadeInDown {
  0% {
    opacity: 0;
    -o-transform: translateY(-50px); }
  100% {
    opacity: 1;
    -o-transform: translateY(0); } }
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-50px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  -moz-animation-name: fadeInRight;
  -ms-animation-name: fadeInRight;
  -o-animation-name: fadeInRight;
  animation-name: fadeInRight;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -ms-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden; }
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  -moz-animation-name: fadeInLeft;
  -ms-animation-name: fadeInLeft;
  -o-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -ms-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden; }
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  -moz-animation-name: fadeInUp;
  -ms-animation-name: fadeInUp;
  -o-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -ms-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden; }
.fadeIn {
  -webkit-animation-name: fadeIn;
  -moz-animation-name: fadeIn;
  -ms-animation-name: fadeIn;
  -o-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -ms-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden; }
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  -ms-animation-name: fadeInDown;
  -o-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -ms-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden; }

@-webkit-keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 1;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 1;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }

  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }

  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.jackInTheBox {
	-webkit-animation-duration: 1s !important;
	animation-duration: 1s !important;
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
	-webkit-animation-name: jackInTheBox;
	animation-name: jackInTheBox;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
	opacity: 1;
  }
}

@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
	opacity: 1;
  }
}

.flipInY {
    -webkit-animation-duration: 1s !important;
    animation-duration: 1s !important;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

/*************************************
 *
 * Responsive Menu
 *
 *************************************/
body.layout-mode-responsive {
    -webkit-transition: left 0.2s ease-out;
    -moz-transition: left 0.2s ease-out;
    -o-transition: left 0.2s ease-out;
    transition: left 0.2s ease-out;
}
body.layout-mode-responsive {
	left: 0;
}
body.rtl.layout-mode-responsive {
    -webkit-transition: right 0.2s ease-out;
    -moz-transition: right 0.2s ease-out;
    -o-transition: right 0.2s ease-out;
    transition: right 0.2s ease-out;
    position: relative;
	right: 0;
	left: unset;
}
.layout-mode-responsive .gf-menu-device-container {
	background: none;
	width: 100% !important;
}
body.gf-sidemenu-size-marginleft {
    right: unset;
	left: 200px;
    position: relative;
    overflow: hidden;
}
body.rtl.gf-sidemenu-size-marginleft {
    right: 200px;
    left: unset;
}
body.layout-mode-responsive .gf-menu-device-wrapper-sidemenu {
	background: #2d3663;
	box-shadow: none;
}
body.rtl.layout-mode-responsive .gf-menu-device-wrapper-sidemenu.gf-sidemenu-size-left {
	right: 0;
	transition: all .2s ease-out;
}
body.rtl.layout-mode-responsive .gf-menu-device-wrapper-sidemenu {
	right: -200px;
	left: unset;
	transition: right .2s ease-out !important;
	-webkit-overflow-scrolling: touch;
}
body.layout-mode-responsive .gf-menu-device-wrapper-sidemenu .gf-menu,
body.layout-mode-responsive .gf-menu-device-wrapper-sidemenu .gf-menu.l1 > li,
body.layout-mode-responsive .gf-menu-device-wrapper-sidemenu .gf-menu ul,
body.layout-mode-responsive .gf-menu-device-wrapper-sidemenu .gf-menu .dropdown ul li{
	background: none !important;
}
body.rtl.layout-mode-responsive .gf-menu-device-wrapper-sidemenu ul {
	margin-right: 0;
	margin-top: 20px;
	border: none;
}
body.rtl.layout-mode-responsive .gf-menu-device-wrapper-sidemenu ul.l2 {
	margin: 0;
}
body.layout-mode-responsive .gf-menu-device-wrapper-sidemenu .gf-menu li,
body.layout-mode-responsive .gf-menu-device-wrapper-sidemenu .gf-menu li.active.last {
	border-radius: 0;
}
body.rtl.layout-mode-responsive .gf-menu-device-wrapper-sidemenu .gf-menu li {
	padding: 0 !important;
	width: 100%;
	box-sizing: border-box;
	border: none;
}
body.rtl.layout-mode-responsive .gf-menu-device-wrapper-sidemenu .gf-menu > li > .item {
	border-radius: 0;
	padding: 9px 15px !important;
}
body.rtl.layout-mode-responsive .gf-menu-device-wrapper-sidemenu .gf-menu li.parent {
	background: red;
}
body.layout-mode-responsive .gf-menu-device-wrapper-sidemenu .gf-menu li .item {
	font-family: Droid Sans;
	font-size: 13px;
	text-shadow: none;
	color: #fff;
}
body.rtl.layout-mode-responsive .gf-menu-device-wrapper-sidemenu .gf-menu li .item {
	font-family: IRANSans-web;
}
body.layout-mode-responsive .gf-menu-device-wrapper-sidemenu .gf-menu li:first-child {
}
body.layout-mode-responsive .gf-menu-device-wrapper-sidemenu .gf-menu > li.active > .item {
	background: rgba(255, 255, 255, 0.85) !important;
	color: #ed1c24 !important;
}
body.layout-mode-responsive .gf-menu-device-wrapper-sidemenu .gf-menu li:hover .item,
body.layout-mode-responsive .gf-menu-device-wrapper-sidemenu .gf-menu li.active .item {
	color: #fff;
}
body.layout-mode-responsive .gf-menu-device-wrapper-sidemenu .gf-menu li.active.last > .item {
	border-color: transparent !important;
	background: none;
	border: none !important;
	box-shadow: none;
}
body.rtl.layout-mode-responsive .gf-menu-device-wrapper-sidemenu .gf-menu .item.icon [class^="icon-"]:before, body.rtl.layout-mode-responsive .gf-menu-device-wrapper-sidemenu .gf-menu .item.icon [class*=" icon-"]:before {
	margin-left: 5px;
	margin-right: 0;
}
body.rtl.layout-mode-responsive .gf-sidemenu-size-right {
	right: 0;
	-webkit-transition: right 0.2s ease-out;
	-moz-transition: right 0.2s ease-out;
	-o-transition: right 0.2s ease-out;
	transition: right 0.2s ease-out;
	z-index: 9999999999;
}
body.rtl.layout-mode-responsive.rtl .gf-menu-device-wrapper-sidemenu .gf-menu li .item{
	text-align: right;
}
body.rtl .gf-menu-device-wrapper-sidemenu .dropdown {
	right: 0 !important;
}
.layout-mode-responsive .gf-menu-device-wrapper-sidemenu .gf-menu li .columns-1 > .col1 > ul > li:last-child, .layout-mode-responsive .gf-menu-device-wrapper-sidemenu .gf-menu li .columns-2 > .col2 > ul > li:last-child, .layout-mode-responsive .gf-menu-device-wrapper-sidemenu .gf-menu li .columns-3 > .col3 > ul > li:last-child, .layout-mode-responsive .gf-menu-device-wrapper-sidemenu .gf-menu li .columns-4 > .col4 > ul > li:last-child {
	background: none !important;
}
.gf-menu-device-wrapper-sidemenu .gf-menu > li:before {
	display: none;
}
body.rtl.layout-mode-responsive .gf-menu-device-wrapper-sidemenu .gf-menu li.parent {
	padding: 0 !important;
}
body.rtl.layout-mode-responsive .gf-menu-device-wrapper-sidemenu .gf-menu li.parent > a {
	padding: 9px 12px !important;
}
body.rtl.layout-mode-responsive .gf-menu-device-wrapper-sidemenu .l2 > li {
	padding-right: 20px !important;
}

.gf-menu-toggle {
	z-index: 1000000;
	top: 25px;
	right: 18px !important;
	box-shadow: none !important;
	border: none !important;
	background: #302b63;
	padding: 2px 8px;
}
.gf-menu-toggle .icon-bar {
	transition: all .5s ease-out;
	position: relative;
	height: 3px;
	width: 25px;
	background: #fff;
	margin: 4px 0;
}
.gf-menu-toggle.active {
	border: none;
	background: #ed1c24;
}
.gf-menu-toggle.active .icon-bar {
	background: #fff;
}
.gf-menu-toggle.active .icon-bar:nth-child(2) {
	opacity: 0;
}
.gf-menu-toggle.active .icon-bar:nth-child(1) {
	transform: rotate(45deg);
	top: 7px;
}
.gf-menu-toggle.active .icon-bar:nth-child(3) {
	transform: rotate(-45deg);
	top: -7px;
}

.layout-mode-responsive .gf-menu-device-wrapper-sidemenu .gf-menu .dropdown .grouped ol {
	background: none !important;
	height: auto !important;
	border-radius: 0;
}
.layout-mode-responsive .gf-menu-device-wrapper-sidemenu .gf-menu .dropdown {
	width: 100% !important;
	margin: 0 auto;
}
body.rtl.layout-mode-responsive .gf-menu-device-wrapper-sidemenu .gf-menu > li {
	
}
.layout-mode-responsive .gf-menu-device-wrapper-sidemenu .gf-menu .dropdown .column > .l2 {
	background: rgba(255,255,255,0.2) !important;
}
.layout-mode-responsive .gf-menu-device-wrapper-sidemenu .gf-menu .dropdown .column > .l2 > li.parent.grouped > .item {
	background: #71737d !important;
	padding: 5px 20px 5px 0 !important;
}
.layout-mode-responsive .gf-menu-device-wrapper-sidemenu .gf-menu .dropdown .column > .l2 > li.parent.grouped > .item:before {
	content: '-';
	position: absolute;
	right: 5px;
	top: 5px;
	color: #f7b71e;
}
.layout-mode-responsive .gf-menu-device-wrapper-sidemenu .gf-menu .dropdown .grouped ol > li {
	border-bottom: 1px solid rgba(255,255,255,0.1);
}
.layout-mode-responsive .gf-menu-device-wrapper-sidemenu .gf-menu .dropdown .grouped ol > li > .item {
	padding: 5px 40px 5px 0 !important;
	font-weight: 100;
	font-size: 12px;
}
.layout-mode-responsive .gf-menu-device-wrapper-sidemenu .gf-menu .dropdown .grouped ol > li > .item:before {
	content: '- -';
	position: absolute;
	right: 15px;
	top: 5px;
	color: #f7b71e;
}

@media only screen and (max-width: 480px) {
	.layout-slideshow .sprocket-features-content {
		width: 90% !important;
	}
	.rt-block.slideshow .layout-slideshow .sprocket-features-desc p {
		font-size: 11px;
	}
	.rt-block.services .sprocket-strips-s-content {
		width: 130px;
		height: 130px;
		margin: 0 auto 20px;
	}
	.rt-block.services .sprocket-strips-s-item .sprocket-strips-s-content:before {
		top: 10px;
		font-size: 40px;
	}
	.rt-block.services .sprocket-strips-s-item .sprocket-strips-s-title {
		bottom: 10px;
		font-size: 11px;
	}
	.rt-block.about-us .about-text h2 {
		text-align: center;
	}
	.rt-block.about-us .dtr, .rt-block.about-us .dtd {
		display: block;
	}
	.rt-block.about-us .dtd {
		width: 100%;
	}
	.rt-block.about-us .row-img {
		padding: 20px;
		margin-bottom: 20px
	}
	.rt-block.about-us .row-img:before {
		background-size: contain;
	}
	.rt-block.brands .gantry-width-block {
		width: 33.33%;
	}
}
@media only screen and (min-width: 481px) and (max-width: 767px) {
	.rt-block.phone-address p {
		font-size: 11px;
	}
	.layout-slideshow .sprocket-features-content {
		width: 80% !important;
	}
	.rt-block.slideshow .layout-slideshow .sprocket-features-desc p {
		font-size: 13px;
	}
	.rt-block.services .sprocket-strips-s-content {
		width: 180px;
		height: 180px;
		margin: 0 auto 20px;
	}
}
@media only screen and (max-width: 767px) {
	.logo-block {
		border-bottom: none;
		padding-bottom: 10px;
	}
	.rt-block.phone-address {
		height: 100px;
		padding-right: 70px;
	}
	.rt-block.phone-address p {
		padding: 0;
		display: block;
	}
	.rt-block.phone-address p.icon-phone {
		margin-bottom: 10px !important;
	}
	.rt-block.slideshow .layout-slideshow .sprocket-features-desc {
		padding: 10px;
	}
	.rt-block.slideshow .layout-slideshow .sprocket-features-desc h1,
	.rt-block.slideshow .layout-slideshow .sprocket-features-desc h2 {
		font-size: 17px;
		margin-bottom: 15px;
	}
	.rt-block.slideshow .layout-slideshow .sprocket-features-desc:before, .rt-block.slideshow .layout-slideshow .sprocket-features-desc:after, .rt-block.slideshow .layout-slideshow .sprocket-features-content:before, .rt-block.slideshow .layout-slideshow .sprocket-features-content:after {
		width: 15px;
		height: 15px;
	}
	.rt-block.slideshow .sprocket-features-arrows {
		display: none;
	}
	#rt-feature .rt-block {
		margin: 20px 10px 10px;
	}
	.rt-block.projects .f-item {
		margin-bottom: 30px;
	}
	.rt-block.services {
		padding: 20px;
	}
	.rt-block.services .sprocket-strips-s-container .sprocket-strips-s-block {
		width: 50%;
	}
	.rt-block.about-us .about-text h2 {
		text-align: center;
	}
	.rt-block.about-us .dtr, .rt-block.about-us .dtd {
		display: block;
	}
	.rt-block.about-us .dtd {
		width: 100%;
	}
	.rt-block.about-us .row-img {
		padding: 60px;
		margin-bottom: 20px
	}
	.rt-block.about-us .row-img:before {
		background-size: contain;
	}
	.branches-map {
		width: 100% !important;
	}
}
@media only screen and (min-width: 481px) and (max-with: 630px) {
	.rt-block.phone-address {
		padding-right: 70px;
	}
}
@media only screen and (min-width: 631px) and (max-width: 767px) {
	.rt-block.phone-address {
		padding-right: 0;
	}
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
	.gf-menu.l1 > li {
		margin-left: 5px;
	}
	.gf-menu.l1 > li > .item {
		padding: 10px 13px !important;
		font-size: 13px;
		font-weight: 300;
	}
	.layout-slideshow .sprocket-features-content {
		width: 70%;
	}
	.rt-block.services {
		padding: 30px;
		min-height: 700px;
	}
	.rt-block.services .sprocket-strips-s-block {
		width: 50%;
	}
	.rt-block.services .sprocket-strips-s-content {
		margin: 0 auto 20px;
	}
	.rt-block.about-us {
		padding: 25px;
		min-height: 700px;
	}
	.rt-block.about-us .about-text h2 {
		font-size: 20px;
	}
	.rt-block.about-us .row-img {
		padding: 10px;
	}
	.rt-block.about-us .row-img:before {
		background-size: contain;
	}
}
@media only screen and (min-width: 960px) and (max-width: 1199px) {
	.gf-menu.l1 > li {
		margin-left: 10px;
	}
	.layout-slideshow .sprocket-features-content {
		width: 60%;
	}
	.rt-block.services {
		padding: 20px;
	}
	.rt-block.services .sprocket-strips-s-content {
		width: 170px;
		height: 180px;
		margin-bottom: 50px;
	}
	.rt-block.about-us {
		padding: 20px;
	}
	.rt-block.about-us .row-img {
		padding: 20px;
	}
	.rt-block.about-us .row-img:before {
		background-size: contain;
	}
}