/* Table of Content
==================================================
1. Global styles
2. Header Section
3. About Section /.about-section_multi
4. Offer Section  /.impres
5. Services Section /.services-section
6. Portfolio section /.work-section
7. Video Section /.video-section
8. Team Section /.team-section
9. SKill Section  /.skill
10. Blog Section   /.blog-section
11. Pricing Section   /.pricing-section
12. Testimonial Section /.testimonial-section
13. Client Section  /.client-section
14. Contact Section / .contact-section
15. Footer Section /.footer-section
16. About Page
17. Work Page
18. Single Service
19. Blog Page
20. Single Blog Page
21. Blog Page Three
22. Blog Page Two
23. Slider Text  Onepage v3
24. Slider Text  Onepage v1
25. Onepage v2
*/
/*----------------------------------------------------
    1. Global styles
------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Raleway|Reem+Kufi');
@import url('../icon/ionicons/css/ionicons.css');
@import url('../icon/elegant-icons/style.css');

body {
  font-size: 15px;
  font-family: 'Raleway', sans-serif;
  background: transparent;
  line-height: 1.6;
  font-weight: 400;
  color: #747474;
}
img {
  max-width: 100%;
}
a {
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
/* ## Global Class ## */

p {
  font-weight: 400;
  line-height: 25px;
  font-size: 14px;
}
h1 {
  font-size: 30px;
  line-height: 40px;
}
h1,
h2,
h3,
h4,
h5 {
  font-weight: 500;
  color: #000;
}
h5,
h6 {
  line-height: 24px;
}
h2 {
  font-size: 46px;
  line-height: 32px;
  font-family: 'Reem Kufi', sans-serif;
}
h3 {
  font-size: 44px;
  line-height: 28px;
  font-family: 'Reem Kufi', sans-serif;
}
h4 {
  font-size: 18px;
  line-height: 26px;
}
h5 {
  font-size: 14px;
}
h6 {
  font-size: 13px;
}
a,
a:hover,
a:focus,
.btn:focus {
  -webkit-text-decoration: none;
  -moz-text-decoration: none;
  -ms-text-decoration: none;
  -o-text-decoration: none;
  text-decoration: none;
  -webkit-text-decoration: none;
  -moz-text-decoration: none;
  -ms-text-decoration: none;
  -o-text-decoration: none;
  text-decoration: none;
  -webkit-text-decoration: none;
  -moz-text-decoration: none;
  -ms-text-decoration: none;
  -o-text-decoration: none;
  text-decoration: none;
  -webkit-text-decoration: none;
  -moz-text-decoration: none;
  -ms-text-decoration: none;
  -o-text-decoration: none;
  text-decoration: none;
  -webkit-text-decoration: none;
  -moz-text-decoration: none;
  -ms-text-decoration: none;
  -o-text-decoration: none;
  text-decoration: none;
  outline: none;
}
a {
  color: #000;
}
.btn.btn-fill {
  background: #fff;
}
.btn.btn-fill {
  color: #000;
}
.btn {
  border-width: 1px;
  border-style: solid;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  cursor: pointer;
  padding: 15px 30px;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: relative;
  min-width: 150px;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  color: #fff;
}
.btn.focus,
.btn:focus,
.btn:hover {
  -webkit-text-decoration: none;
  -moz-text-decoration: none;
  -ms-text-decoration: none;
  -o-text-decoration: none;
  text-decoration: none;
}
.btn-chos {
  margin-top: 8px;
}
.btn-chos:hover {
  color: #fff;
}
.btn-chos:active,
.btn-chos:focus {
  color: #fff !important;
}
.btn-chos {
  border: 3px solid #333;
  color: #333;
  font-weight: 700;
  background: transparent;
}
.hvr-bounce-to-top::before {
  background: #333;
}
.hvr-bounce-to-top:focus::before,
.hvr-bounce-to-top:active::before {
  background: #333;
}
small {
  font-family: 'Source Sans Pro';
}
section {
  background: #fff;
}
#preloader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999999;
  width: 100%;
  height: 100%;
  overflow: visible;
  background: #fff url('../images/pre_loader.gif') no-repeat center center;
  color: #000;
}
.base-header h3 {
  text-align: center;
  margin-bottom: 60px;
}
.base-header small {
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 300;
  color: #e67e22;
  display: block;
  letter-spacing: 7px;
  margin-bottom: 30px;
  position: relative;
  top: 0px;
  font-family: 'Reem Kufi', sans-serif;
}
.base-header p {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-bottom: 60px;
  margin-top: -20px;
}
/*----------------------------------------------------
  2. Header Section
------------------------------------------------------*/

#menu-fade {
  position: fixed;
  z-index: 2000;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  color: #fff;
  top: -1500px;
  bottom: 0;
  transition: all 0.5s ease;
}
#menu-fade.open {
  top: 0;
}
#menu-left {
  position: fixed;
  left: -50%;
  z-index: 2000;
  width: 50%;
  color: #fff;
  top: 0;
  bottom: 0;
  transition: all 0.5s ease;
}
#menu-left.open {
  left: 0;
  background-color: rgba(255, 255, 255, 0.9);
}
#menu-right {
  position: fixed;
  right: -50%;
  z-index: 2000;
  width: 50%;
  color: #fff;
  top: 0;
  bottom: 0;
  transition: all 0.3s ease;
}
#menu-right.open {
  right: 0;
  background-color: rgba(255, 255, 255, 0.9);
}
#menu-fade nav,
#menu-right nav,
#menu-left nav {
  text-align: center;
}
#menu-toggle {
  width: 40px;
  height: 40px;
  position: absolute;
  padding: 9px 0;
  top: 45px;
  right: -90px;
  cursor: pointer;
  transition: all 0.5s ease;
}
#menu-right #menu-toggle {
  left: -90px;
}
#menu-fade #menu-toggle {
  top: 1545px;
  right: 50px;
}
#menu-fade.open #menu-toggle {
  top: 45px;
}
#menu-toggle span.lines {
  width: 35px;
  height: 4px;
  display: block;
  margin: 5px auto;
  border-radius: 40px;
  transition: all 0.5s ease;
}
#menu-toggle span.lines:nth-child(2) {
  width: 21px;
}
#menu-toggle:hover .lines:nth-child(2) {
  width: 35px;
}
#menu-toggle span.close {
  display: none;
}
#menu-toggle span.open {
  position: absolute;
  top: 10px;
  left: 48px;
  text-align: center;
  transition: all 0.8s ease;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  padding: 6px 10px;
}
#menu-toggle.active span.lines {
  position: absolute;
  left: 0;
  right: 0;
  top: 14px;
}
#menu-toggle.active span.lines:first-child {
  transform: rotate(45deg);
}
#menu-toggle.active span.lines:nth-child(3) {
  transform: rotate(-45deg);
}
#menu-toggle.active span.lines:nth-child(2) {
  display: none;
}
#menu-toggle.active span.open {
  display: none;
}
#menu-toggle.active span.close {
  position: absolute;
  top: 5px;
  left: 0px;
  width: 15px;
  height: 15px;
  text-align: center;
  margin: 3px auto;
  transition: all 0.8s ease;
  color: #222;
  opacity: 0;
  font-size: 12px;
  text-shadow: none;
  display: block;
}
#menu-toggle.active:hover span.close {
  color: #fff;
  opacity: 1;
}
#menu-toggle.active:hover span.close.c {
  left: 40px;
}
#menu-toggle.active:hover span.close.l {
  left: 55px;
}
#menu-toggle.active:hover span.close.o {
  left: 70px;
}
#menu-toggle.active:hover span.close.s {
  left: 85px;
}
#menu-toggle.active:hover span.close.e {
  left: 100px;
}
#menu-right #menu-toggle.active:hover span.close.c {
  left: -70px;
}
#menu-right #menu-toggle.active:hover span.close.l {
  left: -55px;
}
#menu-right #menu-toggle.active:hover span.close.o {
  left: -40px;
}
#menu-right #menu-toggle.active:hover span.close.s {
  left: -25px;
}
#menu-right #menu-toggle.active:hover span.close.e {
  left: -10px;
}
#menu-toggle.dark {
  border-color: #f3dede;
}
#menu-toggle.dark span {
  background-color: #e67e22;
}
#menu-toggle.dark:hover {
  border-color: #4e4e4e;
}
#menu-toggle.dark:hover span {
  background-color: #504f4f;
  color: #fff;
}
#logo {
  margin: 10px auto;
}
#main-menu {
  padding: 50px 0;
}
#menu-fade #main-menu {
  padding: 70px 0;
}
#main-menu > li > a {
  text-transform: uppercase;
  font-size: 18px;
  padding: 14px 25px;
  transition: all 0.3s ease;
  color: #222;
  font-weight: 700;
}
#main-menu > li > a:hover {
  color: #e67e22;
}
#socials {
  text-align: center;
  position: absolute;
  width: 100%;
  bottom: 0;
  background-color: #f5f5f5;
}
#socials > li {
  float: left;
  width: 20%;
}
#socials > li > a {
  text-align: center;
  font-size: 18px;
  color: #e67e22;
  border: 1px solid #eee;
}
#socials > li > a:hover {
  background-color: #f8f8f8;
}
.form-control.search {
  position: absolute;
  bottom: 45px;
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  border-top: 1px solid #eee;
  font-size: 12px;
  height: 60px;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  letter-spacing: 3px;
}
.form-control.search:focus {
  background-color: #f8f8f8;
  color: #9b9b9b;
}
/* ========= Menu Style Two ======== */
/*  SLider Style
================================= */

