@media only screen and (max-width: 768px) {

#header {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    padding: 10px 0;
    background: white;
}






#header.sticky {
    position: fixed;
    width: 100%;
    -webkit-box-shadow: 0 2px 10px #ccc;
    box-shadow: 0 2px 10px #ccc;
    background-color: #ffffffed;
    z-index: 999;
    padding: 2px 0;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}


.logo{float:left;width: auto;height: auto;background: #fff;}





.navbar-nav {
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    float: right;
    width: 535px;
    margin-top: 5px;
}


.navbar-nav ul li {
float: left;
}



.navbar-nav .nav-item .nav-link {
    font-weight: 700;
    font-size: 15px;
    padding: 7px 15px;
    color: #182123;
    letter-spacing: 2px;
    float: left;
}
    

.nav-item .nav-link:hover,
.nav-item .nav-link.active,
.sticky .nav-item .nav-link {
    color: #1c1c1c;
}



.navbar-nav.buy-btn .nav-link {
    background-color: #fff;
    color: #2273f8;
    padding: 10px 20px;
    border-radius: 30px;
    font-weight: 700
}

.navbar-nav.buy-btn .nav-link:hover {
    background-color: #131a48;
    color: #fff;
}



.sticky .navbar-nav .nav-item .nav-link {
    font-weight: 700;
    font-size: 15px;
    padding: 7px 15px;
    color: #1c1c1c;
    letter-spacing: 2px
}


.sticky.navbar-nav .nav-item .nav-link:hover {
    color: #aeb8f9;
}



.logo-scroll,
.sticky .logo {
    display: none
}

.sticky .logo-scroll {
    display: block
}


#home-area {
    background-image: url(../images/banner-1.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: cover;
    height: 100vh
}



.caption-content {
    /* height: 100vh; */
}

.caption-content h1 {
    padding: 0px;
    color: #fff;
    font-weight: 800;
    margin-bottom: 20px;
}

.caption-content p {
    color: #ddd;
    margin: 3px 0 10px;
}

.caption-content a {
    background-color: #131a48;
    color: #fff;
    padding: 12px 24px;
    border-radius: 30px;
    display: inline-block;
    font-weight: 600;
    margin: 10px 0 0;
}


.caption-content a i {
    padding-right: 2px;
}

.caption-img {
    padding: 25% 0 0;
}


#home-area.banner {
    background-image: url(../images/banner-1.jpg);
}



.home-slider{/* background:#333; */height: auto;padding-top: 90px;}


.slide-single {
    padding: 0 12%;
    margin-left:0px;
    margin-right: 0px;
    margin: 0 auto;
    height: 300px;
    /* width: 1366px; */
}


.slide-single-left {float:left;height:300px;width: 50%;margin-top: 195px;}

.slide-single-right {float:right;height: auto;/* width: 50%; */}


.slide-single-right .caption-img img {
    max-width: 350px;
    margin: 0 auto;
    padding: 8% 0 0;
    display:block;

}



#top-banner {
    background-image: url(../images/bgb.jpg);
     background-size: cover; 
    height: 300px
}




#about-area {
    padding: 56px 0;
}

.about-img img {
    /* width: 82%; */
    border-radius: 10px;
}

.about-content h2 {
    font-weight: 700;
    margin: 0 0 10px;
}

.about-content h4 {
    font-weight: 600;
    color: #2273f8;
}

.about-content ul {
    margin: 20px 0 0;
}

.about-content ul li {
    font-weight: 600;
    padding: 3px 0;
    font-size: 14px;
    line-height: 24px
}

.about-content li i {
    color: #2273f8;
}

.section-heading h2 {
    font-weight: 700;
}

.section-heading {
    margin: 0 0 24px;
    text-align: center;
}


#feature-area {
    background-color: #ffffff;
    padding: 37px 0 0px;
    height: auto;
}

.feature-single {
    margin: 0 21px 50px;
    float: left;
    text-align: center;
    width: 30%;
}

.feature-single h4 {
    font-weight: 600;
    margin-bottom: 5px
}






.feature-single i {
    display: inline-block;
    font-size: 30px;
    margin: 0 0 15px;
    color: #2273f8;
    padding: 20px;
    border-radius: 50%;
    -webkit-box-shadow: 0 4px 15px 0 #ccc;
    box-shadow: 0 4px 15px 0 #ccc;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    background-color: #fff;
    text-align: center;
}


.feature-single i img {
width:40px;
height: auto;
}





.feature-single:hover i {
margin: 0 0 20px;}





#why-choose-area {
    padding: 30px 0 0px;
    background-color: #ffffff;
}

.why-choose-img img {
    max-width: 300px
}

.why-choose-single {
    margin: 0 0 30px;
    overflow: hidden;
    float: right;
    width: 50%;
}

.why-choose-single .icon {
    width: 20%;
    float: left;
}

.why-choose-single .content {
    width: 80%;
    float: left;
}

.why-choose-single i {
    display: inline-block;
    font-size: 30px;
    width: auto;
    height: auto;
    /* border: 2px dashed #2273f8; */
    border-radius: 50%;
    line-height: 66px;
    padding: 0 24px;
    color: #2273f8;
    margin: 0px 0 0;
}

          .why-choose-single h4 {
    font-weight: 600;
    margin-bottom: 5px
}





#product-area {
    padding: 45px 0 45px;
}

.product-single {
    margin: 38px 15px;
    border: 1px solid #eff0f1;
    padding: 10px 19px 10px;
    border-radius: 10px;
    background-color: #f5f5f5;
    float: left;
    width: 19%;
    text-align: center;
}

.product-single img {
    max-width: 200px;
}

.product-single h4 {
    font-size: 17px;
    font-weight: 800;
    color: #2273f8;
    margin: 0 0 20px;
}

.product-single h2 {
    font-weight: 700;
    margin: 10px 0 20px;
    font-size: 30px
}

.product-single a {
    display: inline-block;
    padding: 8px 16px;
    color: #fff;
    background-color: #2273f8;
    font-weight: 600;
    border-radius: 30px;
}

.product-single a:hover {
    background-color: #0857d8;
}




#footer {
    padding: 65px 0 0;
    background-color: #1c1c1c;
    overflow: hidden;
    text-align: center;
}

#footer h4 {
    color: #fff;
    font-weight: 700;
    margin: 0 0 15px
}

.footer-social-icons ul li {
    display: inline-block;
}

.footer-social-icons ul li a {
    display: block;
    background-color: #2273f8;
    color: #fff;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    font-size: 16px;
    line-height: 45px;
    margin: 0 2px
}

.footer-social-icons ul li a img {
    /* width: 13px; */
    height: auto;
    }





.footer-social-icons ul li a:hover {
    margin: 0 8px
   
}

#footer p {
    color: #fff;
    padding: 30px 0 50px;
    text-align: center;
}

#footer p a {
    color: #2273f8
}

#footer p a:hover {
    color: #0857d8
}





.navbar-collapse{color: azure;}



.navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: white;
    border: 2px solid #606060;
    border-radius: 0.25rem;
}



.contact-info {
    padding: 0px 0 45px 0%;
    width: 50%;
    height: auto;
    float: left;
}



.contact-info-single {
    margin: 0 0 30px;
    overflow: hidden;
    float: left;
    width: 100%;
}


.contact-info-single .icon {
    /* width: 9%; */
    float: left;
    /* margin-right: 10px; */
    text-align: center;
    margin-right: 15px;
}



.contact-info-single i {
    font-size: 30px;
    color: #2273f8;
    /* border: 1.2px solid #2273f8; */
    /* border-radius: 4px; */
    width: 58px;
    height: auto;
    display: inline-block;
    /* line-height: 55px; */
    padding: 0px;
}



.contact-info-single .content {
    width: 70%;
    float: left;
}





.contact-info-single p {
    font-size: 15px;
    color: #555;
    margin: 9px 0px;
}



.product-single1 {
    border: 1px solid #eff0f1;
    padding: 6px 20px 7px;
    border-radius: 10px;
    background-color: #fafafa;
    margin: 10px 10px;
    float: left;
    width: 12%;
    text-align: center;
}


.product-single1 h4 {
    font-weight: 800;
    color: #2273f8;
    margin: 0 0 10px;
    font-size: 15px;
}



.product-single1 h2 {
    font-weight: 700;
    margin: 0px 0 0px;
    font-size: 15px;
    line-height: 22px;
}

.product-single1 img{
  width: 160px;
  height: auto;
}



.con-right{float:right;width: 50%;font-size: 10px;}

.con-right .product-single1 {
    border: 1px solid #eff0f1;
    padding: 6px 20px 7px;
    border-radius: 10px;
    background-color: #fafafa;
    margin: 10px 5px;
    float: left;
    width: 39%;
    text-align: center;
}


.container {
    max-width: 1325px;
    margin: 0 auto;
    height: auto;
    }




#about-area1 {
    padding: 25px 0px 0px 0px;
}


#about-area2 {
    padding: 20px 0px 30px 0px;
}



#about-area3 {
    padding: 70px 0px 60px 0px;
    height: auto;
}



.owl-carousel.owl-loaded {
    display: block;
}


.owl-carousel {
    display: block;
    width: 100%;
    z-index: 1;
}


.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none;
}


.about-content{float:left;width:50%;}
.about-img{float: right;/* width: 50%; */margin-bottom: 50px;}

.why-choose-img{float:left;width:50%;text-align: center;}

}



@media only screen and (min-width: 769px) and (max-width: 1024px) {




#header {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    padding: 10px 0;
    background: white;
}






