html,
body {
    height: 100%;
}
body {
    position: relative;
}
.floatleft {
    float: left
}
.floatright {
    float: right
}
.alignleft {
    float: left;
    margin-right: 15px;
    margin-bottom: 15px
}
.alignright {
    float: right;
    margin-left: 15px;
    margin-bottom: 15px
}
.aligncenter {
    display: block;
    margin: 0 auto 15px
}
a:focus {
    outline: 0px solid
}
img {
    max-width: 100%;
    height: auto
}
.fix {
    overflow: hidden
}
p {
    margin: 0 0 15px;
    font-family: 'Source Sans Pro', sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 10px;
    font-family: "Montserrat", sans-serif;
}
h2 {
    color: #324b64;
    font-size: 30px;
    font-weight: 400;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
}
a {
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    text-decoration: none;
}
a:hover {
    color: #4bc8ff;
    text-decoration: none;
}
a:active,
a:hover {
    outline: 0 none;
}
ul {
    list-style: outside none none;
    margin: 0;
    padding: 0
}
.clear {
    clear: both
}
body {
    font-weight: 400;
    font-size:15px;
    font-family: 'Source Sans Pro', sans-serif;
}
::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}
::selection {
    background: #b3d4fc;
    text-shadow: none;
}
.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}
.ptb-100 {
    padding: 100px 0;
}

.ptb-100-02 {
    padding: 100px 0 0 0;
}

.ptb-100-03 {
    padding: 25px 0 100px;
}

.ptb-100-04 {
    padding: 0 0 50px;
}

