@charset "utf-8";
/* CSS Document */

/* Table of Contents

- Body
- Top Row
- Navigation
- Slider
- HeroText
- Intro Section
- Security Solutions
- FunFacts
- Our Services
- Testimonials
- Our Team
- Shop
- Call Us
- Latest News
- Working with Us
- Download Brochure
- Footer
- Home 02 Page
- About Us Page
- Services Page
- Blog Page 
- Blog Detail Page 
- Sidebar 
- Contact Us Page 
- Error Page 
- Price 01 Page 
- Price 02 Page 
- Typography Page 
- Inner Banner Styles
- Video, Iframe Settings 
- ToTop 
- Buttons 
- No Gutter 
- Parallax Sections 
- Background 
- Media Quries

*/


body {
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #373737;
    line-height: 26px;
    background-color: #f7f7f7;
}
/* ---------------------------------------------------------------------- NAVIGATION STARTS ---------- */

.top-contact {
    font-size: 14px;
    color: #fff;
    padding-top: 30px;
    padding-bottom: 10px;
    font-weight: 400;
}
ul.nav-social-icons {
    padding: 0px;
    margin-top: 16px!important;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    text-align: left;
}
ul.nav-social-icons li {
    list-style-type: none;
    display: inline-block;
}
ul.nav-social-icons li i {
    font-size: 16px;
    color: #fff!important;
    padding-left: 16px!important;
}
ul.nav-social-icons li a {
    padding: 0px!important;
    border: none!important;
}
ul.nav-social-icons li a i {
    color: #fff!important;
}
ul.nav-social-icons li a:hover i {
    color: #ff974f!important;
}
.navbar-brand {
    float: left;
    font-size: 18px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 15px;
    padding-right: 15px;
}
.top-contact ul.small-nav {
    padding-top: 12px;
    padding-bottom: 0px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0px;
    text-align: right;
}
.top-contact ul.small-nav li {
    list-style-type: none;
    display: inline-block;
    padding-left: 20px;
}
.top-contact ul.small-nav li a {
    color: #fff;
}
.top-contact ul.small-nav li i {
    padding-left: 3px;
    padding-right: 3px;
}
.top-contact ul.small-nav li.shop {
    background-color: #ff974f;
    padding-left: 6px;
    padding-right: 6px;
    padding-top: 4px;
    padding-bottom: 4px;
    margin-left: 20px;
    margin-right: 20px;
    color: #fff;
    position: relative;
}
.top-contact ul.small-nav li.shop .cart-item-number {
    position: absolute;
    z-index: 10;
    top: -11px;
    right: -11px;
    background-color: #666666;
    color: #fff;
    width: 22px;
    height: 22px;
    border-radius: 11px;
    text-align: center;
    font-size: 10px;
    line-height: 20px;
}
.top-contact ul.small-nav li.searchlink {
    display: block;
    float: right;
    position: relative;
    padding: 0px!important;
    margin: 0px;
    right: 0;
    font-size: 40px;
    cursor: pointer;
    height: 20px;
    width: 20px;
    color: #fff;
    margin-top: 10px;
    background-image: url(../images/icons/search.png);
    background-repeat: no-repeat;
    background-position: center center;
}
.top-contact ul.small-nav li.searchlink:hover, .searchlink.open {
    color: #fff;
    background-color: transparent;
}
.top-contact ul.small-nav li.searchlink.open > .searchform {
    display: block;
}
/** search field **/
.top-contact ul.small-nav li .searchform {
    display: none;
    position: absolute;
    width: 300px;
    height: 30px;
    line-height: 30px;
    top: 34px;
    right: -15px;
    padding: 0 15px;
    cursor: default;
    z-index: 999;
}
.top-contact ul.small-nav li.searchlink.open .searchform {
    display: block;
}
#search-1 {
    display: block;
    position: relative;
}
#s-1 {
    width: 270px;
    background: #ff974f;
    padding: 8px 11px;
    border: 0;
    font-size: 15px;
    color: #fff;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
.sbtn {
    display: block;
    position: absolute;
    right: 5px;
    top: 8px;
    background: none;
    border: none;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
}
.top-contact .phone {
    text-align: right;
}
.top-contact .phone i {
    width: 26px;
    height: 26px;
    border-radius: 13px;
    color: #fff;
    background-color: #e55353;
    text-align: center;
    padding-top: 6px;
    margin-right: 6px;
}
.sticky-wrapper {
    height: 0px!important;
}
.navbar-collapse {
    background-color: transparent;
}
.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 0px;
    border: 1px solid transparent;
}
.navbar-inverse {
    background-color: transparent;
    border-color: transparent;
}
.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 30px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
#navigation {
    width: 100%;
    margin-left: auto;
    margin-bottom: auto;
    position: absolute;
    z-index: 99999;
    padding-left: 0px;
    padding-right: 0px;
}
#navigation ul.nav {
    font-family: 'Lato', sans-serif;
    font-size: 13px;
    font-weight: 600;
    padding: 0px;
    margin-top: 10px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
}
#navigation ul.nav li {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
.nav>li>a {
    position: relative;
    display: block;
    padding-top: 6px;
    padding-right: 16px;
    padding-bottom: 6px;
    padding-left: 16px;
    border: 1px solid transparent;
}
#navigation ul.nav li a {
    color: #fff;
    font-weight: 400;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0.7;
}
#navigation ul.nav li a i {
    color: #ff974f;
    padding-left: 4px;
}
#navigation ul.nav a:hover {
    opacity: 1;
    color: #fff;
    text-decoration: none;
    border: 1px solid #323231;
}
#navigation ul.nav .current a {
    opacity: 1;
    color: #fff;
    text-decoration: none;
    border: 1px solid #323231;
}
ul.dropdown-menu {
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #000;
}
ul.dropdown-menu li a {
    font-size: 13px;
    padding-top: 8px;
    padding-right: 0px!important;
    padding-bottom: 8px;
    padding-left: 0px!important;
    color: #fff;
    border: 1px solid transparent!important;
}
ul.dropdown-menu li a:hover {
    color: #fff!important;
}
ul.dropdown-menu li a:last-child {
    padding-bottom: 0px!important;
}
ul.dropdown-menu>li>a:focus, ul.dropdown-menu>li>a:hover {
    color: #262626;
    text-decoration: none;
    background-color: transparent!important;
    border: 1px solid transparent!important;
}
.navbar-nav>li>.dropdown-menu li a:before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    content: "\f105";
    margin-right: 6px;
}
.navbar-default.navbar {
    border-radius: 0px;
    padding-top: 30px!important;
    padding-bottom: 24px!important;
    border-color: #e7e7e7!important;
}
#navigation .navbar-default ul.nav li a {
    color: #2c2e30;
    font-weight: 400;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0.7;
}
#navigation .navbar-default ul.nav li a i {
    color: #ff974f;
    padding-left: 4px;
}
#navigation .navbar-default ul.nav a:hover {
    opacity: 1;
    color: #000;
    text-decoration: none;
    border: 1px solid #e5e5e5;
}
#navigation .navbar-default ul.nav .current a {
    opacity: 1;
    color: #000;
    text-decoration: none;
    border: 1px solid #e5e5e5;
}
ul.small-nav-1 {
    padding-top: 12px;
    padding-bottom: 0px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0px;
    text-align: right;
}
ul.small-nav-1 li {
    list-style-type: none;
    display: inline-block;
    padding-left: 20px;
}
ul.small-nav-1 li a {
    color: #fff;
}
ul.small-nav-1 li i {
    padding-left: 3px;
    padding-right: 3px;
}
ul.small-nav-1 li.shop {
    background-color: #ff974f;
    padding-left: 6px!important;
    padding-right: 6px!important;
    padding-top: 4px!important;
    padding-bottom: 4px!important;
    margin-left: 20px!important;
    margin-right: 30px!important;
    color: #fff;
    position: relative;
}
ul.small-nav-1 li.shop .cart-item-number {
    position: absolute;
    z-index: 10;
    top: -11px;
    right: -11px;
    background-color: #666666;
    color: #fff;
    width: 22px;
    height: 22px;
    border-radius: 11px;
    text-align: center;
    font-size: 10px;
    line-height: 20px;
}
ul.small-nav-1 li.searchlink {
    display: block;
    float: right;
    position: relative;
    padding: 0px!important;
    margin: 0px;
    right: 0;
    font-size: 40px;
    cursor: pointer;
    height: 20px;
    width: 20px;
    color: #fff;
    margin-top: 6px;
    background-image: url(../images/icons/search-2.png);
    background-repeat: no-repeat;
    background-position: center center;
}
ul.small-nav-1 li.searchlink:hover, .searchlink.open {
    color: #fff;
    background-color: transparent;
}
ul.small-nav-1 li.searchlink.open > .searchform {
    display: block;
}
/** search field **/
ul.small-nav-1 li .searchform {
    display: none;
    position: absolute;
    width: 300px;
    height: 30px;
    line-height: 30px;
    top: 34px;
    right: -15px;
    padding: 0 15px;
    cursor: default;
    z-index: 999;
}
ul.small-nav-1 li.searchlink.open .searchform {
    display: block;
}
#search-1 {
    display: block;
    position: relative;
}
#s-1 {
    width: 270px;
    background: #ff974f;
    padding: 8px 11px;
    border: 0;
    font-size: 15px;
    color: #fff;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
.sbtn {
    display: block;
    position: absolute;
    right: 5px;
    top: 8px;
    background: none;
    border: none;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
}
.navbar-default ul.dropdown-menu {
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #fff;
}
.navbar-default ul.dropdown-menu li a {
    font-size: 13px;
    padding-top: 8px;
    padding-right: 0px!important;
    padding-bottom: 8px;
    padding-left: 0px!important;
    color: #000;
    border: 1px solid transparent!important;
}
.navbar-default ul.dropdown-menu li a:hover {
    color: #000!important;
}
.navbar-default ul.dropdown-menu li a:last-child {
    padding-bottom: 0px!important;
}
.navbar-default ul.dropdown-menu>li>a:focus, ul.dropdown-menu>li>a:hover {
    color: #262626;
    text-decoration: none;
    background-color: transparent!important;
    border: 1px solid transparent!important;
}
.navbar-nav>li>.dropdown-menu li a:before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    content: "\f105";
    margin-right: 6px;
}
/* ---------------------------------------------------------------------- NAVIGATION ENDS ---------- */

/* ---------------------------------------------------------------------- SLIDER STARTS ---------- */

.slider {
    position: relative!important;
}
.tp-caption.NotGeneric-Button, .NotGeneric-Button {
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    background-color: #ff974f!important;
    padding-top: 15px!important;
    padding-bottom: 15px!important;
    padding-left: 20px!important;
    padding-right: 20px!important;
    font-weight: 600;
    font-size: 12px;
    line-height: normal!important;
}
.tp-caption.NotGeneric-Button, .NotGeneric-Button:hover {
    text-decoration: none;
    background-color: #2c2e30;
    color: #fff;
}
/* ---------------------------------------------------------------------- SLIDER STARTS ---------- */

/* ---------------------------------------------------------------------- HERO SECTIONS STARTS ------------------ */