#header.sticky {
    position: fixed;
    width: 100%;
    -webkit-box-shadow: 0 2px 10px #ccc;
    box-shadow: 0 2px 10px #ccc;
    background-color: #ffffffed;
    z-index: 999;
    padding: 2px 0;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}


.logo{float:left;width: auto;height: auto;background: #fff;}





.navbar-nav {
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    float: right;
    width: 535px;
    margin-top: 5px;
}


.navbar-nav ul li {
float: left;
}



.navbar-nav .nav-item .nav-link {
    font-weight: 700;
    font-size: 15px;
    padding: 7px 15px;
    color: #182123;
    letter-spacing: 2px;
    float: left;
}
    

.nav-item .nav-link:hover,
.nav-item .nav-link.active,
.sticky .nav-item .nav-link {
    color: #1c1c1c;
}



.navbar-nav.buy-btn .nav-link {
    background-color: #fff;
    color: #2273f8;
    padding: 10px 20px;
    border-radius: 30px;
    font-weight: 700
}

.navbar-nav.buy-btn .nav-link:hover {
    background-color: #131a48;
    color: #fff;
}



.sticky .navbar-nav .nav-item .nav-link {
    font-weight: 700;
    font-size: 15px;
    padding: 7px 15px;
    color: #1c1c1c;
    letter-spacing: 2px
}


.sticky.navbar-nav .nav-item .nav-link:hover {
    color: #aeb8f9;
}



.logo-scroll,
.sticky .logo {
    display: none
}

.sticky .logo-scroll {
    display: block
}


#home-area {
    background-image: url(../images/banner-1.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: cover;
    height: 100vh
}



.caption-content {
    /* height: 100vh; */
}

.caption-content h1 {
    padding: 0px;
    color: #fff;
    font-weight: 800;
    margin-bottom: 20px;
}

.caption-content p {
    color: #ddd;
    margin: 3px 0 10px;
}

.caption-content a {
    background-color: #131a48;
    color: #fff;
    padding: 12px 24px;
    border-radius: 30px;
    display: inline-block;
    font-weight: 600;
    margin: 10px 0 0;
}


.caption-content a i {
    padding-right: 2px;
}

.caption-img {
    padding: 25% 0 0;
}


#home-area.banner {
    background-image: url(../images/banner-1.jpg);
}



.home-slider{/* background:#333; */height: auto;padding-top: 90px;}


.slide-single {
    padding: 0 12%;
    margin-left:0px;
    margin-right: 0px;
    margin: 0 auto;
    height: 300px;
    /* width: 1366px; */
}


.slide-single-left {float:left;height:300px;width: 50%;margin-top: 195px;}

.slide-single-right {float:right;height: auto;/* width: 50%; */}


.slide-single-right .caption-img img {
    max-width: 350px;
    margin: 0 auto;
    padding: 8% 0 0;
    display:block;

}



#top-banner {
    background-image: url(../images/bgb.jpg);
     background-size: cover; 
    height: 300px
}




#about-area {
    padding: 56px 0;
}

.about-img img {
    /* width: 82%; */
    border-radius: 10px;
}

.about-content h2 {
    font-weight: 700;
    margin: 0 0 10px;
}

.about-content h4 {
    font-weight: 600;
    color: #2273f8;
}

.about-content ul {
    margin: 20px 0 0;
}

.about-content ul li {
    font-weight: 600;
    padding: 3px 0;
    font-size: 14px;
    line-height: 24px
}

.about-content li i {
    color: #2273f8;
}

.section-heading h2 {
    font-weight: 700;
}

.section-heading {
    margin: 0 0 24px;
    text-align: center;
}


#feature-area {
    background-color: #ffffff;
    padding: 37px 0 0px;
    height: auto;
}

.feature-single {
    margin: 0 21px 50px;
    float: left;
    text-align: center;
    width: 30%;
}

.feature-single h4 {
    font-weight: 600;
    margin-bottom: 5px
}






.feature-single i {
    display: inline-block;
    font-size: 30px;
    margin: 0 0 15px;
    color: #2273f8;
    padding: 20px;
    border-radius: 50%;
    -webkit-box-shadow: 0 4px 15px 0 #ccc;
    box-shadow: 0 4px 15px 0 #ccc;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    background-color: #fff;
    text-align: center;
}


.feature-single i img {
width:40px;
height: auto;
}





.feature-single:hover i {
margin: 0 0 20px;}





#why-choose-area {
    padding: 30px 0 0px;
    background-color: #ffffff;
}

.why-choose-img img {
    max-width: 300px
}

.why-choose-single {
    margin: 0 0 30px;
    overflow: hidden;
    float: right;
    width: 50%;
}

.why-choose-single .icon {
    width: 20%;
    float: left;
}

.why-choose-single .content {
    width: 80%;
    float: left;
}

.why-choose-single i {
    display: inline-block;
    font-size: 30px;
    width: auto;
    height: auto;
    /* border: 2px dashed #2273f8; */
    border-radius: 50%;
    line-height: 66px;
    padding: 0 24px;
    color: #2273f8;
    margin: 0px 0 0;
}

          .why-choose-single h4 {
    font-weight: 600;
    margin-bottom: 5px
}





#product-area {
    padding: 45px 0 45px;
}

.product-single {
    margin: 38px 15px;
    border: 1px solid #eff0f1;
    padding: 10px 19px 10px;
    border-radius: 10px;
    background-color: #f5f5f5;
    float: left;
    width: 19%;
    text-align: center;
}

.product-single img {
    max-width: 200px;
}

.product-single h4 {
    font-size: 17px;
    font-weight: 800;
    color: #2273f8;
    margin: 0 0 20px;
}

.product-single h2 {
    font-weight: 700;
    margin: 10px 0 20px;
    font-size: 30px
}

.product-single a {
    display: inline-block;
    padding: 8px 16px;
    color: #fff;
    background-color: #2273f8;
    font-weight: 600;
    border-radius: 30px;
}

.product-single a:hover {
    background-color: #0857d8;
}




#footer {
    padding: 65px 0 0;
    background-color: #1c1c1c;
    overflow: hidden;
    text-align: center;
}

#footer h4 {
    color: #fff;
    font-weight: 700;
    margin: 0 0 15px
}

.footer-social-icons ul li {
    display: inline-block;
}

.footer-social-icons ul li a {
    display: block;
    background-color: #2273f8;
    color: #fff;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    font-size: 16px;
    line-height: 45px;
    margin: 0 2px
}

.footer-social-icons ul li a img {
    /* width: 13px; */
    height: auto;
    }





.footer-social-icons ul li a:hover {
    margin: 0 8px
   
}

#footer p {
    color: #fff;
    padding: 30px 0 50px;
    text-align: center;
}

#footer p a {
    color: #2273f8
}

#footer p a:hover {
    color: #0857d8
}





.navbar-collapse{color: azure;}



.navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: white;
    border: 2px solid #606060;
    border-radius: 0.25rem;
}



.contact-info {
    padding: 0px 0 45px 0%;
    width: 50%;
    height: auto;
    float: left;
}



.contact-info-single {
    margin: 0 0 30px;
    overflow: hidden;
    float: left;
    width: 100%;
}


.contact-info-single .icon {
    /* width: 9%; */
    float: left;
    /* margin-right: 10px; */
    text-align: center;
    margin-right: 15px;
}



.contact-info-single i {
    font-size: 30px;
    color: #2273f8;
    /* border: 1.2px solid #2273f8; */
    /* border-radius: 4px; */
    width: 58px;
    height: auto;
    display: inline-block;
    /* line-height: 55px; */
    padding: 0px;
}



.contact-info-single .content {
    width: 70%;
    float: left;
}





.contact-info-single p {
    font-size: 15px;
    color: #555;
    margin: 9px 0px;
}



.product-single1 {
    border: 1px solid #eff0f1;
    padding: 6px 20px 7px;
    border-radius: 10px;
    background-color: #fafafa;
    margin: 10px 10px;
    float: left;
    width: 12%;
    text-align: center;
}


.product-single1 h4 {
    font-weight: 800;
    color: #2273f8;
    margin: 0 0 10px;
    font-size: 15px;
}



.product-single1 h2 {
    font-weight: 700;
    margin: 0px 0 0px;
    font-size: 15px;
    line-height: 22px;
}

.product-single1 img{
  width: 160px;
  height: auto;
}



.con-right{float:right;width: 50%;font-size: 10px;}

.con-right .product-single1 {
    border: 1px solid #eff0f1;
    padding: 6px 20px 7px;
    border-radius: 10px;
    background-color: #fafafa;
    margin: 10px 5px;
    float: left;
    width: 39%;
    text-align: center;
}


.container {
    max-width: 1366px;
    margin: 0 auto;
    height: auto;
    }




#about-area1 {
    padding: 25px 0px 0px 0px;
}


#about-area2 {
    padding: 20px 0px 30px 0px;
}



#about-area3 {
    padding: 70px 0px 60px 0px;
    height: auto;
}



.owl-carousel.owl-loaded {
    display: block;
}


.owl-carousel {
    display: block;
    width: 100%;
    z-index: 1;
}


.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none;
}


.about-content{float:left;width:50%;}
.about-img{float: right;/* width: 50%; */margin-bottom: 50px;}

.why-choose-img{float:left;width:50%;text-align: center;}



}




@media only screen and (min-width: 1025px) {

#header {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    padding: 10px 0;
    background: white;
}






#header.sticky {
    position: fixed;
    width: 100%;
    -webkit-box-shadow: 0 2px 10px #ccc;
    box-shadow: 0 2px 10px #ccc;
    background-color: #ffffffed;
    z-index: 999;
    padding: 2px 0;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}


