@font-face {
    font-family: 'Poppins-Regular';
    /*a name to be used later*/
    src: url('../fonts/Poppins/Poppins-Regular.ttf');
    /*URL to font*/
}

@font-face {
    font-family: 'Poppins-Medium';
    /*a name to be used later*/
    src: url('../fonts/Poppins/Poppins-Medium.ttf');
    /*URL to font*/
}

@font-face {
    font-family: 'Poppins-Light';
    /*a name to be used later*/
    src: url('../fonts/Poppins/Poppins-Light.ttf');
    /*URL to font*/
}

@font-face {
    font-family: 'Poppins-SemiBold';
    /*a name to be used later*/
    src: url('../fonts/Poppins/Poppins-SemiBold.ttf');
    /*URL to font*/
}

@font-face {
    font-family: 'Poppins-ExtraLight';
    /*a name to be used later*/
    src: url('../fonts/Poppins/Poppins-ExtraLight.ttf');
    /*URL to font*/
}

@font-face {
    font-family: 'Poppins-thin';
    /*a name to be used later*/
    src: url('../fonts/Poppins/Poppins-Thin.ttf');
    /*URL to font*/
}

@font-face {
    font-family: 'MYRIADPRO-BOLD';
    /*a name to be used later*/
    src: url('../fonts/myriad-pro/MYRIADPRO-BOLD.OTF');
    /*URL to font*/
}

@font-face {
    font-family: 'MyriadPro-Light';
    /*a name to be used later*/
    src: url('../fonts/myriad-pro/MyriadPro-Light.otf');
    /*URL to font*/
}

@font-face {
    font-family: 'Myriadpro-Regular';
    /*a name to be used later*/
    src: url('../fonts/myriad-pro/MYRIADPRO-REGULAR.OTF');
    /*URL to font*/
}

@font-face {
    font-family: 'Myriadpro-Semibold';
    /*a name to be used later*/
    src: url('../fonts/myriad-pro/MYRIADPRO-SEMIBOLD.OTF');
    /*URL to font*/
}

@font-face {
    font-family: 'Nexa-Bold';
    /*a name to be used later*/
    src: url('../fonts/nexa/Nexa-Bold.html');
    /*URL to font*/
}

body {
    min-height: 100%;
    position: absolute;
    width: 100%;
}

img {
    width: 100%;
}

/* width */
#style-1::-webkit-scrollbar {
    width: 8px;
    border-radius: 20px;
}

/* Track */
#style-1::-webkit-scrollbar-track {
    background: #C1C1C1;
    border-radius: 20px;
}

/* Handle */
#style-1::-webkit-scrollbar-thumb {
    background: #61D107;
    border-radius: 20px;
}

/* Handle on hover */
#style-1::-webkit-scrollbar-thumb:hover {
    background: #4EAB03;
    border-radius: 20px;
}

.no-padding {
    padding: 0 !important;
}

.pt-15 {
    padding-top: 15px !important;
}

.pt-25 {
    padding-top: 25px !important;
}

.pt-50 {
    padding-top: 50px !important;
}

.pt-52 {
    padding-top: 52px !important;
}

.pt-75 {
    padding-top: 75px !important;
}

.pt-100 {
    padding-top: 100px !important;
}

.pt-150 {
    padding-top: 150px !important;
}

.no-pad-left {
    padding-left: 0;
}

.no-pad-right {
    padding-right: 0;
}

.pb-15 {
    padding-bottom: 15px !important;
}

.pb-25 {
    padding-bottom: 25px !important;
}

.pb-50 {
    padding-bottom: 50px !important;
}

.pb-75 {
    padding-bottom: 75px !important;
}

.pb-80 {
    margin-top: 179px;
}

.pb-100 {
    padding-bottom: 100px !important;
}

.pb-150 {
    padding-bottom: 150px !important;
}

.mt-15 {
    margin-top: 15px !important;
}

.mt-25 {
    margin-top: 25px !important;
}

.mt-50 {
    margin-top: 50px !important;
}

.mt-75 {
    margin-top: 75px !important;
}

.mt-100 {
    margin-top: 100px !important;
}

.mt-150 {
    margin-top: 150px !important;
}

.mb-15 {
    margin-bottom: 15px !important;
}

.mb-25 {
    margin-bottom: 25px !important;
}

.mb-50 {
    margin-bottom: 50px !important;
}

.mb-75 {
    margin-bottom: 75px !important;
}

.mb-100 {
    margin-bottom: 100px !important;
}

.mb-150 {
    margin-bottom: 150px !important;
}

.left-align {
    text-align: left;
}

.center-align {
    text-align: center;
}

.right-align {
    text-align: right;
}

.no-padding {
    padding: 0 !important;
}

.bg-dark {
    background-color: #030303bd !important;
}

.top-header {
    display: block;
}

.top-header {
    position: absolute;
    z-index: 1;
    width: 100%;
    top: 0px;
    color: #fff;
}

.top-header .social {
    color: #000;
    margin-left: 7px;
}

.top-header .top_header_phone {
    text-align: end;
}

.top-header .top_header_social {
    text-align: end;
    padding-top: 15px;
    background-color: #01ade9;
    display: inline-flex;
    padding: 0px 12px 0 18px;
    border-radius: 0 0px 2px 52px;
}

.top-header .top_header_social_1 {
    background-color: #01ade9;
    padding: 1px 20px 1px 2px;
    border-radius: 0 0px 340px 20px;
    text-align: center;
}

.top-header .top-al {
    text-align: end;
}

.top-header .call {
    margin-left: 50px;
}

.top-header .bg {
    background-color: #0087A9;
}

/* .top-header img {
    width: 17px;
} */

.top-header p {
    font-size: 15px;
    font-family: 'Arial, Helvetica, sans-serif';
    margin-top: 3px;
}

.navbar-dark .navbar-nav .nav-link {
    color: rgb(255, 255, 255) !important;
    margin-left: 30px;
    font-weight: 500;
    font-size: 15px;
}

.navbar-nav {
    margin-top: 70px;
    margin-bottom: 10px;
}

.navbar {
    padding: 0px 0 0px 0;
    background-color: #fff;
    z-index: 999;
}

.navbar.blue-navbar {
    position: absolute;
    width: 100%;
    background: #0F594B;
}

.navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
    z-index: 999;
}

.top-header img {
    width: 18px;
}

.top-header .header-img img {
    width: 26px !important;
}

.close-btn-speak_arrow {
    z-index: 999;
}

.navbar-brand img {
    width: 200px;
    margin-top: 15px;
}

.navbar-nav li img {
    width: 18px;
/*    height: 12px;*/
}

.navbar-light .navbar-nav .nav-link {
    color: #000;
    font-family: 'Myriadpro-Semibold';
    font-size: 15px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.navbar-light .navbar-nav .nav-link:hover {
    color: #000;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0rem;
}

.navbar-light.navbar-dark-font .navbar-nav .nav-link {
    color: #000000;
}

.navbar-light.navbar-dark-font .navbar-nav .nav-link:hover {
    color: #000000;
}

.nav-item {
    margin-left: 35px;
}

.navbar-light.navbar-text-light .navbar-nav .nav-link {
    color: #fff;
    font-weight: 300;
}
 

.dropdown-item {
    font-size: 15px;
    padding: 7px 20px;
    color: #000;
    font-weight: 500;
}

.megamenu .dropdown-item ul li a {
    color: #000;
    background: transparent;
    margin-bottom: 15px;
    font-weight: 500;
}



.dropdown-item:hover {
    background-color: #004987de;
}

/* MegaMenu css  */

.dropdown:hover>.dropdown-menu {
    display: block;
}
.dropdown-menu.show {
    display: block;
}
.dropdown-toggle::after {
    display: none;
}


.menu-large {
    position: static !important;
}

.megamenu {
    padding: 20px 0;
    width: 100%;
}

.dropdown-menu {
    left: 0;
    background-color: #ffffff9c;
    border: none;
    margin: 0 !important;
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
    top: 82%;
}
.megamenu>div>li>ul {
    padding: 0;
    margin: 0;
}
 

.sec-menu {
    left: 69%;
    background-color: #192259c7;
}

.dropdown-item:hover {
    background-color: #eaedef00;
}

.megamenu>div>li>ul>li {
    list-style: none;
}

.megamenu>div>li>ul>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #fff;
    white-space: normal;
    font-size: 15px;
    padding-bottom: 6px;
    text-decoration: none;
}


.megamenu.dropdown-header {
    color: #428bca;
    font-size: 15px;
}

.megamenu ul li:before {
/*    content: '\2014';*/
/*    background-image: ../img/he1.png;*/
    position: absolute;
/*    margin-left: -30px;*/
    color: #0087A9;
}

.megamenu ul {
    list-style-type: none;
    padding-left: 32px;
}

.megamenu li {
    margin-bottom: 0px;
}

/* .megamenu .ex-mint {
    color: #0087A9;
    font-size: 17px;
} */

.megamenu .cle-div {
    color: #0087A9;
}

.megamenu a {
    color: #000;
    font-family: 'Myriadpro-Semibold';
    font-size: 15px;
}

.megamenu a:hover {
    text-decoration: none !important;
}

.megamenu h4 {
    color: #0087A9;
    font-family: 'Myriadpro-Semibold';
    margin-top: 15px;
    margin-bottom: 25px;
}

/* #wrapper_1:after {
    content: "";
    background-color: #707070;
    position: absolute;
    width: 1px;
    height: 100%;
    top: 10px;
    left: 92%;
    display: block;
} */

.megamenu .nav-right-img {
    width: 100% !important;
    height: 100% !important;
    margin-top: 30px;
}

/* End MegaMenu css  */

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
    color: #0087A9;
}

.navbar-light.navbar-dark-font .navbar-nav .active>.nav-link,
.navbar-light.navbar-dark-font .navbar-nav .nav-link.active,
.navbar-light.navbar-dark-font .navbar-nav .nav-link.show,
.navbar-light.navbar-dark-font .navbar-nav .show>.nav-link {
    color: #000;
}

.dropdown-item.active,
.dropdown-item:active {
    color: #0087A9;
    text-decoration: none;
    /* background-color: #E31E24; */
}

.navbar-toggler {
    background-color: #ffffff;
}

.top-header ul {
    list-style: none;
    display: inline-flex;
    padding-left: 0;
}

.top-header li {
    margin-left: 25px;
}

.banner_mobile {
    display: none;
}

.Header-text-1 h1 {
    font-family: 'LibreBaskerville-Regular';
    font-size: 69px;
}

.Header-text-1 p {
    font-family: 'Poppins-Light';
    color: #fff;
    font-size: 15px;
    margin-top: 16px;
    letter-spacing: 0.9px;
}

.Header-text-1 {
    position: relative;
    margin-top: -30%;
    left: auto;
    right: auto;
}

.Header-text-1 .header_1 {
    color: #DDB36E;
}

.Header-text-1 .text-colour-banner {
    color: #DD2D1F;
}

.Header-text-1 h4 {
    color: #fff;
    padding-bottom: 20px;
    font-family: 'Poppins-Light';
}

.banner_desktop .menu-btn {
    background: #F7B12D;
    border: #E4C590;
    color: #000;
    padding: 8px 25px;
    border-radius: 0;
    font-weight: 700;
    font-family: 'Poppins-SemiBold';
    font-size: 12px;
}

.banner_desktop .btn-img {
    width: 20%;
}

