@charset "utf-8";

/*Google Font(s)my original*/
@import "https://fonts.googleapis.com/css?family=Montserrat:400,300,700,900";
@import "https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800";
@import "https://fonts.googleapis.com/css?family=Lora:400italic";

/*Font Icon(s)*/
@import "";
@import "fonts/pe-icon-7-stroke/css/pe-icon-7-stroke.css";

/*Stylesheet(s)*/
@import "bootstrap.min.css";
@import "slick.css";
@import "slick-theme.css";
@import "bootstrap.min.css";
@import "slicknav.min.css";
/* spinkit */
@import url("spinkit/spinkit.css");




/*----------------------------------------------


[Master Stylesheet]

Project: Investable

Version: 1

Primary use: Multipupose Corporate, Finance, Business Template 


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


{ TABLE OF CONTENTS }

1. General Styles

2. Background Images / Overlays and BG Colors

3. Main Font

4. Section Titles

5. Color Shortcodes

6. Icon Boxes 

7. Form Elements

8. Opacity Shortcodes

9. Call to Action Section

10. Buttons

11. Pagination

12. Accordion and Toggle

13. Hamburger Menu Toggle

14. Appeance when menu opens

15. Main Nav (non responsive styles)

16. Logo

17. Menu on right

18. Hero Section

19. Mouse scroll animation in header

20. Page title

21. More section

22. Header links

23. Login

29. Table for centering content

30.SEGMENT Service Box

31. lIST SERVICES

32. TEAM

33. Footer

34. Misc

35. Padding Shortcodes

36. Margin Shortocdes

37. Responsive Styles


-----------------------------------------------*/




*,
:after,
:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.clearfix:before,
.clearfix:after {
    display: table;
    content: '';
}

.clearfix:after {
    clear: both;
}

/* ---------------------------------------------

General Styles

------------------------------------------------*/
html,
body {
    color: #000;
    cursor: default;
    height: 100%;
    font-family: 'Open Sans', Arial, sans-serif;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}

p {
    margin: 0;
    line-height: 1.8;
    color: #555;
    font-smoothing: antialiased;
    -ms-font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
}

button {
    border: 0;
    outline: 0 !important;
}

a {
    color: #fff;
    -webkit-transition: all .3s;
    transition: all .3s;
}

a,
a:hover,
a:focus,
a:active {
    cursor: pointer;
    outline: 0 !important;
    text-decoration: none !important;
}

section {}

ul {
    list-style-type: none;
}

hr {}

i {}

label {}

input:focus::-webkit-input-placeholder {
    color: transparent;
}

input:focus:-moz-placeholder {
    color: transparent;
}

input:focus::-moz-placeholder {
    color: transparent;
}

input:focus:-ms-input-placeholder {
    color: transparent;
}

blockquote {}

blockquote p {}

blockquote footer {}

pre code {}

select {}

form {
    clear: both;
    display: table;
    content: "";
}

select {}

select option {}

header {}

code {}

header {}

section {}

video {}

canvas {}



/*Color and background of highlighted content*/
::selection {
    background: #6d9f00;
    color: #fff;
}

::-moz-selection {
    background: #0e0e0e;
    color: #fff;
}

/* ---------------------------------------------

Background Images /overlays and bg colors

------------------------------------------------*/
/*to apply bg images include this "bg-img" class */
.bg-img {
    background-size: cover !important;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
}

/*individual classes for images*/
.bg-img-1 {
    background-image: url(../images/banner66.jpg);
}

.bg-img-2 {
    background-image: url(../images/banner22.jpg);
}

.bg-img-3 {
    background-image: url(../images/banner11.jpg);
}

.bg-img-4 {
    background-image: url(../images/service-bg.jpg);
}

.bg-img-5 {
    background-image: url(../images/bg-imgs/bg-img-5.jpg);
}

.bg-img-6 {
    background-image: url(../images/bg-imgs/bg-img-6.jpg);
}

/*color overlay as seen in the header*/
.color-overlay {
    box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.7);
}

/*dark overlay from overlay-1 being the lightest and overlay-5 being the darkest*/
.dark-overlay-1 {
    box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, .1);
}

.dark-overlay-2 {
    box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, .2);
}

.dark-overlay-3 {
    box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, .4);
}

.dark-overlay-4 {
    box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, .6);
}

.dark-overlay-5 {
    box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, .8);
}

/*background colors*/
.bg-gray {
    background-color: #fbfbfb;
}

.bg-black {
    background-color: #0e0e0e;
}

.bg-white {
    background-color: #fff;
}

.bg-color-1 {
    background-color: #1d5a96;
}

.bg-color-1 {
    width: 100%;
    background: -moz-radial-gradient(center, ellipse cover, rgba(255, 255, 255, .2) 0%, rgba(255, 255, 255, 0.1) 100%);
    /* ff3.6+ */
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(255, 255, 255, 0.1)));
    /* safari4+,chrome */
    background: -webkit-radial-gradient(center, ellipse cover, rgba(255, 255, 255, .2) 0%, rgba(255, 255, 255, 0.1) 100%);
    /* safari5.1+,chrome10+ */
    background: -o-radial-gradient(center, ellipse cover, rgba(255, 255, 255, .2) 0%, rgba(255, 255, 255, 0.1) 100%);
    /* opera 11.10+ */
    background: -ms-radial-gradient(center, ellipse cover, rgba(255, 255, 255, .2) 0%, rgba(255, 255, 255, 0.1) 100%);
    /* ie10+ */
    background: radial-gradient(ellipse at center, rgba(255, 255, 255, .2) 0%, rgba(255, 255, 255, 0.1) 100%);
    /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#FFFFFF', GradientType=1);
    /* ie6-9 */
    background-color: #1d5a96;
}

