@import url('https://fonts.googleapis.com/css?family=Lato&display=swap');
@import url('https://fonts.googleapis.com/css?family=Overlock&display=swap');
@import url('https://fonts.googleapis.com/css?family=Oswald&display=swap');

body {

    overflow-x: hidden;

}



.wrapper-body {

    background-color: white;

}



.body-boxed {

    margin-right: auto;

    margin-left: auto;

    padding: 0;

    background: url('../images/bg/boxed-bg.png') repeat;

    box-shadow: 0 0 4px 2px rgba(0, 0, 0, .12);

}



@media (min-width: 768px) {

    .body-boxed .navbar-fixed-top,

    .body-boxed .menu-top {

        margin-right: auto;

        margin-left: auto;

        padding-right: 15px;

        padding-left: 15px;

    }

    .body-nav-fixed {

        padding-top: 92px;

    }

    .body-nav-fixed-menu-top {

        padding-top: 127px;

    }

}



@media (min-width: 992px) {

    .body-boxed,

    .body-boxed .navbar-fixed-top,

    .body-boxed .menu-top {

        width: 1000px;

    }

    .body-boxed .section-intro-index .item .container,

    .body-boxed .section-intro-shop .item .container,

    .body-boxed .section-browser-slider .container,

    .body-boxed .section-intro-app .container,

    .body-boxed .section-call-to .container {

        padding-right: 50px;

        padding-left: 50px;

    }

}



@media (min-width: 1200px) {

    .body-boxed,

    .body-boxed .navbar-fixed-top,

    .body-boxed .menu-top {

        width: 1200px;

    }

}





/* Rows and Columns  

================================================== */



.row-heading {

    margin-right: -15px;

    margin-bottom: 20px;

    margin-left: -15px;

}



.row-heading:before,

.row-heading:after {

    display: table;

    content: ' ';

}



.row-heading:after {

    clear: both;

}



.row + .row-heading {

    margin-top: 20px;

}



.row + .row-heading.row-heading-mt-40 {

    margin-top: 40px;

}



@media (max-width: 767px) {

    [class^='col'] + [class^='col'] {

        margin-top: 0px;

    }

    .row + .row {

        margin-top: 40px !important;

    }

    .section-call-to [class^='col'] + [class^='col'],

    .section-heading-page [class^='col'] + [class^='col'] {

        margin-top: 16px;

    }

}





/* Typography  

================================================== */

@font-face {

    font-family: "RobotoCondensed-Light";

    src: url(../fonts/RobotoCondensed-Light.ttf);

}



@font-face {

    font-family: "RobotoCondensed-Regular";

    src: url(../fonts/RobotoCondensed-Regular.ttf);

}

@font-face {
    font-family: 'droid-sans.regular';
    src: url(../fonts/droid-sans.regular.ttf);
}


@font-face {

    font-family: "gill-sans-mt";

    src: url(../fonts/gill-sans-mt.ttf);

}


@font-face {

    font-family: "robot";

    src: url(../fonts/robot.woff2);

}





body {

 font-family: 'Lato', sans-serif;
 /*font-family: 'droid-sans.regular';*/
 
    font-size: 15px;
    line-height: 1.75;
    color: #333;
 

}



body,

button,

input,

select,

textarea {

    line-height: 1.6;

}



a {

    -webkit-transition: all .2s ease-in-out;

    transition: all .2s ease-in-out;

}



a:hover,

a:focus {

    text-decoration: none;

    outline: none;

}



a,

a:hover {

  color: #333333;

}



a:focus {

    color: inherit;

}



.a-black {

    color: black;

}



.lead {

    font-weight: 300;

}



label {

    font-weight: 600;

}



.title,

.subtitle {

    margin: 0;

    padding: 0;

}



.section-heading-page {

    margin-bottom: 0px;

    padding: 36px 0;

    color: black;

    border-bottom: 1px solid #ddd;

    background-color: #f7f7f7;

}



.heading-page {

    font-size: 27px;

    font-weight: 300;

    margin: 0;

}



.text-theme-xs,

.text-theme,

.text-theme-sm,

.text-theme-lg {

    margin: 0;

}



.text-theme-xs + .text-theme-xs {

    margin-top: 6px;

    margin-bottom: 0;

}



.text-theme-sm + .text-theme-sm {

    margin-top: 10px;

    margin-bottom: 0;

}



.text-theme + .text-theme {

   margin-top: 0px;

   margin-bottom: 0;

}



.text-theme-lg + .text-theme-lg {

    margin-top: 22px;

    margin-bottom: 0;

}



.text-theme + .btn.text-theme {

    margin-top: 20px;

}



.title-xs {

    font-size: 14px;

    font-weight: 700;

    margin: 0;

}



.title-sm {

    font-size: 20px;

    font-weight: 700;

    margin: 0;

    padding-bottom: 14px;

}



.title-md {

    font-size: 22px;

    font-weight: 700;

    margin: 0;

}



.title-lg {

    color: #c64a2c;

    font-size: 30px;

    font-weight: 800;

    margin: 0;

}



.title-xl {

    font-size: 38px;

    font-weight: 800;

    margin: 0;

}



.title-2-xl {

    font-size: 56px;

    font-weight: 800;

    margin: 0;

}



.title-404 {

    font-size: 140px;

    margin: 0;

}



.subtitle-404 {

    font-size: 20px;

    font-weight: 400;

}



.title-bg {

    display: inline-block;

    padding: 10px 8px;

    color: white;

    background-color: #d14f30;

}



.title-v2 {

    font-size: 22px;

    font-weight: 300;

    margin-top: 0;

    margin-bottom: 16px;

    padding-bottom: 14px;

    padding-left: 25px;

    border-bottom: solid 1px #ddd;

    border-left: solid 1px #d14f30;

}



.headline {

    font-size: 24px;

    font-weight: 300;

    display: block;

    margin: 0;

    margin-bottom: 0;

    padding-bottom: 20px;

    border-bottom: solid 1px #ddd;

}



.title-2-xl.hr:after,

.title-xl.hr:after,

.title-lg.hr:after,

.title-md.hr:after,

.title-sm.hr:after,

.title-xs.hr:after {

    display: block;

    width: 60px;

    height: 4px;

    margin: 0 auto;

    margin-top: 20px;

    content: '';

    background-color: #d14f30;

}



.section-primary .hr:after,

.section-polygonal-primary .hr:after {

    background-color: white;

}



.title-2-xl.hr-left:after,

.title-xl.hr-left:after,

.title-lg.hr-left:after,

.title-md.hr-left:after,

.title-sm.hr-left:after,

.title-xs.hr-left:after {

   display: block;

   width: 60%;

   height: 2px;

   margin-top: 5px;

   content: '';

   background-color: transparent;

}



.title-2-xl.hr-full:after,

.title-xl.hr-full:after,

.title-lg.hr-full:after,

.title-md.hr-full:after,

.title-sm.hr-full:after,

.title-xs.hr-full:after {

    display: block;

    width: 100%;

    height: 3px;

    margin-top: 12px;

    content: '';

    background-color: #d14f30;

}



.title-xs.hr-before:before,

.title-sm.hr-before:before,

.title-md.hr-before:before,

.title-lg.hr-before:before,

.title-xl.hr-before:before,

.title-2-xl.hr-before:before {

    position: relative;

    display: inline-block;

    margin-right: 6px;

    content: '';

    background-color: #d14f30;

}



.title-xs.hr-before:before {

    top: 1px;

    width: 3px;

    height: 13px;

}



.title-sm.hr-before:before {

    top: 1px;

    width: 3px;

    height: 16px;

}



.title-md.hr-before:before {

    top: 1px;

    width: 3px;

    height: 19px;

}



.title-lg.hr-before:before {

    top: 1px;

    width: 4px;

    height: 24px;

}



.title-xl.hr-before:before {

    top: 1px;

    width: 5px;

    height: 29px;

}



.title-2-xl.hr-before:before {

    top: 1px;

    width: 5px;

    height: 42px;

}



.list-unstyled {

    margin: 0;

}



.list-unstyled > li > a {

    color: black;

}



.list-unstyled.bordered li + li {

    margin-top: 10px;

    padding-top: 10px;

    border-top: solid 1px #ddd;

}



.list-md .fa {

    margin-right: 8px;

}



.list-lg .fa {

    margin-right: 8px;

}



.list-xl span {

    font-size: 16px;

    font-weight: 600;

    position: relative;

    top: -4px;

    margin: 0;

}



.list-xl li + li {

    margin-top: 16px;

}



.list-xl li .fa {

    margin-right: 20px;

}



.list-md li + li {

    margin-top: 4px;

}



.list-lg li + li {

    margin-top: 14px;

}



.hr-divider {

    margin: 50px 0;

    border-top: 1px solid #ddd;

}



.hr-divider-ghost {

    margin: 50px 0;

    border: 0;

}



.hr-divider-xs {

    margin: 16px 0;

    border-top: 1px solid #ddd;

}



.hr-divider-double {

    position: relative;

    margin-top: 50px;

    margin-bottom: 60px;

    border-top: 1px solid #ddd;

}



.hr-divider-double:after {

    display: block;

    width: 100%;

    height: 1px;

    margin-top: 10px;

    margin-bottom: 10px;

    content: '';

    background-color: #ddd;

}



.title-striped {

    display: block;

    margin: 50px 0 !important;

}



.title-striped:before {

    position: relative;

    top: -4px;

    display: inline-block;

    width: 20%;

    height: 6px;

    margin-right: 20px;

    content: '';

    border-top: solid 1px #ddd;

    border-bottom: solid 1px #ddd;

}



.title-striped:after {

    position: relative;

    top: -4px;

    display: inline-block;

    width: 20%;

    height: 6px;

    margin-left: 20px;

    content: '';

    border-top: solid 1px #ddd;

    border-bottom: solid 1px #ddd;

}





/* Forms  

================================================== */



.form-control {

    -webkit-transition: none;

    transition: none;

    border-radius: 0;

    box-shadow: none;

}



.form-control:focus,

.form-control:active {

    border-color: #ddd;

    outline: none;

    box-shadow: none;

}



.form-bg {

    padding: 16px;

    background-color: #fcfcfc;

}



.form-boxed {

    padding: 20px 16px;

    border: solid 1px #ddd;

    background-color: #fcfcfc;

}



.input-group-addon input[type='radio'],

.input-group-addon input[type='checkbox'] {

    margin-top: 3px;

}



.input-group-btn:first-child > .btn,

.input-group-btn:first-child > .btn-group {

    z-index: 2;

    margin-right: -2px;

}





/* Navbar Menu-Top  

================================================== */



@media (max-width: 767px) {

    .menu-top .row > div + div {

        margin-top: 0;

    }

}



.menu-top-default {

    border-bottom: solid 1px #ecf0f1;

    background-color: white;

}



.menu-top-default .social-hover-v1:before,

.menu-top-default .social-hover-v1:after {

    color: black;

}



.menu-top-default .social-hover-v1:hover:after {

    color: white;

}



.menu-top-default .title-menu-top {

    margin-top: 5px;

    margin-bottom: 0;

    color: black;

}



.menu-top-default .btn-menu-top {

    color: black;

    border-left: solid 1px #ecf0f1;

    background-color: transparent;

}



.menu-top-default .btn-menu-top,

.menu-top-inverse .btn-menu-top {

    line-height: 35px;

    margin: 0;

    padding: 0;

    padding-right: 8px;

    padding-left: 8px;

    border: 0;

    outline: 0;

}



.menu-top-default .dropdown:last-child .btn-menu-top {

    border-right: solid 1px #ecf0f1;

}



.menu-top-default .social-icons-menu-top a + a {

    border-left: 1px #ecf0f1 solid;

}



.menu-top-default .social-icons-menu-top a,

.menu-top-inverse .social-icons-menu-top a {

    float: left;

}



.menu-top-inverse {

    padding-top: 6px;

    background: #174D74;

   

}



.menu-top-inverse .social-hover-v1:before,

.menu-top-inverse .social-hover-v1:after,

.menu-top-inverse .social-hover-v1:hover:after {

    color: white;

}



.menu-top-inverse .title-menu-top {

    margin-top: 5px;

    margin-bottom: 0;

    color: white;

}



.menu-top-inverse .btn-menu-top {

    color: white;

    border-left: solid 1px #434343;

    background-color: #191919;

}



.menu-top-inverse .social-icons-menu-top a + a {

    border-left: 1px #434343 solid;

}





/* login */



.menu-top .dropdown-login .dropdown-menu {

    overflow: hidden;

    min-width: 262px;

    margin-bottom: 0;

    border-radius: 0;

    border-bottom-right-radius: 2px;

    border-bottom-left-radius: 2px;

    background-color: white !important;

}



.menu-top .dropdown-login .dropdown-menu .wrapper-form-box {

    border: 0;

}



.menu-top .dropdown-login .dropdown-menu .wrapper-form-box h3 {

    font-size: 15px;

    font-weight: 400;

    margin: 0;

}



.menu-top .dropdown-login.open .dropdown-menu,

.menu-top .dropdown-cart.open .dropdown-menu {

    -webkit-animation-name: fadeInDownMenuTop;

    animation-name: fadeInDownMenuTop;

    -webkit-animation-duration: .33s;

    animation-duration: .33s;



    -webkit-animation-fill-mode: both;

    animation-fill-mode: both;

}





/* shop cart */



.menu-top .dropdown-cart .dropdown-menu {

    min-width: 500px;

}



.menu-top .dropdown-cart .dropdown-menu .panel-shopping-cart {

    margin-bottom: 0;

    border-top: 0;

    background-color: white;

}



.menu-top .dropdown-cart .dropdown-menu .panel-shopping-cart table {

    margin-bottom: 0;

}



.menu-top .dropdown-cart .dropdown-menu .panel-shopping-cart thead {

    color: white;

    background-color: #d14f30;

}



.menu-top .dropdown-cart .dropdown-menu .panel-shopping-cart thead th {

    font-size: 15px;

    font-weight: 400;

}





/* Navbar Positioning  

================================================== */



@media (min-width: 768px) {

    .body-nav-fixed-menu-top .menu-top {

        position: fixed;

        z-index: 9999; 

        top: 0px;

        right: 0;

        left: 0;

        height: 115px;

    }

    .body-nav-fixed-menu-top #nav.navbar-fixed-top {

       top: 68px;

    }

}





/* Navbar  

================================================== */



.navbar {

    min-height: 92px;

    margin-bottom: 0;

    border: 0;

    box-shadow: 0 4px 0 rgba(0, 0, 0, .05);

}



@media (min-width: 768px) {

    #header,

    .navbar {

        -webkit-backface-visibility: hidden;

        backface-visibility: hidden;

    }

}



#nav.nav-boxed {

    padding: 0;

}



@media (max-width: 767px) {

    .navbar {

        min-height: 60px;

    }

    .navbar-fixed-top,

    .navbar-fixed-bottom {

        position: static;

    }

    .navbar-fixed-top.navbar-photographer {

        position: fixed;

    }

    .navbar-fixed-top .navbar-collapse {

        max-height: none;

    }

}



.navbar-nav {

   margin: 0 180px;

}



.navbar-collapse {

    box-shadow: none;

}



@media (min-width: 768px) and (max-width: 991px) {

    .navbar-header {

        float: none;

    }

    .navbar-right {

        float: none !important;

        margin: 0;

    }

}





/* Navbar Brand 

================================================== */



.navbar-brand {

    font-size: 24px;

    line-height: 92px;

    float: left;

    height: 92px;

    padding: 0 15px;

}



.navbar-brand > img {

    display: block;

    height: 92px;

}



@media (max-width: 767px) {

    .navbar-brand {

        line-height: 60px;

        height: 60px;

    }

    .navbar-brand > img {

        height: 60px;

    }

}



@media (min-width: 768px) and (max-width: 991px) {

    .navbar-brand {

        display: block;

        float: none;

        height: 58px;

    }

    .navbar-brand > img {

        height: 58px;

        margin: 0 auto;

    }

}





/* Navbar Toggle  

================================================== */



.navbar-toggle {

    margin-top: 2px;

    margin-bottom: 0;

    border: 0;

    background-color: transparent;

}



.navbar-toggle:hover,

.navbar-toggle:focus {

    background-color: transparent !important;

}



.navbar-toggle .icon-bar1 {

    height: 3px;

    border-radius: 0;

}





/* Navbar Links

================================================== */



#header .navbar-nav > li > a {
  font-family: 'Lato',serif;
 
    font-size: .9em;
   font-weight:600;
    line-height: 45px;
    height: 45px;
    /* border-right: 1px; */
    padding: 0 15px 0 15px;
    text-transform: uppercase;

}



@media (max-width: 767px) {

    #header .navbar-nav > li > a {

        font-size: 14px;

        line-height: 50px;

        height: 50px;

        padding: 0 21px;

    }

}



@media (min-width: 768px) and (max-width: 991px) {

    #header .navbar-nav > li > a {

        line-height: 58px;

        height: 58px;

        padding: 0 11px;

    }

}



@media (min-width: 992px) and (max-width: 1199px) {

    #header .navbar-nav > li > a {

        padding: 0 1px;
        font-size: 12px;

    }

}



#header .navbar .navbar-nav > .dropdown .dropdown-menu > li > a {

font-size: 14px;
    font-weight: 500;
    line-height: 40px;
    height: 40px;
    padding: 0 26px 0 20px;
    text-transform: capitalize;



}



@media (min-width: 768px) {

    #header .navbar .navbar-nav > .dropdown .dropdown-menu > .dropdown-submenu > a {

        padding: 0 58px 0 20px;

    }

}



@media (max-width: 767px) {

    #header .navbar .navbar-nav > .dropdown .dropdown-menu > li > a {

        font-size: 13px;

        line-height: 46px;

        height: 46px;

        padding: 0;

    }

    #header .navbar .navbar-nav > .dropdown > .dropdown-menu > li > a {

        padding-left: 32px;

    }

    #header .navbar .navbar-nav > .dropdown > .dropdown-menu > .dropdown-submenu > ul > li > a {

        padding-left: 50px;

    }

    #header .navbar .navbar-nav > .dropdown > .dropdown-menu > .dropdown-submenu > ul > li > ul > li > a {

        padding-left: 75px;

    }

    #header .navbar .navbar-nav > .dropdown > .dropdown-menu > .dropdown-submenu > ul > li > ul > li > ul > li a {

        padding-left: 100px;

    }

    #header .navbar .navbar-nav > .dropdown > .dropdown-menu > .dropdown-submenu > ul > li > ul > li > ul > li > ul > li > a {

        padding-left: 125px;

    }

    #header .navbar .navbar-nav > .dropdown > .dropdown-menu > .dropdown-submenu > ul > li > ul > li > ul > li > ul > li > ul > li > a {

        padding-left: 150px;

    }

}



#header .dropdown-toggle:after {

    font-family: FontAwesome;

    font-size: 10px;

    position: relative;

    top: -1px;

    margin-left: 6px;

    content: '\f0d7';

}



/* #header .dropdown-submenu > a:after {

    font-family: FontAwesome;

    font-size: 10px;

    position: absolute;

    right: 18px;

    content: '\f0da';

    } */



    @media (max-width: 767px) {

        #header .open .dropdown-toggle:after {

            content: '\f0d8';

        }

        #header .dropdown-toggle:after {

            font-size: 13px;

            position: absolute;

            top: auto;

            right: 34px;

            margin-left: 0;

        }

        #header .dropdown-submenu > a:after {

            display: none;

        }

    }





/* Navbar Dropdown Menu 

================================================== */



.navbar-nav .dropdown-menu {

    margin-top: 2px;

}



#header .navbar-nav .dropdown .dropdown-menu {

    z-index: -1;

    padding: 0;

    border: 0;

    border-radius: 0;

}



@media (max-width: 767px) {

    #header .navbar-nav .open .dropdown-menu {

        box-shadow: none;

    }

}





/* Navbar Sub Dropdown Menu

================================================== */



#header .dropdown-menu > li {

    position: relative;

}



#header .dropdown-menu > .dropdown-submenu:hover > .dropdown-menu {

    display: block !important;

}



#header .navbar-inverse .navbar-nav .dropdown .dropdown-menu .dropdown-menu {

    margin-top: 0;

}



@media (min-width: 768px) {

    #header .dropdown-submenu .dropdown-menu {

        position: absolute;

        top: 0;

        top: -2px;

        right: auto;

        left: 100%;

        display: none;

    }

}



#header .dropdown-submenu .dropdown-menu li {

    position: relative;

}



@media (max-width: 767px) {

    #header .dropdown-submenu .dropdown-menu {

        display: block !important;

    }

}



#header .dropdown-header {

    font-size: 16px;

    line-height: 22px;

}



@media (min-width: 768px) {

    #header .navbar-nav > .dropdown:hover > .dropdown-menu {

        display: block;

    }

    #header .navbar-nav > .open .dropdown-menu {

        display: none;

    }

}





/* Navbar Search Box  

================================================== */



form.nav-search {

    position: relative;

}



form.nav-search > label {

    display: block;

    width: 60px;

    height: 60px;

    margin-top: 16px;

    margin-right: 15px;

    margin-left: 24px;

    cursor: pointer;

    -webkit-transition: background-color .2s ease-in-out;

    transition: background-color .2s ease-in-out;

    text-align: center;

    border-bottom: solid 3px #b14227;

    background-color: #d14f30;

}



form.nav-search > label:hover {

    background-color: #c64a2c;

}



form.nav-search > label:active {

    background-color: #bd462a;

}



form.nav-search > label > .fa {

    font-size: 24px;

    line-height: 56px;

    color: white;

}



form.nav-search > input {

    font-size: 24px;

    font-weight: 300;

    line-height: 56px;

    position: absolute;

    top: -16px;

    right: -9999px;

    left: auto;

    height: 92px;

    margin: 0 auto;

    padding: 16px;

    opacity: 0;

    border: 0;

    outline: 0;

}



form.nav-search > input:focus {

    right: 0;

    opacity: 1;

}



@media (max-width: 767px) {

    form.nav-search {

        margin-top: 7px;

    }

    form.nav-search > label {

        margin-top: 0;

    }

    form.nav-search > input {

        top: 0;

        right: auto;

        left: -9999px;

        height: 60px;

        padding: 0;

    }

    form.nav-search > input:focus {

        right: auto;

        left: 0;

        width: 100%;

        padding: 0 21px;

    }

}



@media (min-width: 768px) and (max-width: 991px) {

    form.nav-search > input {

        line-height: 58px;

        top: 0;

        width: 720px !important;

        height: 58px;

    }

    form.nav-search > label {

        height: 58px;

        margin-top: 0;

        margin-right: 0;

        margin-bottom: 0;

        margin-left: 9px;

    }

    .li-search {

        float: right !important;

    }

}





/* Navbar Mega Menu  

================================================== */



.li-mega-menu {

    position: static !important;

}



.li-mega-menu > .wrapper-mega-menu {

    display: none;

}



.li-mega-menu > .wrapper-mega-menu > .mega-menu > .container {

    padding: 0 15px;

}



@media (min-width: 768px) {

    .li-mega-menu > .wrapper-mega-menu > .mega-menu > .container > .wrapper-row {

        padding: 16px;

    }

    .li-mega-menu > .wrapper-mega-menu.v2 > .mega-menu > .container > .wrapper-row {

        padding: 22px 36px 36px 30px;

    }

    .li-mega-menu > .wrapper-mega-menu > .mega-menu {

        position: absolute;

        right: 0;

        left: 0;

        width: 100%;

        height: 0;

    }

    .li-mega-menu:hover .wrapper-mega-menu {

        display: block;

    }

}



@media (max-width: 767px) {

    .li-mega-menu.open > .wrapper-mega-menu {

        display: block;

    }

    .li-mega-menu .wrapper-mega-menu.v2 {

        padding-top: 30px;

        padding-bottom: 30px;

    }

}





/* Navbar Mega Menu Content 

================================================== */



.li-mega-menu > .wrapper-mega-menu.v1 [class^='col'] {

    margin-top: 0;

}



.li-mega-menu > .wrapper-mega-menu > .mega-menu .post-xs-side + .post-xs-side {

    margin-top: 20px;

}



.li-mega-menu > .wrapper-mega-menu > .mega-menu .title-sm {

    margin-bottom: 0px;

    color: #fff;

}



.li-mega-menu > .wrapper-mega-menu > .mega-menu .title-sm a{



    color: #fff;

}



.li-mega-menu > .wrapper-mega-menu.v2 > .mega-menu .list-unstyled .fa {

    color: #d14f30;

}



@media (min-width: 768px) {

    .li-mega-menu > .wrapper-mega-menu > .mega-menu .img-wrapper {

        margin-bottom: 20px;

    }

}