.section-title h2 {
    background: rgba(0, 0, 0, 0) url("imagenes/linea.png") no-repeat scroll center bottom;
    padding-bottom: 20px;
    font-weight: 500;
}
.section-title.text-center > p,
.section-title-home-version-two.text-center > p {
    line-height: 23px;
    margin: 0 auto;
    width: 60%;
    padding-top: 32px;
    padding-bottom: 100px;
    font-size:15px;
}
.border-hover-btn,
.border-hover-btn-style-2 {
    border: 2px solid #4bc8ff;
    color: #4bc8ff;
    display: inline-block;
    font-size: 17px;
    font-weight: 400;
    padding: 3px 22px;
    text-transform: uppercase;
    line-height: 40px;
    position: relative;
    z-index: 0;
}
.btn-regular,
.btn-regular:after,
.border-hover-btn,
.border-hover-btn:after,
.border-hover-btn-style-2,
.border-hover-btn-style-2:after {
    -webkit-transition: all ease-in-out .5s;
    transition: all ease-in-out .5s;
}
.border-hover-btn:hover {
    color: #324b64;
}
.border-hover-btn:after,
.btn-regular:after,
.border-hover-btn-style-2:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: transparent;
    z-index: -1;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
}
.border-hover-btn:hover:after {
    background: #0096ff;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
.border-hover-btn-style-2 {
    border: 2px solid #324b64;
    color: #324b64;
    font-size: 17px;
    margin: 20px 0;
}
.border-hover-btn-style-2:hover {
    color: #ffffff;
}
.border-hover-btn-style-2:hover:after {
    background: #324b64;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
.btn-regular {
    background: #324b64;
    color: #ffffff;
    display: inline-block;
    font-size: 17px;
    font-weight: 400;
    padding: 10px 43px;
    text-transform: uppercase;
    line-height: 40px;
    position: relative;
    z-index: 0;
    margin-left: 100px!important;
}
.btn-regular:hover {
    color: #324b64;
}
.btn-regular:hover:after {
    background: #fdef74;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
.slider-text h2,
.slider-home-version-two h2 {
	font-size: 45px;
	color: #c8e1ff;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	white-space: nowrap;
	font-weight: 600;
}
.slider-home-version-two h2 {
    color: #0096ff;
}
.tp-caption.boxshadow,
.boxshadow {
    box-shadow: none;
}
/*======================
  02. Header css here
=======================*/

header .header-area {
    background-color: #ffffff;
    position: relative;
    z-index: 999;
}
.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #ffffff;
	box-shadow: 2px 2px 5px #c8c8c8;
    margin: auto;
}
#sticky-header {
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}
.menu-area .main-menu li {
    display: inline-block;
    padding: 45px 15px;
    position: relative;
}
.menu-area .main-menu li a {
    font-size:15px;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    color: #324b64;
    text-decoration: none;
    position: relative;
}
.menu-area .main-menu li:hover > a {
    color: #96afc8;
}
.menu-area .main-menu > li.active > a:before {
    width: 100%;
    left: 50%;
}
.menu-area .main-menu > li > a:before,
.menu-area .main-menu .dropdown li > a:before {
    background: #96afc8 none repeat scroll 0 0;
    content: "";
    height: 3px;
    left: 50%;
    position: absolute;
    top: 150%;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
    width: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.menu-area .main-menu > li:hover >a:before {
    width: 100%;
}
.logo {
    padding: 10px;
}
.menu-area .main-menu .dropdown {
    background: #ffffff none repeat scroll 0 0;
    position: absolute;
    text-align: left;
    top: 100%;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: left;
    transform-origin: left;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
    visibility: hidden;
    width: 325px;
    z-index: 99;
    left: 0;
    padding:10px;
}
.menu-area .main-menu li:hover .dropdown {
    visibility: visible;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}
.menu-area .main-menu .dropdown li {
    padding: 8px;
    display:block;
}
.menu-area .main-menu .dropdown li a {
    font-size:15px;
    text-transform: uppercase;
    position: relative;
}
.menu-area .main-menu .dropdown li > a:before {
    top: 125%;
}
.menu-area .main-menu li:hover>a:before {
    width: 100%;
}
.mean-container .mean-bar {
    position: relative;
}
.mean-container .mean-bar:before {
    color: #fff;
    content: "menu";
    font-size:15px;
    left: 15px;
    position: absolute;
    text-transform: uppercase;
    top: 15px;
    font-weight: 700;
}
.serch-phone {
    margin-left: -29px;
    padding-top: 36px;
}
.sb-search1,
.sb-search {
    position: relative;
    margin-top: 10px;
    width: 0%;
    min-width: 39px;
    height: 60px;
    float: right;
    overflow: hidden;
    -webkit-transition: width 0.5s;
    -webkit-transition: width .5s;
    transition: width .5s;
    -webkit-backface-visibility: hidden;
}
.sb-search-input1,
.sb-search-input {
    background: #324b64 none repeat scroll 0 0;
    border: 1px solid #0096ff;
    color: #fff;
    font-size:15px;
    height: 38px;
    margin: 0;
    outline: medium none;
    padding: 11px 12px 13px 24px;
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    z-index: 10;
}
input[type="search"].sb-search-input1,
input[type="tel"].sb-search-input {
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
}
.sb-search-input1::-webkit-input-placeholder,
.sb-search-input::-webkit-input-placeholder {
    color: #324b64;
}
.sb-search-input1:-moz-placeholder,
.sb-search-input:-moz-placeholder {
    color: #fff;
}
.sb-search-input1::-moz-placeholder {
    color: #fff;
}
.sb-search-input1:-ms-input-placeholder {
    color: #fff;
}
.sb-icon-search1,
.sb-search-submit1,
.sb-icon-search,
.sb-search-submit {
    width: 38px;
    height: 38px;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
    margin: 0;
    line-height: 38px;
    text-align: center;
    cursor: pointer;
}
.sb-search-submit1,
.sb-search-submit {
    background: #fff;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    color: transparent;
    color: red;
    border: none;
    outline: none;
    z-index: -1;
}
.sb-icon-search1,
.sb-icon-search {
    color: #0096ff;
    font-size:15px;
    font-weight: 400;
    text-transform: none;
    z-index: 90;
    border: 1px solid #0096ff;
}
.sb-icon-search1:before,
.sb-icon-search:before {
    content: "";
}
.sb-search1.sb-search-open1,
.no-js .sb-search1,
.sb-search.sb-search-open,
.no-js .sb-search {
    width: 1020%;
}
.sb-search1.sb-search-open1 .sb-icon-search1,
.no-js .sb-search1 .sb-icon-search1,
.sb-search.sb-search-open .sb-icon-search,
.no-js .sb-search .sb-icon-search {
    background: #324b64;
    color: #0096ff;
    z-index: 11;
}
/*========================
   03. slider css here
==========================*/

.slider-construction .image-overlay {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}
.slider-construction .image-overlay:before {
    background: #324b64 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.50;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=69)";
    position: absolute;
    top: 0;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 100%;
    z-index: -1;
}
.slider-construction .slider-text span {
    color: #ffffff;
}
.slider-img {
    float: right !important;
    margin-left: 600px !important;
}
.tp-leftarrow.tparrows.hades {
    position: absolute;
    left: -25px!important;
}
.tp-rightarrow.tparrows.hades {
    left: 100%;
    top: 50%;
    -webkit-transform: matrix(1, 0, 0, 1, -40, -20)!important;
    transform: matrix(1, 0, 0, 1, -40, -20)!important;
    margin-left: -10px;
}
.hades.tparrows::before {
    color: #0096ff;
    font-size: 20px;
    line-height: 50px;
}
.hades.tparrows {
    background: rgba(0, 0, 0, 0.60) none repeat scroll 0 0;
    height: 50px;
    position: absolute;
    width: 50px;
    z-index: 1000;
}
.hades.tparrows:hover::before {
    background: rgb(40, 55, 84) none repeat scroll 0 0;
    color: #0096ff;
}
/*=====================
  04. Promo css here
=======================*/

section#promo-area {
    background: #ffffff;
}
.promo-area-wraper .info-details h2 {
    font-size: 24px;
    padding-bottom: 16px;
}
.promo-area-wraper .info-image {
    padding-bottom: 4px;
    padding-top: 25px;
}
.promo-area-wraper .info-image span,
.single-company-info {
    -webkit-transition: all ease-in-out .5s;
    transition: all ease-in-out .5s;
}
.promo-area-wraper .info-image span {
    border: 2px solid #0096ff;
    display: inline-block;
    height: 45px;
    line-height: 42px;
    width: 45px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: relative;
    cursor: pointer;
}
.promo-area-wraper .info-image span i {
    font-size: 20px;
    color: #324b64;
}
.promo-area-wraper .info-details p {
    color: #324b64;
    font-size:15px;
    font-weight: 400;
    line-height: 21px;
}
.single-company-info {
    padding: 21px;
}
.company-info .border:before,
.company-info .border-two:before {
    content: "";
    height: 156px;
    position: absolute;
    right: 66.5%;
    border: 1px dashed #48556d;
    top: 25px;
}
.company-info .border,
.company-info .border-two {
    position: relative;
}
.company-info .border-two:before {
    right: 33.5%;
}
.single-company-info:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.single-company-info:hover .info-image span {
    background: #0096ff;
    border-bottom: 3px solid #0096ff;
}
/*======================= 
  05. services css here
=========================*/

section#service-area {
    background: #f5f5f5;
}
.single-service-area {
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
.single-service-area figure:before,
.single-service-area figure:after {
    position: absolute;
    content: '';
    background: #324b64;
    width: 200%;
    height: 200%;
    -webkit-transition: .9s ease-in-out;
    transition: .9s ease-in-out;
}
.single-service-area figure:before {
    background: rgba(58, 71, 96);
    opacity: .20;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    bottom: 0;
    right: 0;
    -webkit-transform: skew(45deg) translateX(100%);
    transform: skew(45deg) translateX(100%);
}
.single-service-area:hover figure:hover:before {
    -webkit-transform: skew(45deg) translateX(0%);
    transform: skew(45deg) translateX(0%);
}
.single-service-area:hover figure:after {
    -webkit-transform: skew(-135deg) translateX(0%);
    transform: skew(-135deg) translateX(0%);
}
.single-service-area figure:after {
    background: rgba(75,200,255);
    opacity: .20;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    top: 0;
    left: 0;
    -webkit-transform: skew(-135deg) translateX(-100%);
    transform: skew(-135deg) translateX(-100%);
}
.single-service-area figcaption {
    bottom: 0;
    box-sizing: border-box;
    height: 100%;
    left: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    position: absolute;
    text-align: center;
    top: 95%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.3s ease 0.3s;
    transition: all 0.3s ease 0.3s;
    width: 100%;
    z-index: 100;
}
.single-service-area:hover figcaption {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.single-service-area figcaption h2 {
    color: #ffffff;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 500;
}
.single-service-area figcaption p {
    color: #ffffff;
    font-size:15px;
    line-height: 23px;
    padding: 0 64px;
}
.slider-details {
    position: absolute;
    top: 65%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    text-align: center;
    -webkit-transition: all ease-in-out .5s;
    transition: all ease-in-out .5s;
}
.slider-details h3 {
    color: #ffffff;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 500;
}
.slider-details p {
    color: #ffffff;
    font-size:15px;
    line-height: 23px;
    padding: 0 64px;
}
.single-service-area:hover .slider-details {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.single-service-area figure a {
    display: block;
}
.single-service-area figure a:before {
    background: rgba(58, 71, 96);
    opacity: .8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    height: 100%;
    position: absolute;
    width: 100%;
    content: '';
}
.slider-link {
    background: #ffffff none repeat scroll 0 0;
    text-align: center;
}
.services-owl-activate .col-md-6.col-lg-6.col-sm-6.col-xs-12 {
    width: 100%;
}
.owl-pagination-slider.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
    background: #324b64;
    border-radius: 20px;
    display: block;
    height: 12px;
    margin: 5px 7px;
    width: 12px;
}
.owl-pagination-slider.owl-theme .owl-controls .owl-page span {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #33415d;
}
.owl-pagination-slider.owl-theme .owl-controls {
    text-align: center;
    margin-top: 30px;
}
/*====================
  06 .Work css here
======================*/

section#work-area {
    background: #ffffff none repeat scroll 0 0;
}
.filter-gallery-active .single-project .project-image .project-content span a.btn-regular {
    margin-left: 0!important;
}
.accurate {
    margin: 0;
    padding: 0;
}
.filter-gallery-active .single-project {
    float: left;
    width: 25%;
}
.filter-gallery-active .single-project .project-image img {
    width: 100%;
}
.filtering-menu {
    background: #324b64 none repeat scroll 0 0;
    margin: auto auto 50px;
    text-align: center;
    width: 80%;
}
.filtering-menu button {
    background: none;
    border: none;
    font-size: 20px;
    display: inline-block;
    padding: 14px 30px;
    border: 1px solid transparent;
    color: #fff;
    -webkit-transition: all ease-in-out .5s;
    transition: all ease-in-out .5s;
}
.filtering-menu button:hover,
.filtering-menu button.active,
.filtering-menu button.is-checked {
    border-top: 1px solid #0096ff;
    border-bottom: 1px solid #0096ff;
    background: #324b64;
    color: #4bc8ff;
}
.filter-gallery-active .single-project .project-image {
    position: relative;
    overflow: hidden;
}
.filter-gallery-active .single-project .project-image:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(75,200,255, .8);
}
.filter-gallery-active .single-project .project-image:before,
.filter-gallery-active .single-project .project-image .project-content,
.filter-gallery-active .single-project .project-image p,
.filter-gallery-active .single-project .project-image .work-read-more {
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    visibility: hidden;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.filter-gallery-active .single-project:hover .project-image:before,
.filter-gallery-active .single-project:hover .project-image .project-content,
.filter-gallery-active .single-project:hover .project-image p,
.filter-gallery-active .single-project:hover .project-image .work-read-more {
    visibility: visible;
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.filter-gallery-active .single-project .project-image .project-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
}
.filter-gallery-active .single-project .project-image p {
    border-left: 10px solid #324b64;
    color: #324b64;
    font-size:15px;
    font-weight: 400;
    left: 0;
    margin-left: 10px;
    padding-left: 0px;
    padding-right: 25px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
}
.filter-gallery-active .single-project .project-image .project-content i {
    height: 50px;
    width: 50px;
    border: 1px solid #324b64;
    line-height: 50px;
    font-size: 24px;
    font-weight: 400;
    color: #324b64;
}
.filter-gallery-active .single-project .project-image .project-content h2 {
    color: #324b64;
    font-size: 18px;
    text-transform: uppercase;
    padding-top: 24px;
}
.filter-gallery-active .single-project .project-image .work-read-more {
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    text-align: center;
    bottom: 0;
}
.filter-gallery-active .single-project .project-image .work-read-more a {
    font-size:15px;
    text-transform: uppercase;
    font-weight: 400;
    background: #324b64;
    display: inline-block;
    color: #fffffe;
    padding: 15px 35px;
}
/*==========================
  07 .construction css here
===========================*/

section#construction-area {
    background: #fbfbfb;
}
.construction-content {
    background: #324b64 none repeat scroll 0 0;
    overflow: hidden;
}
.construction-content .real-time-update-one {
    float: left;
    width: 50%;
}
.construction-content .real-time-update-image-one {
    float: left;
    position: relative;
    width: 50%;
}
.construction-content .real-time-update-two {
    float: left;
    width: 50%;
}
.construction-content .real-time-update-image-two {
    float: left;
    width: 50%;
    position: relative;
    overflow: hidden;
}
.construction-content .real-time-update-one .real-time-content-one {
    padding-left: 179px;
    padding-right: 64px;
    padding-top: 35px;
}
.construction-content .real-time-update-one .real-time-content-one h2 {
    color: #0096ff;
    font-size: 24px;
    text-transform: uppercase;
}
.construction-content .real-time-update-one .real-time-content-one p {
    color: #ffffff;
    font-weight: 300;
    line-height: 22px;
}
.construction-content .real-time-update-two .real-time-content-two {
    padding-right: 179px;
    padding-left: 64px;
    padding-top: 35px;
}
.construction-content .real-time-update-two .real-time-content-two h2 {
    color: #0096ff;
    font-size: 24px;
    text-transform: uppercase;
}
.construction-content .real-time-update-two .real-time-content-two p {
    color: #ffffff;
    font-weight: 300;
    line-height: 22px;
}
.real-time-update-image-one .real-time-image-content-one {
    -webkit-transition: all ease-in-out .5s;
    transition: all ease-in-out .5s;
}
.real-time-update-image-one .real-time-image-content-one img {} .real-time-update-image-one .real-time-image-content-one-overlay {
    background: rgba(0, 0, 0, 0) url("images/realtime/realtime01.jpg") repeat scroll 0 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    -webkit-transform: perspective(600px) rotateY(90deg);
    transform: perspective(600px) rotateY(90deg);
    -webkit-transform-origin: right center 0;
    transform-origin: right center 0;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
    width: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    opacity: .9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)"
}
.real-time-update-image-one:hover .real-time-image-content-one-overlay {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
}
.real-time-update-image-one:hover .real-time-image-content-one {
    -webkit-transform: perspective(600px) translateX(50%);
    transform: perspective(600px) translateX(50%);
}
.overlay-content {
    color: #fff;
    padding: 118px 33px;
}
.real-time-update-image-one .real-time-image-content-one-overlay .overlay-content h3 {} .real-time-update-image-one .real-time-image-content-one-overlay .overlay-content p {
    line-height: 22px;
    font-weight: 400;
    font-size:15px;
}
.real-time-update-image-two .real-time-image-content-two {
    -webkit-transition: all ease-in-out .5s;
    transition: all ease-in-out .5s;
}
.real-time-update-image-two .real-time-image-content-two-overlay {
    background: rgba(0, 0, 0, 0) url("images/realtime/realtime01.jpg") repeat scroll 0 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    -webkit-transform: perspective(600px) rotateY(90deg);
    transform: perspective(600px) rotateY(90deg);
    -webkit-transform-origin: top center 0;
    transform-origin: top center 0;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
    width: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    opacity: .9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)"
}
.real-time-update-image-two:hover .real-time-image-content-two-overlay {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
}
.real-time-update-image-two:hover .real-time-image-content-two {
    -webkit-transform: perspective(600px) translateX(50%);
    transform: perspective(600px) translateX(50%);
}
.overlay-content {
    color: #fff;
    padding: 118px 33px;
}
.real-time-update-image-two .real-time-image-content-two-overlay .overlay-content h3 {
    text-transform: uppercase;
}
.real-time-update-image-two .real-time-image-content-two-overlay .overlay-content p {
    line-height: 22px;
    font-weight: 400;
    font-size:15px;
}
/*==========================
  08. choose us css here
===========================*/

