 /* Index of CSS
==================================================
1. Global styles 
2. Header Section
3. About Section 
4. Service Section
5. Call to action  Section 
6. Work Section 
7. Blog Section
8. Team Section
9. Pricing Section 
10. Testimonial Section
11. Fun Facts Section 
12. Client Section
13. Map Section
14. Footer Section
15. Home Page v2
  15.1  Header Section
  15.2 About  Section
  15.3 Video  Section
  15.4 Fun Facts  Section
  15.5 Work  Section
  15.6 Testimonials  Section
  15.7 Contact  Section
16. Home Page v3
  16.1 Slider 
  16.2 Work Process 
  16.3 Work Section
17. Index two Onepage
  17.1 Header Section
  17.2 Menu Section

/=== Single Page ===/ 

18. Single Page Header 
19. Blog Page 
20. About Page
21. Contact Page  
22. Work Page  
23. Service Page
24. Team Page
25. Single Service Page

*/


 /*----------------------------------------------------
    1. Global styles
------------------------------------------------------*/
 
@import url('https://fonts.googleapis.com/css?family=Lato|Fira Sans:300,400,600');

@import url('../icon/elegant-icons/style.css');

@import url('../css/font-awesome.min.css');

body {
  font-size: 16px;
  font-family: 'Fira Sans', sans-serif;
  background: transparent;
  line-height: 1.5;
  font-weight: 400;
  color: #414141;
}

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;
  color: #414141;
  line-height: 26px;
  font-size: 15px;
}
p2 {
  font-weight: 400;
  letter-spacing: 1px;
  color: #f29200;
  line-height: 26px;
  font-size: 20px;
}
p3 {
  font-weight: 400;
  letter-spacing: 1px;
  color: #f29200;
  line-height: 26px;
  font-size: 15px;
}

h1 {
  font-size: 46px;
  line-height: 52px;
}

h1,
 h2,
 h3,
 h4,
 h5 {
  font-weight: 600;
  color: #414141;
  font-family: 'Fira Sans', sans-serif;
}

h10 {
  font-size: 46px;
  color: #f29200;
  line-height: 52px;
}
h2 {
  font-size: 36px;
  color: #f29200;
  line-height: 42px;
}

h3 {
  font-size: 40px;
  line-height: 48px;
}

h30 {
  font-size: 40px;
  color: #f29200;
  line-height: 28px;
}
h7 {
  font-size: 40px;
  color: #f29200;
  line-height: 28px;
}

h4 {
  font-size: 22px;
  line-height: 26px;
}

h5 {
  font-size: 20px;
  line-height: 26px;
}
h50 {
  font-size: 20px;
  color: #f29200;
  line-height: 26px;
}
h90 {
  font-size: 30px;
  color: #414141;
  line-height: 30px;
}
h8 {
  font-size: 20px;
  color: #f29200;
  line-height: 26px;
}
h9 {
  font-size: 30px;
  color: #f29200;
  line-height: 30px;
}
h6 {
  font-size: 20px;
  line-height: 29px;
  color: #414141;
  letter-spacing: 1px;
  font-weight: 600;
}
h60 {
  font-size: 20px;
  line-height: 29px;
  color: #f29200;
  letter-spacing: 1px;
  font-weight: 600;
}

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;
  color: #000;
}

a {
  color: #414141;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.btn.btn-fill {
  background: #ffffff;
}

.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: 10px 22px;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: relative;
  -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: #f39200;
}

section {
  background: #ffffff;
  padding-top: 60px;
  padding-bottom: 60px;
}

.base-header {
  padding-bottom: 0px;
  width: 80%;
  margin: auto;
  text-align: left;
}
.base-header_3{
  padding-bottom: 0px;
  width: 80%;
  margin: auto;
  text-align: center;
}
.base-header h3 {
  letter-spacing: 1px;
  position: relative;
  color: #414141;
  line-height: 32px;
  font-size: 40px;
  text-transform: none;
  font-weight: 600;
  margin-bottom: 0px;
}

.base-header h5 {
  margin-bottom: -20px;
  text-transform: uppercase;
  letter-spacing: 7px;
  color: #FFD526;
  font-size: 16px;
}

.base-header p {
  color: #606060;
  position: relative;
}

.ylow_clr {
}

#preloader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999999;
  width: 100%;
  height: 100%;
  overflow: visible;
  background: #ffffff url("../images/pre_loader.gif") no-repeat center center;
  color: #000;
}

.more-link:hover,
 .more-link:focus,
 .more-link:active {
  color: #f39200;
  background: #fff;
}

.more-link {
  display: inline-block;
  font-size: 16px;
  padding: 18px 30px 20px 30px;
  color: #fff;
  text-transform: none;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  background: #f39200;
  letter-spacing: .5px;
  border: transparent;
  line-height: 15px;
  font-weight: 700;
}

.owl-nav div {
  color: #333;
  font-size: 34px;
  height: 50px;
  left: 30px;
  line-height: 46px;
  margin-top: -27px;
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  position: absolute;
  text-align: center;
  top: 50%;
  width: 50px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.31);
  padding-right: 3px;
}

.owl-nav div.owl-next {
  left: auto;
  right: 30px;
  padding-right: 0px;
}

.owl-nav div:hover {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  background: #f39200;
  color: #fff;
}

.owl-dot {
  display: inline-block;
  margin-top: 20px;
}

.owl-dots {
  text-align: center;
}

.owl-dot span {
  width: 10px;
  height: 10px;
  background: #f39200;
  display: inline-block;
  border-radius: 50%;
  margin: 0 4px;
}

.owl-dot.active span {
  background: transparent;
  border: 2px solid #f39200;
}
 
 /*----------------------------------------------------
   2. Header Section
------------------------------------------------------*/
 /* Start: hEADER  TOp*/
