﻿/*




*/

/* ---------------------------------------------
Table of contents
------------------------------------------------
01. font & reset css
02. reset
03. global styles
04. header
05. banner
06. features
07. testimonials
08. contact
09. footer
10. preloader
11. search
12. portfolio

--------------------------------------------- */
/* 
---------------------------------------------
font & reset css
--------------------------------------------- 
*/



  @font-face {
	font-family: 'yekanFont';
	src: url(../fonts/Yekan/Yekan.eot);
	src: url(../fonts/Yekan/Yekan.eot?#iefix) format("embedded-opentype"),
         url(../fonts/Yekan/Yekan.woff) format("woff"),
         url(../fonts/Yekan/Yekan.ttf) format("truetype"),
         url(../fonts/Yekan/Yekan.svg#BYekan) format("svg");
	}

  @font-face {
	font-family: 'shabnamFont';
	src: url(../fonts/Shabnam/Shabnam.eot);
	src: url(../fonts/Shabnam/Shabnam.eot?#iefix) format("embedded-opentype"),
         url(../fonts/Shabnam/Shabnam.woff) format("woff"),
         url(../fonts/Shabnam/Shabnam.ttf) format("truetype"),
         url(../fonts/Shabnam/Shabnam.svg#BYekan) format("svg");
	}




/* 
---------------------------------------------
reset
--------------------------------------------- 
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, div
pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q,
s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
figure, header, nav, section, article, aside, footer, figcaption {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  
}

/* clear fix */
.grid:after {
  content: '';
  display: block;
  clear: both;
}

/* ---- .grid-item ---- */

.grid-sizer,
.grid-item {
  width: 50%;
}

.grid-item {
  float: left;
}

.grid-item img {
  display: block;
  max-width: 100%;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clearfix {
  display: inline-block;
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}

ul, li {
  padding: 0;
  margin: 0;
  list-style: none;
}

header, nav, section, article, aside, footer, hgroup {
  display: block;
}

* {
  box-sizing: border-box;
}

html, body {
  font-family:shabnamFont,'Poppins', sans-serif,shabnamFont;
  font-weight: 400;
  background-color: #fff;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  text-decoration: none !important;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0px;
  margin-bottom: 0px;
}

ul {
  margin-bottom: 0px;
}

p {
  font-size: 14px;
  line-height: 30px;
  font-weight: 300;
  color: #191a20;
}

img {
  width: 100%;
  overflow: hidden;
}

/* 
---------------------------------------------
global styles
--------------------------------------------- 
*/
html,
body {
  background: #fff;
  font-family: 'Poppins', sans-serif,shabnamFont;
}

::selection {
 
  background: #b5351a;
  color: #fff !important;
}

::-moz-selection {
  /*background: #fe664e;*/
  background: #b5351a;
  color: #fff !important;
}

@media (max-width: 991px) {
  html, body {
    overflow-x: hidden;
  }
  .mobile-top-fix {
    margin-top: 30px;
    margin-bottom: 0px;
  }
  .mobile-bottom-fix {
    margin-bottom: 30px;
  }
  .mobile-bottom-fix-big {
    margin-bottom: 60px;
  }
}

.page-section {
  margin-top: 120px;
}


.section1 {
      /*background-image: linear-gradient(15deg, #13547a 0%, #80d0c7 100%);
      background-image: linear-gradient(15deg, #cacaca 0%, #fff 100%);


  position: relative;
  overflow: hidden;
   padding-top: 50px;
  padding-bottom: 50px;*/

  position: relative;
  overflow: hidden;
   padding-top: 50px;
  padding-bottom: 50px;
  background-image: url(../images/Service/b1.jpg);
  
 
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 50px 0px;
  text-align: center;
  position: relative;
  z-index: 2;
  margin-top: 0px;
  height:500px;

}


.section-heading {
  /*position: relative;
  z-index: 2;*/
  
 font-family:shabnamFont;
 font-size:18px;
  text-align:right;
  direction:rtl;
  padding-bottom:0px;
  
}


.section-heading h6 {
  font-size: 15px;
  font-weight: 700;
  /*color: #fe664e;*/
  color: #136531;

  text-transform: uppercase;
  margin-bottom: 15px;
  
}

.section-heading h4 {
  color: #2a2a2a;
  font-size: 18px;
  font-weight: 600;
  text-transform: capitalize;
  margin-top:5px;


}

.section-heading h4 em {
  font-style: normal;
  /*color: #fe664e;*/
  color:#b5351a;
}


.section-heading .line-dec {
  width: 180px;
  height: 2px;
  /*background-color: #fe664e;*/
  background-color: #808080;
  margin-bottom:10px;
  text-align:center;
  
}




.border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  /*color: #fe664e !important;*/
  color: #66914a !important;

  /*border: 1px solid #fe664e !important;*/
  border: 1px solid #66914a !important;

  border-radius: 23px;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
}

.border-first-button a:hover {
  /*background-color: #fe664e;*/
  background-color: #66914a;
  

  color: #fff !important;
}



/* 
---------------------------------------------
header
--------------------------------------------- 
*/

.pre-header-Admin {
  background-color: #efefef;
  height: 60px;
  padding: 15px 0px;
  font-family:shabnamFont;
    direction:rtl;
  color:#2a2a2a;

}

.pre-header {
  background-color: #f7f7f0;
  height: 60px;
  padding: 15px 0px;
  /*font-weight:800;*/
  font-family:shabnamFont;
  /*direction:rtl;*/
  color:#2a2a2a;

}

.pre-header ul li {
  display: inline-block;
}

.pre-header ul.info li {
  margin-right: 38px;
}

.pre-header ul.info li a {
  color: #afafaf;
  /*color:#2a2a2a;*/
  color: #191a20;
  font-size: 14px;
  transition: all .3s;
}

.pre-header ul.info li a:hover {
  /*color: #fe664e;*/
  color: #afafaf;
}

.pre-header ul.info li a i {
  font-size: 18px;
  margin-right: 8px;
}

.pre-header ul.social-media {
  text-align: right;
}

.pre-header ul.social-media li {
  margin-left: 5px;
}

.pre-header ul.social-media li a {
  background-color: #afafaf;
  color: #fff;
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  font-size: 14px;
  transition: all .3s;
}

.pre-header ul.social-media li a:hover {
  /*background-color: #fe664e;*/
  background-color: #6691a4;
}

.background-header {
  background-color: #fff!important;
  height: 80px!important;
  position: fixed!important;
  top: 0px;
  left: 0px;
  right: 0px;
  box-shadow: 0px 5px 8px rgba(0,0,0,0.03);
}

.background-header .logo,
.background-header .main-nav .nav li a {
  color: #fff;
}

.background-header .main-nav .nav li:hover a {
  /*color: #fe664e;*/
  color: #66914a;

}

.background-header .nav li a.active {
  position: relative;
  color: #fff;
}

.background-header .nav li a.active:after {
  position: absolute;
  width: 100%;
  /*height: 3px;*/
  /*background-color: #fe664e;*/
  background-color: #b5351a;

  content: '';
  left: 50%;
  bottom: -20px;
  transform: translateX(-50%);
}

.background-header .nav li:last-child a.active:after {
  background-color: transparent;
}

.header-area {
  background-color: #fff;
  box-shadow: 0px 5px 8px rgba(0,0,0,0.03);
  position: absolute;
  left: 0px;
  right: 0px;
  z-index: 100;
  height: 100px;
  -webkit-transition: all .5s ease 0s;
  -moz-transition: all .5s ease 0s;
  -o-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
  
}

.header-area .main-nav {
  min-height: 90px;
  background: transparent;
}

.header-area .main-nav .logo {
  float: left;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.header-area .main-nav .logo {
    /*line-height: 100px;*/
    float: right;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    /*margin-top: 5px;*/
}

.background-header .main-nav .logo {
  /*line-height: 80px;*/
}

.background-header .main-nav .nav {
  margin-top: 20px !important;
}

.header-area .main-nav .nav {
  float: right;
  margin-top: 30px;
  margin-right: 50px;
  background-color: transparent;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  z-index: 999;
}

.header-area .main-nav .nav li {
  padding-left: 20px;
  padding-right: 20px;
}

.header-area .main-nav .nav li:last-child {
  padding-right: 0px;
  /*padding-left: 40px;*/
}

.header-area .main-nav .nav li:last-child a ,
.background-header .main-nav .nav li:last-child a {
  /*padding: 0px 20px !important;*/
  margin-right:20px;
  font-weight: 400;
}

.header-area .main-nav .nav li:last-child a:hover ,
.background-header .main-nav .nav li:last-child a:hover {
  /*color: #fff !important;*/
}

.header-area .main-nav .nav li a {
  display: block;
  font-family:shabnamFont !important;
  font-family:yekanFont !important;
  font-weight: 500;
  font-size: 14px;
  color: #2a2a2a;
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  height: 40px;
  line-height: 40px;
  border: transparent;
  /*letter-spacing: 1px;*/
}

.header-area .main-nav .nav li:hover a,
.header-area .main-nav .nav li a.active {
  /*color: #fe664e!important;*/
  color: #2a2a2a !important;
  font-weight:500;
  border-bottom:solid;
  border-bottom-color:#b5351a;
  border-bottom-width:1px;
  /*padding-bottom:40px;*/

}

.background-header .main-nav .nav li:hover a,
.background-header .main-nav .nav li a.active {
  
  /*color: #fe664e!important;*/
  /*color: #b5351a!important;*/
  opacity: 1;
}

.header-area .main-nav .nav li.submenu {
  position: relative;
  padding-right: 30px;
}

.header-area .main-nav .nav li.submenu:after {
  font-family: FontAwesome;
  content: "\f107";
  font-size: 12px;
  color: #2a2a2a;
  position: absolute;
  right: 18px;
  top: 12px;
}

.background-header .main-nav .nav li.submenu:after {
  color: #2a2a2a;
}

.header-area .main-nav .nav li.submenu ul {
  position: absolute;
  width: 200px;
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
  overflow: hidden;
  top: 50px;
  opacity: 0;
  transform: translateY(+2em);
  visibility: hidden;
  z-index: -1;
  transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
}

.header-area .main-nav .nav li.submenu ul li {
  margin-left: 0px;
  padding-left: 0px;
  padding-right: 0px;
}

.header-area .main-nav .nav li.submenu ul li a {
  opacity: 1;
  display: block;
  background: #f7f7f7;
  color: #2a2a2a!important;
  padding-left: 20px;
  height: 40px;
  line-height: 40px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  font-size: 13px;
  font-weight: 400;
  border-bottom: 1px solid #eee;
}

.header-area .main-nav .nav li.submenu ul li a:hover {
  background: #fff;
  color: #fe664e!important;
  padding-left: 25px;
}

.header-area .main-nav .nav li.submenu ul li a:hover:before {
  width: 3px;
}

.header-area .main-nav .nav li.submenu:hover ul {
  visibility: visible;
  opacity: 1;
  z-index: 1;
  transform: translateY(0%);
  transition-delay: 0s, 0s, 0.3s;
}

.header-area .main-nav .menu-trigger {
  cursor: pointer;
  display: block;
  position: absolute;
  top: 33px;
  width: 32px;
  height: 40px;
  text-indent: -9999em;
  z-index: 99;
  /*right: 40px;*/
  left:40px;
  display: none;
}

.background-header .main-nav .menu-trigger {
  top: 23px;
}

.header-area .main-nav .menu-trigger span,
.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #2a2a2a;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
}

.background-header .main-nav .menu-trigger span,
.background-header .main-nav .menu-trigger span:before,
.background-header .main-nav .menu-trigger span:after {
  background-color: #2a2a2a;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #2a2a2a;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
  width: 75%;
}

.background-header .main-nav .menu-trigger span:before,
.background-header .main-nav .menu-trigger span:after {
  background-color: #2a2a2a;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  content: "";
}

.header-area .main-nav .menu-trigger span {
  top: 16px;
}

.header-area .main-nav .menu-trigger span:before {
  -moz-transform-origin: 33% 100%;
  -ms-transform-origin: 33% 100%;
  -webkit-transform-origin: 33% 100%;
  transform-origin: 33% 100%;
  top: -10px;
  z-index: 10;
}

.header-area .main-nav .menu-trigger span:after {
  -moz-transform-origin: 33% 0;
  -ms-transform-origin: 33% 0;
  -webkit-transform-origin: 33% 0;
  transform-origin: 33% 0;
  top: 10px;
}

.header-area .main-nav .menu-trigger.active span,
.header-area .main-nav .menu-trigger.active span:before,
.header-area .main-nav .menu-trigger.active span:after {
  background-color: transparent;
  width: 100%;
}

.header-area .main-nav .menu-trigger.active span:before {
  -moz-transform: translateY(6px) translateX(1px) rotate(45deg);
  -ms-transform: translateY(6px) translateX(1px) rotate(45deg);
  -webkit-transform: translateY(6px) translateX(1px) rotate(45deg);
  transform: translateY(6px) translateX(1px) rotate(45deg);
  background-color: #2a2a2a;
}

.background-header .main-nav .menu-trigger.active span:before {
  background-color: #2a2a2a;
}

.header-area .main-nav .menu-trigger.active span:after {
  -moz-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -ms-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -webkit-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  transform: translateY(-6px) translateX(1px) rotate(-45deg);
  background-color: #2a2a2a;
}

.background-header .main-nav .menu-trigger.active span:after {
  background-color: #2a2a2a;
}

.header-area.header-sticky {
  min-height: 80px;
}

.header-area .nav {
  margin-top: 30px;
}

.header-area.header-sticky .nav li a.active {
  color: #fe664e;
  
}

@media (max-width: 1200px) {
  .header-area .main-nav .nav li {
    padding-left: 12px;
    padding-right: 12px;
  }
  .header-area .main-nav:before {
    display: none;
  }
}

@media (max-width: 992px) {
  .header-area .main-nav .nav li:last-child  ,
  .background-header .main-nav .nav li:last-child {
    /*display: none;*/
  }
  .header-area .main-nav .nav li:nth-child(6),
  .background-header .main-nav .nav li:nth-child(6) {
    padding-right: 0px;
  }
  .background-header .nav li a.active:after {
    display: none;
  }
}

@media (max-width: 767px) {

  .pre-header ul.info li:last-child {
    /*display: none;*/
  }
  .background-header .main-nav .nav {
    margin-top: 80px !important;
    background-color:#136531;
  }
  .header-area .main-nav .logo {
    color: #1e1e1e;
  }
  .header-area.header-sticky .nav li a:hover,
  .header-area.header-sticky .nav li a.active {
    /*color: #fe664e!important;*/
    color: #66914a!important;

    opacity: 1;
  }
  .header-area.header-sticky .nav li.search-icon a {
    width: 100%;
  }
  .header-area {
    background-color: #fff;
    /*padding: 0px 10px;*/
    height: 100px;
    box-shadow: none;
    text-align: center;
    box-shadow: 0px 5px 8px rgba(0,0,0,0.03);
  }
  .header-area .container {
    padding: 0px;
  }
  .header-area .logo {
    /*margin-left: 30px;*/
  }
  .header-area .menu-trigger {
    display: block !important;
  }
  .header-area .main-nav {
    overflow: hidden;
  }
  .header-area .main-nav .nav {
      float: none;
    width: 100%;
    display: none;
    -webkit-transition: all 0s ease 0s;
    -moz-transition: all 0s ease 0s;
    -o-transition: all 0s ease 0s;
    transition: all 0s ease 0s;
    margin-left: 0px;
  }
  .background-header .nav {
    margin-top: 80px;
  }
  .header-area .main-nav .nav li:first-child {
    border-top: 1px solid #eee;
  }
  .header-area.header-sticky .nav {
    margin-top: 100px;
  }
  .header-area .main-nav .nav li {
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #e7e7e7;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .header-area .main-nav .nav li a {
    height: 50px !important;
    line-height: 50px !important;
    padding: 0px !important;
    border: none !important;
    background: #f7f7f7 !important;

    color: #191a20 !important;
  }
  .header-area .main-nav .nav li a:hover {
    background: #eee !important;
    /*color: #fe664e!important;*/
    color: #66914a!important;
    
  }
  .header-area .main-nav .nav li.submenu ul {
    position: relative;
    visibility: inherit;
    opacity: 1;
    z-index: 1;
    transform: translateY(0%);
    transition-delay: 0s, 0s, 0.3s;
    top: 0px;
    width: 100%;
    box-shadow: none;
    height: 0px;
  }
  .header-area .main-nav .nav li.submenu ul li a {
    font-size: 12px;
    font-weight: 400;
  }
  .header-area .main-nav .nav li.submenu ul li a:hover:before {
    width: 0px;
  }
  .header-area .main-nav .nav li.submenu ul.active {
    height: auto !important;
  }
  .header-area .main-nav .nav li.submenu:after {
    color: #3B566E;
    right: 25px;
    font-size: 14px;
    top: 15px;
  }
  .header-area .main-nav .nav li.submenu:hover ul, .header-area .main-nav .nav li.submenu:focus ul {
    height: 0px;
  }
}

@media (min-width: 768px) {
  .header-area .main-nav .nav {
    display: flex !important;
    direction:rtl;
   
  }
}

/* 
---------------------------------------------
preloader
--------------------------------------------- 
*/

.js-preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    opacity: 1;
    visibility: visible;
    z-index: 9999;
    -webkit-transition: opacity 0.25s ease;
    transition: opacity 0.25s ease;
}

.js-preloader.loaded {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

@-webkit-keyframes dot {
    50% {
        -webkit-transform: translateX(96px);
        transform: translateX(96px);
    }
}

@keyframes dot {
    50% {
        -webkit-transform: translateX(96px);
        transform: translateX(96px);
    }
}

@-webkit-keyframes dots {
    50% {
        -webkit-transform: translateX(-31px);
        transform: translateX(-31px);
    }
}

@keyframes dots {
    50% {
        -webkit-transform: translateX(-31px);
        transform: translateX(-31px);
    }
}

.preloader-inner {
    position: relative;
    width: 142px;
    height: 40px;
    background: #fff;
}

.preloader-inner .dot {
    position: absolute;
    width: 16px;
    height: 16px;
    top: 12px;
    left: 15px;
    /*background: #fe664e;*/
    background: #b5351a;

    border-radius: 50%;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-animation: dot 2.8s infinite;
    animation: dot 2.8s infinite;
}

.preloader-inner .dots {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    margin-top: 12px;
    margin-left: 31px;
    -webkit-animation: dots 2.8s infinite;
    animation: dots 2.8s infinite;
}

.preloader-inner .dots span {
    display: block;
    float: left;
    width: 16px;
    height: 16px;
    margin-left: 16px;
    /*background: #fe664e;*/
    background: #b5351a;
    
    border-radius: 50%;
}



/* 
---------------------------------------------
Banner Style
--------------------------------------------- 
*/

.main-banner {
   background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 10px 0px 10px 0px ;
  /*padding: 40px 0px 0px 0px;*/
  position: relative;
  overflow: hidden;
  
 font-family:shabnamFont;
  text-align:right;
  /*direction:rtl;*/
  position:relative;
  text-align:justify;


}

.main-banner:after {
  content: '';
  background-image: url(../images/slider-left-dec.jpg);
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 60px;
  width: 262px;
  height: 625px;
  z-index: 1;
}

.main-banner:before {
  content: '';
  background-image: url(../images/slider-right-dec.jpg);
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 60px;
  width: 1159px;
  height: 797px;
  z-index: -1;
}

.main-banner .left-content {
  /*margin-right: 0px;*/
   padding: 40px 0px 0px 0px;
}

.main-banner .left-content h6 {
  text-transform: capitalize;
  font-size: 20px;
  font-weight: 600;
  /*color: #fe664e;*/
  color:#1e1e1e;
  margin-bottom: 15px;
  text-transform: uppercase;
  text-align:right;
}

.main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  font-size: 50px;
  color: #2a2a2a;
  margin-bottom: 20px;
}

.main-banner .left-content p {
  margin-bottom: 5px;
  margin-right: 0px;
}

.main-banner .right-image {
  text-align: right;
  position: relative;
  z-index: 20;
}

.main-banner .right-image img {
  max-width: 593px;
}





/* 
---------------------------------------------
About Style
--------------------------------------------- 
*/

.about {
  /*padding-top: 130px;*/
  padding-top: 90px;
}

.about-left-image img {
  margin-right: 45px;
}

.about-right-content p {
  margin-top: 5px;
  margin-bottom: 5px;
}

.about p {
  transition: all .3s;
  position: relative;
  z-index: 1;
  font-size: 15px;
  color:#191a20 !important;
  /*margin-bottom: 20px;*/
}



.skills-content {
  position: relative;
  z-index: 1;
  margin-top: -50px;
  background-color: #f5f5f5;
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 50px;
  padding: 110px 0px 50px 0px;
}

.skill-item {
  text-align: center;
}

.progress {
  width: 150px;
  height: 150px;
  line-height: 150px;
  background: none;
  margin: 0 auto;
  box-shadow: none;
  position: relative;
}
.progress:after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 5px solid #fff;
  position: absolute;
  top: 0;
  left: 0;
}
.progress > span {
  width: 50%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 1;
}
.progress .progress-left {
  left: 0;
}
.progress .progress-bar {
  width: 100%;
  height: 100%;
  background: none;
  border-width: 5px;
  border-style: solid;
  position: absolute;
  top: 0;
  border-color: #fd6a54;
}

.first-skill-item .progress .progress-bar {
  border-color: #fe664e;
  border-color: #66944a;

}

.second-skill-item .progress .progress-bar {
  border-color: #726ae3;
}

.third-skill-item .progress .progress-bar {
  border-color: #f58b56;
}

.progress .progress-left .progress-bar {
  left: 100%;
  border-top-right-radius: 75px;
  border-bottom-right-radius: 75px;
  border-left: 0;
  -webkit-transform-origin: center left;
  transform-origin: center left;
}
.progress .progress-right {
  right: 0;
}
.progress .progress-right .progress-bar {
  left: -100%;
  border-top-left-radius: 75px;
  border-bottom-left-radius: 75px;
  border-right: 0;
  -webkit-transform-origin: center right;
  transform-origin: center right;
}
.progress .progress-value {
  text-align: center;
  color: #2a2a2a;
  display: flex;
  width: 100%;
  border-radius: 50%;
  font-size: 35px;
  text-align: center;
  line-height: 25px;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-weight: 700;
  font-family:shabnamFont;
}
.progress .progress-value div {
  margin-top: 10px;
}
.progress .progress-value span {
  font-size: 18px;
  text-transform: none;
  color: #afafaf;
  font-weight: 300;
}

/* This for loop creates the  necessary css animation names 
Due to the split circle of progress-left and progress right, we must use the animations on each side. 
*/
.progress[data-percentage="10"] .progress-right .progress-bar {
  animation: loading-1 1.5s linear forwards;
}
.progress[data-percentage="10"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="20"] .progress-right .progress-bar {
  animation: loading-2 1.5s linear forwards;
}
.progress[data-percentage="20"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="30"] .progress-right .progress-bar {
  animation: loading-3 1.5s linear forwards;
}
.progress[data-percentage="30"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="40"] .progress-right .progress-bar {
  animation: loading-4 1.5s linear forwards;
}
.progress[data-percentage="40"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="50"] .progress-right .progress-bar {
  animation: loading-5 1.5s linear forwards;
}
.progress[data-percentage="50"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="60"] .progress-right .progress-bar {
  animation: loading-5 1.5s linear forwards;
}
.progress[data-percentage="60"] .progress-left .progress-bar {
  animation: loading-1 1.5s linear forwards 1.5s;
}

.progress[data-percentage="70"] .progress-right .progress-bar {
  animation: loading-5 1.5s linear forwards;
}
.progress[data-percentage="70"] .progress-left .progress-bar {
  animation: loading-2 1.5s linear forwards 1.5s;
}

.progress[data-percentage="80"] .progress-right .progress-bar {
  animation: loading-5 1.5s linear forwards;
}
.progress[data-percentage="80"] .progress-left .progress-bar {
  animation: loading-3 1.5s linear forwards 1.5s;
}

.progress[data-percentage="90"] .progress-right .progress-bar {
  animation: loading-5 1.5s linear forwards;
}
.progress[data-percentage="90"] .progress-left .progress-bar {
  animation: loading-4 1.5s linear forwards 1.5s;
}

.progress[data-percentage="100"] .progress-right .progress-bar {
  animation: loading-5 1.5s linear forwards;
}
.progress[data-percentage="100"] .progress-left .progress-bar {
  animation: loading-5 1.5s linear forwards 1.5s;
}

@keyframes loading-1 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(36);
    transform: rotate(36deg);
  }
}
@keyframes loading-2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(72);
    transform: rotate(72deg);
  }
}
@keyframes loading-3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(108);
    transform: rotate(108deg);
  }
}
@keyframes loading-4 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(144);
    transform: rotate(144deg);
  }
}
@keyframes loading-5 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(180);
    transform: rotate(180deg);
  }
}
.progress {
  margin-bottom: 1em;
}