.slide_bg_2 {
  background: #f0f0f0 url('../images/slider1.jpg') no-repeat scroll right center;
}
.slide_bg_3 {
  background: #f0f0f0 url('../images/slider2.jpg') no-repeat scroll right center;
}
.single_slider {
  background-color: #dddd;
  background-position: center center;
  background-size: cover;
  color: #fff;
  font-size: 24px;
  height: 800px;
}
.slider_item_tb {
  display: table;
  height: 100%;
  width: 100%;
}
.slider_item_tbcell {
  display: table-cell;
  vertical-align: middle;
}
.slide_bg_2 .slider_item_tbcell {
  text-align: center;
}
.slider_home.owl-theme .owl-controls {
  margin-top: 0px;
}
.slider_home.owl-theme .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  margin: 5px 4px;
  background: #fff;
  display: block;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-transition: opacity 200ms ease;
  -moz-transition: opacity 200ms ease;
  -ms-transition: opacity 200ms ease;
  -o-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  border: 1px solid transparent;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 50%;
}
.slider_home.owl-theme .owl-dot.active span {
  background: #e67e22;
}
.slider_home.owl-theme .owl-dots .owl-dot {
  position: relative;
  top: -55px;
}
.slider_home_two .col-md-offset-3 {
  margin-left: 21%;
}
.slider_home h4 {
  font-size: 24px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: -15px;
  font-weight: 800;
  letter-spacing: 2px;
}
.slider_home h2 {
  font-size: 44px;
  margin-bottom: 25px;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
  line-height: 60px;
  color: #fff;
}
.slider_home h2 span {
  background: #fff;
  display: inline-block;
  padding: 0px 20px;
  color: #333;
}
.slider_home h2 .slide_st1 {
  background: #e67e22;
  margin-left: -13px;
  color: #fff;
}
.slider_home span {
  color: #e67e22;
}
.slide_bg_1 p {
  padding-right: 5px;
  color: #fff;
}
.slider_btn a {
  border: 1px solid #e67e22;
  display: inline-block;
  font-size: 14px;
  height: 45px;
  line-height: 44px;
  text-align: center;
  width: 145px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-top: 20px;
}
.slider_btn_one {
  background: #e67e22;
  color: #fff;
  margin-right: -6px;
  border-radius: 3px 0px 0px 3px;
}
.slider_btn_two {
  margin-left: 15px;
  color: #fff;
  border: 1px solid #fff !important;
}
.slider_btn_one:hover {
  background: transparent;
  color: #fff;
  border: 1px solid #fff;
}
.slider_btn_two:hover {
  background: #e67e22;
  color: #fff;
  border: 1px solid #e67e22 !important;
}
.slides_wrapper {
  position: relative;
}
.slides__preload_wrapper {
  background: #e67e22 none repeat scroll 0 0;
  height: 100%;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 999;
}
.slides__preload_wrapper .spinner {
  left: 50%;
  margin: -20px 0 0 -20px;
  position: absolute;
  top: 50%;
}
.slider_home .owl-nav div.owl-next {
  left: auto !important;
  right: 50px !important;
}
.slider_home .owl-nav div {
  border: 2px solid;
  color: #fff;
  font-size: 19px;
  height: 40px;
  left: 50px !important;
  line-height: 36px;
  margin-top: -20px;
  opacity: 0.8;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=80)';
  filter: alpha(opacity=80);
  position: absolute;
  text-align: center;
  top: 50%;
  width: 40px;
}
.slider_home .owl-nav div:hover {
  background: #e67e22;
  border: 2px solid #e67e22;
}
.slider_home .owl-nav div:hover {
  opacity: 1;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
  filter: alpha(opacity=100);
  background: #e67e22 !important;
  border: 2px solid #e67e22;
}
.slides_wrapper_v2 .single_slider h2 {
  font-weight: 400;
  line-height: 45px;
  text-transform: capitalize;
}
.slides_wrapper_v2 .single_slider .slide_clr {
  background: transparent;
  color: #e67e22;
  padding: 0;
}
.slides_wrapper_v2 .single_slider .slider_btn_one:hover {
  background: #e67e22;
  border: 1px solid #e67e22;
}
.slides_wrapper_v2 .single_slider .slider_btn_one {
  background: transparent;
}
.slides_wrapper_v2 .slide_bg_2 .slider_item_tbcell {
  text-align: left;
}
/* Image Background Style
================================= */

header {
  position: relative;
  text-align: center;
  color: #fff;
  background-color: rgba(32, 32, 32, 0.74);
  height: 700px;
}
#headerbackground {
  background-image: url('../images/slider3.jpg');
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: absolute;
  background-position: center center;
  width: 100%;
  height: 100%;
  top: 0px;
}
header .container {
  padding-top: 200px;
  padding-bottom: 100px;
  position: relative;
  z-index: 10;
  text-align: center;
}
.ban1_txt {
  margin-top: 40px;
  text-align: left;
}
.ban1_txt h3 {
  text-transform: uppercase;
  line-height: 0.8;
  margin: 0px;
  letter-spacing: 5px;
  font-size: 20px;
  font-weight: 700;
  color: #e67e22;
}
.ban1_txt h2 {
  font-size: 54px;
  color: #fff;
  line-height: 59px;
  margin-top: 30px;
  letter-spacing: 5px;
  font-weight: 700;
  text-transform: uppercase;
}
/*----------------------------------------------------
   Header Section For Index FOur
------------------------------------------------------*/

.manimenu .navbar-header a.navbar-brand {
  margin-left: -22px;
}
.navbar {
  text-transform: uppercase;
}
.navbar .navbar-nav {
  letter-spacing: 0px;
  margin-left: 129px;
}
.navbar-default .navbar-nav > li > a {
  color: #000;
  font-size: 14px;
}
.navbar-custom .nav li a {
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  -ms-transition: background 0.3s ease-in-out;
  -o-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}
.top-nav-collapse .navbar-nav > li > a.current {
  color: #b89840;
}
.nav > li > a {
  padding: 14px 0px;
  margin: 0 17px;
  letter-spacing: 2px;
}
.navbar {
  padding: 40px 0;
  border-bottom: 0;
  letter-spacing: 1px;
  background: 0 0;
  -webkit-transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
  -moz-transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
  -ms-transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
  -o-transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
  transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
  background: rgba(147, 132, 132, 0) none repeat scroll 0% 0%;
}
.manimenu.top-nav-collapse {
  padding: 0px;
  background-color: #0b0a0a !important;
}
.navbar-nav > li > a.current {
  color: #b89840;
}
.navbar-nav > li > a:hover,
.navbar-nav > li > a:focus {
  color: #b89840;
}
.top-nav-collapse .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:hover,
.top-nav-collapse .navbar-nav > li > a.current:focus {
  color: #b89840;
}
.top-nav-collapse .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:focus {
  color: #000;
}
.navbar-brand > img {
  margin-top: -12px;
}
.navbar-right {
  margin-right: 60px !important;
}
/* Mega Menu
----------------------*/
.manimenu {
  padding: 15px 0;
  border-bottom: 1px solid #665e5e4d;
}
.manimenu .navbar-brand > img {
  margin-top: 0;
}
.manimenu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  background: transparent;
}
.manimenu ul:before,
.manimenu ul:after {
  content: '';
  display: table;
}
.manimenu ul:after {
  clear: both;
}
.manimenu ul > li {
  float: left;
  position: relative;
}
.manimenu ul li a {
  color: #fff;
  font-weight: 700;
  display: block;
  padding: 30px 20px !important;
  text-transform: uppercase;
  font-size: 13px;
}
.manimenu ul li a:hover {
  color: #e67e22;
}
.manimenu li ul {
  background: #242222;
}
.manimenu li ul li {
  width: 220px;
}
.manimenu li ul a {
  border: none;
  padding: 10px 20px;
  color: #fff;
}
.manimenu li ul a:hover {
  color: #e67e22;
}
.manimenu ul > li ul li:hover a {
  margin-left: 7px;
}
.manimenu li ul {
  position: absolute;
  left: 0;
  top: 81px;
  z-index: 1;
}
.manimenu li ul li {
  overflow: hidden;
  height: 0;
  -webkit-transition: height 200ms ease-in;
  -moz-transition: height 200ms ease-in;
  -o-transition: height 200ms ease-in;
  transition: height 200ms ease-in;
}
.manimenu ul > li:hover ul li {
  height: 46px;
  border-bottom: 1px solid #2c2a2a;
}
.manimenu .header-right a {
  padding: 30px 0px;
}
/*
    Image Background CSS
===============================================*/

.single-page-nav .current {
  color: #cea95f;
}
/*
    Image Background CSS
===============================================*/

#section-header {
  height: 800px;
  background: #000 url('../images/slider2.jpg') no-repeat fixed 50% 50% / cover;
  position: relative;
  overflow: hidden;
}
.header-overlay {
  position: absolute;
  background: rgba(0, 0, 0, 0.33);
}
.header-overlay {
  position: absolute;
  content: '';
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  height: 100%;
}
.header-caption {
  width: 100%;
  text-align: center;
  position: absolute;
  color: #fff;
  padding-top: 300px;
}
.header-caption h3 {
  font-size: 60px;
  color: #fff;
  line-height: 50px;
  margin: 30px 0px;
  text-transform: inherit;
  font-family: 'Raleway', sans-serif;
}
/*----------------------------------------------------
   3. About Section (index.html)
------------------------------------------------------*/

