/*

@Author: motts.co

This file contains the styling for the actual theme, this
is the file you need to edit to change the look of the
theme.

// Table of contents //
1.  Global Styles
2.  Typography
3.  Helper clases
4.  Backgrounds and sections
5.  Pages header and cover
6.  Particles banner
7.  Preloader
8.  Breadcrumb
9.  Navigation
10.  Rev slider
11. About Us
12. Services
13.  Portfolio
14.  Portfolio Single
15.  Magnific Popup CSS
16. Fact Counter
17. Team Section
18. Partner Section
19. Testomonials Section
20. Process
21. Skill Progressbar Section
22. Blog Section
23. Pagination
24. Contact Section
25. Google Map
26. Footer
27. Scroll up
28. Page Progress bar
29. Responsive
// End Table of contents //

*/

/* ==============================
1. Global styles
============================== */
html {
  font-size: 100%;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
}
body{
  margin: 0;
  padding: 0;
  font-family: 'Dosis', sans-serif;
  font-size: 16px;
  color: #000;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
a,
a:hover,
a:focus{
  color: #111;
  outline: none;
  text-decoration: none;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.8s ease 0s;
}
ul {
  list-style-type: none;
}
.underline {
  position: relative;
  font-size: 12px;
  font-weight: bold;
  max-width: 81px;
  margin: auto;
  color: #e2e2e2;
  text-align: center;
}
.underline:before {
  position: absolute;
  content: "";
  width: 35px;
  height: 1px;
  background:#e2e2e2; 
  top: 50%;
  left: 0%;
}
.underline:after {
  position: absolute;
  content: "";
  width: 35px;
  height: 1px;
  background:#e2e2e2; 
  top: 50%;
  right: 0%;
}
/* ==============================
2. Typography
============================== */
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #262626;
  font-weight: 400;
  font-size: 14px;
  padding: 0;
  text-transform: uppercase;
  font-family: 'Dosis', sans-serif;
}
p{
  font-size: 13px;
  color: #666666;
  line-height: 24px;
  font-weight: 400;
  font-family: 'Open Sans', sans-serif;
}
b{
  font-weight: 700;
}
blockquote{
  padding: 15px 40px;
  border: none;
  background: none;
  font-size: 18px;
  color: #222222;
  line-height: 30px;
  font-weight: bold;
  font-style: italic;
  font-family: 'Open Sans', sans-serif;
  margin-bottom: 30px;

}
blockquote:before {
  content: '\f347';
  font-family: Ionicons;
  font-size: 24px;
  color: #222222;
  font-style: normal;
  position: absolute;
  left: 15px;
  margin-top: -10px;
}
.title{
  margin-bottom:60px;
}
.title h2{
  line-height: 18px;
  color: #000000;
  font-weight: 600;
  font-size: 28px;
  margin:0 0 30px 0;
  text-transform: uppercase;
  font-family: 'Dosis', sans-serif;
}
.title p{
  margin:0 0 30px 0;
  font-size: 14px;
}
.table {
  width: 100%;
  height: 100%;
  display: table;
  text-align: center;
  margin: 0;
  position: relative;
  z-index: 2;
}
.table .inner {
  display: table-cell;
  vertical-align: middle;
}
.white{
  color: #ffffff !important;
}
.p_color p{
  color: #666666 !important;
}

/* ==============================
3. Helper clases
============================== */
.mt0 {margin-top: 0px; }
.mt10 {margin-top: 10px; }
.mt20 {margin-top: 20px; }
.mt30 {margin-top: 30px; }
.mt40 {margin-top: 40px; }
.mt50 {margin-top: 50px; }
.mt60 {margin-top: 60px; }
.mt70 {margin-top: 70px; }
.mt80 {margin-top: 80px; }
.mb0 {margin-bottom: 0px; }
.mb10 {margin-bottom: 10px; }
.mb15 {margin-bottom: 15px; }
.mb20 {margin-bottom: 20px; }
.mb30 {margin-bottom: 30px; }
.mb40 {margin-bottom: 40px; }
.mb50 {margin-bottom: 50px; }
.mb60 {margin-bottom: 60px; }
.mb70 {margin-bottom: 70px; }
.mb80 {margin-bottom: 80px; }
.ml0 {margin-left: 0; }
.mr0 {margin-right: 0; }
.mr10 {margin-right: 10px; }
.pb0{padding-bottom: 0px}
.p0{padding: 0px}
.nopadding {
  padding: 0;
  margin: 0;
}
.relative{
  position: relative;
}

/* ==============================
4. Backgrounds and sections
============================== */
.bg-light {
  background: #f9f9f9;
}
section {
  position: relative;
  padding:80px 0;
  overflow: hidden;
  background: #ffffff;
}

/* ==============================
5. Pages header and cover
============================== */
.cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 2;
}
.white-cover {
  background-color: rgba(255, 255, 255, 0.6);
}
.page-header {
  position: relative;
  width: 100%;
  margin: 0;
  background-color: #f5f5f5;
}
.page-header-title {
  font-size: 34px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 30px;
  color: #ffffff;
  font-family: 'Dosis', sans-serif;
  font-weight: 400;
}
.page-header-subtitle {
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 30px;
  color: #ffffff;
  font-family: 'Dosis', sans-serif;
  font-weight: 400;
}
.page-header-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
  filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale"); /* Firefox 10+, Firefox on Android */
  filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
}
/*=======================================================
SUB BANNER
========================================================*/
/*.page_section.type1 {
  background: url(../images/type1-bg.jpg) no-repeat;
  background-size: cover !important;
  text-align: center;
  position: relative;
  background-position: bottom;
}*/
.page_section.type1 h4 {
  color: #fff;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 1.5px;
  margin: 0px;
  margin-bottom: 10px;
  margin-top: 100px;
  text-transform: uppercase;
}
.page_section.type1 .breadcrumb {
  background: none;
  margin: 0px;
  padding: 0px;

}
.page_section.type1 h6 {
  display: inline-block;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  float: left;
  line-height: 58px;
  margin: 0px;
  letter-spacing: 1px;
}
.page_section.type1 .breadcrumb li {
  color: #fff;
  letter-spacing: 1px;
  text-transform: none;
  color: #fff;
  line-height: 30px;
  font-size: 16px;
  font-weight: normal;
  font-family: 'Ubuntu';
  font-size: 13px;
  margin: 10px 0;
}
.page_section.type1 .breadcrumb li a {
  color: #fff;
  text-transform: none;
  color: #fff;
  font-size: 16px;
  font-weight: normal;
  font-family: 'Ubuntu';
  font-size: 13px;
}
.page_section.type1 .breadcrumb>li+li:before {
  color: #fff;
}


/* ==============================
6. particles banner
============================== */
canvas.particular  {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
}
.particles-header-content{
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
}
.particles-header {
  position: relative;
}
.particles-header-title {
  font-size: 75px;
  text-transform: uppercase;
  margin-bottom: 30px;
  color: #000000;
  font-family: 'Dosis', sans-serif;
  font-weight: 400;
}
.particles-header-subtitle {
  font-size: 13px;
  letter-spacing: 2px;
  margin-bottom: 30px;
  color: #666666;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}
.particles-header-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
  filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale"); /* Firefox 10+, Firefox on Android */
  filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
}

/* ==============================
7. Preloader
============================== */
.loader{
  position: fixed;
  background:#fff;
  z-index:11000;
  height:100%;
  width:100%;
  overflow:hidden;
}
.sk-cube-grid {
  height: 40px;
  margin: auto;
  width: 40px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.sk-cube-grid .sk-cube {
  width: 33%;
  height: 33%;
  background-color: #d0ad55;
  float: left;
  -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
  animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out; 
}
.sk-cube-grid .sk-cube1 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s; }
  .sk-cube-grid .sk-cube2 {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s; }
    .sk-cube-grid .sk-cube3 {
      -webkit-animation-delay: 0.4s;
      animation-delay: 0.4s; }
      .sk-cube-grid .sk-cube4 {
        -webkit-animation-delay: 0.1s;
        animation-delay: 0.1s; }
        .sk-cube-grid .sk-cube5 {
          -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s; }
          .sk-cube-grid .sk-cube6 {
            -webkit-animation-delay: 0.3s;
            animation-delay: 0.3s; }
            .sk-cube-grid .sk-cube7 {
              -webkit-animation-delay: 0s;
              animation-delay: 0s; }
              .sk-cube-grid .sk-cube8 {
                -webkit-animation-delay: 0.1s;
                animation-delay: 0.1s; }
                .sk-cube-grid .sk-cube9 {
                  -webkit-animation-delay: 0.2s;
                  animation-delay: 0.2s; }

                  @-webkit-keyframes sk-cubeGridScaleDelay {
                    0%, 70%, 100% {
                      -webkit-transform: scale3D(1, 1, 1);
                      transform: scale3D(1, 1, 1);
                      } 35% {
                        -webkit-transform: scale3D(0, 0, 1);
                        transform: scale3D(0, 0, 1); 
                      }
                    }

                    @keyframes sk-cubeGridScaleDelay {
                      0%, 70%, 100% {
                        -webkit-transform: scale3D(1, 1, 1);
                        transform: scale3D(1, 1, 1);
                        } 35% {
                          -webkit-transform: scale3D(0, 0, 1);
                          transform: scale3D(0, 0, 1);
                        } 
                      }

/* ==============================
8. Breadcrumb
============================== */
.breadcrumb {
  position: absolute;
  background-color: transparent;
  width: auto;
  bottom: 60px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  padding: 0;
  font-size: 15px;
  z-index: 2;
}
.breadcrumb li {
  letter-spacing: 1px;
}
.breadcrumb li a{
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
}
.breadcrumb li.active{
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
}

/* ==============================
9. Navigation type1
============================== */
#header.type1 {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 999;
  padding: 50px 0;
}
#header.type1 .primary_menu ul.main-menu{
  margin: 0 auto;
  text-align: center;
  padding: 0;
  font-family: 'Dosis', sans-serif;
  font-weight: 400;
  font-size: 15px;
}
#header.type1 .primary_menu ul.main-menu li a {
  color: #ffffff;
  text-shadow: none;
  text-transform: uppercase;
  padding: 25px 0;
}
#header.type1 .primary_menu ul.main-menu > li {
  display: inline-block;
  vertical-align: middle;
  padding: 0 20px;
  position: relative;
}
#header.type1 .primary_menu ul.main-menu li.logo a {
  display: inline;
}
.on {
  background-color: #222222;
  padding: 20px 0 !important;
  position: fixed !important;
  left: 0;
  right: 0;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.8s ease 0s;
}
.mine-logo{
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.on .mine-logo{
  width: 90%;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.8s ease 0s;
}
#header.type1 .primary_menu ul.main-menu li .sub-nav > ul{
  position: absolute;
  left: 0%;
  top: 10%;
  background: rgba(34, 34, 34, 1);
  width: 150px;
  transition: all ease 500ms;
  -moz-transition: all ease 500ms;
  -webkit-transition: all ease 500ms;
  -ms-transition: all ease 500ms;
  -o-transition: all ease 500ms;
  opacity: 0;
  visibility: hidden;
  padding: 0;
}
#header.type1 .primary_menu > ul.main-menu > li:hover > .sub-nav > ul{
  opacity: 1;
  visibility: visible;
  left: 0;
  top: 44px;
}
#header.type1 .primary_menu ul.main-menu li .sub-nav > ul li{
  width: 100%;
  text-align: left;
  border-bottom: 1px dotted #111;
  padding: 10px 0;
}
#header.type1 .primary_menu ul.main-menu li .sub-nav > ul li a{
  color: #fff;
  font-size: 14px;
  padding: 0 20px;
  position: relative;
  text-transform: uppercase;
  display: inline-block;
  width: 100%;
}
#header.type1 .primary_menu ul.main-menu li a:hover,#header.type1 .primary_menu ul li .sub-nav > ul li a:hover{
  color: #d0ad55;
}
#header.type1 .primary_menu ul.main-menu li.active a,#header.type1 .primary_menu ul.main-menu li .sub-nav > ul li.active a{
  color: #d0ad55;
}
#header.type1 .primary_menu ul.main-menu li .sub-nav > ul li .sub-nav1 >ul,#header.type1 .primary_menu ul.main-menu li .sub-nav > ul li .sub-nav1 > ul li .sub-nav2 >ul{
  position: absolute;
  left: 0%;
  top: 150%;
  background: rgba(34, 34, 34, 1);
  width: 230px;
  transition: all ease 500ms;
  -moz-transition: all ease 500ms;
  -webkit-transition: all ease 500ms;
  -ms-transition: all ease 500ms;
  -o-transition: all ease 500ms;
  opacity: 0;
  visibility: hidden;
  padding: 0;
}
#header.type1 .primary_menu > ul.main-menu > li > .sub-nav > ul li:hover .sub-nav1 >ul,#header.type1 .primary_menu > ul.main-menu > li > .sub-nav > ul li:hover .sub-nav1 > ul li:hover .sub-nav2 >ul{
  opacity: 1;
  visibility: visible;
  left: 100%;
  top: auto;
  margin-top: -31px;
}
#header.type1 .primary_menu ul.main-menu li .sub-nav > ul li .sub-nav1 >ul li,#header.type1 .primary_menu ul.main-menu li .sub-nav > ul li .sub-nav1 > ul li .sub-nav2 li{
  width: 100%;
  text-align: left;
  border-bottom: 1px dotted #111;
  padding: 10px 0;
}
#header.type1 .primary_menu ul.main-menu li .sub-nav > ul li .sub-nav1 >ul li a,#header.type1 .primary_menu ul.main-menu li .sub-nav > ul li .sub-nav1 > ul li .sub-nav2 li a{
  color: #fff;
  font-size: 14px;
  padding: 0 20px;
  position: relative;
  text-transform: uppercase;
}
#header.type1 .primary_menu ul.main-menu li a:hover,#header.type1 .primary_menu ul li .sub-nav > ul li .sub-nav1 >ul li a:hover,#header.type1 .primary_menu ul li .sub-nav > ul li .sub-nav1 >ul li .sub-nav2 li a:hover{
  color: #d0ad55;
}
#header.type1 .primary_menu ul.main-menu li.active a,#header.type1 .primary_menu ul.main-menu li .sub-nav > ul li .sub-nav1 >ul li.active a,#header.type1 .primary_menu ul.main-menu li .sub-nav > ul li .sub-nav1 >ul li .sub-nav2 li.active a{
  color: #d0ad55;
}

