 /* 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: #5c5c5c;
 }
 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;
 }
 .choose-us .btn-chos {
    border: 3px solid #f4b400;
    background: #f4b400;
 }
 .btn-chos:hover {
     color: #005C97;
     background: transparent;
 }
 .btn-chos:active,
 .btn-chos:focus {
     color: #fff !important;
 }
 .btn-chos {
     border: 3px solid #005C97;
     color: #fff;
     background: #005C97;
     font-weight: 700;
     border-radius: 50px;
 }
 .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;
     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 .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 .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 .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 .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 .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 .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 .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-
 }
 #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 .3s ease;
     color: #222;
     font-weight: 700;
 }
 #main-menu > li > a:hover {} #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;
     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/slider-3.webp") no-repeat scroll right center;
 }
 .slide_bg_3 {
     background: #f0f0f0 url("../images/slide5.webp") no-repeat scroll right center;
     text-align: 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;
     -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 {} .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 {
     margin-left: -13px;
     color: #fff;
 }
 .slider_home span {} .slide_bg_1 p {
     padding-right: 5px;
     color: #fff;
 }
 .slider_btn a {
     display: inline-block;
     font-size: 14px;
     height: 48px;
     line-height: 48px;
     text-align: center;
     width: 165px;
     text-transform: uppercase;
     letter-spacing: 2px;
     margin-top: 20px;
     border-radius: 50px;
 }
 .slider_btn_one {
     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: #fff !important;
     ;
     color: #333;
     border: 1px solid #fff <!important></!important>;
 }
 .slides_wrapper {
     position: relative;
 }
 .slides__preload_wrapper {
     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)";
     position: absolute;
     text-align: center;
     top: 50%;
     width: 40px;
 }
 .slider_home .owl-nav div:hover {} .slider_home .owl-nav div:hover {
     opacity: 1;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
 }
 .slides_wrapper_v2 .single_slider h2 {
     font-weight: 400;
     line-height: 45px;
     text-transform: capitalize;
 }
 .slides_wrapper_v2 .single_slider .slide_clr {
     background: transparent;
     padding: 0;
     color: #fff;
 }
 .slides_wrapper_v2 .single_slider .slider_btn_one:hover {
     background: #fff;
     border: 1px solid #fff;
 }
 .slides_wrapper_v2 .single_slider .slider_btn_one {
     /*! background: #005C97; */
 }
 .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;
 }
 .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 .3s ease-in-out;
     -moz-transition: background .3s ease-in-out;
     -ms-transition: background .3s ease-in-out;
     -o-transition: background .3s ease-in-out;
     transition: background .3s ease-in-out;
     -webkit-transition: background .3s ease-in-out;
     -moz-transition: background .3s ease-in-out;
     -ms-transition: background .3s ease-in-out;
     -o-transition: background .3s ease-in-out;
     transition: background .3s ease-in-out;
     -webkit-transition: background .3s ease-in-out;
     -moz-transition: background .3s ease-in-out;
     -ms-transition: background .3s ease-in-out;
     -o-transition: background .3s ease-in-out;
     transition: background .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 > .container .navbar-brand,
 .navbar > .container-fluid .navbar-brand {
     margin-left: -2px;
 }
 .navbar {
     padding: 40px 0;
     border-bottom: 0;
     letter-spacing: 1px;
     background: 0 0;
     -webkit-transition: background .5s ease-in-out, padding .5s ease-in-out;
     -moz-transition: background .5s ease-in-out, padding .5s ease-in-out;
     -ms-transition: background .5s ease-in-out, padding .5s ease-in-out;
     -o-transition: background .5s ease-in-out, padding .5s ease-in-out;
     transition: background .5s ease-in-out, padding .5s ease-in-out;
     background: rgba(147, 132, 132, 0) none repeat scroll 0% 0%;
 }
 .top-nav-collapse {
     padding: 12px 0px;
     background-color: #fff;
     box-shadow: 0 3px 29px rgba(0, 0, 0, 0.1);
 }
 .top-nav-collapse .navbar-nav > li > a {
     color: #000;
 }
 .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-right {
     margin-right: 60px !important;
 }
 /* Mega Menu
----------------------*/
 
 .manimenu.top-nav-collapse {
     padding: 0px 0px;
 }
 .manimenu {
     padding: 15px 0;
 }
 .manimenu ul {
     list-style: none;
     margin: 0;
     padding: 0;
     background: transparent;
     margin-left: 20px !important;
 }
 .manimenu ul:before,
 .manimenu ul:after {
     content: "";
     display: table;
 }
 .manimenu ul:after {
     clear: both;
 }
 .manimenu ul > li {
     float: left;
     position: relative;
 }
 .navbar-fixed-top ul li a {
     color: #fff;
     font-weight: 700;
 }
 .top-nav-collapse ul li a {
     color: #333;
 }
 .manimenu ul li a {
     display: block;
     padding: 30px 20px;
     text-transform: uppercase;
     font-size: 13px;
 }
 .manimenu a:hover {
     text-decoration: none;
 }
 .manimenu li ul {
     background: #242222;
 }
 .manimenu li ul li {
     width: 220px;
 }
 .manimenu li ul a {
     border: none;
     padding: 8px 10px;
     color: #FFF;
 }
 .manimenu .sub-toggle {
     font-family: 'font-awesome';
     display: block;
     position: absolute;
     right: 2px;
     top: 37%;
     color: #fff;
     font-size: 15px;
     text-align: center;
     cursor: pointer;
     -webkit-transition: all 0.3s ease-in-out;
     -o-transition: all 0.3s ease-in-out;
     transition: all 0.3s ease-in-out;
 }
 .manimenu ul li:hover .sub-toggle {
     color: #005C97;
 }
 .top-nav-collapse ul li .sub-toggle {
     color: #333;
 }
 .manimenu ul > li ul li:hover a {
     background: #005C97;
     color: #fff;
 }
 .manimenu li ul {
     position: absolute;
     left: 0;
     top: 81px;
     z-index: 1;
     padding: 10px;
     opacity: 0;
     visibility: hidden;
     webkit-transition: all 0.3s ease-in-out;
     -moz-transition: all 0.3s ease-in-out;
     -o-transition: all 0.3s ease-in-out;
     transition: all 0.3s ease-in-out;
 }
 .manimenu li:hover ul {
     opacity: 1;
     visibility: visible;
     top: 65px;
 }
 .manimenu li ul li {
     overflow: hidden;
 }
 .manimenu .header-right a {
     padding: 30px 0px;
 }
 /* ====Cart=== */
 
 .cart_option {
     display: inline-block;
     float: right;
     margin-top: 27px;
 }
 .cart_option .cart {
     position: relative;
     background: transparent;
     display: inline-block;
     margin-left: 16px;
     color: #fff;
     font-size: 17px;
 }
 .cart_option .cart:hover {
     color: #fff;
 }
 .cart_option .cart span {
     display: block;
     width: 18px;
     height: 18px;
     line-height: 17px;
     text-align: center;
     border-radius: 50%;
     color: #fff;
     font-weight: 500;
     font-size: 13px;
     position: absolute;
     top: -4px;
     right: -9px;
     background: #33dd37;
 }
 .top-nav-collapse .cart {
     color: #333;
 }
 .top-nav-collapse .cart {
     color: #333;
 }
 .top-nav-collapse .cart:hover {
     color: #333;
 }
 /* 
    Image Background CSS
===============================================*/
 
 .single-page-nav .current {
     color: #005C97;
 }
 /* 
    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: center;
 }
 .base-header2 h3 {
     letter-spacing: 5px;
     text-transform: uppercase;
     padding-bottom: 20px;
     position: relative;
     font-size: 30px;
 }
 .base-header2 small {
     font-size: 15px;
     text-transform: uppercase;
     font-weight: 300;
     display: block;
     line-height: 0.8;
     letter-spacing: 4px;
     margin-bottom: 24px;
     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: 100px;
     padding-top: 40px;
 }
 .about-section_multi .timeline_posts {
     margin-top: -20px;
 }
 .about-section_multi .expert-item {
     background: transparent;
     margin-bottom: 20px;
 }
 .about-section_multi .expert-item:hover {
     box-shadow: 0 0 38px 0 rgba(0, 0, 0, 0.0);
     -moz-box-shadow: 0 0 38px 0 rgba(0, 0, 0, 0.0);
     -webkit-box-shadow: 0 0 38px 0 rgba(0, 0, 0, 0.0);
     -o-box-shadow: 0 0 38px 0 rgba(0, 0, 0, 0.0);
 }
 .about-section_multi .expert-item .icon-fea::before {} .about-section_multi .expert-item:hover .icon-fea::before {} .about-section_multi .expert-item .fea-left {
     color: #1c1f25;
 }
 .about-section_multi .expert-item::before {
     display: none;
 }
 /*
    About Page 
------------------------------------------------------*/
 
 .about_sec_onepg {
     padding-top: 70px;
 }
 /*----------------------------------------------------
  3. About Section
------------------------------------------------------*/
 
 .about-section {
     padding-bottom: 100px;
     padding-top: 64px;
 }
 /*  About Left 
------------------- */
 
 .about-left {
     font-size: 18px;
     margin-left: 20px;
 }
 .about_bottom_list {
     margin-top: 20px;
     display: inline-block;
     margin-bottom: -15px;
 }
 .about_bottom_list i {
     float: left;
     margin-right: 30px;
     font-size: 30px;
     color: #005C97;
     margin-bottom: 50px;
 }
 .about_bottom_list p span {
     font-weight: 700;
     color: #005C97;
     font-size: 16px;
 }
 .about_bottom_list p {
     margin-top: -5px;
 }
 .about-left h3 {
     letter-spacing: 2px;
     text-transform: uppercase;
     text-align: left;
     margin-bottom: 0px;
     line-height: 40px;
     font-size: 23px;
     margin-top: 0px;
 }
 .about-left h3 span {} .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/cta.webp") 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;
     background: #fff;
     border: 3px solid #fff;
 }
 .choose-us .hvr-bounce-to-top::before {
     background: #fff;
 }
 .choose-us .hvr-bounce-to-top:hover::before {
     background: #fff;
 }
 .choose-us .btn-chos {
     /*! background: #005C97; */
     /*! color: #fff; */
 }
 /*----------------------------------------------------
   5. Services Section (index three)
------------------------------------------------------*/
 
 .expert-section {
     padding-top: 70px;
     padding-bottom: 60px;
     background: #f8f8f8;
 }
 .expert-item {
     padding: 40px 20px 23px 25px;
     position: relative;
     margin-top: -10px;
     /*! text-align: center; */
     
     background: #fff;
     margin-bottom: 40px;
     webkit-transition: all 0.3s ease-in-out;
     -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::before {
     position: absolute;
     content: '';
     height: 30px;
     width: 30px;
     bottom: 0;
     right: 0;
     background: #fbfbfb;
     background: -webkit-linear-gradient(135deg, #202125 45%, #343845 50%, #343845 56%);
     background: linear-gradient(315deg, #f8f8f8 45%, #f2e7e7 50%, #f6f4f4 56%);
 }
 .expert-item:hover {} .expert-item .fea-left {
     display: block;
     font-size: 18px;
     letter-spacing: 2px;
     text-transform: capitalize;
     color: #1c1f25;
     font-weight: 700;
     margin: 0 auto;
     padding: 10px 0px;
    
 }
 .expert-item .icon-fea {
     height: 46px;
     display: inline-block;
     float: left;
 }
 .expert-item .icon-fea::before {
     font-size: 40px;
     color: #1c1f25;
     webkit-transition: all 0.3s ease-in-out;
     -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 {
     /*! padding: 17px; */
     /*! border-radius: 50%; */
     /*! background: #fff; */
 }
 .fea-info {
     margin-top: 20px;
     margin-bottom: 20px;
     text-align: left;
 }
 .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);
 }
 .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;
 }
 .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;
 }
 .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: 70px;
     padding-bottom: 100px;
     background: #FFF;
 }
 /* Work items
------------------*/
 
 .project-list .mix {
     display: none;
     overflow: hidden;
     padding-left: 3px;
     padding-right: 3px;
 }
 .project-filter {
     /*! margin-bottom: 20px; */
     
     background: #005C97;
     margin-top: 6px;
 }
 .project-filter ul {
     margin: 0px;
     padding: 0px;
     list-style: none;
     text-align: left;
     padding: 87px 40px 90px 40px;
     height: 421px;
 }
 .project-filter ul li {
     color: #fff;
     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 aliceblue !important;
 }
 .project-filter .hvr-underline-from-left::before {
     background: #fff;
 }
 .project-filter ul li.active {
     color: #fff !important;
     display: inline-block;
 }
 .project-filter ul li i {
     margin-right: 7px;
 }
 .work-item {
     position: relative;
     margin-top: 6px;
 }
 .mask2 {
     position: absolute;
     top: 0px;
     -webkit-opacity: 0;
     -moz-opacity: 0;
     -ms-opacity: 0;
     -o-opacity: 0;
     opacity: 0;
     background: #212121;
     -webkit-transition: all .2s linear;
     -moz-transition: all .2s linear;
     -o-transition: all .2s linear;
     -ms-transition: all .2s linear;
     transition: all .2s linear;
     display: inline-block;
     text-align: center;
     text-transform: uppercase;
     opacity: 0;
 }
 .mask2 h4 {
     margin-top: 46px;
     color: #fff;
     -webkit-transition: all .4s;
     -moz-transition: all .4s;
     -ms-transition: all .4s;
     -o-transition: all .4s;
     transition: all .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 .4s;
     -moz-transition: all .4s;
     -ms-transition: all .4s;
     -o-transition: all .4s;
     transition: all .4s;
 }
 .mask2:hover {
     -webkit-transition: all .4s;
     -moz-transition: all .4s;
     -ms-transition: all .4s;
     -o-transition: all .4s;
     transition: all .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 .4s linear;
     transition: all .4s linear;
 }
 .work-section .btn-chos {
     margin-top: 50px;
 }
 /*
   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;
 }
 .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.webp") 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;
     position: fixed;
     width: 712px;
     left: 50%;
     margin-top: -200px;
     top: 50%;
     margin-left: -356px;
     -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: 581px;
     float: right;
     margin-top: -71px;
 }
 /*----------------------------------------------------
   8. Team Section
------------------------------------------------------*/
 
 .team-section {
     padding-bottom: 100px;
     padding-top: 70px;
     background: #fff;
 }
 .team-medical {
     background: #f9f6f6;
 }
 /* Team Member
--------------*/
 
 .member .img {
     width: 100%;
 }
 .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: #005C97;
 }
 .member .info p {
     font-size: 15px;
     text-transform: capitalize;
     font-weight: 400;
     font-family: inherit;
     color: #fff;
     -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;
     margin-top: 10px;
 }
 .member .info h6 small {
     display: block;
     color: #373737;
     margin-top: 10px;
 }
 .member .info h6 {
     border: none;
     color: #fff;
     letter-spacing: 3px;
     text-transform: uppercase;
     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 .3s ease-in-out 0s;
     -moz-transition: all .3s ease-in-out 0s;
     -ms-transition: all .3s ease-in-out 0s;
     -o-transition: all .3s ease-in-out 0s;
     transition: all .3s ease-in-out 0s;
     margin-right: 10px;
     font-size: 17px;
 }
 .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;
     font-size: 30px;
 }
 .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;
     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: #515151;
     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: 120px;
     padding-top: 70px;
     background: #fbfbfb;
 }
 .single-post {
     /*! width: 56%; */
     float: left;
 }
 
 .blog-content {
    margin-top: 20px;
}

 .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.00);
     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;
     margin-bottom: 10px;
 }
 .blog-content .entry-parag {
     text-align: right;
     margin-top: 10px;
 }
 .blog-thumb {
     /*! width: 40%; */
     
     float: right;
     overflow: hidden;
 }
 .blog-thumb img {
     height: 100%;
     width: 100%;
 }
 .blog-section .btn-chos {
     position: relative;
     top: 20px;
     /*! background: #005C97; */
     /*! color: #fff; */
 }
 .blog-section .btn-chos:hover {
     background: transparent;
     color: #005C97;
 }
 .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: 70px;
 }
 .pricing-box {
     position: relative;
     text-align: center;
     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_active {
     transform: translateY(-5px);
     box-shadow: 0 25px 45px rgba(0, 0, 0, 0.15);
     border-top: 4px solid #005C97;
 }
 .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);
     transform: translateY(-5px);
     box-shadow: 0 25px 45px rgba(0, 0, 0, 0.15);
 }
 .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: #1c1f25;
 }
 .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-bottom: 132px;
     background: #333 url("../images/testimonial.png") no-repeat fixed center center;
     background-size: cover;
     position: relative;
 }
 .testimonial-section::before {
     position: absolute;
     content: "";
     width: 100%;
     height: 100%;
     background: #005C97;
     opacity: .95;
 }
 .testimonial-section .base-header2 h3 {
     margin-bottom: 0px;
     color: #fff;
     padding-top: 70px;
 }
 .testimonial-section .base-header2 h3 small {
     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 .3s linear;
     -webkit-transition: all .3s linear;
     -o-transition: all .3s linear;
     transition: all .3s linear;
 }
 .testimonial .owl-carousel .item .testi-comment {
     visibility: hidden;
 }
 .testimonial .owl-carousel .item .testi-comment p {
     font-size: 15px;
     font-weight: 400;
     margin-top: 30px;
     margin-bottom: 30px;
     color: #fff;
 }
 .testimonial .owl-carousel .item .testi-comment h4 {
     font-weight: 600;
     font-size: 13px;
     color: #fff;
 }
 .testimonial .owl-item.center .testi-comment {
     visibility: visible;
     margin: 0 -190px 0 -190px;
     padding: 10px 40px 10px 40px;
     margin-bottom: 132px;
 }
 .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;
 }
 .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: #fff
 }
 /*
   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: #fff;
 }
 .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;
 }
 /*----------------------------------------------------
   14. Contact Section
------------------------------------------------------*/
 
 .contact-section {
     background: url(../images/contact.jpg) no-repeat center center;
     padding-bottom: 0px;
     padding-top: 70px;
 }
 .contact-info h3.small {
     font-size: 14px;
     line-height: 24px;
     letter-spacing: 3px;
     text-transform: uppercase;
     margin-bottom: 0px;
     color: #333;
 }
 .contact-addrs {
     background-color: #005C97;
     border-radius: 5px 0 0 0;
     padding: 125px 50px 156px 50px;
 }
 .contact-addrs h3 {
     font-size: 30px;
     margin: 10px 0 28px 0;
     color: #fff;
 }
 .contact-addrs a {
     font-weight: 300;
     font-size: 24px;
     margin-top: 8px;
     color: #fff;
 }
 .contact-addrs h6 {
     font-size: 17px;
     margin-bottom: 0;
     color: #fff;
 }
 .contact-info {
     width: 50%;
     float: left;
     height: 565px;
 }
 .inner-contact {
     overflow: hidden;
     width: 80%;
     margin: 0 auto;
     box-shadow: 0 25px 45px rgba(0, 0, 0, 0.15);
 }
 .contact-info p {
     margin: 0px;
     font-size: 14px;
     color: #fff;
     margin-bottom: 10px;
     margin-top: -2px;
 }
 .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-warper {
     overflow: hidden;
     background-color: #fff;
     border-radius: 5px 0 0 0;
     padding: 125px 50px 110px 50px;
 }
 .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;
     box-shadow: none;
 }
 .form-group {
     margin-bottom: 15px;
     padding-right: 15px;
     padding-left: 0px;
 }
 #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 {
     height: 400px;
 }
 /*----------------------------------------------------
   15. Footer Section
------------------------------------------------------*/
 
 .footer-section {
     background-color: #1D1A1D;
     color: #5F5F5F;
     padding-top: 80px;
 }
 .widgets-area {
     margin-bottom: 60px;
     overflow: hidden;
 }
 .footer-section .row:last-child {
     border-top: 1px solid #242323;
 }
 .single-widget:last-child {
     margin-right: 0;
 }
 .footer-section .col-sm-3 h2 {
     margin-bottom: 15px;
     color: #fff;
     font-weight: 600;
     font-size: 18px;
     text-transform: uppercase;
     letter-spacing: 3px;
 }
 .footer-section .col-sm-3 h3 {
     margin: 0;
     font-family: roboto;
     font-weight: 600;
     color: #ccc;
     font-size: 16px;
 }
 .footer-section .footer_abt_widget p {
     margin-top: 12px !important;
 }
 .footer-section .col-sm-3 ul li {
     display: inline-block;
     list-style: none;
     margin-right: 12px;
     margin-bottom: 12px;
 }
 .footer-section .col-sm-3 ul li a {} .footer-section .col-sm-3 ul {
     margin: 0;
     padding: 0;
 }
 .footer-section .col-sm-3 ul li {
     margin-bottom: 15px;
     display: block;
     list-style: none;
 }
 .footer-section .col-sm-3 ul li a {
     font-size: 16px;
     color: #ccc;
     font-family: roboto;
     font-weight: 400;
 }
 .footer-section .col-sm-3 ul li a:hover {} .footer-section .col-sm-3 p {
     color: #ccc;
     font-family: roboto;
     font-weight: 400;
     font-size: 16px;
     margin-top: 1px;
     margin-bottom: 5px;
 }
 
 .footer_gallery_widget {
     padding-right: 0;
 }
 .footer_gallery_widget img {
     width: 100%;
     margin-top: 10px;
 }
 .footer_gallery_widget li {
     width: 80px;
     height: 80px;
     float: left;
     margin-right: 9px !important;
     margin-bottom: -11px !important;
 }
 .footer-section .footer_gallery_widget > img {
     margin-bottom: 19px;
 }
 .social-link {
     margin-top: 28px;
 }
 .social-link p {
     font-family: roboto;
     font-weight: 600;
     color: #ccc;
     font-size: 16px;
 }
 .social-link p a {
     margin: 0 8px;
 }
 .social-link p a i {
     color: #ccc;
     font-size: 16px;
 }
 .social-link p a i:hover {
     color: #fff;
 }
 .copyright {
     width: 50%;
     float: left;
     text-align: left;
 }
 .copyright p {
     color: #ccc;
     font-size: 14px;
     font-family: roboto;
     font-weight: 300;
     margin: 30px 12px;
 }
 .scroll-top {
     margin-top: 26px;
     display: block;
     float: right;
     margin-right: 25px;
 }
 .scroll-top a {
     color: #fff;
     font-family: 'Reem Kufi', sans-serif;
     letter-spacing: 1px;
 }
 .scroll-top i {
     color: #fff;
     font-size: 27px;
     position: relative;
     top: 3px;
     left: 10px;
     background: #f4b400 !important;
 }
 .project-filter ul li i {
   
    color: #f4b400;
}
 .scrollup:hover,
 .scrollup:active,
 .scrollup:focus {
     color: rgba(255, 255, 255, 0.90);
 }
 /*----------------------------------------------------
    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: #FFF;
     font-size: 30px;
     letter-spacing: 5px;
     display: inline-block;
     padding-bottom: 8px;
     font-weight: 700;
 }
 .blog-header h4 {
     color: #bdbcbc;
     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 #bab8b8;
     background: #ffffff;
     color: #7b7a7a;
     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;
     border-
 }
 /* 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;
 }
 .portfoliodesc hr {
     border-top: 1px solid #efeded;
 }
 .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;
 }
 .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;
     *vertical-align: auto;
     *zoom: 1;
     *display: inline;
     -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;
 }
 .related-portfolio {
     margin-top: 70px;
 }
 .related-portfolio .mask2 h3 {
     font-size: 17px;
     letter-spacing: 1px;
 }
 .portfolioitem .carousel-control.left,
 .portfolioitem .carousel-control.right {
     background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .) 0, rgba(0, 0, 0, .0000) 100%);
     background-image: -o-linear-gradient(left, rgba(0, 0, 0, .0) 0, rgba(0, 0, 0, .0000) 100%);
     background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0)), to(rgba(0, 0, 0, .0000)));
     background-image: linear-gradient(to right, rgba(0, 0, 0, .0) 0, rgba(0, 0, 0, .0000) 100%);
 }
 /*----------------------------------------------------
    18. Single Service
------------------------------------------------------*/
 
 .servic_accrodin .panel-group {
     background-color: #fbfbfb;
     margin-bottom: 0px;
 }
 .servic_accrodin .panel-default > .panel-heading {
     color: #000;
     background-color: #fbfbfb;
     border-color: transparent;
     padding: 25px 20px;
 }
 .servic_accrodin .panel-heading h4 {
     margin-top: 0px;
     font-size: 15px;
 }
 .servic_accrodin .panel-body p {
     margin-top: -6px;
 }
 .servic_accrodin .panel-default {
     background-color: #fbfbfb;
     border: transparent;
 }
 .servic_accrodin .panel-title {
     text-transform: uppercase;
     font-weight: 600;
     font-family: "Raleway", sans-serif;
     color: #333;
 }
 .servic_accrodin .panel-group .panel {
     border-radius: 2px;
     border-bottom: 1px solid transparent;
 }
 .servic_accrodin .panel-group .panel-heading + .panel-collapse > .list-group,
 .servic_accrodin .panel-group .panel-heading + .panel-collapse > .panel-body {
     border-top: 1px solid transparent;
     margin-top: -30px;
     font-size: 13px;
     color: #747474;
     margin-left: 7px;
 }
 .servic_accrodin .panel-group .panel .glyphicon {
     color: #333;
 }
 /*----------------------------------------------------
   19. Blog Page
------------------------------------------------------*/
 
 .blog_container {
     padding-bottom: 54px;
 }
 .blog-area .blog-thumb {
     width: 100%;
 }
 .blog-area .single-post-warper {
     overflow: hidden;
     width: 100%;
 }
 .blog-area {
     padding-top: 100px;
     padding-right: 70px;
 }
 .blog-area .btn-chos {
     margin-bottom: 50px;
     background: transparent;
     color: #005C97;
 }
 .blog-area .btn-chos:hover {
     background: #005C97;
     color: #fff;
 }
 /* -- 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;
 }
 /* - 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(90, 90, 90);
 }
 .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: #5A5A5A;
     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;
 }
 .blog_page_one {
     padding-bottom: 82px;
 }
 .blog_page_one .styled-pagination li {
     margin-top: 0px;
 }
 /*=================================
	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: 20px;
     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 img.comment-avatar {
     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;
 }
 .comments li .comment span.comment-reply a:hover {
     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;
 }
 #contactForm .submit-button {
     color: #FFF;
     font-weight: 700;
     margin-top: 20px !important;
     padding: 11px 0px;
 }
 /*-
	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 {} .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 {}
 /*-
	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%;
     margin-top: 22px;
 }
 .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 {
     float: right;
     padding-right: 0px;
 }
 .blog_area_three .single-post-warper {
    padding-top: 0px;
}

 /* Blog Slider , Video
======================= */
 
 .blog-area .carousel-control.left {
     left: 3%;
 }
 .blog-area .carousel-control {
     width: 40px;
     height: 40px;
     line-height: 36px;
     background: #fff;
     background-image: none;
     top: 46%;
     box-shadow: none;
     text-shadow: none;
     opacity: 1;
 }
 .blog-area .carousel-control.right {
     right: 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;
	 margin-top: -20px;
 }
 .blog_two .blog-thumb {
     margin-bottom: 20px;
 }
 /*----------------------------------------------------
   23. Slider Text  Onepage v3
------------------------------------------------------*/
 
 .slider_v3 p {
     color: #fff;
     max-width: 810px;
     margin-top: -27px;
     font-size: 18px;
     line-height: 30px;
 }
 .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 .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: none;
 }
 /*----------------------------------------------------
   25. Onepage v2
------------------------------------------------------*/
 
 .pricing_page .pricing-box {
     margin-bottom: 40px;
 }
 .pricing_page {
     padding-bottom: 60px;
 }
 /*----------------------------------------------------
   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 {} .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;
 }

 
 .footer-section .col-sm-4 h2 {
    margin-bottom: 15px;
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 3px;
}
.footer-section .col-sm-4 h3 {
    margin: 0;
    font-family: roboto;
    font-weight: 600;
    color: #ccc;
    font-size: 16px;
}
.footer-section .footer_abt_widget p {
    margin-top: 12px !important;
}
.footer-section .col-sm-4 ul li {
    display: inline-block;
    list-style: none;
    margin-right: 12px;
    margin-bottom: 12px;
}
.footer-section .col-sm-4 ul li a {} .footer-section .col-sm-3 ul {
    margin: 0;
    padding: 0;
}
.footer-section .col-sm-4 ul li {
    margin-bottom: 15px;
    display: block;
    list-style: none;
}
.footer-section .col-sm-4 ul li a {
    font-size: 16px;
    color: #ccc;
    font-family: roboto;
    font-weight: 400;
}
.footer-section .col-sm-4 ul li a:hover {} .footer-section .col-sm-3 p {
    color: #ccc;
    font-family: roboto;
    font-weight: 400;
    font-size: 16px;
    margin-top: 1px;
    margin-bottom: 5px;
}