#preloader, body {
    background-color: #fff;
}
.h1, .h2, .h3, .h4, .h5, .h6, body, h1, h2, h3, h4, h5, h6 {
    font-family: 'Open Sans', sans-serif;
}
.btn, .btn-effect {
    position: relative;
}
.battery:after, .btn-effect:before, .sec-title h2:after {
    content: ""}
.btn, .caption-content h2, .sec-title h2 {
    text-transform: uppercase;
}
body {
    line-height: 24px;
    font-size: 16px;
    color: #818181;
}
address, figure, p {
    margin: 0;
}
p {
    line-height: 25px;
}
iframe {
    border: 0;
}
a {
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
}
.btn:focus, a, a:focus, a:hover {
    text-decoration: none;
    outline: 0;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    color: #252525;
}
main>section {
    padding: 70px 0;
}
.btn {
    border-radius: 0;
    border: 0;
}
.btn-blue {
    background-color: rgba(0, 158, 227, .78);
    box-shadow: 0 -2px 0 rgba(0, 0, 0, .15) inset;
    padding: 15px 55px;
    color: #fff;
}
.btn-border {
    border: 2px solid #fff;
    color: #fff;
    padding: 12px 35px;
}
.bg-blue {
    background-color: #009EE3;
}
.btn-effect {
    vertical-align: middle;
    box-shadow: 0 0 1px transparent;
    display: inline-block;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition-property: color;
    -moz-transition-property: color;
    -ms-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    -ms-transition-duration: .3s;
    transition-duration: .3s;
    -moz-osx-font-smoothing: grayscale;
}
.btn-effect:before {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    -moz-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    -moz-transition-property: transform;
    -ms-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    -ms-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.btn-effect:active, .btn-effect:focus, .btn-effect:hover {
    color: #009EE3;
}
#about, #about h3, .caption-content h2, .sec-title.white, .sec-title.white h2, .slide-caption {
    color: #fff;
}
.btn-effect:active:before, .btn-effect:focus:before, .btn-effect:hover:before {
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}
.sec-title {
    margin-bottom: 50px;
}
.sec-title h2 {
    font-size: 36px;
    margin: 0 0 30px;
    padding-bottom: 30px;
    position: relative;
}
.sec-title h2:after {
    border-bottom: 1px solid #009ee3;
    display: block;
    left: 45%;
    bottom: 0;
    position: absolute;
    width: 115px;
}
.sec-title.white h2:after {
    border-bottom: 1px solid #fff;
}
.parallax {
    background-attachment: fixed;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}
#preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 9999;
}
.loder-box {
    background-color: rgba(0, 0, 0, .02);
    border-radius: 1px;
    height: 100px;
    left: 50%;
    margin-left: -64px;
    margin-top: -50px;
    position: absolute;
    top: 50%;
    width: 128px;
}
.battery {
    width: 60px;
    height: 25px;
    top: 35%;
    border: 1px solid #2E2E2E;
    border-radius: 2px;
    position: relative;
    -webkit-animation: charge 5s linear infinite;
    -moz-animation: charge 5s linear infinite;
    animation: charge 5s linear infinite;
    margin: 0 auto;
}
.battery:after {
    background-color: #2E2E2E;
    border-radius: 0 1px 1px 0;
    height: 10px;
    position: absolute;
    right: -5px;
    top: 7px;
    width: 3px;
}
@-webkit-keyframes charge {
    0% {
    box-shadow: inset 0 0 0 #2E2E2E;
}
100% {
    box-shadow: inset 60px 0 0 #2E2E2E;
}
}@-moz-keyframes charge {
    0% {
    box-shadow: inset 0 0 0 #2E2E2E;
}
100% {
    box-shadow: inset 60px 0 0 #2E2E2E;
}
}@keyframes charge {
    0% {
    box-shadow: inset 0 0 0 #2E2E2E;
}
100% {
    box-shadow: inset 60px 0 0 #2E2E2E;
}
}#navigation {
    -webkit-transition: all .8s ease 0s;
    -moz-transition: all .8s ease 0s;
    -ms-transition: all .8s ease 0s;
    -o-transition: all .8s ease 0s;
    transition: all .8s ease 0s;
    background-color: rgba(0, 0, 0, .6);
    box-shadow: 0 1px 4px rgba(0, 0, 0, .3);
    padding: 10px 0;
}
#navigation.animated-header {
    padding: 20px 0;
}
h1.navbar-brand {
    font-size: 16px;
    font-weight: 1000;
    margin: 0;
}
.navbar-inverse .navbar-nav>li>a {
    color: #fff;
    font-size: 14px;
	font-weight: 550;
    text-transform: uppercase;
}
#home-slider {
    position: relative;
    padding: 0;
}
.sl-slider-wrapper {
    width: 100%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}
.sl-content-slice, .sl-content-wrapper, .sl-slider, .slide-caption {
    position: absolute;
}
.sl-slider {
    top: 0;
    left: 0;
}
.sl-slide, .sl-slide-inner, .sl-slides-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.sl-slide {
    z-index: 1;
}
.slide-caption {
    display: table;
    height: 100%;
    left: 0;
    min-height: 100%;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 11;
}
.slide-caption .caption-content {
    vertical-align: middle;
    display: table-cell;
}
.caption-content h2 {
    font-size: 52px;
    font-weight: 400;
    margin-bottom: 25px;
}
.caption-content>span {
    display: block;
    font-size: 24px;
    margin-bottom: 45px;
    text-transform: capitalize;
}

