@import url('https://fonts.googleapis.com/css2?family=Elsie&display=swap');
.a {
    font-family: 'Elsie', cursive;
}

@font-face {
    font-family: 'Cambria';
    src: url('font/Cambria.woff2') format('woff2'), url('font/Cambria.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Cambria';
    src: url('font/Cambria-Bold.woff2') format('woff2'), url('font/Cambria-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Cambria';
    src: url('font/Cambria-Italic.woff2') format('woff2'), url('font/Cambria-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Cambria';
    src: url('font/Cambria-BoldItalic.woff2') format('woff2'), url('font/ambria-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

body {
    color: #444444;
    overflow-x: hidden;
}

.imgresize {
    width: 537px!important;
    height: 400px;
    object-fit: contain;
}

.modal-dialog {
    width: 600px;
    margin: 30px auto;
    top: 10%;
}

.aboutstu {}

.aboutstu h1 {
    text-align: center;
}

.aboutstu p {
    font-size: 17px;
    text-align: center;
    width: 70%;
    margin: 0 auto;
    margin-bottom: 40px;
}

.mazinbtn2 {
    background-color: #a0c1ee;
    color: #fff;
    border-radius: 0px;
    padding: 12px;
}

.mazinbtn1 {
    background-color: #5b6871;
    color: #fff;
    border-radius: 0px;
    padding: 12px;
}

.sudio1 {
    padding: 30px 0 30px 60px;
}

.sudio1 h2 {
    font-size: 30px;
    margin-top: -110px;
}

.sudio1 span {
    font-size: 180px;
    margin-top: -30px;
    font-weight: 900;
    color: #f9f9f9;
}


/* .sudio2 {
    padding: 62px;
    background: #f5f3f2;
    margin-top: 20px;
} */

.sudio2 {
    background: #f5f3f2;
    margin-top: 20px;
    padding: 0 4rem;
    min-height: 230px;
    display: flex;
    align-items: center;
}



.sudio2 p {
    font-size: 17px;
}

.stutban {
    width: 100%;
    height: 500px;
    object-fit: cover;
}

.contact-details {}

.contact-details h1 {
    font-size: 30px;
    font-weight: 700;
    margin-top: 0px;
}

.contact-details h2 {
    font-weight: 700;
    font-size: 25px;
}

.contact-details p {
    font-size: 17px;
}

.contact-details b {
    font-size: 18px;
    margin-bottom: -12px;
    display: block;
}

.contactweb {}

.contactweb p {
    font-size: 17px;
}

.contactweb input {
    height: 50px;
    border-radius: inherit;
    margin-bottom: 2px;
}

.contactweb select {
    height: 50px;
    border-radius: inherit;
    margin-bottom: 2px;
}

.contactweb textarea {
    height: 80px;
    border-radius: inherit;
}

.form-control:focus {
    border-color: #9e9e9e;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px #9e9e9e;
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px #9e9e9e;
}


/* cart */


/* gallary popup */


/* zoom */

.contzoom {
    position: relative;
}

.image {
    opacity: 1;
    display: block;
    width: 100%;
    height: auto;
    transition: .5s ease;
    backface-visibility: hidden;
}

.middle {
    transition: .5s ease;
    opacity: 1;
    position: absolute;
    bottom: 0%;
    right: -25px;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
    z-index: -999999;
}

.tigre {
    height: 30px!important;
    width: 30px!important;
}

.contzoom:hover .image {
    /* background:red; */
}

.contzoom:hover .middle {
    opacity: 1;
}

.text {
    background-color: #f3f3f3;
    color: #333;
    font-size: 14px;
    padding: 6px 15px;
    cursor: pointer;
}


/* zoom */

.click-zoom input[type=checkbox] {
    display: none
}

.click-zoom img {
    margin: 100px;
    transition: transform 0.25s ease;
    cursor: zoom-in
}

.click-zoom input[type=checkbox]:checked~img {
    transform: scale(2);
    cursor: zoom-out
}


/*clearfix*/

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    zoom: 1;
}


/*jquery.picEyes*/

.picshade {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%!important;
    background-color: #000;
    opacity: 0.91;
    filter: alpha(opacity=91);
    z-index: 99;
    display: none;
}

.pictures_eyes_close {
    position: fixed;
    top: 30px;
    right: 30px;
    display: inline-block;
    width: 26px;
    height: 26px;
    background: url(../images/close.png) no-repeat;
    z-index: 100;
    display: none;
}

.pictures_eyes {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 199;
    display: none;
}

.pictures_eyes_in {
    position: relative;
    text-align: center;
}

.pictures_eyes_in img {
    max-height: 500px;
}

.pictures_eyes_in .prev,
.pictures_eyes_in .next {
    position: absolute;
    top: 50%;
    width: 51px;
    height: 51px;
    cursor: pointer;
}

.pictures_eyes_in .prev {
    left: 35px;
    background: url(../images/Tleft.png) no-repeat;
}

.pictures_eyes_in .next {
    right: 35px;
    background: url(../images/Tright.png) no-repeat;
}

.pictures_eyes_indicators {
    position: fixed;
    left: 0;
    bottom: 15px;
    width: 100%;
    text-align: center;
    z-index: 299;
    /* display: none!important; */
}

.hideimg {
    display: none;
}

.demo {
    width: 100%;
    height: 400px;
    vertical-align: middle;
    display: grid;
}

.demo>li {
    float: left;
    list-style-type: none;
}

.demo>li img {
    cursor: pointer;
}

.pictures_eyes_indicators a {
    display: inline-block;
    width: 50px;
    height: 50px;
    margin: 6px 3px 0 3px;
    border: 1px solid #ddd;
    border-radius: 10px;
    box-shadow: 0 0 2px #000;
    filter: alpha(opacity=50);
    opacity: 0.5;
    overflow: hidden;
}

.pictures_eyes_indicators img {
    height: 50px;
}

.pictures_eyes_indicators .current {
    filter: alpha(opacity=100);
    opacity: 1;
}


/* gallary popup */


/* cart */

.social-links {
    text-align: left;
}

.contactweb {}

.contact-detailsa {
    background-color: #a0c1ee;
    color: #fff;
    border-radius: 0px;
    padding: 12px;
    margin-top: 20px;
    margin-bottom: 40px;
    display: inline-block;
}

.tab-pdng {
    padding: 30px !important;
}


/* .nav>li>a:focus, .nav>li>a:hover { */


/* background-color: #5b6871 !important; */


/* } */

.nav>li>a:focus,
.nav>li>a:hover {
    color: #5b6871;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #a0c1ee!important;
}

.btn1:hover {
    color: #fff !important;
}

.btn2:hover {
    color: #fff !important;
}

.mission1 {
    width: 200px!important;
    left: 0px!important;
    padding: 10px 15px !important;
}

.mission12 {
    width: 200px!important;
    left: 0px!important;
    padding: 10px 15px !important;
}

.mission13 {
    width: auto !important;
    left: 0px!important;
    padding: 10px 15px !important;
}

.discover {
    font-size: 16px;
    padding: 12px 16px;
    background: #5b6771;
    border-radius: 2px;
    color: #fff!important;
    float: left;
}

.discover:hover {
    background: #000;
}

.empty:hover {
    background: #000;
}

.empty i {
    margin-right: 4px;
}

.empty {
    font-size: 16px;
    padding: 12px 16px;
    background: #5b6771;
    border-radius: 2px;
    color: #fff!important;
    float: right;
    margin-left: 20px;
}

.mission1 {}

.groupimg {
    height: 200px !important;
}

.secpdng {
    padding-top: 0px !important;
}

.tablclas {}

.tablclas img {
    width: 150px;
    height: 130px;
    object-fit: cover;
}

.cart h1 {
    margin-top: 0pc;
    margin-bottom: 25px;
}

.seccart {}

.section {}

.tablclas td h3 {
    font-size: 24px;
    margin-top: 0px;
}

.tablclas td h2 {
    font-size: 18px;
    line-height: 7px;
}

.tablclas td span {
    font-size: 16px;
    color: #5b6771;
}

.tablclas .form-group input {
    width: 60px;
    border-radius: 0px;
    border: 1px solid #607d8b;
}

.tablclas,
.form-group input:hover {
    border: 1px solid #e1dfdf;
}

.tablclas td {
    vertical-align: middle!important;
}

.tablclas td i {
    font-size: 25px;
    color: #f44336;
}

.tablclas tr td:first-child {
    text-align: center;
}

.contactweb input {
    border: 1px solid #656262;
}

.contactweb select {
    border: 1px solid #656262;
}

.contactweb textarea {
    border: 1px solid #656262;
}

.contactweb input:hover {
    border: 1px solid #656262;
}

.contactweb select:hover {
    border: 1px solid #656262;
}

.contactweb textarea:hover {
    border: 1px solid #656262;
}

.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(102 175 233 / 60%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(61 62 64 / 60%);
}

.btn {
    display: inline-block;
    padding: 9px 20px!important;
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0px!important;
}

.modal-header .close {
    font-size: 26px;
    margin-top: -2px;
    color: #607d8b;
    opacity: 1;
}

.modal-content {
    border-radius: 0px!important;
}

a {
    color: #106eea;
}

a:hover {
    color: #3b8af2;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Elsie', cursive;
}

p {
    margin: 0 0 10px;
    font-family: 'Cambria';
}


/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/

@media screen and (max-width: 768px) {
    [data-aos-delay] {
        transition-delay: 0 !important;
    }
}

.fixed-top {
    position: inherit;
}

.aboutgroup img {
    height: 140px;
    width: 100%;
    object-fit: cover;
    margin-bottom: 20px;
}

.theo h1 {
    margin-bottom: 30px;
    font-family: 'Elsie', cursive;
}

.theo p {
    font-size: 17px;
    margin-bottom: 25px;
    font-family: 'Cambria'
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
    font-family: 'Elsie', cursive!important;
}

.xzoom-thumbs img {
    height: 50px;
    margin-top: 10px;
}


/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/

.aboutban {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.aboutul {
    padding-left: 0px;
    margin-top: 10px;
}

.aboutul li {
    display: inline;
    margin-right: 20px;
    margin-left: 20px;
}

.aboutul li a {}

.keepfirst {
    padding: 2px;
    background: #dee0e2;
}

.carousel-control-next,
.carousel-control-prev {
    bottom: 70px;
}

.carousel-control-prev img {
    width: 30px;
}

.carousel-control-next img {
    width: 30px;
}

#topbar {
    background: #fff;
    height: 140px;
    font-size: 14px;
    transition: all 0.5s;
    color: #fff;
}

#topbar.topbar-scrolled {
    top: -40px;
}

#topbar .contact-info a {
    line-height: 1;
    color: #fff;
    transition: 0.3s;
}

#topbar .contact-info a:hover {
    text-decoration: underline;
}

#topbar .contact-info i {
    padding-right: 4px;
    margin-left: 15px;
}