/* Navbar Mega Menu Features

================================================== */



@media (min-width: 768px) {

    .li-mega-menu > .wrapper-mega-menu > .mega-menu > .container > .wrapper-row.wrapper-row-features {

        padding-right: 30px;

        padding-left: 30px;

    }

    .li-mega-menu .wrapper-row-features ul li a {

        padding-left: 0px;

    }

}



.li-mega-menu .wrapper-row-features ul li a {

   font-size: 14px;

   font-weight: 500;

   line-height: 33px;

   display: block;

   text-decoration: none;

   text-transform: capitalize;

}



.li-mega-menu .wrapper-row-features ul li a .fa {

    width: 25px;

}



.li-mega-menu .wrapper-row-features > .row > [class^='col-']:first-child ul {

    padding-left: 0;

    border-left: none;

}



@media (max-width: 767px) {

    .li-mega-menu .wrapper-row-features > .row > [class^='col-'] {

        padding: 0 !important;

    }

    .li-mega-menu .wrapper-row-features ul li a {

        line-height: 46px;

        padding-left: 30px;

    }

    #header .navbar .navbar-nav .wrapper-row-features > .row > [class^='col-']:first-child ul {

        border-top: none;

    }

}



@media (min-width: 768px) and (max-width: 991px) {

    .li-mega-menu .wrapper-row-features ul {

        border-left: 0 !important;

    }

}



@media (min-width: 992px) and (max-width: 1199px) {

    .li-mega-menu .wrapper-row-features ul {

        padding-left: 20px;

    }

}



@media (min-width: 1200px) {

    .li-mega-menu .wrapper-row-features ul {

        padding-left: 30px;

    }

}





/* Navbar Transparent and Version 1

================================================== */



@media (min-width: 768px) {

    #header .navbar.navbar-transparent {

      background-color: #27146e;

      box-shadow: none;

  }

  #header .navbar.navbar-transparent .navbar-nav > li > a {

    position: relative;

    color: white;

}

#header .navbar.navbar-transparent .navbar-nav > .dropdown:hover > a,

#header .navbar.navbar-transparent .navbar-nav > .dropdown:hover:after,

#header .navbar.navbar-transparent .navbar-nav > .open > a,

#header .navbar.navbar-transparent .navbar-nav > .open > a:hover,

#header .navbar.navbar-transparent .navbar-nav > .open > a:focus {

    color: white;

    background-color: transparent;

}

#header .navbar.navbar-transparent .navbar-nav > .dropdown.open:hover {

    background-color: transparent;

}

#header .navbar.navbar-transparent .navbar-nav > .dropdown.open:hover > a {

    color: white;

}

#header .navbar.navbar-transparent .navbar-nav > .dropdown:hover > a:before,

#header .navbar.navbar-v1 .navbar-nav > .dropdown:hover > a:before {

    display: block;

}

#header .navbar.navbar-transparent .navbar-nav > li > a:before {

    bottom: 0;

    border-bottom: 8px solid #f8f8f7;

}

#header .navbar.navbar-transparent .navbar-nav > li > a:before,

#header .navbar.navbar-v1 .navbar-nav > li > a:before {

    position: absolute;

    right: 34px;

    left: 0;

    display: none;

    width: 0;

    height: 0;

    margin: 0 auto;

    content: '';

    border-right: 8px solid transparent;

    border-left: 8px solid transparent;

}

#header .navbar-inverse.navbar-transparent .navbar-nav .dropdown .dropdown-menu,

#header .navbar-inverse.navbar-transparent .wrapper-row {

    border-top: 0;

}

#header .navbar-inverse.navbar-transparent .navbar-nav .dropdown .dropdown-menu .dropdown-menu {

    margin-top: 2px;

}

}



@media (min-width: 768px) {

    #header .navbar.navbar-v1 .navbar-nav > li > a:before {

        bottom: 6px;

    }

    #header.shrinked .navbar.navbar-v1 .navbar-nav > li > a:before {

        bottom: 0;

    }

    #header .navbar.navbar-v1 .navbar-nav > li > a {

        position: relative;

    }

    #header .navbar.navbar-v1 .navbar-nav > .dropdown > .dropdown-menu,

    #header .navbar.navbar-v1 .li-mega-menu > .wrapper-mega-menu > .mega-menu {

        margin-top: -6px;

    }

    #header.shrinked .navbar.navbar-v1 .navbar-nav > .dropdown > .dropdown-menu,

    #header.shrinked .navbar.navbar-v1 .li-mega-menu > .wrapper-mega-menu > .mega-menu {

        margin-top: 0;

    }

    #header .navbar-inverse.navbar-v1 .navbar-nav .dropdown .dropdown-menu,

    #header .navbar-inverse.navbar-v1 .wrapper-row {

        border-top: 0;

    }

    #header .navbar-inverse.navbar-v1 .navbar-nav .dropdown .dropdown-menu .dropdown-menu {

        margin-top: 2px;

    }

}





/* Navbar Shrinked

================================================== */



#header.shrinked #nav {

    top: 0;

}



#header.shrinked .menu-top {

    display: none;

}



@media (min-width: 768px) and (max-width: 991px) {

    .shrinked .navbar-brand,

    .shrinked .navbar-brand > img {

        height: 38px;

    }

}



@media (min-width: 768px) and (max-width: 991px) {

    #header.shrinked .navbar-nav > li > a {

        line-height: 58px;

        height: 58px;

    }

    #header.shrinked .navbar-header {

        display: none;

    }

}



@media (min-width: 768px) and (max-width: 991px) {

    .shrinked form.nav-search > input {

        line-height: 58px;

        height: 58px;

    }

    .shrinked form.nav-search > label {

        height: 58px;

    }

}



@media (min-width: 768px) {

    #header.shrinked .navbar-nav > li > a {

        line-height: 0px;

        height: 31px;

        margin-top: -19px;

    }

    .shrinked .navbar {

        min-height: 60px;

    }

    .shrinked .navbar-brand {

        font-size: 19px;

        line-height: 60px;

        height: 60px;

    }

    .shrinked .navbar-brand > img {

        height: 60px;

    }

    #header.shrinked .dropdown-header {

        font-size: 13px;

        line-height: 17px;

    }

    #header.shrinked .navbar .navbar-nav > .dropdown .dropdown-menu > li > a {

        line-height: 42px;

        height: 42px;

    }

    .shrinked form.nav-search > label {

        width: 60px;

        height: 39px;

        margin-top: 10px;

    }

    .shrinked form.nav-search > label > .fa {

        font-size: 16px;

        line-height: 37px;

    }

    .shrinked form.nav-search > input {

        line-height: 36px;

        top: -10px;

        height: 60px;

    }

}





/* Navbar Styling ===================================

================================================== */





/* Navbar Default Styling

================================================== */



#header .navbar-default {

  background: #2b74a7;

}



#header .navbar-default .navbar-collapse,

#header .navbar-default .navbar-form {

    border-color: #efeeec;

}



#header .navbar-default .navbar-brand {

    color: black;

}



#header .navbar-default .navbar-brand:hover,

#header .navbar-default .navbar-brand:focus {

    color: #1a1a1a;

    background-color: transparent;

}



#header .navbar-default .navbar-toggle {

    border-color: #ccc;

}



#header .navbar-default .navbar-toggle:hover,

#header .navbar-default .navbar-toggle:focus {

    background-color: #f5f5f5;

}



#header .navbar-default .navbar-toggle .icon-bar1 {

    background-color: #fff;

}



#header .navbar-default .navbar-nav > li > a {

   color: #fff;

}



#header .navbar-default .navbar-nav .wrapper-mega-menu .mega-menu .wrapper-row-features ul li a:hover {

   color: #fff;

   background-color:transparent;

   text-decoration: underline;

}



#header .navbar-default .navbar-nav > .active > a,

#header .navbar-default .navbar-nav > .active > a:hover,

#header .navbar-default .navbar-nav > .active > a:focus {

    color: black;

    background-color: #f8f8f7;

}



#header .navbar-default .dropdown-menu > .active > a,

#header .navbar-default .dropdown-menu > .active > a:hover,

#header .navbar-default .dropdown-menu > .active > a:focus {

    background-color: transparent;

}



#header .navbar-default .navbar-nav > li > a:focus {

    color: #fff;

    background-color: transparent;

}



#header .navbar-default .navbar-nav > li > a:hover {

    color: #fff;
    background-color: #383653;

}





@media (min-width: 768px) {

    #header .navbar-default .navbar-nav .dropdown .dropdown-menu > li + li {

        border-top: solid 0px #efeeec;

    }

}



@media (max-width: 767px) {

    #header .navbar-default .navbar-nav .dropdown .dropdown-menu > li > a {

        border-bottom: solid 0px #efeeec;

    }

    #header .navbar-default .navbar-nav .wrapper-row-features ul li + li,

    #header .navbar-default .navbar-nav .wrapper-row-features ul {

        border-top: solid 0px #efeeec;

    }

    #header .navbar-default .navbar-nav > li + li {

        border-top: solid 0px #efeeec;

    }



}



#header .navbar-default .navbar-nav .dropdown .dropdown-menu > li > a {

    color: #fff;

}



#header .navbar-default .navbar-nav .dropdown .dropdown-menu > li > a:hover,

#header .navbar-default .navbar-nav .dropdown .dropdown-menu > li > a:focus {

   color: #fff;
    background-color: #383653;

}



#header .navbar-default .navbar-nav .dropdown .dropdown-menu {

   background-color: #1a182e;

}



#header .navbar-default .navbar-nav > .open > a,

#header .navbar-default .navbar-nav > .open > a:hover,

#header .navbar-default .navbar-nav > .open > a:focus {

   color: #fff;

    background-color: transparent;

}



@media (min-width: 768px) {

    #header .navbar-default .navbar-nav > .dropdown:hover ul > li > a {

        background-color: transparent;

    }

    #header .navbar-default .navbar-nav > .dropdown:hover > a,

    #header .navbar-default .navbar-nav > .dropdown:hover:after,

    #header .navbar-default .navbar-nav > .dropdown.open:hover {

        color: #fff;
    background-color: #383653;

    }



}



@media (max-width: 767px) {

    #header .navbar-default .navbar-nav .open .dropdown-menu > li > a {

        color: black;

    }

    #header .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,

    #header .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus,

    #header .navbar-default .navbar-nav .open .dropdown-menu > .active > a,

    #header .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,

    #header .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {

        color: #d14f30;

        background-color: white;

    }

}



#header .navbar-default .dropdown-header {

    color: #1a1a1a;

}



#header .navbar-default .dropdown-menu .divider {

    background-color: #fff;

}



@media (max-width: 767px) {

    #header .navbar-default .navbar-nav > li > a {

        color: #fff;

    }

    #header .navbar-default .navbar-nav > .open > a {

        border-bottom: 1px solid #efeeec;

    }

    #header .navbar-default .navbar-nav .open .dropdown-menu {

        border-bottom: 0;

        background-color: #fbfafa;

    }

}



#header .navbar-default .navbar-nav .dropdown-toggle:after {

    color: inherit;

}



#header .navbar-default .navbar-nav ul .dropdown-submenu > a:after {

    color: #d6d6d6;

}



@media (min-width: 768px) and (max-width: 991px) {

    .navbar-default .navbar-header {

        border-bottom: solid 2px #f0f0f0;

    }

}



#header .navbar-default form.nav-search > input {

    color: #3d3d3d;

    background-color: #fff;

}





/* Navbar Inverse Styling

================================================== */



#header .navbar-inverse {

    background-color: #171717;

}



#header .navbar-inverse .navbar-collapse,

#header .navbar-inverse .navbar-form {

    border-color: #262626;

}



#header .navbar-inverse .navbar-brand {

    color: black;

}



#header .navbar-inverse .navbar-brand:hover,

#header .navbar-inverse .navbar-brand:focus {

    color: #1a1a1a;

    background-color: transparent;

}



#header .navbar-inverse .navbar-toggle {

    border-color: #000;

}



#header .navbar-inverse .navbar-toggle:hover,

#header .navbar-inverse .navbar-toggle:focus {

    background-color: #0d0d0d;

}



#header .navbar-inverse .navbar-toggle .icon-bar {

    background-color: white;

}



#header .navbar-inverse .navbar-nav > li > a {

    color: white;

}



#header .navbar-inverse .navbar-nav .wrapper-mega-menu .mega-menu .wrapper-row-features ul li a:hover {

    color: #d14f30;

    background-color: #fff;

}



#header .navbar-inverse .navbar-nav > .active > a,

#header .navbar-inverse .navbar-nav > .active > a:hover,

#header .navbar-inverse .navbar-nav > .active > a:focus {

    color: #d14f30;

    background-color: transparent;

}



#header .navbar-inverse .dropdown-menu > .active > a,

#header .navbar-inverse .dropdown-menu > .active > a:hover,

#header .navbar-inverse .dropdown-menu > .active > a:focus {

    background-color: transparent;

}



#header .navbar-inverse .navbar-nav > li > a:focus {

    color: white;

    background-color: transparent;

}



#header .navbar-inverse .navbar-nav > li > a:hover {

    color: #d14f30;

    background-color: transparent;

}



@media (min-width: 767px) {

    #header .navbar-inverse .navbar-nav .dropdown .dropdown-menu > li + li {

        border-top: solid 1px #efeeec;

    }

}



@media (max-width: 767px) {

    #header .navbar-inverse .navbar-nav .dropdown .dropdown-menu > li > a {

        border-bottom: solid 1px #efeeec;

    }

    #header .navbar-inverse .navbar-nav .wrapper-row-features ul li + li,

    #header .navbar-inverse .navbar-nav .wrapper-row-features ul {

        border-top: solid 1px #efeeec;

    }

    #header .navbar-inverse .navbar-nav > li + li {

        border-top: solid 1px #262626;

    }

}



#header .navbar-inverse .navbar-nav .dropdown .dropdown-menu > li > a {

    color: black;

}



#header .navbar-inverse .navbar-nav .dropdown .dropdown-menu > li > a:hover,

#header .navbar-inverse .navbar-nav .dropdown .dropdown-menu > li > a:focus {

    color: #d14f30;

    background-color: white;

}



#header .navbar-inverse .navbar-nav .dropdown .dropdown-menu {

    background-color: #f8f8f7;

}



@media (min-width: 768px) {

    #header .navbar-inverse .navbar-nav .dropdown .dropdown-menu,

    #header .navbar-inverse .wrapper-row {

        border-top: 2px solid #d14f30;

    }

}



#header .navbar-inverse .navbar-nav > .open > a,

#header .navbar-inverse .navbar-nav > .open > a:hover,

#header .navbar-inverse .navbar-nav > .open > a:focus {

    color: white;

    background-color: transparent;

}



@media (min-width: 768px) {

    #header .navbar-inverse .navbar-nav .open .dropdown-menu > li > a,

    #header .navbar-inverse .navbar-nav > .dropdown:hover ul > li > a {

        background-color: #f8f8f7;

    }

    #header .navbar-inverse .navbar-nav > .dropdown:hover > a,

    #header .navbar-inverse .navbar-nav > .dropdown:hover:after,

    #header .navbar-inverse .navbar-nav > .dropdown.open:hover > a {

        color: #d14f30;

        background-color: transparent;

    }

}



@media (max-width: 767px) {

    #header .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {

        color: black;

    }

    #header .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,

    #header .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus,

    #header .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,

    #header .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,

    #header .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {

        color: #d14f30;

        background-color: white;

    }

}



#header .navbar-inverse .dropdown-header {

    color: #fff;

}



#header .navbar-inverse .dropdown-menu .divider {

    background-color: #fff;

}



@media (max-width: 767px) {

    #header .navbar-inverse .navbar-nav > li > a {

        color: white;

    }

    #header .navbar-inverse .navbar-nav > .open > a {

        border-bottom: 1px solid #262626;

    }

    #header .navbar-inverse .navbar-nav .open .dropdown-menu {

        border-bottom: 0;

        background-color: #fbfafa;

    }

}



#header .navbar-inverse .navbar-nav .dropdown-toggle:after {

    color: inherit;

}



#header .navbar-inverse .navbar-nav ul .dropdown-submenu > a:after {

    color: #d6d6d6;

}



@media (min-width: 768px) and (max-width: 991px) {

    .navbar-inverse .navbar-header {

        border-bottom: solid 2px #1f1f1f;

    }

}



#header .navbar-inverse form.nav-search > input {

    color: #b0b0b0;

    background-color: #171717;

}





/* Navbar Mega Menu Styling

================================================== */



.li-mega-menu .wrapper-row-features ul li a {

   color: #fff;

}



.li-mega-menu .wrapper-row-features ul li a:hover {

    color: #d14f30;

    background-color: transparent;

}



@media (min-width: 768px) {

    .li-mega-menu .wrapper-row-features ul {

        border-left: solid 0px #efeeec;

    }

}



@media (min-width: 768px) {

    #header .navbar-default .li-mega-menu > .wrapper-mega-menu > .mega-menu > .container > .wrapper-row {

        background-color: #f8f8f7;

    }

    #header .navbar-inverse .li-mega-menu > .wrapper-mega-menu > .mega-menu > .container > .wrapper-row {

        background-color: #f8f8f7;

    }

}



@media (max-width: 767px) {

    #header .navbar-default .li-mega-menu > .wrapper-mega-menu {

        background-color: #fbfafa;

    }

    #header .navbar-inverse .li-mega-menu > .wrapper-mega-menu {

        background-color: #fbfafa;

    }

}





/* Navbar Transparent and Version 1 Styling

================================================== */



@media (min-width: 768px) {

    #header .navbar.navbar-v1 .navbar-nav > li > a:before {

        border-bottom: 8px solid #efeeec;

    }

    #header .navbar.navbar-v1 .navbar-nav > .dropdown:hover > a,

    #header .navbar.navbar-v1 .navbar-nav > .dropdown:hover:after,

    #header .navbar.navbar-v1 .navbar-nav > .dropdown.open:hover,

    #header .navbar.navbar-v1 .navbar-nav > .open > a,

    #header .navbar.navbar-v1 .navbar-nav > .open > a:hover,

    #header .navbar.navbar-v1 .navbar-nav > .open > a:focus {

        background-color: transparent;

    }

    #header .navbar.navbar-v1 .navbar-nav .wrapper-mega-menu .mega-menu .wrapper-row-features ul li a:hover {

        color: #d14f30;

        background-color: #f6f5f4;

    }

    #header .navbar.navbar-v1 .navbar-nav .dropdown .dropdown-menu,

    #header .navbar.navbar-v1 .li-mega-menu > .wrapper-mega-menu > .mega-menu > .container > .wrapper-row,

    #header .navbar.navbar-v1 .navbar-nav .wrapper-row-features ul li a,

    #header .navbar.navbar-v1 .navbar-nav > .dropdown:hover ul > li > a,

    #header .navbar.navbar-v1 .navbar-nav > .dropdown:hover ul > li {

        background-color: #efeeec;

    }

    #header .navbar.navbar-v1 .navbar-nav .dropdown .dropdown-menu > li + li {

        border-top: 1px solid #e6e4e0;

    }

    #header .navbar.navbar-v1 .navbar-nav .dropdown .dropdown-menu > li > a:hover,

    #header .navbar.navbar-v1 .navbar-nav .dropdown .dropdown-menu > li > a:focus {

        color: #d14f30;

        background-color: transparent;

    }

    #header .navbar.navbar-v1 .dropdown-menu .divider {

        background-color: #fff;

    }

    .navbar-v1 .wrapper-row-features ul {

        border-left: solid 1px #e6e4e0;

    }

    #header .navbar-transparent form.nav-search > input {

        color: #b0b0b0;

        background-color: #171717;

    }

}



@media (min-width: 768px) and (max-width: 991px) {

    .navbar-transparent .navbar-header {

        border-bottom: solid 2px #1f1f1f;

    }

}





/* Navbar Dropdown Shadows

================================================== */



@media (min-width: 768px) {

    #header .navbar.navbar-v1 .navbar-nav .dropdown .dropdown-menu,

    #header .navbar.navbar-v1 .navbar-nav .dropdown .dropdown-menu,

    #header .navbar.navbar-v1 .navbar-nav .li-mega-menu > .wrapper-mega-menu > .mega-menu > .container > .wrapper-row {

        box-shadow: 2px 2px 0 0 rgba(0, 0, 0, .1);

    }

    #header .navbar-nav .dropdown .dropdown-menu {

        box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, .15);

    }

    .li-mega-menu > .wrapper-mega-menu > .mega-menu > .container > .wrapper-row {

        box-shadow: 0 5px 14px -5px rgba(0, 0, 0, .13);

    }

}





/* Switch Navbar Logo

================================================== */



@media (min-width: 768px) {

    #header .switch-brand .switch-logo {

        display: none;

    }

    #header.shrinked .switch-brand img:first-child {

        display: none;

    }

    #header.shrinked .switch-brand .switch-logo {

        display: block;

    }

}



@media (max-width: 768px) {

    #header .switch-brand .switch-logo {

        display: none;

    }

    #header .switch-brand img:first-child {

        display: none;

    }

    #header .switch-brand .switch-logo {

        display: block;

    }

}





/* Navbar IE8 Specific Styling

================================================== */



.ie8 #nav.navbar-default {

    border-bottom: solid 1px #ddd;

}



.ie8 #nav.navbar-default.navbar-transparent {

    border-bottom: 0;

}



@media (min-width: 768px) {

    .ie8 #nav.navbar .navbar-nav > li > a {

        padding: 0 20px;

    }

}



@media (min-width: 768px) and (max-width: 1200px) {

    .ie8 #nav.navbar .navbar-nav > li > a {

        padding: 0 8px;

    }

}





/* Navbar Transitions and Animations  

================================================== */



#header .navbar li a {

    -webkit-transition: .2s linear background-color, .2s linear color;

    transition: .2s linear background-color, .2s linear color;

}



@media (min-width: 768px) {

    #header.tr-nav .navbar-nav > li > a {

        -webkit-transition: .18s ease-in-out height, .18s ease-in-out line-height, .2s linear background-color, .2s linear color;

        transition: .18s ease-in-out height, .18s ease-in-out line-height, .2s linear background-color, .2s linear color;

    }

    .tr-nav .navbar-brand > img {

        -webkit-transition: height .18s ease-in-out;

        transition: height .18s ease-in-out;

    }

    .tr-nav form.nav-search > label {

        -webkit-transition: height .18s ease-in-out, background-color .2s ease-in-out;

        transition: height .18s ease-in-out, background-color .2s ease-in-out;

    }

    .tr-nav form.nav-search > label > .fa {

        -webkit-transition: font-size .18s ease-in-out, line-height .18s ease-in-out;

        transition: font-size .18s ease-in-out, line-height .18s ease-in-out;

    }

    form.nav-search > input {

        -webkit-transition: line-height .18s ease-in-out, height .18s ease-in-out, top .18s ease-in-out, .3s opacity ease-in-out;

        transition: line-height .18s ease-in-out, height .18s ease-in-out, top .18s ease-in-out, .3s opacity ease-in-out;

    }

}



@media (max-width: 767px) {

    form.nav-search > input {

        -webkit-transition: .3s opacity ease-in-out;

        transition: .3s opacity ease-in-out;

    }

}



@media (max-width: 767px) {

    #header .navbar-nav .open .dropdown-menu,

    .li-mega-menu.open > .wrapper-mega-menu {

        z-index: 9999;

        -webkit-animation-name: fadeIn;

        animation-name: fadeIn;

        -webkit-animation-duration: .2s;

        animation-duration: .2s;



        -webkit-animation-fill-mode: both;

        animation-fill-mode: both;

    }

}



@media (min-width: 768px) {

    #header .navbar-nav > .dropdown:hover > .dropdown-menu,

    #header .navbar.navbar-transparent .navbar-nav > .dropdown:hover > a:before,

    #header .navbar.navbar-v1 .navbar-nav > .dropdown:hover > a:before {

        -webkit-animation-name: fadeIn;

        animation-name: fadeIn;

        -webkit-animation-duration: .2s;

        animation-duration: .2s;

        -webkit-animation-delay: .07s;

        animation-delay: .07s;



        -webkit-animation-fill-mode: both;

        animation-fill-mode: both;

    }

    .li-mega-menu:hover .wrapper-mega-menu {

        -webkit-animation-name: fadeInMega;

        animation-name: fadeInMega;

        -webkit-animation-duration: .2s;

        animation-duration: .2s;

        -webkit-animation-delay: .07s;

        animation-delay: .07s;



        -webkit-animation-fill-mode: both;

        animation-fill-mode: both;

    }

    #header .dropdown-menu > .dropdown-submenu:hover > .dropdown-menu {

        -webkit-animation-name: fadeInSub;

        animation-name: fadeInSub;

        -webkit-animation-duration: .2s;

        animation-duration: .2s;

        -webkit-animation-delay: .07s;

        animation-delay: .07s;



        -webkit-animation-fill-mode: both;

        animation-fill-mode: both;

    }

}