/* ==============================
9.1 Navigation type2
============================== */
#header.type2 {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 999;
  padding: 50px 0;
}
#header.type2 .logo_sect{
  display: block;
  float: left;
}
#header.type2 .logo_sect img{
  width: 100%;
}
#header.type2.on .logo_sect img{
  width: 90%;
}
#header.type2 .primary_menu{
  float: right;
  padding: 3px 0;
}
#header.type2 .primary_menu ul.main-menu{
  margin: 0 auto;
  text-align: right;
  padding: 0;
  font-family: 'Dosis', sans-serif;
  font-weight: 400;
  font-size: 15px;
}
#header.type2 .primary_menu ul.main-menu li a {
  color: #000000;
  text-shadow: none;
  text-transform: uppercase;
  padding: 25px 0;
}

#header.type2 .primary_menu ul.main-menu > li {
  display: inline-block;
  vertical-align: middle;
  padding: 0 20px;
  position: relative;
}

#header.type2 .primary_menu ul.main-menu li.logo a {
  display: inline;
}
#header.type2.on {
  background-color: #ffffff;
  padding: 20px 0 !important;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.8s ease 0s;
  box-shadow: 0px -1px 5px #C1C1C1;
}
#header.type2 .primary_menu ul.main-menu li .sub-nav ul{
  position: absolute;
  left: 0%;
  top: 10%;
  background: rgba(255, 255, 255, 1);
  width: 150px;
  transition: all ease 500ms;
  -moz-transition: all ease 500ms;
  -webkit-transition: all ease 500ms;
  -ms-transition: all ease 500ms;
  -o-transition: all ease 500ms;
  opacity: 0;
  visibility: hidden;
  padding: 0;
}
#header.type2 .primary_menu ul.main-menu li:last-child .sub-nav ul{
  right: 0;
  left: auto !important;
}
#header.type2 .primary_menu > ul.main-menu > li:hover > .sub-nav ul{
  opacity: 1;
  visibility: visible;
  left: 0;
  top: 44px;
}
#header.type2 .primary_menu ul.main-menu li .sub-nav ul li{
  width: 100%;
  text-align: left;
  border-bottom: 1px dotted #fefefe;
  padding: 10px 0;
}
#header.type2 .primary_menu ul.main-menu li .sub-nav ul li a{
  color: #333333;
  font-size: 14px;
  padding: 0 20px;
  position: relative;
  text-transform: uppercase;
  display: block;
}
#header.type2 .primary_menu ul.main-menu li a:hover,#header.type2 .primary_menu ul.main-menu li .sub-nav ul li a:hover{
  color: #d0ad55;
}
#header.type2 .primary_menu ul.main-menu li.active a,#header.type2 .primary_menu ul.main-menu li .sub-nav ul li.active a{
  color: #d0ad55;
}
#header.type2 .menu_toggler span{
  background: #000000;
}
/* ==============================
9.2 Navigation type3
============================== */
#header.type3 {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 999;
  padding: 50px 0;
}
#header.type3 .logo_sect{
  display: block;
  float: none;
  position: relative;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 50px;
}
#header.type3 .logo_sect .mine-logo {
  width: auto;
  margin: 0 auto;
  text-align: center;
}
#header.type3 .primary_menu{
  float: none;
  padding: 0;
  margin: 0 auto;
  text-align: center;
  position: relative;
}
#header.type3 .primary_menu ul.main-menu{
  margin: 0 auto;
  text-align: center;
  padding: 0;
  font-family: 'Dosis', sans-serif;
  font-weight: 400;
  font-size: 15px;
}
#header.type3 .primary_menu ul.main-menu li a {
  color: #ffffff;
  text-shadow: none;
  text-transform: uppercase;
  padding: 25px 0;
}
#header.type3.on .primary_menu ul.main-menu li a{
  color: #000000;
}
#header.type3 .primary_menu ul.main-menu > li {
  display: inline-block;
  vertical-align: middle;
  padding: 0 20px;
  position: relative;
}

#header.type3 .primary_menu ul.main-menu li.logo a {
  display: inline;
}
#header.type3.on {
  background-color: #ffffff;
  padding: 20px 0 !important;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.8s ease 0s;
  box-shadow: 0px -1px 5px #C1C1C1;
}
#header.type3.on .logo_sect {
  display: block;
  float: left;
  position: relative;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 0;
}
#header.type3.on .primary_menu {
  float: right;
  padding: 3px 0;
  margin: 0 auto;
  text-align: center;
  position: relative;
}
#header.type3.on .logo_sect .mine-logo {
  width: 90%; 
}
#header.type3 .primary_menu ul.main-menu li .sub-nav ul{
  position: absolute;
  left: 0%;
  top: 10%;
  background: rgba(255, 255, 255, 1);
  width: 150px;
  transition: all ease 500ms;
  -moz-transition: all ease 500ms;
  -webkit-transition: all ease 500ms;
  -ms-transition: all ease 500ms;
  -o-transition: all ease 500ms;
  opacity: 0;
  visibility: hidden;
  padding: 0;
}
#header.type3 .primary_menu ul.main-menu li:last-child .sub-nav ul{
  right: 0;
  left: auto !important;
}
#header.type3 .primary_menu > ul.main-menu > li:hover > .sub-nav ul{
  opacity: 1;
  visibility: visible;
  left: 0;
  top: 44px;
}
#header.type3 .primary_menu ul.main-menu li .sub-nav ul li{
  width: 100%;
  text-align: left;
  border-bottom: 1px dotted #fefefe;
  padding: 10px 0;
}
#header.type3 .primary_menu ul.main-menu li .sub-nav ul li a{
  color: #333333;
  font-size: 14px;
  padding: 0 20px;
  position: relative;
  text-transform: uppercase;
}
#header.type3 .primary_menu ul.main-menu li a:hover,#header.type3 .primary_menu ul.main-menu li .sub-nav ul li a:hover{
  color: #d0ad55;
}
#header.type3 .primary_menu ul.main-menu li.active a,#header.type3 .primary_menu ul.main-menu li .sub-nav ul li.active a{
  color: #d0ad55;
}
#header.type3 .menu_toggler span{
  background: #000000;
}

/* ==============================
9.3 Navigation type4
============================== */
#header.type4{
  position: absolute;
  left: 0;
  right: 0;
  z-index: 999;
  padding: 26px 0;
}
#header.type4 .primary_menu{
  display: none;
}
#header.type4 .logo_sect {
  display: block;
  z-index: 99;
  position: absolute;
  left: auto;
  right: auto;
  top: 24px;
}
#header.type4 .menu_toggler {
  display: inline-block;
  position: absolute;
  top: 25px;
  right: 15px;
  z-index: 999;
}

#header.type4 .menu_toggler span {
  background: #ffffff;
  border-radius: 3px;
  display: block;
  height: 3px;
  margin-top: 5px;
  padding: 0;
  position: relative;
  transition: all 0.2s ease;
  width: 25px;
}
#header.type4 .menu_toggler.active span{
  background: #333;
}
#header.type4 .menu_toggler.active span:nth-of-type(1) {
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
  transform: rotate3d(0, 0, 1, 45deg);
  top: 7px;
}

#header.type4 .menu_toggler.active span:nth-of-type(2) {
  opacity: 0;
}

#header.type4 .menu_toggler.active span:nth-of-type(3) {
  -webkit-transform: rotate3d(0,0,1,-45deg);
  transform: rotate3d(0,0,1,-45deg);
  top: -9px;
}
#header.type4 .mobile_menu_wrapper.menu_on {
  right: 0;
  left: auto;
  top: 0;
  bottom: 0;
  margin: 0;
  display: block !important;
}
#header.type4 .mobile_menu_wrapper {
  position: fixed !important;
  top: 0;
  bottom: 0;
  right: -270px;
  width: 270px;
  height: 100%;
  z-index: 5;
  padding-left: 15px;
  padding-top: 25px;
  -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 0ms;
  -moz-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 0ms;
  -ms-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 0ms;
  -o-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 0ms;
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 0ms;
}


#header.type4 .mobile_menu_wrapper:before {
  display:block;
  background:#fff;
  width: 100%;
  position:absolute;
  left:0;
  bottom:0;
  height:1px;
  content:'';
  z-index:555;
}

#header.type4 .mobile_menu_wrapper .mobile_menu {
  padding-left:30px !important;
  padding-right:30px !important;
  padding-top: 30px;
  list-style:none;
}

#header.type4 .mobile_menu_wrapper li:before {
  display:none;
}

#header.type4 .mobile_menu_wrapper li {
  padding:0;
  margin:0;
  position:relative;
}

#header.type4 .mobile_menu_wrapper ul {
  list-style:none;
  padding:0;
  margin:0;
}

#header.type4 .mobile_menu_wrapper .sub-menu {
  margin-left:20px;
}

#header.type4 .mobile_menu_wrapper .sub-nav {
  display:none;
}

.showsub .sub-nav .sub-nav {
  display:none;
}

#header.type4 .showsub .sub-nav,
#header.type4 .showsub .sub-nav .showsub .sub-nav {
  display:block;
}

#header.type4 .mobile_menu_wrapper a.mob_link {
  color:#2d2e2e;
  font-size:14px;
  font-weight:300;
  padding:12px 0 14px 0;
  margin:0;
  line-height:24px;
  border-bottom:1px #dddddd solid;
  display:block;
  text-transform: uppercase;
}

#header.type4 .mobile_menu_wrapper li.has-child:before {
  position:absolute;
  right:3px;
  top:13px;
  content:"\f105";
  display:block;
  font-size:14px;
  color:#2d2e2e;
  font-weight:normal;
  line-height:24px;
  font-family:'FontAwesome';
}

#header.type4 .mobile_menu_wrapper li.has-child .showsub:before{
  content:"\f107";
  position:absolute;
  right:3px;
  top:13px;
  display:block;
  font-size:14px;
  color:#2d2e2e;
  font-weight:normal;
  line-height:24px;
  font-family:'FontAwesome';
  background: #ffffff;
}

#header.type4 .sub-nav {
  width:100% !important;
  margin:0 !important;
}
#header.type4 .sub-menu i {
  padding-right:7px;
}

#header.type4 .mobile_menu_wrapper a.mob_link i {
  display:none;
}   
.body-wrap.menu-active {
  right: 270px;
}
.body-wrap {
  position: relative;
  overflow-x: hidden;
  right: 0;
  -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 0ms;
  -moz-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 0ms;
  -ms-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 0ms;
  -o-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 0ms;
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 0ms;
}  
.body-wrap.menu-active::after {
  position: absolute;
  content: '';
  z-index: 99;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.6);
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -ms-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}
#header.type4.on {
  position: relative !important;
}
#header.type4 .menu_toggler.active{
  position: fixed;
}

