h1, h2, h3, h4, h5, h6, p, ul {
    margin-bottom: 0px;
}

ul {
    list-style: none;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Varela Round', sans-serif;
    color: #3e3e3e;
    background-color: #f2eadf4d;
}

a:hover {
    text-decoration: none;
}

::-webkit-scrollbar {
    width: 7px;
    height: 15px;
}

::-webkit-scrollbar-track-piece {
    background-color: #fff;
}

::-webkit-scrollbar-thumb:vertical {
    height: 50px;
    background-color: #061441;
    border-radius: 15px;
}

.move-top {
    position: fixed;
    right: 24px;
    height: auto;
    border-radius: 0px 15px 15px 0px;
    bottom: 54px;
    z-index: 5;
    display: none;
}

    .move-top i {
        font-size: 35px;
        color: #061441;
        cursor: pointer;
    }

img {
    width: 100%;
}

ul {
    margin-left: -37px;
}


.xx {
    transition: 0.4s ease-in-out;
}

.first-nav {
    padding: 3px 0px;
    background-color: #061441;
}

    .first-nav h6 {
        color: #fff;
    }

.main-nav .navbar {
    padding: 0px;
}

.main-nav {
    padding: 5px 0px;
    transition: ease-in-out 0.4s; /* border-bottom: 2px solid #346c42; */
    background-color: #fff;
    box-shadow: 0px 0px 12px 5px #061441;
}

.over-auto {
    overflow: auto;
}

.social li {
    display: inline-block;
    margin-right: 5px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #fff;
    text-align: center;
    padding-top: 3px;
    padding-right: 1px;
}

    .social li a {
        color: #fff;
    }

.social i {
    color: #fff !important;
}

.social li:hover i {
    transform: rotatey(360deg);
    transition: 0.4s;
}

.dropdown-menu.show .main-nav {
    overflow: auto;
}

.logo {
    width: 150px;
    transition: 0.3s ease-in-out;
}

.logo-scroll {
    width: 115px;
    transition: 0.3s ease-in-out;
}

.main-nav .navbar-light .navbar-nav .nav-link {
    text-transform: uppercase;
    color: #333;
    font-weight: 600;
}

.main-nav .navbar-light .navbar-nav .active > .nav-link {
    color: #fea201;
    border-bottom: 2px solid #fea201;
}

.main-nav .navbar-light .navbar-nav .nav-link:hover, .main-nav .navbar-light .navbar-nav .nav-link:focus {
    color: #fea201;
}

.hvr-underline-from-center:before {
    background-color: #fea201;
    height: 2px;
}

