
/* Header */
.top-header {
    background: #002e5a none repeat scroll 0 0;
    padding: 7px 0;
}
.top-address {
    /* padding-top: 8px; */
    padding: 10px 0;
}
.top-address p {
    margin-bottom: 0;
    color: #fff;
}
.top-address p a, .top-right-menu ul.social-icons li a, .top-address p span {
    font-size: 14px;
    color: #fff;
}
.top-address p span i, .top-address p span i, .top-address p a i {
    font-size: 13px;
    color: #FFA700;
    margin-right: 15px;
}
.top-address p span, .top-address p a {
    margin-right: 20px;
}
.logo{
    padding: 10px 0;
}
.logo img{
    margin: 0 auto;
}
#mega-menu-wrap-primary #mega-menu-primary{
    display: flex;
    /* flex-direction: row;  */
    justify-content: space-between;
    background: #0D2352 !important;
}
.menu-nav-container{
    background: #0D2352 !important;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link{
    font-weight: 700;
    text-transform: uppercase;
    font-size: 16px;
    padding: 20px 0;
    height: auto;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:focus{
    background-color: transparent;
    color: #FFA700;
    font-weight: 700;
}
/* Box 1 */
.home-slide-post-capt{
    background: rgba(0, 0, 0, 0.0);
    height: 100%;
    opacity: 1;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #000;
    color: #fff;
    width: 100%;
    z-index: 8;
    padding: 5px 10px;
    opacity: .8;
    overflow: hidden;
    display: none;
    -moz-opacity: .8;
    filter: alpha(opacity = 8);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.home-slide-post-capt .big-title{
    text-transform: uppercase;
    margin-bottom: 20px;
}
.slide-post-capt_inner {
    margin: auto;
    position: absolute;
    top: 54%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 9999;
}

.slide-post-button-button-area a {
    border: 1px solid #ccc;
    color: #fff;
    display: inline-block;
    font-size: 15px;
    margin-right: 10px;
    margin-top: 12px;
    padding: 10px 35px;
    position: relative;
    text-transform: uppercase;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    z-index: 999;
    letter-spacing: 1px;
    border-radius: 30px;
}
/* Box 2 */
.call_do_action_area {
    background: #FFA700;
    padding: 20px 0 20px;
}
.call_do_content h1 {
    color: #fff;
    font-size: 21px;
    margin-bottom: 0;
}
.call_do_btn a {
    color: #ffa700;
    background: #fff;
    font-size: 15px;
    font-weight: 500;
    text-transform: capitalize;
    border: 2px solid #ffffff;
    border-radius: 30px 30px 30px 30px;
    padding: 8px 35px 8px 35px;
}
/* Box 3 */
.single-point{
    position: relative;
    overflow: hidden;
    transition: .5s;
    /* margin-bottom: 30px; */
    height: 100%;
    /* box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px; */
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 4px;
    padding: 10px 20px;
    border-radius: 12px;
}
.single_point_thumb {
    overflow: hidden;
    transition: .5s;
    height: 95px;
    padding-top: 25px;
}
.single_point_thumb img {
    transition: .5s;
    overflow: hidden;
}
.single_point_icon {
    width: 80px;
    height: 48px;
    background: #FFA700;
    position: relative;
    line-height: 48px;
    color: #fff;
    transition: .5s;
    font-size: 30px;
    text-align: center;
    /* display: inline-block;
    margin-left: 60%;
    margin-top: -20px; */
    margin: 0 auto;
}
.single_point_icon::before {
    content: "";
    position: absolute;
    top: -20px;
    left: 0;
    width: 0;
    height: 0;
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
    border-bottom: 20px solid #FFA700;
    transition: .3s;
}
.single_point_icon::after {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 0;
    height: 0;
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
    border-top: 20px solid #FFA700;
    transition: .3s;
}
.single_point_title h2 {
    font-size: 20px;
    padding: 15px 0 8px;
    transition: .3s;
}
.single_point_text p{
    margin-bottom: 0;
}
.bg-text{
    font-size: 80px;
    position: absolute;
    right: 60px;
    top: 10px;
    color: #e6edf3;
    /* font-family: UTMAvo_Bold; */
    z-index: 1;
    font-weight: 700;
}
.title-text{
    border-left: solid 5px #FFA700;
    padding-left: 10px;
}
.single_point_icon i{
    color: #fff;
}
/* Box 4 */
.section-title h2 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 11px;
    position: relative;
}
.section-title h2::before {
    position: absolute;
    content: "";
    height: 1px;
    width: 50px;
    background: #FFA700;
    top: 132px;
    margin: auto;
    text-align: center;
    left: 38%;
}
.section-title h2::after {
    position: absolute;
    content: "";
    height: 1px;
    width: 50px;
    background: #FFA700;
    top: 137px;
    margin: auto;
    text-align: center;
    left: 38%;
}
.section-title p::before {
    position: absolute;
    content: "";
    height: 1px;
    width: 50px;
    background: #FFA700;
    top: 132px;
    margin: auto;
    text-align: center;
    right: 39%;
}
.section-title p::after {
    position: absolute;
    content: "";
    height: 1px;
    width: 50px;
    background: #FFA700;
    top: 137px;
    margin: auto;
    text-align: center;
    right: 39%;
}
.section-title i {
    color: #FFA700;
    font-size: 24px;
    transform: rotateY(180deg);
}
.single_feature_area {
    text-align: right;
    transition: .5s;
    margin-top: 22px;
    margin-bottom: 63px;
}
.em_feature_icon {
    width: 80px;
    height: 48px;
    background: #FFA700;
    position: relative;
    color: #fff;
    transition: .5s;
    text-align: center;
    display: inline-block;
}
.em_feature_icon img{
    height: 94%;
}
.single_feature_title {
    padding-top: 35px;
}
.single_feature_text {
    padding-top: 19px;
}
.em_feature_icon::before {
    content: "";
    position: absolute;
    top: -20px;
    left: 0;
    width: 0;
    height: 0;
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
    border-bottom: 20px solid #FFA700;
    transition: .3s;
}
.em_feature_icon::after {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 0;
    height: 0;
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
    border-top: 20px solid #FFA700;
    transition: .3s;
}
.single_feature_text p{
    margin-bottom: 10px;
}
.feature_area {
    padding: 80px 0 35px;
    z-index: 222;
    background: #f9f9f9;
}
/* Box 4 */
.single_product {
    border: 1px solid #ddd;
    padding: 15px 15px 21px;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    overflow: hidden;
    margin-bottom: 30px;
    height: 100%;
}
.single_product_title p{
    margin-bottom:5px;
}
.single_product_title h2 {
    padding: 10px 0 13px;
    font-weight: 700;
    font-size: 18px;
    height: 70px;
    overflow: hidden;
}
.single_product_btn{
    margin-top: 14px;
}
.single_product_btn a {
    color: #FFA700;
    font-weight: 600;
    letter-spacing: 1px;
    position: relative;
    font-size: 15px;
}
.single_product_btn i {
    margin-left: 5px;
    font-size: 18px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
/* Box 5 */
.video_area {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 85px 0 119px;
    position: relative;
}
.video_content h2 {
    font-size: 35px;
    text-align: center;
    padding-top: 122px;
    color: #fff;
    font-weight: 600;
}
.video-icon {
    left: 50%;
    position: absolute;
    top: 45%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    padding-top: 8px;
}
.video_content {
    padding-top: 50px;
}
.video-icon a i {
    color: #fff;
    width: 76px;
    height: 76px;
    line-height: 78px;
    font-size: 37px;
    border-radius: 50%;
    background: #FFA700;
}
.video-icon a {
    text-align: center;
    display: inline-block;
}
/* Box 5  */
.single_portfolio {
    margin-bottom: 30px;
    overflow: hidden;
    position: relative;
    transition: .5s;
}
.single_portfolio_thumb {
    position: relative;
    overflow: hidden;
    transition: .5s;
}   
.single_portfolio_thumb img{
    width: 100%;
}
.port_content_inner {
    background: rgba(0, 46, 90, 0.90);
    text-align: center;
    padding: 18px 0 22px;
    transition: .5s;
}
.port_content_inner h2 a{
    color: #fff;
}.port_content_inner h2{
    height: 70px;
    /* overflow: hidden; */
    padding: 0 10px;
}

.port_icon i {
    color: #fff;
    font-size: 16px;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    background: #FFA700;
}
/* popup */
.popup {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    z-index: 9999;
    overflow: scroll;
}

.popup .popup__content {
    width: 80%;
    overflow: auto;
    padding: 50px;
    background: white;
    color: black;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-sizing: border-box;
}
.popup .popup__content .close {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 20px;
    display: block;
}
.popup .popup__content .close span {
    cursor: pointer;
    position: fixed;
    width: 20px;
    height: 3px;
    background: #099ccc;
}
.popup .popup__content .close span:nth-child(1) {
    transform: rotate(45deg);
}
.popup .popup__content .close span:nth-child(2) {
    transform: rotate(135deg);
}
/* Box 6 */
.single_team_thumb img{
    width: 100%;
    height: 350px;
    object-fit: cover;
}
.team-memmber{
    background: #f9f9f9;
    padding: 82px 0 71px;
}
.single_team {
    position: relative;
    transition: .5s;
    margin-bottom: 30px;
}
.single_team_icon {
    background: #FFA700;
    padding: 10px 0 10px;
    text-align: center;
}
.single_team_icon a {
    display: inline-block;
    margin: 0 3px;
    text-align: center;
    color: #FFA700;
    font-size: 14px;
    width: 28px;
    height: 28px;
    line-height: 28px;
    background: #fff;
    border-radius: 50%;
    text-align: center;
}
.single_team_content {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 87%;
    overflow: scroll;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    background: rgba(0, 46, 90, 0.90);
    opacity: 0;
}
.single_team_inner {
    position: relative;
    /* top: 50%; */
    /* -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); */
    text-align: left;
    padding: 15px 15px;
    overflow: hidden;
}
.single_team_text {
    padding-top: 11px;
    font-size: 13px;
}
.single_team:hover .single_team_content {
    opacity: 1;
    top: 48px;
}
.single_team_title h2 {
    color: #fff;
    font-size:20px ;
}
.single_team_text p {
    color: #fff;
}
.team-memmber  .slick-slide{
    padding: 3px;
}
/* Box 7 */
.slide-box {
    padding: 30px;
    margin-bottom: 20px;
}
/* box 8 */
.contact{
    padding: 81px 0 100px;
    background: #f9f9f9;
}
.single_company_info {
    margin-bottom: 15px;
}
.single_company_info i {
    color: #fff;
    font-size: 18px;
    border: 1px solid transparent;
    float: left;
    border-radius: 5px;
    margin-right: 15px;
    line-height: 58px;
    height: 40px;
    width: 40px;
    text-align: center;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #FFA700;
}   
.company_info_content {
    overflow: hidden;
}
.company_info_content h5 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 0;
}
.single_company_info p {
    padding-top: 3px;margin-bottom: 0;
    font-size: 14px;
}
.contact input[type=email],.contact input[type=number],.contact input[type=search],.contact input[type=tel],.contact input[type=text],.contact input[type=url],.contact textarea{
    border-radius: 5px !important;
    background: transparent;
    border: 1px solid #ddd !important;
    height: 45px !important;
    color: #333 !important;
    border-radius: 5px !important;
    box-shadow: none !important;
}
.contact input[type=submit]{
    background: #FFA700 !important;
    border: 2px solid #FFA700 !important;
    border-radius: 30px !important;
    color: #fff !important;
    display: inline-block !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    letter-spacing: 2px !important;
    padding: 5px 30px !important;
    text-transform: uppercase !important;
    -webkit-transition: all 0.5s ease 0s ;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s ;
    width: inherit !important;
    margin-top: 10px !important;
}
.single_feature_area.style-2{
    text-align: left;
}
.procedure{
    /* background-color: #ffa700; */
    padding: 81px 0 100px;
    background: #f9f9f9;
}
.procedure-box h2{
    font-family: Oswald, sans-serif !important;
    font-weight: 700;
    margin: 0 auto;
    font-size: 2rem;
    line-height: 1.1;
}
.procedure-section{
    padding: 45px;
    margin-top: 20px;
}
.procedure-box{
    padding: 0 45px;
}
.procedure a{
    border: 1px solid #ccc;
    color: #fff;
    display: inline-block;
    font-size: 15px;
    margin-right: 10px;
    margin-top: 12px;
    padding: 10px 35px;
    position: relative;
    text-transform: uppercase;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    z-index: 999;
    letter-spacing: 1px;
    border-radius: 30px;
}
.procedure-box h2{
    margin-bottom: 10px;
}
.procedure a.active-btn:hover{
    border: solid 2px #FFA700;
    color:#FFA700;
    font-weight: 600;
}
@media screen and (min-width: 1500px){
    .bg-text{
        right: calc(-120px - 50px);
    }
}
@media screen and (min-width: 1024px){
    .bg-text{
        font-size: 80px;
        position: absolute;
        color: #e6edf3;
        /* font-family: UTMAvo_Bold; */
        z-index: 1;
        font-weight: 700;
        right: -120px;
        top: 30%;
        transform: rotate(90deg);
    }
    .single_portfolio_thumb img {
        width: 100%;
        -webkit-transition: .5s;
        -o-transition: .5s;
        transition: .5s;
        height: 350px;
        object-fit: cover;
    }
    .port_icon {
        left: 0;
        position: absolute;
        top: 40%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        opacity: 0;
        -webkit-transition: .5s;
        -o-transition: .5s;
        transition: .5s;
        z-index: 10;
        width: 100%;
        text-align: center;
    }
    .port_content {
        position: relative;
        margin-top: -112px;
        opacity: 0;
        transition: .5s;
    }
   
    .single_portfolio:hover .port_content {
        opacity: 1;
    }
    .single_portfolio:hover .port_icon {
        opacity: 1;
    }
    
    .single_portfolio:hover .port_icon {
        top: 64%;
    }
    
    .port_icon a {
        display: inline-block;
        margin: 0px 8px;
        -webkit-transition: .5s;
        -o-transition: .5s;
        transition: .5s;
    }
}
@media screen and (max-width: 1023px){
    .bg-text{
        display: none;
    }
    .port_icon {
        right: 10px;
        position: absolute;
        top: 50%;
        opacity: 1;
        z-index: 10;
        text-align: center;
        display: flex;
        flex-direction: column;
        gap: 10px;
    }
    .home-item-post-slide{
        min-height: 400px;
    }
    .home-item-post-slide img{
        height: 100%;
        width: 100%;
        object-fit: cover;
        aspect-ratio: 1 / 1;
        background-position: center;
    }
    .single_feature_area{
        text-align: center;
    }
    .single_feature_area.style-2{
        text-align: center;
    }
    .call_do_content{
        text-align: center;
    }
    .call_do_btn{
        text-align: center !important;
    }
    .video_content h2{
        font-size: 24px;
    }
    #mega-menu-wrap-primary .mega-menu-toggle{
        background-color: #0D2352;
    }
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link{
        padding: 5px 0;
    }
}
@media screen and (max-width:550px){
    .procedure{
        padding: 45px 0 50px;
    }
    .procedure-box {
        padding: 0px 0px;
    }
    .procedure-section{
        padding: 20px;
    }
    .section-title p::before{
        top: 180px;
        right: 29%;
    }
    .section-title p::after {
        top: 185px;
        right: 29%;

    }
    .section-title h2::before{
        top: 180px;
        left: 25%;
    }
    .section-title h2::after{
        top: 185px;
        left: 25%;
    }
    .team-memmber .section-title h2::before,.team-memmber .section-title p::before, .portfolio_area .section-title h2::before,.product_area .section-title h2::before,.portfolio_area .section-title p::before{
        top: 155px;
    }
    .team-memmber .section-title h2::after,.team-memmber .section-title p::after, .portfolio_area .section-title h2::after,.product_area .section-title h2::after,.portfolio_area .section-title p::after{
        top: 160px;
    }
    .partners .section-title h2::before{
        top: 180px;
    }
    .port_content_inner h2{
        height: 100%;
    }
}
