body {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 400px;
    line-height: 1.5;

}


/*----------------------------
    preloader area
----------------------------*/

.loader_bg {
    position: fixed;
    z-index: 1000000000;
     background: #f1f2f3;
    color: #2ab3c3;
    width: 100%;
    height: 700px;
}

.loader {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.loader img {
    width: 280px;

}

/* ############################# All index page style section begin here ################## */

/* #################### header style begin ###################################*/
* {
    margin: 0;
    padding: 0;
}

a,
a:hover,
a:active,
a:focus {
    text-decoration: none;
    outline: 0;
    color: #2ab3c3;
}

ul,
li {
    margin: 0;
    padding: 0;
}

#Header {
    position: sticky;
    top: 0px;
    left: 0;
    width: 100%;
    background: #fff;
    box-shadow: 2px 7px 10px 1px rgba(0, 0, 0, 0.5);
    padding: 10px 0;
    z-index: 999;
    transition: all 0.25s ease 0s;
}

#Header .logo a img {
    width: 140px;
}

#Header .wh a img {
    width: 140px;
    border: none;
    position: absolute;
    top: 0px;
    visibility: hidden;
}

#Header .menu-wrap {
    display: inline-block;
    position: relative;
    z-index: 9;
    padding-top: 12px;
}

#Header .menu {
    cursor: pointer;
}

#nav-icon1 {
    width: 35px;
    height: 25px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

#nav-icon1 span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #2ab3c3;
    border-radius: 5px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

#nav-icon1 span:nth-child(1) {
    top: 0px;
}

#nav-icon1 span:nth-child(2) {
    top: 11px;
}

#nav-icon1 span:nth-child(3) {
    top: 21px;
}

#nav-icon1.open span:nth-child(1) {
    top: 11px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}

#nav-icon1.open span:nth-child(2) {
    opacity: 0;
    left: -60px;
}

#nav-icon1.open span:nth-child(3) {
    top: 11px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

body.sticky #Header {
    background-color: rgba(0, 0, 0, 0.8);
    transition: all 0.25s ease 0s;
}

body.sticky #Header .wh a img {

    visibility: visible;
}

body.sticky #Header .wh {
    display: inline;

}

body.sticky #nav-icon1 span {
    background-color: #fff;
}

body.menu-active #Header .mobile-menu {
    display: block;
}

body.menu-active #Header .logo {
    position: relative;
    z-index: 0;

}

#Header .mobile-menu {
    background-color: rgba(0, 0, 0, 0.9);
    display: none;
    height: 120vh;
    position: absolute;
    top: -70px;
    left: 0;
    width: 100%;
    text-align: center;
}

#Header .mobile-menu ul {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
}

#Header .mobile-menu ul li,
#Header .mobile-menu ul li a {
    color: #fff;
    list-style: none;
    font: 400 18px/115% 'Open Sans', sans-serif;
    margin-bottom: 30px;
    transition: all 5ms;
}

#Header .mobile-menu ul li a:hover {
    color: #2ab3c3;
    text-decoration: none;
    font-size: 20px;
}


/*mobile styles*/

@media (min-width: 0px) and (max-width: 767px) {
    #Header {
        padding: 8px 0;
    }

    #Header .logo a img {
        width: 100px;
    }

    #Header .wh a img {
        width: 100px;
    }

    #Header .menu-wrap {
        padding-top: 5px;
    }

    #nav-icon1 {
        width: 35px;
        height: 30px;
    }

    #nav-icon1 span {
        height: 3px;
    }

    #nav-icon1 span:nth-child(2) {
        top: 12px;
    }

    #nav-icon1 span:nth-child(3) {
        top: 23px;
    }
}

/* #################### header style End ###################################*/

/* #################### header black reigon and first slide  style begin ###################*/
.blue_bt {
    width: 255px;
    height: 58px;
    background: #2ab3c3;
    color: #fff;
    float: left;
    text-align: center;
    line-height: 58px;
    font-size: 20px;
    font-weight: 300;
}

.blue_bt:hover,
.blue_bt:focus {
    background: #29348d;
    color: #fff;
    text-decoration: none;
}

.ovarlay_slide_cont {
    background: rgba(5, 3, 0, 0.63);
    position: absolute;
    width: 65%;
    margin: 0 15%;
    top: 95px;
    left: 0;
    padding: 40px 60px 70px;
}

.ovarlay_slide_cont h2 {
    color: #fff;
    text-transform: uppercase;
    font-size: 50px;
    font-weight: 700;
    line-height: normal;
    margin: 0;
    padding-bottom:10px;
}

.ovarlay_slide_cont h4 {
    color: #4fcaff;
    font-size: 29px;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0 0 15px 0;
    line-height: normal;
    padding-bottom:10px;
}

.ovarlay_slide_cont p {
    color: #fff;
    font-weight: 300;
    margin: 0 0 30px 0;
    font-size: 18px;
    padding: 0 75px 0 0;
    line-height: 28px;
    margin-top: -10px;
}

/* media queries */


@media (max-width: 768px) {

    .navbar-light .navbar-toggler {
        color: #000;
        background: #4fcaff;
        width: 50px;
        padding: 0;
        height: 45px;
        border: none;
    }


}

@media (min-width: 768px) and (max-width: 991px) {

    .ovarlay_slide_cont {
        background: rgba(5, 3, 0, 0.63);
        position: absolute;
        width: 75%;
        margin: 0 15%;
        top: 0px;
        left: 0;
        padding: 30px 40px 60px;
    }

    .ovarlay_slide_cont h2 {
        font-size: 40px;
    }
   .ovarlay_slide_cont h3 {
       font-size: 24px;
        margin-top: -5px;
    }
    
    .ovarlay_slide_cont p {
        color: #fff;
        font-weight: 300;
        margin: 0 0 30px 0;
        font-size: 16px;
        padding: 0;
        line-height: 22px;
    }

}

@media (max-width: 1200px) {

    .ovarlay_slide_cont {
        background: rgba(5, 3, 0, 0.63);
        position: absolute;
        width: 70%;
        margin: 0 7%;
        z-index: 1111111111;
        top: 60px;
        left: 0;
        padding: 50px 60px 70px;
    }

    .ovarlay_slide_cont h2 {
        font-size: 35px;
    }

    .ovarlay_slide_cont p {
        color: #fff;
        font-weight: 300;
        margin: 0 0 30px 0;
        font-size: 15px;
        padding: 0;
        line-height: 28px;
    }

}

@media (max-width: 767px) {

    .layout_padding {
        padding: 50px 0;
    }

    .ovarlay_slide_cont {
        display: none;
    }

    .small_img {
        width: 60px;

    }

}

@media (max-width: 500px) {
    .small_img {
        width: 30px;

    }

}

/* #################### header black reigon and first slide style end ###################*/

/* #################### about section style begin ################################ **/
.titlepage h2 {
    letter-spacing: 0;
    font-weight: normal;
    font-size: 22px;
    position: relative;
    padding: 0 0 10px 0;
    font-weight: normal;
    line-height: normal;
    color: #111111;
    margin: 0;
    font-family: sans-serif;
}

.about {
    padding-top: 60px;
    padding-bottom: -30px;
    background: #fff;
}

.top_layer {
    position: relative;
}


.about .titlepage {
    text-align: center;
    padding-bottom: 60px;

}

.about .titlepage h2 {
    padding: 0px 0px 6px 0px;
    font-family: sans-serif;
    font-size: 35px;
    font-weight: bolder;
    color: #050303;
    line-height: 35px;
    border-bottom: #2ab3c3 solid 2px;
    width: 400px;
    margin: 0 auto;
    margin-bottom: 0px;
    margin-bottom: 20px;
}