.logo{float:left;width: auto;height: auto;background: #fff;}





.navbar-nav {
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    float: right;
    width: 535px;
    margin-top: 5px;
}


.navbar-nav ul li {
float: left;
}



.navbar-nav .nav-item .nav-link {
    font-weight: 700;
    font-size: 15px;
    padding: 7px 15px;
    color: #182123;
    letter-spacing: 2px;
    float: left;
}
    

.nav-item .nav-link:hover,
.nav-item .nav-link.active,
.sticky .nav-item .nav-link {
    color: #1c1c1c;
}



.navbar-nav.buy-btn .nav-link {
    background-color: #fff;
    color: #2273f8;
    padding: 10px 20px;
    border-radius: 30px;
    font-weight: 700
}

.navbar-nav.buy-btn .nav-link:hover {
    background-color: #131a48;
    color: #fff;
}



.sticky .navbar-nav .nav-item .nav-link {
    font-weight: 700;
    font-size: 15px;
    padding: 7px 15px;
    color: #1c1c1c;
    letter-spacing: 2px
}


.sticky.navbar-nav .nav-item .nav-link:hover {
    color: #aeb8f9;
}



.logo-scroll,
.sticky .logo {
    display: none
}

.sticky .logo-scroll {
    display: block
}


#home-area {
    background-image: url(../images/banner-1.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: cover;
    height: 100vh;
}



.caption-content {
    /* height: 100vh; */
}

.caption-content h1 {
    padding: 0px;
    color: #fff;
    font-weight: 800;
    margin-bottom: 20px;
}

.caption-content p {
    color: #ddd;
    margin: 3px 0 10px;
}

.caption-content a {
    background-color: #131a48;
    color: #fff;
    padding: 12px 24px;
    border-radius: 30px;
    display: inline-block;
    font-weight: 600;
    margin: 10px 0 0;
}


.caption-content a i {
    padding-right: 2px;
}

.caption-img {
    padding: 25% 0 0;
}


#home-area.banner {
    background-image: url(../images/banner-1.jpg);
    height: 700px;
}



.home-slider{/* background:#333; */height: auto;padding-top: 90px;}


.slide-single {
    padding: 0 12%;
    margin-left:0px;
    margin-right: 0px;
    margin: 0 auto;
    height: 300px;
    /* width: 1366px; */
}


.slide-single-left {float:left;height:300px;width: 50%;margin-top: 195px;}

.slide-single-right {float:right;height: auto;/* width: 50%; */}


.slide-single-right .caption-img img {
    max-width: 350px;
    margin: 0 auto;
    padding: 8% 0 0;
    display:block;

}



#top-banner {
    background-image: url(../images/bgb.jpg);
     background-size: cover; 
    height: 300px
}




#about-area {
    padding: 56px 0;
}

.about-img img {
    width: 100%;
    border-radius: 10px;
}

.about-content h2 {
    font-weight: 700;
    margin: 0 0 0px;
    line-height: 36px;
    font-size: 30px;
}

.about-content h4 {
    font-weight: 600;
    color: #2273f8;
    padding-bottom: 0px;
    margin: 0px;
}

.about-content ul {
    margin: -7px 0 0;
}

.about-content ul li {
    font-weight: 600;
    padding: 3px 0;
    font-size: 14px;
    line-height: 24px
}

.about-content li i {
    color: #2273f8;
}

.section-heading h2 {
    font-weight: 700;
    margin: 0px;
}

.section-heading {
    margin: 0 0 24px;
    text-align: center;
}


#feature-area {
    background-color: #ffffff;
    padding: 34px 0 0px;
    height: auto;
}

.feature-single {
    margin: 0 6px 15px;
    float: left;
    text-align: center;
    width: 32%;
}

.feature-single h4 {
    font-weight: 600;
    margin-bottom: 5px
}






.feature-single i {
    display: inline-block;
    font-size: 30px;
    margin: 0 0 15px;
    color: #2273f8;
    padding: 20px;
    border-radius: 50%;
    -webkit-box-shadow: 0 4px 15px 0 #ccc;
    box-shadow: 0 4px 15px 0 #ccc;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    background-color: #fff;
    text-align: center;
}


.feature-single i img {
width:40px;
height: auto;
}





.feature-single:hover i {
margin: 0 0 20px;}





#why-choose-area {
    padding: 30px 0 0px;
    background-color: #ffffff;
}

.why-choose-img img {
    max-width: 300px
}

.why-choose-single {
    margin: 0 0 10px;
    overflow: hidden;
    float: right;
    width: 60%;
}

.why-choose-single .icon {
    width: 18%;
    float: left;
}

.why-choose-single .content {
    width: 80%;
    float: left;
}

.why-choose-single i {
    display: inline-block;
    font-size: 30px;
    width: auto;
    height: auto;
    /* border: 2px dashed #2273f8; */
    border-radius: 50%;
    /* line-height: 66px; */
    padding: 0 0px;
    color: #2273f8;
    margin: 0px 0 0;
}

          .why-choose-single h4 {
    font-weight: 600;
    margin-bottom: 5px
}





#product-area {
    padding: 7px 0 0px;
}

.product-single {
    margin: 15px 10px;
    border: 1px solid #eff0f1;
    padding: 10px 19px 10px;
    border-radius: 10px;
    background-color: #f5f5f5;
    float: left;
    width: 19%;
    text-align: center;
}

.product-single img {
    max-width: 200px;
}

.product-single h4 {
    font-size: 17px;
    font-weight: 800;
    color: #2273f8;
    margin: 0 0 20px;
}

.product-single h2 {
    font-weight: 700;
    margin: 10px 0 20px;
    font-size: 30px
}

.product-single a {
    display: inline-block;
    padding: 8px 16px;
    color: #fff;
    background-color: #2273f8;
    font-weight: 600;
    border-radius: 30px;
}

.product-single a:hover {
    background-color: #0857d8;
}




#footer {
    padding: 65px 0 0;
    background-color: #1c1c1c;
    overflow: hidden;
    text-align: center;
}

#footer h4 {
    color: #fff;
    font-weight: 700;
    margin: 0 0 15px
}

.footer-social-icons ul li {
    display: inline-block;
}

.footer-social-icons ul li a {
    display: block;
    background-color: #2273f8;
    color: #fff;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    font-size: 16px;
    line-height: 45px;
    margin: 0 2px
}

.footer-social-icons ul li a img {
    /* width: 13px; */
    height: auto;
    }





.footer-social-icons ul li a:hover {
    margin: 0 8px
   
}

#footer p {
    color: #fff;
    padding: 30px 0 50px;
    text-align: center;
}

#footer p a {
    color: #2273f8
}

#footer p a:hover {
    color: #0857d8
}





.navbar-collapse{color: azure;}



.navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: white;
    border: 2px solid #606060;
    border-radius: 0.25rem;
}



.contact-info {
    padding: 0px 0 45px 0%;
    width: 50%;
    height: auto;
    float: left;
}



.contact-info-single {
    margin: 0 0 30px;
    overflow: hidden;
    float: left;
    width: 100%;
}


.contact-info-single .icon {
    /* width: 9%; */
    float: left;
    /* margin-right: 10px; */
    text-align: center;
    margin-right: 15px;
}



.contact-info-single i {
    font-size: 30px;
    color: #2273f8;
    /* border: 1.2px solid #2273f8; */
    /* border-radius: 4px; */
    width: 58px;
    height: auto;
    display: inline-block;
    /* line-height: 55px; */
    padding: 0px;
}



.contact-info-single .content {
    width: 70%;
    float: left;
}





.contact-info-single p {
    font-size: 15px;
    color: #555;
    margin: 9px 0px;
}



.product-single1 {
    border: 1px solid #eff0f1;
    padding: 6px 20px 7px;
    border-radius: 10px;
    background-color: #fafafa;
    margin: 10px 10px;
    float: left;
    width: 12%;
    text-align: center;
}


.product-single1 h4 {
    font-weight: 800;
    color: #2273f8;
    margin: 0 0 10px;
    font-size: 15px;
}



.product-single1 h2 {
    font-weight: 700;
    margin: 0px 0 0px;
    font-size: 15px;
    line-height: 22px;
}

.product-single1 img{
  width: 160px;
  height: auto;
}



.con-right{float:right;width: 50%;font-size: 10px;}

.con-right .product-single1 {
    border: 1px solid #eff0f1;
    padding: 6px 20px 7px;
    border-radius: 10px;
    background-color: #fafafa;
    margin: 10px 5px;
    float: left;
    width: 39%;
    text-align: center;
}


.container {
    max-width: 1000px;
    margin: 0 auto;
    height: auto;
    }




#about-area1 {
    padding: 25px 0px 0px 0px;
}


#about-area2 {
    padding: 20px 0px 30px 0px;
}



#about-area3 {
    padding: 70px 0px 60px 0px;
    height: auto;
}



.owl-carousel.owl-loaded {
    display: block;
}


.owl-carousel {
    display: block;
    width: 100%;
    z-index: 1;
}


.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none;
}


.about-content{float:left;width:50%;}
.about-img{float: right;width: 47%;margin-bottom: 20px;}

.why-choose-img{float:left;width: 38%;text-align: center;}


}




@media only screen and (max-width: 1024px) {


#header {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    padding: 10px 0;
    background: white;
}






#header.sticky {
    position: fixed;
    width: 100%;
    -webkit-box-shadow: 0 2px 10px #ccc;
    box-shadow: 0 2px 10px #ccc;
    background-color: #ffffffed;
    z-index: 999;
    padding: 2px 0;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}