.sl-slider-wrapper, body, html { overflow-x: hidden; }
#about h3, .contact-details h3, .footer-content>div>p:first-child, .price-table ul li a, .price-table>span, .service-item h3, .testimonial-item>div>span {
    text-transform: uppercase;
}
.caption-content p {
    font-size: 29px;
    margin-bottom: 65px;
}
.sl-content-slice {
    overflow: hidden;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    background: #fff;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    opacity: 1;
}
.sl-slide-horizontal .sl-content-slice {
    width: 100%;
    height: 50%;
    left: -200px;
    -webkit-transform: translateY(0) scale(1);
    -moz-transform: translateY(0) scale(1);
    -o-transform: translateY(0) scale(1);
    -ms-transform: translateY(0) scale(1);
    transform: translateY(0) scale(1);
}
.sl-slide-horizontal .sl-content-slice:first-child {
    top: -200px;
    padding: 200px 200px 0;
}
.sl-slide-horizontal .sl-content-slice:nth-child(2) {
    top: 50%;
    padding: 0 200px 200px;
}
.sl-slide-vertical .sl-content-slice {
    width: 50%;
    height: 100%;
    top: -200px;
    -webkit-transform: translateX(0) scale(1);
    -moz-transform: translateX(0) scale(1);
    -o-transform: translateX(0) scale(1);
    -ms-transform: translateX(0) scale(1);
    transform: translateX(0) scale(1);
}
.sl-slide-vertical .sl-content-slice:first-child {
    left: -200px;
    padding: 200px 0 200px 200px;
}
.sl-slide-vertical .sl-content-slice:nth-child(2) {
    left: 50%;
    padding: 200px 200px 200px 0;
}
.sl-content {
    width: 100%;
    height: 100%}
.fancybox-item.fancybox-close {
    background: url(../img/icons/close.png) no-repeat;
    height: 50px;
    right: 0;
    top: 0;
    width: 50px;
}
.fancybox-next span {
    background: url(../img/right.png) center center no-repeat #009ee3;
    height: 50px;
    width: 50px;
    right: 0;
}
.fancybox-prev span {
    background: url(../img/left.png) center center no-repeat #009ee3;
    height: 50px;
    width: 50px;
    left: 0;
}
#about {
    background-color: #009EE3;
}
#about h3 {
    margin: 0 0 35px;
}
#about .welcome-block h3 {
    margin: 0 0 65px;
}
#about .welcome-block img {
    border: 3px solid #fff;
    border-radius: 50%;
    margin-right: 35px;
    max-width: 100px;
}
#about .message-body {
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 70px;
}
.owl-buttons {
    display: inline-block;
    float: right;
    padding: 1px 100px 5px;
}
.owl-buttons>div {
    display: inline-block;
    padding: 0 5px;
}
.welcome-message {
    padding: 0 50px;
}
.welcome-message img {
    display: block;
    height: auto;
    max-width: 100px;
    float: left;
}
.project-wrapper li, .service-icon, ul.external li {
    display: inline-block;
}
.welcome-message p {
    font-size: 13px;
    margin-left: 135px;
}
.service-icon {
    border: 3px solid transparent;
    height: 85px;
    width: 85px;
    line-height: 101px;
    -webkit-transform: rotate(47deg);
    -moz-transform: rotate(47deg);
    -ms-transform: rotate(47deg);
    -o-transform: rotate(47deg);
    transform: rotate(47deg);
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -ms-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}
.service-item:hover .service-icon {
    border: 3px solid #009ee3;
    margin-bottom: 20px;
    color: #009ee3;
}
.service-icon i {
    -webkit-transform: rotate(-48deg);
    -moz-transform: rotate(-48deg);
    -ms-transform: rotate(-48deg);
    -o-transform: rotate(-48deg);
    transform: rotate(-48deg);
}
.service-item h3 {
    font-size: 20px;
}
.project-wrapper {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}
.portfolio-item {
    cursor: pointer;
    margin: 0 1% 1% 0;
    overflow: hidden;
    position: relative;
    width: 28%}