.herotext h1 {
    font-size: 32px;
    color: #2c2e30;
    font-weight: 900;
    margin-top: 2px;
    text-transform: uppercase;
}
.herotext h2 {
    font-size: 28px;
    color: #2c2e30;
    font-weight: 400;
    margin-top: 0px;
    margin-bottom: 0px;
}
.herotext h3 {
    font-size: 16px;
    font-family: 'Merriweather', serif;
    color: #888888;
    font-weight: 400;
    margin-top: 0px;
    margin-bottom: 18px;
    font-style: italic;
}
.herotext .text {
    font-family: 'Merriweather', serif;
    font-size: 16px;
    color: #5c5555;
    font-weight: 400;
    margin-bottom: 0px;
    font-style: italic;
    margin-top: 30px;
}
.herotext .line {
    height: 6px;
    width: 72px;
    background: -moz-linear-gradient(left, rgba(255,151,79,1) 0%, rgba(255,151,79,1) 49%, rgba(255,151,79,0) 50%, rgba(125,185,232,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(255,151,79,1) 0%, rgba(255,151,79,1) 49%, rgba(255,151,79,0) 50%, rgba(125,185,232,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(255,151,79,1) 0%, rgba(255,151,79,1) 49%, rgba(255,151,79,0) 50%, rgba(125,185,232,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff974f', endColorstr='#007db9e8', GradientType=1 ); /* IE6-9 */
    padding: 2px;
    border: 1px solid #ff974f;
    margin-top: 30px;
    margin-bottom: 40px;
}
.herotext ul.bullets {
    padding: 0px;
    margin: 0px;
}
.herotext ul.bullets li {
    margin: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 6px;
    list-style-type: none;
}
.herotext ul.bullets li a {
    color: #555555;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}
.herotext ul.bullets li a:hover {
    color: #000;
    text-decoration: none;
}
.herotext ul.bullets li:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f0da";
    padding-right: 12px;
}
.herotext-2 h1 {
    font-size: 20px;
    color: #2c2e30;
    font-weight: 900;
    margin-top: 2px;
    text-transform: uppercase;
}
.herotext-2 h2 {
    font-size: 20px;
    color: #2c2e30;
    font-weight: 400;
    margin-bottom: 0px;
}
.herotext-2 .line {
    height: 6px;
    width: 72px;
    background: -moz-linear-gradient(left, rgba(255,151,79,1) 0%, rgba(255,151,79,1) 49%, rgba(255,151,79,0) 50%, rgba(125,185,232,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(255,151,79,1) 0%, rgba(255,151,79,1) 49%, rgba(255,151,79,0) 50%, rgba(125,185,232,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(255,151,79,1) 0%, rgba(255,151,79,1) 49%, rgba(255,151,79,0) 50%, rgba(125,185,232,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff974f', endColorstr='#007db9e8', GradientType=1 ); /* IE6-9 */
    padding: 2px;
    border: 1px solid #ff974f;
    margin-top: 30px;
    margin-bottom: 40px;
}
.herotext-3 {
    text-align: center;
}
.herotext-3 .boxed-heading h1 {
    font-size: 20px;
    color: #2c2e30;
    font-weight: 900;
    text-transform: uppercase;
    padding-top: 0px;
}
.herotext-3 .boxed-heading h2 {
    font-size: 10px;
    color: #2c2e30;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.herotext-3 .boxed-heading {
    width: 360px;
    height: 84px;
    background-image: url(../images/heading/header-box.png);
    background-repeat: no-repeat;
    background-position: center center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
}
.herotext-3 .description {
    font-size: 16px;
    color: #5c5555;
    margin-bottom: 30px;
}
.line {
    height: 6px;
    width: 72px;
    background: -moz-linear-gradient(left, rgba(255,151,79,1) 0%, rgba(255,151,79,1) 49%, rgba(255,151,79,0) 50%, rgba(125,185,232,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(255,151,79,1) 0%, rgba(255,151,79,1) 49%, rgba(255,151,79,0) 50%, rgba(125,185,232,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(255,151,79,1) 0%, rgba(255,151,79,1) 49%, rgba(255,151,79,0) 50%, rgba(125,185,232,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff974f', endColorstr='#007db9e8', GradientType=1 ); /* IE6-9 */
    padding: 2px;
    border: 1px solid #ff974f;
    margin-top: 20px;
    margin-bottom: 30px;
}
.line2 {
    height: 2px;
    width: 40px;
    padding: 2px;
    border: 1px solid #ff974f;
    margin-top: 20px;
    margin-bottom: 30px;
}
/* ---------------------------------------------------------------------- HERO SECTIONS ENDS ------------------ */

/* ---------------------------------------------------------------------- INTRO SECTION STARTS ------------------ */

.overlay-margin-2 {
    position: absolute;
    top: -50px;
    bottom: 0;
    z-index: 10;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
}
.intro-section .block:nth-child(1n) {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 0px;
    background-color: #f7f7f7;
}
.intro-section .block:nth-child(2n) {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 0px;
    padding-right: 15px;
    background-color: #f7f7f7;
}
.intro-section .block:nth-child(3n) {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 0px;
    background-color: #f7f7f7;
}
.intro-section .block {
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #f7f7f7;
}
.intro-section .block .info {
    padding: 30px;
    background-color: #fff;
    box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.1);
}
.intro-section .block .info .heading {
    font-size: 14px;
    color: #2c2e30;
    font-weight: 900;
    text-transform: uppercase;
}
.intro-section .block .info .description {
    font-family: 'Merriweather', serif;
    font-size: 13px;
    color: #888888;
    font-weight: 400;
    margin-bottom: 0px;
    font-style: italic;
}
.intro-section .block.video {
    padding-top: 0px!important;
    padding-bottom: 0px!important;
}
.intro-section .block.video .picture {
    position: relative;
}
.intro-section .block.video .picture .info-overlay {
    position: absolute!important;
    left: 40px;
    bottom: 0;
    right: 0;
    z-index: 1;
    text-align: left;
}
.intro-section .block.video .picture .info-overlay .heading {
    font-size: 18px;
    color: #fff;
    font-weight: 900;
    text-transform: uppercase;
}
.intro-section .block.video .picture .info-overlay .description {
    font-family: 'Merriweather', serif;
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 0px;
    font-style: italic;
    width: 100%;
}
.intro-section .block.video .picture .info-overlay .icon {
    width: 46px;
    height: 46px;
    border-radius: 23px;
    text-align: center;
    color: #fff;
    opacity: 0.9;
    border: 3px solid #FFF;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    margin-bottom: 50px;
    line-height: normal;
    font-size: 17px;
    line-height: 2.4;
    float: left;
    margin-right: 12px;
}
.intro-section .block.video .picture .info-overlay .icon:hover {
    opacity: 0.5;
}
.intro-section .block.video .picture .info-overlay .icon i {
    color: #fff;
}
/* ---------------------------------------------------------------------- INTRO SECTION ENDS ------------------ */

/* ---------------------------------------------------------------------- SECURITY SOLUTIONS STARTS ------------------ */

.home-security-solutions {
    padding-top: 450px;
    padding-bottom: 120px;
    text-align: left;
}
.home-security-solutions .herotext .line {
    margin-left: 0px!important;
    margin-right: auto;
}
.why-choose-us {
    padding-top: 0px;
}
.why-choose-us ul {
    padding: 0px;
    margin: 0px;
}
.why-choose-us ul li {
    margin: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 6px;
    list-style-type: none;
}
.why-choose-us ul li:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f0da";
    padding-right: 12px;
}
/* ---------------------------------------------------------------------- SECURITY SOLUTIONS ENDS ------------------ */

/* ---------------------------------------------------------------------- FUNFACT STARTS ------------------ */

.funfacts {
    padding-top: 130px;
    padding-bottom: 130px;
    text-align: center;
}
.funfacts .block {
    text-align: center;
    padding-bottom: 50px;
}
.funfacts .block .box h1 {
    font-family: 'Merriweather', serif;
    font-size: 30px;
    color: #ff974f;
    font-weight: 900;
    text-transform: uppercase;
    padding-top: 0px;
    margin-bottom: 0px;
}
.funfacts .block .box h2 {
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    padding-top: 40px;
}
.funfacts .block .box {
    width: 250px;
    height: 110px;
    background-image: url(../images/funfact/box.png);
    background-repeat: no-repeat;
    background-position: center center;
    margin-left: auto;
    margin-right: auto;
}
.funfacts .block .box .caret-down {
    color: #fff;
    font-size: 18px;
    padding-top: 6px;
}
.funfacts .intro {
    padding-top: 30px;
}
.funfacts .intro h1 {
    font-size: 30px;
    color: #fff;
    font-weight: 900;
    margin-top: 2px;
    text-transform: uppercase;
}
.funfacts .intro h2 {
    font-size: 26px;
    color: #cccccc;
    font-weight: 300;
    margin-bottom: 8px;
}
.funfacts .intro .description {
    font-size: 14px;
    color: #cccccc;
    padding-top: 20px;
    font-style: italic;
}
/* ---------------------------------------------------------------------- FUNFACT ENDS ------------------ */

/* ---------------------------------------------------------------------- OUR SERVICES STARTS ------------------ */

.overlay-margin {
    position: absolute;
    top: -140px;
    z-index: 10;
}
.home-our-services {
    padding-top: 110px;
    padding-bottom: 30px;
}
.home-our-services .herotext {
    padding-top: 75px;
    padding-bottom: 75px;
    padding-left: 45px;
    padding-right: 45px;
    background-color: #fff;
    box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.1);
}
.home-our-services .desciption {
}
.home-our-services ul.services {
    padding: 0px;
    margin: 0px;
}
.home-our-services ul.services li {
    margin: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 70px;
    list-style-type: none;
}
.home-our-services ul.services li .icon {
    font-size: 50px;
    color: #2c2e30;
    padding-bottom: 20px;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}
.home-our-services ul.services li:hover .icon {
    font-size: 50px;
    color: #ff974f;
    padding-bottom: 20px;
}
.home-our-services ul.services li h1 {
    font-size: 16px;
    color: #2c2e30;
    font-weight: 600;
    text-transform: uppercase;
}
.home-our-services ul.services li .line2 {
    height: 2px;
    width: 40px;
    padding: 2px;
    border: 1px solid #ff974f;
    margin-top: 20px;
    margin-bottom: 30px;
}
.home-our-services ul.services li .desciption {
    width: 80%;
}
/* ---------------------------------------------------------------------- OUR SERVICES STARTS ------------------ */

/* ---------------------------------------------------------------------- TESTIMONIALS STARTS ------------------ */

.testimonials {
    padding-top: 130px;
    padding-bottom: 130px;
    text-align: center;
}
.testimonials .herotext-3 h2, .testimonials .herotext-3 h1 {
    color: #fff;
}
.testimonials .block {
    padding-top: 10px;
}
.testimonials .block .description {
    font-family: 'Merriweather', serif;
    font-size: 16px;
    line-height: 32px;
    color: #fff;
    font-style: italic;
    padding-bottom: 30px;
}
.testimonials .block .name {
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
}
.testimonials .block .designation {
    font-size: 10px;
    color: #fff;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.testimonials .testimonials-carousel.owl-theme .owl-dots .owl-dot {
    margin-top: 50px;
}
/* ---------------------------------------------------------------------- TESTIMONIALS ENDS ------------------ */


/* ---------------------------------------------------------------------- OUR TEAM STARTS ------------------ */


.home-our-team {
    padding-top: 110px;
    padding-bottom: 100px;
}
.home-our-team .herotext {
    padding-top: 75px;
    padding-bottom: 75px;
    padding-left: 45px;
    padding-right: 45px;
    background-color: #fff;
    box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.1);
}
.home-our-team .block {
    background-color: #fff;
    box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.1);
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 20px;
}
.home-our-team .block .picture {
    background-color: #ff974f;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}
.home-our-team .block .info {
    padding: 20px;
    background-color: #fff;
    text-align: center;
}
.home-our-team .block .info .name {
    font-size: 14px;
    color: #2c2e30;
    font-weight: 600;
    text-transform: uppercase;
}
.home-our-team .block .info .designation {
    font-family: 'Merriweather', serif;
    font-size: 13px;
    color: #888888;
    font-style: italic;
}
.home-our-team .block:hover .picture {
    position: relative;
}
.home-our-team .block:hover .picture img {
    opacity: 0.1;
}
.home-our-team .block:hover .info .name {
    font-size: 14px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
}
.home-our-team .block:hover .info {
    padding: 20px;
    background-color: #2c2e30;
    text-align: center;
}
.home-our-team .block:hover .member-overlay {
    opacity: 1
}
.member-overlay {
    -webkit-backface-visibility: hidden;
    display: block;
    position: absolute!important;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    opacity: 0;
    text-align: left;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}
.member-overlay .icons {
    display: table;
    width: 100%;
    height: 100%;
}
.member-overlay:hover {
    opacity: 1
}
.member-overlay .icons>:first-child {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.member-overlay .icons>:first-child .icon {
    display: inline-block!important;
    color: #fff;
    margin-left: 6px;
    margin-right: 6px;
    text-align: center;
    -webkit-transition: all .1s ease-in-out 0s;
    -moz-transition: all .1s ease-in-out 0s;
    -ms-transition: all .1s ease-in-out 0s;
    -o-transition: all .1s ease-in-out 0s;
    transition: all .1s ease-in-out 0s;
    border: 0px solid #FFF;
}
.member-overlay .icons>:first-child .icon a {
    font-size: 18px;
    line-height: normal;
    color: #fff;
}
/* ---------------------------------------------------------------------- OUR TEAM ENDS ------------------ */

/* ---------------------------------------------------------------------- SHOP STARTS ------------------ */

.shop {
    padding-top: 110px;
    padding-bottom: 110px;
}
.shop .herotext-3 {
    text-align: center;
}
.shop .herotext-3 .boxed-heading h1 {
    font-size: 20px;
    color: #2c2e30;
    font-weight: 900;
    text-transform: uppercase;
    padding-top: 0px;
}
.shop .herotext-3 .boxed-heading h2 {
    font-size: 10px;
    color: #2c2e30;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.shop .herotext-3 .boxed-heading {
    width: 360px;
    height: 84px;
    background-image: url(../images/heading/header-box.png);
    background-repeat: no-repeat;
    background-position: center center;
    margin-left: auto;
    margin-right: auto;
}
.shop .herotext-3 .description {
    font-size: 16px;
    color: #888888;
    margin-bottom: 30px;
}
.shop .product {
    padding: 10px;
}
.shop .product .picture {
    border: 1px solid #eeeeee;
    background-color: #000;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}
.shop .product .info {
    text-align: center;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 25px;
    padding-right: 25px;
    border: 1px solid #eeeeee;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.shop .product:hover .picture img {
    opacity: 0.4;
}
.shop .product:hover .info {
    background-color: #ff974f;
    border: 1px solid #ff974f;
}
.shop .product:hover .info .name {
    color: #fff;
}
.shop .product:hover .info .price {
    color: #fff;
}
.shop .product .info .name {
    font-size: 14px;
    color: #2c2e30;
    font-weight: 700;
    text-transform: uppercase;
}
.shop .product .info .price {
    font-family: 'Merriweather', serif;
    font-size: 18px;
    color: #888888;
    font-weight: 600;
    padding-top: 20px;
}
#options {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
}
#options ul {
    width: auto;
    text-align: center;
    margin: 0px;
    padding: 0px;
}
#options ul li {
    display: inline-block;
    margin: 0px;
    padding-top: 0px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
}
#options ul li a {
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
    text-align: center;
    color: #2c2e30;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
#options ul li a .line2 {
    height: 2px;
    width: 30px;
    padding: 1px;
    border: 1px solid #2c2e30;
    margin-top: 12px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
}
#options ul li a:link {
    color: #2c2e30;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
#options ul li:hover a, #options ul li a.selected {
    color: #ff974f;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    text-decoration: none;
}
#options ul li:hover a .line2, #options ul li a.selected .line2 {
    height: 2px;
    width: 30px;
    padding: 1px;
    border: 1px solid #ff974f;
    margin-top: 12px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
}
.isotope .isotope-item {
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    transition-duration: 0.8s;
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    transition-property: transform, opacity;
}
#mansory-effect figure {
    float: left;
    width: 30%;
    height: auto!important;
    overflow: hidden;/*background-color: #000;*/
}
#mansory-effect figure img {
    max-width: 100%;
    height: auto;
    display: inline-block;
    vertical-align: middle;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
#mansory-effect .item-w2 {
    width: 70%!important;
}
#mansory-effect .item-h2 {
    height: auto!important
}
#mansory-effect .picture {
    background-color: #000;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
}
#mansory-effect .item:hover img {
    opacity: 0.4;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
figure:hover .picture-overlay {
    opacity: 1
}
.picture-overlay {
    -webkit-backface-visibility: hidden;
    display: block;
    position: absolute!important;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    opacity: 0;
    text-align: left;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}
.picture-overlay .icons {
    display: table;
    width: 100%;
    height: 100%;
}
.picture-overlay:hover {
    opacity: 1
}
.picture-overlay .icons>:first-child {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.picture-overlay .icons>:first-child .icon {
    display: inline-block!important;
    color: #000;
    background-color: #fff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin: 4px;
    text-align: center;
    -webkit-transition: all .1s ease-in-out 0s;
    -moz-transition: all .1s ease-in-out 0s;
    -ms-transition: all .1s ease-in-out 0s;
    -o-transition: all .1s ease-in-out 0s;
    transition: all .1s ease-in-out 0s;
    border: 1px solid #FFF;
}
.picture-overlay .icons>:first-child .icon a {
    font-size: 20px;
    line-height: normal;
    color: #000;
}
/* ---------------------------------------------------------------------- SHOP ENDS ------------------ */

/* ---------------------------------------------------------------------- CALL US STARTS ------------------ */

.callus {
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
}
.callus h1 {
    font-size: 22px;
    color: #fff;
    font-weight: 900;
    text-transform: uppercase;
    padding-top: 0px;
}
.callus h1 span {
    color: #ff974f;
}
.callus .description {
    font-size: 16px;
    color: #cccccc;
    font-style: italic;
}
/* ---------------------------------------------------------------------- CALL US ENDS ------------------ */

/* ---------------------------------------------------------------------- LATEST NEWS STARTS ------------------ */

.latest-news {
    padding-top: 50px;
    padding-bottom: 50px;
}
.latest-news .herotext-3 {
    text-align: center;
    margin-bottom: 70px;
}
.latest-news .herotext-3 .boxed-heading h1 {
    font-size: 20px;
    color: #2c2e30;
    font-weight: 900;
    text-transform: uppercase;
    padding-top: 0px;
}
.latest-news .herotext-3 .boxed-heading h2 {
    font-size: 10px;
    color: #2c2e30;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.latest-news .herotext-3 .boxed-heading {
    width: 360px;
    height: 84px;
    background-image: url(../images/heading/header-box.png);
    background-repeat: no-repeat;
    background-position: center center;
    margin-left: auto;
    margin-right: auto;
}
.latest-news .herotext-3 .description {
    font-size: 16px;
    color: #888888;
    margin-bottom: 30px;
}
.latest-news .block {
    padding-top: 45px;
    padding-bottom: 45px;
    padding-left: 110px;
    padding-right: 30px;
    background-color: #fff;
    box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.1);
    margin-left: 200px;
    margin-bottom: 30px;
}
.latest-news .picture {
    margin-top: 20px;
    float: left;
}
.latest-news .picture img {
    width: 275px;
}
.latest-news .block .date {
    font-family: 'Merriweather', serif;
    font-size: 12px;
    color: #888888;
    font-style: italic;
}
.latest-news .block h1 {
    font-size: 16px;
    line-height: 26px;
    margin-top: 8px;
    color: #2c2e30;
    font-weight: 800;
    text-transform: uppercase;
}
.latest-news .block .description {
    font-size: 14px;
    color: #555555;
}
.latest-news .block .button {
    margin-top: 40px;
}
.latest-news .block .button a.btn-orange {
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    background-color: #ff974f;
    padding-top: 10px;
    padding-bottom: 11px;
    padding-left: 15px;
    padding-right: 0px;
    font-weight: 600;
    font-size: 12px;
    line-height: normal;
}
.latest-news .block .button a.btn-orange i {
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    background-color: #2c2e30;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: 15px;
    font-weight: 600;
    font-size: 12px;
    line-height: normal;
}
.latest-news .block .button a.btn-orange:hover {
    text-decoration: none;
    background-color: #2c2e30;
    color: #fff;
}
.latest-news .news-carousel .news {
    padding-left: 15px;
    padding-right: 15px;
}
.latest-news .news-carousel.owl-theme .owl-dots .owl-dot {
    margin-top: 50px;
}
/* ---------------------------------------------------------------------- LATEST NEWS ENDS ------------------ */


/* ---------------------------------------------------------------------- WORKING WITH US STARTS ------------------ */


