
/*===========================
    01. Theme default css 
===========================*/


.scroll{
    width: 100%;
    overflow:scroll;
}
@media screen and (min-width: 768px){
    .scroll::-webkit-scrollbar{
    display: none;
    width: 0;
    height: 0;
}
}
body {
    font-family: "Open Sans", sans-serif;
}

img {
    max-width: 100%;
}

a:focus,
input:focus,
textarea:focus,
button:focus {
    text-decoration: none;
    outline: none;
}

a:focus,
a:hover{
    text-decoration: none;
}



a{
    display: inline-block;
}




ul,ol {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}



.bg_cover{
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
        padding-top: 110px;
    padding-bottom: 110px;
}

.home-4{
    margin: 80px;
    background-image: url(../images/bg-4.jpg);
}
/*==spacing==*/
.pt-5p
{
    padding-top: 5px;
}
.pb-5p
{
    padding-bottom: 5px;
}
/*==theme button==*/
.thmbtn
{
   background-color: #164c92;
    padding: 0 40px;
    border-radius: 50px;
    font-size: 18px;
    font-weight: 500;
    font-family: "Open Sans", sans-serif;
    line-height:45px;
    border: 4px solid #bfc9ea;
    color: #fff;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
     cursor: pointer;
}
.thmbtn:hover {
    background-color: transparent;
    color: #2e4db9;
}
/*===== All Section title Style =====*/
.section-tit h3{
    font-size: 32px;
    margin: 15px 0;
    display: inline-block;
    color: #2e4db9;
}
.pt-25{padding-bottom: 25px;}
.section-title{}
.section-title h2{
    font-size: 40px;
    padding-top: 30px;
}
.section-title h1{
    font-size: 36px;
    font-weight: bold;
}
.section-title ul li{
    display: inline-block;
    background-color: #2e4db9;
    
}
.section-title ul li:nth-of-type(1),
.section-title ul li:nth-of-type(5){
    width: 10px;
    height: 2px;
}
.section-title ul li:nth-of-type(2),
.section-title ul li:nth-of-type(4){
    width: 20px;
    height: 3px;
}

.section-title ul li:nth-of-type(3){
    width: 30px;
    height: 4px;
}
.section-title p{
    padding-top: 17px;
    padding-left: 15px;
    padding-right: 15px;
}


/*===== Preloader Style =====*/

.preloader{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-color: #fff;
}
.preloader .thecube {
    width: 75px;
    height: 75px;
    position: relative;
    -webkit-transform: rotateZ(45deg) translate(-50%,-50%);
    transform: rotateZ(45deg) translate(-50%,-50%);
    -webkit-box-sizing: content-box;
    position: absolute;
    top: 47%;
    left: 47%;
}
.preloader .thecube .cube{
    position: relative;
    -webkit-transform: rotateZ(45deg) scale(1.1);
    transform: rotateZ(45deg) scale(1.1);
    float: left;
    width: 50%;
    height: 50%;
}

.preloader .thecube .cube::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #2e4db9;
    -webkit-animation: foldthecube 2.4s infinite linear both;
    animation: foldthecube 2.4s infinite linear both;
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}

.preloader .thecube .cube.c1 {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.preloader .thecube .cube.c2{
    -webkit-transform: scale(1.1) rotateZ(90deg);
    transform: scale(1.1) rotateZ(90deg);
}
.preloader .thecube .cube.c3{
    -webkit-transform: scale(1.1) rotateZ(180deg);
    transform: scale(1.1) rotateZ(180deg);
}
.preloader .thecube .cube.c4{
    -webkit-transform: scale(1.1) rotateZ(270deg);
    transform: scale(1.1) rotateZ(270deg);
}

.preloader .thecube .cube.c2::before{
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}
.preloader .thecube .cube.c3::before{
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}
.preloader .thecube .cube.c4::before{
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
}

@-webkit-keyframes foldthecube {
    0%, 10% {
        -webkit-transform: perspective(140px) rotateX(-180deg);
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0;
    }

    25%,
    75% {
        -webkit-transform: perspective(140px) rotateX(0deg);
        transform: perspective(140px) rotateX(0deg);
        opacity: 1;
    }

    90%,
    100% {
        -webkit-transform: perspective(140px) rotateY(180deg);
        transform: perspective(140px) rotateY(180deg);
        opacity: 0;
    }
}

@keyframes foldthecube {
    0%, 10% {
        -webkit-transform: perspective(140px) rotateX(-180deg);
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0;
    }

    25%,
    75% {
        -webkit-transform: perspective(140px) rotateX(0deg);
        transform: perspective(140px) rotateX(0deg);
        opacity: 1;
    }

    90%,
    100% {
        -webkit-transform: perspective(140px) rotateY(180deg);
        transform: perspective(140px) rotateY(180deg);
        opacity: 0;
    }
}


/*===========================
        02.HEADER css 
===========================*/

#header-part{}

.header-2{}

/*===== HEADER TOP =====*/

.header-top{
    background-color: #2e4db9;
}
.header-top p {
    font-size: 14px;
    color: #fff;
}
.header-top p a{
   color: #fff;
}
.header-top p i{
    color: #fff;
    margin-right: 8px;
}

/*===== NAVBAR =====*/

.navigation {
    width: 100%;
    border: 1px solid #eee;
    padding: 0 15px;
}

.navigation.sticky {
    position: fixed;
    top: 0%;
    left: 0;
    width: 100%;
    z-index: 999;
    background: #fff;
    -webkit-box-shadow: 0px 5px 30px 0px rgba(46,76,185,0.2);
    box-shadow: 0px 5px 30px 0px rgba(46,76,185,0.2);
    -webkit-animation: sticky 0.5s;
    animation: sticky 0.5s;
}

@-webkit-keyframes sticky {
    0%{
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }
    100%{
        -webkit-transform: translateY(0%);
        transform: translateY(0%)
    }
}

@keyframes sticky {
    0%{
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }
    100%{
        -webkit-transform: translateY(0%);
        transform: translateY(0%)
    }
}

.navbar {
    padding: 0;
    position: relative;
}
.navbar .navbar-nav{
    position: relative;
    z-index: 999;
    background: #fff;
    float: none;
    font-weight: bolder;
    }
.navbar .navbar-nav .nav-item{
    margin: 0 5px;
    position: relative;
    float: none;
}
.navbar .navbar-nav .nav-item a {
    font-size: 18px;
    color: #2c2d3e;
    font-family: 'Open Sans', sans-serif;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
    padding: 19px 15px;
}

.navbar .navbar-nav .nav-item a.active,
.navbar .navbar-nav .nav-item:hover > a{
    color: #2e4db9;
}

.navbar .navbar-nav .nav-item ul.sub-menu {
    position: absolute;
    top: 110%;
    left: 0;
    width: 280px;
    background-color: #fff;
    -webkit-box-shadow: 0px 5px 30px 0px rgba(46,76,185,0.2);
    box-shadow: 0px 5px 30px 0px rgba(46,76,185,0.2);
    z-index: 9;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
    opacity: 0;
    visibility: hidden;
    padding: 8px 0;
    border-top: 2px solid #2e4db9;
}

.navbar .navbar-nav .nav-item:hover ul.sub-menu{
    top: 100%;
    opacity: 1;
    visibility: visible;
}
.navbar .navbar-nav .nav-item ul.sub-menu li{
    margin: 0;
    position: relative;
}
.navbar .navbar-nav .nav-item ul.sub-menu li a {
    padding: 8px 20px;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
    display: block;
}

.navbar .navbar-nav .nav-item ul.nav-list{
    display: none;
}
.navbar .navbar-nav .nav-item .li:hover ul.nav-list{
    display: block;
    position: absolute;
    top: 0;
    left: 100%;
    background: #fff;
    width: 100%;
    border: 1px solid #eeee;
}

.navbar .navbar-nav .nav-item ul.nav-list li a{
    color: #555;
    font-size: 15px;
    /* padding: 4px 20px; */
    padding-left: 40px;
    font-weight: 400;
    /* border-bottom: 1px dashed #2e4db9; */
}

.navbar .navbar-nav .nav-item ul.sub-menu li:hover > a {
    padding-left: 25px;
    color: #2e4db9;
    background: #ddd;
    border-bottom: 1px solid #2e4db9;
}
.navbar .navbar-nav .nav-item ul.nav-list li:hover > a {
    padding-left: 40px;
    color: #2e4db9;
}



.navbar .navbar-toggler .icon-bar{
    width: 30px;
    height: 2px;
    margin: 5px 0;
    background-color: #2c2d3e;
    display: block;
    position: relative;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.navbar .navbar-toggler.active .icon-bar:nth-of-type(1){
    -webkit-transform: rotate(46deg);
    transform: rotate(46deg);
    top: 7px;
}
.navbar .navbar-toggler.active .icon-bar:nth-of-type(2){
    opacity: 0;
}
.navbar .navbar-toggler.active .icon-bar:nth-of-type(3){
    -webkit-transform: rotate(134deg);
    transform: rotate(134deg);
    top: -7px;
}

.sub-nav-toggler {
    display: none;
}

.cart-search {
    margin: 18px 0;
}
.cart-search ul{}
.cart-search ul li{
    display: inline-block;
    margin-left: 25px;
    position: relative;
}
.cart-search ul li:first-child{
    margin-left: 0;
}

.cart-search ul li a{
    font-size: 16px;
    color: #2c2d3e;
}
.cart-search ul li a i{}
.cart-search ul li a span {
    position: absolute;
    font-size: 16px;
    color: #fff;
    background-color: #2e4db9;
    border-radius: 50%;
    top: -10px;
    right: -13px;
    padding: 0 4px;
    line-height: 19px;
}

.cart-search ul li .search-box {
    position: absolute;
    right: 0;
    top: 200%;
    background-color: #2e4db9;
    padding: 20px;
    display: none;
}
.cart-search ul li .search-box input {
    width: 200px;
    height: 40px;
    padding: 0 15px;
    border: none;
    color: #2c2d3e;
    font-size: 16px;
}
.cart-search ul li .search-box button {
    position: absolute;
    right: 20px;
    top: 20px;
    padding: 0;
    width: 40px;
    height: 40px;
    font-size: 18px;
    border: none;
    background-color: transparent;
    color: #2e4db9;
}

/*===== INDEX - 2 =====*/

.header-2{}
.header-2 .navigation {
    top: 0;
    padding: 20px 0;
}

.header-2 .navbar .navbar-nav .nav-item a {
    color: #fff;
}
.header-2 .navbar .navbar-nav .nav-item a.active,
.header-2 .navbar .navbar-nav .nav-item:hover > a {
    color: #fff;
}

.header-2 .cart-search p {
    display: inline-block;
    font-weight: 700;
    font-size: 18px;
    color: #fff;
    float: left;
    margin-right: 100px;
}

.header-2 .cart-search ul {
    display: inline-block;
    float: right;
}
.header-2 .cart-search ul li a {
    font-size: 14px;
    color: #ffff;
}

.header-2 .navbar .navbar-nav .nav-item ul.sub-menu li a {
    color: #2c2d3e;
}
.header-2 .navbar .navbar-nav .nav-item ul.sub-menu li:hover > a {
    color: #2e4db9;
}

.header-2 .navbar .navbar-toggler .icon-bar{
    background-color: #fff;
}

.header-2 .navigation.sticky {
    padding: 10px 0;
}
.header-2 .sticky .cart-search p,
.header-2 .sticky .cart-search ul li a,
.header-2 .sticky .navbar .navbar-nav .nav-item a {
    color: #2c2d3e;
}

.header-2 .sticky .navbar .navbar-nav .nav-item a.active,
.header-2 .sticky .navbar .navbar-nav .nav-item:hover > a {
    color: #2e4db9;
}

.header-2 .sticky .navbar .navbar-toggler .icon-bar {
    background-color: #2c2d3e;
}

/*===== INDEX - 4 =====*/

.header-4 .navigation {
    top: 80px;
    padding: 20px 80px;
}
.header-4 .navigation.sticky {
    top: 0px;
    padding: 10px 80px;
}


/*===========================
       03. SLIDER css 
===========================*/


.single-slider{
    height:600px;
}

.slider-active {
    position: relative;
}
.slider-active::before {
    position: absolute;
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 70px;
/*  background-image: url(../images/shape.png);*/
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: contain;
    z-index: 9;
}
.slick-initialized .slick-slide.slider1
{
background-image: url(../images/slider/1-slider.png);
}
.slick-initialized .slick-slide.slider2
{
background-image: url(../images/slider/3a-slider.png);  
}
.slick-initialized .slick-slide.slider3
{
    background-image: url(../images/slider/4a-slider.png);
}
.slick-initialized .slick-slide.slider4
{
background-image: url(../images/slider/5a-slider.png);  
}
.slick-initialized .slick-slide.slider5
{
    background-image: url(../images/slider/13x_Molecularsieve.png);
}
.content-slied .slick-arrow,
.slider-active .slick-arrow{
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 9;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
    left: 0;
}
.content-slied .next.slick-arrow,
.slider-active .next.slick-arrow{
    left: auto;
    right: 0;
}
    
    
.content-slied .slick-arrow i,
.slider-active .slick-arrow i{
    cursor: pointer;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    text-align: center;
    font-size: 26px;
    color: #fff;
    background-color: #2e4db9;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}


.content-slied .slick-arrow i{
    background-color: #fff;
    color: #2e4db9;
    -webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.35);
    box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.35);
}
.slider-active .slick-arrow i:hover{
    background-color: #fff;
    color: #2e4db9;
    -webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.35);
    box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.35);
}

