serv@charset "utf-8";

/* CSS Document */

body {
    overflow-x: hidden;
}

.spacer-10 {
    width: 100%;
    height: 10px;
    float: left;
}

.spacer-20 {
    width: 100%;
    height: 20px;
    float: left;
}

.spacer-30 {
    width: 100%;
    height: 30px;
    float: left;
}

.spacer-40 {
    width: 100%;
    height: 40px;
    float: left;
}

.spacer-50 {
    width: 100%;
    height: 50px;
    float: left;
}

.spacer-60 {
    width: 100%;
    height: 60px;
    float: left;
}

.spacer-70 {
    width: 100%;
    height: 70px;
    float: left;
}

.spacer-100 {
    width: 100%;
    height: 100px;
    float: left;
}

.spacer-150 {
    width: 100%;
    height: 150px;
    float: left;
}

p {
    color: #6b6b6b;
    font-size: 16px;
}

.header_top {
    width: 100%;
    height: 510px;
    float: left;
    background: url(images/header_bg.jpg) center 0 no-repeat;
    background-size: cover;
}

.header_top2 {
    width: 100%;
    height: 370px;
    float: left;
    background: url(images/header_bg.jpg) center 0 no-repeat;
    background-size: cover;
}

.navigation_bar {
    padding: 20px 0px;
}

.logo {
    margin-top: 30px
}

.logo a {
    color: #fff;
    font-size: 24px;
    font-weight: bold;
}

.logo a:hover,
logo a:active,
.logo a:visited {
    color: #fff;
}

.navigation_bar li {
    margin-left: 0px;
}

.navigation_bar li a {
    color: #fff !important;
    font-size: 17px;
    font-weight: bold;
    padding: 0px 0px 2px 0px !important;
    margin: 13px 13px;
    opacity: 1;
}

.navigation_bar li a:hover {}

.navigation_bar li a::after {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    margin: auto;
    height: 1px;
    background: #fff;
    content: '';
    opacity: 0;
    -webkit-transition: height 0.3s, opacity 0.3s, -webkit-transform 0.3s;
    -moz-transition: height 0.3s, opacity 0.3s, -moz-transform 0.3s;
    transition: height 0.3s, opacity 0.3s, transform 0.3s;
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    transform: translateY(-10px);
}

.navigation_bar li a:hover::after,
.navigation_bar li a:focus::after {
    height: 3px;
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px);
}

.active_nav {
    border-bottom: 3px solid #fff;
}

.header_content {
    color: #fff;
}

.header_content h2 {
    font-size: 45px;
    font-weight: bold;
}

.header_content p {
    color: #fff;
}

.service h2 {
    color: #2ea9cd;
    font-weight: bold;
    font-size: 35px
}

.service p {
    font-size: 16px;
}

.saperater {
    background: url(images/saperater.png) no-repeat;
    text-align: center;
    width: 160px;
    margin: 20px auto;
    height: 32px;
}

.iner_services {
    width: 100%;
    height: auto;
    float: left;
}

.one_ser {
    width: 100%;
    height: 326px;
    float: left;
    text-align: center;
    background: #fff;
    padding: 20px;
    box-shadow: 3px 3px 40px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 3px 3px 40px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 3px 3px 40px rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 3px 3px 40px rgba(0, 0, 0, 0.3);
}

.one_ser:hover {
    box-shadow: 3px 3px 40px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 3px 3px 40px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 3px 3px 40px rgba(0, 0, 0, 0.4);
    -ms-box-shadow: 3px 3px 40px rgba(0, 0, 0, 0.4);
}

.one_ser a {
    font-weight: bold;
}

.icons {
    color: #2ea9cd;
    font-size: 40px;
}

.nub {
    color: #2ea9cd;
    float: right;
    font-size: 16px;
    font-weight: bold;
}

.one_ser h4 {
    color: #0b9ac5;
}

.product_09 {
    background: url(images/mainbottom_bg2.jpg) center 0 no-repeat;
    background-size: cover;
    padding-top: 40px;
}

.cproduct_content1 {
    width: 70%;
    height: auto;
    float: left;
}

.cproduct_content1 h5 {}

.cproduct_content {
    width: 47%;
    height: auto;
    float: left;
}

.cproduct_content1 h3,
.cproduct_content2 h2,
.kd {
    color: #2ea9cd;
    font-weight: bold;
}

.cproduct_content1 h2,
.kd2 {
    color: #2ea9cd;
    font-weight: bold;
    font-size: 30px;
}

.bttn {
    font-size: 17px;
    padding: 14px 35px;
    color: #fff;
    background: #55acee;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    transition: all ease-in-out .2s;
    -webkit-transition: all ease-in-out .2s;
    -moz-transition: all ease-in-out .2s;
    -ms-transition: all ease-in-out .2s;
}

.bttn:hover {
    color: #fff;
    background: #383838;
    text-decoration: none;
}

.cl,
.blogs h2 {
    color: #2ea9cd;
}

.c2 {
    font-weight: bold;
}

.dp h5 {
    font-size: 18px;
    color: #6b6b6b;
    font-weight: bold;
}

.blog_box {
    width: 100%;
    height: 460px;
    float: left;
    background: #fff;
    box-shadow: 3px 3px 40px rgba(0, 0, 0, 0.07);
    -webkit-box-shadow: 3px 3px 40px rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 3px 3px 40px rgba(0, 0, 0, 0.07);
    -ms-box-shadow: 3px 3px 40px rgba(0, 0, 0, 0.07);
}

