@charset "UTF-8";
/* @import url('./googleapisfonts.css?family=Open Sans:wght@400;500;700&display=swap'); * {
    font-family: 'Open Sans', sans-serif;
} */
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&display=swap"); :root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #CC003D;
    --orange: #FF623C;
    --yellow: #ffc107;
    --green: #1DD555;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #1DD555;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #CC003D;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
*, *::before, *::after {
    box-sizing: border-box;
}
html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}
footer, header, main, nav, section {
    display: block;
}

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #ffffff;
    scroll-behavior: smooth;
}

body :is(h2) {
    color: #292929;
    font-weight: 600;
    line-height: 36px;
    text-transform: capitalize;
    margin: 5px 0 5px 0;
}

body :is(h3) {
    color: #292929;
    /* text-transform: capitalize; */
    font-weight: 400;
    margin: 5px 0 5px 0;
}

a:hover {
    color: #7eced5;
}

body :is(p,a) {
    color: #292929;
    font-size: 15px;
    line-height: 24px;
    margin: 0 0 12px;
    /* text-transform: capitalize; */
}

.section-padding {
    padding-top: 100px;
}

.carousel-item {
    /* height: 100vh; */
    min-height: 260px;
    transition: transform 2s ease, opacity .5s ease-out;
}

.carousel-caption {   
    z-index: 2;
    bottom: 8.0rem;
    padding-bottom: 0px !important;
}

.carousel-caption p {
    width: 60%;
    margin: auto;
    font-size: 18px;
    line-height: 1.9;
    color: #c6a23c;
}
.categories-text {
    padding-top: 50px;
}

.carousel-caption h5 {
    /* font-size: 45px; */
    letter-spacing: 2px;
    color: #ffffff;
    font-weight: 500;
    line-height: 1.2em;
    opacity: 0.5;
}

.w-100 {
    height: 75vh;
}


.carousel-inner:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    /* background: rgba(0, 0, 0, 0.7); */
    z-index: 1;
}

.navbar .getstarted {
    background: #106eea;
    margin-left: 30px;
    border-radius: 4px;
    font-weight: 400;
    color: #fff;
    text-decoration: none;
    padding: .5rem 1rem;
    line-height: 2.3;
}

.navbar-nav a {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 500;
}

.navbar-light .navbar-brand {
    color: #000;
    font-size: 25px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 2px;
}

.navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
    color: #000;
}

.navbar-light .navbar-nav .nav-link {
    color: #000;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #7eced5;
}



.navbar-toggler {
    padding: 1px 5px;
    font-size: 18px;
    line-height: 0.3;
    background: #fff;
}

.portfolio .card {
    box-shadow: 15px 15px 40px rgba(0, 0, 0, 0.15);
}

.team .card {
    box-shadow: 15px 15px 40px rgba(0, 0, 0, 0.15);
}

.services .card-body i {
    font-size: 50px;
}

.team .card-body i {
    font-size: 20px;
}

.card-body p {
    color: #fff;
    font-size: 15px;
}



@-webkit-keyframes zoom {
    from {
        -webkit-transform: scale(1, 1);
    }

    to {
        -webkit-transform: scale(1.5, 1.5);
    }
}

@keyframes zoom {
    from {
        transform: scale(1, 1);
    }

    to {
        transform: scale(1.5, 1.5);
    }
}

.categories p {
    margin-top: 20px;
    width: fit-content;
    font-size: 20px;
    margin: auto;
    padding-bottom: 15px;
}

.categories-img img {
    border-radius: 30px;
    border: 4px solid #bbb4b4 !important;
    aspect-ratio: auto 250 / 250;
    padding: 6px;
    width: 100%;
    min-height: 244px;
}

.about .mt-md-5 {
    margin-top: 0px !important;
}