/* ---------------------------------------------

Main Font

------------------------------------------------*/
.section-title,
.icon-box-1 h4,
.icon-box-2 h4,
.button,
.slicknav_nav .slicknav_row,
.slicknav_nav a,
.logo p,
.menu li a.menu-item,
.menu .dropdown a,
.hero-section h1,
.price-box h5,
.price-box h6,
.testimonial footer,
.price-box .price,
.work-item h4,
.work-single h2,
.team-member .member-info h5,
.team-member .member-info h6,
.service-box a,
.service-box h4,
.post-snippet h4,
.footer h6,
.ques-box h5 {
    font-family: 'Montserrat', Arial, sans-serif;
}

/* ---------------------------------------------

Section Titles

------------------------------------------------*/
.section-title {
    text-align: center;
    margin-top: 11px;
    margin-bottom: 30px;
    font-size: 30px;
    color: #294867;
    text-transform: uppercase;
    font-weight: 600;
}

.section-title2 {
    text-align: center;
    margin-top: 8px;
    margin-bottom: 30px;
    font-size: 36px;
    color: #fffff !important;
    text-transform: uppercase;
    font-weight: 800;
}

.section-subtop {
    margin-top: 70px;
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 50px;

    font-weight: 700;
    color: #6d9f00;
    text-align: center;
    letter-spacing: 1px;
}

.section-sub {
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 40px;

    font-weight: 700;
    color: #6d9f00;
    text-align: center;
    letter-spacing: 1px;
}

h3.section-title {
    text-align: left;
    font-size: 30px;
    margin-bottom: 0;
    font-weight: 300;
    text-transform: none;
}

h5.section-title {
    font-size: 16px;
    color: #555;
    margin: 0 0 20px 0;
    text-align: center;
}

/* ---------------------------------------------

Color shortcodes

.color-white { color: #fff!important;}
------------------------------------------------*/

.color-black {
    color: #000 !important;
}


/* ---------------------------------------------

Icon Boxes

------------------------------------------------*/
/*icon box 1*/
.icon-box-1 i {
    font-size: 44px;
    display: inline-block;
    margin-right: 20px;
    vertical-align: middle;
    color: #000;
}

.icon-box-1 h4 {
    font-weight: 700;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-block;
    line-height: 48px;
    margin-left: 15px;
}

.icon-box-1 p {
    margin-top: 12px;
    font-size: 14px;
    color: #5c5c5c;
}

/*icon box 2*/
.icon-box-2 {
    padding: 40px;
    border: 1px solid #eaeaea;
}

.icon-box-2 i {
    font-size: 64px;
    display: block;
    color: #000;
    text-align: center;
}

.icon-box-2 h4 {
    text-align: center;
    font-weight: 700;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 20px 0;
}

.icon-box-2 a {
    text-align: center;
    display: block;
    color: #6d9f00;
    font-size: 25px;
}

.icon-box-2 p {
    margin-top: 12px;
    font-size: 14px;
    color: #5c5c5c;
    text-align: center;
}

/* ---------------------------------------------

Form (used for contact and comment)

------------------------------------------------*/
form {
    width: 100%;
}

.field {
    margin-bottom: 20px;
    padding-left: 0;
}

label {
    display: block;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .4px;
    color: #b1b1b1;
}

input,
textarea {
    width: 100%;
    padding: 15px;
    border: 1px solid #eaeaea;
    border-radius: 2px;
    margin-top: 5px;
    outline: none;
}

/* ---------------------------------------------

Opacity

------------------------------------------------*/
.opacity-01 {
    opacity: .1 !important;
}

.opacity-02 {
    opacity: .2 !important;
}

.opacity-03 {
    opacity: .3 !important;
}

.opacity-04 {
    opacity: .4 !important;
}

.opacity-05 {
    opacity: .5 !important;
}

.opacity-06 {
    opacity: .6 !important;
}

.opacity-07 {
    opacity: .7 !important;
}

.opacity-08 {
    opacity: .8 !important;
}

.opacity-09 {
    opacity: .9 !important;
}

/* ---------------------------------------------

Call to Action Section

------------------------------------------------*/
.cta-1 span,
.cta-2 span {
    display: inline-block;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 11px;
    letter-spacing: 1px;
}

.cta-1 h4,
.cta-2 h4 {
    font-size: 32px;
    margin: 5px 0 20px 0;
    text-align: left;
    text-transform: none;
    color: #000;
}

.cta-1 p,
.cta-2 p {
    margin: 0;
    font-size: 13px;
    line-height: 1.7;
    letter-spacing: .2px;

}

.cta-2,
.cta-2 h4 {
    text-align: center;
}