/* ==============================
9.4 Navigation type5
============================== */
#header.type5 {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 999;
  padding: 50px 0;
}
#header.type5 .logo_sect{
  display: block;
  float: left;
}
#header.type5 .logo_sect img{
  width: 100%;
}
#header.type5.on .logo_sect img{
  width: 90%;
}
#header.type5 .menu_toggler {
  display: inline-block;
  position: absolute;
  top: 25px;
  right: 30px;
  z-index: 999;
}

#header.type5 .menu_toggler span {
  background: #333333;
  border-radius: 3px;
  display: block;
  height: 3px;
  margin-top: 5px;
  padding: 0;
  position: relative;
  transition: all 0.2s ease;
  width: 25px;
}

#header.type5 .menu_toggler.active span:nth-of-type(1) {
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
  transform: rotate3d(0, 0, 1, 45deg);
  top: 7px;
}

#header.type5 .menu_toggler.active span:nth-of-type(2) {
  opacity: 0;
}

#header.type5 .menu_toggler.active span:nth-of-type(3) {
  -webkit-transform: rotate3d(0,0,1,-45deg);
  transform: rotate3d(0,0,1,-45deg);
  top: -9px;
}
#header.type5 .mobile_menu_wrapper.menu_on {
  right: 0;
  left: auto;
  top: 0;
  bottom: 0;
  margin: 0;
  display: block !important;
}
#header.type5 .primary_menu{
  float: right;
  padding: 3px 0;
}

#header.type5 .primary_menu ul.main-menu li a {
  color: #ffffff;
  text-shadow: none;
  text-transform: uppercase;
  padding: 25px 0;
}
#header.type5.on .primary_menu ul.main-menu li a{
  color: #333333;
}
#header.type5 .primary_menu ul.main-menu > li {
  display: inline-block;
  vertical-align: middle;
  padding: 0 20px;
  position: relative;
}

#header.type5 .primary_menu ul.main-menu li.logo a {
  display: inline;
}
#header.type5.on {
  background-color: #ffffff;
  padding: 20px 0 !important;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.8s ease 0s;
  box-shadow: 0px -1px 5px #C1C1C1;
}
#header.type5 .primary_menu ul.main-menu li .sub-nav ul{
  position: absolute;
  left: 0%;
  top: 10%;
  background: rgba(255, 255, 255, 1);
  width: 150px;
  transition: all ease 500ms;
  -moz-transition: all ease 500ms;
  -webkit-transition: all ease 500ms;
  -ms-transition: all ease 500ms;
  -o-transition: all ease 500ms;
  opacity: 0;
  visibility: hidden;
  padding: 0;
}
#header.type5 .primary_menu ul.main-menu li:last-child .sub-nav ul{
  right: 0;
  left: auto !important;
}
#header.type5 .primary_menu > ul.main-menu > li:hover > .sub-nav ul{
  opacity: 1;
  visibility: visible;
  left: 0;
  top: 44px;
}
#header.type5 .primary_menu ul.main-menu li .sub-nav ul li{
  width: 100%;
  text-align: left;
  border-bottom: 1px dotted #fefefe;
  padding: 10px 0;
}
#header.type5 .primary_menu ul.main-menu li .sub-nav ul li a{
  color: #333333;
  font-size: 14px;
  padding: 0 20px;
  position: relative;
  text-transform: uppercase;
  display: block;
}
#header.type5 .primary_menu ul.main-menu li a:hover,#header.type5 .primary_menu ul.main-menu li .sub-nav ul li a:hover{
  color: #d0ad55;
}
#header.type5 .primary_menu ul.main-menu li.active a,#header.type5 .primary_menu ul.main-menu li .sub-nav ul li.active a{
  color: #d0ad55;
}
#header.type5 .menu_toggler span{
  background: #ffffff;
}
#header.type5.on .menu_toggler span{
  background: #000000;
}
/* ==============================
Mobile navigation
============================== */
.mobile_menu_wrapper:before {
  display:block;
  background:#fff;
  width: 100%;
  position:absolute;
  left:0;
  bottom:0;
  height:1px;
  content:'';
  z-index:555;
}

.mobile_menu {
  list-style:none;
}

.mobile_menu_wrapper li:before {
  display:none;
}

.mobile_menu_wrapper li {
  padding:0;
  margin:0;
  position:relative;
}

.mobile_menu_wrapper ul {
  list-style:none;
  padding:0;
  margin:0;
}

.mobile_menu_wrapper .sub-menu,.mobile_menu_wrapper .sub-menu1,.mobile_menu_wrapper .sub-menu2 {
  margin-left:20px;
}

.mobile_menu_wrapper .sub-nav,.mobile_menu_wrapper .sub-nav1,.mobile_menu_wrapper .sub-nav2 {
  display:none;
}

.showsub .sub-nav .sub-nav,.showsub .sub-nav .sub-nav1,.showsub .sub-nav .sub-nav2 {
  display:none;
}

.showsub .sub-nav,.showsub .sub-nav1,.showsub .sub-nav2,
.showsub .sub-nav .showsub .sub-nav,.showsub .sub-nav1 .showsub .sub-nav1,.showsub .sub-nav2 .showsub .sub-nav2 {
  display:block;
}

.mobile_menu_wrapper a.mob_link {
  color:#2d2e2e;
  font-size:14px;
  font-weight:300;
  padding:12px 0 14px 0;
  margin:0;
  line-height:24px;
  border-bottom:1px #dddddd solid;
  display:block;
}

.mobile_menu_wrapper li.has-child:before {
  position:absolute;
  right:3px;
  top:13px;
  content:"\f105";
  display:block;
  font-size:14px;
  color:#2d2e2e;
  font-weight:normal;
  line-height:24px;
  font-family:'FontAwesome';
}

.mobile_menu_wrapper li.has-child .showsub:before,.showsub1:before{
  content:"\f107";
  position:absolute;
  right:3px;
  top:13px;
  display:block;
  font-size:14px;
  color:#2d2e2e;
  font-weight:normal;
  line-height:24px;
  font-family:'FontAwesome';
  background: #ffffff;
}

.sub-nav {
  width:100% !important;
  margin:0 !important;
}
.sub-menu i {
  padding-right:7px;
}

.mobile_menu_wrapper a.mob_link i {
  display:none;
}      



/* ==============================
10. Rev slider
============================== */
.home-slider{
  position: relative;
}
.tp-caption{
  z-index: 3;
}
.tp-caption.slider-title{
  font-family: 'Dosis', sans-serif; 
  font-weight: 400; 
  color: rgba(255,255,255,0.12);
  font-size: 144px;
  letter-spacing:20px !important;
  text-transform: uppercase;
}
.slider-subtitle{
  font-family: 'Dosis', sans-serif; 
  font-weight: 400; 
  color: rgba(255,255,255,0.5);
  font-size: 24px;
  letter-spacing:5px !important;
  text-transform: uppercase;
}

/*scroll down link*/
.scroll-down{
  width: 30px;
  height: 30px;
  color: #222;
  font-size: 24px;
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  margin: 0 auto;
  bottom: 41px;
  z-index: 99;
  text-align: center;
}
.scroll-down:before{
  content: "";
  display: block;
  background-color: #fff;
  border-radius: 2px;
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-box-shadow: 1px 1px 3px -1px #000;
  box-shadow: 1px 1px 3px -1px #000;
}
.scroll-down i{
  position: absolute;
  top: 3px;
  left: 8px;
  color: #333;
}
/* ==============================
10. text slider
============================== */
#home-slider{
  background-size: cover;
}
.text-slider{
  /*line-height:72px;*/
  color:rgba(255,255,255,0.12);
  font-size:105px;
  text-transform:uppercase;
  font-weight:400;
  display:inline-block;
}
.home-description{
  position: relative;
  z-index: 3;
}

.text-item i{
  margin-top:5px;
}

/* ==============================
10. hompage with video background
============================== */
.section-overlay{
  background: rgba(0, 0, 0, .7) !important;
}
.video-bg{ height:670px;position: relative;}
.video-bg .video-container{ width:100%; height:100%; position:absolute; left:0; top:0; opacity:0.1; z-index:1; overflow:hidden;}
.video-bg video{ min-width:100%; min-height:100%; position:absolute; left:0; top:0;}

.video-bg .particles-header-content {
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
  z-index: 99;
  position: absolute;
  left: 0;
  right: 0;
  top: 35%;
  bottom: 0;
  padding: 0 30px;
}
.video-bg .particles-header-title {
  color: #FFFFFF;
}
.video-bg .particles-header-subtitle {
  color: #ffffff;
}
/* ==============================
11. About us who we are type1
============================== */
.type1 .who_we_are{
  position: relative;
  z-index: 3;
}
.type1 .who-wrapper{
  /*margin-bottom: 30px;*/
}
.type1 .who-wrapper .text{
  padding: 0 30px 0 0;
}
.type1 .who-wrapper .text h3{
  font-family: 'Dosis', sans-serif;
  font-weight: 600;
  color: #d0ad55;
  font-size: 18px;
  letter-spacing: 1px;
  margin: 30px 0 15px 0;
  text-transform: uppercase;
}
.type1 .who-wrapper .text p{
  color: #ffffff;
}

/* ==============================
who we are type2
============================== */
.type2 .who_we_are{
  position: relative;
  z-index: 3;
}
.type2 .who-wrapper{
  /*margin-bottom: 30px;*/
}
.type2 .who-wrapper .text{
  padding: 0 30px 0 0;
}
.type2 .who-wrapper .text h3{
  font-family: 'Dosis', sans-serif;
  font-weight: 600;
  color: #d0ad55;
  font-size: 18px;
  letter-spacing: 1px;
  margin: 30px 0 15px 0;
  text-transform: uppercase;
}
.type2 .who-wrapper .text p{
  color: #000000;
}


/* ==============================
Experiances
============================== */

.counter-box {
  margin: 2px;
  padding: 32px 15px;
  background-color: rgba(0,0,0, 0.4);
  position: relative;
  z-index: 3;
}

.counter-box .timer {
  font-size: 2.5rem;
  font-weight: 700;
}

.counter-box .lead {
  color: #ff974f;
  font-size: 1rem;
}

#experiances .about-desc{
  position: relative;
  z-index: 3;
  margin-bottom: 60px;
  padding-right: 60px;
}
#experiances .about-desc h2{
  font-family: 'Dosis', sans-serif;
  font-size: 21px;
  color: #ffffff;
  font-weight: 500;
  margin-bottom: 30px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
#experiances .about-desc p{
  color: #ffffff;
  margin-bottom: 30px;
}