section#choose-us-area {
    background: #ffffff;
}
span.line {
    display: block;
}
.tab-menu {
    margin-top: 15px;
    text-align: center;
}
.tab-menu li {
    background: #f7f7f7 none repeat scroll 0 0;
    display: block;
    margin-bottom: 30px;
    padding: 13px 0;
}
.tab-menu li a {
    color: #324b64;
    text-transform: uppercase;
    font-size:15px;
    font-weight: 300;
    text-transform: capitalize;
    text-decoration: none;
}
.tab-menu li.active {
    background: #0096ff;
    color: #ffffff;
}
span.line i {
    color: #0096ff;
}
span.line i {
    color: #0096ff;
}
.tab-menu li.active a span i {
    color: #324b64;
}
.tab-content .list-item {
    padding-bottom: 50px;
}
.tab-content .list-item li {
    display: block;
    padding: 13px 0;
    color: #324b64;
    font-size:15px;
    font-weight: 400;
    font-family: 'Source Sans Pro', sans-serif;
}
.tab-content .list-item li i {
    margin-right: 18px;
    font-size: 20px;
    color: #324b64;
    font-weight: 700;
}
.image-with-content {
    position: relative;
}
.image-with-content a {
    background: rgba(75,200,255, .5);
    bottom: 35px;
    display: block;
    left: 0;
    padding: 15px 25px;
    position: absolute;
    text-transform: uppercase;
    z-index: 9;
    font-weight: 700;
    font-size:15px;
    color: #324b64;
    letter-spacing: 2px;
    text-decoration: none;
}
.tab-image {
    position: relative;
}
.tab-image:before {
    background: rgba(253, 227, 50, .9);
    content: "";
    height: 100%;
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    position: absolute;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
    width: 100%;
    left: -23px;
}
.tab-image:hover:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
}
.tab-image:after {
    background: #0e0e0d none repeat scroll 0 0;
    border-radius: 50%;
    bottom: 0;
    color: #fff;
    content: "B";
    font-size: 20px;
    font-weight: 400;
    height: 50px;
    left: 30%;
    line-height: 50px;
    opacity: 0.9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    position: absolute;
    right: 0;
    text-align: center;
    top: 50%;
    -webkit-transform: scale(2) rotateX(180deg);
    transform: scale(2) rotateX(180deg);
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
    width: 50px;
    visibility: hidden;
}
.tab-image:hover:after {
    -webkit-transform: scale(1) rotateX(0deg);
    transform: scale(1) rotateX(0deg);
    visibility: visible;
}
/*===========================
   09. pricing css here
=============================*/

.price-table-are-wrapper {
    background: #f7f7f7;
}
.price-table-are-wrapper {} .price-table-are-wrapper .single-price-table {
    border: 1px solid transparent;
    -webkit-transition: all ease-in-out .5s;
    transition: all ease-in-out .5s;
}
.single-price-table .price-table-header {
    background: #4bc8ff;
    text-align: center;
    padding: 16px;
    -webkit-transition: all ease-in-out .5s;
    transition: all ease-in-out .5s;
}
.single-price-table .price-table-header .price-package {} .single-price-table .price-table-header .price-package h3 {
    font-size: 26px;
    text-transform: uppercase;
    font-weight: 400;
}
.single-price-table .monthly-price {
    color: #324b64;
    text-align: center;
    padding: 30px 0;
}
.single-price-table .monthly-price h4 {
    font-size: 36px;
    font-weight: 400;
}
.single-price-table .monthly-price h4 sub {
    margin-right: 6px;
    display: inline-block;
}
.single-price-table .monthly-price span {
    font-size: 18px;
    padding-top: 8px;
    display: block;
}
.single-price-table .package-features {
    text-align: center;
    padding-bottom: 50px;
    -webkit-transition: all ease-in-out .5s;
    transition: all ease-in-out .5s;
}
.single-price-table .package-features ul li {
    display: block;
    padding: 14px 0;
    font-size:15px;
    color: #324b64;
    font-weight: 400;
    cursor: pointer;
    -webkit-transition: all ease-in-out .5s;
    transition: all ease-in-out .5s;
}
.single-price-table .package-features ul li:hover {
    -webkit-transform: translateX(6px);
    transform: translateX(6px);
}
.single-price-table .price-table-footer {
    background: #0096ff none repeat scroll 0 0;
    text-align: center;
}
.single-price-table .price-table-footer a {
    display: block;
    color: #324b64;
    font-size: 18px;
    font-weight: 400;
    padding: 15px 0;
    text-transform: uppercase;
    -webkit-transition: all ease-in-out .5s;
    transition: all ease-in-out .5s;
}
.single-price-table:hover .price-table-header,
.single-price-table:hover .price-table-footer {
    background: #324b64;
    box-shadow: 0 2px 3px 0 #f0f0f0;
}
.single-price-table.active .price-table-header,
.single-price-table.active .price-table-footer {
    background: #324b64;
    box-shadow: 0 2px 3px 0 #f0f0f0;
}
.single-price-table:hover .price-table-header h3,
.single-price-table:hover .price-table-footer a {
    color: #ffffff;
}
.single-price-table.active .price-table-header h3,
.single-price-table.active .price-table-footer a {
    color: #ffffff;
}
.single-price-table:hover {
    background: #0096ff;
    border: 0px solid transparent;
    box-shadow: 0 2px 3px 0 #f0f0f0;
}
.single-price-table.active {
    background: #0096ff;
    border: 0px solid transparent;
    box-shadow: 0 2px 3px 0 #f0f0f0;
}
/*==========================
  10. Testimonial css here
============================*/

section#testimonial {
    background: #ffffff;
}
.slider-active-part1 {
    width: 40%;
    float: left;
}
.slider-active-part2 {
    width: 60%;
    float: left;
}
.single-testimonial-left {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: url("images/client/client01.jpg");
    background-origin: padding-box;
    background-repeat: no-repeat;
    background-size: cover;
    height: 60vh;
    position: relative;
}
.single-testimonial-left:before {
    position: absolute;
    background-color: rgba(43, 55, 78, .9);
    width: 100%;
    height: 100%;
    content: '';
    opacity: .5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}
.front-image-left {
    bottom: 0;
    height: 40%;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 40%;
}
.client-space {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: url("images/client/client02.jpg");
    background-origin: padding-box;
    background-repeat: no-repeat;
    background-size: cover;
    height: 60vh;
    width: 50%;
    float: left;
    position: relative;
}
.client-space:before {
    background: rgba(75,200,255, .9);
    content: "";
    height: 100%;
    opacity: 0.9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    position: absolute;
    width: 100%;
}
.client-testimonial-info p:before {
    bottom: 10px;
    color: #324b64;
    content: "";
    font-family: fontawesome;
    font-size: 20px;
    height: 20px;
    left: 50%;
    margin: auto;
    position: absolute;
    right: 0;
    top: 137px;
    width: 20px;
}
.client-testimonial-info:after {
    bottom: 0;
    content: "\f10d";
    font-family: fontawesome;
    height: 20px;
    left: 52px;
    position: absolute;
    top: 30px;
    width: 20px;
    color: #324b64;
    font-size: 20px;
    font-weight: 400;
}
.client-testimonial-info {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    padding: 0px 50px;
}
.client-testimonial-info h3 {
    color: #324b64;
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 50px;
}
.client-testimonial-info p {
    color: #324b64;
    font-size:15px;
    font-weight: 400;
    line-height: 26px;
}
/*====================
  11. team css here 
=======================*/