.content-slied .slick-arrow i:hover{
    background-color: #2e4db9;
    color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
}



.content-slied:hover .prev.slick-arrow,
.slider-active:hover .prev.slick-arrow{
    left: 30px;
    opacity: 1;
    visibility: visible;
}

.content-slied:hover .next.slick-arrow,
.slider-active:hover .next.slick-arrow{
    left: auto;
    right: 30px;
    opacity: 1;
    visibility: visible;
}


#slider-part{
    position: relative;
}

#slider-part::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/shape.png);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: contain;
}

.slider-content{
    z-index: 9999;
}
.slider-content h2{
    padding-bottom: 9px;
}
.slider-content h1{
    padding-bottom: 12px;
}
.slider-content p{
    padding-bottom: 25px;
}
.slider-content a{
    background-color: #164c92;
    padding: 0 40px;
    border-radius: 50px;
    font-size: 18px;
    font-weight: 500;
    font-family: "Open Sans", sans-serif;
    line-height: 45px;
    border: 4px solid #bfc9ea;
    color: #fff;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.slider-content a:hover{
    background-color: transparent;
    color: #2e4db9;
}


/*===== INDEX - 2 =====*/

.slider-part-2{}
.slider-part-2 .slider-content h2,
.slider-part-2 .slider-content p{
    color: #fff;
}

.slider-part-2 .slider-content a {
    background-color: #fff;
    font-size: 18px;
    border: 4px solid #bfc9ea;
    color: #2e4db9;
}

.slider-part-2 .slider-content a:hover {
    background-color: transparent;
    color: #fff;
}


/*===== INDEX - 3 =====*/


#slider-part-3{}
#slider-part-3 .single-slider{
    position: relative;
}




#slider-part-3 .single-slider::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgb(46,77,185);
    background: -webkit-gradient(linear, left top, right top, from(rgba(46, 77, 185, 0.6)), to(rgba(4, 28, 111, 0.6)));
    background: linear-gradient(to right, rgba(46, 77, 185, 0.6) 0%, rgba(4, 28, 111, 0.6) 100%);
    z-index: 1;
}

#slider-part-3 .single-slider .slider-image,
#slider-part-3 .single-slider .slider-content {
    position: relative;
    z-index: 9;
    padding-top: 80px;
}

#slider-part-3 .single-slider .slider-image img {
    width: auto;
    display: inline-block;
}

#slider-part-3 .single-slider .slider-content h2{
    padding-bottom: 9px;
    color: #fff;
}
#slider-part-3 .single-slider .slider-content p{
    padding-bottom: 25px;
    color: #fff;
}
#slider-part-3 .single-slider .slider-content a{
    background-color: #fff;
    padding: 0 40px;
    border-radius: 50px;
    font-size: 18px;
    font-weight: 700;
    font-family: "Open Sans", sans-serif;
    line-height: 60px;
    border: 4px solid #bfc9ea;
    color: #2e4db9;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

#slider-part-3 .single-slider .slider-content a:hover{
    background-color: transparent;
    color: #fff;
}


/*===========================
    04.VIDEO css 
===========================*/

#video-part{
    padding-bottom: 30px;
    padding-top: 30px;
}
#video-part p span{
    color: #2e4db9;
}