figcaption.mask {
    background-color: rgba(0, 158, 227, .78);
    bottom: -126px;
    color: #fff;
    padding: 12px;
    position: absolute;
    text-align: left;
    -webkit-transition: all .4s ease 0s;
    -moz-transition: all .4s ease 0s;
    -ms-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
}
.portfolio-item:hover figcaption.mask {
    bottom: 0;
}
figcaption.mask h3 {
    margin: 0;
    color: #fff;
}
ul.external {
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: -47px;
    -webkit-transition: all .4s ease 0s;
    -moz-transition: all .4s ease 0s;
    -ms-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
}
ul.external li a {
    background-color: rgba(255, 255, 255, .9);
    color: #818181;
    display: block;
    padding: 10px 18px 13px;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
}
ul.external li a:hover {
    background-color: #009EE3;
    color: #fff;
}
.portfolio-item:hover ul.external {
    top: 0;
}
.fancybox-skin {
    border-radius: 0;
}
.fancybox-title.fancybox-title-inside-wrap {
    padding: 15px;
}
.fancybox-title h3 {
    margin: 0 0 15px;
}
.fancybox-title p {
    color: #818181;
    font-size: 16px;
    line-height: 22px;
}
.fancybox-title-inside-wrap {
    padding-top: 0;
}
#global-header {
    background: url(../img/cm.jpg) center;
    background-size: cover;
    padding: 150px 0 134px;
    text-align: center;
    position: relative;
}
#global-header:before {
    position: absolute;
    background: rgba(60, 59, 72, .4);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    z-index: 1;
}
#global-header .block {
    position: relative;
    z-index: 10;
    color: #fff;
}
#global-header .block h1 {
    font-size: 50px;
    margin-top: 20px;
}
#global-header .block p {
    font-size: 15px;
    padding-top: 10px;
    font-family: Lora, serif;
}
#testimonials {
    background-color: #183A8C; /* dark blue base */
    background-image: url(../img/image.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply; /* blend color and image */
    padding: 0;
    color: #fff;
}

#testimonials .sec-title h2:after {
    border-bottom: 1px solid #fff;
}
#testimonials .overlay {
    background-color: rgba(15, 155, 224, .65);
    padding: 70px 0 40px;
}
.testimonial-item {
    margin: 0 auto;
    padding-bottom: 50px;
    width: 64%}