/* 
---------------------------------------------
Services Style
--------------------------------------------- 
*/

.services {
  padding-top: 50px;
  position: relative;
  padding-bottom:50px;
  
}

.services:after {
  content: '';
  background-image: url(../images/services-left-dec.jpg);
  background-repeat: no-repeat;
  /*position: absolute;*/
  left: 0;
  top: 0px;
  width: 786px;
  height: 1217px;
  z-index: 0;
}

.services:before {
  /*content: '';
  background-image: url(../images/services-right-dec.jpg);
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 400px;
  width: 161px;
  height: 413px;
  z-index: 0;*/
}

.services .section-heading {
  text-align: center;
  margin-bottom: 10px;
}

.services .section-heading .line-dec {
  margin: 10px auto;
  /*margin-bottom:10px;*/
}

.services .naccs {
  position: relative;
  z-index: 1;
  
}

.services .icon {
  display: block;
  text-align: center;
  margin: 0 auto;
}

.services .naccs .menu div h4 {
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  width: 100%;
}

.services .icon img {
  margin-bottom: 10px;
  max-width: 50px;
  min-width: 50px;
  text-align:center;
}

.services .naccs .menu {
  text-align: center;
  margin-bottom: 30px;
 
}

.services .naccs .menu div {
  color: #2a2a2a;
  margin: 0px;
  /*/*width: 100%;*/   
  width: 15%;

  font-family:shabnamFont;
  font-size: 13px;
  font-weight: 700;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  position: relative;
  border-radius: 15px;
  transition: 0s all cubic-bezier(0.075, 0.82, 0.165, 1);
}