@media (min-width: 768px) {

    #header.shrinked .navbar-fixed-top {

        -webkit-animation-name: fadeInShrinked;

        animation-name: fadeInShrinked;

        -webkit-animation-duration: .35s;

        animation-duration: .35s;

        -webkit-animation-delay: .32s;

        animation-delay: .32s;



        -webkit-animation-fill-mode: both;

        animation-fill-mode: both;

    }

}



@media (min-width: 992px) {

    #header #nav {

        -webkit-transition: max-height .18s ease-in-out;

        transition: max-height .18s ease-in-out;

    }

    #header.shrinked #nav {

        min-height: 0;

        max-height: 60px;

    }

    #header.tr-nav #nav {

        min-height: 0;

        max-height: 92px;

    }

}



@media (min-width: 768px) {

    .navbar.navbar-transparent.search-focus-navbar {

        -webkit-transition: background-color .3s ease-in-out !important;

        transition: background-color .3s ease-in-out !important;

        background-color: #171717 !important;

    }

    #header.tr-nav .navbar.navbar-transparent.search-focus-navbar {

        -webkit-transition-property: none !important;

        transition-property: none !important;

    }

}



@-webkit-keyframes fadeInShrinked {

    0% {

        -webkit-transform: translate3d(0, -100%, 0);

        transform: translate3d(0, -100%, 0);

        opacity: 0;

    }

    100% {

        -webkit-transform: none;

        transform: none;

        opacity: 1;

    }

}



@keyframes fadeInShrinked {

    0% {

        -webkit-transform: translate3d(0, -100%, 0);

        transform: translate3d(0, -100%, 0);

        opacity: 0;

    }

    100% {

        -webkit-transform: none;

        transform: none;

        opacity: 1;

    }

}



@-webkit-keyframes fadeIn {

    0% {

        -webkit-transform: translateY(-5px);

        transform: translateY(-5px);

        opacity: 0;

    }

    100% {

        -webkit-transform: none;

        transform: none;

        opacity: 1;

    }

}



@keyframes fadeIn {

    0% {

        -webkit-transform: translateY(-5px);

        transform: translateY(-5px);

        opacity: 0;

    }

    100% {

        -webkit-transform: none;

        transform: none;

        opacity: 1;

    }

}



@-webkit-keyframes fadeInMega {

    0% {

        margin-top: -5px;

        opacity: 0;

    }

    100% {

        margin-top: 0;

        opacity: 1;

    }

}



@keyframes fadeInMega {

    0% {

        margin-top: -5px;

        opacity: 0;

    }

    100% {

        margin-top: 0;

        opacity: 1;

    }

}



@-webkit-keyframes fadeInSub {

    0% {

        -webkit-transform: translateX(-5px);

        transform: translateX(-5px);

        opacity: 0;

    }

    100% {

        -webkit-transform: none;

        transform: none;

        opacity: 1;

    }

}



@keyframes fadeInSub {

    0% {

        -webkit-transform: translateX(-5px);

        transform: translateX(-5px);

        opacity: 0;

    }

    100% {

        -webkit-transform: none;

        transform: none;

        opacity: 1;

    }

}



@-webkit-keyframes fadeInDownMenuTop {

    0% {

        -webkit-transform: translate3d(0, -5%, 0);

        transform: translate3d(0, -5%, 0);

        opacity: 0;

    }

    100% {

        -webkit-transform: none;

        transform: none;

        opacity: 1;

    }

}



@keyframes fadeInDownMenuTop {

    0% {

        -webkit-transform: translate3d(0, -5%, 0);

        transform: translate3d(0, -5%, 0);

        opacity: 0;

    }

    100% {

        -webkit-transform: none;

        transform: none;

        opacity: 1;

    }

}





/* Helper Classes  

================================================== */



.inset-shadow-top {

    box-shadow: inset 0 4px 0 0 rgba(0, 0, 0, .08);

}



.colored {

    color: #d14f30;

}



.bg-box {

    background-color: #f4f5f6;

}



.display-block {

    display: block;

}



.display-inline-block {

    display: inline-block;

}



.full-width {

    width: 100%;

}



.width-16 {

    width: 16px;

}



.width-20 {

    width: 20px;

}



.width-30 {

    width: 30px;

}



.width-40 {

    width: 40px;

}



.width-180 {

    width: 180px;

}



.max-width-300 {

    max-width: 300px;

}



.width-50 {

    width: 90px;

}



.padding-0 {

    padding: 0;

}



.padding-vertical-32 {

    padding-right: 32px;

    padding-left: 32px;

}



.margin-center {

    margin-right: auto;

    margin-left: auto;

}



.mb {

    margin-bottom: 40px;

}



.mt {

    margin-top: 50px;

}



.mb-0 {

    margin-bottom: 0;

}



.mt-4 {

    margin-top: 4px;

}



.mt-10 {

    margin-top: 10px;

}



.mt-16 {

    margin-top: 16px;

}



.mt-20 {

    margin-top: 20px;

}



.mt-30 {

    margin-top: 30px;

}



.mt-40 {

    margin-top: 71px;

}



.mt-50 {

    margin-top: 50px;

}



.mt-60 {

    margin-top: 60px;

}



.mt-70 {

    margin-top: 70px;

}



.mt-80 {

    margin-top: 80px;

}



.mt-90 {

    margin-top: 90px;

}



.mt-100 {

    margin-top: 100px;

}



.mt-120 {

    margin-top: 120px;

}



.mt-130 {

    margin-top: 130px;

}



.mt-140 {

    margin-top: 140px;

}



.mt-150 {

    margin-top: 150px;

}



.mt-160 {

    margin-top: 160px;

}



.mt-170 {

    margin-top: 170px;

}



.mt-180 {

    margin-top: 180px;

}



.mt-190 {

    margin-top: 190px;

}



.mt-200 {

    margin-top: 200px;

}



.mt-minus-4 {

    margin-top: -4px;

}



.mt-minus-10 {

    margin-top: -10px;

}



.mt-minus-16 {

    margin-top: -16px;

}



.mt-minus-20 {

    margin-top: -20px;

}



.mt-minus-30 {

    margin-top: -30px;

}



.mt-minus-40 {

    margin-top: -40px;

}



.mt-minus-50 {

    margin-top: -50px;

}



.mt-minus-60 {

    margin-top: -60px;

}



.mt-minus-70 {

    margin-top: -70px;

}



.mt-minus-80 {

    margin-top: -80px;

}



.mt-minus-90 {

    margin-top: -90px;

}



.mt-minus-100 {

    margin-top: -100px;

}



.mt-minus-120 {

    margin-top: -120px;

}



.mt-minus-130 {

    margin-top: -130px;

}



.mt-minus-140 {

    margin-top: -140px;

}



.mt-minus-150 {

    margin-top: -150px;

}



.mt-minus-160 {

    margin-top: -160px;

}



.mt-minus-170 {

    margin-top: -170px;

}



.mt-minus-180 {

    margin-top: -180px;

}



.mt-minus-190 {

    margin-top: -190px;

}



.mt-minus-200 {

    margin-top: -200px;

}



.mb-16 {

    margin-bottom: 16px;

}



.mb-20 {

    margin-bottom: 20px;

}



.mb-30 {

    margin-bottom: 30px;

}



.mb-40 {

    margin-bottom: 40px;

}



.mb-50 {

    margin-bottom: 50px;

}



.mr-8 {

    margin-right: 8px;

}



@media (max-width: 767px) {

    .text-center-xs {

        text-align: center;

    }

    .pull-none-xs {

        float: none !important;

    }

}





/* Img Wrapper - Hover Effect  

================================================== */



.img-wrapper {

    position: relative;

    display: block;

    overflow: hidden;

    background-color: #d14f30;

}



@media (min-width: 768px) {

    .img-wrapper,

    .img-wrapper img {

        -webkit-transform: translateX(0);

        -ms-transform: translateX(0);

        transform: translateX(0);



        -webkit-backface-visibility: hidden;

        backface-visibility: hidden;

    }

}



@media (max-width: 767px) {

    .img-wrapper {

        max-width: 400px;

        margin: 0 auto;

    }

    .portfolio-fluid .img-wrapper {

        max-width: 100%;

        margin: 0 auto;

    }

}



.img-wrapper.rounded,

.img-wrapper.rounded > img {

    border-radius: 4px;

}



.img-wrapper.rounded-top,

.img-wrapper.rounded-top > img {

    border-top-left-radius: 2px;

    border-top-right-radius: 2px;

}



.img-wrapper:before {

    font-family: FontAwesome;

    font-size: 20px;

    line-height: 0;

    position: absolute;

    z-index: 1;

    top: 50%;

    left: 50%;

    display: block;

    visibility: hidden;

    margin: 0 auto;

    margin-left: -8px;

    content: '\f067';

    -webkit-transition: -webkit-transform .32s;

    transition:         transform .32s;

    -webkit-transform: scale(.3);

    -ms-transform: scale(.3);

    transform: scale(.3);

    color: white;

}



.img-wrapper:hover:before {

    visibility: visible;

    -webkit-transform: scale(1);

    -ms-transform: scale(1);

    transform: scale(1);

}



.img-wrapper img {

    -webkit-transition: .32s opacity, .32s -webkit-transform;

    transition: .32s opacity, .32s transform;

}



.img-wrapper:hover img {

    -webkit-transform: scale(1.15);

    -ms-transform: scale(1.15);

    transform: scale(1.15);

    opacity: .35;



    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=35)';

}





/* Filterable Portfolio  

================================================== */



#container-mixitup {

    margin-top: 50px;

}



#container-mixitup .mix {

    display: show;

    margin-bottom: 30px;

}



#container-mixitup.portfolio-fluid .mix {

    margin-bottom: 0;

}



@media (max-width: 767px) {

    .filter {

        margin-bottom: 4px;

    }

}





/* Portfolio Fluid  

================================================== */



@media (min-width: 768px) {

    .portfolio-fluid > div > div {

        margin: 0;

        padding: 0;

    }

}





/* Portfolio Caption Box  

================================================== */



.caption-portfolio {

    padding-top: 16px;

    padding-bottom: 16px;

    border: solid 1px #ecf0f1;

    border-top: 0;

    border-bottom: solid 5px #ecf0f1;

    border-radius: 0 0 6px 6px;

}



.caption-portfolio .text-theme {

    padding: 0 20px;

}



@media (max-width: 767px) {

    .caption-portfolio {

        max-width: 400px;

        margin: 0 auto;

    }

    .portfolio-fluid .caption-portfolio {

        max-width: 100%;

        margin: 0 auto;

    }

}





/* Portfolio Item Page Description  

================================================== */



@media (min-width: 768px) {

    .portfolio-item-description {

        padding-left: 30px;

    }

}





/* Browser (safari)  

================================================== */



.browser {

    position: relative;

    width: 100%;

    height: 30px;

    margin: 0 auto;

    border-top: solid 1px #d7d7d7;

    border-top-left-radius: 4px;

    border-top-right-radius: 4px;

    background-color: #e8e8e8;

    -webkit-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, .5);

    -moz-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, .5);

    box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, .5);

}



.wrapper-browser-btn {

    position: absolute;

    top: 0;

    right: 0;

    left: 24px;

    width: 70px;

    height: 30px;

}



.btn-browser {

    display: block;

    width: 12px;

    height: 12px;

    border-radius: 50%;

}



.btn-browser {

    float: left;

    margin-top: 9px;

    -webkit-box-shadow: inset 0 0 5px 0 rgba(0, 0, 0, .08);

    -moz-box-shadow: inset 0 0 5px 0 rgba(0, 0, 0, .08);

    box-shadow: inset 0 0 5px 0 rgba(0, 0, 0, .08);

}



.btn-browser + .btn-browser {

    margin-left: 8px;

}



.btn-browser-1 {

    background-color: #ff6052;

}



.btn-browser-2 {

    background-color: #ffbe05;

}



.btn-browser-3 {

    background-color: #15cc37;

}





/* Dials  

================================================== */



.wrapper-dial-sm,

.wrapper-dial-md,

.wrapper-dial-xs {

    position: relative;

    text-align: center;

}



.wrapper-dial-xs {

    height: 88px;

}



.wrapper-dial-sm {

    height: 132px;

}



.wrapper-dial-md {

    height: 182px;

}



.wrapper-dial-xs input.dial {

    position: relative;

    top: -11px;

}



.wrapper-dial-sm input.dial {

    position: relative;

    top: -14px;

}



.wrapper-dial-md input.dial {

    position: relative;

    top: -20px;

}



.wrapper-dial-xs .title {

    font-size: 10px;

    font-weight: 600;

    position: absolute;

    top: 44px;

    right: 0;

    left: 0;

}



.wrapper-dial-sm .title {

    font-size: 14px;

    font-weight: 700;

    position: absolute;

    top: 70px;

    right: 0;

    left: 0;

}



.wrapper-dial-md .title {

    font-size: 16px;

    font-weight: 800;

    position: absolute;

    top: 100px;

    right: 0;

    left: 0;

}





/* Progress Bars  

================================================== */



.progress {

    height: 20px;

    border: 0;

    border-radius: 0;

    background-color: #eee;

    box-shadow: none;

}



.progress.progress-xs {

    height: 8px;

}



.progress.progress-sm {

    height: 14px;

}



.progress.progress-lg {

    height: 30px;

}



.progress-bar {

    -webkit-transition: width 1.5s cubic-bezier(.7, .19, .29, .97);

    transition: width 1.5s cubic-bezier(.7, .19, .29, .97);

}



.progress-bar {

    border: 0;

    border-radius: 0;

    background-color: #d14f30;

}



.title-progress {

    font-size: 14px;

    font-weight: 600;

}



.countto-bar {

    font-weight: 700;

    float: right;

    padding-right: 10px;

    letter-spacing: 1px;

}



.countto-bar:after {

    content: '%';

}





/* Breadcrumbs  

================================================== */







.breadcrumb .active {

    color: #fff;

}



.breadcrumb li a {

    color: #fff;

}



.breadcrumb li {

    font-size: 15px;

    font-weight: 400;

    margin: 0;

    padding: 0;

}



.breadcrumb > li + li:before {

    padding: 0 5px;

    content: '>>\00a0';

    color: #ccc;

}





/* Buttons  

================================================== */



.btn {

    -webkit-transition-timing-function: ease-in-out;

    transition-timing-function: ease-in-out;

    -webkit-transition-duration: .16s;

    transition-duration: .16s;

    -webkit-transition-property: background-color, color, border-color;

    transition-property: background-color, color, border-color;

    letter-spacing: 1px;

    border-radius: 2px;

}



.fa-btn {

    margin: 0 !important;

}





/* button fix inputgroup hover */



.btn-z-index {

    z-index: 2;

}



.btn-rounded {

    border-radius: 4px !important;

}



.open .dropdown-toggle.btn {

    border-radius: 0;

}



.btn-xs {

    font-weight: 400;

    border-radius: 1px;

}



.btn:hover,

.btn:focus,

.btn:active,

.btn.active,

.open .dropdown-toggle.btn {

    text-decoration: none;

    outline: 0 !important;

    box-shadow: none;

}





/* BUTTON WITH ICONS*/



.btn .fa {

    margin-right: 10px;

}



.btn-xs .fa {

    margin-right: 4px;

}



.btn-lg .fa {

    font-size: 22px;

    position: relative;

    top: 2px;

}





/* BUTTON PRIMARY */



.btn-primary {

    color: white;

    border-color: #d14f30;

    background-color: #d14f30;

}



.btn-primary:hover {

    color: white;

    border-color: #c64a2c;

    background-color: #c64a2c;

}



.btn-primary:focus,

.btn-primary:active,

.btn-primary:active:hover,

.btn-primary.active:hover,

.open > .dropdown-toggle.btn-primary:hover,

.btn-primary:active:focus,

.btn-primary.active:focus,

.open > .dropdown-toggle.btn-primary:focus,

.btn-primary:active.focus,

.btn-primary.active.focus,

.open > .dropdown-toggle.btn-primary.focus {

    color: white;

    border-color: #b94529;

    background-color: #b94529;

}





/* BUTTON DEFAULT */



.btn-default {

    color: #333;

    border-color: #ccc;

    background-color: #fff;

}



.btn-default:hover {

    color: #333;

    border-color: #ccc;

    background-color: #f2f2f2;

}



.btn-default:focus,

.btn-default:active,

.btn-default:active:hover,

.btn-default.active:hover,

.open > .dropdown-toggle.btn-default:hover,

.btn-default:active:focus,

.btn-default.active:focus,

.open > .dropdown-toggle.btn-default:focus,

.btn-default:active.focus,

.btn-default.active.focus,

.open > .dropdown-toggle.btn-default.focus {

    color: #333;

    border-color: #ccc;

    background-color: #ddd;

}





/* BUTTON SEA */



.btn-sea {

    color: white;

    border-color: #1abc9c;

    background-color: #1abc9c;

}



.btn-sea:hover {

    color: white;

    border-color: #18ad90;

    background-color: #18ad90;

}



.btn-sea:focus,

.btn-sea:active,

.btn-sea.active,

.open .dropdown-toggle.btn-sea {

    color: white;

    border-color: #169e83;

    background-color: #169e83;

}





/* BUTTON BLUE */



.btn-blue {

    color: white;

    border-color: #34495e;

    background-color: #34495e;

}



.btn-blue:hover {

    color: white;

    border-color: #283848;

    background-color: #283848;

}



.btn-blue:focus,

.btn-blue:active,

.btn-blue.active,

.open .dropdown-toggle.btn-blue {

    color: white;

    border-color: #22303d;

    background-color: #22303d;

}





/* BUTTON RED */



.btn-red {

    color: white;

    border-color: #fe5555;

    background-color: #fe5555;

}



.btn-red:hover {

    color: white;

    border-color: #e53e2d;

    background-color: #e53e2d;

}



.btn-red:focus,

.btn-red:active,

.btn-red.active,

.open .dropdown-toggle.btn-red {

    color: white;

    border-color: #e3301e;

    background-color: #e3301e;

}





/* BUTTON ORANGE */



.btn-orange {

    color: white;

    border-color: #d14f30;

    background-color: #d14f30;

}



.btn-orange:hover {

    color: white;

    border-color: #c64a2c;

    background-color: #c64a2c;

}



.btn-orange:focus,

.btn-orange:active,

.btn-orange.active,

.open .dropdown-toggle.btn-orange {

    color: white;

    border-color: #b94529;

    background-color: #b94529;

}





/* BUTTON GREEN */



.btn-green {

    color: white;

    border-color: #2ecc71;

    background-color: #2ecc71;

}



.btn-green:hover {

    color: white;

    border-color: #2bbe69;

    background-color: #2bbe69;

}



.btn-green:focus,

.btn-green:active,

.btn-green.active,

.open .dropdown-toggle.btn-green {

    color: white;

    border-color: #28b062;

    background-color: #28b062;

}





/* BUTTON YELLOW */



.btn-yellow {

    color: white;

    border-color: #f1c40f;

    background-color: #f1c40f;

}



.btn-yellow:hover {

    color: white;

    border-color: #e2b70d;

    background-color: #e2b70d;

}



.btn-yellow:focus,

.btn-yellow:active,

.btn-yellow.active,

.open .dropdown-toggle.btn-yellow {

    color: white;

    border-color: #d2aa0c;

    background-color: #d2aa0c;

}





/* BUTTON GREY */



.btn-grey {

    color: white;

    border-color: #95a5a6;

    background-color: #95a5a6;

}



.btn-grey:hover {

    color: white;

    border-color: #8c9d9e;

    background-color: #8c9d9e;

}



.btn-grey:focus,

.btn-grey:active,

.btn-grey.active,

.open .dropdown-toggle.btn-grey {

    color: white;

    border-color: #839596;

    background-color: #839596;

}





/* BUTTON GHOST GLOBAL */



.btn.btn-ghost {

    background-color: transparent;

}





/* BUTTON GHOST WHITE (TO USE WITH DARK BACKGROUND) */



.btn-ghost-white {

    color: white;

    border-color: white;

    background-color: transparent;

}



.btn-ghost-white:hover {

    color: #fff;

    border-color: #607D8B;

    background-color: #607D8B;

}



.btn-ghost-white:focus,

.btn-ghost-white:active,

.btn-ghost-white.active,

.open .dropdown-toggle.btn-ghost-white {

    color: black;

    border-color: white;

    background-color: white;

}





/* BUTTON GHOST WHITE (TO USE WITH DARK BACKGROUND) */



.btn-ghost-black {

    color: black;

    border-color: black;

    background-color: transparent;

}



.btn-ghost-black:hover {

    color: white;

    border-color: black;

    background-color: black;

}



.btn-ghost-black:focus,

.btn-ghost-black:active,

.btn-ghost-black.active,

.open .dropdown-toggle.btn-ghost-white {

    color: white;

    border-color: black;

    background-color: black;

}





/* BUTTON-GHOST PRIMARY */



.btn-primary.btn-ghost {

    color: #d14f30;

    border-color: #d14f30;

}



.btn-primary.btn-ghost:hover {

    color: white;

    border-color: #c64a2c;

    background-color: #c64a2c;

}



.btn-primary.btn-ghost:focus,

.btn-primary.btn-ghost:active,

.btn-primary.btn-ghost.active,

.open .dropdown-toggle.btn-primary.btn-ghost {

    color: white;

    border-color: #b94529;

    background-color: #b94529;

}





/* BUTTON-GHOST DEFAULT */



.btn-default.btn-ghost {

    color: #ccc;

    border-color: #ccc;

}



.btn-default.btn-ghost:hover {

    color: #333;

    border-color: #ccc;

    background-color: #f2f2f2;

}



.btn-default.btn-ghost:focus,

.btn-default.btn-ghost:active,

.btn-default.btn-ghost.active,

.open .dropdown-toggle.btn-default.btn-ghost {

    color: #333;

    border-color: #ccc;

    background-color: #ddd;

}





/* BUTTON-GHOST SEA */



.btn-sea.btn-ghost {

    color: #1abc9c;

    border-color: #1abc9c;

}



.btn-sea.btn-ghost:hover {

    color: white;

    border-color: #18ad90;

    background-color: #18ad90;

}



.btn-sea.btn-ghost:focus,

.btn-sea.btn-ghost:active,

.btn-sea.btn-ghost.active,

.open .dropdown-toggle.btn-sea.btn-ghost {

    color: white;

    border-color: #169e83;

    background-color: #169e83;

}





/* BUTTON-GHOST BLUE */



.btn-blue.btn-ghost {

    color: #34495e;

    border-color: #34495e;

}



.btn-blue.btn-ghost:hover {

    color: white;

    border-color: #283848;

    background-color: #283848;

}



.btn-blue.btn-ghost:focus,

.btn-blue.btn-ghost:active,

.btn-blue.btn-ghost.active,

.open .dropdown-toggle.btn-blue.btn-ghost {

    color: white;

    border-color: #22303d;

    background-color: #22303d;

}





/* BUTTON-GHOST RED */



.btn-red.btn-ghost {

    color: #fe5555;

    border-color: #fe5555;

}



.btn-red.btn-ghost:hover {

    color: white;

    border-color: #e53e2d;

    background-color: #e53e2d;

}



.btn-red.btn-ghost:focus,

.btn-red.btn-ghost:active,

.btn-red.btn-ghostactive,

.open .dropdown-toggle.btn-red.btn-ghost {

    color: white;

    border-color: #e3301e;

    background-color: #e3301e;

}





/* BUTTON-GHOST ORANGE */



.btn-orange.btn-ghost {

    color: #d14f30;

    border-color: #d14f30;

}



.btn-orange.btn-ghost:hover {

    color: white;

    border-color: #c64a2c;

    background-color: #c64a2c;

}



.btn-orange.btn-ghost:focus,

.btn-orange.btn-ghost:active,

.btn-orange.btn-ghost.active,

.open .dropdown-toggle.btn-orange.btn-ghost {

    color: white;

    border-color: #b94529;

    background-color: #b94529;

}





/* BUTTON-GHOST GREEN */



.btn-green.btn-ghost {

    color: #2ecc71;

    border-color: #2ecc71;

}



.btn-green.btn-ghost:hover {

    color: white;

    border-color: #2bbe69;

    background-color: #2bbe69;

}



