@import url(//fonts.googleapis.com/css?family=Open+Sans:400,600,700|Roboto+Slab:400,700,300|Chivo:400,900,400italic);
/*------------------------------------------------------------------

[Master Stylesheet]

Project:                Bootstrap3 Resume & Portfolio HTML5 Template
Version:                1.0
Last Update:            15/06/2015
Author:                 Themearth
Website:                http://themearth.com/
Contact:                themearth.info@gmail.com


------------------------------------------------------------------

[Table of contents]

1. Global Styles
   1.1. Typography
   1.2. Section Title

2. Content
   2.1.  Header Section
   2.2.  Site Navigation
   2.3.  Profile Section
   2.4.  Award & Milestone Section
   2.5.  Resume Section
   2.6.  Hire Me Section
   2.7.  Service Section
   2.8.  Skills Section
   2.9.  Portfolio Section
   2.10.  Blog Section
   2.11. Testimonial Section
   2.12. Contact Section
   2.13. Address Section
   2.14. Footer Section

3. Responsive
   3.1 Responsive Style



/********************************************************************/
/* 1. GLOBAL STYLES
*********************************************************************/
/*-------------------------------------------------------------------*/
/* 1.1. TYPOGRAPHY
-------------------------------------------------------------------*/
/*Live FONTS*/
html {
    font-size: 62.5%;
}
body {
    font-size: 14px;
    font-size: 1.4rem;
    padding: 0;
    margin: 0;
    font-family: 'Open Sans', Arial, sans-serif;
    line-height: 21px;
    letter-spacing: 1px;
    background: #ffffff url('../../img/pattern1.jpg');
}
img {
    max-width: 100%;
}
p {
    font-family: 'Open Sans', Arial, sans-serif;
    line-height: 21px;
}
a {
    text-decoration: none;
    color: #607d8b;
    outline: 0;
}
a:hover,
a.active {
    text-decoration: none;
}
a:focus,
a:hover,
a.active {
    color: #607d8b;
    text-decoration: none;
    outline: 0;
    border: 0;
}

.lgx-link a {
    text-decoration: none;
    color: #607d8b;
    outline: 0;
}
.lgx-link a:focus,
a:hover,
a.active {
    color: #144c67;
    text-decoration: none;
    outline: 0;
    border: 0;
}
button:focus,
button:active,
.btn:focus,
.btn:active,
input[type="submit"]:focus,
input[type="submit"]:active,
input[type="button"]:focus,
input[type="button"]:active {
    outline: none;
}
ul {
    margin: 0;
    padding: 0;
}
ul li {
    margin: 0;
    padding: 0;
}
.lgx-lead {
    font-size: 22px;
    font-weight: 500;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Chivo', Arial, sans-serif;
    font-weight: 900;
    color: #222222;
    letter-spacing: 2px;
}
.lgx-section {
    margin: 0 0 30px 0;
}
.lgx-inner {
    padding: 50px 0;
}
.lgx-inner .lgx-subinner {
    padding: 20px 0;
}
.load-more {
    margin-top: 50px;
}
.load-more a {
    font-family: 'Roboto Slab', Arial, sans-serif;
    font-weight: 700;
    font-size: 24px;
    font-size: 2.4rem;
    padding: 10px 30px 10px 10px;
    color: #d4d4d4;
    text-transform: uppercase;
    position: relative;
    -webkit-transition: all 300ms ease 0s;
    -moz-transition: all 300ms ease 0s;
    -ms-transition: all 300ms ease 0s;
    -o-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
}
.load-more a i {
    position: absolute;
    right: 0px;
    top: 13px;
    /*    .transition(300ms, ease 0s);*/
}
.load-more a:hover {
    color: #607d8b;
}
.load-more a:hover i {
    color: #607d8b;
    right: -25px;
}
.lgx-read-more a {
    color: #516f7d;
    display: inline-block;
    font-weight: 600;
    margin: 5px;
    font-size: inherit;
    letter-spacing: 0;
    padding: 0 10px;
    padding-bottom: 1px;
    -webkit-transition: all 200ms ease 0s;
    -moz-transition: all 200ms ease 0s;
    -ms-transition: all 200ms ease 0s;
    -o-transition: all 200ms ease 0s;
    transition: all 200ms ease 0s;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}
.lgx-read-more a i {
    font-size: inherit;
    visibility: hidden;
}
.lgx-read-more a:hover {
    background-color: #516f7d;
    color: #ffffff;
}
.lgx-read-more a:hover i {
    visibility: visible;
}
.lgx-brand-more {
    margin-top: 40px;
    color: #607d8b;
    font-family: 'Chivo', Arial, sans-serif;
    font-weight: 900;
    padding: 8px 30px;
    border-radius: 15px;
    font-size: 18px;
    font-size: 1.8rem;
    border: 2px solid #516f7d;
    background-color: #505050;
    text-transform: uppercase;
}
.lgx-brand-btn {
    font-family: 'Chivo', Arial, sans-serif;
    font-weight: 400;
    line-height: 20px;
    padding: 8px 25px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    font-size: 16px;
    font-size: 1.6rem;
    border: 2px solid #516f7d;
    background-color: #505050;
    color: #607d8b;
    text-transform: uppercase;
    font-weight: 900;
    z-index: 2;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -ms-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}
.lgx-brand-btn:hover,
.lgx-brand-btn:focus,
.lgx-brand-btn:active {
    color: #516f7d;
    border: 2px solid #516f7d;
}
.lgx-brand-btn:before {
    content: "";
    z-index: -1;
    background: #ffffff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.lgx-brand-darkbtn {
    background-color: #607d8b;
    color: #ffffff;
}
.lgx-modal-header {
    min-height: 55px;
}
.lgx-modal-header .close {
    font-size: 30px;
    font-size: 3rem;
    color: #607d8b;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.lgx-modal-header .close:hover i {
    color: #e74f3f;
}
/*-------------------------------------------------------------------*/
/* 1.2. SECTION TITLE
-------------------------------------------------------------------*/
.lgx-title {
    margin: 0 0 25px 0;
}
.lgx-title .lgx-heading {
    border-style: solid;
    border-color: #607d8b;
    border-width: 0 10px 0 0;
    padding: 10px 25px 14px 0;
    margin: 0;
}
.lgx-title .lgx-heading span {
    color: #607d8b;
    margin-bottom: 22px;
    font-size: 40px;
    font-size: 4rem;
    text-transform: uppercase;
}
.lgx-title .lgx-heading small {
    display: block;
    margin-top: 16px;
    font-size: 24px;
    font-size: 2.4rem;
    font-family: 'Roboto Slab', Arial, sans-serif;
    font-size: 400;
    color: #222222;
}
.lgx-title p.lgx-lead {
    font-family: 'Chivo', Arial, sans-serif;
    font-style: italic;
    font-size: 20px;
    font-size: 2rem;
    color: #626262;
    line-height: 1.5;
    margin-top: 6px;
}
.lgx-subtitle {
    margin-bottom: 25px;
}
.lgx-subtitle h2 {
    color: #607d8b;
    font-size: 28px;
    font-size: 2.8rem;
    margin-bottom: 15px;
}
.lgx-subtitle h3 {
    font-family: 'Roboto Slab', Arial, sans-serif;
    color: #505050;
    font-weight: 400;
    font-size: 16px;
    font-size: 1.6rem;
    text-transform: uppercase;
}
/********************************************************************/
/* 2. SITE CONTENT STYLES
*********************************************************************/
/*-------------------------------------------------------------------*/
/* 2.1. HEADER SECTION
-------------------------------------------------------------------*/
#lgx-header {
    background: url('../../img/vishnu_header_image.jpg') center center no-repeat fixed;
    -webkit-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    margin-bottom: 30px;
}
#lgx-header .lgx-person-area {
    float: left;
}
#lgx-header .lgx-intro-area {
    float: right;
}
#lgx-header .lgx-inner {
    background: rgba(96, 125, 139, 0.9);
    padding: 15px 0 0 0;
}
#lgx-header .lgx-dark-inner {
    background: rgba(34, 34, 34, 0.9);
}
#lgx-header .social-bookmark {
    margin-top: 30px;
}
#lgx-header .lgx-social {
    margin-bottom: 50px;
}
#lgx-header .lgx-social li {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #607d8b;
    display: inline-block;
    text-align: center;
}
#lgx-header .lgx-social li a {
    cursor: pointer;
    background-color: #505050;
    border: 2px solid #505050;
    height: 40px;
    width: 40px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: block;
    -webkit-transition: all 100ms ease 0s;
    -moz-transition: all 100ms ease 0s;
    -ms-transition: all 100ms ease 0s;
    -o-transition: all 100ms ease 0s;
    transition: all 100ms ease 0s;
}
#lgx-header .lgx-social li a i {
    font-size: 18px;
    -webkit-transition: all 100ms ease 0s;
    -moz-transition: all 100ms ease 0s;
    -ms-transition: all 100ms ease 0s;
    -o-transition: all 100ms ease 0s;
    transition: all 100ms ease 0s;
    margin-top: 10px;
    display: inline-block;
    margin-left: 2px;
}
#lgx-header .lgx-social li a:hover {
    background: #ffffff;
}
#lgx-header .lgx-social li a:hover i {
    color: #505050;
}
#lgx-header .lgx-intro {
    padding-top: 10%;
    color: #ffffff;
}
#lgx-header .lgx-intro h4 {
    color: #ffffff;
    font-family: 'Roboto Slab', Arial, sans-serif;
    font-weight: 700;
    font-size: 25px;
    font-size: 2.5rem;
}
#lgx-header .lgx-intro h1 {
    color: #ffffff;
    font-size: 40px;
    font-size: 4rem;
    margin-bottom: 22px;
}
#lgx-header .lgx-intro .lgx-degilist {
    color: #ffffff;
    margin-bottom: 38px;
}
#lgx-header .lgx-intro .lgx-degilist li {
    color: #ffffff;
    font-family: 'Roboto Slab', Arial, sans-serif;
    font-weight: 700;
    font-size: 20px;
    font-size: 2rem;
}
#lgx-header .lgx-intro .lgx-degilist li i {
    color: #516f7d;
    margin-right: 3px;
    -webkit-transition: all 200ms ease 0s;
    -moz-transition: all 200ms ease 0s;
    -ms-transition: all 200ms ease 0s;
    -o-transition: all 200ms ease 0s;
    transition: all 200ms ease 0s;
}
#lgx-header .lgx-intro .lgx-degilist li i:hover {
    color: #ffffff;
}
#lgx-header .lgx-intro p {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
}
#lgx-header .lgx-intro .lgx-seework {
    margin: 38px 0 0 0;
}
#lgx-header .lgx-intro .lgx-seework .hvr-bubble-bottom:active:before,
#lgx-header .lgx-intro .lgx-seework .hvr-bubble-bottom:focus:before,
#lgx-header .lgx-intro .lgx-seework .hvr-bubble-bottom:hover:before {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
}
#lgx-header .lgx-intro .lgx-seework li {
    margin: 0 0 20px 0;
}
#lgx-header .lgx-intro .lgx-seework li:first-child a {
    padding: 8px 25px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 2px solid #516f7d;
    background-color: #505050;
    font-family: 'Chivo', Arial, sans-serif;
    font-weight: 400;
    line-height: 20px;
    color: #ffffff;
    font-size: 16px;
    font-size: 1.6rem;
    padding-right: 50px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
