/*
 @Author: Design Creatick
 @URL: designcreatick.com
 This file contains the styling for the actual theme, this
 is the file you need to edit to change the look of the
 theme.
 However we used Less script to make things easy to maintain, this is the compressed ourput, we recommend to edit the less files and then recombile the files and add the result here, if you don't like to use less you can edit this file here.
 
 This files contents are outlined below.
 01.	Theme Reset Style
 02.	Global Elements
 03.	Header
 07.	About Us
 09.	Counter
 10.	Portfolio
 11.	Pricing Table
 12.	Our Team
 13.	Why Choose Us
 15.	Our Blog
 19.	Contact Us
 20.	Footer
*/
/* =============================================
                        Theme Reset Style
============================================= */

@import url('https://fonts.googleapis.com/css?family=Poppins:300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,400i,600,600i,700,700i,900,900i');
* {
    margin: 0px;
    padding: 0px;
}
html,
body {
    position: relative;
    height: 100%;
}
body {
    color: #878787;
    background: #fff;
    font: 14px/24px 'Poppins', sans-serif;
}
.source-sans-font {
    font-family: 'Source Sans Pro', sans-serif;
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
    color: #fff;
    font-style: normal;
    font-family: 'Poppins', sans-serif;
}
h1 {
    font-size: 48px;
}
h2 {
    font-size: 36px;
}
h3 {
    font-size: 24px;
}
h4 {
    font-size: 18px;
}
h5 {
    font-size: 16px;
}
h6 {
    font-size: 14px;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #fff;
}
p a {} p a:hover {
    text-decoration: underline;
}
p {
    letter-spacing: normal;
    line-height: 23px;
    margin: 0 0 20px;
    color: #fff;
}
a {
    text-decoration: none;
}
a:hover,
a:focus,
a:active {
    outline: none;
    text-decoration: none;
}
ul {
    margin: 0;
}
figure {
    margin-bottom: 6px;
    position: relative;
}
img {
    height: auto;
    max-width: 100%;
}
strong {
    color: #414141;
}
iframe {
    border: none;
    float: left;
    width: 100%;
}
.wp-caption,
.wp-caption-text,
.gallery-caption,
.bypostauthor {} .wp-caption.alignleft,
.wp-caption.alignnone {
    width: 100%;
}
button {
    border: none;
}
textarea,
select,
.it-select select,
.form-control,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
    outline: none;
    background: none;
    display: inline-block;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    resize: none;
}
.form-group {
    margin: 0 0 20px;
}
.form-control::-moz-placeholder {
    text-transform: capitalize;
    color: #fff;
}
.form-control:focus::-moz-placeholder,
input:focus,
.select select:focus,
.form-control:focus {
    color: #fff;
    border-color: #fff;
    box-shadow: none !important;
}
label {
    color: #414141;
    display: block;
    font-weight: 400;
    margin-bottom: 10px;
}
form p {
    float: left;
    position: relative;
    width: 100%;
}
form p span i {
    color: #474747;
    left: 16px;
    position: absolute;
    top: 13px;
}
option {
    padding: 5px 15px;
}
li {
    line-height: 28px;
}
ul ul {
    margin-left: 20px;
}
ol {
    float: none;
    list-style: decimal;
    padding-left: 15px;
}
table {
    background-color: transparent;
    max-width: 100%;
}
th {
    text-align: left;
}
table {
    margin-bottom: 15px;
    width: 100%;
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 100%;
}

td, th {
  	border: 1px solid #dddddd;
  	text-align: left;
	border-top: 1px solid #d2d2d2;
    border: 1px solid #d2d2d2;
    line-height: 2.5;
    padding-left: 8px;
    padding-right: 8px;

    vertical-align: top;

}

tr:nth-child(even) {
  background-color: #dddddd;
}
p ins {
    color: #999;
}
dl dd {
    margin-left: 20px;
}
address {
    font-style: italic;
}
/*=============================================
				Global Elements
=============================================*/