.base-header2 {
  text-align: left;
}
.base-header2 h3 {
  letter-spacing: 3px;
  text-transform: uppercase;
  padding-bottom: 0px;
}
.base-header2 small {
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 300;
  color: #e67e22;
  display: block;
  line-height: 0.8;
  letter-spacing: 4px;
  margin-bottom: 30px;
  position: relative;
  font-family: 'Reem Kufi', sans-serif;
}
.base-header2 p {
  max-width: 62%;
  margin-right: auto;
  margin-bottom: 60px;
  margin-top: -20px;
}
.about-section_multi {
  padding-bottom: 20px;
  padding-top: 64px;
}
.about-section_multi .expert-item {
  background: transparent;
}
.about-section_multi .expert-item:hover {
  box-shadow: 0 0 38px 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 38px 0 rgba(0, 0, 0, 0);
  -webkit-box-shadow: 0 0 38px 0 rgba(0, 0, 0, 0);
  -o-box-shadow: 0 0 38px 0 rgba(0, 0, 0, 0);
}
.about-section_multi .expert-item .icon-fea::before {
  padding: 17px;
  border-radius: 50%;
  background: #fff;
}
.about-section_multi .expert-item:hover .icon-fea::before {
  color: #e67e22;
}
.about-section_multi .expert-item .fea-left {
  color: #e67e22;
}
/*
    About Section Onepage v5
------------------------------------------------------*/

.about_sec_onepg .row.timeline_posts {
  margin-top: 70px;
}
/*----------------------------------------------------
  3. About Section
------------------------------------------------------*/

.about-section {
  padding-bottom: 100px;
  padding-top: 64px;
}
/*  About Left
------------------- */

.about-left {
  font-size: 18px;
}
.about-left h3 {
  letter-spacing: 2px;
  text-transform: uppercase;
  text-align: left;
  margin-bottom: 0px;
  line-height: 40px;
  font-size: 23px;
}
.about-left h3 span {
  color: #e67e22;
}
.about-left small {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 300;
  display: block;
  line-height: 0.8;
  letter-spacing: 8px;
  margin-bottom: 30px;
}
.about-left .about-more {
  margin-top: 23px;
  text-align: left;
}
.about-more a {
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #333 !important;
}
.about-more a:hover {
  color: #fff !important;
}
.about-more a i {
  right: 0px;
  -webkit-transition: right 0.3s linear 0s;
  -moz-transition: right 0.3s linear 0s;
  -ms-transition: right 0.3s linear 0s;
  -o-transition: right 0.3s linear 0s;
  transition: right 0.3s linear 0s;
  display: inline-block;
  position: relative;
}
.about-more a:hover i {
  right: -10px;
}
/*  About Right
------------------- */

.about-right .about-img_2 {
  margin-left: 21px;
}
/*----------------------------------------
   4. Offer Section
--------------------------------------------*/

.choose-us {
  color: #808080;
  padding-top: 110px;
  padding-bottom: 110px;
  background: #333 url('../images/calltoaction.jpg') no-repeat fixed center center;
  background-size: cover;
  position: relative;
}
.text-riht {
  text-align: right;
}
.text-riht h3 {
  margin: 0px;
  color: #fff;
  margin-top: 17px;
}
.text-riht small {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: 8px;
}
section.impres h3 {
  font-size: 21px;
  text-align: left;
  text-transform: capitalize;
  letter-spacing: 3px;
  margin-top: 12px;
}
section.impres p {
  text-align: left;
  font-size: 16px;
  letter-spacing: 4px;
  color: #fff;
  margin-top: 10px;
}
section.impres small {
  color: #fff;
}
section.impres h3 {
  color: #fff !important;
}
.choose-us .col-lg-5.col-sm-5 {
  color: #b6b1b1;
}
.choose-us a:hover {
  color: #333 !important;
}
.choose-us .hvr-bounce-to-top::before {
  background: #fff;
}
.choose-us .hvr-bounce-to-top:hover::before {
  background: #fff;
}
.choose-us .btn-chos {
  border: 3px solid #fff;
  color: #fff;
}
/*----------------------------------------------------
   5. Services Section (index three)
------------------------------------------------------*/

.expert-section {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #fbfbfb;
}
.expert-item {
  padding: 30px 20px;
  position: relative;
  margin-top: -10px;
  text-align: center;
  background: #f6f6f6;
  margin-bottom: 40px;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.expert-item:hover {
  box-shadow: 0 0 38px 0 rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0 0 38px 0 rgba(0, 0, 0, 0.06);
  -webkit-box-shadow: 0 0 38px 0 rgba(0, 0, 0, 0.06);
  -o-box-shadow: 0 0 38px 0 rgba(0, 0, 0, 0.06);
}
.expert-item .fea-left {
  display: block;
  font-size: 18px;
  letter-spacing: 2px;
  text-transform: capitalize;
  color: #333;
  font-weight: 700;
  margin: 0 auto;
  padding: 3px 0px;
}
.expert-item .icon-fea {
  height: 65px;
}
.expert-item .icon-fea::before {
  font-size: 40px;
  color: #3e3e3e;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.expert-item:hover .icon-fea::before {
  border: 1px dotted #e67e22;
  padding: 17px;
  border-radius: 50%;
  background: #fff;
}
.expert-item:hover .fea-left {
  color: #e67e22;
}
.fea-info {
  margin-top: 12px;
  margin-bottom: 20px;
}
.feat-learn {
  color: #373737;
  letter-spacing: 2px;
  cursor: pointer;
}
.feat-learn i {
  font-size: 26px;
  font-weight: bold;
  position: relative;
  top: 7px;
}
/*
	5. Services Section
------------------------------------------------------*/

.promotab-section {
  padding-top: 64px;
  padding-bottom: 100px;
}
.promotab-itms {
  margin-bottom: 5px;
}
.service-margin {
  margin-top: 30px;
}
.promotab-itms .panel-group {
  margin-bottom: 0;
}
.promotab-section .panel-group .panel + .panel {
  margin-top: 2px;
}
.promotab-itms .panel {
  background-repeat: repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  padding: 45px 0 10px;
  border-radius: 0;
  margin-bottom: 0px;
  border: none;
  text-align: center;
  padding-bottom: 67px;
  box-shadow: 0 1px 5px 0px rgba(0, 0, 0, 0.27);
  -webkit-box-shadow: 0 1px 5px 0px rgba(0, 0, 0, 0.27);
}
.promotab-itms .panel::before {
  background-color: rgba(51, 44, 37, 0.5);
  content: '';
  display: inline-block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  mix-blend-mode: multiply;
  z-index: -1;
}
.serview-overly {
  position: relative;
}
.serview-overly::after {
  background: #685f5f80 none repeat scroll 0 0;
  bottom: 15px;
  content: '';
  position: absolute;
  top: 15px;
  width: 92%;
  z-index: 1;
  -moz-transition: transform 0.3s linear;
  -webkit-transition: transform 0.3s linear;
  -o-transition: transform 0.3s linear;
  transition: transform 0.3s linear;
  -webkit-box-shadow: 0px 20px 20px 0px rgba(77, 55, 55, 0.7);
  box-shadow: 0px 20px 20px 0px rgba(77, 55, 55, 0.7);
}
.panel-group .panel-heading {
  border-bottom: 0;
  background-color: transparent;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
  position: relative;
}
.promotab-itms .panel-title::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50px;
  right: 0;
  margin: 0 auto;
  width: 50px;
  height: 4px;
  border-top: 1px solid #e67e22;
}
.promotab-itms .panel-title a {
  font-size: 16px;
  color: #fff;
  display: inline-block;
  margin-bottom: 25px;
  text-decoration: none;
  width: 100%;
  letter-spacing: 3px;
  z-index: 9;
  position: relative;
  text-transform: capitalize;
  font-weight: 700;
}
.promotab-section .promotab-itms .panel-group .panel-heading + .panel-collapse > .list-group,
.promotab-section .promotab-itms .panel-group .panel-heading + .panel-collapse > .panel-body {
  border-top: none;
}
.promotab-section .panel-group .panel-heading + .panel-collapse > .panel-body {
  color: #fff;
  font-size: 15px;
  padding-top: 25px;
  padding-bottom: 25px;
  position: relative;
  line-height: 28px;
  margin-bottom: 40px;
  z-index: 9;
}
.promotab-section .btn-chos {
  margin-top: 50px;
}
.skillbar {
  position: relative;
  display: block;
  margin-bottom: 15px;
  width: 100%;
  background: #eee;
  height: 5px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -webkit-transition: 0.4s linear;
  -moz-transition: 0.4s linear;
  -ms-transition: 0.4s linear;
  -o-transition: 0.4s linear;
  transition: 0.4s linear;
  -webkit-transition-property: width, background-color;
  -moz-transition-property: width, background-color;
  -ms-transition-property: width, background-color;
  -o-transition-property: width, background-color;
  transition-property: width, background-color;
  margin-bottom: 55px;
  z-index: 9;
}
.skillbar-title {
  position: absolute;
  top: -27px;
  left: -13px;
  width: 51px;
  font-weight: bold;
  font-size: 13px;
  color: #ffffff;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.skillbar-title span {
  display: block;
  padding: 0 14px;
  height: 22px;
  line-height: 23px;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
}
.skillbar-bar {
  height: 5px;
  width: 0px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background: #e67e22;
}
.skill-bar-percent {
  position: absolute;
  top: -25px;
  left: inherit;
  right: 12px;
  font-size: 12px;
  color: #fff;
}
/*----------------------------------------------------
	6. Portfolio section ( index three )
------------------------------------------------------*/

.work-section {
  padding-top: 50px;
  padding-bottom: 100px;
  background: #fff;
}
/* Work items
------------------*/