.header_top_info ul li {
  display: inline-block;
  color: #fff;
  line-height: 45px;
  padding-right: 55px;
}

.header_top_info ul li i {
  margin-right: 5px;
}

.header_top_add {
  background: #f39200;
}

.header_top_soc li {
  display: inline-block;
  padding-left: 15px;
  margin-top: 11px;
}

.header_top_soc li a {
  color: #fff;
}

.header_top_soc {
  float: right;
}
 /* End : hEADER TOp*/
.header_logo {
  display: inline-block;
  margin-top: 40px;
}

.header_top_location {
  display: inline-block;
  float: right;
}

.header_top_location li {
  display: inline-block;
  display: inline-block;
  position: relative;
  padding-left: 62px;
  margin-left: 48px;
}

.header_top_location i {
  position: absolute;
  left: 0;
  bottom: 0;
  margin: auto;
  margin-bottom: auto;
  margin-bottom: auto;
  font-size: 20px;
  color: #f39200;
  width: 48px;
  height: 48px;
  margin-bottom: -1px;
  border: 1px solid;
  line-height: 45px;
  border-radius: 50%;
  padding-left: 13px;
}

.header_top_location i.icon_mail {
  line-height: 40px;
  padding-left: 12px;
}

.header_top_location h5 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0px;
}
 /* 
   Header Estimate Section 
------------------------------------------------------*/
 
.header_quate_right {
  float: right;
  background: #f39200;
  color: #fff;
  position: relative;
  padding: 26.5px 35px;
  text-transform: none;
  box-shadow: none;
  margin-right: -1px;
  font-size: 15px;
}

.header_quate_right:hover {
  background-color: rgba(184, 152, 65, 0.84);
}
 
 /*-----Navigationn-----*/
.navigation_one .container {
  position: absolute;
  background: #1b1a1a;
  left: 50%;
  margin-left: -569px;
  width: 1140px;
  top: -28px;
}

.navigation_one {
  background-color: #fff;
  z-index: 999;
  position: relative;
}

.navigation_one .container {
  padding-right: 0;
  padding-left: 0;
}

.is-sticky .navigation_one {
  box-shadow: 0 3px 6px rgba(54, 54, 54, 0.08);
}

.header_top {
  padding-top: 5px;
  padding-bottom: 65px;
}

#navigation ul li {
  line-height: 0.5;
}

#navigation,
 #navigation ul,
 #navigation ul li,
 #navigation ul li a,
 #navigation #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: .5;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
}

#navigation:after,
 #navigation > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

#navigation #menu-button {
  display: none;
}

#navigation > ul > li {
  float: left;
}

#navigation.align-center > ul {
  font-size: 0;
  text-align: center;
}

#navigation.align-center > ul > li {
  display: inline-block;
  float: none;
}

#navigation.align-center ul ul {
  text-align: left;
}

#navigation.align-right > ul > li {
  float: right;
}

#navigation > ul > li > a {
  padding: 30px 20px;
  letter-spacing: 1px;
  text-decoration: none;
  color: #fff;
  text-transform: none;
  margin-right: -1px;
}

#navigation > ul > li > a::after {
  position: absolute;
  content: "|";
  width: 1px;
  height: 35px;
  right: 3px;
  top: 26px;
  font-size: 24px;
  color: #2f2d2d;
}

#navigation > ul > li:last-child a::after {
  display: none;
}

#navigation > ul > li.has-sub > a {
  padding: 30px 40px 30px 20px;
}

#navigation > ul > li.has-sub > a::before {
  position: absolute;
  right: 18px;
  font-family: FontAwesome;
  content: "\f107";
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}

#navigation > ul > li.has-sub > a::before {
  position: absolute;
  right: 19px;
  font-family: FontAwesome;
  content: "\f107";
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}

#navigation ul ul li.has-sub > a::before {
  position: absolute;
  top: 19px;
  right: 14px;
  display: block;
  width: 2px;
  height: 8px;
  background: #fff;
  content: '';
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}

#navigation ul ul li.has-sub > a::after {
  position: absolute;
  top: 22px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: #ffffff;
  content: '';
}

#navigation ul ul > li.has-sub:hover > a::before {
  top: 17px;
  height: 0;
}

#navigation > ul > li > .active {
  color: #f39200 !important;
}

#navigation > ul > li:hover > a {
  color: #f39200 !important;
}

#navigation ul ul {
  position: absolute;
  left: -9999px;
  top: 68px;
  background: #1b1a1a;
}

#navigation.align-right ul ul {
  text-align: right;
}

#navigation ul ul li {
  height: 0;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}

#navigation li:hover > ul {
  left: auto;
  padding-top: 5px;
  padding-bottom: 15px;
}

#navigation.align-right li:hover > ul {
  left: auto;
  right: 0;
}

#navigation li:hover > ul > li {
  height: 40px;
}

#navigation ul ul ul {
  margin-left: 100%;
  top: 0;
}

#navigation.align-right ul ul ul {
  margin-left: 0;
  margin-right: 100%;
}

#navigation ul ul li a {
  padding: 17px 20px;
  width: 220px;
  text-decoration: none;
  color: #cbc9c9;
  background: #1b1a1a;
  text-transform: none;
}

#navigation ul ul li:last-child > a,
 #navigation ul ul li.last-item > a {
  border-bottom: 0;
}

#navigation ul ul li a:hover {
  color: #f39200;
}

#navigation.small-screen {
  width: 100%;
}

#navigation.small-screen ul {
  width: 100%;
  display: none;
}

#navigation.small-screen.align-center > ul {
  text-align: left;
}

#navigation.small-screen ul li {
  width: 100%;
  border-bottom: 1px solid transparent;
}