#lgx-header .lgx-intro .lgx-seework li:first-child a:before {
    z-index: -1;
    content: '';
    border-style: solid;
    left: calc(81%);
    right: 10%;
    bottom: 12px;
    border-width: 10px 10px 0;
    border-color: #607d8b transparent transparent;
}
#lgx-header .lgx-intro .lgx-seework li:first-child a:hover {
    color: #ffffff;
    border-color: #516f7d;
    background-color: #505050;
}
#lgx-header .lgx-intro .lgx-seework li:first-child .lgx-brand-darkbtn {
    background-color: #607d8b;
}
#lgx-header .lgx-intro .lgx-seework li:first-child .lgx-brand-darkbtn:before {
    border-color: #ffffff transparent transparent;
}
#lgx-header .lgx-intro .lgx-seework li:first-child .lgx-brand-darkbtn:hover {
    color: #607d8b;
    border-color: #516f7d;
    background-color: #ffffff;
}
#lgx-header .lgx-intro .lgx-seework li:first-child .lgx-brand-darkbtn:hover:before {
    border-color: #607d8b transparent transparent;
}
/*-------------------------------------------------------------------*/
/* 2.2. SITE NAVIGATION
-------------------------------------------------------------------*/
.lgx-leftmenu .lgx-leftnav {
    position: fixed;
    top: 0;
    left: -400px;
    bottom: 0;
    width: 400px;
    z-index: 999;
}
.lgx-leftmenu .lgx-menu-bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(34, 34, 34, 0.8);
    -moz-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    -o-transform-origin: 100% 0;
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
}
.lgx-leftmenu .lgx-leftmenu-items {
    position: relative;
    display: inline-block;
    padding-top: 5%;
    width: 100%;
    vertical-align: middle;
    line-height: 1;
}
.lgx-leftmenu .lgx-leftmenu-items a.lgx-menu-item {
    color: #607d8b;
    font-family: 'Chivo', Arial, sans-serif;
    font-weight: 400;
    font-size: 25px;
    font-size: 2.5rem;
    display: block;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 40px;
    text-align: right;
}
.lgx-leftmenu .lgx-leftmenu-items a.lgx-menu-item span {
    color: inherit;
    font-family: inherit;
    font-weight: inherit;
}
.lgx-leftmenu .lgx-leftmenu-items a.lgx-menu-item:first-child {
    padding-top: 18px;
}
.lgx-leftmenu .lgx-leftmenu-items a.lgx-menu-item:hover {
    color: #ffffff;
}
.lgx-leftmenu .lgx-leftmenu-items a.lgx-menu-item:focus {
    outline: 0;
}
.lgx-leftmenu .lgx-menu-toggle {
    position: fixed;
    top: 20px;
    left: 20px;
    z-index: 9999;
    display: block;
    width: 40px;
    height: 40px;
    cursor: pointer;
    background: none;
    border: none;
    margin: 0;
    line-height: 0;
}
.lgx-leftmenu .lgx-menu-toggle:focus {
    outline: 0;
}
.lgx-leftmenu .lgx-menu-toggle span {
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background-color: #222222;
    font-size: 0px;
    font-size: 0rem;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -moz-transition: background-color 0.2s;
    -o-transition: background-color 0.2s;
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
}
.lgx-leftmenu .lgx-menu-open.lgx-menu-toggle span {
    background-color: transparent;
}
.lgx-leftmenu .lgx-menu-toggle span:before,
.lgx-leftmenu .lgx-menu-toggle span:after {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background: #222222;
    content: '';
    -moz-transition: -moz-transform 0.2s;
    -o-transition: -o-transform 0.2s;
    -webkit-transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
}


#lgx-portfolio .lgx-selector li.active a {
    color: #222222;
}
#lgx-portfolio .lgx-selector li.active a:before,
#lgx-portfolio .lgx-selector li.active a:after {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity=100);
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
}

.lgx-leftmenu .lgx-menu-toggle span:before {
    -moz-transform: translatey(-10px);
    -ms-transform: translatey(-10px);
    -o-transform: translatey(-10px);
    -webkit-transform: translatey(-10px);
    transform: translatey(-10px);
}
.lgx-leftmenu .lgx-menu-toggle span:after {
    -moz-transform: translatey(10px);
    -ms-transform: translatey(10px);
    -o-transform: translatey(10px);
    -webkit-transform: translatey(10px);
    transform: translatey(10px);
}
.lgx-leftmenu .lgx-menu-open.lgx-menu-toggle span:before {
    -moz-transform: translatey(0) rotate(45deg);
    -ms-transform: translatey(0) rotate(45deg);
    -o-transform: translatey(0) rotate(45deg);
    -webkit-transform: translatey(0) rotate(45deg);
    transform: translatey(0) rotate(45deg);
    background: #607d8b;
}
.lgx-leftmenu .lgx-menu-open.lgx-menu-toggle span:after {
    -moz-transform: translatey(0) rotate(-45deg);
    -ms-transform: translatey(0) rotate(-45deg);
    -o-transform: translatey(0) rotate(-45deg);
    -webkit-transform: translatey(0) rotate(-45deg);
    transform: translatey(0) rotate(-45deg);
    background: #607d8b;
}
#lgx-topmenu {
    margin-top: 70px;
    z-index: 22;
}
#lgx-topmenu .lgxnav-left {
    float: right;
}
#lgx-topmenu .lgxnav-right {
    float: right;
}
#lgx-topmenu .lgx-navbar {
    background-color: transparent;
    border: 0 ;
    box-shadow: none;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
#lgx-topmenu .lgx-navbar .navbar-toggle {
    background-color: #505050;
    border: 2px solid transparent;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