/* .banner_desktop .carousel-indicators {
    list-style: none;
}

.banner_desktop .carousel-indicators li,
.carousel-indicators li.active {
    width: 50px;
    height: 20px;
    background-color: #fff0;
    position: relative;
    margin: 0 30px;
    top: 0;
}

.banner_desktop .carousel-indicators img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
} */

.room-section .room-tag {
    margin-left: 40px;
}

.room-section h1 {
    margin-top: 80px;
}

.room-section .owl-carousel h2 {
    color: #000;
    margin-top: 15px;
    font-family: 'Poppins-SemiBold';
    font-size: 25px;
}

.room-section h2 {
    color: #fff;
    font-family: 'LibreBaskerville-Regular';
}

.room-section .btn-img {
    width: 17% !important;
    display: inherit !important;
}

.room-section .owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
    display: block;
}

.room-section .owl-prev,
.owl-next {
    position: absolute;
    top: 0%;
    height: 100%;
}

.room-section .owl-prev span,
.owl-next span {
    color: #FFF;
}

.room-section .owl-prev span {
    background-image: url(../images/arr-l.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 48px;
    height: 48px;
}

.room-section .fa,
.room-section .fas {
    font-weight: 100 !important;
}

.room-section .owl-next {
    right: -65px;
    outline: none;
    border: none;
}

.room-section .owl-prev {
    left: -65px;
    outline: none;
    border: none;
}

.room-section .owl-next span {
    background-image: url(../images/arr-r.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 48px;
    height: 48px;
}

.room-section {
    padding-top: 0;
} 
.arri-section .border-btm{
    border-bottom: 1px solid #0087a96e;
}
.home-crou a{  
    text-decoration: none !important;
}
.dlink-padding {
    padding-top: 50px;
}

.room-section p {
    color: #000;
    font-family: 'Poppins-Regular';
    margin-top: 5px;
    font-size: 15px;
}

.room-section .item {
    background-color: #fff;
    margin: 0 10px;
    padding: 0 10px 0 10px;
}

/* .banner_desktop_1 .carousel-indicators {
    justify-content: center;
    margin-right: 15%;
    bottom: -15%;
}

.banner_desktop_1 .carousel-indicators {
    list-style: none;
}

.banner_desktop_1 .carousel-indicators li,
.carousel-indicators li.active {
    width: 50px;
    height: 20px;
    background-color: #fff0;
    position: relative;
    margin: 0 30px;
}

.banner_desktop_1 .carousel-indicators img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
} */

.bg_footer a {
    text-decoration: none;
}

.top-header a {
    color: #fff !important;
    text-decoration: none;
    top: 0;
    position: relative;
}
 


.aboutUs-section h2 {
    color: #0087A9;
    font-family: 'Myriadpro-Regular';
    text-transform: uppercase;
    margin-top: 45px;
    letter-spacing: 7.1px;
}

.aboutUs-section p {
    color: #605f5f;
    font-size: 15px;
    line-height: 25px;
    margin-top: 15px;
    font-family: 'Myriadpro-Regular';
}

.menu-btn {
    background: #0087A9;
    border: #0087A9;
    color: #fff;
    padding: 6px 20px;
    border-radius: 5px;
    font-size: 12px;
    font-family: 'Myriadpro-Semibold';
}

.menu-btn img {
    width: 15px !important;
    display: inline !important;
}

.arri-section h1 {
    color: #0087A9;
    font-family: 'Myriadpro-Semibold';
    text-transform: uppercase;
    text-align: center;
    margin-top: 0;
    margin-bottom: 35px;
    letter-spacing: 5.1px;
}

.arri-section .home-crou { 
    text-align: center;
    transition: 1s ease; 
    width: 96%;
    margin-left: 8px;

}
.arri-section .home-crou:hover img, .arri-section .home-crou:hover h3, .arri-section .home-crou:hover p, .arri-section .home-crou:hover a{
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    transition: 1s ease;
}
.arri-section .home-crou:hover h3{
    color: #0087A9;
}

.arri-section h3 {
    color: #000;
    font-family: 'Myriadpro-Regular';
    text-transform: uppercase;
    margin-top: 5px;
    text-align: center;
    font-size: 15px;
}

.arri-section .menu-btn img {
    width: 13px !important;
    display: inline !important;
    margin-left: 7px;
}

.arri-section .rang-div {
    margin-top: 60px;
}

.arri-section .menu-btn {
    background: #0087A9;
    border: #0087A9;
    color: #fff;
    padding: 6px 20px;
    border-radius: 5px;
    font-size: 12px;
    font-family: 'Myriadpro-Semibold';
    margin-bottom: 25px;
}
.room-section .right-border{
    border-right: 1px solid #0087a96e;
}
.room-section .next-tb{
    margin-top: 25px;
}
.arri-section p {
    color: #000;
    font-size: 15px; 
    font-family: 'Myriadpro-Regular';
    text-align: center;
}

.aboutUs-section {
    padding-top: 100px;
    background-color: #F1F2F4;
    padding-bottom: 0;
}

.arri-section .solution h4 {
    font-family: 'Poppins-Medium';
    color: #fff;
    font-size: 15px;
    margin-top: 50px;
}

.arri-section h4 {
    font-family: 'Poppins-Medium';
    color: #fff;
    font-size: 15px;
    margin-top: 0;
}

.arri-section .ss-div {
    background-color: #08244C;
    text-align: center;
    padding: 10px 0px 10px 0;
    border-radius: 10px;
}

.arri-section .ss-btn {
    width: 30px;
}

.arri-section .ss-img {
    width: 70%;
}

.explore-div {
    background-color: #0a333d;
    padding: 40px 0;
    margin-top: 60px;
    margin-bottom: 30px;
}

.explore-div h3 {
    font-family: 'Myriadpro-Semibold';
    color: #fff;
    text-transform: uppercase;
}

.explore-div h1 {
    font-family: 'Myriadpro-Semibold';
    color: #fff;
    text-transform: uppercase;
}

.explore-div p {
    font-size: 15px;
    font-family: 'Myriadpro-Regular';
    margin-top: 25px;
    margin-bottom: 20px;
    color: #fff;
}

.explore-div img {
    width: 190px;
}

.explore-div .product-div-1 {
    text-align: center;
    margin-top: 20px;
}

.explore-div .exp-arrow img {
    width: 30px;
    margin-top: 20px;
}

.explore-div .exp-arrow {
    text-align: center;
}

.sol-section h1 {
    color: #0087A9;
    font-family: 'Myriadpro-Semibold';
    text-transform: uppercase;
    text-align: center;
    font-size: 30px;
}

.sol-section p {
    color: #000;
    font-size: 15px;
    margin-top: 0;
    font-family: 'Myriadpro-Regular';
    text-align: left;
}

.image-wrapper {
    background-color: #DBE9F0;
}

.sol-section {
    padding-top: 0;
    background-color: #F1F2F4;
    margin-top: 75px;
}
.sol-section .product-div-1 {
    text-align: center; 
    position: relative;
    bottom: 31px;
}
.sol-section .product-div-1 img {
    width: 239px;
}
.find-section {
    margin-top: 50px;
    margin-bottom: 50px;
}
.sol-section .product-div-1 p{
    text-align: center;
    margin-top: 9px;
    color: #0087A9;
    font-family: 'Myriadpro-Regular';
    text-transform: uppercase;
    font-size: 15px;
}
.find-section-bg {
    background-image: url(../images/find.png);
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 10px;
}

.find-section h3 {
    font-family: 'Myriadpro-Semibold';
    color: #fff;
    padding-top: 77px;
    font-size: 20px;
    margin-right: 23px;
    text-align: left;
}

.find-section .menu-btn {
    background: #fff;
    border: #fff;
    color: #000;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 12px;
    font-family: 'Myriadpro-Semibold';
    margin-bottom: 68px;
}

.find-section .form-control {
    border-radius: 8px;
}

.pr-section h1 {
    color: #0087A9;
    font-family: 'Poppins-Medium';
    text-transform: uppercase;
    text-align: center;
    padding-bottom: 20px;
    font-size: 30px;
}

.pr-section {
    padding-top: 50px;
    padding-bottom: 90px;
}

.ab-img { 
    margin-top: 45px;
}
.ab-img-2{
    height: 89%;
}
.ab-img-1 { 
    margin-top: 46px;
    height: 73%;
}

.arri-section .top-div {
    margin-top: 25px;
}

/*-- global css --*/

.overlay,
.overlay-text,
.simple-text,
.overlay-sim-text-2,
.overlay-text-effect-3,
.zoom-effect-1 img,
.zoom-effect-2 img,
.opacity-effect img,
.blur-effect img,
.grayscale-effect img {
    transition: all .4s linear;
    -webkit-transition: all .4s linear;
    -moz-transition: all .4s linear;
    -o-transition: all .4s linear;
}

.effect-image-1 {
    position: relative;
    display: block;
}

.overlay-text p,
.overlay-sim-text-2 p,
.overlay-text-effect-3 p {
    text-align: center;
    font-family: 'Myriadpro-Regular';
    color: #fff;
    padding: 0px 20px;
    font-size: 13px;
}

.overlay {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(246, 0, 2, .7);
    opacity: 0;
    visibility: hidden;
}

/*-- simple overlay css --*/

.simple-overlay {
    opacity: 0;
    visibility: hidden;
}

.effect-image-1:hover .simple-overlay {
    visibility: visible;
    opacity: 1;
}

/*-- overlay text effect 2 --*/

.overlay-sim-text-2 {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: #0087a961;
    opacity: 0;
}

.tab-margin {
    position: relative;
    margin-bottom: -125px;
    bottom: 185px;
}

.tab-margin-1 {
    margin-top: 20px;
}

.overlay-sim-text-2 h3 {
    text-align: center;
    color: #fff;
    margin-top: 60px;
    font-size: 17px;
    text-transform: uppercase;
    font-family: 'Myriadpro-Semibold';
}

.simple-text {
    position: absolute;
    bottom: 13px;
    left: 18%;
    width: 65%;
    background: #0087A9;
    color: #fff;
    border-radius: 5px;
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
    font-family: 'Poppins-Medium';
    padding: 5px 0 5px 0;
}

.simple-text p {
    margin-bottom: 0px;
    padding: 2px 8px;
    font-family: 'Myriadpro-Semibold';
}

.effect-image-1:hover .overlay-xs-1 {
    opacity: 1;
    visibility: visible;
    display: block;
}

.effect-image-1:hover .simple-text {
    visibility: hidden;
    opacity: 0;
}

.dsvs-section .smt-header {
    margin-top: 20px;
}

.dsvs-section h1 {
    color: #fff;
    font-family: 'Myriadpro-Semibold';
    text-transform: uppercase;
    font-size: 24px;
    letter-spacing: 4.1px;
}

.dsvs-section h1 span {
    font-family: 'Poppins-Medium';
    font-size: 15px;
    letter-spacing: normal;
}

.dsvs-section .z-div p {
    color: #fff;
    font-size: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: 'Myriadpro-Regular';
}

.dsvs-section p {
    color: #000;
    font-size: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: 'Myriadpro-Regular';
}

.dsvs-section ul {
    list-style-type: none;
    padding-left: 19px;
    font-size: 15px;
    color: #fff;
}

.dsvs-section ul li:before {
    content: '\2014';
    position: absolute;
    margin-left: -19px;
    color: #0087A9;
}
.frs-div li:before {
    display: none;
}
.sen-div li:before {
    display: none;
}
.new-vision{
    display: inline-block !important;
    padding-left: 19px !important;
}
.dsvs-section .sc-div ul {
    list-style: none !important; 
    padding-left: 0; 
    display: inline-flex;
} 
.dsvs-section .sc-div li {
    margin-right: 30px;
    font-size: 15px;
    font-family: 'Myriadpro-Regular';
} 
.ss-new-div ul { 
    color: #000;
} 
.ss-new-div h2{
    color: #0087A9;
    font-family: 'Myriadpro-Semibold';
    text-transform: uppercase;
    font-size: 24px;
    letter-spacing: 4.1px;
    margin-top: 40px;
}


.sc-div {
    position: relative;
    bottom: 0;
}

.d-smart {
    margin-top: 30px;
}

.dsvs-section .z-div {
    z-index: 999;
}

.dsvs-section .frs-div img {
    width: 50px;
}

.dsvs-section .sen-div img {
    width: 135px;
}

.dsvs-section .frs-div h4 {
    color: #0087A9;
    font-family: 'Myriadpro-Semibold';
    font-size: 16px;
    margin-top: 15px;
    margin-bottom: 0;
}

.dsvs-section .sc-div .mobile-img {
    margin-top: 116px;
}

.dsvs-section .menu-btn {
    background: #fff;
    border: #fff;
    color: #0087A9;
    padding: 10px 20px;
    border-radius: 8px;
    font-size: 12px;
    font-family: 'Myriadpro-Semibold';
    margin-top: 20px;
}

.dsvs-section .dsvs-img {
    position: relative;
    bottom: 0;
}

.dsvs-section .bg-div {
    background-color: #0087A9;
    padding: 25px 25px 25px 25px;
    margin-top: 25px;
    border-radius: 15px;
}

.dsvs-section .z-div li {
    margin-bottom: 9px;
    font-family: 'Myriadpro-Regular';
}


.banner-heading {
    position: relative;
    bottom: 140px;
}

.banner-heading h1 {
    color: #fff;
    text-align: center;
    font-family: 'Myriadpro-Semibold';
    text-transform: uppercase;
}

.banner-heading h3 {
    color: #fff;
    text-align: center;
    font-family: 'Myriadpro-Regular';
    text-transform: uppercase;
}

.product-div .menu-btn {
    background: #001F3E;
    border: #001F3E;
    color: #fff;
    padding: 6px 34px;
    border-radius: 5px;
    font-size: 15px;
    font-family: 'Poppins-Medium';
    margin-top: 15px;
}

.product-div .form-control {
    background-color: #E9E9E9;
}

.product-div {
    background-color: #fff;
}

.banner-inner {
    background-color: #fff;
}

.banner-inner {
    display: block;
}

.banner-inner-mb {
    display: none;
}

.product-div .prod-bg {
    background-color: #F1F2F4;
    padding: 15px 15px;
    margin-top: 20px;
    border-radius: 5px;
}

.product-div h5 {
    color: #0087A9;
    font-family: 'Myriadpro-Semibold';
    font-size: 15px;
    margin-bottom: 0;
}


/* accodian  */

.product-div {
    padding-bottom: 50px;
    margin-bottom: 50px;
}

.product-div #faq .card {
    margin-bottom: 0;
    border: 0;
}

.product-div #faq .card .card-header {
    border: 0;
    -webkit-box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
    box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
    border-radius: 2px;
    padding: 0;
}