/*about us*/
.about-single .about-desc h2{
  font-family: 'Dosis', sans-serif;
  font-size: 28px;
  color: #444444;
  font-weight: 600;
  margin-bottom: 30px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.about-single .about-desc{
  margin-bottom: 60px;
}

/*work-with-us*/
.work-with-us-cover{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
  opacity: 0.16;
  z-index: 2;
}
.work-with-us{
  position: relative;
  z-index: 3;
}
.work-with-us h2{
  font-family: 'Dosis', sans-serif;
  font-size: 28px;
  color: #000000;
  font-weight: 600;
  margin: 0;
  letter-spacing: 2px;
  margin-bottom: 30px;
}
.work-with-us p{
  margin-bottom: 30px;
  color: #333333;
  font-size: 15px;
}
/* ==============================
12. Service type 1
============================== */
.type1 .service-icon {
  margin: 0 0 30px 0;
}
.type1 .service-icon .text {
  padding-left: 100px;
}
.type1 .service-icon i {
  text-shadow:none;
  color: #ffffff;
  font-size: 30px;
  width: 75px;
  height: 75px;
  line-height: 75px;
  background: #222222;
  border-radius: 50%;
  text-align: center;
  position: absolute;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.type1 .service-icon:hover i {
  color: #ffffff;
  background: #d0ad55;
}
.type1 .service-icon .inner{
  padding: 0 30px 0 0;
}
.type1 .service-icon .inner .text h3 {
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 15px 0;
}
.type1 .service-icon .inner .text p {
  font-size: 13px;
  line-height: 21px;
}

/* ==============================
Service type2
============================== */
.type2 .service-icon {
  text-align: center;
  /*margin-bottom: 30px;*/
}
.type2 .service-icon i {
  text-shadow:none;
  color: #000000;
  font-size: 36px;
  text-align: center;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.type2 .service-icon:hover i {
  color: #d0ad55;
}
.type2 .service-icon .inner{
  padding: 0 30px;
}
.type2 .service-icon .inner .text h3 {
  font-size: 18px;
  font-weight: 600;
  font-family: 'Dosis', sans-serif;
  margin: 30px 0;
}
.type2 .service-icon .inner .text p {
  font-size: 13px;
  line-height: 21px;
}


/* ==============================
Service type3
============================== */
.type3 .service-icon {
  text-align: center;
  /*margin-bottom: 30px;*/
}
.type3 .service-icon i {
  text-shadow:none;
  color: #ffffff;
  font-size: 26px;
  width: 75px;
  height: 75px;
  line-height: 75px;
  background: #d0ad55;
  border-radius: 50%;
  text-align: center;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.type3 .service-icon:hover i {
  color: #ffffff;
  background: #000000;
}
.type3 .service-icon .inner{
  padding: 0 30px;
}
.type3 .service-icon .inner .text{
  margin-bottom: 30px;
}
.type3 .service-icon .inner .text h3 {
  font-size: 18px;
  font-weight: 600;
  font-family: 'Dosis', sans-serif;
  margin: 30px 0 15px 0;
}
.type3 .service-icon .inner .text p {
  font-size: 13px;
  line-height: 21px;
}
.type3 .service-icon:hover .send_btn {
  background-color: #d0ad55;
  border: 1px solid #d0ad55;
  color: #ffffff;
  text-decoration: none;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

/* ==============================
Service type4
============================== */
.type4 .service-icon {
  text-align: center;
  /*margin-bottom: 30px;*/
}
.type4 .service-icon i {
  text-shadow:none;
  color: #000000;
  font-size: 36px;
  text-align: center;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.type4 .service-icon:hover i {
  color: #d0ad55;
}
.type4 .service-icon .inner{
  padding: 50px 15px;
  border: 1px solid #ddd;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.type4 .service-icon:hover .inner {
  border: 1px solid #d0ad55;
}
.type4 .service-icon .inner .text h3 {
  font-size: 18px;
  font-weight: 600;
  font-family: 'Dosis', sans-serif;
  margin: 30px 0;
}
.type4 .service-icon .inner .text p {
  font-size: 13px;
  line-height: 21px;
}


/* ==============================
13. Portfolio slider type1
============================== */
.type1 .portfolio-container > figure{
  margin-bottom: 0;
}

.type1 .portfolio-item-inner{
  position: relative;
  overflow: hidden;
  display: block;
}

.type1 .portfolio-item .image-wrap{
  position: relative;
}

.type1 .portfolio-item .image-wrap{
  opacity: 1;
  -webkit-transform: translate3d(0px, 0px, 0px);
  -moz-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate3d(0px, 0px, 0px);
  -ms-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.type1 .portfolio-item:hover .image-wrap{
  opacity: 0.6;
  -webkit-transform: translate3d(0px, -55px, 0px);
  -moz-transform: translate3d(0px, -55px, 0px);
  -o-transform: translate3d(0px, -55px, 0px);
  -ms-transform: translate3d(0px, -55px, 0px);
  transform: translate3d(0px, -55px, 0px);
}

.type1 .portfolio-item  a.image-wrap {
  display: block;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

.type1 .portfolio-item .caption {
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #ffffff;
}

.type1 .portfolio-item .caption .portfolio-description .item-heading .item-wrap{
  width: 85%;
  display: inline-block;
}

.type1 .portfolio-item .caption .portfolio-description .item-heading{
  position: absolute;
  bottom: 0;
  left: 0;
  background: #ffffff;
  text-align: center;
  width: 100%;
  padding: 15px;
  text-align: left;
  text-transform: uppercase;
  transform: translateY(60px);
  -webkit-transform: translateY(60px);
  -moz-transform: translateY(60px);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.type1 .portfolio-item .caption .portfolio-description .item-heading .h3 {
  font-weight: 500;
  font-family: 'Dosis', sans-serif;
  font-size: 16px;
  color: #000000;
  margin: 0;
}

.type1 .portfolio-item .caption .portfolio-description .item-heading .portfolio-icon-link {
  float: right;
  display: inline-block;
  text-align: center;
  padding: 7px;
  transform: translateX(-20px);
  -webkit-transform: translateX(-20px);
  -moz-transform: translateX(-20px);
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  transition-delay: 0.4s;
  -webkit-transition-delay: 0.4s;
}

.type1 .portfolio-item .caption .portfolio-description .portfolio-icon-link i{
  font-size: 15px;
  color: #000000;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  position: relative;
  display: block;
}

.type1 .portfolio-item .caption .portfolio-description .item-categories {
  display: inline-block;
  color: #D0AD55;
  font-size: 12px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  opacity: 1;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.type1 .portfolio-item:hover .caption {
  opacity: 1;
}

.type1 .portfolio-item:hover .caption .portfolio-description .item-heading{
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
}

.type1 .portfolio-item:hover .item-categories {
  opacity: 1;
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
}

.type1 .portfolio-item:hover .caption .portfolio-description .item-heading .portfolio-icon-link {
  opacity: 1;
  transform: translateX(0px);
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
}

.type1 .portfolio-item .caption .portfolio-description .item-categories span:after {
  content: '/';
  display: inline;
  position: relative;
  margin: 0 5px;
  -webkit-transform: translate(50%, -50%);
  -moz-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  -o-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  color: #333333;
}
.type1 .portfolio-item .caption .portfolio-description .item-categories span:last-child:after {
  display: none;
}

.owl-theme .owl-controls .owl-nav div{
  position: absolute;
  outline: 0;
  top: 50%;
  position: absolute;
  bottom: 0;
  background: #333;
  color: #ffffff;
  border-radius: 2px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-box-shadow: none;
  box-shadow: none;
  text-align: center;
  margin: 0 auto;
  margin-top: -18px;
  opacity: 1;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.owl-theme .owl-controls .owl-nav div:hover {
  text-decoration: none;
  background: #d0ad55;
  color: #ffffff;
}
.owl-theme .owl-controls .owl-nav div i{
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  display: block;
  font-size: 15px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.owl-theme .owl-controls .owl-nav .owl-prev{
  left: 0;
  width: 35px;
  height: 35px;
  line-height: 35px;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.owl-theme .owl-controls .owl-nav .owl-next{
  right: 0;
  width: 35px;
  height: 35px;
  line-height: 35px;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.portfolio-slider:hover .owl-controls .owl-nav .owl-next{
  right: 20px;
  opacity: 1;
}

.portfolio-slider:hover .owl-controls .owl-nav .owl-prev{
  left: 20px;
  opacity: 1;
}

/* ==============================
Portfolio type 2
============================== */
.filters {
  margin-top: 0;
  margin-bottom: 36px;
}
.filters ul {
  /*margin: 0 -25px;*/
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0;
}
.filters ul li {
  display: inline-block;
}
.filters ul li a {
  position: relative;
  display: block;
  font-family: 'Dosis', sans-serif;
  font-weight: 500;
  color: #888888;
  font-size: 15px;
  margin: 0px 25px;
  /*padding: 12px 0;*/
}
.filters ul li a:hover{
  color: #d0ad55;
}
.filters ul li a:after {
  content: '/';
  display: block;
  position: absolute;
  right: -25px;
  top: 50%;
  -webkit-transform: translate(50%, -50%);
  -moz-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  -o-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  color: #555 !important;
}
.filters ul li:last-child a:after {
  display: none;
}
.filters ul li.select-filter a {
  color: #d0ad55;
}

.type2 .portfolio-container > figure{
  margin-bottom: 0;
  padding: 10px;
}
.type2 .portfolio-item .portfolio-item-inner {
  position: relative;
  overflow: hidden;
}

.type2 .portfolio-item .portfolio-item-inner .caption {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(1.4);
  -moz-transform: scale(1.4);
  -ms-transform: scale(1.4);
  -o-transform: scale(1.4);
  transform: scale(1.4);
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 9;
}
.type2 .portfolio-item .portfolio-item-inner:hover .caption {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition-delay: 0.08s;
  -moz-transition-delay: 0.08s;
  -ms-transition-delay: 0.08s;
  -o-transition-delay: 0.08s;
  transition-delay: 0.08s;
}
.type2 .portfolio-item .portfolio-item-inner .caption .h3{
  font-family: 'Dosis', sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #ffffff;
  margin: 0;
}
.type2 .portfolio-item .portfolio-item-inner .caption .h3 span:hover {
  color: #888888;
}

.type2 .portfolio-item .portfolio-item-inner .caption .item-categories span {
  position: relative;
  display: inline-block;
  font-family: 'Open Sans', sans-serif;
  font-weight: 500;
  font-size: 12px;
  margin: 3px 10px;
  color: #D0AD55;
  text-transform: uppercase;
}
.type2 .portfolio-item .portfolio-item-inner .caption .item-categories span:after {
  content: '/';
  display: block;
  color: #ffffff;
  position: absolute;
  right: -10px;
  top: 50%;
  -webkit-transform: translate(50%, -50%);
  -moz-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  -o-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}
.type2 .portfolio-item .portfolio-item-inner .caption .item-categories span:last-child:after {
  display: none;
}
.type2 .portfolio-item .portfolio-item-inner .caption .item-categories span:hover {
  color: #888888;
}

.type2 .portfolio-item .portfolio-item-inner .caption.portfolio-item-bg{
  background-color: rgba(0, 0, 0, 0.8);
}
/*.type2 .portfolio-item .portfolio-item-inner .caption .h3.portfolio-item-color,.type2 .portfolio-item .portfolio-item-inner .caption .item-categories.portfolio-item-color span{
  color: #000000;
}*/
.type2 .portfolio-container[data-col="2"] .portfolio-item {
  float: left;
  width: 50%; 
}

.type2 .portfolio-container[data-col="3"] .portfolio-item {
  float: left;
  width: 33.333%; 
}

.type2 .portfolio-container[data-col="4"] .portfolio-item {
  float: left;
  width: 25%; 
}

.type2 .portfolio-container[data-col="2"] .portfolio-item.large {
  width: 100%; 
}
.type2 .portfolio-container[data-col="3"] .portfolio-item.large {
  width: 66.666%; 
}
.type2 .portfolio-container[data-col="4"] .portfolio-item.large {
  width: 50%; 
}

.type2 .portfolio-container[data-col="2"] .portfolio-item.tall .portfolio-item-inner,
.type2 .portfolio-container[data-col="3"] .portfolio-item.tall .portfolio-item-inner,
.type2 .portfolio-container[data-col="4"] .portfolio-item.tall .portfolio-item-inner {
  padding-top: 140%;
  padding-top: -webkit-calc( 140% + 20px);
  padding-top: -moz-calc( 140% + 20px);
  padding-top: calc( 140% + 20px); 
}

.type2 .portfolio-container[data-col="2"] .portfolio-item.small .portfolio-item-inner,
.type2 .portfolio-container[data-col="3"] .portfolio-item.small .portfolio-item-inner,
.type2 .portfolio-container[data-col="4"] .portfolio-item.small .portfolio-item-inner {
  padding-top: 70%;
  padding-top: -webkit-calc( 70% + 20px);
  padding-top: -moz-calc( 70% + 20px);
  padding-top: calc( 70% + 20px); 
}


.type2 .portfolio-container[data-col="2"] .portfolio-item.large .portfolio-item-inner,
.type2 .portfolio-container[data-col="3"] .portfolio-item.large .portfolio-item-inner,
.type2 .portfolio-container[data-col="4"] .portfolio-item.large .portfolio-item-inner {
  padding-top: 70%;
  padding-top: -webkit-calc( 70% + 20px);
  padding-top: -moz-calc( 70% + 20px);
  padding-top: calc( 70% + 20px); 
}
.type2 .portfolio-item .portfolio-item-inner {
  background-size: cover;
  background-position: 50%;
  position: relative;
  background-repeat: no-repeat;
  padding-top: 100%; 
}
.type2 .portfolio-item img {
  width: 100%;
  height: auto;
  display: block; 
}


@media only screen and (max-width: 768px) {
  .type2 .portfolio-container[data-col="3"] .portfolio-item.large {
    width: 100%; 
  } 
  .type2 .portfolio-container[data-col="3"] .portfolio-item,
  .type2 .portfolio-container[data-col="4"] .portfolio-item {
    width: 50%; 
  } 
}

@media only screen and (max-width: 480px) {
  .type2 .portfolio-container[data-col="2"] .portfolio-item,
  .type2 .portfolio-container[data-col="3"] .portfolio-item,
  .type2 .portfolio-container[data-col="4"] .portfolio-item {
    width: 100%; 
  }

  .type2 .portfolio-container[data-col="4"] .portfolio-item.large {
    width: 100%; 
  }  
  .type2 .portfolio-container[data-col="4"] .portfolio-item.tall {
    width: 100%; 
  } 
}

/* ==============================
14. Portfolio single
============================== */
.portfolio-single-wrapper h2{
  font-family: 'Dosis', sans-serif;
  font-size: 28px;
  color: #000000;
  font-weight: 600;
  line-height: 24px;
  margin: 0;
  margin-bottom: 30px;
  text-transform: uppercase;
}
.portfolio-single-wrapper .description p{
  color: #000000;
  margin-bottom: 30px;
}
.portfolio-single-wrapper .send_btn{
  margin-bottom: 30px;
}
.portfolio-single-wrapper .portfolio-details .entry-meta {
  margin: 0;
  padding: 0;
}

.portfolio-single-wrapper .portfolio-details  .entry-meta li{
  color: #888888;
  display: block;
  font-size: 12px;
  font-weight: 400;
  font-family: 'Open Sans', sans-serif;
  margin-bottom: 10px;
}
.portfolio-single-wrapper .portfolio-details  .entry-meta li a span{
  color: #000000;
}
.portfolio-single-wrapper .portfolio-details  .entry-meta li:last-child{
  margin-bottom: 0;
}

.portfolio-single-wrapper .portfolio-details  .entry-meta li i {
  margin-right: 7px;
}

/* ==============================
15. Magnific Popup CSS
============================== */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: rgba(0, 0, 0, 0.9);
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; 
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; 
}
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; 
}
.mfp-align-top .mfp-container:before {
  display: none; 
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; 
}
.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; 
}
.mfp-ajax-cur {
  cursor: progress; 
}
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: url(../images/icon-close.svg), auto; 
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; 
}
.mfp-auto-cursor .mfp-content {
  cursor: auto; 
}
.mfp-loading.mfp-figure {
  display: none; 
}
.mfp-hide {
  display: none !important; 
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; 
}
.mfp-preloader a {
  color: #CCC; 
}
.mfp-preloader a:hover {
  color: #FFF; 
}
.mfp-s-ready .mfp-preloader {
  display: none; 
}

.mfp-s-error .mfp-content {
  display: none; 
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; 
}
button::-moz-focus-inner {
  padding: 0;
  border: 0; 
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; 
}
.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100); 
}
.mfp-close:active {
  top: 1px; 
}
.mfp-close-btn-in .mfp-close {
  color: #333; 
}
.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; display: none; 
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; 
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); 
}
.mfp-arrow:active {
  margin-top: -54px; 
}
.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100); 
}
.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; 
}
.mfp-arrow:after, .mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; 
}
.mfp-arrow:before, .mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7; 
}
.mfp-arrow-left {
  left: 0; 
}
.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
  border-right: 17px solid #FFF;
  margin-left: 31px; 
}
.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #D0AD55; 
}
.mfp-arrow-right {
  right: 0; 
}
.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
  border-left: 17px solid #FFF;
  margin-left: 39px; 
}
.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
  border-left: 27px solid #D0AD55; 
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; 
}
.mfp-iframe-holder .mfp-close {
  top: -40px; 
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; 
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000; 
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; 
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; 
}
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  background: #444; 
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px; 
}
.mfp-figure figure {
  margin: 0; 
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; 
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; 
}
.mfp-image-holder .mfp-content {
  max-width: 100%; 
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; 
}