.btn-green.btn-ghost:focus,

.btn-green.btn-ghost:active,

.btn-green.btn-ghost.active,

.open .dropdown-toggle.btn-green.btn-ghost {

    color: white;

    border-color: #28b062;

    background-color: #28b062;

}





/* BUTTON YELLOW */



.btn-yellow.btn-ghost {

    color: #f1c40f;

    border-color: #f1c40f;

}



.btn-yellow.btn-ghost:hover {

    color: white;

    border-color: #e2b70d;

    background-color: #e2b70d;

}



.btn-yellow.btn-ghost:focus,

.btn-yellow.btn-ghost:active,

.btn-yellow.btn-ghost.active,

.open .dropdown-toggle.btn-yellow.btn-ghost {

    color: white;

    border-color: #d2aa0c;

    background-color: #d2aa0c;

}





/* BUTTON GREY */



.btn-grey.btn-ghost {

    color: #95a5a6;

    border-color: #95a5a6;

}



.btn-grey.btn-ghost:hover {

    color: white;

    border-color: #8c9d9e;

    background-color: #8c9d9e;

}



.btn-grey.btn-ghost:focus,

.btn-grey.btn-ghost:active,

.btn-grey.btn-ghost.active,

.open .dropdown-toggle.btn-grey.btn-ghost {

    color: white;

    border-color: #839596;

    background-color: #839596;

}





/* Icons  

================================================== */



.fa.colored {

    color: #d14f30;

}



.fa.bg {

    color: white;

    border-color: #d14f30;

    background-color: #d14f30;

}



a .fa-round {

    -webkit-transition: all .16s ease-in-out;

    transition: all .16s ease-in-out;

}



a .fa-round:hover {

    color: white;

    background-color: #d14f30;

}





/* Rounded icons */



.fa-round {

    width: 30px;

    height: 30px;

    padding-top: 6px;

    text-align: center;

    color: #fff;

    border: solid 1px #fff;

    border-radius: 50%;

}



.fa-round-social {

    width: 30px;

    height: 30px;

    padding-top: 6px;

    text-align: center;

    border-radius: 50%;

}





/* Boxed icons */



.fa-box {

    width: 30px;

    height: 30px;

    padding-top: 6px;

    text-align: center;

    color: #d14f30;

    border: solid 1px #d14f30;

}





/* Rounded icons @2x*/



.fa-2x.fa-round,

.fa-2x.fa-box,

.fa-2x.fa-round-social,

.fa-2x.fa-box-social,

.fa-2x.fa-bg-social {

    width: 50px;

    height: 50px;

    padding-top: 9px;

}





/* Rounded icons @3x*/



.fa-3x.fa-round,

.fa-3x.fa-box,

.fa-3x.fa-round-social,

.fa-3x.fa-box-social,

.fa-3x.fa-bg-social {

    width: 80px;

    height: 80px;

    padding-top: 17px;

}





/* Rounded icons @4x*/



.fa-4x.fa-round,

.fa-4x.fa-box,

.fa-4x.fa-round-social,

.fa-4x.fa-box-social,

.fa-4x.fa-bg-social {

    width: 120px;

    height: 120px;

    padding-top: 29px;

}





/* Social Icons 

================================================== */



.fa-box-social,

.fa-bg-social {

    -webkit-transition: all .14s ease-in-out;

    transition: all .14s ease-in-out;

}



.fa-box-social {

    width: 30px;

    height: 30px;

    padding-top: 6px;

    text-align: center;

}



.fa-bg-social {

    width: 30px;

    height: 30px;

    padding-top: 6px;

    text-align: center;

}



.fa-bg-social,

.fa.fa-box-social:hover {

    color: white;

}





/* social icon colors */



.fa-facebook.fa-box-social {

    color: #3b5998;

    border: solid 1px #3b5998;

}



.fa-facebook.fa-box-social:hover {

    background-color: #3b5998;

}



.fa-facebook.fa-bg-social {

    background-color: #3b5998;

}



.fa-facebook.fa-bg-social:hover {

    background-color: #2d4373;

}



.fa-google-plus.fa-box-social {

    color: #dd4b39;

    border: solid 1px #dd4b39;

}



.fa-google-plus.fa-box-social:hover {

    background-color: #dd4b39;

}



.fa-google-plus.fa-bg-social {

    background-color: #dd4b39;

}



.fa-google-plus.fa-bg-social:hover {

    background-color: #c23321;

}



.fa-twitter.fa-box-social {

    color: #00b6f1;

    border: solid 1px #00b6f1;

}



.fa-twitter.fa-box-social:hover {

    background-color: #00b6f1;

}



.fa-twitter.fa-bg-social {

    background-color: #00b6f1;

}



.fa-twitter.fa-bg-social:hover {

    background-color: #008fbe;

}



.fa-linkedin.fa-box-social {

    color: #007bb6;

    border: solid 1px #007bb6;

}



.fa-linkedin.fa-box-social:hover {

    background-color: #007bb6;

}



.fa-linkedin.fa-bg-social {

    background-color: #007bb6;

}



.fa-linkedin.fa-bg-social:hover {

    background-color: #005983;

}



.fa-behance.fa-box-social {

    color: #4176fa;

    border: solid 1px #4176fa;

}



.fa-behance.fa-bg-social,

.fa-behance.fa-box-social:hover {

    background-color: #4176fa;

}



.fa-behance.fa-bg-social:hover {

    background-color: #0f52f9;

}



.fa-pinterest.fa-box-social {

    color: #cb2026;

    border: solid 1px #cb2026;

}



.fa-pinterest.fa-bg-social,

.fa-pinterest.fa-box-social:hover {

    background-color: #cb2026;

}



.fa-pinterest.fa-bg-social:hover {

    background-color: #9f191e;

}



.fa-youtube.fa-box-social {

    color: #e52d27;

    border: solid 1px #e52d27;

}



.fa-youtube.fa-bg-social,

.fa-youtube.fa-box-social:hover {

    background-color: #e52d27;

}



.fa-youtube.fa-bg-social:hover {

    background-color: #c21d17;

}



.fa-dribbble.fa-box-social {

    color: #f26798;

    border: solid 1px #f26798;

}



.fa-dribbble.fa-bg-social,

.fa-dribbble.fa-box-social:hover {

    background-color: #f26798;

}



.fa-dribbble.fa-bg-social:hover {

    background-color: #ee3878;

}



.fa-instagram.fa-box-social {

    color: #2e5e86;

    border: solid 1px #2e5e86;

}



.fa-instagram.fa-bg-social,

.fa-instagram.fa-box-social:hover {

    background-color: #2e5e86;

}



.fa-instagram.fa-bg-social:hover {

    background-color: #214360;

}



.fa-dropbox.fa-box-social {

    color: #007ee5;

    border: solid 1px #007ee5;

}



.fa-dropbox.fa-bg-social,

.fa-dropbox.fa-box-social:hover {

    background-color: #007ee5;

}



.fa-dropbox.fa-bg-social:hover {

    background-color: #0062b2;

}



.fa-reddit.fa-box-social {

    color: #fc541c;

    border: solid 1px #666;

}



.fa-reddit.fa-bg-social {

    background-color: #fc541c;

}



.fa-reddit.fa-box-social:hover {

    border-color: #fc541c;

    background-color: #fc541c;

}



.fa-reddit.fa-bg-social:hover {

    background-color: #e23b03;

}



.fa-yelp.fa-box-social {

    color: #c41200;

    border: solid 1px #c41200;

}



.fa-yelp.fa-bg-social,

.fa-yelp.fa-box-social:hover {

    background-color: #c41200;

}



.fa-yelp.fa-bg-social:hover {

    background-color: #910d00;

}



.fa-skype.fa-box-social {

    color: #00aff0;

    border: solid 1px #00aff0;

}



.fa-skype.fa-bg-social,

.fa-skype.fa-box-social:hover {

    background-color: #00aff0;

}



.fa-skype.fa-bg-social:hover {

    background-color: #008abd;

}



.fa-tumblr.fa-box-social {

    color: #34465d;

    border: solid 1px #34465d;

}



.fa-tumblr.fa-bg-social,

.fa-tumblr.fa-box-social:hover {

    background-color: #34465d;

}



.fa-tumblr.fa-bg-social:hover {

    background-color: #222d3c;

}



.fa-soundcloud.fa-box-social {

    color: #fe4700;

    border: solid 1px #fe4700;

}



.fa-soundcloud.fa-bg-social,

.fa-soundcloud.fa-box-social:hover {

    background-color: #fe4700;

}



.fa-soundcloud.fa-bg-social:hover {

    background-color: #cb3900;

}



.fa-flickr.fa-box-social {

    color: #ff0080;

    border: solid 1px #0d65d3;

}



.fa-flickr.fa-bg-social,

.fa-flickr.fa-box-social:hover {

    background-color: #0d65d3;

}



.fa-flickr.fa-bg-social:hover {

    background-color: #0a4ea3;

}



.fa-stack-overflow.fa-box-social {

    color: #fe7b16;

    border: solid 1px #818285;

}



.fa-stack-overflow.fa-bg-social {

    background-color: #fe7b16;

}



.fa-stack-overflow.fa-box-social:hover {

    background-color: #818285;

}



.fa-stack-overflow.fa-bg-social:hover {

    background-color: #e06201;

}



.fa-xing.fa-box-social {

    color: #006567;

    border: solid 1px #006567;

}



.fa-xing.fa-bg-social,

.fa-xing.fa-box-social:hover {

    background-color: #006567;

}



.fa-xing.fa-bg-social:hover {

    background-color: #003334;

}





/* Social Icons Hover V1  

================================================== */



.social-hover-v1 {

   position: relative;

   display: -webkit-inline-box;

   overflow: hidden;

   width: 35px;

   height: 35px;

   margin: 0;

   color: #fff;

   padding: 0;

   text-align: center;

}



.social-hover-v1-inverse:before,

.social-hover-v1-inverse:after {

    color: white;

}



.social-hover-v1-default:before,

.social-hover-v1-default:after {

    color: #cecece;

}



.social-hover-v1-default:hover:after {

    color: white;

}



.social-hover-v1:before,

.social-hover-v1:after {

    font-family: FontAwesome;

    font-weight: normal;

    font-style: normal;

    line-height: 35px;

    position: absolute;

    right: 0;

    left: 0;

    -webkit-transition: top .16s linear;

    transition: top .16s linear;

    text-align: center;

    text-decoration: inherit;

}



.social-hover-v1:before {

    top: 0;

}



.social-hover-v1:after {

    top: 39px;

    border-top: solid 8px transparent;

}



.social-hover-v1:hover:before {

    top: -35px;

}



.social-hover-v1:hover:after {

    top: -8px;

}



.social-hover-v1.a-facebook:before,

.social-hover-v1.a-facebook:after {

    content: '\f09a';

}



.social-hover-v1.a-facebook:after {

    background-color: #3b5998;

}



.social-hover-v1.a-google:before,

.social-hover-v1.a-google:after {

    content: '\f0d5';

}



.social-hover-v1.a-google:after {

    background-color: #dd4b39;

}



.social-hover-v1.a-twitter:before,

.social-hover-v1.a-twitter:after {

    content: '\f099';

}



.social-hover-v1.a-twitter:after {

    background-color: #00b6f1;

}



.social-hover-v1.a-linkedin:before,

.social-hover-v1.a-linkedin:after {

    content: '\f0e1';

}



.social-hover-v1.a-linkedin:after {

    background-color: #007bb6;

}



.social-hover-v1.a-behance:before,

.social-hover-v1.a-behance:after {

    content: '\f1b4';

}



.social-hover-v1.a-behance:after {

    background-color: #4176fa;

}



.social-hover-v1.a-pinterest:before,

.social-hover-v1.a-pinterest:after {

    content: '\f0d3';

}



.social-hover-v1.a-pinterest:after {

    background-color: #cb2026;

}



.social-hover-v1.a-youtube:before,

.social-hover-v1.a-youtube:after {

    content: '\f16a';

}



.social-hover-v1.a-youtube:after {

    background-color: #e52d27;

}





/* Boxes  

================================================== */



.shop-box {

    position: relative;

    padding: 8px 8px 16px 8px;

    text-align: center;

}



.shop-box .caption-box {

    right: 0;

}



.shop-box img {

    margin: 0 auto;

}



.shop-box.bordered {

    border: solid 1px #ddd;

}



.content-box {

    padding: 8px 8px 16px 8px;

}



.content-box.bg {

    background-color: #f4f5f6;

}



.content-box.bordered {

    border: solid 1px #ddd;

}



.icon-box {

    text-align: center;

}



.icon-box .fa-round,

.icon-xs-side .fa-round,

.icon-sm-side .fa-round,

.icon-lg-side .fa-round {

    -webkit-transition: all .2s linear;

    transition: all .2s linear;

}



.icon-box:hover .fa-round,

.icon-xs-side:hover .fa-round,

.icon-sm-side:hover .fa-round,

.icon-lg-side:hover .fa-round {

    color: white;

    background-color: #d14f30;

}



.icon-box.bg {

    padding: 16px;

    background-color: #f4f5f6;

}



.icon-box.bordered {

    padding: 16px;

    border: solid 1px #ddd;

}



.img-box {

    position: relative;

    display: block;

}



.caption-box {

    font-size: 14px;

    position: absolute;

    top: 20px;

    right: 0;

    margin: 0;

    padding: 3px 16px;

    text-transform: uppercase;

    color: white;

    background-color: #d14f30;

}



.icon-xs-side,

.icon-lg-side,

.icon-sm-side {

    padding: 16px 16px 20px 16px;

}



.icon-xs-side.bordered,

.icon-lg-side.bordered,

.icon-sm-side.bordered {

    border: solid 1px #ddd;

}



.icon-lg-side {

    min-height: 152px;

}



.icon-sm-side {

    min-height: 112px;

}



.icon-xs-side .title {

    font-size: 18px;

    font-weight: 700;

    margin-top: 0;

    margin-bottom: 10px;

    padding: 0 6px;

}



.icon-lg-side .title {

    font-size: 28px;

    font-weight: 700;

    margin-top: 20px;

    margin-bottom: 10px;

}



.icon-sm-side .title {

    font-size: 22px;

    font-weight: 700;

    margin-top: 4px;

    margin-bottom: 10px;

    padding: 0 6px;

}



.icon-lg-side.left .fa,

.icon-sm-side.left .fa,

.icon-xs-side.left .fa {

    float: left;

    margin-right: 20px;

    text-align: center;

}



.icon-lg-side.right .fa,

.icon-sm-side.right .fa,

.icon-xs-side.right .fa {

    float: right;

    margin-left: 20px;

    text-align: center;

}



.icon-xs-side .fa {

    margin-bottom: 60px;

}



.post-xs-side {

    min-height: 106px;

    padding: 8px 8px 8px 8px;

    border: solid 1px #ddd;

}



.post-xs-side .title {

    font-size: 14px;

    margin-bottom: 2px;

}



.post-xs-side .meta {

    font-size: 12px;

    margin-top: 3px;

    margin-bottom: 0;

}



.post-xs-side .category {

    font-size: 13px;

    margin-top: 0;

    margin-bottom: 4px;

    color: #d14f30;

}



.post-xs-side img {

    float: left;

    width: 90px;

    margin-right: 14px;

    margin-bottom: 0;

}



.wrapper-form-box {

    border: solid 1px #ddd;

    box-shadow: 0 4px 0 rgba(0, 0, 0, .05);

}



.wrapper-form-box h3 {

    margin-bottom: 16px;

    padding: 8px 16px;

    color: white;

    background-color: #d14f30;

    box-shadow: 0 6px 0 rgba(0, 0, 0, .08);

}



.wrapper-form-box form {

    padding: 16px;

}



.wrapper-form-box .input-group-addon .fa {

    width: 12px;

    text-align: center;

}





/* Panels  

================================================== */



.panel {

    margin-bottom: 20px;

    border-radius: 2px;

    background-color: #fff;

    box-shadow: none;

}



.panel-title .fa {

    margin-right: 8px;

}



.panel-default {

    border-color: #ddd;

}



.panel-heading {

    border-top-left-radius: 1px;

    border-top-right-radius: 1px;

}



.panel-primary {

    border-color: #d14f30;

}



.panel-primary > .panel-heading {

    border-color: #d14f30;

    background-color: #d14f30;

}



.panel-light {

    border-color: #ddd;

    border-radius: 0;

}



.panel-light .panel-body {

    padding: 20px 32px;

}



.panel-light label {

    font-size: 14px;

    color: #666;

}



.panel-light > .panel-heading {

    padding-top: 16px;

    padding-bottom: 16px;

    border-color: #ddd;

    background-color: #f7f7f7;

}



.panel-light > .panel-heading > .panel-title {

    font-size: 15px;

}



.panel-success {

    border-color: #2ecc71;

}



.panel-success > .panel-heading {

    color: white;

    border-color: #2ecc71;

    background-color: #2ecc71;

}



.panel-info {

    border-color: #3498db;

}



.panel-info > .panel-heading {

    color: white;

    border-color: #3498db;

    background-color: #3498db;

}



.panel-warning {

    border-color: #f1c40f;

}



.panel-warning > .panel-heading {

    color: #514205;

    border-color: #f1c40f;

    background-color: #f1c40f;

}



.panel-danger {

    border-color: #e74c3c;

}



.panel-danger > .panel-heading {

    color: white;

    border-color: #e74c3c;

    background-color: #e74c3c;

}





/* Accordion  

================================================== */



.panel.accordion-group {

    margin-bottom: 0;

    border: 0;

    border-radius: 0;

    background-color: #fff;

    box-shadow: none;

}



.accordion {

    margin-bottom: 0;

    border-right: solid 1px #ddd;

    border-bottom: solid 1px #ddd;

    border-left: solid 1px #ddd;

}



.accordion a .fa {

    width: 24px;

}



.accordion-heading {

    border-top: 1px solid #ddd;

    background-color: #f3f3f3;

}



.accordion-heading > a:hover {

    color: inherit;

}



.accordion-toggle {

    display: block;

    padding: 8px 16px;

    color: black;

}



.accordion-body {

    border-top: solid 1px #ddd;

    background-color: #f9f9f9;

}



.accordion-inner .list-unstyled li a {

    font-size: 14px;

    display: block;

    padding: 6px 32px;

    color: black;

    border-bottom: 1px solid black;

}



.accordion-inner .list-unstyled li {

    -webkit-transition: all .16s ease-in-out;

    transition: all .16s ease-in-out;

}



.accordion-inner .list-unstyled li:hover {

    background-color: #c7c7c7;

}



.accordion-inner .list-unstyled {

    margin: 0;

    padding: 0;

    background-color: #f9f9f9;

}



.panel.accordion-group .accordion-heading {

    position: relative;

}





/* accordion-arrow-down */



.panel.accordion-group .accordion-heading > .icon-toggle:after,

.panel.accordion-group .accordion-heading > .icon-toggle.acc-on.collapsed:after,

.panel.accordion-group .accordion-collapse-in > .icon-toggle.collapsed:after {

    font-family: FontAwesome;

    font-weight: normal;

    font-style: normal;

    position: absolute;

    right: 16px;

    content: '\f107';

    text-decoration: inherit;

}





/* accordion-arrow-left */



.panel.accordion-group .accordion-heading > .icon-toggle.acc-on:after,

.panel.accordion-group .accordion-collapse-in > .icon-toggle:after {

    right: 19px;

    content: '\f104';

}





/* Accordion Sidebar Style  

================================================== */



.nav-side .panel.accordion-group .accordion-heading > a,

.nav-side .panel.accordion-group .accordion-heading > a.acc-on.collapsed,

.nav-side .panel.accordion-group .accordion-collapse-in > a.collapsed {

    color: white;

    background-color: #1b1818;

}





/* accordion-arrow-left */



.nav-side .panel.accordion-group .accordion-heading > a.acc-on,

.nav-side .panel.accordion-group .accordion-collapse-in > a {

    background-color: #1b1818;

}



.nav-side .accordion-inner .list-unstyled > li > a.active {

    background-color: #ccc;

    color: #d04e2f;

    font-weight: 600;

}



.nav-side .accordion-toggle.active {

    border-left: solid 2px #d14f30;

}



.accordion-heading > a {

    font-size: 14px;

    color: #333;

}



.accordion-heading > a {

    background-color: #fbfbfb;

}



.accordion-heading .fa {

    font-size: 13px;

    color: #494949;

}



.nav-side .accordion-inner .list-unstyled > li > a {

    font-size: 13px;

    color: #333;

}



.nav-side .accordion-inner .list-unstyled > li > a:before {

    font-family: FontAwesome;

    font-size: 13px;

    position: relative;

    left: -8px;

    content: '\f0a9';

    color: #636363;

}



.nav-side .panel.accordion-group .accordion-heading > a:hover,

.nav-side .panel.accordion-group .accordion-heading > a.active {

    color: white;

    background-color: #1b1818 !important;

}





/* Accordion Versions  

================================================== */





/* Accordion Group V1 */



.panel-acc.panel-group-v1 .panel {

    border: 0;

    border-radius: 2px;

    background-color: #fff;

    box-shadow: none;

}



.panel-acc.panel-group-v1 .panel-heading {

    padding: 0;

    border: 0;

}





/* accordion-title */



.panel-acc.panel-group-v1 .panel-title > a {

    font-size: 18px;

    display: block;

    font-weight: 600;

    padding: 14px 16px;

    -webkit-transition: all .16s ease-in-out;

    transition: all .16s ease-in-out;

}



.panel-acc.panel-group-v1 .panel-title .fa {

    margin: 0;

}



.panel-acc.panel-group-v1.panel-acc.panel-group .panel-heading + .panel-collapse > .panel-body {

    border-top: 0;

}



.panel-acc.panel-group-v1 .panel-default {

    border-color: #ddd;

}



.panel-acc.panel-group-v1 .panel-heading {

    border-top-left-radius: 1px;

    border-top-right-radius: 1px;

}



.panel-acc.panel-group-v1 .panel-body {

    border: 0;

}





/* accordion-title */



.panel-acc.panel-group-v1 .panel-title > a:hover {

    color: inherit;

}



.panel-acc.panel-group-v1 .panel-default > .panel-heading {

    font-weight: 600;

    font-size: 16px;

    color: #1c517b;

    border-radius: 3px;

    border: 1px solid #ddd;

    background-color: #ddd;

}


ul.article-list li a {
    color: #000;
    font-size: 18px;
}

ul.article-list li a:hover {
   color: #376489;
    text-decoration: underline;
}


/* accordion-title color */



.panel-acc.panel-group-v1 .panel-title > a.acc-on.collapsed,

.panel-acc.panel-group-v1 .panel-collapse-in .panel-title > .collapsed {

    color: #1c5b9c;

    background-color: #ddd;

}





/* accordion-title color hover */



.panel-acc.panel-group-v1 .panel-title > a:hover,

.panel-acc.panel-group-v1 .panel-title > a.acc-on.collapsed:hover,

.panel-acc.panel-group-v1 .panel-collapse-in .panel-title > .collapsed:hover {

    -webkit-transition: background-color .1s linear;

    transition: background-color .1s linear;

    background-color: #e5e5e5;

}





/* accordion-title color active */



.panel-acc.panel-group-v1 .panel-title > a.acc-on,

.panel-acc.panel-group-v1 .panel-collapse-in .panel-title > a {

    font-weight: 600;
    font-size: 16px;
    color: #1a182e;
    border-radius: 3px;
    border: 1px solid #ddd;
    background-color: #ddd;

}





/* Accordion Group V2 */



.panel-acc.panel-group-v2 .panel {

    border: 0;

    border-radius: 2px;

    background-color: #fff;

    box-shadow: none;

}



.panel-acc.panel-group-v2 .panel-heading {

    padding: 0;

    border: 0;

    background-color: transparent;

}





/* accordion-title */



.panel-acc.panel-group-v2 .panel-title > a {

    font-size: 15px;

    display: block;

    padding: 12px 16px;

    -webkit-transition: all .16s ease-in-out;

    transition: all .16s ease-in-out;

}



.panel-acc.panel-group-v2 .panel {

    border-bottom: 1px solid #ddd;

}



.panel-acc.panel-group-v2 .panel + .panel {

    margin-top: 0;

}



.panel-acc.panel-group-v2 .panel-title .fa {

    margin: 0;

}



.panel-acc.panel-group-v2.panel-acc.panel-group .panel-heading + .panel-collapse > .panel-body {

    border-top: 1px solid #ddd;

}



.panel-acc.panel-group-v2 .panel-default {

    border-color: #ddd;

}