.working-with-us {
    padding-top: 60px;
    padding-bottom: 0px;
}
.working-with-us .herotext {
    padding-top: 0px;
    padding-bottom: 0px;
}
.working-with-us .herotext h1 {
    font-size: 30px;
    color: #2c2e30;
    font-weight: 900;
    margin-top: 2px;
    text-transform: none;
}
.working-with-us .herotext h2 {
    font-size: 28px;
    color: #2c2e30;
    font-weight: 400;
    margin-top: 0px;
    margin-bottom: 0px;
}
.working-with-us .herotext .text {
    font-family: 'Merriweather', serif;
    font-size: 16px;
    color: #5c5555;
    font-weight: 400;
    margin-bottom: 0px;
    font-style: italic;
    margin-top: 30px;
}
.working-with-us .herotext .line {
    height: 6px;
    width: 72px;
    background: -moz-linear-gradient(left, rgba(255,151,79,1) 0%, rgba(255,151,79,1) 49%, rgba(255,151,79,0) 50%, rgba(125,185,232,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(255,151,79,1) 0%, rgba(255,151,79,1) 49%, rgba(255,151,79,0) 50%, rgba(125,185,232,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(255,151,79,1) 0%, rgba(255,151,79,1) 49%, rgba(255,151,79,0) 50%, rgba(125,185,232,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff974f', endColorstr='#007db9e8', GradientType=1 ); /* IE6-9 */
    padding: 2px;
    border: 1px solid #ff974f;
    margin-top: 30px;
    margin-bottom: 40px;
}
/* ---------------------------------------------------------------------- WORKING WITH US ENDS ------------------ */


/* ---------------------------------------------------------------------- DOWNLOAD STARTS ------------------ */

.download-brochure {
    padding-top: 50px;
    padding-bottom: 50px;
}
.download-brochure h1 {
    font-size: 24px;
    color: #fff;
    font-weight: 900;
    text-transform: uppercase;
    padding-top: 0px;
    margin-bottom: 0px;
}
.download-brochure h2 {
    font-size: 16px;
    color: #fff;
    margin-top: 8px;
    font-style: italic;
}
.download-brochure .button {
    margin-top: 10px;
    margin-bottom: 10px;
}
.download-brochure .button {
    background-image: url(../images/download/btn.png);
    background-repeat: no-repeat;
    background-position: center center;
    width: 271px;
    height: 70px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.download-brochure .button a {
    font-size: 16px;
    color: #fff;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 65px;
}
.download-brochure .button a:hover {
    opacity: 0.8;
    text-decoration: none;
}
.download-brochure .button a i {
    font-size: 24px;
    padding: 0px;
    margin: 0px;
    padding-right: 12px;
    padding-top: 8px;
}
/* ---------------------------------------------------------------------- DOWNLOAD ENDS ------------------ */


/* ---------------------------------------------------------------------- FOOTER STARTS ------------------ */


footer {
    padding-top: 70px;
    padding-bottom: 20px;
    color: #cccccc;
    font-size: 14px;
}
footer ul.contact {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 30px;
    padding-bottom: 30px;
    margin: 0px;
}
footer ul.contact li {
    margin: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 8px;
    padding-left: 0px;
    list-style-type: none;
    font-size: 14px;
}
footer ul.contact li a {
    color: #cccccc;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}
footer ul.contact li a:hover {
    color: #fff;
    text-decoration: none;
}
footer ul.contact li i {
    font-size: 20px;
    width: 24px;
    text-align: center;
    padding-right: 16px;
    padding-top: 7px;
}
footer ul.connect {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 30px;
    padding-bottom: 30px;
    margin: 0px;
}
footer ul.connect li {
    margin: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 8px;
    padding-left: 0px;
    list-style-type: none;
    font-size: 14px;
}
footer ul.connect li i {
    width: 20px;
    text-align: center;
    padding-right: 12px;
}
footer ul.connect li a {
    color: #cccccc;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}
footer ul.connect li a:hover {
    color: #fff;
    text-decoration: none;
}
footer ul.usefullinks {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 30px;
    padding-bottom: 30px;
    margin: 0px;
}
footer ul.usefullinks li {
    margin: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 8px;
    padding-left: 0px;
    list-style-type: none;
    font-size: 14px;
}
footer ul.usefullinks li:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f0da";
    padding-right: 10px;
}
footer ul.usefullinks li a {
    color: #cccccc;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}
footer ul.usefullinks li a:hover {
    color: #fff;
    text-decoration: none;
}
footer h1 {
    font-size: 14px;
    color: #fff;
    font-weight: 900;
    text-transform: uppercase;
    padding-top: 0px;
    margin-bottom: 0px;
}
footer .line2 {
    height: 2px;
    width: 30px;
    padding: 1px;
    border: 1px solid #ff974f;
    margin-top: 12px;
    margin-bottom: 0px;
}
footer .newletter {
    padding-bottom: 150px;
}
/** search field **/
.newletter .searchform {
    display: block;
    position: absolute;
    width: 250px;
    height: 26px;
    line-height: 26px;
    padding-top: 30px;
    padding-right: 15px;
    padding-bottom: 30px;
    padding-left: 0px;
    cursor: default;
}
.newletter #search {
    display: block;
    position: relative;
}
.newletter #s {
    width: 220px;
    background: #2c2e30;
    padding: 8px 11px;
    border: 0;
    font-size: 15px;
    color: #fff;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
.newletter .sbtn {
    display: block;
    position: absolute;
    right: 20px;
    top: 6px;
    background: none;
    border: none;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
}
footer .copyright {
    color: #666666;
    font-size: 12px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 500;
    border-top-width: 2px;
    border-top-style: solid;
    border-top-color: #2b2b2b;
    padding-top: 20px;
}
footer .copyright span {
    color: #cccccc;
}
/* ---------------------------------------------------------------------- FOOTER ENDS ------------------ */

/* ---------------------------------------------------------------------- HOME 02 STARTS ------------------ */

.home-02 .security-solutions {
    padding-top: 60px;
    padding-bottom: 40px;
    text-align: center;
}
.home-02 .security-solutions .herotext .line {
    margin-left: auto;
    margin-right: auto;
}
.home-02 .security-solutions a {
    margin-left: 8px;
    margin-right: 8px;
}
.home-02 .intro-section {
    padding-top: 60px;
    padding-bottom: 120px;
}
.home-02 .intro-section .block {
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: #f7f7f7;
}
.home-02 .intro-section .block:nth-child(1n) {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 15px;
    padding-right: 15px;
    background-color: #f7f7f7;
}
.home-02 .intro-section .block:nth-child(2n) {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 15px;
    padding-right: 15px;
    background-color: #f7f7f7;
}
.home-02 .intro-section .block:nth-child(3n) {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 15px;
    padding-right: 15px;
    background-color: #f7f7f7;
}
.home-02 .why-choose-us {
    padding-top: 100px;
    padding-bottom: 100px;
}
.we-deliver {
    padding-top: 0px;
    padding-bottom: 0px;
}
.we-deliver .herotext {
    padding: 100px;
}
.we-deliver .herotext h1 {
    font-size: 16px;
    font-family: 'Merriweather', serif;
    color: #888888;
    font-weight: 400;
    margin-top: 0px;
    margin-bottom: 12px;
    font-style: italic;
}
.we-deliver .herotext .heading2 {
    font-size: 30px;
    color: #2c2e30;
    font-weight: 900;
    margin-top: 2px;
    text-transform: uppercase;
}
.we-deliver .herotext h2 {
    font-size: 28px;
    color: #2c2e30;
    font-weight: 400;
    margin-top: 0px;
    margin-bottom: 0px;
}
.we-deliver .herotext .text {
    font-family: 'lato', serif;
    font-size: 14px;
    color: #888888;
    font-weight: 400;
    margin-bottom: 0px;
    font-style: normal;
    margin-top: 30px;
}
.we-deliver.herotext .line {
    height: 6px;
    width: 72px;
    background: -moz-linear-gradient(left, rgba(255,151,79,1) 0%, rgba(255,151,79,1) 49%, rgba(255,151,79,0) 50%, rgba(125,185,232,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(255,151,79,1) 0%, rgba(255,151,79,1) 49%, rgba(255,151,79,0) 50%, rgba(125,185,232,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(255,151,79,1) 0%, rgba(255,151,79,1) 49%, rgba(255,151,79,0) 50%, rgba(125,185,232,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff974f', endColorstr='#007db9e8', GradientType=1 ); /* IE6-9 */
    padding: 2px;
    border: 1px solid #ff974f;
    margin-top: 30px;
    margin-bottom: 40px;
}
.home-02 .testimonials {
    padding-top: 70px;
    padding-bottom: 70px;
    text-align: left;
}
.home-02 .testimonials .block {
    padding-top: 10px;
}
.home-02 .testimonials .block .description {
    font-family: 'Merriweather', serif;
    font-size: 16px;
    line-height: 32px;
    color: #888888;
    font-style: italic;
    padding-bottom: 30px;
}
.home-02 .testimonials .block .name {
    font-size: 14px;
    color: #2c2e30;
    text-transform: uppercase;
}
.home-02 .testimonials .block .designation {
    font-size: 10px;
    color: #2c2e30;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.home-02 .testimonials .testimonials-carousel.owl-theme .owl-dots .owl-dot {
    margin-top: 50px;
}
.home-02 .callus {
    padding-top: 10px;
    padding-bottom: 30px;
    text-align: center;
    background-color: #ff994c;
}
.home-02 .callus .description {
    color: #fff;
}
.clients {
    padding-top: 90px;
    padding-bottom: 90px;
}
.clients .block {
    padding-top: 20px;
    padding-bottom: 20px;
}
.clients .clients-carousel.owl-theme .owl-dots .owl-dot {
    margin-top: 50px;
}
/* ---------------------------------------------------------------------- HOME 02 ENDS ------------------ */

/* ---------------------------------------------------------------------- HALF IMAGE HALF TEXT STARTS  ------------------ */

section {
    position: relative;
    overflow: hidden;
    z-index: 10;
}
.img-side.img-right {
    right: 0;
}
.img-side.img-left {
    left: 0;
}
.img-side {
    padding: 0px;
    position: absolute;
    top: 0px;
    height: 100%;
    overflow: hidden;
    z-index: 100;
}
.img-holder {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
}
/* ---------------------------------------------------------------------- HALF IMAGE HALF TEXT ENDS  ------------------ */


/* ---------------------------------------------------------------------- ABOUT US PAGE STARTS  ------------------ */

.about-us .intro-section {
    padding-top: 120px;
    padding-bottom: 60px;
}
.about-us .intro-section .block {
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: #f7f7f7;
}
.about-us .intro-section .block:nth-child(1n) {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 15px;
    padding-right: 15px;
    background-color: #f7f7f7;
}
.about-us .intro-section .block:nth-child(2n) {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 15px;
    padding-right: 15px;
    background-color: #f7f7f7;
}
.about-us .intro-section .block:nth-child(3n) {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 15px;
    padding-right: 15px;
    background-color: #f7f7f7;
}
.about-us .intro-section .block .info .heading {
    font-size: 14px;
    color: #2c2e30;
    font-weight: 900;
    text-transform: uppercase;
}
.about-us .intro-section .block .info .heading-2 {
    font-family: 'Merriweather', serif;
    font-size: 13px;
    color: #888888;
    font-weight: 400;
    padding-top: 10px;
    margin-bottom: 0px;
    font-style: italic;
}
.about-us .intro-section .block .info .description {
    font-family: 'lato', serif;
    font-size: 14px;
    color: #555555;
    font-weight: 400;
    padding-top: 20px;
    margin-bottom: 15px;
    font-style: normal;
}
.about-us .funfacts {
    padding-top: 60px;
    padding-bottom: 110px;
    text-align: center;
}
.about-us .funfacts .block {
    text-align: center;
    padding-bottom: 50px;
}
.about-us .funfacts .block .box h1 {
    font-family: 'Merriweather', serif;
    font-size: 30px;
    color: #ff974f;
    font-weight: 900;
    text-transform: uppercase;
    padding-top: 0px;
    margin-bottom: 0px;
}
.about-us .funfacts .block .box h2 {
    font-size: 16px;
    color: #2c2e30;
    font-weight: 600;
    text-transform: uppercase;
    padding-top: 40px;
}
.about-us .funfacts .block .box {
    width: 250px;
    height: 110px;
    background-image: url(../images/funfact/box.png);
    background-repeat: no-repeat;
    background-position: center center;
    margin-left: auto;
    margin-right: auto;
}
.about-us .funfacts .block .box .caret-down {
    color: #5f6367;
    font-size: 18px;
    padding-top: 6px;
}
.exceptional-security {
    padding-top: 80px;
    padding-bottom: 80px;
}
.exceptional-security .block {
    padding-top: 40px;
    padding-bottom: 40px;
}
.exceptional-security .icon {
    float: left;
    padding-top: 10px;
}
.exceptional-security .icon i {
    color: #fff;
    font-size: 50px;
}
.exceptional-security .details {
    padding-left: 80px;
}
.exceptional-security .herotext-2 {
    padding: 0px;
    margin: 0px;
}
.exceptional-security .herotext-2 h1 {
    font-size: 24px;
    color: #fff;
    font-weight: 900;
    margin-top: 0px;
    padding-top: 0px;
    text-transform: none;
}
.exceptional-security .herotext-2 h2 {
    font-family: 'Merriweather', serif;
    font-style: italic;
    font-size: 16px;
    color: #cccccc;
    font-weight: 400;
    margin-top: 0px;
}
.exceptional-security .details .description {
    color: #cccccc;
}
.history-timeline {
    padding-top: 110px;
    padding-bottom: 110px;
}
.history-timeline .herotext-3 {
    text-align: center;
    margin-bottom: 70px;
}
.history-timeline .herotext-3 .boxed-heading h1 {
    font-size: 20px;
    color: #2c2e30;
    font-weight: 900;
    text-transform: uppercase;
    padding-top: 0px;
}
.history-timeline .herotext-3 .boxed-heading h2 {
    font-size: 10px;
    color: #2c2e30;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.history-timeline .herotext-3 .boxed-heading {
    width: 360px;
    height: 84px;
    background-image: url(../images/heading/header-box.png);
    background-repeat: no-repeat;
    background-position: center center;
    margin-left: auto;
    margin-right: auto;
}
.history-timeline .rev_slider_wrapper .description {
}
.history-timeline-tabs {
    padding-top: 10px;
    padding-bottom: 10px;
}
.history-timeline-tabs .herotext {
    padding-bottom: 5px;
    text-align: center;
}
.history-timeline-tabs .herotext h1 {
    font-size: 30px;
    font-weight: 200;
    color: #000;
    padding-bottom: 0px;
}
.history-timeline-tabs ul.icon-tabs {
}
.history-timeline-tabs ul.icon-tabs .caption {
    font-size: 50px;
    color: #cccccc;
    text-transform: uppercase;
    font-weight: 800;
    padding-top: 12px;
    padding-bottom: 12px;
}
.history-timeline-tabs ul.icon-tabs .icon {
    color: #fff;
}
.history-timeline-tabs .tab-content {
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
}
.history-timeline-tabs .tab-content h1 {
    font-size: 24px;
    color: #2c2e30!important;
    font-weight: 600;
    padding-bottom: 12px;
}
.history-timeline-tabs .tab-content .description {
    font-family: 'Merriweather', serif;
    font-size: 16px;
    color: #888888!important;
    font-style: italic;
}
.history-timeline-tabs .nav>li>a:focus, .history-timeline-tabs .nav>li>a:hover {
    background-color: transparent;
}
.history-timeline-tabs .nav>li.active .icon, .history-timeline-tabs .nav>li>a:focus .icon, .history-timeline-tabs .nav>li>a:hover .icon {
    color: #444444;
}
.history-timeline-tabs .nav>li.active .caption, .history-timeline-tabs .nav>li>a:focus .caption, .history-timeline-tabs .nav>li>a:hover .caption {
    color: #ff974f;
}
/* ---------------------------------------------------------------------- ABOUT US PAGE ENDS  ------------------ */


/* ---------------------------------------------------------------------- SERVICES PAGE STARTS  ------------------ */

.expertise {
    padding-top: 120px;
    padding-bottom: 120px;
}
.expertise .description {
    padding-top: 20px;
}
.security-solutions {
    padding-top: 120px;
    padding-bottom: 120px;
    text-align: center;
}
.security-solutions.top-padding {
    padding-top: 200px;
}
.security-solutions .herotext {
    padding-bottom: 50px;
}
.security-solutions .herotext h3 {
    font-size: 16px;
    font-family: 'Merriweather', serif;
    color: #888888;
    font-weight: 400;
    margin-top: 0px;
    margin-bottom: 12px;
    font-style: italic;
}
.security-solutions .herotext h1 {
    font-size: 30px;
    color: #2c2e30;
    font-weight: 900;
    margin-top: 2px;
    text-transform: uppercase;
}
.security-solutions .herotext .line {
    height: 6px;
    width: 72px;
    background: -moz-linear-gradient(left, rgba(255,151,79,1) 0%, rgba(255,151,79,1) 49%, rgba(255,151,79,0) 50%, rgba(125,185,232,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(255,151,79,1) 0%, rgba(255,151,79,1) 49%, rgba(255,151,79,0) 50%, rgba(125,185,232,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(255,151,79,1) 0%, rgba(255,151,79,1) 49%, rgba(255,151,79,0) 50%, rgba(125,185,232,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff974f', endColorstr='#007db9e8', GradientType=1 ); /* IE6-9 */
    padding: 2px;
    border: 1px solid #ff974f;
    margin-top: 40px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
}
.security-solutions .block {
    padding: 40px;
    background-color: #f7f7f7;
    margin-top: 30px;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}
.security-solutions .block .icon {
    font-size: 60px;
    color: #2c2e30;
    padding-top: 20px;
    padding-bottom: 20px;
}
.security-solutions .block h1 {
    font-size: 16px;
    color: #2c2e30;
    font-weight: 600;
    text-transform: uppercase;
}
.security-solutions .block .line2 {
    height: 2px;
    width: 40px;
    padding: 2px;
    border: 1px solid #ff974f;
    margin-top: 20px;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto
}
.security-solutions .block .desciption {
    font-size: 14px;
    color: #555555;
}
.security-solutions .block:hover {
 background-color: #cab6af;
}
.security-solutions .block:hover .icon {
    color: #111;
}
.security-solutions .block:hover h1 {
    color: #111;
}
.security-solutions .block:hover .line2 {
    border: 1px solid #ff974f;
}
.security-solutions .block:hover .desciption {
    color: #fff;
}
.services-benefits {
    padding-top: 120px;
    padding-bottom: 120px;
}
.services-benefits .herotext-3 {
    text-align: center;
    margin-bottom: 70px;
}
.services-benefits .herotext-3 .boxed-heading h1 {
    font-size: 20px;
    color: #fff;
    font-weight: 900;
    text-transform: uppercase;
    padding-top: 0px;
}
.services-benefits .herotext-3 .boxed-heading h2 {
    font-size: 10px;
    color: #fff;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.services-benefits .herotext-3 .boxed-heading {
    width: 360px;
    height: 84px;
    background-image: url(../images/heading/header-box.png);
    background-repeat: no-repeat;
    background-position: center center;
    margin-left: auto;
    margin-right: auto;
}
.services-benefits .herotext-3 .description {
    font-family: 'Merriweather', serif;
    font-style: italic;
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    margin-bottom: 30px;
}
.services-benefits ul.left {
    padding: 0px;
    margin: 0px;
}
.services-benefits ul.left li {
    margin: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    list-style-type: none;
    text-align: right;
}
.services-benefits ul.left li .icon {
    margin-top: 22px;
    font-size: 8px;
    color: #fff;
    float: right;
}
.services-benefits ul.left li .info {
    padding-right: 30px;
}
.services-benefits ul.left li .info h1 {
    font-size: 22px;
    color: #fff;
}
.services-benefits ul.left li .info .description {
    font-size: 14px;
    color: #cccccc;
}
.services-benefits ul.right {
    padding: 0px;
    margin: 0px;
}
.services-benefits ul.right li {
    margin: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    list-style-type: none;
    text-align: left;
}
.services-benefits ul.right li .icon {
    margin-top: 22px;
    font-size: 8px;
    color: #fff;
    float: left;
}
.services-benefits ul.right li .info {
    padding-left: 30px;
}
.services-benefits ul.right li .info h1 {
    font-size: 22px;
    color: #fff;
}
.services-benefits ul.right li .info .description {
    font-size: 14px;
    color: #cccccc;
}
.best-skills {
    padding-top: 110px;
    padding-bottom: 110px;
}
.best-skills .herotext {
    padding-top: 75px;
    padding-bottom: 75px;
    padding-left: 45px;
    padding-right: 45px;
    background-color: #fff;
    box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.1);
}
.best-skills .block {
    background-color: #fff;
    box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.1);
    margin-right: 20px;
}
.progress-01 .skills-graph .skill {
    padding-bottom: 8px;
}
.progress-01 .skills-graph .skill .percentage {
    font-family: 'Merriweather', serif;
    font-size: 24px;
    color: #2c2e30;
    font-weight: 600;
    text-transform: uppercase;
    float: left;
    text-align: center;
}
.progress-01 .skills-graph .skill .percentage .count {
    padding-bottom: 0px;
}
.progress-01 .skills-graph .skill .percentage .line2 {
    height: 2px;
    width: 30px;
    padding: 1px;
    border: 1px solid #2c2e30;
}
.progress-01 .skills-graph .skill .info {
    padding-left: 90px;
    padding-bottom: 40px;
}
.progress-01 .skills-graph .skill .progress {
    height: 3px;
    overflow: hidden;
    background-color: #dddddd;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0px;
}
.progress-01 .skills-graph .skill .progress-bar {
    background-color: #ff974f;
    position: relative;
}
.progress-01 .skills-graph .skill .progress-label div {
    display: inline-block;
}
.progress-01 .skills-graph .skill .caption {
    font-size: 14px;
    color: #2c2e30;
    font-weight: 600;
    text-transform: uppercase;
}
.progress-01 .skills-graph .skill .progress-label {
    height: 12px;
}
.progress-01 .skills-graph .skill .progress-label .icon {
    font-size: 18px;
    color: #ff974f;
    z-index: 10;
    float: right;
    margin-left: -35px;
    margin-bottom: -16px;
}
/* ---------------------------------------------------------------------- SERVICES PAGE ENDS  ------------------ */


/* ---------------------------------------------------------------------- BLOG PAGE STARTS ------------------ */

.blog .contents {
    padding-top: 120px;
    padding-bottom: 120px;
}
.blog .blog-post {
    background-color: #fff;
    box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.1);
    margin-bottom: 60px;
    margin-left: 10px;
    margin-right: 10px;
}
.blog .blog-post .post-picture {
}
.blog .blog-post .post-contents {
    padding-top: 35px;
    padding-left: 35px;
    padding-right: 35px;
    padding-bottom: 0px;
}
.blog .blog-post .post-contents .meta {
    font-family: 'Merriweather', serif;
    color: #888888;
    font-size: 12px;
    font-style: italic;
}
.blog .blog-post .post-contents h1 {
    color: #2c2e30;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 800;
    line-height: 26px;
    margin-top: 4px;
}
.blog .blog-post .post-contents .clearfix h1 {
    color: #2c2e30;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 800;
    line-height: 26px;
    margin-top: 4px;
    float: left;
    width: 80%;
}
.blog .blog-post .post-contents .comments-2 {
    margin-top: 10px;
    float: right;
    background-color: #ff974f;
    height: 38px;
    min-width: 38px;
    color: #fff;
    text-align: center;
    padding-top: 6px;
    font-size: 12px;
}
.blog .blog-post .post-contents .description {
    color: #555555;
    font-size: 15px;
    padding-top: 6px;
}
.blog .blog-post .post-contents .button {
    margin-top: 5px;
    float: left;
}
.blog .blog-post .post-contents .button a.btn-orange {
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    background-color: #ff974f;
    padding-top: 12px;
    padding-bottom: 13px;
    padding-left: 20px;
    padding-right: 0px;
    font-weight: 600;
    font-size: 12px;
    line-height: normal;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: none;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #ff974f;
    border-bottom-color: #ff974f;
    border-left-color: #ff974f;
}
.blog .blog-post .post-contents .button a.btn-orange i {
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    background-color: #2c2e30;
    border: 1px solid #2c2e30;
    padding-top: 14px;
    padding-bottom: 14px;
    padding-left: 18px;
    padding-right: 18px;
    margin-left: 20px;
    font-weight: 600;
    font-size: 12px;
    line-height: normal;
}
.blog .blog-post .post-contents .button a.btn-orange:hover {
    text-decoration: none;
    background-color: #2c2e30;
    color: #fff;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: none;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #2c2e30;
    border-bottom-color: #2c2e30;
    border-left-color: #2c2e30;
}
.blog .blog-post .post-contents .comments {
    margin-top: 30px;
    float: right;
    background-color: #ff974f;
    height: 40px;
    min-width: 40px;
    color: #fff;
    text-align: center;
    padding-top: 6px;
    font-size: 12px;
    margin-bottom: 0px!important;
}
.pagging {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
}
.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #2c2e30;
    text-decoration: none;
    background-color: #fff;
    padding-top: 8px;
    padding-right: 16px;
    padding-bottom: 8px;
    padding-left: 16px;
    border: 1px solid #eeeeee;
    margin-left: 4px;
    margin-right: 4px;
    border-radius: 0px;
}
.pagination>li>a:hover {
    color: #fff;
    background-color: #2c2e30;
    border: 1px solid #2c2e30;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #2c2e30;
    border: 1px solid #2c2e30;
}
.blog .blog-post .post-contents .description blockquote {
    font-family: 'Merriweather', serif;
    padding: 40px;
    background-color: #ff974f;
    font-size: 16px;
    color: #fff;
    font-style: italic;
    margin-top: 50px;
    margin-right: 20px;
    margin-bottom: 50px;
    margin-left: 20px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    text-align: center;
}
.blog .blog-post .post-contents .description blockquote .name {
    font-family: 'lato', serif;
    text-transform: uppercase;
    color: #fff;
    font-style: normal;
    font-size: 14px;
    font-weight: 600;
}
.blog .blog-post .post-contents .description .post-detail-picture {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
}
.blog .blog-post .post-contents .description ul.social-icons {
    margin: 0px;
    text-align: left;
    padding-top: 30px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
.blog .blog-post .post-contents .description ul.social-icons li {
    font-size: 16px;
    color: #888888;
    display: inline-block;
    list-style-type: none;
    margin-right: 8px;
    margin-left: 8px;
    text-align: center;
    line-height: 1.5;
}
.blog .blog-post .post-contents .description ul.social-icons li:first-child {
    margin-left: 0px;
    margin-right: 10px;
}
.blog .blog-post .post-contents .description ul.social-icons li h1 {
    font-size: 14px;
    font-weight: 800;
    color: #2c2e30;
    text-transform: uppercase;
    padding-bottom: 8px;
    padding-top: 0px;
    margin-top: 0px;
    margin-left: 0px;
}
.blog .blog-post .post-contents .description ul.social-icons li a {
    color: #888888;
}
.blog .blog-post .post-contents .description ul.social-icons li a:hover {
    color: #ff974f;
}
.about-author {
    background-color: #fff;
    box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.1);
    margin-bottom: 80px;
    margin-top: 50px;
    margin-left: 10px;
    margin-right: 10px;
}
.about-author h1 {
    font-size: 16px;
    color: #fff;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.about-author .block {
    padding: 30px;
    border: 1px solid #2c2e30;
    background-color: #2c2e30;
    border-radius: 0px;
}
.about-author .block .picture {
    float: left;
    margin-right: 15px;
}
.about-author .block .detail {
    padding-left: 130px;
}
.about-author .block .detail .name {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
}
.about-author .block .detail .name span {
    font-size: 16px;
    font-weight: 600;
    color: #ccc;
    text-transform: none;
    font-style: italic;
    padding-left: 12px;
}
.about-author .block .detail .intro {
    font-size: 14px;
    line-height: 24px;
    padding-top: 12px;
    color: #fff;
}
.comments {
    margin-bottom: 80px;
    margin-left: 10px;
    margin-right: 10px;
}
.comments h2 {
    font-size: 26px;
    font-weight: 400;
    color: #2c2e30;
    text-transform: none;
    margin: 0px;
    padding: 0px;
}
.comments h1 {
    font-size: 30px;
    font-weight: 900;
    color: #2c2e30;
    text-transform: uppercase;
    margin-top: 0px;
}
.comments .line {
    height: 6px;
    width: 72px;
    background: -moz-linear-gradient(left, rgba(255,151,79,1) 0%, rgba(255,151,79,1) 49%, rgba(255,151,79,0) 50%, rgba(125,185,232,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(255,151,79,1) 0%, rgba(255,151,79,1) 49%, rgba(255,151,79,0) 50%, rgba(125,185,232,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(255,151,79,1) 0%, rgba(255,151,79,1) 49%, rgba(255,151,79,0) 50%, rgba(125,185,232,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff974f', endColorstr='#007db9e8', GradientType=1 ); /* IE6-9 */
    padding: 2px;
    border: 1px solid #ff974f;
    margin-top: 30px;
    margin-bottom: 50px;
}
.comments .media-heading {
    font-size: 14px;
    font-weight: 600;
    color: #2c2e30;
    text-transform: uppercase;
    margin-top: 0px;
    margin-bottom: 0px;
}
.comments .media-heading span {
    font-size: 13px;
    text-transform: none;
    padding-left: 5px;
}
.comments .meta {
    float: left;
}
.comments .date {
    font-family: 'Merriweather', serif;
    font-size: 12px;
    color: #888888;
    font-style: italic;
}
.comments .media-heading {
    font-size: 16px;
    line-height: 24px;
}
.comments .media-body {
    padding-left: 20px!important;
}
.comments .media-body .button {
    margin-top: 0px;
    float: right;
}
.comments .media-body .button a.btn-transparent {
    text-transform: uppercase;
    color: #555555;
    text-align: center;
    background-color: transparent;
    padding-top: 8px;
    padding-bottom: 9px;
    padding-left: 12px;
    padding-right: 0px;
    font-weight: 600;
    font-size: 11px;
    line-height: normal;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: none;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #2c2e30;
    border-bottom-color: #2c2e30;
    border-left-color: #2c2e30;
}
.comments .media-body .button a.btn-transparent i {
    text-transform: uppercase;
    color: #ff974f;
    text-align: center;
    background-color: #transparent;
    padding-top: 9px;
    padding-bottom: 9px;
    padding-left: 12px;
    padding-right: 12px;
    margin-left: 12px;
    font-weight: 600;
    font-size: 12px;
    line-height: normal;
    border: 1px solid #2c2e30;
}
.comments .media-body .button a.btn-transparent:hover {
    text-decoration: none;
    background-color: #2c2e30;
    color: #fff;
}
.comments .media-body .button a.btn-transparent:hover i {
    color: #fff;
}
.comments .media-body p {
    font-size: 14px;
    line-height: 24px;
    margin-top: 8px;
}
.comments .media-body a.reply {
    font-size: 14px;
    font-weight: 600;
    color: #16a7ff;
}
.comments .media-body a.reply:hover {
    font-size: 14px;
    font-weight: 600;
    color: #000;
    text-decoration: none;
}
.comments .media-body .media {
    margin-top: 45px;
    padding-top: 35px;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #dddddd;
}
.comments .media-list li.media {
    margin-bottom: 45px;
    padding-bottom: 35px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #e4e5e6;
}
.leave-a-reply {
    margin-bottom: 80px;
    margin-left: 10px;
    margin-right: 10px;
}
.leave-a-reply h2 {
    font-size: 26px;
    font-weight: 400;
    color: #2c2e30;
    text-transform: none;
    margin: 0px;
    padding: 0px;
}
.leave-a-reply h1 {
    font-size: 30px;
    font-weight: 900;
    color: #2c2e30;
    text-transform: uppercase;
    margin-top: 0px;
}
.leave-a-reply .line {
    height: 6px;
    width: 72px;
    background: -moz-linear-gradient(left, rgba(255,151,79,1) 0%, rgba(255,151,79,1) 49%, rgba(255,151,79,0) 50%, rgba(125,185,232,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(255,151,79,1) 0%, rgba(255,151,79,1) 49%, rgba(255,151,79,0) 50%, rgba(125,185,232,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(255,151,79,1) 0%, rgba(255,151,79,1) 49%, rgba(255,151,79,0) 50%, rgba(125,185,232,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff974f', endColorstr='#007db9e8', GradientType=1 ); /* IE6-9 */
    padding: 2px;
    border: 1px solid #ff974f;
    margin-top: 30px;
    margin-bottom: 50px;
}
.leave-a-reply .form-control {
    display: block;
    text-transform: uppercase;
    width: 100%;
    height: 50px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 3px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-top-color: #dddddd;
    border-right-color: #dddddd;
    border-bottom-color: #dddddd;
    border-radius: 0px;
    margin-bottom: 20px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.leave-a-reply .btn {
    margin-top: 30px;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    background-color: #ff974f;
    padding: 0px;
    border-radius: 0px;
    border: none;
    padding-left: 20px!important;
    padding-right: 0px!important;
    font-weight: 600!important;
    font-size: 12px;
    line-height: normal;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}
.leave-a-reply .btn:hover {
    text-decoration: none;
    background-color: #000;
    color: #fff;
}
.leave-a-reply .btn i {
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    background-color: #2c2e30;
    border: 1px solid #2c2e30;
    padding-top: 16px!important;
    padding-bottom: 16px!important;
    padding-left: 20px!important;
    padding-right: 20px!important;
    margin-left: 20px!important;
    font-weight: 600;
    font-size: 12px;
    line-height: normal;
}
/* ---------------------------------------------------------------------- BLOG PAGE STARTS ------------------ */

/* ---------------------------------------------------------------------- SIDEBAR STARTS ------------------ */

.sidebar {
    padding-left: 60px!important;
}
.sidebar h1 {
    font-size: 14px;
    font-weight: 800;
    color: #2c2e30;
    text-transform: uppercase;
    padding-bottom: 8px;
    padding-top: 0px;
    margin-top: 0px;
}
.sidebar .line2 {
    height: 2px;
    width: 30px;
    padding: 1px;
    border: 1px solid #ff974f;
    margin-top: 2px;
    margin-bottom: 30px;
}
.sidebar .about {
    padding-bottom: 65px;
}
.sidebar .about .description {
    font-size: 14px;
    padding: 0px;
}
.sidebar .search {
    padding-bottom: 65px;
}
.sidebar .search .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
    width: 100%;
}
.sidebar .search .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
    width: 100%;
}
.sidebar .search .form-inline .input-group input {
    font-size: 14px;
    color: #2c2e30;
    padding: 12px;
    border-radius: 0px;
    width: 100%;
    border-top-width: 1px;
    border-bottom-width: 2px;
    border-left-width: 1px;
    border-top-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #dddddd;
    border-bottom-color: #dddddd;
    border-left-color: #dddddd;
    border-right-width: 0px;
    border-right-style: dddddd;
}
.sidebar .search .form-inline .input-group .input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #ff974f;
    text-align: center;
    background-color: #fff;
    border-radius: 0px;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 2px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-top-color: #dddddd;
    border-right-color: #dddddd;
    border-bottom-color: #dddddd;
}
.sidebar .search .form-inline .input-group .input-group-addon a {
    color: #ff974f;
}
.sidebar .blog-categories {
    padding-bottom: 65px;
}
.sidebar .blog-categories ul {
    padding: 0px;
    margin: 0px;
}
.sidebar .blog-categories ul li {
    margin: 0px;
    padding-left: 0px;
    padding-right: 0px;
    list-style-type: none;
    margin-bottom: 8px;
    padding-bottom: 8px;
    padding-top: 0px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #ccc;
}
.sidebar .blog-categories ul li:last-child {
    margin: 0px;
    padding-left: 0px;
    padding-right: 0px;
    list-style-type: none;
    margin-bottom: 0px;
    padding-bottom: 0px;
    padding-top: 0px;
    border-bottom-width: 0px;
    border-bottom-style: solid;
    border-bottom-color: #ccc;
}
.sidebar .blog-categories ul li:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f0da";
    padding-right: 12px;
}
.sidebar .blog-categories ul li a {
    color: #555555;
    font-size: 14px;
}
.sidebar .blog-categories ul li a span {
    float: right;
}
.sidebar .blog-categories ul li a {
    color: #555555;
    font-size: 14px;
}
.sidebar .blog-categories ul li a:hover {
    color: #ff974f;
    font-size: 14px;
    text-decoration: none;
}
.sidebar .recent-posts {
    padding-bottom: 65px;
}
.sidebar .recent-posts ul {
    padding: 0px;
    margin: 0px;
}
.sidebar .recent-posts ul li {
    font-weight: 500;
    font-size: 12px;
    list-style-type: none;
    margin-bottom: 20px;
    padding-bottom: 20px;
    padding-top: 0px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #ccc;
}
.sidebar .recent-posts ul li:last-child {
    font-weight: 500;
    font-size: 12px;
    list-style-type: none;
    margin-bottom: 0px;
    padding-bottom: 20px;
    padding-top: 0px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #ccc;
}
.sidebar .recent-posts ul li .picture {
    float: left;
    margin-right: 15px;
}
.sidebar .recent-posts ul li .info {
    padding-left: 90px;
}
.sidebar .recent-posts ul li .info .caption {
    font-size: 14px;
    line-height: 22px;
    font-weight: 600;
    color: #2c2e30;
}
.sidebar .recent-posts ul li .info .date {
    font-family: 'Merriweather', serif;
    color: #888888;
    font-style: italic;
    font-size: 12px;
    padding-top: 12px;
}
.sidebar .recent-posts ul li a {
    color: #000;
    line-height: normal;
}
.sidebar .recent-posts ul li a:hover {
    color: #666;
    text-decoration: none;
}
.sidebar .tags {
    padding-bottom: 65px;
}
.sidebar .tags ul {
    padding: 0px;
    margin: 0px;
}
.sidebar .tags ul li {
    display: inline-block;
}
.sidebar .tags ul li a {
    font-size: 12px;
    color: #2c2e30;
    padding-top: 8px;
    padding-right: 14px;
    padding-bottom: 8px;
    padding-left: 14px;
    display: inline-block;
    margin-right: 4px;
    margin-bottom: 8px;
    background-color: transparent;
    border: 2px solid #888888;
    font-weight: 600;
    text-transform: uppercase;
}
.sidebar .tags ul li a:hover {
    color: #fff;
    background-color: #ff974f;
    border: 2px solid #ff974f;
    text-decoration: none;
}
/* ---------------------------------------------------------------------- SIDEBAR ENDS ------------------ */

/* ---------------------------------------------------------------------- CONTACT PAGE STARTS ------------------ */

.contact-us .address {
    padding-top: 110px;
    padding-bottom: 130px;
}
.contact-us .address .herotext {
    padding-top: 75px;
    padding-bottom: 75px;
    padding-left: 45px;
    padding-right: 45px;
    background-color: #fff;
    box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.1);
}
.contact-us .address .block {
    background-color: #fff;
    box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.1);
    margin-right: 20px;
}
.contact-us .address .block .picture {
    background-color: #ff974f;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}
.contact-us .address .block .info {
    padding: 20px;
    background-color: #fff;
    text-align: center;
}
#message_post {
    text-align: left;
}
.errorMessage {
    color: #ff0000;
    margin-bottom: 4px;
    padding-bottom: 8px;
    padding-top: 8px;
    padding-right: 0px;
    padding-left: 0px;
    background-color: #fff;
}
.successMessage {
    color: #12d62d;
    margin-bottom: 4px;
    padding-bottom: 8px;
    padding-top: 8px;
    padding-right: 0px;
    padding-left: 0px;
    background-color: #fff;
}
.herotext ul.bullets-contact {
    padding: 0px;
    margin: 0px;
}
.herotext ul.bullets-contact li {
    margin: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 8px;
    list-style-type: none;
}
.herotext ul.bullets-contact li a {
    color: #555555;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}
.herotext ul.bullets-contact li a:hover {
    color: #000;
    text-decoration: none;
}
.herotext ul.bullets-contact li i {
    width: 20px;
    text-align: center;
    font-size: 18px;
    color: #000;
    margin-right: 4px;
    margin-top: 6px;
}
.send-us-message {
    padding-top: 120px;
    padding-bottom: 120px;
    text-align: center;
}
.send-us-message h2 {
    font-family: 'Merriweather', serif;
    font-size: 16px;
    font-weight: 400;
    color: #888888;
    text-transform: none;
    font-style: italic;
    padding-bottom: 14px;
}
.send-us-message h1 {
    font-size: 30px;
    font-weight: 900;
    color: #2c2e30;
    text-transform: uppercase;
    margin-top: 0px;
}
.send-us-message .line {
    height: 6px;
    width: 72px;
    background: -moz-linear-gradient(left, rgba(255,151,79,1) 0%, rgba(255,151,79,1) 49%, rgba(255,151,79,0) 50%, rgba(125,185,232,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(255,151,79,1) 0%, rgba(255,151,79,1) 49%, rgba(255,151,79,0) 50%, rgba(125,185,232,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(255,151,79,1) 0%, rgba(255,151,79,1) 49%, rgba(255,151,79,0) 50%, rgba(125,185,232,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff974f', endColorstr='#007db9e8', GradientType=1 ); /* IE6-9 */
    padding: 2px;
    border: 1px solid #ff974f;
    margin-top: 30px;
    margin-bottom: 70px;
    margin-left: auto;
    margin-right: auto;
}
.send-us-message .butn {
    text-align: left;
}
.send-us-message .form-control {
    display: block;
    text-transform: uppercase;
    width: 100%;
    height: 50px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 3px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-top-color: #dddddd;
    border-right-color: #dddddd;
    border-bottom-color: #dddddd;
    border-radius: 0px;
    margin-bottom: 20px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.send-us-message .btn {
    margin-top: 30px;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    background-color: #ff974f;
    padding: 0px;
    border-radius: 0px;
    border: none;
    padding-left: 20px!important;
    padding-right: 0px!important;
    font-weight: 600!important;
    font-size: 12px;
    line-height: normal;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}
.send-us-message .btn:hover {
    text-decoration: none;
    background-color: #000;
    color: #fff;
}
.send-us-message .btn i {
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    background-color: #2c2e30;
    border: 1px solid #2c2e30;
    padding-top: 16px!important;
    padding-bottom: 16px!important;
    padding-left: 20px!important;
    padding-right: 20px!important;
    margin-left: 20px!important;
    font-weight: 600;
    font-size: 12px;
    line-height: normal;
}
/* ---------------------------------------------------------------------- CONTACT PAGE STARTS ------------------ */

/* ---------------------------------------------------------------------- ERROR PAGE ENDS  ------------------ */


.error {
    padding-top: 120px!important;
    padding-bottom: 120px!important;
}
.error .herotext {
    text-align: center;
    padding-top: 60px;
}
.error .herotext h1 {
    font-size: 32px;
    color: #2c2e30;
    font-weight: 900;
    margin-top: 2px;
    text-transform: uppercase;
}
.error .herotext h2 {
    font-size: 28px;
    color: #2c2e30;
    font-weight: 400;
    margin-top: 0px;
    margin-bottom: 12px;
}
.error .herotext .text {
    font-family: 'Merriweather', serif;
    font-size: 16px;
    color: #888888;
    font-weight: 400;
    margin-bottom: 0px;
    font-style: italic;
    margin-top: 30px;
}
.error .herotext .line {
    height: 6px;
    width: 72px;
    background: -moz-linear-gradient(left, rgba(255,151,79,1) 0%, rgba(255,151,79,1) 49%, rgba(255,151,79,0) 50%, rgba(125,185,232,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(255,151,79,1) 0%, rgba(255,151,79,1) 49%, rgba(255,151,79,0) 50%, rgba(125,185,232,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(255,151,79,1) 0%, rgba(255,151,79,1) 49%, rgba(255,151,79,0) 50%, rgba(125,185,232,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff974f', endColorstr='#007db9e8', GradientType=1 ); /* IE6-9 */
    padding: 2px;
    border: 1px solid #ff974f;
    margin-top: 40px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
}
.search-keyword {
    padding-top: 100px;
    padding-bottom: 120px;
    text-align: center;
}
.search-keyword h2 {
    font-family: 'Merriweather', serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    color: #5c5555;
    text-transform: none;
    font-style: italic;
    padding-bottom: 14px;
}
.search-keyword h1 {
    font-size: 30px;
    font-weight: 900;
    color: #2c2e30;
    text-transform: uppercase;
    margin-top: 0px;
}
.search-keyword .line {
    height: 6px;
    width: 72px;
    background: -moz-linear-gradient(left, rgba(255,151,79,1) 0%, rgba(255,151,79,1) 49%, rgba(255,151,79,0) 50%, rgba(125,185,232,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(255,151,79,1) 0%, rgba(255,151,79,1) 49%, rgba(255,151,79,0) 50%, rgba(125,185,232,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(255,151,79,1) 0%, rgba(255,151,79,1) 49%, rgba(255,151,79,0) 50%, rgba(125,185,232,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff974f', endColorstr='#007db9e8', GradientType=1 ); /* IE6-9 */
    padding: 2px;
    border: 1px solid #ff974f;
    margin-top: 30px;
    margin-bottom: 70px;
    margin-left: auto;
    margin-right: auto;
}
.search-keyword {
    text-align: center;
}
.search-keyword form {
    margin-top: 20px;
}
.search-keyword .form-control {
    display: block;
    text-transform: uppercase;
    width: 100%;
    height: 46px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 3px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-top-color: #dddddd;
    border-right-color: #dddddd;
    border-bottom-color: #dddddd;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.search-keyword .btn {
    margin-top: -20px!important;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    background-color: #ff974f;
    padding: 0px;
    border-radius: 0px;
    border: none;
    padding-left: 20px!important;
    padding-right: 0px!important;
    font-weight: 600!important;
    font-size: 12px;
    line-height: normal;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}
.search-keyword .btn:hover {
    text-decoration: none;
    background-color: #000;
    color: #fff;
}
.search-keyword .btn i {
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    background-color: #2c2e30;
    border: 1px solid #2c2e30;
    padding-top: 16px!important;
    padding-bottom: 16px!important;
    padding-left: 20px!important;
    padding-right: 20px!important;
    margin-left: 20px!important;
    font-weight: 600;
    font-size: 12px;
    line-height: normal;
}
/* ---------------------------------------------------------------------- ERROR PAGE ENDS  ------------------ */

/* ---------------------------------------------------------------------- PRICING TABLE 01 STARTS  ------------------ */

.price-01 .getintouch {
    padding-top: 0px;
    padding-bottom: 100px;
    text-align: center;
}
.price-01 .getintouch h2 {
    font-family: 'Merriweather', serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    color: #888888;
    text-transform: none;
    font-style: italic;
    padding-bottom: 10px;
}
.price-01 .getintouch .button {
    margin-top: 10px;
}
.pricing-table-01 {
    padding-top: 120px;
    padding-bottom: 120px;
}
.pricing-table-01 .herotext {
    text-align: center;
}
.pricing-table-01 .herotext .line {
    height: 6px;
    width: 72px;
    background: -moz-linear-gradient(left, rgba(255,151,79,1) 0%, rgba(255,151,79,1) 49%, rgba(255,151,79,0) 50%, rgba(125,185,232,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(255,151,79,1) 0%, rgba(255,151,79,1) 49%, rgba(255,151,79,0) 50%, rgba(125,185,232,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(255,151,79,1) 0%, rgba(255,151,79,1) 49%, rgba(255,151,79,0) 50%, rgba(125,185,232,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff974f', endColorstr='#007db9e8', GradientType=1 ); /* IE6-9 */
    padding: 2px;
    border: 1px solid #ff974f;
    margin-top: 30px;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
}
.pricing-table-01 .block {
    padding-top: 60px;
    padding-bottom: 60px;
    margin-top: 30px;
    margin-bottom: 30px;
    background-color: #fff;
    text-align: center;
}
.pricing-table-01 .block .circle {
    height: 130px;
    width: 130px;
    border-radius: 65px;
    background-color: #2c2e30;
    margin-left: auto;
    margin-right: auto;
    padding-top: 35px;
    margin-top: 30px;
}
.pricing-table-01 .block.best {
    color: #fff;
    background-color: #2c2e30;
}
.pricing-table-01 .block.best .package {
    font-size: 22px;
    color: #fff;
    letter-spacing: 3px;
    font-weight: 800;
    line-height: normal;
    text-transform: uppercase;
    padding-bottom: 6px
}
.pricing-table-01 .block.best .for {
    font-size: 12px;
    color: #fff;
    font-family: 'Merriweather', serif;
    font-style: italic;
    letter-spacing: 2px;
}
.pricing-table-01 .block.best .circle {
    height: 130px;
    width: 130px;
    border-radius: 65px;
    background-color: #ff974f;
    margin-left: auto;
    margin-right: auto;
    padding-top: 35px;
    margin-top: 30px;
}
.pricing-table-01 .package {
    font-size: 22px;
    color: #2c2e30;
    letter-spacing: 3px;
    font-weight: 800;
    line-height: normal;
    text-transform: uppercase;
    padding-bottom: 6px
}
.pricing-table-01 .block .for {
    font-size: 12px;
    color: #888888;
    font-family: 'Merriweather', serif;
    font-style: italic;
    letter-spacing: 2px;
}
.pricing-table-01 .block .price {
    font-family: 'Merriweather', serif;
    font-size: 36px;
    font-weight: 800;
    color: #fff;
    line-height: 30px;
}
.pricing-table-01 .block .price sup {
    font-family: 'Merriweather', serif;
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    line-height: 30px;
}
.pricing-table-01 .block .heading {
    font-size: 12px;
    color: #fff;
    font-family: 'Merriweather', serif;
    font-style: italic;
    letter-spacing: 2px;
}
.pricing-table-01 .block ul {
    margin: 0px;
    padding-top: 50px;
    padding-right: 0px;
    padding-bottom: 50px;
    padding-left: 0px;
}
.pricing-table-01 .block ul li {
    font-size: 14px;
    padding-top: 6px;
    padding-bottom: 6px;
    list-style-type: none;
}
.pricing-table-01 .block .button {
    margin-top: 0px;
}
.pricing-table-01 .block.best .button a.btn-transparent {
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    background-color: transparent;
    padding-top: 14px;
    padding-bottom: 15px;
    padding-left: 20px;
    padding-right: 0px;
    font-weight: 600;
    font-size: 12px;
    line-height: normal;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: none;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #fff;
    border-bottom-color: #fff;
    border-left-color: #fff;
}
.pricing-table-01 .block.best .button a.btn-transparent i {
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    background-color: #transparent;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: 20px;
    font-weight: 600;
    font-size: 12px;
    line-height: normal;
    border: 1px solid #fff;
}
.pricing-table-01 .block.best .button a.btn-transparent:hover {
    text-decoration: none;
    background-color: #fff;
    color: #000;
}
.pricing-table-01 .block.best .button a.btn-transparent:hover i {
    color: #000;
}
.faq-01 {
    padding-top: 120px;
    padding-bottom: 70px;
}
.faq-01 .herotext-03 {
    text-align: center;
}
.faq-01 .accordion-01 {
    padding-top: 50px;
}
.accordion-01 #accordion .panel-default>.panel-heading {
    color: #000;
    background-color: #fff;
    border-color: #ddd;
}
.accordion-01 #accordion .panel-heading {
    padding: 0px;
    margin: 0px;
}
.accordion-01 #accordion .panel-title {
    font-size: 15px!important;
    border: 0px solid transparent;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    position: relative;
    padding-left: 26px;
    padding-right: 26px;
    padding-top: 20px;
    padding-bottom: 20px;
    cursor: pointer;
}
.accordion-01 #accordion .panel-body {
    font-size: 14px!important;
    background-color: #fff;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 30px;
    padding-right: 30px;
}
.accordion-01 .panel-group .panel {
    margin-bottom: 20px;
    border-radius: 0px;
}
.accordion-01 #accordion i.indicator2 {
    font-size: 12px!important;
    padding-top: 8px;
    text-align: center;
    color: #000;
    position: absolute;
    z-index: 10;
    top: 15px;
    right: 20px;
    bottom: 0;
}
.accordion-01 #accordion i.indicator2.fa-minus {
    color: #fff;
}
.active-panel {
    color: #fff!important;
    background-color: #ff974f!important;
}
/* ---------------------------------------------------------------------- PRICING TABLE 01 ENDS  ------------------ */

/* ---------------------------------------------------------------------- PRICING TABLE 02 STARTS  ------------------ */

.price-02 .getintouch {
    padding-top: 0px;
    padding-bottom: 100px;
    text-align: left;
}
.price-02 .getintouch h2 {
    font-family: 'Merriweather', serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    color: #888888;
    text-transform: none;
    font-style: italic;
    padding-bottom: 10px;
}
.price-02 .getintouch .button {
    margin-top: 10px;
}
.pricing-table-02 {
    padding-top: 120px;
    padding-bottom: 120px;
}
.pricing-table-02 .herotext {
    text-align: center;
    padding-bottom: 80px;
}
.pricing-table-02 .herotext .line {
    height: 6px;
    width: 72px;
    background: -moz-linear-gradient(left, rgba(255,151,79,1) 0%, rgba(255,151,79,1) 49%, rgba(255,151,79,0) 50%, rgba(125,185,232,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(255,151,79,1) 0%, rgba(255,151,79,1) 49%, rgba(255,151,79,0) 50%, rgba(125,185,232,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(255,151,79,1) 0%, rgba(255,151,79,1) 49%, rgba(255,151,79,0) 50%, rgba(125,185,232,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff974f', endColorstr='#007db9e8', GradientType=1 ); /* IE6-9 */
    padding: 2px;
    border: 1px solid #ff974f;
    margin-top: 30px;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
}
.pricing-table-02 .block {
    padding-top: 0px;
    padding-bottom: 60px;
    margin-top: 10px;
    margin-bottom: 30px;
    background-color: #fff;
    text-align: center;
}
.pricing-table-02 .block.best {
    background-color: #fff;
    box-shadow: 0px 0px 3px 1px rgba(128, 128, 128, 0.1);
    -moz-box-shadow: 0px 0px 3px 1px rgba(128, 128, 128, 0.1);
    -webkit-box-shadow: 0px 0px 3px 1px rgba(128, 128, 128, 0.1);
}
.pricing-table-02 .block .head {
    padding-top: 90px;
    padding-bottom: 30px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #eeeeee;
}
.pricing-table-02 .block .circle {
    height: 130px;
    width: 130px;
    border-radius: 65px;
    background-color: #f7f7f7;
    border: 4px solid #f7f7f7;
    position: absolute;
    z-index: 10;
    top: -90px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    padding-top: 35px;
    margin-top: 30px;
}
.pricing-table-02 .block.best .head {
    color: #fff;
    background-color: #2c2e30;
}
.pricing-table-02 .block.best .price, .pricing-table-02 .block.best .heading, .pricing-table-02 .block.best .price sup {
    color: #fff;
}
.pricing-table-02 .block.best .package {
    font-size: 22px;
    color: #fff;
    letter-spacing: 3px;
    font-weight: 800;
    line-height: normal;
    text-transform: uppercase;
    padding-bottom: 6px
}
.pricing-table-02 .block.best .for {
    font-size: 12px;
    color: #fff;
    font-family: 'Merriweather', serif;
    font-style: italic;
    letter-spacing: 2px;
}
.pricing-table-02 .block.best .circle {
    height: 130px;
    width: 130px;
    border-radius: 65px;
    background-color: #ff974f;
    margin-left: auto;
    margin-right: auto;
    padding-top: 35px;
    margin-top: 30px;
    border: 4px solid #fff;
}
.pricing-table-02 .package {
    font-size: 22px;
    color: #2c2e30;
    letter-spacing: 3px;
    font-weight: 800;
    line-height: normal;
    text-transform: uppercase;
    padding-bottom: 6px;
    padding-top: 10px;
}
.pricing-table-02 .block .for {
    font-size: 12px;
    color: #2c2e30;
    font-family: 'Merriweather', serif;
    font-style: italic;
    letter-spacing: 2px;
}
.pricing-table-02 .block .price {
    font-family: 'Merriweather', serif;
    font-size: 36px;
    font-weight: 800;
    color: #2c2e30;
    line-height: 30px;
}
.pricing-table-02 .block .price sup {
    font-family: 'Merriweather', serif;
    font-size: 20px;
    font-weight: 500;
    color: #2c2e30;
    line-height: 30px;
}
.pricing-table-02 .block .heading {
    font-size: 12px;
    color: #2c2e30;
    font-family: 'Merriweather', serif;
    font-style: italic;
    letter-spacing: 2px;
}
.pricing-table-02 .block ul {
    margin: 0px;
    padding-top: 50px;
    padding-right: 0px;
    padding-bottom: 50px;
    padding-left: 0px;
}
.pricing-table-02 .block ul li {
    font-size: 14px;
    padding-top: 6px;
    padding-bottom: 6px;
    list-style-type: none;
}
.pricing-table-02 .block .button {
    margin-top: 0px;
}
.pricing-table-02 .block.best .button a.btn-transparent {
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    background-color: #ff974f;
    padding-top: 14px;
    padding-bottom: 15px;
    padding-left: 20px;
    padding-right: 0px;
    font-weight: 600;
    font-size: 12px;
    line-height: normal;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: none;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #ff974f;
    border-bottom-color: #ff974f;
    border-left-color: #ff974f;
}
.pricing-table-02 .block.best .button a.btn-transparent i {
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    background-color: #2c2e30;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: 20px;
    font-weight: 600;
    font-size: 12px;
    line-height: normal;
    border: 1px solid #2c2e30;
}
.pricing-table-02 .block.best .button a.btn-transparent:hover {
    text-decoration: none;
    background-color: #2c2e30;
    color: #fff;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: none;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #2c2e30;
    border-bottom-color: #2c2e30;
    border-left-color: #2c2e30;
}
.pricing-table-02 .block.best .button a.btn-transparent:hover i {
    color: #fff;
    background-color: #2c2e30;
}
.faq-02 {
    padding-top: 120px;
    padding-bottom: 70px;
}
.faq-02 .herotext-03 {
    text-align: center;
}
.faq-02 .accordion-02 {
    padding-top: 50px;
}
.accordion-02 #accordion .panel-default>.panel-heading {
    color: #000;
    background-color: #fff;
    border-color: #ddd;
}
.accordion-02 #accordion .panel-heading {
    padding: 0px;
    margin: 0px;
}
.accordion-02 #accordion .panel-title {
    font-size: 15px!important;
    border: 0px solid transparent;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    position: relative;
    padding-left: 26px;
    padding-right: 26px;
    padding-top: 20px;
    padding-bottom: 20px;
    cursor: pointer;
}
.accordion-02 #accordion .panel-body {
    font-size: 14px!important;
    background-color: #fff;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 30px;
    padding-right: 30px;
}
.accordion-02 .panel-group .panel {
    margin-bottom: 20px;
    border-radius: 0px;
}
.accordion-02 #accordion i.indicator2 {
    font-size: 12px!important;
    padding-top: 8px;
    text-align: center;
    color: #000;
    position: absolute;
    z-index: 10;
    top: 15px;
    right: 20px;
    bottom: 0;
}
.accordion-02 #accordion i.indicator2.fa-minus {
    color: #fff;
}
.active-panel {
    color: #fff!important;
    background-color: #2c2e30!important;
}
/* ---------------------------------------------------------------------- PRICING TABLE 02 ENDS  ------------------ */

/* ---------------------------------------------------------------------- TYPOGRAPHY STARTS  ------------------ */


.typography section {
    padding-top: 50px;
    padding-bottom: 50px;
}
.typography .heading {
    font-size: 30px;
    color: #777777;
    font-weight: 300;
    padding-bottom: 40px;
}
h1.bold {
    font-size: 40px;
    font-weight: 800;
    color: #2c2e30;
}
h2.bold {
    font-size: 30px;
    font-weight: 800;
    color: #2c2e30;
}
h3.bold {
    font-size: 26px;
    font-weight: 800;
    color: #2c2e30;
}
h4.bold {
    font-size: 20px;
    font-weight: 800;
    color: #2c2e30;
}
h5.bold {
    font-size: 18px;
    font-weight: 800;
    color: #2c2e30;
}
h6.bold {
    font-size: 16px;
    font-weight: 800;
    color: #2c2e30;
}
h1.light {
    font-size: 40px;
    font-weight: 400;
    color: #2c2e30;
}
h2.light {
    font-size: 30px;
    font-weight: 400;
    color: #2c2e30;
}
h3.light {
    font-size: 26px;
    font-weight: 400;
    color: #2c2e30;
}
h4.light {
    font-size: 20px;
    font-weight: 400;
    color: #2c2e30;
}
h5.light {
    font-size: 18px;
    font-weight: 400;
    color: #2c2e30;
}
h6.light {
    font-size: 16px;
    font-weight: 400;
    color: #2c2e30;
}
mark.orange {
    color: #fff;
    background-color: #ff974f;
}
mark.dark-grey {
    color: #fff;
    background-color: #2c2e30;
}
mark.dotted-line {
    background-color: #fff;
    border: 1px solid #ff974f;
}
.orange-text {
    color: #ff974f;
}
.red-text {
    color: #ff524f;
}
.blue-text {
    color: #59bee0;
}
ul.check-circle {
    padding: 0px;
    margin: 0px;
}
ul.check-circle li {
    list-style: none;
    padding-bottom: 6px;
}
ul.check-circle li:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f05d";
    padding-right: 12px;
}
ul.caret-right {
    padding: 0px;
    margin: 0px;
}
ul.caret-right li {
    list-style: none;
    padding-bottom: 6px;
}
ul.caret-right li:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f0da";
    padding-right: 12px;
}
ul.check {
    padding: 0px;
    margin: 0px;
}
ul.check li {
    list-style: none;
    padding-bottom: 6px;
}
ul.check li:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f00c";
    padding-right: 12px;
}
ul.check li.cross:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f00d";
    color: #ff974f;
    padding-right: 12px;
}
ul.chevron-right {
    padding: 0px;
    margin: 0px;
}
ul.chevron-right li {
    list-style: none;
    padding-bottom: 6px;
}
ul.chevron-right li:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f054";
    color: #ff974f;
    padding-right: 12px;
}
ul.check-square {
    padding: 0px;
    margin: 0px;
}
ul.check-square li {
    list-style: none;
    padding-bottom: 6px;
}
ul.check-square li:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f14a";
    color: #ff974f;
    padding-right: 12px;
}
ul.check-square li.cross:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f00d";
    color: #ff974f;
    padding-right: 12px;
}
ul.hand-o-right {
    padding: 0px;
    margin: 0px;
}
ul.hand-o-right li {
    list-style: none;
    padding-bottom: 6px;
}
ul.hand-o-right li:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f0a4";
    color: #ff974f;
    padding-right: 12px;
}
ol.numbers {
    margin: 0px;
    padding-left: 20px;
}
ol.numbers li {
    padding-bottom: 6px;
}
ul.circle {
    padding: 0px;
    margin: 0px;
}
ul.circle li {
    list-style: none;
    padding-bottom: 6px;
}
ul.circle li:before {
    display: inline-block;
    font: normal normal normal 12px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f111";
    color: #2c2e30;
    padding-right: 12px;
}
ul.circle-thin {
    padding: 0px;
    margin: 0px;
}
ul.circle-thin li {
    list-style: none;
    padding-bottom: 6px;
}
ul.circle-thin li:before {
    display: inline-block;
    font: normal normal normal 12px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f1db";
    color: #2c2e30;
    padding-right: 12px;
}
.dropcap.round {
    width: 60px;
    height: 60px;
    border-radius: 30px;
    text-align: center;
    float: left;
    color: #fff;
    font-size: 48px;
    line-height: 55px;
    background-color: #ff974f;
    margin-right: 12px;
    margin-top: 7px;
}
.dropcap.square {
    width: 40px;
    height: 40px;
    text-align: center;
    float: left;
    color: #fff;
    font-size: 32px;
    line-height: 40px;
    background-color: #2c2e30;
    margin-right: 12px;
    margin-top: 10px;
}
blockquote {
    padding: 10px 30px;
    margin: 20px 0;
    font-size: 17.5px;
    border-left: 5px solid #ff974f;
}
blockquote footer {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    padding: 0px;
    padding-top: 8px;
}
blockquote p {
    font-family: 'Merriweather', serif;
    font-style: italic;
    color: #fff;
    font-size: 26px;
    line-height: 36px;
}
blockquote.quote-1 {
    padding: 0px;
    margin: 20px 0;
    font-size: 17.5px;
    border-left: 0px solid #ff974f;
}
blockquote.quote-1 footer {
    font-size: 14px;
    font-weight: 600;
    color: #2c2e30;
    padding: 0px;
    padding-top: 8px;
    padding-left: 45px;
}
blockquote.quote-1 p {
    font-family: 'Merriweather', serif;
    font-style: italic;
    color: #ff974f;
    font-size: 26px;
    line-height: 36px;
    padding-left: 45px;
}
blockquote.quote-1 .icon {
    float: left;
    font-size: 30px;
    color: #2c2e30;
}
blockquote.quote-2 {
    padding: 10px 30px;
    margin: 20px 0;
    font-size: 17.5px;
    border-left: 5px solid #ff974f;
}
blockquote.quote-2 footer {
    font-size: 14px;
    font-weight: 600;
    color: #2c2e30;
    padding: 0px;
    padding-top: 8px;
}
blockquote.quote-2 p {
    font-family: 'Merriweather', serif;
    font-style: italic;
    color: #2c2e30;
    font-size: 26px;
    line-height: 36px;
}
blockquote.quote-3 {
    font-family: 'Merriweather', serif;
    padding: 40px;
    background-color: #2c2e30;
    font-size: 16px;
    color: #fff;
    margin-top: 50px;
    margin-right: 20px;
    margin-bottom: 50px;
    margin-left: 20px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    text-align: left;
}
blockquote.quote-3 .icon {
    width: 60px;
    height: 60px;
    border-radius: 30px;
    background-color: #ff974f;
    text-align: center;
    float: left;
    font-size: 22px;
    line-height: 60px;
    margin-right: 20px;
    color: #fff;
}
blockquote.quote-3 .info {
    float: left;
    padding-top: 8px;
}
blockquote.quote-3 .info .name {
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
}
blockquote.quote-3 .info .designation {
    font-size: 13px;
    text-transform: uppercase;
    color: #fff;
    font-style: italic;
}
blockquote.quote-3 .description {
    font-family: 'Merriweather', serif;
    font-style: italic;
    color: #fff;
    font-size: 16px;
    line-height: 32px;
}
blockquote.quote-3.name {
    font-family: 'lato', serif;
    text-transform: uppercase;
    color: #fff;
    font-style: normal;
    font-size: 14px;
    font-weight: 600;
}
blockquote.quote-4 {
    font-family: 'Merriweather', serif;
    padding: 40px;
    background-color: #ff974f;
    font-size: 16px;
    color: #fff;
    font-style: italic;
    margin-top: 50px;
    margin-right: 20px;
    margin-bottom: 50px;
    margin-left: 20px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    text-align: center;
}
blockquote.quote-4 p {
    font-family: 'Merriweather', serif;
    font-style: italic;
    color: #fff;
    font-size: 16px;
    line-height: 32px;
    padding-left: 45px;
}
blockquote.quote-4 .name {
    font-family: 'lato', serif;
    text-transform: uppercase;
    color: #fff;
    font-style: normal;
    font-size: 14px;
    font-weight: 600;
}
.pagging2 {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
}
.pagination2 {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}
.pagination2>li {
    display: inline;
}
.pagination2>li>a, .pagination2>li>span {
    position: relative;
    float: left;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #2c2e30;
    text-decoration: none;
    background-color: #fff;
    padding-top: 8px;
    padding-right: 12px;
    padding-bottom: 8px;
    padding-left: 12px;
    border: 1px solid #eeeeee;
    margin-left: 4px;
    margin-right: 4px;
    border-radius: 0px;
}
.pagination2>li>a:hover {
    color: #fff;
    background-color: #ff974f;
    border: 1px solid #ff974f;
}
.pagination2>.active>a, .pagination2>.active>a:focus, .pagination2>.active>a:hover, .pagination2>.active>span, .pagination2>.active>span:focus, .pagination2>.active>span:hover {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #ff974f;
    border: 1px solid #ff974f;
}
.butn {
    text-align: left;
}
.form-control {
    display: block;
    text-transform: inherit;
    width: 100%;
    height: 50px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 3px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-top-color: #dddddd;
    border-right-color: #dddddd;
    border-bottom-color: #dddddd;
    border-radius: 0px;
    margin-bottom: 20px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.btn {
    margin-top: 30px;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    background-color: #ff974f;
    padding: 0px;
    border-radius: 0px;
    border: none;
    padding-left: 20px!important;
    padding-right: 0px;
    font-weight: 600!important;
    font-size: 12px;
    line-height: normal;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}
.btn:hover {
    text-decoration: none;
    background-color: #000;
    color: #fff;
}
.btn i {
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    background-color: #2c2e30;
    border: 1px solid #2c2e30;
    padding-top: 16px!important;
    padding-bottom: 16px!important;
    padding-left: 20px!important;
    padding-right: 20px!important;
    margin-left: 20px!important;
    font-weight: 600;
    font-size: 12px;
    line-height: normal;
}
.alert-normal-1 {
    color: #444444!important;
    background-color: #fff;
    border-color: #f5f5f5!important;
}
.alert-normal-2 {
    color: #fff!important;
    background-color: #ae44dc;
    border-color: #ae44dc!important;
}
.alert-faq-1 {
    color: #fff!important;
    background-color: #ffba4f;
    border-color: #ffba4f!important;
}
.alert-success-1 {
    color: #fff!important;
    background-color: #44dc4b;
    border-color: #44dc4b!important;
}
.alert-warning-1 {
    color: #fff!important;
    background-color: #ff524f;
    border-color: #ff524f!important;
}
.alert-danger-1 {
    color: #fff!important;
    background-color: #f8c0bf;
    border-color: #e8aaa9!important;
}
.alert-info-1 {
    color: #fff!important;
    background-color: #44b4dc;
    border-color: #44b4dc!important;
}
.alert-message-01 {
    padding-top: 40px;
    padding-bottom: 40px;
}
.alert-message-01 .p-top {
    padding-top: 100px;
}
.alert-message-01 .alert {
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 0px;
    color: #272727;
    font-size: 13px;
    font-weight: 400;
    padding-top: 8px;
    padding-right: 12px;
    padding-bottom: 8px;
    padding-left: 12px;
}
.alert-message-01 .alert i {
    width: 30px;
    text-align: center;
    font-size: 16px;
    padding-top: 4px;
}
.alert-message-02 .alert {
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 0px;
    color: #272727;
    font-size: 13px;
    font-weight: 400;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 30px;
    padding-bottom: 30px;
}
.alert-message-02 .alert button {
    padding-top: 18px;
}
.alert-message-02 .alert .info {
    padding-left: 60px;
}
.alert-message-02 .alert i {
    width: 40px;
    text-align: center;
    font-size: 32px;
    padding-top: 12px;
    float: left;
}
.alert-message-02 .alert .info strong {
    font-size: 16px!important;
    color: #444444;
}
.alert-message-02 .alert .info strong {
    color: #555555;
}
.alert-message-02 .alert.alert-info i {
    color: #444444!important;
}
.alert-message-02 .alert.alert-danger i {
    color: #ff524f!important;
}
.alert-message-02 .alert.alert-success i {
    color: #44dc4b!important;
}
.alert-message-02 .alert.alert-warning i {
    color: #ffba4f!important;
}
.progress-01 .progress-01-a .block {
    padding-bottom: 8px;
}
.progress-01 .progress-01-a .block .progress {
    height: 22px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #f7f7f7;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
}
.progress-01 .progress-01-a .block .progress-bar {
    padding-top: 6px;
    background-color: #000;
    position: relative;
}
.progress-01 .progress-01-b .block .progress-bar-striped, .progress-striped .progress-bar {
    background-image: -webkit-linear-gradient(45deg, rgba(255,255,255,.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,.15) 50%, rgba(255,255,255,.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255,255,255,.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,.15) 50%, rgba(255,255,255,.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255,255,255,.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,.15) 50%, rgba(255,255,255,.15) 75%, transparent 75%, transparent);
    -webkit-background-size: 40px 40px;
    background-size: 40px 40px;
}
.progress-01 .progress-01-a .block .progress-bar.bg1 {
    background-color: #ff974f;
}
.progress-01 .progress-01-a .block .progress-bar.bg2 {
    background-color: #59bee0;
}
.progress-01 .progress-01-a .block .progress-bar.bg3 {
    background-color: #af44dc;
}
.progress-01 .progress-01-a .block .progress-bar.bg4 {
    background-color: #44dc4c;
}
.progress-01 .progress-01-a .block .progress-bar.bg5 {
    background-color: #ff524f;
}
.progress-01 .progress-01-a .block .progress-bar.bg6 {
    background-color: #000;
}
.progress-01 .progress-01-a .block .progress-label .caption {
    font-size: 12px;
    color: #fff;
    letter-spacing: 3px;
    font-weight: 400;
    text-transform: uppercase;
    padding-left: 12px;
    float: left;
}
.progress-01 .progress-01-a .block .progress-label .percentage {
    font-size: 12px;
    color: #fff;
    letter-spacing: 3px;
    font-weight: 400;
    text-transform: uppercase;
    padding-right: 12px;
    float: right;
}
.progress-01 .progress-01-b .block {
    padding-bottom: 8px;
}
.progress-01 .progress-01-b .block .progress {
    height: 22px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #f7f7f7;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
}
.progress-01 .progress-01-b .block .progress-bar {
    padding-top: 6px;
    background-color: #000;
    position: relative;
}
.progress-01 .progress-01-b .block .progress-bar.bg1 {
    background-color: #ff974f;
}
.progress-01 .progress-01-b .block .progress-bar.bg2 {
    background-color: #59bee0;
}
.progress-01 .progress-01-b .block .progress-bar.bg3 {
    background-color: #af44dc;
}
.progress-01 .progress-01-b .block .progress-bar.bg4 {
    background-color: #44dc4c;
}
.progress-01 .progress-01-b .block .progress-bar.bg5 {
    background-color: #ff524f;
}
.progress-01 .progress-01-b .block .progress-bar.bg6 {
    background-color: #000;
}
.progress-01 .progress-01-b .block .progress-label .caption {
    font-size: 12px;
    color: #fff;
    letter-spacing: 3px;
    font-weight: 400;
    text-transform: uppercase;
    padding-left: 12px;
    float: left;
}
.progress-01 .progress-01-b .block .progress-label .percentage {
    font-size: 12px;
    color: #fff;
    letter-spacing: 3px;
    font-weight: 400;
    text-transform: uppercase;
    padding-right: 12px;
    float: right;
}
.typography table {
    margin-bottom: 50px;
}
.table>thead>tr>th {
    color: #2c2e30;
    padding-top: 20px;
    padding-bottom: 10px;
    text-transform: uppercase;
    border-bottom: 4px solid #000;
}
.table>thead>tr>th .line2 {
    height: 2px;
    width: 30px;
    padding: 1px;
    border: 1px solid #ff974f;
    margin-top: 10px;
    margin-bottom: 10px;
}
.table.table-striped>thead>tr>th {
    color: #2c2e30;
    padding-top: 6px;
    padding-bottom: 6px;
    text-transform: uppercase;
    border-bottom: 4px solid #ff974f;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 12px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}
/* ---------------------------------------------------------------------- TYPOGRAPHY ENDS  ------------------ */

/* ---------------------------------------------------------------------- INNER BANNER STYLE 01 STARTS ------------------ */

.inner-banner-style .info {
    padding-top: 190px;
    padding-bottom: 60px;
}
.inner-banner-style .info h1 {
    font-size: 40px;
    font-weight: 800;
    color: #fff;
    letter-spacing: 2px;
    text-align: center;
    text-transform: uppercase;
    padding: 0px;
    margin: 0px;
}
.inner-banner-style .breadcrumb {
    margin-bottom: 0px;
    list-style: none;
    background-color: transparent;
    border-radius: 0px;
    padding-top: 10px;
    padding-right: 0px;
    padding-bottom: 10px;
    padding-left: 0px;
    text-align: center;
    text-transform: uppercase;
}
.inner-banner-style .breadcrumb>li a {
    font-size: 13px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #888888;
}
.inner-banner-style .breadcrumb>.active {
    font-size: 13px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #888888;
}
.inner-banner-style .line {
    height: 6px;
    width: 72px;
    background: -moz-linear-gradient(left, rgba(255,151,79,1) 0%, rgba(255,151,79,1) 49%, rgba(255,151,79,0) 50%, rgba(125,185,232,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(255,151,79,1) 0%, rgba(255,151,79,1) 49%, rgba(255,151,79,0) 50%, rgba(125,185,232,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(255,151,79,1) 0%, rgba(255,151,79,1) 49%, rgba(255,151,79,0) 50%, rgba(125,185,232,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff974f', endColorstr='#007db9e8', GradientType=1 ); /* IE6-9 */
    padding: 2px;
    border: 1px solid #ff974f;
    margin-top: 30px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
}
.banner-img-01 {
    background-attachment: fixed;
    background-image: url(../images/inner-banner/1.jpg);
    background-repeat: repeat-y;
    background-position: 50% 0;
    background-size: cover;
}
.banner-img-02 {
    background-attachment: fixed;
    background-image: url(../images/inner-banner/2.jpg);
    background-repeat: repeat-y;
    background-position: 50% 0;
    background-size: cover;
}
.banner-img-03 {
    background-attachment: fixed;
    background-image: url(../images/inner-banner/3.jpg);
    background-repeat: repeat-y;
    background-position: 50% 0;
    background-size: cover;
}
/* ---------------------------------------------------------------------- INNER BANNER STYLE 01 STARTS ------------------ */


/* ---------------------------------------------------------------------- VIDEO & IFRAMES STARTS ------------------ */

video {
    max-width: 100%;
    height: auto;
}
iframe {
    border: 0;
    width: 100%;
}
iframe, embed, object {
    max-width: 100%;
}
/* ---------------------------------------------------------------------- VIDEO & IFRAMES ENDS ------------------ */

/* ---------------------------------------------------------------------- TOTOP STRIP STARTS ------------------ */

.scrollup {
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 15px;
    right: 15px;
    display: none;
    text-indent: -9999px;
    background-color: #ff974f;
    background-image: url(../images/icons/to-top/to-top.png);
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 999997;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.scrollup:hover {
    opacity: 0.9;
}
/* ---------------------------------------------------------------------- TOTOP STRIP ENDS ------------------ */

/* ---------------------------------------------------------------------- BUTTONS STARTS ------------------ */

.button {
    margin-top: 50px;
}
a.btn-orange {
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    background-color: #ff974f;
    padding-top: 14px;
    padding-bottom: 15px;
    padding-left: 20px;
    padding-right: 0px;
    font-weight: 600;
    font-size: 12px;
    line-height: normal;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: none;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #ff974f;
    border-bottom-color: #ff974f;
    border-left-color: #ff974f;
}
a.btn-orange i {
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    background-color: #2c2e30;
    border: 1px solid #2c2e30;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: 20px;
    font-weight: 600;
    font-size: 12px;
    line-height: normal;
}
a.btn-orange:hover {
    text-decoration: none;
    background-color: #2c2e30;
    color: #fff;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: none;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #2c2e30;
    border-bottom-color: #2c2e30;
    border-left-color: #2c2e30;
}
a.btn-blue {
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    background-color: #44b4dc;
    padding-top: 14px;
    padding-bottom: 15px;
    padding-left: 20px;
    padding-right: 0px;
    font-weight: 600;
    font-size: 12px;
    line-height: normal;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: none;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #44b4dc;
    border-bottom-color: #44b4dc;
    border-left-color: #44b4dc;
}
a.btn-blue i {
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    background-color: #2c2e30;
    border: 1px solid #2c2e30;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: 20px;
    font-weight: 600;
    font-size: 12px;
    line-height: normal;
}
a.btn-blue:hover {
    text-decoration: none;
    background-color: #2c2e30;
    color: #fff;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: none;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #2c2e30;
    border-bottom-color: #2c2e30;
    border-left-color: #2c2e30;
}
a.btn-black {
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    background-color: #2c2e30;
    padding-top: 14px;
    padding-bottom: 15px;
    padding-left: 20px;
    padding-right: 0px;
    font-weight: 600;
    font-size: 12px;
    line-height: normal;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: none;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #2c2e30;
    border-bottom-color: #2c2e30;
    border-left-color: #2c2e30;
}
a.btn-black i {
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    background-color: #ff974f;
    border: 1px solid #ff974f;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: 20px;
    font-weight: 600;
    font-size: 12px;
    line-height: normal;
}
a.btn-black:hover {
    text-decoration: none;
    background-color: #ff974f;
    color: #fff;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: none;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #ff974f;
    border-bottom-color: #ff974f;
    border-left-color: #ff974f;
}
.button {
    margin-top: 27px;
}
a.btn-transparent {
    text-transform: uppercase;
    color: #555555;
    text-align: center;
    background-color: transparent;
    padding-top: 14px;
    padding-bottom: 15px;
    padding-left: 20px;
    padding-right: 0px;
    font-weight: 600;
    font-size: 12px;
    line-height: normal;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: none;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #2c2e30;
    border-bottom-color: #2c2e30;
    border-left-color: #2c2e30;
}
a.btn-transparent i {
    text-transform: uppercase;
    color: #2c2e30;
    text-align: center;
    background-color: #transparent;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: 20px;
    font-weight: 600;
    font-size: 12px;
    line-height: normal;
    border: 1px solid #2c2e30;
}
a.btn-transparent:hover {
    text-decoration: none;
    background-color: #2c2e30;
    color: #fff;
}
a.btn-transparent:hover i {
    color: #fff;
}
a.btn-simple {
    text-transform: uppercase;
    color: #555555;
    text-align: center;
    background-color: transparent;
    padding-top: 14px;
    padding-bottom: 15px;
    padding-left: 20px;
    padding-right: 20px;
    font-weight: 600;
    font-size: 12px;
    line-height: normal;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-right-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #2c2e30;
    border-bottom-color: #2c2e30;
    border-left-color: #2c2e30;
    border-right-color: #2c2e30;
}
a.btn-simple:hover {
    text-decoration: none;
    background-color: #2c2e30;
    color: #fff;
}
a.btn-big {
    padding-top: 22px!important;
    padding-bottom: 23px!important;
    padding-left: 28px!important;
    padding-right: 0px!important;
    font-size: 14px!important;
}
a.btn-big i {
    padding-top: 24px!important;
    padding-bottom: 24px!important;
    padding-left: 28px!important;
    padding-right: 28px!important;
    margin-left: 28px!important;
    font-weight: 600!important;
    font-size: 14px!important;
    line-height: normal!important;
}
a.btn-simple.btn-big {
    padding-top: 22px!important;
    padding-bottom: 23px!important;
    padding-left: 28px!important;
    padding-right: 28px!important;
    font-size: 14px!important;
}
a.btn-simple.btn-big i {
    padding-top: 24px!important;
    padding-bottom: 24px!important;
    padding-left: 28px!important;
    padding-right: 28px!important;
    margin-left: 28px!important;
    font-weight: 600!important;
    font-size: 14px!important;
    line-height: normal!important;
}
/* ---------------------------------------------------------------------- BUTTONS ENDS ------------------ */

/* ---------------------------------------------------------------------- NO GUTTER STARTS ---------- */

.no-gutter-3 [class*="-3"] {
    padding-left: 0;
    padding-right: 0;
}
.no-gutter-4 [class*="-4"] {
    padding-left: 0;
    padding-right: 0;
}
.no-gutter-5 [class*="-5"] {
    padding-left: 0;
    padding-right: 0;
}
.no-gutter-6 [class*="-6"] {
    padding-left: 5;
    padding-right: 0;
}
.no-gutter-7 [class*="-7"] {
    padding-left: 0;
    padding-right: 0;
}
.no-gutter-8 [class*="-8"] {
    padding-left: 0;
    padding-right: 0;
}
.no-gutter-9 [class*="-9"] {
    padding-left: 0;
    padding-right: 0;
}
.no-gutter-12 [class*="-12"] {
    padding-left: 0;
    padding-right: 0;
}
/* ---------------------------------------------------------------------- NO GUTTER ENDS ---------- */

/* ---------------------------------------------------------------------- PARALLAX STARTS ------------------ */

.parallax-1 {
    background-attachment: fixed;
    background-image: url(../images/parallax/1.jpg);
    background-repeat: repeat-y;
    background-position: 50% 0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.parallax-2 {
    background-attachment: fixed;
    background-image: url(../images/parallax/2.jpg);
    background-repeat: repeat-y;
    background-position: 50% 0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.parallax-3 {
    background-image: url(../images/parallax/3.jpg);
    background-repeat: repeat-y;
}
.parallax-4 {
    background-image: url(../images/parallax/4.jpg);
    background-repeat: repeat-y;
}
.parallax-5 {
    background-image: url(../images/parallax/5.jpg);
    background-repeat: repeat-y;
}
.parallax-6 {
    background-attachment: fixed;
    background-image: url(../images/parallax/6.jpg);
    background-repeat: repeat-y;
    background-position: 50% 0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
/* ---------------------------------------------------------------------- PARALLAX ENDS ------------------ */

/* ---------------------------------------------------------------------- BACKGROUND STARTS ------------------ */

.white-bg {
    background-color: #fff;
}
.grey-bg {
    background-color: #f7f7f7;
}
.dark-grey-bg {
    background-color: #111213;
}

/* ---------------------------------------------------------------------- BACKGROUND ENDS ------------------ */

/* ---------------------------------------------------------------------- MEDIA QURIES STARTS ------------------ */

@media (min-width:768px) and (max-width:991px) {
    .intro-section .block:nth-child(1n) {
        padding-top: 15px;
        padding-bottom: 15px;
        padding-left: 15px;
        padding-right: 15px;
        background-color: #f7f7f7;
    }
    .intro-section .block:nth-child(2n) {
        padding-top: 15px;
        padding-bottom: 15px;
        padding-left: 15px;
        padding-right: 15px;
        background-color: #f7f7f7;
    }
    .intro-section .block:nth-child(3n) {
        padding-top: 15px;
        padding-bottom: 15px;
        padding-left: 15px;
        padding-right: 15px;
        background-color: #f7f7f7;
    }
    .intro-section .block {
        padding-top: 15px;
        padding-bottom: 15px;
        background-color: #f7f7f7;
    }
    .home-security-solutions {
        padding-top: 420px;
        padding-bottom: 120px;
        text-align: left;
    }
    .sidebar {
        padding-left: 20px!important;
        padding-right: 20px!important;
    }
    .expertise .picture {
        padding-top: 50px;
    }
    .pricing-table-02 .block {
        padding-top: 0px;
        padding-bottom: 60px;
        margin-top: 10px;
        margin-bottom: 120px;
        background-color: #fff;
        text-align: center;
    }
    .working-with-us {
        padding-top: 60px;
        padding-bottom: 40px;
    }
    .working-with-us .herotext {
        padding-top: 70px;
        padding-bottom: 70px;
    }
}
@media (min-width:480px) and (max-width:768px) {
    .nav-justified > li {
        display: table-cell;
        width: 1%;
    }
    .intro-section .block.video {
        padding-top: 30px!important;
        padding-bottom: 5px!important;
    }
    .intro-section {
        padding-top: 40px;
        padding-bottom: 15px;
        background-color: #f7f7f7;
    }
    .overlay-margin-2 {
        position: static;
        top: 50px;
        bottom: 0;
        z-index: 10;
        margin-left: auto;
        margin-right: auto;
        left: 0;
        right: 0;
    }
    .intro-section .block:nth-child(1n) {
        padding-top: 15px;
        padding-bottom: 15px;
        padding-left: 0px;
        padding-right: 0px;
        background-color: #f7f7f7;
    }
    .intro-section .block:nth-child(2n) {
        padding-top: 15px;
        padding-bottom: 15px;
        padding-left: 0px;
        padding-right: 0px;
        background-color: #f7f7f7;
    }
    .intro-section .block:nth-child(3n) {
        padding-top: 15px;
        padding-bottom: 15px;
        padding-left: 0px;
        padding-right: 0px;
        background-color: #f7f7f7;
    }
    .intro-section .block {
        padding-top: 15px;
        padding-bottom: 15px;
        background-color: #f7f7f7;
    }
    .home-security-solutions {
        padding-top: 70px;
        padding-bottom: 70px;
        text-align: left;
    }
    .home-our-services .herotext {
        padding-top: 50px;
        padding-bottom: 50px;
        padding-left: 25px;
        padding-right: 25px;
        background-color: #fff;
        box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.1);
        -webkit-box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.1);
    }
    .home-our-team .herotext {
        padding-top: 50px;
        padding-bottom: 50px;
        padding-left: 25px;
        padding-right: 25px;
        background-color: #fff;
        box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.1);
        -webkit-box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.1);
    }
    .about-us .funfacts {
        padding-top: 30px;
        padding-bottom: 60px;
        text-align: center;
    }
    .about-us .funfacts .block {
        text-align: center;
        padding-bottom: 50px;
    }
    .history-timeline-tabs ul.icon-tabs .caption {
        font-size: 20px;
        color: #cccccc;
        text-transform: uppercase;
        font-weight: 600;
        padding-top: 0px;
        padding-bottom: 0px;
    }
    .history-timeline-tabs ul.icon-tabs .icon {
        color: #fff;
    }

    .working-with-us {
        padding-top: 60px;
        padding-bottom: 40px;
    }
    .working-with-us .herotext {
        padding-top: 70px;
        padding-bottom: 70px;
    }
    .sidebar {
        padding-left: 20px!important;
        padding-right: 20px!important;
    }
    .blog .blog-post .post-contents {
        padding-top: 20px;
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 20px;
    }
    .pricing-table-02 .block {
        padding-top: 0px;
        padding-bottom: 60px;
        margin-top: 10px;
        margin-bottom: 110px;
        background-color: #fff;
        text-align: center;
    }
}
@media (min-width:320px) and (max-width:767px) {
    .navbar-default .navbar-collapse {
        background-color: rgba(248, 248, 248,1)!important;
    }
    .navbar-default.navbar {
        border-radius: 0px;
        padding-top: 8px!important;
        padding-bottom: 6px!important;
    }
    .navbar-collapse {
        background-color: rgba(0, 0, 0,0.8)!important;
    }
    #navigation ul.dropdown-menu {
        margin-top: 0px;
    }
    .navbar-nav {
        margin-left: 0px!important;
        float: none!important;
        text-align: left!important;
    }
    .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
        background-color: rgba(0, 0, 0, 1)!important;
    }
    #navigation ul.nav {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .nav>li>a {
        position: relative;
        display: block;
        padding: 0px;
        margin-top: 2px;
        margin-bottom: 2px;
    }
    .navbar-nav {
        display: inline-block;
        text-align: center;
        margin: 0;
    }
    #navigation ul.nav li {
        padding: 0px;
        border: none;
    }
    #navigation ul.nav li a {
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 4px;
        padding-bottom: 4px;
    }
    #navigation .navbar-default ul.nav li {
        padding: 0px;
        border: none;
    }
    #navigation .navbar-default ul.nav li a {
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 4px;
        padding-bottom: 4px;
    }
    .navbar-brand {
        float: left;
        font-size: 18px;
        line-height: 20px;
        margin-top: 20px;
        margin-bottom: 8px;
    }
    .intro-section .block {
        padding-top: 30px!important;
        padding-bottom: 5px!important;
        padding-left: 0px!important;
        padding-right: 0px!important;
    }
    .intro-section .block.video {
        padding-top: 30px!important;
        padding-bottom: 5px!important;
    }
    .overlay-margin-2 {
        position: static;
        top: -50px;
        bottom: 0;
        z-index: 10;
        margin-left: auto;
        margin-right: auto;
        left: 0;
        right: 0;
    }
    .home-security-solutions {
        padding-top: 120px;
        padding-bottom: 120px;
        text-align: left;
    }
    .home-our-team .block {
        background-color: #fff;
        box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.1);
        -webkit-box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.1);
        margin-left: 0px!important;
        margin-right: 0px!important;
        margin-top: 40px!important;
        margin-bottom: 20px;
    }
    .overlay-margin {
        position: static;
        top: -140px;
        z-index: 10;
    }
    .why-choose-us {
        padding-top: 50px;
    }
    .home-our-services .herotext {
        margin-bottom: 80px;
    }
    .home-our-services ul.services {
        padding-left: 20px;
        padding-right: 20px;
    }
    .home-our-services ul.services li .desciption {
        width: 100%;
    }
    .intro-section {
        padding-top: 50px;
    }
    .home-our-team .block {
        background-color: #fff;
        box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.1);
        -webkit-box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.1);
        margin-right: 10px;
        margin-top: 10px;
        margin-bottom: 20px;
    }
    .progress-01 .skills-graph {
        padding-top: 70px;
    }
    .expertise .picture {
        padding-top: 50px;
    }
    .services-benefits .picture {
        margin-top: 50px;
        margin-bottom: 50px;
    }
    .working-with-us {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .working-with-us .herotext {
        padding-top: 70px;
        padding-bottom: 70px;
    }
    .blog .blog-post {
        margin-bottom: 40px;
        margin-left: 0px;
        margin-right: 0px;
        padding-top: 0px;
    }
    .download-brochure {
        text-align: center;
    }
    .download-brochure .button {
        margin-top: 40px;
        margin-bottom: 10px;
    }
}
@media (min-width:320px) and (max-width:480px) {
    .intro-section {
        padding-top: 50px;
    }
    .herotext h1 {
        font-size: 26px;
        color: #2c2e30;
        font-weight: 900;
        margin-top: 2px;
        text-transform: uppercase;
    }
    .herotext h2 {
        font-size: 20px;
        color: #2c2e30;
        font-weight: 400;
        margin-bottom: 0px;
    }
    .herotext .line {
        height: 6px;
        width: 72px;
        background: -moz-linear-gradient(left, rgba(255,151,79,1) 0%, rgba(255,151,79,1) 49%, rgba(255,151,79,0) 50%, rgba(125,185,232,0) 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(left, rgba(255,151,79,1) 0%, rgba(255,151,79,1) 49%, rgba(255,151,79,0) 50%, rgba(125,185,232,0) 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to right, rgba(255,151,79,1) 0%, rgba(255,151,79,1) 49%, rgba(255,151,79,0) 50%, rgba(125,185,232,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff974f', endColorstr='#007db9e8', GradientType=1 ); /* IE6-9 */
        padding: 2px;
        border: 1px solid #ff974f;
        margin-top: 30px;
        margin-bottom: 40px;
    }
    .herotext-3 .boxed-heading {
        width: 100%!important;
        height: auto;
        background-image: none!important;
        background-repeat: no-repeat;
        background-position: center center;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 30px;
    }
    .latest-news .herotext-3 .boxed-heading {
        margin-bottom: 0px!important;
    }
    .history-timeline .herotext-3 .boxed-heading {
        margin-bottom: 0px!important;
    }
    .shop .herotext-3 .boxed-heading {
        margin-bottom: 0px!important;
    }
    .home-our-services .herotext {
        padding-top: 50px;
        padding-bottom: 50px;
        padding-left: 25px;
        padding-right: 25px;
        background-color: #fff;
        box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.1);
        -webkit-box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.1);
    }
    .home-our-team .herotext {
        padding-top: 50px;
        padding-bottom: 50px;
        padding-left: 25px;
        padding-right: 25px;
        background-color: #fff;
        box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.1);
        -webkit-box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.1);
    }
    .home-our-team .block {
        background-color: #fff;
        box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.1);
        -webkit-box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.1);
        margin-left: 0px!important;
        margin-right: 0px!important;
        margin-top: 40px!important;
        margin-bottom: 20px;
    }
    .home-security-solutions {
        padding-top: 80px;
        padding-bottom: 80px;
        text-align: left;
    }
    .inner-banner-style .info {
        padding-top: 160px;
        padding-bottom: 100px;
    }
    .inner-banner-style .info h1 {
        font-size: 32px;
        font-weight: 800;
        color: #fff;
        letter-spacing: 2px;
        text-align: center;
        text-transform: uppercase;
        padding: 0px;
        margin: 0px;
    }
    .about-us .intro-section {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .we-deliver .herotext {
        padding-left: 15px;
        padding-right: 15px;
    }
    .blog .blog-post .post-contents {
        padding-top: 25px;
        padding-left: 25px;
        padding-right: 25px;
        padding-bottom: 25px;
    }
    .sidebar {
        padding-left: 20px!important;
        padding-right: 20px!important;
    }
    .blog .contents {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .blog .blog-post .post-contents .description blockquote {
        font-family: 'Merriweather', serif;
        padding: 20px!important;
        background-color: #ff974f;
        font-size: 14px;
        color: #fff;
        font-style: italic;
        margin-top: 50px;
        margin-right: 0px!important;
        margin-bottom: 50px;
        margin-left: 0px!important;
        border-top-style: none;
        border-right-style: none;
        border-bottom-style: none;
        border-left-style: none;
        text-align: center;
    }
    .blog .blog-post .post-contents .description blockquote p {
        font-family: 'Merriweather', serif;
        font-style: italic;
        color: #fff;
        font-size: 18px;
        line-height: 26px!important;
    }
    .blog .blog-post .post-contents .description .post-detail-picture {
        padding-top: 25px;
        padding-bottom: 25px;
        padding-left: 0px;
        padding-right: 0px;
    }
    .about-author {
        background-color: #fff;
        box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.1);
        -webkit-box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.1);
        margin-bottom: 80px;
        margin-top: 50px;
        margin-left: 0px;
        margin-right: 0px;
    }
    .about-author .block {
        padding: 20px;
        border: 1px solid #2c2e30;
        background-color: #2c2e30;
        border-radius: 0px;
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .about-author .block .picture {
        float: left;
        margin-right: 15px;
        margin-bottom: 15px;
    }
    .about-author .block .detail {
        padding-left: 0px;
        float: left;
    }
    .comments .media-body .media {
        margin-top: 25px;
        padding-top: 15px;
        border-top-width: 1px;
        border-top-style: solid;
        border-top-color: #dddddd;
    }
    .comments .media-list li.media {
        margin-bottom: 5px;
        padding-bottom: 5px;
        border-bottom-width: 1px;
        border-bottom-style: solid;
        border-bottom-color: #e4e5e6;
    }
    .media-body, .media-left, .media-right {
        display: inline;
        vertical-align: top;
        margin-top: 20px;/* margin-left: 20px; */
    }
    .latest-news .block {
        padding-top: 45px;
        padding-bottom: 45px;
        padding-left: 30px;
        padding-right: 30px;
        background-color: #fff;
        box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.1);
        -webkit-box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.1);
        margin-left: 0px;
        margin-bottom: 30px;
    }
    .latest-news .news-carousel .news {
        padding-left: 5px;
        padding-right: 5px;
    }
    .latest-news .picture {
        margin-top: 20px;
        float: none;
    }
    .latest-news .picture img {
        width: 100%;
    }
    blockquote.quote-1 p {
        font-family: 'Merriweather', serif;
        font-style: italic;
        color: #ff974f;
        font-size: 14px;
        line-height: 26px;
        padding-left: 45px;
    }
    blockquote.quote-2 p {
        font-family: 'Merriweather', serif;
        font-style: italic;
        color: #2c2e30;
        font-size: 18px;
        line-height: 26px;
    }
    blockquote.quote-3 .info {
        float: left;
        padding-top: 8px;
        padding-bottom: 20px;
    }
    blockquote.quote-4 p {
        font-family: 'Merriweather', serif;
        font-style: italic;
        color: #fff;
        font-size: 16px;
        line-height: 26px;
        padding-left: 0px;
    }
    .pricing-table-02 .block {
        padding-top: 0px;
        padding-bottom: 60px;
        margin-top: 10px;
        margin-bottom: 120px;
        background-color: #fff;
        text-align: center;
    }
    .working-with-us {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .working-with-us .herotext {
        padding-top: 70px;
        padding-bottom: 70px;
    }
    footer .newletter {
        padding-bottom: 210px;
    }
}

.bs-slider{
    overflow: hidden;
    max-height: 700px;
    position: relative;
    background: #000000;
}
.bs-slider:hover {
    cursor: -moz-grab;
    cursor: -webkit-grab;
}
.bs-slider:active {
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}
.bs-slider .bs-slider-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.05);
}
.bs-slider > .carousel-inner > .item > img,
.bs-slider > .carousel-inner > .item > a > img {
    margin: auto;
    width: 100% !important;
}

/********************
*****Slide effect
**********************/

.fade {
    opacity: 1;
}
.fade .item {
    top: 0;
    z-index: 1;
    opacity: 0;
    width: 100%;
    position: absolute;
    left: 0 !important;
    display: block !important;
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
}
.fade .item:first-child {
    top: auto;
    position: relative;
}
.fade .item.active {
    opacity: 1;
    z-index: 2;
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
}






/*---------- LEFT/RIGHT ROUND CONTROL ----------*/
.control-round .carousel-control {
    top: 47%;
    opacity: 0;
    width: 45px;
    height: 45px;
    z-index: 100;
    color: #ffffff;
    display: block;
    font-size: 24px;
    cursor: pointer;
    overflow: hidden;
    line-height: 43px;
    text-shadow: none;
    position: absolute;
    font-weight: normal;
    background: transparent;
    -webkit-border-radius: 100px;
    border-radius: 100px;
}
.control-round:hover .carousel-control{
    opacity: 1;
}
.control-round .carousel-control.left {
    left: 1%;
}
.control-round .carousel-control.right {
    right: 1%;
}
.control-round .carousel-control.left:hover,
.control-round .carousel-control.right:hover{
    color: #fdfdfd;
    background: rgba(0, 0, 0, 0.5);
    border: 0px transparent;
}
.control-round .carousel-control.left>span:nth-child(1){
    left: 45%;
}
.control-round .carousel-control.right>span:nth-child(1){
    right: 45%;
}





/*---------- INDICATORS CONTROL ----------*/
.indicators-line > .carousel-indicators{
    right: 45%;
    bottom: 3%;
    left: auto;
    width: 90%;
    height: 20px;
    font-size: 0;
    overflow-x: auto;
    text-align: right;
    overflow-y: hidden;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 1px;
    white-space: nowrap;
}
.indicators-line > .carousel-indicators li{
    padding: 0;
    width: 15px;
    height: 15px;
    border: 1px solid rgb(158, 158, 158);
    text-indent: 0;
    overflow: hidden;
    text-align: left;
    position: relative;
    letter-spacing: 1px;
    background: rgb(158, 158, 158);
    -webkit-font-smoothing: antialiased;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-right: 5px;
    -webkit-transition: all 0.5s cubic-bezier(0.22,0.81,0.01,0.99);
    transition: all 0.5s cubic-bezier(0.22,0.81,0.01,0.99);
    z-index: 10;
    cursor:pointer;
}
.indicators-line > .carousel-indicators li:last-child{
    margin-right: 0;
}
.indicators-line > .carousel-indicators .active{
    margin: 1px 5px 1px 1px;
    box-shadow: 0 0 0 2px #fff;
    background-color: transparent;
    position: relative;
    -webkit-transition: box-shadow 0.3s ease;
    -moz-transition: box-shadow 0.3s ease;
    -o-transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;

}
.indicators-line > .carousel-indicators .active:before{
    transform: scale(0.5);
    background-color: #fff;
    content:"";
    position: absolute;
    left:-1px;
    top:-1px;
    width:15px;
    height: 15px;
    border-radius: 50%;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}



/*---------- SLIDE CAPTION ----------*/
.slide_style_left {
    text-align: left !important;
}
.slide_style_right {
    text-align: right !important;
}
.slide_style_center {
    text-align: center !important;
}

.slide-text {
    left: 0;
    top: 25%;
    right: 0;
    margin: auto;
    padding: 10px;
    position: absolute;
    text-align: left;
    padding: 10px 85px;
    
}

.slide-text > h1 {
    
    padding: 0;
    color: #ffffff;
    font-size: 70px;
    font-style: normal;
    line-height: 84px;
    margin-bottom: 30px;
    letter-spacing: 1px;
    display: inline-block;
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
}
.slide-text > p {
    padding: 0;
    color: #ffffff;
    font-size: 20px;
    line-height: 24px;
    font-weight: 300;
    margin-bottom: 40px;
    letter-spacing: 1px;
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s;
}
.slide-text > a.btn-default{
    color: #000;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    margin-right: 10px;
    text-align: center;
    padding: 17px 30px;
    white-space: nowrap;
    letter-spacing: 1px;
    display: inline-block;
    border: none;
    text-transform: uppercase;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;

}
.slide-text > a.btn-primary{
    color: #ffffff;
    cursor: pointer;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    margin-left: 10px;
    text-align: center;
    padding: 17px 30px;
    white-space: nowrap;
    letter-spacing: 1px;
    background: #00bfff;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    border: none;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}
.slide-text > a:hover,
.slide-text > a:active {
    color: #ffffff;
    background: #222222;
    -webkit-transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
    transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
}






/*------------------------------------------------------*/
/* RESPONSIVE
/*------------------------------------------------------*/

@media (max-width: 991px) {
    .slide-text h1 {
        font-size: 40px;
        line-height: 50px;
        margin-bottom: 20px;
    }
    .slide-text > p {

        font-size: 18px;
    }
}


/*---------- MEDIA 480px ----------*/
@media  (max-width: 768px) {
    .slide-text {
        padding: 10px 50px;
    }
    .slide-text h1 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 10px;
    }
    .slide-text > p {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 20px;
    }
    .control-round .carousel-control{
        display: none;
    }

}
@media  (max-width: 480px) {
    .slide-text {
        padding: 10px 30px;
    }
    .slide-text h1 {
        font-size: 20px;
        line-height: 25px;
        margin-bottom: 5px;
    }
    .slide-text > p {
        font-size: 12px;
        line-height: 18px;
        margin-bottom: 10px;
    }
    .slide-text > a.btn-default, 
    .slide-text > a.btn-primary {
        font-size: 10px;
        line-height: 10px;
        margin-right: 10px;
        text-align: center;
        padding: 10px 15px;
    }
    .indicators-line > .carousel-indicators{
        display: none;
    }

}


/* ---------------------------------------------------------------------- MEDIA QURIES ENDS ------------------ */