.services .naccs .menu div .thumb {
  display: inline-block;
  width: 100%;
  /*/*padding: 60px 5px;*/
  /*padding-right:5px;
  padding-left:5px;
  padding-bottom:20px;
  padding-top:20px;*/
  background-color: #fff;
  /*margin :20px;*/
   padding: 30px 5px;



}

.services .naccs .menu div.active {
  /*box-shadow: 0px 0px 15px rgba(0,0,0,0.1);*/
  box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
  border-radius:10px;
  border-color:#66914a;
  border-style:dashed;
  /*border-width:2px;*/
}

.services ul.nacc {
  height: 100% !important;
  position: relative;
  min-height: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
  transition: 0.5s all cubic-bezier(0.075, 0.82, 0.165, 1);
}

.services ul.nacc li {
  opacity: 0;
  transform: translateX(-50px);
  position: absolute;
  list-style: none;
  /*transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);*/
}

.services ul.nacc li.active {
  transition-delay: 0.3s;
  position: relative;
  z-index: 2;
  opacity: 1;
  transform: translateX(0px);
  box-shadow: 0px 0px 5px rgba(0,0,0,0.7);
  /*box-shadow: 1px 1px 6px rgba(0,0,0,0.7);*/
  background-color: #fff;
  border-radius: 15px;
  /*padding: 80px 120px 50px 120px;*/
   padding: 8px 12px 5px 12px;
  
}