.video{
    position: relative;
}
.video img{border: 2px solid #2e4db9;
    padding: 20px;
    box-shadow: 2px 5px 20px -1px #ccc;}
.video .icon{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 75px;
    height: 75px;
    border-radius: 50%;
    text-align: center;
    display: inline-block;
    background-color: rgba(46, 77, 185, 0.1);
}
.video .icon::before,
.video .icon::after{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 50%;
    z-index: -1;
}

.video .icon::before{
    background-color: rgba(46, 77, 185, 0.07);
    -webkit-animation: video 1500ms ease-out infinite;
    animation: video 1500ms ease-out infinite;
}

@-webkit-keyframes video{
    0%{
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
    100%{
        -webkit-transform: scale(1.4);
        transform: scale(1.4);
        opacity: 1;
    }
}

@keyframes video{
    0%{
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
    100%{
        -webkit-transform: scale(1.4);
        transform: scale(1.4);
        opacity: 1;
    }
}

.video .icon::after{
    background-color: rgba(46, 77, 185, 0.05);
    -webkit-animation: video-2 1500ms ease-out infinite;
    animation: video-2 1500ms ease-out infinite;
}
@-webkit-keyframes video-2{
    0%{
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
    100%{
        -webkit-transform: scale(1.8);
        transform: scale(1.8);
        opacity: 1;
    }
}
@keyframes video-2{
    0%{
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
    100%{
        -webkit-transform: scale(1.8);
        transform: scale(1.8);
        opacity: 1;
    }
}

.video .icon a i{
    font-size: 36px;
    color: #2e4db9;
    z-index: 9;
    line-height: 75px;
}

/*===========================
       05.PRODUCTS css 
===========================*/

#products-part{
   /*background: #f2f3f7;*/
   background:#EBF4FA;
}


.products-cart {
    margin-top: 5px;
}
.products-cart .cart-add{
    display: inline-block;
    background-color: #164c92;
    padding: 0 40px;
    border-radius: 50px;
    font-size: 18px;
    font-weight: 500;
    font-family: "Open Sans", sans-serif;
    line-height: 45px;
    border: 4px solid #bfc9ea;
    color: #fff;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
    margin-top: 15px;
}
.products-cart .cart-add:hover
{
    background-color: transparent;
    color: #2e4db9;

}
.products-cart .cart-add i{
    margin-right: 5px;
}



/* Blog Latest Slider */

/*===========================
    06.TRUSTED CLIENT css 
===========================*/

#trusted-clients-part{}

.trusted-clients-logo{}
.trusted-clients-logo img{
    padding-bottom: 25px;
}
.trusted-clients-logo h5{
    text-transform: uppercase;
    color: #2c2d3e;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    padding-bottom: 8px;
}
.trusted-clients-logo ul li{
    display: inline-block;
    color: #ffa800;
    font-size: 18px;
}
.trusted-clients-logo h1{
    padding-top: 10px;
}

.trusted-clients-discription{}
.trusted-clients-discription h1{
    padding-bottom: 5px;
    font-size: 52px;
}
.trusted-clients-discription p{
    padding-bottom: 25px;
}
.trusted-clients-discription ul li{
    display: inline-block;
}
.trusted-clients-discription ul li .button{
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    color: #2e4db9;
    border: 2px solid #2e4db9;
    padding: 0 30px;
    line-height: 45px;
    border-radius: 50px;
    margin-right: 20px;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.trusted-clients-discription ul li .button:hover{
    background-color: #2e4db9;
    color: #fff;
}

.trusted-clients-discription ul li .video{
    font-size: 16px;
    color: #2c2d3e;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
}
.trusted-clients-discription ul li .video img{
    margin-right: 3px;
    width: auto !important;
    display: inline-block !important;
}

.trusted-slied {}
.trusted-slied .owl-dots{}
.trusted-slied .owl-dots button.owl-dot {
    height: 5px;
    margin-right: 5px;
    border-radius: 5px;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.trusted-slied .owl-dots button.owl-dot:nth-of-type(1){
    width: 50px;
    background: rgba(46, 77, 185, 0.8);
}
.trusted-slied .owl-dots button.owl-dot:nth-of-type(2){
    width: 40px;
    background: rgba(46, 77, 185, 0.6);
}
.trusted-slied .owl-dots button.owl-dot:nth-of-type(3){
    width: 30px;
    background: rgba(46, 77, 185, 0.45);
}
.trusted-slied .owl-dots button.owl-dot.active{
    background: #2e4db9;
}


/*===========================
      07.SERVICES css 
===========================*/

#services-part{}

#services-part .line-b {
    border-bottom: 1px dashed #cdd2e2;
}

.singel-services{
    position: relative;
}
.singel-services.line-r{
    border-right: 1px dashed #cdd2e2;
}
.singel-services .services-icon {
    position: absolute;
    top: 0;
    left: 0;
}

.singel-services .services-cont{}

.singel-services .services-cont h4{
    padding-bottom: 7px;
}
.singel-services .services-cont p{
    padding-bottom: 45px;
}
.singel-services .services-cont a{
    padding: 0 30px;
    line-height: 40px;
    border-radius: 50px;
    color: #fff;
    background-color: #2c2d3e;
    position: relative;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.singel-services .services-cont a span {
    position: absolute;
    top: 8px;
    right: 0;
    background-color: #2e4db9;
    padding: 7px 13px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    border-radius: 50px;
    opacity: 0;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
    z-index: -1;
}
.singel-services .services-cont a span i{
    width: 18px;
    height: 10px;
    border: 1px solid #fff;
    border-radius: 50px;
    font-size: 8px;
    text-align: center;
}

.singel-services .services-cont a:hover {
    background-color: #2e4db9;
}
.singel-services .services-cont a:hover span {
    right: -17px;
    opacity: 1;
    z-index: 9;
}

/*===== INDEX - 2 =====*/

.services-part-2 .singel-services.right .services-icon {
    left: auto;
    right: 0;
}
.services-part-2 .singel-services.right .services-cont{}

/*===== INDEX - 3 =====*/

.services-part-3 .singel-services .services-icon {
    position: inherit;
}



/*===========================
        09.BLOG css 
===========================*/

.singel-blog{box-shadow: 0px 0px 6px 0px rgb(26 26 26 / 20%);
}
.singel-blog .blog-thum{
    position: relative;
    overflow: hidden;
    height: 220px;
}
.singel-blog .blog-thum img{
    width: 100%;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.singel-blog:hover .blog-thum img{
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.singel-blog .blog-thum::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*background-color: rgba(46, 77, 185, 0.6);*/
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
    opacity: 0;
    z-index: 9;
}

.singel-blog:hover .blog-thum::before{
    opacity: 1;
}

.singel-blog .blog-thum img{}
.singel-blog .blog-thum .date{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 9;
    border: 1px solid #fff;
    border-radius: 5px;
    padding: 0 8px;
    opacity: 0;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.singel-blog:hover .blog-thum .date{
    opacity: 1;
}

.singel-blog .blog-thum .date h3{
    font-size: 35px;
    color: #fff;
    margin-bottom: -5px;
}
.singel-blog .blog-thum .date span{
    font-size: 14px;
    color: #fff;
    padding-bottom: 8px;
}

.singel-blog .blog-cont{padding: 10px 20px;
    background: #fff;}
.singel-blog .blog-cont h5{
    padding-bottom: 8px;
height: 84px;
    overflow: hidden;
    font-weight: 600;
    line-height: 30px;

}
.singel-blog .blog-cont:hover h5
{
    font-weight: 700;
}
.singel-blog .blog-cont .post-content
{
        height: 201px;
    overflow: hidden;
    margin-bottom: 15px;
}
.singel-blog .blog-cont p{
    padding-bottom: 17px;
    text-align: left;
}
.singel-blog .blog-cont p strong
{
    font-weight: 500;
}
.singel-blog .blog-cont a{
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 14px;
    color: #2e4db9;
}
.singel-blog .blog-cont p a
{
    font-size: 18px;
}
.singel-blog .blog-cont p a strong
{
    font-weight: 500;
}

.blog-slied .owl-dots{
    text-align: center;
    margin-top: 45px;
}
.blog-slied .owl-dots button.owl-dot {
    width: 40px;
    height: 5px;
    background: rgba(90, 106, 159, 0.3);
    margin: 0 3px;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;

}
.blog-slied .owl-dots button.owl-dot.active {
    background-color: #2e4db9;
}


/*===========================
      10.DELIVERY css 
===========================*/

#delivery-part {
    position: relative;
    padding-top: 90px;
    padding-bottom: 100px;
}
#delivery-part::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/shape-2.png);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: contain;
    z-index: 9;
}
.delivery-text{
    position: relative;
    z-index: 99;
}
.delivery-text h2{
    font-size: 48px;
    color: #fff;
    padding-bottom: 10px;
}
.delivery-text p {
    color: #fff;
    padding-bottom: 25px;
    padding-left: 15px;
    padding-right: 15px;
}
.delivery-text a{
    padding: 0 40px;
    font-size: 18px;
    font-weight: 700;
    font-family: "Open Sans", sans-serif;
    color: #2e4db9;
    background-color: #fff;
    line-height: 58px;
    border-radius: 50px;
    border: 4px solid #8697d2;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.delivery-text a:hover{
    background-color: transparent;
    color: #fff;
}



/*===========================
       11.FOOTER css 
===========================*/

#footer-part{
    background-color: #f3f9fd;
}

.newsletter {
    border-bottom: 1px dashed #9daac9;
}
.newsletter-text{}
.newsletter-text h2{
    font-size: 48px;
    padding-bottom: 10px;
}
.newsletter-text p{}

.newsform {}
.newsform input{
    width: 100%;
    height: 50px;
    padding-left: 30px;
    border-radius: 50px;
    border: 2px solid #2e4db9;
    color: #6e789b;
}
.newsform button{
    width: 100%;
    height: 50px;
    background-color: #2e4db9;
    border-radius: 50px;
    border: 0;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
    font-size: 22px;
    color: #fff;
    text-transform: uppercase;
    padding: 0;
    cursor: pointer;
}

.footer{}

.footer-about{}
.footer-about p {
    padding-top: 15px;
    font-size: 14px;
}
.footer-about span {
    padding-top: 20px;
    color: #2c2d3e;
    font-size: 14px;
}
.footer-about span i{
    margin-right: 10px;
}

.footer-title h5 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    position: relative;
    padding-bottom: 7px;
    color:#2e4db9;
    margin-top: 25px;
    padding-left: 10px;
}
.footer-title h5::before{
    content: '';
    position: absolute;
    left: 10px;
    bottom: 0;
    width: 30px;
    border-bottom: 1px dashed #000;
}

.footer-info{
    padding-top: 6px;
}

.footer-info ul li a{
    font-size:17px;
    /*font-family: 'Open Sans', sans-serif;*/
    line-height: 36px;
    color: #000;
    font-weight: 600;
}
.footer-info ul li a:hover
{
    color: #2e4db9;
}
.footer-news{}

.footer-news ul li{}
.footer-news ul li .f-news{
    margin-top: 15px;
}
.footer-news ul li .f-news .news-title a{
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    font-weight: 700;
    color: #2c2d3e;
    margin-bottom: 10px;
}
.footer-news ul li .f-news .news-date{
    color: #2e4db9;
    font-size: 14px;
}



.footer-address{
    /* padding-top: 15px; */
}
.footer-address ul {}
.footer-address ul li{
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 5px;
    width: 100%!important;
}
.footer-address ul li:last-child{
    margin-bottom: 0;
}

.footer-address ul li .icon{
    margin-right: 10px;
}
.footer-address ul li .icon.map-i i{
    font-size: 18px;
}
.footer-address ul li .icon i{
    width: 35px;
    height: 35px;
    line-height: 34px;
    border-radius: 50px;
    border: 1px solid #2e4db9;
    text-align: center;
    color: #2e4db9;
    font-size: 16px;
    display: inline-block;
}
.footer-address ul li .address p a:hover
{
    color: #2e4db9;
}
.footer-address ul li .address {}
.footer-address ul li .address h5{
   font-family: 'Open Sans', sans-serif;
   font-weight: 700;
   position: relative;
   color: #2e4db9;
}
.footer-address ul li .address p{ font-size: 15px; text-align: left;}
.footer-address ul li .address p a{color: #000; }
.copyright{
    background-color: #e0eef9;
}
.copyright p{text-align: center;font-size: 15px;}
.copyright p span{
    color: #2e4db9;
}

.back-to-top{
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 40px;
    height: 50px;
    border-radius: 5px;
    background-color: #2e4db9;
    text-align: center;
    z-index: 999;
    display: none;
}
.back-to-top i
{
        color: #fff;
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
}
.back-to-top img{
    margin-top: 7px;
}

/*===== INDEX - 2 =====*/

.footer-2{
    background-color: #2e4db9 !important;
}

.footer-2 .newsform input {
    border: 2px solid rgba(255, 255, 255, 0.2);
    background-color: transparent;
    color: rgba(255, 255, 255, 0.5);
}
.footer-2 .newsform button {
    background-color: #fff;
    color: #2e4db9;
}
.footer-2 .newsletter-text h2,
.footer-2 .newsletter-text p,
.footer-2 .footer-about p,
.footer-2 .footer-about span,
.footer-2 .footer-title h5,
.footer-2 .footer-info ul li a,
.footer-2 .footer-news ul li .f-news .news-title a,
.footer-2 .footer-news ul li .f-news .news-date,
.footer-2 .footer-address ul li .icon i,
.footer-2 .footer-address ul li .address h5,
.footer-2 .footer-address ul li .address p{
    color: #fff;
}




.footer-2 .footer-title h5::before {
    border-bottom: 1px dashed #9daac9;
}

.footer-2 .copyright{
    background-color: #2746b3;
}

.footer-2 .copyright p{
    color: #fff;
}
.footer-2 .copyright .social-icon{}
.footer-2 .copyright .social-icon ul li{
    display: inline-block;
}
.footer-2 .copyright .social-icon ul li a{
    font-size: 14px;
    color: #fff;
}

/*===== INDEX - 3 =====*/

.footer-3{
    background: rgb(46,77,185);
    background: -webkit-gradient(linear, left top, right top, from(rgba(46,77,185,1)), to(rgba(4,28,111,1)));
    background: linear-gradient(90deg, rgba(46,77,185,1) 0%, rgba(4,28,111,1) 100%);
}

.footer-2 .newsform input {
    background-color: #fff;
    color: #2e4db9;
}


/*===========================
        12.BRAND css 
===========================*/

#brand-part{}
.singel-brand {
    opacity: 0.5;
}

/*===========================
    13.BUY PRODUCTS css 
===========================*/

#buy-products-part{
    background: rgb(46,77,185);
    background: -webkit-gradient(linear, left top, right top, from(rgba(46,77,185,1)), to(rgba(4,28,111,1)));
    background: linear-gradient(90deg, rgba(46,77,185,1) 0%, rgba(4,28,111,1) 100%);
}

.products-form{}
.products-form .form-box{
    margin-top: 30px;
}
.products-form .form-box input,
.products-form .form-box button{
    width: 100%;
    height: 50px;
    padding-left: 30px;
    border-radius: 50px;
    border: 0;
    color: #5a6a9f;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}

.products-form .form-box button{
    background-color: #2e4db9;
    text-align: left;
    color: #fff;
    position: relative;
    cursor: pointer;
}

.products-form .form-box button i{
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    width: 80px;
    line-height: 50px;
    border-radius: 50px;
    text-align: center;
    -webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.35);
    box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.35);

}

/*===========================
       14.PRICING css 
===========================*/

#pricing-part{}

.singel-pricing{
    padding: 50px;
    border-radius: 5px;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.singel-pricing h4{
    font-size: 30px;
    color: #2c2d3e;
    font-weight: 600;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
    padding-bottom: 15px;
}
.singel-pricing h3{
    font-size: 36px;
    padding-bottom: 7px;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
    position: relative;
    display: inline-block;
}
.singel-pricing h3 i {
    font-size: 14px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 50%;
    background-color: #2e4db9;
    color: #fff;
    position: absolute;
    top: -4px;
    left: -22px;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;

}
.singel-pricing h3 span{
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}

.singel-pricing ul li{
    font-size: 14px;
    color: #2c2d3e;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    line-height: 30px;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.singel-pricing a{
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 34px;
    padding: 0 12px 3px;
    color: #2c2d3e;
    border: 2px solid #2c2d3e;
    border-radius: 5px;
    margin-top: 20px;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}


.singel-pricing:hover{
    background-color: #2e4db9;
}

.singel-pricing:hover h4,
.singel-pricing:hover h3,
.singel-pricing:hover ul li,
.singel-pricing:hover a{
    color: #fff;
    border-color: #fff;
}

.singel-pricing:hover h3 i{
    color: #2e4db9;
    background-color: #fff;
}

/*===========================
    15.PAGE BANNER css 
===========================*/

#page-banner{
    position: relative;
}

#page-banner::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
   /* background:#000;
    opacity:0.6;*/
/*  background-image: url(../images/shape.png);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: contain;*/
}

.page-banner-content h3{
    position: relative;
    font-size: 22px;
    text-transform: capitalize;
    padding-left: 25px;
    line-height: 35px;
}
.page-banner-content h1
{
position: relative;
    font-size: 45px;
    text-transform: capitalize;
    padding-left: 25px;
    line-height: 35px;
    color: #fff;
    font-weight: 700;
}
.page-banner-content h3::before{
    content: '';
    position: absolute;
    width: 5px;
    height: 90%;
    background-color: #2e4db9;
    top: 0;
    left: 0;
}

/*==============*/



/*===========================
      16.ABOUT PAGE css 
===========================*/

.about-content{}
.about-content h3{
    font-size: 25px;
    padding-bottom: 10px;
    font-weight: 800;
}
.about-content h3 span{
    font-weight: 600;
    color: #2c2d3e;
}

.about-content p{
    padding-bottom: 10px;
}
.about-image img{
    width: 100%;
}

/*===========================
      17.FAQ PAGE css 
===========================*/

#faq-page{}

.faq-page-content .card {
    border: 0;
    background: none;
    border-radius: 0;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    border-radius: 4px;
    box-shadow: 0 1px 5px rgb(0 0 0 / 25%);
    will-change: box-shadow, transform;
    transition: box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1), background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    height: auto;
    margin-top: 15px;
    margin-bottom: 15px;
    overflow: hidden;
    padding: 20px;
    background-color: #fff;
}

.faq-page-content .card-header {
    padding: 0;
    margin-bottom: 0;
    border-bottom: 0;
    background-color: transparent;
}
.faq-page-content .card .card-header h5 a {
    padding: 9px 0;
}

.faq-page-content .card .card-header  h5 a span{
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 20px;
    position: relative;
    padding-left: 22px;
    color: #2e4db9;
    line-height: 30px;
}
.faq-page-content .card .card-header  h5 a.collapsed span{
    color: #2c2d3e;
}

.faq-page-content .card .card-header h5 a span::before,
.faq-page-content .card .card-header h5 a.collapsed span::before {
    content: "\f105";
    font-family: FontAwesome;
    font-size: 24px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    position: absolute;
    left: 0;
    top: -4px;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.faq-page-content .card .card-header h5 a.collapsed span::before{
    -webkit-transform: rotate(0);
    transform: rotate(0);
}

.faq-page-content .card-body{
    padding: 0;
    margin-bottom: 25px;
    width: 100%;
}
.faq-page-content .card-body p{
    padding-top: 15px;
}
.faq-page-content{}
.faq-page-content{}


/*===========================
      18.TEAM PAGE css 
===========================*/

#team-part{}

.singel-team{
    border: 1px solid #dde2f3;
    padding-bottom: 25px;
}
.singel-team .team-image{}
.singel-team .team-image img{
    width: 100%;
    padding: 10px;
}
.singel-team .team-content{}
.singel-team .team-content h6{
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    padding-top: 17px;
    padding-bottom: 3px;
}
.singel-team .team-content p{
    padding-bottom: 10px;
}
.singel-team .team-content ul li{
    display: inline-block;
    margin: 0 3px;
}
.singel-team .team-content ul li a{
    font-size: 16px;
    color: #2c2d3e;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.singel-team .team-content ul li a:hover{
    color: #2e4db9;
}


/*===========================
     21.PRODUTCT PAGE css 
===========================*/

#produtct-part{}



.produtct-next .pagination li{
    margin-left: 10px;
}
.produtct-next .pagination li .page-link {
    padding: 0;
    color: #2c2d3e;
    background-color: #fff;
    border: 1px solid #e6e5ff;
    width: 30px;
    height: 30px;
    line-height: 29px;
    text-align: center;
    font-size: 14px;
    border-radius: 3px;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.produtct-next .pagination li:first-child .page-link,
.produtct-next .pagination li:last-child .page-link{
    background-color: #2c2d3e;
    color: #fff;
    border-color: #2c2d3e;
}

.produtct-next .pagination li:first-child .page-link:hover,
.produtct-next .pagination li:last-child .page-link:hover,
.produtct-next .pagination li .page-link.active,
.produtct-next .pagination li .page-link:hover{
    background-color: #2e4db9;
    color: #fff;
    border-color: #2e4db9;
}

.produtct-next .pagination li .page-link:focus{
    -webkit-box-shadow: none;
    box-shadow: none;
}

.products-list .products-contant {
    border: 5px solid #e8f4fc;
    border-left: 0;
    height: 100%;
}

/*===========================
 22.PRODUCTS DETAILS PAGE css 
===========================*/

#products-details-part{}

.products-viwe .singel-slied img{
    width: 100%;
}

.products-thum {
    width: 400px;
    margin-left: auto;
    margin-right: auto;
}
.singel-thum {
    margin: 0 8px;
    cursor: pointer;
}

.products-thum .slick-arrow {
    position: absolute;
    top: 50%;
    left: -10px;
    font-size: 18px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #2c2d3e;
    cursor: pointer;
    z-index: 9;
}
.products-thum  .slick-arrow.fa-angle-right{
    left: auto;
    right: -10px;
}

.products-details .title h3 {
    font-size: 30px;
    font-family: 'Open Sans', sans-serif;
    color: #2c2d3e;
}
.products-details .title h1 {
    font-size: 30px;
    font-family: 'Open Sans', sans-serif;
    color: #2c2d3e;
}
.products-details .rating {
    overflow: hidden;
}
.products-details .rating li {
    float: left;
}
.products-details .rating li a {
    color: #ffa800;
    font-size: 14px;
}

.products-details .review {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.products-details .review p:first-child{
    font-size: 14px;
    color: #2e4db9;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    margin-right: 30px;
}

.products-details .share{
    border-top: 1px solid #e7e9f4;
}
.products-details .share ul li.head{
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #2e4db9;
    font-weight: 700;
    margin-left: 0;
}

.products-details .share ul li{
    display: inline-block;
    margin-left: 10px;
}
.products-details .share ul li a{
    font-size: 18px;
}

.products-details .share ul li:nth-child(2) a{
    color: #45619d;
}
.products-details .share ul li:nth-child(3) a{
    color: #cf4539;
}
.products-details .share ul li:nth-child(4) a{
    color: #42c0fb;
}
.products-details .share ul li:nth-child(5) a{
    color: #009ee5;
}
.products-details .share ul li:nth-child(6) a{
    color: #ec9f21;
}

.products-details .price h3 {
    font-size: 36px;
    color: #2c2d3e;
}
.products-details .price h3 span{
    font-size: 14px;
    margin-left: 5px;
}

.products-details .quanty-availability{
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.products-details .quanty-availability .quanty{
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 30px;
}
.products-details .quanty-availability .quanty p{
    margin-right: 15px;
}
.products-details .quanty-availability .quanty .qty input {
    width: 40px !important;
    height: 30px;
    border: 1px solid #e8e8e8;
    border-left: 0;
    border-right: 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
}
.products-details .quanty-availability .quanty .qty .nice-number button{
    background-color: #2e4db9;
    padding: 0;
    width: 15px;
    height: 34px;
    border: 0;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
}
.products-details .quanty-availability .quanty .qty .nice-number button:first-child{
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.products-details .quanty-availability .quanty .qty .nice-number button:last-child{
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.products-details .quanty-availability .availability{
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.products-details .quanty-availability .availability p{
    color: #2c2d3e;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 14px;
}
.products-details .quanty-availability .availability p:last-child{
    color: #2e4db9;
    margin-left: 5px;
}

.products-details .products-add ul li{
    display: inline-block;
    margin-right: 5px;
}
.products-details .products-add ul li a{
    padding: 10px;
    background-color: #2c2d3e;
    font-size: 14px;
    color: #fff;
    border-radius: 5px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
    
}
.products-details .products-add ul li a:hover{
    background-color: #2e4db9;
}




/*===========================
   23.CART PAGE css 
===========================*/

#cart-part{}


.table-bordered thead th {
    border-bottom-width: 0px;
    text-align: center;
    vertical-align: middle;
    padding: 15px 0;
    border-color: #e8f4fc;
}

.table-bordered thead th.product {
    width: 160px;
}

.table-bordered thead th.description {
    width: 360px;
}
.table-bordered thead th.model {
    width: 150px;
}
.table-bordered thead th.edit {
    width: 100px;
}
.table-bordered thead th.quantite {
     width: 150px;
}
.table-bordered thead th.price {
     width: 150px;
}
.table-bordered thead th.total {
     width: 150px;
}



.product-quantite .qty input {
    width: 40px !important;
    height: 30px;
    border: 1px solid #e8e8e8;
    border-left: 0;
    border-right: 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
}
.product-quantite .qty .nice-number button{
    background-color: #2e4db9;
    padding: 0;
    width: 15px;
    height: 34px;
    border: 0;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
}
.product-quantite .qty .nice-number button:first-child{
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.product-quantite .qty .nice-number button:last-child{
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.cart-btn {
    border: 1px solid #e8f4fc;
    padding: 15px 30px;
    overflow: hidden;
    margin-top: -1px;
}
.cart-btn .btn-left{
    float: left;
}
.cart-btn .btn-right{
    float: right;
}
.cart-btn .btn-left a,
.cart-btn .btn-right a{
    padding: 0 15px;
    line-height: 40px;
    background-color: #2c2d3e;
    color: #fff;
    text-transform: uppercase;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}
.cart-btn .btn-left a:hover,
.cart-btn .btn-right a:hover{
    background-color: #2e4db9;
}

.estemate-shipping,
.disconut-code,
.cart-total{
    padding: 20px 30px;
    border: 1px solid #e6e9f1;
    border-radius: 10px;
}
.estemate-shipping h5,
.disconut-code h5{
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    color: #2c2d3e;
    padding-bottom: 20px;
}

.estemate-shipping .form-box ,
.disconut-code .form-box {
    margin-bottom: 10px;
}
.estemate-shipping .form-box:last-child {
    margin-bottom: 0;
}

.estemate-shipping .form-box label,
.disconut-code .form-box label{
    display: block;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #2c2d3e;
}

.estemate-shipping .form-box .nice-select {
    width: 100%;
    border-color: #e6e9f1;
    border-radius: 0;
    font-size: 14px;
    color: #8e99c0;
    margin-bottom: 8px;
}
.estemate-shipping .form-box .nice-select.open .list{
    width: 100%;
    border-radius: 0;
}
.estemate-shipping .form-box .nice-select::after {
    display: none;
}

.estemate-shipping .form-box input,
.disconut-code .form-box input{
    width: 100%;
    height: 40px;
    padding-left: 15px;
    border: 1px solid #e6e9f1;
    font-size: 14px;
    color: #8e99c0;
}

.estemate-shipping .form-box button,
.disconut-code .form-box button{
    padding: 0 20px;
    line-height: 40px;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    cursor: pointer;
    background-color: #2c2d3e;
    color: #fff;
    border: 0;
    margin-top: 10px;
}

.cart-total p{
    font-weight: 600;
}
.cart-total p span{
    margin-left: 20px;
}


.cart-total a{
    padding: 0 50px;
    line-height: 60px;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    background-color: #2c2d3e;
    color: #fff;
    border: 0;
    margin-top: 20px;
}

/*===========================
      24.CHECKOUT css 
===========================*/

#checkout-part{}

.checkout-box{
    border: 1px solid #e6e9f1;
    border-radius: 15px;
}
.checkout-box .title{
    overflow: hidden;
    border-bottom: 1px solid #e6e9f1;
    padding: 0 30px;
}
.checkout-box .title h5{
    float: left;
    line-height: 60px;
    color: #2c2d3e;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
}


.checkout-box .buyer-info{
    padding-top: 50px;
    padding-bottom: 30px;
    padding-left: 95px;
    padding-right: 95px;
}
.checkout-box .buyer-info .form-box,
.checkout-box .card-info .form-box{
    padding-bottom: 20px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
}
.checkout-box .buyer-info .form-box label,
.checkout-box .card-info .form-box label{
    font-size: 14px;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    color: #2c2d3e;
    margin-right: 16px;
    display: block;
}
.checkout-box .buyer-info .form-box input,
.checkout-box .card-info .form-box input{
    width: 265px;
    height: 40px;
    border: 1px solid #e6e9f1;
    border-radius: 5px;
    padding-left: 15px;
    display: block;
}

.checkout-box .details{
    padding: 48px 0;
    padding-left: 95px;
    padding-right: 95px;
}
.checkout-box .details .details-title h6{
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    border-bottom: 1px solid #e6e9f1;
    padding-bottom: 8px;
}
.checkout-box .details .details-title h6 span{}

.checkout-box .details .order-list{
    padding-top: 18px;
    border-bottom: 1px solid #e6e9f1;
    padding-bottom: 22px;
}
.checkout-box .details .order-list ul li{
    line-height: 35px;
    font-size: 14px;
}

.checkout-box .details .order-total h5{
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    color: #2c2d3e;
    padding-top: 18px;
}

.checkout-box .details .details-title h6 span,
.checkout-box .details .order-list ul li span,
.checkout-box .details .order-total h5 span{
    float: right;
}

.checkout-box .payment-methods {
    padding-top: 40px;
    padding-bottom: 30px;
    padding-left: 95px;
    padding-right: 95px;
}
.checkout-box .Pement{}
.checkout-box .Pement p{
    padding-bottom: 13px;
}
.checkout-box .Pement ul li{
    display: inline-block;
    margin-right: 2px;
}
.checkout-box .Pement ul li a{
    font-size: 35px;
    color: #2c2d3e;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.checkout-box .Pement ul li a:hover{
    color: #2e4db9;
}

.checkout-box .card-info .month-year {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
}
.checkout-box .card-info .month-year .form-box{}
.checkout-box .card-info .month-year .form-box input {
    width: 71px;
}

.order-btn {}
.order-btn a{
    font-family: 'Open Sans', sans-serif;
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    background-color: #2c2d3e;
    border-radius: 5px;
    padding: 0 50px;
    line-height: 60px;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.order-btn a:hover{
    background-color: #2e4db9;
}


/*===========================
       25.CONTACT css 
===========================*/

#map-part{}

#contact-map{
    width: 100%;
    height: 560px;
}



.form-group{
    margin: 0;
}


.blog-details .comment-form .singel-form label{
    display: block;
    width: 100%;
    font-size: 14px;
    color: #2c2d3e;
}

.list-unstyled li {
    font-size: 13px;
    margin-left: 2px;
    margin-top: 5px;
    color: #f00;
}

p.form-message.success,
p.form-message.error {
    font-size: 15px;
    color: #2c2d3e;
    background: #ddd;
    padding: 10px 15px;
    margin-left: 15px;
    margin-top: 15px;
}

p.form-message.error {
    color: #ff0000;
}


.contact-info > p{
    padding-top: 20px;
    padding-bottom: 20px;
}
.contact-info ul li{
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 40px;
}
.contact-info ul li:last-child{
    margin-bottom: 0;
}

.contact-info ul li .icon i{
    width: 35px;
    height: 35px;
    line-height: 34px;
    border-radius: 50px;
    border: 1px solid #ebebeb;
    text-align: center;
    color: #2e4db9;
    font-size: 18px;
}
.contact-info ul li .cont p{
    font-weight: 400;color: #000;
    text-align: left;    font-size: 17px;

}
.contact-info ul li .cont p a
{
     font-weight: 500;
     color: #000;
}
.contact-info .cont{padding-left: 15px;}

.contact-info .cont h5{ color: #2e4db9; }

/*===========================
     26.ACCOUNT POPUP css 
===========================*/


.account-popup-area{}
.account-popup-area::before{
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #333;
    opacity: 0.8;
    z-index: 999;
    visibility: visible;
}





/*====blog as application area*/
.blog-area {
   /* padding: 100px 0;*/
}
.blog-slider{
    margin-top:30px;
}
.blog-area .single-blog {
    position: relative;
    overflow: hidden;
}
.single-blog::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    /*background: linear-gradient(-180deg, transparent, #000000cf 200%);*/
    z-index: 1;
    width: 100%;
    height: 100%;
    border-radius: 4px;
}
.single-blog .blog-img{
    transition
}
.single-blog .blog-img img{
    -webkit-transition:all 0.8s ease;
    -moz-transition:all 0.8s ease;
    transition:all 0.8s ease;
}
.single-blog:hover .blog-img img{
    transform:scale(1.3);
}
.single-blog .blog-img .date {
    position: absolute;
    top: 25px;
    left: 25px;
    color: #fff;
    padding: 5px 10px;
    text-align: center;
    border-radius: 5px;
    font-size: 15px;
    font-weight: 500;
    line-height: 30px;
    background: #28B463;
}
.single-blog .blog-body {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 15px 25px;
    z-index: 9;
    background: #000000b8;
    text-align: center;
}
.single-blog .blog-body h3 {
    /*border-bottom: 1px solid #ffffff4f;*/
    padding-bottom: 15px;
    line-height: 25px;
}
.single-blog .blog-body h3 a {
    color: #fff;
    font-size: 19px;
    font-weight: 700;
    line-height: 30px;
}
.single-blog .blog-body h3 a:hover{
    color:#38c8fb;
}
.single-blog .blog-meta {
    margin-top: 15px;
    overflow: hidden;
}
.single-blog .single-meta {
    display: flex;
    float: left;
    margin-right: 8px;
    padding-right: 8px;
    border-right: 1px solid #ffffff4f;
}
.single-blog .single-meta:last-child{
    margin:0;
    padding:0;
    border:none;
}
.single-blog .single-meta i {
    color: #fff;
    margin-right: 5px;
}
.single-blog .blog-meta img {
    border-radius: 100%;
    display: inline-block;
    width: auto;
    width: 30px;
    height: 30px;
    margin-right:5px;
}
.single-blog .blog-meta p {
    color: #fff;
    padding-top: 4px;
    font-weight: 500;
    font-size: 13px;
}
/* Blog Latest Slider */
.blog-area .owl-carousel .owl-nav{
    margin: 0;
    width: 100%;
}
.blog-area .owl-carousel .owl-nav button {
    width: 50px;
    height: 60px;
    line-height: 60px;
    background: #2e4db9;
    color: #fff;
    position: absolute;
    margin: 0;
    padding: inherit;
    font-size: 30px;
    text-align: center;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    border-radius: 0px;
    top: 50%;
    margin-top: -30px;
    opacity:0;
    visibility:hidden;
}
.blog-area:hover .owl-carousel .owl-nav button{
    opacity:1;
    visibility:visible;
}
.blog-area .owl-carousel  .owl-nav button:hover{
    color:#fff;
    background:#26313C;
}
.blog-area .owl-carousel .owl-nav .owl-prev {
    left: -70px;
}
.blog-area .owl-carousel .owl-nav .owl-next{
    right:-70px;
}
/*===footer social link==*/
.footer-social-link {
    display: inline-block;
    margin: 25px 0;
}
.footer-social-link li {
display: inline-block;
    background-color: transparent;
    width: 45px!important;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border-radius: 50%;
    transition: all 0.3 ease-in-out;
    border: 1px solid #2e4db9;
    font-size: 21px;
    margin-right: 10px;
    -webkit-transition: ease-in-out 0.5s;
    transition: ease-in-out 0.5s;
}
.footer-social-link li:hover {
    color: #fff;
    background-color: transparent;
    border: 1px solid #fff;
}
.footer-social-link li
{

    cursor: pointer;
   
}

.footer-social-link li:hover a
{
   margin-top: -10px; display: inline-block;
   color: #fff;
}
.footer-social-link li:hover i
{
    margin-top: -10px;
    /*text-shadow: 0px 16px 10px rgb(0 0 0 / 30%);*/
    transform: translate(0, -8);
    display: inline-block;
       color: #fff;
}
.footer-social-link li:hover.twt_color {
    background: #00ACEE;
    border-color: #00ACEE;
}
.footer-social-link li:hover.inst_color {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    border: 0px solid transparent;
}
.footer-social-link li:hover.in_color {
    background: #0077b5;
    border-color: #0077b5;
}
.footer-social-link li:hover.fb_color {
    background: #3B5998;
    border-color: #3B5998;
}
.footer-social-link li:hover.youtube_color {
    background: #ff0000;
    border-color: #ff0000;
}
.footer-social-link li a{margin: 0!important; display: inline-block!important}
.fa-5x
{
    font-size: 23px;
}
.hederssocial .fa-5x
{
    font-size: 25px;
}
.footer-social-link.hederssocial
{
    padding-left:0;
}
.footer-social-link.hederssocial li
{
        margin-right: 5px;
}
.footer-social-link li i {
    color: #2e4db9;
}
.footer-social-link li i:hover {
    color: #fff;
}
.footer-social-link li:hover i
{
   /*color: #fff;  */
}
.footer-social-link.hederssocial li 
{
    width: unset;
    height: unset;
    line-height: unset;
}
/*====whatsapp===*/
.whatsappapi
{
  position: absolute;
}
.whatsappapi img
{
    position: fixed;
    bottom: 30px;
    left: 20px;
    height: 55px;
    z-index: 99999;
}
/*** 

====================================================================
    Services Section
====================================================================

***/

.services-section{
    position:relative;
   /* padding:30px 0px 70px;*/
}

.services-section .inner-container{
    position:relative;
}

.services-section .inner-container .pattern-layer-one{
    position:absolute;
    content:'';
    left:-40px;
    bottom:-40px;
    width:161px;
    height:234px;
}

.services-section .blocks-column{
    position:relative;
}

.services-section .blocks-column .inner-column{
    position:relative;
    padding-left:15px;
}



.services-section .content-column{
    position:relative;
}

.services-section .content-column .inner-column{
    position:relative;
    /*padding-top:60px;*/
    padding-left:60px;
}

.form-group label
{
    font-size: 18px;
    color: #000;
    line-height: 30px;
}




/*===header socaial===*/

.footer-social-link.hederssocial li i.ifacebook, .footer-social-link.hederssocial li i.itweet,  .footer-social-link.hederssocial li i.ilinked, .footer-social-link.hederssocial li i.iyutub
{
    color: #fff;
}
.footer-social-link.hederssocial li i.iinsta
{
   background: unset;
    color: #fff;
    -webkit-text-fill-color: unset;
}


/*==bredcrumbs===*/
 .breadcrumbs-trial {
    display: inline-block;
    /* background: #2e4db9; */
    border-radius: 5px 5px 0 0;
    /* position: absolute; */
    /* left: 50%; */
    /* transform: translateX(-50%); */
    /* bottom: 0; */
    color: #2e4db9;
    min-width: 200px;
    padding: 5px 20px 5px;
}
.breadcrumbs-trial li {
    display: inline-block;
    margin-right: 15px;
}
.breadcrumbs-trial li a {
    color: #000;
    position: relative;
    font-size: 15px;
    line-height: 26px;
    font-weight: 400;
}
.breadcrumbs-trial li a:after {
    content: "\f101";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    text-decoration: inherit;
    position: relative;
    right: 0;
    top: 1px;
    color: #2e4db9;
    padding: 0 0 0 15px;
    transition: all 0.3s ease 0s;
}
 .breadcrumbs-trial li:last-child {
    margin: 0;
}
.breadcrumbs-trial li a:hover
{
    color: #2e4db9;
}
/*==product carousel===*/
#products-part .owl-carousel .owl-nav{
    margin: 0;
    width: 100%;
}
#products-part .owl-carousel .owl-nav button {
    width: 50px;
    height: 60px;
    line-height: 60px;
    background: #2e4db9;
    color: #fff;
    position: absolute;
    margin: 0;
    padding: inherit;
    font-size: 30px;
    text-align: center;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    border-radius: 0px;
    top: 50%;
    margin-top: -30px;
    opacity:0;
    visibility:hidden;
}
#products-part:hover .owl-carousel .owl-nav button{
    opacity:1;
    visibility:visible;
}
#products-part .owl-carousel  .owl-nav button:hover{
    color:#fff;
    background:#26313C;
}
#products-part .owl-carousel .owl-nav .owl-prev {
    left: -70px;
}
#products-part .owl-carousel .owl-nav .owl-next{
    right:-70px;
}


/*===bg===*/
.mynbg
{
    background:#EBF4FA
}
.hederssocial
{
    margin:0;
}
/*===external css==*/
.f30
{
    font-size: 30px !important;
}
.mnbg2
{
    background-color: #f2f3f7;
}
.services-section.mnbg2 .pattern-layer-one
{
background-image: url(../images/icons/pattern-1.png)
}
.bg_cover.about{
background-image: url(../images/Profile-banner.png)
}
.cto{
    font-size: 18px;line-height: 30px;text-align: justify;
}
.bg_cover.contact
{
    background-image: url(../images/contact.png)
}
#googleMap { margin: 0; padding: 0; height: 400px; widh:100% }
.bg_cover.applicationsb
{
    background-image: url(../images/application-banner.png)
}
.bg_cover.blogb
{
background-image: url(../images/Blog_Final.png);     background-position: bottom;
}
.list-inline.blog li
{
    line-height: 30px;
    font-size: 18px;
    margin-bottom: 20px;
}
 .singel-blog {
    box-shadow: 0px 0px 40px rgb(0 0 0 / 8%);
}
.singel-blog .blog-cont {
    padding: 10px 20px 30px;
}
.singel-blog .blog-cont h5
{
height: 84px
}
/*** 

=============================================

    Contact Form Area Css

=============================================

***/


.blog-list .post-item {
    position: relative;
    margin-top: 30px;
    margin-bottom: 20px;    
}
/*Box shadow bottom post item*/
.blog-list .post-item.shadow-bottom-items:before {
    opacity: 0;
}
.blog-list .post-item.shadow-bottom-items:after {
    opacity: 0;
}
.blog-list .post-item.shadow-bottom-items:hover:before, 
.blog-list .post-item.shadow-bottom-items:hover:after {
    opacity: 1;
    -webkit-box-shadow: -1px 7px 6px 7px #a1a1a1;
    -moz-box-shadow: -1px 7px 6px 7px #a1a1a1;
    box-shadow: -1px 7px 6px 7px #a1a1a1;
}
.blog-list .post-inner {
    border-top: none;
    border-right: none;
}
.blog-list .post-media img {
    display: block;
    width: 100%;
    border: 1px solid #ddd;
    /* border-radius: 30px 0; */
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
    opacity: 1;
}
.blog-list .post-media:hover img{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 1;
}
.border .post-media img{border: 1px solid #ddd}
.post-content .post-title {
    padding: 10px 6px;
}
.post-entry {
    padding: 0 15px;
}
.post-content .post-title a {
    font-size: 18px;
    color: #000;
    font-weight: 700;
    outline: none;
    -webkit-transition: all 0.1s ease-in-out 0s;
    -moz-transition: all 0.1s ease-in-out 0s;
    -o-transition: all 0.1s ease-in-out 0s;
    transition: all 0.1s ease-in-out 0s;
}
.post-content .post-title a:hover {
    color: #0089e9;
    -webkit-transition: all 0.1s ease-in-out 0s;
    -moz-transition: all 0.1s ease-in-out 0s;
    -o-transition: all 0.1s ease-in-out 0s;
    transition: all 0.1s ease-in-out 0s;
}

.post-about {
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    padding: 10px 5px 10px 15px;
}
.post-about span {
    display: inline-block;
    padding-right: 10px;
    line-height: 1.7;
}
.post-about span:last-child {
    padding-right: 0;
    color: #fe931f;
}
.post-about span i {
    display: inline-block;
    padding-right: 2px;
}
.post-about span i, 
.post-about span strong {
    color: #0089e9;
}
.post-about .read-more {
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    color: #fe931f;
    font-weight: 600;
    display: inline-block;
}
.post-about .read-more:hover {
    color: #0089e9;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}



.pt-15
{
    padding-top: 15px;
}

@media (min-width: 1200px) and (max-width: 1400px) {
    .single-slider {
        height: 460px;
    }
    .delivery-image {
        width: 45%;
    }
    .home-4 {
        margin: 40px;
    }
    .header-4 .navigation {
        top: 40px;
    }
}
@media (min-width: 992px) and (max-width: 1370px) {
    .navbar .navbar-nav .nav-item a {
        font-size: 16px;
        font-weight: normal;
        padding: 19px 10px;
    }
    .blog-area .owl-carousel .owl-nav .owl-next {
        right: -15px;
    }
    .blog-area .owl-carousel .owl-nav .owl-prev {
        left: -15px;
    }
    #products-part .owl-carousel .owl-nav .owl-prev {
        left: -15px;
    }
    #products-part .owl-carousel .owl-nav .owl-next {
        right: -15px;
    }
    .footer-info ul li a {
        font-size: 15px;
    }
    .footer-address ul li .address p a {
        font-size: 15px;
    }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
    .home-4 {
        margin: 40px;
    }
    .header-4 .navigation {
        top: 40px;
    }
    .navbar .navbar-nav .nav-item {
        /* margin: 0 15px; */
    }
    .newsform button {
        font-size: 18px;
    }
    .header-2 .cart-search p {
        font-size: 16px;
        margin-right: 20px;
    }
    .header-2 .navbar .navbar-nav .nav-item {
        margin: 0 9px;
    }
    .single-slider {
        height: 700px;
    }
    .cart-total a {
        padding: 0 30px;
    }
    
    .slider-content h2 {
        font-size: 42px;
    }
    #delivery-part {
        padding-top: 115px;
        padding-bottom: 100px;
    }
    .delivery-image {
        width: 50%;
    }
   
    .products-cart .cart-add {
        height: 40px;
        line-height: 38px;
        font-size: 14px;
    }
   
    .products-details .title h3 {
        font-size: 24px;
    }
    .cart-table .product-description {
        padding: 0 15px;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .navigation {
        top: 0;
    }
    .cart-search {
        margin: 15px 0;
        position: absolute;
        top: 0;
        right: 70px;
    }
    .navbar .navbar-nav .nav-item {
        margin: 4px 2px;
    }
    .navbar .navbar-nav .nav-item a {
        padding: 5px 12px;
        display: block;
    }
    .navbar .navbar-nav .nav-item ul.sub-menu {
        position: relative !important;
        opacity: 1 !important;
        visibility: visible !important;
        left: 0 !important;
        top: auto !important;
        right: auto !important;
        width: 100% !important;
        -webkit-transform: translate(0);
        transform: translate(0);
        display: none;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        text-align: left;
        padding: 0 10px;
        border-top: 0;
    }
    .navbar-collapse {
        background: #fff;
        -webkit-box-shadow: 0 20px 20px 0 rgba(46, 76, 185, 0.1);
        box-shadow: 0 20px 20px 0 rgba(46, 76, 185, 0.1);
        padding: 8px 0;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
    }
    .sub-nav-toggler {
        position: absolute;
        right: 0;
        border: 0;
        background: 0 0;
        cursor: pointer;
        display: block;
        top: 0;
        padding: 5px 12px;
    }
    .sub-nav-toggler i {
        font-size: 14px;
        color: #2c2d3e;
    }
    .header-2 .sticky .sub-nav-toggler i {
        color: #2c2d3e;
    }
    .header-2 .navbar .navbar-nav .nav-item a {
        color: #2c2d3e;
    }
    .header-2 .navbar .navbar-nav .nav-item a.active,
    .header-2 .navbar .navbar-nav .nav-item:hover > a {
        color: #2e4db9;
    }
    .single-slider {
        height: 600px;
    }
    #trusted-clients-part {
        padding: 50px 0 80px;
    }
    .singel-services.line-r {
        border-right: 0;
    }
   
    .map-canvas {
        height: 460px;
    }
    .home-4 {
        margin: 30px;
    }
    .header-4 .navigation {
        top: 30px;
        padding: 20px 30px;
    }
    .header-4 .navigation.sticky {
        top: 0;
        padding: 20px 30px;
    }
    #delivery-part {
        position: relative;
        padding-top: 80px;
        padding-bottom: 65px;
    }
    .produtct-bar .produtct p {
        padding-right: 5px;
        font-size: 14px;
    }
    .produtct-bar .produtct a {
        font-size: 14px;
    }
    .produtct-bar .produtct {
        margin-right: 20px;
    }
    .table-bordered thead th.product {
        width: 160px;
        padding: 0 50px;
    }
    .table-bordered thead th.description {
        width: 360px;
        padding: 0 110px;
    }
    .table-bordered thead th.model {
        width: 150px;
        padding: 0 40px;
    }
    .table-bordered thead th.edit {
        width: 100px;
        padding: 0 20px;
    }
    .table-bordered thead th.price,
    .table-bordered thead th.quantite,
    .table-bordered thead th.total {
        width: 150px;
        padding: 0 30px;
    }
}
@media (min-width: 576px) and (max-width: 767.98px) {
    p {
        font-size: 15px;
    }
    .navigation {
        top: 0;
    }
    .cart-search {
        margin: 15px 0;
        position: absolute;
        top: 0;
        right: 70px;
    }
    .navbar .navbar-nav .nav-item {
        margin: 4px 2px;
    }
    .navbar .navbar-nav .nav-item a {
        padding: 5px 12px;
        display: block;
    }
    .navbar .navbar-nav .nav-item ul.sub-menu {
        position: relative !important;
        opacity: 1 !important;
        visibility: visible !important;
        left: 0 !important;
        top: auto !important;
        right: auto !important;
        width: 100% !important;
        -webkit-transform: translate(0);
        transform: translate(0);
        display: none;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        text-align: left;
        padding: 0 10px;
        border-top: 0;
    }
    .navbar-collapse {
        background: #fff;
        -webkit-box-shadow: 0 20px 20px 0 rgba(46, 76, 185, 0.1);
        box-shadow: 0 20px 20px 0 rgba(46, 76, 185, 0.1);
        padding: 8px 0;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
    }
    .sub-nav-toggler {
        position: absolute;
        right: 0;
        border: 0;
        background: 0 0;
        cursor: pointer;
        display: block;
        top: 0;
        padding: 5px 12px;
    }
    .sub-nav-toggler i {
        font-size: 14px;
        color: #2c2d3e;
    }
    .header-2 .sticky .sub-nav-toggler i {
        color: #2c2d3e;
    }
    .header-2 .navbar .navbar-nav .nav-item a {
        color: #2c2d3e;
    }
    .header-2 .navbar .navbar-nav .nav-item a.active,
    .header-2 .navbar .navbar-nav .nav-item:hover > a {
        color: #2e4db9;
    }
    .single-slider {
        height: 600px;
    }
    .slider-content h2 {
        font-size: 36px;
    }
    #trusted-clients-part {
        padding: 50px 0 80px;
    }
    .trusted-clients-discription h1 {
        font-size: 46px;
    }
    .singel-services.line-r {
        border-right: 0;
    }
    .newsform button {
        font-size: 16px;
    }
    .delivery-text h2 {
        font-size: 36px;
    }
    #slider-part-3 .singel-slider {
        padding-top: 150px;
    }
    .blog-details .blog-details-content .blockquote {
        background-color: #2e4db9;
        padding: 25px 30px;
    }
    .blog-details .blog-details-content .blockquote > p {
        font-size: 20px;
        line-height: 40px;
    }
    .blog-details .comment .singel-comment .cont {
        padding: 25px 30px 25px 60px;
    }
    .produtct-bar .produtct {
        margin-right: 20px;
    }
    
    .map-canvas {
        height: 360px;
    }
    .replay {
        padding-left: 40px;
    }
    .home-4 {
        margin: 30px;
    }
    .header-4 .navigation {
        top: 30px;
        padding: 20px 30px;
    }
    .header-4 .navigation.sticky {
        top: 0;
        padding: 20px 30px;
    }
    
    #delivery-part {
        position: relative;
        padding-top: 80px;
        padding-bottom: 65px;
    }
    .produtct-bar .produtct p {
        padding-right: 5px;
        font-size: 14px;
    }
    .produtct-bar .produtct a {
        font-size: 14px;
    }
    .produtct-bar .produtct {
        margin-right: 20px;
    }
    .table-bordered thead th.product {
        width: 160px;
        padding: 0 25px;
    }
    .table-bordered thead th.description {
        width: 360px;
        padding: 0 100px;
    }
    .table-bordered thead th.model {
        width: 150px;
        padding: 0 30px;
    }
    .table-bordered thead th.edit {
        width: 100px;
        padding: 0 15px;
    }
    .table-bordered thead th.price,
    .table-bordered thead th.quantite,
    .table-bordered thead th.total {
        width: 150px;
        padding: 0 25px;
    }
}
@media only screen and (max-width: 575.98px) {
    
    .navigation {
        top: 0;
    }
    .cart-search {
        margin: 15px 0;
        position: absolute;
        top: 0;
        right: 70px;
    }
    .navbar .navbar-nav .nav-item {
        margin: 4px 2px;
    }
    .navbar .navbar-nav .nav-item a {
        padding: 5px 12px;
        display: block;
    }
    .navbar .navbar-nav .nav-item ul.sub-menu {
        position: relative !important;
        opacity: 1 !important;
        visibility: visible !important;
        left: 0 !important;
        top: auto !important;
        right: auto !important;
        width: 100% !important;
        -webkit-transform: translate(0);
        transform: translate(0);
        display: none;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        text-align: left;
        padding: 0 10px;
        border-top: 0;
    }
    .navbar-collapse {
        background: #fff;
        -webkit-box-shadow: 0 20px 20px 0 rgba(46, 76, 185, 0.1);
        box-shadow: 0 20px 20px 0 rgba(46, 76, 185, 0.1);
        padding: 8px 0;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
    }
    .sub-nav-toggler {
        position: absolute;
        right: 0;
        border: 0;
        background: 0 0;
        cursor: pointer;
        display: block;
        top: 0;
        padding: 5px 12px;
    }
    .sub-nav-toggler i {
        font-size: 14px;
        color: #2c2d3e;
    }
    .header-2 .sticky .sub-nav-toggler i {
        color: #2c2d3e;
    }
    .header-2 .navbar .navbar-nav .nav-item a {
        color: #2c2d3e;
    }
    .header-2 .navbar .navbar-nav .nav-item a.active,
    .header-2 .navbar .navbar-nav .nav-item:hover > a {
        color: #2e4db9;
    }
    .single-slider {
        background-size: 100%;
    }
    .slider-content h1 {
        font-size: 25px;
    }
    .slider-content p {
        display: none;
    }
    .bg_cover {
        padding-top: 0;
    }
    .single-slider {
        height: 200px;
    }
    .slider-content {
        padding-top: 100px;
    }
    .slider-content h2 {
        font-size: 30px;
    }
    .slider-content a {
        padding: 0 30px;
        font-size: 18px;
        line-height: 50px;
    }
    .section-title h2 {
        font-size: 28px;
    }
    #trusted-clients-part {
        padding: 50px 0 80px;
    }
    .trusted-clients-discription h1 {
        font-size: 30px;
    }
    .trusted-clients-discription ul li .button {
        padding: 0 20px;
        line-height: 35px;
        margin-right: 10px;
    }
    .singel-services.line-r {
        border-right: 0;
    }
    .newsform button {
        font-size: 16px;
    }
    .delivery-text h2 {
        font-size: 30px;
    }
    .delivery-text a {
        padding: 0 30px;
        font-size: 16px;
        line-height: 45px;
    }
    .header-4 .navigation.sticky {
        padding: 10px;
    }
    #slider-part-3 .singel-slider {
        padding-top: 150px;
    }
    .home-4 {
        margin: 10px;
    }
    .header-4 .navigation {
        top: 10px;
        padding: 20px 10px;
    }
    #slider-part-3 .single-slider .slider-content a {
        padding: 0 30px;
        line-height: 50px;
        font-size: 16px;
    }
    #page-banner {
        padding: 130px 0 80px;
    }
    .page-banner-content h3 {
        font-size: 24px;
    }
    
    .blog-details .blog-details-content .blockquote {
        padding: 20px 25px;
    }
    .blog-details .blog-details-content .blockquote > p {
        font-size: 18px;
        line-height: 40px;
    }
    .replay {
        padding: 0;
    }
    .blog-details .comment .singel-comment {
        margin-top: 70px;
    }
    .blog-details .comment .singel-comment .thum {
        top: -40px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .blog-details .comment .singel-comment .cont {
        padding: 60px 25px 20px;
        margin: 0;
    }
    .blog-details .comment .singel-comment .cont ul li {
        margin-right: 16px;
    }
    .produtct-bar {
        display: block;
    }
    .produtct-bar .produtct {
        margin-bottom: 15px;
    }
    .products-list .products-contant {
        border-left: 5px solid #e8f4fc;
        border-top: 0;
        height: 100%;
    }
    .products-details .quanty-availability {
        display: block;
    }
    .products-details .quanty-availability .availability {
        margin-top: 20px;
    }
    .products-thum {
        width: 95%;
    }
    .singel-thum {
        margin: 0 3px;
    }
    .products-details .title h3 {
        font-size: 18px;
    }
    .products-details .rating {
        padding-top: 10px;
    }
    .products-details .review {
        padding-top: 10px;
        padding-bottom: 15px;
    }
    .products-details .share {
        padding-top: 15px;
    }
    .products-details .price h3 {
        font-size: 28px;
    }
    .cart-total a {
        padding: 0 30px;
    }
    .cart-btn .btn-left,
    .cart-btn .btn-right {
        float: none;
        text-align: center;
    }
    .cart-btn .btn-left {
        margin-bottom: 15px;
    }
    
    .map-canvas {
        height: 300px;
    }
    
    .review-head {
        padding: 0;
    }
    
    .review-head,
    .review-img {
        margin-bottom: 10px;
    }
    
    .login-form {
        padding: 30px;
    }
   
    #delivery-part {
        position: relative;
        padding-top: 80px;
        padding-bottom: 65px;
    }
    .table-bordered thead th.product {
        width: 160px;
        padding: 0 30px;
    }
    .table-bordered thead th.description {
        width: 360px;
        padding: 0 90px;
    }
    .table-bordered thead th.model {
        width: 150px;
        padding: 0 30px;
    }
    .table-bordered thead th.edit {
        width: 100px;
        padding: 0 10px;
    }
    .table-bordered thead th.price,
    .table-bordered thead th.quantite,
    .table-bordered thead th.total {
        width: 150px;
        padding: 0 20px;
    }
}
@media (max-width: 767px) {
    .mbv-text-center
    {
        text-align: center!important;
    }
    .section-title.pb-15 
    {
    }
    .section-title.mb-50
    {
        margin-bottom: 0px;
    }
    .products-viwe.mt-30
    {
        margin-top:0;
    }
    .products-details.pt-30
    {
        padding-top: 0;
    }
    #page-banner
    {
        padding: 15px 0 80px;
    }
    #google_translate_element
    {
        margin-top: -33px;
    }
    .text-xs-left
    {
        text-align: left !important;
    }
    .mb-mt-40
    {
        margin-top:40px;
    }
    .section-title h2
    {
        font-size: 27px !important;
    }
    .about-content h3
    {
        font-size: 20px;
    }
    .footer-info ul li a {
        font-size: 15px;
    }
    .footer-title {
        padding-left: 25px;
    }
    .footer-title.ploxs {
        padding-left: 0;
    }
    .footer-address ul {
        padding-left: 25px;
    }
    .footer-info {
        padding-left: 25px;
    }
    .page-banner-content h1 {
        font-size: 33px;
    }
    .service-block .inner-box .content {
        padding-top: 5px;
    }
    .services-section .blocks-column .inner-column {
        padding-left: 0;
    }
    .services-section .content-column .inner-column {
        padding-left: 0;
    }
    .service-block .inner-box .content h3 {
        font-size: 20px;
    }
    .footer-address ul li .address p a {
        font-size: 15px;
    }
    .singel-blog .blog-cont .post-content {
        height: 142px;
    }
    #footer-part {
        padding-top: 0;
    }
    .blog-area .owl-carousel .owl-nav .owl-next {
        right: 0;
    }
    .blog-area .owl-carousel .owl-nav .owl-prev {
        left: 0;
    }
    #products-part .owl-carousel .owl-nav .owl-prev {
        left: 0;
    }
    #products-part .owl-carousel .owl-nav .owl-next {
        right: 0;
    }
}