.hvr-radial-out:before { /* background-color: #061441; */
    background-image: linear-gradient(45deg, #ff6d00, #fef100);
}

.hvr-radial-out {
    background-color: unset;
}

.main-nav .dropdown-toggle {
    padding-bottom: 10px;
}

.main-nav .navbar-nav {
    margin-left: auto;
    margin-right: unset !important;
}

.language {
    color: #fff;
    text-align: right;
}

    .language img {
        width: 25px;
        border-radius: 25px;
    }

    .language span {
        padding: 0px 10px;
        color: #ffff;
    }

    .language a {
        color: #fff;
    }

.navbar-light .navbar-brand {
    padding: 0px;
    position: relative;
}

.main-nav .navbar-toggler {
    border: none;
    cursor: pointer;
}

    .main-nav .navbar-toggler i {
        color: #061441;
        font-size: 25px;
    }

.navbar-brand {
    text-align: center;
    font-weight: 600;
}

    .navbar-brand h6 {
        font-weight: 600;
        text-transform: uppercase;
        color: #061441;
    }

.navbar-toggler {
    cursor: pointer;
}

    .navbar-toggler i {
        color: #fff;
        font-size: 25px;
    }

.navbar-light .navbar-nav .nav-link {
    text-transform: uppercase;
    color: #fff;
}

.social .youtube {
    background-color: #E52D27;
}

.social .twitter {
    background-color: #4099FF;
}

.social .facebook {
    background-color: #3b5998;
}

.social .instagram {
    background-image: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
}

.social .mail {
    background-color: #ea4235;
}

@media(max-width:767px) {
    .first-nav {
        padding: 5px 0px;
    }

    .language {
        text-align: center;
        margin-top: 5px;
    }

    .first-nav {
        text-align: center;
    }

        .first-nav::before {
            display: none;
        }

    .main-nav .navbar-nav {
        margin-top: 15px;
    }

    .main-nav .navbar-light .navbar-nav .nav-link {
        margin-bottom: 4px;
        padding-left: 7px;
    }
}

@media(min-width:767px) {
    .language {
        margin-top: 3px;
    }

    .main-nav .navbar-light .navbar-nav .nav-link {
        margin-right: 3px;
    }

    .dropdown:hover .dropdown-menu {
        display: block;
        margin-top: 2;
    }
}

@media(max-width:400px) {
    .social {
        font-size: 15px;
    }

    .language h6 {
        font-size: 14px;
    }
}

.dropdown-menu { /* background-color: #346c42; */ /* border-bottom: 2px solid #62b355; */
    border-radius: 0px;
    margin-top: 2;
}

.dropdown-item {
    color: #06133e;
    transition: 0.4s ease-in-out;
}

    .dropdown-item:focus, .dropdown-item:hover {
        background-color: unset;
        color: #fea201;
        margin-left: 5px;
        transition: 0.4s ease-in-out;
    }



/*************************************************slider1*******************************************************/
.slider-section {
    position: relative;
}

.slider-1 {
    position: relative;
}

    .slider-1 .carousel-item {
        height: calc(100vh - 115px);
    }

    .slider-1 .carousel-item {
        background-size: cover;
        background-position: center;
        position: relative;
    }

.overlay1 {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #251b0252;
    background-size: cover;
    background-position: center;
}

.carousel-caption h1 {
    font-size: 60px;
    text-shadow: -1px -1px 1px #000000d1;
    text-transform: uppercase;
}

.carousel-caption p {
    font-size: 20px;
    color: #fff;
    font-weight: 100;
    text-shadow: -1px 0px 4px #000000d1;
}

.carousel-caption {
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    bottom: unset !important;
    position: absolute;
    z-index: 55;
    text-align: center;
}

@media(max-width:767px) {
    .slider-1 .carousel-caption {
        width: 90%;
    }

        .slider-1 .carousel-caption h1, .home-panner h1 {
            font-size: 40px;
        }

    .slider-1 .carousel-item {
        height: 400px;
    }
}

@media(max-width:767px) {
    .slider-1 .carousel-item {
        height: 400px
    }

    .slider-1 .carousel-caption {
        width: 85%;
    }
}

@media (max-width: 600px) {
    .slider-1 .carousel-item {
        height: 300px;
    }

    .slider-1 .carousel-caption p {
        font-size: 16px;
    }
}

.know-us {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translate(-50%,0);
    color: #fff;
    text-align: center;
    z-index: 6;
    font-size: 22px;
    cursor: pointer;
}

    .know-us h6 {
        font-size: 18px;
    }

        .know-us h6 i {
            margin-top: 20px;
            animation: action 0.6s linear infinite;
        }

@-webkit-keyframes action {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-10px);
    }
}

@keyframes action {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-10px);
    }
}
/*************************************************slider1*******************************************************/

.video-overlay {
    background-image: linear-gradient(0deg, #00000070, transparent);
    z-index: 5;
    width: 100%;
    height: 100%;
    position: absolute;
}

.video {
    height: calc(100vh - 99px);
    overflow: hidden;
    position: relative;
}

.video-data {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -25%);
    width: 70%;
    text-align: center;
    z-index: 666;
    color: #fff;
}

    .video-data h1 {
        margin-bottom: 10px;
        text-shadow: 0px 3px 3px #45451f;
        text-transform: uppercase;
    }

    .video-data p {
        letter-spacing: 1.5px;
        margin-bottom: 50px;
        text-transform: capitalize;
        color: #fff;
    }

.slider-3 {
    height: calc(100vh - 36px);
    position: relative;
    overflow: hidden;
}

.controls-container {
    z-index: 102;
}

.overlay-slider {
    position: absolute;
    left: 0px;
    top: 0px;
    background-color: #00000038;
    width: 100%;
    height: 100%;
    z-index: 55;
}

@media(max-width:767px) {
    .video {
        margin-top: 0px;
        height: calc(100vh - 223px);
    }

    .slider-3 {
        height: calc(100vh - 250px)
    }

    .video-data h1 {
        font-size: 26px !important;
    }

    .video-data {
        width: 90%;
    }
}