.logo{float:left;width: auto;height: auto;background: #fff;}





.navbar-nav {
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    float: right;
    width: 535px;
    margin-top: 5px;
}


.navbar-nav ul li {
float: left;
}



.navbar-nav .nav-item .nav-link {
    font-weight: 700;
    font-size: 15px;
    padding: 7px 15px;
    color: #182123;
    letter-spacing: 2px;
    float: left;
}
    

.nav-item .nav-link:hover,
.nav-item .nav-link.active,
.sticky .nav-item .nav-link {
    color: #1c1c1c;
}



.navbar-nav.buy-btn .nav-link {
    background-color: #fff;
    color: #2273f8;
    padding: 10px 20px;
    border-radius: 30px;
    font-weight: 700
}

.navbar-nav.buy-btn .nav-link:hover {
    background-color: #131a48;
    color: #fff;
}



.sticky .navbar-nav .nav-item .nav-link {
    font-weight: 700;
    font-size: 15px;
    padding: 7px 15px;
    color: #1c1c1c;
    letter-spacing: 2px
}


.sticky.navbar-nav .nav-item .nav-link:hover {
    color: #aeb8f9;
}



.logo-scroll,
.sticky .logo {
    display: none
}

.sticky .logo-scroll {
    display: block
}


#home-area {
    background-image: url(../images/banner-1.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: cover;
    height: 100vh;
}



.caption-content {
    /* height: 100vh; */
}

.caption-content h1 {
    padding: 0px;
    color: #fff;
    font-weight: 800;
    margin-bottom: 20px;
}

.caption-content p {
    color: #ddd;
    margin: 3px 0 10px;
}

.caption-content a {
    background-color: #131a48;
    color: #fff;
    padding: 12px 24px;
    border-radius: 30px;
    display: inline-block;
    font-weight: 600;
    margin: 10px 0 0;
}


.caption-content a i {
    padding-right: 2px;
}

.caption-img {
    padding: 25% 0 0;
}


#home-area.banner {
    background-image: url(../images/banner-1.jpg);
    height: 700px;
}



.home-slider{/* background:#333; */height: auto;padding-top: 90px;}


.slide-single {
    padding: 0 12%;
    margin-left:0px;
    margin-right: 0px;
    margin: 0 auto;
    height: 300px;
    /* width: 1366px; */
}


.slide-single-left {float:left;height:300px;width: 50%;margin-top: 195px;}

.slide-single-right {float:right;height: auto;/* width: 50%; */}


.slide-single-right .caption-img img {
    max-width: 350px;
    margin: 0 auto;
    padding: 8% 0 0;
    display:block;

}



#top-banner {
    background-image: url(../images/bgb.jpg);
     background-size: cover; 
    height: 300px
}




#about-area {
    padding: 56px 0;
}

.about-img img {
    width: 100%;
    border-radius: 10px;
}

.about-content h2 {
    font-weight: 700;
    margin: 0 0 0px;
    line-height: 36px;
    font-size: 30px;
}

.about-content h4 {
    font-weight: 600;
    color: #2273f8;
    padding-bottom: 0px;
    margin: 0px;
}

.about-content ul {
    margin: -7px 0 0;
}

.about-content ul li {
    font-weight: 600;
    padding: 3px 0;
    font-size: 14px;
    line-height: 24px
}

.about-content li i {
    color: #2273f8;
}

.section-heading h2 {
    font-weight: 700;
    margin: 0px;
}

.section-heading {
    margin: 0 0 24px;
    text-align: center;
}


#feature-area {
    background-color: #ffffff;
    padding: 34px 0 0px;
    height: auto;
}

.feature-single {
    margin: 0 6px 15px;
    float: left;
    text-align: center;
    width: 32%;
}

.feature-single h4 {
    font-weight: 600;
    margin-bottom: 5px
}






.feature-single i {
    display: inline-block;
    font-size: 30px;
    margin: 0 0 15px;
    color: #2273f8;
    padding: 20px;
    border-radius: 50%;
    -webkit-box-shadow: 0 4px 15px 0 #ccc;
    box-shadow: 0 4px 15px 0 #ccc;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    background-color: #fff;
    text-align: center;
}


.feature-single i img {
width:40px;
height: auto;
}





.feature-single:hover i {
margin: 0 0 20px;}





#why-choose-area {
    padding: 30px 0 0px;
    background-color: #ffffff;
}

.why-choose-img img {
    max-width: 300px
}

.why-choose-single {
    margin: 0 0 10px;
    overflow: hidden;
    float: right;
    width: 60%;
}

.why-choose-single .icon {
    width: 18%;
    float: left;
}

.why-choose-single .content {
    width: 80%;
    float: left;
}

.why-choose-single i {
    display: inline-block;
    font-size: 30px;
    width: auto;
    height: auto;
    /* border: 2px dashed #2273f8; */
    border-radius: 50%;
    /* line-height: 66px; */
    padding: 0 0px;
    color: #2273f8;
    margin: 0px 0 0;
}

          .why-choose-single h4 {
    font-weight: 600;
    margin-bottom: 5px
}





#product-area {
    padding: 7px 0 0px;
}

.product-single {
    margin: 15px 10px;
    border: 1px solid #eff0f1;
    padding: 10px 19px 10px;
    border-radius: 10px;
    background-color: #f5f5f5;
    float: left;
    width: 19%;
    text-align: center;
}

.product-single img {
    max-width: 200px;
}

.product-single h4 {
    font-size: 17px;
    font-weight: 800;
    color: #2273f8;
    margin: 0 0 20px;
}

.product-single h2 {
    font-weight: 700;
    margin: 10px 0 20px;
    font-size: 30px
}

.product-single a {
    display: inline-block;
    padding: 8px 16px;
    color: #fff;
    background-color: #2273f8;
    font-weight: 600;
    border-radius: 30px;
}

.product-single a:hover {
    background-color: #0857d8;
}




#footer {
    padding: 65px 0 0;
    background-color: #1c1c1c;
    overflow: hidden;
    text-align: center;
}

#footer h4 {
    color: #fff;
    font-weight: 700;
    margin: 0 0 15px
}

.footer-social-icons ul li {
    display: inline-block;
}

.footer-social-icons ul li a {
    display: block;
    background-color: #2273f8;
    color: #fff;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    font-size: 16px;
    line-height: 45px;
    margin: 0 2px
}

.footer-social-icons ul li a img {
    /* width: 13px; */
    height: auto;
    }





.footer-social-icons ul li a:hover {
    margin: 0 8px
   
}

#footer p {
    color: #fff;
    padding: 30px 0 50px;
    text-align: center;
}

#footer p a {
    color: #2273f8
}

#footer p a:hover {
    color: #0857d8
}





.navbar-collapse{color: azure;}



.navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: white;
    border: 2px solid #606060;
    border-radius: 0.25rem;
}



.contact-info {
    padding: 0px 0 45px 0%;
    width: 39%;
    height: auto;
    float: left;
}



.contact-info-single {
    margin: 0 0 30px;
    overflow: hidden;
    float: left;
    width: 100%;
}


.contact-info-single .icon {
    /* width: 9%; */
    float: left;
    /* margin-right: 10px; */
    text-align: center;
    margin-right: 15px;
}



.contact-info-single i {
    font-size: 30px;
    color: #2273f8;
    /* border: 1.2px solid #2273f8; */
    /* border-radius: 4px; */
    width: 58px;
    height: auto;
    display: inline-block;
    /* line-height: 55px; */
    padding: 0px;
}



.contact-info-single .content {
    width: 70%;
    float: left;
}





.contact-info-single p {
    font-size: 15px;
    color: #555;
    margin: 9px 0px;
}



.product-single1 {
    border: 1px solid #eff0f1;
    padding: 6px 20px 7px;
    border-radius: 10px;
    background-color: #fafafa;
    margin: 10px 10px;
    float: left;
    width: 12%;
    text-align: center;
}


.product-single1 h4 {
    font-weight: 800;
    color: #2273f8;
    margin: 0 0 10px;
    font-size: 15px;
}



.product-single1 h2 {
    font-weight: 700;
    margin: 0px 0 0px;
    font-size: 15px;
    line-height: 22px;
}

.product-single1 img{
  width: 160px;
  height: auto;
}



.con-right{float:right;width: 55%;font-size: 10px;}

.con-right .product-single1 {
    border: 1px solid #eff0f1;
    padding: 6px 20px 7px;
    border-radius: 10px;
    background-color: #fafafa;
    margin: 10px 5px;
    float: left;
    width: 39%;
    text-align: center;
}


.container {
    max-width: 1000px;
    margin: 0 auto;
    height: auto;
    }




#about-area1 {
    padding: 25px 0px 0px 0px;
}


#about-area2 {
    padding: 20px 0px 30px 0px;
}



#about-area3 {
    padding: 70px 0px 60px 0px;
    height: auto;
}



.owl-carousel.owl-loaded {
    display: block;
}


.owl-carousel {
    display: block;
    width: 100%;
    z-index: 1;
}


.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none;
}


.about-content{float:left;width:50%;}
.about-img{float: right;width: 47%;margin-bottom: 20px;}

.why-choose-img{float:left;width: 38%;text-align: center;}

}




@media (min-width: 1366px){



#header {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    padding: 10px 0;
    background: white;
}






#header.sticky {
    position: fixed;
    width: 100%;
    -webkit-box-shadow: 0 2px 10px #ccc;
    box-shadow: 0 2px 10px #ccc;
    background-color: #ffffffed;
    z-index: 999;
    padding: 2px 0;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}


