body {
    word-wrap: break-word;
    -ms-word-wrap: break-word;
    color: #333333;
	font-size:12px; line-height:22px;font-family:Verdana;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

blockquote {
    margin: 1em 0;
    border-left: 10px solid #0B60A9;
    padding-left: 12px;
    font-style: italic;
    font-weight: 400;
    letter-spacing: 0.1em;
}

dt {
    font-weight: bold;
}

pre {
    white-space: pre;
    word-wrap: normal;
    overflow-x: scroll;
    line-height: 1.3;
    margin: 1em 0;
}

figure {
    max-width: 100%;
    height: auto;
}
img {
    max-width: 100%;
    height: auto;
}

h1 {
    font-size: 16px;
}

h2 {
    font-size: 14px;
}

p {
    color: #333333;
	margin-top:7px;
	margin-bottom:8px;
}

a {
    color: #0B60A9;
    text-decoration: none;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

a:hover {
    text-decoration:underline;
    outline: 0;
}

input::-moz-focus-inner {
    border: 0;
}

a img {
    border: none;
}

img {
    max-width: 100%;
}

.nomargin-bottom {
    margin-bottom: 0 !important;
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 9999;
}

#status {
    height: 200px;
    position: absolute;
    left: 50%;
    top: 50%;
    background-repeat: no-repeat;
    background-position: center;
    transform: translate(-50%, -50%);
}

a.button-normal {
    background-color: #0B60A9;
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    padding: 4px 14px;
    margin-top: 0px;
    display: inline-block;
}

a.button-normal:hover {
    background-color: #08487e;
}

a.button-normal.white {
    background-color: #ffffff;
    color: #333333;
}

a.button-normal.white:hover {
    background-color: #0B60A9;
    color: #ffffff;
}

a.button-normal.with-icon {
    position: relative;
    padding: 6px 30px;
}

a.button-normal.with-icon .icon {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    line-height: 48px;
    font-size: 20px;
    padding: 0 6px 0 10px;
    background-color: #08487e;
}

a.button-normal.with-icon-left {
    position: relative;
    padding: 10px 30px 10px 67px;
}

a.button-normal.with-icon-left .icon {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    line-height: 48px;
    font-size: 20px;
    padding: 0 6px 0 10px;
    background-color: #08487e;
}
#header {
    position: relative;
    z-index: 1000;
}
.top-header {
    background: #ffffff;
    padding: 20px 15px;
    margin-top: 40px;
}

.top-header .logo img {
    margin-top: 5px;
}

.top-header ul {
    float: right;
    margin: 0;
    padding: 0;
}

.top-header ul li {
    display: inline-block;
    margin: 0 10px;
}

.top-header ul li.last {
    margin-right: 0;
}

.top-header ul li i {
    float: left;
    margin-right: 10px;
    padding: 12px 12px;
    background-color: #0B60A9;
    color: #ffffff;
    font-size: 18px;
}

.top-header ul li p {
    float: right;
    overflow: hidden;
    margin: 0;
}

.top-header ul li p span {
    display: block;
    width: 100%;
}

.top-header ul li p span.heading {
    line-height: 18px;
	    color: #999;
    font-weight: bold;
}
.main-menu {
    position: relative;
    height: 60px;
    background: #0B60A9;
    width: auto;
}

.main-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
    line-height: 1;
}

.main-menu > ul {
    position: relative;
    display: inline-block;
    z-index: 500;
    float: left;
    padding: 0 15px;
}

.main-menu:after,
.main-menu > ul:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.main-menu.align-right > ul > li {
    float: right;
}

.main-menu.align-center ul {
    text-align: center;
}

.main-menu.align-center ul ul {
    text-align: left;
}

.main-menu > ul > li {
    display: inline-block;
    position: relative;
    margin: 0;
    padding: 0;
}

.main-menu > ul > #menu-button {
    display: none;
}

.main-menu ul li a {
    display: block;
    text-decoration: none;
}

.main-menu > ul > li > a {
	font-family:Arial;
    font-size: 14px;
    font-weight: 700;
    padding: 23px 15px;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    -webkit-transition: opacity 0.25s ease-out;
    -moz-transition: opacity 0.25s ease-out;
    -ms-transition: opacity 0.25s ease-out;
    -o-transition: opacity 0.25s ease-out;
    transition: opacity 0.25s ease-out;
}

.main-menu > ul > li:hover > a {
    opacity: 0.7;
}

.main-menu li.has-sub::after {
    display: block;
    content: "";
    position: absolute;
    width: 0;
    height: 0;
}

.main-menu ul ul {
    position: absolute;
    left: -9999px;
    top: 70px;
    opacity: 0;
    -webkit-transition: opacity .3s ease, top .25s ease;
    -moz-transition: opacity .3s ease, top .25s ease;
    -ms-transition: opacity .3s ease, top .25s ease;
    -o-transition: opacity .3s ease, top .25s ease;
    transition: opacity .3s ease, top .25s ease;
    z-index: 1000;
}

.main-menu ul ul ul {
    top: 37px;
    padding-left: 5px;
}

.main-menu ul ul li {
    position: relative;
}

.main-menu > ul > li:hover > ul {
    left: auto;
    top: 50px;
    opacity: 1;
}

.main-menu.align-right > ul > li:hover > ul {
    left: auto;
    right: 0;
    opacity: 1;
}

.main-menu ul ul li:hover > ul {
    left: 170px;
    top: 0;
    opacity: 1;
}

.main-menu.align-right ul ul li:hover > ul {
    left: auto;
    right: 170px;
    top: 0;
    opacity: 1;
    padding-right: 5px;
}

.main-menu ul ul li a {
    width: 160px;
    border-bottom: 1px solid #08487e;
    padding: 15px 15px;
    font-size: 14px;
    color: #ffffff;
    background: #0B60A9;
    -webkit-transition: all .35s ease;
    -moz-transition: all .35s ease;
    -ms-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
}

.main-menu.align-right ul ul li a {
    text-align: right;
}

.main-menu ul ul li:hover > a {
    background: #08487e;
}

.main-menu ul ul li:last-child > a,
.main-menu ul ul li.last > a {
    border-bottom: 0;
}
#slide-buttons {
    background: none;
    display: none;
    border: none;
    font-size: 34px;
    line-height: 26px;
    position: relative;
    top: 6px;
    padding: 0;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}

#slide-buttons:hover,
.c-menu__close:hover {
    opacity: 0.7;
}