.color-overlay.cta-1 span,
.color-overlay.cta-2 span {
    color: #f2ffd5;
}

.color-overlay.cta-1 h4,
.color-overlay.cta-2 h4 {
    color: #fff;
}

.color-overlay.cta-1 p,
.color-overlay.cta-2 p {
    color: rgba(255, 255, 255, .8);
}

/* ---------------------------------------------

Buttons

------------------------------------------------*/
.button {
    border-radius: 100px;
    display: inline-block;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 300;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

/* Button Sizes */
.button-lg {
    font-size: 12px !important;
    padding: 20px 60px !important;
}

.button-md {
    font-size: 11px !important;
    padding: 16px 48px !important;
}

.button-sm {
    font-size: 12px !important;
    padding: 12px 36px !important;
}

.button-xs {
    font-size: 9px !important;
    padding: 8px 12px !important;
}

.button-primary {
    background: #80b71e;
    color: #fff;
}

.button-secondary {
    background: #1d5a96;
    color: #fff;
}

.button-black {
    background: #000;
    color: #fff;
}

.button-white {
    background: #fff;
    color: #000;
    font-weight: 700;
}

.button:hover {
    color: #fff;
}

.button-white:hover {
    color: inherit;
}

/* ---------------------------------------------

Pagination

------------------------------------------------*/
.pagination a {
    border-radius: 50% !important;
    color: #6d9f00 !important;
    margin: 0 5px;
    height: 40px;
    width: 40px;
    line-height: 38px !important;
    text-align: center;
    padding: 0 !important;
    font-weight: 700;
    font-size: 12px;
}

.pagination a.active,
.pagination a:hover,
.pagination a:focus {
    background: #6d9f00 !important;
    color: #fff !important;
    border: 1px solid #6d9f00 !important;
}

/* ---------------------------------------------

Accordion and Toggle

------------------------------------------------*/
.toggle,
.accordion {
    /* border-top: 1px solid #eaeaea; */
}

.toggle>dt>a,
.accordion>dt>a {
    display: block;
    position: relative;
    text-decoration: none;
    padding: 20px 0;
    color: #888;
    border-bottom: 1px solid #eaeaea;
    font-weight: 400;
    transition: all .5s ease;
}

.toggle>dt>a.active,
.accordion>dt>a.active {
    color: #000;
}

.toggle>dt>a:after,
.accordion>dt>a:after {
    content: "\e623";
    font-family: 'Pe-icon-7-stroke';
    speak: none;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    width: 16px;
    text-align: center;
    position: absolute;
    top: 50%;
    right: 20px;
    font-size: 20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: all .5s ease;
    color: #888;
}

.accordion>dt>a.active:after,
.accordion>dt>a.active:hover:after {
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
}

.toggle>dt>a:hover:after,
.accordion>dt>a:hover:after {}

.toggle>dd,
.accordion>dd {
    padding: 20px 0;
    border-bottom: 1px solid #eaeaea;
}

/* ---------------------------------------------

Hamburger Menu Toggle

------------------------------------------------*/
.slicknav_menu {
    display: none;
}

.slicknav_menu {
    padding: 0;
    background: transparent;
}

.slicknav_btn {
    overflow: hidden;
    z-index: 99999;
    height: 80px;
    width: 80px;
    margin: 0;
    background: transparent;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.scrolled .slicknav_btn {
    height: 80px;
}

.slicknav_btn .slicknav_icon {
    margin: 0;
    position: absolute;
    height: 22px;
    width: 30px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.slicknav_btn .slicknav_icon-bar {
    margin: 0 !important;
    border-radius: 0px !important;
    opacity: 1;
    height: 4px;
    width: 30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
    display: block;
    background: #fff;
    border-radius: 100px;
    -webkit-transition: all .5s cubic-bezier(0.7, 0, 0.3, 1);
    transition: all .5s cubic-bezier(0.7, 0, 0.3, 1);
}

.slicknav_btn .slicknav_icon-bar:nth-child(1) {
    top: 0px;
}

.slicknav_btn .slicknav_icon-bar:nth-child(2) {
    top: 9px;
}

.slicknav_btn .slicknav_icon-bar:nth-child(3) {
    top: 18px;
}

/*Dropdown for slicknav*/
.slicknav_nav {
    padding: 20px 0;
    position: fixed;
    top: 0;
    margin-top: 80px;
    width: 100%;
    left: 0;
    bottom: 0;
    background: #1d5a96;
    height: 60%;
    overflow: auto;
}

.scrolled .slicknav_nav {
    margin-top: 65px;

}

.scrolled .slicknav_nav {
    margin-top: 65px;
}

.slicknav_nav .slicknav_row,
.slicknav_nav a {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0px;
    color: #fff;
    border-radius: 0;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 1px;
}

.slicknav_nav .slicknav_row:hover {
    background: transparent;
    border-radius: 0px;
}

.slicknav_nav a:hover {
    background: transparent;
    border-radius: 0px;
    color: #fff;
    background: rgba(0, 0, 0, .2);
}

.slicknav_arrow {
    display: none;
}

.slicknav_nav .slicknav_item a,
.slicknav_nav .slicknav_parent-link a {
    padding: 20px;
    display: block;
}

/* ---------------------------------------------

Toggle appearance when menu opens

------------------------------------------------*/
.slicknav_open.slicknav_btn .slicknav_icon-bar:nth-child(1) {
    top: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
}

.slicknav_open.slicknav_btn .slicknav_icon-bar:nth-child(2) {
    opacity: 0;
    -webkit-transform: translateX(-200%);
    transform: translateX(-200%);
}

.slicknav_open.slicknav_btn .slicknav_icon-bar:nth-child(3) {
    top: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
}

#main-nav {
    /*background-color:#24406a;
	opacity:0.9;*/
}

.main-nav {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999999;
    padding: 0;

    transition: all .4s ease;
}

/* ---------------------------------------------

Main Nav non-responsive styles

------------------------------------------------*/
.main-nav .container {
    padding: 0;
}

/*Right side links*/
.main-nav .right-links {
    float: right;
}

/*appearance on scroll*/
.scrolled .main-nav {
    position: fixed;
    background: #233e69;
    border: none !important;
}

/*menu-styles*/
/*transparent light (white links and text with transparent background)*/
.main-nav.transparent-light {
    border-bottom: 1px solid rgba(255, 255, 255, .2);
}

.main-nav.transparent-light .menu li a.menu-item {
    color: #fff;
}

/*transparent dark (black links and text with transparent background)*/
.main-nav.transparent-dark {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.main-nav.transparent-dark .menu li a.menu-item {
    color: #000;
    font-weight: 700;
}

/*colored menu (background color with white links)*/
.main-nav.colored-menu {
    background: #233e69;
}

.main-nav.colored-menu .menu li a.menu-item {
    color: #fff;
}

/* -----------------------------------------------------------------------------

Logo

----------------------------------------------------------------------------- */
.logo-container {
    float: left;
    line-height: 80px;
}

.logo-container a {
    display: block;
}

.logo-container img {}

.logo {
    display: block;
}

.logo i {
    color: #fff;
    line-height: 20px;
    font-size: 24px;
    margin-right: 10px;
    vertical-align: middle;
}

.logo p {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-block;
    vertical-align: middle;
    line-height: 20px;
    font-weight: 700;
    font-size: 20px;
}

.main-nav.transparent-dark .logo i,
.main-nav.transparent-dark .logo p {
    color: #000;
}

.scrolled .logo i,
.scrolled .logo p {
    color: #fff !important;
}

/* -----------------------------------------------------------------------------

Menu on the right
  
----------------------------------------------------------------------------- */
.menu {
    display: inline-block;
}

.menu,
.menu ul {
    padding: 0;
    margin: 0;
}

.menu>li {
    display: inline-block;
    position: relative;
    margin-top: 24px;
}

.menu li a.menu-item {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    font-size: 12px;
    color: #fff;
    margin-top: 24px;
    padding: 0 20px;
    line-height: 80px;
    letter-spacing: 1.3px;
}

.menu li a:hover {
    background-color: #80b71e;
    border-radius: 40px;
    font-weight: 700;
}

/*Adds a bottom arrow for links with dropdowns*/
.menu li a.has-drop:after {
    content: "\f107";
    font-family: 'FontAwesome';
    speak: none;
    font-style: normal;
    font-variant: normal;
    opacity: .6;
    margin-left: 8px;
    float: right;
}

.menu .dropdown li a.has-drop:after {
    transform: rotate(-90deg);
}

.menu .dropdown {
    list-style-type: none;
    padding: 18px 28px;
    background: #161b1f;
    min-width: 250px;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    top: 100%;
    z-index: 9999;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    transition: all .5s ease;
    list-style-type: none;
    border-bottom: 4px solid #6d9f00;
}

.menu .dropdown.align-right {
    left: auto;
    right: 0;
    transform: translateY(10px) translateX(0%);
}

.menu .dropdown.align-right:before {
    left: auto;
    right: 22px;
}

.menu .dropdown li {
    position: relative;
}

/*Dropdown hover effect*/
.menu>li:hover .dropdown {
    opacity: 1;
    visibility: visible;
    -webkit-transform: none;
    transform: none;
}

.menu .dropdown a {
    display: block;
    color: #ffffff;
    padding: 10px 0;
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 1.2px;
    opacity: .9;
}

.menu .dropdown a span {
    display: block;
    font-family: 'Open Sans', Arial, sans-serif;
    font-weight: 100;
    font-size: 9px;
    opacity: .9;
    margin-top: 3px;
    letter-spacing: 1.5px;
}

.menu .dropdown a:hover {
    opacity: 1;
}

.menu li:hover .dropdown.align-right {
    -webkit-transform: translateY(0px) translateX(0%);
    transform: translateY(0px) translateX(0%);
}

/*menu after scroll*/
.scrolled .logo-container,
.scrolled .menu li a.menu-item {
    line-height: 65px;
    color: #fff !important;
}

/* ---------------------------------------------

Hero Section

------------------------------------------------*/
.hero-section {
    text-align: center;
    height: 100vh;
    position: relative;
    overflow: hidden;
    background: #2a4862;
}

.hero-section .container-fluid,
.hero-section .row,
.hero-section .hero-slider,
.hero-section .slick-slider,
.hero-section .slick-list,
.hero-section .slick-track {
    height: 100%;
}

.hero-section .container-fluid {
    padding: 0;
}

.hero-slider {
    z-index: 3;
}

.hero-center {
    opacity: 0;
    z-index: 999999;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transition: all .8s;
    transition: all .8s;
    -webkit-transform: translateX(-50%) translateY(calc(-50% + 100px));
    transform: translateX(-50%) translateY(calc(-50% + 100px));
}

.slick-active .hero-center {
    opacity: 1;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.hero-section h1 {
    color: #fff;
    text-align: center;
    font-size: 64px;
    text-transform: uppercase;
    font-weight: 700;
}

.hero-section p {
    color: #fff;
    text-align: center;
    width: 50%;
    margin: 0 auto;
    margin-top: 15px;
    margin-bottom: 20px;
}

.hero-section span {
    text-transform: uppercase;
    text-align: center;
    display: inline-block;
    color: #f2ffd5;
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 1.5px;
}

.hero-section .chart {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
}

/* ---------------------------------------------

Mouse in Header

------------------------------------------------*/
.mouse-box {
    z-index: 3;
    position: absolute;
    bottom: 40px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.mouse {
    display: inline-block;
    height: 44px;
    width: 28px;
    border: 2px solid rgba(255, 255, 255, .5);
    border-radius: 12px;
    text-align: center;
}

.mouse:after {
    display: inline-block;
    height: 8px;
    width: 8px;
    background: rgba(255, 255, 255, .5);
    border-radius: 50%;
    content: "";
    -webkit-animation: scroll 1.3s ease-out infinite forwards;
    -moz-animation: scroll 1.3s ease-out infinite forwards;
    animation: scroll 1.3s ease-out infinite forwards;
}

/*mouse scroll down*/
@-webkit-keyframes scroll {
    0% {
        -webkit-transform: translateY(0);
    }

    50% {
        -webkit-transform: translateY(10px);
    }

    100% {
        -webkit-transform: translateY(0);
    }
}

@-moz-keyframes scroll {
    0% {
        -moz-transform: translateY(0);
    }

    50% {
        -moz-transform: translateY(10px);
    }

    100% {
        -moz-transform: translateY(0);
    }
}

@keyframes scroll {
    0% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }

    50% {
        -webkit-transform: translateY(10px);
        -moz-transform: translateY(10px);
        -ms-transform: translateY(10px);
        -o-transform: translateY(10px);
        transform: translateY(10px);
    }

    100% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}

/* ---------------------------------------------

Page Title

------------------------------------------------*/
.page-title {
    padding-bottom: 20px;
    background: #fbfbfb;
    margin-top: 80px;
    border-bottom: 1px solid #eaeaea;
}

.page-title h1 {
    font-size: 34px;
    margin: 5px 0px 12px;
    text-align: center;
}

.page-title p {
    color: #888;
}

.breadcrumb {
    background: transparent;
    padding: 30px 0;
    border-bottom: 1px solid #eaeaea;
}

.breadcrumb a {
    color: #888;
    font-size: 13px;
}

/* ---------------------------------------------

More section

------------------------------------------------*/
.more1 {
    padding: 10px 0 15px;
    border-bottom: 1px solid #eaeaea;

    margin: 85px 10px 30px;
    text-align: center;
}

.more2 {
    padding: 10px 0 5px;
    border-bottom: 1px solid #eaeaea;
    margin-top: 30px;
    margin: 0px 10px 10px;
    text-align: center;
}

.more {
    padding: 40px 0;
    border-top: 1px solid #eaeaea;
    margin-top: 80px;
    text-align: center;
}

.more p {
    display: inline-block;
    font-size: 15px;
    margin-right: 20px;
    color: #888888;
}

/* ---------------------------------------------

Header Links

------------------------------------------------*/
.header-links {
    border-bottom: 1px solid #eaeaea;
}

.header-links ul {
    padding: 0;
    margin: 0;
}

.header-links li {
    display: inline-block;
}

.header-links a {
    display: block;
    padding: 20px;
    color: #888;
}

.header-links a.active {
    border-bottom: 2px solid #1d5a96;
    color: #222;
}

/* ---------------------------------------------

Login

------------------------------------------------*/
.login-box {
    background: #f8f8f8;
}

.login-box .button {
    border-radius: 2px;
    font-size: 14px !important;
    padding: 15px 0 !important;
}

.login-box h3 {
    text-align: center;
    margin-bottom: 40px;
    font-weight: 700;
    font-size: 34px;
    margin-top: 40px;
    opacity: .6;
}

.login-box .remember input,
.login-box .remember label {
    display: inline-block;
    width: auto;
    vertical-align: middle;
    line-height: 20px;
    margin: 0;
}

.login-box .remember label {
    margin-left: 5px;
}

/* ---------------------------------------------



/* ---------------------------------------------

Tables for centering content

------------------------------------------------*/
.table {
    margin: 0;
    overflow: hidden;
}

.table .content,
.table .side {
    display: table-cell;
    vertical-align: middle;
    float: none;
}

/* ---------------------------------------------

SEGMENT Service Box

------------------------------------------------*/

#top_des p {
    font-size: 17px;

    text-align: justify;
    margin-bottom: 10px;
}

.service-box {
    border-radius: 2px;
    overflow: hidden;
}

.service-box2 {
    border-right: 1px solid #eaeaea;
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
    border-radius: 2px;
    overflow: hidden;

}


.service-box img {
    width: 100%;
}

.service-box .info {
    /*padding: 20px;*/
    position: relative;
    padding: 10px;
}

.service-box h3 {
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 20px;
    text-align: center;

    padding: 5px;
    /* box-shadow: 0px 0px 10px rgba(0,0,0,.3);
 */
}


.service-box h4 {
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 15px;
    text-align: center;
    background-color: #fff;
    width: 98%;
    margin-left: 1%;
    padding: 5px;
}

.service-box h4:hover {
    background-color: #304972;
    color: #fff;
    font-weight: 400;

}

.service-box p {
    padding-bottom: 10px;
}

.service-box a {
    display: block;
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
    margin-top: 5px;
    color: #6d9f00;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
    text-align: center;
    padding-bottom: 15px;
    box-sizing: border-box;
    line-height: 20px;
}

a.morelink {
    text-decoration: underline;
    outline: none;
}

.morecontent span {
    display: none;

}

/* list services */

#listservices {

    color: #fff;
}

#listservices ul li {

    color: #ffffff;
    list-style: circle;
    padding-bottom: 3px;
}

.service-box3 {
    border-radius: 6px;
    overflow: hidden;
}

.service-box3 h3 {

    color: #ffffff;
    font-size: 18px;
    text-transform: capitalize;
    padding-left: 100px;
    margin-bottom: 15px;
}

.service-box3 ul {
    padding-left: 100px;

}

.service-box3 img {

    padding: 15px 0 0 0;
}

/*//LIST ServiceS*/

/* TEAM */


#viewdes {
    border: none;
}