.logo{float:left;width: auto;height: auto;background: #fff;}





.navbar-nav {
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    float: right;
    width: 535px;
    margin-top: 5px;
}


.navbar-nav ul li {
float: left;
}



.navbar-nav .nav-item .nav-link {
    font-weight: 700;
    font-size: 15px;
    padding: 7px 15px;
    color: #182123;
    letter-spacing: 2px;
    float: left;
}
    

.nav-item .nav-link:hover,
.nav-item .nav-link.active,
.sticky .nav-item .nav-link {
    color: #1c1c1c;
}



.navbar-nav.buy-btn .nav-link {
    background-color: #fff;
    color: #2273f8;
    padding: 10px 20px;
    border-radius: 30px;
    font-weight: 700
}

.navbar-nav.buy-btn .nav-link:hover {
    background-color: #131a48;
    color: #fff;
}



.sticky .navbar-nav .nav-item .nav-link {
    font-weight: 700;
    font-size: 15px;
    padding: 7px 15px;
    color: #1c1c1c;
    letter-spacing: 2px
}


.sticky.navbar-nav .nav-item .nav-link:hover {
    color: #aeb8f9;
}



.logo-scroll,
.sticky .logo {
    display: none
}

.sticky .logo-scroll {
    display: block
}


#home-area {
    background-image: url(../images/banner-1.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: cover;
    height: 100vh;
}



.caption-content {
    /* height: 100vh; */
}

.caption-content h1 {
    padding: 0px;
    color: #fff;
    font-weight: 800;
    margin-bottom: 20px;
}

.caption-content p {
    color: #ddd;
    margin: 3px 0 10px;
}

.caption-content a {
    background-color: #131a48;
    color: #fff;
    padding: 12px 24px;
    border-radius: 30px;
    display: inline-block;
    font-weight: 600;
    margin: 10px 0 0;
}


.caption-content a i {
    padding-right: 2px;
}

.caption-img {
    padding: 25% 0 0;
}


#home-area.banner {
    background-image: url(../images/banner-1.jpg);
    height: 700px;
}



.home-slider{/* background:#333; */height: auto;padding-top: 90px;}


.slide-single {
    padding: 0 12%;
    margin-left:0px;
    margin-right: 0px;
    margin: 0 auto;
    height: 300px;
    /* width: 1366px; */
}


.slide-single-left {float:left;height:300px;width: 50%;margin-top: 195px;}

.slide-single-right {float:right;height: auto;/* width: 50%; */}


.slide-single-right .caption-img img {
    max-width: 350px;
    margin: 0 auto;
    padding: 8% 0 0;
    display:block;

}



#top-banner {
    background-image: url(../images/bgb.jpg);
     background-size: cover; 
    height: 300px
}




#about-area {
    padding: 56px 0;
}

.about-img img {
    width: 100%;
    border-radius: 10px;
}

.about-content h2 {
    font-weight: 700;
    margin: 0 0 0px;
    line-height: 36px;
    font-size: 30px;
}

.about-content h4 {
    font-weight: 600;
    color: #2273f8;
    padding-bottom: 0px;
    margin: 0px;
}

.about-content ul {
    margin: -7px 0 0;
}

.about-content ul li {
    font-weight: 600;
    padding: 3px 0;
    font-size: 14px;
    line-height: 24px
}

.about-content li i {
    color: #2273f8;
}

.section-heading h2 {
    font-weight: 700;
    margin: 0px;
}

.section-heading {
    margin: 0 0 24px;
    text-align: center;
}


#feature-area {
    background-color: #ffffff;
    padding: 34px 0 0px;
    height: auto;
}

.feature-single {
    margin: 0 6px 15px;
    float: left;
    text-align: center;
    width: 32%;
}

.feature-single h4 {
    font-weight: 600;
    margin-bottom: 5px
}






.feature-single i {
    display: inline-block;
    font-size: 30px;
    margin: 0 0 15px;
    color: #2273f8;
    padding: 20px;
    border-radius: 50%;
    -webkit-box-shadow: 0 4px 15px 0 #ccc;
    box-shadow: 0 4px 15px 0 #ccc;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    background-color: #fff;
    text-align: center;
}


.feature-single i img {
width:40px;
height: auto;
}





.feature-single:hover i {
margin: 0 0 20px;}





#why-choose-area {
    padding: 30px 0 0px;
    background-color: #ffffff;
}

.why-choose-img img {
    max-width: 300px
}

.why-choose-single {
    margin: 0 0 10px;
    overflow: hidden;
    float: right;
    width: 60%;
}

.why-choose-single .icon {
    width: 18%;
    float: left;
}

.why-choose-single .content {
    width: 80%;
    float: left;
}

.why-choose-single i {
    display: inline-block;
    font-size: 30px;
    width: auto;
    height: auto;
    /* border: 2px dashed #2273f8; */
    border-radius: 50%;
    /* line-height: 66px; */
    padding: 0 0px;
    color: #2273f8;
    margin: 0px 0 0;
}

          .why-choose-single h4 {
    font-weight: 600;
    margin-bottom: 5px
}





#product-area {
    padding: 7px 0 0px;
}

.product-single {
    margin: 15px 10px;
    border: 1px solid #eff0f1;
    padding: 10px 19px 10px;
    border-radius: 10px;
    background-color: #f5f5f5;
    float: left;
    width: 19%;
    text-align: center;
}

.product-single img {
    max-width: 200px;
}

.product-single h4 {
    font-size: 17px;
    font-weight: 800;
    color: #2273f8;
    margin: 0 0 20px;
}

.product-single h2 {
    font-weight: 700;
    margin: 10px 0 20px;
    font-size: 30px
}

.product-single a {
    display: inline-block;
    padding: 8px 16px;
    color: #fff;
    background-color: #2273f8;
    font-weight: 600;
    border-radius: 30px;
}

.product-single a:hover {
    background-color: #0857d8;
}




#footer {
    padding: 65px 0 0;
    background-color: #1c1c1c;
    overflow: hidden;
    text-align: center;
}

#footer h4 {
    color: #fff;
    font-weight: 700;
    margin: 0 0 15px
}

.footer-social-icons ul li {
    display: inline-block;
}

.footer-social-icons ul li a {
    display: block;
    background-color: #2273f8;
    color: #fff;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    font-size: 16px;
    line-height: 45px;
    margin: 0 2px
}

.footer-social-icons ul li a img {
    /* width: 13px; */
    height: auto;
    }





.footer-social-icons ul li a:hover {
    margin: 0 8px
   
}

#footer p {
    color: #fff;
    padding: 30px 0 50px;
    text-align: center;
}

#footer p a {
    color: #2273f8
}

#footer p a:hover {
    color: #0857d8
}





.navbar-collapse{color: azure;}



.navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: white;
    border: 2px solid #606060;
    border-radius: 0.25rem;
}



.contact-info {
    padding: 0px 0 45px 0%;
    width: 50%;
    height: auto;
    float: left;
}



.contact-info-single {
    margin: 0 0 30px;
    overflow: hidden;
    float: left;
    width: 100%;
}


.contact-info-single .icon {
    /* width: 9%; */
    float: left;
    /* margin-right: 10px; */
    text-align: center;
    margin-right: 15px;
}



.contact-info-single i {
    font-size: 30px;
    color: #2273f8;
    /* border: 1.2px solid #2273f8; */
    /* border-radius: 4px; */
    width: 58px;
    height: auto;
    display: inline-block;
    /* line-height: 55px; */
    padding: 0px;
}



.contact-info-single .content {
    width: 70%;
    float: left;
}





.contact-info-single p {
    font-size: 15px;
    color: #555;
    margin: 9px 0px;
}



.product-single1 {
    border: 1px solid #eff0f1;
    padding: 6px 20px 7px;
    border-radius: 10px;
    background-color: #fafafa;
    margin: 10px 10px;
    float: left;
    width: 12%;
    text-align: center;
}


.product-single1 h4 {
    font-weight: 800;
    color: #2273f8;
    margin: 0 0 10px;
    font-size: 15px;
}



.product-single1 h2 {
    font-weight: 700;
    margin: 0px 0 0px;
    font-size: 15px;
    line-height: 22px;
}

.product-single1 img{
  width: 160px;
  height: auto;
}



.con-right{float:right;width: 50%;font-size: 10px;}

.con-right .product-single1 {
    border: 1px solid #eff0f1;
    padding: 6px 20px 7px;
    border-radius: 10px;
    background-color: #fafafa;
    margin: 10px 5px;
    float: left;
    width: 39%;
    text-align: center;
}


.container {
    max-width: 1000px;
    margin: 0 auto;
    height: auto;
    }




#about-area1 {
    padding: 25px 0px 0px 0px;
}


#about-area2 {
    padding: 20px 0px 30px 0px;
}



#about-area3 {
    padding: 70px 0px 60px 0px;
    height: auto;
}



.owl-carousel.owl-loaded {
    display: block;
}


.owl-carousel {
    display: block;
    width: 100%;
    z-index: 1;
}


.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none;
}


.about-content{float:left;width:50%;}
.about-img{float: right;width: 47%;margin-bottom: 20px;}

.why-choose-img{float:left;width: 38%;text-align: center;}

}



@media only screen and (min-width: 1025px) and (max-width: 1440px) {



#header {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    padding: 10px 0;
    background: white;
}