video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.know-us {
    position: absolute;
    left: 50%;
    bottom: 10px;
    transform: translate(-50%, 0%);
    width: 45px;
    height: 45px;
    text-align: center;
    z-index: 48;
    cursor: pointer;
}

    .know-us i {
        color: #fff;
        margin-top: 15px;
    }

    .know-us i {
        margin-top: 20px;
        animation: action 0.6s linear infinite;
    }

@-webkit-keyframes action {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-10px);
    }
}

/***********************************************home-panner*****************************************************/

/************************************************vedio-section*******************************************************/
@media only screen and (max-width: 641px) {
    /***** MODAL PROPERTIES *****/
    .video-box .modal-body {
        padding: 0;
        margin: 0;
    }

    .video-box .modal-content {
        padding: 0;
        margin: 0;
    }

    .video-box .modal-dialog {
        position: relative;
        width: auto;
        margin: 15px;
    }

    .video-box .close {
        margin: -12px 0 0 0;
    }
}

@media only screen and (min-width: 768px) {
    /***** MODAL PROPERTIES *****/
    .video-box .close {
        font-size: 30px;
        color: white;
        margin: 30px -43px -20px 100px;
    }
}

@media only screen and (min-width: 992px) {
    /***** MODAL PROPERTIES *****/
    .video-box .modal-dialog {
        width: 884px;
    }
    /*.video-box iframe {height:100%;}*/
}

.modal-backdrop.show {
    z-index: 5;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 75%;
        margin: 1.5rem auto;
        height: 75vh !important;
    }
}

@media(max-width:767px) {
    .modal-content .close {
        right: 20px;
        top: 20px;
        color: #fff;
        font-size: 25px;
    }

    .modal-body iframe {
        width: 100%;
        height: 300px !important;
    }

    .s1 {
        top: 100px !important;
    }
}

.photo-sec iframe {
    width: 100%;
    height: 550px;
    border: none;
}

.video-img {
    background-position: center;
    background-size: cover;
    position: relative;
}

.vedio-section {
    background-size: cover;
    background-position: center;
    border-radius: 15px;
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
}

.video-a i {
    font-size: 50px;
    color: #fea201 !important;
    margin-right: 5px;
}

.videos-page-info {
    text-align: center;
    margin-bottom: 25px;
}

.modal-body {
    background-color: #000;
}

.video-a {
    transform: translate(-50%,-50%);
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 55;
    cursor: pointer;
    color: #0f212d !important;
    font-weight: 600;
    text-shadow: 0px 0px 5px #fff;
}


.modal-body iframe {
    width: 100%;
    height: 500px;
}

.s1 {
    top: 75px;
}

@media(min-width:767px) {
    .edit-col {
        padding: 0.5px;
    }
}
/************************************************vedio-section*******************************************************/

.home-panner {
    height: 100vh;
    background-position: center;
    background-size: cover;
    position: relative;
}

.panner-home-slider {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    z-index: 6666;
}

    .panner-home-slider .btn-primary {
        margin-top: 40px;
    }

@media (min-width:767px) {
    .slider-1 .carousel-item {
        background-attachment: fixed;
    }

    .panner-home-slider .carousel-item {
        height: 100vh;
    }

    .panner-home-slider .carousel-caption {
        width: 80%;
    }

        .panner-home-slider .carousel-caption p {
            width: 70%;
            margin: auto;
        }
}
/***********************************************home-panner*****************************************************/
.counter-section {
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    padding: 30px 0px;
}

.counter-item {
    text-align: center;
}

.counter-item-icon {
    background-size: cover;
    background-position: center;
    width: 50%;
    margin: auto;
}

.counter-item h4 {
    color: #fea201;
    text-transform: uppercase;
    margin-top: 5px;
}

.counter {
    color: #061441 !important;
    display: inline-block;
    margin: 0px 3px;
}

.counter-item span {
    color: #fea201;
}

.counter-item img {
    width: 100%;
}

.col-edit {
    padding: 0px;
}

.about-section {
    padding: 90px 0px;
    overflow: hidden;
}

    .about-section p {
        margin-bottom: 20px;
        margin-top: 10px;
        line-height: 1.7;
    }

.about-data img {
    width: 90px;
}

@media (max-width:767px) {
    .about-section {
        margin-top: 0px;
    }

    .counter-section {
        position: relative;
    }
}

.btn-primary {
    background-color: #061441;
    border: none;
    border-radius: 0px;
    overflow: hidden;
}

.hvr-bounce-to-right:before {
    background-color: #fea201;
}

.btn-primary:hover {
    background-color: #061441;
}