/* ==============================
Portfolio Pagination
============================== */

.pagi-nav{
  position: relative;
}
.pagi-nav a span{
  display: none;
}
.pagi-prev, .pagi-next {
  position: fixed;
  top: 50%;
  width: 30px;
  height: 70px;
  line-height: 70px;
  font-size: 25px;
  margin-top: -35px;
  border: 1px solid #333;
  color: #fff;
  background: #333;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  font-size: 14px;
}
.pagi-prev:after{
  content: '\f3d2';
  font-family: Ionicons;
  position: absolute;
  margin: 0 auto;
  text-align: center;
  left: 0;
  right: 0;
}
.pagi-next:after{
  content: '\f3d3';
  font-family: Ionicons;
  position: absolute;
  margin: 0 auto;
  text-align: center;
  left: 0;
  right: 0;
}
.pagi-next {
  right: 0;
  margin-right: -2px;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  opacity: 1;
}
.pagi-prev {
  left: 0;
  margin-left: -2px;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  opacity: 1;
}
.portfolio-single:hover .pagi-next,.portfolio-single:hover .pagi-prev{
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.pagi-next:hover,.pagi-prev:hover{
  border: 1px solid #d0ad55;
  background: #d0ad55;
  color: #ffffff;
}



/* ==============================
16. Fact Counter type1
============================== */
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  z-index: 1;
}
.overlay-light {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  z-index: 1;
}
.background-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
  opacity: 0.35;
  z-index: 2;
}
.overlay_opacity_50{
  opacity: 0.50;
}
.overlay_opacity_20{
  opacity: 0.20;
}
.overlay_opacity_15{
  opacity: 0.15;
}
.overlay_grayscale{
 filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
  filter: gray;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
}
#facts{
  position: relative;
  z-index: 3;
}
.fact-item{
  color: #ffffff;
  font-size: 36px;
}
.fact-item .fact-desc{
  font-size: 18px;
  color: #ffffff;
  margin: 0;
  padding: 30px 0;
  line-height: 0;
}

/* ==============================
Fact Counter type2
============================== */
.type2 .fact-counter{
  border: 1px solid #ddd;
  width: 100%;
  height: 100%; 
  display: inline-block;
}
.type2 .fact-counter div.fact{
  border-right: 1px solid #ddd;
  background: transparent;
  -webkit-transition: all .4s ease-out;
  -moz-transition: all .4s ease-out;
  -o-transition: all .4s ease-out;
  -ms-transition: all .4s ease-out;
  transition: all .4s ease-out;
}
.type2 .fact-counter div.fact:hover{
  background: #D0AD55;
  border-right: 1px solid #D0AD55;
}
.type2 .fact-counter div.fact:hover .fact-item,.type2 .fact-counter div.fact:hover .fact-item .fact-desc{
  color: #ffffff;
}
.type2 .fact-counter div.fact:last-child{
  border:none;
}
.type2 .fact-counter .fact-item{
  color: #333333;
  font-size: 36px;
  padding: 30px;
  -webkit-transition: all .4s ease-out;
  -moz-transition: all .4s ease-out;
  -o-transition: all .4s ease-out;
  -ms-transition: all .4s ease-out;
  transition: all .4s ease-out;
}
.type2 .fact-counter .fact-item .fact-desc{
  font-size: 18px;
  color: #333333;
  margin: 0;
  padding: 30px 0;
  line-height: 0;
  -webkit-transition: all .4s ease-out;
  -moz-transition: all .4s ease-out;
  -o-transition: all .4s ease-out;
  -ms-transition: all .4s ease-out;
  transition: all .4s ease-out;
}


/* ==============================
17. Team section
============================== */
.type1 .team_block{
  text-align: left;
  background: #D0AD55;
  color: #ffffff;
  position: relative;
  overflow: hidden;
}
.wl-team-descript{
  padding:40px 30px;
  position: relative;
}
.curved-shape path {
  fill: #D0AD55;
}
.curved-shape {
  position: absolute;
  height: 100px;
  width: 25px;
  top: 50%;
  margin-top: -50px;
}
svg:not(:root) {
  overflow: hidden;
}
.img-left .curved-shape{
  right: 0px;
  transform: rotate(-180deg);
}
.img-right .curved-shape{
  left: 0;
}
.type1 .team_block .team_name h3, .type1 .team_block p{
  color: #ffffff;
}
.team_block{
  text-align: center;
}
.team_item{
  overflow: hidden;
  position: relative;
}
.team_item img {
  width: 100%; 
}
.profile_links a:first-child{
  margin-left: 0;
}
.profile_links a{
  display:inline-block;
  text-align:center;
  color:#ffffff;
  margin: 0 10px;
  font-size:15px;
  -webkit-transition: all .4s ease-out;
  -moz-transition: all .4s ease-out;
  -o-transition: all .4s ease-out;
  -ms-transition: all .4s ease-out;
  transition: all .4s ease-out;
  opacity:1;  
}
.profile_links a:hover{
  opacity:0.6;
  -webkit-transition: all .4s ease-out;
  -moz-transition: all .4s ease-out;
  -o-transition: all .4s ease-out;
  -ms-transition: all .4s ease-out;
  transition: all .4s ease-out;
}
.team_item .profile_links {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  padding-top: 100%;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.75);
  -webkit-transition: all 0.5s;
  transition: all 0.5s; 
}
.team_block:hover .team_item .profile_links  {
  opacity: 1;
  padding-top: 85%; 
}
.team_item h3 {
  color: #fff;
  margin-bottom: 0; 
}

.team_name h3{
  font-family: 'Dosis', sans-serif;
  font-weight: 600;
  color: #444444;
  font-size: 18px;
  letter-spacing: 1px;
  margin: 0;
  text-transform: uppercase;
}
.team_name p{
  font-size: 14px;
  margin: 0;
  text-transform: uppercase;
}
.type1 .team_name{
  display: inline-block;
  width: 100%;
  margin-bottom: 15px;
}
.type2 .team_name{
  display: inline-block;
  width: 100%;
  margin-top: 30px;
}
.type2 .team_block{
  /*margin-bottom: 30px;*/
}
#team_slider .wl-team-descript{
    padding: 35px 30px;
}
#team_slider:hover .owl-controls .owl-nav .owl-next{
  right: 20px;
  opacity: 1;
}

#team_slider:hover .owl-controls .owl-nav .owl-prev{
  left: 20px;
  opacity: 1;
}

/* ==============================
18. Partner Section
============================== */
.partner-wrapper{
  padding: 40px 0;
}
.partner-wrapper .owl-carousel .feature-image{
  padding: 0 35px;
}
.partner-wrapper .owl-carousel .feature-image img{
  opacity: 0.5;
  cursor: pointer;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.partner-wrapper .owl-carousel .feature-image:hover img{
  opacity: 1;
}

/* ==============================
19. Testomonials Section
============================== */
.testimonials-wrap{
  position: relative;
  z-index: 9;
}
.testimonials-wrap:before {
  content: '\f242';
  font-family: Ionicons;
  font-size: 15px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  color: #ffffff;
  border:1px solid #ffffff;
  border-radius: 50%;
  display: block;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 40px
}
#testimonials {
  text-align: center
}