#header.sticky {
    position: fixed;
    width: 100%;
    -webkit-box-shadow: 0 2px 10px #ccc;
    box-shadow: 0 2px 10px #ccc;
    background-color: #ffffffed;
    z-index: 999;
    padding: 2px 0;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}


.logo{float:left;width: auto;height: auto;background: #fff;}





.navbar-nav {
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    float: right;
    width: 535px;
    margin-top: 5px;
}


.navbar-nav ul li {
float: left;
}



.navbar-nav .nav-item .nav-link {
    font-weight: 700;
    font-size: 15px;
    padding: 7px 15px;
    color: #182123;
    letter-spacing: 2px;
    float: left;
}
    

.nav-item .nav-link:hover,
.nav-item .nav-link.active,
.sticky .nav-item .nav-link {
    color: #1c1c1c;
}



.navbar-nav.buy-btn .nav-link {
    background-color: #fff;
    color: #2273f8;
    padding: 10px 20px;
    border-radius: 30px;
    font-weight: 700
}

.navbar-nav.buy-btn .nav-link:hover {
    background-color: #131a48;
    color: #fff;
}



.sticky .navbar-nav .nav-item .nav-link {
    font-weight: 700;
    font-size: 15px;
    padding: 7px 15px;
    color: #1c1c1c;
    letter-spacing: 2px
}


.sticky.navbar-nav .nav-item .nav-link:hover {
    color: #aeb8f9;
}



.logo-scroll,
.sticky .logo {
    display: none
}

.sticky .logo-scroll {
    display: block
}


#home-area {
    background-image: url(../images/banner-1.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: cover;
    height: 100vh;
}



.caption-content {
    /* height: 100vh; */
}

.caption-content h1 {
    padding: 0px;
    color: #fff;
    font-weight: 800;
    margin-bottom: 20px;
}

.caption-content p {
    color: #ddd;
    margin: 3px 0 10px;
}

.caption-content a {
    background-color: #131a48;
    color: #fff;
    padding: 12px 24px;
    border-radius: 30px;
    display: inline-block;
    font-weight: 600;
    margin: 10px 0 0;
}


.caption-content a i {
    padding-right: 2px;
}

.caption-img {
    padding: 25% 0 0;
}


#home-area.banner {
    background-image: url(../images/banner-1.jpg);
    height: 700px;
}



.home-slider{/* background:#333; */height: auto;padding-top: 90px;}


.slide-single {
    padding: 0 12%;
    margin-left:0px;
    margin-right: 0px;
    margin: 0 auto;
    height: 300px;
    /* width: 1366px; */
}


.slide-single-left {float:left;height:300px;width: 50%;margin-top: 195px;}

.slide-single-right {float:right;height: auto;/* width: 50%; */}


.slide-single-right .caption-img img {
    max-width: 350px;
    margin: 0 auto;
    padding: 8% 0 0;
    display:block;

}



#top-banner {
    background-image: url(../images/bgb.jpg);
     background-size: cover; 
    height: 300px
}




#about-area {
    padding: 56px 0;
}

.about-img img {
    width: 100%;
    border-radius: 10px;
}

.about-content h2 {
    font-weight: 700;
    margin: 0 0 0px;
    line-height: 36px;
    font-size: 30px;
}

.about-content h4 {
    font-weight: 600;
    color: #2273f8;
    padding-bottom: 0px;
    margin: 0px;
}

.about-content ul {
    margin: -7px 0 0;
}

.about-content ul li {
    font-weight: 600;
    padding: 3px 0;
    font-size: 14px;
    line-height: 24px
}

.about-content li i {
    color: #2273f8;
}

.section-heading h2 {
    font-weight: 700;
    margin: 0px;
}

.section-heading {
    margin: 0 0 24px;
    text-align: center;
}


#feature-area {
    background-color: #ffffff;
    padding: 34px 0 0px;
    height: auto;
}

.feature-single {
    margin: 0 6px 15px;
    float: left;
    text-align: center;
    width: 32%;
}

.feature-single h4 {
    font-weight: 600;
    margin-bottom: 5px
}






.feature-single i {
    display: inline-block;
    font-size: 30px;
    margin: 0 0 15px;
    color: #2273f8;
    padding: 20px;
    border-radius: 50%;
    -webkit-box-shadow: 0 4px 15px 0 #ccc;
    box-shadow: 0 4px 15px 0 #ccc;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    background-color: #fff;
    text-align: center;
}


.feature-single i img {
width:40px;
height: auto;
}





.feature-single:hover i {
margin: 0 0 20px;}





#why-choose-area {
    padding: 30px 0 0px;
    background-color: #ffffff;
}

.why-choose-img img {
    max-width: 300px
}

.why-choose-single {
    margin: 0 0 10px;
    overflow: hidden;
    float: right;
    width: 60%;
}

.why-choose-single .icon {
    width: 13%;
    float: left;
}

.why-choose-single .content {
    width: 80%;
    float: left;
}

.why-choose-single i {
    display: inline-block;
    font-size: 30px;
    width: auto;
    height: auto;
    /* border: 2px dashed #2273f8; */
    border-radius: 50%;
    /* line-height: 66px; */
    padding: 0 0px;
    color: #2273f8;
    margin: 0px 0 0;
}

          .why-choose-single h4 {
    font-weight: 600;
    margin-bottom: 5px
}





#product-area {
    padding: 7px 0 0px;
}

.product-single {
    margin: 15px 10px;
    border: 1px solid #eff0f1;
    padding: 10px 19px 10px;
    border-radius: 10px;
    background-color: #f5f5f5;
    float: left;
    width: 20%;
    text-align: center;
}

.product-single img {
    max-width: 200px;
}

.product-single h4 {
    font-size: 17px;
    font-weight: 800;
    color: #2273f8;
    margin: 0 0 20px;
}

.product-single h2 {
    font-weight: 700;
    margin: 10px 0 20px;
    font-size: 30px
}

.product-single a {
    display: inline-block;
    padding: 8px 16px;
    color: #fff;
    background-color: #2273f8;
    font-weight: 600;
    border-radius: 30px;
}

.product-single a:hover {
    background-color: #0857d8;
}




#footer {
    padding: 65px 0 0;
    background-color: #1c1c1c;
    overflow: hidden;
    text-align: center;
}

#footer h4 {
    color: #fff;
    font-weight: 700;
    margin: 0 0 15px
}

.footer-social-icons ul li {
    display: inline-block;
}

.footer-social-icons ul li a {
    display: block;
    background-color: #2273f8;
    color: #fff;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    font-size: 16px;
    line-height: 45px;
    margin: 0 2px
}

.footer-social-icons ul li a img {
    /* width: 13px; */
    height: auto;
    }





.footer-social-icons ul li a:hover {
    margin: 0 8px
   
}

#footer p {
    color: #fff;
    padding: 30px 0 50px;
    text-align: center;
}

#footer p a {
    color: #2273f8
}

#footer p a:hover {
    color: #0857d8
}





.navbar-collapse{color: azure;}



.navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: white;
    border: 2px solid #606060;
    border-radius: 0.25rem;
}



.contact-info {
    padding: 0px 0 45px 0%;
    width: 36%;
    height: auto;
    float: left;
}



.contact-info-single {
    margin: 0 0 30px;
    overflow: hidden;
    float: left;
    width: 100%;
}


.contact-info-single .icon {
    /* width: 9%; */
    float: left;
    /* margin-right: 10px; */
    text-align: center;
    margin-right: 15px;
}



.contact-info-single i {
    font-size: 30px;
    color: #2273f8;
    /* border: 1.2px solid #2273f8; */
    /* border-radius: 4px; */
    width: 58px;
    height: auto;
    display: inline-block;
    /* line-height: 55px; */
    padding: 0px;
}



.contact-info-single .content {
    width: 70%;
    float: left;
}





.contact-info-single p {
    font-size: 15px;
    color: #555;
    margin: 9px 0px;
}



.product-single1 {
    border: 1px solid #eff0f1;
    padding: 6px 20px 7px;
    border-radius: 10px;
    background-color: #fafafa;
    margin: 10px 10px;
    float: left;
    width: 12%;
    text-align: center;
}


.product-single1 h4 {
    font-weight: 800;
    color: #2273f8;
    margin: 0 0 10px;
    font-size: 15px;
}



.product-single1 h2 {
    font-weight: 700;
    margin: 0px 0 0px;
    font-size: 15px;
    line-height: 22px;
}

.product-single1 img{
  width: 160px;
  height: auto;
}



.con-right{float:right;width: 55%;font-size: 10px;}

.con-right .product-single1 {
    border: 1px solid #eff0f1;
    padding: 6px 20px 7px;
    border-radius: 10px;
    background-color: #fafafa;
    margin: 10px 5px;
    float: left;
    width: 39%;
    text-align: center;
}


.container {
    max-width: 1340px;
    margin: 0 auto;
    height: auto;
    }




#about-area1 {
    padding: 25px 0px 0px 0px;
}


#about-area2 {
    padding: 20px 0px 30px 0px;
}



#about-area3 {
    padding: 70px 0px 60px 0px;
    height: auto;
}



.owl-carousel.owl-loaded {
    display: block;
}


.owl-carousel {
    display: block;
    width: 100%;
    z-index: 1;
}


.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none;
}


.about-content{float:left;width:50%;}
.about-img{float: right;width: 41%;margin-bottom: 20px;}

.why-choose-img{float:left;width: 38%;text-align: center;}


}




@media only screen and (min-width: 1441px) {


#header {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    padding: 10px 0;
    background: white;
}