#lgx-topmenu .lgx-navbar .navbar-toggle span {
    color: #607d8b;
    background-color: #607d8b;
}
#lgx-topmenu .lgx-navbar .navbar-toggle:hover,
#lgx-topmenu .lgx-navbar .navbar-toggle:focus {
    background-color: #ffffff;
    border-color: #505050;
}
#lgx-topmenu .lgx-navbar .navbar-header .navbar-brand {
    font-family: 'Chivo', Arial, sans-serif;
    color: #505050;
    font-weight: bold;
    font-size: 30px;
    font-size: 3rem;
}
#lgx-topmenu .lgx-navbar .navbar-header .navbar-brand span {
    color: #f8f8f8;
    font-weight: inherit;
    font-size: inherit;
    font-family: inherit;
}
#lgx-topmenu .lgx-navbar .navbar-nav {
    text-align: left;
}
#lgx-topmenu .lgx-navbar .navbar-nav li a {
    text-transform: uppercase;
    color: #222222;
    padding-left: 10px;
    padding-right: 10px;
}
#lgx-topmenu .lgx-navbar .navbar-nav li a:hover,
#lgx-topmenu .lgx-navbar .navbar-nav li a:focus {
    color: #f8f8f8;
}
#lgx-topmenu .lgx-navbar .navbar-nav li.active a {
    background-color: transparent;
    color: #f8f8f8;
}
#lgx-topmenu .lgx-fixednav {
    background-color: #f8f8f8;
    position: fixed;
}
#lgx-topmenu .lgx-fixednav .navbar-nav li a {
    text-transform: uppercase;
    color: #516f7d;
}
#lgx-topmenu .lgx-fixednav .navbar-nav li a:hover,
#lgx-topmenu .lgx-fixednav .navbar-nav li a:focus {
    color: #222222;
}
#lgx-topmenu .lgx-fixednav .navbar-nav li.active a {
    background-color: transparent;
    color: #222222;
}
#lgx-topmenu .lgx-fixednav .navbar-header .navbar-brand {
    color: #516f7d;
}
#lgx-topmenu .lgx-fixednav .navbar-header .navbar-brand span {
    color: #505050;
}
#lgx-topmenu .lgx-topnavcontainer {
    padding: 10px 50px;
}
#lgx-topmenu .lgx-social {
    margin: 0;
    margin-bottom: 0;
    text-align: right;
}
#lgx-header .lgx-dark-inner #lgx-topmenu .lgx-navbar .navbar-header .navbar-brand {
    color: #607d8b;
    font-weight: bold;
    font-size: 30px;
    font-size: 3rem;
}
#lgx-header .lgx-dark-inner #lgx-topmenu .lgx-navbar .navbar-header .navbar-brand span {
    color: #f8f8f8;
}
#lgx-header .lgx-dark-inner #lgx-topmenu .lgx-navbar .navbar-nav li a {
    color: #516f7d;
}
#lgx-header .lgx-dark-inner #lgx-topmenu .lgx-navbar .navbar-nav li a:hover,
#lgx-header .lgx-dark-inner #lgx-topmenu .lgx-navbar .navbar-nav li a:focus {
    color: #f8f8f8;
}
#lgx-header .lgx-dark-inner #lgx-topmenu .lgx-navbar .navbar-nav li.active a {
    background-color: transparent;
    color: #f8f8f8;
}
#lgx-header .lgx-dark-inner #lgx-topmenu .lgx-fixednav {
    background-color: #f8f8f8;
    position: fixed;
}
#lgx-header .lgx-dark-inner #lgx-topmenu .lgx-fixednav .navbar-nav li a {
    text-transform: uppercase;
    color: #516f7d;
}
#lgx-header .lgx-dark-inner #lgx-topmenu .lgx-fixednav .navbar-nav li a:hover,
#lgx-header .lgx-dark-inner #lgx-topmenu .lgx-fixednav .navbar-nav li a:focus {
    color: #222222;
}
#lgx-header .lgx-dark-inner #lgx-topmenu .lgx-fixednav .navbar-nav li.active a {
    background-color: transparent;
    color: #222222;
}
#lgx-header .lgx-dark-inner #lgx-topmenu .lgx-fixednav .navbar-header .navbar-brand {
    color: #505050;
}
#lgx-header .lgx-dark-inner #lgx-topmenu .lgx-fixednav .navbar-header .navbar-brand span {
    color: #607d8b;
}
@media (min-width: 992px) and (max-width: 1199px) {
    #lgx-header #lgx-topmenu .lgx-navbar .navbar-nav {
        text-align: left;
    }
    #lgx-header #lgx-topmenu .lgx-navbar .navbar-nav li a {
        padding-left: 5px;
        padding-right: 5px;
    }
    #lgx-header #lgx-topmenu .lgx-social li {
        padding: 0;
    }
    #lgx-header #lgx-topmenu .lgx-social li a {
        height: 35px;
        width: 35px;
    }
    #lgx-header #lgx-topmenu .lgx-social li a i {
        font-size: 16px;
        margin-top: 8px;
    }
}
@media (max-width: 767px) {
    #lgx-topmenu {
        margin-top: 150px;
    }
    #lgx-topmenu .lgxnav-left {
        float: none;
    }
    #lgx-topmenu .lgxnav-right {
        float: none;
    }
    #lgx-topmenu .lgx-topnavcontainer {
        padding: 15px 0;
    }
    #lgx-topmenu .lgx-social {
        margin: 15px 0;
    }
    #lgx-topmenu .lgx-social li {
        padding: 0 2px;
    }
    #lgx-topmenu .lgx-navbar {
        border: 0 ;
        box-shadow: none;
        background-color: #f8f8f8;
    }
    #lgx-topmenu .lgx-navbar .navbar-nav li a {
        font-weight: bold;
        font-size: 22px;
        font-size: 2.2rem;
        color: #516f7d;
    }
    #lgx-topmenu .lgx-navbar .navbar-nav li a:hover,
    #lgx-topmenu .lgx-navbar .navbar-nav li a:focus {
        color: #222222;
    }
    #lgx-topmenu .lgx-navbar .navbar-nav li.active a {
        background-color: transparent;
        color: #222222;
    }
    #lgx-topmenu .lgx-navbar .navbar-header .navbar-brand {
        color: #516f7d;
    }
    #lgx-topmenu .lgx-navbar .navbar-header .navbar-brand span {
        color: #505050;
    }
}
@media (max-width: 991px) {
    #lgx-header #lgx-topmenu .navbar-nav {
        text-align: center;
    }
    #lgx-header #lgx-topmenu .lgx-social {
        text-align: center;
    }
}
@media (min-width: 768px) {
    #lgx-header #lgx-topmenu .navbar-nav {
        float: none;
    }
    #lgx-header #lgx-topmenu .navbar-nav li {
        float: none;
        display: inline-block;
    }
}
#lgx-rightmenu {
    position: fixed;
    top: 0px;
    right: -1px;
    z-index: 88;
    min-height: 100%;
    /* .lgx-toogle-inner {
      right: 0;
      text-align: right;
    }
  */
}
#lgx-rightmenu .lgx-rightmenu-wrap {
    position: relative;
}
#lgx-rightmenu .lgx-rightmenu-in {
    position: absolute;
    right: -300px;
    top: 0;
    z-index: 1;
    background: rgba(34, 34, 34, 0.8);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    padding: 15px;
    min-width: 300px;
    width: 0px;
}
#lgx-rightmenu .lgx-rightmenulist {
    margin: 40px  0 0 0;
    padding: 0;
}
#lgx-rightmenu .lgx-rightmenulist li {
    margin: 0px;
}
#lgx-rightmenu .lgx-rightmenulist li a {
    color: #607d8b;
    font-family: 'Chivo', Arial, sans-serif;
    font-weight: 400;
    font-size: 25px;
    font-size: 2.5rem;
    display: block;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 30px;
}
#lgx-rightmenu .lgx-rightmenulist li a:hover {
    color: #ffffff;
}
#lgx-rightmenu .lgx-rightmenulist li a:focus {
    outline: 0;
    color: #ffffff;
}
#lgx-rightmenu .lgx-rightmenu-btn {
    position: absolute;
    color: #fff;
    width: 50px;
    text-align: center;
    right: 10px;
    top: 10px;
}
#lgx-rightmenu .lgx-rightmenu-btn:focus {
    outline: 0;
}
@media (min-width: 1400) {
    #lgx-rightmenu .lgx-rightmenulist {
        margin: 50px  0 0 0;
        padding: 0;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    #lgx-rightmenu .lgx-rightmenulist {
        margin: 20px  0 0 0;
        padding: 0;
    }
    #lgx-rightmenu .lgx-rightmenulist li a {
        font-weight: 400;
        font-size: 25px;
        font-size: 2.5rem;
        display: block;
        padding-top: 12px;
        padding-bottom: 12px;
        padding-left: 30px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    #lgx-rightmenu .lgx-rightmenulist {
        margin: 20px  0 0 0;
        padding: 0;
    }
    #lgx-rightmenu .lgx-rightmenulist li a {
        font-weight: 400;
        font-size: 30px;
        font-size: 3rem;
        display: block;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 30px;
    }
}
@media (max-width: 767px) {
    #lgx-rightmenu .lgx-rightmenulist {
        margin: 15px  0 0 0;
        padding: 0;
    }
    #lgx-rightmenu .lgx-rightmenulist li a {
        font-weight: 400;
        font-size: 30px;
        font-size: 3rem;
        display: block;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 30px;
    }
}
/*-------------------------------------------------------------------*/
/* 2.3. PROFILE SECTION
-------------------------------------------------------------------*/
#lgx-profile {
    padding-top: 30px;
}
#lgx-profile .lgx-inner {
    padding: 0;
}
#lgx-profile .lgx-about-area {
    float: right;
}
#lgx-profile .lgx-profile-person {
    float: left;
}
#lgx-profile .lgx-profileman {
    margin-top: 30px;
}
#lgx-profile .lgx-profileman figure {
    display: inline-block;
    max-width: 100%;
    margin: 0 auto;
    position: relative;
}
#lgx-profile .lgx-profileman figure figcaption {
    position: absolute;
    left: 0;
    bottom: -1px;
    z-index: 2;
    width: 100%;
}
#lgx-profile .lgx-profileman figure figcaption a {
    font-family: 'Open Sans', Arial, sans-serif;
    font-weight: 400;
    font-size: 18px;
    font-size: 1.8rem;
    color: #ffffff;
    text-align: center;
    background: #607d8b;
    text-transform: uppercase;
    width: 100%;
    padding: 7px 0;
    display: block;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -ms-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
}
#lgx-profile .lgx-profileman figure figcaption a:before {
    background: #516f7d;
}
#lgx-profile .lgx-about {
    padding: 0 30px;
}
#lgx-profile .lgx-about h3 {
    font-family: 'Roboto Slab', Arial, sans-serif;
    font-weight: 700;
    font-size: 24px;
    font-size: 2.4rem;
    color: #505050;
    margin-bottom: 30px;
}
#lgx-profile .lgx-about p {
    font-size: 14px;
    font-size: 1.4rem;
}
#lgx-profile .lgx-about img {
    margin-top: 10px;
}
#lgx-profile .lgx-personalinfo h3 {
    margin: 30px 0;
}
#lgx-profile .lgx-personalinfo ul.lgx-introinfo {
    display: inline-block;
    margin: 0 auto;
}
#lgx-profile .lgx-personalinfo ul.lgx-introinfo li {
    text-align: left;
    margin-bottom: 5px;
    font-size: 20px;
    font-size: 2rem;
}
#lgx-profile .lgx-personalinfo ul.lgx-introinfo li span {
    min-width: 120px;
    color: #607d8b;
    display: inline-table;
    font-size: 15px;
    font-size: 1.5rem;
}
#lgx-profile .lgx-personalinfo ul.lgx-introinfo li small {
    display: inline-table;
    font-size: 14px;
    font-size: 1.4rem;
}
#lgx-profile .lgx-personalinfo .lgx-social {
    margin-top: 30px;
}
#lgx-profile .lgx-personalinfo .lgx-social li {
    margin: 5px 0;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
