/*-----------------------------------------------------------------------------------

	Template Name: Apital
	Template URI: http://ow.ly/Tn1im
	Description: Multi-Purpose Business Template
	Author: Moutheme
	Author URI: http://themeforest.net/user/moutheme
	License: GNU General Public License version 3.0
	License URI: http://www.gnu.org/licenses/gpl-3.0.html
	Version: 1.1.0
	
	All files, unless otherwise stated, are released under the GNU General Public License
	version 3.0 (http://www.gnu.org/licenses/gpl-3.0.html)

-----------------------------------------------------------------------------------*/


/*-----------------------------------------------------------------------------------

[Table of contents]

1. Body
   1-1. Headings
   1-2. Buttons
   1-3. Header
   1-4. Section
   1-5. Icon Boxes
   1-6. Divider
   1-7. Carousel
   1-8. Portfolio
   1-9. Arrow Section
   1-10. Alert Message
   1-11. Toggle
   1-12. Modal Popup
   1-13. Call To Action
   1-14. Pricing Table
   1-15. Highlight
   1-16. Dropcast
   1-17. Blockqoute
   1-18. Team
   1-19. Large Testimonials
   1-20. Sliders
   1-21. Boxed Layout
   1-22. Tab Slider
2. Interaction Website
3. Responsive
4. @Font-Face (Lovelo)

-----------------------------------------------------------------------------------*/
.hihidden{
    display:none !important;

}
.visible-xs {
display:none !important;
}

textarea, input[type=text] {
    width: 95%;
    padding: 12px 20px;
    margin: 3px;
    box-sizing: border-box;
    border: 1px solid #C8C8C8;
    /*background-color: #f7f7f7;*/
    color: #004e2f;
    border-radius: 5px;
}

.ap {
    padding: 10px !important;
}

select {
    width: 100%;
    padding: 10px 10px;
    margin: 4px 0;
    box-sizing: border-box;
    border: 1px solid #C8C8C8;
    background-color: #f7f7f7;
    color: #004e2f;
    border-radius: 5px;
}
/* 1-2. Buttons */
.button {
  position: relative;
  display: inline-block;
  overflow-x: hidden;
  overflow-y: hidden;
  margin-right: 6px;
  padding: 19px 23px 14px;
  border-radius: 3px;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  font-family:IRANSansWeb;
  color: white;
  font-size: 13px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.button.btn-top {
  width: 40px;
  height: 40px;
  padding: 0px;
  float: right;
  border-bottom-style: none;
  background-color: rgba(0, 0, 0, 0.70);
  font-size: 10px;
  line-height: 43px;
}
.button.btn-line {
  background-color: transparent;
  box-shadow: white 0px 0px 0px 1px inset;
}
.button.btn-line:hover {
  background-color: #676767;
  box-shadow: #676767 0px 0px 0px 1px;
}
.button.btn-small {
  padding: 15px 13px 11px;
  font-size: 11px;
}
.button.btn-small.btn-blog {
  background-color: #fafafa;
  box-shadow: #ddd 0px 0px 0px 1px inset;
  color: #414141;
}
.button.btn-small.btn-blog:hover {
  color: white;
}
.button.btn-small.btn-blog.active {
  background-color: #676767;
  box-shadow: #676767 0px 0px 0px 1px inset;
  color: white;
}
.button.btn-medium {
  padding: 17px 16px 13px;
  font-size: 12px;
}
.button.btn-xlarge {
  padding: 24px 26px 19px;
}
.button.btn-green-color {
  background-color: #78bd33;
}
.button.btn-green-color:hover {
  background-color: #609629;
}
.button.btn-dark-color {
  background-color: #767676;
}
.button.btn-dark-color:hover {
  background-color: #525151;
}
.button.btn-gradient {
  text-shadow: rgba(0, 0, 0, 0.46) 0px 1px 0px;
}

.button.btn-square {
  border-radius: 0px;
}
.button.btn-round {
  border-radius: 15px;
}

/* 1-3. Header */

.drop-arrow {
  margin-top: 23px;
  margin-right: 10px;
  margin-bottom: 23px;
  font-size: 11px;
}
.drop-down-list.w--open {
  margin-top: 9px;
  background-color: #676767;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 2px 4px 1px;
}
.dropdown-link {
  padding-top: 15px;
  padding-right: 40px;
  padding-bottom: 15px;
  border-top: 1px solid #777;
  border-bottom: 1px solid #555;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #bdbdbd;
  font-size: 13px;
  font-weight: 400;
}
.dropdown-link:hover {
  
  background-color: #616161;
  color: white;
}
.dropdown-link.w--current {
  background-color: #616161;
}
.search-wrapper {
  position: relative;
  top: 19px;
  display: inline-block;
  width: 20px;
  height: 20px;
  float: right;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: darkgray;
  font-size: 15px;
  text-align: center;
  cursor: pointer;
  
}

.search-wrapper.search-none {
  display: none;
}


/* 1-4. Section */
.section {
  position: relative;
  padding: 100px 10px;
  background-color: white;
}
.section.light-gray {
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #ebebeb;
  background-color: #fafafa;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 2px 4px 0px inset;
}
.section.video {
  height: auto;
  padding: 0px;
  background-color: transparent;
}
.section.logo {
  padding-top: 50px;
  padding-bottom: 50px;
}
.section.less-p {
  padding-top: 70px;
  padding-bottom: 70px;
}
.section.dark {
  background-color: #676767;
}
.section.dark-gray {
  background-color: #2e2e2e;
}
.section.s-remove-p-botton {
  padding-bottom: 0px;
}
.section.parrallax {
  overflow-x: hidden;
  overflow-y: hidden;
  padding-top: 119px;
  padding-bottom: 119px;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.92), rgba(0, 0, 0, 0.59)), url('../images/paralax5.jpg');
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.92), rgba(0, 0, 0, 0.59)), url('../images/paralax5.jpg');
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}
.section.pattern {
  padding-top: 70px;
  padding-bottom: 30px;
  background-color: #fafafa;
}
.section.sc-tab {
  padding-top: 30px;
}