.about .titlepage span {
    color: #3d3c3c;
    font-size: 17px;
    line-height: 30px;
}

/* #################### about section style end ################################ **/



/* #################### service section style begin ############################# */


.service {
    padding-top: 70px;
    padding-bottom: 60px;
    background: #f4f4f4;
}

.service .titlepage span {
    color: #3d3c3c;
    font-size: 16px;
}

.service .service-box figure {
    margin: 0px;
}

.service .service-box figure img {
    width: 100%;
}

.green {
    background-color: #2ab3c3;
}

.service .service-box .hoverle {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 15px;
}

.service .service-box .hoverle a {
    padding: 5px 30px;
    color: #fff;
    font-weight: bold;
    border: #fff solid 1px;
}

.service .titlepage {
    text-align: center;
    padding-bottom: 50px;
}

.service .titlepage h2 {
    padding: 0px 0px 6px 0px;
    font-size: 40px;
    font-weight: bold;
    color: #050303;
    line-height: 46px;
    border-bottom: #2ab3c3 solid 1px;
    width: 270px;
    margin: 0 auto;
    margin-bottom: 0px;
    margin-bottom: 20px;
}

.service .titlepage .our {
    padding: 0px 0px 6px 0px;
    font-size: 40px;
    font-weight: bold;
    font-family: sans-serif;
}

.service .service-box:hover .hoverle {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    display: flex;
    justify-content: center;
    background: rgba(42, 179, 195, 0.9);
    align-items: center;
    margin: 0 15px;
}

.service .service-box:hover .hoverle a {
    border: #fff solid 2px;
    background: transparent;
    padding: 5px 30px;
    color: #fff;
}

/** gallery section css **/

#demo {
    height: 100%;
    position: relative;
    overflow: hidden;
}

.thumb {
    margin-bottom: 30px;
}

.green {
    background-color: #6fb936;
}

.page-top {
    margin-top: 85px;
}

img.zoom {
    width: 100%;
    object-fit: cover;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
}

.transition {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}


.service .read-more {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 35px 0 0 0;
}

.service .read-more a {
    background: #2ab3c3;
    width: 150px;
    border-radius: 10px;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    padding: 12px 0px;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    margin-top: -27px;
}

.service .read-more a:hover {
    background: #29348d;
    text-decoration: none;
}

/** end section **/

/* #################### service section style end ############################# **/

/* ####################  my_work section style begin ########################## */

.blog {
    position: relative;
    width: 100%;
    padding: 45px 0 60px 0;

}

.blog .titlepage {
    padding-bottom: 40px;
    text-align: center;
}

.blog .titlepage span {
    color: #3d3c3c;
    font-size:16px;
}

.blog .titlepage h2 {
    padding: 0px 0px 6px 0px;
    font-size: 35px;
    font-weight: bold;
    color: #050303;
    border-bottom: #2ab3c3 solid 2px;
    width: 200px;
    margin: 0 auto;
    line-height: 46px;
    margin-bottom: 0px;
    margin-bottom: 20px;
}

.blog .blog-carousel {
    position: relative;
    width: calc(100% + 30px);
    left: -15px;
    right: -15px;
}

.blog .blog-item {
    position: relative;
    margin: 0 15px;
}

.blog .blog-page .blog-item {
    margin: 0 0 30px 0;
}

.blog .blog-img {
    position: relative;
    width: 100%;
}

.blog .blog-img img {
    width: 100%;
}

.blog .blog-text {
    position: relative;
    padding: 25px 30px;
    border-right: 1px solid rgba(0, 0, 0, .07);
    border-bottom: 1px solid rgba(0, 0, 0, .07);
    border-left: 1px solid rgba(0, 0, 0, .07);
}

.blog .blog-text h2 {
    font-size: 22px;
    font-weight: 600;
}

.blog .blog-text p {
    margin-bottom: 10px;
}

.blog .blog-item a.btn {
    padding: 0;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: #343148;
    transition: .3s;
}

.blog .blog-item a.btn i {
    margin-left: 5px;
}

.blog .blog-item a.btn:hover {
    color: #F7CAC9;
}

.blog .blog-meta {
    position: relative;
    display: flex;
    margin-bottom: 15px;
}

.blog .blog-meta p {
    margin: 0 10px 0 0;
    font-size: 13px;
}

.blog .blog-meta i {
    margin-right: 5px;
}

.blog .blog-meta p:last-child {
    margin: 0;
}

.blog .owl-nav {
    width: 150px;
    margin: 32px auto 0 auto;
    display: flex;
}

.blog .owl-nav .owl-prev,
.blog .owl-nav .owl-next {
    margin-left: 15px;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: #2ab3c3;
    font-size: 22px;
    transition: .90s linear;
    border-radius: 5px;
}

.blog .owl-nav .owl-prev:hover,
.blog .owl-nav .owl-next:hover {
    color: #fff;
    background: #29348d;
}

.blog .pagination .page-link {
    color: #343148;
    border-radius: 0;
    border-color: #343148;
}

.blog .pagination .page-link:hover,
.blog .pagination .page-item.active .page-link {
    color: #fff;
    background: #29348d;
}

.blog .pagination .disabled .page-link {
    color: #999999;
}

/** media quary  **/
@media (max-width: 575px) {
    .about .titlepage h2 {
        font-size: 20px;
        width: 290px;
        font-weight: 700;
        padding: 0px 0px 0px 0px;
    }

    .about .titlepage span {
        font-size: 14px;
        line-height: 25px;
    }

    .service .titlepage h2 {
        font-size: 26px;
        width: 185px;
    }

    .service .titlepage .our {
        font-size: 26px;
    }

    .service .titlepage span {
        font-size: 13px;
        line-height: 15px;
    }

    .blog .titlepage h2 {
        font-size: 26px;
        line-height: 16px;
        padding: 0 0 15px 0;
        width: 175px;

    }

    .blog .titlepage .our {
        font-size: 26px;
        line-height: 13px;
    }

    .blog .read-more {
        margin-top: 30px;
    }

    .blog .titlepage span {
        font-size: 14px;
        line-height: 15px;
    }

    .blog .owl-nav .owl-prev,
    .blog .owl-nav .owl-next {
        margin-left: 15px;
        width: 50px;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        background: #2ab3c3;
        font-size: 18px;
        transition: .90s linear;
        border-radius: 5px;
    }
}



/* ####################  my_work section style end ########################## */

/* ############################# back-to-top icon style begin #######################*/

.back-to-top {
    position: fixed;
    display: none;
    background: rgba(42, 179, 195, 0.5);
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 1;
    font-size: 15px;
    right: 15px;
    bottom: 8px;
    transition: background 0.5s;
    z-index: 9;
    border-radius: 5px;
}

.back-to-top:hover {
    background: rgba(41, 52, 141, 0.5);
}

.back-to-top:hover i {
    color: #fff;
}

.back-to-top i {
    color: #fff;
    padding-top: 10px;
}

/* ############################# back-to-top icon style end #######################*/

/* ############################# video section style begin here ################## */
.section {
    position: relative;
    width: 100%;
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;

}


.section .video-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    right: 0;
    bottom: 0;
    opacity: 0.7;
}

.section .video-container .vid {
    width: 100%;
    margin: 0;

}

.section .ovarlay_slide_cont1 {
    background: rgba(5, 3, 0, 0.63);
    position: absolute;
    width: 42%;
    margin: 0 2%;
    top: 60px;
    left: auto;
    z-index: 100;
    padding: 40px 40px 40px;
    border-radius: 5px;
}

.section .ovarlay_slide_cont1 h2 {
    color: #fff;
    text-transform: uppercase;
    font-size: 32px;
    text-align: center;
    font-weight: 700;
    line-height: normal;
    margin-top: -20px;
}