.service-box4 {
    border-radius: 6px;
    overflow: hidden;
    text-align: center;
    margin-bottom: 20px;
}

.service-box4 h4 {
    text-align: center;
    padding: 10px;
}

.teamimg img {

    webkit-border-radius: 600px;
    -moz-border-radius: 600px;
    border-radius: 600px;
    width: auto;
    height: 100px;
    text-align: center;
    display: block;

}

.teamimg {
    text-align: center;


    padding: 20px 0px 10px;
}


.service-box4 p {

    padding: 5px 30px;
    text-align: left;
    border-bottom: none;
}

.service-box4 a {

    margin-top: 20px;
    font-weight: 400;
    margin-bottom: 20px;
    font-size: 14px;
    text-align: left;
    background-color: #323842;
    border: 5px solid #f5f5f5;
    width: 88%;
    margin-left: 6%;
    padding: 5px;
    text-transform: capitalize;
    color: #ffffff;
    padding: 10px;

    box-shadow: 0px 0px 10px rgba(0, 0, 0, .3);
}

.service-box4 ul {
    padding: 3px 30px;
    margin: 0;
    line-height: 1.8;
    color: #555;
    font-smoothing: antialiased;
    -ms-font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    list-style-type: disc;
    text-align: left;
}

.orange {

    color: #d56717;
    font-size: 34px;
    padding-top: 35px;
}