.white-color h1,
.white-color h2,
.white-color h3,
.white-color h4,
.white-color h5,
.white-color h6,
.white-color p {
    color: #fff;
}
.yellow-bg {
    background: #fdf06e;
}
.skin-bg {
    background: #efe8d8;
}
.skin-bg h1,
.skin-bg h2,
.skin-bg h3,
.skin-bg h4,
.skin-bg h5,
.skin-bg h6,
.skin-bg p {
    color: #2196f3;
}
.dark-bg {
    background: #1b1d1c;
}
.white-bg {
    background: #f4f4f4;
}
.black-color {
    color: #1b1d1c !important;
}
.blue-color h1,
.blue-color h2,
.blue-color h3,
.blue-color h4,
.blue-color h5,
.blue-color h6,
.blue-color p {
    color: #2196f3;
}
.gradient-bg {
    background: linear-gradient(35deg, #2196f3, #6fb9f3);
    background-size: 400% 400%;
    -webkit-animation: AnimationName 0s ease infinite;
    -moz-animation: AnimationName 0s ease infinite;
    -o-animation: AnimationName 0s ease infinite;
    animation: AnimationName 0s ease infinite;
}
.gradient-height {
    height: 800px;
}
.parallax-bg {
    background: url(../images/background/parallax-bg.jpg) center 0 no-repeat;
    background-size: cover;
    height: 800px;
}
.fixed-bg {
    background-attachment: fixed!important;
}
.overlay-bg {
    background: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;
    position: absolute;
}
.overlay-bg-dark {
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
}
.overlay-bg-light {
    background: rgba(255, 255, 255, 0.3);
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
}
.overlay-bg-dark h3,
.overlay-bg-dark h1,
.overlay-bg-dark p,
.gradient-overlay-bg h3,
.gradient-overlay-bg h1,
.gradient-overlay-bg p {
    color: #fff!important;
}
.gradient-overlay-bg {
    background: rgba(0, 0, 0, 0.8);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.54) 0%, rgba(0, 0, 0, 0.38) 100%);
    /* FF3.6-15 */
    
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.54) 0%, rgba(0, 0, 0, 0.38) 100%);
    /* Chrome10-25,Safari5.1-6 */
    
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.54) 0%, rgba(0, 0, 0, 0.38) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#8a000000', endColorstr='#61000000', GradientType=0);
    /* IE6-9 */
    
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
}
.parallax-bg-2 {
    background: url(../images/background/parallax-bg-2.jpg) center 0 no-repeat;
    background-size: cover;
}
.parallax-bg-3 {
    background: url(../images/background/parallax-bg-3.jpg) center 0 no-repeat;
    background-size: cover;
}
.static-bg {
    background: url(../images/background/static-bg.jpg) center 0 no-repeat;
    background-size: cover;
    height: 800px;
}
.dark-color {
    color: #1b1d1c;
}
.white-color {
    color: #fff;
}
.blue-color {
    color: #2196f3;
}
.box-shadow {
    box-shadow: 0 20px 30px 0 rgba(17, 21, 23, .1);
}
.main-section p {
    font-size: 18px;
    line-height: 1.5em;
    color: #888;
    font-weight: 300;
}
.member-socialicons {
    overflow: hidden;
    list-style: none;
    text-align: center;
    line-height: 20px;
}
.member-socialicons li {
    float: left;
    padding: 0 10px;
    line-height: inherit;
    list-style-type: none;
}
.member-socialicons li a {
    color: #fff;
    display: block;
}
.member-socialicons li a:hover {
    color: #2196f3;
}
.member-socialicons li a i {
    display: block;
    font-size: 13px;
    text-align: center;
}
.row.no-gutters {
    margin-right: 0;
    margin-left: 0;
}
.no-bottom-padding {
    padding-bottom: 0;
}
.no-gutters > [class^="col-"],
.no-gutters > [class*="col-"],
.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}
.no-top-padding {
    padding-top: 0;
}
#particles-js {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}
.header-top-area {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999;
    display: none;
}
.welcome-image-area {
    position: relative;
    height: 100%;
    background: url(../images/background/partical-bg.jpg);
    background-size: cover;
    z-index: 1;
}
.welcome-image-area:after {
    position: absolute;
    background: rgba(0, 0, 0, .6);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: -1;
}
.display-table {
    display: table;
    width: 100%;
    height: 100%;
}
.display-table-cell {
    display: table-cell;
    vertical-align: middle;
}
/*=============================================
                Theme Pagination
=============================================*/

.navbar {
    position: absolute;
    z-index: 99999;
    top: 0;
    left: 0;
    width: 100%;
    padding: 35px 0 0;
    margin: 0;
    border: 0;
    border-radius: 0;
}
.navbar .brand {
    float: left;
}
.navbar-toggle {
    margin-top: 15px;
    padding: 0;
}
.navbar-toggle .icon-bar {
    background-color: #2196f3;
    height: 2px;
    width: 30px;
}
.navbar-toggle .icon-bar + .icon-bar {
    margin-top: 5px;
}
@media (max-height: 320px) {
    .navbar .navbar-collapse {
        max-height: 240px;
    }
}
.navbar-nav li a:hover,
.navbar-nav .active > a,
.navbar.affix .navbar-nav li > a:hover,
.navbar.affix .navbar-nav .active > a {
    color: #2196f3;
}
/* 2.1 Brand */

.brand {
    display: inline-block;
    margin: 0 0 15px 15px;
    text-align: center;
    font-size: 25px;
    line-height: 1;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    letter-spacing: 0.1em;
}
.brand span {
    display: inline-block;
}
.brand:hover,
.brand:focus {
    text-decoration: none;
}
/* 2.2 Navigation */