.blog_box:hover {
    box-shadow: 3px 3px 40px rgba(0, 0, 0, 0.10);
    -webkit-box-shadow: 3px 3px 40px rgba(0, 0, 0, 0.10);
    -moz-box-shadow: 3px 3px 40px rgba(0, 0, 0, 0.10);
    -ms-box-shadow: 3px 3px 40px rgba(0, 0, 0, 0.10)
}

.blog_cotent_1 {
    width: 50%;
    height: auto;
    float: left
}

.blog_cotent_2 {
    width: 50%;
    height: auto;
    float: left;
    background: url(images/blog-thumb7.jpg) center 0 no-repeat;
    background-size: cover;
}

.blog_cotent {
    width: 100%;
    height: auto;
    padding: 100px 20px;
}

.blog_date {
    color: #6b6b6b;
    font-size: 14px;
    font-weight: bold;
}

.blog_heading {
    color: #0b9ac5;
    font-size: 19px;
    font-weight: bold;
}

.blog_heading:hover {
    color: #6b6b6b;
    text-decoration: none;
}

.blog_in {}

.contect_us {
    background: url(images/footer_bg.png) center 0 no-repeat;
    background-size: cover;
}
.contect_us  .glyphicon-envelope:before {
    content: "\2709";
    font-size: 25px;
}
.contect_us input[type="text"],
.contect_us input[type="email"],
.contect_us textarea {
    outline: none;
    border: none;
    border-bottom: 1px solid #212121;
    padding: 10px;
    width: 100%;
    font-size: 14px;
    color: #212121;
    background: none;
}

.left_foot {
    color: #000;
    padding: 40px 0px;
    height: 270px;
}

.k1 {
    font-weight: bold;
    color: #fff;
}

.add11 p {
    line-height: 25px;
    color: #fff;
}

.add11 p a {
    color: #fff;
}

.add11 p a:hover {
    text-decoration: none;
}

.add33 {
    color: #fff;
}

.add33 ul {
    list-style: none;
    padding: 0px;
    margin-left: 23px;
}

.add33 ul li {
    margin-top: 5px;
    height: 45px;
}

.add33 ul li a {
    color: #fff;
    font-size: 22px;
}

.add33 ul li a:hover {
    color: #383838
}

.add33 ul li a i {
    width: 37px;
    line-height: 35px;
    border-radius: 20px;
    text-align: center;
    color: #FFF;
    border: 1px solid #fff;
    color: rgba(255, 255, 255, 0.8);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.col-md-4.imgs img {
    width: 100%;
}

.bl_img {
    padding: 50px 0px;
}

.bl_content {
    padding: 50px 0px;
}

.facebook i:hover {
    background: #fff;
    color: #3b5998;
    padding: 5px;
    transform: rotate(360deg);
    margin-top: -5px;
}

.twitter i:hover {
    background: #fff;
    color: #0084b4;
    padding: 5px;
    transform: rotate(360deg);
    margin-top: -5px;
}

.youtube i:hover {
    background: #fff;
    color: #bb0000;
    padding: 5px;
    transform: rotate(360deg);
    margin-top: -5px;
}

.link i:hover {
    background: #fff;
    color: #0077B5;
    padding: 5px;
    transform: rotate(360deg);
    margin-top: -5px;
}

.end_footer {
    color: #fff;
    line-height: 80px;
    background: #000;
}

.blog hr {
    color: #000;
}

.blog_heading:hover {
    color: #FF5722;
}

.dd {
    width: 40%;
    height: auto;
    float: left;
}

.first_heading {
    color: #2cb5e8;
}

.contect_us h2 {
    color: #2ea9cd;
    font-weight: bold;
    font-size: 35px;
}

.coo {
    background: none !important
}

.b2 {
    padding: 10px 30px;
    border: none !important
}

footer {
    background: #383838;
    height: 80px;
    float: left;
    width: 100%;
}

.reserved {
    color: #fff;
    font-size: 14px;
    line-height: 70px;
}

.numb {
    float: right;
    margin-top: 30px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
}

.klo1 {
    width: 290px;
    height: 450px;
    position: relative;
    -webkit-animation-name: example;
    /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 9s;
    /* Safari 4.0 - 8.0 */
    -webkit-animation-iteration-count: infinite;
    /* Safari 4.0 - 8.0 */
    -webkit-animation-direction: reverse;
    /* Safari 4.0 - 8.0 */
    -webkit-animation-timing-function: ease-out;
    animation-name: example;
    animation-duration: 9s;
    animation-iteration-count: infinite;
    animation-direction: reverse;
    animation-timing-function: ease-out;
}


/* Safari 4.0 - 8.0 */

@-webkit-keyframes example {
    0% {
        left: -30px;
        top: 0px;
    }
    50% {
        left: 50px;
        top: 0px;
    }
    100% {
        left: -30px;
        top: 0px;
    }
}


/* Standard syntax */

@keyframes example {
    0% {
        left: -30px;
        top: 0px;
    }
    50% {
        left: 50px;
        top: 0px;
    }
    100% {
        left: -30px;
        top: 0px;
    }
}

.product_55 h5 {
    margin: 0;
    font-size: 24px;
    color: #333333;
    font-weight: 400;
    font-style: italic;
}

<!--- slider ----><!--- about us ---->#hh {
    color: #fff;
    font-size: 46px;
    font-weight: bold;
}

#hh {
    color: #fff;
    font-size: 46px;
    font-weight: bold;
}

.about h5 {
    line-height: 48px;
    font-size: 22px;
    text-align: center;
    color: #000
}

.ser h2 {
    font-style: italic;
    margin: 0 0 20px 0;
    font-weight: bold;
    font-size: 30px;
}