.section .ovarlay_slide_cont1 h4 {
    color: #4fcaff;
    font-size: 20px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0 0 15px 0;
    line-height: normal;
    margin-top: -4px;
}

.section .ovarlay_slide_cont1 p {
    color: #fff;
    font-weight: 300;
    margin: 0 0 30px 0;
    text-align: center;
    font-size: 14px;
    padding: 0 50px 0 50px;
    line-height: 20px;
    margin-top: -10px;
}

.section .blue_bt {
    width: 170px;
    height: 40px;
    background: #2ab3c3;
    color: #fff;
    border-radius: 5px;
    text-align: center;
    margin: 0 150px 0 150px;
    line-height: 40px;
    font-size: 17px;
    font-weight: 300;
}


.section .blue_bt:hover,
.section .blue_bt:focus {
    background: #29348d;
    color: #fff;
    text-decoration: none;
}

/* media queries */

@media (min-width: 900px) and (max-width: 1200px) {

    .section .ovarlay_slide_cont1 {
        background: rgba(5, 3, 0, 0.63);
        position: absolute;
        width: 60%;
        margin: 0 2%;
        top: 60px;
        left: auto;
        padding: 50px 60px 35px;
    }

    .section .ovarlay_slide_cont1 h2 {
        font-size: 28px;
    }

    .section .ovarlay_slide_cont1 p {
        margin: 0 0 10px 0;
        font-size: 14px;
        padding: 0;

    }

    .section {
        margin-bottom: -20px;
    }

    .section .ovarlay_slide_cont1 h4 {
        font-size: 18px;
        text-align: center;
        font-weight: 700;
        margin: 0 0 15px 0;
        line-height: normal;
    }

    .section .blue_bt {
        width: 150px;
        height: 40px;
        margin: 0 40% 0 33%;
        font-size: 15px;
    }

}

@media (min-width: 750px) and (max-width: 900px) {
    .section .ovarlay_slide_cont1 {
        background: rgba(5, 3, 0, 0.63);
        position: absolute;
        width: 60%;
        margin: 0 2%;
        top: 45px;
        left: auto;
        padding: 40px 60px 30px;
    }

    .section {
        margin-top: -30px;
        margin-bottom: -70px;
    }

    .section .ovarlay_slide_cont1 h2 {
        font-size: 24px;
    }

    .section .ovarlay_slide_cont1 p {
        color: #fff;
        font-weight: 300;
        margin: 0 0 8px 0;
        font-size: 14px;
        padding: 0;
        line-height: 28px;
    }

    .section .ovarlay_slide_cont1 h4 {
        color: #4fcaff;
        font-size: 18px;
        text-align: center;
        font-weight: 700;
        margin: 0 0 0px 0;
        line-height: normal;
    }

    .section .blue_bt {
        width: 150px;
        height: 40px;
        background: #2ab3c3;
        color: #fff;
        border-radius: 5px;
        text-align: center;
        margin: 0 40% 0 30%;
        line-height: 40px;
        font-size: 15px;
        font-weight: 300;
    }
}


@media (min-width: 600px) and (max-width: 750px) {

    .section .ovarlay_slide_cont1 {
        background: rgba(5, 3, 0, 0.63);
        position: absolute;
        width: 60%;
        margin: 0 0%;
        top: 45px;
        left: auto;
        padding: 40px 0px 15px;
    }

    .section {
        height: 250px;
        margin-top: -30px;
    }

    .section .ovarlay_slide_cont1 h2 {
        font-size: 17px;
    }

    .section .ovarlay_slide_cont1 p {
        color: #fff;
        margin: 0 8px 8px 8px;
        font-size: 13px;
        padding: 0;
        line-height: 16px;
    }

    .section .ovarlay_slide_cont1 h4 {
        font-size: 14px;
    }

    .section .blue_bt {
        width: 120px;
        height: 30px;
        background: #2ab3c3;
        color: #fff;
        border-radius: 5px;
        text-align: center;
        margin: 0 50% 0 35%;
        line-height: 30px;
        font-size: 13px;
    }

}
@media (min-width: 480px) and (max-width: 600px) {

    .section .ovarlay_slide_cont1 {
        display: none;
    }

    .section {
        height: 200px;
        margin-top: -30px;

    }
}
@media (max-width: 480px) {

    .section .ovarlay_slide_cont1 {
        display: none;
    }

    .section {
        height: 140px;
        margin-top: -30px;
        margin-bottom: -10px;
    }

  
}
@media (max-width: 330px) {

    .section .ovarlay_slide_cont1 {
        display: none;
    }

    .section {
        height: 140px;
        margin-top: -30px;
        margin-bottom: -40px;
    }

  
}
/* ############################# video section style end here ################## */

/* ############################# latest section style begin here ############## */


#Gain {
    padding-top: 25px;

}

#Gain .title {
    width: 70%;
    margin: 0 auto;
    padding-bottom: 30px;
}

#Gain .title h3 {
    font: 500 26px/115% 'Open Sans', sans-serif;
    padding: 0px 0px 6px 0px;
    font-weight: bold;
    color: #050303;
    line-height: 30px;
    border-bottom: #2ab3c3 solid 2px;
    width: 260px;
    margin: 0 auto;
    margin-top: 0px;
    margin-bottom: 20px;
}

#Gain .title p {
    color: #3d3c3c;
    font-size:15px;
    line-height:27px;
    font-family: 'Open Sans', sans-serif;
}

#Gain .each-icon {
    background-color: #2ab3c3;
    min-height: 350px;
    text-align: center;
    margin-bottom: 70px;
    cursor: pointer;
    position: relative;
}


#Gain .each-icon .icon-text {
    visibility: visible;
    opacity: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    padding: 20px 20px;
    text-align: left;
    transition: all 0.5s;
    transform: translate(-50%, -50%);
    text-align: center;
}

#Gain .each-icon .icon-text h3 {
    color: #fff;
    margin: 0 0 15px;
    font: 700 18px/115% 'Open Sans', sans-serif;
}

#Gain .each-icon .icon-text p {
    color: #fff;
    margin: 0 0 15px;
    font: 0 18px/115% 'Open Sans', sans-serif;
}

#Gain .each-icon .icon-text .cta a {
    color: #fff;
    display: inline-block;
}

#Gain .each-icon .icon-text .cta i {
    color: #fff;
    font-size: 25px;
    position: relative;
    left: -15px;
    transition: all 0.3s;
}

#Gain .each-icon:hover .icon-text .cta a i {
    opacity: 1;
    left: 0;
    transition: all 0.3s;
}

#Gain .each-icon .icon-text .cta a:hover i {
    color: #2ab3c3;
}

#Gain .each-icon:hover {
    visibility: visible;
    opacity: 1;
    background-color: #29348d;
    transition: all 0.5s;
}

#Gain .each-icon:hover .icon-text h3 {
    visibility: visible;
    color: #fff;
    transition: all 0.5s;
}

#Gain .each-icon:hover .icon-text p {
    visibility: visible;
    color: #fff;
    transition: all 0.5s;
}

#Gain .each-icon:hover .icon-text i {
    visibility: visible;
    color: #fff;
    transition: all 0.5s;
}


/*mobile styles*/