.services ul.nacc li {
  width: 100%;
}

.services ul.nacc li .right-image img {
  /*max-width: 420px;*/
  max-width: 220px;
  /*float: right;*/
  text-align:center;
}

.services .nacc .thumb h4 {
  color: #2a2a2a;
  font-size: 20px;
  font-weight: 700;
  line-height: 35px;
  margin-bottom: 25px;
}



.services .nacc .thumb .main-white-button {
  text-align: right;
  margin-top: 40px;
}

.services .nacc .thumb .main-white-button a {
  background-color: #8d99af;
  color: #fff;
}

.services .nacc .thumb .main-white-button a i {
  background-color: #fff;
  color: #8d99af;
}

.services .left-text h4 {
  /*font-size: 20px;
  font-weight: 700;*/
  /*color: #fe664e !important;*/
  color: #66914a !important;
  font-family:shabnamFont;
  font-size:15px !important;
  text-align:right;
 
}

.services .left-text p {
  margin-bottom: 30px;
  font-family:shabnamFont;
  font-size:15px !important;
  text-align:right;
}

.nacc .ticks-list span {
  display: inline-block;
  opacity: 1;
  margin-right: 45px;
  margin-bottom: 20px;
  font-size: 15px;
  font-weight: 400;
}

.services .naccs .menu div h2 {
   z-index: 9;
   font-family:'Poppins', sans-serif;
  /*position: absolute;
  top: 15px;
  left: 45px;*/
  /*font-size: 20%;*/
  font-weight: 600;
  /*color: #fdefe9;*/
  color:#faefb2;
  color:rgba(105, 105, 105, 0.29);
}



/* 
---------------------------------------------
Free Quote
--------------------------------------------- 
*/

.free-quote {
  /*background-image: url(../images/quote-bg-v2.jpg);*/
  background-image: url(../images/test1.jpg);
 
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 90px 0px;
  text-align: center;
  position: relative;
  z-index: 2;
  margin-top: 0px;
}


.priceitem {

     /*position: relative;*/
  z-index: 1;
 
  /*border-left:6px;
  border-left-style:solid;*/
  margin-left:10px;
  box-shadow: 1px 5px 2px #efefef;
  /*background-color: #fcfcfc;
  background-color: #eee;*/

 
  /*direction:rtl;*/
  
  font-size: 15px;
  font-weight: 500;
  
  font-family:shabnamFont;
  vertical-align:bottom !important;
  text-align:left !important;
  margin-bottom:30px;
  /*margin-right:20px;
  margin-left:20px;*/
  

  /*position: relative;*/
  z-index: 1;

}


.free-quote .section-heading {
  margin-bottom: 60px;
  text-align:center
}

.free-quote .section-heading h6,
.free-quote .section-heading h4 {
  color: #fff;
}

.free-quote .section-heading .line-dec {
  margin: 0 auto;
  background-color: #fff;
}

.free-quote form {
  background-color: #fff;
  display: inline-block;
  width: 100%;
  min-height: 80px;
  border-radius: 40px;
  position: relative;
  z-index: 1;
}

.free-quote form input {
  width: 100%;
  margin-top: 20px;
  margin-left: 30px;
  color: #afafaf;
  font-weight: 400;
  font-size: 15px;
  height: 40px;
  background-color: transparent;
  border-bottom: 1px solid #eee;
  border-top: none;
  border-left: none;
  border-right: none;
  position: relative;
  z-index: 2;
  outline: none;
}

.free-quote form img {
   width: 100%;
  /*margin-top: 20px;
  margin-left: 30px;
  color: #afafaf;
  font-weight: 400;
  font-size: 15px;
  height: 40px ;*/
  height:65px !important;
  width:65px !important;
  /*text-align:left;

  background-color: transparent;
  border-bottom: 1px solid #eee;
  border-top: none;
  border-left: none;
  border-right: none;
  position: relative;
  z-index: 2;
  outline: none;*/
}

 .free-quote form label {
     /*bottom:30px;*/
    }

.free-quote form button {
  /*width: 100%;
  height: 80px;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  outline: none;
  border: none;
  margin-left: 30px;
  /*background-color: #fe664e;*/
  /*background-color: #66914a;*/

  /*font-size: 15px;*/
  /*color: #fff;*/

  width: 200px;
  height: 60px;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
  outline: none;
  border: none;
  margin-left: 30px;
  
  background-color: #66914a;

  font-size: 15px;
  color: #fff;



}





/* 
---------------------------------------------
Portfolio
--------------------------------------------- 
*/

.our-portfolio {
  padding-top: 130px;
  overflow: hidden;
  position: relative;

  background-image: url(../images/portfolio-left-dec.jpg);
   background-repeat: no-repeat;
}

/*.our-portfolio:before {
  content: '';
  background-image: url(../images/portfolio-right-dec.jpg);
  background-image: url(../images/portfolio-left-dec.jpg);
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 0px;
  width: 414px;
  height: 861px;
  z-index: ;
}

.our-portfolio:after {
  content: '';
  background-image: url(../images/portfolio-left-dec.jpg);
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0px;
  width: 677px;
  height: 759px;
  z-index: 1;
}*/

.our-portfolio .section-heading {
  margin-bottom: 80px;
}

.our-portfolio .container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  position: relative;
  z-index: 2;
}

.our-portfolio .item {
  position: relative;
  z-index: 222;
}

.portfolio-item {
  border-radius: 25px;
  box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
  margin: 15px;
}

.portfolio-item .thumb {
  position: relative;
  border-radius: 50px;
}

.portfolio-item:hover .down-content h4,
.portfolio-item:hover .down-content span {
  /*color: #fe664e;*/
  color: #66914a;
}

.portfolio-item .thumb img {
  border-top-right-radius: 23px;
  border-top-left-radius: 23px;
  overflow: hidden;
}

.portfolio-item .down-content {
  background-color: #fff;
  text-align: center;
  padding: 18px 0px;
  border-bottom-right-radius: 23px;
  border-bottom-left-radius: 23px;
}

.portfolio-item .down-content h4 {
  font-size: 20px;
  font-weight: 700;
  color: #2a2a2a;
  margin-bottom: 8px;
  transition: all .3s;
}

.portfolio-item .down-content span {
  font-size: 15px;
  color: #afafaf;
  transition: all .3s;
}

.our-portfolio .owl-nav {
  display: inline-block!important;
  position: absolute;
  top: -125px;
  right: 15%;
  max-width: 1320px;
}

.our-portfolio .owl-nav .owl-next {
  margin-left: 10px;
}

.our-portfolio .owl-nav span {
  width: 46px;
  height: 46px;
  display: inline-block;
  text-align: center;
  line-height: 46px;
  font-size: 30px;
  background-color: #eee;
 

  border-radius: 50%;
  /*color: #fff;*/
  color:#136531;
  transition: all 0.5s;
}

.our-portfolio .owl-nav span:hover {
  color: #fff;
  /*background-color: #fe664e;*/
  background-color: #136531;
}
}


/* 
---------------------------------------------
Blog
--------------------------------------------- 
*/

.blog:before {
  content: '';
  background-image: url(../images/blog-left-dec.jpg);
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0px;
  width: 961px;
  height: 1020px;
  z-index: 0;
}

.blog {
  position: relative;
  padding-top: 130px;
}

.blog .section-heading {
  text-align: center;
  margin-bottom: 80px;
}

.blog .section-heading .line-dec {
  margin: 0 auto;
}

.blog-post {
  box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
  border-radius: 25px;
}

.show-up {
  position: relative;
  z-index: 200;
}

.blog-post .thumb img {
  border-top-right-radius: 23px;
  border-top-left-radius: 23px;
}

.blog-post .down-content {
  border-bottom-right-radius: 23px;
  border-bottom-left-radius: 23px;
  background-color: #fff;
  padding: 30px;
}

.blog-post .down-content span.category {
  font-size: 15px;
  color: #fff;
  padding: 8px 12px;
  /*background-color: #fe664e;*/
  background-color: #66914a;
  border-radius: 18px;
  display: inline-block;
}

.blog-post .down-content span.date {
  font-size: 15px;
  color: #afafaf;
  text-align: right;
  float: right;
  margin-top: 4px;
}

.blog-post .down-content h4 {
  font-size: 20px;
  font-weight: 700;
  color: #2a2a2a;
  margin-top: 20px;
  margin-bottom: 20px;
  line-height: 30px;
}

.blog-post .down-content p {
  margin-bottom: 30px;
}

.blog-post .down-content span.author {
  font-size: 15px;
  color: #2a2a2a;
}

.blog-post .down-content span.author img {
  max-width: 56px;
  border-radius: 50%;
  margin-right: 15px;
}