.about-image img {
    width: 100%;
}

.about-image {
    background-position: center;
    background-size: cover;
    position: relative;
    border-radius: 20px;
    box-shadow: 0px 0px 20px 0px #00000047;
}

.map-section iframe {
    margin-bottom: -10px;
    width: 100%;
    height: 250px;
}

@media(max-width:767px) {
    .about-image {
        width: 80%;
        margin: auto;
    }

    .about-section {
        background-image: unset !important;
    }

    .about-image {
        width: 70%;
        margin: auto;
        margin-top: 25px;
    }
}

@media(min-width:767px) {
    .about-data {
        padding-top: 50px;
    }
}

.application-section {
    padding: 80px 0px;
    overflow: hidden;
    position: relative;
}

.application-head {
    text-align: center;
}

    .application-head h3 {
        font-weight: 600;
    }

    .application-head span {
        border-bottom: 2px solid #061441;
        width: fit-content;
        padding-bottom: 10px;
        margin-bottom: 5px;
        letter-spacing: .2em;
    }

.application-head {
    margin-bottom: 35px;
}

.app-item {
    padding: 25px 15px;
    background-color: #fff;
}

.app-item-img {
    transition: 0.5s;
    width: 85px;
    height: 85px;
    border-radius: 50%;
    background-color: #061441;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 15px;
    text-align: center;
    margin: auto;
}

    .app-item-img img {
        width: auto;
    }

.app-data {
    text-align: center;
    margin-top: 20px;
}

    .app-data h4 {
        color: #002c42;
        margin-bottom: 10px;
        transition: 0.5s;
    }

    .app-data p {
        width: 90%;
        margin: auto;
    }

.application-section .hvr-underline-from-left:before {
    background-color: #fea201;
}

.app-item:hover .app-item-img {
    transform: rotatey(360deg);
    transition: 0.5s;
    background-color: #fea201;
}


.product-section-item {
    position: relative;
    overflow: hidden;
    background-position: center;
    background-position: center;
    border-radius: 10px;
    margin-bottom: 30px;
}

.product-section-data {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #000000c7;
    bottom: -100%;
    left: 0px;
    padding: 25px 15px;
    transition: 0.6s;
    color: #fff;
}

.product-section-name {
    position: absolute;
    width: 100%;
    padding: 5px;
    text-align: center;
    left: 0px;
    bottom: 0%;
    z-index: 5;
    background-color: #00000066;
    transition: 0.6s;
    color: #fff;
}

.product-section-img {
    background-size: cover;
    background-position: center;
    transition: 0.6s;
}

.product-section-name h6 {
    font-size: 18px;
    text-transform: capitalize;
}

.product-section-data p {
    margin-bottom: 25px;
}

.product-section-data h4 {
    text-transform: capitalize;
}

.product-section-data span {
    color: #fea201;
}




@media(max-width:600px) {
    .img-arandano {
        right: -50px;
    }

        .img-arandano img {
            opacity: 0.2;
        }

    .product-section-item {
        width: 85%;
        margin: auto;
        margin-bottom: 30px;
    }

    .img-arandano img {
        width: 180px;
    }
}

.product-section-item:hover .product-section-name {
    bottom: 100%;
    transition: 0.6s;
}

.product-section-item:hover .product-section-data {
    bottom: 0%;
    transition: 0.6s;
}

.product-section-item:hover .product-section-img {
    transition: 0.6s;
    transform: rotate(10deg) scale(1.2,1.2);
}

.comments-section {
    padding: 80px 0px;
    position: relative;
    overflow: hidden;
}

    .comments-section::before {
        content: "";
        height: 100%;
        width: 50%;
        background-color: #fea201;
        position: absolute;
        top: 0px;
        right: 0px;
        z-index: -1;
    }

    .comments-section::after {
        content: "";
        height: 100%;
        width: 50%;
        background-color: #061441;
        position: absolute;
        top: 0px;
        left: 0px;
        z-index: -1;
    }

.comment-slider {
    text-align: center;
}

.client-img {
    width: 20%;
    margin: auto;
    background-position: center;
    background-size: cover;
    border-radius: 50%;
    border: 5px solid #ffff;
}

.comment-data {
    color: #fff;
    margin-top: 15px;
}

p {
    line-height: 1.7;
}

.comment-slider .carousel-inner {
    height: 100%;
}

.comment-data img {
    width: 30px;
    margin-right: 10px;
}