.project-list .mix {
  display: none;
  overflow: hidden;
}
.project-filter {
  margin-bottom: 20px;
}
.project-filter ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.project-filter ul li {
  color: #333;
  cursor: pointer;
  margin-bottom: 0px;
  margin-right: 15px;
  padding: 12px 16px;
  transition: all 0.5s ease 0s;
  display: inline-block;
}
.project-filter ul li:hover {
  color: #333 !important;
}
.project-filter .hvr-underline-from-left::before {
  background: #4b4b4b;
}
.project-filter ul li.active {
  color: #333 !important;
  display: inline-block;
}
.project-filter ul li i {
  margin-right: 7px;
}
.work-item {
  position: relative;
  margin-top: 30px;
}
.mask2 {
  position: absolute;
  top: 0px;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  background: #212121;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  opacity: 0;
}
.mask2 h4 {
  margin-top: 68px;
  color: #fff;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  opacity: 0;
  position: relative;
  top: -64px;
}
.work-item:hover .mask2 h4 {
  opacity: 1;
  position: relative;
  top: 0px;
}
.mask-big h4 {
  margin-top: 99px;
}
.mask2 p {
  color: #fff;
  margin-top: -16px;
}
.mask2 i {
  color: #fff;
  font-size: 25px;
}
.items {
  overflow: hidden;
}
.work-item:hover .mask2 {
  width: 100%;
  height: 100%;
  background: RGBA(21, 21, 21, 0.71);
}
.work-item:hover .mask2 {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  -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;
}
.work-item:hover .mask2 {
  border: 10px solid #e4eae9 !important;
}
.mask2:hover h2 {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.mask2:hover {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.work-item:hover img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.work-item img {
  width: 100%;
  display: block;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
/*
   6. Portfolio Section
------------------------------------------------------*/

.portfolio-section {
  padding-top: 65px;
  padding-bottom: 100px;
  background: #fbfbfb;
}
.portfolio-warp {
  margin-bottom: 50px;
}
.portfolio-2 .product-detail,
.portfolio-4 .product-detail,
.portfolio-6 .product-detail {
  margin-top: 330px;
}
.portfolio-5 {
  margin-top: 0px;
}
.portfolio-warp .portfolio-hover {
  overflow: hidden;
  position: relative;
}
.full-view {
  position: absolute;
  top: 210px;
  text-align: center;
  display: block;
  overflow: hidden;
  background: #fff;
  padding: 10px 20px;
  left: 37%;
  opacity: 0;
  color: #333;
  font-weight: 700;
}
.portfolio-warp:hover .full-view {
  opacity: 1;
  color: #000;
}
.portfolio-warp:hover .portfolio-hover img {
  opacity: 1;
  -webkit-transform: scale3d(1.1, 1.1, 1);
  transform: scale3d(1.1, 1.1, 1);
}
.portfolio-warp .portfolio-hover img {
  width: 100%;
  max-width: 375px;
  margin: auto;
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, transform 1s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  opacity: 0.8;
}
.product-detail {
  position: relative;
}
.product-detail::before {
  position: absolute;
  content: '';
  width: 84px;
  left: 5%;
  margin-left: -38px;
  top: 80px;
  height: 3px;
  z-index: 5;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  height: 2px;
  background: rgba(0, 0, 0, 0.6);
}
.portfolio-2 .product-detail::before,
.portfolio-4 .product-detail::before,
.portfolio-6 .product-detail::before {
  position: absolute;
  content: '';
  width: 84px;
  left: 91%;
  margin-left: -38px;
  top: 80px;
  height: 3px;
  z-index: 5;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  height: 2px;
  background: rgba(0, 0, 0, 0.6);
}
.portfolio-warp:hover .product-detail::before {
  width: 74%;
  margin-left: -50px;
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.portfolio-warp .product-detail,
.portfolio-warp .product-detail-bottom {
  text-align: left;
}
.portfolio-1 .product-detail,
.portfolio-3.product-detail,
.portfolio-5 .product-detail {
  margin-top: 80px;
}
.portfolio-2 .product-detail,
.portfolio-4 .product-detail,
.portfolio-6 .product-detail {
  text-align: right;
}
.portfolio-warp .product-detail h4,
.portfolio-warp .product-detail-bottom h4 {
  font-family: 'Raleway', sans-serif;
  opacity: 0.7;
  font-weight: 700;
  font-size: 21px;
}
.portfolio-warp .product-detail p,
.portfolio-warp .product-detail-bottom p {
  font-weight: 400;
  letter-spacing: 1px;
  opacity: 0.9;
  margin-top: -16px;
}
.port-list {
  padding: 13px 0px 0px 12px;
  list-style: none;
  margin-top: -15px;
  text-align: left;
}
.port-list li,
.port-list li a {
  color: #ddd;
  font-weight: 400;
  font-size: 15px;
  margin: 0;
}
.social_port {
  text-align: left;
  margin-top: 10px;
}
.social_port a {
  margin: 0px 2px;
  font-size: 18px;
  color: #e67e22;
}
.social_port i {
  margin-left: 12px;
}
/** Portfoili Modal Section
********************************/
/* Default theme styles for the background */

.remodal-bg.remodal-is-opening,
.remodal-bg.remodal-is-opened {
  filter: blur(3px);
}
/* Default theme styles of the overlay */

.remodal-overlay {
  background: rgba(255, 255, 255, 0.7);
}
.remodal-overlay.remodal-is-opening,
.remodal-overlay.remodal-is-closing {
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
}
.remodal-overlay.remodal-is-opening {
  animation-name: remodal-overlay-opening-keyframes;
}
.remodal-overlay.remodal-is-closing {
  animation-name: remodal-overlay-closing-keyframes;
}
/* Default theme styles of the wrapper */

.remodal-wrapper {
  padding: 10px 10px 0;
}
/* Default theme styles of the modal dialog */

.remodal {
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 10px;
  padding: 30px;
  transform: translate3d(0, 0, 0);
  background: rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 5px 20px 60px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 5px 20px 60px rgba(0, 0, 0, 0.3);
  box-shadow: 5px 20px 60px rgba(0, 0, 0, 0.3);
}
.remodal.remodal-is-opening,
.remodal.remodal-is-closing {
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
}
.remodal.remodal-is-opening {
  animation-name: remodal-opening-keyframes;
}
.remodal.remodal-is-closing {
  animation-name: remodal-closing-keyframes;
}
/* Vertical align of the modal dialog */

.remodal,
.remodal-wrapper:after {
  vertical-align: middle;
}
/* Remodal Image */

.port-modal-img {
  margin: auto;
}
/* Close button */

.remodal-close {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  overflow: visible;
  width: 35px;
  height: 35px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  -moz-transition: color 0.2s;
  -webkit-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
  text-decoration: none;
  color: #95979c;
  border: 0;
  outline: 0;
  background: transparent;
}
.remodal-close:hover,
.remodal-close:focus {
  color: white;
}
.remodal-close:before {
  font-family: Arial, 'Helvetica CY', 'Nimbus Sans L', sans-serif !important;
  font-size: 50px;
  line-height: 35px;
  position: absolute;
  top: 10px;
  right: -10px;
  display: block;
  width: 35px;
  content: '\00d7';
  text-align: center;
}
/* Remodal inner content */

.remodal h3 {
  font-family: 'Raleway', sans-serif;
  color: white;
  margin: 40px 0 40px 0;
}
.remodal p {
  font-family: 'Raleway', sans-serif;
  color: white;
  opacity: 0.8;
  font-weight: 300;
  text-align: left;
  margin-top: -4px;
}
/* Keyframes
================== */

@keyframes remodal-opening-keyframes {
  from {
    transform: translateY(-10px) perspective(600px) rotateX(10deg);
    opacity: 0;
  }
  to {
    transform: none;
    opacity: 1;
  }
}
@keyframes remodal-closing-keyframes {
  from {
    transform: none;
    opacity: 1;
  }
  to {
    transform: translateY(-10px) perspective(600px) rotateX(10deg);
    opacity: 0;
  }
}
@keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/* Media queries
====================== */

@media only screen and (min-width: 641px) {
  .remodal {
    max-width: 841px;
    padding: 90px;
    padding-left: 40px;
    padding-right: 40px;
  }
}
/* IE8
==================*/

.lt-ie9 .remodal-overlay {
  background: rgba(255, 255, 255, 0.7);
}
.lt-ie9 .remodal {
  width: 700px;
}
/* Portfoili modal  necessary styles
=========================================== */
/* Hide scroll bar */

html.remodal-is-locked {
  overflow: hidden;
  touch-action: none;
}
/* Anti FOUC */

.remodal,
[data-remodal-id] {
  display: none;
}
/* Necessary styles of the overlay */

.remodal-overlay {
  position: fixed;
  z-index: 9999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;
  display: none;
}
/* Necessary styles of the wrapper */

.remodal-wrapper {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: auto;
  text-align: center;
  -webkit-overflow-scrolling: touch;
}
.remodal-wrapper:after {
  display: inline-block;
  height: 100%;
  margin-left: -0.05em;
  content: '';
}
/* Fix iPad, iPhone glitches */

.remodal-overlay,
.remodal-wrapper {
  backface-visibility: hidden;
}
/* Necessary styles of the modal dialog */

.remodal {
  position: relative;
  outline: none;
  text-size-adjust: 100%;
}
.remodal-is-initialized {
  /* Disable Anti-FOUC */

  display: inline-block;
}
/*----------------------------------------------------
   7. Video Section (index.html)
------------------------------------------------------*/

#video {
  padding: 100px 0px;
  background: #333 url('../images/video.jpg') no-repeat fixed center center;
  background-size: cover;
  position: relative;
}
.video-section .base-header {
  color: #fff;
}
#video .base-header h2,
#video .base-header p {
  color: #fff;
}
#video .main-head,
.separator {
  color: #fff;
}
#video .separator,
#video .separator2 {
  background-color: #fff;
}
#video .section-subheading {
  margin-top: -15px;
  font-size: 15px;
  text-align: center;
  margin-bottom: 45px;
}
.video-container {
  position: relative;
}
.video-container a {
  display: block;
  cursor: pointer;
  width: 630px;
  margin: auto;
}
.video-container img {
  margin: auto;
  display: block;
}
.play-video {
  position: absolute;
  left: 46%;
  margin-left: -38px;
  margin-top: 17px;
  width: 50px;
  height: 50px;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -ms-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  cursor: pointer;
  border: 1px solid #fff;
}
.play-video .fa-play {
  width: 14px;
  height: 11px;
  color: #fff;
  font-size: 23px;
  font-weight: 400;
  position: absolute;
  top: 13px;
  left: 19px;
}
.video-modal iframe {
  border: 5px solid rgba(255, 255, 255, 0.25);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -ms-box-sizing: content-box;
  -o-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-box-shadow: 0px 0px 28px rgba(0, 0, 0, 0.25), 0px 10px 10px rgba(0, 0, 0, 0.22);
  -moz-box-shadow: 0px 0px 28px rgba(0, 0, 0, 0.25), 0px 10px 10px rgba(0, 0, 0, 0.22);
  -ms-box-shadow: 0px 0px 28px rgba(0, 0, 0, 0.25), 0px 10px 10px rgba(0, 0, 0, 0.22);
  -o-box-shadow: 0px 0px 28px rgba(0, 0, 0, 0.25), 0px 10px 10px rgba(0, 0, 0, 0.22);
  box-shadow: 0px 0px 28px rgba(0, 0, 0, 0.25), 0px 10px 10px rgba(0, 0, 0, 0.22);
}
.video-modal .modal-content {
  padding: 0px;
  border: 0px none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  text-align: center;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  background: transparent none repeat scroll 0% 0%;
}
.video-content a {
  margin-top: 10px;
}
.video-content h2 {
  color: #fff;
  text-transform: capitalize;
  font-weight: 700;
  font-size: 33px;
}
.video-content p {
  color: #fff;
  margin-top: -13px;
  margin-left: 55%;
  float: right;
  margin-top: -71px;
}
/*----------------------------------------------------
   8. Team Section
------------------------------------------------------*/