.blog-post .down-content .border-first-button {
  display: inline-block;
  float: right;
}

.blog-posts {
  margin-left: 30px;
}

.post-item {
  margin-bottom: 62px;
}

.last-post-item {
  margin-bottom: 0px;
}

.post-item .thumb {
  display: inline-block;
  float: left;
  margin-right: 30px;
}

.post-item .thumb img {
  border-radius: 23px;
  display: inline-block;
}

.post-item .right-content {
  padding-top: 20px;
}

.post-item .right-content span.category {
  font-size: 15px;
  color: #fff;
  padding: 8px 12px;
  /*background-color: #fe664e;*/
  background-color: #66914a;
  border-radius: 18px;
  display: inline-block;
}

.post-item .right-content span.date {
  font-size: 15px;
  color: #afafaf;
  text-align: right;
  float: right;
  margin-top: 4px;
}

.post-item .right-content h4 {
  font-size: 20px;
  font-weight: 700;
  color: #2a2a2a;
  margin-top: 20px;
  margin-bottom: 20px;
  line-height: 30px;
}


/* 
---------------------------------------------
contact
--------------------------------------------- 
*/

.contact-us {
  padding-top: 130px;
}

.contact-us .section-heading .line-dec {
  margin: 0 auto;
}

.contact-us .section-heading {
  text-align: center;
  margin-bottom: 80px;
}


form#contact:before {
  background-image: url(../images/contact-top-right-v2.png);
  position: absolute;
  right: 0;
  top: 0;
  width: 726px;
  height: 78px;
  background-repeat: no-repeat;
  content: '';
  z-index: 1;
}

.contact-dec img {
  max-width: 224px;
  position: absolute;
  right: 25px;
  top: -242px;
}

form#contact:after {
  background-image: url(../images/contact-bottom-right-v2.png);
  position: absolute;
  right: 0;
  bottom: 0;
  width: 532px;
  height: 106px;
  background-repeat: no-repeat;
  content: '';
  z-index: 1;
}

form#contact {
  box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
  position: relative;
  background-color: #fff;
  border-radius: 23px;
  text-align: center;
}

form#contact #map iframe {
  border-top-left-radius: 23px;
  border-bottom-left-radius: 23px;
  margin-bottom: -7px;
  position: relative;
  z-index: 2;
}

.fill-form {
  padding: 80px 60px 80px 30px;
}

.fill-form .info-post {
  margin-bottom: 20px;
}

.fill-form .icon {
  text-align: center;
  box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
  border-radius: 23px;
  padding: 25px 15px;
}

.fill-form .icon img {
  max-width: 60px;
  display: block;
  margin: 0 auto;
}

.fill-form .icon a {
  margin-top: 15px;
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  color: #2a2a2a;
  transition: all .3s;
}

.fill-form .icon:hover a {
  /*color: #fe664e;*/
  color:#66914a;
}

form#contact input {
  width: 100%;
  height: 46px;
  background-color: transparent;
  border: 1px solid #eee;
  outline: none;
  font-size: 15px;
  font-weight: 300;
  color: #2a2a2a;
  padding: 0px 20px;
  border-radius: 23px;
  margin-top: 30px;
}

form#contact input::placeholder {
  color: #aaa;
}

form#contact textarea {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  max-height: 200px;
  min-height: 200px;
  height: 200px;
  border-radius: 23px;
  background-color: transparent;
  border: 1px solid #eee;
  outline: none;
  font-size: 15px;
  font-weight: 300;
  color: #2a2a2a;
  padding: 15px 20px;
  margin-top: 30px;
}

form#contact textarea::placeholder {
  color: #aaa;
}

form#contact button {
  display: inline-block;
  background-color: #fff;
  font-size: 15px;
  font-weight: 400;
  color: #fe664e;
  margin-top: 30px;
  width: 100%;
  text-transform: capitalize;
  padding: 12px 25px;
  border-radius: 23px;
  letter-spacing: 0.25px;
  border: 1px solid #fe664e;
  transition: all .3s;
  outline: none;
}

form#contact button:hover {
  background-color: #fe664e!important;
  color: #fff!important;
}

/* 
---------------------------------------------
Footer Style
--------------------------------------------- 
*/

/*footer {
  /*background-image: url(../images/footer-bg-v2.jpg);*/
  /*background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 130px;
}*/

/*footer p {
  text-align: center;
  margin: 20px 0px;
  color: #fff;
}*/

/*footer p a {
  color: #fff;
  transition: all .5s;
}*/

/* 
---------------------------------------------
responsive
--------------------------------------------- 
*/

@media (max-width: 1200px) {
  .header-area .main-nav .logo h4 {
    font-size: 24px;
  }
  .header-area .main-nav .logo h4 img {
    max-width: 25px;
    margin-left: 0px;
  }
  .header-area .main-nav .nav li:last-child {
    padding-left: 20px;
  }
}

@media (max-width: 992px) {
  form#contact {
    overflow: hidden;
  }
  .header-area .main-nav .logo h4 {
    font-size: 20px;
  }
  .main-banner .left-content {
          padding: 40px 0px 0px 0px;

    margin-right: 0px;
  }
  .main-banner {
    text-align: justify;
    padding: 10px 0px 10px 0px;
    /*padding: 226px 0px 30px 0px;*/
    /*padding: 6px 0px 30px 0px;*/
    
  }
  .main-banner:before {
    display: none;
  }
  .main-banner .right-image {
    /*margin: 5px auto 0px auto;
    text-align: center;*/
      text-align: center;
  }

  .main-banner .left-image {
    /*margin: 5px auto 0px auto;*/
    text-align: center;
      /*text-align: left;*/
  }


  .features-item {
    margin-bottom: 45px;
  }
  .last-features-item,
  .last-skill-item {
    margin-bottom: 0px !important;
  }
  .skill-item {
      margin-top:20px;
    margin-bottom: 30px;
  }
  .about-left-image img {
    margin-right: 0px;
    margin-bottom: 45px;
  }
  .services .naccs .menu div {
    font-size: 12px;
    font-weight: 500;
  }
  .service-item {
    text-align: center;
  }
  .service-item .icon {
    margin-top: 0px;
    margin-bottom: 30px;
  }
  .about-us .left-image {
    margin-right: 30px;
    margin-left: 30px;
    margin-bottom: 45px;
  }
  .blog-posts {
    margin-left: 0px;
    margin-top: 30px;
  }
  .post-item {
    margin-bottom: 70px;
  }
  .our-portfolio .owl-nav {
    display: none !important;
  }
  .contact-info {
    margin-top: 60px;
  }
  form#contact {
    padding: 45px;
  }
}

@media (max-width: 767px) {
  .header-area .main-nav .logo h4 {
    font-size: 30px;
  }
  .header-area .main-nav .logo h4 img {
    max-width: 30px;
    margin-left: 5px;
  }
  .main-banner .info-stat {
    margin-bottom: 15px;
  }
  .service-item {
    text-align: center;
    padding: 30px;
  }
  .service-item .icon {
    float: none;
    margin-right: 0px;
    margin-bottom: 15px;
  }
  .service-item .right-content {
    display: inline-block;
  }
  .services .naccs .menu div .thumb {
    padding: 5px;
  }

  .services .icon img {
    margin: 0px;
  }
  .services ul.nacc li.active {
    padding: 45px;
    
  }
  .services .naccs .menu div  {
    font-size: 0px;
  }
  .services ul.nacc li .right-image img {
    float: none;
  }
  .our-portfolio .section-heading,
  .about-us .section-heading,
  .about-us .about-item,
  .about-us p,
  .about-us .main-green-button {
    text-align: center;
  }
  .our-portfolio .section-heading .line-dec {
    margin: 0 auto;
  }
  .our-services .section-heading {
    margin-left: 15px;
    margin-right: 15px;
  }
  .free-quote form input {
    margin-left: 0px;
    padding: 0px 30px;
  }
  .free-quote form button {
    margin-left: 0px;
    border-bottom-left-radius: 40px;
    border-top-right-radius: 0px;
  }
  .blog-posts {
    margin-left: 0px;
    margin-top: 30px;
  }
  .post-item {
    margin-bottom: 30px;
  }
  .post-item .thumb img {
    max-width: 140px;
  }
  .post-item .right-content p {
    display: none;
  }
  .about-us .about-item {
    margin-top: 15px;
  }
  form#contact {
    padding: 30px;
  }
}









/*---------------------------------------
  FAQs              
-----------------------------------------*/

.faq-section 
 {
  /*padding-top: 100px;*/
  position: relative;
  overflow: hidden;
  padding-bottom:50px;
}

.faq-section .accordion-item {
  border: 0;
  direction:rtl;
}

.faq-section .accordion-button {
  font-weight: 600;
   font-size: 17px;
   font-family:shabnamFont;
}

.faq-section .accordion-item:first-of-type .accordion-button {
  border-radius: 15px;
}

.faq-section .accordion-button:not(.collapsed) {
  box-shadow: none;
  color: var(--primary-color);
    border-radius: 15px;

}

.faq-section .accordion-body {
  color: #373737;
  font-size: 15px;
  line-height: 40px;
  font-family:shabnamFont;
  color:#808080;
}