#lgx-profile .lgx-personalinfo .lgx-social li a {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #d4d4d4;
    border: 2px solid #ffffff;
    height: 40px;
    width: 40px;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -ms-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    display: block;
    text-align: center;
}
#lgx-profile .lgx-personalinfo .lgx-social li a:hover {
    border: 2px solid #607d8b;
    background: #ffffff;
    text-align: center;
}
#lgx-profile .lgx-personalinfo .lgx-social li a i {
    font-size: 18px;
    color: #607d8b;
    margin-top: 10px;
    margin-left: 2px;
}
#lgx-profile .lgx-personalinfo .lgx-social li a:hover i {
    -moz-animation: fa-spin 1s infinite linear;
    -o-animation: fa-spin 1s infinite linear;
    -webkit-animation: fa-spin 1s infinite linear;
    animation: fa-spin 1s infinite linear;
}
/*-------------------------------------------------------------------*/
/* 2.4. AWARD & MILESTONE SECTION
-------------------------------------------------------------------*/
#lgx-award {
    background: url('../../img/award-bg.jpg') center center no-repeat fixed;
    -webkit-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    margin-bottom: 30px;
}
#lgx-award .lgx-inner {
    background: rgba(96, 125, 139, 0.85);
    padding: 80px 0;
}
#lgx-award .lgx-dark-inner {
    background: rgba(34, 34, 34, 0.85);
}
#lgx-award .lgx-counter-area {
    background: rgba(255, 255, 255, 0.2);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    color: #ffffff;
    border: 10px solid rgba(81, 111, 125, 0.4);
    height: 220px;
    max-width: 220px;
    margin: 0 auto;
    padding: 20px;
    margin-bottom: 25px;
    margin-top: 25px;
}
#lgx-award .lgx-counter-area i {
    font-size: 60px;
    font-size: 6rem;
    color: #516f7d;
    margin-top: 15px;
}
#lgx-award .lgx-counter-area .lgx-counter {
    font-size: 55px;
    font-size: 5.5rem;
    font-family: 'Chivo', Arial, sans-serif;
    font-weight: 900;
    clear: both;
    display: block;
    max-height: 55px;
    line-height: 60px;
}
#lgx-award .lgx-counter-area small {
    font-family: 'Roboto Slab', Arial, sans-serif;
    font-weight: 400;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 16px;
}
#lgx-award .lgx-counter-area:hover {
    background: #607d8b;
    border: 10px solid rgba(255, 255, 255, 0.85);
    -webkit-transition: all 300ms ease 0s;
    -moz-transition: all 300ms ease 0s;
    -ms-transition: all 300ms ease 0s;
    -o-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
}
/*-------------------------------------------------------------------*/
/* 2.5. RESUME SECTION
-------------------------------------------------------------------*/
#lgx-resume {
    padding-top: 20px;
}
#lgx-resume .lgx-inner {
    padding: 0;
}
#lgx-resume .lgx-owl {
    position: relative;
}
#lgx-experience .lgx-owl .item {
    margin: 3px;
    text-align: center;
}
#lgx-experience .lgx-owl .item span {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #505050;
    text-align: center;
    width: 92px;
    height: 92px;
    display: inline-block;
    border: 6px solid #d4d4d4;
    -webkit-transition: all 400ms linear;
    -moz-transition: all 400ms linear;
    -ms-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
}
#lgx-experience .lgx-owl .item span:hover {
    background-color: #ffffff;
    border-color: #607d8b;
}
#lgx-experience .lgx-owl .item span i {
    font-size: 47px;
    font-size: 4.7rem;
    margin-top: 15px;
    color: #607d8b;
}
#lgx-experience .lgx-owl .item h6 {
    font-size: 16px;
    font-size: 1.6rem;
    font-family: 'Roboto Slab', Arial, sans-serif;
    font-weight: 700;
    color: #505050;
    text-transform: uppercase;
}
#lgx-experience .lgx-owl .item h4 {
    color: #607d8b;
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 30px;
}
#lgx-experience .lgx-owl .item h5 {
    color: #505050;
    font-size: 16px;
    font-size: 1.6rem;
    font-family: 'Roboto Slab', Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 400;
    margin-top: 50px;
    position: relative;
}
#lgx-experience .lgx-owl .item h5:before {
    content: "";
    width: 0;
    height: 0;
    border-left: 17px solid transparent;
    border-right: 18px solid transparent;
    border-bottom: 18px solid #d4d4d4;
    position: absolute;
    left: 46%;
    top: -25px;
    z-index: 1;
}
#lgx-experience .lgx-owlarea {
    position: relative;
}
#lgx-experience .lgx-owlarea:before {
    content: "";
    width: 90%;
    height: auto;
    position: absolute;
    top: 33%;
    left: 5%;
    border-top: 4px solid #607d8b;
}
#lgx-experience .owl-theme .owl-controls .owl-buttons div {
    background: none repeat scroll 0 0 transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color: #d4d4d4;
    display: inline-block;
    font-size: 40px;
    margin: 5px;
    opacity: 1;
    filter: alpha(opacity=100);
    padding: 3px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
#lgx-experience .owl-theme .owl-controls .owl-buttons div:hover {
    color: #607d8b;
}
#lgx-education .owl-theme .owl-controls {
    margin-top: 25px;
    text-align: center;
}
#lgx-education .lgx-owl .item {
    margin: 3px;
    text-align: center;
}
#lgx-education .lgx-owl .item .lgx-box {
    display: inline-block;
    margin: 0 auto;
    background-color: #ffffff;
    padding: 10px 20px;
    border: 1px solid #ffffff;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
#lgx-education .lgx-owl .item .lgx-box h5 {
    font-family: 'Roboto Slab', Arial, sans-serif;
    font-weight: 400;
    font-size: 16px;
    font-size: 1.6rem;
    color: #505050;
    text-transform: uppercase;
}
#lgx-education .lgx-owl .item .lgx-box h4 {
    font-weight: 400;
    font-style: italic;
    font-size: 20px;
    font-size: 2rem;
    color: #607d8b;
}
#lgx-education .lgx-owl .item .lgx-box:hover {
    border-color: #607d8b;
}
#lgx-education .lgx-owl .item .lgx-boxup {
    position: relative;
}
#lgx-education .lgx-owl .item .lgx-boxup:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 17px solid transparent;
    border-right: 18px solid transparent;
    border-top: 18px solid #ffffff;
    position: absolute;
    left: 44.5%;
    bottom: -25px;
    z-index: 888;
}
#lgx-education .lgx-owl .item .lgx-boxbottom {
    margin-top: 175px;
    position: relative;
}
#lgx-education .lgx-owl .item .lgx-boxbottom:before {
    content: "";
    width: 0;
    height: 0;
    border-left: 17px solid transparent;
    border-right: 18px solid transparent;
    border-bottom: 18px solid #ffffff;
    position: absolute;
    left: 44.5%;
    top: -25px;
    z-index: 1;
}
#lgx-education .lgx-owl .item .lgx-dateup {
    margin-top: 32px;
    clear: both;
}
#lgx-education .lgx-owl .item .lgx-dateup h6 {
    font-size: 20px;
    font-size: 2rem;
    color: #505050;
}
#lgx-education .lgx-owl .item .lgx-dateup span i {
    color: #607d8b;
    font-size: 22px;
    font-size: 2.2rem;
}
#lgx-education .lgx-owl .item .lgx-dateup,
#lgx-education .lgx-owl .item .lgx-datebottom {
    display: block;
    -webkit-transition: all 400ms linear;
    -moz-transition: all 400ms linear;
    -ms-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
}
#lgx-education .lgx-owl .item .lgx-dateup:hover i,
#lgx-education .lgx-owl .item .lgx-datebottom:hover i {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    height: 20px;
    width: 20px;
    box-shadow: 0 0 0 3px #607d8b;
    background-color: #607d8b;
}
#lgx-education .lgx-owl .item .lgx-datebottom {
    position: relative;
}
#lgx-education .lgx-owl .item .lgx-datebottom h6 {
    position: absolute;
    left: 0;
    right: 0;
    top: 85px;
    font-size: 20px;
    font-size: 2rem;
    color: #505050;
}
#lgx-education .lgx-owl .item .lgx-datebottom span {
    position: absolute;
    left: 0;
    right: 0;
    top: 122px;
}
#lgx-education .lgx-owl .item .lgx-datebottom span i {
    color: #607d8b;
    font-size: 22px;
    font-size: 2.2rem;
}
#lgx-education .lgx-owlarea {
    position: relative;
}
#lgx-education .lgx-owlarea:before {
    content: "";
    width: 90%;
    height: auto;
    position: absolute;
    top: 135px;
    left: 5%;
    border-top: 4px solid #d4d4d4;
}
#lgx-education .owl-theme .owl-controls .owl-buttons div {
    background: none repeat scroll 0 0 transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color: #d4d4d4;
    display: inline-block;
    font-size: 40px;
    font-size: 4rem;
    margin: 5px;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity=100);
    padding: 3px;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}