.clients-section {
    padding: 80px 0px;
}

.why-section {
    background-size: cover;
    background-position: center;
    padding: 100px 0px;
}

.why-data h2 {
    color: #fea201;
    margin-bottom: 5px;
}

.why-data ul li {
    margin-bottom: 5px;
    padding-left: 5px;
    color: #061441;
}

    .why-data ul li:before {
        font-family: "Font Awesome 5 Free";
        content: "\f00c";
        display: inline-block;
        padding-right: 3px;
        vertical-align: middle;
        font-weight: 900;
        font-size: 13px;
        color: #fea201;
        margin-right: 5px;
    }


.brand-img {
    background-size: cover;
    background-position: center;
}

.brands-item {
    transition: 0.4s;
}

    .brands-item:hover {
        transform: scale(0.96,0.96);
        transition: 0.4s;
    }

@media(max-width:380px) {
    .brands-item {
        width: 70%;
        margin: auto;
    }
}
/**********************************footer 2****************************/
.all-footer {
    background-position: center;
    background-size: cover;
}

.footer2 {
    padding-top: 60px;
    padding-bottom: 30px;
    background-size: cover;
    color: #061441;
    overflow: hidden;
    font-size: 14px;
    background: #fbf8f5;
}

    .footer2 p a {
        color: #fea201;
    }

.bord-btm { /* border-bottom: 1px dotted #fff; */ /* padding-bottom: 20px; */
    margin-bottom: -10px !important;
}

.footer2 img {
    width: 83px;
}

.footer2 h6 {
    display: contents;
}

.footer2 li i {
    color: #061441;
}

.footer2 li a {
    color: #061441;
}

    .footer2 li a:hover {
        color: #fea201;
    }

.footer2 li:hover {
    color: #fea201;
}

.footer2 h3 {
    color: #061441;
    font-size: 25px;
    margin-bottom: 5px;
    position: relative;
}

.footer2 .social li {
    display: inline-block;
    padding-top: 6px;
}

.social i {
    transition: 0.5s;
}

@media(min-width:767px) {
    .footer h2 {
        margin-top: 50px;
    }
}

.comp2 {
    text-align: center;
    color: #fff;
    padding: 8px 0px;
    border-bottom: 1.5px solid #061441;
    overflow: hidden;
    background-color: #061441;
}

    .comp2 a {
        color: #fff;
    }

.footer2 iframe {
    width: 100%;
    height: 180px;
    border-radius: 10px;
}

.news-img {
    background-size: cover;
    background-position: center;
    position: relative;
}

.link-icon {
    text-align: center;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
}

    .link-icon i {
        color: #fff !important;
        font-size: 40px;
    }

.news-img:hover .link-icon {
    display: block;
}

.news-img img {
    width: 100%;
}

.news-footer ul {
    list-style: none;
    margin-left: -40px;
}

    .news-footer ul li {
        margin-bottom: 20px;
    }

.news-info {
    padding-top: 10px;
}

    .news-info:hover h6 {
        color: #fea201;
    }

.cont ul {
    list-style: none;
    margin-left: -37px;
}

.footer2 li {
    margin-bottom: 10px;
}

    .footer2 li h6 {
        font-size: 14px
    }

@media(max-width:767px) {
    .footer2 .col-12 {
        margin-bottom: 15px;
    }

    .client-img {
        width: 50%;
    }
}

/**********************************footer 2****************************/



.products-page {
    background-color: #fff;
}






.banner-section {
    height: 400px;
    position: relative;
    background-position: center;
    background-size: cover;
}

.banner-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background-image: linear-gradient( 180deg,#ffffff94,#00000026,#000000cf)
}

.banner-section .container {
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #fff;
}