.section-padding {
    padding-top: 50px;
    padding-bottom: 5px;
  }



  .navbar {
    background-color: var(--secondary-color);
  }

  .navbar-nav .dropdown-menu {
    position: relative;
    left: 10px;
    opacity: 1;
    pointer-events: auto;
    max-width: 155px;
    margin-top: 10px;
    margin-bottom: 15px;
  }

  .navbar-expand-lg .navbar-nav {
    padding-bottom: 20px;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding: 0;
  }

  .nav-tabs .nav-link:first-child {
    margin-right: 5px;
  }

  .nav-tabs .nav-link {
    font-size: var(--copyright-font-size);
    padding: 10px;
  }

  .featured-section {
    border-radius: 0 0 80px 80px;
    padding-bottom: 50px;
  }

  .custom-block-topics-listing .custom-block-image {
    width: auto;
  }

  .custom-block-topics-listing > .d-flex,
  .custom-block-topics-listing-info,
  .custom-block-topics-listing a {
    flex-direction: column;
  }
/**/


.footer {
    /*background:#415a47;*/
  background-image: url(../images/footer-bg.png);
   background:#303b4a;
   background:#434343;
      background:#292929;


  background-size: cover;
  padding-top: 30px;
  /*padding-bottom: 30px;*/
  font-family:shabnamFont;
  
  
}




.footer-widget
 {
    direction:rtl;
    /*padding-left:50px;*/
    padding-bottom:20px;
}
.footer-widget .logo img {
  max-width: 96px;
  margin-bottom: 30px;
}

.footer-widget h4 {
  font-size: 18px;
  color:#fff;
  font-weight: 400;
  line-height:30px;
  margin-bottom: 20px;
  /*border-bottom-style:solid;
  border-bottom-width:1px;
  border-bottom-color:red;*/
}

.footer-widget p {
  margin-bottom: 15px;
  color:#9e9e9e !important;
  font-weight:400;
}

.footer-widget p,
.footer-widget p a {
  color: #fff;
}

.footer-widget ul {
  display: inline;
  /*max-width: 40%;*/
  max-width: 100%;
  float: left;
  margin-right: 10%;
}

.footer-widget ul li {
  margin-bottom: 10px;
}

.footer-widget ul li:last-child {
  margin-bottom: 0px;
}

.footer-widget ul li a {
  font-size: 15px;
  /*color: #fff;*/
  color:black;
  transition: all .3s;
}

.footer-widget a:hover {
    color:white;
  opacity: 0.75;
  
}

footer .copyright-text {
    background:#434343;
}

footer .copyright-text p {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 0px;
  /*color: #fff;*/
  color:black;
  font-weight:400;
}

footer p a {
  color: #fff;
  transition: all .5s;
}

footer p a:hover {
  opacity: 0.75;
  color: #fff;
}

.footer-copyright {
 
    text-align:center;
  padding-top: 20px;
  padding-bottom: 5px;
  font-family:shabnamFont;
    direction:rtl;  
  border-top:1px dashed rgba(250,250,250,0.3);
 
}
    .footer-copyright p {
        color:#eee;
        font-size:13px;
    }
 





@media (max-width: 992px) {
  .features-item {
    margin-bottom: 45px;
  }
}




.features-item {
  
  
    /*background-color:#fff;*/
    background-color:rgba(255, 255, 255, 0.73);
    
 border-color:#afafaf;
 border-color:#fff;
 /*border-color:#c7e2cf;*/

 border-radius:10px;
 border-width:1px;
 border-style:solid;
 margin:8px;
  text-align: center;
  height:290px;
  /*width:250px;*/
  /*z-index: 9;*/
  /*position: static;*/
  /*background-color:rgba(255, 255, 255, 0.5);*/
  /*border-bottom-style:solid;
  border-bottom-width:3px;
  border-bottom-color:red;*/
  /*background-color:rgba(250,250,250,0.15);*/
  
}

    .features-item-price {
        /*background-repeat:no-repeat;
  margin-top:30px;
  border-radius: 8px;
  padding: 5px 5px 5px 5px;*/
        border-radius: 10px;
        margin: 8px;
        text-align: center;
        /*box-shadow: 0px 0px 10px rgba(0,0,0,0.1);*/
        box-shadow: 0px 0px 1px #191a20;
        height: 310px;
        /*width:250px;*/
        z-index: 9;
        /*position: static;*/
        background-color: #fff;
    }



.features-item h2 {
  /*z-index: 9;*/
  /*position: absolute;*/
  /*top: 15px;
  left: 45px;*/
  font-size: 80px;
  font-weight: 600;
  color: #fdefe9;
  color:#f3f3f3;
}


.features-item p {
  font-family:shabnamFont;
  font-size:13px !important;
  text-align:center;
  font-weight:400;
  color: #1e1e1e;

  /*color:#fff;*/
  /*margin-bottom:10px;*/
}


.features-item img {
  z-index: 10;
  position: relative;
  max-width: 100%;
  padding-bottom: 10px;
}

.features-item h4 {
     font-family:shabnamFont;
  font-size:18px !important;
  text-align:center;
  font-weight:600;
  margin-top: 0px;
  color: #1e1e1e;

  /*color:#fff;*/
  /*margin-bottom: 15px;*/
}

.features-item .main-button {
  margin-top: 35px;
  display: inline-block;
}

.galleryTable
{
    border : 1px solid #dcdcdc;
     border-radius:10px;
     padding:0px;
     font-size:12px;
     color: #797979;
     background-color:#fcfcfc;
}





.whyimg {
     padding:3px;
    width:40px;
    height:40px;
}

.Galleryimg {
     padding:5px;
    width:30px;
    height:30px;
}


.imgBanner {
    padding:0px;
    width:70px;
    height:70px;
}

.imgPanelPrice {
    padding:0px;
    width:40px;
    height:40px;

}

.AdminMenuimg
{
    width:28px;
    height:28px;
}


.priceimg {

      padding:5px;
    width:35px;
    height:35px;
}


/*attribiute css*/

.services1 {
     /*margin-top: 100px;*/
     /*margin-bottom:280px;*/
     background-image: url(../images/portfolio-left-dec.jpg);
     /*background-position: left center;*/
     /*background-position: bottom right ;*/


    

  background-repeat:no-repeat;
 /*padding-bottom:80px;*/

  


   padding-top: 130px;
  position: relative;
  overflow: hidden;

}

.services1  .section-heading p {
  margin-top: 10px;
  margin-left: 18%;
  margin-right: 18%;
   font-family:shabnamFont;
  font-size:13px !important;
  text-align:center;
  font-weight:400;
  color: #1e1e1e;
}

.services1 .container-fluid {
  padding-left: 65px;
  padding-right: 65px;
}

.services1:after {
  /*content: '';
  background-image: url(../images/q/services-left-dec.png);
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  bottom: -300px;
  width: 261px;
  height: 368px;
  z-index: 0;*/
}

.services1:before {
  /*content: '';
  background-image: url(../images/q/services-right-dec.png);
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 0;
  width: 1136px;
  height: 244px;
  z-index: 0;*/
}

.services1 .section-heading {
  text-align: right;
  margin-bottom: 50px;
  
}



.services1 .section-heading .line-dec {
  margin: 0 auto;
}



.service1-item {
  /*position: relative;*/
  z-index: 1;
 
  border-right:2px;
  border-right-style:solid;
  
  box-shadow: 1px 2px 2px #efefef;
  /*background-color: #fcfcfc;
  background-color: #eee;*/

 
  direction:rtl;
  
  font-size: 13px;
  font-weight: 500;
  
  font-family:shabnamFont;
  vertical-align:bottom !important;
  text-align:right !important;
  margin-bottom:30px;
  /*margin-right:20px;
  margin-left:20px;*/
  

  /*position: relative;*/
  z-index: 1;
 

  
}

.service1-note {
  /*box-shadow: 0px 5px 2px #efefef;*/
  direction:rtl;
  font-size: 15px;
  font-weight: 500;
  font-family:shabnamFont;
  vertical-align:bottom !important;
  text-align:right !important;
  color:#2a2a2a;
}




.service-item p {
  transition: all .3s;
  position: relative;
  z-index: 1;
  font-size: 15px;
  color:#191a20 !important;
  /*margin-bottom: 20px;*/
}


.service-item .icon {
  /*margin-left: 15px;*/
  margin-bottom: 15px;
  background-repeat: no-repeat;
  width: 50px;
  height: 50px;
  transition: all .3s;
  /*text-align:right;*/
  margin-right:0px;
}

.service-item h4 {
  /*transition: all .3s;*/
  font-size: 16px;
  font-weight: 700;
  /*margin-bottom: 15px;*/
  font-family:shabnamFont;
}

.service-item p {
  transition: all .3s;
  font-size: 15px;
  margin-bottom: 20px;
}

.service-item:hover h4,
.service-item:hover p,
.service-item:hover .text-button a {
  /*color: #fff;*/
}

.first-service .icon {
  background-image: url(../images/q/service-icon-01.png);
  text-align:center;
}

/*.first-service:hover .icon {
  background-image: url(../images/q/service-icon-hover-01.png);
}*/

.second-service .icon {
  background-image: url(../images/q/service-icon-02.png);
}

.second-service:hover .icon {
  background-image: url(../images/q/service-icon-hover-02.png);
}


.third-service .icon {
  background-image: url(../images/q/service-icon-03.png);
}