.footer {
    /* background: linear-gradient(105deg,#6e99e6 ,#093c94); */
    background: linear-gradient(182deg,#6383be ,#a79431);
    padding-top: 80px;
    padding-bottom: 40px;
}


.single_footer h4 {
    color: #fff;
    margin-top: 0;
    margin-bottom: 25px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 20px;
}

.single_footer h4::after {
    content: "";
    display: block;
    height: 2px;
    width: 40px;
    background: #fff;
    margin-top: 20px;
}

.single_footer p {
    color: #fff;
}

.single_footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.single_footer ul li a {
    color: #fff;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    line-height: 36px;
    font-size: 15px;
    text-transform: capitalize;
}

.single_footer ul li a:hover {
    color: #ff3666;
}

.single_footer_address ul li {
    color: #fff;
}

.single_footer_address ul li span {
    font-weight: 400;
    color: #fff;
    line-height: 28px;
}

.contact_social ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

/*START NEWSLETTER CSS*/
.subscribe {
    display: block;
    position: relative;
    margin-top: 15px;
    width: 100%;
}

.subinput {
    background-color: #fff;
    border: medium none;
    border-radius: 5px;
    color: #333;
    display: block;
    font-size: 15px;
    font-weight: 500;
    height: 60px;
    letter-spacing: 0.4px;
    margin: 0;
    padding: 0 150px 0 20px;
    text-align: center;
    text-transform: capitalize;
    width: 100%;
}



.subbtn {
    background-color: transparent;
    border-radius: 0 25px 25px 0;
    color: #01c7e9;
    cursor: pointer;
    display: block;
    font-size: 20px;
    height: 60px;
    position: absolute;
    right: 0;
    top: 0;
    width: 60px;
}

.subbtn i {
    transition: all 0.3s ease 0s;
}



.subbtn:hover i {
    color: #ff3666;
}

button {
    padding: 0;
    border: none;
    background-color: transparent;
    -webkit-border-radius: 0;
    border-radius: 0;
}

/*END NEWSLETTER CSS*/
/*START SOCIAL PROFILE CSS*/
.socialprofile {
    margin-top: 40px;
}

.socialprofile ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.socialprofile ul li {
    float: left;
}

.socialprofile ul li a {
    text-align: center;
    border: 0px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    margin: 0px 5px;
    font-size: 18px;
    color: #fff;
    border-radius: 30px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    display: block;
    border: 1px solid rgba(255,255,255,0.2);
}


.socialprofile ul li a:hover {
    background: #ff3666;
    border: 1px solid #ff3666;
    color: #fff;
    border: 0px;
}

/*END SOCIAL PROFILE CSS*/
.copyright {
    margin-top: 70px;
    padding-top: 40px;
    color: #fff;
    font-size: 15px;
    border-top: 1px solid rgba(255,255,255,0.4);
    text-align: center;
}

.copyright a {
    color: #01c7e9;
    transition: all 0.2s ease 0s;
}

.copyright a:hover {
    color: #ff3666;
}

.footer a,a:hover,a:focus,a:active {
    text-decoration: none;
    outline: none;
}

a,a:active,a:focus {
    color: #333;
    text-decoration: none;
    transition-timing-function: ease-in-out;
    -ms-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    -webkit-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-duration: .2s;
    -ms-transition-duration: .2s;
    -moz-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    -o-transition-duration: .2s;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

img {
    max-width: 100%;
    height: auto;
}

/* .d-inline-block{	
    top: 0;
    left: 0;
    width: 100%;
	height: 60px!important;
	object-fit: contain!important;
    object-position: left;
	vertical-align: top;
    max-width: 100%;
} */
.logo {
    max-width: 300px;
    padding: 0!important;
    color: transparent;
    border-bottom: 0;
    text-decoration: none;
    display: inline-block;
    vertical-align: top;
    line-height: 1;
    position: relative;
}

.logo img {
    top: 0;
    left: 0;
    height: 80px!important;
}

.bg-light {
    filter: brightness(110%);
    /* background: linear-gradient(50deg, HSLA(205, 45%, 44%, 1), #7b2736); */
    background: #ffd392;
}

.carousel-inner {
    border-bottom-left-radius: 14px 17px;
    border-bottom-right-radius: 14px 17px;
}

.about-text {
    position: relative;
    padding: 10px 0px 10px 20px;
}

.content p.aboutdesc {
    padding-left: 24px;
}
.content ul.productsul {
    margin-bottom: 25px;
}

.about-text:before {
    position: absolute;
    top: 6px;
    left: 0;
    width: 3px;
    height: 52px;
    background: #5e4c01;
    content: "";
}

.clientcounter {
    overflow: hidden;
    padding-left: 24px;
}

.clientcounter ul, li {
    list-style: none;
    margin: 0;
    padding: 0;
    padding-right: 5px;
}

.clientcounter ul {
    /* display: flex; */
    flex-direction: row;
    text-align: center;
}

.about-img img {
    border-radius: 10px;
}

.clientcounter ul li.counteritem .icon-holder {
    margin: 0 0 10px;
}

.clientcounter ul li.counteritem .icon-holder i::before {
    background: #dbb49a none repeat scroll 0 0;
    border-radius: 50%;
    color: #31998b;
    display: inline-block;
    font-size: 35px;
    font-weight: 600;
    height: 70px;
    padding: 17px 0;
    text-align: center;
    width: 70px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.clientcounter ul li.counteritem .countervalue {
    color: #3eb754;
    font-size: 30px;
    font-weight: 600;
}





/* Map*/
#mapdiv {
    width: 100%;
    height: 400px;
    margin-bottom: 5px;
}

.arrow_box {
    position: absolute;
    font-size: 10px;
    width: 60px;
    height: 20px;
    background: blue;
    border-radius: 10px;
    margin: 10px -30px;
    color: white;
    cursor: pointer;
}

.arrow_box img {
    min-width: 150px;
    width: auto;
    max-height: 100px;
    height: auto;
    border-radius: 5px;
}

.arrow_box:after {
    top: 20px;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-top-color: blue;
    border-width: 5px;
    margin-left: -5px;
}

/* Map End*/
.removemargin {
    /* margin-top: -95px !important; */
}

.back-to-top {
    display: none;
    width: 37px;
    height: 37px;
    position: fixed;
    bottom: 0px;
    right: 15px;
    z-index: 99;
    font-size: 16px;
    border: none;
    outline: none;
    background-color: #ffc107;
    color: white;
    cursor: pointer;
    padding: 5px;
    border-radius: 10px;
}
.back-to-top:hover {
    background-color: #555;
  }

.team p {
    color: #292929 !important;
}

.socialprofile a.twitter:hover {
    background-color: #ffffff;
    border-color: #00aced;
    color: #fff;
}

.socialprofile a.facebook:hover {
    background-color: #ffffff;
    border-color: #3b5998;
    color: #fff;
}

.socialprofile a.linkedin:hover {
    background-color: #ffffff;
    border-color: #007bb5;
    color: #fff;
}

.socialprofile a.whatsapp:hover {
    background-color: #ffffff;
    border-color: #4dc247;
    color: #fff;
}

.socialprofile a.instagram:hover {
    background-color: #ffffff;
    ; border-color: #ff3666;
    color: #fff;
}


.team .card {
    border: 4px solid rgb(41 203 140 / 46%);
}

.pb-5 {
    padding-bottom: 10px!important;
}

.team img {
    width: 128px;
    height: 128px;
    max-height: 129px;
}

.list-group-item {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
    padding: 5px !important;
    position: relative;
    display: block;
    color: #333;
    text-decoration: none;
    background-color: #ffff;
    border: 1px solid #333;
}

.supplytports {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    border-bottom: 0;
    overflow-wrap: break-word
}

.supplytports li {
    width: 25%;
    text-align: center;   
    font-size: 22px;
    padding: 10px;
    display: block;
    line-height: 25px;
}

.supplytports li a {
    color: #ffffff !important;
    border: 0px !important;
    padding: 9px;
    background-color: #e3edf9 !important;
    cursor: pointer !important;
    border-radius: 10px 10px 0 0 !important;
    background-image: linear-gradient(50deg,#98601b,#1c2c5b)!important;
    text-transform: capitalize;
}



/* Responsive CSS  */
@media (max-width: 999px) {
    .supplytports li {        
            width: 50%;
    }

    ul.nav.nav-tabs.supplytports.hidedevice {
        /* display: none; */
    }

    .dropdown.deviceresp {
        display: flex;
        height: 40px;
        margin: 0px;
        width: 100%;
    }
    .carousel-caption {      
        bottom: 8rem;       
    }
  
    
}

/* Tablet Layout: 768px. */
@media only screen and (min-width: 768px) and (max-width: 991px) {
   
    .carousel-item > img {
        -webkit-animation: zoom 30s;
        animation: zoom 30s;
    }
    .carousel-caption {      
        bottom: 8rem;       
    }
    .card {
        margin-bottom: 30px;
    }

    .img-area img {
        width: 100%;
    }
    .carousel-caption {      
        bottom: 6rem;       
    }
  
    
   
}

@media only screen and (max-width: 767px) {
    .navbar-nav {
        text-align: center;
    }
    .card {
        margin-bottom: 30px;
    }
    .carousel-caption {      
        bottom: 8rem;       
    }
 
    
}
@media only screen and (max-width: 768px) {
    .single_footer {
        margin-bottom:30px;
    }
    .subinput {
        padding: 0 50px 0 20px;
    }
    .subbtn {
        right:0px;
    }
    .socialprofile ul li a {
        margin-right:10px;
        margin-bottom: 10px;
    }
    .carousel-caption {      
        bottom: 2rem;       
    }
 
    
}

@media only screen and (max-width: 480px) {
    .socialprofile ul li a {
        width:40px;
        height: 40px;
        line-height: 40px;
    }
    .carousel-caption {      
        bottom: 8rem;       
    }
  
    
}
/* Large Layout: 1200px. */
@media only screen and (min-width: 1200px) {
    .carousel-item > img {
        -webkit-animation: zoom 30s;
        animation: zoom 30s;
    }
    .carousel-caption {      
        bottom: 8rem;       
    }
  
    
}

/* Medium screen  */
@media only screen and (min-width: 1200px) and (max-width: 1300px) {
    .clientcounter ul li.counteritem {
        display: inline-block;
        margin-right: 25px;
    }

    .carousel-item > img {
        -webkit-animation: zoom 30s;
        animation: zoom 30s;
    }
    .carousel-caption {      
        bottom: 8rem;       
    }
   

  
}


/* Portrait */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) 
and (orientation: portrait) and (-webkit-device-pixel-ratio: 2) {
    .carousel-caption {      
        bottom: 8rem;       
    }
   
}



/* Responsive CSS  End*/

#arrow {
    border-right:2px solid black;
    border-bottom:2px solid black;
    width:10px;
    height:10px;
    transform: rotate(-45deg);
    margin-top:40px;
}
.arrowicon ul{
    padding-left: 40px;
}


.arrowicon ul li {
  position: relative;
	padding-bottom: 10px;
}

.arrowicon ul li:before{
   content: '';
   position: absolute;
   border-right:2px solid black;
   border-bottom:2px solid black;
   width:10px;
   height:10px;
   top: calc(50% - 4px);
   left: -20px;
   transform: translateY(-50%) rotate(-45deg);
}

.twocols{
    columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}
.prodcts .list-group {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 1em;
  }
  
.prodcts .list-group-item {
    /* background: #F7F7F7; */
    padding: 1em;
    text-align: center;
    padding: 15px !important;
    border-top-width:1px;
    font-size: 20px;
    font-weight: 500;
  }

  .imgleftradius{
    border-top-left-radius: 100px 50% !important;
    border-bottom-left-radius: 100px 50% !important;
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
  }
  .imgrightradius{
    border-top-right-radius: 100px 50% !important;
    border-bottom-right-radius: 100px 50% !important;
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
  }

  .prodimgleft{
    border-radius: 130px 40px 130px 40px !important;
  }
  .prodimgright{
    border-radius: 40px 130px 40px 130px !important;
  }


  .circle {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    padding: 2.5px;
    background-clip: content-box;
    animation: spin 10s linear infinite;
  }
  .circle-wrapper:active .circle {
    animation: spin 2s linear infinite;
  }
  
  @keyframes spin { 
    100% { 
      transform: rotateZ(360deg);
    }
  }

  @keyframes rotate {
	100% {
		transform: rotate(1turn);
	}
}

.rainbow {
	position: relative;
	z-index: 0;
	
	border-radius: 10px;
	overflow: hidden;
	padding: 1rem;
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: sans-serif;
	font-weight: bold;
	
	&::before {
		content: '';
		position: absolute;
		z-index: -2;
		left: -50%;
		top: -50%;
		width: 200%;
		height: 200%;
		background-color: #399953;
		background-repeat: no-repeat;
		background-size: 50% 50%, 50% 50%;
		background-position: 0 0, 100% 0, 100% 100%, 0 100%;
		background-image: linear-gradient(#399953, #399953), linear-gradient(#fbb300, #fbb300), linear-gradient(#d53e33, #d53e33), linear-gradient(#377af5, #377af5);
		animation: rotate 4s linear infinite;
	}
	
	&::after {
		content: '';
		position: absolute;
		z-index: -1;
		left: 3px;
		top: 3px;
		width: calc(100% - 6px);
		height: calc(100% - 6px);
		background: white;
		border-radius: 3px;
	}
}


.blockright {
	position: relative;
}
.blockleft {
	position: relative;
}
.blockleft img{
	width: 100%;
}
.blockright img{
	width: 100%;
}

.blockleft:before, .blockleft:after {
    border-radius: 130px 40px 130px 40px !important;
	content: '';
	position: absolute;
	left: -1px;
	top: -1px;
	background: linear-gradient(45deg, #fb0094, #0000ff, #00ff00,#ffff00, #ff0000, #fb0094, 
		#0000ff, #00ff00,#ffff00, #ff0000);
	background-size: 400%;
	width: calc(100% + 2px);
	height: calc(100% + 2px);
	z-index: -1;
	animation: steam 50s linear infinite;
}

.blockright:before, .blockright:after {
    border-radius: 40px 130px 40px 130px !important;
	content: '';
	position: absolute;
	left: -1px;
	top: -1px;
	background: linear-gradient(45deg, #fb0094, #0000ff, #00ff00,#ffff00, #ff0000, #fb0094, 
		#0000ff, #00ff00,#ffff00, #ff0000);
	background-size: 400%;
	width: calc(100% + 2px);
	height: calc(100% + 2px);
	z-index: -1;
	animation: steam 50s linear infinite;
}

@keyframes steam {
	0% {
		background-position: 0 0;
	}
	50% {
		background-position: 400% 0;
	}
	100% {
		background-position: 0 0;
	}
}
.blockleft:after {
	filter: blur(70px);
}

.blockright:after {
	filter: blur(70px);
}

.whatsapplink {  
    /* position: fixed;
    width: 40px;
    height: 40px;
    bottom: 45px;
    right: 15px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 20px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
    margin-bottom: 10px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); */

    background: #25d366;
	color: white;
	position: fixed;
	bottom: 45px;
	right: 15px;
	font-size: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 0;
	height: 0;
	padding: 20px;
	text-decoration: none;
	border-radius: 50%;
	animation-name: pulse;
	animation-duration: 1.5s;
	animation-timing-function: ease-out;
	animation-iteration-count: infinite;
    
}

@keyframes pulse {
	0% {
		box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
	}
	80% {
		box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
	}
}

.my-float {
    margin-top: 10px;
}

.productsrow{
    margin-top: 20px;
}

.productsul ul{
    list-style: none;
    
}
.productsul li {
    font-size: 14px;
    list-style: disc;
    list-style-position: outside;
    list-style-position: inside;
    line-height: 190%;
}

.prodimg{
    max-height: 237.238px;
    min-height: 237.238px;
}

.productsrow img{
    border: 3px solid #1f6563;
    border-radius: 4px;
    padding: 5px;
}


.bounce {
    animation: bounce 2s infinite;
}

@keyframes bounce {
    0%,
    25%,
    50%,
    75%,
    100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-20px);
    }
    60% {
        transform: translateY(-12px);
    }
}







  

  

  
  

  
  

  
  

  

  