section#team-area {
    background: #f7f7f7 none repeat scroll 0 0;
}
.team-member-slider .col-md-4 {
    width: 100%;
}
.owl-carousel .owl-item {
    float: left;
    padding-bottom: 50px;
}
.team-member-slider .header-top-social li {
    display: inline-block;
    padding: 16px 32px;
}
.single-team-member,
.single-team-member:before,
.single-team-member span:before,
.single-team-member h4,
.single-team-member > p,
.team-social,
.single-team-member figure figcaption {
    -webkit-transition: all .5s ease-in-out 0s;
    transition: all .5s ease-in-out 0s;
}
.single-team-member {
    background: #fff;
    position: relative;
    z-index: 1;
}
.single-team-member:before {
    background: #324b64 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    width: 100%;
    visibility: hidden;
    z-index: -1;
    -webkit-transform: perspective(600px) rotateX(-45deg);
    transform: perspective(600px) rotateX(-45deg);
    -webkit-transform-origin: 0 0 0;
    transform-origin: 0 0 0;
}
.single-team-member:hover.single-team-member:before {
    visibility: visible;
    -webkit-transform: perspective(600px) rotateX(0deg);
    transform: perspective(600px) rotateX(0deg);
}
.single-team-member figure {
    padding: 30px 0 15px;
    position: relative;
    z-index: 1;
}
.single-team-member figure figcaption h2 {
    color: #0096ff;
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 400;
}
.single-team-member figure figcaption h3 {
    color: #0096ff;
    font-size:15px;
    text-transform: uppercase;
    font-weight: 400;
}
.single-team-member figure figcaption {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: hidden;
}
.single-team-member:hover figure figcaption {
    visibility: visible;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.single-team-member h1 {
    color: #324b64;
    font-size: 20px;
    font-weight: 400;
    padding-top: 10px;
}
.single-team-member:hover h1 {
    color: #0096ff;
}
.single-team-member span {
    display: inline-block;
    position: relative;
}
.single-team-member span:before {
    background: #201818 none repeat scroll 0 0;
    border-radius: 50%;
    content: "";
    display: inline-block;
    height: 100%;
    left: 0;
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    position: absolute;
    top: 0;
    visibility: hidden;
    width: 100%;
    -webkit-transform-origin: left;
    transform-origin: left;
    -webkit-transform: perspective(600px) rotateX(-45deg);
    transform: perspective(600px) rotateX(-45deg);
}
.single-team-member:hover span:before {
    visibility: visible;
    -webkit-transform: perspective(600px) rotateX(0deg);
    transform: perspective(600px) rotateX(0deg);
}
.single-team-member h4 {
    -webkit-transition: all ease-in-out .5s;
    transition: all ease-in-out .5s;
    color: #324b64;
    font-size: 20px;
    font-weight: 400;
}
.single-team-member:hover h4 {
    visibility: hidden;
}
.single-team-member > p {
    background: rgba(0, 0, 0, 0) url("images/skills.png") no-repeat scroll left 49% top 16% / 50% auto;
    font-size:15px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: hidden;
    margin-left: 28px;
    padding-bottom: 15px;
    text-align: left;
    text-transform: uppercase;
    color: #0096ff;
}
.single-team-member:hover.single-team-member p {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
}
.team-member-social {
    position: relative;
}
.team-social {
    background: #4bc8ff none repeat scroll 0 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    position: absolute;
    top: -15px;
    width: 100%;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
}
.single-team-member:hover .team-social {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}
/*===================
  12. footer css here
====================*/
.map iframe {
  height: 350px;
  width: 100%;
  border: 0;
}
.footer-bottom-area {
	background-image: url(imagenes/fondo.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	height: auto;
	position: relative;
}
.footer-bottom-area:before {
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: rgba(40, 54, 81, .9);
    content: '';
}
.contact-form {
    background: #4bc8ff none repeat scroll 0 0;
    display: block;
    margin: 100px 0;
    padding: 50px;
    border-radius: 4px;
}
.btn-color {
    background-color: #324b64;
    color: #0096ff;
    min-height: 55px;
    font-size: 20px;
}
.btn-color:hover {
    color: #0096ff;
}
.btn.btn-block.btn-color i.fa-paper-plane {
    margin-right: 15px;
}
.form-input-element {
    position: relative;
}
.form-input-element i {
    color: #324b64;
    font-size: 20px;
    font-weight: 400;
    left: 15px;
    margin-top: 18px;
    overflow: hidden;
    position: absolute;
}
.form-input-element textarea {
    padding-top: 18px;
}
.form-input-element input[type="text"],
.form-input-element input[type="email"],
.form-input-element textarea {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #324b64;
    padding-left: 50px;
}
.form-input-element input[type="text"],
.form-input-element input[type="email"],
.form-input-element textarea {
    min-height: 56px;
    margin-bottom: 30px;
}
.need-help h2 {
    font-size:15px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 400;
}
.need-help .help-menu li {
    display: block;
}
.need-help .help-menu li a {
    display: block;
    padding: 6px 0;
    color: #acabab;
    font-weight: 400;
    font-size:15px;
    -webkit-transition: all ease-in-out .5s;
    transition: all ease-in-out .5s;
}
.need-help .help-menu li a:hover {
    color: #4bc8ff;
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
}
.need-help .address li {
    display: block;
    padding: 6px 0;
    color: #acabab;
    font-weight: 400;
    font-size:15px;
}
.footer-menu-area {
    margin-left: 60px;
}
.footer-bottom {
    padding: 30px 0;
}
.footer-social .footer-social-links {
    padding: 37px 0;
}
.footer-social li {
    display: inline-block;
    padding: 0 11px;
    text-align: center;
}
.footer-social .footer-social-links a {
    color: #0096ff;
}
.footer-social .footer-social-links a .fa {
    font-size: 30px;
    -webkit-transition: all ease-in-out .5s;
    transition: all ease-in-out .5s;
}
.footer-social .footer-social-links .footer-social-text {
    -webkit-transition: all ease-in-out .5s;
    transition: all ease-in-out .5s;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    color: #ffffff;
}
.footer-social li:hover .footer-social-text {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.footer-social li:hover .footer-social-links a .fa {
    -webkit-transform: translateY(-20px) scale(.5);
    transform: translateY(-20px) scale(.5);
}
.copyright {
    color: #949ba8;
    font-size:15px;
    font-weight: 400;
    margin-top: 29px;
}
.copyright span {
    display: block;
    margin-top: 5px;
}
.footer-top {
    padding-top: 100px;
}
/*============Scroll To top Css==========*/
.pos-rtive {
    position: relative;
}
.to-top a {
    background: #324b64 none repeat scroll 0 0;
    color: #0096ff;
    font-size: 35px;
    height: 40px;
    line-height: 35px;
    position: fixed;
    right: 3%;
    text-align: center;
    top: 80%;
    width: 35px;
    z-index: 999;
    transition: all ease-in-out .5s;
}
.to-top a:hover {
    background: #0096ff none repeat scroll 0 0;
    color: #324b64;
}
/*===============================
  13. Home Version Two css here
*===============================*/

.section-title-home-version-two h2 {
    padding-bottom: 20px;
    display: inline-block;
    position: relative;
    font-weight: 500;
}
.section-title-home-version-two.text-center > h2::before {
    background: #324b64 none repeat scroll 0 0;
    content: "";
    display: inline-block;
    height: 21px;
    left: -43px;
    margin: 0 auto;
    position: absolute;
    top: 6px;
    width: 21px;
}
.section-title-home-version-two.text-center > p {
    padding-top: 0;
}
.single-team-vtwo .img-circle {
    width: 40%;
}
/*==============================
  14.header version two css here
=================================*/

.header-area .header-top-area {
    background: #ffffff;
}
.header-top-area .social-text {
    padding: 33px 25px;
    position: absolute;
}
.header-top-area .social-text p {
    color: #324b64;
    font-size:15px;
}
.header-top-social li {
    display: inline-block;
    padding: 25px 32px;
}
.header-top-social li a {
    font-size: 24px;
    color: #324b64;
    -webkit-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
}
.header-top-social li a:hover {
    color: #00aced;
}
.header-top-area .menu-search {
    background: #324b64 none repeat scroll 0 0;
    padding: 29px;
    text-align: center;
    display: inline-block;
}
.menu-search i.fa {
    font-size: 25px;
    color: #0096ff;
}
.header-top-area .search-wrap {
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 121;
    background-color: rgba(0, 0, 0, 0.8);
    cursor: url(images/mouse-cross.png), auto;
}
.header-top-area ..search-wrap .search-inner {
    position: relative;
    width: 100%;
    height: 100%;
}
.header-top-area .search-wrap .search-cell {
    position: absolute;
    top: 40%;
    width: 100%;
}
.header-top-area .search-wrap .search-field-holder {
    width: 50%;
    margin: auto;
    position: relative;
    -webkit-animation: slideInUp .3s;
    animation: slideInUp .3s;
    background: #fff;
}
.header-top-area .search-wrap .form-control {
    height: 66px;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: none;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    margin-bottom: 0;
    color: #424242;
    position: relative;
    box-shadow: none;
    border-radius: 0;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    font-weight: 300;
    padding: 15px 0 5px 15px;
    display: table-cell;
    vertical-align: top;
    width: 87.77%;
}
.header-top-area .search-field-holder > button {
    font-size: 21px;
    color: #696969;
    border: 0 none;
    background: none;
    padding: 23px 25px;
    display: table-cell;
    vertical-align: top;
    width: 10%;
}
.header-top-area .search-wrap input.form-control,
.header-top-area .search-wrap input.form-control:focus {
    background-color: #fff;
}
@keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@-webkit-keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.header-top-area .input.main-search-input::-webkit-input-placeholder {
    color: #424242;
}
.header-top-area .input.main-search-input:-moz-placeholder {
    color: #424242;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.header-top-area .input.main-search-input::-moz-placeholder {
    color: #424242;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.header-top-area .input.main-search-input:-ms-input-placeholder {
    color: #424242;
}
.header-top-area .#search-close {
    position: absolute;
    top: 25px;
    right: 0px;
    font-size: 30px;
    color: #424242;
    cursor: pointer;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}
.header-top-area .#search-close:hover {
    color: #80CD36;
}
.header-top-area .mobile-links li > a {
    padding: 15px 0 15px 15px;
    line-height: 20px;
    border-bottom: 1px solid #eaeaea;
    color: #6c6c6c;
    display: block;
}
.header-top-area .mobile-links li > a:hover {
    color: #435BE0;
}
.header-top-area .mobile-search .form-control {
    height: 46px;
    border-bottom: 1px solid #eaeaea;
    background-color: transparent;
    border-left: none;
    border-top: none;
    border-right: none;
    margin-bottom: 0;
}
.header-top-area .#mobile-search .search-button {
    position: absolute;
    right: 0;
    top: 0;
    width: 45px;
    height: 46px;
    border: 0;
    cursor: pointer;
    background-color: transparent;
}
.header-top-area .header-top-addres li {
    display: inline-block;
    padding: 32px 15px;
    font-size:15px;
    color: #324b64;
    font-weight: 400;
}
.header-top-area .header-top-addres li i.fa {
    margin-right: 5px;
}
.header-top-area .header-top-addres li i.fa {
    margin-right: 5px;
}
/*=======================
  Header bottom css here 
  =========================*/