.product-div #faq .card .card-header .btn-header-link {
    color: #fff;
    display: block;
    text-align: left;
    background: #F1F2F4;
    color: #000;
    padding: 0;
    font-family: 'Myriadpro-Semibold';
}

.product-div #faq .card .card-header .btn-header-link:after {
    content: "\f107";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    float: right;
    color: #000;
}

.product-div #faq .card .card-header .btn-header-link.collapsed {
    background: #F1F2F4;
    color: #000;
}

.product-div #faq .card .card-header .btn-header-link.collapsed:after {
    content: "\f106";
}

.product-div #faq .card .collapsing {
    background: #F1F2F4;
    line-height: 30px;
}

.product-div #faq .card .collapse {
    border: 0;
}

.product-div #faq .card .collapse.show {
    background: #F1F2F4;
    line-height: 30px;
    color: #222;
}

.product-div .hr-tag {
    margin: 10px 0 1px 0;
}

.product-div .card-body p {
    margin-bottom: 0;
    text-align: end;
    font-family: 'Myriadpro-Regular';
    font-size: 15px;
    margin-top: 6px;
}

.product-div .form-check-input {
    margin-top: 13px;
}

.product-div .card-header {
    background-color: #F1F2F4;
}

.product-div .card-body {
    padding: 8px 0;
}

.product-div .form-check-label {
    margin-bottom: 0;
    font-family: 'Myriadpro-Regular';
    font-size: 15px;
}

.product-div .btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem #F1F2F4;
}

.product-div label {
    margin-top: 6px;
    margin-bottom: 0;
    font-family: 'Myriadpro-Regular';
    font-size: 15px;
}

.product-div input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0;
    margin-right: 5px;
}

/* end accordian  */
.product-div h4 {
    color: #0087A9;
    font-family: 'Myriadpro-Semibold';
    font-size: 15px;
    background-color: #F1F2F4;
    padding: 10px 0 10px 20px;
    margin-top: 20px;
    border-radius: 5px;
}

.product-div h3 {
    font-size: 20px;
    margin-top: 30px;
    font-family: 'Myriadpro-Semibold';
    text-align: center;
}

.product-div .grid .card-body {
    background-color: #F1F2F4;
    padding: 20px 15px 20px 15px;
    text-align: center;
    border-radius: 8px;
    height: 290px;
    transition: 1s ease;
} 
.product-div .grid .card-body:hover img, .product-div .grid .card-body:hover h6, .product-div .grid .card-body:hover p{
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    transition: 0.7s ease;
}

.product-div .grid .card-body h6 {
    color: #0087A9;
    font-family: 'Myriadpro-Semibold';
}

.product-div .grid .card-body p {
    font-family: 'Myriadpro-Regular';
    text-align: center;
    color: #000;
}

.product-div .grid .card-body img {
    margin-top: 0;
    margin-bottom: 0;
    width: 66%;
}

.product-div .grid {
    margin-top: 25px;
}

.product-div .grid a {
    text-decoration: none;
}

.product-1 {
    background-color: #F1F2F4;
    padding-bottom: 50px;
    margin-bottom: 50px;
}

.product-1 .box-img img {
    width: 100% !important;
}

.product-1 .carousel-item {
    text-align: -webkit-center;
}

.product-1 .carousel-control-prev-icon {
    background-image: url(../images/arr-l.png);
}

.product-1 .carousel-control-next-icon {
    background-image: url(../images/arr-r.png);
}

.product-1 .carousel-control-next-icon,
.carousel-control-prev-icon {
    width: 30px;
    height: 30px;
    bottom: 60px;
    position: relative;
}

.product-1 .gallery {
    background-color: #fff;
    border-radius: 8px;
}

.product-1 .carousel-control-next-icon {
    right: -16px;
}

.product-1 .carousel-control-prev-icon {
    left: -16px;
}

.product-1 .carousel-control-next,
.carousel-control-prev {
    opacity: 1.1 !important;
}

.product-1 .div-bg h5 {
    color: #0087A9;
    font-family: 'Myriadpro-Semibold';
}

.product-1 .div-bg h6 {
    font-family: 'Myriadpro-Semibold';
    color: #000;
    font-size: 19px;
}

.product-1 .div-bg p {
    font-size: 15px;
    margin-bottom: 8px;
    font-family: 'Myriadpro-Regular';
    position: relative;
    margin-left: 19px;
}

.product-1 .div-bg img {
    width: 7px;
    margin-right: 10px;
    position: absolute;
    left: -18px;
    margin-top: 6px;
}

.div-bg {
    background-color: #fff;
    padding: 20px 20px;
    border-radius: 8px;
}

.ex-div {
    background-color: #0087A9;
    padding: 8px 0px 8px 0;
    margin: 15px 0 0 0;
    border-radius: 10px;
}

.product-1 .ex-div h5 {
    font-family: 'Myriadpro-Semibold';
    color: #fff;
    font-size: 17px;
    margin-top: 5px;
    margin-bottom: 0;
}

.product-1 .ex-div p {
    text-align: center;
    color: #fff;
    margin-top: 5px;
    margin-bottom: 0;
    font-family: 'Myriadpro-Regular';
}

.product-1 .ex-div .menu-btn {
    background: #fff;
    border: #fff;
    color: #000;
    padding: 6px 12px;
    border-radius: 5px;
    font-size: 12px;
    font-family: 'Myriadpro-Semibold';
}

.product-1 .slot-hr {
    margin-top: 5px;
    margin-bottom: 5px;
}

.product-1 .accordion p {
    margin-bottom: 5px;
    font-family: 'Myriadpro-Regular';
}


.product-1 #faq .card {
    margin-bottom: 7px;
    border: 0;
}

.product-1 #faq .card .card-header {
    border: 0; 
    border-radius: 2px;
    padding: 0;
}

.product-1 #faq .card .card-header .btn-header-link {
    color: #fff;
    display: block;
    text-align: left;
    background: #EBF8FF;
    color: #000;
    padding: 8px 20px 8px 20px;
    font-family: 'Myriadpro-Semibold';
}

.product-1 #faq .card .card-header .btn-header-link:after {
    content: "\f107";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    float: right;
}

.product-1 #faq .card .card-header .btn-header-link.collapsed {
    background: #EBF8FF;
    color: #000;
    font-family: 'Myriadpro-Semibold';
}

.product-1 #faq .card .card-header .btn-header-link.collapsed:after {
    content: "\f106";
}

.product-1 #faq .card .collapsing {
    background: #F3F3F3;
    line-height: 30px;
}

.product-1 #faq .card .collapse {
    border: 0;
}

.product-1 #faq .card .collapse.show {
    background: #F3F3F3;
    line-height: 30px;
    color: #222;
}
.product-1 .dropbox{
    color: #0087A9 !important; 
    font-family: 'Myriadpro-Semibold' !important;
}
.product-1 .fst-slot {
    color: #0087A9; 
    letter-spacing: 0.2px;
    margin-bottom: 0 !important;
}

.product-1 .sp-header {
    color: #0087A9;
    text-transform: uppercase;
    font-family: 'Myriadpro-Semibold';
}

.product-1 .table-bg {
    background-color: #fff;
    padding: 25px 20px 25px 20px;
    border-radius: 8px;
    margin-top: 30px;
}
.product-1 .table-bg .list{
    padding-left: 20px;
    font-size: 14px;
    padding-bottom: 0;
    margin-bottom: 0;
}
.product-1 .table-bg td{
    width: 100%;
}
.product-1 .card-header {
    margin-bottom: 7px !important; 
}

.product-1 .breadcrubs p {
    background-color: #fff;
    border-radius: 8px;
    margin-bottom: 25px;
    margin-top: 25px;
    padding: 8px 8px 8px 8px;
    font-family: 'Poppins-Medium';
    font-size: 15px;
}

.product-1 .breadcrubs span {
    color: #0087A9;
}

.product-1 .breadcrubs a {
    color: #000;
    text-decoration: none;
    font-family: 'Myriadpro-Semibold';
}