/*
* 14. portfolio styles
*/
.project-one {
    padding-bottom: 60px;
}

.project-one .owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 40px;
    text-align: center;
}

.project-one .owl-theme .owl-dots .owl-dot {
    border: none;
    outline: none;
}

.project-one .owl-theme .owl-dots .owl-dot span {
    display: block;
    border-style: solid;
    border-width: 2px;
    border-color: #dedddc;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    background-color: transparent;
    margin: 0 7.5px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.project-one .owl-theme .owl-dots .owl-dot.active span {
    background-color: #74c8ee;
    border-color: #74c8ee;
}

.project-one__single {
    position: relative;
    overflow: hidden;
    border: 1px solid #ddd;
    margin: 3px;
}

.project-one__single img {
    width: 100%;
}

.project-one__single:hover .project-one__content {
    opacity: 1;
    -webkit-transform: perspective(0px) translateZ(0px);
    transform: perspective(0px) translateZ(0px);
}

.project-one__content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #54c1efbf;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding-left: 2%;
    padding-bottom: 20%;
    opacity: 0;
    -webkit-transform: perspective(250px) translateZ(50px);
    transform: perspective(250px) translateZ(50px);
    -webkit-transition: opacity .4s ease, -webkit-transform .4s ease;
    transition: opacity .4s ease, -webkit-transform .4s ease;
    transition: opacity .4s ease, transform .4s ease;
    transition: opacity .4s ease, transform .4s ease, -webkit-transform .4s ease;
}