.service-box4 .panel-group .panel {


    border: none;
    border-radius: none;
    box-shadow: none;
    margin-bottom: 0;
}

.panel-group {
    margin-bottom: 150px;
}

.service-box4 button {
    background-color: #fff;
    color: #6d9f00;
    font-weight: bold;
    margin-top: -42px;
    margin-right: 116px;


}

/*//TEAM */

/* ---------------------------------------------

Footer

------------------------------------------------*/
.footer {
    background: #1b2126;
    padding-top: 60px;
}

.footer h6 {
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    margin-bottom: 20px;
    letter-spacing: 1px;
}

.footer p {
    color: #9fa9ae;
    font-size: 13px;
    letter-spacing: 0.3px;
}

.footer ul {
    padding: 0;
    margin: 0;
}

.footer a {
    color: rgba(255, 255, 255, 0.8);
}

/*links for information and support columns*/

footer h3 {
    text-align: center;
    font-size: 18px;

}

#contact {
    /* border-right:1px solid #666; */
}

ul.office-icons {
    margin: 0px;
    text-align: left;
    padding: 0px;
    padding-top: 20px;
    padding-left: 25%;
}

ul.office-icons li {
    font-size: 13px;
    list-style-type: none;
    padding-bottom: 4px;
    padding-left: 40px;
    COLOR: #B2B2B2;
}