.navbar-nav {
    margin-top: 4px;
    font-size: 14px;
}
.navbar-nav li {
    position: relative;
    margin-top: 0;
    -webkit-perspective: 2000px;
    perspective: 2000px;
    font-family: 'Poppins', sans-serif;
}
.navbar-nav li a {
    color: #fff;
    text-decoration: none;
    padding: 0px 15px;
    font-size: 15px;
    text-transform: uppercase;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    transition: color 0.3s;
}
.navbar-nav li a::after {
    bottom: 0;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    transform: translateY(10px);
}
.navbar-nav li a::before,
.navbar-nav li a::after {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background: #fff;
    content: '';
    opacity: 0;
    bottom: -5px;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    -moz-transition: opacity 0.3s, -moz-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    transform: translateY(-10px);
}
.navbar-nav li a:hover::before,
.navbar-nav li a:hover::after {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px);
}
.navbar-nav li a::before {
    top: -5px;
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    transform: translateY(-10px);
}
.navbar.affix .navbar-nav a {
    color: #fff;
}
.navbar.affix .logo a {
    color: #2196f3;
}
.navbar-nav li a:hover,
.navbar-nav li a:focus,
.navbar-nav .active > a {
    color: #2196f3;
    background-color: transparent;
}
.navbar-nav li .submenu {
    display: none;
    position: absolute;
    left: -15px;
    top: 150%;
    visibility: hidden;
    overflow: hidden;
    opacity: 0;
    z-index: 10;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.navbar-nav li ul {
    margin-top: 21px;
    min-width: 200px;
    background: rgba(14, 14, 14, 0.9);
}
.navbar-nav li:hover .submenu {
    top: 100%;
    visibility: visible;
    opacity: 1;
}
.navbar-nav li li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
.navbar-nav li li:last-child {
    border-bottom: 0;
}
.navbar-nav li li a {
    display: block;
    padding: 12px 20px 10px;
}
/* 2.3 Affix */

.navbar.affix {
    position: fixed;
    top: 0;
    background-color: rgba(0, 0, 0, 01);
    padding-top: 20px;
    box-shadow: 0 -12px 30px 0 rgba(17, 21, 23, .2);
    padding-bottom: 20px;
}
.slider-bg .flexslider li h1,
.slider-bg .flexslider li h2,
.slider-bg .flexslider li .banner-text p,
.slider-bg .flexslider li .banner-text h3,
.slider-bg .flexslider li .banner-text h4,
.slider-bg .flexslider li .banner-text h5,
.slider-bg .flexslider li .banner-text h6,
.bg-video .banner-text h1,
.bg-video .banner-text h2,
.bg-video .banner-text h3,
.bg-video .banner-text p {
    -webkit-animation-duration: .6s;
    animation-duration: .6s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
.slider-bg .flex-active-slide .banner-text h1,
.slider-bg .flex-active-slide .banner-text h2,
.slider-bg .flex-active-slide .banner-text h3,
.slider-bg .flex-active-slide .banner-text h4,
.slider-bg .flex-active-slide .banner-text h5,
.slider-bg .flex-active-slide .banner-text h6,
.slider-bg .flex-active-slide .banner-text p,
.bg-video .banner-text h1,
.bg-video .banner-text h2,
.bg-video .banner-text h3,
.bg-video .banner-text p {
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
    -webkit-animation-duration: .6s;
    animation-duration: .6s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
.slider-bg .flex-active-slide .banner-text h2,
.bg-video h2 .banner-text h2 {
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
}
.slider-bg .flex-active-slide .banner-text p,
.bg-video .banner-text p {
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
}
.title-section h3 {
    font-size: 40px;
    letter-spacing: 5px;
    font-weight: 700;
    font-family: 'Source Sans Pro', sans-serif;
    margin-top: 0;
}
/*=============================================
                        Header
=============================================*/

.logo {
    float: left;
    letter-spacing: 10px;
    position: relative;
}
.logo:after {
    content: '';
    position: absolute;
    top: -5px;
    left: 2px;
    height: 2px;
    background: #fff;
    width: 20px;
}
.logo a,
.logo a img {
    display: block;
    color: #fff;
    font-size: 30px;
}
.logo a:hover,
.logo a:focus {
    color: #2196f3;
}
/*=============================================
                        Useful Classes
=============================================*/

::-webkit-input-placeholder {
    color: #1b1d1c;
}
::-moz-placeholder {
    color: #1b1d1c;
}
:-ms-input-placeholder {
    color: #1b1d1c;
}
:-moz-placeholder {
    color: #1b1d1c;
}
.relative {
    position: relative;
}
.absolute {
    position: absolute;
}
.upper-case {
    text-transform: uppercase;
}
.lower-case {
    text-transform: lowercase;
}
.capitalize {
    text-transform: capitalize;
}
.font-12px {
    font-size: 12px;
}
.font-14px {
    font-size: 14px;
}
.font-16px {
    font-size: 16px;
}
.font-18px {
    font-size: 18px;
}
.font-20px {
    font-size: 20px;
}
.font-26px {
    font-size: 26px;
}
.font-30px {
    font-size: 30px;
}
.font-35px {
    font-size: 35px;
}
.font-40px {
    font-size: 40px;
}
.font-50px {
    font-size: 50px;
}
.font-80px {
    font-size: 80px;
}
.font-100px {
    font-size: 100px;
}
.font-120px {
    font-size: 120px;
}
.font-130px {
    font-size: 130px;
}
.font-italic {
    font-style: italic;
}
.font-light {
    font-weight: 400;
}
.font-bold {
    font-weight: bold;
}
a:hover,
a:focus {
    color: #1a237e;
}
.primary-color {
    color: #1e1e1e;
}
.secondary-color {
    color: #1a237e;
}
.white-color {
    color: #fff !important;
}
.line-height-24 {
    line-height: 24px !important;
}
.line-height-22 {
    line-height: 22px !important;
}
.line-height-26 {
    line-height: 26px !important;
}
.line-height-30 {
    line-height: 30px !important;
}
.line-height-35 {
    line-height: 35px !important;
}
.line-height-40 {
    line-height: 40px !important;
}
.line-height-45 {
    line-height: 45px !important;
}
.line-height-50 {
    line-height: 50px !important;
}
.letter-spacing-0 {
    letter-spacing: 0px;
}
.letter-spacing-5 {
    letter-spacing: 5px;
}
.letter-spacing-10 {
    letter-spacing: 10px;
}
.letter-spacing-15 {
    letter-spacing: 15px
}
.letter-spacing-20 {
    letter-spacing: 20px;
}
.letter-spacing-25 {
    letter-spacing: 25px;
}
.mt-minus-10 {
    margin-top: -10px;
}
.mt-minus-20 {
    margin-top: -20px;
}
.mt-minus-30 {
    margin-top: -30px;
}
.mt-minus-40 {
    margin-top: -40px;
}
.mt-minus-50 {
    margin-top: -50px;
}
.mt-0 {
    margin-top: 0px;
}
.mt-10 {
    margin-top: 10px;
}
.mt-20 {
    margin-top: 20px;
}
.mt-30 {
    margin-top: 30px;
}
.mt-40 {
    margin-top: 40px;
}
.mt-50 {
    margin-top: 50px;
}
.mt-60 {
    margin-top: 60px;
}
.mt-70 {
    margin-top: 70px;
}
.mt-80 {
    margin-top: 80px;
}
.mt-90 {
    margin-top: 90px;
}
.mt-100 {
    margin-top: 100px !important;
}
.mt-110 {
    margin-top: 110px;
}
.mt-120 {
    margin-top: 120px;
}
.mt-130 {
    margin-top: 130px;
}
.mt-135 {
    margin-top: 135px;
}
.mt-140 {
    margin-top: 140px;
}
.mt-150 {
    margin-top: 150px;
}
.ml-10 {
    margin-left: 10px;
}
.ml-15 {
    margin-left: 15px;
}
.ml-20 {
    margin-left: 20px;
}
.ml-30 {
    margin-left: 30px;
}
.ml-40 {
    margin-left: 40px;
}
.ml-50 {
    margin-left: 50px;
}
.ml-60 {
    margin-left: 60px;
}
.ml-70 {
    margin-left: 70px;
}
.ml-80 {
    margin-left: 80px;
}
.mb-0 {
    margin-bottom: 0px;
}
.mb-10 {
    margin-bottom: 10px;
}
.mb-20 {
    margin-bottom: 20px;
}
.mb-30 {
    margin-bottom: 30px;
}
.mb-40 {
    margin-bottom: 40px;
}
.mb-50 {
    margin-bottom: 50px;
}
.mb-60 {
    margin-bottom: 60px;
}
.mb-70 {
    margin-bottom: 70px;
}
.mb-80 {
    margin-bottom: 80px;
}
.mb-90 {
    margin-bottom: 90px;
}
.mb-100 {
    margin-bottom: 100px;
}
.mb-110 {
    margin-bottom: 110px;
}
.mb-120 {
    margin-bottom: 120px;
}
.pt-0 {
    padding-top: 0!important;
}
.pt-10 {
    padding-top: 10px;
}
.pt-15 {
    padding-top: 15px;
}
.pt-20 {
    padding-top: 20px;
}
.pt-25 {
    padding-top: 25px;
}
.pt-30 {
    padding-top: 30px;
}
.pt-35 {
    padding-top: 35px;
}
.pt-40 {
    padding-top: 40px;
}
.pt-45 {
    padding-top: 45px;
}
.pt-50 {
    padding-top: 50px;
}
.pt-55 {
    padding-top: 55px;
}
.pt-60 {
    padding-top: 60px;
}
.pt-65 {
    padding-top: 65px;
}
.pt-70 {
    padding-top: 70px;
}
.pt-75 {
    padding-top: 75px;
}
.pt-80 {
    padding-top: 80px;
}
.pt-85 {
    padding-top: 85px;
}
.pt-90 {
    padding-top: 90px;
}
.pt-100 {
    padding-top: 100px;
}
.pt-110 {
    padding-top: 110px;
}
.pt-120 {
    padding-top: 120px;
}
.pt-130 {
    padding-top: 130px;
}
.pt-140 {
    padding-top: 140px;
}
.pt-150 {
    padding-top: 150px;
}
.pb-0 {
    padding-bottom: 0;
}
.pb-10 {
    padding-bottom: 10px;
}
.pb-15 {
    padding-bottom: 15px;
}
.pb-20 {
    padding-bottom: 20px;
}
.pb-25 {
    padding-bottom: 25px;
}
.pb-30 {
    padding-bottom: 30px;
}
.pb-35 {
    padding-bottom: 35px;
}
.pb-40 {
    padding-bottom: 40px;
}
.pb-45 {
    padding-bottom: 45px;
}
.pb-50 {
    padding-bottom: 50px;
}
.pb-55 {
    padding-bottom: 55px;
}
.pb-60 {
    padding-bottom: 60px;
}
.pb-65 {
    padding-bottom: 65px;
}
.pb-70 {
    padding-bottom: 70px;
}
.pb-80 {
    padding-bottom: 80px!important;
}
.pb-90 {
    padding-bottom: 90px;
}
.pb-100 {
    padding-bottom: 100px;
}
.pb-110 {
    padding-bottom: 110px;
}
.pb-120 {
    padding-bottom: 120px;
}
.pl-0 {
    padding-left: 0;
}
.pl-10 {
    padding-left: 10px;
}
.pl-20 {
    padding-left: 20px;
}
.pl-30 {
    padding-left: 30px;
}
.pl-40 {
    padding-left: 40px;
}
.pl-50 {
    padding-left: 50px;
}
.pl-60 {
    padding-left: 60px;
}
.pl-70 {
    padding-left: 70px;
}
.pl-80 {
    padding-left: 80px!important;
}
.pl-90 {
    padding-left: 90px;
}
.pl-100 {
    padding-left: 100px;
}
.pl-110 {
    padding-left: 110px;
}
.pl-120 {
    padding-left: 120px;
}
.pr-0 {
    padding-right: 0;
}
.pr-10 {
    padding-right: 10px;
}
.pr-20 {
    padding-right: 20px;
}
.pr-30 {
    padding-right: 30px;
}
.pr-40 {
    padding-right: 40px;
}
.pr-50 {
    padding-right: 50px;
}
.pr-60 {
    padding-right: 60px;
}
.pr-70 {
    padding-right: 70px;
}
.pr-80 {
    padding-right: 80px!important;
}
.pr-90 {
    padding-right: 90px;
}
.pr-100 {
    padding-right: 100px;
}
.pr-110 {
    padding-right: 110px;
}
.pr-120 {
    padding-right: 120px;
}
.remove-padding {
    padding: 0!important;
}
.img-responsive {
    width: 100%;
}
hr.bottom-line-dark {
    border-top: 2px solid #1b1d1c;
    width: 75px;
    margin: 10px auto 10px;
}
hr.bottom-line-white {
    border-top: 2px solid #fff;
    width: 75px;
    margin: 10px auto 10px;
}
/*=============================================
                        Home Slider
=============================================*/
/*=============================================
					About us
=============================================*/
/*=============================================
                        Counter
=============================================*/

.theme-counters {
    width: 100%;
    float: left;
}
.counter {
    width: 25%;
    float: left;
    padding: 0 15px;
    text-align: center;
    -webkit-transition: all 400ms linear;
    transition: all 400ms linear;
    cursor: pointer;
}
.counter i {
    font-size: 30px;
    margin-bottom: 10px;
    color: #2196f3;
    padding: 5px;
    -webkit-transition: all linear 300ms;
    transition: all linear 300ms;
}
.counter:hover i {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
}
.counter h2 {
    margin: 0 0 30px;
    font-size: 60px;
    line-height: 50px;
    font-weight: normal;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    color: #1b1d1c;
}
.counter h3 {
    margin: 0;
    font-size: 18px;
    line-height: 18px;
    text-align: center;
    color: #1b1d1c;
}
/*=============================================
                        Portfolio
=============================================*/

.isotope {
    max-width: 100%;
}
/* clear fix */

.isotope:after {
    content: '';
    display: block;
    clear: both;
}
/* ---- .item ---- */

.item-img {
    float: left;
    width: 100%;
    height: auto;
}
.item.width2 {
    width: 200%;
}
.item.height2 {
    height: auto;
}
#portfolio .container {
    /*width: 100%;*/
}
/* ----GRID---- */

.portfolio-button-group {
    padding-bottom: 45px;
}
/* ========== Portfolio Filter ========== */

.gallery-filter {
    margin-bottom: 50px;
    text-align: center;
    overflow: hidden;
    cursor: default;
}
.gallery-filter-page {
    margin-top: -20px;
}
.gallery-filter li {
    font-family: 'Poppins', sans-serif;
    display: inline-block;
    height: 34px;
    margin: 0 15px 10px;
    padding: 0 20px;
    font-size: 16px;
    font-weight: 400;
    line-height: 34px;
    text-transform: uppercase;
    color: #54565c;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: border-color 160ms linear;
    -moz-transition: border-color 160ms linear;
    -o-transition: border-color 160ms linear;
    transition: border-color 160ms linear;
    letter-spacing: 2px;
    border: 1px solid #dcdcdc;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
    .gallery-filter li {
        line-height: 33px;
    }
}
.gallery-filter li:hover {
    cursor: pointer;
    color: #fff;
    background: #1b1d1c;
    border: 1px solid #1b1d1c;
}
.gallery-filter li.active {
    cursor: pointer;
    color: #fff;
    background: #1b1d1c;
    border: 1px solid #1b1d1c;
}
.active-filter .line-top,
.active-filter .line-bottom {
    width: 100%;
}
.active-filter .line-left,
.active-filter .line-right {
    height: 100%;
}
/* ========== Button - Lines ========== */

.btn-lines {
    position: relative;
}
.btn i {
    margin-left: 10px;
}
.btn-lines .line-top,
.btn-lines .line-bottom,
.btn-lines .line-left,
.btn-lines .line-right {
    position: absolute;
    background: #666;
    -webkit-transition: width 210ms ease-out 10ms, height 210ms ease-out 10ms;
    -moz-transition: width 210ms ease-out 10ms, height 210ms ease-out 10ms;
    -o-transition: width 210ms ease-out 10ms, height 210ms ease-out 10ms;
    transition: width 220ms ease-out 10ms, height 220ms ease-out 10ms;
}
.btn-lines .line-top,
.btn-lines .line-bottom {
    width: 0;
    height: 1px;
}
.btn-lines .line-top {
    top: 0;
    left: 0;
}
.btn-lines .line-bottom {
    bottom: 0;
    right: 0;
}
.btn-lines .line-left,
.btn-lines .line-right {
    width: 1px;
    height: 0;
}
.btn-lines .line-left {
    bottom: 0;
    left: 0;
}
.btn-lines .line-right {
    top: 0;
    right: 0;
}
.btn-lines:hover .line-top,
.btn-lines:hover .line-bottom {
    width: 100%;
}
.btn-lines:hover .line-left,
.btn-lines:hover .line-right {
    height: 100%;
}
/* EVEN GRID */

.grid {
    margin: 0px;
    max-width: 100%;
    text-align: center;
}
.grid:after {
    content: '';
    display: block;
    clear: both;
}
.grid-item {
    width: 100%;
    height: auto;
    background: #FFFFFF;
}
.grid-item-gut {
    width: 95%;
    height: auto;
    background: #FFFFFF;
}
/*3 COLUMN MASSONRY*/

.grid-masonry {
    margin: 0 auto;
    max-width: 1200px;
    text-align: center;
}
.m-grid-item {
    width: 100%;
    height: 100%;
    background: #FFFFFF;
    padding: 5px;
}
.m-grid-item--height2 {
    height: 100%;
}
/* 4 COLUMN MASSONRY*/

.m-grid-item-2 {
    width: 100%;
    height: 100%;
    background: #FFFFFF;
}
.m-grid-item-2--height2 {
    height: 100%;
}
.masonry-pad {}
/* Double width masonry */
/*.m-grid-item-2--width2 { height: 100%; }*/
/*PORTFOLIO HOVER EFFECT*/

.portfolio-hover {
    position: absolute;
    top: 0;
    left: 0%;
    width: 100%;
    height: 100%;
    margin: 0;
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.masonry-grid-3 .portfolio-hover,
.masonry-grid-4 .portfolio-hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.masonry-grid-4 .portfolio-hover {
    background: rgba(27, 29, 28, 0.8);
}
.grids-item:hover .portfolio-hover,
.grids-item:hover .portfolio-hover .portfolio-description,
.grids-item:hover .portfolio-hover .action-btn {
    opacity: 1;
}
.portfolio-hover .action-btn {
    position: absolute;
    top: 0;
    width: 100%;
    opacity: 0;
    text-align: center;
    font-size: 25px;
}
.portfolio-hover .action-btn a {
    color: rgba(255, 255, 255, 0.5);
}
.portfolio-hover .action-btn a:hover {
    color: rgba(255, 255, 255, 1);
}
.portfolio-hover .action-btn .port-title {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #fff;
}
.portfolio-hover .action-btn .port-subtitle {
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 3px;
    text-transform: uppercase;
}
.similar-project .portfolio-hover {
    position: absolute;
    top: 0;
    left: 5%;
    width: 95%;
    height: 95%;
    margin: 0;
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.grids-item:hover .portfolio-hover,
.grids-item:hover .portfolio-hover .portfolio-description,
.grids-item:hover .portfolio-hover .action-btn {
    opacity: 1;
}
.grids-item:hover .portfolio-hover .portfolio-description {
    bottom: 45%;
    margin-bottom: -90px;
}
.grids-item:hover .portfolio-hover .action-btn {
    top: 50%;
    margin-top: -55px;
}
/*=============================================
                        Pricing Table
=============================================*/

.pricing-grid1 {
    text-align: center;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
}
.pricing-grid3 {
    margin-right: 0;
}
.pricing-grid1:hover {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    z-index: 1;
    border: none;
    box-shadow: 0 35px 30px -15px rgba(17, 21, 23, .1);
}
.pricing-grid1:nth-child(3) {
    margin-right: 0;
}
.price-value h2 a {
    font-size: 30px;
    font-family: 'Poppins', sans-serif;
    color: #fff;
}
.price-value {
    background: rgba(33, 150, 243, 0.8);
    padding: 2.8em 1.8em 2em;
    border-bottom: 2px solid #1b1d1c;
    position: relative;
}
.price-value ul,
.pricing-grid1 ul {
    padding: 0;
}
.price-value ul li,
.pricing-grid1 {
    list-style: none;
}
.price-value ul li {
    list-style: none;
}
.price-value h5 span {
    color: #fff;
    font-size: 19px;
}
.price-value label {
    color: #fff;
    font-size: 17px;
}
.price-value h5 {
    padding: 11px 0;
}
.sale-box {
    position: absolute;
    top: 0;
    overflow: hidden;
    height: 130px;
    width: 143px;
    text-align: center;
    z-index: 1;
    right: 0;
}
.sale-box span.on_sale {
    font-size: 14px;
    color: #fff;
    background: #1b1d1c;
    text-transform: uppercase;
    padding: 58px 35px 17px 40px;
    width: 345px;
    text-align: center;
    display: block;
    position: absolute;
    left: -47px;
    top: -41px;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-transform: rotate(-44deg);
    -ms-transform: rotate(-44deg);
    transform: rotate(40deg);
    box-shadow: 3px -4px 13px 3px rgba(0, 0, 0, 0.75);
}
.pricing-grid1 ul li a {
    color: #C7C4C4;
    font-size: 15px;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    display: block;
    padding: 16px 0;
    text-decoration: none;
    font-weight: 400;
}
.pricing-grid1 ul li.whyt a {
    background: #f9f9f9;
}
.pricing-grid1:hover div.price-bg ul li a,
.pricing-grid1:hover div.price-value h3 a {
    color: #2196f3;
}
.price-bg {
    background: #fff;
}
.price-bg ul {
    padding: 0;
}
.price-bg ul li {
    list-style: none;
}
.cart1 {
    padding: 2.7em 0em 2.7em;
    display: block;
    border-bottom: 2px solid #1b1d1c;
}
.cart1 a {
    color: #FFF;
    font-family: 'Poppins', sans-serif;
    font-size: 0.9em;
    font-weight: 500;
    padding: 0.8em 2em;
    text-decoration: none;
    background: #2196f3;
    text-transform: uppercase;
    -webkit-appearance: none;
    outline: none;
}
.cart1 a:hover {
    color: #2b2b33;
}
/*=============================================
                        Our Team
=============================================*/

.team-members {
    width: 100%;
    float: left;
}
.team-member {
    width: 100%;
    float: left;
    transition: all 0.2s ease;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    cursor: pointer;
}
.team-memberpic {
    width: 100%;
    float: left;
    margin: 0;
    overflow: hidden;
    position: relative;
    background: rgba(27, 29, 28, 0.8);
}
.team-memberpic img {
    width: 100%;
    height: auto;
    z-index: 1;
    display: block;
    position: relative;
}
.team-member:hover .team-memberpic img {
    opacity: 0.2;
}
.team-memberpic figcaption {
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
}
.team-member:hover .team-memberpic figcaption {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}
.team-member .member-socialicons li a i {
    font-size: 18px;
}
.team-memberinfo {
    width: 100%;
    float: left;
    padding: 30px;
    text-align: center;
    position: relative;
}
.team-member:hover .team-memberinfo {
    box-shadow: 0 20px 30px 0 rgba(17, 21, 23, .1);
    background: #dad9d5;
}
.team-memberinfo .it-title {
    padding: 0 0 7px;
}
.team-memberinfo h4 {
    font-size: 20px;
    line-height: 15px;
    color: #1b1d1c;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 10px;
}
.team-memberinfo h5 {
    width: 100%;
    float: left;
    margin: 0;
    font-size: 18px;
    line-height: 19px;
    text-transform: capitalize;
    color: #1b1d1c;
    font-family: 'Poppins', sans-serif;
}
.team-member:hover .team-memberinfo h5,
.team-member:hover .team-memberinfo h4 {
    color: #2196f3;
}
/*=============================================
                  Theme Feature
=============================================*/

.theme-feature {
    text-align: center;
}
.theme-feature:hover {
    cursor: pointer;
}
.theme-feature i.fa {
    color: #fff;
    font-size: 25px;
    background: #2196f3;
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    margin-bottom: 20px;
    margin-right: 20px;
}
.theme-feature:hover i.fa {
    -moz-animation-name: fadeInUp;
    -webkit-animation-name: fadeInUp;
    -o-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -moz-animation-iteration-count: 1;
    -o-animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -moz-animation-timing-function: ease;
    -o-animation-timing-function: ease;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-delay: 0s;
    -moz-animation-delay: 0s;
    -o-animation-delay: 0s;
    animation-delay: 0s;
    -moz-animation-duration: .7s;
    -o-animation-duration: .7s;
    -webkit-animation-duration: .7s;
    animation-duration: .7s;
}
.theme-feature h4 {
    color: #2196f3;
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
}
/*=============================================
                        Our Blog
=============================================*/

.blogposts {
    width: 100%;
    float: left;
}
.blog-post {
    padding-top: 15px;
    padding-bottom: 15px;
}
.post {
    width: 100%;
    float: left;
}
.posttitle {
    width: 100%;
    float: left;
    padding: 0 0 20px;
    font-family: 'Poppins', sans-serif;
}
.posttitle h4 {
    margin: 0;
    font-size: 18px;
    line-height: 16px;
    font-family: 'Poppins', sans-serif;
    color: #1b1d1c;
}
.posttitle h4 a {
    display: block;
}
.postmatadata {
    width: 100%;
    float: left;
    line-height: 14px;
    list-style: none;
    padding: 0 0 20px;
    text-transform: uppercase;
}
.postmatadata li {
    float: left;
    padding: 0 5px;
    line-height: inherit;
    list-style-type: none;
}
.postmatadata li:first-child {
    padding-left: 0;
}
.postmatadata li + li {
    border-left: 1px solid #1b1d1c;
}
.postmatadata li time {} .postmatadata li a,
.postmatadata li time a {
    color: #1b1d1c;
    display: block;
}
.bolg-new{
	position:relative;
}
.postimg {
    width: 100%;
    float: left;
    margin: 0 0 0px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
.postimg img {
    position: relative;
    max-width: 100%;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: .9s;
    -o-transition: .9s;
    transition: .9s;
}
.postimg img:hover {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.postimg figcaption {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.80);
    visibility: hidden;
    opacity: 0;
    position: absolute;
}
.postimg figcaption > a {
    top: 50%;
    left: 50%;
    margin: -22px 0 0 -30px;
    position: absolute;
}
.postimg figcaption > a i {
    width: 60px;
    height: 40px;
    display: block;
    font-size: 18px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    padding: 0 20px;
    border-radius: 5px;
}
.postimg:hover figcaption {
    visibility: visible;
    opacity: 1;
}
.postimg > a {
    display: block;
}
.postimg > a img {
    display: block;
}
.post .description p {
    margin: 0 0 25px;
    color: #1b1d1c;
}
.btnreadmore {
    float: left;
    padding: 10px 15px;
    background: rgba(33, 150, 243, 0.8);
    color: #fff;
    letter-spacing: 2px;
}
.btnreadmore:hover,
.btnreadmore:focus {
    background: rgba(33, 150, 243, 10);
    color: #fff;
}
.description {
    background: #f4f4f4;
    float: left;
    padding: 25px;
    width: 100%;
    cursor: pointer;
}
.description:hover {
    box-shadow: 0 20px 30px 0 rgba(17, 21, 23, .1);
}
/*=============================================
                        Footer
=============================================*/

.footer {
    width: 100%;
    padding: 20px 0px;
    background: #1b1d1c;
    display: block;
    align-items: center;
    bottom: 0;
    text-align: center;
    position: relative;
    z-index: 10;
}
.footer-small {
    color: #fff;
    display: block;
    margin: 10px 0;
    font-size: 14px;
}
ul.social-media li {
    list-style: none;
    display: inline-block;
}
ul.social-media li a {
    width: 40px;
    height: 40px;
    margin-right: 5px;
    display: inline-block;
    text-align: center;
    line-height: 41px;
    color: #fff;
}
ul.social-media li a:hover {
    color: #2196f3;
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
}
.map-section {
    position: relative;
    min-height: 680px;
}
.map-parallax {
    position: fixed;
    width: 100%;
    height: 45%;
    z-index: -3;
}
#myMap,
#map-style-2,
#map-style-3 {
    min-height: 680px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
}
#myMap.wide,
#map-style-2.wide,
#map-style-3.wide {
    height: 680px;
    width: 100%;
    position: relative!important;
}
#mapcontent p {
    margin: 0;
    font-size: 16px;
}
/*=============================================
                Contact Us Page
=============================================*/

.help-block {
    margin-top: -20px;
}
.alert-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #5cb85c;
    font-family: 'Poppins', sans-serif;
}
#contact-form {
    padding-left: 25px;
    padding-right: 25px;
}
#contact-form input {
    height: 50px;
    padding: 0 20px;
    font-size: 14px;
    letter-spacing: 0;
    font-weight: 400;
    width: 100%;
    margin: 0 0 20px;
    border: 2px solid #e2e2e2;
}
#contact-form input:hover,
#contact-form textarea:hover {
    background: rgba(255, 255, 255, 0.7);
}
#contact-form input:focus,
#contact-form textarea:focus {
    background: rgba(255, 255, 255, 1);
    border: 2px solid #1b1d1c;
}
#contact-form textarea {
    height: 130px;
    padding: 20px;
    font-size: 14px;
    letter-spacing: 0;
    font-weight: 400;
    width: 100%;
    margin: 0 0 20px;
    border: 2px solid #e2e2e2;
}
.error-info {
    padding: 180px 0;
}
.error-info h1 {
    font-size: 200px;
}
.error-info p {
    padding: 0px 25%;
}
.successmessage,
.statusMessage {
    display: none;
    width: 100%;
    background: #fff;
    border: 1px solid #e5e5e5;
    margin: 0px auto 15px;
    padding: 15px;
    border-radius: 0px;
    margin-top: 10px;
}
.successmessage p,
.statusMessage p {
    color: #999;
    font-size: 14px;
    margin: 0 !important;
}
.success-ico {
    background: url(../images/success.png);
    width: 25px;
    height: 25px;
    float: left;
    margin-right: 15px;
    position: relative;
    top: 0px;
    background-size: 25px;
}
.error-ico {
    background: url(../images/error.png);
    width: 25px;
    height: 25px;
    float: left;
    margin-right: 15px;
    position: relative;
    top: 0px;
    background-size: 25px;
}
#sendingMessage i {
    color: #00BCD4;
    font-size: 18px;
    margin-right: 10px;
}
.theme-btn-transparent {
    color: #fff;
    line-height: 45px;
    padding: 0 30px;
    display: inline-block;
    min-width: 185px;
    border: 1px solid #fff;
    background: transparent;
    font-size: 14px;
    letter-spacing: 2px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
}
.theme-btn-transparent:hover,
.theme-btn-transparent:focus {
    background: rgba(33, 150, 243, 10);
    color: #fff;
}
.theme-btn-grey {
    color: #fff;
    line-height: 45px;
    padding: 0 30px;
    display: inline-block;
    min-width: 185px;
    border: 1px solid rgba(211, 211, 211, 0.6);
    background: rgba(220, 220, 220, 0.4);
    font-size: 14px;
    letter-spacing: 2px;
    position: relative;
    text-align: center;
    text-transform: none;
    font-family: 'Poppins', sans-serif;
}
.theme-btn-grey:hover,
.theme-btn-grey:focus {
    background: rgba(211, 211, 211, 0.8);
    color: #dcdcdc;
}
.theme-btn {
    color: #fff;
    line-height: 45px;
    padding: 0 30px;
    display: inline-block;
    min-width: 185px;
    background: rgba(33, 150, 243, 0.8);
    font-size: 14px;
    letter-spacing: 2px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    margin-right: 20px;
}
.theme-btn:hover,
.theme-btn:focus {
    background: rgba(33, 150, 243, 10);
    color: #fff;
}
.theme-btn-white {
    color: #dcdcdc;
    line-height: 45px;
    padding: 0 30px;
    display: inline-block;
    min-width: 185px;
/*  background: rgba(255, 255, 255, 0.8); */
	background: rgba(220, 220, 220, 0.8);
    font-size: 16px;
    letter-spacing: 2px;
    position: relative;
    text-align: center;
    text-transform: none;
    font-family: 'Poppins', sans-serif;
}
.theme-btn-white:hover,
.theme-btn-white:focus {
/*  background: rgba(255, 255, 255, 10); */
	background: rgba(211, 211, 211, 10);
    color: #dcdcdc;
}
.contact-list {
    border-bottom: 1px solid #e2e2e2;
}
.contact-list i {
    font-size: 46px;
    color: #1b1d1c;
    float: left;
    margin-right: 25px;
}
.contact-list ul {
    color: #fff;
    list-style: none;
    padding: 0;
    font-style: normal;
}
.contact-list li {
    color: #1b1d1c;
}
/*=============================================
                Go Top
=============================================*/