#header.sticky {
    position: fixed;
    width: 100%;
    -webkit-box-shadow: 0 2px 10px #ccc;
    box-shadow: 0 2px 10px #ccc;
    background-color: #ffffffed;
    z-index: 999;
    padding: 2px 0;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}


.logo{float:left;width: auto;height: auto;background: #fff;}





.navbar-nav {
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    float: right;
    width: 535px;
    margin-top: 5px;
}


.navbar-nav ul li {
float: left;
}



.navbar-nav .nav-item .nav-link {
    font-weight: 700;
    font-size: 15px;
    padding: 7px 15px;
    color: #182123;
    letter-spacing: 2px;
    float: left;
}
    

.nav-item .nav-link:hover,
.nav-item .nav-link.active,
.sticky .nav-item .nav-link {
    color: #1c1c1c;
}



.navbar-nav.buy-btn .nav-link {
    background-color: #fff;
    color: #2273f8;
    padding: 10px 20px;
    border-radius: 30px;
    font-weight: 700
}

.navbar-nav.buy-btn .nav-link:hover {
    background-color: #131a48;
    color: #fff;
}



.sticky .navbar-nav .nav-item .nav-link {
    font-weight: 700;
    font-size: 15px;
    padding: 7px 15px;
    color: #1c1c1c;
    letter-spacing: 2px
}


.sticky.navbar-nav .nav-item .nav-link:hover {
    color: #aeb8f9;
}



.logo-scroll,
.sticky .logo {
    display: none
}

.sticky .logo-scroll {
    display: block
}


#home-area {
    background-image: url(../images/banner-1.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: cover;
    height: 100vh;
}



.caption-content {
    /* height: 100vh; */
}

.caption-content h1 {
    padding: 0px;
    color: #fff;
    font-weight: 800;
    margin-bottom: 20px;
}

.caption-content p {
    color: #ddd;
    margin: 3px 0 10px;
}

.caption-content a {
    background-color: #131a48;
    color: #fff;
    padding: 12px 24px;
    border-radius: 30px;
    display: inline-block;
    font-weight: 600;
    margin: 10px 0 0;
}


.caption-content a i {
    padding-right: 2px;
}

.caption-img {
    padding: 25% 0 0;
}


#home-area.banner {
    background-image: url(../images/banner-1.jpg);
    height: 700px;
}



.home-slider{/* background:#333; */height: auto;padding-top: 90px;}


.slide-single {
    padding: 0 12%;
    margin-left:0px;
    margin-right: 0px;
    margin: 0 auto;
    height: 300px;
    /* width: 1366px; */
}


.slide-single-left {float:left;height:300px;width: 50%;margin-top: 195px;}

.slide-single-right {float:right;height: auto;/* width: 50%; */}


.slide-single-right .caption-img img {
    max-width: 350px;
    margin: 0 auto;
    padding: 8% 0 0;
    display:block;

}



#top-banner {
    background-image: url(../images/bgb.jpg);
     background-size: cover; 
    height: 300px
}




#about-area {
    padding: 56px 0;
}

.about-img img {
    width: 100%;
    border-radius: 10px;
}

.about-content h2 {
    font-weight: 700;
    margin: 0 0 0px;
    line-height: 36px;
    font-size: 30px;
}

.about-content h4 {
    font-weight: 600;
    color: #2273f8;
    padding-bottom: 0px;
    margin: 0px;
}

.about-content ul {
    margin: -7px 0 0;
}

.about-content ul li {
    font-weight: 600;
    padding: 3px 0;
    font-size: 14px;
    line-height: 24px
}

.about-content li i {
    color: #2273f8;
}

.section-heading h2 {
    font-weight: 700;
    margin: 0px;
}

.section-heading {
    margin: 0 0 24px;
    text-align: center;
}


#feature-area {
    background-color: #ffffff;
    padding: 34px 0 0px;
    height: auto;
}

.feature-single {
    margin: 0 6px 15px;
    float: left;
    text-align: center;
    width: 32%;
}

.feature-single h4 {
    font-weight: 600;
    margin-bottom: 5px
}






.feature-single i {
    display: inline-block;
    font-size: 30px;
    margin: 0 0 15px;
    color: #2273f8;
    padding: 20px;
    border-radius: 50%;
    -webkit-box-shadow: 0 4px 15px 0 #ccc;
    box-shadow: 0 4px 15px 0 #ccc;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    background-color: #fff;
    text-align: center;
}


.feature-single i img {
width:40px;
height: auto;
}





.feature-single:hover i {
margin: 0 0 20px;}





#why-choose-area {
    padding: 30px 0 0px;
    background-color: #ffffff;
}

.why-choose-img img {
    max-width: 300px
}

.why-choose-single {
    margin: 0 0 10px;
    overflow: hidden;
    float: right;
    width: 60%;
}

.why-choose-single .icon {
    width: 13%;
    float: left;
}

.why-choose-single .content {
    width: 80%;
    float: left;
}

.why-choose-single i {
    display: inline-block;
    font-size: 30px;
    width: auto;
    height: auto;
    /* border: 2px dashed #2273f8; */
    border-radius: 50%;
    /* line-height: 66px; */
    padding: 0 0px;
    color: #2273f8;
    margin: 0px 0 0;
}

          .why-choose-single h4 {
    font-weight: 600;
    margin-bottom: 5px
}





#product-area {
    padding: 7px 0 0px;
}

.product-single {
    margin: 15px 10px;
    border: 1px solid #eff0f1;
    padding: 10px 19px 10px;
    border-radius: 10px;
    background-color: #f5f5f5;
    float: left;
    width: 20%;
    text-align: center;
}

.product-single img {
    max-width: 200px;
}

.product-single h4 {
    font-size: 17px;
    font-weight: 800;
    color: #2273f8;
    margin: 0 0 20px;
}

.product-single h2 {
    font-weight: 700;
    margin: 10px 0 20px;
    font-size: 30px
}

.product-single a {
    display: inline-block;
    padding: 8px 16px;
    color: #fff;
    background-color: #2273f8;
    font-weight: 600;
    border-radius: 30px;
}

.product-single a:hover {
    background-color: #0857d8;
}




#footer {
    padding: 65px 0 0;
    background-color: #1c1c1c;
    overflow: hidden;
    text-align: center;
}

#footer h4 {
    color: #fff;
    font-weight: 700;
    margin: 0 0 15px
}

.footer-social-icons ul li {
    display: inline-block;
}

.footer-social-icons ul li a {
    display: block;
    background-color: #2273f8;
    color: #fff;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    font-size: 16px;
    line-height: 45px;
    margin: 0 2px
}

.footer-social-icons ul li a img {
    /* width: 13px; */
    height: auto;
    }





.footer-social-icons ul li a:hover {
    margin: 0 8px
   
}

#footer p {
    color: #fff;
    padding: 30px 0 50px;
    text-align: center;
}

#footer p a {
    color: #2273f8
}

#footer p a:hover {
    color: #0857d8
}





.navbar-collapse{color: azure;}



.navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: white;
    border: 2px solid #606060;
    border-radius: 0.25rem;
}



.contact-info {
    padding: 0px 0 45px 0%;
    width: 50%;
    height: auto;
    float: left;
}



.contact-info-single {
    margin: 0 0 30px;
    overflow: hidden;
    float: left;
    width: 100%;
}


.contact-info-single .icon {
    /* width: 9%; */
    float: left;
    /* margin-right: 10px; */
    text-align: center;
    margin-right: 15px;
}



.contact-info-single i {
    font-size: 30px;
    color: #2273f8;
    /* border: 1.2px solid #2273f8; */
    /* border-radius: 4px; */
    width: 58px;
    height: auto;
    display: inline-block;
    /* line-height: 55px; */
    padding: 0px;
}



.contact-info-single .content {
    width: 70%;
    float: left;
}





.contact-info-single p {
    font-size: 15px;
    color: #555;
    margin: 9px 0px;
}



.product-single1 {
    border: 1px solid #eff0f1;
    padding: 6px 20px 7px;
    border-radius: 10px;
    background-color: #fafafa;
    margin: 10px 10px;
    float: left;
    width: 12%;
    text-align: center;
}


.product-single1 h4 {
    font-weight: 800;
    color: #2273f8;
    margin: 0 0 10px;
    font-size: 15px;
}



.product-single1 h2 {
    font-weight: 700;
    margin: 0px 0 0px;
    font-size: 15px;
    line-height: 22px;
}

.product-single1 img{
  width: 160px;
  height: auto;
}



.con-right{float:right;width: 50%;font-size: 10px;}

.con-right .product-single1 {
    border: 1px solid #eff0f1;
    padding: 6px 20px 7px;
    border-radius: 10px;
    background-color: #fafafa;
    margin: 10px 5px;
    float: left;
    width: 39%;
    text-align: center;
}


.container {
    max-width: 1340px;
    margin: 0 auto;
    height: auto;
    }




#about-area1 {
    padding: 25px 0px 0px 0px;
}


#about-area2 {
    padding: 20px 0px 30px 0px;
}



#about-area3 {
    padding: 70px 0px 60px 0px;
    height: auto;
}



.owl-carousel.owl-loaded {
    display: block;
}


.owl-carousel {
    display: block;
    width: 100%;
    z-index: 1;
}


.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none;
}


.about-content{float:left;width:50%;}
.about-img{float: right;width: 41%;margin-bottom: 20px;}

.why-choose-img{float:left;width: 38%;text-align: center;}


}



@media only screen and (min-width: 2560px) {


#header {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    padding: 10px 0;
    background: white;
}