#topbar .contact-info i:first-child {
    margin-left: 0;
}

#topbar .social-links a i {
    color: #A0C1EE;
}

#topbar .social-links a {
    color: #000;
    padding-right: 15px;
    display: inline-block;
    line-height: 1px;
    transition: 0.3s;
    font-size: 16px;
}

.bestwish {
    margin-left: 20px;
}

.bestwish i {
    /*color: #fff!important;*/
    margin-right: 6px;
	font-size:1.8rem;
}

.bestwish {
   /* position: fixed;
    background: #222;*/
    /* width: 50px;
    height: 50px;
    border-radius: 50%; */
   /*  display: flex !important;
    justify-content: center;
    align-items: center;*/
    padding: .5rem 1rem !important;
    font-size: 1.5rem !important;
    right: -58px;
    top: 50%;
    z-index: 9;
   /* transform: rotate(271deg);*/
    border: solid 1px #fff;
    border-bottom: none;
}

.bestwish span {
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.grey-button {
    background: #5b6771;
    padding: 10px 20px;
}

#topbar .social-links a:hover {
    color: #5b6771;
}

.logo {}

.logo img {
    width: 230px;
    margin: 0 auto;
    display: block;
}

a:focus,
a:hover {
    color: #23527c;
    text-decoration: auto!important;
}


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

#header {
    background: #fff;
    transition: all 0.5s;
    z-index: 997;
    padding: 0px 0;
    top: 140px;
    /* box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1); */
}

#header.header-scrolled {
    top: 0;
    padding: 10px 0px;
    z-index: 9;
    position: fixed;
}

#header .logo {
    font-size: 32px;
    margin: 0;
    padding: 0;
    line-height: 1;
    font-weight: 600;
    letter-spacing: 0.8px;
    font-family: "Poppins", sans-serif;
}

#header .logo a {
    color: #222222;
}

#header .logo a span {
    color: #106eea;
}

#header .logo img {
    max-height: 40px;
}

@media (max-width: 992px) {
    #header {
        padding: 25px;
        top: 0;
        display: none;
    }
    #header .logo {
        font-size: 28px;
    }
    #header.header-scrolled {
        top: 0;
        padding: 25px 0px;
    }
}


/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/


/* tab */

.mazin {
    margin-bottom: 50px;
}


/* tab */


/* Desktop Navigation */

.nav-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.nav-menu>ul {
    display: flex;
}

.nav-menu>ul>li {
    /* position: relative; */
    white-space: nowrap;
    padding: 10px 68px 0px 0px;
}

.nav-menu a {
    display: block;
    position: relative;
    color: #222222;
    transition: 0.3s;
    font-size: 15px;
    font-weight: 600;
    padding: 0 3px;
    font-family: "Open Sans", sans-serif;
}


/* 1 */

.techbanner {
    margin-top: -20%;
    position: absolute;
    color: #fff;
    left: 12%;
    background: #5B6771;
    padding: 20px 0px 20px 20px;
}

.homeslider {}