.testomonials-info p{
  font-size: 18px;
  color: #ffffff;
  line-height: 30px;
  font-weight: 300;
  font-style: italic;
  font-family: 'Open Sans', sans-serif;
  margin-bottom: 30px;
}
.testimonials_name h3{
  font-family: 'Dosis', sans-serif;
  font-weight: 600;
  color: #ffffff;
  font-size: 18px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.testimonials_name p{
  font-size: 14px;
  margin: 0;
  line-height: 1;
  text-transform: uppercase;
  font-style: normal;
}


/* ==============================
20. Process
============================== */
.process-icon.center{
  text-align:center;
}

.process-icon .text h3{
  font-family: 'Dosis', sans-serif;
  font-weight: 500;
  color: #000000;
  font-size: 18px;
  margin: 0 0 15px 0;
}
.process-icon .text {
  padding: 0 30px 0 60px;
}
.process-icon i {
  opacity: 1;
  text-shadow:none;
  color: #333;
  font-size: 36px;
  text-align: center;
  position: absolute;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.process-icon:hover i{
  color:#d0ad55;
  opacity: 1;
}
.process-icon h5 {
  line-height: normal;
}
.process-icon.center i{
  position:inherit;
  float:none;
  display:inline-block;
  margin-bottom:20px;
  border:none;
  font-size:60px;
  background:none;
  padding:0px;
}

/* ==============================
21. Skill Progressbar Section 1
============================== */
.progress {
  overflow: visible;
  height: 9px;
  margin-bottom: 20px;
  background-color: #f4f4f4;
  border-radius: 50px;
  box-shadow: none;
}

.progress-bar {
  position: relative;
  background-color: #000000;
  border-radius: 50px;
  box-shadow: none;
}

.progress-bar span {
  position: absolute;
  top: -28px;
  right: 0;
  color: #240e35;
  font-size: 12px;
  font-weight: 400;
}

.progress-bar-title {
  margin-bottom: 10px;
  font-weight: 400;
  font-size: 12px;
}

/* ==============================
Skill Progressbar Section 2
============================== */
.chart.easy-pie-chart canvas{
  opacity: 1;
}
.skills-circular{
  width: 100%;
  float: left;
  margin: 0;
  padding: 0;
}

.skills-circular.big li{
  margin: 0 30px 50px 30px;
  float: left;
}

.skills-circular li:last-child{
  margin-right: 0;
}

.chart {
  position: relative;
  display: inline-block;
  width: 70px;
  height: 70px;
  text-align: center;
}

.skills-circular.big .chart{
  width: 110px;
  height: 110px;
}

.chart canvas {
  position: absolute;
  top: 0;
  left: 0;
}

.percent-container{
  padding: 12px;
}

.percent {
  display: table-cell;
  width: 46px;
  height: 46px;
  background: #d0ad55;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  z-index: 2;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}

.skills-circular.big .percent{
  width: 86px;
  height: 86px;
  font-size: 22px;
}

.chart span.info{
  padding-top: 10px;
  float: left;
  width: 100%;
  font-size: 14px;
}


/* ==============================
22. Blog Section type 1
============================== */
.type1 .entry-item{
  margin-bottom: 60px;
}
.type1 .entry-item:last-child{
  margin-bottom: 0;
}
.type1 .entry-item h2 {
  font-size: 28px;
  font-family: 'Dosis', sans-serif;
  font-weight: 500;
  color: #000000;
  text-transform: none;
  margin: 30px 0 15px 0;
}

.type1 .entry-item .entry .entry-head{
  border-bottom: 1px solid #ddd;
  margin-bottom: 30px;
}
.type1 .entry-item .entry .entry-meta.list-inline span {
  display: inline-block;
  padding: 0 8px;
  font-weight: 400;
  font-family: 'Open Sans', sans-serif;
  color: #888888;
  font-size: 12px;
}

.type1 .entry-item .entry .entry-meta span:first-child{
  padding-left: 0;
}

.type1 .entry-item .entry .entry-meta span:last-child {
  padding-right: 0;
}
.type1 .entry-item .entry .entry-meta {
  margin: 0;
  margin-bottom: 30px;
}

.type1 .entry-item .entry .entry-meta span a {
  color: #9b9b9b;
  display: inline-block;

}

.type1 .entry-item .entry .entry-meta span a:hover {
  color: #d0ad55;
}

.type1 .entry-item .entry .entry-meta span i {
  margin-right: 7px;
}
.blog-single .entry-item{
  border-bottom:1px solid #ddd; 
}
.type1 .entry-item .entry .entry-content {
  overflow: hidden;
  margin-bottom: 30px;

}
.type1 .entry-item .entry .entry-content img{
  margin-bottom: 30px;
}
/*.type1 .entry-item .entry .entry-content h1{
  font-size: 28px;
  font-family: 'Dosis', sans-serif;
  font-weight: 500;
  color: #000000;
  text-transform: capitalize;
  margin: 30px 0;
}*/
.type1 .entry-item .entry .entry-content h3{
  font-size: 24px;
  font-family: 'Dosis', sans-serif;
  font-weight: 500;
  color: #000000;
  text-transform: capitalize;
  margin: 30px 0;
}
.type1 .entry-item .entry .entry-content p{
  margin-bottom: 30px;
}
.type1 .entry-item .entry .entry-content p:last-child{
  margin-bottom: 0;
}
.type1 .entry-item .entry .entry-footer{
  margin-top: 30px;
}
.type1 .entry-item .entry .entry-footer > .social-icons{
  float: left;
}
.type1 .entry-item .entry .entry-footer > .social-icons i {
  font-size: 13px;
  width: 28px;
  height: 28px;
  line-height: 28px;
  border: 1px solid #dddddd;
  color: #aaaaaa;
}
.type1 .entry-item .entry .entry-footer >  .social-icons a:hover i {
  border: 1px solid #d0ad55;
  background: #d0ad55;
  color: #fff;
}
.type1 .entry-item .entry .entry-footer > .send_btn{
  float: right;
}
strong{
  color: #333333;
}
/* ==============================
Blog Section type 2
============================== */
.from-blog.type2 .entry-item{
margin: 0;
}
.type2 .entry-item{
  margin-bottom: 60px;
  box-shadow: 0px 0px 2px #C1C1C1;
}

.type2 .entry-item .entry{
  position: relative;
  padding: 0 30px 30px 30px;
}
.type2 .entry-item h2.entry-title {
  font-size: 28px;
  font-family: 'Dosis', sans-serif;
  font-weight: 500;
  color: #000000;
  text-transform: capitalize;
  padding: 15px 0 0px 0;
  text-align: left;
  border-top: 1px solid #eee;
  margin: 40px 0 0 0;
  line-height: 30px;
}

.type2 .entry-item .entry .entry-head{
  position: relative;
  padding-top: 30px;
}
.type2 .entry-item .entry .entry-meta.list-inline span {
  display: inline-block;
  padding: 5px 0;
  font-weight: 400;
  font-family: 'Open Sans', sans-serif;
  color: #888888;
  font-size: 11px;
}
.type2 .entry-item .entry .entry-meta.list-inline span.entry-category {
  position: absolute;
  top: -40px;
  left: 0;
  background: #d0ad55;
  padding: 5px 10px;
  color: #fff;
  font-size: 10px;
  text-transform: uppercase;
}
.type2 .entry-item .entry .entry-meta.list-inline span.entry-category a{
  color: #fff;
}
.type2 .entry-item .entry .entry-meta.list-inline span.entry-category i {
  margin:0;
  display: none;
}

.type2 .entry-item .entry .entry-meta {
  margin: 0;
  text-align: left;
  padding-top: 30px;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
}
.type2 .entry-item .entry .entry-meta .entry-date {
  margin: 0 10px 0 0;
}
.type2 .entry-item .entry .entry-meta .entry-comments{
  text-align: right;
  float: right;
  padding: 0;
}
.type2 .entry-item .entry .entry-meta span a {
  color: #9b9b9b;
  display: inline-block;

}

.type2 .entry-item .entry .entry-meta span a:hover {
  color: #d0ad55;
}

.type2 .entry-item .entry .entry-meta span i {
  margin-right: 7px;
}
.blog-single .entry-item{
  border-bottom:1px solid #ddd; 
}
.type2 .entry-item .entry .entry-content {
  overflow: hidden;
  margin-top: 15px;

}
.type2 .entry-item .entry .entry-content img{
  margin-bottom: 30px;
}
.type2 .entry-item .entry .entry-content h2{
  font-size: 24px;
  font-family: 'Dosis', sans-serif;
  font-weight: 500;
  color: #000000;
  text-transform: capitalize;
  margin: 30px 0;
}
.type2 .entry-item .entry .entry-content p{
  margin-bottom: 15px;
}
.type2 .entry-item .entry .entry-content p:last-child{
  margin-bottom: 0;
}
.type2 .entry-item .entry .entry-footer{
  margin-top: 0;
}
.type2 .entry-item .entry .entry-footer > .social-icons{
  float: left;
  display: none;
}


.type2 .entry-item .entry .entry-footer > .send_btn {
  display: inline-block;
  padding: 0;
  color: #d0ad55;
  font-size: 11px;
  text-transform: uppercase;
  line-height: 1em;
  font-weight: 400;
  background-color: transparent;
  border: none;
  border-radius:0;
  font-weight: bolder;
  transition: all .15s ease-in-out;
  font-family: 'Open Sans', sans-serif;
}
.type2 .entry-item .entry .entry-footer > .send_btn i{
  margin: 0 0 0 10px;
  display: none;
}
.type2 .entry-item .entry .entry-footer > .send_btn:focus, .send_btn:hover {
  background-color: #d0ad55;
  border: 1px solid #d0ad55;
  color: #ffffff;
  text-decoration: none;
}
/* ==============================
Blog Section comment
============================== */

.comment-title h2{
  font-family: 'Dosis', sans-serif;
  font-size: 24px;
  line-height: 21px;
  color: #000000;
  font-weight: 500;
  margin-bottom: 30px;
  text-transform: none;
}
#comments{
  margin-bottom: 30px;
  padding-bottom: 30px;
}
#comments .comment-title{
  margin-bottom: 30px;
}
#comments .comment-title p{
  font-size: 12px;
}
#comments .avatar {
  overflow:hidden;
  margin:3px 30px 0 0;
  width:70px;
  height:70px;
  background: #dddddd;
  line-height: 70px;
  text-align: center;
  position: relative;
}
#comments .avatar img:after {
  content: '\f3a0';
  font-family: Ionicons;
  color: #888888;
  font-size: 36px;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 2;
  top: 0;
  bottom: 0;
}
#comments .avatar img {width:100%;}
#comments ul{
  margin: 0;
  padding: 0;
}
#comments ul li{
  margin-bottom: 30px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 30px;
}
#comments ul li ul{
  margin: 30px 0 0 80px;
}
#comments ul li ul.comment-reply li{
  border-top: 1px solid #ddd;
  padding-top: 30px;
}
#comments ul li:last-child{
  margin: 0;
  padding: 0;
  border: none;
}
.comment_right {display:table;}
.comment_info {padding-bottom:11px;}
#comments .comment_author {
  font-weight:500;
  font-size:16px;
  color:#333;
}
#comments .comment_date {color:#999; font-size:11px;}
#comments .comment_inf_sep {
  padding:0 12px;
  font-size:16px;
  color:#ccc;
}
#comments .comment_right p {font-size:12px;}


#comment_form textarea,
#comment_form input[type="text"] {
  padding:10px 8px 11px;
  border-color:#e9e9e9;
  font-size:11px;
  color:#666;
}
#comment_form textarea.form-control {
  min-height:90px;
}
#comment_form textarea {min-height:140px;}
#comment_form .contact_btn {
  background-color:#1c1c1c;
  color:#fff;
}
#comment_form .contact_btn:hover {background-color:#ccc;}

.comment_note {padding-top:11px; font-size:12px;}
/* ==============================
Masonry Style Blog
============================== */
.isotope, .isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
}

.isotope.no-transition, .isotope.no-transition .isotope-item, .isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}