.ps img {
    transform: scale(0.95, 0.95);
    -webkit-transform: scale(0.95, 0.95);
    -moz-transform: scale(0.95, 0.95);
    -ms-transform: scale(0.95, 0.95);
    -o-transform: scale(0.95, 0.95);
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}

.ps img:hover {
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
}

.features {
    display: block;
    height: auto;
    width: 100%;
    background: url(images/stripe-bg.jpg) repeat-x scroll left top, rgba(230, 230, 230, .6) url(images/stripe-bg-opp.jpg) repeat-x scroll right bottom;
}

.content_inner {
    width: 100%;
    height: auto;
    float: left;
}

.content_inner h2 {
    color: #000;
    font-size: 40px;
    font-weight: bold;
}

.featuer_01 {
    list-style: none;
    padding: 10px;
}

.featuer_01 li {
    line-height: 40px;
    font-size: 16px;
    font-style: italic;
}

.featuer_01 li i {
    color: #2cb5e8;
    font-size: 22px
}

.hr1 {
    border: 0;
    border-top: 1px solid #eee;
    margin-top: 10px;
    margin-bottom: 10px;
}

.features2 {
    background: rgba(153, 153, 153, .05)
}

.service_main {
    width: 100%;
    height: auto;
    float: left;
    padding: 5% 12%;
    background: #fff;
    box-shadow: 3px 3px 40px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 3px 3px 40px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 3px 3px 40px rgba(0, 0, 0, 0.4);
    -ms-box-shadow: 3px 3px 40px rgba(0, 0, 0, 0.4);
    color: #2cb5e8;
    transition: all ease-in-out .2s;
    -webkit-transition: all ease-in-out .2s;
    -moz-transition: all ease-in-out .2s;
    -ms-transition: all ease-in-out .2s;
}

.hh3 {
    font-weight: bold;
    font-size: 27px;
    color: #000;
}

.service_main h3 {
    font-weight: bold;
}

.ss {
    font-weight: 100 !important
}

.s1 {
    color: black;
    font-size: 24px;
    font-weight: bold;
}

.s2 {
    width: 100%;
    height: auto;
    float: left;
}

.am {}

.doler {
    font-size: 24px;
}

.amount {
    font-size: 70px;
    line-height: 80px;
}

.services_in ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    float: left;
    text-align: left;
}

.services_in ul li {
    margin-top: 11px;
    color: #000;
    font-size: 16px;
    font-weight: bold;
}

.services_in ul li i {
    color: #2cb5e8;
    font-size: 18px;
}

.order_now {
    color: #fff;
    background: #55acee;
    padding: 12px 24px;
    transition: all ease-in-out .2s;
    -webkit-transition: all ease-in-out .2s;
    -moz-transition: all ease-in-out .2s;
    -ms-transition: all ease-in-out .2s;
}

.order_now:hover {
    color: #fff;
    background: #383838;
    text-decoration: none;
}

.service_main:hover {
    background: #55acee;
    color: #fff;
}

.service_main:hover .services_in ul li i,
.service_main:hover .s1 {
    color: #fff
}

.service_main:hover .order_now {
    color: #fff;
    background: #383838;
}

.web_box {
    width: 100%;
    height: 206px;
    float: left;
    background: #666;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.hover_box {
    width: 100%;
    height: 215px;
    float: left;
    background: rgba(56, 56, 56, .9);
    position: absolute;
    top: 260px;
    padding-top: 10px;
    transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -ms-transition: all ease-in-out .3s;
}

.hover_box h4,
.hover_box p {
    color: #fff;
}

.hover_box p {
    width: 90%;
    margin: auto;
    text-align: center;
}

.imss {
    transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -ms-transition: all ease-in-out .3s;
}

.web_box:hover .imss {
    transform: scale(1.05)
}

.web_box:hover .hover_box {
    top: 0px;
}

.gh {
    font-weight: bold;
}

.scal {
    width: 45px;
    height: 45px;
    margin-top: 5px;
    text-align: center;
    margin: auto;
    background: #FFF;
    border-radius: 50%;
    opacity: .8
}

.scal i {
    font-size: 28px;
    line-height: 50px;
    opacity: .9
}

.quote_box {
    height: auto;
    margin: auto;
    background: #fff;
    padding: 5%;
    box-shadow: 3px 3px 40px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 3px 3px 40px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 3px 3px 40px rgba(0, 0, 0, 0.5);
    -ms-box-shadow: 3px 3px 40px rgba(0, 0, 0, 0.5);
}

.quote_form .form_in {
    background: #CCC !important;
    height: 45px;
    width: 100%;
    border: 1px;
    border-color: #deded1;
    box-shadow: inset 0 1px 2px rgba(51, 50, 48, 0.1);
}