.project-one__title {
    color: #fff;
    font-size: 24px;
    font-weight: 500;
    width: 100%;
}

.project-one__title a {
    color: inherit;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.project-one__title a:hover {
    color: #fff;
}

.project-one__home-two {
    padding-bottom: 0;
}

.project-one__home-two .container-fluid {
    padding-left: 0;
    padding-right: 0;
}

.project-one__project-page-one {
    padding-bottom: 90px;
}

.project-one__project-page-one .project-one__single {
    margin-bottom: 30px;
}

.project-one__project-page-one .project-one__title {
    width: 63%;
}

.project-one__project-page-two {
    padding-bottom: 65px;
}

.project-one__project-page-two .project-one__single {
    margin-bottom: 45px;
}

.project-one__project-page-two .project-one__title {
    width: auto;
    color: #222222;
    margin: 0;
    margin-top: 10px;
}

.project-one__project-page-two .project-one__category {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    color: #ff5860;
    margin: 0;
    font-family: "Rubik";
    margin-top: 25px;
}

.project-one__project-page-two .project-one__content {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    background-color: transparent;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 0;
}

.project-one__project-page-two .project-one__img {
    overflow: hidden;
    position: relative;
}

.project-one__project-page-two .project-one__img::before {
    content: '';
    background-color: #222222;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: perspective(300px) translateZ(100px);
    transform: perspective(300px) translateZ(100px);
    z-index: 10;
    -webkit-transition: opacity .4s ease, -webkit-transform .4s ease;
    transition: opacity .4s ease, -webkit-transform .4s ease;
    transition: transform .4s ease, opacity .4s ease;
    transition: transform .4s ease, opacity .4s ease, -webkit-transform .4s ease;
}

.project-one__project-page-two .project-one__img>img {
    width: 100%;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease;
}

.project-one__project-page-two .project-one__single:hover .project-one__img::before {
    opacity: 0.85;
    -webkit-transform: perspective(300px) translateZ(0px);
    transform: perspective(300px) translateZ(0px);
}

.project-one__project-page-two .project-one__single:hover .project-one__img>img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.project-one__project-page-three {
    padding-bottom: 0px;
}

.project-one__project-page-three .project-one__single {
    margin-bottom: 0px;
}

.project-one__project-page-three .project-one__title {
    width: 63%;
}

.project-details {
    padding: 120px 0;
}

.project-details .block-title__text,
.project-details .block-title__tag-line,
.project-details .project-details__text,
.project-details .block-title__title {
    margin: 0;
}

.project-details .block-title__tag-line {
    margin-bottom: 10px;
}

.project-details .block-title__text+.block-title__text,
.project-details .project-details__text+.project-details__text {
    margin-top: 25px;
}

.project-details .block-title__title {
    margin-bottom: 25px;
}

.project-details .service-details__feature-list {
    margin-top: 25px;
}

.project-details .inner-gutter {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.project-details__social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.project-details__social a {
    color: #b2b2b2;
    font-size: 20px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.project-details__social a+a {
    margin-left: 25px;
}

.project-details__social a:hover {
    color: #ff5860;
}

.project-details__top {
    background-color: #fff;
    padding: 80px 0;
    padding-left: 95px;
    padding-right: 95px;
    -webkit-box-shadow: 0px 12px 39px 0px rgba(8, 18, 109, 0.08);
    box-shadow: 0px 12px 39px 0px rgba(8, 18, 109, 0.08);
    position: relative;
    z-index: 10;
    margin-top: -100px;
}

.project-details__list {
    width: 100%;
    max-width: 290px;
    margin-top: 30px;
}

.project-details__list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #848484;
    font-size: 15px;
    font-family: "Rubik";
}

.project-details__list li+li {
    margin-top: 10px;
}

.project-details__list li a {
    color: #ff5860;
}

.project-details__list-name {
    color: #222222;
}