#navigation.small-screen ul ul li,
 #navigation.small-screen li:hover > ul > li {
  height: auto;
}

#navigation.small-screen ul li a,
 #navigation.small-screen ul ul li a {
  width: 100%;
  border-bottom: 0;
}

#navigation.small-screen > ul > li {
  float: none;
}

#navigation.small-screen ul ul li a {
  padding-left: 30px;
}

#navigation.small-screen ul ul ul li a {
  padding-left: 35px;
}

#navigation.small-screen ul ul li a {
  color: #acc4ca;
  background: none;
}

#navigation.small-screen ul ul li:hover > a,
 #navigation.small-screen ul ul li.active > a {
  border-bottom: none;
}

#navigation.small-screen ul ul,
 #navigation.small-screen ul ul ul,
 #navigation.small-screen.align-right ul ul {
  position: relative;
  left: 0;
  width: 100%;
  margin: 0;
  text-align: left;
}

#navigation.small-screen > ul > li.has-sub > a:after,
 #navigation.small-screen > ul > li.has-sub > a:before,
 #navigation.small-screen ul ul > li.has-sub > a:after,
 #navigation.small-screen ul ul > li.has-sub > a:before {
  display: none;
}

#navigation.small-screen #menu-button {
  display: block;
  padding: 17px;
  color: #fff;
  cursor: pointer;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
}

#navigation.small-screen #menu-button:after {
  position: absolute;
  top: 16px;
  right: 2px;
  display: block;
  height: 8px;
  width: 20px;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  content: '';
}

#navigation.small-screen #menu-button:before {
  position: absolute;
  top: 10px;
  right: 2px;
  display: block;
  height: 2px;
  width: 20px;
  background: #fff;
  content: '';
}

#navigation.small-screen #menu-button.menu-opened:after {
  top: 23px;
  border: 0;
  height: 2px;
  width: 15px;
  background: #fff;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#navigation.small-screen #menu-button.menu-opened:before {
  top: 23px;
  background: #fff;
  width: 15px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#navigation.small-screen .submenu-button {
  position: absolute;
  z-index: 99;
  right: 0;
  top: 0;
  display: block;
  height: 46px;
  width: 46px;
  cursor: pointer;
}

#navigation.small-screen .submenu-button.submenu-opened {
  background: transparent;
}

#navigation.small-screen ul ul .submenu-button {
  height: 35px;
  width: 35px;
  top: 6px;
  background: #fff;
}

#navigation.small-screen .submenu-button:after {
  position: absolute;
  top: 20px;
  right: 19px;
  width: 8px;
  height: 2px;
  display: block;
  background: #fff;
  content: '';
}

#navigation.small-screen ul ul .submenu-button:after {
  top: 16px;
  right: 13px;
}

#navigation.small-screen .submenu-button.submenu-opened:after {
  background: #fff;
}

#navigation.small-screen .submenu-button:before {
  position: absolute;
  top: 17px;
  right: 22px;
  display: block;
  width: 2px;
  height: 8px;
  background: #fff;
  content: '';
}

#navigation.small-screen ul ul .submenu-button:before {
  top: 13px;
  right: 16px;
}

#navigation.small-screen .submenu-button.submenu-opened:before {
  display: none;
}

#navigation.small-screen.select-list {
  padding: 5px;
}
 /*-----Navigationn end-----*/
 /*
 Header Transparent CSS Start 
----------------------------------------*/
 
.header-transparent {
  padding-bottom: 20px;
}

.top-bar-transparent {
  margin-bottom: 20px;
}

.header-transparent #navigation {
  margin-top: 5px;
  background-color: transparent;
}

.header-transparent #navigation > ul > li > a {
  padding: 10px 4px;
  border: transparent;
  color: #fff;
}

.header-top {
  border-bottom: 1px solid transparent;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #fff;
  border-color: rgba(250, 250, 250, .2);
}

.header-transparent #navigation li a {
  color: #ffffff;
  background-color: transparent;
  border-left: transparent;
  border-right: transparent;
  padding: 14px 30px 14px 10px;
}

.header-transparent #navigation li ul li a {
  background-color: #446a73;
  padding: 18px 20px;
}

.header-transparent #navigation > ul > li.has-sub > a {
  padding-right: 30px;
}

.header-transparent #navigation li ul li a {
  border-bottom: 1px solid #375b63;
}

.header-top .top-nav ul li a {
  color: #fff;
}

.top-nav-collapse {
  background-color: rgba(18, 45, 52, .8);
}

#search-area-v2 {
  position: absolute;
  width: 100%;
  z-index: 1032;
  top: 48px;
}

#search-area-v2 .well-bg {
  background-color: #333;
}

.phone-img {
  margin-bottom: 60px;
}
 /*Header Transparent CSS End
----------------------------------------*/
 /*  Slider Area Styling */
 
.slide_bg_1 {
  background: #fff url("../images/slider1.jpg") no-repeat;
}

.slide_bg_2 {
  background: #fff url("../images/slider2.jpg") no-repeat;
}

.single_slider {
  background-color: #ffffff;
  background-position: 50% 0px;
  background-size: cover;
  color: #fff;
  font-size: 24px;
  height: 400px;
}

.slider_item_tb {
  display: table;
  height: 100%;
  width: 100%;
}

.slider_item_tbcell {
  display: table-cell;
  vertical-align: middle;
}

.slider_home h2 {
  font-size: 60px;
  margin-bottom: 41px;
  letter-spacing: 1px;
  line-height: 75px;
  color: #fff;
  margin-top: 30px;
  position: relative;
  padding-bottom: 5px;
}

.slider_home h2::after {
  position: absolute;
  content: "";
  width: 280px;
  height: 3px;
  background-color: rgba(255, 255, 255, 0.65);
  bottom: -18px;
  left: 0;
}