.pack {
    list-style: none;
    background: linear-gradient(141deg, #0fb8ad 0%, #1fc8db 51%, #2cb5e8 75%);
    -webkit-background: linear-gradient(141deg, #0fb8ad 0%, #1fc8db 51%, #2cb5e8 75%);
    -moz-background: linear-gradient(141deg, #0fb8ad 0%, #1fc8db 51%, #2cb5e8 75%);
    -ms-background: linear-gradient(141deg, #0fb8ad 0%, #1fc8db 51%, #2cb5e8 75%);
    color: #fff;
    padding: 10px 20px;
    text-align: center;
}

.pack li {}

.radios {
    position: absolute;
    top: 5px;
    left: 25px;
}

.pack1 {
    color: #fff;
    font-weight: 100;
    font-size: 24px;
}

.start_price {
    font-size: 13px
}

.amout_price {
    font-size: 23px;
    font-weight: bold;
    letter-spacing: 2px;
}

.pack3 {
    width: 305px;
    height: 70px;
    color: #fff;
    font-weight: 100;
    font-size: 15px;
    background: rgba(0, 0, 0, .2);
    padding: 15px;
}

.quote_options {
    width: 100%;
    height: auto;
    float: left;
}

.quote_options .row {
    border-bottom: 1px dashed #ccc;
    height: auto;
    padding: 10px 5px;
}

.quote_options .row(last-child) {
    border-bottom: none;
}

.quote_options .row:hover {
    background: rgba(204, 204, 204, .8)
}

.quote_ques {
    width: 65%;
    height: auto;
    float: left;
    font-size: 16px
}

.quote_ques_op {
    width: 35%;
    height: auto;
    float: left;
}

.yesing {
    margin-right: 40px;
}

.form_in2 {
    background: #CCC !important;
    width: 100%;
    border: 1px;
    border-color: #deded1;
    box-shadow: inset 0 1px 2px rgba(51, 50, 48, 0.1);
}

.bttn2 {
    border: none;
}

.hp {
    font-weight: bold;
}

.yu {
    color: #2ea9cd;
    font-weight: bold;
}

.nb {
    border: 3px solid #fff;
    padding: 8px 12px;
    border-radius: 10px;
    background: rgba(255, 255, 255, .3);
    color: #fff;
}

.navbar-nav {
    margin-left: 0px !important;
}

.carousel-indicators li {
    border: 1px solid #2ea9cd !important;
}

.carousel-indicators .active {
    background-color: #2ea9cd !important;
}

.carousel-fade .carousel-inner .item {
    opacity: 0;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
    transition: opacity 0.5s ease .3s;
    -webkit-transition: opacity 0.5s ease .3s;
}

.carousel-fade .carousel-inner .active {
    opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

.carousel-fade .carousel-control {
    z-index: 2;
}

.ee {
    width: 220px;
    height: 220px;
    position: absolute;
    -webkit-animation-name: exp;
    /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 4s;
    /* Safari 4.0 - 8.0 */
    -webkit-animation-iteration-count: infinite;
    animation-name: exp;
    animation-duration: 3s;
    border: 2px solid rgba(204, 204, 204, .6);
    border-radius: 50%;
    transform: scale(1);
    box-shadow: 2px 2px 60px rgba(204, 204, 204, .8);
    left: -5px;
    top: -18px;
    z-index: -100;
    display: none;
}

.ee2 {
    width: 200px;
    height: 200px;
    margin-top: 8px;
    margin-left: 8px;
    border: 2px solid rgba(204, 204, 204, .6);
    border-radius: 50%;
    box-shadow: 2px 2px 50px rgba(204, 204, 204, .8);
    -webkit-animation-name: example2;
    /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 3s;
    /* Safari 4.0 - 8.0 */
    -webkit-animation-iteration-count: infinite;
    animation-name: example2;
}

.ee3 {
    width: 180px;
    height: 180px;
    margin-top: 8px;
    margin-left: 8px;
    border: 2px solid rgba(204, 204, 204, .6);
    border-radius: 50%;
    box-shadow: 2px 2px 60px rgba(204, 204, 204, .8);
    -webkit-animation-name: example3;
    /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 3s;
    /* Safari 4.0 - 8.0 */
    -webkit-animation-iteration-count: infinite;
    animation-name: example3;
}


/* Safari 4.0 - 8.0 */

@-webkit-keyframes exp {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(.4);
    }
}


/* Standard syntax */

@keyframes exp {
    0% {
        transform: scale(1)
    }
    100% {
        transform: scale(.4);
        box-shadow: 2px 2px 10px rgba(204, 204, 204, .4);
    }
}

@keyframes example2 {
    0% {
        transform: scale(1);
    }
    100% {
        box-shadow: 2px 2px 10px rgba(204, 204, 204, .4);
    }
}

@keyframes example3 {
    0% {
        transform: scale(1);
    }
    100% {
        box-shadow: 2px 2px 10px rgba(204, 204, 204, .4);
    }
}

.dp:hover .ee {
    display: block;
}

.ps img:hover {
    transform: rotate(-20deg);
}

.moc {
    background: url(images/jp.jpg) no-repeat;
    background-size: cover;
}

.mh,
.mf {
    border: none;
}

.mh {
    padding-top: 0px !important;
}

.modal-header .close {
    margin-top: 10px !important;
}

.mh h2 {
    color: #fff;
}

.form_box {
    width: 92%;
    height: 350px;
    margin: auto;
    background: rgba(35, 27, 27, 0.2);
    border-radius: 4px;
    -webkit-border-radius: 4px;
    padding: 30px;
}

.form_in {
    width: 100% !important;
    height: 34px;
    padding-left: 2px;
    border: 1px solid #000;
    background: transparent;
    color: #fff;
}

.b3 {
    padding: 7px 30px;
    border: none !important;
}

.sp {
    color: #fff;
    font-size: 20px;
    width: 80%;
    margin: auto;
    line-height: 30px;
    margin-bottom: 10px;
    margin-top: 8px;
    font-weight: bold;
}

.text_sprit_box {
    width: 100%;
    height: auto;
    float: left;
    margin: 20px;
}

.text_sprit_box ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.text_sprit_box ul li {
    border: 1px solid #000;
    color: #000;
    padding: 5px 10px;
    font-weight: bold;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    float: left;
    margin: 10px;
}

.form_box *::-webkit-input-placeholder {
    color: #fff;
}

.form_box *:-moz-placeholder {
    /* FF 4-18 */
    color: #fff;
}

.form_box *::-moz-placeholder {
    /* FF 19+ */
    color: #fff;
}

.form_box *:-ms-input-placeholder {
    /* IE 10+ */
    color: #fff;
}

.ta {
    border: 1px solid #383838;
    background: transparent;
    color: #fff;
}

.mdl {
    top: 50px !important;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background-color: transparent;
}

.numb a:hover,
.numb a:active,
.numb a:focus,
.numb a:visited {
    color: #fff;
    text-decoration: none;
}

.kk2 {
    float: left;
    left: -300px !important;
    top: 50px !important;
}

.bacImg {
    background: url(images/parallax3.png) no-repeat;
    height: 470px;
}

.jj44 {
    margin: auto !important;
}

.header_top .carousel-inner {
    width: 100%;
}
.slide .carousel-inner>.item>a>img, .slide .carousel-inner>.item>img {
    position: relative;
    right: -67px;
}
.more_bx {
    width: 20%;
    height: auto;
    border: 1px solid #ccc;
    text-align: center;
}

.box_in {
    width: 80px;
    height: 80px;
    margin: auto;
    border-radius: 50%;
    margin-top: -40px;
}

.bnd {
    height: 340px;
    float: left;
    background: #ccc;
    padding: 50px 10%;
    color: #fff;
    overflow: hidden;
    transition: all ease-in-out .2s;
    -webkit-transition: all ease-in-out .2s;
    -moz-transition: all ease-in-out .2s;
    -ms-transition: all ease-in-out .2s;
}

.bnd h3 {
    color: #fff;
    font-weight: 600;
}

.bnd p {
    color: #fff;
}

.tcd h3 {
    display: table;
}

.tcd i {
    display: table-cell;
}

.tcd span {
    display: table-cell;
    padding-left: 8px;
}

.bn1 {
    background: url(images/11.jpg);
}

.bn2 {
    background: url(images/22.jpg);
}

.bn3 {
    background: url(images/33.jpg);
}

.bn4 {
    background: url(images/4.jpg);
}

.bn5 {
    background: url(images/5.jpg);
}

.bn6 {
    background: url(images/6.jpg);
}

.bnd:hover {
    transform: scale(1.02)
}

;
.upper_Sec {
    padding: 60px 0px;
}

.upper_Sec h2 {
    color: #000;
    font-weight: 700;
}

.sapator_img {
    margin: auto;
    text-align: center;
}

.jdm h3 {
    font-size: 28px;
    font-weight: 700;
}

.inner_servs h3 {
    font-size: 23px;
}

.why_use ul {
    margin: 0px;
    padding-left: 20px;
}

.why_use ul li {
    font-size: 20px;
    margin-top: 12px;
}

.why_use h3,
.lst_p {
    font-size: 35px;
    font-weight: 700;
}

.web_Dev h2 {
    font-size: 35px;
    font-weight: bold;
}

.necess ul li {
    font-size: 20px;
    margin-top: 15px;
}

.webs h2 {
    color: #000;
    font-weight: 700;
}

.box_in+h4 {
    font-size: 21px;
}

.upper_Sec {
    padding: 40px 0px;
}

nav ul.navigation_bar {
    float: right;
}

.modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - (.5rem * 2));
}


/*Blog Part*/

section.all_blog {
    background: #f7f7f7;
    padding: 100px 0px;
}

section.all_blog a:hover {
    text-decoration: none;
}

.all_blog_body {
    margin-bottom: 2em;
    background: #fff;
    padding: 2em 2em;
}

h2.b_title a {
    color: #2ea9cd;
}

h2.b_title {
    margin-top: 0px;
    font-size: 24px;
}

.blog_date h4 {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
}

.read_more a {
    border: 0px solid #000;
    text-transform: uppercase;
    padding: 9px 20px;
    background: #2ea9cd;
    color: #fff;
    font-weight: 600;
    transition: all 0.2s ease-in-out;
}

.read_more {
    padding-top: 15px;
}

.read_more a:hover {
    background: #2285a2;
    color: #fff;
    transition: all 0.2s ease-in-out;
}

.blog_date h4 a {
    color: #2ea9cd;
}

.blog_date h4 a:hover {
    cursor: initial;
    color: #2ea9cd;
}


/*Full blog*/

section.full_blog {
    background: #f7f7f7;
    padding: 100px 0px;
}

.full_blog_body {
    margin-bottom: 2em;
    background: #fff;
    padding: 2em 2em;
}

.full_blog_img img {
    float: left;
    padding: 0px 20px 10px 0px;
}

.full_blog_body .blog_date {
    padding-bottom: 20px;
}

.blog_points ul {
    padding: 0px;
    list-style: none;
}

.blog_points ul li {
    padding: 5px 0px;
}


/*End Blog Part*/

@media screen and (min-width:1850px) {
    .carousel-indicators .active {
        background-color: #ffffff !important;
    }
    .carousel-indicators li {
        border: 1px solid #fff !important;
    }
}

@media screen and (max-width: 700px) and (min-width: 480px) {
    .jk45 {
        bottom: -20px !important;
    }
}

@media screen and (max-width:1200px) {
    .navbar-nav {
        margin-left: 0px !important;
    }
    .navigation_bar li a {
        margin: 13px 9px;
    }
    .header_content h1 {
        font-size: 38px;
    }
    .header_content p {
        font-size: 14px;
    }
    .header_content h2 {
        font-size: 35px;
        font-weight: bold;
    }
    .about h5 {
        line-height: 25px;
    }
    .about h5 br {
        display: none;
    }
    .header_top2 {
        padding-bottom: 110px;
        height: auto;
    }
    #hh {
        color: #fff;
        font-size: 40px;
    }
    .mds br {
        display: none;
    }
}
@media screen and (max-width:1100px){
    .one_ser{
        height: 355px;
    }
}
@media screen and (max-width:991px) {
    .logo {
        text-align: center;
        margin-top: 10px;
    }
    .one_ser {
        margin-bottom: 30px;
        height: auto;
        padding-bottom: 30px !important;
    }
    .numb {
        float: none !important;
        text-align: center;
        margin-top: -26px
    }
    .header_top .numb {
            margin-top: 22px;
    }
    .header_top2 .numb {
            margin-top: 22px;
    }
    .hj55 {
        /*padding-left: 26% !important;*/
    }
    .header_content h1 {
        font-size: 28px;
    }
    .header_content p {
        font-size: 14px;
    }
    .kk2 {
        float: left;
        left: -200px !important;
        top: 9px !important;
    }
    .dp {
        text-align: center;
    }
    .ee {
        left: 19.5%;
        top: 12px;
    }
    .contect_us {
        background: #37a6cc;
    }
    .get_tu {
        text-align: center;
        color: #000;
    }
    .product_09 {
        background: none !important;
        padding-top: 0px !important;
    }
    .cproduct_content1,
    .cproduct_content {
        width: 100%;
    }
    .cproduct_content {
        padding: 0px 15px;
    }
    .klo1 {
        display: none;
    }
    .bacImg {
        background: none !important;
    }
    .f2 {
        margin-top: -10px;
    }
    .f3 {
        margin-top: -30px;
    }
    .service_main {
        margin-bottom: 20px;
    }
    .gh33 {
        display: none;
    }
    .web_box {
        margin-bottom: 30px;
    }
    .testemonial h3 {
        color: #fff !important;
    }
    .header_content h2 {
        font-size: 27px;
        font-weight: bold;
    }
    .bacImg {
        height: auto;
    }
    .upper_Sec {
        padding-top: 0px;
    }
    .contect_us h2 {
        color: #fff;
    }
    .upper_Sec .spacer-40 {
        display: none;
    }
    .bottom_web {
        margin: auto;
    }
    .modal-dialog-centered {
        min-height: calc(100% - (1.75rem * 2));
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        min-height: auto;
        top: 30%;
    }
    .add33 ul{
        margin-left: 0;
    }
    .add33 ul li {
        display: inline-block;
        margin: 10px 10px 10px;
        height: 50px;
    }
    .add33 ul li:first-child {
        margin-left: 0;
    }

    .changeorder {
        display: -ms-flexbox;
        display: flex;
        flex-direction: column;
    }

    .testemonial p, .testemonial small {
        color: #fff;
    }

    .testemonial {
        height: 300px !important;
    }


}

@media screen and (max-width: 991px) and (min-width: 768px) {
    .navbar {
        margin-top: -12px;
    }
    .one_ser {
        padding: 2px;
    }
}

@media screen and (max-width:767px) {
    .navbar-toggle{
        margin-right: 0px;
    }
    .nb {
    border: 1px solid #fff;
    padding: 6px 7px;
    border-radius: 5px;
    }
    .text_sprit_box {
        margin: 10px;
    }
    .carousel-inner>.item {
        border: none;
    }
    .kk2 {
        float: left;
        left: 0px !important;
        top: 0px !important;
        padding-top: 0px !important;
    }
    .header_content {
        width: 60%;
    }
    .header_content h2 {
        font-size: 24px;
    }
    .header_content h1 {
        font-size: 24px;
    }
    .header_content p {
        font-size: 14px;
    }
    .numb {
        margin-top: -30px;
    }
    .navbar-nav {
        margin: 0px !important;
        padding: 0px !important;
    }
    .cproduct_content1 h3,
    .cproduct_content1 h2,
    .cproduct_content1 p,
    .bacImg h3,
    .bacImg p,
    .btn_bo {
        text-align: center !important;
    }
    .hj55 {
        /*padding-left: 7% !important;*/
    }
    .ee {
        display: none !important;
    }
    .dp .spacer-60 {
        display: none;
    }
    .header_top2 {
        height: auto !important;
    }
    .header_top .row,.header_top2 .row {
    position: relative;
}
    .jh33 {
    position: absolute !important;
    top: inherit;
    bottom: 33px;
}
    .lst_p {
        font-size: 27px;
        font-weight: 700;
    }
    .sapator_img {
        display: none;
    }
    .web_Devlops {
        text-align: center;
    }
    .web_Devlops .spacer-100 {
        height: 30px;
    }
    .box_in {
        margin-top: 0px;
    }
    .product_55 .spacer-100 {
        height: 50px
    }

    .navbar-header {
        position: relative;
    }
    .navbar .navbar-collapse {
        position: absolute;
        width: 100%;
        background-color: #078cbf; z-index: 111;
    }
    .navigation_bar li a{
        text-align: center;
    }
    .active_nav{
        border-bottom: 0;
    }
    nav ul.navigation_bar {
        float: none;
    }


}
/*@media only screen */
/*  and (min-device-width: 393px) */
/*  and (max-device-width: 800px)*/
/*  and (-webkit-min-device-pixel-ratio: 2)*/
/*  and (orientation: landscape) {*/
/*      .jh33 {*/
/*    top: 262px;*/
/*}*/
      
/*}*/
/*@media only screen */
/*  and (min-device-width: 414px) */
/*  and (max-device-width: 736px)*/
/*  and (-webkit-min-device-pixel-ratio: 2)*/
/*  and (orientation: landscape) {*/
/*      .jh33 {*/
/*    top: 262px;*/
/*}*/
      
/*}*/
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) {
.header_top .numb {
    margin-top: -2px;
}
.header_top2 .numb {
    margin-top: -2px;
}      
}
/*@media only screen */
/*  and (min-device-width: 320px) */
/*  and (max-device-width: 568px)*/
/*  and (-webkit-min-device-pixel-ratio: 2)*/
/*  and (orientation: landscape) {*/
/*.jh33 {*/
/*    top: 226px;*/
/*}*/
      