.c-menu {
    position: fixed;
    z-index: 3000;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
}

.c-menu--slide-right {
    width: 100%;
    height: 100%;
}

@media all and (min-width: 320px) {
    .c-menu--slide-right {
        width: 300px;
    }
}
.c-menu .search-input {
    position: relative;
    padding: 15px 30px;
}

.c-menu .search-input button {
    position: absolute;
    right: 35px;
    top: 23px;
    background: none;
    border: none;
}

ul.slide-menu-items {
    padding: 0 15px;
    margin-top: 15px;
    margin-bottom: 0;
    text-align: left;
}

ul.slide-menu-items li  {
    cursor: pointer;
}

ul.slide-menu-items li a {
    text-transform: uppercase;
    color: #ffffff;
    font-size: 15px;
    display: inline-block;
    padding: 5px 15px;
}

ul.slide-menu-items li ul {
    padding-left: 10px;
}

ul.slide-menu-items li ul li a {
    font-size: 13px;
}

ul.slide-menu-items li.active a,
ul.slide-menu-items li a:hover {
    opacity: 0.6;
}

ul.slide-menu-items li.has-sub {
    position: relative;
}

ul.slide-menu-items li.has-sub:after {
    font-family: "logistics" !important;
    content: "\70";
    position: absolute;
    right: 15px;
    top: 2px;
    color: #ffffff;
    font-size: 20px;
}

ul.slide-menu-items li.has-sub.open:after {
    font-family: "logistics" !important;
    content: "\6f";
    position: absolute;
    right: 15px;
    top: 2px;
    color: #ffffff;
    font-size: 20px;
}

ul.slide-menu-items li.has-sub > ul {
    display: none;
}

.c-menu--slide-right .c-menu__close {
    padding: 5px;
}

.c-menu--slide-right {
    top: 0;
    right: 0;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
}

@media all and (min-width: 320px) {
    .c-menu--slide-right {
        -webkit-transform: translateX(300px);
        -ms-transform: translateX(300px);
        transform: translateX(300px);
    }
}