.intro-text{
  position:relative;
  transition:all .3s ease;
  z-index:5;
  text-align:center;
}
.intro-text > h1 *,.intro-text > h2 *{
  font-family:inherit;
}
.intro-text > h1,.intro-text > h2{
  font-size: 75px;
  text-transform: uppercase;
  margin-bottom: 30px;
  color: #ffffff;
  font-family: 'Dosis', sans-serif;
  font-weight: 400;
}
.intro-text > p{
  font-size:18px;
  margin:0;
  color:#FFF;
  margin-top: 30px;
  font-style:italic;
  letter-spacing:2px;
}
/* ==============================
Pagination
============================== */
.pagination {
  margin: 0;
}
.page-nav{
  text-align: center;
}
.pagination>li a.prev:before{
  content: '\f108';
  font-family: Ionicons;
  font-size: 11px;
  position: relative;
  padding: 0 10px 0 0;
  text-align: center;
}
.pagination>li a.next:after{
  content: '\f10b';
  font-family: Ionicons;
  font-size: 11px;
  position: relative;
  padding: 0 0 0 10px;
  text-align: center;
}
.pagination>li:first-child>a, .pagination>li:first-child>span {
  margin-left: 0;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.pagination>li:last-child>a, .pagination>li:last-child>span {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.pagination>li>a, .pagination>li>span {
  position: relative;
  float: left;
  padding: 6px 15px;
  color: #333;
  font-size: 11px;
  text-decoration: none;
  text-transform: uppercase;
  background-color: #fff;
  border: 1px solid #ddd;
  margin: 0 3px 0 3px;
  font-family: 'Open Sans', sans-serif;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
  z-index: 3;
  background: #d0ad55 !important;
  color: #fff !important;
  border-color: #d0ad55 !important;
}

/* ==============================
24. Contact Section type1
============================== */
.contacts_block_bg {
  background-image: url(../images/contacts_bg.jpg);
}
.stretch {
  background-position: center center;
  background-size: cover;
  -webkit-background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.type1 .icon_box .icon {
  position: absolute;
  left: 0;
  top: 0;
}
.type1 .icon_box .info_holder{
  color:#515151;
  font-weight:400;
  font-size: 15px;
  font-family: 'Open Sans', sans-serif;
}
.type1 .icon_box .info_holder h4{
  font-family: 'Dosis', sans-serif;
  font-weight: 500;
  color: #D0AD55;
  line-height: 15px;
  letter-spacing: 2px;
}
.type1 .icon_box .icon span{
  font-size: 15px;
  width: 39px;
  height: 39px;
  line-height: 39px;
  border: 1px solid #333;
  background: #333;
  color: #fff;
  display: block;
  text-align: center;
  border-radius: 50%;
}
.type1 .icon_box {
  padding: 0 0 30px 60px;
  position: relative;
  line-height: 22px;
  font-size: 14px;
  color: #262626;
}
.type1 .icon_box a{
  display: block;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.type1 .icon_box a:hover{
  display: block;
  color: #d0ad55;
}
.type1.contact h3 {
  color:#262626;
  font-weight:700;
  font-size:24px;
  margin:0 0 22px 0;
  text-transform: none;
}

.type1 .contact-map {
  /* border: 5px solid #fff; */
  box-shadow: 1px 0px 2px #eee;
  padding: 8px;
}

/* ==============================
Contact Section type2
============================== */
.type2 .contact-title{
  text-align: center;
  margin: 30px 0;
}
.type2 .contact-title h2{
  color:#000000;
  font-weight:500;
  font-size:24px;
  text-transform: uppercase;
  font-family: 'Dosis', sans-serif;
  letter-spacing: 1px;
  margin-bottom: 30px;
}

.type2 .icon_box .info_holder{
  color:#515151;
  font-weight:400;
  font-size: 15px;
  font-family: 'Open Sans', sans-serif;
}
.type2 .icon_box .info_holder h4{
  font-family: 'Dosis', sans-serif;
  font-weight: 500;
  color: #D0AD55;
  line-height: 15px;
  letter-spacing: 2px;
}
.type2 .icon_box .icon span{
  font-size: 15px;
  width: 39px;
  height: 39px;
  line-height: 39px;
  border: 1px solid #333;
  background: #333;
  color: #fff;
  display: block;
  text-align: center;
  border-radius: 50%;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 20px;
}
.type2 .icon_box {
  padding: 0 0 30px 0px;
  position: relative;
  line-height: 22px;
  font-size: 14px;
  color: #262626;
  text-align: center;
}
.type2 .icon_box a{
  display: block;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.type2 .icon_box a:hover{
  display: block;
  color: #d0ad55;
}
.type2.contact h3 {
  color:#262626;
  font-weight:700;
  font-size:24px;
  margin:0 0 22px 0;
  text-transform: none;
}
.type2 #comment_form{
  margin-bottom: 60px;
}
.icon_holder{
  margin-bottom: 60px;
  padding-bottom: 60px;
}



/* ==============================
Contact Section type3
============================== */
.contacts_block_bg {
  background-image: url(../images/contacts_bg.jpg);
}
.stretch {
  background-position: center center;
  background-size: cover;
  -webkit-background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.type3 .contact_form{
  width: 66%;
}
.type3 .icon_box .icon {
  position: absolute;
  left: 0;
  top: 0;
}
.type3 .icon_box .info_holder{
  color:#333333;
  font-weight:400;
  font-size: 15px;
  font-family: 'Open Sans', sans-serif;
}
.type3 .icon_box .info_holder h4{
  font-family: 'Dosis', sans-serif;
  font-weight: 500;
  color: #D0AD55;
  line-height: 15px;
  letter-spacing: 2px;
}
.type3 .icon_box .icon span{
  font-size: 15px;
  width: 39px;
  height: 39px;
  line-height: 39px;
  border: 1px solid #333333;
  background: #333333;
  color: #ffffff;
  display: block;
  text-align: center;
  border-radius: 50%;
}
.type3 .icon_box {
  padding: 0 0 30px 60px;
  position: relative;
  line-height: 22px;
  font-size: 14px;
  color: #262626;
}
.type3 .icon_box a{
  color: #333333;
  display: block;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.type3 .icon_box a:hover{
  display: block;
  color: #d0ad55;
}
.type3.contact h3 {
  color:#262626;
  font-weight:700;
  font-size:24px;
  margin:0 0 22px 0;
  text-transform: none;
}
.type3 .contact-map{
  margin-top: 0;
  box-shadow: 1px 0px 2px #eee;
  padding: 8px;
}
.type3 #contactmap{
  width: 100%;
  height: 308px;
  -webkit-filter: grayscale(90%);
  -moz-filter: grayscale(90%);
  -ms-filter: grayscale(90%);
  -o-filter: grayscale(90%);
  filter: grayscale(90%);
  filter: gray; /* IE 6-9 */
}
.type3 .contact_holder{
  background: #f9f9f9;
  display: inline-block;
  width: 100%;
  padding: 30px;
}

/* ==============================
Contact Forms inputs
============================== */
.form-control:focus {
  border-color: #d0ad55 !important;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
form input[type="text"],form input[type="email"],textarea.form-control ,
form textarea {
  background: none;
  width: 100%;
  border:1px #dddddd solid;
  outline:none;
  border-radius:2px;
  -webkit-border-radius:2px;
  box-shadow:none;
  font-size:12px;
  color:#515151;
  font-weight:400;
  font-family: 'Open Sans', sans-serif;
  line-height:22px;
  letter-spacing: 1px;
  min-height: 37px;
}
textarea.form-control {
  margin-bottom:30px;
  min-height:90px;
  /*padding-top:18px;*/
  overflow:hidden;
}
p.help-block.text-danger ul{
  margin: 0;
  padding: 0;
}
p.help-block.text-danger ul li {
  display: block;
  margin-left: 0px;
  color: red;
}
#success .alert-danger {
  color: #D0AD55;
  background-color: #FDFDFD;
  border-color: #D0AD55;
  margin-bottom: 10px;
}
/* Placeholder */
::-webkit-input-placeholder {
  opacity: 1 !important;
  text-transform: uppercase;
}
:-moz-placeholder { /* Firefox 18- */
  opacity: 1 !important;
  text-transform: uppercase;
}
::-moz-placeholder {  /* Firefox 19+ */
  opacity: 1 !important;
  text-transform: uppercase;
}
:-ms-input-placeholder {
  opacity: 1 !important;
  text-transform: uppercase;
}
/* WebKit browsers */
input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  color: transparent !important;
}
/* Mozilla Firefox 4 to 18 */
input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
  color: transparent !important;
}
/* Mozilla Firefox 19+ */
input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
  color: transparent !important;
}
/* Internet Explorer 10+ */
input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
  color: transparent !important;
}
label{
  font-weight:400;
  font-family: 'Open Sans', sans-serif;
  color: #aaaaaa;
  font-size: 11px;
}
.send_btn {
  display: inline-block;
  padding: 10px 15px;
  color: #333333;
  font-size: 11px;
  text-transform: uppercase;
  line-height: 1em;
  font-weight: 400;
  background-color: #222222;
  border: 1px solid #222222;
  border-radius: 2px;
  color: #ffffff;
  outline: 0;
  transition: all .15s ease-in-out;
  font-family: 'Open Sans', sans-serif;
}
.send_btn i{
  margin: 0 0 0 10px;
}
.send_btn:focus, .send_btn:hover {
  background-color: #d0ad55;
  border: 1px solid #d0ad55;
  color: #ffffff;
  text-decoration: none;
}


/* ==============================
25. Google Map
============================== */
.contact-map{
  margin-top: 60px;
}
#contactmap{
  width: 100%;
  height: 400px;
  -webkit-filter: grayscale(90%);
  -moz-filter: grayscale(90%);
  -ms-filter: grayscale(90%);
  -o-filter: grayscale(90%);
  filter: grayscale(90%);
  filter: gray; /* IE 6-9 */
}

#gmap_content .gmap-item{
  margin-bottom: 5px;
  font-size: 14px;
}
#gmap_content .gmap-item label {
  font-weight: 400;
  color: #D0AD55;
  font-size: 14px;
  margin: 0 15px;
}
#gmap_content .gmap-item label.label-title{
  font-size: 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #333333;
  font-family: 'Dosis', sans-serif;
  font-weight: 400;
  margin: 0;
}
#gmap_content .gmap-item label i {
  color: #fff;
  opacity: 1;
  width: 30px;
  height: 30px;
  border: 1px solid #333333;
  text-align: center;
  line-height: 30px;
  border-radius: 50px;
  font-size: 12px;
  background: #333333;
  position: absolute;
  left: 0;
  margin: 0;
  padding: initial;
}
#gmap_content .gmap-item span {
  padding: 0 0 0 40px;
  display: block;
}
/* ==============================
26. Footer
============================== */
.footer{
  background: #222222;
  padding: 60px 0;
  margin: 0 auto;
  text-align: center;
}
.footer-logo {
  width: 98px;
  padding: 10px 0 10px 0;
  margin: 0 auto;
}
.footer p {
  padding: 0 0 10px 0;
}
.footer p i{
  color: red;
}
.copyright{
  background: #1e1e1e;
  color: #666666;
  padding: 15px 0;
  font-weight: 400;
  font-size: 12px;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
}
.copyright p{
  margin: 0;
  padding: 0
}
.social-icons i{
  font-size: 15px;
  width: 39px;
  height: 39px;
  line-height: 39px;
  border: 1px solid #393939;
  color: #666666;
  border-radius: 100%;
  text-align: center;
  margin: 0 5px 0 0px;
  display: inline-block;
  background: transparent;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.social-icons a:hover i{
  border: 1px solid #d0ad55;
  background: #d0ad55;
  color: #fff;
}

/* ==============================
Footer-Navigation
============================== */
.footer_menu{
  margin-top: 30px;
}
ul.footer-menu{
  margin: 0 auto;
  text-align: center;
  padding: 0;
  font-family: 'Dosis', sans-serif;
  font-weight: 400;
  font-size: 15px;
}
.footer-menu li a {
  color: #888888;
  text-shadow: none;
  text-transform: uppercase;
  padding: 5px 0;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.footer-menu li a:hover {
  color: #d0ad55;
}
.footer-menu > li {
  display: inline-block;
  vertical-align: middle;
  padding: 0 10px;
}

/* ==============================
Footer type 1
============================== */
#footer_space{
  position: relative;
  z-index: 0;
  background: transparent;
  float: left;
}
footer.type1.sticky{
  overflow: hidden;
  position: fixed;
  z-index: -1;
  left: 0;
  right: 0;
  bottom: 0;
}
footer.type1 {
  position: relative;
}
footer.type1 .footer{
  position: relative;
  z-index: 3;
  background: none;
}
footer.type1 .footer .footer-contact h3{
  font-family: 'Dosis', sans-serif;
  font-weight: 400;
  color: #ffffff;
  line-height: 15px;
  letter-spacing: 2px;
  text-align: left;
  text-transform: capitalize;
  font-size: 20px; 
  margin-bottom: 30px;
}
footer.type1 .footer .icon_box .icon span {
  font-size: 12px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border: 1px solid #888888;
  background: transparent;
  color: #888888;
  display: block;
  text-align: center;
  border-radius: 50%;
}
footer.type1 .footer .icon_box {
  padding: 0 0 15px 40px;
  position: relative;
  line-height: 22px;
  font-size: 14px;
  color: #262626;
}
footer.type1 .footer .icon_box .info_holder {
  color: #CECECE;
  font-weight: 400;
  font-size: 11px;
  font-family: 'Open Sans', sans-serif;
  text-align: left;
}
footer.type1 .footer .icon_box .info_holder h4 {
  font-family: 'Dosis', sans-serif;
  font-weight: 500;
  color: #d0ad55;
  line-height: 15px;
  letter-spacing: 2px;
  text-align: left;
}
footer.type1 .footer .icon_box a{
  color: #ffffff;
}

footer.type1 .footer ul.footer-links {
  text-align: left;
  margin: 0;
  padding: 0;
  display: inline-block;
  width: 100%;
}
footer.type1 .footer ul.footer-links li {
  position: relative;
  list-style: none;
  border-bottom: 1px solid #333;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
footer.type1 .footer ul.footer-links li:last-child{
  border: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
footer.type1 .footer ul.footer-links li a:before {
  font-family: "Ionicons";
  font-size: 10px;
  content: '\f3d3';
  position: absolute;
  left: 0;
  top: 5px;
}
footer.type1 .footer ul.footer-links li a {
  padding: 0px 15px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  color: #888888;
}
footer.type1 .footer ul.footer-links li a:hover{
  color: #d0ad55;
}



footer.type1 .footer ul.instagram-widget {
  overflow: hidden;
  margin: 0;
  padding: 0;
}

footer.type1 .footer ul.instagram-widget li {
  float: left;
  margin-left: 8px;
  margin-bottom: 8px;
}

footer.type1 .footer ul.instagram-widget li:nth-child(3n+1) {
  margin-left: 0;
}

footer.type1 .footer ul.instagram-widget li a {
  display: inline-block;
  width: 80px;
  opacity: 1;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

footer.type1 .footer ul.instagram-widget li a img {
  width: 100%;
  height: 65px;
}

footer.type1 .footer ul.instagram-widget li a:hover {
  opacity: 0.9;
}

footer.type1 .footer ul.tags{
  margin: 0;
  padding: 0;
  text-align: left;
}

footer.type1 .footer ul.tags li {
  display     : inline-block;
  margin      : 0px 0 5px 0;
}

footer.type1 .footer ul.tags li a{
  background      : transparent;
  margin-right    : 5px;
  border          : 1px solid #333333;
  border-radius: 50px;
  font-size       : 12px;
  color           : #888888;
  text-transform  : capitalize;
  font-family: 'Open Sans', sans-serif;
  font-style: italic;
  padding         : 6px 16px;   
  -webkit-transition: all .8s ease-out 0s;
  -moz-transition: all .8s ease-out 0s;
  -ms-transition: all .8s ease-out 0s;
  -o-transition: all .8s ease-out 0s;
  transition: all .8s ease-out 0s;
}

footer.type1 .footer ul.tags li a:hover{
  color       : #ffffff !important;  
  border          : 1px solid #d0ad55;
}


/* Recent Posts */
footer.type1 .footer ul.recent_posts {
  list-style:none;
  margin:0;
  padding:0;
}
footer.type1 .footer ul.recent_posts li {
  margin: 0 0 10px 0;
  line-height: 24px;
  font-size: 16px;
  position: relative;
  text-align: left;
  padding-left: 70px;
  padding-bottom: 13px;
}
footer.type1 .footer ul.recent_posts .recent_posts_info {
  padding-top:5px;
  color:#888888;
  font-family: 'Open Sans', sans-serif;
  font-style: italic;
  font-size:11px;
}
footer.type1 .footer ul.recent_posts .recent_posts_info a{
  color:#888888;
}
footer.type1 .footer ul.recent_posts .recent_posts_info a + a:before{
  content: '/';
  font-size: 12px;
  margin: 0 3px;
}
footer.type1 .footer ul.recent_posts li a.recent-title {
  color:#d0ad55;
  font-size:16px;
  display:inline-block;
  /*padding-top:4px;*/
  font-family: 'Dosis', sans-serif;
  font-weight: 400;
}

footer.type1 .footer ul.recent_posts li img {
  position:absolute;
  left:0;
  top:5px;
  display:block;
  width:60px;
  height:60px;
  border-radius:50%;
  -webkit-border-radius:50%;  
}

footer.type1 .copyright {
  background: #111111;
  color: #666666;
  padding: 15px 0;
  font-weight: 400;
  font-size: 12px;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  z-index: 3;
  position: relative;
}
footer.type1 .copyright p {
  margin: 5px 0;
  padding: 0;
}


/*footer bottom*/
footer.type1 .footer_bottom{
  border-top: 1px solid #333;
  margin-top: 30px;
  padding-top: 30px;
}
footer.type1 .footer_bottom .copyright{
  background: transparent;
}
footer.type1 .footer_bottom .copyright{
  padding: 0;
}
footer.type1 .footer_bottom .copyright p {
  margin: 0;
  padding: 0;
  font-size: 12px;
}
footer.type1 .footer_bottom .footer_menu {
  margin-top: 0;
}
footer.type1 .social-icons i,footer.type1 .footer_bottom .social-icons i {
  font-size: 12px;
  width: 30px;
  height: 30px;
  line-height: 30px;
}

/* ==============================
27. Scroll up
============================== */
a#scrollUp{
  width: 30px;
  height: 30px;
  color: #222;
  font-size: 24px;
  position: absolute;
  right: 50px;
  text-align: center;
  margin: 0 auto;
  bottom: 50px;
  text-align: center;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

a#scrollUp:before{
  content: "";
  display: block;
  background-color: #d0ad55;
  border-radius: 2px;
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
a#scrollUp:hover:before{
  content: "";
  display: block;
  background-color: #d0ad55;
  border-radius: 2px;
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-box-shadow:none;
  box-shadow:none;
}
a#scrollUp i{
  position: absolute;
  top: 0;
  left: 8px;
  color: #ffffff;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
a#scrollUp:hover i{
  color: #ffffff;
}

/* ==============================
28. Page progress bar
============================== */
#scroll {
  display: none;
  position: fixed;
  top: 0;
  right: 5px;
  z-index: 9999;
  font-size: 12px;
  padding: 3px 8px;
  background-color: #d0ad55;
  color: #fff;
  border-radius: 3px;
}
#scroll:after{
  content: " ";
  position: absolute;
  top: 50%;
  right: -8px;
  height: 0;
  width: 0;
  margin-top: -4px;
  border: 4px solid transparent;
  border-left-color: #d0ad55;
}