.home-two.main-menu > li > a::before {
    top: -25px;
}
.menu-area .home-two.main-menu li {
    padding: 65px 18px;
}
.menu-area .home-two.main-menu .dropdown li {
    display:block;
    padding:8px;
}
/*=========================
  15. slider two css here
  ========================*/

.slider-home-version-two .image-overlay {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}
.slider-home-version-two .image-overlay:before {
    background: #324b64 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.30;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    position: absolute;
    top: 0;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 100%;
    z-index: -1;
}
/*======================================
 16. about Us home version two css here
========================================*/

.aboutus-tab .tab-menu-two {
    position: relative;
}
.aboutus-tab .tab-menu-two:before {
    border-bottom: 1px dotted #324b64;
    bottom: 0;
    content: "";
    position: absolute;
    width: 100%;
}
.aboutus-tab .tab-menu-two li {
    display: inline-block;
    padding: 0 32px 10px;
}
.aboutus-tab .tab-menu-two li a {
    color: #324b64;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 500;
    font-family: "Montserrat", sans-serif;
}
.tab-menu-two li.active {
    border-bottom: 8px solid #0096ff;
}
.tab-content .about-content,.tab-content .about-content p {
    color: #324b64;
    font-weight: 300;
    font-family: 'Source Sans Pro', sans-serif;
    font-size:15px;
    line-height: 25px;
}
.about-border {
    position: relative;
}
.about-border:before {
    border: 1px dashed #324b64;
    content: "";
    height: 227px;
    left: 50%;
    position: absolute;
    top: 48px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 2px;
}
.about-content a.border-hover-btn-style-2 {
    margin: 0;
}
.single-service-two {
    position: relative;
}
.service-content {
    background: #0096ff none repeat scroll 0 0;
    height: 100%;
    left: 24%;
    position: absolute;
    text-align: center;
    top: 17%;
    width: auto;
}
.service-content-left {
    background: #0096ff none repeat scroll 0 0;
    height: 100%;
    position: absolute;
    right: 24%;
    top: 17%;
    width: 100%;
}
.service-content-left {
    text-align: center;
}
.service-content h2,
.service-content-left h2 {
    font-size: 24px;
    text-align: center;
    color: #324b64;
    padding-top: 65px;
    font-weight: 500;
}
.service-content p,
.service-content-left p {
    padding: 10px 35px;
    color: #324b64;
    font-size:15px;
    font-weight: 400;
}
.service-content .border-hover-btn,
.border-hover-btn-style-2 {
    padding: 3px 28px;
}
.service-content .border-hover-btn-style-2 {
    margin: 0;
}
.service-content-left .border-hover-btn-style-2 {
    margin: 0;
}
.service-image img {
    border: 2px solid #0096ff;
}
.owl-slider-two .col-md-6 {
    width: 100%;
}
/*===============================================
  17. Under Constaruaction Version two css here
  ================================================*/

.constaruction-two .col-md-6 {
    padding-left: 1px;
    padding-right: 1px;
}
.constaruction-two .real-time-update-two {
    background: #324b64 none repeat scroll 0 0;
    text-align: center;
    padding: 41.8px 0;
}
.constaruction-two .real-time-update-two h2 {
    color: #0096ff;
    font-size: 20px;
    font-weight: 400;
}
.constaruction-two .real-time-update-two p {
    padding: 10px 107px;
    color: #fff;
    line-height: 22px;
    font-size:15px;
    font-weight: 400;
}
.real-time-update-two.gap {
    border-bottom: 1px solid #89919f;
}
.owl-btn.owl-theme .owl-controls .owl-buttons div.owl-prev,
.owl-btn.owl-theme .owl-controls .owl-buttons div.owl-next {
    background: #0096ff none repeat scroll 0 0;
    color: #354252;
    font-size: 27px;
    height: 44px;
    line-height: 40px;
    margin: 0;
    padding: 0;
    width: 44px;
    position: absolute;
    border-radius: 0;
    top: 50%;
    left: 0;
    opacity: .9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.owl-btn.owl-theme .owl-controls .owl-buttons div.owl-next {
    left: auto;
    right: 0;
}
.owl-btn.owl-theme .owl-controls.clickable .owl-buttons div:hover {
    opacity: .3;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    text-decoration: none;
    color: #fff;
}
/*=====================================
  18. Why Choose Us Version two css here
  =====================================*/

.home-two-tab.tab-menu li {
    margin-right: 88px;
    display: inline-block;
}
.home-two-tab.tab-menu li a {
    display: inline-block;
    padding: 9px 40px;
}
/*====================================
  19. Price table version two css here
  =====================================*/

.price-table-two.single-price-table .price-table-footer {
    background: none;
    -webkit-transition: all ease-in-out .5s;
    transition: all ease-in-out .5s;
}
.price-table-two.single-price-table .price-table-header {
    background: none;
}
.price-table-are-wrapper .price-table-two.single-price-table {
    border: 1px solid #324b64;
}
.price-table-are-wrapper .price-table-two.single-price-table:hover {
    border: 1px solid #fde405;
}
.price-table-two.single-price-table:hover {
    background: none;
}
.price-table-two.single-price-table:hover .price-table-header,
.price-table-two.single-price-table:hover .price-table-footer {
    background: #0096ff none repeat scroll 0 0 !important;
}
.price-table-two.single-price-table:hover .price-table-header h3,
.price-table-two.single-price-table:hover .price-table-footer a {
    color: #324b64;
}
.price-table-two.single-price-table .monthly-price {
    -webkit-transition: all ease-in-out .5s;
    transition: all ease-in-out .5s;
}
.price-table-two.single-price-table:hover .monthly-price {
    background: #0096ff none repeat scroll 0 0
}
.price-table-two.single-price-table .package-features ul li {
    position: relative;
}
.price-table-two.single-price-table .package-features li:before {
    border-bottom: 2px solid #e1e1e1;
    bottom: 0;
    content: "";
    left: 25%;
    position: absolute;
    right: 25%;
}
.price-table-two.single-price-table.active .price-table-header,
.price-table-two.single-price-table.active .price-table-footer,
.price-table-two.single-price-table.active .monthly-price {
    background: #0096ff!important;
    box-shadow: 0 2px 3px 0 #f0f0f0;
}
.price-table-two.single-price-table.active {
    background: none;
    border: 1px solid #fde405;
    box-shadow: 0 2px 3px 0 #f0f0f0;
}
.price-table-two.single-price-table.active .price-table-header h3,
.price-table-two.single-price-table.active .price-table-footer a {
    color: #324b64;
}
/*=============================
  20. Team version two css here
==============================*/

.single-team-vtwo {
    position: relative;
}
.single-team-vtwo .team-vtwo-header {
    text-align: center;
    border: 1px solid #324b64;
}
.single-team-vtwo .team-vtwo-header h1 {
    color: #324b64;
    font-size: 20px;
    font-weight: 700;
    margin-top: 0;
    padding-top: 10px;
}
.single-team-vtwo .team-footer {
    border: 1px solid #324b64;
    text-align: center;
}
.team-vtwo-image figure figcaption span img {
    padding: 10px 0;
}
.team-vtwo-image figure figcaption {
    bottom: 0;
    position: absolute;
    width: 100%;
    text-align: center;
    top: 8%;
}
.single-team-vtwo figcaption h2 {
    color: #0096ff;
    font-size: 20px;
    font-weight: 400;
    text-transform: capitalize;
}
.single-team-vtwo figcaption h3 {
    color: #0096ff;
    font-size:15px;
    font-weight: 400;
    text-transform: uppercase;
}
.single-team-vtwo figure figcaption p {
    color: #0096ff;
    font-size:15px;
    font-weight: 400;
    text-transform: uppercase;
    background: url(images/skills.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    padding-bottom: 25px;
}
.single-team-vtwo figure figcaption {
    -webkit-transition: all ease-in-out .5s;
    transition: all ease-in-out .5s;
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
}
.single-team-vtwo:hover figure figcaption {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}
.single-team-vtwo .team-vtwo-header,
.single-team-vtwo .team-footer {
    -webkit-transition: all ease-in-out .5s;
    transition: all ease-in-out .5s;
}
.single-team-vtwo:hover .team-vtwo-header,
.single-team-vtwo:hover .team-footer {
    background: #4bc8ff;
    border: 1px solid transparent;
}
.team-vtwo-image {
    position: relative;
}
.team-vtwo-image:before {
    background: #324b64 none repeat scroll 0 0;
    content: "";
    height: 100%;
    opacity: 0.80;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    position: absolute;
    width: 100%;
    -webkit-transition: all ease-in-out .5s;
    transition: all ease-in-out .5s;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
}
.team-vtwo-image:hover.team-vtwo-image:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}
/*============================
  21. Services page css here
==============================*/

.services_content .slider-link {
    background: #0096ff none repeat scroll 0 0;
    margin-bottom: 30px;
    text-align: center;
}
.services-animation figure img {
    -webkit-transition: all ease-in-out .5s;
    transition: all ease-in-out .5s;
}
.services-animation:hover img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}
/*==========================
  22. About page css here
  ===========================*/