@media (min-width: 320px) and (max-width: 767px) {

    #Gain .each-icon .icon-text,
    #Gain .each-icon:hover .icon-wrap {
        visibility: visible;
        opacity: 1;
    }

    #Gain .each-icon .icon-wrap,
    #Gain .each-icon .icon-text {
        position: static;
        transform: none;
    }

    #Gain .each-icon .icon-text {
        padding-bottom: 20px;
        padding-top: 12%;

    }

    #Gain .title {
        width: 100%;
    }

    #Gain .title h3 {
        font: 500 15px/115% 'Open Sans', sans-serif;
        padding: 0px 0px 6px 0px;
        font-weight: bold;
        color: #050303;
        line-height: 15px;
        border-bottom: #2ab3c3 solid 2px;
        width: 320px;
        margin: 0 auto;
        margin-top: 3px;
        margin-bottom: 20px;
    }

    #Gain .title h3 br {
        display: none;
    }

    #Gain .title p {
        font-size: 13px;
        margin-bottom: 10px;
        margin-left: 1%;
        margin-right: 1%
    }

    #Gain .each-icon {
        min-height: 280px;
        margin-bottom: 30px;
    }

}

@media (min-width: 0px) and (max-width: 320px) {

    #Gain .each-icon .icon-text,
    #Gain .each-icon:hover .icon-wrap {
        visibility: visible;
        opacity: 1;
    }

    #Gain .each-icon .icon-wrap,
    #Gain .each-icon .icon-text {
        position: static;
        transform: none;
    }

    #Gain .each-icon .icon-text {
        padding-bottom: 20px;
        padding-top: 12%;

    }

    #Gain .title {
        width: 100%;
    }

    #Gain .title h3 {
        font: 500 14px/115% 'Open Sans', sans-serif;
        padding: 0px 0px 6px 0px;
        font-weight: bold;
        color: #050303;
        line-height: 15px;
        border-bottom: #2ab3c3 solid 2px;
        width: 300px;
        margin: 0 auto;
        margin-top: 5px;
        margin-bottom: 20px;
    }

    #Gain .title h3 br {
        display: none;
    }

    #Gain .title p {
        font-size: 12px;
        margin-bottom: 10px;
        margin-left: 1%;
        margin-right: 1%
    }

    #Gain .each-icon {
        min-height: 280px;
        margin-bottom: 30px;
    }

}

/* Tablet Portrait view */

@media (min-width: 768px) and (max-width: 991px) {
    #Gain .title h3 {
        font-size: 24px;
    }

    #Gain .title p {
        font-size: 14px;
        margin-left: 1%;
        margin-right: 1%;
    }

    #Gain .title {

        padding-bottom: 8px;
    }

    #Gain .each-icon .icon-text,
    #Gain .each-icon:hover .icon-wrap {
        visibility: visible;
        opacity: 1;
    }

    #Gain .each-icon .icon-wrap,
    #Gain .each-icon .icon-text {
        position: static;
        transform: none;
    }

    #Gain .each-icon .icon-text {
        padding-bottom: 15px;
    }

    #Gain .each-icon .icon-wrap {
        padding-top: 16px;
    }

    #Gain .each-icon .icon-wrap i {
        font-size: 50px;
    }

    #Gain .title {
        width: 100%;
    }
}



/*Tablet Landscape*/

@media (min-width: 992px) and (max-width: 1199px) {
    #Gain .each-icon .icon-wrap i {
        font-size: 65px;
        padding-top: 15px;
    }

    #Gain .each-icon .icon-text {
        padding: 8px 10px;
    }

    #Gain .each-icon .icon-text,
    #Gain .each-icon:hover .icon-wrap {
        visibility: visible;
        opacity: 1;
    }

    #Gain .each-icon .icon-wrap,
    #Gain .each-icon .icon-text {
        position: static;
        transform: none;
    }



}


/* ############################# latest section style end here ############## */

/* ############################# footer section begin here ################## */

footer,
footer a {
    color: white;
}

footer {
    display: block;
    overflow: hidden;
    background-color: #0f0f0f;
}

.footer_blog_section img {
    width: 180px;
    margin-left: -20px;

}

footer .container > ul {
    overflow: hidden;
    margin: 30px 0;
    padding-left: 0;
}

footer .container > ul li {
    float: left;
    padding-right: 25px;
}

footer .item h4 {
    margin-bottom: 20px;
    font-weight: 700;
    font-family: serif;
    text-align: left;
}

footer .item p.address {
    line-height: 1.2;
    font-size: 16px;
}

footer .item ul li.active {
    color: #2ab3c3;
}

footer .item ul li a:hover {
    font-size: 14px;
    color: #2ab3c3;
    text-decoration: none;
}

footer .item ul {
    padding-left: 0;
    text-align: left;
}

footer .item ul li {
    margin-bottom: 6px;
    font-size: 16px;
}

footer .address ul li a {
    color: #2ab3c3;
}
footer .date p {
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: 300;
}

footer .item form {
    overflow: hidden;
}

footer .item form input {
    width: 100%;
    margin-bottom: 15px;
    padding: 5px 10px;
}

footer .item form input[type="submit"] {
    width: 100px;
    height: 40px;
    line-height: 4px;
    background-color: #ef44f8;
    border: none;
    float: right;
    color: #FFF;
    padding: 0
}

footer .copyright {
    padding: 15px 0;
    border-top: solid #2ab3c3 1px;
}

footer .copyright p {
    margin-bottom: 0;
    font-size: 12px;
}

ul.contant_icon {
    list-style: none;
    margin: 10;
    padding: 0;
    width: 100%;
    float: left;

}

ul.contant_icon li {
    float: left;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding-right: 8px;
}

ul.contant_icon li {
    font-size: 28px;
    color: #2ab3c3;
    transition: all .25s ease;
}

footer ul.contant_icon li a:hover {
    font-size: 32px;
}

.item .contact_us li a i {
    color: #2ab3c3;
    font-size: 14px;

}

.item .contact_us li a {

    font-size: 14px;

}


.item .contact_us li a:hover {
    color: #2ab3c3;
}

.item img {
    position: relative;
    right: 50px;
    width: 280px;
    top: -10px;
    height: 200px; 
}
.item iframe {
      margin-left:-50px; 
}

@media (min-width: 767px) and (max-width: 990px) {
    .item img {
        position: relative;
        right: 0px;
        width: 280px;
        top: 0px;
        height: 200px;
    }

    .item {
        margin-top: 20px;
    }
    .item iframe {
      margin-left:0px; 
}
}

@media (min-width: 0px) and (max-width: 767px) {
    .item img {
        position: relative;
        left: 5px;
        width: 280px;
        top: 0px;
        height: 200px;
    }

    .item {
        margin-top: 10px;
    }

    footer {
        padding-top: 40px;
    }

    .item .text-uppercase {
        color: #2ab3c3;
    }

    footer .copyright span {
        display: block;
    }
    .item iframe {
      margin-left:0px; 
}
}

/* ############################# footer section ends here ################## */

/* ############################# All index page style section end here ################## */

/* ############################# All about page style section begine here ################## */

/* #################### header black reigon and first slide  style begin ###################*/
.ovarlay_slide_cont3 {
    background: rgba(5, 3, 0, 0.75);
    position: absolute;
    width: 52%;
    top: 70px;
    left: 300px;
    padding: 15px 20px 40px;
}

.ovarlay_slide_cont3 h2 {
    color: #fff;
    text-transform: uppercase;
    font-size: 35px;
    font-weight: 700;
    line-height: normal;
    text-align: center;
    margin: 0;
}

.ovarlay_slide_cont3 h4 {
    color: #4fcaff;
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 700;
    margin: 20px 0 15px 0;
    text-align: center;
    line-height: normal;
}

.ovarlay_slide_cont3 p {
    color: #fff;
    font-weight: 300;
    margin: 0 0px 15px 0px;
    font-size: 16px;
    text-align: center;
    padding: 0 0px 0 0;
    line-height: 28px;
}

/* media queries */


@media (max-width: 768px) {

    .navbar-light .navbar-toggler {
        color: #000;
        background: #4fcaff;
        width: 50px;
        padding: 0;
        height: 45px;
        border: none;
    }


}

