@font-face{
font-family: 'BYekan';
src: url('../fonts/WebYekan.eot');
src: url('../fonts/WebYekan.eot?#iefix') format('embedded-opentype'),
  url('../fonts/WebYekan.woff') format('woff'),
  url('../fonts/WebYekan.ttf') format('truetype'),
  url('../fonts/WebYekan.svg#WebYekan') format('svg');
}
@font-face{
font-family: 'IRsans';
src: url('../fonts/IRAN-Sans.eot');
src: url('../fonts/IRAN-Sans.eot?#iefix') format('embedded-opentype'),
  url('../fonts/IRAN-Sans.woff') format('woff'),
  url('../fonts/IRAN-Sans.ttf') format('truetype'),
  url('../fonts/IRAN-Sans.svg#IRAN-Sans') format('svg');
}
@font-face{
font-family: 'Mj_Casablanca';
src: url('../fonts/Mj_Casablanca.eot');
src: url('../fonts/Mj_Casablanca.eot?#iefix') format('embedded-opentype'),
  url('../fonts/Mj_Casablanca.woff') format('woff'),
  url('../fonts/Mj_Casablanca.ttf') format('truetype'),
  url('../fonts/Mj_Casablanca.svg#Mj_Casablanca') format('svg');
}
body{
  background-color: #ecf0f1;
  font-weight: 300 !important;
  font-family: 'BYekan';
  font-size: 13px;
  cursor: default;
  overflow-x: hidden;
}
a{
  text-decoration: none !important;
}
p{
  margin: 0 0 8px;
}
img{
  max-width: 100% !important;
}
.container-fluid,
.container,
.col{
  padding: 0px;
} 
.sp-pagebuilder-row,
.sppb-row{
  margin-left: 0;
  margin-right: 0;
}
/* Start Btn */
.sppb-btn{
  font-family: 'BYekan';
  padding: 10px 0;
  margin: 15px 0px;
  font-size: 14px;
  text-shadow: none;
  border-radius: 0px;
  font-weight: 300;
  color: #ffffff;
  display: inline-block;
  width: 200px;
  border: 2px solid transparent;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.sppb-btn.sppb-btn-block{
  width: 100%;
}
.sppb-btn:hover{
  box-shadow: 0px 50px 0px #34495e inset;
  border: 2px solid #34495e;
  color: #fff;
}
.sppb-btn:active{
  box-shadow: 0px 50px 0px #34495e inset;
  border: 2px solid #34495e;
  color: #fff;
}
.sppb-btn i{
  margin-left: 10px;
}
.sppb-btn-success{
  background: #10b83f;
}
.sppb-btn-info{
  background: #00adef;
}
.sppb-btn-primary{
  background: #7e349d;
}
.sppb-btn-danger{
  background: #ff3341;
}
.sppb-btn-warning{
  background: #f39c12;
}

/* Start Top */
.container-fluid.top{
  background-color: #0c3f05;
}
.container-fluid.top form{
  padding: 7px 5px;
}
.container-fluid.top input{
  border: 0px;
  border-radius: 4px;
  padding: 8px 10px 8px 30px;
  width: 250px;
  color: #0c3f05;
  background-color: #f1f2f1;
  background-image: url(../images/search.png);
  background-repeat: no-repeat;
  background-position: left 10px center;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -ms-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
}
.container-fluid.top input:focus{
  width: 98%;
}
/* Start Main-Menu */
.container-fluid.main-menu{
 padding-bottom: 30px;
 background-image: url(../images/shadow.png);
 background-repeat: no-repeat;
 background-position: center bottom;
 position: relative;
  z-index: 6;
}
.container-fluid.main-menu .container-fluid{
  background-color: #206a15;
  border-top: 1px solid #90c388;
}
/* Start Header */
.container-fluid.header{
  background-image: url(../images/header-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
  padding: 9px 10px 0px;
  height: 257px;
  margin-top: -31px;
  position: relative;
  z-index: 5;
}
.container-fluid.header .logo{
  text-align: left;
}
.container-fluid.header .leader{
  text-align: right;
}
/* Start Main-Body */
.sp-page-builder{
  top: -65px;
  margin-bottom: -65px;
}
.sppb-section.slider{
  position: relative;
  z-index: 4;
}
.sppb-section.news-scroll .sppb-row-container{
  background: url(../images/right-blue.png) right center no-repeat
  , url(../images/left-blue.png) left center no-repeat;
  padding: 15px 25px;
}
.sppb-section.special{
  background: url(../images/special-right-bg.png) right 13% center no-repeat
  , url(../images/special-left-bg.png) left 13% center no-repeat;
}
/* Start SP-Smart-Slider */
.sp-corporex-layout .slider-arrow-nav{
  top: 15px;
}
.sp-corporex-layout .slider-arrow-nav i{
  padding: 10px;
  border-radius: 50%;
}
.sp-corporex-layout .slider-arrow-nav a:hover i{
  background-color: #0c3f05;
}
.sp-corporex-layout .sp-slider-content{
  display: inline-block;
  width: 100%;
  position: absolute;
  z-index: 1;
  top: auto;
  left: 0px;
  right: 0px;
  bottom: 0px !important;
  padding: 10px 10px 30px 10px;
  color: #fff;
  background-color: rgba(0,0,0, .6);
}
.sp-corporex-layout .sp-slider-content .sp-title{
  font-size: 16px;
  margin: 0 0 5px 0;
  font-weight: 300;
  font-family: 'Mj_Casablanca';
}
.sp-corporex-layout .sp-slider-content .sp-introtext{
  margin: 0px;
  max-width: 100% !important;
  font-family: 'BYekan';
  font-size: 12px;
  text-align: justify;
}
.sp-corporex-layout .btn-more {
  bottom: -20px !important;
  left: 0;
  background-color: #489a39;
  color: #fff;
  border-radius: 5px;
  padding: 3px 7px;
}



.free-col{
  border-radius: 5px;
}
.free-col .sppb-addon-title{
  background: url(../images/left-blue.png) no-repeat left center,
  linear-gradient(#016489,#04688d,#0a6f95,#177fa5,#238db4,#2c98c0,#2e9bc3);
  padding: 10px 15px;
  font-family: 'Mj_Casablanca';
  border-radius: 4px;
}
.free-col ul{
  padding: 0px;
  list-style: none;
  text-align: right;
}
.free-col ul li{
  background-color: #c3c4c4;
  border-radius: 4px;
  padding: 7px 10px;
  color: #333;
  margin: 2px 0px;
  background-position: left -50px center;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -ms-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
}
.free-col ul li:hover{
  background-image: url(../images/hover-menu.png);
  background-repeat: no-repeat;
  background-position: left 0px center;
  background-color: #bbbbbb;
  cursor: pointer;
}
.free-col ul li a{
  color: #333;
  padding: 0px;
}
.free-col ul li a:hover{
  background-color: transparent;
}

/* start tabs */
div.moduletabs{
  margin:0px 10px !important;
}
div.moduletabs.top-position div.tabs-container ul.tabs li {
  float: right;
}
.sppb-section.tabs .tabs-content-wrap{
  background-color: #f6f6f6;
}
.sppb-section.tabs .tabs-content{
  background-color: transparent;
}
.sppb-section.tabs .tab-content.selected{
  background-color: transparent !important;
}
div.moduletabs.top-position div.tabs-container ul.tabs li{
  margin-left: -20px;
}
div.moduletabs.top-position div.tabs-container ul.tabs li .tab {
    padding: 7px 25px 7px 20px;
    border-bottom: 0px;
    border-radius: 0px;
}
div.moduletabs.top-position div.tabs-container ul.tabs li .tab{
  background-image: url(../images/tabs.png);
  background-repeat: no-repeat;
  background-position: left;
  box-shadow: 3px 0px 2px rgba(0,0,0,0.47);
  position: relative;
  z-index: 8;
  padding-left: 30px;
}
div.moduletabs.top-position div.tabs-container ul.tabs li .tab.selected{
  background-image: url(../images/tabs-hover.png);
  background-repeat: no-repeat;
  background-position: left;
  position: relative;
  z-index: 9;
}



.main-row .gn_static{
  border-bottom: 1px dashed #fff;
  margin-bottom: 10px;
  padding: 5px 5px 10px 5px !important;
}
.main-row .news-date{
  background-color: #206a15;
  padding: 3px 5px;
  border-radius: 5px;
  color: #fff;
  float: left;
}
.main-row .news-image img{
  border-radius: 5px;
}
.main-row .news-rootitr{
  color: #206a15;
  font-size: 13px;
}
.main-row .news-title{
  font-family: 'Mj_Casablanca';
  font-size: 14px;
}
.main-row .news-title a{
  color: #333;
}
.main-row .news-text{
  color: #555;
  font-family: 'IRsans';
  font-size: 16px;
}
.main-row .news-readmore a{
  background-color: #206a15;
  padding: 3px 10px;
  border-radius: 5px;
  color: #fff;
  float: left;
}


.row-news-2 .col-news-2{
  box-shadow: 0px 30px 0px #f3ba7d inset;
  margin: 10px 0px !important;
}
.row-news-2 .col-news-2 .sppb-addon-title{
  background-color: #c45312;
  background-image: url(../images/mod-title-2.png);
  background-repeat: no-repeat;
  background-position: left center;
  padding: 6px 15px 6px 40px;
  font-family: 'Mj_Casablanca';
  display: inline-block;
}
.special-2.col-news-2 .ns2-row img{
  border-radius: 50%;
  border: 2px solid #fff;
}
.special-2.col-news-2 .ns2-title{
  font-weight: 300 !important;
  font-family: 'Mj_Casablanca';
  font-size: 18px;
}
.special-2.col-news-2 .ns2-title a{
  color: #333;
}
.special-2.col-news-2 .ns2-introtext{
  text-align: justify;
  font-family: 'BYekan';
  font-size: 12px;
}
.special-2.col-news-2 .ns2-readmore{
  background-color: 
}
.special-2 .ns2-art-controllers{
  float: none !important;
  text-align: center;
}
.special-2 .ns2-art-pagination{
  float: none !important;
}

.gozaresh-tasviri .ns2-row{
  text-align: center;
}




.row-mod .sppb-col-md-3.sppb-col-sm-6.sppb-col-xs-12{
  background-image: url(../images/shadow-mod.png);
  background-repeat: no-repeat;
  background-position: bottom center;
  padding-bottom: 20px;
  background-size: 80%;
}
.row-mod .mod-col{
  border-radius: 20px 0px 20px 0px;
  border-left: 2px solid #b42512;
  border-top: 2px solid #b42512;
}
.row-mod .mod-col .sppb-addon-title{
  background-color: #b42512;
  padding: 10px 15px 10px 70px;
  font-family: 'Mj_Casablanca';
  background-image: url(../images/mod-title-3.png);
  background-repeat: no-repeat;
  background-position: left center;
  position: relative;
  top: -30px;
  right: -10px;
  display: inline-block;
  border-radius: 0px 5px 0px 0px;
}

.row-amar{
  text-align: center;
}






/* Start Footer */
.container-fluid.footer{
  background:
  url(../images/shadow.png) no-repeat top center,
  url(../images/footer/footer-namad.png) no-repeat center bottom 20px,
  url(../images/footer/footer-bg.png) repeat-x bottom center,
  #1c70d2;
}
.container-fluid.footer .cloud-1{
  height: 94px;
  width: 173px;
  background-image: url(../images/footer/cloud-1.png);
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  margin-top: 40px;
  animation: cloud-rtl 180s linear infinite;
}
.container-fluid.footer .cloud-2{
  height: 126px;
  width: 223px;
  background-image: url(../images/footer/cloud-2.png);
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  margin-top: -85px;
  animation: cloud-rtl 100s linear infinite;
}
.container-fluid.footer .cloud-3{
  height: 126px;
  width: 223px;
  background-image: url(../images/footer/cloud-3.png);
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  margin-top: -150px;
  animation: cloud-ltr 180s linear infinite;
}
.container-fluid.footer .cloud-4{
  height: 126px;
  width: 223px;
  background-image: url(../images/footer/cloud-3.png);
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  margin-top: -50px;
  animation: cloud-ltr 120s linear infinite;
}
@keyframes cloud-rtl{ 
  from {right: -10%;}
  to {right: 105%;}
}
@keyframes cloud-ltr{ 
  from {right: 105%;}
  to {right: -10%;}
}
.container-fluid.footer .container-fluid{
  background-image: url(../images/footer/footer-bg-2.png);
  background-repeat: repeat-x;
  background-position: bottom center;
  padding: 100px 0px 120px 0px;
  margin-top: -300px;
}
.footer-box{
  background-color: rgba(18, 151, 224, 0.4);
  padding: 10px;
  height: 275px;
  border-radius: 15px;
  box-shadow: 0px 0px 10px #102770;
  font-family: 'Mj_Casablanca';
  color: #fff;
}
.footer-box img{
  max-height: 100%;
}
.footer-box.box-right{
  text-align: center;
}
.footer-box.box-left{
  text-align: right;
}



/*
  start row-services
*/
.sppb-section.row-services{
  background: url(../images/shadow-rows.png)
  no-repeat top center;
}
.sppb-section.row-services .sppb-row-container{
  padding: 0px;
}
.sppb-section.row-services .sppb-title-heading{
  background: url(../images/bg-title.png)
  no-repeat center center;
  height: 44px;
  font-family: 'Mj_Casablanca';
  padding-top: 6px;
}
.sppb-section.row-services .sppb-section-title{
  margin-bottom: 10px !important;
}
.sppb-addon.services-item .sppb-addon-title{
  font-family: 'Mj_Casablanca';
}
.sppb-addon.services-item img{
  background-color: #fff;
  padding: 30px 10px;
  border-radius: 50%;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -ms-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
}
.sppb-addon.services-item:hover img{
  transform: rotate(360deg);
}
.sppb-addon.services-item .sppb-media-body{
  padding-top: 25px;
}
.sppb-section.row-services .sppb-row-overlay{
  background-image: url(../images/shadow-rows.png);
  background-repeat: no-repeat;
  background-position: center top;
}


/* 
  start Copyright
*/
.container-fluid.copyright{
  background-color: #1F1F1F;
  color: #fff;
  padding: 0px;
}
.container-fluid.copyright .container {
  padding: 0px;
  margin-top: -15px;
}
.container-fluid.copyright .matn{
  color: #fff;
  margin-top: 30px;
  font-family: 'Mj_Casablanca';
  text-align: center;
}
.container-fluid.copyright ul{
  list-style: none;
  padding: 0px;
  text-align: left;
  position: relative;
  z-index: 9;
}
.container-fluid.copyright ul li{
  display: inline-block;
  width: 45px;
  height: 60px;
  background:linear-gradient(#303030,#1e1e1e);
  border-radius: 40% 40% 0px 0px;
  margin: 0px 2px;
  padding: 10px 5px;
  text-align: center;
}
.container-fluid.copyright ul li a{
  color: #fff;
  padding: 0px;
  background-color: transparent;
}
.container-fluid.copyright ul li a span{
  position: absolute;
  width: 0px;
  height: 0px;
  margin-top: -20px;
  margin-right: -120px;
  background-color: #b82a18;
  padding: 5px;
  border-radius: 5px;
  overflow: hidden;
  z-index: 5;
  opacity: 0;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}
.container-fluid.copyright ul li:hover a span{
  opacity: 1;
  margin-top: -50px;
  width: 210px;
  height: 30px;
}



/* Start Page-2 */

.container.mehrnews{
  background-color: #fff;
  border-radius: 5px 5px 0px 0px;;
  padding: 10px;
  margin-top: 10px;
}
.container.mehrnews .mehrnews_kicker{
  font-weight: 300 !important;
  color: #0077c0;
  font-family: 'IRsans';
  font-size: 20px;
}
.container.mehrnews .mehrnews_title{
  font-weight: 300 !important;
  color: #34495e;
  font-family: 'Mj_Casablanca';
  font-size: 18px;
}
.container.mehrnews .mehrnews_deck{
  font-weight: 300 !important;
  color: #009c41;
  font-family: 'BYekan';
  font-size: 16px;
}
.container.mehrnews .sootitr{
  text-align: justify;
  color: #0067b0;
  font-style: normal;
  font-family: 'IRsans';
  font-size: 18px;
  cursor: default;
  padding: 10px;
  background-color: #F4FBFF;
  border: 1px solid rgba(75, 116, 144, 0.3);
  border-radius: 3px;
  margin-bottom: 10px;
  margin-top: 10px;
}

.container-fluid.p2{
  margin-bottom: 20px;
}
.container.page2{
  background-color: #fff;
  border-radius: 0px 0px 5px 5px;
  padding: 10px;
}
.container.page2 .btn-group.pull-right{
  float: left !important;
}
.container.page2 .btn-group.pull-right a{
  background-color: #ecf0f1;
}
.container.page2 .icons .pull-right a span {
  visibility: visible;
}
.container.page2 .btn-group.pull-right ul{
  left: 0px;
  right: auto !important;
}
.container.page2 .btn-group.pull-right ul a{
  background-color: #fff;
}
.container.page2 .btn-group.pull-right ul a:hover{
  background-color: #ecf0f1;
}
.container.page2 .articleBody{
  text-align: justify;
  color: #333;
  margin-top: 50px;
}
.container.page2 .articleBody img{
  border: 2px solid #555;
  border-radius: 3px;
}

.rscomments {
  background-color: #edeaea;
  padding: 20px;
  border-radius: 5px;
}
.rscomments .rscomment-form{
  margin: 0px !important;
}
#rsc_submit{
  background-color: #728d12;
  border-color: #728d12;
}
/* 
  tags
*/
.container.page2 .tags
{
  padding: 2px 5px 5px 5px;
  list-style: none;
  border: 1px solid #bdc3c7;
  margin: 6px 0px;
  border-radius: 5px;
}
.container.page2 .tags li
{
  display: inline-block;
  margin: 2px;
}
.container.page2 .tags li a
{
  padding: 2px 7px;
  background-color: #728D12;
  font-weight: 300 !important;
  font-size: 11px;
}
.container.page2 .tags li:hover a
{
  background-color: #99BC1C;
}

/* search */

.container.page2.search-page{
  text-align: center;
}
.container.page2.search-page .search-results{
  padding: 10px 0px 0px 0px;
  border: 2px solid #ddd;
  display: inline-block;
  border-radius: 3px;
  width: 280px;
  height: 140px;
  margin: 5px;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -ms-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
}
.container.page2.search-page .search-results:hover{
  box-shadow: 0px 200px 0px #728d12 inset;
  border: 2px solid #728d12;
}
.container.page2.search-page .search-results .result-title{
  height: 80px;
}
.container.page2.search-page .search-results .result-title a{
  font-weight: 300;
  font-family: 'IRsans';
  color: #333;
  font-size: 19px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.container.page2.search-page .search-results:hover .result-title a{
  color: #fff;
}
.container.page2.search-page .search-results .result-category{
  padding: 5px 10px;
  margin: 0px;
  color: #fff;
  background-color: #728d12;
  border-radius: 3px;
  font-size: 13px;
  display: inline-block;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -ms-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
}
.container.page2.search-page .search-results:hover .result-category{
  background-color: #fff;
  color: #728d12;
}
/* tag */
.container.page2 .tag-category ul{
  padding: 0px;
  list-style: none;
}
.container.page2 .tag-category ul li a{
  color: #333;
  font-size: 16px;
}
.container.tag-category ul{
  list-style: none;
  padding: 0px;
  text-align: center;
}
.container.tag-category ul li{
  margin: 5px;
  border: 2px solid #ddd;
  display: inline-block;
  width: 250px;
  font-family: 'IRsans';
  font-size: 22px;
  color: #1c2a39;
  padding: 5px 10px 10px;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -ms-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
}
.container.tag-category ul li:hover{
  box-shadow: -125px 0px 0px #728d12 inset, 125px 0px 0px #728d12 inset;
  border: 2px solid #728d12;
}
.container.tag-category ul li a{
  color: #333;
  font-size: 16px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.container.tag-category ul li:hover a{
  color: #fff;
}
.container.all-tag-category ul{
  text-align: center;
  margin: 0px;
}
.container.all-tag-category ul li{
  margin: 5px;
  border: 2px solid #ddd;
  display: inline-block;
  width: 200px;
  font-family: 'IRsans';
  font-size: 22px;
  color: #1c2a39;
  padding: 5px 10px 10px;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -ms-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
}
.container.all-tag-category ul li:hover{
  box-shadow: -100px 0px 0px #00adef inset,
  100px 0px 0px #00adef inset;
  border: 2px solid #00adef;
}
.container.all-tag-category ul li a{
  color: #333;
  font-size: 16px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.container.all-tag-category ul li:hover a{
  color: #fff;
}
.sitemap h1{
  visibility: hidden;
}
.container.page2.blog .items-row
{
  background-color: #f7f7f7;
  margin: 10px 0px;
  padding: 0px;
  border-radius: 4px;
  cursor: default;
  border: 1px solid rgba(0,0,0,0.2);
}
.container.page2.blog .items-row .blog-item-image{
  padding: 0px;
  overflow: hidden;
  background-image: url(../images/readmore.png);
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.container.page2.blog .items-row .blog-item-image img{
  border-radius: 0px 3px 3px 0px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.container.page2.blog .items-row:hover .blog-item-image{
  background-color: #009c41;
  z-index: 1;
  position: relative;
}
.container.page2.blog .items-row:hover .blog-item-image img{
  transform: scale(1.4) rotate(-15deg);
  opacity: 0.2;
  z-index: 1;
  position: relative;
}
.container.page2.blog .items-row .blog-item-content{
  padding: 10px;
  text-align: justify;
}
.container.page2.blog .items-row .page-header{
  margin: 0px;
  border: 0px;
}
.container.page2.blog .items-row .page-header h2{
  color: #444;
  background-color: transparent;
  border-bottom: 1px solid rgba(0,0,0,0.2);
  padding: 7px 5px 20px 10px;
  cursor: default;
  font-size: 24px;
  margin: 10px 0px;
  font-family: 'IRsans';
}
.container.page2.blog .items-row .page-header h2 a{
  color: #444;
}
.container.page2.blog .page-header a
{
  color: #fff;
}
.container.page2.blog .pull-left.item-image
{
  float: right !important;
  margin-left: 10px;
}
.container.page2.blog .pull-left.item-image img
{
  width: 100px;
  height: 80px;
  border-radius: 3px;
  border: 2px solid #777;
  padding: 1px;
}
.container.page2.blog .readmore
{
  float: left;
}
.container.page2.blog .readmore a
{
  background-color: #2c3e50;
  border-radius: 5px;
  color: #fff;
  padding: 2px 5px;
  font-size: 12px;
}
.container.page2 .pagination
{
  margin: 10px 0px;
  border-radius: 5px;
  border: 1px solid #bdc3c7;
  padding: 5px;
  width: 100%;
}
.container.page2 .pagination ul
{
  text-align: center;
  padding: 0px;
  margin: 0px;
}
.container.page2 .pagination ul li
{
  display: inline-block;
  padding: 2px 5px;
  margin: 2px;
  cursor: default;
  background-color: #fff;
  border-radius: 5px;
  color: #333;
}
.container.page2 .pagination ul li a
{
  color: #333;
}





/* Start DJ-Mega-Menu */
.cf {
  *zoom: 1;
}
.cf:before,
.cf:after {
  display: table;
  content: "";
  line-height: 0;
}
.cf:after {
  clear: both;
}
.dj-megamenu-override {
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 500;
  *zoom: 1;
  list-style: none;
}
.dj-megamenu-override:before,
.dj-megamenu-override:after {
  display: table;
  content: "";
  line-height: 0;
}
.dj-megamenu-override:after {
  clear: both;
}
.dj-megamenu-override li.dj-up {
  display: inline-block;
  margin: 0 0 0 1px;
}
.dj-megamenu-override li.dj-up a.dj-up_a {
  font-size: 13px;
  font-weight: 300;
  display: block;
  padding: 15px 10px;
  line-height: 1;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.dj-megamenu-override li.dj-up a.dj-up_a small.subtitle {
  display: block;
  text-transform: none;
  font-style: italic;
  font-weight: 300;
  font-size: 12px;
  line-height: 12px;
  opacity: 0.7;
  filter: alpha(opacity=70);
  margin-top: 5px;
}
.dj-megamenu-override li.dj-up.active a.dj-up_a,
.dj-megamenu-override li.dj-up:hover a.dj-up_a,
.dj-megamenu-override li.dj-up.hover a.dj-up_a {
  color: #0C3F05;
  outline: 0;
  box-shadow: 0px 50px 0px #90c388 inset;
}
.dj-megamenu.hasSubtitles li a.dj-up_a.withsubtitle {
  padding-top: 27.5px;
  padding-bottom: 27.5px;
}
.dj-megamenu-override li.separator > a {
  cursor: default;
}
.dj-megamenu-sticky {
  margin: 0;
  background: #ffffff;
}
.dj-megamenu-sticky ul.dj-megamenu-override {
  margin: 0;
}
.dj-megamenu-sticky li.dj-up a.dj-up_a {
  padding: 22px 10px;
}
.dj-megamenu-sticky li.dj-up a.dj-up_a.withsubtitle {
  padding: 20.625px 20px;
}
.dj-megamenu-override .dj-stickylogo {
  position: fixed;
}
.dj-megamenu-override .dj-stickylogo.dj-align-center {
  text-align: center;
  margin: 10px;
}
.dj-megamenu-override .dj-stickylogo.dj-align-left {
  text-align: left;
  margin: 10px;
  left: 19%;
  right: auto;
}
.dj-megamenu-override .dj-stickylogo.dj-align-right {
  text-align: center;
  margin: 10px;
}
.dj-megamenu-override .dj-stickylogo.dj-align-right img
{
  max-width: 100%;
  max-height: 100%;
}
#jm-allpage .dj-megamenu-offcanvas .dj-mobile-open-btn,
#jm-allpage .dj-megamenu-accordion .dj-mobile-open-btn,
#jm-allpage .dj-megamenu-select .dj-mobile-open-btn {
  background: none !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  color: #a1b1bc;
  padding: 0;
  margin-top: 20px;
  margin-bottom: 20px;
}
#jm-allpage .dj-megamenu-offcanvas .dj-mobile-open-btn:hover,
#jm-allpage .dj-megamenu-accordion .dj-mobile-open-btn:hover,
#jm-allpage .dj-megamenu-select .dj-mobile-open-btn:hover {
  color: #D12E1E;
}
#jm-allpage .select-input .dj-select {
  max-width: none;
  margin: 10px 0;
  font-family: inherit;
  font-size: 14px;
  font-weight: 400;
  padding: 0 20px;
  vertical-align: middle;
  border: 2px solid #D12E1E;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  color: #D12E1E;
  background: #ffffff;
  height: 60px;
  line-height: 60px;
}
select.dj-select {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}
.dj-megamenu-override li.dj-up:hover,
.dj-megamenu-override li.dj-up.hover,
.dj-megamenu-override .dj-submenu > li:hover,
.dj-megamenu-override .dj-subtree > li:hover {
  position: relative;
  z-index: 200;
}
.dj-megamenu-override li div.dj-subwrap {
  position: absolute;
  left: auto;
  right: auto;
  top: -9999px;
  visibility: hidden;
}
.dj-megamenu-override li:hover div.dj-subwrap,
.dj-megamenu-override li.hover div.dj-subwrap {
  left: 0;
  right: auto;
  top: 100%;
  visibility: visible;
  z-index: 300;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.dj-megamenu-override li:hover div.dj-subwrap div.dj-subwrap-in,
.dj-megamenu-override li.hover div.dj-subwrap div.dj-subwrap-in {
  background: #206A15;
}
.dj-megamenu-override li:hover div.dj-subwrap div.dj-subwrap,
.dj-megamenu-override li.hover div.dj-subwrap div.dj-subwrap {
  left: 100%;
  right: auto;
  top: -15px;
  z-index: 400;
  border-top: none;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
}
.dj-megamenu-override .dj-subcol {
  float: left;
  padding: 12px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.dj-megamenu .multiple_cols .dj-subcol + .dj-subcol:after {
  content: '';
  position: absolute;
  height: 100%;
  top: 0;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.dj-megamenu-override .dj-submenu,
.dj-megamenu-override .dj-subtree {
  margin: 0px;
  padding: 0px;
}
.dj-megamenu-override .dj-submenu > li,
.dj-megamenu-override .dj-subtree > li {
  display: block;
  position: relative;
  background: none;
  padding: 0 20px;
  color: #ffffff;
}
.dj-megamenu-override .dj-submenu > li > a,
.dj-megamenu-override .dj-subtree > li > a {
  color: #ffffff;
  display: block;
  font-size: 10pt;
  line-height: 1.8;
  text-decoration: none;
  padding: 5px 0;
}
.dj-megamenu-override .dj-submenu > li > a small.subtitle,
.dj-megamenu-override .dj-subtree > li > a small.subtitle {
  display: block;
  font-size: 11px;
}
.dj-megamenu-override .dj-submenu > li:hover > a,
.dj-megamenu-override .dj-subtree > li:hover > a,
.dj-megamenu-override .dj-submenu > li.hover > a,
.dj-megamenu-override .dj-subtree > li.hover > a,
.dj-megamenu-override .dj-submenu > li.active > a,
.dj-megamenu-override .dj-subtree > li.active > a {
  color: #ddd;
}
.dj-megamenu-override .dj-submenu > li.parent > a,
.dj-megamenu-override .dj-subtree > li.parent > a {
  position: relative;
  padding-right: -20px;
}
.dj-megamenu-override .dj-submenu > li.parent > a:after,
.dj-megamenu-override .dj-subtree > li.parent > a:after {
  content: '+';
  position: absolute;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.8;
  right: 5px;
  left: auto;
}
.dj-megamenu-override li.dj-up a span.image-title {
  margin: 0 0 0 15px;
  display: inline-block;
  vertical-align: middle;
}
.dj-megamenu-override li > a > img {
  vertical-align: middle;
}
.dj-megamenu-override .dj-subtree {
  list-style: none outside;
  padding: 0 !important;
  margin: 0 !important;
}
.dj-megamenu-override .dj-subtree > li {
  list-style: none outside;
  padding: 0 0 0 10px;
  margin: 0;
}
.dj-megamenu-override .dj-subtree > li > a {
  border: none;
}
.dj-megamenu-override .dj-subtree > li > a:before {
  content: '\203A';
  margin-top: -1px;
  margin-right: 10px;
  font-family: Arial, Helvetica, sans-serif;
  position: relative;
  top: 0;
}
.dj-megamenu-override .dj-subtree > li > a small.subtitle {
  display: block;
  font-size: 0.9em;
  line-height: 1;
}
.dj-megamenu-override .modules-wrap p {
  display: block;
  padding: 0;
}
.dj-megamenu-override .modules-wrap .moduletable {
  clear: both;
  position: relative;
  margin: 0 0 20px;
}
.dj-megamenu-override .modules-wrap .moduletable:first-child {
  margin: 0;
}
.dj-megamenu-override .modules-wrap .moduletable > h3 {
  color: #ffffff;
  font-weight: 600;
  font-size: 15px;
  line-height: 1.8;
  position: relative;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  text-transform: uppercase;
}
.cf {
  *zoom: 1;
}
.cf:before,
.cf:after {
  display: table;
  content: "";
  line-height: 0;
}
.cf:after {
  clear: both;
}
body .dj-megamenu-override li.dj-up {
  display: inline-block;
  margin: 0 1px 0 0;
}
body .dj-megamenu-override li:hover div.dj-subwrap,
body .dj-megamenu-override li.hover div.dj-subwrap {
  left: auto;
  right: 0;
}
body .dj-megamenu-override li:hover div.dj-subwrap div.dj-subwrap,
body .dj-megamenu-override li.hover div.dj-subwrap div.dj-subwrap {
  left: auto;
  right: 100%;
}
.dj-megamenu-override .multiple_cols .dj-subcol + .dj-subcol:after {
  border-left: none;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
body .dj-megamenu-override .dj-subcol {
  float: right;
}
body .dj-megamenu-override .dj-submenu > li.parent > a:after,
body .dj-megamenu-override .dj-subtree > li.parent > a:after {
  right: auto;
  left: 5px;
}
body .dj-megamenu-override li.dj-up a span.image-title {
  margin: 0 15px 0 0;
}
body .dj-megamenu-override .dj-subtree > li {
  padding: 0 10px 0 0;
}
body .dj-megamenu-override .dj-subtree > li > a {
  border: none;
}
body .dj-megamenu-override .dj-subtree > li > a:before {
  margin-right: 0;
  margin-left: 10px;
}








/* Start Media */
@media (min-width: 100px) {
  .sppb-section.special{
    background: none;
  }
}
@media (min-width: 600px) {
  
}
@media (min-width: 768px) {
  .sppb-col-sm-2 {
    width: 33.3333333%;
  }
}
@media (min-width: 1024px) {
  .sppb-col-sm-2 {
    width: 16.66666667%;
  }
}
@media (min-width: 1280px) {
  .sppb-section.special{
    background: url(../images/special-right-bg.png) right -70px center no-repeat
    , url(../images/special-left-bg.png) left -70px center no-repeat;
  }
}
@media (min-width: 1330px) {
  .sppb-section.special{
    background: url(../images/special-right-bg.png) right -40px center no-repeat
    , url(../images/special-left-bg.png) left -40px center no-repeat;
  }
}
@media (min-width: 1800px) {
  .sppb-section.special{
    background: url(../images/special-right-bg.png) right 11% center no-repeat
    , url(../images/special-left-bg.png) left 11% center no-repeat;
  }
}