/************************************************contact-page1*******************************************************/
.contact-page1 {
    padding: 80px 0px;
    overflow: hidden;
    background-color: #fff;
}

    .contact-page1 h3 {
        margin-bottom: 20px;
        color: #fea201;
        font-weight: 600;
    }

    .contact-page1 .contact-form .form-control {
        margin-bottom: 5px;
        border-radius: 0px 25px;
    }

    .contact-page1 .contact-form .btn-primary:hover {
        border-color: #fea201;
        color: #fff;
    }

    .contact-page1 .contact-form .form-control:focus {
        box-shadow: 0px 0px 3px #fea201;
        border-color: #fea201;
    }

    .contact-page1 .contact-form .btn-primary {
        background-color: #fea201;
        color: #fff;
        border-color: #fea201;
    }

    .contact-page1 .contact-data h6 {
        display: inline-block;
        margin-right: 7px;
        font-weight: 600;
    }

    .contact-page1 .contact-data a {
        color: #191919;
    }

    .contact-page1 .contact-data i {
        color: #fea201;
        font-size: 20px;
    }

    .contact-page1 .contact-data li {
        margin-bottom: 20px;
        border-bottom: 1px dotted #fea201;
        padding-bottom: 5px;
    }

    .contact-page1 .contact-data .social-media li {
        border: unset;
        margin-bottom: -5px;
    }

    .contact-page1 .contact-data .social-media ul {
        margin-bottom: 0px;
        margin-right: 0px;
    }

    .contact-page1 .contact-data .social-media {
        text-align: left;
    }

    .contact-page1 .map iframe {
        width: 100%;
        height: 300px;
    }

    .contact-page1 .map {
        margin-top: 10px;
    }

    .contact-page1 .contact-data ul {
        margin-left: -37px;
    }

    .contact-page1 .social-media li {
        display: inline-block;
    }

    .contact-page1 .social-media {
        direction: ltr;
    }

.mr ul li {
    text-transform: capitalize;
}

@media(max-width:767px) {
    .contact-page1 .contact-form {
        margin-bottom: 20px;
    }
}
/************************************************contact-page1*******************************************************/

@media(max-width:767px) {
    .banner {
        height: 300px;
    }

    .services-item {
        margin: auto;
        margin-bottom: 30px;
    }
}






.product-gallery img {
    height: 200px;
}

.head {
    color: #061441;
    margin-bottom: 25px;
}

.viewer-canvas {
    background-color: #000000ba;
}

@media (max-width:767px) {
    .product-img {
        width: 80%;
        margin: auto;
        margin-top: 25px;
    }

    .product-gallery .docs-pictures > li {
        width: calc(100% / 2);
    }

    .product-gallery img {
        height: 180px !important;
    }
}

@media (max-width:400px) {
    .product-gallery img {
        height: 130px !important;
    }

    .counter-item h4 {
        font-size: 18px;
    }
}






.about-page {
    padding: 100px 0px;
    background-size: cover;
    background-position: bottom center;
    background-repeat: no-repeat;
}

.about-page-data .logo-about {
    width: 180px;
    float: left;
    margin-right: 15px;
}

.about-page-data h3 {
    color: #061441;
    font-weight: 600;
    margin-top: 10px;
}

    .about-page-data h3 i {
        color: #fea201;
        margin-right: 5px;
    }

.about-slider .carousel-item {
    background-position: center;
    background-size: cover;
}

.about-slider .carousel-inner {
    border-radius: 15px;
    box-shadow: 0px 0px 5px #000;
}

.about-slider {
    margin-top: 15px;
}


@media(max-width:767px) {
    .about-page-data .logo-about {
        float: inherit;
        margin-bottom: 10px;
    }

    .about-img {
        margin-top: 15px;
    }

    .banner-section {
        height: 350;
    }

    .contact-page4 {
        background-image: unset;
    }

    .order {
        order: 2;
    }

    .about-data {
        text-align: center;
    }
}

@media(max-width:400px) {
    .banner-section {
        height: 350;
    }
}



.products-section {
    padding: 80px 0px;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    overflow: hidden;
}

.section-head {
    text-align: center;
    margin-bottom: 30px;
    color: #fff;
}

    .section-head h3 {
        margin-bottom: 5px;
        font-weight: 600;
        color: #fff;
    }

.product-item-img {
    background-position: center;
    background-size: cover;
    position: relative;
    overflow: hidden;
}