#header.sticky {
    position: fixed;
    width: 100%;
    -webkit-box-shadow: 0 2px 10px #ccc;
    box-shadow: 0 2px 10px #ccc;
    background-color: #ffffffed;
    z-index: 999;
    padding: 2px 0;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}


.logo{float:left;width: auto;height: auto;background: #fff;}





.navbar-nav {
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    float: right;
    width: 706px;
    margin-top: 5px;
}


.navbar-nav ul li {
float: left;
}



.navbar-nav .nav-item .nav-link {
    font-weight: 700;
    font-size: 22px;
    padding: 7px 15px;
    color: #182123;
    letter-spacing: 2px;
    float: left;
}
    

.nav-item .nav-link:hover,
.nav-item .nav-link.active,
.sticky .nav-item .nav-link {
    color: #1c1c1c;
}



.navbar-nav.buy-btn .nav-link {
    background-color: #fff;
    color: #2273f8;
    padding: 10px 20px;
    border-radius: 30px;
    font-weight: 700
}

.navbar-nav.buy-btn .nav-link:hover {
    background-color: #131a48;
    color: #fff;
}



.sticky .navbar-nav .nav-item .nav-link {
    font-weight: 700;
    font-size: 15px;
    padding: 7px 15px;
    color: #1c1c1c;
    letter-spacing: 2px
}


.sticky.navbar-nav .nav-item .nav-link:hover {
    color: #aeb8f9;
}



.logo-scroll,
.sticky .logo {
    display: none
}

.sticky .logo-scroll {
    display: block
}


#home-area {
    background-image: url(../images/banner-1.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: cover;
    height: 100vh;
}



.caption-content {
    /* height: 100vh; */
}

.caption-content h1 {
    padding: 0px;
    color: #fff;
    font-weight: 800;
    margin-bottom: 20px;
    font-size: 75px;
}

.caption-content p {
    color: #ddd;
    margin: 3px 0 10px;
    font-size: 23px;
    line-height: 32px;
}

.caption-content a {
    background-color: #131a48;
    color: #fff;
    padding: 12px 24px;
    border-radius: 30px;
    display: inline-block;
    font-weight: 600;
    margin: 10px 0 0;
}


.caption-content a i {
    padding-right: 2px;
}

.caption-img {
    padding: 25% 0 0;
}


#home-area.banner {
    background-image: url(../images/banner-1.jpg);
    height: 700px;
}



.home-slider{/* background:#333; */height: auto;padding-top: 90px;}


.slide-single {
    padding: 0 12%;
    margin-left:0px;
    margin-right: 0px;
    margin: 0 auto;
    height: 300px;
    /* width: 1366px; */
}


.slide-single-left {float:left;height:300px;width: 66%;margin-top: 195px;}

.slide-single-right {float:right;height: auto;/* width: 50%; */}


.slide-single-right .caption-img img {
    max-width: 350px;
    margin: 0 auto;
    padding: 8% 0 0;
    display:block;

}



#top-banner {
    background-image: url(../images/bgb.jpg);
     background-size: cover; 
    height: 300px
}




#about-area {
    padding: 56px 0;
}

.about-img img {
    width: 100%;
    border-radius: 10px;
}

.about-content h2 {
    font-weight: 700;
    margin: 5px 0 0px;
    line-height: 45px;
    font-size: 42px;
}

.about-content h4 {
    font-weight: 600;
    color: #2273f8;
    padding-bottom: 0px;
    margin: 0px;
}

.about-content ul {
    margin: -7px 0 0;
}

.about-content ul li {
    font-weight: 600;
    padding: 3px 0;
    font-size: 15px;
    line-height: 24px
}

.about-content li i {
    color: #2273f8;
}

.section-heading h2 {
    font-weight: 700;
    margin: 0px;
}

.section-heading {
    margin: 0 0 24px;
    text-align: center;
}


#feature-area {
    background-color: #ffffff;
    padding: 34px 0 0px;
    height: auto;
}

.feature-single {
    margin: 0 6px 15px;
    float: left;
    text-align: center;
    width: 32%;
}

.feature-single h4 {
    font-weight: 600;
    margin-bottom: 5px
}






.feature-single i {
    display: inline-block;
    font-size: 30px;
    margin: 0 0 15px;
    color: #2273f8;
    padding: 20px;
    border-radius: 50%;
    -webkit-box-shadow: 0 4px 15px 0 #ccc;
    box-shadow: 0 4px 15px 0 #ccc;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    background-color: #fff;
    text-align: center;
}


.feature-single i img {
width:40px;
height: auto;
}





.feature-single:hover i {
margin: 0 0 20px;}





#why-choose-area {
    padding: 30px 0 0px;
    background-color: #ffffff;
}

.why-choose-img img {
    max-width: 300px
}

.why-choose-single {
    margin: 0 0 10px;
    overflow: hidden;
    float: right;
    width: 60%;
}

.why-choose-single .icon {
    width: 8%;
    float: left;
}

.why-choose-single .content {
    width: 80%;
    float: left;
}

.why-choose-single i {
    display: inline-block;
    font-size: 30px;
    width: auto;
    height: auto;
    /* border: 2px dashed #2273f8; */
    border-radius: 50%;
    /* line-height: 66px; */
    padding: 0 0px;
    color: #2273f8;
    margin: 0px 0 0;
}

          .why-choose-single h4 {
    font-weight: 600;
    margin-bottom: 5px
}





#product-area {
    padding: 7px 0 0px;
}

.product-single {
    margin: 15px 10px;
    border: 1px solid #eff0f1;
    padding: 10px 19px 10px;
    border-radius: 10px;
    background-color: #f5f5f5;
    float: left;
    width: 22%;
    text-align: center;
}

.product-single img {
    max-width: 233px;
}

.product-single h4 {
    font-size: 25px;
    font-weight: 800;
    color: #2273f8;
    margin: 12px 0 20px;
}

.product-single h2 {
    font-weight: 700;
    margin: 10px 0 20px;
    font-size: 30px
}

.product-single a {
    display: inline-block;
    padding: 8px 16px;
    color: #fff;
    background-color: #2273f8;
    font-weight: 600;
    border-radius: 30px;
}

.product-single a:hover {
    background-color: #0857d8;
}




#footer {
    padding: 65px 0 0;
    background-color: #1c1c1c;
    overflow: hidden;
    text-align: center;
}

#footer h4 {
    color: #fff;
    font-weight: 700;
    margin: 0 0 15px
}

.footer-social-icons ul li {
    display: inline-block;
}

.footer-social-icons ul li a {
    display: block;
    background-color: #2273f8;
    color: #fff;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    font-size: 16px;
    line-height: 45px;
    margin: 0 2px
}

.footer-social-icons ul li a img {
    /* width: 13px; */
    height: auto;
    }





.footer-social-icons ul li a:hover {
    margin: 0 8px
   
}

#footer p {
    color: #fff;
    padding: 30px 0 50px;
    text-align: center;
}

#footer p a {
    color: #2273f8
}

#footer p a:hover {
    color: #0857d8
}





.navbar-collapse{color: azure;}



.navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: white;
    border: 2px solid #606060;
    border-radius: 0.25rem;
}



.contact-info {
    padding: 0px 0 45px 0%;
    width: 50%;
    height: auto;
    float: left;
}



.contact-info-single {
    margin: 0 0 30px;
    overflow: hidden;
    float: left;
    width: 100%;
}


.contact-info-single .icon {
    /* width: 9%; */
    float: left;
    /* margin-right: 10px; */
    text-align: center;
    margin-right: 15px;
}



.contact-info-single i {
    font-size: 30px;
    color: #2273f8;
    /* border: 1.2px solid #2273f8; */
    /* border-radius: 4px; */
    width: 58px;
    height: auto;
    display: inline-block;
    /* line-height: 55px; */
    padding: 0px;
}



.contact-info-single .content {
    width: 70%;
    float: left;
}





.contact-info-single p {
    font-size: 15px;
    color: #555;
    margin: 9px 0px;
}



.product-single1 {
    border: 1px solid #eff0f1;
    padding: 6px 20px 7px;
    border-radius: 10px;
    background-color: #fafafa;
    margin: 10px 10px;
    float: left;
    width: 12%;
    text-align: center;
}


.product-single1 h4 {
    font-weight: 800;
    color: #2273f8;
    margin: 0 0 10px;
    font-size: 15px;
}



.product-single1 h2 {
    font-weight: 700;
    margin: 0px 0 0px;
    font-size: 15px;
    line-height: 22px;
}

.product-single1 img{
  width: 160px;
  height: auto;
}



.con-right{float:right;width: 50%;font-size: 10px;}

.con-right .product-single1 {
    border: 1px solid #eff0f1;
    padding: 6px 20px 7px;
    border-radius: 10px;
    background-color: #fafafa;
    margin: 10px 5px;
    float: left;
    width: 39%;
    text-align: center;
}


.container {
    max-width: 2300px;
    margin: 0 auto;
    height: auto;
    }




#about-area1 {
    padding: 25px 0px 0px 0px;
}


#about-area2 {
    padding: 20px 0px 30px 0px;
}



#about-area3 {
    padding: 70px 0px 60px 0px;
    height: auto;
}



.owl-carousel.owl-loaded {
    display: block;
}


.owl-carousel {
    display: block;
    width: 100%;
    z-index: 1;
}


.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none;
}


.about-content{float:left;width: 55%;}
.about-img{float: right;width: 41%;margin-bottom: 20px;}

.why-choose-img{float:left;width: 38%;text-align: center;}

p {
    font-size: 18px;
    color: #555;
    line-height: 24px;
    font-weight: 500;
}


}