.homeslider img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.techbanner h1 {
    font-size: 18px;
    letter-spacing: 4px;
}

.techbanner p {
    width: 345px;
    font-size: 27px;
    text-transform: capitalize;
    font-family: 'Elsie', cursive;
}

.techbanner span {
    height: 3px;
    background: #A0C1EE;
    width: 170px;
    border: 2px solid #A0C1EE;
    display: block;
    float: right;
    margin-top: 6px;
    margin-left: 20px;
}


/* 1 */


/* 2 */

.techbanner2 {
    margin-top: -27%;
    position: absolute;
    color: #fff;
    left: 12%;
    background: #5B6771;
    padding: 20px 0px 20px 20px;
}

.homeslider {}

.homeslider img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.techbanner2 h1 {
    font-size: 18px;
    letter-spacing: 4px;
}

.techbanner2 h6 {
    width: 321px;
    line-height: 18px;
    font-size: 16px;
}

.techbanner2 p {
    font-weight: 200!important;
    font-size: 20px!important;
    line-height: 30px!important;
    font-size: 27px;
    width: 305px;
    /* text-transform: capitalize;
    font-family: 'Elsie', cursive; */
    margin-top: 30px;
    margin-bottom: 30px;
}

p {
    margin: 0 0 10px;
    font-size: 17px;
}

.techbanner2 span {
    height: 3px;
    background: #A0C1EE;
    width: 170px;
    border: 2px solid #A0C1EE;
    display: block;
    float: right;
    margin-top: 6px;
    margin-left: 20px;
}


/* 2 */


/* 3 */

.techbanner3 h6 {
    font-size: 16px;
    width: 321px;
    line-height: 18px;
}

.lsection {
    padding: 0px;
    background: #5B6771;
    color: #fff;
    margin: 2rem 0;
}

.limg img {
    width: 665px;
}

.arrowi {}

.arrowi {
    float: right;
    margin-top: -26px;
    z-index: 99;
    position: inherit;
    margin-right: 20px;
}

.ctinput {
    width: 90%!important;
}

.keepin i {
    transform: rotate(-90deg);
    font-size: 25px;
    color: #fff;
}

.ctinput input:focus {
    background: #7c858e;
}

.ctinput input:hover {
    background: #7c858e;
}

.ctinput ::-webkit-input-placeholder {
    /* Edge */
    color: #fff!important;
}

.ctinput :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: red;
}

.ctinput ::placeholder {
    color: red;
}

.ctinput input {
    padding: 23px 37px;
    background: #7c858e;
    border: none;
}

.inbut {
    background: transparent;
    border: none;
    margin-top: -12px;
}

.keepin h1 {
    margin-top: 30%;
    font-size: 30px;
    margin-bottom: 30px;
}

.keepin p {
    width: 67%;
    margin-bottom: 35px;
}

.techbanner3 {
    margin-top: -27%;
    position: absolute;
    color: #fff;
    left: 12%;
    background: #5B6771;
    padding: 20px 0px 20px 20px;
}

.homeslider {}

.homeslider img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.techbanner3 h1 {
    font-size: 18px;
    letter-spacing: 4px;
}

.techbanner3 p {
    font-size: 27px;
    width: 305px;
    text-transform: capitalize;
    font-family: 'Elsie', cursive;
}

.techbanner3 span {
    height: 3px;
    background: #A0C1EE;
    width: 170px;
    border: 2px solid #A0C1EE;
    display: block;
    float: right;
    margin-top: 6px;
    margin-left: 20px;
}


/* 3 */

.mt-34 {
    margin-top: -18px;
}

.header-scrolled .mt-34 {
    margin-top: -10px;
}

.nav-menu>ul>li>a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: -5px;
    left: 0;
    background-color: #106eea;
    visibility: hidden;
    width: 0px;
    transition: all 0.3s ease-in-out 0s;
}

.nav-menu a:hover:before,
.nav-menu li:hover>a:before,
.nav-menu .active>a:before {
    visibility: visible;
    width: 100%;
}

.nav-menu a:hover,
.nav-menu .active>a,
.nav-menu li:hover>a {
    color: #106eea;
}

.d-horizontal {
    display: flex;
    flex-wrap: nowrap;
}

.nav-menu .drop-down ul {
    column-gap: 20px;
    width: 1014px;
    display: block;
    position: absolute;
    left: -154%;
    top: calc(100% + 30px);
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    /* padding: 10px 0 0 15px; */
    background: #fff;
    box-shadow: 0px 0px 30px rgb(127 137 161 / 25%);
    transition: 0.3s;
    overflow-x: auto;
    height: auto;
    width: 100vw;
    left: 0;
    display: none;
}

.nav-menu .drop-down:hover ul {
    display: block;
}

.nav-menu .drop-down ul .dropdown {
    padding: 10px 4rem;
}


.carousel-indicators2 {
    bottom: 48px;
    float: left;
    left: 8%;
}

.column {
    margin-top: 20px;
    min-width: 13.9%;
    padding: 0 15px;
    margin-bottom: 20px;
}

.column:last-child {
    padding-right: 0;
}

.missionb {
    margin-bottom: 60px;
    margin-top: -40px;
}

.nav-menu .drop-down:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
}

.popimg {
    padding: 10px;
}

.popimg h3 {
    font-size: 18px;
    /* padding-left: 20px; */
    padding-bottom: 20px;
}

.popimg a {
    font-size: 14px!important;
    line-height: 24px!important;
}

.popimg h2 {}

.popimg img {
    width: 100%;
    height: 80px;
    object-fit: cover;
    /* padding-left: 20px */
}

.nav-menu .drop-down li {
    min-width: 100%;
    position: relative;
}

.nav-menu .drop-down ul a {
    padding: 0px 18px 0 0;
    line-height: 30px;
    font-size: 14px;
    font-weight: 500;
    text-transform: none;
}

.nav-menu .drop-down ul a:hover,
.nav-menu .drop-down ul .active>a,
.nav-menu .drop-down ul li:hover>a {
    color: #106eea;
}

.nav-menu .drop-down>a:after {
    content: "\ea99";
    font-family: IcoFont;
    padding-left: 5px;
}

.nav-menu .drop-down .drop-down ul {
    top: 0;
    left: calc(100% - 30px);
}

.nav-menu .drop-down .drop-down:hover>ul {
    opacity: 1;
    top: 0;
    left: 100%;
}

.nav-menu .drop-down .drop-down>a {
    padding-right: 35px;
}

.nav-menu .drop-down .drop-down>a:after {
    content: "\eaa0";
    font-family: IcoFont;
    position: absolute;
    right: 15px;
}

@media (max-width: 1366px) {
    .nav-menu .drop-down .drop-down ul {
        left: -90%;
    }
    .nav-menu .drop-down .drop-down:hover>ul {
        left: -100%;
    }
    .nav-menu .drop-down .drop-down>a:after {
        content: "\ea9d";
    }
}


/* Mobile Navigation */