#back-to-top {
    position: fixed;
    bottom: 55px;
    right: 40px;
    z-index: 9999;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background: #2196f3;
    color: #fff;
    cursor: pointer;
    border: 0;
    text-decoration: none;
    opacity: 0;
    box-shadow: 0 0 9px 4px rgba(0, 0, 0, 0.05);
    font-size: 15px;
}
#back-to-top:hover {
    background: #fff;
    color: #2196f3;
}
#back-to-top.show {
    opacity: 1;
}
/*=======================================================
      FLEX SLIDER
========================================================*/

.flexslider {
    border: 0;
    overflow: hidden;
    margin: 0;
    border-radius: 0;
}
.flex-direction-nav a:before {
    font-family: 'FontAwesome';
    font-size: 25px;
    display: inline-block;
    content: '';
    color: #fff;
    text-shadow: none;
}
.flex-direction-nav a.flex-prev:before {
    content: '\f060';
}
.flex-direction-nav a.flex-next:before {
    content: '\f061';
}
.slider-bg .flex-control-nav {
    z-index: 999;
    bottom: 20px;
}
.slider-bg .flex-control-paging li a {
    background: rgba(255, 255, 255, 0.5);
    width: 40px;
    height: 5px;
}
.slider-bg .flex-control-paging li a.flex-active {
    background: rgba(255, 255, 255, 1);
}
.slider-bg {
    border: 0;
    margin: 0;
    height: 100vh;
    background-color: #222225;
}
.slider-bg .slides {
    height: 100%;
}
.slider-bg .slides > li {
    height: 100%;
}
.slider-bg .banner-text {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    width: 100%;
    z-index: 10;
    color: #fff;
}
.slider-bg .banner-text P {
    line-height: 50px;
    font-size: 25px;
}
.slider-bg .banner-text h1 {
    font-size: 80px;
}
.display-table h1 {
    font-weight: 800;
    font-size: 80px;
}
canvas {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}
.banner-text h1 {
    font-size: 80px;
    font-weight: 800;
}
.slider-bg .banner-text h3 {
    font-size: 22px;
}
.slider-bg .banner-text h1 span {
    font-weight: 800;
}
.slide-img,
.parallax-img {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
section {
    padding-top: 120px;
    padding-bottom: 120px;
    position: relative;
    z-index: 10;
    background: #fff;
}
.full-screen-bg {
    height: 100vh;
    background-color: #222225;
    min-height: 100vh;
}
.banner-text-wrap {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
    position: relative;
    background-color: rgba(34, 34, 37, 0.8);
    z-index: 200;
}
.banner-text-wrap-2 {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
    position: relative;
    z-index: 200;
}
.video-container video.fillWidth {
    width: 100%!important;
    margin-left: 0 !important;
}
.video-container .filter {
    display: none;
}
.video-container video {
    position: fixed;
    top: 0%;
    left: 0%;
    object-fit: cover;
    height: 100%!important;
    width: 100%!important;
}
.banner-text-wrap.overlay-bg {
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 101vh;
    position: absolute;
    z-index: 1;
}
.overlay-bg {
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
}
.white-color {
    color: #fff !important;
}
.banner-text {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    width: 100%;
    z-index: 10;
    color: #fff;
}
/*=======================================================
      SKILLS BAR
========================================================*/

.skills,
.skills .skill,
.skills .skill .skill-title,
.skills .skill .skill-bar {
    width: 100%;
    float: left;
}
.skills {
    padding: 15px;
}
.skills .skill {
    margin-bottom: 20px;
}
.skills .skill .skill-title {
    color: #fff;
    margin-bottom: 10px;
    font-weight: 400;
    font-size: 14px;
}
.skills .skill .skill-bar {
    width: 0;
    height: 6px;
    background: #f0f0f0;
    transition: 1s cubic-bezier(1, 0, .5, 1);
    -webkit-transition: 1s cubic-bezier(1, 0, .5, 1);
    -ms-transition: 1s cubic-bezier(1, 0, .5, 1);
}
.skills.active .skill .skill-bar {
    width: 100%;
}
.skills .skill .skill-bar span {
    float: left;
    width: 0%;
    background: #2196f3;
    height: 6px;
    position: relative;
    transition: 1s cubic-bezier(1, 0, .5, 1);
    -webkit-transition: 1s cubic-bezier(1, 0, .5, 1);
    -ms-transition: 1s cubic-bezier(1, 0, .5, 1);
}
.skills .skill .skill-bar span b {
    float: left;
    width: 100%;
    position: relative;
    text-align: right;
    opacity: 0;
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    top: -32px;
}
/*=======================================================
      TESTIMONIALS
========================================================*/

#testimonial.owl-carousel {
    display: block;
    width: 70%;
    text-align: center;
    margin: 0 auto;
}
#testimonial .owl-carousel p {
    color: #878787
}
#testimonial .owl-controls .owl-dots div {
    display: inline-block;
    height: 12px;
    width: 12px;
    border: 1px solid #fff;
    margin: 0 10px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
#testimonial span {
    color: #2196f3;
    font-size: 16px;
    margin-bottom: 30px;
    display: inline-block;
}
#testimonial .owl-controls .owl-dots div.active {
    background: #2196f3;
    border-color: #2196f3;
}
#testimonial img {
    width: 120px;
    height: 120px;
    text-align: center;
    margin: 0 auto;
    display: block;
    margin-bottom: 20px;
}
#testimonial p {
font-size:20px;
line-height: 1.5em;
    font-weight: 200;
}