.slider_home span {
  color: #f39200;
}

.slider_btn a {
  text-transform: none;
  letter-spacing: 1px;
  margin-top: 20px;
  font-weight: 600;
}

.slider_btn_one {
  background: #f39200;
  color: #fff;
  margin-right: -6px;
}

.slider_btn_two {
  margin-left: 15px;
  color: #333;
  background: #fff;
}

.slider_btn_one:hover {
  background: #fff;
  color: #333;
}

.slider_btn_two:hover {
  background: #f39200;
  color: #fff;
}

.slides_wrapper {
  position: relative;
}

.slides__preload_wrapper {
  background: #fff;
  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%;
}
 /*----------------------------------------------------
    Service top Section
------------------------------------------------------*/
 
.serv_top_section {
  background: #ffffff;
  padding: 0;
}

.serv_top_wrapper {
  text-align: center;
  border-left: 1px solid #fff;
  padding: 36px 0px;
}

.serv_top_section .col-sm-3 {
  padding: 0;
}

.serv_top_section .col-sm-3:last-child {
  border-right: 1px solid #fff;
}

.serv_top_wrapper h3 {
  margin-bottom: 0;
  font-size: 16px;
  letter-spacing: 1px;
  margin-top: 7px;
}

.serv_top_wrapper:hover a h3 {
  color: #f39200;
}
 /*----------------------------------------------------
    3. About Section
------------------------------------------------------*/
.base_header_2 h3 {
  width: 41.66666667%;
  float: left;
  letter-spacing: 1px;
  text-transform: none;
  margin-top: 58px;
}

.base_header_2 p {
  border-left: 1px solid #838383;
  padding: 4px 27px;
  width: 58%;
  float: right;
  margin-bottom: 50px;
  padding-right: 0px;
}

.about-section {
  background-color: #ffffff;
  padding-bottom: 0px;
  padding-top: 0px;
}

.about-section .base-header {
  text-align: left;
}

.about_short_des p {
  margin-bottom: 31px;
  margin-top: 22px;
}

.about_why_choose ul {
  width: 100%;
  float: left;
  margin: 0px;
  padding: 0px;
}

.about_why_choose ul .why_icon {
  background: url(../images/why_icon_2.png) no-repeat 0px 5px;
}

.about_why_choose ul .why_icon2 {
  background: url(../images/why_icon_1.png) no-repeat 0px 5px;
}

.about_why_choose ul .why_icon3 {
  background: url(../images/why_icon_3.png) no-repeat 0px 5px;
}

.about_why_choose ul li {
  list-style: none;
  float: left;
  width: 100%;
  padding: 0px 0px 0px 110px;
  margin-bottom: 20px;
  margin-top: -5px;
}

.about_why_choose h5 {
  margin-bottom: 10px;
  margin-top: 0px;
}

  /*----------------------------------------------------
    4. Service Section
------------------------------------------------------*/
 
.service_section {
  padding-top: 58px;
  padding-bottom: 95px;
  background: #fff;
}

.service_warp h5 {
  font-size: 20px;
  margin-bottom: -9px;
  margin-top: 25px;
}


 /*----------------------------------------------------
    5. Call to action  Section 
------------------------------------------------------*/
.callta_section {
  background-image: url("../images/calltoaction.jpg");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  padding-top: 60px;
  padding-bottom: 60px;
}

.logo2call {
  margin: 55px 0;
}

.calltoCont h3 {
  font-size: 35px;
  color: #fff;
  line-height: 24px;
  letter-spacing: .44px;
  margin-bottom: 17px;
  font-weight: 600;
  margin-top: 32px;
  text-transform: none;
}

.calltoCont p {
  color: #fff;
}

.calltoCont {
  text-align: left;
}

.calltobtn {
  margin-top: 45px;
  margin-left: 30px;
}
 /*----------------------------------------------------
    6. Work Section 
------------------------------------------------------*/
 
.work-section {
  padding-top: 58px;
  padding-bottom: 70px;
  background: #fff;
}

.work-section .more-link {
  margin-top: 50px;
  background: #fff;
  color: #038fd6;
  margin-bottom: 50px;
  padding: 18px 30px;
}

.work-section .more-link:hover {
  background-color: rgba(160, 211, 52, 0.84);
  color: #fff;
}

.work-section .text-center {
  width: 100%;
  background: #f39200;
  padding: 30px 0px;
}
 /* Work items
------------------*/
 
.work-section i {
  display: block;
  font-size: 40px;
  margin-bottom: 15px;
}

.work-section .container-fluid {
  padding-left: 0px;
  padding-right: 0px;
}

.work-section .col-sm-3 {
  padding-left: 10px;
  padding-right: 10px;
}

.single-project-item {
  background-image: url(../images/work_1.jpg);
}

.project-bg-2 {
  background-image: url(../images/work_2.jpg);
}

.project-bg-3 {
  background-image: url(../images/work_3.jpg);
}

.project-bg-4 {
  background-image: url(../images/work_4.jpg);
}

.project-bg-5 {
  background-image: url(../images/work_5.jpg);
}

.project-bg-6 {
  background-image: url(../images/work_6.jpg);
}

.project-bg-7 {
  background-image: url(../images/work_7.jpg);
}

.project-bg-8 {
  background-image: url(../images/work_8.jpg);
}

.project-bg-9 {
  background-image: url(../images/work_9.jpg);
}

.project-bg-10 {
  background-image: url(../images/work_10.jpg);
}

.project-bg-11 {
  background-image: url(../images/work_11.jpg);
}

.project-bg-12 {
  background-image: url(../images/work_12.jpg);
}

.project-bg-13 {
  background-image: url(../images/work_13.jpg);
}