.c-menu--slide-right.is-active {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.c-menu__close {
    color: #fff;
    background-color: transparent;
    font-size: 34px;
    line-height: 26px;
    border: none;
    box-shadow: none;
    border-radius: 0;
    cursor: pointer;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.c-menu__close:focus {
    outline: none;
}

.slide-overlay {
    position: fixed;
    z-index: 2000;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 0;
    height: 0;
    background-color: #000;
    opacity: 0;
    -webkit-transition: opacity 0.3s, width 0s 0.3s, height 0s 0.3s;
    transition: opacity 0.3s, width 0s 0.3s, height 0s 0.3s;
}

.slide-overlay.is-active {
    width: 100%;
    height: 100%;
    opacity: 0.7;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.c-menu .info {
    position: relative;
    z-index: 5000;
    padding: 40px 30px 0;
}

.c-menu .info ul {
    padding: 0;
    border: 1px solid #ffffff;
    padding: 15px 15px;
}

.c-menu .info ul li {
    display: block;
    overflow: hidden;
    margin-bottom: 15px;
}

.c-menu .info ul li.last, 
.c-menu .info ul li p {
    margin: 0;
}

.c-menu .info ul li p span {
    display: block;
    width: 100%;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
}

.c-menu .info ul li p span.heading {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
}
.main-menu .right-section {
    position: relative;
    float: right;    margin-top: 12px;
    margin-right: 22px;
}

.right-section .search {
    float: left;
    height: 50px;
}

.right-section .search i {
    cursor: pointer;
    line-height: 50px;
    color: #ffffff;
    padding: 0 20px;
    border-left: 1px solid #08487E;
}

.right-section .search-input {
    position: absolute;
    bottom: -40px;
    width: 100%;
}

.right-section .search-input input {
    border: none;
    opacity: 0;
    visibility: hidden;
    height: 40px;
    width: 100%;
    padding: 0 20px;
    -webkit-transition: all .35s ease;
    -moz-transition: all .35s ease;
    -ms-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
}

.right-section .search-input input.show {
    opacity: 1;
    visibility: visible;
}

.right-section .quote-link {
    float: right;
}

.right-section .quote-link a {
       height: 38px;
    color: #ffffff;
    padding: 7px 20px;
    display: inline-block;
    background-color: #08487e;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.1em;
}
.right-section .quote-link a:hover {text-decoration:none;}
.header-style-2 .top-header {
    margin-top: 0;
}
.header-style-2 .navigation {
    background-color: #0B60A9;
    height: 50px;
}
.header-style-2 .main-menu > ul {
    padding: 0;
}
.header-style-2 .main-menu > ul > li:first-child > a {
    padding-left: 0;
}

.wrapper {
    padding: 30px 0;
}

.bg-color {
    background-color: #f6f6f6;
}
.page-title {
    position: relative;
    z-index: 100;
    background-size: cover;
    background-position: center center;
}

.page-title .title-wrap {
    position: absolute;
    bottom: 10%;
}

.page-title .title-wrap h1 {
    color: #ffffff;
    text-transform: uppercase;
}

.page-title .title-wrap h1:after {
    content: '';
    display: block;
    margin-top: 20px;
    width: 75px;
    border-top: 3px solid #ffffff;
}

.page-title .title-wrap .breadcrumbs p {
    color: #ffffff;
}

.page-title .title-wrap .breadcrumbs span {
    margin: 0 5px;
}

.page-title .title-wrap .breadcrumbs span.arrow {
    margin: 0;
    position: relative;
    top: 3px;
    font-size: 16px;
}
.home-slider {
    display: inline-block;
    float: left;
    width: 100%;
}

.home-slider li {
    background-size: cover;
    background-position: center center;
}

.home-slider .caption-wrap {
    position: absolute;
    top: 44%;
    width: 35%;
    z-index: 100;
	left:10%;
}
.home-slider .caption-wrap p {
    color: #ffffff;
    font-size: 17px;
    margin-top: 20px;
    line-height: 26px;
}
.caption.wow.fadeInUp.animated p {
    font-family: fantasy;
    font-size: 40px;
    letter-spacing: 8px;
}
.caption.wow.fadeInUp.animated p:after {
    content: '';
    background-color: #ffffff;
    width: 100px;
    height: 4px;
    margin-top: 20px;
    display: block;
}

.home-slider .flex-direction-nav .flex-next:hover,
.home-slider .flex-direction-nav .flex-prev:hover {
    opacity: 0.7;
}

.home-slider .flex-direction-nav .flex-next,
.flexslider:hover .flex-direction-nav .flex-next {
    right: 30px;
}

.home-slider .flex-direction-nav .flex-next,
.home-slider .flex-direction-nav .flex-prev {
    opacity: 1;
     width: 35px;
    height: 50px;
    overflow: hidden;
    padding-top: 13px;
}
.home-slider .flex-direction-nav .flex-prev,
.flexslider:hover .flex-direction-nav .flex-prev {
    left: 30px;
}

.home-slider .flex-direction-nav a:before {
    font-size: 75px;
    color: #ffffff;
}

.home-slider .flex-direction-nav a.flex-next:before {
    content: "\f105"; font-family: fontawesome;
}

.home-slider .flex-direction-nav a.flex-prev:before {
    content: "\f104";    font-family: fontawesome;
}

.services {
    background: #272626;
    background-size: cover;
    background-position: center center;
    padding-bottom: 40px;
    display: inline-block;
    width: 100%;
}

.services .email-quote {
    background-color: #0B60A9;
    position: relative;
    top: -50px;
    z-index: 500;
    padding: 20px 60px;
    margin-bottom: 0px;
}
.services .email-quote input.col-md-6 {
    width: 50%;
}

.services .email-quote select {
    height: 40px;
    border: none;
    padding: 0 10px;
    cursor: pointer;
    position: relative;
    display: inline;
    width: 62%;
    float: left;
}

.services .email-quote button {
    background-color: #08487e;
    color: #ffffff;
    border: none;
    height: 40px;
    padding: 0 20px;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-left: 15px;
}

.services .services-wrap {
    position: relative;
    z-index: 500;
}

.services .services-content {
    position: relative;
    z-index: 1;
    display: inline-block;
    overflow: hidden;
    width: 100%;
    height: 400px;
}

.services .services-content .services-image {
    background-size: cover;
    background-position: center center;
    display: block;
    width: 100%;
    height: 100%;
}

.services .services-text {
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    padding: 0 15%;
    z-index: 500;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}


.services .active .item .services-text {
    opacity: 1;
}

.services .item .services-content .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.9);
}

.services .active .item .services-content .overlay {
    background-color: rgba(0, 0, 0, 0.65);
}

.services .services-wrap-carousel .owl-prev,
.services .services-wrap-carousel .owl-next {
    background: transparent !important;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.services .services-wrap-carousel .owl-prev {
    left: 0;
}

.services .services-wrap-carousel .owl-next {
    right: 0;
}

.services .services-wrap-carousel .owl-prev i,
.services .services-wrap-carousel .owl-next i {
    font-size: 60px;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}
.services .services-wrap-carousel i:hover {
    opacity: 0.6;
}
.features.wrapper {
    padding: 100px 0 60px 0;
}

.features-item {
    position: relative;
    overflow: hidden;
    padding: 20px 20px 20px 150px;
    margin-bottom: 40px;
    -webkit-box-shadow: 0px 5px 30px 0px rgba(50, 50, 50, 0.1);
    -moz-box-shadow: 0px 5px 30px 0px rgba(50, 50, 50, 0.1);
    box-shadow: 0px 5px 30px 0px rgba(50, 50, 50, 0.1);
}

.features-item .icon-wrap {
    background-color: #0B60A9;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    padding: 0px 35px;
}

.features-item .icon-wrap i {
    font-size: 60px;
    color: #ffffff;
    line-height: 165px;
}
.services-calculator-wrap {
    position: relative;
}

.services-calculator .intro-section {
    padding-top: 100px;
}

.services-calculator .intro-section p {
    font-size: 16px;
}

.services-calculator .intro-section .image {
    position: absolute;
    max-width: 550px;
}

.services-calculator .intro-section .image img {
    transform: translate(-5%, 12%);
}

.services-calculator .form-section form {
    background-color: #0B60A9;
    padding: 100px 40px;
}

.services-calculator .form-section form p.intro {
    color: #ffffff;
}

.services-calculator .form-section form label {
    display: inline-block;
    min-width: 140px;
    color: #ffffff;
}
.services-calculator .form-section select {
    width: 100%;
    height: 40px;
    border: none;
    margin-bottom: 30px;
    padding: 0 10px;
    cursor: pointer;
}
.services-calculator .form-section p.extra-services {
    width: 50%;
    display: inline-block;
}
.services-calculator .form-section p.extra-services span,
.services-calculator .form-section p.fragile span {
    width: 100%;
    display: block;
}
.services-calculator .form-section p.extra-services span label,
.services-calculator .form-section p.fragile span label {
    font-size: 13px;
}
.services-calculator .form-section p.extra-services span input,
.services-calculator .form-section p.fragile span input {
    width: 20px;
    height: 17px;
    position: relative;
    top: 5px;
}
.services-calculator .form-section p.fragile {
    width: 50%;
    float: right;
}
.services-calculator .form-section p.fragile span label {
    min-width: 50px;
}
#totalPrice {
    background-color: #08487e;
    padding: 10px 15px;
    margin-top: 30px;
    color: #ffffff;
    font-size: 18px;
    text-transform: uppercase;
}
.testimonial {
    background-image: url(../img/rev-bg.jpg);
    background-size: cover;
    background-attachment: fixed;
}

.testimonial .owl-carousel .owl-stage-outer {
    padding-bottom: 60px;
}

.testimonial-item {
    position: relative;
    background-color: rgba(255, 255, 255, 0.2);
    background-repeat: no-repeat;
    background-position: 30px 85%;
    padding: 30px 30px 70px 30px;
}

.testimonial-item p {
    color: #ffffff;
}

.testimonial-item .client-info {
    position: absolute;
    right: 15px;
    bottom: -50px;
    background-color: #ffffff;
    padding: 15px 20px;
}

.testimonial-item .client-info img {
    width: auto;
    float: left;
    margin-right: 15px;
}

.testimonial-item .client-info .client-details {
    float: right;
    overflow: hidden;
    margin-top: 8px;
}

.testimonial-item .client-info .client-details h3 {
    font-size: 18px;
    margin: 0;
}

.testimonial-item .client-info .client-details p {
    font-style: normal;
    margin: 0;
	color:#333;
}
.our-partner {
    margin-top: 80px;
}

.partner-logo img {
    margin: 0 auto;
    cursor: pointer;
    -webkit-transition: all .35s ease;
    -moz-transition: all .35s ease;
    -ms-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
}

.partner-logo img:hover {
    opacity: 0.5;
}
.latest-post .post-thumb {
    position: relative;
    margin-bottom: 15px;
}

.latest-post .post-thumb .overlay {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background: rgba(11, 96, 169, 0.8);
    background-position: center center;
    background-size: 30px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    text-align: center;
    opacity: 0;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
}

.latest-post .post-thumb:hover .overlay {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
}

.latest-post .post-content .date {
    float: left;
    margin-right: 15px;
    background-color: #0B60A9;
    padding: 10px;
}

.latest-post .post-content .date span {
    font-weight: 700;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
    display: block;
    color: #ffffff;
}

.latest-post .post-content .content-wrap {
    overflow: hidden;
}
a.pro-tit {
    font-weight: bold;
}

.latest-post .post-content .content-wrap .meta {
    margin-bottom: 20px;
}

.latest-post .post-content .content-wrap .meta span {
    margin-right: 20px;
}

.latest-post .post-content .content-wrap .meta span.last {
    margin-right: 0;
}

.latest-post .post-content .content-wrap .meta span i {
    color: #0B60A9;
    margin-right: 5px;
}

.latest-post .owl-theme .owl-controls .owl-nav [class*=owl-],
.team .owl-theme .owl-controls .owl-nav [class*=owl-] {
    top: 15%;
    position: absolute;
    background: none;
    color: #0B60A9;
    font-size: 52px;
}

.latest-post .owl-theme .owl-controls .owl-nav [class*=owl-]:hover,
.team .owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
    color: #08487e;
}