@media (min-width: 768px) and (max-width: 1060px) {

    .ovarlay_slide_cont3 {
        background: rgba(5, 3, 0, 0.68);
        position: absolute;
        width: 60%;
        margin: 0 15%;
        top: 30px;
        left: 50px;
        padding: 30px 20px 0px;
    }

    .ovarlay_slide_cont3 h2 {
        font-size: 32px;
        margin-top: -10px;
    }

    .ovarlay_slide_cont3 h4 {
        font-size: 24px;
         margin-top: -3px;
    }

    .ovarlay_slide_cont3 p {
        color: #fff;
        font-weight: 300;
        margin: 0 0 30px 0;
        font-size: 14px;
        padding: 0;
        line-height: 23px;
        margin-top: -10px;
    }

}

@media (max-width: 767px) {
    .ovarlay_slide_cont3 {
        display: none;
    }

}


/* #################### header black reigon and first slide style end ###################*/

/* #################### about section style begin ################################ **/
.titlepage2 h2 {
    letter-spacing: 0;
    font-weight: normal;
    font-size: 22px;
    position: relative;
    padding: 0 0 10px 0;
    font-weight: normal;
    line-height: normal;
    color: #111111;
    margin: 0;
    font-family: sans-serif;
}

.about-page {
    padding-top: 50px;
    padding-bottom: 0px;
    background: #fff;
}

.top_layer {
    position: relative;
}


.about-page .titlepage2 {
    text-align: center;
    padding-bottom: 60px;

}

.about-page .titlepage2 h2 {
    padding: 0px 0px 6px 0px;
    font-family: sans-serif;
    font-size: 35px;
    font-weight: bolder;
    color: #050303;
    line-height: 35px;
    border-bottom: #2ab3c3 solid 2px;
    width: 400px;
    margin: 0 auto;
    margin-bottom: 0px;
    margin-bottom: 20px;
}

.about-page .titlepage2 span {
    
    font-size: 17px;
    line-height: 30px;
}

.about-page .titlepage2 .about-title {
    font-size: 35px;

}

/** media quary  **/
@media (max-width: 575px) {
    .about-page .titlepage2 h2 {
        font-size: 20px;
        width: 290px;
        font-weight: 700;
        padding: 0px 0px 0px 0px;
    }

    .about-page .titlepage2 .about-title {
        font-size: 20px;
    }

    .about-page .titlepage2 span {
        font-size: 14px;
        line-height: 25px;
    }
}



/* #################### about section style end ################################ **/

/* #################### information section style begin #########################*/

.info_section {
    position: relative;
    background-color: #f4f4f4;
    padding: 45px 0 90px 0;
}

.info_section .box1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 55px;
    border-radius: 5px;


}

.info_section .box1 .img-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 90px;
    min-width: 90px;
    height: 90px;
    padding: 10px;
    margin-bottom: -45px;
    position: relative;


}

.info_section .box1 .img-box img {
    max-width: 50px;
    max-height: 50px;
    position: relative;
    z-index: 3;
}

.info_section .box1 .img-box::before,
.info_section .box1 .img-box::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #2ab3c3;
    z-index: 2;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.info_section .box1 .img-box::before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    /*background-color: #29348d;*/
}

.info_section .box1 .img-box::after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);

}

.info_section .box1 .detail-box {
    background-color: #fff;
    padding: 75px 20px 50px 20px;
    text-align: center;
    overflow: visible;
    display: block;
}

.info_section .box1 .detail-box p {
    overflow: visible;
    display: block;
    font-size: 14px;
    padding-top: 30px;
    color: #565353;
    font-family: 'Open Sans', sans-serif;
}

.info_section .box1 .detail-box h5 {
    font-weight: bold;
    text-transform: uppercase;
}

.info_section .box1 .detail-box a {
    color: #476269;
    font-weight: 600;
}

.info_section .box1 .detail-box a:hover {
    color: #2ab3c3;
}

.info_section .box1:hover .img-box::before {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

/* #################### information section style ends here #####################*/

/* #################### client say section style begin here #####################*/

.testimonial {
    position: relative;
    padding: 55px 0 45px 0;
}

.testimonial .container {
    padding: 0;
}

.testimonial .section-header h2{
    display: inline-block;
    margin: 0 30px;
    margin-bottom: 12px;
    padding: 0 10px;
    position: relative;
    font-weight: 600;
    background: #fff;
    color: black;
}

.testimonial .section-header p{
    margin-bottom: 30px;
    margin-top: -20px;
    font-size: 16px;
    background: #fff;
   color: #565353;
    font-family: 'Open Sans', sans-serif;
}
.testimonial .section-header h2::after {
    position: absolute;
    content: "";
    height: 2px;
    top: 20px;
    right: -30px;
    left: -30px;
    background: #2ab3c3;
    z-index: -1;
    opacity: 0.5;
}

.testimonial .testimonial-item {
    position: relative;
    margin: 0 15px;
    text-align: center;
}



.testimonial .testimonial-text {
    position: relative;
    margin-top: 0px;
    padding: 60px 25px 25px 25px;
    text-align: center;
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, .095);
}

.testimonial .testimonial-item p {
    font-size: 16px;
    color: #666666;
}

.testimonial .testimonial-text h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}

.testimonial .section-header h2 {
    font-size: 35px;
    margin-bottom: 35px;
    font-weight: 600;
}

.testimonial .testimonial-text h4 {
    color: #666666;
    font-size: 14px;
    margin-bottom: 0;
}

.testimonial .owl-item.center .image {
    border-color: transparent;
}

.testimonial .owl-dots {
    margin-top: 15px;
    text-align: center;
}

.testimonial .owl-dot {
    display: inline-block;
    margin: 0 5px;
    margin-top: 15px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #2ab3c3;
}

.testimonial .owl-dot.active {
    background: #343148;
}
.testimonial img {
   
    height: 100px;
    width: 100px;
    
}
.testimonial .lll {
    margin: 15px;
    margin-top: 0;
    text-align: center;
}

/* #################### client say section style ends here #####################*/

/* ############################# All about page style section ends here ################## */

/* ############################# All product page style section begin here ################## */
/* #################### header black reigon and first slide  style begin ###################*/
.ovarlay_slide_cont2 {
    background: rgba(5, 3, 0, 0.75);
    position: absolute;
    width: 52%;
    top: 90px;
    left: 300px;
    padding: 50px 60px 50px;
}

.ovarlay_slide_cont2 h2 {
    color: #fff;
    text-transform: uppercase;
    font-size: 40px;
    font-weight: 700;
    line-height: normal;
    text-align: center;
    margin: 0;
}

.ovarlay_slide_cont2 h4 {
    color: #4fcaff;
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 700;
    margin: 20px 0 15px 0;
    text-align: center;
    line-height: normal;
}

.ovarlay_slide_cont2 p {
    color: #fff;
    font-weight: 300;
    margin: 0 0px 15px 0px;
    font-size: 18px;
    text-align: center;
    padding: 0 0px 0 0;
    line-height: 28px;
}

/* media queries */


@media (max-width: 768px) {

    .navbar-light .navbar-toggler {
        color: #000;
        background: #4fcaff;
        width: 50px;
        padding: 0;
        height: 45px;
        border: none;
    }


}

@media (min-width: 768px) and (max-width: 1060px) {

    .ovarlay_slide_cont2 {
        background: rgba(5, 3, 0, 0.68);
        position: absolute;
        width: 60%;
        margin: 0 15%;
        top: 50px;
        left: 50px;
        padding: 30px 60px 0px;
    }

    .ovarlay_slide_cont2 h2 {
        font-size: 35px;
    }

    .ovarlay_slide_cont2 h4 {
        font-size: 25px;
    }

    .ovarlay_slide_cont2 p {
        color: #fff;
        font-weight: 300;
        margin: 0 0 30px 0;
        font-size: 15px;
        padding: 0;
        line-height: 28px;
    }

}