.about-mobile {
    display: none;
}

.about-desktop {
    display: block;
}

.tabpane-div .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #0087A9;
    font-family: 'Myriadpro-Semibold';
    text-transform: uppercase;
    opacity: 1;
    font-weight: bolder; 
    border-radius: 25px;
    margin-left: 0;
    position: relative;
    top: 0;
}

.tabpane-div .nav-pills .nav-link {
    font-family: 'Myriadpro-Semibold';
    text-transform: uppercase;
    color: #0087A9; 
    font-size: 18px;
    letter-spacing: 1.1px;
    margin-left: 0;
    position: relative;
    top: 0;
}

.tabpane-div {
    background-color: #fff;
    padding-bottom: 50px;
}

.tabpane-div .nav-pills {
    background-color: #fff;
    border-radius: 25px;
}

.tabpane-div .contntact-bg h1 {
    font-family: 'Myriadpro-Semibold';
    color: #0087A9;
    margin-top: 20px;
    padding-bottom: 20px;
    letter-spacing: 2.3px;
}

.tabpane-div .contntact-bg img {
    font-family: 'Myriadpro-Semibold';
    color: #0087A9;
}

.tabpane-div .contntact-bg {
    background-color: #00adef4f;
    padding: 15px 20px;
    border-radius: 15px;
}

.tabpane-div .contntact-bg p {
    font-family: 'Myriadpro-Regular';
    font-size: 15px;
    padding-top: 20px;
    padding-bottom: 0;
}

.tabpane-div label {
    color: #0087A9;
    font-family: 'Myriadpro-Semibold';
    font-size: 15px;
}
.tabpane-div span{
    color: #FF2E0D;
}
.tabpane-div .form-check-label{
    color: #000;
    font-family: 'Myriadpro-Regular';
    margin-bottom: 20px;
}
.tabpane-div .form-control {
    background-color: #fff !important;
    border: 1px solid #fff !important;
    background-color: #fff !important;
    border: 1px solid #fff !important;
    color: #000;
    font-family: 'Myriadpro-Regular';
}

.tabpane-div .form-group {
    margin-bottom: 0rem;
}

.tabpane-div .menu-btn {
    background: #0087A9;
    border: #0087A9;
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 12px;
    font-family: 'Myriadpro-Semibold';
    width: 100%;
    text-transform: uppercase;
    margin-bottom: -15px;
    margin-top: 20px;
}

.tabpane-div .contntact-bg .cont-1 {
    position: relative;
    top: 15px;
}

.tabpane-div .contntact-bg .cont-2 {
    position: relative;
    top: 15px;
}
.dlinkVisionDiv h4{
    color: #0087A9;
    font-family: 'Myriadpro-Regular';
    margin-top: 50px;
    margin-bottom: 30px;
}
.dlinkVisionDiv1 img{
    width: 100% !important;
    padding-top: 40px;
    padding-bottom: 20px;
}
.ss-new-div .dlinkvision-right{
    width: 116% !important;
    position: absolute;
    left: -46px;
    bottom: 0;
    top: -30px;
} 

.dlinkvision-right{
    width: 115% !important;
    position: relative;
    left: 50px;
    top: 40px;
}
.solu-pTag{
    color: #000;
    font-family: 'Myriadpro-Regular';
    text-align: center;
    margin-bottom: 30px;
}
.cmplt-sol{
    color: #fff; 
    text-align: center;
    font-size: 68px;
    letter-spacing: 3.1px; 
    font-family: 'Nexa-Bold';
    position: relative;
    bottom: -36px;
}
.option-form {
    margin-left: 100px;
    padding-top: 50px;
}

.contactmenu h4 {
    font-family: 'Myriadpro-Semibold';
    color: #0087A9;
    margin-top: 30px;
    margin-bottom: 20px;
    margin-left: 0;
    text-align: left;
}

.single-footer-widget ul {
    display: table-row;
    list-style: none;
}

.single-footer-widget .address .location {
    padding-left: 55px;
    position: relative;
    color: #000;
    padding-bottom: 27px;
}

.single-footer-widget .address .location i {
    position: absolute;
    left: 0;
}

.contactmenu p {
    font-size: 16px;
    font-weight: 400;
    color: #000 !important;
    font-family: 'Myriadpro-Regular';
}

.contactmenu {
    margin-left: 0; 
}

.custom-select {
    background: url(../images/select-arror.png) no-repeat right 0.6rem center/19px;
}

/* .flowers ul li:nth-child(3) {
    display: inline-block;
} */
.flowers ul {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    justify-content: center!important;
}

.flowers ul li {
    list-style: none;
    flex: 0 0 31.333333%;
    margin-right: 16px;
    margin-bottom: 15px;
}

.Accessories-div {
    background-color: #fff;
    padding-bottom: 80px;
}

.Accessories-div p {
    text-align: center;
    font-family: 'MYRIADPRO-BOLD';
    position: relative;
    margin-top: -55px;
    color: #0087A9;
}

.Accessories-div a {
    text-decoration: none;
}

.Indigeneous-div {
    background-color: #0087A9;
    padding-top: 30px !important;
    padding-bottom: 30px;
}

.Indigeneous-div h4 {
    text-align: center;
    font-family: 'Myriadpro-Semibold';
    position: relative;
    margin-top: 6px;
    color: #0087A9;
    font-size: 17px;
}

.indd-inner-div {
    background: #fff;
    padding: 6px 15px 6px 15px;
}

.Indigeneous-div a {
    text-decoration: none;
}

.Indigeneous-div p {
    text-align: justify;
    font-family: 'Myriadpro-Regular';
    color: #000;
}

.Indigeneous-div h2 {
    text-align: center;
    font-family: 'Myriadpro-Regular';
    color: #0087A9;
    padding: 50px 0 30px 0;
}
.Indigeneous-div p{ 
    font-family: 'Myriadpro-Regular'; 
    font-size: 15px; 
    color: #fff;
}
.blog-div h4 {
    font-family: 'Myriadpro-Semibold';
    color: #0087A9;
    font-size: 17px;
    margin-top: 15px;
    margin-bottom: 15px;
    height: 36px;
}

.blog-div p {
    font-family: 'Myriadpro-Regular';
    font-size: 15px;
}

.blog-div .blog-right p {
    font-family: 'Myriadpro-Semibold';
    font-size: 15px;
    color: #0087A9;
}

.blog-div a {
    text-decoration: none;
    color: #0087A9;
    font-family: 'Myriadpro-Semibold';
    font-size: 15px;
}

.blog-div .blog-left {
    text-align: left;
}

.blog-div .blog-right {
    text-align: right;
}

.blog-div {
    background-color: #fff;
    padding-bottom: 60px;
}

.blog-inner {
    background-color: #c7c9cc;
    padding: 15px;
    margin-top: 25px;
}

/*--------- Pager4 ---------*/
.blog-div .Pager4 .pagination .page-item .page-link {
    color: #000;
    border: 0;
    background-color: #fff;
}

.blog-div .Pager4 .pagination.pagination-circle .page-item.active .page-link {
    color: white;
    background-color: #0087A9;
}

.blog-div .Pager4 .pagination.pagination-circle .page-item.active .page-link:hover {
    background-color: #BD5410;
}

.blog-div .Pager4 .pagination .page-item .page-link:hover {
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    border-radius: .125rem;
    background-color: #eee;
}

.blog-div .Pager4 .pagination.pagination-circle .page-item .page-link:hover {
    border-radius: 50%;
}

.blog-div nav {
    padding-top: 60px;
}

.blog-div .pagination.pagination-circle .page-item.active .page-link {
    border-radius: 50%;
}

.blog-div .pagination .page-item .page-link:hover {
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    border-radius: .125rem;
    background-color: #eee;
}

.blog-div .pagination.pg-blue .page-item.active .page-link:hover {
    background-color: #BD5410;
}

.blog-div .pagination .page-item.active .page-link {
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    border-radius: .125rem;
    background-color: #BD5410;
    color: #fff;
}

.blog-div .pagination .page-item .page-link {
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    outline: 0;
    border: 0;
    background-color: transparent;
    font-size: .9rem;
    color: #999;
    font-weight: bold;
}

.blog-div .pagination.pagination-circle .page-item .page-link:hover {
    border-radius: 50%;
}

.blog-div .pagination.pagination-circle .page-item .page-link {
    margin-left: 2px;
    margin-right: 2px;
    border-radius: 50%;
}

.blog-div .pagination .page-item.active .page-link {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
}

.blog-div .page-link {
    border: none !important;
}

.blog-div .details-div {
    background-color: #fff;
    padding: 20px;
}

.blog-div .details-div h2 {
    color: #0087A9;
    font-family: 'Myriadpro-Semibold';
    padding: 20px 0 10px 0;
    text-align: left;
    font-size: 27px;
}

.blog-div h2 {
    color: #0087A9;
    font-family: 'Myriadpro-Semibold';
    padding: 30px 0 0px 0;
    text-align: center;
}

.Indigenous-div-img {
    text-align: left !important;
}

.Indigenous-div-img img {
    width: 80px !important;
}

.service-center .sc-c-div {
    background-color: #fff;
    padding: 20px 15px 0 15px;
    margin-top: 25px;
    border-radius: 8px;
    height: 340px;
}

.service-center .sc-c-div .single-footer-widget p {
    color: #000;
    font-family: 'Myriadpro-Regular';
    font-size: 15px;
    margin-bottom: 2px;
}

.service-center .sc-c-div h4 {
    font-family: 'Myriadpro-Semibold';
    color: #0087A9;
    text-transform: uppercase;
    font-size: 20px;
    margin: 0px 0 20px 0;
    text-align: left;
}

.map-img {
    margin-top: 65px;
}

.faq-div .fst-slot {
    font-family: 'Myriadpro-Regular';
    color: #000;
    font-size: 15px;
}

.faq-div .fst-slot-1 {
    font-family: 'Myriadpro-Semibold';
    color: #000;
    font-size: 15px;
}

.faq-div .fst-slot-1 a {
    font-family: 'Myriadpro-Semibold';
    color: #000;
    font-size: 15px;
    text-decoration: none;
}

.faq-div img {
    width: 7px;
    margin-right: 10px;
    position: relative;
    bottom: 2px;
}

.faq-div #faq .card .card-header .btn-header-link {
    color: #0087A9 !important;
    display: block;
    text-align: left;
    background: #F1F2F4;
    color: #000;
    padding: 8px 20px 8px 20px;
    font-family: 'Myriadpro-Semibold';
    font-size: 17px;
}

.faq-div #faq .card .collapse.show {
    background: #fff;
    line-height: 30px;
    margin: 0 10px;
}
.faq-table table{
    font-family: 'Myriadpro-Regular';
    color: #000;
    font-size: 15px;
    letter-spacing: 0.2px;
    border: 1px solid #fff;
}
.faq-div #faq .card-body{
    background-color: #F1F2F4;
}
.faq-div #faq .card {
    margin-bottom: 12px;
    border: 0;
    background-color: #fff;
}
.faq-div .tab-content{
    padding: 50px 20px 0 20px;
}
.faq-div .card-header {
    margin-bottom: 0px !important; 
}

.faq-div #faq .card .card-header .btn-header-link.collapsed {
    background: #F1F2F4;
    color: #0087A9 !important;
    font-family: 'Myriadpro-Semibold';
}