.team-section {
  padding-bottom: 100px;
  padding-top: 65px;
  background: #fff;
}
.team-medical {
  background: #f9f6f6;
}
/* Team Member
--------------*/

.member .img {
  width: 100%;
  position: relative;
}
.member .img img {
  width: 100%;
  height: auto;
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.member .info {
  text-align: left;
  overflow: hidden;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  padding: 0px 20px 0px;
  background: #f6f7f8;
}
.member .info p {
  font-size: 15px;
  text-transform: capitalize;
  font-weight: 400;
  font-family: inherit;
  color: #1b1a1a;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  padding-bottom: 10px;
}
.member .info h6 small {
  display: block;
  color: #373737;
  margin-top: 10px;
}
.member .info h6 {
  border: none;
  color: #0b0a0a;
  letter-spacing: 2px;
  text-transform: capitalize;
  font-size: 20px;
  font-weight: 700;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  margin-bottom: 0px;
  margin-top: 30px;
}
.member .info i {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  line-height: 2.65em;
  font-size: 24px;
  text-align: left;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
.social li {
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  margin-right: 10px;
  font-size: 17px;
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
.member .social i {
  color: #fff !important;
  -webkit-transform: translateZ(0px);
  -moz-transform: translateZ(0px);
  -ms-transform: translateZ(0px);
  -o-transform: translateZ(0px);
  transform: translateZ(0px);
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  font-size: 25px;
}
.member .social i:hover {
  color: #333;
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  transform: translateY(-5px);
}
.member .social {
  opacity: 0;
  position: absolute;
  bottom: 118px;
  z-index: 9999;
  margin-left: 16px;
}
.member .img:hover .social {
  opacity: 1;
}
.member .img img {
  width: 100%;
  height: auto;
}
.member:hover .timg_overlay img {
  -webkit-transform: scale3d(1.1, 1.1, 1);
  transform: scale3d(1.1, 1.1, 1);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.member .timg_overlay {
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  overflow: hidden;
}
.member .timg_overlay:before {
  position: absolute;
  content: '';
  width: 100%;
  left: 0;
  z-index: 5;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  height: 100%;
  background: rgba(0, 0, 0, 0.48);
  opacity: 0;
}
.member .img:hover .timg_overlay:before {
  opacity: 1;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
/*----------------------------------------------------
   9. SKill Section (index.html)
------------------------------------------------------*/

.skill {
  padding-top: 0px;
  padding-bottom: 50px;
  margin-top: -40px;
}
.skill h3 {
  margin-bottom: 55px;
}
.skill .inner_about_area {
  margin-top: 80px;
}
.skill .skillbar {
  position: relative;
  display: block;
  margin-bottom: 60px;
  width: 100%;
  background: #e4e0e0;
  height: 6px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -webkit-transition: 0.4s linear;
  -moz-transition: 0.4s linear;
  -ms-transition: 0.4s linear;
  -o-transition: 0.4s linear;
  transition: 0.4s linear;
  -webkit-transition-property: width, background-color;
  -moz-transition-property: width, background-color;
  -ms-transition-property: width, background-color;
  -o-transition-property: width, background-color;
  transition-property: width, background-color;
}
.skill .skillbar-title {
  position: absolute;
  top: -25px;
  left: 0;
  width: 51px;
  font-weight: bold;
  font-size: 13px;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.skill .skillbar-title span {
  display: block;
  padding: 0 14px;
  height: 22px;
  line-height: 23px;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  color: #333;
  font-size: 12px;
  text-transform: uppercase;
}
.skill .skillbar-bar {
  height: 4px;
  width: 0px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background: #e67e22;
  top: 1px;
  position: relative;
}
.skill .skill-bar-percent {
  position: absolute;
  top: -22px;
  left: inherit;
  right: 12px;
  font-size: 12px;
  color: #474747;
}
.skill .skillbar-bar::after {
  background: #fff;
  border: 1px solid #4e4e4e;
  border-radius: 5px;
  content: '';
  height: 24px;
  position: absolute;
  right: -7px;
  top: -10px;
  width: 8px;
}
.skill .skill_lists ul {
  list-style-type: none;
  float: left;
  margin-right: 30px;
  margin-top: -3px;
}
.skill .skill_lists ul li::before {
  content: '-';
  margin-right: 5px;
}
.skill .skill_lists li {
  font-size: 15px;
  font-weight: 300;
  color: #848484;
  margin-bottom: 10px;
  letter-spacing: 1px;
}
/*----------------------------------------------------
   Multipage v2 Skill Section
------------------------------------------------------*/

.skill_indx_v3 {
  padding-top: 60px;
}
.header_indx_v3 .btn-chos {
  border: 3px solid #fff;
  color: #fff;
}
.header_indx_v3 .hvr-bounce-to-top::before {
  background: #fff;
}
.header_indx_v3 .btn-chos:hover {
  color: #333;
}
.header_indx_v3 #headerbackground {
  background-image: url('../images/slider6.jpg');
}
header.header_indx_v3 {
  height: 800px;
}
/*----------------------------------------------------
    10.Blog  Section
------------------------------------------------------*/

.blog-section {
  padding-bottom: 150px;
  padding-top: 60px;
  background: #fbfbfb;
}
.single-post {
  width: 56%;
  float: left;
  padding: 15px 0;
}
.single-post-warper {
  transition: all 0.4s ease-out 0s;
  right: 0px;
}
.blog-post .col-lg-10:hover .single-post-warper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: all 0.4s ease-out 0s;
}
.blog-content a {
  font-size: 20px;
  margin: 0;
  margin-top: 2px;
  font-weight: 700;
  color: #333;
  text-align: right;
  display: block;
  letter-spacing: 3px;
}
.blog-content .entry-title:hover {
  text-decoration: underline;
}
.blog-content .entry-date {
  font-size: 12px;
  color: rgb(95, 94, 94);
  text-transform: capitalize;
  letter-spacing: 2px;
}
.blog-content .entry-parag {
  text-align: right;
}
.blog-thumb {
  width: 40%;
  float: right;
  overflow: hidden;
  margin-top: 22px;
}
.blog-thumb img {
  height: 100%;
  width: 100%;
}
.blog-section .btn-chos {
  position: relative;
  top: 50px;
}
.blog-post .blog-thumb img {
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, transform 1s;
}
.blog-post .col-xs-12:hover .blog-thumb img {
  opacity: 1;
  -webkit-transform: scale3d(1.1, 1.1, 1);
  transform: scale3d(1.1, 1.1, 1);
}
/*
   Blog Post 2nd
--------------------*/

.single-post-right {
  float: right;
}
.single-post-warper-right .blog-content a {
  text-align: left;
}
.single-post-warper-right .blog-content .entry-parag {
  text-align: left;
}
.blog-thumb-left {
  float: left;
  position: relative;
}
/*
   Blog List Page
--------------------*/

.blog-list-page .single-post {
  padding: 15px;
}
/*----------------------------------------------------
    11. Pricing Section
------------------------------------------------------*/

.pricing-section {
  padding-bottom: 100px;
  padding-top: 60px;
}
.pricing-section .col-sm-3 {
  padding-right: 9px;
  padding-left: 0px;
}
.pricing-box {
  position: relative;
  text-align: left;
  transition: all 0.4s ease-out 0s;
  transform: translateX(0px) translateY(-3px) translateZ(0px) rotate(0deg) scale(1);
  padding: 40px 40px 40px 40px;
  background: #f6f6f6;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  transition: all 0.4s ease-out 0s;
  box-shadow: 8px 5px 16px 3px rgba(0, 0, 0, 0.03);
  -webkit-box-shadow: 8px 5px 16px 3px rgba(0, 0, 0, 0.01);
  border-top: 4px solid transparent;
}
.pricing-box:hover {
  box-shadow: 0px 0px 0px 0px #fff;
  transition: all 0.4s ease-out 0s;
  -ms-transform: scale(1, 1.05);
  -webkit-transform: scale(1, 1.02);
  transform: scale(1, 1.02);
  border-top: 4px solid #e67e22;
}
.pricing-box h3 {
  font-size: 18px;
  letter-spacing: 3px;
  margin: 0;
  position: relative;
  text-transform: uppercase;
  color: #000;
}
.pricing-box h2 {
  font-size: 60px;
  margin: 20px 0 25px;
  color: #e67e22;
}
.pricing-box h2 span {
  font-size: 26px;
  position: relative;
  top: -11px;
  padding-right: 6px;
}
.pricing-box h2 sub {
  font-size: 16px;
  display: block;
  margin-top: 10px;
  margin-bottom: 39px;
}
.pricing-box h5 {
  color: #333;
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 25px;
}
.pricing-box p {
  font-size: 13px;
  letter-spacing: 1px;
  margin-bottom: 24px;
  text-transform: uppercase;
  color: #383636;
}
.pricing-box a {
  margin-bottom: 37px;
  border: 2px solid #fff;
  color: #000;
  background: #fff;
}
.pricing-box a:hover {
  color: #fff;
}
.pricing-box h3:before,
.pricing-box:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
}
/*----------------------------------------------------
   12. Testimonial Section
------------------------------------------------------*/

.testimonial-section {
  padding-top: 65px;
  padding-bottom: 208px;
  background: #333 url('../images/testimonial.jpg') no-repeat fixed center center;
  background-size: cover;
  position: relative;
}
.testimonial-section .base-header h3 {
  margin-bottom: 30px;
  color: #fff;
}
.testimonial-section .base-header small {
  margin-bottom: -5px;
  color: #fff;
}
.testimonial .owl-carousel {
  margin-bottom: 0px;
}
.testimonial .owl-stage-outer {
  padding-top: 20px;
  margin: auto;
  margin-bottom: -200px;
}
.testimonial .owl-item img {
  max-width: 168px;
  margin: 30px auto 0 auto;
  -ms-transform: scale(0.6);
  -moz-transform: scale(0.6);
  -webkit-transform: scale(0.6);
  transform: scale(0.6);
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.testimonial .owl-carousel .item .testi-comment {
  visibility: hidden;
}
.testimonial .owl-carousel .item .testi-comment p {
  font-size: 15px;
  font-weight: 400;
  opacity: 0.7;
  margin-top: 30px;
  margin-bottom: 30px;
  color: #fff;
}
.testimonial .owl-carousel .item .testi-comment h4 {
  font-weight: 600;
  font-size: 15px;
  color: #b7b7b7;
}
.testimonial .owl-item.center .testi-comment {
  visibility: visible;
  margin: 0 -190px 0 -190px;
  padding: 10px 40px 10px 40px;
}
.testimonial .owl-item.center img {
  -ms-transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  -moz-box-shadow: 0px 4px 57px 0px rgba(0, 0, 0, 0.21);
  -webkit-box-shadow: 0px 4px 57px 0px rgba(0, 0, 0, 0.21);
  box-shadow: 0px 4px 57px 0px rgba(0, 0, 0, 0.21);
  -moz-transition: all 1s linear;
  -webkit-transition: all 1s linear;
  -o-transition: all 1s linear;
  transition: all 1s linear;
}
.testimonial .owl-theme .owl-controls .owl-nav [class*='owl-'] {
  border: 1px solid transparent;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
.testimonial:hover .owl-theme .owl-controls .owl-nav [class*='owl-'] {
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  font-size: 40px;
  color: #e67e22;
}
.testimonial .owl-theme .owl-controls .owl-nav .owl-prev {
  top: 127px;
}
.testimonial .owl-theme .owl-controls .owl-nav .owl-next {
  top: 127px;
}
.tesi-rating {
  position: relative;
  top: -10px;
}
.tesi-rating .fa {
  color: #e67e22;
}
/*
   12. Testimonial Section (index.html)
------------------------------------------------------*/

.testimonial_multi:hover .owl-theme .owl-controls .owl-nav [class*='owl-'] {
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  font-size: 40px;
  color: #e67e22;
}
.testimonial_multi .owl-theme .owl-controls .owl-nav [class*='owl-'] {
  font-size: 40px;
  color: #fff;
}
.testimonial_multi .owl-theme .owl-controls .owl-nav .owl-prev {
  top: 111px;
}
.testimonial_multi .owl-theme .owl-controls .owl-nav .owl-next {
  top: 111px;
}
/*----------------------------------------------------
    13. Client Section
------------------------------------------------------*/

.client-section {
  padding-top: 65px;
  padding-bottom: 60px;
  background: #fbfbfb;
}
.client-box {
  width: 100%;
  text-align: center;
  cursor: pointer;
  -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0);
  -moz-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0);
  -ms-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0);
  -o-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0);
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0);
  padding-right: 10px;
}
.client-box,
.client-box img,
.client-box:hover,
.client-box:hover img {
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -ms-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -ms-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.client-section .owl-theme .owl-controls {
  margin-top: 38px;
}
.client-section .owl-carousel .owl-item img {
  width: auto;
  display: inline-block;
  background: #f6f1f1;
  padding: 9px;
}
/*----------------------------------------------------
   14. Contact Section
------------------------------------------------------*/

.contact-section {
  background: #fff;
  padding-bottom: 100px;
  padding-top: 64px;
}
.contact-info h3.small {
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 0px;
  color: #333;
}
.contact-info p {
  margin: 0px;
  font-size: 14px;
  color: #9b9ba3;
  margin-bottom: 10px;
  margin-top: 10px;
}
.contact-info i {
  font-size: 20px;
  margin-right: 10px;
}
.contact-form .base-header h3 {
  font-size: 19px;
  letter-spacing: 1px;
  margin-bottom: 0px;
  margin-top: -5px;
  font-weight: 700;
}
.contact-form .base-header small {
  font-size: 13px;
  letter-spacing: 3px;
  margin-bottom: 4px;
  margin-top: 6px;
}
.contact-form .header-sign {
  font-size: 19px;
  left: 3px;
}
.contact-form .header-sign2 {
  font-size: 19px;
  left: -3px;
}
@media screen and (max-width: 767px) {
  .contact-info .col-sm-4 {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 767px) {
  .contact-info .col-sm-4:last-child {
    margin-bottom: 0;
  }
}
.contact-warper {
  background: #fff;
}
.form-control {
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ddd;
  border-radius: 1px;
  box-shadow: none;
  line-height: 2.429;
}
.form-control:focus {
  border: 1px solid #fff;
  border: 1px solid #e67e22;
  box-shadow: none;
  border-left: 3px solid #e67e22;
}
.form-group {
  margin-bottom: 15px;
}
#contactForm .btn-chos {
  display: block;
  margin: 0 auto;
  margin-top: 40px;
  color: #333;
  float: left;
}
#contactForm .btn-chos:hover {
  background: #333;
  color: #fff;
}
.map-container {
  height: 200px;
}
.map_indx_v2 .map-container {
  position: relative;
  height: 400px;
}
/*----------------------------------------------------
   15. Footer Section
------------------------------------------------------*/