.panel-acc.panel-group-v2 .panel-heading {

    border-top-left-radius: 1px;

    border-top-right-radius: 1px;

}



.panel-acc.panel-group-v2 .panel-body {

    border: 0;

}





/* Accordion Icons */



.panel-acc.panel-group-icon-v1 .panel-title > a:after,

.panel-acc.panel-group-icon-v2 .panel-title > a:after {

    position: relative;

    top: 2px;

}





/* accordion icon-right */



.panel-acc.panel-group-icon-v1.icon-right .panel-title > a:after,

.panel-acc.panel-group-icon-v2.icon-right .panel-title > a:after {

    float: right;

}





/* panel icon-left */



.panel-acc.panel-group-icon-v1.icon-left .panel-title > a:after,

.panel-acc.panel-group-icon-v2.icon-left .panel-title > a:after {

    float: left;

    width: 32px;

}





/* Accordion Icon V1 */





/* accordion-plus-icon */



.panel-acc.panel-group-icon-v1 .panel-title > a:after,

.panel-acc.panel-group-icon-v1 .panel-title > a.acc-on.collapsed:after,

.panel-acc.panel-group-icon-v1 .panel-collapse-in .panel-title > a.collapsed:after {

    font-family: FontAwesome;

    font-weight: normal;

    font-style: normal;

    content: '\f067';

    text-decoration: inherit;

}





/* accordion-minus-icon */



.panel-acc.panel-group-icon-v1 .panel-title > a.acc-on:after,

.panel-acc.panel-group-icon-v1 .panel-collapse-in .panel-title > a:after {

    content: '\f068';

}





/* Accordion Icon V2  */





/* accordion-arrow-down-icon */



.panel-acc.panel-group-icon-v2.icon-right .panel-title > a:after,

.panel-acc.panel-group-icon-v2.icon-right .panel-title > a.acc-on.collapsed:after,

.panel-acc.panel-group-icon-v2.icon-right .panel-collapse-in .panel-title > a.collapsed:after {

    font-family: FontAwesome;

    font-weight: normal;

    font-style: normal;

    right: 0;

    content: '\f078';

    text-decoration: inherit;

}



.panel-acc.panel-group-icon-v2.icon-left .panel-title > a:after,

.panel-acc.panel-group-icon-v2.icon-left .panel-title > a.acc-on.collapsed:after,

.panel-acc.panel-group-icon-v2.icon-left .panel-collapse-in .panel-title > a.collapsed:after {

    font-family: FontAwesome;

    font-weight: normal;

    font-style: normal;

    left: 0;

    content: '\f078';

    text-decoration: inherit;

}





/* accordion-arrow-left-icon */



.panel-acc.panel-group-icon-v2.icon-right .panel-title > a.acc-on:after,

.panel-acc.panel-group-icon-v2.icon-right .panel-collapse-in .panel-title > a:after {

    right: 3px;

    content: '\f053';

}





/* accordion-arrow-right-icon */



.panel-acc.panel-group-icon-v2.icon-left .panel-title > a.acc-on:after,

.panel-acc.panel-group-icon-v2.icon-left .panel-collapse-in .panel-title > a:after {

    left: 3px;

    content: '\f054';

}





/* Pagination  

================================================== */



.pagination > li > a,

.pagination > li > span {

    line-height: 1.42857143;

    position: relative;

    display: inline-block;

    margin-left: 0;

    padding: 6px 14px;

    text-decoration: none;

    color: white;

    border: 0;

    background-color: #333;

}



.pagination {

    word-spacing: -2px;

}



.pagination > li {

    display: inline-block;

}



.pagination > li:first-child > a,

.pagination > li:first-child > span,

.pagination-lg > li:first-child > a,

.pagination-lg > li:first-child > span {

    border-top-left-radius: 2px;

    border-bottom-left-radius: 2px;

}



.pagination > li:last-child > a,

.pagination > li:last-child > span .pagination-lg > li:last-child > a,

.pagination-lg > li:last-child > span {

    border-top-right-radius: 2px;

    border-bottom-right-radius: 2px;

}



.pagination .active a {

    border-color: white;

    background-color: #d14f30;

}



.pagination > li > a:focus {

    color: white;

    background-color: #333;

}



.pagination > li > a:hover,

.pagination > li > a:active {

    color: white;

    background-color: #d14f30;

}



.pagination .active a:hover {

    background-color: #d14f30;

}





/* Dropdowns  

================================================== */



.dropdown-menu {

    font-weight: 400;

    margin: 0;

    padding: 0;

    text-transform: none;

    border: 0;

    border-radius: 0;

    background-color: #f5f5f5;

    box-shadow: 2px 4px 0 0 rgba(0, 0, 0, .15);

}



.dropup .dropdown-menu {

    box-shadow: 2px 2px 0 0 rgba(0, 0, 0, .15);

}



.dropdown-menu > li > a {

    font-size: 14px;

    font-weight: 400;

    display: block;

    clear: both;

    padding: 8px 20px;

    -webkit-transition: background-color .16s ease-in-out;

    transition: background-color .16s ease-in-out;

    white-space: nowrap;

}



.dropdown-menu .divider {

    margin: 0;

}



.dropdown-menu > li > a:hover,

.dropdown-menu > li > a:focus,

.dropdown-menu > .active > a,

.dropdown-menu > .active > a:hover,

.dropdown-menu > .active > a:focus {

    color: black;

    background-color: #deddd8;

}





/* MFP Lightbox Animation  

================================================== */



.mfp-content {

    -webkit-animation-name: zoomIn;

    animation-name: zoomIn;

    -webkit-animation-duration: .2s;

    animation-duration: .2s;



    -webkit-animation-fill-mode: both;

    animation-fill-mode: both;

}



@-webkit-keyframes zoomIn {

    0% {

        -webkit-transform: scale3d(.3, .3, .3);

        transform: scale3d(.3, .3, .3);

        opacity: 0;

    }

    50% {

        opacity: 1;

    }

}



@keyframes zoomIn {

    0% {

        -webkit-transform: scale3d(.3, .3, .3);

        -ms-transform: scale3d(.3, .3, .3);

        transform: scale3d(.3, .3, .3);

        opacity: 0;

    }

    50% {

        opacity: 1;

    }

}





/* Bootstrap Carousel Settings  

================================================== */



.wrapper-slider {

    position: relative;

    z-index: 15;

    right: 0;

    left: 0;

    max-width: 100%;

    margin: 0 auto;

}



.section-slider {

    z-index: 15;

}



.carousel {

    right: 0;

    left: 0;

    overflow: hidden;

    margin: 0 auto;

}



.img-slide {

    display: block;

    width: 100%;

    height: auto;

    margin: 0 auto;

}



.carousel-inner {

    top: 0;

    right: 0;

    left: 0;

    width: 100%;

    margin: 0;

}



@media (min-width: 768px) {

    .carousel-inner {

        -webkit-transform: translateX(0);

        -ms-transform: translateX(0);

        transform: translateX(0);



        -webkit-backface-visibility: hidden;

        backface-visibility: hidden;

    }

}





/* Slider Button Visible On Hover */



.btn-prev {

    left: -52px;

}



.btn-next {

    right: -52px;

}



.btn-prev,

.btn-next {

    line-height: 0;

    position: absolute;

    top: 50%;

    display: block;

    visibility: hidden;

    margin-top: -26px;

    padding: 26px 20px;

    -webkit-transition: all .16s ease-in-out;

    transition: all .16s ease-in-out;

    text-align: center;

    opacity: 0;

    color: #fff;

    border-radius: 2px;

    background-color: rgba(0, 0, 0, .7);

}



.btn-prev:hover,

.btn-next:hover {

    background-color: rgba(0, 0, 0, .8);

}



.wrapper-slider:hover .btn-prev {

    left: 13px;

    visibility: visible;

    opacity: 1;

}



.wrapper-slider:hover .btn-next {

    right: 13px;

    visibility: visible;

    opacity: 1;

}





/* Slider Button Always Visible */



.btn-prev-visible {

    left: 13px;

}



.btn-next-visible {

    right: 13px;

}



.btn-prev-visible,

.btn-next-visible {

    line-height: 0;

    position: absolute;

    top: 50%;

    display: block;

    margin-top: -26px;

    padding: 26px 20px;

    -webkit-transition: all .16s ease-in-out;

    transition: all .16s ease-in-out;

    text-align: center;

    color: #fff;

    border-radius: 2px;

    background-color: rgba(0, 0, 0, .7);

}



.btn-prev-visible:hover,

.btn-next-visible:hover {

    background-color: rgba(0, 0, 0, .8);

}



.title-slider {

    font-size: 18px;

    font-weight: 300;

    position: absolute;

    bottom: -60px;

    display: block;

    width: 100%;

    padding: 10px;

    -webkit-transition: all .1s ease-in-out;

    transition: all .1s ease-in-out;

    -webkit-transition-delay: .1s;

    transition-delay: .1s;

    text-align: center;

    color: white;

    background-color: rgba(0, 0, 0, .7);

}



.active .title-slider {

    bottom: 0;

}





/* Indicator Testimonial Slider */



.carousel-indicators-testimonial {

    position: relative;

    margin-top: 60px;

    margin-bottom: 0;

}





/* Macbook Slider  

================================================== */



.wrapper-macbook {

    position: relative;

}



.wrapper-macbook .wrapper-slider {

    width: 75.8%;

    margin: 0 auto;

}



.wrapper-macbook .wrapper-absolute {

    position: absolute;

    top: 5%;

    right: 0;

    left: 0;

}





/* Iphone Slider  

================================================== */



.wrapper-iphone {

    position: relative;

    margin-top: 20px;

}



.wrapper-iphone .wrapper-slider {

    width: 69%;

    margin: 0 auto;

}



.wrapper-iphone .wrapper-absolute {

    position: absolute;

    top: 14%;

    right: 0;

    left: 0;

    margin-left: .4%;

}



.wrapper-iphone > .iphone-intro {

    width: 84%;

    margin: 0 auto;

}



.wrapper-iphone > .iphone-services-section {

    width: 84%;

    margin: 0 auto;

}



.carousel-indicators.carousel-indicators-iphone {

    position: absolute;

    right: 0;

    bottom: 0;

    left: 0;

    width: 100%;

    height: 24px;

    margin: 0 auto;

    background-color: rgba(0, 0, 0, .8);

}



.carousel-indicators.carousel-indicators-iphone li {

    line-height: 0;

}





/* BX Slider Global   

================================================== */



.bx-wrapper {

    position: relative;

    margin: 0 auto;

    padding: 0;



    *zoom: 1;

}



.bx-wrapper img {

    display: block;

    width: 100%;

    max-width: 100%;

    margin: 0;

    padding: 0;

}



.bx-wrapper .bx-viewport {

    left: 0;

    width: 100%;

    -webkit-transform: translatez(0);

    /*fix other elements on the page moving (on Chrome)*/

    -ms-transform: translatez(0);

    transform: translatez(0);

    border: 0;

    box-shadow: none;

}



.bxslider,

.bxslider li {

    margin: 0;

    padding: 0;

    list-style: none;

}



.outside {

    position: absolute;

    top: 0;

    right: 15px;

}



.outside > span {

    position: relative;

    display: inline-block;

    width: 30px;

    height: 30px;

}



.outside > span + span {

    margin-left: 6px;

}



.fa-bx {

    line-height: 0;

    position: absolute;

    right: 0;

    left: 0;

    display: block;

    width: 30px;

    height: 30px;

    padding-top: 50%;

    -webkit-transition: all .16s ease-in-out;

    transition: all .16s ease-in-out;

    text-align: center;

    color: black;

    background-color: #f2f1ef;

}



.fa-bx:hover {

    color: white;

    background-color: #d14f30;

}





/* Bx Slider Shop (Thumbnail Slider)  

================================================== */



.bx-pager-shop {

    display: block;

    margin: 0;

    margin-top: 10px;

    margin-left: -1%;

    padding: 0;

}



.bx-pager-shop a {

    display: block;

    float: left;

    margin: 0;

    margin-left: 1%;

    padding: 0;

    padding: .5%;

    -webkit-transition: border-color .16s ease-in-out;

    transition: border-color .16s ease-in-out;

    border: solid 1px #ddd;

}



.bx-pager-shop.bx-pager-6 a {

    width: 15.66%;

}



.bx-pager-shop.bx-pager-4 a {

    width: 24%;

}



.bx-pager-shop.bx-pager-5 a {

    width: 19%;

}



.bx-pager-shop a img {

    display: block;

    width: 100%;

}



.shop-item-slider + .bx-pager-shop a img {

    padding: 8px;

}



.bx-pager-shop a:hover {

    border-color: #c4c4c4;

    background-color: #f6f6f6;

}



.bx-pager-shop a.active {

    border-color: #c4c4c4;

    background-color: #f6f6f6;

}





/* Owl Slider Portfolio Items  

================================================== */



#owl-portfolio-item {

    position: relative;

}



#owl-portfolio-item .owl-controls {

    position: absolute;

    top: -70px;

    right: 0;

    display: block;

    text-align: center;

}





/* Styling Next and Prev buttons */



#owl-portfolio-item .owl-controls .owl-buttons div {

    font-size: 15px;

    display: inline-block;

    zoom: 1;

    /*IE7 life-saver */

    margin: 3px;

    padding: 4px 12px;

    -webkit-transition: background-color .2s linear;

    transition: background-color .2s linear;

    opacity: 1;

    color: #fff;

    border-radius: 0;

    background-color: #000;

    background-color: rgba(0, 0, 0, .7);



    *display: inline;

}



#owl-portfolio-item .owl-controls .owl-buttons div:hover {

    background-color: rgba(0, 0, 0, .8);

}



#owl-portfolio-item .owl-controls .owl-buttons .owl-prev:before {

    font-family: FontAwesome;

    content: '\f104';

}



#owl-portfolio-item .owl-controls .owl-buttons .owl-next:before {

    font-family: FontAwesome;

    content: '\f105';

}





/* Owl Slider Page Specific Styling  

================================================== */



#owl-our-work .owl-pagination {

    margin-top: 39px;

}



.owl-carousel .item img,

.owl-carousel .item a {

    margin: 0 auto;

}



#owl-our-work .item {

    margin: 0 6px;

}



#owl-our-work .item a {

    max-width: 400px;
	

}



@media (min-width: 768px) {

    #owl-our-work .item {

        margin: 0 15px;

    }

}



#owl-clients,

#owl-clients-v2 {

    padding: 10px 0;

    border-top: solid 1px #ddd;

    border-bottom: solid 1px #ddd;

}



#owl-clients .item,

#owl-clients-v2 .item {

    margin: 0 12px;

}



#owl-services .owl-pagination {

    margin-top: 40px;

}



@media (min-width: 768px) {

    #owl-portfolio-item .item {

        margin: 0 5px;

    }

    #owl-clients-v2 .item {

        margin: 0 30px;

    }

}





/* Timeline  

================================================== */



.container-timeline {

    position: relative;

}



.timeline-box-wrapper-right {

    padding-left: 30px;

}



.timeline-box-wrapper-left {

    padding-right: 30px;

}



.timeline-box-left,

.timeline-box-right {

    position: relative;

    width: 100%;

    padding: 16px;

    background-color: #eee;

}



.timeline-box-left:before,

.timeline-box-right:before {

    position: absolute;

    top: 24px;

    display: block;

    width: 0;

    height: 0;

    content: '';

    border-top: 14px solid transparent;

    border-bottom: 14px solid transparent;

}



.timeline-box-left:before {

    right: -18px;

    border-left: 18px solid #eee;

}



.timeline-box-right:before {

    left: -18px;

    border-right: 18px solid #eee;

}



.timeline-box-left:after,

.timeline-box-right:after {

    font-family: FontAwesome;

    font-size: 24px;

    line-height: 21px;

    position: absolute;

    top: 28px;

    padding: 0;

    content: '\f192';

    -webkit-transition: background-color .16s ease-in-out;

    transition: background-color .16s ease-in-out;

    color: #d14f30;

    border-radius: 50%;

    background-color: white;

}



.timeline-box-left:after {

    right: -55px;

}



.timeline-box-right:after {

    left: -55px;

}



.timeline-box-right:hover:after,

.timeline-box-left:hover:after,

.timeline-box-right-v2:hover:after,

.timeline-box-left-v2:hover:after {

    background-color: #d14f30;

}





/* Timeline Left  

================================================== */



.timeline-box-right-v2 {

    position: relative;

    width: 100%;

    margin-top: 24px;

    padding-left: 30px;

}



.timeline-box-right-v2:after {

    font-family: FontAwesome;

    font-size: 24px;

    line-height: 21px;

    position: absolute;

    top: 10px;

    left: -25px;

    padding: 0;

    content: '\f192';

    -webkit-transition: background-color .16s ease-in-out;

    transition: background-color .16s ease-in-out;

    color: #d14f30;

    border-radius: 50%;

    background-color: white;

}



.hr-timeline-center:before,

.col-hr:before {

    position: absolute;

    top: 0;

    display: block;

    width: 3px;

    height: 100%;

    margin: 0 auto;

    content: '';

    background: #cacaca;

    background: rgba(255, 255, 255, 0);

    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(3%, #d1d1d1), color-stop(4%, #cacaca), color-stop(97%, #cacaca), color-stop(98%, #d6d6d6), color-stop(100%, rgba(255, 255, 255, 0)));

    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #d1d1d1 3%, #cacaca 4%, #cacaca 97%, #d6d6d6 98%, rgba(255, 255, 255, 0) 100%);

    background:         linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #d1d1d1 3%, #cacaca 4%, #cacaca 97%, #d6d6d6 98%, rgba(255, 255, 255, 0) 100%);



    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0);

}



.hr-timeline-center:before {

    right: 0;

    left: 0;

}



.col-hr > div + div {

    margin-top: 40px;

}





/* Timeline date button style */



.timeline-date-wrapper-v2 {

    max-width: 160px;

    margin: 0 auto;

    padding: 8px 24px;

    border: solid 2px #ddd;

    border-radius: 3px;

    background-color: white;

}





/* Timeline date circle style */



.timeline-date-wrapper {

    font-size: 14px;

    font-weight: 600;

    position: relative;

    top: 21px;

    width: 44px;

    height: 44px;

    margin-left: 0;

    color: white;

    border-radius: 50%;

    background-color: #d14f30;

}



.timeline-date-wrapper .date-timeline {

    position: relative;

    top: 2px;

    display: block;

    margin: 0;

}



.timeline-date-wrapper .month-timeline {

    position: relative;

    top: -5px;

    display: block;

    margin: 0;

}



@media (min-width: 768px) {

    .col-hr:before {

        left: 123px;

    }

}



@media (min-width: 992px) {

    .col-hr:before {

        left: 80px;

    }

}



@media (min-width: 1200px) {

    .col-hr:before {

        left: 96px;

    }

}



@media (max-width: 767px) {

    .timeline-box-left:after,

    .timeline-box-right:after,

    .timeline-box-left:before,

    .timeline-box-right:before,

    .timeline-box-right-v2:after {

        display: none;

    }

    .timeline-box-wrapper-right {

        padding-left: 0;

    }

    .timeline-box-wrapper-left {

        padding-right: 0;

    }

    .col-hr:before {

        right: 0;

        left: 0;

    }

    .timeline-box-right-v2 {

        padding-left: 0;

    }

    .timeline-date-wrapper {

        margin: 0 auto;

    }

}





/* Pricetables  

================================================== */



.pricetable {

    overflow: hidden;

    border-radius: 2px;

    background-color: #f5f5f5;

}



.pricetable .membership,

.pricetable .price {

    margin: 0;

    text-align: center;

    text-transform: uppercase;

}



.pricetable-v1 .membership,

.pricetable-v3 .membership {

    text-transform: uppercase;

    color: white;

    background-color: #d14f30;

}



.pricetable-v1 .price,

.pricetable-v3 .price {

    color: #2a2a2a;

    background-color: #e4e4e4;

}



.pricetable > ul > li {

    padding: 0 32px;

    color: #2a2a2a;

}



.pricetable > ul > li > .fa {

    width: 28px;

    color: #d14f30;

}



.pricetable > ul > li:after {

    display: block;

    width: 100%;

    height: 1px;

    margin: 16px 0;

    content: '';

    background-color: #ddd;

}





/* Pricetable Version 1 */



@media (min-width: 768px) {

    .section-pricetable-v1 > div > div > div {

        margin: 0;

        padding: 0;

    }

    .pricetable.pricetable-v1 {

        width: 100%;

        border-radius: 0;

    }

    .section-pricetable-v1 > div > div {

        margin-top: 28px;

    }

    .pricetable-v1.pricetable-best-value {

        margin-top: -28px;

    }

}



.pricetable.pricetable-v1 > ul {

    margin-top: 32px;

}



.pricetable.pricetable-v1 .membership {

    padding: 22px 0;

}



.pricetable.pricetable-v1 .price {

    font-size: 28px;

    font-weight: 700;

    padding: 16px;

}



.pricetable-v1.pricetable-best-value {

    background-color: #ededed;

}



.pricetable.pricetable-v1.pricetable-best-value .membership {

    font-size: 24px;

    font-weight: 600;

    padding: 36px 0;

    letter-spacing: 1px;

    background-color: #d14f30;

}



.pricetable.pricetable-v1.pricetable-best-value .price {

    font-size: 28px;

    font-weight: 700;

    padding: 16px;

    color: #2a2a2a;

    background-color: #dcdcdc;

    background-color: #e4e4e4;

}



.pricetable-v1 .btn {

    margin-top: 16px;

    margin-bottom: 32px;

}





/* Pricetable version 2 */



.pricetable.pricetable-v2 {

    padding-bottom: 14px;

    border: solid 1px #ddd;

}



.pricetable.pricetable-v2 .membership {

    font-size: 40px;

    font-weight: 300;

    padding: 14px 0;

    letter-spacing: 1px;

}



.pricetable.pricetable-v2 .price {

    font-size: 36px;

    font-weight: 300;

}



.pricetable.pricetable-v2 > ul {

    margin-top: 16px;

    text-align: center;

    text-transform: uppercase;

}





/* Pricetable version 3 */



.pricetable.pricetable-v3 .membership {

    font-size: 24px;

    font-weight: 300;

    padding: 16px 0;

    letter-spacing: 1px;

}



.pricetable.pricetable-v3 .price {

    font-weight: 300;

    padding: 16px 0;

}



.pricetable.pricetable-v3 > ul {

    margin-top: 16px;

}



.pricetable.pricetable-v3 .btn {

    margin-bottom: 16px;

}





/* Pricetable version 4 */



.pricetable.pricetable-v4 {

    width: 180px;

    height: 180px;

    margin: 0 auto;

    padding-top: 24px;

    text-align: center;

    border-radius: 50%;

    background-color: #191919;

}



.pricetable.pricetable-v4 .membership {

    font-size: 20px;

    font-weight: 300;

    padding: 8px 0;

    letter-spacing: 1px;

    color: white;

    background-color: #d14f30;

}



.pricetable.pricetable-v4 .price {

    font-size: 20px;

    font-weight: 300;

    margin-top: 8px;

    color: white;

}



.pricetable.pricetable-v4 > span {

    display: block;

    margin-top: 8px;

    margin-bottom: 10px;

    padding: 0;

    color: white;

}





/* Tabs  

================================================== */





/* tabs reset */



.nav > li > a {

    -webkit-transition: none;

    transition: none;

    color: black;

}



.nav-tabs {

    position: relative;

    border-bottom: 0;

}



.nav-tabs > li {

    margin-bottom: 0;

}



.nav-tabs > li > a {

    line-height: inherit;

    margin-right: 0;

    border: 0;

    border-radius: 0;

    padding-left: 29px;

    color: #000;

    padding-right: 36px;

}



.nav-tabs > li > a:hover {

    border-color: white;

    color: #fff;

}



.nav-tabs > li.active > a,

.nav-tabs > li.active > a:hover,

.nav-tabs > li.active > a:focus {

    color: black;

    border: 0;

}



.nav-tabs.nav-justified > li > a {

    margin-bottom: 0;
    color: #fff;

}



.nav-tabs.nav-justified > li > a {

    border-radius: 0;

}



.nav-tabs.nav-justified > .active > a,

.nav-tabs.nav-justified > .active > a:hover,

.nav-tabs.nav-justified > .active > a:focus {

    border: 0;

}



@media (min-width: 768px) {

    .nav-tabs.nav-justified > li > a {

        border-bottom: 0;

        border-radius: 0;

    }

    .nav-tabs.nav-justified > .active > a,

    .nav-tabs.nav-justified > .active > a:hover,

    .nav-tabs.nav-justified > .active > a:focus {

        border-bottom-color: transparent;

    }

}