.mobile-nav-toggle {
    position: fixed;
    right: 15px;
    top: 15px;
    z-index: 9998;
    border: 0;
    background: none;
    font-size: 24px;
    transition: all 0.4s;
    outline: none !important;
    line-height: 1;
    cursor: pointer;
    text-align: right;
}

.mobile-nav-toggle i {
    color: #222222;
}

.mobile-nav {
    position: fixed;
    top: 55px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    z-index: 9999;
    overflow-y: auto;
    background: #fff;
    transition: ease-in-out 0.2s;
    opacity: 0;
    visibility: hidden;
    border-radius: 10px;
    padding: 10px 0;
}

.mobile-nav * {
    margin: 0;
    padding: 0;
    list-style: none;
}

.mobile-nav a {
    display: block;
    position: relative;
    color: #222222;
    padding: 10px 20px;
    font-weight: 500;
    outline: none;
}

.mobile-nav a:hover,
.mobile-nav .active>a,
.mobile-nav li:hover>a {
    color: #106eea;
    text-decoration: none;
}

.mobile-nav .drop-down>a:after {
    content: "\ea99";
    font-family: IcoFont;
    padding-left: 10px;
    position: absolute;
    right: 15px;
}

.mobile-nav .active.drop-down>a:after {
    content: "\eaa1";
}

.mobile-nav .drop-down>a {
    padding-right: 35px;
}

.mobile-nav .drop-down ul {
    display: none;
    overflow: hidden;
}

.mobile-nav .drop-down li {
    padding-left: 20px;
}

.mobile-nav-overly {
    width: 100%;
    height: 100%;
    z-index: 9997;
    top: 0;
    left: 0;
    position: fixed;
    background: rgba(9, 9, 9, 0.6);
    overflow: hidden;
    display: none;
    transition: ease-in-out 0.2s;
}

.mobile-nav-active {
    overflow: hidden;
}

.mobile-nav-active .mobile-nav {
    opacity: 1;
    visibility: visible;
}

.mobile-nav-active .mobile-nav-toggle i {
    color: #fff;
}


/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/

section {
    padding: 60px 0;
    overflow: hidden;
}

.section-bg {
    background-color: #f6f9fe;
}

.section-title {
    text-align: center;
    padding-bottom: 30px;
}

.section-title h2 {
    font-size: 13px;
    letter-spacing: 1px;
    font-weight: 700;
    padding: 8px 20px;
    margin: 0;
    background: #e7f1fd;
    color: #106eea;
    display: inline-block;
    text-transform: uppercase;
    border-radius: 50px;
}

.section-title h3 {
    margin: 15px 0 0 0;
    font-size: 32px;
    font-weight: 700;
}

.section-title h3 span {
    color: #106eea;
}

.section-title p {
    margin: 15px auto 0 auto;
    font-weight: 600;
}

@media (min-width: 1024px) {
    .section-title p {
        width: 50%;
    }
}


/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/

.breadcrumbs {
    padding: 20px 0;
    background-color: #f1f6fe;
    min-height: 40px;
    margin-top: 134px;
}

@media (max-width: 992px) {
    .breadcrumbs {
        margin-top: 58px;
    }
}

.breadcrumbs h2 {
    font-size: 24px;
    font-weight: 300;
    margin: 0;
}

@media (max-width: 992px) {
    .breadcrumbs h2 {
        margin: 0 0 10px 0;
    }
}

.breadcrumbs ol {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 14px;
}

.breadcrumbs ol li+li {
    padding-left: 10px;
}

.breadcrumbs ol li+li::before {
    display: inline-block;
    padding-right: 10px;
    color: #6c757d;
    content: "/";
}

@media (max-width: 768px) {
    .breadcrumbs .d-flex {
        display: block !important;
    }
    .breadcrumbs ol {
        display: block;
    }
    .breadcrumbs ol li {
        display: inline-block;
    }
}


/* slider 2 */

.carousel-indicators12 .active {
    position: relative;
}

.carousel-indicators12 .active:after {
    content: "";
    border-bottom: 0px solid #a0c1ee!important;
    border-top: 15px solid #a0c1ee!important;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    position: absolute;
    bottom: 45px!important;
    left: 29%;
}

.carousel-indicators12 .active:before {
    content: "";
    border-top: 5px solid #a0c1ee;
    position: absolute;
    bottom: 85px;
    left: 25%;
    width: 47px;
    display: none;
}

.carousel-indicators12 {
    margin-top: 20px;
    margin-bottom: 40px;
}

.carousel-indicators12 li img {
    width: 73%;
    height: 50px;
    object-fit: contain;
    padding: 5px!important;
    border: 1px solid #9e9e9e;
    border-radius: 4px;
    margin-top: 20px;
}

.techbanner2 {
    margin-top: -20%;
    position: absolute;
    color: #fff;
    right: 0px;
    background: #5B6771;
    padding: 20px 0px 20px 20px;
    top: 267px;
    left: initial;
    height: 100vh;
    width: 500px;
}

.techbanner2 h1 {
    font-size: 30px;
    margin-top: 60px;
}

.techbanner2 p {}

.techbanner2 button {
    border: 1px solid #9e9e9e;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #181a1b;
    background-color: transparent;
    border-color: snow;
    font-weight: 700;
    font-size: 16px;
}

.nav-tabs .nav-link {
    margin-bottom: -1px;
    border: none;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    color: #9e9e9e;
    font-size: 16px;
}

.nav-tabs {
    border-bottom: none!important;
}


/*slider 2 */


/* slider */

.carousel1 {
    position: relative;
}

.carousel-indicators1 {
    position: initial!important;
    bottom: -100px!important;
    left: 0%!important;
    z-index: 15;
    width: 100%!important;
    padding-left: 0px!important;
    margin-left: 2px!important;
    text-align: center;
    list-style: none;
    border-top: 5px solid #A0C1EE;
}

.carousel-indicators1 .active {
    position: relative;
}

.carousel-indicators1 .active:after {
    content: "";
    border-bottom: 15px solid #a0c1ee;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    position: absolute;
    bottom: 59px;
    left: 29%;
}

.carousel-indicators1 .active:before {
    content: "";
    border-top: 5px solid #a0c1ee;
    position: absolute;
    bottom: 85px;
    left: 25%;
    width: 47px;
}

.carousel-indicators1 li {
    text-indent: 0!important;
    display: inherit!important;
    float: left!important;
    width: 10%!important;
    height: 50px!important;
    margin: 5px 0px!important;
}

.carousel-indicators1 li img {
    width: 73%;
    height: 50px;
    object-fit: contain;
    padding: 2px;
}


/* .carousel-indicators1 .active span{ border-top: 2px solid #04BEF5;} */

.carousel-indicators1 .active img,
.carousel-indicators1 li img:hover {
    /* border-top: 2px solid #04BEF5;  */
    transform: scale(1.3);
    transition: ease .5s;
}

.carousel-indicators1 li:hover {
    opacity: 1;
}

.carousel-indicators1 .active {
    margin: 5px 0px;
    width: 10%;
    height: 100px;
}