.project-bg-14 {
  background-image: url(../images/work_14.jpg);
}

.project-bg-15 {
  background-image: url(../images/work_15.jpg);
}

.project-bg-16 {
  background-image: url(../images/work_16.jpg);
}

.project-bg-17 {
  background-image: url(../images/work_17.jpg);
}

.project-bg-18 {
  background-image: url(../images/work_18.jpg);
}

.project-bg-19 {
  background-image: url(../images/work_19.jpg);
}

.project-bg-20 {
  background-image: url(../images/work_20.jpg);
}

.project-bg-21 {
  background-image: url(../images/work_21.jpg);
}

.project-bg-22 {
  background-image: url(../images/work_22.jpg);
}

.project-bg-23 {
  background-image: url(../images/work_23.jpg);
}

.project-bg-24 {
  background-image: url(../images/work_24.jpg);
}

.project-bg-25 {
  background-image: url(../images/work_25.jpg);
}

.project-bg-26 {
  background-image: url(../images/work_26.jpg);
}

.project-bg-27 {
  background-image: url(../images/work_27.jpg);
}

.project-bg-28 {
  background-image: url(../images/work_28.jpg);
}

.project-bg-29 {
  background-image: url(../images/work_29.jpg);
}

.project-bg-30 {
  background-image: url(../images/work_30.jpg);
}

.project-bg-31 {
  background-image: url(../images/work_31.jpg);
}

.project-bg-32 {
  background-image: url(../images/work_32.jpg);
}

.project-bg-33 {
  background-image: url(../images/work_33.jpg);
}

.project-bg-34 {
  background-image: url(../images/work_34.jpg);
}

.project-bg-35 {
  background-image: url(../images/work_35.jpg);
}

.project-bg-36 {
  background-image: url(../images/work_36.jpg);
}

.project-bg-37 {
  background-image: url(../images/work_37.jpg);
}

.project-bg-38 {
  background-image: url(../images/work_38.jpg);
}

.project-bg-39 {
  background-image: url(../images/work_39.jpg);
}

.project-bg-40 {
  background-image: url(../images/work_40.jpg);
}

.project-bg-41 {
  background-image: url(../images/work_41.jpg);
}

.project-bg-42 {
  background-image: url(../images/work_42.jpg);
}

.project-bg-43 {
  background-image: url(../images/work_43.jpg);
}

.project-bg-44 {
  background-image: url(../images/work_44.jpg);
}
.project-bg-45 {
  background-image: url(../images/work_45.jpg);
}
.project-bg-46 {
  background-image: url(../images/work_46.jpg);
}
.project-bg-47 {
  background-image: url(../images/work_47.jpg);
}
.project-bg-48 {
  background-image: url(../images/work_48.jpg);
}
.project-bg-49 {
  background-image: url(../images/work_49.jpg);
}
.project-bg-50 {
  background-image: url(../images/work_50.jpg);
}
.project-bg-51 {
  background-image: url(../images/work_51.jpg);
}
.project-bg-52 {
  background-image: url(../images/work_52.jpg);
}
.single-project-item {
  background-color: #ddd;
  background-position: center center;
  background-size: cover;
  height: 280px;
  margin-bottom: 30px;
}

.projects-titles {
  list-style: outside none none;
  text-align: left;
  margin-bottom: 20px;
  margin-top: 50px;
}

.projects-titles li {
  color: #414141;
  display: inline-block;
  padding-right: 2px;
  text-transform: none;
  position: relative;
  transition: all 0.3s ease 0s;
  padding: 10px 20px;
  background: #E7F6F6;
  margin-bottom: 15px;
  width: 160px;
}

.projects-titles li:hover {
  color: #333;
}

.projects-titles li::after {
  width: 100%;
  height: 2px;
  background: #505050;
  content: "";
  bottom: -15px;
  position: absolute;
  left: 0;
  opacity: 0;
  transition: all 0.3s ease 0s;
}

.projects-titles li:hover::after {
  bottom: 0px;
  opacity: 1;
  transition: all 0.3s ease 0s;
}

.project-hover span,
 .project-hover a {
  color: #fff;
}

.projects-titles li.active {
  color: #333;
}

.project-hover h4 {
  top: 0px;
  color: #fff;
  font-size: 18px;
  text-transform: none;
  letter-spacing: 0px;
  margin-bottom: 4px;
}

.project-hover span {
  display: block;
  font-size: 16px;
  font-weight: normal;
  text-transform: none;
  letter-spacing: 1px;
}

.project-link i {
  font-size: 20px;
  background: #fff;
  color: #333;
  padding: 10px 10px;
  border-radius: 50%;
  width: 40px;
  margin: 0 auto;
  margin-top: 20px;
}

.project-hover {
  opacity: 0;
  position: relative;
  transform: scale(0);
  transition: all 0.3s ease 0s;
  visibility: hidden;
  z-index: 1;
  width: 100%;
  height: 100%;
  left: 0%;
  text-align: center;
  padding-top: 55px;
}

.project-hover::before {
  background: #2d2d2d;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.5;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.single-project-item:hover .project-hover {
  opacity: 1;
  visibility: visible;
  z-index: 1;
  transform: scale(1);
}
 /*  Work Button  */
 

 /*----------------------------------------------------
    7. Blog Section
------------------------------------------------------*/
 
.blog-section {
  background: #F6F8FA;
  padding-bottom: 95px;
  padding-top: 190px;
}

.blog_content_warp {
  position: relative;
  margin-top: 23px;
  margin-bottom: 30px;

}

.blog-warp-1 h5 a {
  text-align: left;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: .5px;
  padding-right: 12%;
  -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;
}

.blog-warp-1:hover .blog_imgg {
  -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;
}

.blog-warp-1:hover .blog_imgg img {
  -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;
  transform: scale(1.2);
}