.testimonial-item img {
    border: 3px solid #fff;
    border-radius: 50%;
    display: inline-block;
    height: auto;
    max-width: 100px;
}
.testimonial-item>div {
    line-height: 30px;
    position: relative;
}
.testimonial-item>div:after, .testimonial-item>div:before {
    background-image: url(../img/icons/quotes.png);
    background-repeat: no-repeat;
    height: 33px;
    position: absolute;
    width: 45px;
}
.testimonial-item>div:before {
    bottom: 127px;
    left: -35px;
}
.testimonial-item>div:after {
    background-position: -58px 0;
    bottom: -50px;
    right: 0;
}
.testimonial-item>div>span {
    display: inline-block;
    font-weight: 700;
    margin: 40px 0 30px;
}
#testimonials .owl-controls.clickable {
    margin-top: 20px;
    text-align: center;
}
#testimonials .owl-buttons {
    border: 2px solid #fff;
    float: inherit;
}
#testimonials .owl-next:hover, #testimonials .owl-prev:hover {
    color: #fff;
}
.price-table {
    border: 1px solid #e3e3e3;
}
.price-table.featured {
    -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, .19);
    -moz-box-shadow: 0 4px 5px rgba(0, 0, 0, .19);
    box-shadow: 0 4px 5px rgba(0, 0, 0, .19);
}
.price-table > span {
    color: #ffffff;
    display: block;
    font-size: 15px;
    padding: 30px 0;
    background-color: #183A8C;
    font-weight: bold;
}
.price-table .value {
    background-color: #ffffff;
    color: #727272;
    padding: 20px 0;
    -webkit-transition: all .7s ease 0s;
    -moz-transition: all .7s ease 0s;
    -ms-transition: all .7s ease 0s;
    -o-transition: all .7s ease 0s;
    transition: all .7s ease 0s;
}
.price-table.featured .value {
    background-color: #183A8C;
    color: #fff;
}
.price-table .value span {
    display: inline-block;
}
.price-table .value span:first-child {
    font-size: 32px;
    line-height: 32px;
}
.price-table .value span:nth-child(2) {
    font-size: 65px;
    line-height: 65px;
    margin-bottom: 25px;
}
.form-control, .price-table .value span:last-child {
    font-size: 16px;
}
.price-table ul, .social-button {
    margin: 0;
    list-style: none;
    text-align: center;
}
.price-table ul {
    padding: 0;
}
.price-table ul li {
    border-top: 1px solid #e3e3e3;
    display: block;
    padding: 25px 0;
    -webkit-transition: all .7s ease 0s;
    -moz-transition: all .7s ease 0s;
    -ms-transition: all .7s ease 0s;
    -o-transition: all .7s ease 0s;
    transition: all .7s ease 0s;
}
.price-table ul li a {
    display: block;
}
.price-table ul li:last-child:hover, .price-table.featured ul li:last-child {
    background-color: #009EE3;
}
.price-table ul li:last-child:hover a, .price-table.featured ul li:last-child a {
    color: #fff;
}
#social {
    background-image: url(../img/5999ba7509e967051024ddf9.jpg);
    padding: 0;
}
#social .overlay {
    background: url(../img/slide_bg.png);
    padding: 100px 0 120px;
}
.social-button {
    padding: 0;
}
.social-button li {
    display: inline-block;
}
.social-button li:nth-child(2) {
    margin: 0 0px;
}
.social-button li a {
    border: 2px solid #fff;
    border-radius: 50%;
    color: #fff;
    display: block;
    height: 90px;
    line-height: 96px;
    width: 90px;
    -webkit-transition: all .2s ease 0s;
    -moz-transition: all .2s ease 0s;
    -ms-transition: all .2s ease 0s;
    -o-transition: all .2s ease 0s;
    transition: all .2s ease 0s;
}
.social-button li a:hover {
    color: #008ECC;
    border: 2px solid #008ECC;
}
.input-field {
    margin-bottom: 10px;
}
.form-control {
    border: 1px solid #ccc;
    border-radius: 0;
    box-shadow: none;
    color: #818181;
    height: 50px;
}
#footer, #submit:hover {
    color: #fff;
}
textarea.form-control {
    width: 100%;
    height: 165px;
}
#submit:before {
    background-color: #0A85BB;
}
#submit.btn-effect:after {
    background: #2E2E2E;
}
.contact-details h3 {
    border-bottom: 1px solid #008ecc;
    font-weight: 700;
    margin-bottom: 15px;
    padding-bottom: 15px;
}
.contact-details p {
    line-height: 30px;
}
.contact-details p i {
    margin-right: 10px;
}
.contact-details span {
    display: block;
    margin-left: 24px;
}
#google-map {
    padding: 0;
}
#map-canvas {
    width: 100%;
    height: 550px;
}
#footer {
    background-color: #2E2E2E;
    padding: 70px 0;
}
.footer-content {
    width: 390px;
    margin: 0 auto;
}
.footer-content>div {
    margin-bottom: 40px;
}
.footer-content>div>p:first-child {
    margin-bottom: 15px;
}
.subscribe-form {
    position: relative;
}
.subscribe.form-control {
    background-color: transparent;
    border: 1px solid #7f7f7f;
}
.subscribe.form-control:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.submit-icon {
    background-color: #7f7f7f;
    border: 0;
    border-radius: 0;
    color: #c1c1c1;
    padding: 13px 20px;
    position: absolute;
    overflow: hidden;
    right: 0;
    top: 0;
}
.submit-icon .fa-paper-plane {
    position: relative;
    top: 0;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: all .3s ease .2s;
    -moz-transition: all .3s ease .2s;
    -ms-transition: all .3s ease .2s;
    -o-transition: all .3s ease .2s;
    transition: all .3s ease .2s;
}
.submit-icon:hover .fa-paper-plane {
    position: relative;
    top: -37px;
    -webkit-transform: translateX(30px);
    -moz-transform: translateX(30px);
    -ms-transform: translateX(30px);
    -o-transform: translateX(30px);
    transform: translateX(30px);
}
.footer-content .footer-social {
    margin: 40px 0 35px;
}
.footer-social ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
}
.footer-social ul li {
    display: inline-block;
    margin: 0 10px;
}
.footer-social ul li a {
    color: #7f7f7f;
    display: block;
    -webkit-transition: all .2s ease 0s;
    -moz-transition: all .2s ease 0s;
    -ms-transition: all .2s ease 0s;
    -o-transition: all .2s ease 0s;
    transition: all .2s ease 0s;
}
.footer-social ul li a:hover {
    color: #009EE3;
}
.footer-content>p {
    color: #ababab;
    font-size: 12px;
}
@media (min-width:980px) and (max-width:1150px) {
    #about .welcome-block img {
    margin-bottom: 30px;
}
figcaption.mask {
    bottom: -151px;
}
.testimonial-item>div:after {
    bottom: -40px;
}
}@media (min-width:768px) and (max-width:979px) {
    .contact-form, .price-table, .recent-works, .service-item {
    margin-bottom: 50px;
}
.caption-content h2 {
    font-size: 40px;
}
.caption-content p {
    font-size: 25px;
}
.caption-content strong {
    font-size: 45px;
}
.portfolio-item {
    width: 48%}
.testimonial-item {
    width: 80%}
.testimonial-item>div:after {
    bottom: -35px;
}
}@media only screen and (max-width:767px) {
    body {
    font-size: 14px;
}
.parallax {
    background-position: centet tip!important;
}
.sec-title h2 {
    font-size: 25px;
}
.sec-title h2:after {
    left: 30%}
.navbar-inverse .navbar-toggle {
    border-color: #fff;
}
.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
    background-color: transparent;
}
.caption-content h2 {
    font-size: 18px;
}
.caption-content>span {
    font-size: 16px;
    margin-bottom: 20px;
}
.caption-content p {
    font-size: 16px;
    margin-bottom: 30px;
}
.caption-content strong {
    font-size: 22px;
}
.recent-works {
    margin-bottom: 85px;
}
#about h3 {
    font-size: 18px;
    margin: 0 0 35px!important;
}
#about .owl-buttons {
    margin-top: 20px;
}
#about .message-body {
    margin-bottom: 45px;
}
#about .welcome-block img {
    margin: 0 25px 15px 0;
}
.service-item {
    width: 100%}
.portfolio-item {
    margin: 0 auto 10px;
    font-size: 14px;
    width: 280px;
}
figcaption.mask {
    bottom: -107px;
    color: #fff;
    padding: 15px;
}
.fancybox-title h3 {
    font-size: 20px;
}
.fancybox-title p {
    font-size: 14px;
}
.testimonial-item {
    width: 95%}