/*}*/
@media screen and (max-width:600px) {

    .carousel-indicators li {
        border: 1px solid #fff !important;
    }
    .carousel-indicators .active {
        background-color: #eeeeef !important;
    }
    
}

@media screen and (max-width:480px) {
    
 
    .slide .carousel-inner>.item>a>img, .slide .carousel-inner>.item>img {
    right: -51px;
}
     .header_top .nb {
    border: 1px solid #fff;
    padding: 6px 7px;
    border-radius: 4px;
    background: rgba(255, 255, 255, .3);
    color: #fff;
    font-weight: 500;
}

    .header_content h1 {
        font-size: 19px;
    }
    .header_content p {
        font-size: 12px;
        margin-top: -5px;
    }
    .jk45 {
        bottom: -30px !important;
    }
    .header_top {
        height: 440px;
    }
    .service {
        margin-top: -20px;
    }
    .service_main {
        margin-left: 15px;
    }
    .header_content {
        width: 65%;
    }
    .header_top .carousel-inner {
        width: 100%;
    }
    .header_content h2 {
        font-size: 20px;
    }
    .testemonial {
        height: auto !important;
    }
}

@media screen and (max-width:450px) {
       .header_top .numb {
    margin-top: 45px;
}
 .header_top2 .numb {
    margin-top: 45px;
}
    .add11,
    .add22 {
        width: 100% !important;
        text-align: center;
    }
}
@media screen and (max-width:400px) {
    .header_content h2 {
        margin-top: 0px;
    }
     .header_top .numb {
    margin-top: 32px;
}
 .header_top2 .numb {
    margin-top: 32px;
}
}
@media screen and (max-width:350px) {
    .header_top .numb {
    margin-top: 11px;
}
 .header_top2 .numb {
    margin-top: 11px;
}
.header_top .nb{
    padding: 5px 7px;
}
}
@media screen and (max-width: 1099px) and (min-width: 992px) {
    .klo1 {
        margin-left: -60px;
    }
}