/* 1-6. Divider */
.divider-1 {
  width: 100%;
  height: 1px;
  background-color: #e1e1e1;
}
.divider-1.small {
  margin-bottom: -1px;
}
.divider-1.dvd-dots {
  border: 1px dotted #e1e1e1;
  background-color: transparent;
}
.divider-1.dvd-dash {
  border: 1px dashed #e1e1e1;
  background-color: transparent;
}
.divider-1.dvd-color {
  border-color: transparent;
}
.divider-1.dvd-dark {
  background-color: #242424;
}
.divider-1.dvd-black {
  background-color: #3b3a3a;
}
.divider-1.div-blog {
  margin-top: 30px;
  margin-bottom: 30px;
}
.divider-small {
  width: 94px;
  height: 1px;
  margin-bottom: -1px;
  background-color: #b3b3b3;
}

.success-message {
  padding-top: 25px;
  padding-bottom: 25px;
  background-color: #22a966;
  text-align: center;
  margin-top: 30px;
}

.seuccses {
  margin-bottom: 0px;
  color: white;
}
.error-message {
  margin-top: 25px;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: rgba(255, 0, 0, 0.49);
  text-align: center;
}

 
/* 1-7. Carousel */
.carousel-project {
  height: auto;
  background-color: transparent;
}
.carousel-arrow {
  width: 40px;
  height: 80px;
  padding-top: 20px;
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.70);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-size: 15px;
  line-height: 40px;
  font-weight: 700;
}
.space {
  margin-top: 20px;
}
.space.x2 {
  margin-top: 60px;
}
.space.x1 {
  margin-top: 30px;
}
.space.margin-bottom {
  margin-top: 10px;
}
.btn-txt {
  float: left;
}
.btn-ico {
  position: relative;
  bottom: -2px;
  margin-right: 9px;
  padding-right: 9px;
  float: left;
  border-right: 1px solid rgba(255, 255, 255, 0.29);
  line-height: 9px;
}
.go-top {
  position: fixed;
  right: 15px;
  bottom: 15px;
  z-index: 20;
}
.carousel-dots {
  position: relative;
  padding-top: 20px;
  font-size: 10px;
}

/* 1-8. Portfolio */
.mix {
  width: 25%;
  margin-bottom: 10px;
  padding-right: 5px;
  padding-left: 5px;
  float: left;
 /* text-align: center;*/
}
.mix.mix-3 {
  width: 33.333%;
}
.mix.mix-no-content {
  margin-bottom: 0px;
  padding-right: 0px;
  padding-left: 0px;
}
.mix.mix-2 {
  width: 50%;
}
.mix.mix-5 {
  width: 20%;

}

.mix.mix-6 {
  width: 16.6667%;

}

.mix.mix-7 {
  width: 14.2857%;

}

.mix.mix-8 {
  width: 12.5%;

}

.mix.mix-9 {
  width: 11.1111%;

}

.ul {
  position: relative;
  margin-top: 10px;
}
.ul.ul-pricing {
  margin-top: 0px;
  margin-bottom: 25px;
}
.li-list {
  line-height: 35px;
}
.li-list.li-pricing {
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e6e6e6;
}
.li-ico {
  position: relative;
  top: -6px;
  width: 18px;
  margin-right: 7px;
  float: left;
  color: white;
}
.li-ico.tab-ico {
  top: auto;
  width: auto;
  font-size: 14px;
}
.li-ico.li-ico-footer {
  color: #919191;
  text-align: center;
}
.li-ico.li-current {
  color: #515151;
}
.arrow {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 3;
}
.core-ico {
  width: 60px;
  height: 60px;
  float: left;
  font-size: 32px;
  text-align: center;
}
.core-ico.ico-minimal {
  width: 45px;
  height: 45px;
  margin-right: 15px;
  border-radius: 100%;
  background-color: #474747;
  color: white;
  font-size: 18px;
  line-height: 48px;
}
.core-wrapper {
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
}
.li-blog {
  margin-bottom: 23px;
}
.blog-item {
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
  width: 100px;
  height: 100px;
  margin-right: 15px;
  float: left;
  border-radius: 4px;
  color: white;
  text-align: center;
  text-decoration: none;
}