.carousel-control.right,
.carousel-control.left {
    background-image: none;
}

@media screen and (min-width:320px) and (max-width:360px) {
    .carousel-indicators1 {
        top: 115px;
        left: 95px;
    }
    .carousel-indicators1 li img {
        width: 95%;
        height: 50px;
    }
    .carousel-indicators1 li {
        width: 20%;
        height: 50px;
    }
    .carousel-indicators1 .active {
        width: 20%;
        height: 50px;
    }
}

@media screen and (min-width:768px) and (max-width:980px) {
    .carousel-indicators1 {
        top: 240px;
        left: 213px;
    }
}


/* slider */

.stayc {
    color: #000;
    font-weight: 400;
    font-size: 17px;
}

.goserc button {}

.input-group .form-control:focus {
    z-index: 2!important;
    box-shadow: none!important
}

.goserc i {
    color: #000;
    font-size: 20px;
}

.goserc {}

.goserc input {
    border-top: none;
    box-shadow: none;
    border-radius: 0px;
    padding: 0px 12px;
    border-left: 0px;
    border-right: 0px;
    text-transform: uppercase;
}

.goserc .input-group-append {
    float: right;
    margin-top: -34px;
}


/* product */

.product-grid {
    background-color: #fff;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    border: 1px solid #9e9e9e63;
    margin-bottom: 20px;
    padding-bottom: 15px;
}

.product-grid .product-image {
    overflow: hidden;
    position: relative;
}

.containerch {
    padding-right: 25px;
    padding-left: 25px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 20px;
    margin-bottom: 80px;
}

.product-grid .product-image a.image {
    display: block;
}

.product-grid .product-image img {
    width: 100%;
    height: auto;
}

.slider-counter {
    bottom: 13%;
    position: absolute;
    right: 24px;
    z-index: 9;
}

.product-grid .product-image .pic-1 {
    transition: all 0.3s ease 0s;
}

.product-grid .product-image:hover .pic-1 {
    /* transform: translateX(100%) */
}

.product-grid .product-image .pic-2 {
    width: 100%;
    height: 100%;
    /* transform: translateX(-101%); */
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.3s ease 0s;
}

.product-grid .product-image:hover .pic-2 {
    /* transform: translateX(0); */
}

.product-sale-label {
    color: #fff;
    background: #a0c1ee;
    font-size: 13px;
    text-transform: capitalize;
    letter-spacing: 1px;
    padding: 8px 14px;
    position: absolute;
    top: 15px;
    left: 20px;
    border-radius: 50px;
    z-index: 99;
}

.nav-pills .nav-link {
    border-radius: 0px;
    padding: 10px 40px;
}

.nav-pills {
    background: #5b6871;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #a0c1ee;
}

.nav-pills>li+li {
    margin-left: 0px!important;
}

.nav-pills>li+li {
    margin-left: 0px!important;
    background: #dee0e26b;
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px;
    color: #fff;
}

.tab-content>.tab-pane {
    display: none;
    background: transparent;
    padding: 0px;
    width: 100%;
}

.tabul {
    margin: 0 auto;
    display: table;
    margin-top: 40px;
    padding-bottom: 30px;
}

.tab-pane p {
    font-weight: 600;
    font-size: 13px;
    line-height: 11px;
}

.tab-pane {}

.mazin {}

.mazin h1 {
    /* font-family: 'Open Sans'!important; */
    font-size: 24px;
}

.mazin h2 {
    font-family: 'Open Sans'!important;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 0px;
}

.mazin h3 {
    font-family: 'Open Sans'!important;
    float: left;
    font-size: 14px;
    color: #212529;
}

.zomimg {
    width: 15px;
    margin-left: 5px;
}

.mazin h4 {
    font-size: 13px;
    font-family: 'Open Sans'!important;
    margin-top: 30px;
    margin-bottom: 30px;
    line-height: 20px;
}

.mazin p {
    /* font-weight: 300; */
    font-size: 14px;
    line-height: 21px;
    font-family: 'Open Sans'!important;
}

.mazin .btn1 {
    background-color: #5b6871;
    color: #fff;
    border-radius: 0px;
    padding: 12px;
}

.mazin .btn2 {
    background-color: #a0c1ee;
    color: #fff;
    border-radius: 0px;
    padding: 12px;
}

.bosli {
    color: #232222;
    font-size: 40px!important;
}

.iteamul img {
    height: 400px;
    object-fit: contain;
    cursor: zoom-in;
    padding-bottom: 60px;
}

.w-1001 {
    width: 89%!important;
    text-align: center;
    margin: 0 auto;
}

.carousel {
    position: relative;
    border: 1px solid #5b6871;
}

.mazin select {
    float: inherit;
    width: 74px;
    margin-top: 10px;
    border-radius: 4px;
    background: #fff;
    margin-left: 20px;
}

.lg-outer #lg-share {
    position: relative;
    display: none;
}

#lg-actual-size {
    font-size: 20px;
    display: none;
}

#lg-download {
    display: none;
}

.lg-autoplay-button {
    display: none;
}

.mazin span {
    /* margin-bottom: 15px; */
    margin-bottom: 0;
    display: block;
    font-size: 16px;
    color: #9e9e9e;
}

.owl-carousel2 .owl-prev i {
    left: 32px;
    position: absolute;
    color: #0a1944;
    bottom: 150px;
    z-index: 999999;
    font-size: 45px;
    font-weight: 100;
}

.pictures_eyes_in img:focus {
    transform: scale(1.9);
    cursor: zoom-out;
}

.pictures_eyes_in img {
    max-height: 500px;
    transform: scale(1.3);
    cursor: zoom-in;
}

.owl-carousel2 .owl-next i {
    right: 32px;
    position: absolute;
    color: #0a1944;
    bottom: 150px;
    font-size: 45px;
    font-weight: 100;
    z-index: 999999;
}

.product-grid .product-like-icon {
    color: #696969;
    font-size: 22px;
    line-height: 20px;
    position: absolute;
    top: 15px;
    right: 15px;
}

.product-grid .product-like-icon:hover {
    color: #0a805e;
}

.product-grid .product-like-icon:before,
.product-grid .product-like-icon:after {
    content: attr(data-tip);
    color: #fff;
    background-color: #000;
    font-size: 12px;
    line-height: 18px;
    padding: 7px 7px 5px;
    visibility: hidden;
    position: absolute;
    right: 0;
    top: 15px;
    transition: all 0.3s ease 0s;
}

.product-grid .product-like-icon:after {
    content: '';
    height: 15px;
    width: 15px;
    padding: 0;
    transform: translateX(-50%) rotate(45deg);
    right: auto;
    left: 50%;
    top: 15px;
    z-index: -1;
}

.product-grid .product-like-icon:hover:before,
.product-grid .product-like-icon:hover:after {
    visibility: visible;
    top: 30px;
}