.latest-post .owl-prev,
.team .owl-prev {
    left: -7%;
}

.latest-post .owl-next,
.team .owl-next {
    right: -7%;
}
.counter-section {
    background-size: cover;
    background-position: center center;
}

.counter-section h2 {
    color: #0B60A9;
}

.counter-section h2:after {
    content: '';
    display: block;
    margin-top: 20px;
    width: 50px;
    border-top: 2px solid #0B60A9;
}

.counter-section p {
    color: #ffffff;
}

.counter-section p.heading {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}
.company-slider {
    position: relative;
}

.company-slider img {
    width: 100%;
}

.company-slider .flex-direction-nav {
    display: none;
}

.company-slider .flex-control-nav {
    bottom: 0;
    left: 0;
}

.company-slider .flex-control-paging li a {
    background: #ffffff;
}

.company-slider .flex-control-paging li a.flex-active {
    background: #0B60A9;
}

.company-vision {
    display: inline-block;
    margin-top: 100px;
}

.company-vision img {
    margin-bottom: 30px;
}

.company-vision h4 {
    text-transform: uppercase;
}

.team-photo {
    position: relative;
    overflow: hidden;
}

.team-photo .team-details {
    position: absolute;
    bottom: -40px;
    width: 100%;
    padding: 20px;
    background-color: #0B60A9;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}

.team-photo:hover .team-details {
    background-color: #08487e;
    bottom: 0;
}

.team-photo .team-details h4 {
    color: #ffffff;
    text-transform: uppercase;
    margin: 0;
}

.team-photo .team-details p {
    color: #ffffff;
    font-size: 16px;
}

.team-photo .team-details ul {
    padding: 0;
    margin: 0;
}

.team-photo .team-details ul li {
    display: inline-block;
    margin-right: 15px;
}

.team-photo .team-details ul li a {
    color: #ffffff;
    font-size: 16px;
}

.team .owl-theme .owl-controls .owl-nav [class*=owl-] {
    top: 35%;
}

.services-page .services-content {
    margin-bottom: 40px;
}
.services-page .services-text {
    position: relative;
    background-color: #ffffff;
    padding: 15px 15px 28px;
	text-align:center;
}

.services-page .services-thumb {
    position: relative;
}

.services-page .services-thumb .overlay {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background: rgba(11, 96, 169, 0.8);
    background-position: center center;
    background-size: 30px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    text-align: center;
    opacity: 0;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
}

.services-page .services-thumb:hover .overlay {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
}


.single-services-wrap .features-wrap {
    margin-top: 60px;
}

.single-services-wrap .features-item {
    padding: 20px 20px 20px 60px;
}

.single-services-wrap .features-item .icon-wrap {
    padding: 0px 15px;
    background-color: transparent;
}

.single-services-wrap .features-item .icon-wrap i {
    font-size: 32px;
    color: #0B60A9;
    line-height: 70px;
}

.contact-us-banner {
    margin-top: 80px;
}

.contact-us-banner h1 {
    text-transform: uppercase;
}

.sidebar {
    padding-left: 30px;
}

.sidebar .widget {
    margin-bottom: 40px;
}

.sidebar .widget.last {
    margin-bottom: 0;
}

.sidebar .widget ul {
    padding: 0;
	list-style-type:none;
}

.sidebar .widget ul li {
    margin-bottom: 10px;
    padding-bottom: 8px;
    border-bottom: 1px solid #e3e3e3;
}

.sidebar .widget ul li a {
    color: #333333;
    width: 100%;
    display: block;
    position: relative;
    left: 0;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}

.sidebar .widget ul li a:hover {
    color: #0B60A9;
    left: 10px;
	text-decoration:none;
}

.sidebar .widget.pdf-download {
    background-color: #0B60A9;
    padding: 20px;
}

.sidebar .widget.pdf-download h4 {
    color: #ffffff
}

.sidebar .widget.pdf-download ul li {
    border-bottom: 1px solid #004D90;
}

.sidebar .widget.pdf-download ul li a {
    color: #ffffff;
}

.sidebar .widget.pdf-download ul li a span {
    margin-right: 5px;
}
.blog .post {
    display: inline-block;
}

.blog .post-item {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e3e3e3;
}

.blog .post-thumb {
    position: relative;
}

.blog .post-thumb .overlay {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background: rgba(11, 96, 169, 0.8);
    background-position: center center;
    background-size: 30px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    text-align: center;
    opacity: 0;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
}

.blog .post-thumb:hover .overlay {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
}

.blog .post-item .post-thumb img {
    width: 100%;
    margin-bottom: 30px;
}

.blog .post-item a.post-title {
    color: #333333;
}

.blog .post-item h3 {
    text-transform: uppercase;
    margin-bottom: 5px;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.blog .post-item h3:hover {
    color: #0B60A9;
}

.blog .post-item .meta {
    margin-bottom: 20px;
}

.blog .post-item .meta span {
    margin-right: 20px;
}

.blog .post-item .meta span.last {
    margin-right: 0;
}

.blog .post-item .meta span i {
    color: #0B60A9;
    margin-right: 5px;
}
.blog .pagination {
    margin: 0;
}
.pagination span.active {
    font-size: 16px;
    color: #ffffff;
    background-color: #0B60A9;
    border: 1px solid #0B60A9;
    width: 35px;
    height: 35px;
    line-height: 32px;
    display: inline-block;
    text-align: center;
    margin: 0px 2px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.pagination span a {
    font-size: 16px;
    background-color: #ececec;
    border: 1px solid #cacaca;
    width: 35px;
    height: 35px;
    line-height: 32px;
    display: inline-block;
    text-align: center;
    margin: 0px 2px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.pagination span a:hover {
    background-color: #0B60A9;
    border: 1px solid #0B60A9;
    color: #ffffff;
}
.pagination span.last a {
    margin-right: 0;
}
.sidebar .recent-post .post-item {
    margin-bottom: 20px;
}

.sidebar .recent-post .post-thumb {
    float: left;
    width: 60px;
    margin-right: 15px;
}

.sidebar .recent-post .post-thumb img {
    margin: 0;
}

.sidebar .recent-post .overlay {
    background-size: 16px;
}

.sidebar .recent-post .post-content h4 {
    text-transform: capitalize;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 5px;
    color: #333333;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.sidebar .recent-post .post-content h4:hover {
    color: #0B60A9;
}

.sidebar .recent-post .post-content .meta {
    margin: 0;
}

.sidebar .tags a {
    display: inline-block;
    background-color: #0B60A9;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 12px;
    padding: 5px 5px;
    margin-right: 5px;
    margin-bottom: 9px;
}

.sidebar .tags a:hover {
    background-color: #08487e;
}

.single-post .post .post-item {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.share {
    margin-top: 60px;
}

.share span {
    position: relative;
    float: left;
    margin-right: 10px;
    margin-top: 5px;
    font-size: 16px;
    font-weight: 700;
}

.share ul {
    padding: 0;
}

.share ul li {
    display: inline-block;
    margin-right: 10px;
}

.share ul li a {
    font-size: 16px;
    background-color: #ececec;
    border: 1px solid #cacaca;
    width: 35px;
    height: 35px;
    line-height: 35px;
    display: inline-block;
    text-align: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.share ul li a:hover {
    background-color: #0B60A9;
    border: 1px solid #0B60A9;
    color: #ffffff;
}
#footer {
    position: relative;
}

.widget-footer p {
    color: #ffffff;
}

.widget-footer h4.title {
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 35px;
}

.widget-footer h4.title:after {
    content: '';
    display: block;
    margin-top: 20px;
    width: 50px;
    border-top: 2px solid #ffffff;
}

.widget-footer .footer-content h4 {
    color: #ffffff;
    margin-bottom: 10px;
}

#footer .widget-footer .short-desc img {
    margin-bottom: 30px;
}

.widget-footer .recent-post .post-item {
    padding: 15px 0;
}
.widget-footer .recent-post .post-item:first-child {
    padding-top: 0;
}
.widget-footer .recent-post .post-item:last-child {
    border-bottom: none;
}
.widget-footer .recent-post .post-item .post-thumb {
    float: left;
    margin-right: 15px;
    position: relative;
}
.widget-footer .recent-post .post-item .post-thumb .overlay {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background: rgba(11, 96, 169, 0.8);
    background-position: center center;
    background-size: 15px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    text-align: center;
    opacity: 0;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
}
.widget-footer .recent-post .post-item .post-thumb:hover .overlay {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
}
.widget-footer .recent-post .post-item .post-content {
    overflow: hidden;
}
.widget-footer .recent-post .post-item .post-content h4 {
    text-transform: capitalize;
    font-size: 16px;
}

.widget-footer .recent-post .post-item .post-content span.date {
    color: #ffffff;
    font-size: 12px;
    font-style: italic;
}
.widget-footer .contact-section {
    padding: 15px 0;
}
.widget-footer .contact-section:first-child {
    padding-top: 0;
}

.widget-footer .contact-section:last-child {
    border-bottom: none;
}

.widget-footer .contact-section h4 {
    font-size: 16px;
}

.widget-footer .contact-section p {
    margin: 0;
}
.copyright {
    background-color: rgba(1, 47, 84, 1);
    width: 100%;
    bottom: 0;
    padding: 20px 0;
}
.copyright .social-icon ul {
    padding: 0;
    margin-bottom: 30px;
}
.copyright .social-icon ul li {
    display: inline-block;
    margin: 0 20px;
}

.copyright .social-icon ul li a {
    color: #ffffff;
    font-size: 24px;
}

.copyright .social-icon ul li a:hover {
    opacity: 0.5;
}

.copyright p {
    color: #ffffff;
}
.boxed {width:1140px; margin:auto; background:#fff;    box-shadow: #666 0px 0px 10px;}

body {
	background:url(../img/bg.jpg);
}
.post-item.tec-app {
    float: left;
    background-color: antiquewhite;
    margin: 1% 0;
    padding: 20px;
}
.post-item.pro-index {
	width:31%; margin:1%; float: left;
    background-color: antiquewhite;    padding: 20px;
}
.prolist, h1, .spe, .tech, .review, .hotpro, .appli {
    position: relative;
    margin-bottom: 35px;
	font-size: 16px;
    font-family: Arial;
    font-weight: bold;
	text-align:center;
	margin-top:0;
	margin-top:15px;
}
.review {color:#fff;}
h1:after, .spe:after, .tech:after, .review:after, .hotpro:after, .appli:after {
    content: '';
    position: absolute;
    background-color: #0B60A9;
    width: 100px;
    height: 4px;
    margin-top: 5px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    display: block;
}
.review:after {background-color:#fff;}
.prolist {text-align:left;}
.prolist:after {
	content: '';
    position: absolute;
    background-color: #0B60A9;
    width: 100px;
    height: 4px;
    margin-top: 5px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.single-content.col-md-9 {
    float: right;
}
.widget.other-services ul li a:before {
    content: "\f101";
	    font-family: fontawesome;
    font-size: 19px;
    margin-right: 5px;
    vertical-align: bottom;
}
.imgl {
    width: 44%;
    float: left;
    text-align: center;
    border: solid 1px #dbdbdb;
    padding: 1%;
    margin: 1%;
    background-color: #f1f1f1;
}
.imgr {
    width: 44%;
    float: right;
    text-align: center;
    border: solid 1px #dbdbdb;
    padding: 1%;
    margin: 1%;
    background-color: #f1f1f1;
}
.img-box {
    overflow: hidden;
}
.img-one {
    width: 96%;
    padding: 1%;
    margin: 1%;
    border: solid 1px #dbdbdb;
    text-align: center;
    background-color: #f1f1f1;
}
.img-two {
    width: 47%;
    float: left;
    padding: 1%;
    margin: 1%;
    text-align: center;
    border: solid 1px #dbdbdb;
    background-color: #f1f1f1;
}
.img-three {
    width: 28%;
    float: left;
    padding: 1%;
    margin: 1%;
    text-align: center;
    border: solid 1px #dbdbdb;
    background-color: #f1f1f1;
}
.imgl img, .imgr img, .img-one img, .img-two img, .img-three img { 
    width:100%;
    padding: 0;
    margin: 0;
} 
@media only screen and (min-width: 220px) and (max-width: 479px){ 
   .imgl, .imgr, .img-one, .img-two, .img-three {width:98%;}
}
table {border-spacing:0;
       width: 100%;
margin: 10px 0 10px 0;
border-top-width: 1px;
border-left-width: 1px;
border-top: #dee0e0 1px solid;
border-left: #dee0e0 1px solid;
}

table td, table th {
	border-right: #dee0e0 1px solid;
	border-bottom: #dee0e0 1px solid;
	text-align: center;
}

table th {
	font-size: 12px;
	padding-top: 5px;
	padding-right: 3px;
	padding-bottom: 5px;
	padding-left: 3px;
}

 table td {
	padding-top: 5px;
	padding-right: 2px;
	padding-bottom: 5px;
	padding-left: 2px;
}

table tr:nth-child(2n) {
    background: #f5f5f5;
}
caption {
font-weight: bold;
padding-top: 5px;
padding-bottom: 5px;
border-left: solid 1px #dbdbdb;
border-right: solid 1px #dbdbdb;
border-top: solid 3px #0B60A9;
}
.index-box {
    background: url(../img/index-bg.jpg) no-repeat;
    margin-left: -20px;
    margin-right: -20px;
	padding-left:40px;
	padding-right:40px;
	float:left;
	padding-bottom:50px;
	    border-top: dashed 1px #dbdbdb;
    margin-top: 20px;
}
.index-box-tit1 {
    text-align: center;
    padding-top: 60px;
    font-size: 20px;
    font-weight: bold;
    padding-left: 23%;
}
.index-box-tit2 {
    text-align: center;
    padding-top: 10px;
    font-size: 20px;
    font-weight: bold;
    padding-left: 25%;
	margin-bottom:50px;
}
.index-imgr {
    float: right;
    width: 40%;
	margin-top:30px;
}
p.index-con1 {
    margin-left: 50px;
    margin-top: 20px;
    border-left: solid 3px orange;
    padding-left: 10px;
}
p.index-con2 {
    margin-left: 50px;
    margin-top: 28px;
    border-left: solid 3px orange;
    padding-left: 10px;
}
.index-con {
    width: 50%;
    margin-top: 114px;
}
.index-box1 {
    float: left;
    width: 18%;
	margin-left:2%;
	color:#fff;
}
.index-box1 p {
	color:#fff;
}
.index-box-con {
    margin-top: 156px;
    margin-left: -50px;
    margin-right: -40px;
}
i.fa.fa-rss {
  float: right;
  font-size: 20px;
  margin-right: 16px;
  margin-top: 6px;
  color: #F98D0F;
  font-style: inherit;
}
.fa-rss:before {
  content: "\f09e";
}
i.fa.fa-rss span {
  display: none;
}
#request {
float: left;
margin-top: 16px;
}
#request #bg {
color: #FFF;
background-color: #0B60A9;
padding-left: 5px;
padding-top: 5px;
padding-bottom: 2px;
width: 98%;
display: table;
}
#request #req {
width: 98%;
margin-top: 15px;
}
#request #req #reql {
float: left;
margin-right: 10px;
margin-left: 5px;
background-image: url(../images/logo1.jpg);
background-repeat: no-repeat;
height: 50px;
width: 80px;
}
#request #req #reqr {
border-left-width: 1px;
border-left-style: solid;
border-left-color: #000;
padding-left: 10px;
margin-left: 90px;
height: 45px;
}
#contactform {
margin: 0;
padding: 5px 10px;
float: left;
}
#contactform ol {
margin: 0;
padding: 0;
list-style: none;
}
#contactform li {
margin: 0;
padding: 0;
background: none;
border: none;
display: block;
float: left;
width: 100%;
}
#contactform label {
text-align: right;
margin: 0 10px 0 0;
width: 100px;
display: block;
padding: 5px 0;
font: normal 11px Tahoma, Geneva, sans-serif;
color: #6e6e6e;
float: left;
}
#contactform label span {
font: normal 10px Arial, Helvetica, sans-serif;
}
#contactform input.text {
padding:3px 2px;
width: 380px;
border: 1px solid #c5c5c5;
margin: 2px 0;
background: #fff;
float: left;
}
#contactform textarea {
width: 380px;
border: 1px solid #c5c5c5;
margin: 2px 0;
padding: 3px 2px;
background: #fff;
float: left;font-family: inherit;}
#mycode {
float: left;
}
#imgcode {
float: left;
}
#contactform li.buttons {
margin: 5px 0 5px 0;
}
#contactform li.buttons input {
padding: 3px 0;
margin: 0 0 0 112px;
border: 0;
color: #FFF;
}
#lp {margin-top:5px;}
#contactform * { color:#6e6e6e;}
p.response { text-align:center; color:#2c2c2c; font:bold 11px Arial, Helvetica, sans-serif; line-height:1.8em; width:auto;}



@media only screen and (min-width: 480px) and (max-width: 767px){

#contactform label {
text-align: left;
width: 100%;}
#contactform input.text {
width: 100%;}
#contactform textarea {
width: 100%;}
#imgcode {
margin-right: 0 !important;
}
	
}