.faq-div #faq .card .collapsing {
    background: #fff;
    line-height: 30px;
    margin: 0 10px;
}

.faq-div #faq .card .card-header {
    border-radius: 0px;
    border: 1px solid #0000;
}
.firmTable .card-body{
    padding-top: 0;
    padding-bottom: 0;
    background-color: #F1F2F4;
}
.software-div .menu-btn {
    background: #0087A9;
    border: #0087A9;
    color: #fff;
    padding: 10px 20px;
    border-radius: 8px;
    font-size: 12px;
    font-family: 'Myriadpro-Semibold';
    margin-top: 20px;
}

.software-div h2 {
    color: #0087A9;
    font-family: 'Myriadpro-Semibold';
    text-align: center;
    font-size: 26px;
    margin-top: 35px;
    margin-bottom: 30px;
}
.firmTable .menu-btn {
    background: #0087A9;
    border: #0087A9;
    color: #fff;
    padding: 8px 35px;
    border-radius: 5px;
    font-size: 15px;
    font-family: 'Myriadpro-Semibold';
    width: 85%;
    text-transform: initial;
    margin-bottom: 0;
    margin-top: 0;
}
.firmTable .table{
    color: #000 !important;
    font-family: 'Myriadpro-Regular';
    font-size: 15px;
}
.firmTable .table thead tr{
    color: #000 !important;
    font-family: 'Myriadpro-Semibold';
    font-size: 15px;
}
.firmTable td { 
    border-top: 1px solid #00000026;
}
.firmTable .tp-border{
    border-top: 0px solid;
}
.software-div p {
    font-family: 'Myriadpro-Regular';
    font-size: 15px;
    margin-top: 15px;
}

.software-div ul {
    padding-left: 0;
}

.software-div img {
    width: 375px;
}

.software-div li {
    font-family: 'Myriadpro-Regular';
    font-size: 15px;
    background: url(../images/elips.png) 0 6px no-repeat;
    list-style: none;
    padding-left: 17px;
    margin-bottom: 4px;
}

.software-div h5 {
    color: #0087A9;
    font-family: 'Myriadpro-Semibold';
    margin-top: 30px;
    margin-bottom: 20px;
}

.software-div .desk-1img {
    margin-top: 50px;
}

.software-div>.active {
    display: block; 
    padding: 0px 25px 10px 25px;
}

.software-div .dsvs-section .sc-div .mobile-img {
    margin-top: 85px;
}

.software-div .sc-div li {
    background: none !important;
}

.software-div .dsvs-section .frs-div img {
    width: 68px;
    margin-top: 30px;
}

.software-div .dsvs-section .sen-div img {
    width: 215px;
}

.software-div .alignmt-img {
    text-align: right;
}

.footer-desktop {
    display: block;
    background-color: #515356;
}

.footer-mobile {
    display: none;
    background-color: #F1F2F4;
}

.newsletter-div {
    margin-top: 15px;
}

.sft-wrapper {
    margin-right: 30px;
}

.sft-wrapper-1 {
    margin-left: 30px;
}

.sft-wrapper:after {
    content: "";
    background-color: #70707052;
    position: absolute;
    width: 2px;
    height: 100%;
    top: 0px;
    left: 100%;
    display: block;
}

/* .indig-img {
    width: 200px !important;
} */

.car-desktop {
    display: block !important;
}

.car-mobile {
    display: none !important;
}

.search-btn {
    width: 16px !important;
    height: 16px !important;
    margin-top: 7px;
}


/* search area box */
.wb-search-form {
    width: 30%;
    position: absolute;
    z-index: 99999;
    height: 80px;
    background-color: #0087A9;
    top: -200px;
    left: 70%;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    overflow-x: hidden;
}

.search-form-on .wb-search-form {
    top: 137px;
}

.sticky .wb-search-form {
    height: 80px;
}

.wb-search-form form {
    position: relative;
    z-index: 1;
}

.wb-search-form form input {
    width: 100%;
    border: 1px solid #fff;
    background-color: #fff;
    height: 50px;
    color: #000;
    padding: 0 20px;
    font-size: 15px;
    outline: 0;
    font-family: 'Myriadpro-Regular';
}

/* close button */
.findbtn{
    font-size: 20px;
    position: absolute;
    z-index: 9;
    background-color: transparent;
    margin-top: -15px;
    top: 50%;
    border-radius: 50%;
    right: 74px;
    color: #0087A9;
    cursor: pointer;
    text-align: center; 
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}
#closeBtn {
    width: 30px;
    height: 30px;
    position: absolute;
    z-index: 9;
    background-color: transparent;
    margin-top: -15px;
    top: 50%;
    border-radius: 50%;
    right: 30px;
    color: #fff;
    cursor: pointer;
    text-align: center;
    opacity: 0.5;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

#closeBtn:hover {
    opacity: 1;
}

#closeBtn>i {
    color: black;
    line-height: 30px;
    font-size: 24px;
}



.wb-search-btn>a,
.wb-signin-btn>a {
    color: #323232;
    display: inline-block;
    margin-right: -10px;
    font-size: 19px;
}

.wb-search-btn>a i {
    padding-right: 10px;
    color: #0087A9;
    margin-top: 8px;
} 
 
.product-cabinate{
    padding: 0 0 50px 0;
    background-color: #fff;
}
.product-cabinate .nav-pills-custom .nav-link {
    color: #204945; 
    position: relative;
    margin: 0 0 0 0;
    box-shadow: none;
    font-family: 'Myriadpro-Regular';
    padding-left: 30px;
    border-bottom: 1px solid #0000001a;
    border-radius: 0;
    font-size: 19px;
}

.product-cabinate .nav-pills-custom .nav-link.active {
    color: #0087A9;
    background: #F1F2F4;
    margin: 0 0 0 0;
    /* box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important; */
    font-family: 'Myriadpro-Regular';
    padding-left: 30px;
    font-size: 19px;
}    
.product-cabinate .nav-pills-custom{
    background-color: #F1F2F4;
    padding: 20px 20px 20px 20px;
    border-radius: 0;
}
.product-cabinate .tab-pane{
    padding: 30px 30px;
    background-color: #F1F2F4;
    border-radius: 0 !important;
    padding: 30px 30px 25px 30px;
}
.product-cabinate .tab-content{
    padding-top: 0;
    border-top: none;
}
.technical-videos h4{
    margin-bottom: 50px !important;
    padding: 18px 10px 18px 10px !important;
    font-size: 15px !important;
    background-color: #fff;
}
.product-cabinate .tab-content h3{
    color: #355D5A;
    margin-top: 25px;
    margin-bottom: 15px;
    font-size: 20px; 
    font-family: 'Myriadpro-Regular';
}
.product-cabinate .tab-content p{
    color: #204945;
    text-align: left;
    margin-bottom: 15px;
    font-size: 15px;
}
.product-cabinate .tab-content span{
    font-family: 'Myriadpro-Regular';
}
.product-cabinate .nav-pills-custom .nav-link.active:before{
    border-color: #0087A9 transparent transparent transparent;
    border-style: solid;
    border-width: 12px 6px 0px 6px;
    content: "";
    display: block;
    left: calc(2% - 0px);
    position: absolute;
    width: 0px;
    top: 15px;
    z-index: 10;
    rotate: 630deg;
}
.product-cabinate h4{
    font-size: 15px;
    padding-top: 18px;
    padding-bottom: 0;
    margin-bottom: 0;
}
.product-cabinate .menu-btn {
    background: #0087A9;
    border: #0087A9;
    color: #fff;
    padding: 6px 20px;
    border-radius: 5px;
    font-size: 12px;
    font-family: 'Myriadpro-Semibold';
    margin-top: 30px;
    margin-bottom: 50px;
}
.product-cabinate .pagination,
.product-cabinate .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.product-cabinate .pagination {
  margin-top: 50px;
}

.product-cabinate .btn-nav,
.product-cabinate .btn-page {
  border-radius: 50%;
  background-color: #fff;
  cursor: pointer;
}

.product-cabinate .btn-nav {
  padding: 8px;
}

.product-cabinate .btn-nav {
  width: 42px;
  height: 42px;
  border: 0px solid #087f5b;
  color: #087f5b;
}

.product-cabinate .btn-nav:hover,
.btn-page:hover {
  background-color: #0087A9;
  color: #fff;
}

.product-cabinate .btn-page {
    border: 1px solid;
  width: 36px;
  height: 36px;
  font-size: 16px; 
  font-family: 'Myriadpro-Regular';
}

.product-cabinate .btn-selected {
    color: #fff;
    border: 2px solid #0087A9;
    background-color: #0087A9;
}
.product-cabinate .pagination img{
    width: 85%;
}
.product-cabinate .pagination .dots{
    font-size: 50px;
    color: #0087A9;
}
.webinar-section .dot{
    width: 8px;
    margin-right: 10px;
    position: relative;
    bottom: 2px;
}
.webinar-section{
    background-color: #fff;
    font-size: 19px;
}
.webinar-section .menu-btn {
    background: #0087A9;
    border: #0087A9;
    color: #fff;
    padding: 6px 20px;
    border-radius: 5px;
    font-size: 14px;
    font-family: 'Myriadpro-Semibold';
    text-transform: uppercase;
}
.webinar-section .bg{
    background-color: #F1F2F4;
    margin-bottom: 20px;
    padding: 10px 0 0 0;
}
.webinar-section p{
    color: #0087A9;
    font-family: 'Myriadpro-Semibold'; 
    font-size: 17px;
}
.webinar-section .right-align-div{
    text-align: right;
}
.contntact-bg .errors p{
    padding-top: 0;
    padding-bottom: 0;
}
.policy-div .c-block__body{
    background-color: #F1F2F4;
    padding: 20px;
}
.policy-div h1{
    color: #0087A9;
    font-family: 'Myriadpro-Semibold';
    text-transform: uppercase;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
    letter-spacing: 5.1px;
}
.policy-div h2{
    color: #0087A9;
    font-family: 'Myriadpro-Regular';
    text-align: left;
    margin-top: 0;  
    font-size: 28px;
}
.policy-div p{
    font-size: 15px;
    font-family: 'Myriadpro-Regular';
}
.policy-div ul{
    font-size: 15px;
    font-family: 'Myriadpro-Regular';
}
.become-partner-div .menu-btn { 
    margin-bottom: 10px;
    margin-top: 15px;
}
.become-partner-div-1 p{
    padding-top: 0 !important;
}
.become-partner-div .custom-select{
    font-size: 15px;
    font-family: 'Myriadpro-Regular';
    color: #000;
}
.touch-image{
    position: relative;
    top: -30px;
}
.touch-image img{
    width: 35%;
    position: absolute;
    left: 65%;
    right: 100%;
}