.footer-section {
  background-color: #2b272b;
  color: #5f5f5f;
  padding-bottom: 65px;
  padding-top: 34px;
}
.footer-section .social_footer {
  text-align: center;
}
.footer-section h3 {
  text-align: center;
  color: #e67e22;
  letter-spacing: 2px;
}
.social_footer a {
  margin: 0px 4px;
  font-size: 18px;
  color: #fff;
  border: 1px solid #fff;
  padding: 3px 11px;
}
.social_footer a:hover {
  color: #fff;
  background: #e67e22;
}
.footer-links {
  margin: 10px -12px 0px 0px;
}
.footer-links a {
  margin: 0px 12px;
  color: #e67e22;
  font-size: 15px;
}
.footer-links a:hover {
  -webkit-text-decoration: underline;
  -moz-text-decoration: underline;
  -ms-text-decoration: underline;
  -o-text-decoration: underline;
  text-decoration: underline;
}
.copyright {
  padding-top: 22px;
  font-size: 13px;
  text-transform: capitalize;
  letter-spacing: 2px;
  color: #f6eeee;
}
.text-primary {
  color: #e7e7e7 !important;
}
.scroll-top {
  margin-top: 26px;
  display: block;
}
.scroll-top a {
  color: #fff;
  font-family: 'Reem Kufi', sans-serif;
  letter-spacing: 1px;
}
.scroll-top i {
  color: #786f6f;
  font-size: 27px;
  position: relative;
  top: 6px;
  left: 10px;
}
.scrollup:hover,
.scrollup:active,
.scrollup:focus {
  color: rgba(255, 255, 255, 0.9);
}
/*----------------------------------------------------
    16.  About Page
------------------------------------------------------*/