.product-effect {
    position: absolute;
    width: 0%;
    height: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-image: linear-gradient(360deg, #ff984c, #ffcb0094);
    transition: 0.3s ease-in-out;
}

.product-item {
    box-shadow: 0px 0px 20px 0px #00000042;
    margin-bottom: 30px;
    background: #fff;
    overflow: hidden;
    border-radius: 20px;
}

    .product-item:hover .product-effect {
        width: 100%;
        transition: 0.3s ease-in-out;
    }

.product-name {
    padding: 10px;
    text-align: center;
}

    .product-name h5 {
        color: #061441;
        font-size: 17px;
    }

.link-icon {
    position: absolute;
    top: -100%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: 0.4s ease-in-out;
    font-size: 25px;
    color: #fff;
    z-index: 555;
}

.product-item:hover .link-icon {
    top: 50%;
    transition: 0.4s ease-in-out;
}

.more {
    margin-top: 30px;
    text-align: center;
}

.services-section {
    padding: 100px 0px;
    background-position: right bottom;
    background-repeat: no-repeat;
}

    .services-section .section-head {
        text-align: center;
        margin-bottom: 30px;
        color: #061441;
    }

        .services-section .section-head h3 {
            margin-bottom: 5px;
            font-weight: 600;
            color: #061441;
        }

.services-img {
    background-position: center;
    background-size: cover;
    width: 50%;
    margin: auto;
}

.services-item {
    padding: 15px 15px 30px 15px;
    box-shadow: 0px 0px 5px #0000004f;
    background-color: #ffffffd1;
    margin-bottom: 30px;
    border-radius: 20px;
    height: 380px;
}

.services-item-data {
    text-align: center;
}

    .services-item-data h5, .services-item-data p {
        color: #333;
    }

    .services-item-data p {
        margin-bottom: 10px;
    }

    .services-item-data span {
        color: #fea201;
    }

.services-item:hover span {
    color: #fff;
}


.product-d-page {
    padding: 90px 0px;
    background-color: #fff;
}

    .product-d-page .product-d-data h2 {
        color: #fea201;
    }

.product-d-data h6 {
    display: inline-block;
    margin-right: 50px;
    margin-top: 30px;
    font-weight: 600;
    color: #061441;
    font-size: 20px;
}

.product-d-data .price {
    text-decoration: line-through;
}

.docs-pictures li:first-child {
    width: 100%;
    margin-bottom: 5px;
    height: 260px;
}

.docs-pictures li {
    margin-bottom: 1px;
}

.docs-pictures li {
    height: 70px;
}

    .docs-pictures li img {
        height: 100%;
    }

@media(max-width:767px) {
    .docs-pictures li:first-child {
        width: 100%;
        margin-bottom: 5px;
        height: 300px;
    }

    .docs-pictures li {
        height: 90px;
    }

    .order {
        order: 2;
        margin-top: 30px;
    }
}

@media(max-width: 400px) {
    .docs-pictures li:first-child {
        height: 200px;
    }

    .docs-pictures li {
        height: 60px;
    }
}

@media (max-width: 500px) {
    .docs-pictures > li {
        width: calc(100%/4 );
    }
}



/*************************************************plugin 2*******************************************************/
.artical-section {
    padding: 90px 0px;
}

    .artical-section .programs-section {
        background: #efefef;
        padding-bottom: 0;
    }

    .artical-section .packages-row [class^="col-"] {
        padding: 0;
    }

    .artical-section .program-box {
        position: relative;
        overflow: hidden;
        border-radius: 15px;
        margin-bottom: 25px;
    }

    .artical-section .prog-img {
        background-size: 100% 100%;
        background-position: center;
        transition: .5s;
    }

    .artical-section .program-box:hover .prog-img {
        background-size: 110% 110%;
    }

    .artical-section .prog-title {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%; /* transform: translate(-50%, -50%); */
        color: #FFF !important;
        font-size: 20px;
        transition: .5s;
        text-align: left;
        padding: 75px 15px 15px;
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+100 */
        background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
    }

    .artical-section .program-box:hover .prog-title {
        padding: 75px 15px 45px;
    }

    .artical-section .prog-more {
        position: absolute;
        bottom: 13px;
        left: 0;
        padding-left: 15px;
        color: #FFF;
        opacity: 0;
        transition: .5s;
    }

        .artical-section .prog-more:hover, focus {
            color: #fea200 !important;
            font-weight: 500;
        }

    .artical-section .program-box:hover .prog-more {
        opacity: 1;
    }

    .artical-section .news-over-lay {
        position: absolute;
        width: 100%;
        height: 100%;
        background-color: #00000066
    }

    .artical-section .program-box:hover .news-over-lay {
        background-color: unset;
    }

    .artical-section .more-news {
        color: #fea201;
        font-weight: 600;
    }

        .artical-section .more-news:hover {
            color: #fea201;
        }
/*************************************************plugin 2*******************************************************/


@media(min-width:767px) {
    .services-item {
        height: 380px
    }
}

.linked {
    background-color: #0175b0 !important;
}

.whatsapp {
    background-color: #21d467 !important;
    padding-left: 1px;
}