.third-service:hover .icon {
  background-image: url(../images/q/service-icon-hover-03.png);
}

.fourth-service .icon {
  background-image: url(../images/q/service-icon-04.png);
}

.fourth-service:hover .icon {
  background-image: url(../images/q/service-icon-hover-04.png);
}

/*.service-item:hover {
  background-image: url(../images/q/service-bg.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}*/

.PricebuyButton {
    display: inline-block !important;
  padding: 10px 0px !important;
  color: #1e8c21 !important;
  font-family:shabnamFont;
  font-size:14px;
  /*border: 1px solid #fe664e !important;*/
  border: 1px solid #66914a !important;
  text-align:center;
  border-radius: 15px;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  width:150px;
  /*background-color: #fff;*/
     /*background-color:rgba(255, 255, 255, 0.72);*/


}
  .PricebuyButton:hover {

background-color: #66914a;  
  color: #fff !important;
    }

.priceB {
    border-radius: 10px;
    border-color: #afafaf;
    border-width: 1px;
    border-style: solid;
    background-color:#fff;
    background-color:#fff;
    padding-top:5px;
}

.priceB h4 {
     font-family:shabnamFont;
  font-size:15px !important;
  text-align:center;
  font-weight:500;
  margin-top: 0px;
  color: #1e1e1e;
  /*margin-bottom: 15px;*/
}




  .PricesellButton {
    display: inline-block !important;
  padding: 10px 0px !important;
  color: #b5351a !important;
  font-family:shabnamFont;
  font-size:14px;
  /*border: 1px solid #fe664e !important;*/
  border: 1px solid #b5351a !important;
  text-align:center;
  border-radius: 15px;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  width:150px;
  /*background-color: #fff;*/
  
}
  .PricesellButton:hover {

background-color: #b5351a;  
  color: #fff !important;
  /*border: 1px solid #b5351a !important;*/
    }



.lblDate {
    color:#2a2a2a;
    font-weight:600;
}

.price {

  z-index: 1;
 
  /*border-left:6px;*/
  /*border-left-style:solid;*/
  
  /*box-shadow: 1px 1px 1px #efefef;*/
 
  direction:rtl;
  font-size: 16px;
  font-weight: 500;
  
  font-family:shabnamFont;
  vertical-align:bottom !important;
  text-align:center !important;
  margin-bottom:25px;
  
  height:45px;
 

}


.price-back {

  /*background-image: url(../images/quote-bg-v2.jpg);*/
  background-image: url(../images/blog-left-dec1.jpg);
 
  background-repeat: no-repeat;
  background-position:center;
  background-size:cover;
  background-color:rgba(255, 255, 255, 0.2);

  
   
    /*filter: alpha(opacity=10);
    opacity: 0.2;*/
    


/*background-color:#fff;*/
/*background-image:radial-gradient(at center right, #eee 50%, #fff  80%);
  padding: 35px 0px;
  text-align: center;
  /*position: relative;*/
  /*z-index: 2;*/
  margin-top: 0px;
  border-radius: 10px;
  padding-top:30px;
}

.lblTomanPrice {
    font-family:yekanFont;
    font-size:14px;
    font-weight:300;
    color:#191a20;
    direction:rtl;
        /*vertical-align:bottom;*/

}



.txtInsert {

    font-family:shabnamFont;
    font-size:24px;
    font-weight:700;
    direction:rtl;
    width:130px;
    
  /*padding: 10px 0px !important;*/
  color: #2a2a2a !important;
 
  border: 1px solid #afafaf !important;
  text-align:center;
  border-radius: 15px;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  /*width:150px;*/
  background-color: #fff;
}
 


.validate {
     font-family:shabnamFont;
    font-size:13px;
    font-weight:600;
    color:#b5351a;
    
    

}


.lblPrice {
    font-family:shabnamFont;
    font-size:24px;
    font-weight:700;
    /*line-height:50;*/
    color:#2a2a2a;
    direction:rtl;
    /*vertical-align:bottom;*/
   
}

.lblLabelPrice {
    font-family:shabnamFont;
    font-size:20px;
    font-weight:700;
    /*line-height:50;*/
    color:#2a2a2a;
    direction:rtl;
    /*vertical-align:bottom;*/
}


.newprice {
      /*background-image: linear-gradient(15deg, #13547a 0%, #80d0c7 100%);*/
      /*background-image: linear-gradient(15deg, #cacaca 0%, #fff 100%);*/

  /*position: relative;
  overflow: hidden;*/
   /*padding-top: 50px;*/
   /*height:600px;*/
  padding-bottom: 50px;
  background-image: url(../images/gallery-back1.png);
 
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  /*padding: 50px 0px;*/
  text-align: center;
  position: relative;
  /*z-index: 2;
  margin-top: 0px;*/
}

.newprice .section-heading {
  /*margin-bottom: 10px;*/
  margin-top:20px;
  text-align:center
}

.newprice .section-heading h6,
.newprice .section-heading h4 {
  color: #fff;
}

.who1 {

     padding-top: 120px;
  position: relative;
  overflow: hidden;
  /*padding-bottom:50px;*/


    background:#fff;
        background-image: url(../images/Poster.jpg);
        /*background-position:100% -80px;*/
        background-repeat:no-repeat;
        
       margin-top:80px;
       direction:rtl;
       /*padding: 50px 0px;*/
}


.who {

     padding-top: 120px;
  position: relative;
  overflow: hidden;
  /*padding-bottom:50px;*/


    background:#303b4a;
        background-image: url(../images/service/texture.png);
        background-position:100% -80px;
        
       margin-top:80px;
       direction:rtl;
       /*padding: 50px 0px;*/
}

.who-heading {
 font-family:shabnamFont;
 font-size:28px;
  text-align:right;
  /*direction:rtl;*/
  
  font-weight:700;
    width: 100%;
  /*padding: 75px 0px;*/
  padding-left:10px;
 
}

.heading2 {
 font-family:shabnamFont;
 font-size:28px;
  text-align:center;
  /*padding-top:20px;*/
  font-weight:700;
    width: 100%;
  /*padding: 75px 0px;*/
  /*padding-left:30px;*/
  
  
 
}


.who-heading h6 {
    font-family:yekanFont;
  font-size:30px;
  font-weight: 400;
  color: #fff;
  vertical-align:bottom;
   

  
}

.who-heading h6:hover {
    font-family:yekanFont;
  /*font-size: 18px;*/
  /*font-weight: 600;*/
  color: #b5351a;
 
  
}

.who-heading h4 {
  padding-top:30px;  
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  text-transform: capitalize;
  /*margin-bottom: 35px;*/


}

.who-heading p {
  padding-top:0px;  
  /*padding-right:20px;*/
  color: rgba(255, 255, 255, .7);
  font-size: 14px;
  font-weight: 400;
  /*margin-bottom: 35px;*/


}

.Gridview {
    font-family:shabnamFont;
    font-size:16px;
    line-height:17px;
     font-weight:500;
    text-align: center;
    border : 1px solid #dcdcdc;
    margin-bottom: 0px;
	/*direction:ltr;*/
    width:500px;
    width: 80%;
}

@media (min-width:380px) and (max-width:540px) {
    .Gridview
    {
     width: 90%;
     font-size:15px;
    }
}
@media (min-width:200px) and (max-width:379px) {
    .Gridview
    {
     width: 90%;
     font-size:12px;
    }
}

.Link_Gridview {
    text-decoration:none;
    color:#1DADBA;
}




.Gridview a{
 
    border-radius:5px;
    border-color:#afafaf;
    border-style:solid;
    border-width:1px;
      background-color:#fff;
      padding:3px;
      /*padding-right:10px;
      padding-left:10px;*/
      margin:5px;
      color:#fff;
      text-decoration:solid;
  
}

    .Gridview a:hover {
        color: #fff;
        background-color: #afafaf;
    }




.PricePanelButton {
    display: inline-block !important;
  padding: 10px 0px !important;
  color: #1e8c21 !important;
  font-family:shabnamFont;
  font-size:14px;
  border: 1px solid #fe664e !important;
  border: 1px solid #66914a !important;
  text-align:center;
  border-radius: 15px;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  width:150px;
  background-color: transparent;

}
  .PricePanelButton:hover {

background-color: #66914a;  
  color: #fff !important;
    }

  /*بک گراند تصویر*/

  my {
     box-sizing: border-box;
     /*direction: rtl;*/
    }

    .container1 {
        /*position: relative;
        width: 100%;
        max-width: 300px*/
    }

    .image1 {
        display: block;/*یعنی عرض 100% به این کلاس اختصاص داده می شود. */
        width: 100%;
        height: auto;
    }

    .overlay1 {
        position:absolute;
         /*display: block;*/
        /*bottom: 0;*/
        background: rgb(0, 0, 0);
        background: rgba(0, 0, 0, 0.5); /* ناحیه مشکی روی عکس */
        color: #f1f1f1;
        /*width: 100%;*/
        transition: .5s ease;
        opacity:0;
        color: white;
        font-size: 20px;
        padding: 10px;
        text-align: center;

       

        
    }

    .container1:hover .overlay1 {
        opacity: 1; /* میزان روشنایی است */
    }


    /* 
---------------------------------------------
Services Style
--------------------------------------------- 
*/