.blog-warp-1:hover .blog_imgg::after {
  opacity: .5;
}

.blog_imgg {
  position: relative;
  z-index: 11;
  overflow: hidden;
  -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;
}

.blog_imgg::after {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  content: "";
  z-index: 99;
  left: 0;
  opacity: 0;
  -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;
}

.blog-warp-1 h5 {
  margin-top: 9px;
  margin-bottom: 13px;
}

.blog-warp-1 img {
  width: 100%;
  height: 200px;
  display: inline-block;
  transform: scale(1.0);
  -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;
}

.blog-warp-1 .subtext {
  text-align: left;
  color: #747474;
  text-transform: none;
  letter-spacing: 1px;
  font-size: 13px;
  line-height: 17px;
  margin-top: 8px;
  margin-right: 25px;
}

.blog-warp-1 p {
  text-align: left;
  margin-top: 0px;
  margin-bottom: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.blog-warp-1 .blog_btn {
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #f39200;
  display: block;
}

.blog-warp-1 .blog_btn:hover {
  letter-spacing: 3px;
  color: #333;
}

.blog_datee {
  color: #747474;
  letter-spacing: 1px;
  font-size: 13px;
  margin-right: 25px;
}

.subtext i {
  margin-right: 2px;
}

 /*----------------------------------------------------
    8. Team Section
------------------------------------------------------*/
 
.team_section {
  padding-top: 58px;
  background: #ffffff;
  padding-bottom: 100px;
}

.member_info {
  padding: 1px 17px;
  background: #fff;
  opacity: 1;
  webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  text-align: center;
}

.team_section .member_info h6 {
  display: grid;
  font-size: 20px;
  letter-spacing: 1px;
  margin-top: 25px;
  color: #1d1d1b;
  margin-bottom: 25px;
  text-transform: non;
}

.team_section .member_info small {
  display: block;
  margin-top: 10px;
  color: #1d1d1b;
}

.team_section .member_img {
  position: relative;
  overflow: hidden;
}

.member_img img {
  display: grid;
  transform: scale(1.0);
  -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_warp:hover .member_img img {
  -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;
  transform: scale(1.2);
}

.member_warp:hover .team_social {
  opacity: 1;
}

.team_section .team_social {
  position: absolute;
  bottom: 0%;
  overflow: hidden;
  width: 100%;
  display: grid;
  height: 100%;
  left: 0%;
  webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  opacity: 0;
  padding-top: 140px;
  background-color: rgba(45, 45, 45, 0.50);
}

.team_section .team_social ul {
  list-style: none;
  padding: 0px 0px;
  webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  text-align: center;
}

.team_section .team_social ul li {
  padding: 0px 5px;
  display: inline-block;
}

.team_section .team_social ul li a {
  color: #fff;
  font-size: 20px;
}

.team_section .member_warp {
  webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  position: relative;
}

 /*----------------------------------------------------
  10. Testimonial Section
------------------------------------------------------*/

.testimonials-section {
  padding-bottom: 100px;
  padding-top: 100px;
  background: #fff;
}

.testimonials-section .base-header {
  width: 100%;
  text-align: left;
  margin-left: 15px;
  padding-bottom: 14px;
  padding-top: 55px;
}

.testimonials-section .base-header h3 {
  color: #333;
}

.testimonials-section .item .col-lg-6 {
  margin-left: -30px;
}

.testimonials-section .testimonial-box img {
  border: 2px solid #fff;
  border-radius: 50%;
  width: 80px;
}

.testimonials-section .testimonial-box .cus-title {
  margin-top: 33px;
}

.testimonials-section .testimonial-box .tes-nam {
  font-size: 18px;
  text-transform: none;
  letter-spacing: 1px;
  font-weight: 600;
  color: #333;
  font-family: 'Fira Sans', sans-serif;
}

.testimonials-section .tes-degree {
  color: #5a5a5a;
  font-size: 14px;
  display: block;
  margin-bottom: 5px;
  margin-top: 3px;
}

.testimonials-section .testimonial-box p {
  float: left;
  margin-top: 0px;
  margin-bottom: 22px;
}

.cus-title i {
  color: #d1e41b;
}

.testi_images {
  display: inline-block;
  float: left;
  margin-right: 20px;
}

.cus_star {
  margin-bottom: 24px;
}

.cus_star i {
  color: #5a5a5a;
}

.testimonials-section .owl-dots {
  text-align: right;
}

.testimonials-section .owl-controls {
  margin-top: -75px;
}

.estimate_form_inner {
  background: #282828;
  padding: 50px 70px 60px;
}

.estimate_form_inner h3 {
  color: #fff;
  font-size: 28px;
  margin-top: 10px;
}

.estimate_form_inner p {
  color: #fff;
  margin-top: 0px;
  font-size: 16px;
}

.estimate_form_inner input {
  background: transparent;
  border: transparent;
  padding-left: 0;
  border-bottom: 1px solid #3e3d3d;
  margin-bottom: 20px !important;
  color: #201c1c !important;
}

.estimate_form_inner textarea {
  background: transparent;
  border: transparent;
  padding-left: 0;
  border-bottom: 1px solid #3e3d3d;
  margin-bottom: 40px !important;
}

.estimate_form_inner .more-link {
  padding-top: 20px;
}

.estimate_form_inner .more-link:hover {
  background: #fff;
  color: #333;
}

.estimate_form_inner .input-group {
  display: block;
}
  /*----------------------------------------------------
    12. Client Section
------------------------------------------------------*/
  
.client-section {
  padding-top: 0px;
  padding-bottom: 10px;
}

.client-box {
  width: 100%;
  text-align: center;
}

.client-box,
  .client-box img,
  .client-box:hover,
  .client-box:hover img {
  -webkit-transition: all ease .5s;
  -moz-transition: all ease .5s;
  -ms-transition: all ease .5s;
  -o-transition: all ease .5s;
  transition: all ease .5s;
}
 /*----------------------------------------------------
   13. Map Section
------------------------------------------------------*/
.google_map {
  position: relative;
  padding-bottom: 27%;
  height: 0;
  overflow: hidden;
  clear: both;
}

.google_map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  border: 0;
  height: 300px;
}
 
 /*----------------------------------------------------
   14. Footer Section
------------------------------------------------------*/
 
.footer-section {
  float: left;
  width: 100%;
  padding: 0px 0 0 0;
  color: #fff;
  background-image: url("../images/footer.jpg");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
}

.footer-section .widget {
  padding-bottom: 59px;
  margin-bottom: 17px;
}

.footer-section .widget .col-xs-12 {
  padding-left: 0;
}

.footer-section .widget h5 {
  color: #414141;
  text-transform: none;
  letter-spacing: 1px;
  font-size: 20px;
  margin-bottom: 25px;
}

.footer-section .widget h3 {
  color: #414141;
  font-weight: 900;
  letter-spacing: 1px;
}

.footer-section .widget p {
  color: #414141;
  margin-top: 15px;
}

.footer-section .widget img {
  margin-top: 30px;
  margin-left: -15px;
  margin-bottom: 3px;
}

.recent-post {
  margin: 0;
  padding: 0;
}

.recent-post h6 {
  margin-bottom: 12px;
  margin-top: 20px;
}

.recent-post li {
  border-bottom: 1px dashed transparent;
  list-style: none;
  position: relative;
  border-color: #414141;
}

.recent-post li:last-child {
  border-bottom: transparent;
}

footer .recent-post li a {
  color: #414141;
  font-size: 15px;
}

footer .recent-post li a:hover {
  color: #414141;
}

.footer-section .widget .recent-post span {
  display: block;
  font-size: 13px;
}

.footer-section .widget .recent-post p {
  margin-top: 10px;
  margin-bottom: 10px;
}

.footer-social-links ul {
  margin-left: -39px;
}

.footer-social-links ul li {
  display: inline-block;
  position: relative;
  margin: 10px 5px 0;
  line-height: 1em;
  vertical-align: top;
}

.footer-social-links ul li a {
  display: inline-block;
  text-align: center;
  width: 46px;
  height: 46px;
  line-height: 46px;
  font-size: 21px;
  border: 1px solid #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  color: #fff;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.footer_contact_info {
  padding: 5px 0 0;
}

.footer_contact_info {
  list-style: none;
  color: #414141;
}

.footer_contact_info li {
  margin-bottom: 10px;
}

.footer_contact_info li span {
  margin-left: 15px;
}

.subfooter {
  float: left;
  width: 100%;
  padding: 25px 15px;
  border-top: 1px solid #181818;
}

.subfooter p {
  color: rgba(255, 255, 255, 0.94);
  float: left;
  margin-left: -12px;
  font-size: 13px;
}

.copyright_text {
  color: #414141;
  text-align: center;
}

.copyright_text a {
  color: #414141;
}

.footer_social_icons li i {
  color: #f39200;
  background: transparent;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  line-height: 33px;
  padding-left: 10px;
  font-size: 15px;
  border: 1px solid #f39200;
}

.footer_social_icons li i:hover {
  background: #f39200;
  color: #fff;
  border: 1px solid #f39200;
}

.footer_social_icons li {
  float: left;
  padding-right: 10px;
  font-size: 18px;
  margin-top: 5px;
}

.footer_social_icons {
  margin: 0;
  padding: 0;
  list-style: none;
}
 
 /*----------------------------------------------------
  15. Home Page v2
------------------------------------------------------*/ 
 /*----------------------------------------------------
  15.1  Header Section
------------------------------------------------------*/ 

.header_top_area {
  background: #10252e;
  padding: 5px 0px;
}

.header_top_area .header_wrapper_1 {
  margin-top: 9px;
}

.header_top_area .header_wrapper_1 ul {
  padding-left: 0;
}

.header_top_area .header_wrapper_1 li {
  color: #fff;
  display: inline-block;
  font-size: 14px;
  margin-right: 20px;
}

.header_top_area .header_wrapper_1 li i {
  margin-right: 9px;
}

.header_top_area .header_top_soc_two li {
  margin-top: 23px;
}

.header_top_area .header_social {
  margin-top: 9px;
  float: right;
}

.header_top_area .header_social a {
  color: #fff;
  font-size: 14px;
  margin-right: 15px;
  transition: .3s;
}

.header_top_area .header_button a {
  background: #f39200;
  border-radius: 2px;
  color: #ffffff;
  display: inline-block;
  font-weight: 700;
  padding: 9px 22px;
  position: relative;
  transform: perspective(1px) translateZ(0px);
  transition: color 0.3s ease 0s;
  vertical-align: middle;
  margin-top: 0px;
}

.navigation_two {
  background: #fff;
  position: relative;
  top: 1px;
  z-index: 99999;
}

.navigation_two #navigation {
  float: right;
}