.tab {
  margin-right: 5px;
  padding: 11px 25px;
  border-bottom: 1px solid #adadad;
  border-radius: 4px;
  background-color: #c9c9c9;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  color: white;
  font-size: 13px;
}
.tab:hover {
  border-bottom-color: #6e6e6e;
  background-color: #aaa;
}
.tab.t-vertical {
  width: 100%;
  margin-bottom: 10px;
  padding-right: 21px;
  padding-left: 21px;
}
.tab.t-vertical.w--current {
  box-shadow: none;
  color: white;
}
.tab-content {
  margin-top: 25px;
}
.tab-txt {
  position: relative;
  float: left;
}
.lightbox-tb {
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
  width: 150px;
  height: 150px;
  margin-right: 15px;
  float: left;
  border-radius: 4px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  text-align: center;
}
.lightbox-tb:hover {
  opacity: 1;
}
.tab-tx-wrapper {
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
}
.light-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color:rgba(1, 1, 1, 0.58);
  opacity: 0;
}
.lightbox {
  color: white;
  text-decoration: none;
}

#Grid .mix{
	    display: none;
}


/* 1-10. Alert Message */
.alert-message {
  position: relative;
  margin-bottom: 20px;
  padding: 16px 20px;
  border: 1px solid #f2e3c7;
  background-color: #fcf8e3;
  background-image: -webkit-linear-gradient(94deg, #fcf8e3, white);
  background-image: linear-gradient(356deg, #fcf8e3, white);
  color: #c09853;
  font-size: 14px;
}
.alert-message.info {
  border-color: #aed7ea;
  background-color: #d8ecf5;
  background-image: -webkit-linear-gradient(94deg, #d8ecf5, white);
  background-image: linear-gradient(356deg, #d8ecf5, white);
  color: #5593b1;
}
.alert-message.success {
  border-color: #cddb9b;
  background-color: #e3ebc6;
  background-image: -webkit-linear-gradient(94deg, #e3ebc6, white);
  background-image: linear-gradient(356deg, #e3ebc6, white);
  color: #8e9c5e;
}
.alert-message.error {
  border-color: #fad2d3;
  background-color: #f9e5e6;
  background-image: -webkit-linear-gradient(94deg, #f9e5e6, white);
  background-image: linear-gradient(356deg, #f9e5e6, white);
  color: #c48587;
}
.remove-alert {
  width: 20px;
  float: left;
}

/* 1-11. Toggle */
.toggle-wrapper {
  margin-bottom: 10px;
}
.toggle-header {
  width: 100%;
  padding: 20px;
  border-bottom: 1px solid #adadad;
  border-radius: 4px;
  background-color: #bfbfbf;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: white;
  font-size: 14px;
  text-decoration: none;
}
.toggle-header.second-style {
  border-bottom-color: #0d0d0d;
  background-color: #676767;
}
.toggle-header.third-style {
  border: 1px solid #ddd;
  background-color: transparent;
  box-shadow: rgba(180, 180, 180, 0.2) 0px 1px 2px 1px;
  color: #515151;
}
.toggle-header.fourth-style {
  border-radius: 0px;
  background-color: transparent;
}
.toggle-content {
  overflow-x: hidden;
  overflow-y: hidden;
  height: 0px;
}
.toggle-ico {
  padding-top: 10px;
  float: right;
  text-transform: none;
}
.toggle-space {
  padding: 20px;
}
.toggle-line {
  width: 12px;
  height: 2px;
  background-color: white;
}
.toggle-line.dark-color {
  background-color: #313131;
}
.toggle-line-2 {
  width: 12px;
  height: 2px;
  background-color: white;
  -webkit-transform: rotate(90deg) translate(-2px, 0px);
  -ms-transform: rotate(90deg) translate(-2px, 0px);
  transform: rotate(90deg) translate(-2px, 0px);
}
.toggle-line-2.dark-color {
  background-color: #313131;
}
.shadow {
  opacity: 0.5;
  text-align: center;
}
.divider-1-pattern {
  width: 100%;
  height: 12px;
  background-image: url('../images/divider17.png');
  opacity: 0.6;
}
.divider-1-pattern._2 {
  background-image: url('../images/divider10.png');
}
.divider-1-pattern._3 {
  background-image: url('../images/divider5.png');
}
.divider-space {
  margin-top: 100px;
  margin-bottom: 100px;
}
.divider-space.less-space {
  margin-top: 50px;
  margin-bottom: 50px;
}
.vertical-menu {
  width: 20%;
  margin-right: 15px;
  float: left;
}

/* 1-12. Modal Popup */
.modal {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9999;
  display: block;
  overflow-x: scroll;
  overflow-y: scroll;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}
.container-popup {
  position: relative;
  top: 50%;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}
.popup {
  position: relative;
  display: block;
  max-width: 940px;
  margin-right: auto;
  margin-left: auto;
  padding: 50px;
  border-radius: 2px;
  background-color: white;
  box-shadow: rgba(0, 0, 0, 0.29) 0px 0px 6px 2px;
}
.remove-modal {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 30px;
  height: 30px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #515151;
  font-size: 17px;
  text-align: center;
}

/* 1-13. Call To Action */
.call-to-action {
  padding: 38px 10px;
}
.call-to-action.cta-v-color {
  background-color: #ac7ccc;
}
.left-aglin-column {
  text-align: right;
}
.m-p {
  padding-top: 5px;
  font-size: 20px;
}
/*.icon {
  width: 40px;
  float: left;
  font-size: 20px;
  line-height: 42px;
  text-align: center;
}*/
.icon-text {
  display: inline-block;
  padding: 7px 11px;
  border-radius: 2px;
  background-color: #f1f1f1;
  color: #999;
  font-size: 13px;
}
.aler-link {
  color: #5593b1;
  font-weight: 700;
  text-decoration: none;
}
.aler-link:hover {
  text-decoration: underline;
}

/* 1-14. Pricing Table */
.pricing-table {
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
  padding-bottom: 18px;
  border-radius: 4px;
  background-color: white;
  box-shadow: #e6e6e6 0px 0px 0px 1px inset;
  text-align: center;
}
.pricing-price {
  padding-bottom: 55px;
}
.pricing-txt {
  padding-top: 25px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.27);
  font-family:IRANSansWeb;
  font-weight:600;
  color: white;
  font-size: 18px;
  letter-spacing: 2px;
}
.circle-price {
  position: relative;
  top: 25px;
  display: block;
  width: 130px;
  height: 130px;
  margin-right: auto;
  margin-left: auto;
  border: 1px solid white;
  border-radius: 100%;
  color: white;
  font-size: 25px;
  line-height: 125px;
  font-weight: 400;
}
.p-pricing {
  color: #a6a6a6;
  font-size: 13px;
  font-style: italic;
}
.month {
  color: rgba(255, 255, 255, 0.65);
  font-size: 17px;
}
.featured-txt {
  position: absolute;
  top: 0px;
  right: 0px;
  display: inline-block;
  margin-top: 15px;
  margin-right: -37px;
  padding: 9px 50px;
  background-color: #ffae00;
  -webkit-transform: rotate(46deg);
  -ms-transform: rotate(46deg);
  transform: rotate(46deg);
  color: #8c630b;
  font-size: 12px;
  font-weight: 700;
}

/* 1-15. Highlight */
.highlight {
  padding: 3px 6px;
  color: white;
}
.highlight.hl-dark {
  background-color: #414141;
}
.underline {
  text-decoration: underline;
}
.strikeout {
  text-decoration: line-through;
}

/* 1-16. Dropcast */
.dropcast {
  display: inline-block;
  width: 50px;
  height: 50px;
  margin-top: 8px;
  margin-right: 17px;
  padding-top: 17px;
  float: left;
  border-radius: 5px;
  font-family: IRANSansWeb;
  font-weight:600;
  color: white;
  font-size: 22px;
  text-align: center;
}
.dropcast.dc-circile {
  border-radius: 100%;
}
.dropcast.dc-dark {
  background-color: #414141;
}
.dropcast.dc-square {
  border-radius: 0px;
}
.dropcast.dc-transparent {
  background-color: transparent;
  font-size: 40px;
}

/* 1-17. Blockqoute */
.blockquote {
  padding: 18px;
  color: #919191;
  font-size: 17px;
  line-height: 30px;
  font-style: italic;
}
.blockquote.bq-v2 {
  color: white;
}
.filters {
  margin-bottom: 50px;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  text-align: center;
}
.filter-ul {
  display: inline-block;
}
.filter {
  display: inline-block;
  margin-right: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  border-top: 2px solid white;
  font-size: 13px;
  font-weight: 400;
}
.flt-lnk {
  padding-top: 16px;
  padding-bottom: 16px;
  color: #515151;
  text-decoration: none;
}
.ver-remove-spc {
  margin-bottom: 40px;
}

/* 1-18. Team */
.team-img-wrapper {
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
}
.overlay-team {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: rgba(0, 0, 0, 0.8);
  text-align: center;
}
.soc-team {
  width: 30px;
  opacity: 0.7;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  color: white;
}
.soc-team:hover {
  opacity: 1;
}
.sub-tittle-team {
  margin-bottom: 15px;
  color: #919191;
  font-size: 14px;
}

/* 1-19. Large Testimonials */
.big-testimonials-wrapper {
  text-align: center;
}
.testi-photo {
  display: block;
  width: 100px;
  height: 100px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 100%;
  background-image: url('../images/cleint3.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.testi-photo._2 {
  background-image: url('../images/client1.jpg');
}
.testi-photo._3 {
  background-image: url('../images/client2.jpg');
}
.b-test-txt {
  margin-top: 20px;
  padding-right: 120px;
  padding-left: 120px;
}
.p-big-test {
  color: white;
  font-size: 17px;
  line-height: 30px;
  font-style: italic;
}
.b-test-name {
  margin-top: 16px;
}
.tm-margin {
  margin-bottom: 25px;
}
.portfolio-pagination {
  margin-bottom: 50px;
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e1e1e1;
}
.portfolio-pagination.blog-pag {
  padding-top: 0px;
  padding-bottom: 0px;
}
.p-pagination {
  width: 30px;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  color: #bebebe;
  font-size: 17px;
  line-height: 44px;
  text-align: center;
  text-decoration: none;
}
.p-pagination.p-pag-all {
  position: relative;
  top: 7px;
  font-size: 26px;
}
.blog-search {
  height: 45px;
  padding-left: 35px;
  border: 1px solid #ddd;
  background-image: url('../images/search_adadad_100.png');
  background-position: 12px 50%;
  background-size: 16px;
  background-repeat: no-repeat;
  box-shadow: rgba(180, 180, 180, 0.2) 0px 1px 2px 1px;
}
.select-filed {
  height: 41px;
  border: 1px solid #ddd;
  box-shadow: rgba(180, 180, 180, 0.2) 0px 1px 2px 1px;
}
.li-post {
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ebebeb;
}
.li-post.n-line {
  border-bottom-style: none;
}
.sidebar {
  padding-left: 15px;
}
.meta-tag {
  color: #919191;
  font-size: 13px;
  line-height: 24px;
}
.blog-img {
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
  text-align: center;
}
.blog-pagination {
  text-align: right;
}
.padd-right {
  padding-left: 19px;
}
.blog-author {
  width: 100px;
  height: 100px;
  margin-right: 12px;
  float: left;
  border-radius: 100%;
  background-image: url('../images/cleint3.jpg');
  background-position: 50% 50%;
  background-size: cover;
}
.author-wrapper {
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
}
.share-post {
  margin-right: 15px;
  float: right;
}
.comment-photo {
  width: 50px;
  height: 50px;
  margin-right: 15px;
  float: left;
  background-image: url('../images/client2.jpg');
  background-size: cover;
}
.comment-photo._2 {
  background-image: url('../images/cleint3.jpg');
}
.comment-wraper {
  overflow-x: hidden;
  overflow-y: hidden;
}
.h-comment {
  margin-bottom: 0px;
}
.reply {
  padding-left: 60px;
}
.text-field {
  height: 46px;
  margin-bottom: 15px;
  border: 1px solid #ddd;
  box-shadow: rgba(180, 180, 180, 0.2) 0px 1px 2px 1px;
}
.text-field.txt-f-2 {
  width: 300px;
}
.text-area {
  padding-bottom: 75px;
  border: 1px solid #ddd;
  box-shadow: rgba(180, 180, 180, 0.2) 0px 1px 2px 1px;
}
.map-block {
  display: block;
  padding-top: 3px;
  font-family: IRANSansWeb;
  font-weight:600;
  color: white;
  font-size: 27px;
  line-height: 30px;
  letter-spacing: 1px;
  text-decoration: none;
}
.mp-txt {
  display: inline-block;
}
.map-arrow {
  position: relative;
  top: -4px;
  display: inline-block;
  width: 30px;
  margin-left: 10px;
  font-size: 20px;
}
.banner {
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
}

/* 1-20. Sliders */

.col-center {
  text-align: center;
}
.creative-banner {
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
  height: 800px;
  background-image: url('../images/parallax.png');
  background-position: 100% 169%;
  background-size: 1497px;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.sub-txt-rotator {
  display: inline-block;
  color: rgba(255, 255, 255, 0.74);
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1px;
}
.txt-rot-con {
  position: relative;
  top: 20%;
}
.rotator-line {
  display: block;
  width: 550px;
  height: 1px;
  margin: 20px auto;
  border-style: dotted;
  border-width: 1px;
  border-color: rgba(255, 255, 255, 0.74);
}
.rotator-slider {
  height: auto;
  background-color: transparent;
}
.txt-rotator-wrapper {
  padding-right: 65px;
  padding-left: 65px;
  text-align: center;
}
.sl-rot-txt {
  color: white;
  font-size: 60px;
  line-height: 85px;
}
.slid-bus-txt {
  font-size: 44px;
  line-height: 52px;
}
.boxed-slider {
  height: 500px;
  background-color: transparent;
  background-image: -webkit-radial-gradient(50% 50%, circle, white, #e0e0e0);
  background-image: radial-gradient(circle at 50% 50%, white, #e0e0e0);
}
.shadow-slider {
  height: 50px;
  background-image: url('../images/shadow.png');
  background-position: 50% 23%;
  background-size: 920px;
  background-repeat: no-repeat;
  opacity: 0.7;
  text-align: center;
}
.dots-boxed-slider {
  font-size: 10px;
}
.boxed-slider-wrapper {
  position: relative;
  left: 100px;
  top: 140px;
}
.boxed-slider-wrapper.bx-right {
  left: -25px;
}

/* 1-21. Boxed Layout */
.boxed {
  display: block;
  background-color: #676767;
  background-image: url('../images/ptn.png');
  position: relative;
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 40px 4px;
}
.embed-sl {
  position: relative;
  left: 30px;
  top: 48px;
  padding: 18px;
}

/* 1-22. Tab Slider */
.tab-slide {
  width: 25%;
  padding: 26px 8px 26px 15px;
  float: left;
  border-top: 5px solid #8c8c8c;
  background-color: #313131;
  box-shadow: rgba(255, 255, 255, 0.02) -1px 0px 0px 0px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: white;
}
.tab-slide:hover {
  border-top-color: #6b6b6b;
  background-color: #242424;
}
.tab-slide.w--current {
  background-color: #313131;
}
.tab-sl-wrapper {
  overflow-x: hidden;
  overflow-y: hidden;
  margin-top: 6px;
}
.tittle-tb-slider {
  margin-bottom: 0px;
}
.tab-ico-number {
  width: 55px;
  height: 55px;
  margin-right: 10px;
  float: left;
  border-radius: 100%;
  color: white;
  font-size: 20px;
  line-height: 57px;
  text-align: center;
}
.caption-tab {
  position: absolute;
  top: 20px;
  right: 20px;
  padding: 19px 19px 17px;
  font-family:IRANSansWeb;
  font-weight:600;
  color: white;
  font-size: 17px;
  letter-spacing: 1px;
}
.side-cont-tab {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  width: 300px;
  height: 100%;
  padding: 18px 28px 15px 21px;
  background-color: rgba(0, 0, 0, 0.84);
}
.h-tb {
  color: white;
  font-size: 18px;
  line-height: 30px;
}
.top-line-cap-tab {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  padding: 13px 20px;
  background-color: #ac7ccc;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  color: white;
  line-height: 26px;
  text-align: center;
  text-decoration: none;
}
.top-line-cap-tab:hover {
  background-color: #313131;
}
.tab-link-caption {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: white;
  text-decoration: none;
}
.breadcrumb {
  font-size: 23px;
  font-weight: 400;
  letter-spacing: 0px;
}
.lighter {
  position: relative;
  top: -3px;
  font-family:'Open Sans', sans-serif;
  color: #b8b8b8;
  font-size: 15px;
  font-weight: 300;
}
.bread-link {
  color: #b8b8b8;
  text-decoration: none;
}
.bread-link:hover {
  text-decoration: underline;
}
.gr-color-l {
  color: #b8b8b8;
}
.animation-ico {
  display: block;
  width: 150px;
  height: 150px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 100%;
  color: white;
  font-size: 60px;
  line-height: 170px;
  text-align: center;
}

/* 2. Interaction Website */
html.w-mod-js *[data-ix="move-language-drop"] {
  display: none;
  opacity: 0;
  -webkit-transform: translate(0px, 20px);
  -ms-transform: translate(0px, 20px);
  transform: translate(0px, 20px);
}
html.w-mod-js *[data-ix="hide-search"] {
  display: none;
}
html.w-mod-js *[data-ix="move-top-btn"] {
  opacity: 0;
  -webkit-transform: translate(100px, 0px);
  -ms-transform: translate(100px, 0px);
  transform: translate(100px, 0px);
}
html.w-mod-js *[data-ix="zom-out-pico"] {
  opacity: 0;
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
}
html.w-mod-js *[data-ix="move-dt-blog"] {
  -webkit-transform: translate(0px, 43px);
  -ms-transform: translate(0px, 43px);
  transform: translate(0px, 43px);
}
html.w-mod-js *[data-ix="move-sub-full-portfolio"] {
  opacity: 0;
  -webkit-transform: translate(0px, 40px);
  -ms-transform: translate(0px, 40px);
  transform: translate(0px, 40px);
}
html.w-mod-js *[data-ix="move-tittle-full-portfolio"] {
  opacity: 0;
  -webkit-transform: translate(0px, 60px);
  -ms-transform: translate(0px, 60px);
  transform: translate(0px, 60px);
}
html.w-mod-js *[data-ix="move-process-text"] {
  opacity: 0;
  -webkit-transform: translate(0px, 100px);
  -ms-transform: translate(0px, 100px);
  transform: translate(0px, 100px);
}
html.w-mod-js *[data-ix="move-titte-procces"] {
  -webkit-transform: translate(0px, 40px);
  -ms-transform: translate(0px, 40px);
  transform: translate(0px, 40px);
}
html.w-mod-js *[data-ix="out-click-remove-modal"] {
  display: none;
  opacity: 0;
}
html.w-mod-js *[data-ix="move-social-team"] {
  -webkit-transform: translate(0px, 60px);
  -ms-transform: translate(0px, 60px);
  transform: translate(0px, 60px);
}
html.w-mod-js *[data-ix="remove-map"] {
  height: 0px;
}
html.w-mod-js *[data-ix="move-mascot-slide"] {
  opacity: 0;
  -webkit-transform: translate(150px, 0px);
  -ms-transform: translate(150px, 0px);
  transform: translate(150px, 0px);
}
html.w-mod-js *[data-ix="move-from-bottom-txt-slider"] {
  opacity: 0;
  -webkit-transform: translate(0px, 25px);
  -ms-transform: translate(0px, 25px);
  transform: translate(0px, 25px);
}
html.w-mod-js *[data-ix="move-from-left-txt-slider"] {
  opacity: 0;
  -webkit-transform: translate(-25px, 0px);
  -ms-transform: translate(-25px, 0px);
  transform: translate(-25px, 0px);
}
html.w-mod-js *[data-ix="zoom-scale-button-slider"] {
  opacity: 0;
  -webkit-transform: rotate(-15deg) scale(1.3);
  -ms-transform: rotate(-15deg) scale(1.3);
  transform: rotate(-15deg) scale(1.3);
}
html.w-mod-js *[data-ix="zoom-scale-button-slider-2"] {
  opacity: 0;
  -webkit-transform: rotate(-15deg) scale(1.3);
  -ms-transform: rotate(-15deg) scale(1.3);
  transform: rotate(-15deg) scale(1.3);
}
html.w-mod-js *[data-ix="move-mascot-from-bottom-top"] {
  opacity: 0;
  -webkit-transform: translate(0px, 510px);
  -ms-transform: translate(0px, 510px);
  transform: translate(0px, 510px);
}
html.w-mod-js *[data-ix="zom-in-out-txt-slider"] {
  opacity: 0;
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
}
html.w-mod-js *[data-ix="zom-in-out-txt-slider-2"] {
  opacity: 0;
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
}
html.w-mod-js *[data-ix="move-from-bottom-txt-slider-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, 25px);
  -ms-transform: translate(0px, 25px);
  transform: translate(0px, 25px);
}
html.w-mod-js *[data-ix="zoom-scale-button-slider-3"] {
  opacity: 0;
  -webkit-transform: rotate(-15deg) scale(1.3);
  -ms-transform: rotate(-15deg) scale(1.3);
  transform: rotate(-15deg) scale(1.3);
}
html.w-mod-js *[data-ix="move-from-bottom-txt-slider-3"] {
  opacity: 0;
  -webkit-transform: translate(0px, 25px);
  -ms-transform: translate(0px, 25px);
  transform: translate(0px, 25px);
}
html.w-mod-js *[data-ix="move-txt-from-right"] {
  opacity: 0;
  -webkit-transform: translate(30px, 0px);
  -ms-transform: translate(30px, 0px);
  transform: translate(30px, 0px);
}
html.w-mod-js *[data-ix="zom-in-out-txt-slider-3"] {
  opacity: 0;
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
}
html.w-mod-js *[data-ix="move-from-left-txt-slider-2"] {
  opacity: 0;
  -webkit-transform: translate(-25px, 0px);
  -ms-transform: translate(-25px, 0px);
  transform: translate(-25px, 0px);
}
html.w-mod-js *[data-ix="slider-rot-from-top"] {
  opacity: 0;
  -webkit-transform: translate(0px, -30px);
  -ms-transform: translate(0px, -30px);
  transform: translate(0px, -30px);
}
html.w-mod-js *[data-ix="slide-rot-line"] {
  opacity: 0;
  width: 0px;
}
html.w-mod-js *[data-ix="big-text-rot"] {
  opacity: 0;
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
html.w-mod-js *[data-ix="rot-btn-form-bottom"] {
  opacity: 0;
  -webkit-transform: translate(0px, 40px);
  -ms-transform: translate(0px, 40px);
  transform: translate(0px, 40px);
}
html.w-mod-js *[data-ix="move-from-left-txt-slider-3"] {
  opacity: 0;
  -webkit-transform: translate(-25px, 0px);
  -ms-transform: translate(-25px, 0px);
  transform: translate(-25px, 0px);
}
html.w-mod-js *[data-ix="zom-in-out-txt-slider-4"] {
  opacity: 0;
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
}
html.w-mod-js *[data-ix="move-from-bottom-txt-slider-4"] {
  opacity: 0;
  -webkit-transform: translate(0px, 25px);
  -ms-transform: translate(0px, 25px);
  transform: translate(0px, 25px);
}
html.w-mod-js *[data-ix="caption-tab"] {
  opacity: 0;
  -webkit-transform: translate(300px, 0px);
  -ms-transform: translate(300px, 0px);
  transform: translate(300px, 0px);
}
html.w-mod-js *[data-ix="side-tab"] {
  opacity: 0;
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

/* 3. Responsive */
@media (max-width: 991px) {
    .resizefont {
    font-size:12px;
    }

 
  .section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
 
  .mix {
    width: 50%;
  }
   .mixx {
    width: 50%;
  }

        .mix.mix-2 {
    width: 33.33334%;
  }
  .mix.mix-3 {
     width: 33.33334%;
  }
    .mix.mix-5 {
    width: 33.33334%;
  }
      .mix.mix-6 {
     width: 33.33334%;
  }
        .mix.mix-7 {
    width: 33.33334%;
  }
          .mix.mix-8 {
     width: 33.33334%;
  }
            .mix.mix-9 {
     width: 33.33334%;
  }


  .vertical-pagination.v-p-remove-mg {
    margin-right: 0px;
    margin-left: 0px;
  }
  .core-wrapper {
    margin-bottom: 36px;
  }
  .tab {
    margin-bottom: 10px;
  }
  .procces-wrapper {
    width: 50%;
  }
  .footer {
    padding-top: 65px;
    padding-bottom: 120px;
  }
  .col-footer {
    height: auto;
    border-right-style: none;
  }
  .h-minimal {
    font-size: 19px;
  }
  .mega-menu.w--open {
    width: auto;
    max-width: 728px;
    padding-left: 11px;
  }
  .mega-tittle {
    margin-bottom: 24px;
    border-right-style: none;
  }
  .mega-tittle.with-no-line {
    margin-bottom: 0px;
  }
  .inner-space {
    margin-top: 50px;
  }
  .vertical-menu {
    width: 23%;
  }
  .call-to-action {
    padding-top: 17px;
    padding-bottom: 17px;
  }
  .left-aglin-column {
    text-align: center;
  }
  .left-aglin-column.cetner {
    text-align: center;
  }
  .m-p {
    margin-bottom: 15px;
    text-align: center;
  }
  .sidebar {
    margin-top: 30px;
    padding-left: 0px;
  }
  .row-slider {
    text-align: center;
  }
  #change-tp.bslider-txt-wrapper {
    top: -30px;
  }
  #change-tp-a.bslider-txt-wrapper {
    top: -30px;
  }
  #change-tp-b.bslider-txt-wrapper {
    top: -30px;
  }
  .creative-banner {
    height: 676px;
  }
  .sl-rot-txt {
    font-size: 57px;
  }
  .slid-bus-txt {
    margin-bottom: 5px;
    font-size: 38px;
  }
  #change-tp-2.boxed-slider-wrapper {
    left: 35px;
    top: 114px;
  }
  .boxed-layout {
    margin-right: 0px;
    margin-left: 0px;
  }
  .tab-slide {
    width: 50%;
  }
  .center {
    text-align: center;
  }
  .img-e-wrap {
    margin-top: 40px;
  }
  #myaffix.normal-header.affix {
        position: relative;
        top: auto;
        width: auto;
  }
}
@media (max-width: 767px) {

    .resizefont {
    font-size:12px;
    }
 
  .mix.mix-3 {
    width: 50%;
  }

  
        .mix.mix-2 {
    width: 50%;
  }
  .mix.mix-3 {
     width: 50%;
  }
    .mix.mix-5 {
     width: 50%;
  }
      .mix.mix-6 {
     width: 50%;
  }
        .mix.mix-7 {
     width: 50%;
  }
          .mix.mix-8 {
     width: 50%;
  }
            .mix.mix-9 {
     width: 50%;
  }


  .divider-space {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .divider-space.less-space {
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .popup {
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    overflow-x: scroll;
    overflow-y: scroll;
    margin-right: 10px;
    margin-left: 10px;
    padding: 27px;
  }
  .remove-modal {
    top: 10px;
    right: 10px;
  }
  .left-aglin-column {
    text-align: center;
  }
 
  .icon-wrapper {
    margin-bottom: 20px;
  }
  .pricing-table {
    margin-bottom: 15px;
  }
  .portfolio-pagination {
    text-align: center;
  }
  .padd-right {
    margin-top: 20px;
    padding-left: 0px;
  }
  .mp-txt {
    font-size: 20px;
  }
  .slider-sub-text {
    font-size: 16px;
  }
  .bslider-txt-wrapper {
    padding-right: 39px;
    padding-left: 39px;
	top:  -25px;
  }
  .creative-banner {
    height: 604px;
  }
  .sub-txt-rotator {
    font-size: 13px;
  }
  .rotator-line {
    width: 515px;
  }
  .sl-rot-txt {
    font-size: 41px;
    line-height: 67px;
  }
  .slid-bus-txt {
    font-size: 35px;
  }
  #change-tp-2.boxed-slider-wrapper {
    left: 0px;
    top: 7px;
  }
  #change-tp-3.boxed-slider-wrapper.bx-right {
    left: 4px;
    top: -10px;
  }
  #change-tp-4.embed-sl {
    left: 0px;
    top: 0px;
  }
  .breadcrumb {
    margin-bottom: 15px;
    text-align: center;
  }
  .center {
    text-align: center;
  }
  .res-space {
    margin-top: 30px;
  }
}
@media (max-width: 479px) {

    .resizefont {
    font-size:12px;
    }

 
  .mix {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }
    .mixx {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }
      .mix.mix-2 {
    width: 100%;
  }
  .mix.mix-3 {
    width: 100%;
  }
    .mix.mix-5 {
    width: 100%;
  }
      .mix.mix-6 {
    width: 100%;
  }
        .mix.mix-7 {
    width: 100%;
  }
          .mix.mix-8 {
    width: 100%;
  }
            .mix.mix-9 {
    width: 100%;
  }


  .tab {
    margin-bottom: 12px;
  }
  .lightbox-tb {
    margin-bottom: 20px;
    float: none;
  }
 
  .divider-space.less-space {
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .popup {
    margin-right: 5px;
    margin-left: 5px;
    padding: 22px;
  }
  .remove-modal {
    top: 5px;
    right: 5px;
  }
  .call-to-action.cta-v-color {
    padding-bottom: 28px;
  }
  .filter {
    display: block;
  }
  .b-test-txt {
    padding-right: 28px;
    padding-left: 28px;
  }
  .text-field.txt-f-2 {
    width: 280px;
  }
  .creative-banner {
    height: 538px;
  }
  .rotator-line {
    width: 270px;
  }
  .txt-rotator-wrapper {
    padding-right: 10px;
    padding-left: 10px;
  }
  .sl-rot-txt {
    margin-top: 0px;
    font-size: 26px;
    line-height: 48px;
  }
  .boxed-slider {
    height: 446px;
  }
  .tab-slide {
    width: 100%;
  }
  .lighter {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
        .w-container {
          max-width: 100%;
        }
}
@media screen and (max-width: 1300px) {
        .vertical-pagination {
          margin-left: -16px;
          margin-right: -16px;
        }
}
@media screen and (max-width: 1198px) {
    
        .bslider-txt-wrapper {
          top:  36px;
        }
        
        .boxed-slider-wrapper {
          top:  110px;
          left: 65px;
        }
        
        .embed-sl {
            top: 87px;
        }
}
@media screen and (max-width: 1040px) {
        .social-full {
          display:none;
        }
}

/* 4. @Font-Face */
@font-face {
  font-family: 'Lovelo';
  src: url('../fonts/Lovelo_Black.otf') format('embedded-opentype'), url('../fonts/Lovelo_Black.woff') format('woff'), url('../fonts/Lovelo_Black.ttf') format('truetype'), url('../fonts/Lovelo_Black.eot') format('opentype');
  font-weight: 600;
  font-style: normal;
}