#lgx-education .owl-theme .owl-controls .owl-buttons div:hover {
    color: #607d8b;
}
/*-------------------------------------------------------------------*/
/* 2.6. HIRE ME  SECTION
-------------------------------------------------------------------*/
#lgx-hire {
    background: url('../../img/hire-me-bg.jpg') center center no-repeat fixed;
    -webkit-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    margin-bottom: 30px;
}
#lgx-hire .lgx-inner {
    background: rgba(96, 125, 139, 0.85);
    padding: 0;
    margin: 0;
}
#lgx-hire .lgx-dark-inner {
    background: rgba(34, 34, 34, 0.85);
}
#lgx-hire .lgx-dark-inner .lgx-hirecontent {
    background-color: #222222;
}
#lgx-hire .lgx-dark-inner .lgx-hirecontent h2 {
    color: #607d8b;
}
#lgx-hire .lgx-dark-inner .lgx-hirecontent h3 {
    color: #ffffff;
}
#lgx-hire .lgx-dark-inner .lgx-hirecontent ul li i {
    color: #607d8b;
}
#lgx-hire .lgx-hireme {
    display: block;
    margin-top: 50px;
}
#lgx-hire .lgx-hirecontent {
    background-color: #607d8b;
    padding-left: 50px;
    padding-bottom: 90px;
    margin-right: -15px;
}
#lgx-hire .lgx-hirecontent h2 {
    font-family: 'Chivo', Arial, sans-serif;
    font-weight: 900;
    font-size: 30px;
    font-size: 3rem;
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 50px;
    padding-top: 80px;
    margin-top: 0;
}
#lgx-hire .lgx-hirecontent ul li {
    font-family: 'Roboto Slab', Arial, sans-serif;
    font-weight: 400;
    font-size: 16px;
    font-size: 1.6rem;
    padding: 2px 0;
    margin-right: 15px;
    color: #ffffff;
}
#lgx-hire .lgx-hirecontent ul li i {
    padding-right: 10px;
    font-size: 18px;
    font-size: 1.8rem;
    color: #505050;
}
/*-------------------------------------------------------------------*/
/* 2.7. SERVICE SECTION
-------------------------------------------------------------------*/
#lgx-service {
    margin-bottom: 20px;
    padding-top: 30px;
}
#lgx-service .lgx-inner {
    padding: 0;
}
#lgx-service .lgx-single-service {
    margin-bottom: 50px;
}
#lgx-service .lgx-single-service h4.lgx-service-title {
    font-family: 'Roboto Slab', Arial, sans-serif;
    font-weight: 400;
    font-size: 20px;
    font-size: 2rem;
    color: #222222;
    margin: 30px 0 20px 0;
}
#lgx-service .lgx-single-service .lgx-icon {
    background: #d4d4d4;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    height: 95px;
    width: 95px;
    margin: 0 auto;
    border: 4px solid #ffffff;
    margin-bottom: 25px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
    display: block;
}
#lgx-service .lgx-single-service .lgx-icon i {
    font-size: 30px;
    font-size: 3rem;
    color: #ffffff;
    padding-top: 27px;
}
#lgx-service .lgx-single-service:hover .lgx-icon {
    border: 6px solid #607d8b;
    background: #ffffff;
}
#lgx-service .lgx-single-service:hover .lgx-icon i {
    color: #607d8b;
}
/*-------------------------------------------------------------------*/
/* 2. SkILL STYLES
-------------------------------------------------------------------*/
#lgx-skills {
    background: url('../../img/skills-bg.jpg') center center no-repeat fixed;
    -webkit-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    margin: 0;
}
#lgx-skills .lgx-inner {
    background: rgba(96, 125, 139, 0.85);
    padding: 0;
    margin: 0;
}
#lgx-skills .lgx-dark-inner {
    background: rgba(34, 34, 34, 0.85);
}
#lgx-skills .lgx-dark-inner .lgx-skillscontent {
    background-color: #222222;
}
#lgx-skills .lgx-dark-inner .lgx-skillscontent h2 {
    color: #607d8b;
}
#lgx-skills .lgx-dark-inner .lgx-skillscontent h3 {
    color: #ffffff;
}
#lgx-skills .lgx-dark-inner .lgx-group-progress .lgx-single-progress p {
    color: #ffffff;
}
#lgx-skills .lgx-dark-inner .lgx-progress-bar-container.color-lgxskill {
    border-color: #607d8b;
    background: #607d8b;
}
#lgx-skills .lgx-dark-inner .lgx-skill-progress-bar {
    background: #607d8b;
}
#lgx-skills .lgx-dark-inner .lgx-skill-progress-bar.color-lgxskil {
    background: #607d8b;
}
#lgx-skills .lgx-skillscontent {
    background-color: #607d8b;
    padding: 0 9% 90px 25px;
    margin-left: -15px;
}
#lgx-skills .lgx-skillscontent h2 {
    font-family: 'Chivo', Arial, sans-serif;
    font-weight: 900;
    font-size: 30px;
    font-size: 3rem;
    color: #ffffff;
    text-transform: uppercase;
    padding-top: 80px;
    margin-top: 0;
}
#lgx-skills .lgx-skillscontent h3 {
    color: #505050;
    margin-top: 15px;
    font-family: 'Roboto Slab', Arial, sans-serif;
    font-weight: 400;
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 40px;
}
#lgx-skills .lgx-skillscontent .lgx-skills-description {
    font-size: 15px;
    font-size: 1.5rem;
    padding-left: 17%;
    color: #ffffff;
}
#lgx-skills .lgx-skillscontent .lgx-skills-description p {
    color: inherit;
}
#lgx-skills .lgx-more-about {
    margin-top: 40px;
}
#lgx-skills .lgx-group-progress {
    margin-top: 90px;
    display: inline-block;
    width: 100%;
    padding-left: 5%;
    padding-right: 17%;
}
#lgx-skills .lgx-group-progress .lgx-single-progress {
    margin-bottom: 30px;
}
#lgx-skills .lgx-group-progress .lgx-single-progress p {
    font-size: 18px;
    font-size: 1.8rem;
    color: #222222;
    margin-bottom: 10px;
    text-transform: uppercase;
}
#lgx-skills .lgx-group-progress .lgx-single-progress p span {
    color: #ffffff;
    font-size: inherit;
}
#lgx-skills .lgx-progress-bar-container {
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    width: 100%;
    height: 20px;
    margin: 0 0 20px 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: #ecf0f1;
    overflow: hidden;
}
#lgx-skills .lgx-progress-bar-container.color-lgxskill {
    border-color: #505050;
    background: #505050;
}
#lgx-skills .lgx-skill-progress-bar {
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    width: 0%;
    height: 20px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: #505050;
}
#lgx-skills .lgx-skill-progress-bar.color-lgxskil {
    background: #505050;
}
@-webkit-keyframes progressStripeLTR {
    to {
        background-position: 30px 0;
    }
}
@-moz-keyframes progressStripeLTR {
    to {
        background-position: 30px 0;
    }
}
@-ms-keyframes progressStripeLTR {
    to {
        background-position: 30px 0;
    }
}
@-o-keyframes progressStripeLTR {
    to {
        background-position: 30px 0;
    }
}
@keyframes progressStripeLTR {
    to {
        background-position: 30px 0;
    }
}
@-webkit-keyframes progressStripeRTL {
    to {
        background-position: -30px 0;
    }
}
@-moz-keyframes progressStripeRTL {
    to {
        background-position: -30px 0;
    }
}
@-ms-keyframes progressStripeRTL {
    to {
        background-position: -30px 0;
    }
}
@-o-keyframes progressStripeRTL {
    to {
        background-position: -30px 0;
    }
}
@keyframes progressStripeRTL {
    to {
        background-position: -30px 0;
    }
}
/*-------------------------------------------------------------------*/
/* 2.9. PORTFOLIO SECTION
-------------------------------------------------------------------*/
#lgx-portfolio {
    background-color: #ffffff;
    padding-top: 30px;
    margin: 0;
    /* LGX  Caption Styles */
}
#lgx-portfolio .lgx-inner {
    padding: 20px 0px;
}
#lgx-portfolio .lgx-selector {
    margin-bottom: 50px;
    text-align: center;
    /*li.active {
              a {
                  color: @black-darker;
                  &:before, &:after {
                      .opacity(1);
                      -webkit-transform: translateX(0px);
                      -moz-transform: translateX(0px);
                      -ms-transform: translateX(0px);
                      -o-transform: translateX(0px);
                      transform: translateX(0px);
                  }
              }
          }*/
}
#lgx-portfolio .lgx-selector li {
    margin: 10px 0;
}
#lgx-portfolio .lgx-selector li a {
    text-transform: uppercase;
    text-decoration: none;
    padding: 5px 0;
    font-weight: 600;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
    font-size: 18px;
    font-size: 1.8rem;
    color: #607d8b;
}
#lgx-portfolio .lgx-selector li a:hover {
    color: #222222;
}
#lgx-portfolio .lgx-selector li a:hover:before,
#lgx-portfolio .lgx-selector li a:hover:after {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity=100);
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    /*-ms-transform: translateX(0px);
                          -o-transform: translateX(0px);
                          transform: translateX(0px);*/
    -webkit-transition: 550ms;
    -moz-transition: 550ms;
}
#lgx-portfolio .lgx-selector li a:before,
#lgx-portfolio .lgx-selector li a:after {
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    filter: alpha(opacity=0);
    -webkit-transition: 550ms;
    -moz-transition: 550ms;
    -ms-transition: 550ms;
    -o-transition: 550ms;
    transition: 550ms;
}
#lgx-portfolio .lgx-selector li a:before {
    content: '[';
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
}
#lgx-portfolio .lgx-selector li a:after {
    content: ']';
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px);
}
#lgx-portfolio .lgx-gallery {
    width: 100%;
    margin: 0 auto;
    list-style: none;
    text-align: center;
}
#lgx-portfolio .lgx-gallery li {
    background: #505050;
    box-sizing: border-box;
    float: left;
    width: 25%;
    margin: 0;
    text-align: center;
    position: relative;
}
#lgx-portfolio .lgx-gallery figure {
    margin: 0;
    position: relative;
    overflow: hidden;
}
#lgx-portfolio .lgx-gallery figure img {
    margin: 0 auto;
    max-width: 100%;
    max-height: 100%;
    display: block;
    position: relative;
}
#lgx-portfolio .lgx-gallery figcaption {
    position: absolute;
    top: 0;
    left: 0;
    padding: 20px;
    background: rgba(96, 125, 139, 0.7);
    color: #ffffff;
    z-index: 1;
}
#lgx-portfolio .lgx-gallery figcaption .cap-header {
    margin: 0;
    padding: 0;
    color: #ffffff;
}
#lgx-portfolio .lgx-gallery figcaption .lgx-port-modal {
    font-size: 10px;
    font-size: 1rem;
    text-align: center;
    padding: 5px 10px;
    border-radius: 2px;
    display: inline-block;
    color: #ffffff;
}
#lgx-portfolio .lgx-gallery-default figure img {
    -webkit-transition: all 0.45s;
    -moz-transition: all 0.45s;
    -o-transition: all 0.45s;
    -ms-transition: all 0.45s;
    transition: all 0.45s;
    -webkit-transition-delay: 0.1s;
    -moz-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    -ms-transition-delay: 0.1s;
    transition-delay: 0.1s;
}
#lgx-portfolio .lgx-gallery-default figure:hover {
    cursor: pointer;
}
#lgx-portfolio .lgx-gallery-default figure:hover img {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -o-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
}
#lgx-portfolio .lgx-gallery-default figure:hover figcaption {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity=100);
}
#lgx-portfolio .lgx-gallery-default figure:hover .cap-header,
#lgx-portfolio .lgx-gallery-default figure:hover .cap-description {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
#lgx-portfolio .lgx-gallery-default figure:hover a.lgx-expand {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity=100);
    margin: 10px;
    font-size: 20px;
    padding: 10px 10px 10px 14px;
    background: #ffffff;
    color: #607d8b;
    border-color: #ffffff;
    -webkit-transition: all 100ms linear;
    -moz-transition: all 100ms linear;
    -ms-transition: all 100ms linear;
    -o-transition: all 100ms linear;
    transition: all 100ms linear;
    display: inline-table;
}
#lgx-portfolio .lgx-gallery-default figure:hover a.lgx-expand i {
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
    font-size: inherit;
}
#lgx-portfolio .lgx-gallery-default figure:hover a.lgx-expand:hover {
    color: #516f7d;
}
#lgx-portfolio .lgx-gallery-default figure:hover a.lgx-expand:hover i {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}
#lgx-portfolio .lgx-gallery-default figcaption {
    height: 100%;
    width: 100%;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    filter: alpha(opacity=0);
    text-align: center;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    -moz-transition: -moz-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
}
#lgx-portfolio .lgx-gallery-default .cap-header {
    top: 40%;
    -webkit-transform: translateY(-60%) scale(2);
    -moz-transform: translateY(-60%) scale(2);
    -ms-transform: translateY(-60%) scale(2);
    -o-transform: translateY(-60%) scale(2);
    transform: translateY(-60%) scale(2);
}
#lgx-portfolio .lgx-gallery-default .cap-description {
    padding: 10px;
    top: 52%;
    transform: translateY(-48%) scale(2);
}
#lgx-portfolio .lgx-gallery-default .cap-header,
#lgx-portfolio .lgx-gallery-default .cap-description {
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    filter: alpha(opacity=0);
    position: absolute;
    left: 0;
    right: 0;
    -webkit-transition: 0.35s;
    -moz-transition: 0.35s;
    -ms-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s;
}
/*-------------------------------------------------------------------*/
/* 2.10. CONTENT SECTION
-------------------------------------------------------------------*/
#lgx-blog {
    background-color: #ffffff;
    margin: 0;
    padding-top: 130px;
    /*---------------*/
    /***** effect *****/
    /*---------------*/
}
#lgx-blog .lgx-owl .item {
    margin: 0 auto;
    max-width: 100%;
    list-style: none;
    text-align: center;
}
#lgx-blog .lgx-owl .item .lgx-blog-item .lgx-blog-view {
    margin: 10px 0 ;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