.nav-pills > li > a,

.nav-tabs-justified > li > a {

    border-radius: 0;

}



.nav-pills > li + li {

    margin-left: 0;

}



.nav-pills > li.active > a,

.nav-pills > li.active > a:hover,

.nav-pills > li.active > a:focus {

   color: #000;
    background-color: transparent;
    /* border-bottom: 1px solid; */
    border-bottom: 5px solid #1a182e;

}



.nav-stacked > li + li {

    margin-top: 0;

}



.nav-justified > li > a {

    margin-bottom: 0;
    border-bottom: 5px solid #aaaaaa78;

}



.nav-tabs-justified > .active > a,

.nav-tabs-justified > .active > a:hover,

.nav-tabs-justified > .active > a:focus {

    border: 0;

}



@media (min-width: 768px) {

    .nav-tabs-justified > li > a {

        border-bottom: 0;

        border-radius: 0;

    }

}





/* Tabs General*/



.row-tabs > .nav-tabs > li.active > a,

.row-tabs > .nav-tabs > li.active > a:hover,

.row-tabs > .nav-tabs > li.active > a:focus,

.row-tabs > .nav-tabs > li > a:hover,

.row-tabs > .nav-tabs > li.active,

.row-tabs > .nav-tabs > li.active:hover,

.row-tabs > .nav-tabs > li.active:focus {

    background-color: transparent;

}



.row-tabs .nav-tabs > li.active {

    z-index: 1;

}



.tab-content {

    position: relative;

    padding: 16px;

}





/* Tabs Top*/



.row-tabs .tabs-top > .nav-tabs {

    position: relative;

}



.row-tabs .tabs-top .tab-content {

    border: solid 1px #ddd;

    background-color: #fff;

}



.row-tabs .tabs-top > .nav-tabs > li {

    margin-bottom: -1px;

    background-color: #1a182e;

    border: solid 1px #eee;

    border-top-width: 0px;

    padding-left: 0px;

}



.row-tabs .tabs-top > .nav-tabs > li:hover {

    background-color: #ebebeb;

}



.row-tabs .tabs-top > .nav-tabs > li.active {

    border-color: #ddd;

    border-top-color: #d14f30;

    border-bottom-color: white;

}





/* Tbas Bottom */



.row-tabs .tabs-bottom > .nav-tabs {

    position: relative;

}



.row-tabs .tabs-bottom .tab-content {

    border: solid 1px #ddd;

}



.row-tabs .tabs-bottom > .nav-tabs > li {

    margin-top: -1px;

    border: solid 1px transparent;

    border-bottom-width: 2px;

}



.row-tabs .tabs-bottom > .nav-tabs > li:hover {

    background-color: #ebebeb;

}



.row-tabs .tabs-bottom > .nav-tabs > li.active {

    border-color: #ddd;

    border-top-color: white;

    border-bottom-color: #d14f30;

}





/* Tabs Justified */



.row-tabs .tabs-justified-top > .nav-tabs > li.active:after,

.row-tabs .tabs-justified-bottom > .nav-tabs > li.active:after {

    position: absolute;

    display: block;

    width: 100%;

    height: 1px;

    content: '';

    background-color: white;

}





/* Tabs Justified Top */



.row-tabs .tabs-justified-top > .nav-tabs > li.active:after {

    bottom: -2px;

}





/* Tabs Justified Bottom*/



.row-tabs .tabs-justified-bottom > .nav-tabs > li.active:after {

    top: -2px;

}



@media (max-width: 767px) {

    .row-pills [class^='col'] + [class^='col'] {

        margin-top: 0;

    }

    .row-tabs .tabs-justified-top > .nav-tabs > li,

    .row-tabs .tabs-justified-top > .nav-tabs > li > a,

    .row-tabs .tabs-justified-bottom > .nav-tabs > li,

    .row-tabs .tabs-justified-bottom > .nav-tabs > li > a {

        margin: 0;

        border: 0;

    }

    .row-tabs .tabs-justified-top > .nav-tabs > li.active > a,

    .row-tabs .tabs-justified-top > .nav-tabs > li.active > a:hover,

    .row-tabs .tabs-justified-top > .nav-tabs > li.active > a:focus,

    .row-tabs .tabs-justified-bottom > .nav-tabs > li.active > a,

    .row-tabs .tabs-justified-bottom > .nav-tabs > li.active > a:hover,

    .row-tabs .tabs-justified-bottom > .nav-tabs > li.active > a:focus {

        background-color: #eee;

    }

}





/* Pills */



.row-pills {

    background-color: #f4f5f6;

}



.row-pills .nav {

    font-size: 13px;
    background-color: white;


}



.row-pills,

.row-pills > div {

    margin: 0;

    padding: 0;

}





/* Sections  

================================================== */



.section-primary {

    position: relative;

    color: white;

    border: 0;

    background-color: #d14f30;

}



.section-black {

    position: relative;

    color: white;

    border: 0;

    background-color: black;

}



.section-dark {



    border: solid 1px #ddd;

    background-color: #f6f8f9;

}



.section-dark-2x {

    position: relative;

    color: white;

    border: 0;

    background-color: #191919;

}



.section-light {

    position: relative;

    border: 0;

    background-color: #f5f5f5;

}



.section-2-xl.section-both {

    padding: 350px 0;

}



.section-xl.section-both {

    padding: 250px 0;

}



.section-lg.section-both {

    padding: 50px 0;

}



.section-md.section-both {

    padding: 100px 0;

}



.section-sm.section-both {

    padding: 80px 0;

}



.section-xs.section-both {

    padding: 20px 0;

}



.section-2-xl.section-both {

    padding-bottom: 350px;

}



.section-xl.section-bottom {

    padding-bottom: 250px;

}



.section-lg.section-bottom {

    padding-bottom: 125px;

}



.section-md.section-bottom {

    padding-bottom: 100px;

}



.section-sm.section-bottom {

    padding-bottom: 80px;

}



.section-xs.section-bottom {

    padding-bottom: 20px;

}



.section-2-xl.section-both {

    padding-top: 350px;

}



.section-xl.section-top {

    padding-top: 250px;

}



.section-lg.section-top {

    padding-top: 125px;

}



.section-md.section-top {

    padding-top: 100px;

}



.section-sm.section-top {

    padding-top: 80px;

}



.section-xs.section-top {

    padding-top: 20px;

}



@media (max-width: 767px) {

    .section-xl.section-both {

        padding: 90px 0;

    }

}



.section-xl > div > .row > div > .title-section,

.section-xl > div > .row > div > .lead-section {

    margin-bottom: 80px;

}



.section-lg > div > .row > div > .title-section,

.section-lg > div > .row > div > .lead-section {

    margin-bottom: 62px;

}



.section-md > div > .row > div > .title-section,

.section-md > div > .row > div > .lead-section {

    margin-bottom: 50px;

}



.section-sm > div > .row > div > .title-section,

.section-sm > div > .row > div > .lead-section {

    margin-bottom: 40px;

}



.section-xs > div > .row > div > .title-section,

.section-xs > div > .row > div > .lead-section {

    margin-bottom: 25px;

}



.section > div > .row > div > .title-section.text-theme {

    margin-bottom: 0;

}



.section > div > .row > div > .lead-section {

    max-width: 550px;

    margin-right: auto;

    margin-left: auto;

}



.section-arrow-bottom,

.section-arrow-top {

    position: relative !important;

    background-attachment: scroll !important;

}



.section-arrow-top:after {

    position: absolute;

    top: -20px;

    right: 0;

    left: 0;

    display: block;

    width: 0;

    height: 0;

    margin: 0 auto;

    content: '';

    border-right: 20px solid transparent;

    border-bottom: 20px solid;

    border-left: 20px solid transparent;

}



.section-arrow-bottom:after {

    position: absolute;

    right: 0;

    bottom: -20px;

    left: 0;

    display: block;

    width: 0;

    height: 0;

    margin: 0 auto;

    content: '';

    border-top: 20px solid;

    border-right: 00px solid transparent;

    border-left: 00px solid transparent;

}



.section-bg {

    height: auto;

    color: white !important;

    background-image: url('../images/bg/bg-mac-grey.jpg');

    background-repeat: no-repeat;

    background-position: center;

    background-size: cover;

}



.section-polygonal-primary,

.section-polygonal-black,

.section-polygonal-light {

    height: auto;

    background-image: url('../images/bg/polygonal.png');

    background-repeat: no-repeat;

    background-position: center;

    background-size: cover;

}



.section-polygonal-primary {

    color: white !important;

}



.section-polygonal-black {

    color: white !important;

    border-top: 5px solid #191919;

    border-bottom: 5px solid #b1161c;

}



.section-polygonal-light {

    color: black !important;

}



.section-bg > .opacity-layer {

    display: block;

    width: 100%;

    height: auto;

    /* Fallback for web browsers that don't support RGBa */

    background-color: #000;

    background-color: rgba(0, 0, 0, .82);

    /* For IE 8*/



    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=82)';

}



.section-polygonal-black > .opacity-layer {

    display: block;

    width: 100%;

    height: auto;

    /* Fallback for web browsers that don't support RGBa */

    background-color: #000;

    background-color: #fff;

    /* For IE 8*/



    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=90)';

}



.section-polygonal-light > .opacity-layer {

    display: block;

    width: 100%;

    height: auto;

    /* Fallback for web browsers that don't support RGBa */

    background-color: #fff;

    background-color: rgba(255, 255, 255, .82);

    /* For IE 8*/



    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=82)';

}



.section-polygonal-primary > .opacity-layer {

    display: block;

    width: 100%;

    height: auto;

    /* Fallback for web browsers that don't support RGBa */

    background-color: #d14f30;

    background-color: rgba(209, 79, 48, .82);

    /* For IE 8*/



    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=82)';

}





/* Arrow Colors Polygonal Primary  

================================================== */



.section-polygonal-primary.section-arrow-top:after {

    border-bottom-color: #d14f30;

}



.section-polygonal-primary.section-arrow-bottom:after {

    border-top-color: #d14f30;

}





/* Arrow Colors Polygonal Black  

================================================== */



.section-polygonal-black.section-arrow-top:after {

    border-bottom-color: #141414;

}



.section-polygonal-black.section-arrow-bottom:after {

    border-top-color: #b1161c;

}





/* Arrow Colors Polygonal Light  

================================================== */



.section-polygonal-light.section-arrow-top:after {

    border-bottom-color: #e5e5e5;

}



.section-polygonal-light.section-arrow-bottom:after {

    border-top-color: #e5e5e5;

}





/* Arrow Colors Primary  

================================================== */



.section-primary.section-arrow-top:after {

    border-bottom-color: #d14f30;

}



.section-primary.section-arrow-bottom:after {

    border-top-color: #d14f30;

}





/* Arrow Colors Dark  

================================================== */



.section-black.section-arrow-top:after {

    border-bottom-color: black;

}



.section-black.section-arrow-bottom:after {

    border-top-color: black;

}





/* Arrow Colors Light  

================================================== */



.section-light.section-arrow-top:after {

    border-bottom-color: #f5f5f5;

}



.section-light.section-arrow-bottom:after {

    border-top-color: #f5f5f5;

}





/* Section Intro Sliders Global  

================================================== */



.carousel-intro {

    height: auto;

}





/*-- Carousel Slide Speeds --*/



.carousel-inner > .item {

    -webkit-transition: .35s ease-in-out left;

    transition: .35s ease-in-out left;

}



@media all and (transform-3d),

(-webkit-transform-3d) {

    .carousel-inner > .item {

        -webkit-transition: -webkit-transform .35s ease-in-out;

        transition:         transform .35s ease-in-out;

    }

}



#intro-slider-wrapper .carousel-inner > .item {

    -webkit-transition: .6s ease-in-out left;

    transition: .6s ease-in-out left;

}



@media all and (transform-3d),

(-webkit-transform-3d) {

    #intro-slider-wrapper .carousel-inner > .item {

        -webkit-transition: -webkit-transform .6s ease-in-out;

        transition:         transform .6s ease-in-out;

    }

}



@media screen and (max-width: 767px) {

    .carousel-intro .carousel-indicators {

        bottom: 0;

    }

    .carousel-intro .item .container .row [class^='col'] + [class^='col'] {

        margin-top: 0;

    }

}



.btn-prev-intro {

    left: 8%;

}



.btn-next-intro {

    right: 8%;

}



.btn-prev-intro,

.btn-next-intro {

    font-size: 36px;

    line-height: 0;

    position: absolute;

    top: 50%;

    display: block;

    visibility: hidden;

    margin-top: -26px;

    padding: 26px 20px;

    -webkit-transition: all .16s ease-in-out;

    transition: all .16s ease-in-out;

    text-align: center;

    opacity: 0;

    color: #fff;

    border-radius: 4px;

    background-color: rgba(0, 0, 0, .15);

}



.section-slider:hover .btn-prev-intro {

    left: 1%;

    visibility: visible;

    opacity: 1;

}



.section-slider:hover .btn-next-intro {

    right: 1%;

    visibility: visible;

    opacity: 1;

}





/* Section Default Index Page Slider  

================================================== */



.section-intro-index {

    position: relative;

    height: auto;

    color: white !important;

    background-color: black;

    background-image: url('../images/bg/polygonal.png');

    background-repeat: no-repeat;

    background-position: center;

    background-size: cover;

}



.layer-intro-index {

    background-color: #000;

    background-color: rgba(0, 0, 0, .9);



    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=90)';

}



.section-intro-index .item {

    min-height: 374px;

    margin-top: 30px;

}



@media (max-width: 767px) {

    .section-intro-index .item {

        min-height: 343px;

        margin-top: 36px;

        padding-bottom: 46px;

    }

    .section-intro-index .title-xl {

        margin-top: 0;

    }

}





/* Section Shopping Page Slider  

================================================== */



.section-intro-shop {

    position: relative;

    height: auto;

    color: white !important;

    background-color: black;

    background-image: url('../images/bg/polygonal.png');

    background-repeat: no-repeat;

    background-position: center;

    background-size: cover;

}



.layer-intro-shop {

    background-color: #000;

    background-color: rgba(0, 0, 0, .9);



    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=90)';

}



.layer-intro-shop .carousel-intro .item {

    min-height: 374px;

}



@media (max-width: 767px) {

    .layer-intro-shop .carousel-intro .item {

        min-height: 393px;

        padding: 50px 0;

    }

}



@media (max-width: 767px) {

    .section-intro-shop .title-xl {

        margin-top: 0;

    }

}





/* Section Background Image Page Slider  

================================================== */



.section-intro-bg-slider {

  margin-top: 33px;

    position:inherit;

    height: auto;

    color: white !important;

    background-color: #29828a;

}



.layer-bg-slider {

    height: 400px;

  padding-top: 139px;

    padding-bottom: 178px;

    



    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=76)';

}



@media (max-width: 767px) {

    .layer-bg-slider {

      height: 137px;

       padding-top: 4px;

       padding-bottom: 107px;

       text-align: center;

   }

}



@media (min-width: 768px) {

    .section-intro-bg-slider .item .container {

        padding: 0 90px;

    }







}



@media (max-width: 767px) {

    .section-intro-bg-slider .title-xl {

        margin-top: 0;

        text-align: center;

    }

}



.item-bg-1,

.item-bg-2,

.item-bg-3,.item-bg-4,.item-bg-5,.item-bg-6,.item-bg-7, .item-bg-8, .item-bg-9, .item-bg-10, .item-bg-11, .item-bg-12, .item-bg-13, .item-bg-14  {

    background-image: url('../images/bg/bg-11.jpg');

    background-repeat: no-repeat;

    background-position: center;

    background-size: cover;

}



.item-bg-1 {

    background-image: url('../images/banner/1.jpg');

}



.item-bg-2 {

    background-image: url('../images/banner/2.jpg');

}



.item-bg-3 {

    background-image: url('../images/banner/3.jpg');

} 



.item-bg-4 {

    background-image: url('../images/banner/4.jpg');

} 



.item-bg-5 {

    background-image: url('../images/banner/5.jpg');

} 



.item-bg-6 {

    background-image: url('../images/banner/6.jpg');

} 



.item-bg-7 {

    background-image: url('../images/banner/7.jpg');

} 


.item-bg-8 {

    background-image: url('../images/banner/8.jpg');

} 

.item-bg-9 {

    background-image: url('../images/banner/9.jpg');

} 


.item-bg-10 {

    background-image: url('../images/banner/10.jpg');

} 


.item-bg-11 {

    background-image: url('../images/banner/11.jpg');

} 


.item-bg-12 {

    background-image: url('../images/banner/banner12.jpg');

} 


.item-bg-13 {

    background-image: url('../images/banner/13.jpg');

} 


.item-bg-14 {

    background-image: url('../images/banner/14.jpg');

} 



/* Section Call To 

================================================== */



.section-call-to {

    box-shadow: inset 0 4px 0 0 rgba(0, 0, 0, .08);

}





.section-call-to .btn {

    margin: 0;

    padding-right: 30px;

    padding-left: 30px;

}





/* Section of Application Pages Intro 

================================================== */



.list-app-stores {

    margin-top: 26px;

    margin-left: -5px;

}



.list-app-stores li {

    width: 160px;

}



.list-app-stores li + li {

    margin-left: 16px;

}



.list-app-stores li img {

    width: 160px;

    -webkit-transition: background-color .12s linear;

    transition: background-color .12s linear;

    border-radius: 6px;

}



.list-app-stores li img:hover {

    background-color: rgba(0, 0, 0, .5);

}



@media (max-width: 767px) {

    .app-mt-0-xs {

        margin-top: 0;

    }

    .wrapper-iphone {

        max-width: 300px;

        margin: 0 auto;

    }

    .list-app-stores {

        text-align: center;

    }

    .list-app-stores li {

        display: block;

        margin-right: auto;

        margin-left: auto;

    }

    .list-app-stores li + li {

        margin-top: 16px;

        margin-right: auto;

        margin-left: auto;

    }

}





/* Section Contact Form Error-Success  

================================================== */



.required {

    color: #fe5555;

}



#success,

#error {

    display: none;

}





/* Google Maps */



#map {

    width: 100%;

    height: 350px;

}





/* Shopping Page Styling Global

================================================== */



.shop-price {

    font-size: 12px;

    display: block;

    padding: 8px;

    text-align: center;

    border: solid 1px #ccc;

}



.shop-box > .img-box > img {

    width: 150px;

}



.tab-content-shop,

.tab-content-shop .tab-pane {

    padding: 0;

}



.nav-tabs.nav-tabs-shop {

    border-bottom: solid 1px #d14f30;

}



.nav-tabs.nav-tabs-shop > li.active > a,

.nav-tabs.nav-tabs-shop > li.active > a:hover,

.nav-tabs.nav-tabs-shop > li.active > a:focus {

    color: white;

    border: 0;

    background-color: #d14f30;

}



@media (min-width: 768px) {

    .shop-item-description {

        padding-left: 30px;

    }

}





/* shop cart*/



.panel-shopping-cart {

    border-radius: 2px;

}



.col-tags .btn {

    margin-right: 8px;

    margin-bottom: 10px;

}



.panel-shopping-cart .panel-heading {

    color: white;

    background-color: #d14f30;

}



.panel-shopping-cart .table > thead > tr > th {

    vertical-align: bottom;

    border-bottom: 0;

}



.panel-shopping-cart img {

    width: 32px;

    margin-right: auto;

    margin-left: auto;

}



.panel-shopping-cart input {

    width: 35px;

    height: 30px;

    margin-top: 5px;

}



.panel-shopping-cart span {

    display: block;

    margin-top: 9px;

}



.panel-shopping-cart td .btn {

    margin-top: 5px;

}



.panel-shopping-cart .fa-times {

    margin: 0;

}



.close-cart {

    width: 8%;

}



.close-cart > a {

    margin-right: 8px;

}



.box-cart tbody > tr > td {

    margin: 0;

    padding-top: 0;

    padding-bottom: 10px;

    border: 0;

}



.cart-box-bordered {

    padding: 26px 16px;

    border: 1px solid #ddd;

}



@media (max-width: 767px) {

    .panel-shopping-cart > table > thead > tr > th {

        display: none;

    }

    .panel-shopping-cart .table-first {

        display: none;

    }

    .panel-shopping-cart {

        font-size: 12px;

    }

    .panel-shopping-cart td .btn {

        margin-top: 3px;

    }

    .panel-shopping-cart .panel-footer {

        text-align: center;

    }

    .panel-shopping-cart .panel-footer .text-right {

        text-align: center;

    }

}





/* Shop Item Page

================================================== */



.shop-item-slider {

    padding: 30px;

    border: solid 1px #ddd;

}



.stars-feedback {

    display: inline-block;

}



.wrapper-shop-review .title-comment {

    margin-right: 8px;

    margin-left: 8px;

}



.wrapper-shop-review a {

    font-size: 14px;

    display: inline-block;

    padding: 0 8px;

    color: black;

    border-left: solid 1px #ddd;

}



.title-lg-shop-item {

    font-weight: 700;

}



.input-group.shop-item {

    width: 170px;

}



.tab-shop-item table {

    margin-bottom: 0;

    border-collapse: collapse;

}



.tab-shop-item table tbody tr td {

    padding-right: 16px;

    padding-left: 16px;

}



.tab-shop-item {

    padding: 0;

    border-right: solid 1px #ddd;

    border-bottom: solid 1px #ddd;

    border-left: solid 1px #ddd;

}



.tab-shop-item table .fa {

    color: #d14f30;

}



.tab-shop-item table img {

    width: 80px;

}



.wrapper-item-comments {

    padding-top: 16px;

}





/* Blog  

================================================== */



.grid-posts > .row + .row {

    margin-top: 60px;

}



.grid-sidebar {

    padding: 40px 30px;

    border: solid 1px #dadada;

    background-color: #fcfcfc;

}



.grid-sidebar > .row + .row {

    margin-top: 40px;

}



.wrapper-post {

    border: solid 1px #dadada;

    background-color: #fff;

    box-shadow: 0 1px 1px 0 rgba(218, 218, 218, .2);

}



.wrapper-post-text h3 a {

    color: black;

}



.wrapper-post-text h3 a:hover,

.wrapper-post-text ul a:hover {

    color: #d14f30;

}



.wrapper-post p,

.wrapper-post-v1 p {

    font-size: 16px;

    line-height: 25px;

    margin: 0 0 20px;

    color: #6b6b6b;

}



.wrapper-post p + img,

.wrapper-post img + p {

    margin-top: 16px;

}



.wrapper-post-v1 .img-featured {

    margin-bottom: 18px;

}



.wrapper-post-text {

    padding: 30px;

}



.wrapper-post .post-date-author {

    margin-bottom: 16px;

}



.post-date-author li {

    font-size: 13px;

    padding: 0;

    color: #6b6b6b;

}



.post-date-author li > a {

    color: black;

}



.post-date-author li > a .fa {

    margin-right: 4px;

}



.post-date-author li + li:before {

    font-size: 10px;

    position: relative;

    bottom: 2px;

    margin-right: 8px;

    margin-left: 4px;

    content: '|';

}



.img-sidebar-sm {

    width: 110px;

    margin-right: 20px;

}



.section-blog-photo-intro {

    position: relative;

    height: auto;

    color: white !important;

    background-image: url('../images/bg/bg-3.jpg');

    background-repeat: no-repeat;

    background-position: 25% 16%;

    background-size: cover;

}



.section-blog-photo-intro > .opacity-layer {

    display: block;

    width: 100%;

    height: auto;

    /* Fallback for web browsers that don't support RGBa */

    background-color: #000;

    /* RGBa with 0.6 opacity */

    background-color: rgba(0, 0, 0, .7);

    /* For IE 8*/



    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=82)';

}



.section-blog-photo-intro-height {

    min-height: 430px;

}



.grid-posts-intro {

    margin-top: -300px;

    margin-bottom: 60px;

    padding: 50px 65px;

    border-right: solid 1px #ddd;

    border-bottom: solid 1px #ddd;

    border-left: solid 1px #ddd;

    background-color: white;

}



.grid-posts-intro .post-date-author li {

    font-size: 15px;

    padding: 0;

    color: #6b6b6b;

}



.grid-posts-intro .media-body .post-date-author li {

    font-size: 13px;

}



.grid-posts-intro .post-date-author li + li:before {

    font-size: 10px;

    position: relative;

    bottom: 2px;

    margin-right: 8px;

    margin-left: 4px;

    content: '|';

}



.grid-posts-intro > .row + .row:before {

    display: block;

    width: 96%;

    height: 1px;

    margin-right: auto;

    margin-bottom: 60px;

    margin-left: auto;

    content: '';

    background-color: #ddd;

}