@media screen and (max-width: 1180px) and (min-width: 1100px) {
    .klo1 {
        margin-left: -40px;
    }
}

@media screen and (min-width:1470px) {
    .contect_us {
        padding-top: 60px;
    }
}


/* carousel */

#quote-carousel {
    padding: 0 10px 30px 10px;
    margin-top: 30px;
}


/* Control buttons  */

#quote-carousel .carousel-control {
    background: none;
    color: #222;
    font-size: 2.3em;
    text-shadow: none;
    margin-top: 30px;
}


/* Previous button  */

#quote-carousel .carousel-control.left {
    left: -12px;
}


/* Next button  */

#quote-carousel .carousel-control.right {
    right: -12px !important;
}


/* Changes the position of the indicators */

#quote-carousel .carousel-indicators {
    right: 50%;
    top: auto;
    bottom: 0px;
    margin-right: -19px;
}


/* Changes the color of the indicators */

#quote-carousel .carousel-indicators li {
    background: #ffffff;
}

#quote-carousel .carousel-indicators .active {
    background: #333333;
}

#quote-carousel img {
    width: 70px;
    height: 70px
}


/* End carousel */

.item blockquote {
    border-left: none;
    margin: 0;
}

.item blockquote img {
    margin-bottom: 10px;
}

.item blockquote p:before {
    content: "\f10d";
    font-family: 'Fontawesome';
    float: left;
    margin-right: 10px;
}