#lgx-blog .lgx-owl .item .lgx-blog-item .lgx-blog-view li a {
    font-size: 18px;
    font-size: 1.8rem;
    color: #ffffff;
}
#lgx-blog .lgx-owl .item .lgx-blog-item:hover .lgx-blog-view {
    display: none;
}
#lgx-blog .lgx-owl .item figure {
    position: relative;
    float: left;
    overflow: hidden;
    width: 100%;
    background: #607d8b;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity=100);
    text-align: center;
    cursor: pointer;
}
#lgx-blog .lgx-owl .item figure:hover figcaption {
    background: rgba(96, 125, 139, 0.9);
}
#lgx-blog .lgx-owl .item figure img.lgx-blog-img {
    position: relative;
    display: block;
    max-height: 100%;
    max-width: 100%;
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    -webkit-opacity: 0.8;
    opacity: 0.8;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
    filter: alpha(opacity=80);
}
#lgx-blog .lgx-owl .item figure figcaption {
    padding: 2em 0;
    text-transform: uppercase;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
#lgx-blog .item figure figcaption::before,
#lgx-blog .item figure figcaption::after {
    pointer-events: none;
}
#lgx-blog .item figure figcaption {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#lgx-blog figure.effect-lgx-blog {
    background: -webkit-linear-gradient(-45deg, #34495e 0%, #cc6055 100%);
    background: linear-gradient(-45deg, #34495e 0%, #cc6055 100%);
}
#lgx-blog figure.effect-lgx-blog img.lgx-blog-img,
#lgx-blog figure.effect-lgx-blog div.lgx-blogonover {
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}
#lgx-blog figure.effect-lgx-blog:hover img.lgx-blog-img {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity=100);
    -webkit-transform: scale3d(2, 2, 1);
    transform: scale3d(2, 2, 1);
}
#lgx-blog figure.effect-lgx-blog h2.blog-content-title {
    color: #ffffff;
    font-family: 'Roboto Slab', Arial, sans-serif;
    font-weight: 600;
    font-size: 30px;
    font-size: 3rem;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: scale3d(0.8, 0.8, 1);
    transform: scale3d(0.8, 0.8, 1);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
}
#lgx-blog figure.effect-lgx-blog div.lgx-blogonover {
    position: absolute;
    color: #ffffff;
    bottom: 0;
    left: 0;
    margin: 20px;
    padding: 10px 5px 5px 5px;
    border: 2px solid #ffffff;
    text-transform: none;
    font-size: 16px;
    font-size: 1.6rem;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    filter: alpha(opacity=0);
    -webkit-transform: scale3d(0.8, 0.8, 1);
    transform: scale3d(0.8, 0.8, 1);
    -webkit-transform-origin: 50% -100%;
    transform-origin: 50% -100%;
}
#lgx-blog figure.effect-lgx-blog div.lgx-blogonover .lgx-read-more a {
    background-color: #222222;
    color: #607d8b;
    padding: 2px 12px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
}
#lgx-blog figure.effect-lgx-blog div.lgx-blogonover .lgx-read-more a:hover {
    background-color: #ffffff;
    color: #516f7d;
}
#lgx-blog figure.effect-lgx-blog:hover h2,
#lgx-blog figure.effect-lgx-blog:hover div.lgx-blogonover {
    opacity: 1;
    color: #fff;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}
/*-------------------------------------------------------------------*/
/* 2.11. TESTIMONIAL SECTION
-------------------------------------------------------------------*/
#lgx-testimonial {
    margin-bottom: 0;
}
#lgx-testimonial .lgx-inner {
    padding: 50px 0 70px 0;
}
#lgx-testimonial .lgx-dark-inner {
    background: rgba(34, 34, 34, 0.85);
}
#lgx-testimonial .lgx-dark-inner .lgx-testicarousel .item {
    color: #ffffff;
}
#lgx-testimonial .lgx-dark-inner .lgx-testicarousel .item p {
    color: inherit;
}
#lgx-testimonial .lgx-testicarousel .carousel-indicators {
    text-align: center;
    margin: 0 auto;
    position: static;
    display: block;
    width: 100%;
    margin-top: 25px;
}
#lgx-testimonial .lgx-testicarousel .carousel-indicators li {
    width: auto;
    height: auto;
    display: inline-block;
    text-indent: 0;
    background-color: transparent;
    text-align: center;
    border: 0;
    margin: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 3px solid #ffffff;
}
#lgx-testimonial .lgx-testicarousel .carousel-indicators .active {
    width: auto;
    height: auto;
    background-color: transparent;
    margin: 0;
    border: 3px solid #607d8b;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