.grid-posts-intro .row:last-child:before {

    display: none;

}



.grid-posts-intro .wrapper-post-text {

    padding: 0;

}



.grid-posts-intro .media-blog {

    padding: 0;

    border: 0;

    background-color: transparent;

}



@media (max-width: 767px) {

    .section-blog-photo-intro-height {

        min-height: 250px;

    }

    .row-wrapper-posts-intro {

        padding: 0 10px;

    }

    .grid-posts-intro {

        margin-top: -150px;

        padding: 30px 16px;

    }

}





/* Post Comments */



.media-blog {

    margin-top: 60px;

    padding: 30px 30px;

    border: 1px solid #ddd;

    background-color: #fcfcfc;

}



.media-body .post-date-author {

    margin-top: 7px;

    margin-bottom: 7px;

}



.user-by:before {

    content: 'by ';

    color: #6b6b6b;

}



.post-date-author > li > .user-by {

    color: #d14f30;

}



.media-blog .media-body .media-heading {

    color: black;

}



.media-blog .media-body {

    font-size: 15px;

    line-height: 25px;

    color: #6b6b6b;

}



.media-left {

    padding-right: 30px;

}



.media-blog .media + .media:before,

.media > .media-body > .media:before {

    display: block;

    width: 100%;

    height: 1px;

    margin-bottom: 40px;

    content: '';

    background-color: #ddd;

}



.media-blog .media + .media,

.media > .media-body > .media:before {

    margin-top: 40px;

}





/* Section Footer  

================================================== */



.section.footer {

  padding: 15px 0;

  border-bottom: solid 1px #555;

  background-color: #006588;
  font-family: "gill-sans-mt";

}



.section.footer .list-unstyled a,

.section.footer h3 {

   color: #fff;

   font-size: 14px;

}



.section.footer p {

    margin-bottom: 0;

    color: #036e9d;

    font-size: 14px;

}



.section.footer .list-unstyled li + li {

    margin-top: 8px;

}



.section.footer li a:hover {

    color: #d14f30;

}





/* Section Footer Bottom  

================================================== */



.section.footer-bottom {

    color: white;

    background-color: black;

}



.section.footer-bottom p {

    line-height: 0;

    padding-top: 10px;

}

h4.researchhad {
    color: #e85a00;
}



.section.footer-bottom .fa-angle-up {

    font-size: 34px;

    line-height: 0;

    padding-top: 22px;

}



.col-footer-bottom {

    position: relative;

    height: 30px;

}



.col-footer-bottom a {

    position: absolute;

    top: -28px;

    right: 0;

    left: 0;

    display: block;

    width: 50px;

    height: 50px;

    margin: 0 auto;

    -webkit-transition: all .16s ease-in-out;

    transition: all .16s ease-in-out;

    color: #d14f30;

    border: solid 1px #555;

    background-color: #000;

}



.col-footer-bottom a:hover {

    color: white;

    border-color: #d14f30;

    background-color: #d14f30;

}





/* Styling of "feature - Ui Elements" pages  

================================================== */



.btn-show,

.btn-show-manual {

    display: block;

    margin-top: 30px;

    padding: 8px;

    cursor: pointer;

    text-align: center;

    border: solid 1px #ddd;

    background-color: #f7f7f7;

    box-shadow: inset 0 2px 0 0 rgba(0, 0, 0, .05);

}



.btn-show:hover,

.btn-show-manual:hover {

    background-color: #ddd;

}



.body-callout [class^='section'] + [class^='section'] {

    margin-top: 40px;

}



.demo-social-icons .fa {

    margin-bottom: 10px;

}



.ul-glyphicon {

    margin: 0 -1%;

    padding-left: 0;

    list-style: none;

}



.ul-glyphicon li {

    float: left;

    width: 11.5%;

    height: 150px;

    margin: 0 .5%;

    margin-bottom: 8px;

    padding: 0 10px;

    text-align: center;

    border: 1px solid #fff;

    background-color: #f9f9f9;

}



.glyphicon-class {

    font-size: 13px;

}



.ul-glyphicon .glyphicon {

    font-size: 24px;

    margin-top: 20px;

    margin-bottom: 20px;

}



.ul-glyphicon li span {

    display: block;

}



@media (max-width: 992px) {

    .ul-glyphicon li {

        width: 24%;

        margin: 0 .5%;

        margin-bottom: 8px;

        padding: 0 10px;

    }

}



.fa-demo-wrapper {

    height: 116px;

    padding-right: 10px;

    padding-left: 10px;

    background-color: #f9f9f9;

}



.fontawesome-icon-list > div {

    margin-bottom: 16px;

    text-align: center;

}



.fontawesome-icon-list > div i {

    font-size: 24px;

    display: block;

    width: 100%;

    margin-bottom: 20px;

    padding-top: 20px;

}



#fa-demo a {

    color: #333;

}



.fontawesome-icon-list {

    margin-bottom: 50px;

}



h2.head {

   font-weight: 600;

   font-size: 36px;



   /* font-family: 'JosefinSansStd'; */

   color: #cd4f1d;

   margin-top: 0px;

}



.thumbnail {

    margin-top: 35px;

    display: block;

    padding: 0px;

    background-color: #ffffff;

    margin-bottom: 20px;

    line-height: 1.428571429;

    border-top: 0px solid #e1da89;

    border-radius: 4px;



    -webkit-transition: all .2s ease-in-out;

    transition: all .2s ease-in-out;

    /* text-align: center; */

}



.bottom-left {

    background: none repeat scroll 0 0 rgba(147, 130, 91, 0.95);

    position: absolute;

    bottom: 282px;

    /* background-color: #fff; */

    width: 70%;

    color: #fff;

    padding: 12px;

    left: 16px;

}



.thumbnail h3 {

 color: #9c8b67;

 font-size: 20px;

 margin-top: 10px;

 padding-left: 10px;

}



.thumbnail p {

    color: #383838;

    font-size: 15px;

    padding: 0px 12px 12px 10px;

    text-align: left;

}



span.read-more a {

    color: #9c8b67;

}



.section.section-xs.section-both.section-primary.section-call-to {

   padding: 20px 0;

   background: #ffffff;

   border-bottom: 4px solid #ebebeb;

}



p.abt {

    margin-top: -45px;

    font-size: 25px;

    

}



h2.abthead {

    font-weight: 600;

    font-size: 60px;

    

    /* font-family: 'JosefinSansStd'; */

    color: #fff;

    margin-top: -18px;

}



.sur-more {

    width: 100px;

    padding: 4px;

    margin: 13px 0 0px 0px;

    /* font: 14px/35px 'LatoRegular'; */

    background: #fff;

    color: #1b1b1b;

    text-align: center;

    border-radius: 9px;

}



i.fa.fa-phone {

    width: 60px;

    height: 60px;

    font-size: 40px;

    line-height: 60px;

    color: #fff;

    margin-right: 12px;

    background: #000;

    text-align: center;

    border-radius: 10px;

}



p.call {

    font-size: 30px;

    color: #000;

}



.btn {

    display: inline-block;

    padding: 5px 12px;

    margin-bottom: 0;

    font-size: 15px;

    font-weight: 400;

    line-height: 1.42857143;

    text-align: center;

    white-space: nowrap;

    vertical-align: middle;

    -ms-touch-action: manipulation;

    touch-action: manipulation;

    cursor: pointer;

    -webkit-user-select: none;

    -moz-user-select: none;

    -ms-user-select: none;

    user-select: none;

    background-color: #afb2b7;

   

    border-radius: 4px;

}



.section.section-sm.section-both.section-call {

    background-image: url(../images/bg.jpg);

}



p.down {

    font-family: 'callunasansregular';

    text-align: -webkit-center;

    font-weight: 600;

    color: #000;

    margin-top: 10px;

    font-size: 16px;

}



.widgets {

    border-right: 2px dotted #000;

}



h3.social {



    color: #b1161c;

    font-size: 32px;

    margin-top: 4px;

}



#section-video {

    position: relative;

    overflow: hidden;

}



#section-video:before {

    position: absolute;

    z-index: 10;

    top: 0;

    right: 0;

    bottom: 0;

    left: 0;

    width: 100%;

    height: 100%;

    content: '';

    -webkit-transition: background-color .5s;

    transition: background-color .5s;

    background-color: black;

}



.onload-class#section-video:before {

    background-color: transparent;

}



#section-video video {

    display: none;

}



#section-video.onload-class video {

    display: block;

}



#section-video .text-video-bg {

    z-index: 20;

    visibility: hidden;

    color: white !important;

}



#section-video.onload-class .text-video-bg {

    visibility: visible;

    -webkit-animation-name: fadeInUp;

    animation-name: fadeInUp;

    -webkit-animation-duration: 1s;

    animation-duration: 1s;

    -webkit-animation-delay: .6s;

    animation-delay: .6s;



    -webkit-animation-fill-mode: both;

    animation-fill-mode: both;

}



.display-none {

    display: none !important;

}



video {

   

    z-index: 9;

    top: 0;

    right: 0;

    left: 0;

    display: block;

   

    background: url('../video/anika-video.mp4') #000 no-repeat center center;

    background-size: cover;

}



@media (max-width: 767px) {

    #section-video {

        background: url('../video/anika-video.mp4') #000 no-repeat center center;

    }

    #section-video video {

        display: show;

    }

}



@media (min-width: 768px) {

    #section-video .text-video-bg {

        margin-top: 50px;

    }

}





/* Preloader   

================================================== */



.wrapper-preloader {

    position: absolute;

    z-index: 11;

    top: 50%;

    right: 0;

    left: 0;

    margin-top: -41px;

}



#preloader {

    font-size: 24px;

    position: relative;

    overflow: hidden;

    width: 1em;

    height: 1em;

    margin: .8em auto;

    -webkit-animation: load6 1.7s infinite ease;

    animation: load6 1.7s infinite ease;

    text-indent: -9999em;

    border-radius: 50%;

}





/* Animations   

================================================== */



@-webkit-keyframes load6 {

    0% {

        -webkit-transform: rotate(0deg);

        transform: rotate(0deg);

        box-shadow: -.11em -.83em 0 -.4em #fff, -.11em -.83em 0 -.42em #fff, -.11em -.83em 0 -.44em #fff, -.11em -.83em 0 -.46em #fff, -.11em -.83em 0 -.477em #fff;

    }

    5%,

    95% {

        box-shadow: -.11em -.83em 0 -.4em #fff, -.11em -.83em 0 -.42em #fff, -.11em -.83em 0 -.44em #fff, -.11em -.83em 0 -.46em #fff, -.11em -.83em 0 -.477em #fff;

    }

    30% {

        box-shadow: -.11em -.83em 0 -.4em #fff, -.51em -.66em 0 -.42em #fff, -.75em -.36em 0 -.44em #fff, -.83em -.03em 0 -.46em #fff, -.81em .21em 0 -.477em #fff;

    }

    55% {

        box-shadow: -.11em -.83em 0 -.4em #fff, -.29em -.78em 0 -.42em #fff, -.43em -.72em 0 -.44em #fff, -.52em -.65em 0 -.46em #fff, -.57em -.61em 0 -.477em #fff;

    }

    100% {

        -webkit-transform: rotate(360deg);

        transform: rotate(360deg);

        box-shadow: -.11em -.83em 0 -.4em #fff, -.11em -.83em 0 -.42em #fff, -.11em -.83em 0 -.44em #fff, -.11em -.83em 0 -.46em #fff, -.11em -.83em 0 -.477em #fff;

    }

}



@keyframes load6 {

    0% {

        -webkit-transform: rotate(0deg);

        transform: rotate(0deg);

        box-shadow: -.11em -.83em 0 -.4em #fff, -.11em -.83em 0 -.42em #fff, -.11em -.83em 0 -.44em #fff, -.11em -.83em 0 -.46em #fff, -.11em -.83em 0 -.477em #fff;

    }

    5%,

    95% {

        box-shadow: -.11em -.83em 0 -.4em #fff, -.11em -.83em 0 -.42em #fff, -.11em -.83em 0 -.44em #fff, -.11em -.83em 0 -.46em #fff, -.11em -.83em 0 -.477em #fff;

    }

    30% {

        box-shadow: -.11em -.83em 0 -.4em #fff, -.51em -.66em 0 -.42em #fff, -.75em -.36em 0 -.44em #fff, -.83em -.03em 0 -.46em #fff, -.81em .21em 0 -.477em #fff;

    }

    55% {

        box-shadow: -.11em -.83em 0 -.4em #fff, -.29em -.78em 0 -.42em #fff, -.43em -.72em 0 -.44em #fff, -.52em -.65em 0 -.46em #fff, -.57em -.61em 0 -.477em #fff;

    }

    100% {

        -webkit-transform: rotate(360deg);

        transform: rotate(360deg);

        box-shadow: -.11em -.83em 0 -.4em #fff, -.11em -.83em 0 -.42em #fff, -.11em -.83em 0 -.44em #fff, -.11em -.83em 0 -.46em #fff, -.11em -.83em 0 -.477em #fff;

    }

}



@-webkit-keyframes fadeInUp {

    from {

        -webkit-transform: translate3d(0, 100%, 0);

        transform: translate3d(0, 100%, 0);

        opacity: 0;

    }

    100% {

        -webkit-transform: none;

        transform: none;

        opacity: 1;

    }

}



@keyframes fadeInUp {

    from {

        -webkit-transform: translate3d(0, 100%, 0);

        transform: translate3d(0, 100%, 0);

        opacity: 0;

    }

    100% {

        -webkit-transform: none;

        transform: none;

        opacity: 1;

    }

}



.section.section-sm.section-both.section-inner {

    padding: 40px;

}



.section.section-sm.section-both.inner-head {

  background-image: url(../images/innerpage.jpg);

  padding: 38px;

  border-bottom: 4px solid #0b670b;

}



h3.head-inner {

    margin-top: 0px;

    text-align: center;

    font-size: 40px;

    font-weight: 500;

    color:#213121;



}



.breadcrumb {

    margin-bottom: 0px;

    border-radius: 0px;

    margin-top: 0px;

    text-align: left;

    padding: 5px 5px;

    /* padding: 5px; */

    background-color: transparent;

}



h3.title-md-one {

    font-size: 22px;

    font-weight: 700;

    color: cadetblue;

    margin: 20px 10px 0px 10px;

}



.pull-left.bxs {

    border: 1px solid #000;

    height: 68px;

    width: 68px;

    padding: 12px;

    border-radius: 50%;

}

.home-form {

    border: 1px solid #ddd;

    padding: 20px;

    background-image: url(../images/bg.jpg);

}



.img {

    width: 150px;

    height: 150px;

}



h3.title-sm.text-theme {

   font-size: 22px;

   margin-top: 9px;



   color: #fff;

}



h4.head {



    color: #e31d3e;

    font-size: 28px;

    

}



p.lead-one {

    font-size: 16px;

    margin-top: -9px;

}



h3.con {

    font-size: 23px;

    color: #b5cf3c;

}



.tab {

 margin-top: 12px;

 border: 4px solid #ddd;

 border-radius: 11px;

 padding: 3px 0px 0px 19px;

}



.tan {

    background-color: #eeeeee6e;

    margin-top: 12px;

    border: 4px solid #07114c;

    border-radius: 11px;

    padding: 3px 0px 0px 19px;

}







#mask {

    position: absolute;

    left: 0;

    top: 0;

    z-index: 9000;

    background-color: #000;

    display: none;

}



#boxes .window {

    position: absolute;

    left: 0;

    top: 0;

    width: 440px;

    height: 200px;

    display: none;

    z-index: 9999;

    padding: 20px;

    border-radius: 15px;

    text-align: center;

}



#boxes #dialog {

    width: 770px;

    height: 620px;

    margin-left: 00px;

    color: #fff;

    left: 100px;

    padding: 10px;

    margin-top: 0px;

    /* background-color: #ca9c51; */

    background-color: #ffffff;

    background-image: url(../images/india-compressor.jpg);

    font-size: 15px;

}



#popupfoot {

    font-size: 16pt;

    position: absolute;

    bottom: 20px;

    padding: 0px 6px;

    background-color: #263d5a;

    width: 250px;

    left: 250px;

}





.close {

    float: right;

    font-size: 38px;

    font-weight: 700;

    line-height: 34px;

    color: #fff;

    text-shadow: 0 1px 0 #fff;

    filter: alpha(opacity=20);

    opacity: 1.2;

}



.modal-header .close {

    margin-top: -8px;

}



.modal-header {

    min-height: 16.43px;

    padding: 0px 15px;

     border-bottom: 0px solid #e5e5e5; 

}



.navbar-nav>li {

    float: left;

   padding: 47px 14px 0px 0px;

    /* height: 92px; */

}







.wrapper-row {

    background: #006dae;

    padding: 27px 21px 33px 36px;

    /* border-top: 1px solid #d4cdcd; */

    /* border: 2px solid #ddd; */

    /* box-shadow: #ddd 6px 1px 2px 1px; */

}



p.listpara {

    margin-left: 20px;

    font-size: 14px;

    margin-top: -4px;

    color: #d9d9da;

}





.col-centered {

    float: none;

    margin: 0 auto;

}



.carousel-control { 

    width: 8%;

    width: 0px;

}

.carousel-control.left,

.carousel-control.right { 

    margin-right: 40px;

    margin-left: 32px; 

    background-image: none;

    opacity: 1;

}

.carousel-control > a > span {

  color: #0075ae;

  font-size: 29px !important;

}



.carousel-col { 

    position: relative; 

    min-height: 1px; 

    padding: 5px; 

    float: left;

}







/* .....................................end............................ */



.top-top {

  margin-top: -16px;

  /* padding-left: 15px; */

  /* font-weight: 600; */

  font-size: 15px;

}



.service-box {

    margin: -20px 60px 60px 60px;

    border: 1px solid #ddd;

    padding: 60px 37px 75px;

    box-shadow: #eee 2px 3px 4px 2px;

}



h3.ser-font {

    font-size: 16px;

    color: #0077b1;

    font-weight: bold;

    text-transform: uppercase;

}



p.serp {

    color: #999;

    font-weight: 600;

    font-size: 14px;

}



.section.section-xs.section-both.section-primary.section-inner {

    background-color: #fff;

    color: #000;

}



.section.section-sm.section-both.section-heading {

    background-image: url(../images/bg1.jpg);

    color: #fff;

}



h3.inner {



    font-weight: 600;

    font-size: 27px;

    color: #121010;

}





.urlImg {

    width: 174px;

    height: 29px;

    background-image: url(../images/mouse-up.jpg);

    display: block;

}



.urlImg:hover {

    background-image: url(../images/mouse-over.jpg);

}



h3.head {



    font-weight: 600;

    font-size: 32px;

    color: #d94c21;

}



p.cmp {

   color: #fff;

   /* font-weight: 600; */

   font-size: 18px;

   margin: 0px;

}



.comp-one {

    width: 300px;

    padding: 4px;

    border-radius: 10px;

    border: 1px solid #ddd;

    background-color: #f9aa8b;

}



.comp-two {

    width: 400px;

    padding: 4px;

    border-radius: 10px;

    border: 1px solid #ddd;

    background-color:#f8d184;

    margin-top: 12px;

}



.comp-three {

   width: 500px;

   padding: 4px;

   border-radius: 10px;

   border: 1px solid #ddd;

   background-color:#b5da9e;

   margin-top: 12px;

}



.comp-four {

   width: 600px;

   padding: 4px;

   border-radius: 10px;

   border: 1px solid #ddd;

   background-color:#b6d7f3;

   margin-top: 12px;

}



.comp-five {

    width: 700px;

    padding: 4px;

    border-radius: 10px;

    border: 1px solid #ddd;

    background-color: #e7c2c7;

    margin-top: 12px;

}



.comp-six {

    width: 800px;

    padding: 4px;

    border-radius: 10px;

    margin-top: 12px;

    border: 1px solid #ddd;

    background-color: #9edaab;

}



.logo img {

  margin-top: 6px;

}



h3.sector {

    border: 0px solid;

    font-weight: 600;

    text-align: center;

    font-size: 22px;

    padding: 6px;

    background-color: #000;

    color: #fff;

    margin-top: 0px;

}



p.con {

    color: #333;

    font-size: 16px;

    text-align: center;

    padding-top: 0px;

    line-height: 24px;

    padding-bottom: 6px;

}



.btn-primary1 {

    color: #ffffff;

    border-color: #c64a2c;

    background-color: #c64a2c;

    font-size: 16px;

}



.section1 {

    background-color: #f6f8f9;

    padding: 20px;

}



h3.head {

    color: #b91b1b;

    font-size: 20px;

    padding: 8px 16px 10px 8px;

    margin-left: -9px;

    margin-top: 0px;

    background: #dedede59;

    text-transform: none;

}



.client {

    background: #eaecef;

}



.client p {

    padding: 10px;

    font-size: 16px;

}



.consultant {

    background: #d7e6f3;

}



.consultant p {

    padding: 10px;

    font-size: 16px;

    background: #d7e6f3;

}



.architect {

    background: #777474;

    color: white;

}



.architect p {

    padding: 10px;

    font-size: 16px;

}



h3.team {

    color: #d14f30;

    font-size: 20px;

    font-weight: 600;

}



section#inner-join {

    background: #c75135;

    color: white;

    padding-bottom: 50px;

    padding-top: 30px;

    margin-top: -39px;

}



p.sma {

    font-size: 14px;

}



h3.text-theme.title-lg:after {

    display: block;

    width: 17%;

    /* float: right; */

    /* text-align: -webkit-center; */

    height: 2px;

    margin-left: 485px;

    margin-top: 5px;

    content: '';

    background-color: #8c2d2d;

}










.title-x2 {

    font-size:20px;

    font-weight:500;

    margin: 0;

}



.section-about {
    background-image: url(../images/hero-background.jpg);
    padding: 40px 0px;
    font-family: "gill-sans-mt";
    background-color: #747979;
    background-size: cover;
    background-position: center;
}


.section-keysec {

    font-family: "gill-sans-mt";

    padding: 60px;

    background-color: #f4f4f4!important;



}



.sectopn-box p {

    color: #000;

    text-align: center;

    font-size: 26px;

}



.sectopn-box {

    padding: 0px 100px 0px 100px;

    

}



h3.sec {

    font-weight: 600;

    /* color: #000; */

    color: #9c8b67;

    font-size: 35px;

    margin: 10px 10px 20px 10px;

}





.section-keysec h3 {

    font-weight: 500;
    font-size: 30px;
    margin: 0 0 13px;
    color: #006588!important;
    text-align: left;
	font-family: 'Lato',serif;

}



.section-about .divider-header {

    background: #0783b6;

}





.section-keysec .divider-header {

    background: #fff;

}





.divider-header {

    display: block;

    width: 50px;

    height: 3px;

    margin: -14px auto;

    margin-bottom: 10px;

}



.section-products {

    padding: 70px 0px 70px;

   background: #f1f5fc;

   font-family: "gill-sans-mt";

}



.section-products h3 {
   font-weight: 400;
    font-size:30px;
    color: #0e6e9d;
    text-align: center;
	font-family: 'Oswald', sans-serif;
	letter-spacing: 1px;

}

.section-products h3:after {
    display: block;
    width:40%;
    height: 3px;
    margin: 0 auto;
    margin-top: 8px;
    content: '';
   background:rgba(3,110,157,0.33);
   margin-bottom:20px;
}

.wecome p {
    font-size:16px;
    color: #383f67;
	padding:10px;
}

.btn.btn-lightblue {
    color: #fff;
    background: #1c386d;
    padding: 8px 25px;
    font-size: 18px;
    box-shadow: 1px 1px 1px #ccc;
    text-transform: capitalize;
}


.section-products h4 {

    font-size: 22px;

    font-weight: 600;

}



h3.moreinfo {

    font-size: 20px;

    padding: 8px 20px;

    display: inline-block;

    background-color: #0e92b9eb;

    color: #fff;

    margin-top: 42px;

    text-align: center;

    border-top-right-radius: 20px;

    border-bottom-left-radius: 20px;

}



.form-bg1 {

    max-width: 350px;

    background: #ffffffd6;

    box-shadow: -10px 10px 0px rgba(0,0,0,0.2);

    border-top-right-radius: 50px;

    border-bottom-left-radius: 50px;

    padding: 25px 25px;

    opacity: .98;

    /* padding: 16px; */

    /* background-color: #fcfcfc; */

}





.thumb {

   box-shadow: #ddd 1px 3px 3px 1px;

   border-top: 6px solid #029ddd;

   padding: 0px 0px 17px 0px;



}