.testimonial-item>div:after, .testimonial-item>div:before {
    background-image: none;
}
.testimonial-item>div>span {
    margin: 30px 0 20px;
}
.price-table {
    margin-bottom: 50px;
}
.social-button li:nth-child(2) {
    margin: 0 25px;
}
.social-button li a {
    height: 65px;
    line-height: 71px;
    width: 65px;
}
.contact-form {
    margin-bottom: 50px;
}
.footer-content {
    width: 100%}
.footer-social ul li {
    margin: 0 7px;
}
}#testimonial {
    padding: 77px 0;
}
#testimonial .col {
    position: relative;
    padding: 47px 60px;
    overflow: hidden;
}
#testimonial .col-md-6 {
    border: solid #dedede;
    border-width: 0 1px 1px 0;
    padding-bottom: 42px;
}
#testimonial .col-md-6:nth-child(3n) {
    border-right: 0;
}
#testimonial .col-md-6:nth-child(5n) {
    border-right: 0;
    border-bottom: 0;
}
#testimonial .col-md-6:nth-child(4n) {
    border-bottom: 0;
}
#testimonial .media .media-left {
    padding-right: 20px;
}
#testimonial .media .media-left a {
    position: relative;
    display: block;
}
#testimonial .media .media-left a:before {
    content: "\f347";
    position: absolute;
    left: 0;
    top: 0;
    width: 28px;
    height: 28px;
    border-radius: 100%;
    font-family: 'Open Sans', sans-serif;
    background: #80d6a3;
    text-align: center;
    color: #fff;
    font-size: 15px;
    padding-top: 2px;
}
#testimonial .media .media-body {
    padding-top: 5px;
}
#testimonial .media .media-body h4 {
    color: #444;
    text-transform: uppercase;
    margin-bottom: 12px;
}
#testimonial .media .media-body p {
    font-size: 14px;
    font-family: Lora, serif;
    color: #787878;
}
@media only screen and (min-width:480px) and (max-width:767px) {
    .sec-title h2: after {
    left: 38%}
.caption-content h2 {
    font-size: 35px;
}
.caption-content p {
    font-size: 25px;
}
.caption-content strong {
    font-size: 35px;
}
#about .welcome-block h3 {
    margin: 0 0 35px;
}
.service-item {
    margin: 0 auto 50px;
    width: 55%}
.portfolio-item {
    width: 48%}
figcaption.mask {
    bottom: -132px;
}
.testimonial-item {
    width: 80%}
.testimonial-item>div:before {
    bottom: 160px;
}
.social-button li:nth-child(2) {
    margin: 0 50px;
}
.social-button li a {
    height: 90px;
    line-height: 96px;
    width: 90px;
}
.contact-form, .price-table {
    margin-bottom: 50px;
}
.footer-content {
    width: 380px;
}
}

ul.home-page-ul li  {
    line-height:  40px;
}

#why-choose-us {
    background: linear-gradient(to right, #183A8C, #1B4DB1);
    padding: 60px 0;
}

#why-choose-us .container {
    padding-left: 15px;
    padding-right: 15px;
}

#why-choose-us h2 {
    color: #ffffff;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-size: 36px;
    text-align: center;
}

#why-choose-us p {
    text-align: justify;
    color: #ffffff;
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 20px;
}

#why-choose-us h3 {
    color: #ffffff;
    font-weight: 550;
    margin-bottom: 20px;
    text-align: left;
    font-size: 24px;
}

#why-choose-us .home-page-ul {
    color: #ffffff;
    padding-left: 20px;
    font-size: 16px;
    line-height: 1.7;
    margin: 0;
}

#why-choose-us .btn {
    background-color: #ffffff;
    color: #183A8C;
    border: 2px solid #183A8C;
    font-size: 18px;
    font-weight: bold;
    border-radius: 30px;
    padding: 15px 30px;
    margin-top: 40px;
    display: inline-block;
    text-transform: uppercase;
    text-decoration: none;
    transition: all .3s ease-out;
}

#why-choose-us .btn.btn-effect:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #183A8C;
    transform: scaleX(0);
    transform-origin: 0 50%;
    transition-property: transform;
    transition-duration: .3s;
    transition-timing-function: ease-out;
}

#why-choose-us .btn.btn-effect:hover,
#why-choose-us .btn.btn-effect:focus,
#why-choose-us .btn.btn-effect:active {
    color: #ffffff;
}

#why-choose-us .btn.btn-effect:hover:before,
#why-choose-us .btn.btn-effect:focus:before,
#why-choose-us .btn.btn-effect:active:before {
    transform: scaleX(1);
}