.navigation_two .header_logo {
  margin-top: 28px;
	margin-bottom: 12px;
}

.navigation_two #navigation > ul > li > a::after {
  color: #fff !important;
}

.navigation_two #navigation > ul > li > a {
  color: #333;
  padding: 30px 20px;
  padding-right: 20px;
  padding-left: 20px;
  padding-right: 0px;
  padding-left: 35px;
  font-weight: 700;
}

.navigation_two #navigation > ul > li.has-sub > a::before {
  display: none;
}

.navigation_two #navigation > ul > li:first-child a {
  padding-left: 0px;
}

.slider_promo {
  position: absolute;
  bottom: 0;
  z-index: 999;
  background: transparent;
  left: 50%;
  margin-left: -586px;
  margin-bottom: -72px;
}

.slider_promo h5 {
  color: #fff;
  margin-bottom: 10px;
}

.slider_promo p {
  color: #fff;
}

.slider_promo .col-sm-3 {
  padding-right: 40px;
}

.slides_wrapper_two span {
  color: #f39200;
}

.slides_wrapper_two .slider_home h2 {
  font-size: 50px;
  font-weight: 600;
  line-height: 65px;
}

.slides_wrapper_two .slide_bg_1 .col-md-6 {
  width: 47%;
  margin-left: 53%;
}

