

@font-face {
  font-family: 'Raleway-Black';
  src: url('fonts/raleway-black.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}


@font-face {
  font-family: 'Raleway-Bold';
  src: url('fonts/raleway-bold.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}


@font-face {
  font-family: 'Raleway-Medium';
  src: url('fonts/raleway-medium.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}


@font-face {
  font-family: 'Raleway-Regular';
  src: url('fonts/raleway-regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}


@font-face {
  font-family: 'Raleway-Semibold';
  src: url('fonts/raleway-semibold.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}


html,
body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;

}

body {
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    color: #000;
    position: relative;
    overflow-x: hidden;
    letter-spacing: 1px
}

ul {
    list-style: none;
    margin: 0;
    padding: 0
}

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

input:required,
input:invalid,
textarea:required,
textarea:invalid {
    -webkit-box-shadow: none;
    box-shadow: none;
}

a,
button {
    -webkit-transition: 0.3s;
    transition: 0.3s
}

a {
    color: #2c3e50;
    font-size: 14px
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3 {
    font-weight: 400;
    margin-top: 0
}

h1 {
    font-size: 56px;
    line-height: 58px;
}





h2 {
    font-size: 36px;
    line-height: 46px
}

h3 {
    font-size: 24px;
    line-height: 34px
}

h4 {
    font-size: 20px;
    line-height: 30px
}

h5 {
    font-size: 18px;
    line-height: 28px
}

h6 {
    font-size: 16px;
    line-height: 26px
}





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

.d-table {
    width: 100%;
    height: 100%
}


.animation-jump {
    position: relative;
    -webkit-animation: animation-jump 2s ease-in-out infinite;
    animation: animation-jump 2s ease-in-out infinite;
}

.animation-bg {
    -webkit-animation: animation-bg 25s ease-in-out infinite;
    animation: animation-bg 25s ease-in-out infinite;
}

@-webkit-keyframes animation-jump {
    0% {
        top: 3px;
    }
    50% {
        top: -3px;
    }
    100% {
        top: 3px;
    }
}

@keyframes animation-jump {
    0% {
        top: 3px;
    }
    50% {
        top: -3px;
    }
    100% {
        top: 3px;
    }
}

@-webkit-keyframes animation-bg {
    0% {
        background-position: top;
    }

    50% {
        background-position: bottom;
    }
    100% {
        background-position: top;
    }
}

@keyframes animation-bg {
    0% {
        background-position: top;
    }

    50% {
        background-position: bottom;
    }
    100% {
        background-position: top;
    }
}




#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: 800;
    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;}