/*AK 06-11-19*/

.full_blog_content h3 {
    font-size: 18px;
    font-weight: 600;
    color: #555;
}

ol.sub_list li:before {
    content: '';
    position: absolute;
    top: 12px;
    left: -15px;
    width: 5px;
    height: 5px;
    background: #666;
    border-radius: 50%;
}

ol.sub_list li {
    position: relative;
    display: flex;
    padding: 0px;
}

ol.sub_list {
    list-style: none;
    padding-left: 25px;
}

.blog_points ul li p span {
    color: #333;
}


/*End AK*/


/**
  MEDIA QUERIES
*/


/* Small devices (tablets, 768px and up) */

@media (min-width: 768px) {
    #quote-carousel {
        margin-bottom: 0;
        padding: 0 40px 30px 40px;
    }
}


/* Small devices (tablets, up to 768px) */

@media (max-width: 768px) {
           .all_blog_content {
    margin-top: 35px;
}
    /* Make the indicators larger for easier clicking with fingers/thumb on mobile */
    #quote-carousel .carousel-indicators {
        bottom: -20px !important;
    }
    #quote-carousel .carousel-indicators li {
        display: inline-block;
        margin: 0px 5px;
        width: 15px;
        height: 15px;
    }
    #quote-carousel .carousel-indicators li.active {
        margin: 0px 5px;
        width: 20px;
        height: 20px;
    }
}

.testemonial h3,
.tc h3 {
    color: #2ea9cd;
    font-weight: bold;
}

.service h1 {
    color: #2ea9cd;
    font-weight: bold;
    font-size: 35px;
}

.cproduct_content {
    float: right;
}

.hj55 .navbar-default {
    background: none;
    border: none;
}

.testemonial {
    height: 340px;
}

.test_img img {
    width: 70px;
    height: 70px;
}


/*  Media Queries for Bootstrap */