@media only screen and (max-width: 767px) {
    #why-choose-us {
        padding: 30px 0; /* Reduced vertical padding */
    }

    #why-choose-us .container {
        padding-left: 0; /* Remove left/right padding for end-to-end */
        padding-right: 0;
    }

    #why-choose-us .row {
        margin-left: 0; /* Remove Bootstrap row negative margins */
        margin-right: 0;
    }

    #why-choose-us .col-12,
    #why-choose-us .col-lg-6 {
        padding-left: 10px; /* Minimal padding for content */
        padding-right: 10px;
    }

    #why-choose-us h2 {
        font-size: 5vw; /* Drastically reduced font size */
        margin-bottom: 3vw;
    }

    #why-choose-us h3 {
        font-size: 4vw; /* Reduced font size */
        margin-bottom: 3vw;
    }

    #why-choose-us p {
        font-size: 3.5vw; /* Reduced font size */
        margin-bottom: 3vw;
    }

    #why-choose-us .home-page-ul {
        padding-left: 15px; /* Reduced padding for lists */
        font-size: 3.5vw; /* Reduced font size */
        line-height: 1.5; /* Adjusted for better readability */
    }

    #why-choose-us .btn {
        padding: 2vw 4vw; /* Reduced padding */
        font-size: 3.5vw; /* Reduced font size */
        margin-top: 4vw;
    }
}

.footer-menu  {
    
    background-color: #6e6d6d3d;
     
}
.white-text  {
    color:  whitesmoke;
}

ul.footer-menu-link  {
    padding-left: 40px;;
}

ul.footer-menu-link li  {
    list-style:  none;
     line-height:  35px;
     font-size:  14px;
}

ul.footer-menu-link li a  {
    color:  whitesmoke;
}

ul.footer-menu-link li a:hover  {
    color:  whitesmoke;
     text-decoration:  underline;
}


@media only screen and (max-width: 767px)  {
    
    .why-choose-us-box {
    width:  97%;
}

    .footer-mobile-menu  {
    padding-left:  30px;
}

}
 

.faq  {
    
    width:  100%;
     
}

.faqitem .header  {
    
    padding:  15px;
    
    background:  #F3F4F6;
    
    color:  #333;
    
    display:  flex;
    
    justify-content:  space-between;
    
    align-items:  center;
    
    cursor:  pointer;
    
    border:  solid 1px #ddd;
    
    border-radius:  5px;
    
    margin-bottom:  3px;
      
}

.faqitem .header h4  {
    
    margin:  0;
    
}

.faqitem .header .fa.fa-minus  {
    
    display:  none;
    
}

.faqitem.jquery-accordion-active .fa.fa-minus  {
    
    display:  block;
    
}

.faqitem.jquery-accordion-active .fa.fa-plus  {
    
    display:  none;
    
}

.faqitem .content  {
    
    padding:  15px;
    
    display:  none;
    
}
  
.p-t-73  {
    padding-top:  73px;
    ;
}


.float {
    
    position: fixed;
    
    width: 60px;
    
    height: 60px;
    
    bottom: 40px;
    
    right: 40px;
    
    background-color: #25d366;
    
    color: #FFF;
    
    border-radius: 50px;
    
    text-align: center;
    
    font-size: 30px;
    
    box-shadow:  2px 2px 3px #999;
    
    z-index: 100;
    
}

    
    .my-float {
    
    margin-top: 16px;
    
}

	.owl-wrapper-outer p  {
    text-align: justify;
}

	.service-item p  {
    text-align: justify;
}

	ul.home-page-ul li  {
    text-align: justify;
}

	
	.center  {
    
  display:  block;
    
  margin-top:  10px;
    
  margin-left:  50px;
    
  margin-right:  auto;
    
  width:  70%;
    
 
}
.fancybox-title-inside-wrap {
    padding-top: 0;
}
#global-header {
    background: url(../img/fan1.jpg) center;
    background-size: cover;
    padding: 150px 0 134px;
    text-align: center;
    position: relative;
}
#global-header:before {
    position: absolute;
    background: rgba(60, 59, 72, .4);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    z-index: 1;
}
#global-header
.fancybox-title-inside-wrap {
    padding-top: 0;
}
#global-header2 {
    background: url(../img/DSC00833.jpg) center;
    background-size: cover;
    padding: 150px 0 134px;
    text-align: center;
    position: relative;
}
#global-header:before {
    position: absolute;
    background: rgba(60, 59, 72, .4);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    z-index: 1;
}
#global-header2
.fancybox-title-inside-wrap {
    padding-top: 0;
}
#global-header1 {
    background: url(../img/DSC05057.jpg) center;
    background-size: cover;
    padding: 150px 0 134px;
    text-align: center;
    position: relative;
}
#global-header:before {
    position: absolute;
    background: rgba(60, 59, 72, .4);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    z-index: 1;
}
#global-header1
.fancybox-title-inside-wrap {
    padding-top: 0;
}
#global-header5 {
    background: url(../img/services.jpg) center;
    background-size: cover;
    padding: 150px 0 134px;
    text-align: center;
    position: relative;
}
#global-header:before {
    position: absolute;
    background: rgba(60, 59, 72, .4);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    z-index: 1;
}
#global-header5
.fancybox-title-inside-wrap {
    padding-top: 0;
}
#global-header6 {
    background: url(../img/features.png) center;
    background-size: cover;
    padding: 150px 0 134px;
    text-align: center;
    position: relative;
}
#global-header:before {
    position: absolute;
    background: rgba(60, 59, 72, .4);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    z-index: 1;
}
#global-header6
.fancybox-title-inside-wrap {
    padding-top: 0;
}
#global-header7 {
    background: url(../img/quality.jpg) center;
    background-size: cover;
    padding: 150px 0 134px;
    text-align: center;
    position: relative;
}
#global-header:before {
    position: absolute;
    background: rgba(60, 59, 72, .4);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    z-index: 1;
}
#global-header7
.fancybox-title-inside-wrap {
    padding-top: 0;
}
#global-header8 {
    background: url(../img/contact.jpg) center;
    background-size: cover;
    padding: 150px 0 134px;
    text-align: center;
    position: relative;
}
#global-header:before {
    position: absolute;
    background: rgba(60, 59, 72, .4);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    z-index: 1;
}
#global-header8
.fancybox-title-inside-wrap {
    padding-top: 0;
}
#global-header9 {
    background: url(../img/enquiry1.jpg) center;
    background-size: cover;
    padding: 150px 0 134px;
    text-align: center;
    position: relative;
}
#global-header:before {
    position: absolute;
    background: rgba(60, 59, 72, .4);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    z-index: 1;
}
#global-header9