ul.office-icons li a {
    color: #b2b2b2;
}

ul.office-icons li i {
    font-size: 20px;
    color: #6d9f00;
    text-align: center;
    padding-right: 30px;
    width: 20px;

}

.footer ul.list-links li a {
    font-size: 13px;
    letter-spacing: .2px;
    padding: 4px 0;
    display: block;
}

/*social media links*/

.footer ul.list-sm {

    padding-left: 25%;
}

.footer ul.list-sm li {
    display: inline-block;
}

.footer ul.list-sm li a {
    height: 30px;
    width: 30px;
    display: inline-block;
    line-height: 30px;
    text-align: center;
    color: #fff;
    background: rgba(255, 255, 255, 0.07);
    border-radius: 50%;
    font-size: 11px;
    margin: 0 2px;
}



/*subfooter*/
.footer .sub-footer {
    padding: 20px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.07);
    margin-top: 20px;
    display: table;
    clear: both;
    content: '';
}

/*copyright text*/
.footer .sub-footer p {
    /* display: inline-block; */
    margin: 0;
    line-height: 20px;
    text-align: center;
}

/*credit cards in subfooter*/
.footer .sub-footer .list-cc {
    float: right;
}

.footer .sub-footer .list-cc li {
    display: inline-block;
}

.footer .sub-footer .list-cc img {
    padding: 0 4px;
    line-height: 22px;
    width: 40px;
}