#lgx-testimonial .lgx-testicarousel .item {
    text-align: center;
}
#lgx-testimonial .lgx-testicarousel .item .lgx-client {
    margin: 0 0 25px 0;
}
#lgx-testimonial .lgx-testicarousel .item .lgx-client h2 {
    font-size: 24px;
    font-size: 2.4rem;
    background-color: #ffffff;
    display: inline-block;
    padding: 8px 15px;
    color: #607d8b;
    text-transform: uppercase;
    margin-right: -58px;
}
#lgx-testimonial .lgx-testicarousel .item .lgx-client h3 {
    font-family: 'Roboto Slab', Arial, sans-serif;
    font-weight: 400;
    font-size: 20px;
    font-size: 2rem;
    padding: 9px 15px;
    background-color: #ffffff;
    display: inline-block;
    color: #607d8b;
    text-transform: uppercase;
    margin-left: -60px;
}
#lgx-testimonial .lgx-testicarousel .item .lgx-client span {
    display: inline-block;
    margin: 10px 0;
}
#lgx-testimonial .lgx-testicarousel .item .lgx-client span i {
    font-size: 45px;
    color: #607d8b;
}
#lgx-testimonial .lgx-testicarousel .item p {
    font-weight: 400;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 30px;
    color: #626262;
    font-family: 'Chivo', Arial, sans-serif;
    padding: 0 50px;
}
.lgx-testimonial-dark {
    background: url('../../img/bg-testimonial.jpg') center center no-repeat fixed;
    -webkit-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}
/*-------------------------------------------------------------------*/
/* 2.12. CONTACT SECTION
-------------------------------------------------------------------*/
#lgx-contact {
    background-color: #ffffff;
    margin: 0;
    padding: 30px 0 20px 0;
}
#lgx-contact .lgx-inner {
    padding: 0;
}
#lgx-contact .lgx-contactform .form-control {
    background-color: transparent;
    font-family: 'Roboto Slab', Arial, sans-serif;
    font-weight: 300;
    font-size: 16px;
    font-size: 1.6rem;
    min-height: 40px;
    text-align: right;
    border-width: 0 0 2px 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-bottom: 8px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
#lgx-contact .lgx-contactform .form-control:focus {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #607d8b;
    outline: 0;
    text-align: left;
}
#lgx-contact .lgx-contactform .help-block {
    margin-bottom: 0;
}
#lgx-contact .lgx-contactform .lgxsendme-area {
    float: right;
    font-family: 'Roboto Slab', Arial, sans-serif;
    font-weight: 300;
    font-size: 16px;
    font-size: 1.6rem;
}
#lgx-contact .lgx-contactform .lgx-send {
    float: right;
    margin-top: 10px;
    clear: both;
    font-size: 20px;
    font-size: 2rem;
    padding: 10px 35px;
    font-family: 'Chivo', Arial, sans-serif;
    font-weight: 400;
}
#lgx-contact .lgx-contactform .form-group {
    margin-bottom: 15px;
}
#lgx-contact .lgx-contactform .help-block {
    color: #a94442;
}
#lgx-contact .lgx-darkcontactform .form-group {
    margin-bottom: 50px;
}
#lgx-contact .lgx-gmap .map_canvas {
    min-height: 535px;
    width: 100%;
    z-index: 2;
}
#lgx-contact .lgx-gmap #map_canvas h1 {
    color: #607d8b;
    text-align: center;
}
#lgx-contact .lgx-gmap #map_canvas div {
    text-align: center;
}
#lgx-contact .lgx-gmap #map_canvas img {
    max-width: none;
}
#lgx-contact .lgx-gmap #content {
    text-align: center;
}
#lgx-contact .lgx-gmap #content #firstHeading {
    color: #607d8b;
}
#lgx-contact #lgx-full-map {
    padding: 50px 0 20px 0;
    position: static;
}
/*-------------------------------------------------------------------*/
/* 2.13. ADDRESS SECTION
-------------------------------------------------------------------*/
#lgx-address {
    background: url('../../img/address-bg.jpg') center center no-repeat fixed;
    -webkit-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    margin: 0;
}
#lgx-address .lgx-inner {
    background: rgba(34, 34, 34, 0.9);
    color: #ffffff;
}
#lgx-address .lgx-box {
    text-align: center;
}
#lgx-address .lgx-box .lgx-icon {
    margin: 15px 0;
    display: inline-block;
    height: 80px;
    width: 80px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 2px solid #607d8b;
    padding-top: 14px;
    padding-left: 3px;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -ms-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    cursor: pointer;
}
#lgx-address .lgx-box .lgx-icon i {
    font-size: 45px;
    color: #607d8b;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}