@media only screen and (min-width: 220px) and (max-width: 479px){ 

	#contactform label {
text-align: left !important; width:100% !important; }
	#contactform li.buttons input { margin:0 !important;}
	#contactform input.text {width:inherit !important;}
	#contactform textarea {width:inherit !important;}
	#request #req #reql {margin-left:0 !important; width:0 !important; margin-right:0 !important;}
	#request #req #reqr {border-left-width: 0 !important;padding-left: 0 !important;margin-left:0 !important;}

}
.content-text h1 {text-align:left;}
.content-text h1:after {margin-left:0;}
.item.col-md-4.wow.fadeInUp.animated .services-text p {
    height: 90px;
    overflow: hidden;
}
.footer-contact{
	z-index:2;
	bottom:0;
	left:0;
	width:100%;
	height:45px;
	text-align:center;
	padding:0;
	overflow:hidden;
	background-color: #1998FF;
	background-position: 0 0;
	position: fixed;
}
.footer-contact ul{ display:-webkit-box;padding-left: 0; margin-top: 0; margin-left:0;}
.footer-contact ul li{ display:-webkit-box; -webkit-box-flex:1; text-align:center; border-right:1px solid rgba(255,255,255,0.2);  }
.footer-contact ul li a{ display:block; width:100%; text-align:center; color:#fff; height: 45px; }
.footer-contact .icon{
	display:block;
	margin:0px auto 6px;
	position:relative;
	top:3px;
	width:30px;
	height:20px;
	overflow:hidden;
	background-size:150px;
	background-position:-3px 0px;
	background-image: url(/app/images/footer.png);
	background-repeat: no-repeat;
}
.footer-contact .map{ background-position:-83px 0px;}
.footer-contact .message{ background-position:-45px 0px;}
.footer-contact .home{ background-position:-118px 0px;}
.footer-contact .txt{ height:16px; line-height:16px; font-size:12px;}
.powered_by_metinfo a{ color:#666;}
.footer-contact {
display: none;
}
.email-quote.clearfix p {
    color: #fff;
    font-size: 15px;
    letter-spacing: 2.5px;
    font-family: Arial;
    line-height: 29px;
}
.info.col-md-8 {
    margin-top: 12px;
}
.breadcrumbs p a {
    color: #FF8B02;
}
.breadcrumbs p a:hover {
    color:#fff;
}
.excerpt p a {
    font-weight: bold;
}
.excerpt p.tec-con {
    margin-top: -7px;
}
.aaa {
	text-align: right;
margin-right: 20px;
width: 96%;
padding: 0px 20px 20px 5px;
float: right;
}
.aaa .page-num {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 24px;
}
#bbb {
	margin-top: 8px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 24px;
}
.page-num a{
	background-color: #FFF;
	color: #0B60A9;
	margin: 5px;
	border: 1px #dbdbdb solid;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
}
.page-num strong {
	background-color: #0B60A9;
	margin: 5px;
	color: #FFF;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
}

.app.col-md-6.wow.fadeInUp.animated.animated {
    background-color: #fff;
    width: 48%;
    margin: 1%;
    padding: 15px 20px;
	text-align:center;
}
.date-app {
    margin-top: -7px;
    margin-bottom: 0;
    font-style: italic;
    color: #666;
}
.app.col-md-6.wow.fadeInUp.animated.animated img {width:100%;}
.tec-app-tit {font-weight:bold; margin-bottom:-5px; margin-top:0;}
.rev-tit,.rev-name {
    font-weight: bold;
}
.current a {
    color: #FE8A01 !important;
}
.copyright a { color: #FE8A01;}
.copyright a:hover {color:#fff;}
.copyright p b {padding-left:10px;}
li.selected a {font-weight:bold; color:#0B60A9 !important; }
section.page-title.wrapper.clearfix {margin-top:-230px !important;}
ul.slide-menu-items {list-style-type:none;}
nav#c-menu--slide-right .info ul li a {color:#FE8A01 !important;}
@media only screen and (min-width: 220px) and (max-width: 479px){ 
.home-slider .caption-wrap {top:47% !important;}
.email-quote.clearfix p { font-size:12px; letter-spacing:0; line-height:inherit; font-family:inherit;}
.home-slider .caption-wrap p {font-size:12px;}
.boxed {width:inherit;}
#footer {    margin-bottom: 45px;}
i.fa.fa-rss {display:none;}
.footer-contact { display: block !important; }
.caption.wow.fadeInUp.animated p {font-size:16px; font-family:Arial, Helvetica, sans-serif; letter-spacing:0;}
.home-slider .flex-direction-nav .flex-next, .home-slider .flex-direction-nav .flex-prev { height:50px !important; width:45px !important;}
.index-box { background:none; padding-left:0; padding-right:0; margin-left:0; margin-right:0; padding-bottom:0;}
.top-header { margin-top:0 !important; padding:0 15px !important;}
.home-slider {margin-top:-270px !important;}
.index-box-tit1,.index-box-tit2 {padding-left:0 !important; text-align:left !important; font-size:16px !important;}
.index-box-tit1 { padding-top:20px;}
.index-box-tit2 {margin-bottom:10px;}
.index-imgr {width:inherit; margin-top:0; float:inherit;}
.index-con { width:inherit;  margin-top: 14px; float:left;}
p.index-con1,p.index-con2 { margin-left:0;}
.index-box1 { width:inherit; float:inherit; margin-left:0; color:#333;}
.index-box-con { margin-left:0; margin-right:0;}
.index-box1 p {color:#333;}
.post-item.pro-index {width:inherit;}
.testimonial-item p { font-style:inherit;}
.top-header .logo {    width: 88%;    padding-bottom: 7px;}
.top-header .slide-buttons {margin-top:10px;}
.sidebar.col-md-3 {    width: 100%;    float: left; margin-top:0;}
.app.col-md-6.wow.fadeInUp.animated.animated {width:inherit;}
table td, table th,caption {padding-left:0; padding-right:0; font-size:7px;}
}

@media only screen and (min-width: 480px) and (max-width: 767px){
.boxed {width:inherit;}
#footer {    margin-bottom: 45px;}
.footer-contact {    display: block !important;}

.caption.wow.fadeInUp.animated p {font-size:28px; text-align:left;}
.home-slider .flex-direction-nav .flex-next, .home-slider .flex-direction-nav .flex-prev { height:50px !important; width:45px !important;}
.index-box { background:none; padding-left:0; padding-right:0; margin-left:0; margin-right:0; padding-bottom:0;}
.top-header { margin-top:0 !important; padding:0 15px !important;}
.home-slider {margin-top:-100px !important;}
.index-box-tit1,.index-box-tit2 {padding-left:0 !important; text-align:left !important; font-size:16px !important;}
.index-box-tit1 { padding-top:20px;}
.index-box-tit2 {margin-bottom:10px;}
.index-imgr {width:100%; margin-top:0; float:inherit;}
.index-con { width:inherit;  margin-top: 14px; float:left;}
p.index-con1,p.index-con2 { margin-left:0;}
.index-box1 { width:inherit; float:inherit; margin-left:0; color:#333;}
.index-box-con { margin-left:0; margin-right:0;}
.index-box1 p {color:#333;}
.testimonial-item p { font-style:inherit;}
.top-header .logo {    width: 88%;    padding-bottom: 7px;}
.top-header .slide-buttons {margin-top:10px;}
.sidebar.col-md-3 {    width: 100%;    float: left; margin-top:0;}
.app.col-md-6.wow.fadeInUp.animated.animated { float:left;}
a.button-normal.with-icon {padding:6px 20px;}
.item.col-md-4.wow.fadeInUp {   width: 50%;   float: left;}
}

@media only screen and (min-width: 768px) and (max-width: 991px){
.boxed {width:inherit;}
#footer {    margin-bottom: 45px;}
.footer-contact {    display: block !important;}

.caption.wow.fadeInUp.animated p {font-size:28px; text-align:left;}
.home-slider .flex-direction-nav .flex-next, .home-slider .flex-direction-nav .flex-prev { height:50px !important; width:45px !important;}
.index-box { background:none; padding-left:0; padding-right:0; margin-left:0; margin-right:0; padding-bottom:0;}
.top-header { margin-top:0 !important; padding:0 15px !important;}
.home-slider {margin-top:-100px !important;}
.index-box-tit1,.index-box-tit2 {padding-left:0 !important; text-align:left !important; font-size:16px !important;}
.index-box-tit1 { padding-top:20px;}
.index-box-tit2 {margin-bottom:10px;}
.index-imgr {width:100%; margin-top:0; float:inherit;}
.index-con { width:inherit;  margin-top: 14px; float:left;}
p.index-con1,p.index-con2 { margin-left:0;}
.index-box1 { width:inherit; float:inherit; margin-left:0; color:#333;}
.index-box-con { margin-left:0; margin-right:0;}
.index-box1 p {color:#333;}
.testimonial-item p { font-style:inherit;}
.top-header .logo {    width: 88%;    padding-bottom: 7px;}
.top-header .slide-buttons {margin-top:10px;}
.sidebar.col-md-3 {    width: 100%;    float: left; margin-top:0;}
.app.col-md-6.wow.fadeInUp.animated.animated { float:left;}
a.button-normal.with-icon {padding:6px 20px;}
.item.col-md-4.wow.fadeInUp {   width: 50%;   float: left;}
.intro-section.col-md-6 {    width: 50%;    float: left;}
}

@media only screen and (min-width: 992px) and (max-width: 1200px){
	.boxed {width:inherit;}
	.main-menu > ul > li > a {padding:22px 10px;}
	.index-box1,.index-box1 p {color:#333;}
	.index-box { background:none;}
.index-box-tit1,.index-box-tit2 {padding-left:0 !important; text-align:left !important; font-size:16px !important;}
.index-box-tit1 { padding-top:20px;}
.index-box-tit2 {margin-bottom:10px;}
.index-box-con {margin-top:40px;}
.index-con {   margin-top: 54px;}

}
.pro--message *{box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box}
.pro--message form{margin-top:10px;width:100%;float:left;}
.pro--message form:after{content:".";clear:both;height:0;overflow:hidden;visibility:hidden;display:block}
.pro--message form>div{margin-bottom:20px}
.pro--message .input-group>input,.pro--message .input-group>textarea{border:1px solid #a9a9a9}
.pro--message form>div.half{width:49%;margin-top:0}
.pro--message form .half{width:49%;float:left}
.pro--message form input{width:100%;background-color:#fff;float:left}
.pro--message form>div{position:relative;width:100%;float:left}
.pro--message form input,.pro--message form textarea{padding:4px;line-height:26px;position:relative;}
.pro--message form .half:nth-child(odd){margin-right:1%}
.pro--message form .half:nth-child(even){margin-left:1%}
.pro--message form textarea{width:100%;height:260%;background-color:#fff}
.pro--message form .form-message{margin-bottom:15px}
.pro--message form .input{width:200px;display:inline-block;margin:5px auto 0;cursor:pointer;border:0;background-color:#0275d8;padding:6px 0;color:#fff;font-weight:600;border-radius:20px;transition:all .3s;-moz-transition:all .3s;-ms-transition:all .3s;-webkit-transition:all .3s}
.pro--message form .input:hover{background:#339fd9}
input[name=track_report]{display:none}
.textfield__label{color:rgba(0,0,0,.55);font-weight:400;left:5px;pointer-events:none;position:absolute;top:8px;-webkit-transition:all .2s ease;transition:all .2s ease;background:#fff;padding:0 5px;font-size:13px;}
.input-group>input .textfield__label,.input-group>input:focus~.textfield__label,.input-group>textarea:focus~.textfield__label{color:rgba(0,0,0,.4);font-size:12px;top:-10px;background-color:#efefef;line-height:1.3;}
.nonoen{color:rgba(0,0,0,.45);font-size:12px;top:-10px;background-color:#efefef;line-height:1.3;}
.pro--message p{color:#002554;font-weight:500;margin-bottom:10px}
.pro--message .red{color:red}
.message--con span{display:block}
.message--tit{padding-top:5px;padding-bottom:2px;width:100%;color:#17429a;text-align:center;font-size:30px;font-weight:bolder}
#form_request .input{left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}
.message--con{letter-spacing:.2px;font-size:20px;margin-bottom:30px}
.message--mail{padding-top:2px;color:#2b69bd;text-decoration:underline;text-transform:uppercase;letter-spacing:.3px;font-weight:bolder;font-style:italic;}
@media (max-width:991px){.textfield__label{font-size:12px;}}
@media (max-width:767px){.pro--message form>div.half{width:100%}
.pro--message form>div.half:nth-child(2){width:100%;margin-top:0}
.pro--message form .half{width:100%}
.pro--message form .half+.half{margin-left:0}
}
@media (max-width:575px){
.textfield__label{font-size:12px;}
.pro--message form>div{margin-bottom:15px;}
.message--con{margin-bottom:15px}
#form_request .input{padding:4px 0}
}

.form_required,.track_report{display: none!important;}