.product-grid .product-links {
    width: 170px;
    padding: 0;
    margin: 0;
    list-style: none;
    opacity: 0;
    transform: translateX(-50%);
    position: absolute;
    bottom: -50px;
    left: 50%;
    transition: all 0.3s ease 0s;
}

.product-grid:hover .product-links {
    bottom: 40px;
    opacity: 1;
}

.product-grid .product-links li {
    display: inline-block;
    margin: 0 2px;
}

.product-grid .product-links li a {
    color: #fff;
    background: #000;
    font-size: 16px;
    line-height: 48px;
    width: 48px;
    height: 48px;
    border-radius: 10px;
    display: block;
    transition: all 0.3s ease 0s;
}

.product-grid:hover .product-links li a:hover {
    background: #333;
}

.product-grid .product-content {
    text-align: left;
    padding: 15px 0 0;
}

.product-grid .title {
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0 0 8px;
    text-align: center;
}

.product-grid .title a {
    color: #333;
    transition: all 0.3s ease 0s;
}

.product-grid .title a:hover {
    color: #0a805e;
}

.product-grid .price {
    color: #9e9e9e;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
}

.product-grid .price span {
    color: #555;
    font-size: 14px;
    font-weight: 400;
    text-decoration: line-through;
    margin: 0 5px 0 0;
}

@media screen and (max-width: 990px) {
    .product-grid {
        margin: 0 0 30px;
    }
}


/* product */


/* select */

.filter .input-group {
    width: 122px;
    padding-top: 0px!important;
}

.filter .form-control {
    width: 122px;
    border: none;
    /* padding-top: 0px!important; */
    box-shadow: none!important;
}

.filter li {
    margin-right: 10px;
    list-style-type: none;
    line-height: 34px;
    margin-left: 10px;
}

.filter li:last-child {
    margin-right: 0;
}

.filter {
    display: flex;
    padding-left: 0px;
    justify-content: flex-end;
}

.resu b {
    margin-top: 6px;
}

.filter span {
    margin-top: 6px;
}

.filter {}

.imagew2 {
    text-align: center;
    overflow: hidden;
    position: initial;
}

.relat {
    margin-bottom: 60px;
}

.secnew {
    margin-bottom: -40px;
}

.relat h1 {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
    font-family: 'Open Sans'!important;
    font-size: 25px;
}

.imagew2 img {
    transition: .3s ease-in-out;
    height: 359px!important;
    object-fit: contain;
}

.imagew {
    text-align: center;
    overflow: hidden;
    position: initial;
}

.imagew2:hover img {
    transform: scale(1.2);
}

.imagew img {
    transition: .3s ease-in-out;
    height: 236px!important;
    object-fit: contain;
}

.imagew:hover img {
    transform: scale(1.2);
}


/* select */


/* accordion  */

#accordion .panel {
    border: none;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 0;
}

#accordion .panel-heading {
    padding: 0;
    border: none;
    border-radius: 0;
    background: #fff;
    position: relative;
}

#accordion .panel-title a {
    display: block;
    padding: 15px 0px;
    margin: 0 0 20px 0;
    background: #fff;
    font-size: 13px;
    font-weight: 600;
    font-family: 'Open Sans';
    /* color: #d27d2a; */
    text-transform: uppercase;
    letter-spacing: 1px;
    /* border-bottom: 2px solid #044f79; */
    border-radius: 0 0 0 30px;
    position: relative;
}

#accordion .panel-title a.collapsed {
    margin-bottom: 0;
}

#accordion .panel-title a:before,
#accordion .panel-title a.collapsed:before {
    content: "\f068";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 18px;
    font-weight: normal;
    color: #5b6771;
    position: absolute;
    top: 15px;
    right: 17px;
    transition: all 0.3s ease 0s;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

#accordion .panel-title a.collapsed:before {
    content: "\f067";
}

#accordion .panel-title a:after {
    /* content: ""; */
    /* border-top: 15px solid #044f79; */
    /* border-left: 15px solid transparent; */
    /* border-right: 15px solid transparent; */
    /* position: absolute; */
    /* bottom: -15px; */
    /* left: 15%; */
}

#accordion .panel-title a.collapsed:after {
    display: none;
}

#accordion .panel-body {
    padding: 20px 30px;
    background: #dee0e2;
    border: none;
    font-size: 15px;
    color: #fff;
    line-height: 28px;
    letter-spacing: 1px;
    border-radius: 6px;
}

.ullorem {
    padding-left: 0px;
}

.ullorem li {
    list-style-type: none;
}

.ullorem li a {
    color: #171616;
}

.ullorem li a.active{
    color: #337ab7;
}
/* accordion  */


/* tab */


/* tab */


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

#footer {
    background: #fff;
    padding: 0 0 0px 0;
    color: #444444;
    font-size: 14px;
    background: #5B6771;
}

#footer .footer-newsletter {
    padding: 50px 0;
    background: #f1f6fe;
    text-align: center;
    font-size: 15px;
}

#footer .footer-newsletter h4 {
    font-size: 24px;
    margin: 0 0 20px 0;
    padding: 0;
    line-height: 1;
    font-weight: 600;
}

#footer .footer-newsletter form {
    margin-top: 30px;
    background: #fff;
    padding: 6px 10px;
    position: relative;
    border-radius: 4px;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.06);
    text-align: left;
}

#footer .footer-newsletter form input[type="email"] {
    border: 0;
    padding: 4px 8px;
    width: calc(100% - 100px);
}

#footer .footer-newsletter form input[type="submit"] {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    border: 0;
    background: none;
    font-size: 16px;
    padding: 0 20px;
    background: #106eea;
    color: #fff;
    transition: 0.3s;
    border-radius: 0 4px 4px 0;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#footer .footer-newsletter form input[type="submit"]:hover {
    background: #0d58ba;
}

#footer .footer-top {
    padding: 60px 0 30px 0;
    background: #fff;
}

#footer .footer-top .footer-contact {
    margin-bottom: 30px;
}

#footer .footer-top .footer-contact h3 {
    font-size: 24px;
    margin: 0 0 15px 0;
    padding: 2px 0 2px 0;
    line-height: 1;
    font-weight: 700;
}

#footer .footer-top .footer-contact h3 span {
    color: #106eea;
}

#footer .footer-top .footer-contact p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
    font-family: "Roboto", sans-serif;
    color: #777777;
}

#footer .footer-top h4 {
    font-size: 16px;
    font-weight: bold;
    color: #444444;
    position: relative;
    padding-bottom: 12px;
}

#footer .footer-top h5 {
    font-size: 16px;
    font-weight: bold;
    color: #444444;
    position: relative;
    padding-bottom: 0px;
    padding-top: 10px;
}

#footer .footer-top .footer-links {
    margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#footer .footer-top .footer-links ul i {
    padding-right: 2px;
    color: #106eea;
    font-size: 18px;
    line-height: 1;
}

#footer .footer-top .footer-links ul li {
    padding: 5px 0;
    display: flex;
    align-items: center;
    font-size: 13px;
}

#footer .footer-top .footer-links ul li:first-child {
    padding-top: 0;
}