.touch-image-1{
    position: relative;
    top: 0;
}
.touch-image-1 img{
    width: 54%;
    position: absolute;
    left: 59%;
    right: 100%;
}
.software-div-desktop{
    display: none;
}
.events-section .menu-btn {
    background: #0087A9;
    border: #0087A9;
    color: #fff !important;
    padding: 9px 50px;
    border-radius: 5px;
    font-size: 20px;
    font-family: 'Myriadpro-Semibold';
    margin-top: 50px;  
}
.events-section p{ 
    font-family: 'Myriadpro-Regular';
    color: #0087A9;
}
.events-section .date{
    color: #000;
    font-family: 'Myriadpro-Regular';
    font-size: 18px;
    margin-top: 15px;
}
.events-section .name{
    color: #0087A9;
    font-family: 'Myriadpro-Regular';
    font-size: 17px;
    margin-top: 10px;
}
.events-section{ 
    background-color: #fff;
}
.events-section a{
    text-decoration: none;
}
.events-section .tittle{ 
    font-family: 'Myriadpro-Semibold';
    margin-bottom: 30px;
}
.marketing-header{
    padding-bottom: 0 !important;
    margin-bottom: 0;
}
.marketing-p{
    margin-bottom: 25px;
    padding-top: 10px !important;
}
.firmware-search-div{
    position: relative;
    top: -30px;
}
.firmware-search-div .btn-secondary{
    background: #0087A9;
    border-color: #0087A9;
}
.back-to-top {
    position: fixed;
    bottom: 25px;
    right: 25px;
    display: none;
}
.back-to-top img{
    width: 40px;
}
.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.embed-responsive-4by3::before {
    padding-top: 0%;
}








/*-- footer --*/
.footer-last{
    padding-bottom: 20px;
    background-color: #8e8f93;
    padding-top: 20px;
}
.ftl-desktop{
    display: block;
}
.ftl-mb{
    display: none;
}
.footer-last ul{
    display: inline-flex;
    list-style: none;
    padding-left: 13px;
}
.footer-last a{
    color: #000; 
}
.footer-last li{
    color: #000;
    font-size: 15px;
    font-family: 'Myriadpro-Regular';
    margin: 0 32px 0 32px;
}
.footer-desktop .border-bottom{
    border-bottom: 0px solid #70707052  !important;
}
.product_PL li {
    display: inline-flex;
    margin-right: 8px;
    margin-left: 8px;
}

.product_PL li img {
    width: 25px;
}

.single-footer-widget .address .location {
    padding-left: 35px;
    position: relative;
    color: #000;
    padding-bottom: 13px;
    font-family: 'Myriadpro-Regular';
    font-size: 13px; 
    text-align: left;
}

.single-footer-widget .address .location i {
    position: absolute;
    left: 0;
}

.single-footer-widget .address .location i img {
    width: 70%;
}

.single-footer-widget h1 {
    color: #fff;
    font-family: 'Poppins-Medium';
    padding-top: 70px;
    padding-bottom: 40px;
}

.single-footer-widget p {
     padding-top: 0 !important;
}

footer {
    padding: 0 15px 0 15px; 
    margin-top: 50px;
    border-bottom: 2px solid #70707052 !important; 
}

.footer-middle {
    border-radius: 0; 
    margin-bottom: 25px;
    padding: 0 0;
    padding-right: 0;
    padding-left: 18px;
}

.single-footer-widget {
    margin-top: 0;
    text-align: -webkit-center;
}

.product_PL {
    margin-bottom: 0;
    padding-left: 10px;
}

.product_PL .footer_logo {
    width: 220px;
    margin-top: 15px;
}

.footer-menu {
    padding: 15px 0 0 25px;
}

.footer_div {
    text-align: end;
}
.header-part .footer-menu h4{
    padding-top: 0 !important;
    margin-bottom: 0;
}
.header-part .footer-menu {
    padding-top: 15px !important;
    margin-bottom: 0;
    padding-bottom: 0;
}
.footer_pt {
    font-family: Philosopher;
}

footer .submit-btn i {
    padding: 5px 7px;
    border-radius: 5px;
    background: #a74300;
    margin-left: 6px;
}

footer .footer-logo {
    text-align: center;
    padding-bottom: 25px;
    padding-top: 15px;
}

footer .footer-logo img {
    width: 185px;
}

footer .footer-bottom {
    padding: 40px 15px 10px 15px;
}

footer .footer-bottom p {
    margin: 0;
    color: #000;
    font-size: 13px;
    font-weight: 400;
    font-family: 'Myriadpro-Regular';
    text-align: center;
}

.footer-social ul li img {
    width: 26px;
}

.product_PL p {
    font-weight: 500;
    font-size: 12px;
    color: #000;
    text-align: justify;
    padding-top: 10px;
    font-family: 'Myriadpro-Regular';
}

.float-right {
    float: right !important;
    font-size: 13px;
    font-family: 'Myriadpro-Regular';
}

.float-right a {
    color: #000;
}

.social_PR {
    padding-right: 53px !important;
}

.footer-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-menu .menu-btn {
    background: #0087A9;
    border: #0087A9;
    color: #fff;
    padding: 6px 12px;
    border-radius: 5px;
    font-size: 12px;
    font-family: 'Myriadpro-Semibold';
    margin-top: 35px;
}

.footer-menu ul li {
    display: block;
    text-align: left;
    padding-bottom: 7px;
    color: #cfad6b;
    font-size: 12px;
}

.footer_links {
    display: list-item !important;
    color: #0087A9 !important;
}

.footer-menu h4 {
    color: #fff !important;
    font-family: 'MYRIADPRO-BOLD';
    font-size: 19px;
    letter-spacing: 2.1px;
    margin-top: 18px;
    text-transform: uppercase;
}

.footer-menu ul li a {
    color: #fff;
    font-size: 15px;
    font-family: 'Myriadpro-Regular';
}

.footer-menu ul li a:hover {
    color: #000;
    text-decoration: none;
}

.footer-social {
    text-align: right;
    padding: 20px 0;
}

.footer-social ul {
    margin: 0;
    padding: 0;
}

.footer-social ul li {
    display: inline-block;
    padding-left: 15px;
    padding-bottom: 18px;
    color: #997d4a;
    font-weight: 600;
}

.extra_footer {
    text-align: center;
    color: #fff !important;
    font-weight: 300;
    background-color: #120441;
    padding-top: 15px;
}

.extra_footer a {
    color: #fff !important;
}

.footer-menu .form-control {
    width: 100%;
    height: calc(1em + 0.75rem + 2.5px);
    padding: 15px 10px;
    font-size: 15px;
    box-shadow: 0 0 12px #00000021;
    border: 1px solid#fff;
    background-color: #fff;
    border-radius: 10px;
    font-family: 'Myriadpro-Regular';
}

.newsletter-div {
    background-color: #7EAFCA;
    padding: 10px 15px;
    border-radius: 10px;
    margin-top: 147px;
}

.footer-menu label {
    font-family: 'Myriadpro-Semibold';
}

.footer-menu .submit-btn {
    background: #fff;
    color: #a48b68;
    padding: 4px 0;
    border-radius: 8px;
    width: 40%;
    border: 1px solid #a48b68;
    margin: 0 0 15px 0;
    font-size: 13px;
    font-weight: 500;
}

.social {
    color: #cfad6b;
    font-size: 20px;
    margin-right: 12px;
}

.social_top {
    color: #cfad6b;
    font-size: 15px;
    margin-left: 12px;
}

.social_top_footer {
    color: #cfad6b;
    font-size: 19px;
    margin-right: 12px;
}

.social_top_footer img {
    width: 23px;
    margin: 0 11px 0 0;
}

.footer_arrow {
    width: 20px;
    margin-right: 5px;
}
.security-mail{
    position: relative;
    bottom: 6px;
}
.contntact-bg .contact-form .error{
color: red;
}
/* end footer */




@media only screen and (min-width: 1200px) and (max-width: 1356px) {
    .wb-search-btn>a, .wb-signin-btn>a {
        color: #323232;
        display: inline-block;
        margin-right: 20px;
        font-size: 19px;
    }
    .ss-new-div .dlinkvision-right {
        width: 108% !important;
        position: absolute;
        left: -22px;
        bottom: 0;
        top: -30px;
    }
    .sol-section .product-div-1 img {
        width: 209px;
    }
    .dlinkvision-right {
        width: 115% !important;
        position: relative;
        left: -5px;
    }
}

@media only screen and (max-width: 1335px) {}

@media only screen and (max-width: 1199px) {}



@media only screen and (min-width: 768px) {}

@media only screen and (min-width: 768px) and (max-width: 1045px) {}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .service-center .sc-c-div {
        background-color: #fff;
        padding: 20px 15px 0 15px;
        margin-top: 25px;
        border-radius: 8px;
        height: 310px;
    }
    .ab-img-1 { 
        height: 100%;
    }
    .ab-img-2 {
        height: 100%;
    }
    .footer-last ul {
        display: inline-flex;
        list-style: none;
        padding-left: 0;
    }
    .footer-last li {
        color: #000;
        font-size: 13px;
        font-family: 'Myriadpro-Regular';
        margin: 0 0 0 0;
    }
    .ftl-desktop{
        display: none;
    }
    .ftl-mb{
        display: block;
    }
    .ss-new-div .dlinkvision-right {
        width: 100% !important;
        position: relative;
        left: 13px;
        bottom: 17px;
    }
    .dlinkvision-right {
        width: 100% !important;
        position: relative;
        left: 61px;
    }
    .product-cabinate .menu-btn {
        background: #0087A9;
        border: #0087A9;
        color: #fff;
        padding: 7px 5px;
        border-radius: 5px;
        font-size: 11px;
        font-family: 'Myriadpro-Semibold';
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .wb-search-btn>a,
    .wb-signin-btn>a {
        margin-right: 0;
        margin-left: 15px;
        padding: 10px 0;
    }
    .search-form-on .wb-search-form {
        top: 420px;
    }
    .wb-search-form {
        width: 100%;
        position: absolute;
        z-index: 99999;
        height: 80px;
        background-color: #0087A9;
        top: -200px;
        left: 0;
        -webkit-transition-duration: 500ms;
        transition-duration: 500ms;
        overflow-x: hidden;
    }
    .arri-section p {
        color: #fff;
        font-size: 11px;
        margin-top: 15px;
        font-family: 'Myriadpro-Regular';
        text-align: center;
    }

    .indig-img {
        width: 155px !important;
    }

    .ab-img-1 {
        width: 100%;
        margin-top: 29px;
    }

    .ab-img {
        height: 100%;
        width: 100%;
        margin-top: 29px;
    }

    .service3 .cs-desktop {
        display: none;
    }

    .footer-middle {
        padding-right: 15px;
        padding-left: 15px;
    }

    .newsletter-div {
        margin-top: 90px;
    }

    .service3 .cs-mobile {
        display: block;
    }

    .footer-div {
        position: absolute;
        width: 100%;
        bottom: -239px;
    }

    .software-div .desk-1img {
        margin-top: 0;
    }

    .Header-text-1 h1 {
        font-size: 20px;
    }

    .Header-text-1 p {
        font-size: 11px;
    }

    .footer-menu .menu-btn {
        background: #0087A9;
        border: #0087A9;
        color: #fff;
        padding: 6px 12px;
        border-radius: 5px;
        font-size: 12px;
        font-family: 'Myriadpro-Semibold';
        margin-top: 15px;
    }

    .Header-text-1 {
        position: relative;
        margin-top: -30%;
        left: 0%;
    }

    .room-section .owl-next {
        right: -38px;
    }

    .room-section .owl-prev {
        left: -38px;
    }

    .room-section h1 {
        padding-top: 30px;
    }

    .room-section .room-tag {
        margin-left: 0;
    }

    .aboutUs-section h2 {
        margin-top: 0;
    }

    .arri-section h3 {
        margin-top: 0;
        font-size: 22px;
    }

    .room-section h1 {
        margin-top: -26px;
    }

    .tab-margin {
        position: relative;
        bottom: 111px;
    }

    .simple-text p {
        font-size: 11px;
    }

    .pr-section {
        padding-bottom: 20px;
    }

    .product_PL {
        padding-left: 0;
    }

    .footer-menu {
        padding: 10px 0 0 0px;
    }

    .dsvs-section .dsvs-img {
        position: relative;
        bottom: 0;
        left: -37px;
        top: 26px;
    }

    .dsvs-section .dsvs-img img {
        width: 100%;
    }

    .arri-section h4 {
        color: #fff;
        font-size: 13px;
        margin-top: 0;
    }

    .product-div .grid .card-body {
        margin-top: 15px;
        height: 300px;
    }

    .product-div .grid {
        margin-top: 0;
    }

    .arri-section .rang-div {
        margin-top: 10px;
    }

    .arri-section h1 {
        font-size: 31px;
    }

    .dsvs-section .sc-div .mobile-img {
        margin-top: 59px;
    }

    .flowers ul li {
        list-style: none;
        flex: 0 0 46.333333%;
        margin-right: 16px;
        margin-bottom: 15px;
    }

    .blog-div h4 {
        font-family: 'Myriadpro-Semibold';
        color: #0087A9;
        font-size: 12px;
        margin-top: 15px;
        margin-bottom: 15px;
        height: 36px;
    }

    .blog-div a {
        text-decoration: none;
        color: #0087A9;
        font-family: 'Myriadpro-Semibold';
        font-size: 11px;
    }

    .blog-div .blog-right p {
        text-align: right;
    }

    .blog-div .details-div h2 {
        font-size: 20px;
    }

    .software-div img {
        width: 100%;
    }

    .software-div .dsvs-section .sen-div img {
        width: 100%;
    }

    .software-div .dsvs-section .frs-div img {
        width: 50px;
        margin-top: 30px;
    }

}