/* ==============================
Owl Carousel
============================== */

.owl-carousel .owl-item.active .splash-banner-slider-title {
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.owl-carousel-no-overflow .owl-stage-outer {
  overflow: inherit;
  /*  opacity: 0.4;*/
}
.owl-item .item .splash-banner-slider-img-wrap img{
  opacity: 0.6;
}
.owl-item.active .item .splash-banner-slider-img-wrap img{
  opacity: 1;
}

/* ==============================
Container Extra Small
============================== */
.container-xs {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.container-xs:before, .container-xs:after {
  content: " ";
  display: table;
}

.container-xs:after {
  clear: both;
}

/* ==============================
29. Responsive
============================== */
@media only screen and (max-width:991px ) {
  footer.type1 .footer ul.instagram-widget li:nth-child(3n+1){
    margin-left: 8px;
  }
  .type3 .contact_form{
    width: 100%;
  }
  .type2 .fact-counter div.fact,.type2 .fact-counter div.fact:last-child{
    border: 1px solid #ddd;
  }

  .skills-circular.big li {
    margin: 30px;
    float: none;
    text-align: center;
  }
  .contact_form{
    margin-bottom: 30px;
  }
  .process-icon,.type2 .team_block,.type3 .service-icon,.type4 .service-icon,.type1 .who-wrapper,.type2 .who-wrapper,.type2 .service-icon,  .from-blog.type2 .entry-item{
    margin-bottom: 30px;
  }

  .process-icon i {
    opacity: 1 !important;
  }
  .page-header {
    height: 400px;
  }
  .team-member{
    margin-bottom: 30px;
  }
  .team-member:last-child{
    margin-bottom: 0px;
  }
  .type1 .team_block{
    margin: 0 15px 30px;
  }
  .p0 {
    padding: 0 15px;
  }
}


@media only screen and (min-width: 768px){
  .container-xs {
    width: 750px;
    margin: 0 auto;
  }
  #header.type5 .primary_menu {
    float: right;
    padding: 3px 0;
    margin-right: 20px;
  }
  #header.type5 .mobile_menu_wrapper{
    display: none !important;
  }
  #header.type5 .menu_toggler {
    display: inline-block;
    position: absolute;
    top: -28px;
    right: 15px;
    z-index: 999;
  }
  #header.type5 .primary_menu ul.main-menu {
    margin: 0 auto;
    text-align: right;
    padding: 0;
    font-family: 'Dosis', sans-serif;
    font-weight: 400;
    font-size: 15px;
    position: relative;
    right: -100%;
    display: none;
  }
  #header.type5 .primary_menu ul.main-menu.menu-silde{
    right: 0;
    display: block;
    -webkit-animation: slideInUp .3s ease-out;
    -moz-animation: slideInUp .3s ease-out;
  }

  .logo_sect{
    display: none;
  }
  li.has-child li.has-child:before, li.has-child li.has-child li.has-child:before {
    position: relative;
    right: 15px;
    top: 10px;
    content: "\f105";
    display: block;
    font-size: 12px;
    color: #ffffff;
    font-weight: normal;
    line-height: 0;
    font-family: 'FontAwesome';
    float: right;
  }
  li.has-child li.has-child:hover:before,  li.has-child li.has-child li.has-child:hover:before {
    color: #d0ad55;
  }
}


@media only screen and (max-width: 767px) {
  .text-slider{
    font-size:60px !important;
  }
  #header .primary_menu{
    display:none;
  }
  #header {
    position: relative !important;
    padding: 0 !important;
  }
  .on {
    position: relative !important;
  }
  .logo_sect,#header.type3 .logo_sect {
    position: absolute;
    left: 0;
    right: auto !important;
    top: 24px;
    padding: 0;
    text-align: center;
    display: block;
  }

  .mobile_menu .logo {
    display:none !important;
    float:none !important;    
  }

  .logo_sect img {
    max-width:70% !important;
    height:auto !important;
  }

  .main_header header {
    position:relative;
  }

  .menu_toggler {
    display: inline-block;
    position: absolute;
    top: 25px;
    right: 15px;
  }

  .menu_toggler span {
    background: #ffffff;
    border-radius: 3px;
    display: block;
    height: 3px;
    margin-top: 5px;
    padding: 0;
    position: relative;
    transition: all 0.2s ease;
    width: 25px;
  }

  .menu_toggler.active span:nth-of-type(1) {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    top: 7px;
  }

  .menu_toggler.active span:nth-of-type(2) {
    opacity: 0;
  }

  .menu_toggler.active span:nth-of-type(3) {
    -webkit-transform: rotate3d(0,0,1,-45deg);
    transform: rotate3d(0,0,1,-45deg);
    top: -9px;
  }
  #header.type4 .mobile_menu_wrapper{display: none !important;}
  .mobile_menu_wrapper {
    display: block;
    background: #fff;
    /* width: 100%; */
    padding: 0;
    overflow: hidden;
    top: 80px;
    position: absolute;
    right: 0;
    left: 0;
    padding: 0 15px;
  }
  footer.type1.sticky{
    position: relative;
    z-index: 0;
  }
  .team-member .team-item {
    cursor: pointer;
    margin: 0;
    padding: 0;
    overflow: hidden;
    position: relative;
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
  }
  #mine-menu.navbar-default {
    background-color: rgba(0, 0, 0, 0.79);
  }
  .post{
    padding: 0 !important;
  }
  .title h2 {
    font-size: 18px;
  }
}

@media only screen and (max-width:480px ) {
  .text-slider{
    font-size:40px !important;
  }
  .col-12{
    width: 100%;
  }
  .img-left .curved-shape{
    right: 0px;
    transform: rotate(-90deg);
    left: 50%;
    margin: o auto;
    top: 98%;
  }
  .img-right .curved-shape {
    left: 50%;
    transform: rotate(90deg);
    top: 2%;
  }


  .partner-wrapper .owl-carousel .feature-image {
    padding: 15px;
  }
  .post_date_title .date {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: none !important;
    width: 100% !important;
    min-height: 55px;
    text-align: left !important;
    margin: 0 30px 0 0px;
    border: none !important; 
    clear: both;
  }
  .post_date_title .date span:first-child {
    margin-bottom: 10px;
    font-size: 22px;
    line-height: 22px;
    font-weight: 600;
    color: #D0AD55;
    float: none !important;
  }
  .post ul.social-01 {
    display: inline-flex;
    position: absolute;
    width: 100% !important;
    padding: 15px 25px;
    height: 100%;
    left: 25px !important;
    top: 0;
    margin: 0;
  }
  .post ul li {
    display: block;
    position: relative;
    height: 35px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: inline-block !important;
    top: 0;
    float: none !important;
    width: 20% !important;
  }
  .post ul li a {
    width: 100%;
    color: #777;
    font-size: 15px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
  }
  .post_text {
    padding-left: 0 !important;
  }
  .post ul li:not(:first-child) {
    border: none !important;
  }
  .process-icon .text {
    padding-left: 0 !important;
  }
  .process-icon i {
    display: none;
  }
  .page-header-title, .post-title {
    font-size:35px;
  }
  .fact-item{
    margin-bottom: 30px;
  }
  .fact-item .fact-desc{
    margin-top: 0;
  }
}


@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
/**
* Remove all paddings around the image on small screen
*/
.mfp-img-mobile .mfp-image-holder {
  padding-left: 0;
  padding-right: 0; 
}
.mfp-img-mobile img.mfp-img {
  padding: 0; 
}
.mfp-img-mobile .mfp-figure:after {
  top: 0;
  bottom: 0; 
}
.mfp-img-mobile .mfp-figure small {
  display: inline;
  margin-left: 5px; 
}
}