#footer .footer-top .footer-links ul a {
    color: #777777;
    transition: 0.3s;
    display: inline-block;
    line-height: 1;
    text-transform: uppercase;
}

.socil {
    margin-top: 30px;
}

.socil .twitter {
    font-size: 18px;
    color: #332e2e;
}

.socil i {
    font-size: 20px;
    margin-left: 12px;
}

.footer-contact img {
    width: 160px;
}

.mt60 {
    margin-top: 80px;
}

.phoncontact {}

.phoncontact li {
    padding-top: 3px!important;
    padding-bottom: 0px!important;
    text-transform: uppercase;
}

#footer .copyright {
    text-align: center;
    color: #fff
}

#footer .credits {
    float: right;
    text-align: center;
    font-size: 13px;
    color: #444444;
}

.search-listing {
    list-style: none;
}

.search-listing li {
    border-bottom: 1px solid #e2e2e2;
    padding: 1rem 0;
}

.mt-4 {
    margin-top: 2rem;
}

.product-like {
    color: #696969;
    font-size: 22px;
    line-height: 20px;
    position: absolute;
    top: 15px;
    right: 30px;
    z-index: 999;
}

.dFlex {
    display: flex;
    flex-wrap: wrap;
    color: #9e9e9e;
    margin-bottom: 10px;
}

.dFlex span {
    margin-right: 10px;
}

.dFlex ul {
    display: flex;
    margin: 0;
    margin-left: 10px;
    padding: 0;
}

.dFlex li {
    list-style: none;
    width: 26px;
    margin-right: 1rem;
    font-size: 18px;
}

.dFlex li a {
    color: #696969;
}

.tablclas td p {
    font-size: 14px;
    font-family: "Open Sans";
    margin-bottom: 5px;
}

.tablclas td p span {
    font-size: 14px;
}

.tab-pane p {
    font-family: "Open Sans";
    font-size: 14px;
    font-weight: 400;
}

.featuredLabel {
    left: 83px !important;
    background: #333 !important;
}

.position-relative {
    position: relative;
}

@media (max-width: 768px) {
    #footer .copyright,
    #footer .credits {
        float: none;
        text-align: center;
        padding: 2px 0;
    }
}

@media only screen and (max-width: 767px) {
    .mazin .btn1 {
        width: 100%;
        margin-bottom: 20px;
    }
    .popimg h3 {
        padding-bottom: 10px;
        padding-top: 15px;
    }
    .popimg h2 {
        margin-bottom: 10px;
    }
    .dropdown,
    .dropup {
        position: relative;
        padding-left: 40px;
    }
    .mazin .btn2 {
        width: 100%;
        margin-bottom: 20px;
    }
    .nav-pills>li+li {
        width: 100%;
    }
    .nav>li {
        width: 49%;
    }
    .tabul {
        padding-bottom: 0px;
    }
    .mazin select {
        float: inherit;
        width: auto;
        margin-top: 8px;
        border-radius: 50px;
        background: #efe8e8;
    }
    .mazin p {
        font-weight: 600;
        font-size: 13px;
        line-height: 16px;
    }
    .aboutul li {
        display: inline;
        margin-right: 5px;
        margin-left: 5px;
    }
    .techbanner {
        margin-top: -106%;
        position: absolute;
        color: #fff;
        left: 0px;
        background: #5B6771;
        padding: 20px 0px 20px 20px;
    }
    .carousel-control-prev img {
        width: 20px;
    }
    .carousel-control-next img {
        width: 20px;
    }
    .techbanner2 p {
        margin-top: 0px;
        margin-bottom: 6px;
    }
    .techbanner2 h1 {
        font-size: 30px;
        margin-top: 10px;
    }
    .carousel-indicators12 li img {
        width: 100%;
        height: 30px;
    }
    .techbanner2 {
        margin-top: 0%;
        position: absolute;
        color: #fff;
        left: 0%;
        background: #5B6771;
        padding: 20px 0px 20px 20px;
    }
    .techbanner2 p {
        font-size: 21px;
        width: 100%;
        font-weight: 200!important;
        font-size: 11px!important;
    }
    .techbanner2 h6 {
        width: 100%;
        line-height: 18px;
    }
    .techbanner3 {
        margin-top: -118%;
        position: absolute;
        color: #fff;
        left: 0%;
        background: #5B6771;
        padding: 20px 0px 20px 20px;
    }
    .techbanner3 p {
        font-size: 21px;
        width: 100%;
        text-transform: uppercase;
    }
    .techbanner3 h6 {
        width: 100%;
        line-height: 18px;
    }
    .limg img {
        width: 100%;
        margin-bottom: 100px;
        margin-top: 20px;
    }
    .ctinput {
        width: 100%!important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .techbanner {
        margin-top: -106%;
        position: absolute;
        color: #fff;
        left: 0px;
        background: #5B6771;
        padding: 20px 0px 20px 20px;
    }
    .popimg h3 {
        padding-bottom: 10px;
        padding-top: 15px;
    }
    .popimg h2 {
        margin-bottom: 10px;
    }
    .dropdown,
    .dropup {
        position: relative;
        padding-left: 40px;
    }
    .carousel-control-prev img {
        width: 20px;
    }
    .carousel-control-next img {
        width: 20px;
    }
    .techbanner2 {
        margin-top: -118%;
        position: absolute;
        color: #fff;
        left: 0%;
        background: #5B6771;
        padding: 20px 0px 20px 20px;
    }
    .techbanner2 p {
        font-size: 21px;
        width: 100%;
        text-transform: uppercase;
    }
    .techbanner2 h6 {
        width: 100%;
        line-height: 18px;
    }
    .techbanner3 {
        margin-top: -118%;
        position: absolute;
        color: #fff;
        left: 0%;
        background: #5B6771;
        padding: 20px 0px 20px 20px;
    }
    .techbanner3 p {
        font-size: 21px;
        width: 100%;
        text-transform: uppercase;
    }
    .techbanner3 h6 {
        width: 100%;
        line-height: 18px;
    }
    .limg img {
        width: 100%;
        margin-bottom: 100px;
        margin-top: 20px;
    }
    .ctinput {
        width: 100%!important;
    }
    /* newly added */
    #topbar {
        height: auto;
    }
    .logo img {
        width: 100%;
        max-width: 160px;
        margin: 1rem auto;
    }
    .social-links {
        display: none;
    }
    .mobile-nav-toggle {
        background: #5b6771;
        color: #fff;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .mobile-nav-toggle i {
        color: #fff;
    }
}

@media only screen and (max-width: 991px) {
    /* newly added */
    #topbar {
        height: auto;
    }
    .logo img {
        width: 100%;
        max-width: 160px;
        margin: 1rem auto;
    }
    .social-links {
        display: none;
    }
    .mobile-nav-toggle {
        background: #5b6771;
        color: #fff;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .mobile-nav-toggle i {
        color: #fff;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {}


/*** //FMH-21102021// ***/


/*** //WINDOW FIXED(CLICK)// ***/

#floatingbanner {
    transition: right .7s ease;
    background: 0 0;
    position: fixed;
    right: -417px;
    bottom: auto;
    z-index: 99;
    top: 36%;
    overflow: hidden;
    width: 452px;
    box-sizing: border-box;
    padding-left: 36px;
    box-shadow: none;
    height: 198px;
}