.slides_wrapper_two .col-md-6 {
  margin-top: -40px;
}

.slides_wrapper_two .slide_bg_1 {
  background: #fff url("../images/slider3.jpg") no-repeat;
}

.slides_wrapper_two .slide_bg_2 {
  background: #fff url("../images/slider4.jpg") no-repeat;
}
 /*----------------------------------------------------
    15.2 About  Section
------------------------------------------------------*/
.about_sec_two {
  padding-bottom: 60px;
}

.about_sec_two .about_why_choose ul li {
  width: 33.33%;
  padding: 0px 15px 0px 0px !important;
}

.about_sec_two .about_why_choose h5 {
  margin-bottom: -8px;
  margin-top: 80px;
}

.about_sec_two .base_header_2 h3 {
  letter-spacing: 0px;
  margin-top: 32px;
  line-height: 40px;
}
 /*----------------------------------------------------
    15.3 Video  Section
------------------------------------------------------*/
.video_section {
  padding-bottom: 100px;
  padding-top: 100px;
  background-image: url("../images/video.jpg");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
}

.video_warp {
  display: block;
  overflow: hidden;
  width: 100%;
}

.video_warp_one {
  display: inline-block;
  background: #333;
  padding: 40px 30px;
  text-align: center;
  float: left;
  margin-right: 30px;
  width: 27%;
  margin-left: 24%;
}

.video_warp_one h5 {
  color: #fff;
  text-transform: none;
  margin-bottom: 35px;
  letter-spacing: 1px;
  font-size: 24px;
  margin-top: 0;
}

.video_warp_one a {
  color: #000;
  background: #fff;
  padding: 16px 20px;
  border-radius: 50%;
}

.video_warp_one p {
  color: #fff;
  margin-top: 26px;
  margin-bottom: 0;
}

.video_warp_two h4 {
  margin-bottom: 20px;
  font-size: 30px;
}

.video_section .col-md-12 {
  margin-left: 23%;
}

.video_warp_two {
  display: inline-block;
  float: left;
  width: 46%;
  margin-top: -7px;
}

 /*----------------------------------------------------
     15.4 Fun Facts  Section
------------------------------------------------------*/
.confacts_sec_two {
  padding-bottom: 83px;
  padding-top: 80px;
}

.confacts_sec_two .facts_wrapper {
  border-right: 1px solid #fff;
}

.confacts_sec_two .funfact_wapr h3 {
  line-height: 42px;
}

.confacts_sec_two .col-sm-3:last-child .facts_wrapper {
  border-right: 1px solid transparent;
}

 /*----------------------------------------------------
    15.5 Work  Section
------------------------------------------------------*/

.work_sec_two .base-header {
  width: 100%;
  text-align: left;
  padding-bottom: 30px;
}

.work_sec_two .base-header h3 {
  display: inline-block;
}

.work_sec_two .base-header a {
  float: right;
  margin-top: 47px;
  text-transform: none;
  letter-spacing: 1px;
  font-weight: bold;
}

.blog_sec_two {
  background: #fff;
  padding-top: 60px;
}



 /*----------------------------------------------------
    15.6 Testimonials  Section
------------------------------------------------------*/
.testimonials_sec_two {
  padding-bottom: 96px;
  padding-top: 100px;
  background-image: url("../images/testimonials.jpg");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
}

.testimonials_sec_two .base-header {
  padding-top: 18px;
  padding-right: 30px;
  margin-top: 0px;
  margin-left: 0px;
}

.testimonials_sec_two .owl-controls {
  margin-top: -68px;
}

.testimonials_sec_two .base-header h3, .testimonials_sec_two .base-header p, .testimonials_sec_two .testimonial_content p, .testimonials_sec_two .testimonial_content i, .testimonials_sec_two .cus-title span {
  color: #fff !important;
}

.testimonials_sec_two .testimonial-box .cus-title {
  margin-top: 11px;
}

.testimonials_sec_two .testimonial-box p {
  margin-top: 20px;
}

 /*----------------------------------------------------
    15.7 Contact  Section
------------------------------------------------------*/
.google_map_two {
  padding-bottom: 76.4%;
}

.contact_section {
  padding-bottom: 0px;
  padding-top: 36px;
  background: #fff;
}
.contact_section_2 {
  padding-bottom: 0px;
  padding-top: -40px;
  background: #fff;
}

/*-------------------------------------- 
  16.1 Slider  
----------------------------------------*/
.header_top_three {
  padding-bottom: 12px;
  padding-top: 3px;
}

.header_top_three .header_social a {
  margin-left: 15px;
  margin-right: 0px;
}

.slides_wrapper_three .slide_bg_1 {
  background: #f0f0f0 url("../images/slider1.jpg") no-repeat;
}

.slides_wrapper_three .slide_bg_2 {
  background: #f0f0f0 url("../images/slider2.jpg") no-repeat;
}

.slides_wrapper_three .slider_home h2, .slides_wrapper_three .slider_home p {
  color: #414141;
}

.slides_wrapper_three .slider_home h2::after {
  background-color: rgba(23, 24, 24, 0.66);
}