.about-gap {
    padding-bottom: 100px;
    overflow: hidden;
}
/*==================================
  23. Masonary portfolio one & two css here
=====================================*/
.portfolio-style-one {
 background-color:#f7f7f7!important; 
}
.portfolio-item{
    margin-bottom:30px;
}
.portfolio-item img{
   width:100%;
}

.grid-item figure {
    position: relative;
}

.grid-item figure:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(239, 220, 58, .9);
    -webkit-transform: rotate(45deg) scale(0);
    transform: rotate(45deg) scale(0);
    -webkit-transition: .5s ease;
    transition: .5s ease;
    visibility: hidden;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.grid-item:hover figure:before {
    visibility: visible;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1);
}
.grid-item figure figcaption {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    width: 100%;
    text-align: center;
    -webkit-transition: .5s ease;
    transition: .5s ease;
    visibility: hidden;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.grid-item:hover figure figcaption {
    visibility: visible;
    -webkit-transform: rotate(0deg) translateY(-50%);
    transform: rotate(0deg) translateY(-50%);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.grid-item figure figcaption a {
    display: block;
    position: relative;
}
.grid-item figure figcaption a:before,
.grid-item figure figcaption a:after {
    background: #324b64 none repeat scroll 0 0;
    content: "";
    height: 4px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 160px;
    cursor: pointer;
}
.grid-item figure figcaption a:after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
/*======================
  24. Team page css here
========================*/

.single-team .img-holder {
    position: relative;
    overflow: hidden;
}
.single-team .img-holder img {
    width: 100%;
    height: 100%;
}
.single-team .img-holder .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(75,200,255, .5);
    text-align: center;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.single-team:hover .img-holder .overlay {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.single-team .img-holder .overlay .inner {
    display: table;
    width: 100%;
    height: 100%;
    position: relative;
}
.single-team .img-holder .overlay .inner:before {
    content: '';
    position: absolute;
    top: 8px;
    left: 8px;
    right: 8px;
    bottom: 8px;
}
.single-team .img-holder .overlay .social {
    display: table-cell;
    vertical-align: bottom;
    padding-bottom: 30px;
    position: relative;
}
.single-team .img-holder .overlay .social li {
    display: inline;
    margin-right: 4px;
}
.single-team .img-holder .overlay .social li a {
    display: inline-block;
    width: 31px;
    height: 31px;
    border: 1px solid #324b64;
    text-align: center;
    font-size:15px;
    line-height: 30px;
    color: #324b64;
    border-radius: 50%;
}
.single-team .content-holder {
    text-align: center;
    background: #222222;
    border-top: 2px solid #F6BA18;
    display: block;
}
.single-team .content-holder:before {
    background: #324b64;
    color: #0096ff;
}
.single-team:hover .content-holder {
    border-top-color: #282F39;
}
.single-team:hover .content-holder:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}
.single-team:hover .content-holder h4 {
    color: #0096ff;
}
.content-holder h4 {
    color: #ffffff;
}
.single-team-member:hover .content-holder p {
    color: #0096ff;
}
.single-team .content-holder h4 {
    text-transform: uppercase;
    margin: 0;
    font-size: 18px;
    line-height: 22px;
    font-weight: bold;
    margin-top: 11px;
    margin-bottom: 2px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.single-team .content-holder p {
    text-transform: uppercase;
    color: #ffffff;
    margin: 0;
    font-size:15px;
    line-height: 22px;
    padding-bottom: 14px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    font-weight: 400;
}
/*=========================
  25. Blog page css here
========================*/

.blog-container {
    overflow: hidden;
}
.blog-container .white-left {
    background: #fff;
    position: relative;
    z-index: 99;
}
.blog-container .white-left:before {
    content: '';
    width: 2500px;
    height: 100%;
    background: #fff;
    position: absolute;
    top: 0;
    right: -17px;
    z-index: -1;
}
.blog-container .white-right {
    position: relative;
    z-index: 99;
}
.blog-container .white-right:before {
    content: '';
    width: 2500px;
    height: 100%;
    background: #fff;
    position: absolute;
    top: 1px;
    left: -15px;
    z-index: -1;
}
.blog-container .pbt-86 {
    padding-top: 86px !important;
}
.blog-container.blog-2-col .single-blog-post {
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 50px;
}
.blog-container .ptb-13 {
    padding-top: 98px;
    padding-bottom: 21px;
}
.blog-container .right-side .single-blog-post {
    margin-left: 20px;
}
.blog-two .right-side .single-blog-post {
    margin-left: 0px
}
.blog-container .single-blog-post {
    margin-bottom: 78px;
}
.blog-container .single-blog-post .post-meta .title-holder ul {
    padding: 0;
}
.blog-container .single-blog-post .post-meta h2 {
    font-weight: 700;
    font-size: 20px;
    color: #324b64;
    line-height: 26px;
    margin: 0;
}
.blog-container .single-blog-post .img-holder {
    display: inline-block;
}
.blog-container .single-blog-post .post-meta {
    margin: 38px 0 32px;
}
.blog-container .single-blog-post .post-meta .date-holder,
.blog-container .single-blog-post .post-meta .title-holder {
    display: table-cell;
}
.blog-container .single-blog-post .post-meta .date-holder {
    width: 70px;
    height: 70px;
    text-align: center;
    background: #0096ff;
    color: #324b64;
    border: 1px solid #324b64;
    border-bottom: 3px solid #324b64;
    font-size: 1.25em;
    line-height: 29px;
    padding: 0px 16px;
}
.blog-container .single-blog-post .post-meta .date-holder span {
    font-family: 'PT Serif', serif;
    font-size: 1.5em;
    font-weight: 700;
    display: block;
    margin-top: 12px;
}
.blog-container .single-blog-post .post-meta .title-holder {
    padding-left: 30px;
}
.blog-container .single-blog-post .post-meta .title-holder ul {
    padding-top: 6px;
}
.blog-container .single-blog-post .post-meta .title-holder ul li:last-child a:after {
    display: none;
}
.blog-container .single-blog-post .post-meta .title-holder ul li a:after {
    content: '/';
    display: inline-block;
    padding: 0 3px;
    color: #B5B5B5;
}
.blog-container .single-blog-post a.read-more {
    background: #324b64 none repeat scroll 0 0;
    border-radius: 2px;
    color: #fff;
    display: inline-block;
    font-size:15px;
    font-weight: 600;
    line-height: 20px;
    margin-top: -2px;
    padding: 7px 20px;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.blog-container .single-blog-post a.read-more:hover {
    background: #0096ff none repeat scroll 0 0;
}
.blog-container .single-blog-post a.read-more i {
    font-size: 18px;
    padding-left: 3px;
}
.blog-container .single-blog-post a.read-more:hover {
    color: #324b64;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.single-blog-post:hover .img-holder .overlay,
.blog_single_post:hover .img_holder .img_overlay {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition: all ease-in-out .5s;
    transition: all ease-in-out .5s;
}
.single-blog-post:hover h2.title {
    color: #0096ff;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.single-blog-post .img-holder {
    position: relative;
}
.single-blog-post .img-holder img {
    width: 100%;
}
.single-blog-post .img-holder .date {
    position: absolute;
    bottom: 0;
    right: 0;
    display: inline-block;
    background: #FFAE00;
    color: #2A2D34;
    font-size:15px;
    line-height: 21px;
    padding-top: 15px;
    padding-bottom: 43px;
    padding-right: 15px;
    padding-left: 20px;
    z-index: 9;
}
.single-blog-post .img-holder .date b {
    font-size: 25px;
    font-weight: bold;
    display: block;
}
.single-blog-post .img-holder .overlay {
    background: rgb(249, 235, 111);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    text-align: center;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
    opacity: 0.69;
}
.single-blog-post .img-holder .overlay a,
.blog-variation-container .img_holder .img_overlay a {
    display: table;
    width: 100%;
    height: 100%;
    color: #fff;
}
.single-blog-post ul {
    padding: 19px 0 26px;
}
.single-blog-post ul li {
    display: inline;
}
.single-blog-post ul li a,
.single-blog-post ul li span {
    display: inline-block;
    font-style: italic;
    color: #324b64;
    font-size: 0.875em;
    line-height: 26px;
    font-weight: normal;
}
.single-blog-post ul li span:after {
    content: '|';
    color: #324b64;
    font-size:15px;
    line-height: 26px;
    display: inline-block;
    margin-left: 15px;
    margin-right: 10px;
}
.single-blog-post h2.title {
    font-size: 1.375em;
    font-weight: 700;
    color: #324b64;
    margin-bottom: 15px;
}
.single-blog-post p {
    color: #324b64;
    font-size:15px;
    line-height: 26px;
    margin-bottom: 16px;
    margin-top: -4px;
    font-weight: 400;
}
.single-blog-post a:hover {
    color: #324b64;
}
.blog-two .row .left_side {
    padding-left: 66px;
    padding-bottom: 91px;
    padding-right: 15px;
}
/*============ Blog content ==========*/

.faqs_sec {
    background: #f9f9f9;
    overflow: hidden;
}
.faqs_sec .row .left_side {
    padding-right: 66px;
    padding-bottom: 91px;
    padding-top: 87px;
}
.faqs_sec .left_side h4 {
    color: #324b64;
    font-size: 18px;
    font-weight: 700;
    padding-bottom: 19px;
    position: relative;
}
.faqs_sec .left_side h4:before {
    background: #0096ff none repeat scroll 0 0;
    bottom: -1px;
    content: "";
    height: 2px;
    position: absolute;
    width: 35px;
}
.faqs_sec .left_side form {
    background: #fff;
    border: 1px solid #0096ff;
    width: 320px;
    height: 48px;
    margin-top: 32px;
}
.faqs_sec .left_side input {
    background: transparent none repeat scroll 0 0;
    border: medium none;
    color: #324b64;
    font-size:15px;
    height: 100%;
    margin-left: -5px;
    outline: medium none;
    padding-left: 20px;
    width: calc(100% - 46px);
}
.faqs_sec .left_side button {
    background: #324b64 none repeat scroll 0 0;
    border: medium none;
    color: #0096ff;
    height: 46px;
    left: 1px;
    position: relative;
    text-align: center;
    transition: all 0.3s ease 0s;
    width: 46px;
}
.faqs_sec .left_side button:hover {
    background: #0096ff;
    color: #324b64;
}
.faqs_sec .left_side ul.category_item {
    margin-top: 15px;
    margin-bottom: 27px;
}
.faqs_sec .left_side p,
.faqs_sec .left_side .category_item li a {
    font-size:15px;
    line-height: 25px;
    text-align: justify;
    color: #324b64;
}
.faqs_sec .left_side .category_item li a {
    display: block;
    border-bottom: 1px solid #324b64;
    line-height: 41px;
    margin-bottom: 3px;
    margin-top: 0px;
    font-family: 'Source Sans Pro', sans-serif;
}
.faqs_sec .left_side .category_item li:last-child a {
    border: none;
}
.faqs_sec .left_side .category_item li a:hover,
.faqs_sec .left_side .category_item li a:focus {
    color: #998a07;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.faqs_sec .left_side ul.post_item {
    margin-top: 27px;
    margin-bottom: 28px;
}
.faqs_sec .left_side .post_item li {
    color: #324b64;
    font-size:15px;
    margin-bottom: 14px;
}
.faqs_sec .left_side .post_item li a {
    border-bottom: 1px solid #e1e1e1;
    color: #324b64;
    display: block;
    font-size:15px;
    ;
    margin-top: 12px;
    padding-bottom: 17px;
}
.faqs_sec .left_side .post_item li:last-child a {
    border: none;
}
.faqs_sec .left_side h5 a {
    font-weight: 600;
    font-size: 1em;
    text-transform: uppercase;
    color: #242424;
}
.faqs_sec .left_side ul.clouds {
    margin-top: 16px;
}
.faqs_sec .left_side .clouds li {
    display: inline-block;
    margin-right: 3px;
    margin-top: 12px;
}
.faqs_sec .left_side .clouds li a {
    background: #0096ff none repeat scroll 0 0;
    color: #324b64;
    display: block;
    font-size: 0.8125em;
    padding: 10px 22px;
    text-transform: uppercase;
}
.faqs_sec .left_side .clouds li a:hover,
.faqs_sec .left_side .clouds li a:focus {
    background: #324b64;
    color: #0096ff;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.faqs_sec .left_side h4:nth-child(3),
.faqs_sec .left_side h4:nth-child(5),
.faqs_sec .left_side h4:nth-child(13) {
    margin-top: 45px;
}
.faqs_sec .left_side h4:nth-child(7) {
    margin-top: 13px;
}
.faqs_sec .left_side p:nth-child(4) {
    padding-top: 14px;
}
.faqs_sec .left_side .img_holder {
    position: relative;
    display: inline-block;
}
.faqs_sec .left_side .img_holder:before {
    content: '';
    position: absolute;
    top: 8px;
    bottom: 8px;
    left: 8px;
    right: 8px;
    z-index: 99;
    border-bottom: 2px solid #0096ff;
    border-left: 2px solid #0096ff;
    border-right: 2px solid #0096ff;
}
.faqs_sec .left_side .img_holder {
    margin-top: 26px;
    margin-bottom: 18px;
}
.faqs_sec .right_side {
    background: #fff;
    padding-left: 36px;
    position: relative;
    z-index: 99;
    padding-top: 76px;
    padding-bottom: 345px;
}
.faqs_sec .right_side:before {
    content: '';
    width: 2500px;
    height: 100%;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.tab_option_right {
    padding-bottom: 40px;
}
.faqs_sec .right_side h2 {
    font-weight: 700;
    font-size: 16.5px;
    color: #0096ff;
    position: relative;
    padding-bottom: 11px;
}
.faqs_sec .right_side h2:before {
    content: '';
    width: 45px;
    height: 3px;
    background: #0096ff;
    position: absolute;
    bottom: 0;
}
.faqs_sec .right_side p {
    font-size:15px;
    color: #0096ff;
    line-height: 25px;
}
.faqs_sec .right_side h3 {
    font-weight: 300;
    font-size: 1.625em;
    color: #000000;
}
.faqs_sec .right_side p:nth-child(2) {
    padding-top: 15px;
}
.faqs_sec .right_side form {
    height: 87px;
    background: #0096ff;
    border: 1px solid #0096ff;
    margin-top: 48px;
}
.faqs_sec .right_side form input {
    height: 45px;
    background: #fff;
    border: 1px solid #0096ff;
    outline: none;
    width: 80%;
    margin-top: 20px;
    margin-left: 30px;
    padding-left: 24px;
    padding-right: 55px;
}
.faqs_sec .right_side form button {
    background: #0096ff;
    font-size:15px;
    color: #fff;
    text-transform: uppercase;
    height: 45px;
    border: none;
    margin-left: -40px;
    width: 17%;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.faqs_sec .right_side form button:hover {
    background: #324b64;
}
.faqs_sec .right_side .tab_option .panel-default,
.career_details .right_side .tab_option .panel-default {
    border: none;
}
.faqs_sec .right_side .tab_option .panel-heading,
.career_details .right_side .tab_option .panel-heading {
    margin-top: 20px;
    background: #fff;
    border: 1px solid #324b64;
    border-radius: 0px;
    padding: 0;
}
.faqs_sec .right_side .tab_option .panel-title a,
.career_details .right_side .tab_option .panel-title a {
    font-size: 0.875em;
    color: #324b64;
    display: block;
    position: relative;
    padding: 15px 19px;
}
.career_details .right_side .tab_option .panel-title a {
    text-transform: uppercase;
    color: #242424;
    font-weight: 600;
}
.faqs_sec .right_side .tab_option .panel-title a img.active,
.career_details .right_side .tab_option .panel-title a img.active {
    position: absolute;
    right: 10px;
    right: 18px;
    bottom: 9px;
}
.faqs_sec .right_side .tab_option .panel-title a img.hover,
.career_details .right_side .tab_option .panel-title a img.hover {
    position: absolute;
    right: 10px;
    right: 18px;
    bottom: 9px;
    display: none;
}
.faqs_sec .right_side .tab_option .panel-title a:focus,
.faqs_sec .right_side .tab_option .panel-title a.active,
.career_details .right_side .tab_option .panel-title a:focus,
.career_details .right_side .tab_option .panel-title a.active {
    background: #1cbac8;
    color: #fff;
}
.faqs_sec .right_side .tab_option .panel-title a:focus img.hover,
.career_details .right_side .tab_option .panel-title a:focus img.hover {
    display: block;
}
.faqs_sec .right_side .tab_option .panel-title a:focus img.active,
.career_details .right_side .tab_option .panel-title a:focus img.active {
    display: none;
}
.faqs_sec .right_side .tab_option .panel-body img {
    float: left;
    padding-right: 26px;
}
.faqs_sec .right_side .tab_option .panel-body,
.career_details .right_side .tab_option .panel-body {
    border: 1px solid #324b64;
    border-top: none;
    padding-top: 21px;
    padding-left: 30px;
}
.faqs_sec .right_side .tab_option {
    margin-top: 49px;
}
.faqs_sec .pagination ul {
    margin-left: 42px;
}
.faqs_sec .pagination ul li {
    display: inline-block;
    margin-top: 16px;
    margin-left: 6px;
}
.faqs_sec .pagination ul li a {
    border: 1px solid #324b64;
    color: #324b64;
    display: block;
    font-size: 18px;
    padding: 8px 17px;
}
.faqs_sec .pagination ul li a:hover,
.faqs_sec .pagination ul li a:focus,
.faqs_sec .pagination ul li a.active {
    background: #324b64;
    border: 1px solid #324b64;
    color: #fff;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
/*==============Blog comments================*/

.comment-box {
    margin-top: 43px;
    margin-bottom: 50px;
}
.comment-box h3 {
    margin-bottom: 35px;
}
.single-page-content h3 {
    font-weight: 700;
    color: #0096ff;
    font-size: 1.125em;
}
.comment-box .comment-holder {
    border: 1px solid #0096ff;
}
.comment-box .single-comment {
    border-bottom: 1px solid #0096ff;
    padding: 20px 28px 28px 28px;
}
.comment-box .single-comment .img-holder {
    display: table-cell;
    width: 70px;
    vertical-align: top;
}
.comment-box .single-comment .content {
    display: table-cell;
    vertical-align: top;
    padding-left: 30px;
}
.comment-box .single-comment h4 {
    color: #324b64;
    font-size:15px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 26px;
    margin: 0;
}
.comment-box .single-comment p {
    margin: 0;
    color: #324b64;
}
.comment-box .single-comment ul {
    padding: 0;
    margin: 0;
}
.comment-box .single-comment ul li a.date {
    color: #324b64;
}
.comment-box .single-comment ul li a {
    color: #324b64;
    font-family: "Open Sans";
    font-size:15px;
    font-style: italic;
}
.comment-box .single-comment ul li:after {
    content: '|';
    color: #324b64;
    font-size:15px;
    padding: 7.5px;
    display: inline-block;
}
.comment-box .single-comment ul li:last-child:after {
    display: none;
}
.comment-form {
    margin-top: 64px;
}
.comment-form h3 {
    color: #324b64;
    font-weight: 400;
    margin-bottom: 28px;
    margin-left: 31px;
}
.comment-form form {
    background: #f7f7f7;
    padding: 50px 25px;
    border: 1px solid #0096ff;
}
.comment-form form .form-group {
    margin-left: -15px;
    margin-right: -15px;
}
.comment-form form .half {
    width: 50%;
    padding: 0 15px;
    float: left;
}
.comment-form form p {
    margin-bottom: 20px;
}
.comment-form form button {
    font-weight: 500;
    font-size: 20px;
    background: #324b64;
    color: #0096ff;
    padding: 11px 26px 11px 26px;
    text-transform: uppercase;
    border: 1px solid transparent;
    border-radius: 3px;
    position: relative;
    margin-top: 5px;
}
.comment-form form textarea {
    width: 100%;
    border: 1px solid #324b64;
    outline: none;
    padding: 10px 20px;
    height: 170px;
}
.comment-form form input {
    width: 100%;
    height: 45px;
    border: 1px solid #324b64;
    outline: none;
    padding: 0 20px;
}
/*===========================
  26. Team 2 Page css here
===========================*/

.team-single {
	background-color:#ffffff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.13);
    margin-bottom: 40px;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}
.team-single:hover .ts-info h3,
.team-single:hover .ts-info a {
    color: #0096ff;
}
.team-single:hover .ts-image figure figcaption {
    visibility: visible;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: perspective(600px) rotate(0deg);
    transform: perspective(600px) rotate(0deg);
}
.team-single .ts-image figure {
    position: relative;
}
.team-single .ts-image figure figcaption {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
    background: rgba(75,200,255, 0.6);
    visibility: hidden;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transform: perspective(600px) rotate(-45deg);
    transform: perspective(600px) rotate(-45deg);
    -webkit-transition: all ease-in-out .5s;
    transition: all ease-in-out .5s;
}
.team-single .ts-image figure figcaption ul {
    margin: 0;
    text-align: center;
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.team-single .ts-image figure figcaption ul li {
    display: inline-block;
    margin-right: 15px;
}
.team-single .ts-image figure figcaption ul li:last-child {
    margin-right: 0;
}
.team-single .ts-image figure figcaption ul li a {
    font-size:15px;
    width: 35px;
    height: 35px;
    display: block;
    border-radius: 100px;
    color: #fff;
    text-align: center;
    padding-top: 6px;
    background: #324b64;
}
.team-single .ts-image figure figcaption ul li.facebook a:hover {
    background: #3B5998;
}
.team-single .ts-image figure figcaption ul li.twitter a:hover {
    background: #1DA1F2;
}
.team-single .ts-image figure figcaption ul li.gplus a:hover {
    background: #DD4B39;
}
.team-single .ts-image figure figcaption ul li.linkedin a:hover {
    background: #00A0DC;
}
.team-single .ts-info {
    padding: 40px 30px 3px 5px;
}
.team-single .ts-info h3 {
    margin: 0 0 5px 0;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    text-transform: uppercase;
    font-weight: 600;
    color: #324b64;
}
.team-single .ts-info span {
    font-size:15px;
    color: #324b64;
    display: block;
    margin-bottom: 15px;
}
.team-single .ts-info p {
    color: #324b64;
	margin: 0 25px 25px 0;
}
.team-single.ts-info a {
    font-size:15px;
    color: #324b64;
    text-transform: uppercase;
    font-weight: 500;
}
.team-single .ts-info a i {
    display: inline-block;
    padding-left: 5px;
}

/*============================
  27. Contact us page css here
=============================*/
.scrolloff {
    pointer-events: none;
}
.contct_wrap form,
.contct_wrap {
    float: left;
    width: 100%;
}
#contact_content_wrap {
    margin-top: 100px;
}
.contact_heading {
    float: left;
    width: 100%;
    margin-bottom: 14px;
}
.contact_heading h4 {
    color: #324b64;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 500;
}
.contact_des {
    float: left;
    width: 100%;
}
.contact_des h4 {
    font-size: 22px;
    margin: 0px 0px 15px 0px;
}
.inputs_des {
    float: left;
    width: 100%;
    margin-bottom: 25px;
}
.inputs_des span {
    color: #324b64;
    float: left;
    font-size:15px;
    font-weight: 400;
    margin-bottom: 5px;
    width: 100%;
    font-family: 'Source Sans Pro', sans-serif;
}
.inputs_des span i,
.contact_meta li i {
    margin-right: 10px;
    color: #324b64;
}
.inputs_des > input[type="text"] {
    line-height: 30px;
}
.inputs_des textarea,
.inputs_des input[type="text"] {
    float: left;
    width: 100%;
    border: 1px solid #dedede;
    padding: 3px 10px 5px 38px;
    line-height: 34px;
}
.inputs_des textarea {
    height: 308px;
    resize: none;
}
.contact_des button {
    background: #324b64 none repeat scroll 0 0;
    border: medium none;
    font-family: "Montserrat", sans-serif;
    color: #0096ff;
    display: block;
    font-size: 25px;
    font-weight: 500;
    line-height: 14px;
    padding: 15px 20px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}
.contact_meta {
    float: left;
    margin: -2px 0 27px;
    width: 100%;
}
.contact_meta li {
    color: #324b64;
    float: left;
    font-size:15px;
    font-weight: normal;
    margin-bottom: 10px;
    text-align: left;
    width: 100%;
    line-height: normal;
}
.contact_meta li a {
    color: #324b64;
    display: inline-block;
    font-size:15px;
    font-weight: normal;
}
.contact_meta li i {
    margin-right: 8px;
}
.contact_meta li:last-child {
    margin: 0;
}
.contact_meta li a:hover {
    padding-left: 10px;
}
.cont_socil_meta {
    float: left;
    width: 100%;
}
.cont_socil_meta li {
    float: left;
    margin-right: 10px;
}
.cont_socil_meta li a {
    border: 1px solid #324b64;
    color: #324b64;
    display: block;
    font-size:15px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    width: 37px;
}
.cont_socil_meta li a:hover {
    color: #324b64;
    background-color: #0096ff;
}
.social {
    margin-bottom: 11px;
}
.inputs_des input[type='text'],
.inputs_des textarea {
    transition: all ease-in-out .5s;
}
.inputs_des input[type='text']:focus,
.inputs_des textarea:focus {
    border: 1px solid #324b64;
}

/*=================================
 28. preloder-style 
==================================*/
#loading {
    background-color: #0096ff;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 9999;
    margin-top: 0px;
    top: 0px;
}
#loading-center {
    width: 100%;
    height: 100%;
    position: relative;
}
#loading-center-absolute {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 150px;
    width: 150px;
    margin-top: -75px;
    margin-left: -75px;
}
.object {
    width: 20px;
    height: 20px;
    background-color: #324b64;
    float: left;
    margin-right: 20px;
    margin-top: 65px;
    -moz-border-radius: 50% 50% 50% 50%;
    -webkit-border-radius: 50% 50% 50% 50%;
    border-radius: 50% 50% 50% 50%;
}
#object_one {
    -webkit-animation: object_one 1.5s infinite;
    animation: object_one 1.5s infinite;
}
#object_two {
    -webkit-animation: object_two 1.5s infinite;
    animation: object_two 1.5s infinite;
    -webkit-animation-delay: 0.25s;
    animation-delay: 0.25s;
}
#object_three {
    -webkit-animation: object_three 1.5s infinite;
    animation: object_three 1.5s infinite;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}
@-webkit-keyframes object_one {
    75% {
        -webkit-transform: scale(0);
    }
}
@keyframes object_one {
    75% {
        transform: scale(0);
        -webkit-transform: scale(0);
    }
}
@-webkit-keyframes object_two {
    75% {
        -webkit-transform: scale(0);
    }
}
@keyframes object_two {
    75% {
        transform: scale(0);
        -webkit-transform: scale(0);
    }
}
@-webkit-keyframes object_three {
    75% {
        -webkit-transform: scale(0);
    }
}
@keyframes object_three {
    75% {
        transform: scale(0);
        -webkit-transform: scale(0);
    }
}

.section-bg {
    background-color: #fafafa;
}

.gray-color {
    color: #96afc8;
}

.white-color {
    color: #ffffff;
}

.empresa-bg {
	background-image: url(imagenes/fondo-equipo.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	height: auto;
	position: relative;
}
.empresa-bg:before {
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: rgba(40, 54, 81, .9);
    content: '';
}

.contactenos-bg {
	background-image: url(imagenes/fondo-contactenos.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	height: auto;
	position: relative;
}
.contactenos-bg:before {
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: rgba(40, 54, 81, .9);
    content: '';
}

.servicios-bg {
	background-image: url(imagenes/fondo-servicios.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	height: auto;
	position: relative;
}
.servicios-bg:before {
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: rgba(40, 54, 81, .9);
    content: '';
}
