@import url(//fonts.googleapis.com/css?family=Roboto+Condensed:400,300,700);
@import url(//fonts.googleapis.com/css?family=Pacifico);
/*========================================================
                    Main layout styles
=========================================================*/

body {
    background: #31353d;
    font: 13px 'Roboto Condensed', "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 1.428571429;
    color: #a2a2a2;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a:focus {
    text-decoration: none;
    background: none;
}

a[href^="tel:"] {
    color: inherit;
    text-decoration: none;
}

textarea,
input[type="text"],
input[type="email"],
input[type="search"],
input[type="password"] {
    -webkit-appearance: none;
    -moz-appearance: caret;
}

p {
    margin-bottom: 15px;
    line-height: 24px;
}

h1.navbar-brand_ {
    /* margin: 36px 0 0 0; */
    padding: 0;
    float: left;
    height: auto;
    position: relative;
    top: 0;
    z-index: 10;
}

h1.navbar-brand_ a {
    display: inline-block;
}

h1.navbar-brand_ a img {
    width: 60%;
}

h2 {
    font: bold 24px/30px 'Roboto Condensed', "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #35424d;
    margin: 0 0 36px 0;
    text-transform: uppercase;
}

h2.indent {
    margin: 0 0 30px 0;
}

h3 {
    font: 13px/24px 'Roboto Condensed', "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #002495;
    margin: 0 0 0 0;
    text-transform: uppercase;
}

h4 {
    font: 18px/24px 'Roboto Condensed', "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #ffffff;
    margin: 0 0 18px 0;
    text-transform: uppercase;
}

.extra-wrap {
    overflow: hidden;
}

.content {
    padding: 0;
    background: #ffffff;
}

.content.indent {
    padding: 66px 0 0 0;
    background: #ffffff;
}

.center {
    text-align: center;
}

/*========================================================
                    header
=========================================================*/

header {
    position: relative;
    margin: 0;
    /* padding: 0 0 17px 0; */
    z-index: 11;
    background: #ffffff;
    border-bottom: 1px solid #e9e9e9;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
}

header.indent {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.follow-box {
    overflow: hidden;
    padding: 12px 0 6px 0;
    background: #2c2c2c;
}

.follow-box p {
    float: left;
    font: 12px 'Arial';
    color: #ffffff;
    margin: 4px 0 0 0;
}

.follow-box p>a {
    font: 12px 'Arial';
    color: #ffffff;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}

.follow-box p>a:hover {
    color: #002495;
}

.address_icon {
    padding: 0;
    margin: 0;
    float: left;
    list-style: none;
}

.address_icon li {
    float: left;
    margin-left: 36px;
    font: 12px 'Arial';
    color: #ffffff;
}

.address_icon li:first-child {
    margin-left: 0;
}

.address_icon li img {
    float: left;
    margin-right: 9px;
}

.address_icon li a {
    font: 12px 'Arial';
    color: #ffffff;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}

.address_icon li a:hover {
    color: #002495;
}

.follow_icon {
    padding: 0;
    margin: -4px 0 0 0;
    float: right;
    list-style: none;
}

.follow_icon li {
    display: inline-block;
    margin-left: 16px;
}

.follow_icon li:first-child {
    margin-left: 0;
}

.follow_icon li a {
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
    display: block;
}

.follow_icon li a:hover {
    opacity: 0.5 !important;
    filter: alpha(opacity=50) !important;
}

.follow_icon.indent {
    float: none;
}

.follow_icon.indent li {
    margin-left: 21px;
}

.follow_icon.indent li:first-child {
    margin-left: 0;
}

.follow_icon.indent li a {
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.follow_icon.indent li a:hover {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}

/* menu
========================================================*/

nav.tm_navbar {
    border: none;
    padding: 0;
    margin: 0;
    float: right;
    min-height: 0;
    background: none;
}

nav.tm_navbar li {
    position: relative;
    font-size: 13px;
    line-height: 24px;
    padding: 0;
    margin: 0;
    float: left;
}

nav.tm_navbar li::after {
    position: absolute;
    right: 0;
    top: 50%;
    width: 1px;
    height: 18px;
    background: #d0d0d0;
    content: '';
}

nav.tm_navbar li:last-child::after {
    content: none;
    display: none;
}

nav.tm_navbar li a {
    text-transform: uppercase;;
    position: relative;
    padding: 48px 0 33px 0;
    width: 94px;
    text-align: center;
    font: 14px 'Roboto Condensed';
    color: #505050;
    background: transparent;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

nav.tm_navbar li.active>a {
    color: #ffffff;
    background: #002495 !important;
}

nav.tm_navbar li.active::after {
    content: none;
    display: none;
}

nav.tm_navbar li:hover>a {
    color: #ffffff;
    background: #002495;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

nav.tm_navbar li:hover::after {
    content: none;
    display: none;
}

nav.tm_navbar .sfHover>a {
    color: #ffffff;
    background: #002495;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

nav.tm_navbar .sfHover::after {
    content: none;
    display: none;
}

nav.tm_navbar li span {
    text-align: left;
    position: absolute;
    height: 4px;
    width: 100%;
    display: inline-block;
    left: 32px;
    bottom: 38px;
    z-index: 0;
    background: url(../img/marker.png) center 0 no-repeat;
}

/* subMenu1
========================================================*/

nav.tm_navbar .sub-menu>ul {
    position: absolute;
    display: none;
    width: auto;
    left: 0;
    top: 100px;
    list-style: none !important;
    zoom: 1;
    z-index: 11;
    background: #2a2a2a;
    border-radius: 0;
    padding: 29px 10px 16px 16px;
    margin: 0;
    text-align: left;
}

nav.tm_navbar .sub-menu>ul li {
    background: none;
    border: none;
    width: auto;
    float: none;
    margin: 0 0 5px 0;
    padding: 0;
    display: block;
}

nav.tm_navbar .sub-menu>ul li::after {
    content: none !important;
    display: none !important;
}

nav.tm_navbar .sub-menu>ul li a {
    background: none;
    padding: 10px;
    margin: 0;
    float: none;
    font: 12px 'Arial';
    text-transform: uppercase;
    color: #ffffff;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}

nav.tm_navbar .sub-menu>ul li span {
    display: inline-block;
    position: relative;
    right: 10px;
    top: 5px;
    left: auto;
    width: auto !important;
    color: #ffffff;
    font-size: 14px;
    background: none;
}

nav.tm_navbar .sub-menu>ul li a:hover {
    text-decoration: none;
    color: #002495 !important;
    background: none !important;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

nav.tm_navbar .sub-menu>ul li.sfHover>a {
    text-decoration: none;
    color: #002495 !important;
    background: none !important;
}

/* subMenu2
========================================================*/

nav.tm_navbar .sub-menu ul ul {
    position: absolute;
    display: none;
    width: 107px;
    left: 94px;
    top: -10px;
    border-radius: 0;
    list-style: none !important;
    zoom: 1;
    z-index: 11;
    background: #002495;
    padding: 10px 10px 0 10px;
    margin: 0;
    text-align: left;
}

nav.tm_navbar .sub-menu ul ul li a {
    background: none;
    padding: 0;
    margin: 0;
    float: none;
    font: 12px 'Arial';
    text-transform: uppercase;
    color: #000000;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}

nav.tm_navbar .sub-menu>ul li>ul li a:hover {
    text-decoration: none;
    color: #ffffff !important;
    background: none !important;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.select-menu {
    display: none !important;
}

/*========================================================
                    -Content-
=========================================================*/

#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 80px;
    right: 30px;
    width: 42px;
    height: 42px;
    overflow: hidden;
    border: none;
    z-index: 20;
    background: url(../img/top.png) 0 top no-repeat;
}

#toTop:hover {
    outline: none;
    background: url(../img/top.png) 0 bottom no-repeat;
}

.trainerBox {
    margin-bottom: 25px;
    position: relative;
    display: block;
}

.trainerBox figure {
    margin: 0 0 25px 0;
}

.trainerBox figure img {
    width: 100%;
}

.trainerBox a {
    font: 300 13px 'Roboto Condensed', "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #8d8d8d;
    text-transform: uppercase;
    -webkit-transition: color 0.25s ease;
    -o-transition: color 0.25s ease;
    transition: color 0.25s ease;
}

.trainerBox a:hover {
    color: #e25454;
}

.who-box {
    overflow: hidden;
}

.who-box .col-lg-4 {
    margin-bottom: 47px;
}

.thumb-box1 {
    overflow: hidden;
    padding: 39px 0;
}

.thumb-box2 {
    overflow: hidden;
    padding: 24px 0 83px 0;
}

.thumb-box2 .title {
    font: bold 48px/48px 'Roboto Condensed';
    text-transform: uppercase;
    color: #35424d;
    margin-bottom: 0;
}

.thumb-box2 .description {
    font: 24px 'Roboto Condensed';
    color: #747f88;
    margin-bottom: 13px;
    letter-spacing: 1px;
}

.thumb-box2 p {
    font: 20px/24px 'Roboto Condensed';
    color: #8595a2;
    margin-bottom: 0;
}

.thumb-box3 {
    background: url(../img/pattern.png) repeat;
    padding: 75px 0 28px 0;
    overflow: hidden;
}

.thumb-box3 .col-lg-3 {
    margin-bottom: 30px;
}

.thumb-box3 .box {
    text-align: center;
}

.thumb-box3 .box .title {
    font: 21px/24px 'Roboto Condensed';
    color: #35424d;
    text-transform: uppercase;
    margin-bottom: 3px;
}

.thumb-box3 .box figure {
    overflow: hidden;
    width: 107px;
    height: 139px;
    margin-bottom: 32px;
    display: inline-block;
}

/* .thumb-box3 .box:hover figure img {
    margin-top: -139px;
} */

/* .thumb-box3 .box:hover a {
    background: url(../img/more_btn2.png) 0 bottom no-repeat;
} */

.thumb-box3 .box p {
    margin-bottom: 23px;
}

.thumb-box3 .box a {
    width: 23px;
    height: 23px;
    display: inline-block;
    background: url(../img/more_btn2.png) 0 top no-repeat;
    overflow: hidden;
}

/* .thumb-box3 .box a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
} */

.thumb-box4 {
    overflow: hidden;
    background: #ffffff;
    padding: 70px 0 32px 0;
}

.thumb-box4 figure {
    position: relative;
    margin-bottom: 30px;
}

.thumb-box4 figure img {
    width: 100%;
}

.thumb-box4 figure:hover i {
    -webkit-transform: translateY(0) translateX(0) scale(1);
    transform: translateY(0) translateX(0) scale(1);
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    opacity: 1;
    filter: alpha(opacity=100);
}

.thumb-box4 figure i {
    width: 100%;
    height: 100%;
    position: absolute;
    padding: 0;
    top: 0;
    left: 0;
    display: block;
    background: #002495 url(../img/more_btn.png) center center no-repeat;
    background: rgba(26, 188, 156, 0.6) url(../img/more_btn.png) center center no-repeat;
    font-weight: normal;
    -webkit-transform: translateY(0) translateX(0) scale(0.25);
    transform: translateY(0) translateX(0) scale(0.25);
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    opacity: 0;
    filter: alpha(opacity=0);
}

.thumb-box5 {
    padding: 60px 0 53px 0;
    overflow: hidden;
    background-position: 100% 100%;
    background-attachment: fixed;
    position: relative;
    background-image: url(../img/pikaso_texttoimage_A-banner-showcasing-icons-for-various-pest-control.jpeg);
}

.thumb-box5 .title {
    font: bold 40px/48px 'Roboto Condensed', "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #00a650;
    letter-spacing: -1px;
    text-transform: uppercase;
    text-shadow: 1px 1px 0 #239c80;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.13);
}



.thumb-box77 {
    padding: 160px 0 153px 0;
    overflow: hidden;
    background-position: 100% 100%;
    background-attachment: fixed;
    position: relative;
    background-image: url(../img/picture3.jpg?1724513762541.jpeg);
}

.thumb-box77 .title {
    font: bold 40px/48px 'Roboto Condensed', "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #00a650;
    letter-spacing: -1px;
    text-transform: uppercase;
    text-shadow: 1px 1px 0 #239c80;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.13);
}



.thumb-box5 .description {
    color: #00a650;
    text-transform: uppercase;
    font: 16px/24px 'Roboto Condensed', "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.thumb-box5 .col-lg-4,
.thumb-box5 .col-lg-5 {
    padding-top: 22px;
}

.thumb-box6 {
    overflow: hidden;
    background: #ffffff;
    padding: 40px 0 32px 0;
}

.thumb-box6 .title {
    font: bold 36px/36px 'Roboto Condensed', "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    color: #35424d;
    margin-bottom: 0;
}

.thumb-box6 .description {
    font: 18px/24px 'Roboto Condensed', "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    color: #8595a2;
    margin-bottom: 1px;
}

.thumb-box6 p {
    font: 16px/24px 'Roboto Condensed', "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #8595a2;
    margin-bottom: 0;
}

.thumb-box7 {
    overflow: hidden;
    background: #f6f6f6;
    padding: 47px 0;
}

.thumb-box8 {
    overflow: hidden;
    background: url(../img/pattern.png) repeat;
    padding: 70px 0 38px 0;
}

.thumb-box9 {
    background: #ffffff;
    padding: 68px 0 0 0;
    overflow: hidden;
}

.thumb-box9 .col-lg-3,
.thumb-box9 .col-lg-4,
.thumb-box9 .col-lg-5 {
    margin-bottom: 38px;
}

.thumb-box10 {
    padding: 0 0 45px 0;
    overflow: hidden;
}

.thumb-box11 {
    overflow: hidden;
    background: url(../img/pattern.png) repeat;
    padding: 70px 0 74px 0;
}

.thumb-box11 .caption p{
    font: 20px/24px 'Roboto Condensed'!important;

}
.thumb-box12 {
    padding: 68px 0 60px 0;
    background: #ffffff;
    overflow: hidden;
}

.thumb-box12 .col-lg-4 {
    margin-bottom: 30px;
}

.thumb-box13 {
    padding: 60px 0 58px 0;
    overflow: hidden;
    background-position: 100% 100%;
    background-attachment: fixed;
    position: relative;
    background-image: url(../img/bg_pic1.jpg);
}

.thumb-box13 p {
    color: #ffffff;
}

.thumb-box13 .title {
    font: bold 40px/48px 'Roboto Condensed', "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #ffffff;
    letter-spacing: -1px;
    margin-bottom: 25px;
    text-transform: uppercase;
    text-shadow: 1px 1px 0 #239c80;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.13);
}

.thumb-box14 {
    background: url(../img/pattern.png) repeat;
    padding: 70px 0 9px 0;
}

/*-----subscribeForm-----*/

#newsletter {
    position: relative;
    overflow: hidden;
    display: inline-block;
    margin-top: 24px;
}

#newsletter .btn-default.btn2 {
    float: left;
}

#newsletter input {
    box-shadow: none;
    border: none;
    font: 14px/18px 'Open Sans';
    color: #a2a2a2;
    background: none;
    height: 38px;
    width: 465px;
    border: 1px solid #ccc;
    border-radius: 0;
    padding: 9px 22px;
    float: left;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}

#newsletter input:focus {
    outline: none;
    border: 1px solid #ccc;
}

#newsletter .error {
    position: absolute;
    bottom: 0;
    right: 12px;
    text-align: right;
    display: block;
    overflow: hidden;
    height: 0px;
    font-size: 10px;
    color: #3bc2a4;
    text-transform: none;
    font-weight: normal;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}

#newsletter label {
    position: relative;
    margin-right: 5px;
    float: left;
    border: none;
}

#newsletter label.invalid .error {
    height: 19px;
}

#newsletter .success {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    text-align: center;
    border: none;
    font: 14px/18px 'Open Sans';
    color: #a2a2a2;
    background: #ffffff;
    border: 1px solid #ccc;
    height: 38px;
    width: 100%;
    border-radius: 0;
    padding: 9px 16px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* thumbs
========================================================*/

.thumb-pad1 {
    margin: 0 0 30px 0;
    overflow: hidden;
    text-align: center;
    background: #002495;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}

.thumb-pad1:hover {
    background: #ff651a;
}

.thumb-pad1 .thumbnail {
    position: relative;
    margin: 0;
    border-radius: 0;
    box-shadow: none;
    border: none;
    padding: 0;
    background: none;
    overflow: hidden;
}

.thumb-pad1 .caption {
    padding: 26px 75px 38px 75px;
    color: #a2a2a2;
}

.thumb-pad1 .caption .title {
    font: 300 30px 'Roboto Condensed';
    color: #ffffff;
    margin-bottom: 4px;
    text-transform: uppercase;
}

.thumb-pad1 .caption p {
    font: bold 16px/21px 'Roboto Condensed';
    color: #ffffff;
    margin-bottom: 10px;
}

.thumb-pad1 .caption a {
    display: inline-block;
    width: 27px;
    height: 27px;
    background: url(../img/more_btn.png) 0 top no-repeat;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}

.thumb-pad1 .caption a:hover {
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.thumb-pad1 figure {
    margin: 0;
}

.thumb-pad1 figure img {
    width: 100%;
}

.thumb-pad2 {
    margin: 0;
    overflow: hidden;
}

.thumb-pad2 .thumbnail {
    position: relative;
    margin: 0;
    border-radius: 0;
    box-shadow: none;
    border: none;
    padding: 0;
    background: none;
    overflow: hidden;
}

.thumb-pad2 .caption {
    padding: 0;
    overflow: hidden;
}

.thumb-pad2 .caption p {
    font-style: italic;
}

.thumb-pad2 .caption a {
    font: 21px 'Roboto Condensed', "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #35424d;
    text-transform: uppercase;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}

.thumb-pad2 .caption a:hover {
    color: #002495;
}

.thumb-pad2 figure {
    margin: 0 30px 0 0;
    float: left;
}

.thumb-pad3 {
    margin: 0;
    overflow: hidden;
}

.thumb-pad3 .thumbnail {
    position: relative;
    margin: 0;
    border-radius: 0;
    box-shadow: none;
    border: none;
    padding: 0;
    background: none;
    overflow: hidden;
}

.thumb-pad3 .thumbnail .caption {
    padding: 0;
    overflow: hidden;
}

.thumb-pad3 .thumbnail .caption a {
    font: 900 12px/24px 'Roboto Condensed', "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #ffffff;
    text-transform: uppercase;
}

.thumb-pad3 .thumbnail .caption a:hover {
    text-decoration: underline;
}

.thumb-pad3 .thumbnail .caption img {
    display: block;
    margin-top: 8px;
}

.thumb-pad3 figure {
    margin: 0 19px 0 0;
    float: left;
}

.thumb-pad4 {
    margin: 0;
}

.thumb-pad4 .thumbnail {
    position: relative;
    margin: 0;
    border-radius: 0;
    box-shadow: none;
    border: none;
    padding: 0;
    background: none;
}

.thumb-pad4 .thumbnail .caption {
    padding: 0;
}

.thumb-pad4 figure {
    margin: 0 0 26px 0;
}

.thumb-pad4 figure img {
    width: 100%;
}

.thumb-pad5 {
    margin: 0 0 30px 0;
    text-align: center;
}

.thumb-pad5 .thumbnail {
    position: relative;
    margin: 0;
    border-radius: 0;
    box-shadow: none;
    border: none;
    padding: 0;
    background: none;
}

.thumb-pad5 .thumbnail .caption {
    padding: 0 25px;
    text-align: center;
}

.thumb-pad5 .thumbnail .caption a {
    font: 21px 'Roboto Condensed', "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #35424d;
    text-transform: uppercase;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}

.thumb-pad5 .thumbnail .caption a:hover {
    color: #002495;
}

.thumb-pad5 figure {
    margin: 0 0 35px 0;
}

.thumb-pad5 figure img {
    width: 100%;
}

.thumb-pad6 {
    margin: 0 0 30px 0;
    overflow: hidden;
    text-align: center;
    background: #002495;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}

.thumb-pad6:hover {
    background: #2c2c2c;
}

.thumb-pad6 .thumbnail {
    position: relative;
    margin: 0;
    border-radius: 0;
    box-shadow: none;
    border: none;
    padding: 0;
    background: none;
    overflow: hidden;
}

.thumb-pad6 .caption {
    padding: 26px 15px 38px 15px;
    color: #a2a2a2;
}

.thumb-pad6 .caption .title {
    font: 300 30px 'Roboto Condensed';
    color: #ffffff;
    margin-bottom: 4px;
    text-transform: uppercase;
}

.thumb-pad6 .caption p {
    font: bold 14px/21px 'Roboto Condensed';
    color: #ffffff;
    margin-bottom: 10px;
}

.thumb-pad6 .caption a {
    display: inline-block;
    width: 27px;
    height: 27px;
    background: url(../img/more_btn.png) 0 top no-repeat;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}

.thumb-pad6 .caption a:hover {
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.thumb-pad6 figure {
    margin: 0;
}

.thumb-pad6 figure img {
    width: 100%;
}

.thumb-pad7 {
    margin: 0;
    overflow: hidden;
}

.thumb-pad7 .thumbnail {
    padding: 0;
    margin: 0;
    border-radius: 0;
    box-shadow: none;
    border: none;
    background: none;
    overflow: hidden;
    display: block;
}

.thumb-pad7 .thumbnail .caption {
    padding: 0;
    overflow: hidden;
}

.thumb-pad7 .thumbnail figure {
    margin: 0 30px 0 0;
    width: 400px;
    float: left;
}

.thumb-pad7 .thumbnail figure img {
    width: 100%;
}

.thumb-pad8 {
    margin: 0 0 78px 0;
    padding: 0 0 75px 0;
    border-bottom: 1px solid #ccc;
}

.thumb-pad8.indent {
    border-bottom: none;
}

.thumb-pad8 .badge {
    width: 52px;
    height: 52px;
    border-radius: 100%;
    background: #39464f;
    float: left;
    margin: 0 17px 0 0;
    padding: 7px 0 0 0;
    text-align: center;
    font: 14px/18px 'Roboto Condensed', "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #ffffff;
}

.thumb-pad8 .lnk {
    font: 21px/25px 'Roboto Condensed', "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #35424d;
    text-transform: uppercase;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}

.thumb-pad8 .lnk:hover {
    color: #002495;
}

.thumb-pad8 .extra-wrap p {
    margin: 0;
    color: #9f9f9f;
}

.thumb-pad8 .extra-wrap p a {
    color: #9f9f9f;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}

.thumb-pad8 .extra-wrap p a:hover {
    color: #002495;
}

.thumb-pad8 .extra-wrap p span {
    color: #9f9f9f;
    font-size: 13px;
    margin-right: 3px;
}

.thumb-pad8 .thumbnail {
    padding: 42px 0 0 0;
    margin: 0;
    border-radius: 0;
    box-shadow: none;
    border: none;
    background: none;
    overflow: hidden;
    width: 100%;
}

.thumb-pad8 .thumbnail .caption {
    padding: 0;
    color: #a2a2a2;
}

.thumb-pad8 .thumbnail figure {
    margin: 0 30px 0 0;
    float: left;
}

.thumb-pad8 .thumbnail figure img {
    width: 100%;
}

.thumb-pad9 {
    margin: 0 0 43px 0;
    overflow: hidden;
}

.thumb-pad9 .thumbnail {
    padding: 0;
    margin: 0;
    border-radius: 0;
    box-shadow: none;
    border: none;
    background: none;
    overflow: hidden;
    display: block;
}

.thumb-pad9 .thumbnail .caption {
    padding: 0;
    overflow: hidden;
}

.thumb-pad9 .thumbnail .caption p {
    margin: 0;
}

.thumb-pad9 .thumbnail .caption time {
    font: 13px 'Roboto Condensed', "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    color: #35424d;
}

.thumb-pad9 .thumbnail figure {
    margin: 0 33px 0 0;
    float: left;
}

.thumb-pad9 .thumbnail figure img {
    width: 100%;
}

/* btn
========================================================*/

.btn-default.btn1 {
    box-shadow: none;
    text-decoration: none;
    display: inline-block;
    padding: 0 21px;
    font: 14px/50px 'Roboto Condensed', "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 66px 0 0 0;
    text-shadow: none;
    border-radius: 0;
    color: #ffffff;
    background: #35424d;
    float: none;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}

.btn-default.btn1:hover {
    color: #ffffff;
    background: #002495;
    text-decoration: none;
}

.btn-default.btn2 {
    box-shadow: none;
    text-decoration: none;
    display: inline-block;
    padding: 0 26px;
    font: 14px/36px 'Roboto Condensed', "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0;
    text-shadow: none;
    border-radius: 0;
    color: #2f2f2f;
    text-transform: uppercase;
    border: 1px solid #ccc;
    background: none;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}

.btn-default.btn2:hover {
    color: #ffffff;
    background: #3bc2a4;
    border-color: #3bc2a4;
    text-decoration: none;
}

.btn-default.btn3 {
    box-shadow: none;
    text-decoration: none;
    display: inline-block;
    padding: 0 21px;
    font: 14px/50px 'Roboto Condensed', "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0;
    text-shadow: none;
    border-radius: 0;
    color: #ffffff;
    background: #002495;
    float: none;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}

.btn-default.btn3:hover {
    color: #ffffff;
    background: #39464f;
    text-decoration: none;
}

/* list
========================================================*/

.list1-1 {
    margin: 0;
    padding: 0;
    list-style: none;
}

.list1-1 li {
    font-size: 13px;
    line-height: 1.428571429;
    margin: 0 0 17px 0;
    padding: 0 0 0 20px;
    position: relative;
}

.list1-1 li a {
    font: 14px 'Roboto Condensed', "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    color: #ffffff;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}

.list1-1 li a:hover {
    color: #35424d;
}

.list1-1 li::after {
    position: absolute;
    left: 0;
    top: 7px;
    width: 6px;
    height: 6px;
    background: #eaf7f4;
    border-radius: 100%;
    content: '';
}

.list1 {
    margin: 0 0 30px 0;
    padding: 0;
    list-style: none;
}

.list1 li {
    font-size: 13px;
    line-height: 1.428571429;
    margin: 0 0 27px 0;
    padding: 0;
}

.list1 li .badge {
    width: 52px;
    height: 52px;
    border-radius: 100%;
    background: #39464f;
    float: left;
    margin: 0 17px 0 0;
    padding: 7px 0 0 0;
    text-align: center;
    font: 14px/18px 'Roboto Condensed', "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #ffffff;
}

.list2 {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
}

.list2 li {
    font-size: 13px;
    line-height: 1.428571429;
    margin: 0 0 0 85px;
    float: left;
}

.list2 li a {
    display: inline-block;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}

.list2 li a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
}

.list2 li:first-child {
    margin: 0;
}

.list3 {
    margin: 0;
    padding: 0;
    list-style: none;
}

.list3 li {
    font-size: 13px;
    line-height: 1.428571429;
    margin: 0 0 12px 0;
    padding: 0 0 0 12px;
    position: relative;
}

.list3 li a {
    font: 13px 'Roboto Condensed', "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #b8b7b7;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}

.list3 li a:hover {
    color: #002495;
}

.list3 li::after {
    position: absolute;
    left: 0;
    top: 7px;
    width: 4px;
    height: 4px;
    background: #002495;
    border-radius: 100%;
    content: '';
}

.list4 {
    margin: 0;
    padding: 0;
    list-style: none;
}

.list4 li {
    font-size: 13px;
    line-height: 1.428571429;
    margin-bottom: 28px;
}

.list4 li p {
    margin-bottom: 0;
    text-transform: uppercase;
    color: #ddd;
    font-size: 12px;
    line-height: 20px;
}

.list4 li p a {
    color: #ddd;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}

.list4 li p a:hover {
    color: #002495;
}

.list4 li figure {
    float: left;
    margin-right: 10px;
    width: 23px;
}

.list5 {
    margin: 0;
    padding: 16px 0 17px 0;
    list-style: none;
}

.list5 li {
    font-size: 13px;
    line-height: 1.428571429;
    margin: 0 0 12px 0;
    padding: 0 0 0 34px;
    position: relative;
}

.list5 li a {
    font: 13px 'Roboto Condensed', "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #a2a2a2;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}

.list5 li a:hover {
    color: #002495;
}

.list5 li::after {
    position: absolute;
    left: 0;
    top: 5px;
    width: 8px;
    height: 8px;
    background: #002495;
    border-radius: 100%;
    content: '';
}

.list5-1 {
    margin: 0;
    padding: 16px 0 17px 0;
    list-style: none;
}

.list5-1.indent {
    border-bottom: 1px solid #ccc;
    padding-bottom: 60px;
    margin-bottom: 70px;
}

.list5-1 li {
    font-size: 13px;
    line-height: 1.428571429;
    margin: 0 0 12px 0;
    padding: 0 0 0 20px;
    position: relative;
}

.list5-1 li a {
    font: 13px 'Roboto Condensed', "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    color: #a2a2a2;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}

.list5-1 li a:hover {
    color: #002495;
}

.list5-1 li::after {
    position: absolute;
    left: 0;
    top: 5px;
    width: 8px;
    height: 8px;
    background: #002495;
    border-radius: 100%;
    content: '';
}

.list6 {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
}

.list6 li {
    font-size: 13px;
    line-height: 1.428571429;
    overflow: hidden;
    margin-bottom: 13px;
}

.list6 li span {
    width: 52px;
    height: 52px;
    border-radius: 100%;
    background: #39464f;
    font: bold 18px/52px 'Roboto Condensed', "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #ffffff;
    display: inline-block;
    float: left;
    margin: 8px 16px 0 0;
    text-align: center;
}

.list7 {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
}

.list7 li {
    font-size: 13px;
    line-height: 1.428571429;
    overflow: hidden;
    margin-bottom: 13px;
}

.list7 li span {
    width: 69px;
    height: 69px;
    border-radius: 100%;
    background: #002495;
    color: #ffffff;
    font-size: 36px;
    line-height: 69px;
    display: inline-block;
    float: left;
    margin: 8px 30px 0 0;
    text-align: center;
}

.list8 {
    margin: 0;
    padding: 0 0 50px 0;
    list-style: none;
    overflow: hidden;
}

.list8 li {
    font-size: 13px;
    line-height: 1.428571429;
    margin-bottom: 28px;
}

/* search
========================================================*/

#search-404 {
    padding: 0;
    margin: 40px 0 0 0;
    position: relative;
}

#search-404 a {
    position: absolute;
    top: 13px;
    right: 12px;
    display: inline-block;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}

#search-404 a:hover {
    opacity: 0.5;
    filter: alpha(opacity=50);
}

#search-404 input {
    box-shadow: none;
    border-radius: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    width: 100%;
    outline: none;
    background: none;
    border: 1px solid #ccc;
    font: 13px 'Roboto Condensed', "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 18px;
    color: #a2a2a2;
    padding: 13px 33px 13px 13px;
    height: 47px;
    resize: none;
}

#search {
    margin: 0 0 0 10px;
    position: relative;
    float: right;
}

#search a {
    font-size: 14px;
    color: #dbdbdb;
    position: absolute;
    top: 9px;
    right: 8px;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}

#search a:hover {
    color: #353535;
}

#search input {
    box-shadow: none;
    border-radius: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    margin: 0;
    width: 270px;
    border: 1px solid #ffffff;
    font: 12px 'Roboto Condensed', "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #a2a2a2;
    padding: 6px 30px 6px 14px;
    height: 32px;
    outline: none;
    resize: none;
    overflow: hidden;
}

/* map
========================================================*/

.map {
    margin-bottom: 75px;
}

.map iframe {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 442px;
    border: none;
    line-height: 0;
    overflow: hidden;
}

.info {
    margin-bottom: 50px;
}

.info p {
    margin-bottom: 0;
}

.info p span {
    width: 107px;
    display: inline-block;
}

.info p a {
    color: #002495;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}

.info p a:hover {
    color: #35424d;
}

.mail {
    color: #002495;
    font: 13px 'Roboto Condensed', "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-decoration: none;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}

.mail:hover {
    color: #35424d;
    text-decoration: none;
}

.errorBox {
    text-align: center;
}

.errorBox .description {
    font: 48px/48px 'Roboto Condensed', "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #1f1f1f;
    text-transform: uppercase;
    margin-bottom: 40px;
}

.errorBox .title {
    font: bold 172px/172px 'Roboto Condensed', "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #002495;
    margin-bottom: 19px;
}

.errorBox p {
    font-size: 18px;
    line-height: 24px;
}

/*========================================================
                    footer
=========================================================*/

footer {
    padding: 46px 0 0 0;
    overflow: hidden;
}

footer em {
    font-style: normal;
}

footer .prev {
    font: 12px 'Open Sans';
    color: #ddd;
    margin-bottom: 10px;
    text-transform: uppercase;
}

footer .prev span {
    font: 33px 'Pacifico';
    text-transform: none;
    margin-right: 6px;
    color: #ffffff;
}

footer .prev a {
    color: #ddd;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}

footer .prev a:hover {
    color: #002495;
}

footer .follow_icon {
    float: none;
}

footer .col-lg-3 {
    margin-bottom: 46px;
}

/*========================================================
                RESPONSIVE LAYOUTS STYLES 
=========================================================*/

@media (min-width: 1220px) {
    .container {
        padding: 0;
    }
    .btn-default.btn1 {
        float: right;
    }
}

/*===========================================================================================================================*/

@media (min-width: 992px) and (max-width: 1219px) {
    .list2 li {
        margin: 0 0 0 28px;
    }
}

/*===========================================================================================================================*/

@media (min-width: 768px) and (max-width: 991px) {
    #toTop {
        display: none !important;
    }
    .follow-box {
        text-align: center;
    }
    .follow-box .address_icon {
        display: inline-block;
        float: none;
        margin-bottom: 30px;
    }
    .follow-box .address_icon li {
        float: none;
        margin: 0 0 15px 0;
    }
    .follow-box .address_icon li img {
        float: none;
    }
    .follow-box .follow_icon {
        float: none;
        margin: 0 0 15px 0;
    }
    .thumb-pad1 .caption {
        padding: 26px 15px;
        color: #a2a2a2;
    }
    .thumb-box5 .col-lg-4,
    .thumb-box5 .col-lg-5 {
        padding: 0;
        margin-bottom: 35px;
    }
    .list2 {
        text-align: center;
    }
    .list2 li {
        float: none;
        display: inline-block;
        margin: 0 15px 0;
    }
    .thumb-pad7 .thumbnail figure {
        margin: 0 0 20px 0;
        float: none;
    }
}

/*===========================================================================================================================*/

@media (max-width: 767px) {
    #toTop {
        display: none !important;
    }
    nav.tm_navbar {
        float: none;
        width: 100%;
        text-align: center;
    }
    nav.tm_navbar .nav {
        display: none;
    }
    header {
        text-align: center;
    }
    header h1.navbar-brand_ {
        float: none;
        margin-bottom: 15px;
    }
    .select-menu {
        display: inline-block !important;
        padding: 4px 4px 4px 0;
        margin: 0;
        width: 100%;
        border: 1px solid #31353d;
        background: #31353d;
        color: #ffffff;
        cursor: pointer;
        height: 30px;
        font-size: 12px;
        vertical-align: middle;
    }
    .follow-box {
        text-align: center;
    }
    .follow-box .address_icon {
        display: inline-block;
        float: none;
        margin-bottom: 30px;
    }
    .follow-box .address_icon li {
        float: none;
        margin: 0 0 15px 0;
    }
    .follow-box .address_icon li img {
        float: none;
    }
    .follow-box .follow_icon {
        float: none;
        margin: 0 0 15px 0;
    }
    .thumb-box5 .col-lg-4,
    .thumb-box5 .col-lg-5 {
        padding: 0;
        margin-bottom: 35px;
    }
    #newsletter {
        display: block;
    }
    #newsletter input {
        width: 100%;
        float: none;
        margin-right: 0;
    }
    #newsletter label {
        margin-right: 0;
        float: none;
        width: 100%;
    }
    .list2 {
        text-align: center;
    }
    .list2 li {
        float: none;
        display: inline-block;
        margin: 0 15px 0;
    }
    .thumb-pad4 figure {
        margin: 0 20px 0 0;
        float: left;
    }
    .thumb-pad7 .thumbnail figure {
        margin: 0 0 20px 0;
        float: none;
    }
    .map iframe {
        height: 300px;
    }
    footer {
        text-align: center;
    }
    footer .list3 li {
        margin: 0 3px 12px 0;
        display: inline-block;
    }
    footer figure {
        float: none !important;
        margin: 0 0 15px 0;
        display: inline-block;
    }
}

/*===========================================================================================================================*/

@media (max-width: 626px) {
    .thumb-pad4 figure {
        margin: 0 0 26px 0;
        float: none;
    }
    .thumb-pad8 .thumbnail figure {
        margin: 0 0 20px 0;
        float: none;
    }
}

/*===========================================================================================================================*/

/*===========================================================================================================================*/

@media (max-width: 480px) {
    .col-xs-6 {
        width: 100%;
        float: none;
    }
    .thumb-pad2 figure {
        margin: 0 0 20px 0;
        float: none;
    }
}

/*===========================================================================================================================*/

@media (max-width: 320px) {
    .col-xs-4 {
        width: 100%;
        float: none;
    }
    .col-xs-6 {
        width: 100%;
        float: none;
    }
    .thumb-pad2 figure img {
        width: 100%;
    }
}


.de-filter{
    filter: invert(42%) sepia(81%) saturate(827%) hue-rotate(113deg) brightness(92%) contrast(101%) !important;
}
.auto-height{
    height: 1100px!important;
}
.auto-height2{
    height: auto!important;
}

.topdiv .thumb-pad1 .caption .title {
    font: 295 17px 'Roboto Condensed';
    color: #ffffff;
    margin-bottom: 4px;
    text-transform: uppercase;
}
.topdiv .thumb-pad1 .caption {
    padding: 10px;
    color: #a2a2a2;
}
/*===========================================================================================================================*/
.nav.sf-menu > li:hover .submenu {
    display: block;
}
/*Core variables and mixins*/

/*-------------------------------------------------*/

/*-------------------------------------------------*/