header.blog-banner {
  background: transparent url('../images/blog-slider.jpg');
  color: #fff;
  background-attachment: fixed;
  box-sizing: border-box;
  width: 100%;
  height: 353px;
}
header .container {
  padding-top: 150px;
  padding-bottom: 90px;
  position: relative;
  z-index: 10;
}
.blog-header h3 {
  color: #e67e22;
  font-size: 30px;
  letter-spacing: 5px;
  display: inline-block;
  padding-bottom: 8px;
  font-weight: 700;
}
.blog-header h4 {
  color: #868484;
  text-transform: capitalize;
  font-size: 14px;
  letter-spacing: 5px;
  display: block;
  margin-top: -28px;
}
.blog-header h4 a {
  color: #d8d4d4;
}
.blog-header h4 a:hover {
  color: #868484;
}
.about_page_abt {
  padding-top: 0px;
}
.about_page_testi {
  background: #fbfbfb;
}
.about_page_testi .owl-carousel .item .testi-comment h4 {
  color: #000;
}
.about_page_testi .owl-carousel .item .testi-comment p {
  color: #333;
}
.about_page_testi .owl-theme .owl-controls .owl-nav [class*='owl-'] {
  color: #000;
}
/*----------------------------------------------------
   17. Work Page
------------------------------------------------------*/
/***=====================================================
	Styled Pagination
========================================================***/

.styled-pagination {
  display: block;
}
.styled-pagination ul {
  padding: 0px;
}
.styled-pagination li {
  position: relative;
  display: inline-block;
  margin: 0px 5px;
  margin-top: 80px;
}
.styled-pagination li a {
  position: relative;
  display: block;
  line-height: 22px;
  padding: 9px 5px;
  font-size: 16px;
  min-width: 42px;
  border: 1px solid #e4e4e4;
  background: #ffffff;
  color: #ababab;
  font-weight: 400;
  text-align: center;
  border-radius: 50%;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
}
.styled-pagination li a.next,
.styled-pagination li a.prev {
  padding: 7px 20px;
  font-size: 14px;
  letter-spacing: 1px;
}
.styled-pagination li a:hover,
.styled-pagination li a.active {
  color: #ffffff;
  background: #e67e22;
  border-color: #e67e22;
}
/* single-work-full-width
*============================*/

.portfolioitem {
  padding-top: 100px;
}
.portfoliodesc {
  margin-bottom: 100px;
}
.portfoliodesc .project-details p {
  margin-top: 0px;
}
.portfoliodesc h4,
.project-details h4 {
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-top: 50px;
}
.project-detail-list > li {
  margin-bottom: 8px;
}
.project-detail-list strong {
  display: inline-block;
  min-width: 90px;
  position: relative;
  margin-right: 12px;
}
.project-detail-list strong:before {
  position: absolute;
  content: ':';
  right: -5px;
}
.portfolio-single-detail {
  margin-top: 50px;
  padding-left: 20px;
}
.portfolio-single-detail ul {
  margin-bottom: 50px;
  margin-top: 23px;
}
.social-icons {
  margin-bottom: 0;
}
.social-icons > li {
  padding: 0 2px 5px 2px;
  display: inline-block;
}
.social-icons-bordered > li > a {
  background: none;
  border: 1px solid #788084;
  color: #858d90;
}
.social-icons-small > li > a {
  width: 30px;
  height: 30px;
  line-height: 28px;
}
.social-icons > li > a {
  display: inline-block;
  vertical-align: middle;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  line-height: 27px;
  text-align: center;
  color: #1e1c1c;
}
.social-icons-small > li > a i {
  font-size: 13px;
}
.social-icons-small li a:hover {
  color: #fff;
  background: #e67e22;
  border: 1px solid #e67e22;
}
.related-portfolio {
  margin-top: 70px;
}
.related-portfolio .mask2 h3 {
  font-size: 17px;
  letter-spacing: 1px;
}

/*----------------------------------------------------
    18. Single Service
------------------------------------------------------*/

.servic_accrodin .accordion-button:focus {
  box-shadow: none;
}

.servic_accrodin .accordion-item {
  background-color: #fbfbfb;
  border: none;
  border-bottom: 1px solid #ddd;
  border-radius: 0;
}

.servic_accrodin .accordion-header {
    font-size: 15px;
    margin-top: 0;
}

.servic_accrodin .accordion-button {
  box-shadow: none !important;
  border-radius: 0 !important;
  background-color: transparent;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 600;
  font-family: "Raleway", sans-serif;
  color: #333;
  letter-spacing: 2px;
  line-height: 26px;
}

.servic_accrodin .accordion-body {
  padding-top: 0;
}


/*----------------------------------------------------
   19. Blog Page
------------------------------------------------------*/

.blog_container {
  padding-bottom: 54px;
}
.blog-area {
  padding-top: 100px;
  padding-right: 70px;
}
.blog-area .btn-chos {
  margin-bottom: 50px;
}
/* -- Widget Area */

.widget-area {
  text-align: center;
  padding-top: 100px;
}
/* - Widget */

.widget {
  display: inline-block;
  margin-bottom: 40px;
  width: 100%;
}
/* - Widget Search */

.widget {
  margin-bottom: 40px;
}
.widget-search {
  display: block;
  background: #f5f5f5;
}
.widget-search .input-group {
  padding-bottom: 6px;
  padding-top: 6px;
}
.widget-search .input-group input {
  background: transparent none repeat scroll 0% 0%;
  border: 0px none;
  border-radius: 0px;
  transition: none 0s ease 0s;
  box-shadow: none;
  font-size: 14px;
  font-weight: 400;
  color: #fff !important;
  height: auto;
}
.widget-search .input-group button {
  background: transparent;
  border: medium none;
  font-size: 14px;
  color: #c5c5c5;
  padding: 0px 12px;
}
.input-group-btn {
  left: 0px;
}
/* - Widget Title */

.widget .widget-title {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 400;
  text-align: center;
  letter-spacing: 2px;
  margin: 0px 0px 25px;
  position: relative;
  background: #f5f5f5;
  padding: 10px 0px;
  color: #e67e22;
}
/* - Categories Type */

.categories-type li {
  border-bottom: 1px solid #f0f0f0;
  padding: 11px 10px;
  letter-spacing: 0.5px;
  color: #e1e1e1;
  list-style: square;
}
.widget-post-categories .categories-type {
  text-align: left;
  display: inline-block;
  margin-top: -10px;
  width: 100%;
  margin-left: -53px;
}
.categories-type li a {
  color: rgb(141, 141, 141);
}
.categories-type li:hover a {
  color: #000;
}
.categories-type li span {
  float: right;
  clear: both;
}
/* - Recent Post */

.wiget-recent-post {
  margin-bottom: 22px;
}
.wiget-recent-post .widget-title {
  margin-top: 10px;
  margin-bottom: 15px;
}
.recent-post-box {
  display: inline-block;
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 30px;
  margin-top: 10px;
  width: 100%;
  position: relative;
}
.recent-post-box:last-of-type {
  border-bottom: none;
}
.recent-title {
  text-align: left;
  padding-right: 100px;
}
.recent-title > a {
  font-size: 14px;
  margin-bottom: 10px;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #333;
}
.recent-title > a:hover {
  text-decoration: underline;
  color: #333;
}
.recent-title > p {
  font-size: 13px;
  color: #8b8b8b;
  margin-top: -8px;
}
.recent-img {
  position: absolute;
  right: 0;
  top: 5px;
  width: 70px;
  height: 70px;
}
.recent-img img {
  width: 100%;
  height: 100%;
}
/* - Widget Instagram */

.instagram-photo-list {
  padding: 0px;
  margin: 0px;
  list-style: outside none none;
}
.instagram-photo-list li {
  padding: 4px;
  width: 50%;
  float: left;
}
.instagram-photo-list li img {
  transition: all 0.2s ease 0s;
}
.instagram-photo-list li:hover img {
  transition: all 0.2s ease 0s;
  opacity: 0.5;
}
.widget-instagram img {
  width: 300px;
}
/* - Widget Tags */

.widget-tags {
  text-align: left;
  width: 100%;
}
.widget-tags .widget-title {
  display: inline-block;
  width: 100%;
}
.widget-tags > a {
  color: #8d8d8d;
  text-decoration: none;
  border: 1px solid #c3c3c3;
  padding: 6px 13px;
  display: inline-block;
  margin-bottom: 5px;
  font-size: 13px;
}
.widget-tags > a:hover {
  color: #fff;
  transition: all 1s ease 0s;
  border-color: #cea95f;
  background: #e67e22;
}
/*=================================
	20. Single Blog Page
================================= */