.breadcrumbs {
    font-family: Roboto, sans-serif;
    font-size: 16px;
    line-height: 11px;
    padding: 15px 15px 22px 15px;
}
@media only screen and (min-width:640px) {
    .breadcrumbs {
    padding: 30px 15px 22px 15px;
}
}@media only screen and (min-width:1025px) {
    .breadcrumbs {
    padding-left: 57px;
}
}.breadcrumb-link {
    color: #fff;
    padding: 10px 10px 10px 0;
    line-height: 25px;
    margin-right: 17px;
    position: relative;
}
@media only screen and (min-width:640px) {
    .breadcrumb-link {
    line-height: 20px;
    padding: 35px 12px 35px 12px;
    margin-right: 12px;
}
}.breadcrumb-link:first-child {
    padding: 10px 10px 10px 0;
}
@media only screen and (min-width:640px) {
    .breadcrumb-link: first-child {
    padding: 35px 12px 35px 0;
}
}@media only screen and (min-width:1025px) {
    .breadcrumb-link: first-child {
    padding: 35px 12px 35px 12px;
}
}.breadcrumb-link.active {
    color: #fff;
}
.breadcrumb-link:after {
    content: '';
    display: inline-block;
    width: 13px;
    height: 2px;
    position: absolute;
    top: 50%;
    right: -12px;
    background-image: url(data:image/png;
    base64, iVBORw0KGgoAAAANSUhEUgAAAAkAAAABCAMAAAA7HHRPAAAAA1BMVEWZmZl86KQWAAAAC0lEQVQI12NggAEAAAoAAef42voAAAAASUVORK5CYII=);
    background-repeat: no-repeat;
}
.breadcrumb-link:last-child:after {
    display: none;
}
.breadcrumb-link:hover {
    text-decoration: none;
    color: #fff;
}

@keyframes bounce  {
    
            0%,  100%  {
    
                transform:  translateY(0);
    
        }

            50%  {
    
                transform:  translateY(-10px);
    
        }

    }

.floating-whatsapp {
  position: fixed;
  bottom: 25px;
  right: 25px;
  z-index: 999;
}