.order-first {
    -ms-flex-order: -1;
    order: -1;
  }
  
  .order-last {
    -ms-flex-order: 13;
    order: 13;
  }
  
  .order-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  
  .order-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  
  .order-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  
  .order-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  
  .order-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  
  .order-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  
  .order-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  
  .order-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  
  .order-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  
  .order-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  
  .order-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  
  .order-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  
  .order-12 {
    -ms-flex-order: 12;
    order: 12;
  }


  @media (min-width: 576px){
    .order-sm-first {
        -ms-flex-order: -1;
        order: -1;
      }
      .order-sm-last {
        -ms-flex-order: 13;
        order: 13;
      }
      .order-sm-0 {
        -ms-flex-order: 0;
        order: 0;
      }
      .order-sm-1 {
        -ms-flex-order: 1;
        order: 1;
      }
      .order-sm-2 {
        -ms-flex-order: 2;
        order: 2;
      }
      .order-sm-3 {
        -ms-flex-order: 3;
        order: 3;
      }
      .order-sm-4 {
        -ms-flex-order: 4;
        order: 4;
      }
      .order-sm-5 {
        -ms-flex-order: 5;
        order: 5;
      }
      .order-sm-6 {
        -ms-flex-order: 6;
        order: 6;
      }
      .order-sm-7 {
        -ms-flex-order: 7;
        order: 7;
      }
      .order-sm-8 {
        -ms-flex-order: 8;
        order: 8;
      }
      .order-sm-9 {
        -ms-flex-order: 9;
        order: 9;
      }
      .order-sm-10 {
        -ms-flex-order: 10;
        order: 10;
      }
      .order-sm-11 {
        -ms-flex-order: 11;
        order: 11;
      }
      .order-sm-12 {
        -ms-flex-order: 12;
        order: 12;
      }
  }

  @media (min-width: 768px){

    .order-md-first {
        -ms-flex-order: -1;
        order: -1;
      }
      .order-md-last {
        -ms-flex-order: 13;
        order: 13;
      }
      .order-md-0 {
        -ms-flex-order: 0;
        order: 0;
      }
      .order-md-1 {
        -ms-flex-order: 1;
        order: 1;
      }
      .order-md-2 {
        -ms-flex-order: 2;
        order: 2;
      }
      .order-md-3 {
        -ms-flex-order: 3;
        order: 3;
      }
      .order-md-4 {
        -ms-flex-order: 4;
        order: 4;
      }
      .order-md-5 {
        -ms-flex-order: 5;
        order: 5;
      }
      .order-md-6 {
        -ms-flex-order: 6;
        order: 6;
      }
      .order-md-7 {
        -ms-flex-order: 7;
        order: 7;
      }
      .order-md-8 {
        -ms-flex-order: 8;
        order: 8;
      }
      .order-md-9 {
        -ms-flex-order: 9;
        order: 9;
      }
      .order-md-10 {
        -ms-flex-order: 10;
        order: 10;
      }
      .order-md-11 {
        -ms-flex-order: 11;
        order: 11;
      }
      .order-md-12 {
        -ms-flex-order: 12;
        order: 12;
      }

  }

  @media (min-width: 992px){

    .order-lg-first {
        -ms-flex-order: -1;
        order: -1;
      }
      .order-lg-last {
        -ms-flex-order: 13;
        order: 13;
      }
      .order-lg-0 {
        -ms-flex-order: 0;
        order: 0;
      }
      .order-lg-1 {
        -ms-flex-order: 1;
        order: 1;
      }
      .order-lg-2 {
        -ms-flex-order: 2;
        order: 2;
      }
      .order-lg-3 {
        -ms-flex-order: 3;
        order: 3;
      }
      .order-lg-4 {
        -ms-flex-order: 4;
        order: 4;
      }
      .order-lg-5 {
        -ms-flex-order: 5;
        order: 5;
      }
      .order-lg-6 {
        -ms-flex-order: 6;
        order: 6;
      }
      .order-lg-7 {
        -ms-flex-order: 7;
        order: 7;
      }
      .order-lg-8 {
        -ms-flex-order: 8;
        order: 8;
      }
      .order-lg-9 {
        -ms-flex-order: 9;
        order: 9;
      }
      .order-lg-10 {
        -ms-flex-order: 10;
        order: 10;
      }
      .order-lg-11 {
        -ms-flex-order: 11;
        order: 11;
      }
      .order-lg-12 {
        -ms-flex-order: 12;
        order: 12;
      }

  }

  @media (min-width: 1200px){
    .order-xl-first {
        -ms-flex-order: -1;
        order: -1;
      }
      .order-xl-last {
        -ms-flex-order: 13;
        order: 13;
      }
      .order-xl-0 {
        -ms-flex-order: 0;
        order: 0;
      }
      .order-xl-1 {
        -ms-flex-order: 1;
        order: 1;
      }
      .order-xl-2 {
        -ms-flex-order: 2;
        order: 2;
      }
      .order-xl-3 {
        -ms-flex-order: 3;
        order: 3;
      }
      .order-xl-4 {
        -ms-flex-order: 4;
        order: 4;
      }
      .order-xl-5 {
        -ms-flex-order: 5;
        order: 5;
      }
      .order-xl-6 {
        -ms-flex-order: 6;
        order: 6;
      }
      .order-xl-7 {
        -ms-flex-order: 7;
        order: 7;
      }
      .order-xl-8 {
        -ms-flex-order: 8;
        order: 8;
      }
      .order-xl-9 {
        -ms-flex-order: 9;
        order: 9;
      }
      .order-xl-10 {
        -ms-flex-order: 10;
        order: 10;
      }
      .order-xl-11 {
        -ms-flex-order: 11;
        order: 11;
      }
      .order-xl-12 {
        -ms-flex-order: 12;
        order: 12;
      }
  }