#lgx-address .lgx-box .lgx-icon:hover {
    background-color: #607d8b;
    border-color: #516f7d;
}
#lgx-address .lgx-box .lgx-icon:hover i {
    color: #ffffff;
}
/*-------------------------------------------------------------------*/
/* 2.14. FOOTER SECTION
-------------------------------------------------------------------*/
#lgx-footer {
    background-color: #222222;
    padding: 25px 0;
    color: #ffffff;
}
#lgx-footer p.lgx-copy {
    margin: 0;
    padding: 0;
}
#lgx-footer p.lgx-copy span {
    color: #607d8b;
    font-weight: 700;
}
.lgx-theme-options {
    position: fixed;
    top: 130px;
    width: 240px;
    z-index: 999;
    background: #fff;
}
.lgx-theme-options.left-pane {
    -webkit-transition: left 400ms;
    -moz-transition: left 400ms;
    -ms-transition: left 400ms;
    -o-transition: left 400ms;
    transition: left 400ms;
    left: -240px;
}
.lgx-theme-options.left-pane .lgx-option-trigger {
    right: -48px;
}
.lgx-theme-options.left-pane.lgx-open {
    left: 0;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.lgx-theme-options.left-pane .layout-img-holder {
    right: -375px;
}
.lgx-theme-options.right-pane {
    -webkit-transition: right 400ms;
    -moz-transition: right 400ms;
    -ms-transition: right 400ms;
    -o-transition: right 400ms;
    transition: right 400ms;
    right: -240px;
}
.lgx-theme-options.right-pane .lgx-option-trigger {
    left: -48px;
}
.lgx-theme-options.right-pane.lgx-open {
    right: 0;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.lgx-theme-options.right-pane .layout-img-holder {
    left: -375px;
}
.lgx-option-trigger {
    position: absolute;
    top: 0;
    background: #fff;
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    font-size: 24px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.lgx-options-inner {
    position: relative;
    padding: 20px;
    min-height: 48px;
}
.lgx-option-section {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #f1f1f1;
}
.lgx-option-section h4 {
    color: #333;
    margin: 0 0 10px;
    font-size: 14px;
    line-height: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.lgx-option-section .checkbox {
    margin-bottom: 0;
}
.lgx-option-section:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0;
}
.lgx-presets,
.lgx-bg-images,
.lgx-bg-layout {
    list-style: none;
    padding: 0;
    margin: -5px;
}
.lgx-presets li,
.lgx-bg-images li,
.lgx-bg-layout li {
    display: block;
    float: left;
    margin: 5px;
}
.lgx-presets li a,
.lgx-bg-images li a,
.lgx-bg-layout li a {
    display: block;
    width: 42px;
    height: 42px;
    border-radius: 2px;
    float: left;
}
.lgx-presets li.active a {
    -webkit-box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.2) inset;
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.2) inset;
}
.lgx-bg-images li a {
    border: 3px solid #c5c8c6;
}
.lgx-bg-images li.active a {
    border-color: #22b8f0;
}
.lgx-bg-images img {
    width: 100%;
}
.lgx-bg-layout li a {
    width: 95px;
    height: 75px;
    padding: 5px;
    position: relative;
}
.lgx-bg-layout li a:hover .layout-img-holder {
    display: block;
    visibility: visible;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -ms-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
}
.lgx-bg-layout img {
    position: static;
}
.layout-img-holder {
    position: absolute;
    padding: 5px;
    border-radius: 3px;
    background: #fff;
    width: 400px;
    top: -280px;
    display: none;
    visibility: hidden;
}
.fadeInUp {
    -webkit-animation-name: fadeInUp;
    -moz-animation-name: fadeInUp;
    -o-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}
@-moz-keyframes fadeInUp {
    0% {
        opacity: 0;
        -moz-transform: translateY(20px);
    }
    100% {
        opacity: 1;
        -moz-transform: translateY(0);
    }
}
@-o-keyframes fadeInUp {
    0% {
        opacity: 0;
        -o-transform: translateY(20px);
    }
    100% {
        opacity: 1;
        -o-transform: translateY(0);
    }
}
@keyframes fadeInUp {
    0% {
        opacity: 0;
        -ms-transform: translateY(20px);
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}
/********************************************************************/
/* 3. RESPONSIVE STYLES
*********************************************************************/
/*==================================================
     =            Bootstrap 3 Media Queries      =
  ==================================================*/
/* Wide Screens */
@media only screen and (min-width: 1400px) {
    /* ***********TOP NAV*************/
    .lgx-leftnav .lgx-leftmenu-items {
        padding-top: 25%;
    }
    /* *********** HEADER*************/
    #lgx-header .lgx-person {
        margin-top: 110px;
    }
    #lgx-header .lgx-intro {
        padding-top: 30%;
    }
    /* *********** PORTFOLIO*************/
    #lgx-portfolio .lgx-expand-area {
        margin-top: 5.5%;
    }
}
/* Wide Screens */
@media only screen and (max-width: 1201px) {
    /* ***********TOP NAV*************/
    .lgx-leftnav .lgx-leftmenu-items {
        padding-top: 15%;
    }
    .lgx-leftnav .lgx-leftmenu-items .lgx-menu-item {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    /* *********** PORTFOLIO*************/
    #lgx-portfolio .lgx-expand-area {
        margin-top: 5.5%;
    }
}
/* Large Devices */
@media only screen and (max-width: 1200px) {
    /* BASIC TYPO */
    html {
        font-size: 60%;
    }
    .lgx-section {
        margin: 0 0 30px 0;
    }
    .lgx-inner {
        padding: 40px 0;
    }
    .lgx-inner .lgx-subinner {
        padding: 20px 0;
    }
    /** portfolio **/
    #lgx-portfolio .lgx-gallery li {
        width: 33.3%;
    }
}
/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
    /* BASIC TYPO */
    html {
        font-size: 50%;
    }
    .lgx-section {
        margin: 0 0 25px 0;
    }
    .lgx-inner {
        padding: 35px 0;
    }
    .lgx-inner .lgx-subinner {
        padding: 25px 0;
    }
    .lgx-title {
        margin: 0 0 20px 0;
    }
    .lgx-subtitle {
        margin-bottom: 25px;
    }
    /**************** RESUME 992 ******************/
    #lgx-resume .lgx-title {
        margin: 0 0 25px 0;
    }
    /* HEADER  */
    #lgx-header .lgx-leftnav .lgx-leftmenu-items a.lgx-menu-item {
        font-size: 22px;
        font-size: 2.2rem;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    #lgx-header .lgx-leftnav .lgx-menu {
        width: 300px;
    }
    /***************** BLOG  *************/
    #lgx-blog {
        padding-top: 90px;
    }
    #lgx-blog .lgx-inner {
        padding: 25px 0;
    }
    /**************** portfolio  ******************/
    #lgx-portfolio {
        padding-top: 90px;
    }
    #lgx-portfolio .lgx-gallery li {
        width: 33.3%;
    }
    #lgx-portfolio .lgx-gallery figcaption .cap-header {
        margin-top: 10px;
        display: inline-block;
    }
    /* Skills  */
    #lgx-skills .lgx-skillscontent .lgx-skills-description {
        padding-left: 6%;
    }
    /******************* LGX CONTACT 992 **********************/
    /* #lgx-contact{
      background-color: @white-color;
      padding: 90px 0 35px 0;
      #lgx-gmap {
        .map_canvas {
          min-height: 450px;
        }
      }
    }*/
    #lgx-contact {
        background-color: #ffffff;
        padding: 30px 0 25px 0;
    }
    #lgx-contact #lgx-gmap {
        padding: 0;
        position: relative;
        top: 0px;
    }
    #lgx-contact #lgx-gmap .map_canvas {
        min-height: 450px;
    }
    /******************* TESTIMONIAL **********************/
    #lgx-testimonial .lgx-testicarousel .item .lgx-client h2 {
        margin-right: -38px;
    }
    #lgx-testimonial .lgx-testicarousel .item .lgx-client h3 {
        margin-left: -40px;
    }
    /**************** portfolio  ******************/
    #lgx-profile .lgx-personalinfo ul.lgx-introinfo li span {
        min-width: 80px;
    }
}
/* Small Devices, Tablets */
@media only screen and (max-width: 767px) {
    /*************** BASIC TYPO XS 768 ***********/
    html {
        font-size: 60%;
    }
    .xs-text-center {
        text-align: center;
    }
    .lgx-section {
        margin: 0 0 25px 0;
    }
    .lgx-theme-options {
        display: none;
    }
    .lgx-title {
        margin: 0 0 25px 0;
    }
    .lgx-title .lgx-heading {
        border-style: none;
    }
    .lgx-title .lgx-lead {
        text-align: center;
    }
    .lgx-inner {
        padding: 30px 0;
    }
    .lgx-inner .lgx-subinner {
        padding: 20px 0 0 0;
    }
    .lgx-subtitle {
        margin-bottom: 25px;
    }
    /**************** RESUME 768 ******************/
    #lgx-resume {
        padding-top: 70px;
    }
    #lgx-resume .lgx-title {
        margin: 0 0 15px 0;
    }
    /************** HEADER XS 768  ************** */
    #lgx-header {
        margin-bottom: 0;
    }
    #lgx-header .lgx-inner {
        padding: 50px 0;
    }
    #lgx-header .lgx-intro {
        padding: 0;
        text-align: center;
    }
    #lgx-header .lgx-person-area {
        float: none;
    }
    #lgx-header .lgx-intro-area {
        float: none;
    }
    #lgx-header .lgx-person {
        margin-top: 0;
    }
    #lgx-header .lgx-leftnav .lgx-leftmenu-items a.lgx-menu-item {
        font-size: 25px;
        font-size: 2.5rem;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    #lgx-header .lgx-leftnav .lgx-menu {
        width: 300px;
    }
    /***************** BLOG  XS 768 *************/
    #lgx-blog {
        padding-top: 70px;
    }
    #lgx-blog .lgx-inner {
        padding: 20px 0;
    }
    /***************** SKIILLS XS 768 *************/
    #lgx-skills .lgx-skills-description {
        padding-left: 0;
    }
    /***************** PROFOFILE XS 768 *************/
    #lgx-profile {
        padding-top: 70px;
    }
    #lgx-profile .lgx-profile-person {
        float: none;
    }
    #lgx-profile .lgx-about-area {
        float: none;
    }
    /**************** portfolio XS 768 ******************/
    #lgx-portfolio {
        padding-top: 70px;
    }
    #lgx-portfolio .lgx-gallery li {
        width: 50%;
    }
    #lgx-portfolio .lgx-gallery .lgx-portfolio-img {
        width: 100%;
    }
    #lgx-portfolio .lgx-modal .lgx-modal-title {
        margin: 15px 0;
    }
    #lgx-portfolio .lgx-selector {
        margin-bottom: 30px;
    }
    #lgx-portfolio .lgx-selector li {
        margin: 6px 0;
        padding: 0;
    }
    /**************** HIRE  XS 768 ******************/
    #lgx-hire .lgx-hirecontent {
        background-color: transparent;
        padding: 0;
        padding-bottom: 30px;
        margin: 0;
        text-align: center;
    }
    #lgx-hire .lgx-hirecontent ul {
        display: inline-block;
        text-align: left;
    }
    /******************* LGX CONTACT XS 768 **********************/
    #lgx-contact {
        background-color: #ffffff;
        padding: 30px 0 25px 0;
    }
    #lgx-contact #lgx-gmap {
        padding: 70px 0;
        position: relative;
        top: 50px;
    }
    #lgx-contact #lgx-gmap .map_canvas {
        min-height: 400px;
    }
    /******************* TESTIMONIAL XS 768  **********************/
    #lgx-testimonial .lgx-testicarousel .item .lgx-client h2 {
        margin: 0;
    }
    #lgx-testimonial .lgx-testicarousel .item .lgx-client h3 {
        margin: 0;
    }
    #lgx-testimonial .lgx-testicarousel .item .lgx-client span {
        margin-top: 15px;
    }
    /******************* Skills XS 768  **********************/
    #lgx-skills {
        background: url('../../img/skills-bg-mobile.jpg') center center no-repeat fixed;
        -webkit-background-size: cover;
        -o-background-size: cover;
        -moz-background-size: cover;
        background-size: cover;
    }
    #lgx-skills .lgx-skillscontent {
        margin-right: -15px;
        padding: 0 5px 50px 5px;
    }
    #lgx-skills .lgx-skillscontent .lgx-skills-description {
        padding-left: 0;
    }
    #lgx-skills .lgx-group-progress {
        margin: 50px 0;
        display: inline-block;
        width: 100%;
        padding-left: 5%;
        padding-right: 5%;
    }
    /**************** AWARD 768 ******************/
    #lgx-award {
        background-image: none;
        margin-bottom: 0;
    }
    #lgx-award .lgx-inner {
        padding: 25px 0;
    }
    /**************** portfolio 768 ******************/
    #lgx-profile .lgx-personalinfo ul.lgx-introinfo li span {
        min-width: 70px;
    }
    /**************** portfolio 768 ******************/
    #lgx-service {
        padding-top: 30px;
        margin-bottom: 0;
    }
    /**************** Background Image 768 ******************/
}
/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
    /*************** BASIC TYPO XS 480 ***********/
    html {
        font-size: 45%;
    }
    /* HEADER  */
    #lgx-header .lgx-leftnav .lgx-leftmenu-items a.lgx-menu-item {
        font-size: 25px;
        font-size: 2.5rem;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    #lgx-header .lgx-leftnav .lgx-menu {
        width: 300px;
    }
    /*****PORTFOLIO****/
    #lgx-portfolio {
        padding-top: 70px;
    }
    #lgx-portfolio .lgx-gallery li {
        width: 100%;
    }
    /* Skills  */
    #lgx-skills .lgx-skillscontent .lgx-skills-description {
        padding-left: 1%;
    }
    /**************** portfolio ******************/
    #lgx-profile .lgx-personalinfo ul.lgx-introinfo li span {
        min-width: 60px;
    }
    /**************** portfolio ******************/
    #lgx-portfolio .lgx-selector {
        margin-bottom: 25px;
    }
    #lgx-portfolio .lgx-selector li {
        margin: 4px 0;
        padding: 0;
    }
    #lgx-portfolio .lgx-selector li a {
        font-weight: 700;
        font-size: 12px;
        font-size: 1.2rem;
    }
    #lgx-portfolio .lgx-selector li a:before {
        margin-right: 2px;
    }
    #lgx-portfolio .lgx-selector li a:after {
        margin-left: 2px;
    }
}
/* Custom, iPhone Retina */
@media only screen and (min-width: 768px) and (max-width: 850px) {
    #lgx-portfolio .lgx-gallery-default figure:hover a.lgx-expand {
        padding: 3px 6px 2px 10px;
        margin: 10px;
    }
}
@media only screen and (min-width: 480px) and (max-width: 640px) {
    #lgx-portfolio .lgx-gallery-default figure:hover a.lgx-expand {
        padding: 3px 6px 2px 10px;
        margin: 10px;
    }
}
/********************************************************************/
/*  LGX STYLE END ***************************************************
*********************************************************************/
/*-------------------------------------------------------------------*/
/* Theme Options:
-------------------------------------------------------------------*/