@media only screen and (min-width: 767px) and (max-width: 850px) {}

@media only screen and (min-width: 851px) and (max-width: 991px) {}

@media only screen and (min-width: 992px) and (max-width: 1199px) {}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .footer-last li { 
        margin: 0px 21px 0 21px;
    }
    .ss-new-div .dlinkvision-right {
        width: 114% !important;
        position: absolute;
        left: -39px;
        bottom: 0;
        top: -30px;
    }
    .footer-last li { 
        font-size: 14px; 
    }
    .footer-menu ul li a { 
        font-size: 15px; 
    }
    .wb-search-btn>a,
    .wb-signin-btn>a {
        margin-right: -7px;
        font-size: 15px;
        margin-left: 15px;
    }
    .cmplt-sol {
        color: #fff;
        text-align: center;
        font-size: 68px;
        letter-spacing: 3.1px;
        font-family: 'Poppins-thin';
        position: relative;
        bottom: 0;
    }
    .dlinkvision-right {
        width: 100% !important;
        position: relative;
        left: 50px;
    }
    .indig-img {
        width: 157px !important;
    }

    .ab-img-1 {
        width: 100%;
        margin-top: 41px;
    }

    .ab-img {
        height: 79%;
        width: 100%;
        margin-top: 41px;
    }

    .top-header p {
        font-size: 12px;
    }

    .top-header .top_header_social_1 {
        padding: 10px 14px 1px 14px;
        border-radius: 0 0px 10px 10px;
    }

    .footer-menu label {
        font-family: 'Myriadpro-Semibold';
        font-size: 15px;
    }

    .footer-menu {
        padding: 10px 20px 0px 20px;
    }

    .tab-margin {
        position: relative;
        margin-bottom: -125px;
        bottom: 152px;
    }

    .Header-text-1 p {
        color: #fff;
        font-size: 30px;
        margin-top: 16px;
        letter-spacing: 0.9px;
    }

    .Header-text-1 h1 {
        font-size: 55px;
        color: #EDAE4F;
        font-weight: 900;
    }

    .room-section .owl-next {
        right: -21px;
        outline: none;
        border: none;
    }

    .room-section .owl-prev {
        left: -21px;
        outline: none;
        border: none;
    }

    .nav-item {
        margin-left: 9px;
    }

    .room-section h1 {
        margin-top: 36px;
    }

    .arri-section .rang-div {
        margin-top: 27px;
    }

    .dsvs-section .sc-div li {
        margin-right: 4px;
    }

    .product-1 .ex-div .menu-btn {
        font-size: 9px;
    }

    .flowers ul li {
        list-style: none;
        flex: 0 0 30.333333%;
        margin-right: 16px;
        margin-bottom: 15px;
    }

    .product-div .grid .card-body {
        height: 270px;
    }

    .service-center .sc-c-div {
        height: 395px;
    }


}

@media only screen and (max-width: 991px) {
         
    .dropdown-menu.show {
        display: block !important;
    }
    .dropdown:hover>.dropdown-menu {
        display: none;
    }
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: relative;
        top: 0%;
    }
    .sft-wrapper:after {
        content: "";
        background-color: #70707052;
        position: absolute;
        width: 0px;
        height: 100%;
        top: 0px;
        left: 100%;
        display: block;
    }
    .touch-image{
        display: none;
    }
    .touch-image-1{
        display: none;
    }
    .software-div-desktop{
        display: block;
    }
    .navbar {
        z-index: 99;
        padding: 10px 0px 10px 10px;
    }

    .navbar-toggler {
        margin-right: 15px;
    }

    .navbar-login {
        background: transparent;
    }

    .nav-item.login .nav-link {
        background: transparent;
        /* color: rgba(0,0,0,.5); */
        padding: .5rem 0rem;
        border-radius: 0;
    }

    .top-header {
        display: none;
    }

    .footer-menu h4 {
        margin-top: 20px;
        font-size: 13px;
    }

    .footer_pt {
        padding-bottom: 10px !important;
    }
    .product_PL li {
        display: inline-flex;
        margin-right: 3px;
        margin-left: 3px;
    }

}

@media only screen and (max-width: 500px) {}

@media only screen and (max-width: 767px) {
    h1 {
        font-size: 40px;
    } 

    h2 {
        font-size: 24px;
    }

    h3 {
        font-size: 22px;
    }

    h4 {
        font-size: 20px;
    }

    h5 {
        font-size: 15px;
    }

    h6 {
        font-size: 16px;
    }  
    .navbar-brand img {
        width: 170px;
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .firmware-search-div{
        position: relative;
        top: 0;
        padding-top: 30px;
    } 
    .footer-last ul {
        display: block;
        list-style: none;
        padding-left: 0;
    }
    .footer-last li { 
        margin: 0 0 12px 17px;
    }
    .explore-div img {
        width: 295px;
    }
    .product-cabinate {
        padding: 50px 0 50px 0; 
    }
    .tabpane-div { 
        padding-top: 50px;
    }
    .events-section{
        padding-top: 50px;
    }
    .webinar-section{
        padding-top: 50px;
    }
    .room-section .right-border {
        border-right: 0px solid #0087a96e;
    }
    .arri-section .border-btm {
        border-bottom: 0px solid #0087a96e;
    }
    .dlinkVisionDiv{
        padding-top: 30px;
    }  
    .solu-pTag { 
        margin-top: 35px !important;
    }
    .sol-section .product-div-1 {
        text-align: center;
        position: relative;
        bottom: -23px;
    }
    .ss-new-div .dlinkvision-right {
        width: 100% !important;
        position: relative;
        left: 0;
        top: 0;
        bottom: 0;
    }
    .tabpane-div .menu-btn { 
        margin-bottom: 5px; 
    }
    .firmTable .menu-btn {
        width: 100%;
        padding: 8px 20px;
        font-size: 11px;
    }
    .software-div li { 
        font-size: 15px; 
    }
    .faq-div ul{
        padding-left: 10px;
    }
    .sft-wrapper-1 {
        margin-left: 0;
    }
    .sft-wrapper {
        margin-right: 0;
    }
    .product-cabinate .nav-pills-custom .nav-link.active:before {
        border-color: #0087A9 transparent transparent transparent;
        border-style: solid;
        border-width: 12px 6px 0px 6px;
        content: "";
        display: block;
        left: calc(0% - 0px);
        position: absolute;
        width: 0px;
        top: 15px;
        z-index: 10;
        rotate: 630deg;
    }
    .webinar-section .bg { 
        margin-bottom: 20px;
        padding: 10px 0 10px 0;
    }
    .dlinkvision-right {
        width: 100% !important;
        position: relative;
        left: 36px;
    }
    .software-div .dsvs-section .frs-div img {
        width: 50px;
        margin-top: 30px;
    }
    .dlinkvision-right {
        width: 100% !important;
        position: relative;
        left: 12px;
    }
    .tabpane-div .nav-pills .nav-link { 
        font-size: 12px; 
    }
    .software-div>.active {
        display: block;
        padding: 0px 0px 10px 0px;
    }
    .cmplt-sol {
        color: #fff; 
        text-align: center;
        font-size: 50px;
        letter-spacing: 3.1px;
        font-family: 'Poppins-thin';
        position: relative;
        bottom: 0;
    }
    .software-div img {
        width: 100%;
    } 
    .webinar-section .right-align-div{
        text-align: left;
    }
    .Header-text-1 {
        position: relative;
        margin-top: -45%;
        left: auto;
        right: auto;
    } 

    .find-section .menu-btn {
        margin-top: 15px;
    }

    .banner_mb .btn-img {
        width: 20%;
    }

    .footer-menu {
        padding: 0px 15px 0 15px;
    }

    .navbar-nav {
        margin-top: 15px;
    }

    .nav-item {
        margin-left: 0;
    }

    .float-right {
        float: initial !important;
    }

    .megamenu {
        padding: 20px 0;
        width: 100%;
    }

    .footer_logo {
        width: 275px;
    }

    .footer_bg {
        background-color: #000;
        padding: 10px 5px;
    }

    .room-section .owl-prev {
        left: 0;
    }

    .find-section {
        margin-top: 60px;
    }

    .room-section .owl-next {
        right: 0;
    }

    .arri-section .home-crou {
        margin: 0 0 0 0;
        width: 100%;
    }

    .footer-menu ul {
        display: block;
        list-style: none;
        padding-left: 0;
    }

    .footer-menu .links li {
        margin-left: 0;
        margin-right: 0;
        color: #EECE8B;
        margin-bottom: 15px;
    }

    footer {
        text-align: left;
        padding-top: 15px;
    }

    .footer-menu .social {
        display: inline-flex;
        list-style: none;
        padding-left: 0;
    }

    .footer-menu .social li {
        margin-left: 0;
        margin-right: 25px;
        padding-top: 30px;
        padding-bottom: 20px;
    }

    .footer-menu h1 {
        padding-bottom: 20px;
    }

    .banner_desktop {
        position: relative;
        margin-top: 0;
    }

    .Header-text-1 h1 {
        font-size: 23px;
    }

    .banner_desktop .carousel-indicators {
        justify-content: center;
        margin-right: 15%;
        bottom: -32%;
    }

    .Header-text-1 h4 {
        font-size: 12px;
    }

    .banner_desktop_1 .carousel-indicators {
        bottom: -25%;
    }

    .room-section .owl-prev,
    .owl-next {
        position: absolute;
        top: -2%;
        height: 100%;
    }

    .room-section h1 {
        font-size: 40px;
        padding-top: 0;
        margin-top: 20px;
    }

    .room-section .room-tag {
        margin-left: 0;
    }

    .aboutUs-section {
        padding-top: 20px;
        background-color: #DBE9F0;
        padding-bottom: 50px;
    }

    .aboutUs-section .triller img {
        margin-top: 20px;
    }

    .ab-img {
        height: 100%;
        width: 100%;
    }

    .dlink-padding {
        padding-top: 0;
    }

    .arri-section .ss-div {
        margin-top: 20px;
    }

    .arri-section .top-div {
        margin-top: 0;
    }

    .room-section {
        padding-top: 0;
    }

    .room-section .owl-carousel .owl-item .img-div img {
        margin-top: 30px;
    }

    .sol-section {
        padding-top: 50px;
    }

    .effect-image-1 {
        margin: 10px 0px;
    }

    .tab-margin {
        position: relative;
        bottom: 0;
        margin-bottom: 0;
    }

    .image-wrapper {
        background-color: #DBE9F0;
        padding-bottom: 35px;
    }

    .find-section-bg {
        background-image: url(../images/find.png);
        background-size: cover;
        background-repeat: no-repeat;
        border-radius: 0;
    }

    .pr-section {
        padding-top: 20px;
        padding-bottom: 0;
    }

    .pr-section h1 {
        font-size: 23px;
        padding-bottom: 0;
        margin-bottom: 0;
    }

    .pr-section img {
        margin-top: 25px;
    }

    .footer-middle {
        padding: 0;
    }

    .product_PL {
        padding-left: 5px;
        display: flex;
    }

    .simple-text p {
        margin-bottom: 0px;
        padding: 2px 8px;
        text-align: center;
    }

    footer .footer-bottom {
        padding: 35px 15px 10px 33px;
    }

    .room-section h1,
    h3,
    p {
        text-align: left;
    }

    .room-section .center {
        text-align: center;
    }

    .dsvs-section .dsvs-img {
        position: relative;
        bottom: 0;
        left: 0;
        top: 26px;
    }

    .dsvs-section .dsvs-img img {
        width: 100%;
    }

    .dsvs-section .sen-div img {
        width: 115px;
    }

    .dsvs-section .frs-div h4 {
        font-size: 12px;
    }

    .dsvs-section {
        padding-top: 30px;
    }
    .tabpane-div { 
        padding-bottom: 0;
    }
    .dsvs-section .menu-btn {
        margin-right: 30px;
    }

    .sc-div {
        position: relative;
        bottom: 0;
    }

    .d-smart {
        margin-top: 0;
    }

    .product-div .grid .card-body {
        margin-top: 15px;
        height: auto;
    }

    .product-div .grid {
        margin-top: 0;
    }

    .product-1 .ex-div p {
        text-align: left;
        color: #fff;
        margin-top: 8px;
        margin-bottom: 10px;
    }

    .product-1 .center-align {
        text-align: left;
    }

    .about-mobile {
        display: block;
    }

    .about-desktop {
        display: none;
    }

    #wrapper_1:after {
        content: "";
        background-color: #fff;
        position: absolute;
        width: 1px;
        height: 100%;
        top: 10px;
        left: 92%;
        display: block;
    }

    .room-section .item {
        background-color: #fff;
        margin: 0 0px;
        padding: 0px 0px 0 0px;
    }

    .arri-section h1 {
        font-size: 31px;
        text-align: center;
    }

    .dsvs-section .sc-div .mobile-img {
        margin-top: 0px;
    }

    .footer-menu .menu-btn {
        background: #0087A9;
        border: #0087A9;
        color: #fff;
        padding: 6px 12px;
        border-radius: 5px;
        font-size: 12px;
        font-family: 'Myriadpro-Semibold';
        margin-top: 15px;
    }

    .flowers ul {
        display: block;
        flex-wrap: wrap;
        padding-left: 0;
    }

    .flowers ul li {
        list-style: none;
        flex: 0 0 31.333333%;
        margin-right: 0;
        margin-bottom: 15px;
    }

    .Accessories-div img {
        margin-top: 40px;
    }

    .Indigeneous-div img {
        margin-top: 40px;
    }

    .tabpane-div .contntact-bg .cont-1 {
        position: relative;
        top: 0;
    }

    .option-form {
        margin-left: 0;
        padding-top: 50px;
    }

    .contactmenu {
        margin-left: 0;
    }

    .blog-div h4 {
        height: auto;
    }

    .service-center .sc-c-div {
        height: auto;
    }

    .software-div h2 {
        font-size: 20px;
    }

    .software-div .desk-1img {
        margin-top: 0;
    }

    .software-div .alignmt-img {
        text-align: center;
    }

    .software-div .dsvs-section .sen-div img {
        width: 100%;
    }

    .software-div .dsvs-section .sc-div .mobile-img {
        margin-top: 0;
    }

    .footer-desktop {
        display: block;
    }

    .footer-mobile {
        display: block;
    }

    .newsletter-div {
        margin-top: 25px;
    }

    .indig-img {
        width: 65% !important;
    }

    .car-desktop {
        display: none !important;
    }

    .car-mobile {
        display: block !important;
    }

    .banner-inner {
        display: none;
    }

    .banner-inner-mb {
        display: block;
    }
    .search-form-on .wb-search-form {
        top: 370px;
    }
    .wb-search-form {
        width: 100%;
        position: absolute;
        z-index: 99999;
        height: 80px;
        background-color: #0087A9;
        top: -200px;
        left: 0;
        -webkit-transition-duration: 500ms;
        transition-duration: 500ms;
        overflow-x: hidden;
    }
    .contntact-bg .contact-form .error{
    color: red;
    }

}