a.floatingbanner-close {
    position: absolute;
    width: 35px;
    background: #222;
    left: 0;
    height: 100%;
    color: #fff!important;
    vertical-align: middle;
    text-decoration: none;
    border: 1px solid #fff;
    border-radius: 0px 0 0 0px;
    border-right: none;
}

.floatingbanner-inner {
    background: #5B6771;
    float: left;
}

.floatingbanner-left {
    float: left;
    position: relative;
    line-height: 0;
    width: 194px;
}

.floatingbanner-left img {
    width: 100%
}

.floatingbanner-right h2 {
    padding-bottom: 8px;
    color: #fff;
    margin: 0;
    line-height: normal;
    line-height: 22px;
    text-transform: uppercase;
    font-size: 20px;
}

.floatingbanner-desc {
    font-size: 17px;
    line-height: 22px;
    padding-bottom: 20px;
    color: #fff;
    letter-spacing: 0;
}

.floatingbanner-right {
    width: 222px;
    float: right;
    box-sizing: border-box;
    padding: 22px 10px 0 12px;
}

.floatingbanner-close i {
    top: 41%;
    position: relative;
    margin: 0 auto;
    width: 34px;
    height: 35px;
    text-align: center;
    font-size: 32px;
}

.visible .floatingbanner-close i {
    transform: rotate(180deg);
}

#floatingbanner.visible {
    right: 0;
    transition: right .7s ease;
}

.floatingbanner-btn a {
    border: 1px solid #9e9e9e;
    background: none;
}

#floatingbanner .floatingbanner-close {
    height: 198px;
    width: 35px;
    position: absolute;
}

#floatingbanner span.bestbuys {
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    transform: rotate(-90deg);
    height: 35px;
    width: 110px;
    position: absolute;
    right: -45px;
    left: auto;
    margin: 0 auto;
    top: 72px;
}

.keepin .ctinput input {
    padding: 23px 14px;
}

.keepin .input-group-append {
    position: relative;
}

.keepin .input-group-append a {
    border: 1px solid #9e9e9e;
    padding: 12px 30px !important;
    text-transform: uppercase;
    font-size: 14px;
    margin-top: 5px;
    margin-left: 2px;
    font-weight: 600;
    letter-spacing: 0.5;
}

.keepin .ctinput {
    width: 95% !important;
}

span.load_gif {
    border: 3px solid #ffffff;
    border-top: 3px solid #7c858e;
    border-radius: 50%;
    width: 18px;
    position: absolute;
    top: -32px;
    height: 18px;
    animation: spin 2s linear infinite;
    right: 12px;
    z-index: 9;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media only screen and (max-width: 560px) {
    #floatingbanner {
        width: 260px;
        right: -223px;
    }
    .floatingbanner-left {
        display: none;
    }
    .floatingbanner-inner {
        height: 198px;
    }
    a.floatingbanner-close {
        left: 1px;
    }
}

.cookies {
    position: fixed;
    width: 100%;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    padding: 1rem;
    z-index: 2;
}

.cookies a {
    color: #a5c1e7;
    font-weight: 600;
}

.cookie-btn {
    background: #5b6771;
    border-color: #9c9c9c;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    padding: .5rem 2rem !important;
}

.borderSolid {
    border: solid 1px #dadada;
    padding: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80px;
    margin: .5rem;
}

.mobileOnly {
    /* display: none; */
}
.borderSolid img {
    max-height: 70px;
}
.design_stdBnr .aboutban  {height: 600px;}
@media only screen and (max-width: 768px) {
    .mobileOnly {
        display: block;
    }
    .borderSolid img {
        max-height: 60px;
    }
}

@media only screen and (max-width: 550px) {
    .slide .homeslider img {
        height: auto;
    }
    .homeslider h2 {
        font-size: 22px;
        margin: 0;
    }
    .homeslider p {
        font-size: 18px;
        margin: 0;
    }
    .homeslider .techbanner {
        padding: 12px 15px 5px;
    }
    .homeslider span.lineh {display: none;}
}


.a_tag_content{
    color: white;
}

.cart_cls{
    height: 31px; 
    padding-top: 1px;
}

.error_color{
    color:red;
}

.success_color{
    color:green;
}
.map_cls{
    border:0;
}
.captcha_cls_div{
    margin-top:10px;
}
.display_cls{
    display:none;
}
.total_cls{
    font-size:14px; 
    color:#333;
}
.ifram_cls{
    display:none;
    visibility:hidden;
}

.uppercase_cls{
    text-transform: uppercase;
}
.prdct-img-cls{
    height: 145px;
}




.sudio3 {
    background: #f5f3f2;
    /* margin-top: 20px; */
    padding: 0 4rem;
    min-height: 196px;
    display: flex;
    align-items: center;
}
.sudio4 {
    padding: 17px 0 30px 60px;
}

.sudio4 h2 {
    font-size: 30px;
    margin-top: -110px;
}

.sudio4 span {
    font-size: 180px;
    margin-top: -30px;
    font-weight: 900;
    color: #f9f9f9;
}
.categories-media ul li a {
    font-size: 16px;
    padding: 4px 0;
  }
  
  
  .categories-media ul li a {
    font-size: 16px;
    border-bottom: 1px solid #c3c3c3;
    display: block;
    padding: 9px 0;
    box-sizing: border-box;
  }

  .sub-heading {
    font-size: 24px;
  }
  .sub-heading {
    text-transform: uppercase;
    font-size: 30px;
    line-height: 30px;
    font-family: "Whitney-Bold";
    margin-bottom: 40px;
  }
  .mb-3, .my-3 {
    margin-bottom: 1rem !important;
  }
  .sudio4 .blog-title {
    font-size: 30px;
    margin-top: -140px;
}
.section-discover {
    color: #000;
    border : 1px solid black;
    font-size: 14px;
    padding: 8px 14px;
  }
  
  .section-discover:hover {
    color: #fff;
    background-color: #808080;
    border : 1px solid black;
    font-size: 14px;
    padding: 8px 14px;
  }

.bg-light2 {

        background-color: #e5e5e5 !important;
        margin: 0;
	   padding: 4rem 0;     

      }
.brand-box.active .borderSolid
{
	border: solid 2px #5b6771;
}
.blog-content img  {

max-width : 100%

}
.owl-item {width: 128.906px; margin-right: 10px; }

.brandsSlider img {
    width: 100%;
    height: 600px;
    object-fit: cover;
}
@media (max-width: 991px) {
    .brandsSlider img {
        height: 400px;
    }
}
@media only screen and (max-width: 550px) {
    .slide .brandsSlider img {
        height: 220px;
    }
}
  
  
  
  
  