h3.secr {

    border: 0px solid;

    font-weight: 600;

    text-align: right;

    font-size: 22px;

    padding: 6px;

    /* background-color: #607D8B; */

    color: #029cdc;

    margin-t: 0px;

}



h3.secr a {

    border: 2px solid;

    padding: 7px;

    color: #029ddc;

    text-transform: uppercase;

    font-size: 10px;

    text-align: -webkit-left;

    font-weight: 600;

    padding-top: -5px;

}



h3.secr a:hover {

 border: 2px solid;

 color: #fff;

 background-color: #029ddc;

}



/* .thumb:hover {

    background-color: #eee;

    padding: 0px;

    } */



    h3.news {

        background: #0c4da2;

        border-left: 3px solid #526a08;

        border-bottom-color: #76990c !important;

        color: #fff;

        padding: 8px 8px 13px;

    }



    h3.box-title {

        background: #9E9E9E;

        border-left: 3px solid #526a08;

        border-bottom-color: 3px solid #000 !important;

        border: 2px solid;

        color: #fff;

        padding: 8px 8px 13px;

    }



    .col-sm-6.shadow {

        box-shadow: #000 4px 2px 10px 1px;

    }



    .section-products .divider-header {

        background: #000;

    }





    .section-news .divider-header {

        background: #3f51c3;

    }

    .divider-header {

        display: block;

        width: 100px;

        height: 3px;

        margin: -14px auto;

        margin-bottom: 10px;

    }



    .section-news h3 {

        font-weight: 500;

        

        color: #036e9d;

        font-size: 44px;

        margin: 10px 10px 20px 10px;

    }



    .section-news {

        padding: 60px;

        background-color: #fff;

    }



    h3.nws {

        font-weight: 600;

        color: #607D8B;

        font-size: 20px;

        margin: 0px;

    }



    h3.pro {

       font-weight: 500;



       color: #fff;

       font-size: 44px;



   }



   p.key {

    margin-top: 12px;

    color: #fff;

    font-size: 16px;

}









.description {

    float: left;

    max-width: 100%;

}



.calendar {

    background: #009edd;

    color: #FFF;

    float: left;

    height: 55px;

    margin-right: 20px;

    margin-top: 7px;

    overflow: hidden;

    text-align: center;

    text-transform: uppercase;

    width: 55px;

}



span.month {

    display: block;



    margin-top: 5px;

}



span.day {

    display: block;



    margin: 0px 0 0;

}



h3.bws {

    font-family: "Lato-Regular";

    /* font-family: "Lato",sans-serif; */

    margin: 9px 0px 0px 0px;

    font-size: 20px;

    color: #337ab7;

    /* font-weight: 400; */

    font-weight: 400!important;

}



.section-app {

    background-color: #1f847e;

    padding: 13px 0px 43px 0px;

}



.breakout_btn li {

    list-style: outside none none;

    padding: 36px 30px 20px;

    text-align: center;

    border-left: 2px solid rgba(255,255,255,0.2);

}



.breakout_heading {

    color: #fff;

    padding: 10px 25px;

    /* width: 144px; */

    margin-bottom: 12px;

    transition: all ease-in .2s;

    font-size: 17px;

    border: 2px solid rgba(255,255,255,0.2);

    /* border: 1px solid #fff; */

}



p.breakout_summary.white-txt {

    color: #fff;

}



.breakout_btn_item:hover {

    background: rgba(3,110,157,0.3);

}



.breakout_btn li:last-child {

    border-right: 2px solid rgba(255,255,255,0.2);

}



.breakout_heading:hover {

    border: 2px solid #fff;

}



.col-sm-2.bordotted {

    border-left: 1px dotted #fff;

}



.col-sm-2.bordotted:last-child {

    border-right: 1px dotted #fff;

}



.pull-right.top-top a {

    /* color: #000; */

    padding-right: 4px;

    padding-left: 4px;

   color: #eee;

    font-size: 14px;

    border-right: 1px solid;

    /* font-weight: 600; */

}



.pull-right.top-top a:last-child {

   border-right: 0px solid;



}





.pull-right.top-top a:hover {color: #FF9800;}





.section-stay {

    padding: 20px;

}



/* .zoom {

    padding: 0px;

    background-color: #3fadcd;

    transition: transform .2s;

   

  

    } */



    .zoom:hover {

        transform: scale(1.1); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */

        color: #000;



    }



    .zoom1:hover {

        transform: scale(1.1); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */

        transition: all 3s;



    }



    .section-inner-page {

        padding: 25px 0px 40px;

        background-color: #eeeeee0d; 

    }

    .section-inner h3 {

        font-weight: 600;

        font-size: 32px;

        color: #fff;

    }

    .section-inner {



        padding: 20px;

        /* position: absolute; */

        background-image: url(../images/inner-banner.jpg);

    }



    .ssitmenubox h3 {

        color: #fff;

        margin: 0px;

    }



    .ssitmenubox p  {

        color: #fff;

        font-size: 14px;

        margin-top: 12px;

    }



    .slider-info {



        width: 100%;

        height: auto;

        display: block;

        position: absolute;

        z-index: 34;



        padding: 15px 0;

        left: 0;

        bottom: 96px;

        text-align: center;

        font-size: 16px;

        font-weight: 400;

        color: #FFF;

    }





    .dropbtn {

      background-image: url(../images/red.png);

      color: white;

      /* padding: 6px; */

      font-size: 19px;

      border-: none;

      width: 100%;

      border-radius: 4px;

      height: 50px;

      font-weight: 600;

      /* padding: 26px 50px 11px 25px; */

      text-align: left;

  }



  .dropup {

    margin: 0px 0 29px 0;

    width: 100%;

    position: relative;

    display: inline-block;

}



.dropup-content {

  display: none;

  position: absolute;

  background-color: #f1f1f1;

  min-width: 100%;

  bottom: 00px;

  z-index: 1;

}



.dropup-content a {

  color: black;

  padding: 12px 16px;

  text-decoration: none;

  display: block;

  text-align: left;

}



.dropup-content p {

  color: black;

  padding: 12px 16px;

  text-decoration: none;

  display: block;

  text-align: left;

}

.dropup-content a:hover {background-color: #ccc}



.dropup:hover .dropup-content {

  display: block;

}



.dropup:hover .dropbtn {

  background-color: #2980B9;

}



button.dropbtn:after {

    font-family: FontAwesome;

    font-weight: normal;

    font-style: normal;

    content: '\f067';

    text-decoration: inherit;

    float: right;

}



span.read-more:before {

    font-family: FontAwesome;

    font-weight: normal;

    font-style: normal;

    font-size: 15px;

    content: '\f054';

    text-decoration: inherit;

    float: left;

    padding-right: 5px;

}



.nav-tabs>li.active>a {

    color: #555;

    cursor: default;

    background-color: #ec9560;

    border: 1px solid #ddd;

    border-bottom-color: transparent;

}



.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {

    color: #fff;

    cursor: default;

    background-color: #397c9a;

    border: 1px solid #ddd;

    border-bottom-color: transparent;

}

.nav-tabs.nav-justified > li > a:hover {
    color: #000;
}



.nav>li>a:hover {

    text-decoration: none;

    background-color: #f3f5f67d;

}



ul.infolist li:before {

    content: "\f054";

    font-family: FontAwesome;

    padding-right: 1em;

    vertical-align: middle;

    color: #222;



}



ul.infolist{

    list-style-type: none;

    padding: 0px; 

}



.section-app h3 {

 font-weight: 600;

 font-size: 40px;

 text-align: center;

 color: lightblue;

 line-height: 41px;

}



.section-app p {



    font-size: 16px;



    color: #fff;

    

}



a.researchbtn {

    border: 2px solid #ffffff;

    background-color: transparent;

    background-image: none;

    border-radius: 4px;

    color: #ffffff;

    padding: 8px 12px;

    text-decoration: none;

    font-size: 1em;

    display: inline-block;

    margin-top: 0.5em;

    -webkit-transition: 0.4s all ease-in-out;

    -o-transition: 0.4s all ease-in-out;

    transition: 0.4s all ease-in-out;

}



.appbox {

    background-color: #13504d;

    margin-top: -4rem;

    padding-top: 4rem;

    padding-bottom: 3rem;

    border-radius: 4px 4px 0 0;

    -webkit-box-shadow: 1px 1px 5px 0px rgba(34, 34, 34, 0.25);

    box-shadow: 1px 1px 5px 0px rgba(34, 34, 34, 0.25);

}



.section-sm.section-top {
font-family: "gill-sans-mt";
    padding-top: 80px;
    padding-bottom: 40px;
    background: #fff;
    font-size: 16px;
    color: #000;

}


.et_contact_bottom_container {
    float: right;
   margin-top: 0.5%;
    text-align: right;
}

.et_pb_contact_form_0.et_pb_contact_form_container.et_pb_module .et_pb_button {
    color: #006588!important;
    border-width: 0px!important;
    border-color: rgba(0,0,0,0);
    font-size: 12px;
    font-family: 'Raleway',Helvetica,Arial,Lucida,sans-serif!important;
    font-weight: 700!important;
    background-color: rgba(255,255,255,0);
}




.list-inline>li {

    display: inline-block;

    padding-right: 5px;

    padding-left: 5px;

}



#floating-menu {

    width: auto;

    height: auto;

    display: block;

    margin: 0;

    padding: 0;

    position: fixed;

    z-index: 345;

    list-style: none;

    border: none;

    right: 10px;

    top: 60%;

    margin-top: -226px;

    transform: rotate(-90deg) translate(0, -100%);

    transform-origin: 100% 0;

}



#floating-menu li {

    width: 150px;

    height: auto;

    float: left;

    position: relative;

}



#floating-menu li a {

    width: 100%;

    height: 40px;

    display: block;

    text-align: center;

    background: #da251c;

    font-family: "helvetica";

    font-size: 16px;

    color: #FFF;

    font-weight: normal;

    line-height: 40px;

    border: none;

    transition: all 0.3s;

    -moz-transition: all 0.3s;

    -webkit-transition: all 0.3s;

    -o-transition: all 0.3s;

}



#floating-menu li:nth-child(2) {

    margin: 0 5px;

}



#floating-menu li:nth-child(2) a {

    background: #000;

}



.section-tittle {
    font-family: "gill-sans-mt";
    background-repeat: no-repeat;
    background-image: url(../images/inner-banner.jpg);
    background-size: cover;
    padding: 60px 0 40px;
    background-position: bottom;
    text-align: left;
}



.section-tittle h3 {

    color: #fff;

    font-size: 40px;

    margin: 0px;

}



.section-page {
    font-family: "gill-sans-mt";
    padding: 60px 0;
   background: #f3f2f2c7;
    font-size: 16px;
}



h3.inhead {

    color: #ba0000;

}



.pdf-bor p {

    background:lavender;

    padding: 6px 0 6px 6px;

    border: 1px solid #9a9797;

}



.pdf-bor1 p {

    background: lavenderblush;

    padding: 6px 0 6px 6px;

    border: 1px solid #9a9797;

}



figcaption {
height: auto;
    background-color: #337ab7;
    color: #fff;
    font-weight: 500;
    text-align: center;
    padding-top: 2px;
    font-size: 17px;
    font-size: 18px;
    line-height: 35px;
    width: 100%;


}



ul.list-one {

    list-style-image: url(../images/tick.png);

    color: #000;

}



h3.fhead {

    color: #e2970f;

    font-size: 20px;

    margin-top: 4px;

    margin-bottom: 0px;

}



.section-page1 {

    padding: 40px;

}



ul.article-list2 {

    padding: 0 13px;

}



ul.article-list2 li {

    list-style-image: url(../images/bullet.png);

    padding: 5px;

    margin: 0 0 0 0px;

    font-size: 18px;

    color: #3F51B5;

    font-weight: 600;

}



p.result a {

    font-size: 20px;

    color: #f39405;

    font-weight: 500;

}



p.faci {

    text-align: center;

    color: midnightblue;

}



p.tl {

    text-align: justify;

    margin-left: -57px;

}



.pdf-bor2 p a {

    background: lavender;

    border: 1px solid grey;

    padding: 16px 32px 16px 32px;

    font-size: 21px;

}



.pdf-bor3 p a {

    background: #ffceaa;

    color:black;

    border: 1px solid grey;

    padding: 16px 32px 16px 32px;

    font-size: 21px;

}



/* .table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th {

    border: 1px solid #d0d0d0;

    background-color: #dddddd2e;

} */



thead {

   background-color: #062230;

    color: #fff;

}



.table-bordered>tbody>tr:nth-child(odd){

 border: 0px solid #d0d0d0;

    background-color: #f3eeee70;

    color: #000;

}



.table-bordered>tbody>tr:nth-child(even){

       background-color: #d0d0d0c2;

    border: 0px solid #d0d0d0;

    color: #000;

}



.table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th {

    border: 1px solid #d6989863;

}



.ra {

    margin-left: 18px;

}



a.researchbtn:hover {

    background: #27146e;

}



.underline:hover {

    text-decoration: underline;

    color: #e2970f;

}



.section-accreditation h3 {

    text-align: center;

    font-weight: 600;

    /* color: #000; */

    color: #8176ab;

    font-size: 35px;

    margin: 10px 10px 20px 10px;

}



.section-accreditation {

    padding: 40px;

}



ul.article-list li {

    list-style-image: url(../images/bullet.png);

    padding: 5px;

    margin: 0 0 0 0px;

    font-size: 16px;

}

.high {
    color: #fff;
    background-color: #14182f;
    padding: 30px;
}



@media screen and (min-color-index:0) and(-webkit-min-device-pixel-ratio:0) { 

    @media {

        .navbar-nav>li {

    float: left;

    padding: 53px 21px 0px 0px;

    }

}



}



@media not all and (min-resolution:.001dpcm) { 

    @media {



        .navbar-nav>li {

            float: left;

            padding: 47px 0px 0px 0px;

        }



        #header .navbar-nav > li > a {

            padding: 0 10px;

        }





    }

}





/* @media only screen and (max-width: 1440px) and (min-width: 900px)

{

    .navbar-nav>li {

            float: left;

            padding: 47px 0px 0px 0px;

        }



        #header .navbar-nav > li > a {

            padding: 0 10px;

        }

} */





/* @media only screen and (max-width: 1366px) and (min-width: 768px)

{

    .navbar-nav>li {

            float: left;

            padding: 47px 22px 0px 0px;

        }



        #header .navbar-nav > li > a {

            padding: 0 12px;

        }

} */



span.choose {

    color: #3F51B5;

    font-weight: 600;

}



form#contact {

    padding: 6px 40px 40px 40px;

    background: #263d5a;

}



ul.article-list1 li {

    width: 240px;

    border-bottom: 1px solid #4c4343;

    list-style-image: url(../images/bullet.png);

    padding: 5px;

    margin: 0 0 0 0px;

    font-size: 14px;

}



.accre {

    font-size: 26px;

    text-align: center;

}



#tpopups {

    position: absolute;

    width: 104%;

    height: 100px;

    background: #fff;

    left: 540%;

    top: -40%;

    padding: 0px 0 0 0;

    margin-left: 0;

    margin-top: 100px;

    z-index: 9999;

    /* text-align: center; */

    box-shadow: 0 0 10px 0 #000;

}



.modal-dialog {

    width: 400px;

}



.modal-content {

    position: relative;

    background-color: #263d5a;

    -webkit-background-clip: padding-box;

    background-clip: padding-box;

    border: 1px solid #999;

    border: 1px solid rgba(0,0,0,.2);

    border-radius: 6px;

    outline: 0;

    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);

    box-shadow: 0 3px 9px rgba(0,0,0,.5);

}



ul.place-ann li {

    list-style-image: url(../images/bullet.png);

    padding: 5px;

    margin: 0 0 0 0px;

    font-size: 16px;

    font-weight: 600;

}



.section-placement {

    padding: 60px;
    font-family: "gill-sans-mt";

}

.section-placement p  a:hover{

    text-decoration: underline;
    color: #000;

}



.section-placement h3 {
/*    font-weight: 500;
    font-size: 30px;
    margin: 0 0 13px;
    color: #006588!important;
    text-align: left;
	*/
	font-weight: 400;
    font-size: 30px;
    color: #0e6e9d;
    text-align: center;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 1px;
}

.wecome {
   background-color: #fff;
    box-shadow: #ddd 6px 7px 5px 7px;
    padding: 10px;
    padding-bottom: 15px;
	
	font-family: 'Lato',sans-serif;
    font-size: 15px;
    line-height: 1.50;
    color: #333;
}

.manju-form {
    padding: 6px 40px 40px 40px;
    background: #263d5a;
    max-width: 350px;
    /* background: #ffffffd6; */
    box-shadow: -10px 10px 0px rgba(0,0,0,0.2);
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
    padding: 25px 25px;
    opacity: .98;
    /* padding: 16px; */
    /* background-color: #fcfcfc; */
}

#floating-menu {
    width: auto;
    height: auto;
    display: block;
    margin: 0;
    padding: 0;
    position: fixed;
    z-index: 345;
    list-style: none;
    border: none;
    right: 10px;
    top: 60%;
    margin-top: -226px;
    transform: rotate(-90deg) translate(0, -100%);
    transform-origin: 100% 0;
}

#parent4 {
 border-width: 3px;
    background-color: #cae8ca;
    border-style: solid;
    position: fixed;
    padding: 7px;
    bottom: 300px;
    right: 0;
    max-width: 450px;
    z-index: 999;
}

form#contact1 {
    padding: 6px 40px 5px 40px;
    background: #263d5a;
}

.container1 {
    position: relative;
    width: 100%;
}

.imagegallry {
  display: block;
  width: 100%;
  height: auto;
}

.imagegallry:hover {
 background-color: #008cbabf;
}

.overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #008cbabf;
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: .5s ease;
}

.container1:hover .overlay {
  height: 30%;
}

.text {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

.media {
    background:#0C3B5F;
    height: 87px;
    -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.4);
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

 .media-left, .media > .pull-left {
    padding-right: 20px;
}

.media p, .right-sidebar .media p {
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: 0;
}

 .media h5, .right-sidebar .media h5 {
    color: #FFF;
    margin: 0px;
    font-size: 21px;
}

.events h6 {
    font-size: 18px;
    color: #454545;
    margin: 0;
}

.events p {
    margin-top: 6px;
    font-size: 15px;
    color: #383f67;
}

i.fa.fa-calendar {
    font-size: 28px;
    padding: 14px 10px 10px 10px;
}

.newbox-white {
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
    background-color: #fff;
}

.news p {
    margin-top: 12px;
    color: #0929ca;
    text-transform: uppercase;
    font-size: 12px;
    margin-bottom: 5px;
}

.news h6 {
    color: #0c3b5f;
    margin: -6px 0 6px 0;
}

.news h6:hover {
    text-decoration: underline;
}

.newbox-white img {
    height: 100px;
    width: 100px;
}

i.fa.fa-chevron-right {
    font-size: 11px;
}

.media:hover {
    background-color: #2a6694;
}

a.btn.btn-lightblue:hover {
    background: #081f3e;
}

.section-keysec h4 {
  font-size: 20px!important;
  /*  letter-spacing: 1px!important;*/
    text-align: center!important;
    color: #000;
    font-weight: 500;
	font-family: 'Lato',serif;
	color:#006588!important;
}

.section-ceo.section.section-sm.section-top h3 {
    font-weight: 500;
    font-size: 30px;
    margin: 0 0 13px;
    color: #006588!important;
    text-align: center;
	font-family: 'Lato',serif;
}

.white-box {
    text-align: justify;
    background-color: #fff;
    padding: 12px;
    font-size: 16px;
}

h1.text-theme.title-xl.mt-0.animation.an-delay-05.an-duration-04.fadeInLeftSlider {
   color: #fff;
    font-family: "gill-sans-mt";
    padding: 12px;
    font-weight: 500;
    margin-top: -30px;
   
}

h3.text-theme.title-xl.mt-0.animation.an-delay-05.an-duration-04.fadeInLeftSlider {
   color: #000;
   font-family: "gill-sans-mt";
    padding: 12px;
    font-size: 20px;
    margin-top: -15px;
   
}

.news h6 a {
    color: #191a1f;
	line-height:20px;
    font-size: 14px;
	font-family: 'Open Sans', sans-serif;
}

h3.heading {
    color: #1a182e;
}

.item-bx {
    text-align: center;
    color: #fff;
    font-size: 18px;
    /* background-position-x: center; */
}

/* .slideshow-container {
  position: relative;
  background: #747979;
    color: #fff;
}

Slides
.mySlides {
  display: none;
  padding: 40px;
  font-size: 18px;
  text-align: center;
}

Next & previous buttons
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -57px;
  padding: 16px;
  color: #888;
  font-weight: bold;
  font-size: 50px;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

Position the "next button" to the right
.next {
  position: absolute;
  right: 0;
  border-radius: 3px 0 0 3px;
}

On hover, add a black background color with a little bit see-through
.prev:hover, .next:hover {
  
  color: white;
}

The dot/bullet/indicator container
.dot-container {
   
    padding: 20px;
    background: #ddd;
} */

ul.news li {
    margin-bottom: 14px;
}
ul.news li a {
    color: #000;
    font-size: 18px;
    
}

p#show {
    color: #174d74;
    font-size: 19px;
    font-weight: 600;
}

.carousel-inner h4 {
 font-family: 'Lato', sans-serif;
    text-align: center;
    
   font-weight: 500;
    color: #fff;
    line-height: 22px;
}


.nav-tabs.nav-justified > li > a:focus {
    color: #000;
}

.btn-square {
    border-radius: 0;
}
 
 
.btn {
    font-family: 'Lato',sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #036e9d;
    background-color: transparent;
    text-transform: uppercase;
    line-height: 1;
    letter-spacing: 1px;
    padding: 8px 10px 7px 10px;
    margin: 5px 10px 5px 0;
    border: 3px solid #036e9d;
    border-radius: 100px;
    display: inline-flex;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}
.btn-sm, .btn-group-sm>.btn {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn   a:hover{
color:#65a8c5; 
}
 

 .card-box {
    border-radius: 8px;
    font-family: 'Lato',sans-serif;
    /* background: radial-gradient(circle at top left,#4a42ec 0%,#521d91 100%); */
    /* background-color: #521d91; */
    background-color: #174d74;
   box-shadow: 0 48px 48px -32px rgb(23, 77, 116), 0 96px 96px -64px rgb(23, 77, 116);
    color: #fff;
    font-size: 18px;
    padding: 32px;
}

.card-box h3 {
    font-size: 19px;
    font-weight: 600;
    color: #fff;
    text-align: left;
    margin-bottom: 27px;
}


.card-box h3:after {
    display: block;
   width: 30%;
    height: 3px;
    
    margin-top: 8px;
    content: '';
    background: #fff;
    margin-bottom: 20px;
}

.welcomebox {
    color: #fff;
    background-color: #007e97;
    height:390px;
}

.welcomebox p {
    color: #fff;
text-align: justify;   
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

.sliderbox {
   padding: 4px;
    margin-top: 153px;
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    display: inline-block;
    border-top: 4px solid #009abc;
    vertical-align: bottom;
}


.icon-bar1 {
  position: fixed;
  top: 70%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.icon-bar1 a {
  display: block;
  text-align: center;
  padding: 16px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
}

.icon-bar1 a:hover {
  background-color: #000;
}

.facebook {
  background: #3B5998;
  color: white;
}

.twitter {
  background: #55ACEE;
  color: white;
}

.google {
  background: #dd4b39;
  color: white;
}

.linkedin {
  background: #007bb5;
  color: white;
}

.youtube {
  background: #bb0000;
  color: white;
}


.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
    width: 30px;
    height: 30px;
    margin-top: 155px;
    font-size: 15px;
}

h3.marqheading2:after {
    display: block;
    width: 67%;
    height: 3px;
    margin-top: 8px;
    content: '';
    background: #fff;
    margin-bottom: 20px;
}

h3.marqheading3:after {
    display: block;
    width: 73%;
    height: 3px;
    margin-top: 8px;
    content: '';
    background: #fff;
    margin-bottom: 20px;
}

p.job {
    color: #fff;
    /* width: 162px; */
    background-color: #021825;
    padding: 9px;
    border-radius: 6px;
    text-align: center;
}

p.job a {
    color: #fff;
  
}


p.job a:hover {
    color: #ddd;
    text-decoration: underline;
  
}

.blink_img {
  animation: blinker 4s linear infinite;
}
@keyframes blinker {
  50% { opacity: 0; }
}
@keyframes blin {
  50% { opacity: 0; }
}

ul.news {
    list-style-type: none;
}