.floating-whatsapp a {
  display: inline-flex;
  align-items: center;
  background-color: #183A8C;
  color: #fff;
  font-weight: 600;
  padding: 12px 18px;
  border-radius: 30px;
  text-decoration: none;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  font-family: 'Poppins', sans-serif;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.floating-whatsapp a:hover {
  background-color: #1551c2;
  transform: translateY(-2px);
}

		
		/* Style for the button */
input[type="submit"]  {
    
    background-color:  #007BFF;
     /* Change the background color as needed */
    color:  #fff;
     /* Text color */
    padding:  10px 20px;
     /* Padding for spacing inside the button */
    border:  none;
     /* Remove the border */
    border-radius:  5px;
     /* Rounded corners */
    cursor:  pointer;
     /* Add a pointer cursor on hover */
}

/* Style for button hover state (optional) */
input[type="submit"]: hover  {
    
    background-color:  #0056b3;
     /* Change the background color on hover */
}

@keyframes rotate {
    100% { transform: rotate(360deg); }
  }
  @keyframes dash {
    0% { stroke-dashoffset: 251.2; }
    50% { stroke-dashoffset: 125.6; }
    100% { stroke-dashoffset: 251.2; }
  }
  @keyframes bounce {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.2); }
  }
  .loaded #preloader {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease-out;
  }
  

        .slide-caption {
            display: table;
            height: 100%;
            min-height: 100%;
            text-align: center;
            width: 100%;
            position: absolute;
            top: 0;
            left: 0;
            z-index: 11;
            color: #fff;
        }

        .caption-content {
            display: table-cell;
            vertical-align: middle;
            padding: 5vw; /* Responsive padding */
        }

        .caption-content h2 {
            text-transform: uppercase;
            font-weight: 700;
            color: #ffffff;
            margin: 0 0 3vw 0;
            letter-spacing: 1.2px;
            text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.4);
            font-size: 6vw; /* Responsive font size */
            line-height: 1.2;
        }

        .caption-content span {
            display: block;
            font-size: 3.5vw; /* Responsive font size */
            color: #f1f1f1;
            font-weight: 400;
            letter-spacing: 0.6px;
            line-height: 1.6;
            margin-bottom: 4vw;
            text-transform: capitalize;
            word-wrap: break-word; /* Ensure text wraps */
        }

        .btn {
            position: relative;
            border-radius: 0;
            border: 0;
            text-transform: uppercase;
            text-decoration: none;
            outline: 0;
            transition: all .3s ease-out;
        }

        .btn-blue {
            background-color: rgba(0, 158, 227, 0.78);
            box-shadow: 0 -2px 0 rgba(0, 0, 0, 0.15) inset;
            color: #fff;
            font-weight: 600;
            letter-spacing: 0.5px;
            border-radius: 30px;
            padding: 2.5vw 5.5vw; /* Responsive padding */
            font-size: 3.5vw; /* Responsive font size */
            display: inline-block;
        }

        .btn-effect {
            vertical-align: middle;
            box-shadow: 0 0 1px transparent;
            transform: translateZ(0);
            backface-visibility: hidden;
            transition-property: color;
            transition-duration: .3s;
        }

        .btn-effect:before {
            content: "";
            position: absolute;
            z-index: -1;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: #fff;
            transform: scaleX(0);
            transform-origin: 0 50%;
            transition-property: transform;
            transition-duration: .3s;
            transition-timing-function: ease-out;
        }

        .btn-effect:hover, .btn-effect:focus, .btn-effect:active {
            color: #009EE3;
        }

        .btn-effect:hover:before, .btn-effect:focus:before, .btn-effect:active:before {
            transform: scaleX(1);
        }

  @media only screen and (max-width: 767px) {
    .slide-caption .caption-content h2 {
        display: none !important; /* Hide h2 on mobile */
    }

    .slide-caption .caption-content span {
        display: block; /* Ensure span is visible */
        font-size: 3vw; /* Drastically reduced font size */
        margin-bottom: 3vw;
    }

    .btn-blue {
        padding: 2vw 4vw; /* Reduced padding */
        font-size: 3vw; /* Drastically reduced font size */
    }

    .caption-content {
        padding: 3vw; /* Reduced padding for mobile */
    }
}

    .btn-blue {
        padding: 2vw 4vw; /* Reduced padding */
        font-size: 1vw; /* Drastically reduced font size */
    }

    .caption-content {
        padding: 1vw; /* Reduced padding for mobile */
    }
}

        /* Ensure parent slider container prevents overflow */
        .sl-slider-wrapper {
            width: 100%;
            overflow-x: hidden;
            position: relative;
        }

        /* Simplified fadeInDown animation for mobile performance */
        .animated {
            animation-duration: 1s;
            animation-fill-mode: both;
        }

        .fadeInDown {
            animation-name: fadeInDown;
        }

        @keyframes fadeInDown {
            from {
                opacity: 0;
                transform: translateY(-20px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }
		
		 .perfect-feature-card {
    flex: 1 1 280px;
    background: linear-gradient(to right, #183A8C, #1B4DB1);
    border-radius: 15px;
    padding: 30px;
    text-align: center;
    color: #ffffff;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    overflow: hidden;
  }

  .perfect-feature-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  }

  .perfect-icon-circle {
    background: #f0513c;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease;
  }

  .perfect-icon-circle i {
    font-size: 36px;
    color: #ffffff;
    transition: color 0.3s ease;
  }

  .perfect-feature-card:hover .perfect-icon-circle {
    transform: scale(1.1);
  }

  .perfect-feature-card h4 {
    font-size: 22px;
    margin-bottom: 15px;
    font-weight: 700;
    text-transform: uppercase;
    color: #f0513c;
  }

  .perfect-feature-card p {
    font-size: 15px;
    line-height: 1.6;
    padding: 0 10px;
    color: #ffffff;
  }

  @keyframes pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.1); }
    100% { transform: scale(1); }
  }

  @media (max-width: 768px) {
    .perfect-feature-card {
      flex: 1 1 100%;
    }
  }
  
    .responsive-iframe-wrapper {
    width: 100%;
    border: none;
  }

  .responsive-iframe {
    width: 100%;
    height: 500px; /* Default for desktop */
    border: none;
  }

  @media (max-width: 768px) {
    .responsive-iframe {
      height: 950px; /* Taller height for mobile to fit stacked layout */
    }
  }

  @media (max-width: 480px) {
    .responsive-iframe {
      height: 1000px; /* Slightly more height for small phones */
    }
  }
  
   .iframe-section {
    width: 100%;
    margin-bottom: 30px; /* Adds space between iframes */
  }

  .iframe-section iframe {
    width: 100%;
    border: none;
  }

  /* Default heights for desktop */
  .iframe-project {
    height: 900px;
  }

  .iframe-counter {
    height: 300px;
  }

  /* Responsive adjustments for tablets and below */
  @media (max-width: 768px) {
    .iframe-project {
      height: 1200px; /* Increased for stacked grid items */
    }

    .iframe-counter {
      height: 420px; /* Increased to prevent overlapping/merge */
    }
  }

  /* Extra space for very small devices */
  @media (max-width: 480px) {
    .iframe-project {
      height: 1350px;
    }

    .iframe-counter {
      height: 450px;
    }
  }
  
	
	