@media only screen and (max-width: 575px) {
    .nav-link {
        padding: 0.5rem 1rem !important;
    }
}
/* small screen */
@media (min-width: 320px) and (max-width: 767px) {

    .wb-search-btn>a,
    .wb-signin-btn>a {
        margin-right: 0;
        margin-left: 15px;
        padding: 10px 0;
    }
}

@media only screen and (min-width: 360px) and (max-width: 450px) {}

@media only screen and (min-width: 451px) and (max-width: 560px) {}

@media only screen and (min-width: 561px) and (max-width: 767px) {}

@media only screen and (min-width: 360px) and (max-width: 375px) {}



/*here we go Annu Kumar Casecading style will start here*/

.serv-shad{
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 10px;
    padding: 9px;
}





/* CSS */
.button-43 {
  background-image: linear-gradient(-180deg, #37AEE2 0%, #1E96C8 100%);
  border-radius: .5rem;
  box-sizing: border-box;
  color: #FFFFFF;
  
  margin-bottom: 8px;
  display: flex;
  font-size: 16px;
  justify-content: center;
  padding: 1rem 1.75rem;
  text-decoration: none;
  width: 100%;
  border: 0;
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.button-43:hover {
  background-image: linear-gradient(-180deg, #1D95C9 0%, #17759C 100%);
}

@media (min-width: 768px) {
  .button-43 {
    padding: 1rem 2rem;
  }
}


/*annu slider*/
.slide-track {
  width: 100%;
  display: flex;
  gap: 3em;
  overflow: hidden;
}

.slider {
  margin-top: 8px;
  background-color: #ffffff;
  padding: 1em 1em;
}

@keyframes scroll {
  0% {transform: translateX(0);}
  100% {transform: translatex(-1000%)}
}

.inter {
  width: 147px;
  height: 100px;
  animation: scroll 60s linear infinite;
}
/*annu slider*/

/*.scrollable-div {
            width: auto; 
            overflow-y: auto;
            height: 1100px;
            border: 1px solid transparent;
        }*/

.abt-shad{
    border-radius: 15px;
    padding: 15px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.tick-shad{
    padding: 8%;
    background-color: #00adef4f;
    border-radius: 2% 2% / 2% 2%;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.hq-shad{
    padding: 10px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
}




/* CSS */
.button-43 {
  background-image: linear-gradient(-180deg, #01acee 0%, #02acec 100%);
  border-radius: .5rem;
  box-sizing: border-box;
  color: #FFFFFF;
  display: flex;
  font-size: 16px;
  justify-content: center;
  padding: 1rem 1.75rem;
  text-decoration: none;
  width: 100%;
  border: 0;
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.button-43:hover {
  background-image: linear-gradient(-180deg, #1D95C9 0%, #17759C 100%);
}

@media (min-width: 768px) {
  .button-43 {
    padding: 1rem 2rem;
  }
}

a:hover {
    color: #0056b3;
     text-decoration: none!important; 
}


/* CSS */
.button-68 {
  appearance: none;
  backface-visibility: hidden;
  background-color: #05a148;
  border-radius: 8px;
  border-style: none;
  box-shadow: rgba(39, 174, 96, .15) 0 4px 9px;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: Inter,-apple-system,system-ui,"Segoe UI",Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: normal;
  line-height: 1.5;
  outline: none;
  overflow: hidden;
  width: 100%;
  padding: 13px 20px;
  position: relative;
  text-align: center;
  text-decoration: none;
  transform: translate3d(0, 0, 0);
  transition: all .3s;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: top;
  white-space: nowrap;
}

.button-68:hover {
  background-color: #1e8449;
  opacity: 1;
  transform: translateY(0);
  transition-duration: .35s;
}

.button-68:active {
  transform: translateY(2px);
  transition-duration: .35s;
}

.button-68:hover {
  box-shadow: rgba(39, 174, 96, .2) 0 6px 12px;
}

.link-tag{
/*  margin-right:7px;*/
  color: #000;
   font-weight:bold;
   font-size: 15px;
}

.hasa li{
    margin-right: 20px;
    list-style: none;
}

.hasannu ul{
    padding: 10px;
    border-radius: 20px;
}





/* CSS */
.button-33 {
  background-color: #c2fbd7;
  border-radius: 100px;
  box-shadow: rgba(44, 187, 99, .2) 0 -25px 18px -14px inset,rgba(44, 187, 99, .15) 0 1px 2px,rgba(44, 187, 99, .15) 0 2px 4px,rgba(44, 187, 99, .15) 0 4px 8px,rgba(44, 187, 99, .15) 0 8px 16px,rgba(44, 187, 99, .15) 0 16px 32px;
  color: green;
  cursor: pointer;
  display: inline-block;
  font-family: CerebriSans-Regular,-apple-system,system-ui,Roboto,sans-serif;
  padding: 7px 20px;
  text-align: center;
  text-decoration: none;
  transition: all 250ms;
  border: 0;
  font-size: 16px;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.button-33:hover {
  box-shadow: rgba(44,187,99,.35) 0 -25px 18px -14px inset,rgba(44,187,99,.25) 0 1px 2px,rgba(44,187,99,.25) 0 2px 4px,rgba(44,187,99,.25) 0 4px 8px,rgba(44,187,99,.25) 0 8px 16px,rgba(44,187,99,.25) 0 16px 32px;
  transform: scale(1.05) rotate(-1deg);
}

 table {
            border-collapse: collapse;
            width: 100%;
            margin: 20px 0;
            font-family: Arial, sans-serif;
        }

        th, td {
            border: 1px solid #dddddd;
            text-align: left;
            padding: 8px;
        }

        th {
            background-color: #f2f2f2;
        }

        tr:nth-child(even) {
            background-color: #f2f2f2;
        }

        tr:nth-child(odd) {
            background-color: #ffffff;
        }
   
   .lesscol li a{
        color: #fff;
   }
   
   
   .serv-shad a img{
       display:none!mportant;
       visibility:hidden;
   }