@media (max-width: 767px) {
    .ovarlay_slide_cont2 {
        display: none;
    }

}

/* #################### header black reigon and first slide style end ###################*/

/* ############################# Product first section style begin here ################## */

.product-first {
    position: relative;
    width: 100%;
    padding: 45px 0;
    padding-top:70px;
    padding-bottom:70px;
}

.product-first .section-header {
    margin-bottom: 30px;
    margin-left: 0;
}

.product-first .product-img {
    position: relative;
    height: 100%;
}

.product-first .product-img img {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-first .product-text p {
    font-size: 17px;
    color: #565353;
    font-family: 'Open Sans', sans-serif;
}

.section-header1 h2 {
    padding: 0px 0px 6px 0px;
    font-family: sans-serif;
    font-size: 30px;
    font-weight: bold;
    line-height: 35px;
    border-bottom: #2ab3c3 solid 2px;
    width: 350px;
    margin-bottom: 0px;
    margin-bottom: 20px;
}

.section-header2 h2 {
    padding: 0px 0px 6px 0px;
    font-family: sans-serif;
    font-size: 23px;
    font-weight: bold;
    line-height: 35px;
    border-bottom: #2ab3c3 solid 2px;
    width: 400px;
    margin-bottom: 0px;
    margin-bottom: 20px;
}

.product-first .product-text a.btn {
    position: relative;
    margin-top: 22px;
    padding: 12px 20px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #fff;
    background: #2ab3c3;
    border-radius: 5px;
    transition: .3s;
}

.product-first .product-text a.btn:hover {
    color: #ffffff;
    background: #29348d;
}

@media (max-width: 990px) {
    .product-first .product-img {
        margin-bottom: 30px;
        height: auto;
    }
}

@media (max-width: 575px) {
    .product-first .section-header1 h2 {
        font-size: 25px;
        width: 300px;
        font-weight: 700;
        padding: 0px 0px 0px 0px;

    }

    .product-first .product-text p {
        font-size: 14px;
    }

    .product-first .product-text a.btn {
        position: relative;
        margin-top: 22px;
    }

}

/** media quary  **/
@media (max-width: 380px) {
    .product-first .section-header1 h2 {
        text-align: center;
        margin-left: 15px;

    }

    .product-first .product-text p {
        font-size: 14px;
        text-align: center;
    }

    .product-first .product-text a.btn {
        position: relative;
        margin-top: 22px;
        margin-left: 100px;
    }

}


/* ############################# Product first section style ends here ################## */

/* ############################# Product second section style begin here ################## */

.team {
    padding-top: 70px;
    padding-bottom: 60px;
    background: #f4f4f4;
    position: relative;
    width: 100%;
}

.team .titlepage span {
    color: #3d3c3c
}

.team .titlepage .texr {
    color: #3d3c3c;
    font-size: 19px;
}
.team .titlepage {
    text-align: center;
    padding-bottom: 50px;
}

.team .titlepage h2 {
    padding: 0px 0px 6px 0px;
    font-size: 40px;
    font-weight: bold;
    color: #050303;
    line-height: 46px;
    border-bottom: #2ab3c3 solid 1px;
    width: 270px;
    margin: 0 auto;
    margin-bottom: 0px;
    margin-bottom: 20px;
}

.team .titlepage .our {
    padding: 0px 0px 6px 0px;
    font-size: 40px;
    font-weight: bold;
}

.team .team-item {
    position: relative;
    background: #ffffff;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    box-shadow: inset 0 0 0 0 transparent;
    transition: ease-out 0.5s;
}

.team .team-img {
    position: relative;
    width: 50%;
    overflow: hidden;
}

.team .team-img img {
    position: relative;
    width: 100%;
    transition: .6s;
}

.team .team-text {
    position: relative;
    width: 50%;
    padding: 0 30px;
}

.team .team-text h2 {
    color: #2ab3c3;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
    transition: 1s;
}

.team .team-text h4 {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 15px;
    transition: 1s;
}

.team .team-text p {
    margin-bottom: 20px;
    font-size: 12px;
     color: #565353;
    font-family: 'Open Sans', sans-serif;
    transition: 1s;
}

.team .team-item:hover {
    box-shadow: inset 600px 0 2px 0 #29348d;
}

.team .team-item:hover .team-img img {
    transform: scale(1.2);
}

.team .team-item:hover .team-text h2,
.team .team-item:hover .team-text h4,
.team .team-item:hover .team-text p {
    color: #ffffff;
}

.team .team-item:hover .team-social a.btn {
    background: #ffffff;
}

.team .team-item:hover .team-social a.btn:hover {
    border-color: #ffffff;
}

@media(max-width: 575.98px) {
    .team .team-text {
        padding: 0 15px;
    }

    .team .team-text h2 {
        font-size: 16px;
        margin-bottom: 7px;
    }

    .team .team-text h4 {
        margin-bottom: 5px;
    }

    .team .team-text p {
        font-size: 13px;
        line-height: 18px;
        margin-bottom: 10px;
    }
}

/** media quary  **/
@media (max-width: 575px) {
    .team .titlepage h2 {
        font-size: 26px;
        width: 215px;
        text-align: center;
        font-weight: 700;
        padding: 0px 0px 0px 0px;
    }

    .team .titlepage .our {
        font-size: 26px;

    }

    .team .titlepage .texr {
        font-size: 13px;

    }

    .team .team-item:hover {
        box-shadow: inset 1000px 0 2px 0 #29348d;
    }
}

/* ############################# Product second section style ends here ################## */

/* ####################### All product page style section ends here ################## */

/* #################### All Our-work page style section begin here ################## */

/* ############################# first section style ends here ################## */

.banner_Client {
    position: relative;
}

.text {
    position: relative;
    text-align: left;
    background: #2ab3c3;
    width: 100%;
    bottom: auto;
    padding: 0;
    margin-top: 70px;
    margin-bottom: 70px;

}

.img_bg {
    text-align: center;
    margin: 0 auto;
    align-items: center;
    width: 100%;
    display: flex;
    height: 100%;
    text-align: center;
    justify-content: center;
    flex-wrap: wrap;
}

.img_bg figure {
    margin-bottom: 0px;
}

.img_bg figure img {
    width: 100%;
}

.img_bg h3 {
    text-align: center;
    font-size: 40px;
    line-height: 58px;
    color: #fff;
}

.black_nolmal {
    font-size: 20px;
    font-weight: normal;
    color: #fff;
}

.banner_Client .img_bg:hover img {
    transform: scale(1.02);
}

.banner_Client .text:hover {
    background-color: #29348d;
}

@media (min-width: 992px) and (max-width: 1199px) {

    .banner_main .text-bg h1 {
        font-size: 61px;
        line-height: 88px;
    }

}

@media (min-width: 768px) and (max-width: 991px) {

    .img_bg h3 {
        font-size: 20px;
        line-height: 30px;
    }

    .black_nolmal {
        font-size: 15px;
    }

}

@media (min-width: 576px) and (max-width: 767px) {

    .img_bg h3 {
        padding: 30px 10px;
        font-size: 23px;
        line-height: 29px;
    }

    .black_nolmal {
        font-size: 14px;
    }

}

@media (max-width: 575px) {

    .img_bg h3 {
        padding: 30px 10px;
        font-size: 23px;
        line-height: 29px;
    }

    .black_nolmal {
        font-size: 14px;
    }
}


/* ############################# first section style ends here ################## */

/* ############################# second section style begin here ################## */
.our-work2 {
    position: relative;
    width: 100%;
    background-color: #f4f4f4;
    padding: 45px 0 45px 0;
}

.our-work2 .titlepage h2 {
    padding: 0px 0px 6px 0px;
    font-size: 40px;
    font-weight: bold;
    color: #050303;
    line-height: 46px;
    text-align: center;
    border-bottom: #2ab3c3 solid 1px;
    width: 240px;
    margin: 0 auto;
    margin-bottom: 0px;
    margin-bottom: 50px;
}

.our-work2 .our-work2-item {
    position: relative;
    margin-bottom: 30px;
}

.our-work2 .our-work2-img {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.our-work2 .our-work2-img img {
    width: 100%;
    transition: .5s;
}

.our-work2 .our-work2-item:hover img {
    transform: scale(1.1);
}

.our-work2 .our-work2-item:hover .our-work2-text h2 {
    color: #2ab3c3;
}

.our-work2 .our-work2-text {
    position: relative;
    padding: 15px;
    text-align: center;
    background-color: #fff;
}

.our-work2 .our-work2-text h2 {
    font-size: 20px;
    font-weight: 700;
}

.our-work2 .our-work2-text p {
    margin-bottom: 10px;
    font-size: 13px;
}

/** media quary  **/
@media (max-width: 575px) {
    .our-work2 .titlepage h2 {
        font-size: 30px;
        width: 200px;
        font-weight: 700;
        padding: 0px 0px 0px 0px;
    }
}


/* ############################# second section style ends here ################## */

/* #################### All Our-work page style section ends here ################## */
.page-section {
    padding-top: 40px;
    padding-bottom: 60px;
}

.page-section .text-center {
    padding: 0px 0px 6px 0px;
    font-family: sans-serif;
    font-size: 30px;
    font-weight: bolder;
    color: #050303;
    line-height: 35px;
    border-bottom: #2ab3c3 solid 2px;
    width: 200px;
    margin: 0 auto;
    margin-bottom: 0px;
    margin-bottom: 20px;
}

.main-form {
    display: block;
    max-width: 500px;
    margin: 0 auto;
}

.banner-home {
    padding: 0;
    background-color: #f5f5f5;
    color: #000;
}

.banner-home .img-banner {
    display: block;
    max-width: 200px;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}

.banner-home .img-banner img {
    width: 100%;
}


.contact-form {
    display: block;
    max-width: 900px;
    margin: 15px auto;
}

.maps-container {
    position: relative;
    display: block;
    width: 100%;
    height: 350px;
    background-color: #E1EBE8;
}

.contact-form .form-btn {
    background-color: #2ab3c3;
    border-color: #2ab3c3;
}

.contact-form .form-btn:hover {
    background-color: #29348d;

}

.contact-form .lab1 {
    font-size: 17px;
    color: #000;
}

#google-maps {
    width: 100%;
    height: 350px;
}

.custom-img-1 {
    width: auto;
    max-width: 390px;
}

.custom-index {
    z-index: 11;
}


/* ############## All alimunium page style section start here ################## */

/* ############## first section style begin ################## */
.news {
    position: relative;
    width: 100%;
    padding: 45px 0 60px 0;
}

@media (min-width: 768px) {
    .news .container-fluid {
        padding: 0;
    }

    .news .row {
        margin: 0;
    }

    .news .col-md-6:first-child {
        padding: 0;
    }

    .news .col-md-6:last-child {
        padding: 0 60px;
    }
}

.news h2.section-title {
    position: relative;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.news h2.section-title::after {
    position: absolute;
    content: "";
    width: 60px;
    height: 3px;
    bottom: 0;
    left: 0;
    background: linear-gradient(to left, #2ab3c3, #00539C, #4F84C4);
    border-radius: 0 100% 100% 0;
}

.news p {
    font-size: 16px;
    margin-bottom: 30px;
}

.news a.btn {
    padding: 10px 35px;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    color: #ffffff;
    border: none;
    border-radius: 50px;
    background: linear-gradient(#4F84C4, #00539C);
    transition: .5s;
}

.news a.btn:hover {
    background: linear-gradient(#00539C, #4F84C4);
}

.news img {
    max-width: 100%;
    border-radius: 0 30px 30px 0;
}

@media (max-width: 767.98px) {
    .news img {
        margin-bottom: 30px;
        border-radius: 30px 30px 0 0;
    }
}

/* ############## first section style begin ################## */


/** ############## trending section style begin ############## **/
.black_bold {
    color: #0a0101;
}

.fa.fa-angle-right {
    padding-left: 10px;
}

.title {
    text-align: center;
    padding-bottom: 60px;
}

.title h2 {
    font-size: 50px;
    line-height: 45px;
    color: #2ab3c3;
    font-weight: normal;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.black {
    font-weight: 500;
    color: #000404;
}

.trending {
    background: #f4f4f4;
    padding-top: 100px;
    padding-bottom: 50px;
}

.trending .trending-box {
    text-align: center;
}

.margitop {
    margin-top: 70px;
}

.trending .trending-box figure {
    margin: 0px;
    margin-bottom: 10px;
}

.trending .trending-box figure img {
    max-width: 100%;
    height: auto;
    border-radius: 20px;
}
}

.trending .trending-box h3 {
    font-weight: 500;
    font-size: 30px;
    line-height: 28px;
    color: #050000;
    padding: 20px 20px;
}

@media (max-width: 575px) {

    .title h2 {
        font-size: 35px;
    }

    .title {
        text-align: center;
        padding-bottom: 0px;
    }
}

/** ############## trending section style end ############## **/

/** ##############  product section style begin ##############  **/

.ourproduct {
    padding-bottom: 50px;
}

.product_style_3 .product_img {
    float: left;
    width: 100%;
    min-height: 370px;
    padding-top: 25px;
    position: relative;
    background: #f3f3f3;
    display: flex;
    align-items: center;
}

.product_style_3 {
    padding-top: 25px;

}

.product {
    padding-top: 90px;
    margin-bottom: -150px;
}

.center {
    width: 100%;
    display: flex;
    justify-content: center;
}

.product_style_3 .overlay_hover {
    top: 0;
    border-radius: 0;
}

.overlay_hover {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(255, 255, 255, .8);
    border-radius: 10px;
    transition: ease all 0.5s;
    opacity: 0;
    visibility: hidden;
    top: 0;
}

.product:hover .overlay_hover,
.product:focus .overlay_hover {
    opacity: 1;
    visibility: visible;
}

.add-bt {
    min-width: 130px;
    text-align: center;
    background: #fff;
    height: 45px;
    line-height: 46px;
    color: #0fbbad;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 13px;
    box-shadow: 0 0 10px -8px #000;
    border-radius: 5px;
    padding: 0 20px;
}

.add-bt:hover {
    color: #000;
}

.light_red .add-bt {
    background: #ff9999;
    color: #fff;
}

.product_style_3 .product_detail {
    background: #fff;
    border: solid #e1e1e1 1px;
    width: 80%;
    margin: -40px 10% 0;
    position: relative;
}

.product_detail {
    float: left;
    width: 100%;
    padding: 20px 5px;
}

.product_style_3 .product_img .center img {
    height: 250px;
}

.text_align_center {
    text-align: center;
}

.light_red .product_price {
    color: #ff9999;
}

.product_price {
    font-size: 18px;
    font-weight: 600;
    color: #0fbbad;
    margin: 0;

}

.old_price {
    text-decoration: line-through;
    font-weight: 400;
    font-size: 14px;
    color: #707070;
}

.product_style_3 .product_descr {
    margin: 5px 0 0;
    padding: 0 10px;
    line-height: 18px;
    color: #000;
    font-weight: 400;

}

.tab_bar_section ul.nav.nav-tabs li a:hover {
    color: #0fbbad;
}


/** ##############  product section style end ##############  **/

/* ############## All alimunium page style section end here ################## */

/* ############## All solution page style section begin here ################## */

/* ############## menu style section begin here ################## */
.menu_side {
    background-color: #f4f4f4;
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
}
.menu_side li:last-child a {
    border-bottom: 2px solid #fff;
}
.menu_side li:first-child a {
    border-top: none;
}
.menu_side li {
    display: block;
}
.menu_side li a {
    height: 70px;
    line-height: 70px;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    color: #333;
    width: 100%;
    transition: all 0.5s;
    border-top: 2px solid #fff;
}

.menu_side li.active a {
    background: #2ab3c3;
    color: #fff;
}

.menu_side li:hover a {
    background: #29348d;
    color: #fff;
    text-decoration: none;
}
/* ############## menu style section end here ################## */

.section-heading {
    text-align: center;
    padding: 85px 45px;
}

.section-heading h2 {
    font-size: 32px;
    font-weight: 700;
    color: #333;
}

.section-heading .line-dec {
    width: 200px;
    height: 3px;
    background-color: #2ab3c3;
    margin: 10px auto;
    margin-bottom: 25px;
}

.section-heading span {
    margin-top: 5px;
    font-size: 16px;
    color: #333;

}

.section-heading .mrg {
    margin-left: 15px;
    margin-right: 15px;
}

.right-image-post {
    margin-top: 60px;
    padding-top: 60px;
    border-top: 2px solid rgba(0, 0, 0, 0.1);
}

.left-image-post {
    margin-top: 60px;
}

.left-image img,
.right-image img {
    border-radius: 5px;
    transition: .5s;
}
.left-image:hover img,
.right-image:hover img {
        transform: scale(0.95);

}

.right-image-post,
.left-image-post{
    margin-left: 30px;
    margin-right: 15px;
}
.right-image-post h4,
.left-image-post h4 {
    margin-top: 30px;
}

.right-image-post p,
.left-image-post p {
    margin-top: 20px;
}

.right-image-post .white-button,
.left-image-post .white-button {
    margin-top: 30px;
}

/* Buttons */

.white-button a {
    display: inline-block;
    padding: 12px 20px;
    background-color: #2ab3c3;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    transition: all 0.5s;
    float: left;
    text-decoration: none;
}

.white-button a:hover {
    background-color: #29348d;
    color: #fff;
    text-decoration: none;
}


a,
a:hover {
    text-decoration: none;
}

.right-image-post p,
.left-image-post p {
    font-size: 16px;
    line-height: 24px;
    color: #333;
    text-align: left;
}

.right-image-post h4,
.left-image-post h4 {
    font-size: 26px;
    font-weight: 700;
    color: #333;
    letter-spacing: 0.25px;
    text-align: left;
}

.right-image-post img,
.left-image-post img {
    width: 100%;
    overflow: hidden;
}

@media (max-width: 767px)and(max-width: 1000px) {

    .right-image-post h4,
    .left-image-post h4 {
        margin-top: 0;
        font-size: 20px;
    }

    .right-image-post p,
    .left-image-post p {
        font-size: 14px;
        line-height: 20px;
        color: #333;
        text-align: left;
    }

    .white-button a {
        display: inline-block;
        padding: 9px 15px;
        font-size: 10px;
        font-weight: 600;
    }
}

@media (max-width: 767px) {

    .right-image img {
        margin-top: 40px;
    }

}

/* ############## All solutionpage style section end here ################## */

/* ############## All gallary style section begin here ################## */

/*******************************/
/********* General CSS *********/
/*******************************/

a {
    color: #4F84C4;
    transition: .3s;
}

a:hover,
a:active,
a:focus {
    color: #00539C;
    outline: none;
    text-decoration: none;
}

.btn:focus {
    box-shadow: none;
}


.container {
    max-width: 1050px;
}

/*******************************/
/******* Section Header ********/
/*******************************/
.section-headera {
    position: relative;
    width: 100%;
    max-width: 550px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 60px;
    padding-bottom: 15px;
}

.section-headera::after {
    position: absolute;
    content: "";
    width: 60px;
    height: 3px;
    left: calc(50% - 30px);
    bottom: 0;
    background: linear-gradient(to left, #4F84C4, #00539C, #4F84C4);
    border-radius: 100%;
}

.section-headera h2 {
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    padding-bottom: 15px;
}

.section-headera p {
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}




/*******************************/
/******** Portfolio CSS ********/
/*******************************/
.portfolio {
    position: relative;
    padding: 45px 0;
    background: #ffffff;
}

.portfolio #portfolio-flters {
    padding: 0;
    margin: -15px 0 25px 0;
    list-style: none;
    font-size: 0;
    text-align: center;
}

.portfolio #portfolio-flters li,
.portfolio .load-more .btn {
    cursor: pointer;
    display: inline-block;
    margin: 5px;
    padding: 10px 25px;
    color: #ffffff;
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 30px;
    background: linear-gradient(#4F84C4, #00539C);
    border: 1px solid #4F84C4;
    transition: .5s;
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
    background: #ffffff;
    color: #213546;
}

.portfolio .load-more {
    text-align: center;
}

.portfolio .load-more .btn {
    margin: 25px 0;
    padding: 15px 40px;
    transition: .5s;
}

.portfolio .load-more .btn:hover {
    background: linear-gradient(#00539C, #4F84C4);
}

.portfolio .portfolio-item {
    position: relative;
    height: 280px;
    margin-bottom: 30px;
    border-radius: 8px;
    overflow: hidden;
}

.portfolio .portfolio-item figure {
    background: #ffffff;
    overflow: hidden;
    height: 280px;
    position: relative;
    border-radius: 30px 30px 0 0;
    margin: 0; 
}

.portfolio .portfolio-item figure img {
    width: 100%; 
    height: 100%; 
    object-fit: cover;
    border-radius: 8px;
}

.portfolio .portfolio-item figure:hover img {
    opacity: 0.3;
    transition: 0.3s;
}

.portfolio .portfolio-item figure .link-preview,
.portfolio .portfolio-item figure .link-details {
    position: absolute;
    display: inline-block;
    opacity: 0;
    line-height: 1;
    text-align: center;
    width: 45px;
    height: 35px;
    border-radius: 6px;
    background: linear-gradient(#4F84C4, #00539C);
    transition: 0.5s;
}

.portfolio .portfolio-item figure .link-preview i,
.portfolio .portfolio-item figure .link-details i {
    color: #ffffff;
    padding-top: 9px;
    font-size: 16px;
}

.portfolio .portfolio-item figure .link-preview:hover,
.portfolio .portfolio-item figure .link-details:hover {
    background: linear-gradient(#00539C, #4F84C4);
}

.portfolio .portfolio-item figure .link-preview:hover i,
.portfolio .portfolio-item figure .link-details:hover i {
    color: #ffffff;
}

.portfolio .portfolio-item figure .link-preview {
    top: 50%;
    left: calc(50% - 61px);
}

.portfolio .portfolio-item figure .link-details {
    top: 50%;
    right: calc(50% - 61px);
}

.portfolio .portfolio-item figure:hover .link-preview {
    opacity: 1;
    top: calc(50% - 50px);
}

.portfolio .portfolio-item figure:hover .link-details {
    opacity: 1;
    top: calc(50% - 50px);
}

.portfolio .portfolio-item figure .portfolio-title {
    position: absolute;
    margin: 0;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 20px;
    text-align: center;
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    background: rgba(79, 132, 196, .8);
    border-radius: 0;
}

.portfolio .portfolio-item figure .portfolio-title:hover {
    text-decoration: none;
}
/* ############## All gallary style section end here ################## */