.single_blog_container {
  margin-bottom: -82px;
}
.blog_container .entry-cover {
  margin-bottom: 30px;
  overflow: hidden;
}
.blog_container .entry-cover img {
  transition: all 0.4s ease 0s;
  display: block;
  width: 100%;
}
.blog_container .entry-meta {
  color: #b9b9b9;
  letter-spacing: 1px;
  text-transform: capitalize;
  display: inline-block;
}
.blog_container .entry-meta span {
  margin-left: 0px;
  color: #b9b9b9;
  text-transform: capitalize;
  letter-spacing: 1px;
  margin-right: 22px;
  display: inline-block;
}
.blog_container .entry-meta a {
  color: #5c5c5c;
  text-transform: capitalize;
  text-decoration: none;
  font-size: 14px;
  display: inline-block;
  font-weight: 400;
  margin-top: 10px;
  margin-left: 5px;
}
.entry-date a {
  letter-spacing: 2px;
}
.entry-content {
  margin-top: -27px;
}
.contact .blog-contact .contact-warper {
  background: #fff;
  padding-bottom: 100px;
  padding-right: 0px;
  padding-left: 0px;
}
.list-comments {
  padding-top: 75px;
}
.comments-section-title h4 {
  margin-top: 0px;
  font-size: 20px;
  margin-bottom: 25px;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-align: left;
  font-weight: 700;
  padding: 15px 0px;
  color: #333;
  position: relative;
}
.comments-section-title h4::after {
  position: absolute;
  left: 0px;
  bottom: 0px;
  content: '';
  width: 43px;
  height: 1px;
  background-color: #999999;
}
.comments {
  padding: 0px;
  margin: 0px;
}
.comments li {
  list-style: outside none none;
}
.comments li .comment {
  border-bottom: 1px solid #ede7e7;
  padding: 0px 0px 35px;
  position: relative;
  overflow: hidden;
  margin-bottom: 40px;
}
.comments li .comment:last-child {
  border-bottom: 1px solid transparent;
}
.comments li .comment:last-child:hover {
  border-bottom: 1px solid transparent;
}
.comments li .comment:hover {
  border-bottom: 1px solid #e67e22;
}
.comments li .comment img.comment-avatar {
  border: 2px solid #e67e22;
  margin-bottom: 20px;
}
.comments li .comment strong.commenter-title {
  font-weight: 300;
  font-size: 13px;
  text-transform: uppercase;
  display: block;
  color: #8b8b8b;
  letter-spacing: 2px;
}
.comments li .comment strong.commenter-title a {
  color: #000;
}
.comments li .comment span.comment-date {
  display: block;
  font-size: 11px;
  margin-bottom: 16px;
  color: #8b8b8b;
  margin-top: 0px;
  text-transform: uppercase;
}
.comments li .comment span.comment-reply a {
  color: rgba(39, 39, 39, 0.51);
  background: transparent;
  transition: all 0.5s ease 0s;
  font-size: 12px;
  padding: 5px 15px;
  text-transform: uppercase;
  color: #e67e22;
  border: 1px solid #e67e22;
}
.comments li .comment span.comment-reply a:hover {
  background: #e67e22;
  color: #fff;
}
.comments li .comment span.comment-reply a i {
  font-size: 11px;
}
.comments li .comment p:last-child {
  margin-bottom: 0px;
  font-weight: 300;
  color: #8b8b8b;
}
.comments li > ul {
  padding-bottom: 7px;
}
.comments li .comment p {
  margin-top: 7px;
  font-size: 14px;
}
.blog-contact {
  padding: 0px;
  margin-top: 20px;
}
.blog-contact .form-group .col-sm-4,
.blog-contact .form-group .col-sm-12 {
  padding-left: 0px;
}
#contactForm .submit-button:hover {
  background: transparent;
  color: #e67e22;
  border: 3px solid #e67e22;
}
#contactForm .submit-button {
  color: #fff;
  background: #e67e22;
  font-weight: 700;
  margin-top: 20px !important;
  padding: 11px 0px;
  border: 3px solid #e67e22;
}
/*-
	post-option
------------------------------*/

.post-option {
  position: relative;
  padding: 25px 0px;
  margin-top: 12px;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
}
.post-option .prev-post,
.post-option .next-post {
  position: relative;
  font-size: 12px;
  color: #555555;
  font-weight: 600;
  text-transform: uppercase;
  font-family: 'Reem Kufi', sans-serif;
}
.post-option .prev-post:hover,
.post-option .next-post:hover {
  color: #e67e22;
}
.post-option .middle-icon {
  position: absolute;
  left: 50%;
  margin-left: -15px;
}
.post-option .middle-icon a {
  position: relative;
  color: #898989;
  font-size: 27px;
  display: inline-block;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  margin-top: -1px;
}
.post-option .middle-icon a:hover {
  color: #e67e22;
}
/*-
	post-author
------------------------------*/

.post-author {
  position: relative;
  padding: 0px 0px 30px;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
  margin-top: 50px;
}
.post-author .inner {
  position: relative;
  padding: 0px 0px 0px 136px;
  font-size: 14px;
}
.post-author .inner .author-thumb {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 106px;
  height: 106px;
  overflow: hidden;
  border-radius: 50%;
}
.post-author .inner .author-thumb img {
  padding: 5px;
  border-radius: 50%;
  width: 100%;
  display: block;
}
.post-author .inner .most-inner .author-info {
  margin-bottom: 5px;
  color: #3e5773;
  line-height: 24px;
  font-size: 13px;
}
.post-author .inner .most-inner strong {
  font-size: 20px;
  font-weight: 400;
  color: #333333;
  margin-right: 15px;
  display: inline-block;
  font-family: 'Reem Kufi', sans-serif;
}
.post-author .inner .most-inner .text {
  color: #555555;
  margin-top: 18px;
  margin-bottom: 8px;
  line-height: 1.6em;
}
/* ------------------------------------------------------
    21. Blog Page Three
------------------------------------------------------*/

.blog_area_three {
  padding-bottom: 80px;
}
.blog_area_three .blog-post {
  margin-top: -23px;
  margin-left: 10px;
}
.blog_area_three .blog-thumb-left {
  float: none;
  position: relative;
  width: 100%;
}
.blog_area_three .single-post-right {
  float: none;
  width: 100%;
  margin-top: 10px;
}
.blog_area_three .styled-pagination li {
  margin-top: 0px;
}
.blog_area_three .blog-area {
  padding-right: 0px;
}
/* Blog Slider , Video
======================= */

.blog-area .carousel-control-next,
.blog-area .carousel-control-prev {
  width: 40px;
  height: 40px;
  line-height: 36px;
  background: #fff;
  background-image: none;
  top: 46%;
  box-shadow: none;
  text-shadow: none;
  opacity: 1;
  color: #e67e22;
}
.blog-area .carousel-control-next {
  right: 3%;
}
.blog-area .carousel-control-prev {
  left: 3%;
}
.blog-area iframe {
  width: 100%;
  height: 470px;
  border: medium none;
  display: block;
}
/*    Phone
====================*/

@media only screen and (max-width: 767px) {
  .blog-area iframe {
    height: 338px;
  }
}
/*------------------------------------------------------
     22. Blog Page Two
------------------------------------------------------*/

.blog_two {
  padding-bottom: 85px;
}
.blog_two .styled-pagination li {
  margin-top: 43px;
}
.blog_two .btn-chos {
  position: relative;
  top: 0px;
}
.blog_two .single-post-right {
  margin-bottom: 40px;
}
/*----------------------------------------------------
   23. Slider Text  Onepage v3
------------------------------------------------------*/

.slider_v3 p {
  color: #fff;
  max-width: 810px;
  margin-top: -27px;
  font-size: 18px;
  line-height: 30px;
}
.slider_v3 h3 {
  color: #e67e22 !important;
}
.slider_v3 .nivo-controlNav a {
  display: inline-block;
  margin-right: 4px;
  margin-left: 10px;
}
.slider_v3 .nivo-controlNav {
  right: 78.5%;
  top: 91%;
}
.slider_v3 .nivo-caption .slider-right {
  left: 18%;
  margin-top: -130px;
}
/*----------------------------------------------------
  24. Slider Text  Onepage v1
------------------------------------------------------*/

.slider_v1 .nivo-caption {
  text-align: center;
  padding: 0px;
}
.slider_v1 h3 {
  color: #e67e22 !important;
}
.slider_v1 .nivo-controlNav {
  right: 48.5%;
  top: 58%;
}
.slider_v1 .nivo-controlNav a {
  display: inline-block;
  margin-right: 4px;
  margin-left: 10px;
}
.slider_v1 .nivo-caption .slider-right {
  left: inherit;
  margin-top: -63px;
  position: inherit;
  left: 50%;
}
.slider_v1 .nivo-controlNav a::before {
  border: 1px solid transparent;
}
.slider_v1 .nivo-controlNav a.active::before {
  border-color: transparent;
}
/*----------------------------------------------------
   25. Onepage v2
------------------------------------------------------*/

.header_onepage {
  position: relative;
  text-align: center;
  color: #fff;
  height: 800px;
  z-index: 99;
}
.header_onepage #headerbackground {
  background-image: url('../images/lp1.jpg');
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: absolute;
  background-position: center center;
  width: 100%;
  height: 100%;
  top: 0px;
}
.header_onepage .ban1_txt {
  margin-top: 242px;
  text-align: left;
  z-index: 99;
}
.header_onepage .ban1_txt h3 {
  color: #e67e22;
}
.header_onepage .ban1_txt h3 {
  text-transform: capitalize;
  line-height: 1.8;
  margin: 0px;
  letter-spacing: 5px;
  font-size: 20px;
  font-weight: 600;
}
.header_onepage .ban1_txt h2 {
  font-size: 40px;
  color: #fff;
  line-height: 60px;
  margin: 0px;
  letter-spacing: 5px;
  font-weight: 700;
  text-transform: uppercase;
}
.header_onepage .ban1_txt p {
  font-size: 15px;
  letter-spacing: 1px;
  font-weight: 300;
  color: rgb(233, 218, 218);
  padding-right: 135px;
  margin-top: 5px;
}
.header_onepage .btn-chos {
  border: 3px solid #fff;
  color: #fff;
}
.header_onepage .hvr-bounce-to-top::before {
  background: #fff;
}
.header_onepage .btn-chos:hover {
  color: #333;
}
.about_v2 .col-sm-5 {
  float: right;
}