/* ---------------------------------------------

Misc

------------------------------------------------*/
.w100 {
    width: 100%;
}

.big-text {
    font-size: 120px !important;
}

.slick-slide {
    outline: none;
}

.absolute-center {
    z-index: 99;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

/*slick slider mods*/

.slick-slider {
    margin-bottom: 0;
}

.slick-slide {
    outline: none;
    border: none;
    position: relative;
    overflow: hidden;
}

.slick-prev,
.slick-next {

    width: 50px;
    background-size: contain;
    background-repeat: no-repeat;

    /* to position the arrows left and right at the bottom of slider */
    position: absolute;
    z-index: 10;
    bottom: 0;
}

.slick-prev {
    background-image: url('../images/prev.png');

    /* place button left */
    left: 0;
    margin-left: 30px;
}

.slick-next {
    background-image: url('../images/next.png');

    /* place button left */
    right: 0;
    margin-right: 50px;
}

.slick-prev {
    left: 0;
    content: "";
}

.slick-next {
    right: 0;
}

.slick-prev:before {
    content: "";
}

.slick-next:before {
    content: "";

}

.slick-prev,
.slick-next {
    z-index: 99999;
    /* height: 100px;
    width: 100px; */
}

.slick-prev:before,
.slick-next:before {
    opacity: .9;
    font-size: 100px;
    z-index: 9999;
    font-size: 100px;
    color: #fff;
    font-family: 'Pe-icon-7-stroke';
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

*/

/* ---------------------------------------------

Padding Shortcodes

------------------------------------------------*/
.p0 {
    padding: 0 !important;
}

.p20 {
    padding: 10px !important;
}

/*padding bottom*/
.pb10 {
    padding-bottom: 10px !important;
}

.pb20 {
    padding-bottom: 20px !important;
}

.pb30 {
    padding-bottom: 30px !important;
}

.pb40 {
    padding-bottom: 40px !important;
}

.pb50 {
    padding-bottom: 50px !important;
}

.pb60 {
    padding-bottom: 60px !important;
}

.pb70 {
    padding-bottom: 70px !important;
}

.pb80 {
    padding-bottom: 80px !important;
}

.pb90 {
    padding-bottom: 90px !important;
}

.pb100 {
    padding-bottom: 100px !important;
}

.pb110 {
    padding-bottom: 110px !important;
}

.pb120 {
    padding-bottom: 120px !important;
}

.pb130 {
    padding-bottom: 130px !important;
}

.pb140 {
    padding-bottom: 140px !important;
}

.pb150 {
    padding-bottom: 150px !important;
}

.pb160 {
    padding-bottom: 160px !important;
}

/*padding top*/
.pt10 {
    padding-top: 10px !important;
}

.pt20 {
    padding-top: 20px !important;
}

.pt30 {
    padding-top: 30px !important;
}

.pt40 {
    padding-top: 40px !important;
}

.pt50 {
    padding-top: 50px !important;
}

.pt60 {
    padding-top: 60px !important;
}

.pt70 {
    padding-top: 70px !important;
}

.pt80 {
    padding-top: 80px !important;
}

.pt90 {
    padding-top: 90px !important;
}

.pt100 {
    padding-top: 100px !important;
}

.pt110 {
    padding-top: 110px !important;
}

.pt120 {
    padding-top: 120px !important;
}

.pt130 {
    padding-top: 130px !important;
}

.pt140 {
    padding-top: 140px !important;
}

.pt150 {
    padding-top: 150px !important;
}

.pt160 {
    padding-top: 160px !important;
}

.pl60 {
    padding-left: 60px !important
}

/* ---------------------------------------------

Margin Shortcodes

------------------------------------------------*/
.m0 {
    margin: 0 !important;
}

.mb10 {
    margin-bottom: 10px !important;
}

.mb20 {
    margin-bottom: 20px !important;
}

.mb30 {
    margin-bottom: 30px !important;
}

.mb40 {
    margin-bottom: 40px !important;
}

.mb50 {
    margin-bottom: 50px !important;
}

.mb60 {
    margin-bottom: 60px !important;
}

.mb70 {
    margin-bottom: 70px !important;
}

.mb80 {
    margin-bottom: 80px !important;
}

.mb90 {
    margin-bottom: 90px !important;
}

.mb100 {
    margin-bottom: 100px !important;
}

.mb110 {
    margin-bottom: 110px !important;
}

.mb120 {
    margin-bottom: 120px !important;
}

.mb130 {
    margin-bottom: 130px !important;
}

.mb140 {
    margin-bottom: 140px !important;
}

.mb150 {
    margin-bottom: 150px !important;
}

.mb160 {
    margin-bottom: 160px !important;
}



/* Portrait tablet to landscape and desktop */
@media screen and (max-width: 992px) {
    .logo-container {
        padding-left: 20px;
        position: absolute;
        z-index: 99999999;
    }

    .hero-section h1 {
        font-size: 48px;
    }

    .hero-section p {
        width: 90%;
    }

    .slicknav_menu .button {
        font-size: 13px !important;
        padding: 20px !important;
    }

    .js #menu {
        display: none;
    }

    .js .slicknav_menu {
        display: block;
    }

    .menu-item {
        padding: 20px 35px !important;
    }

    .menu-item.has-drop:after {
        content: "\f142";
        font-family: 'FontAwesome';
        float: right;
        font-size: 20px;
        line-height: 19px;
        color: #fff;
    }

    .dropdown {
        margin: 0 !important;
        background: #161b1f;
        border-bottom: 4px solid #6d9f00;
    }

    .dropdown li a {
        padding: 15px 35px;
        font-size: 10px;
    }

    .dropdown li a span {
        display: block;
        font-size: 10px;
        font-family: 'Open Sans', Arial, sans-serif;
        font-weight: 100;
    }

    .sidebar-gap {
        padding-right: initial;
    }

    .blog-sidebar {
        margin-top: 60px;
    }

    .widget.cta-small {
        background: #30373b;
    }

    .widget.cta-small img {
        display: none;
    }

    .widget.cta-small .cta-content {
        position: relative;
    }

    .table .content,
    .table .side {
        display: block !important;
    }

    .service-box2 {
        border: 1px solid #eaeaea;

        border-radius: 2px;
        overflow: hidden;
    }

    .footer h6 {
        margin-bottom: 8px;
    }

    .text-center-sm {
        text-align: center;
    }

    .cta-1 h4,
    .cta-2 h4 {
        text-align: center;
    }

    .mb-sm-20 {
        margin-bottom: 20px !important;
    }

    .mb-sm-40 {
        margin-bottom: 40px !important;
    }

    .mb-sm-60 {
        margin-bottom: 60px !important;
    }

    .mb-sm-80 {
        margin-bottom: 80px !important;
    }

    .mb-sm-100 {
        margin-bottom: 100px !important;
    }
}

@media (max-width: 768px) {
    .main-nav .container {
        padding-bottom: 15px;
    }

    .hero-section h1 {
        font-size: 32px;
    }

    .hero-section p {
        font-size: 13px;
    }

    .page-title h1 {
        font-size: 32px;
    }

    .page-title p {
        font-size: 13px;
    }

    .breadcrumb a {
        font-size: 12px;
    }

    .blog-sidebar {
        padding: 0 15px;
    }

    .post h2 {
        font-size: 24px;
    }

    .post-footer .sharing,
    .post-footer .read-more {
        display: block !important;
        float: none !important;
        text-align: center;
    }

    .post-footer .sharing {
        margin-bottom: 10px;
    }

    .header-links .container {
        padding: 0;
    }

    .header-links li {
        display: block;
        border-bottom: 1px solid #eaeaea;
    }

    .header-links li:last-child {
        border-bottom: none;
    }

    .header-links li a.active {
        border: none;
        background: #f8f8f8;
    }

    .price-box .button {
        width: 90%;
    }

    .row {
        margin: 0 !important;
    }

    .service-box4 button {
        background-color: #fff;
        color: #6d9f00;
        font-weight: bold;
        margin-top: -42px;
        margin-right: 45px;


    }

    .more {
        border: none;
    }

    .more p {
        display: block;
        margin: 0 0 20px 0;
    }

    h2.section-title {
        font-size: 24px !important;
        margin-bottom: 30px;
    }

    .cta-1 h4,
    .cta-2 h4 {
        font-size: 24px;
    }

    .service-box img {
        width: 100%;
    }

    .service-box .info {
        position: relative;
        width: 100%;
        padding: 20px;
    }

    .service-box .info a {
        position: relative;
        left: auto;
        right: auto;
        bottom: auto;
    }

    .service-box2 {
        border: 1px solid #eaeaea;
        /* border-top: 1px solid #eaeaea; */
        /* border-bottom: 1px solid #eaeaea; */
        border-radius: 2px;
        overflow: hidden;
    }
}

.teamimg img {

    webkit-border-radius: 600px;
    -moz-border-radius: 600px;
    border-radius: 600px;
    width: auto;
    height: 100px;
    text-align: center;
    display: block;

}

.teamimg {
    text-align: center;


    padding: 20px 0px 10px;
}

.panel-group {
    margin-bottom: 20px;
}

#contact {
    border-right: none;
}

.sub-footer p {
    display: block !important;
    width: 100%;
    margin: 0 auto 20px !important;
    text-align: center;
}

.sub-footer p a {
    display: block;
}

.list-cc {
    float: none !important;
    text-align: center;
}