.services {
   padding-top: 50px;
  position: relative;
  /*padding-bottom:50px;*/
}

.services  .section-heading p {
  margin-top: 10px;
  margin-left: 18%;
  margin-right: 18%;
}

.services .container-fluid {
  padding-left: 65px;
  padding-right: 65px;
}


.services .section-heading {
  text-align: center;
  margin-bottom: 80px;
}

.services .section-heading .line-dec {
  margin: 0 auto;
}

.Admin-item {
  position: relative;
  z-index: 1;
  padding: 30px 5px 30px 5px;
  box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
  background-color: #fff;
  border-radius: 10px;
  border-top-right-radius: 50px;
  transition: all .3s;
  margin:2px;
}


.service-item {
  position: relative;
  z-index: 1;
  padding: 20px;
  box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
  background-color: #fff;
  border-radius: 10px;
  border-top-right-radius: 50px;
  transition: all .3s;
  margin:2px;
}




.service-item .icon {
  /*margin-left: 0px;*/
  margin-bottom: 30px;
  background-repeat: no-repeat;
  width: 50px;
  height: 50px;
  transition: all .3s;
}


.service-item h4 {
  transition: all .3s;
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 15px;
  text-align:right;
}


.service-item p {
direction:rtl;
  transition: all .3s;
  font-size: 14px;
  height:85px;
  /*margin-bottom: 20px;*/
  text-align:justify;
  font-family:shabnamFont;
  color:#afafaf !important;
}


.service-item:hover h4,
.service-item:hover p,
.service-item:hover .text-button a{
  color: #fff !important;
}

.first-service .icon {
  background-image: url(../images/q/service-icon-011.png);
}

.first-service:hover .icon {
  background-image: url(../images/q/service-icon-hover-01.png);
}

.second-service .icon {
  background-image: url(../images/q/service-icon-021.png);
}

.second-service:hover .icon {
  background-image: url(../images/q/service-icon-hover-02.png);
}


.third-service .icon {
  background-image: url(../images/q/service-icon-031.png);
  /*background-image: url(../images/q/exam-h.png);*/

}

.third-service:hover .icon {
  background-image: url(../images/q/service-icon-hover-03.png);
  /*background-image: url(../images/q/exam.png);*/
}

.fourth-service .icon {
  background-image: url(../images/q/service-icon-041.png);
}

.fourth-service:hover .icon {
  background-image: url(../images/q/service-icon-hover-04.png);
}

.service-item:hover {
  background-image: url(../images/q/service-bg1.jpg);
  background-position: right top;
  background-repeat: no-repeat;
  background-size: cover;
}



/*
---------------------------------------------
cta
---------------------------------------------
*/



.orange-button a {
  font-size: 14px;
  color: #fff;
  background-color: #ff511a;
  padding: 12px 30px;
  display: inline-block;
  border-radius: 5px;
  font-weight: 500;
  text-transform: capitalize;
  letter-spacing: 0.5px;
  transition: all .3s;
}

.orange-button a:hover {
  opacity: 0.9;
}






.mybutton  {
 
  display: inline-block !important;
  padding: 12px 20px !important;
  /*width:90%;*/
  color: #fff !important;
  border: 2px solid #b5351a;
  text-transform: capitalize;
  font-size: 16px;
  display: inline-block;
  background-color: #b5351a;
  border-radius: 10px;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  /*padding-bottom:10px;*/
  
}

.mybutton:hover {
  /*opacity: 0.9;*/

   background-color: #303b4a;
  color: #fff !important;
}



/*---------------------------------------
  CUSTOM FORM               
-----------------------------------------*/
.custom-form .form-control,
.input-group-file {
  /*background-color: #f0f8ff;*/
  background-color:rgba(0, 0, 0, 0.1);
 
  color: #fff;
  margin-bottom: 16px;
  padding-top: 9px;
  padding-bottom: 13px;
  outline: none;
  font-size:13px;
  /*width:90%;*/
}

.custom-form .form-control:hover,
.custom-form .form-control:focus {
  /*border-color: var(--secondary-color);*/
}

.custom-form label {
  margin-bottom: 10px;
}

.lblMsg
 {
  color: #fff;
  /*margin-bottom: 16px;
  padding-top: 9px;
  padding-bottom: 13px;
  outline: none;*/
  font-size:13px;
  font-weight:400;
}



/*teacher*/


.mini {
  min-height: 215px;
  overflow: hidden;
  position: relative;
  /*padding-top: 90px;*/
  /*padding-bottom: 90px;*/
  /*background-color:#f7f7f0;*/
  /*background-image: url(../images/portfolio-right-dec.jpg);*/
  /*background-repeat: repeat;*/
}

.mini:before {
  content: '';
  position: absolute;
  width: 140%;
  height: 140%;
  opacity: 1.95;
  background-repeat: no-repeat;
  background-size:auto;
  
  background-repeat: repeat;
  /*background-position: center center;*/
  /*background-image: url(../images/test.jpg);*/
   /*background-image: url(../images/portfolio-right-dec.jpg);*/
  z-index: 2;
  top: -20%;
  left: -20%;
}

.mini .mini-content {
  position: relative;
  z-index: 3;
}

.mini .mini-content .info {
  text-align: center;
  color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
}

.mini .mini-content .info small {
  display: block;
  font-weight: 400;
  font-size: 13px;
  margin-bottom: 5px;
}

.mini .mini-content .info strong {
  font-weight: 700;
  font-size: 17px;
  margin-bottom: 40px;
  display: block;
}

.mini .mini-content .info h1 {
  color: #fff;
  font-weight: 500;
  font-size: 28px;
  letter-spacing: 0.25px;
  margin-bottom: 30px;
}

.mini .mini-content .info p {
  letter-spacing: 1px;
  margin-bottom: 40px;
  color: #fff;
  letter-spacing: 0.25px;
  line-height: 26px;
  font-weight: 400;
  font-size: 15px;
}

.mini .mini-content .info p span {
  text-decoration: underline;
  color:red;
}

.mini .mini-content .mini-box {
  display: block;
  background: #fff;
  background: #e7e7e7;
  color:#eee;
  /*padding: 20px;*/
  border-radius: 13px;
  border-color:#afafaf;

  border-style:solid;
  border-width:2px;
  /*box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  margin-bottom: 30px;
  position: relative;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;*/
  text-align: center;
  /*padding-bottom:10px;*/
}

.mini .mini-content .mini-box:hover {
  /*margin-top: -10px;*/
  border-color:#b5351a;
  /*border-color:#434343;*/

  /*border-style:dashed;*/
  border-width:2px;
}


.mini .mini-content .mini-box:before {
  content: '';
  position: absolute;
  z-index: -1;
  background: #fff;
  width: 100%;
  opacity: .15;
  height: 100%;
  bottom: -10px;
  left: 0px;
  right: -20px;
  margin: auto;
  border-radius: 20px;
}

.mini .mini-content .mini-box i {
  display: block;
  font-size: 20px;
  margin-bottom: 15px;
}

.mini .mini-content .mini-box span {
  display: block;
  font-weight: 400;
  font-size: 14px;
  color: #777;
  letter-spacing: .75px;
}

.mini .mini-content .mini-box strong {
  display: block;
  font-weight: 400;
  font-size: 17px;
  color: #1e1e1e;
  letter-spacing: 0.25px;
  margin-bottom: 5px;
  margin-top: 20px;
}




.section {
  position: relative;
  /*padding-top: 100px;*/
  padding-bottom: 20px;
}


.padding-bottom-100 {
  padding-bottom: 100px !important;
}




.Gallery {

     padding-top: 50px;
     padding-bottom:50px;
  position: relative;
  overflow: hidden;
  /*padding-bottom:50px;*/

   background-image: url(../images/services-left-dec.jpg);
   background-image: url(../images/contact.jpg);
   /*background-repeat:repeat;*/
   
     /*background-position: bottom ;*/

  
  

       /*direction:rtl;*/
}

.Gallery-heading {
 font-family:shabnamFont;
 /*font-size:48px !important;*/
  text-align:right;
  /*direction:rtl;*/
  
  font-weight:700;
    width: 100%;
  padding-top: 175px;
  padding-top: 25px;
 
}

.Gallery-descript {
    padding-right:50px;
    font-size:15px;
    direction:rtl;
    line-height:40px;

}

.Gallery-heading h6 {
    font-family:yekanFont;
  font-size:30px;
  font-weight: 400;
  color: #434343;
  /*vertical-align:bottom;*/
  /*text-align:center;*/
   

  
}


.Gallery-heading p {
    padding-top: 25px;
    padding-right: 20px;
    color: #434343;
    font-size: 14px;
    font-weight: 400;
    /*margin-bottom: 35px;*/
}

.myAddress {
    color:#eac415;
    font-size:17px;
}

.posterStyle {

    max-width: 1600px;
    max-height: 450px;
    border-radius:8px;
    /*border:1px solid #eee;*/
    height:auto;
  
     background-image: url(../images/portfolio-left-dec.jpg);
  background-repeat:no-repeat;
  
}

@media (min-width:1601px) and (max-width:3200px) {
    .posterStyle
    {
      max-width: 1400px;
    max-height: 393px;
    }
}

.banner {
     
     background-image: url(../images/portfolio-left-dec.jpg);
  background-repeat:repeat;
  
}