*{margin: 0px; padding: 0px; box-sizing: border-box;}
img{max-width: 100%;}
a,a:hover,a:visited,a:active,a:focus{text-decoration: none;}
ul, li, p{margin: 0px; padding: 0px;}


body{font-family: 'Roboto', sans-serif;}

/* header{position: absolute; z-index: 999; left: 0px; right: 0px;} */
header .headertop{background-color: #355562; padding: 10px 0px;}
header .headertop .headerinfo{display: flex; justify-content: space-between;}
header .headertop .headerinfo li, header .headertop .headerinfo li a{color: #ffffff; font-size: 14px;}
header .headertop .headerinr-info li i{width: 23px; height: 23px; border-radius: 50px;     background-image: -webkit-linear-gradient( 0deg, rgb(118,194,27) 0%, rgb(167,218,66) 100%);
  background-image: -ms-linear-gradient( 0deg, rgb(118,194,27) 0%, rgb(167,218,66) 100%); display: inline-block; text-align: center; line-height: 22px; font-size: 12px; color: #ffffff;}

header .header-bottom{background-color: #fff; padding: 10px 0px;} 
header .header-bottom .navbar .navbar-brand{width:17%;}
header .header-bottom .navbar .navbar-nav{align-items: center; justify-content: center; gap: 11px;}
header .header-bottom .navbar .navbar-nav .nav-link{color: #010101; font-size: 16px; font-weight: 600; position: relative; transition: .5s;}
header .header-bottom .navbar .navbar-nav .nav-link:hover{color: #355562}
header .header-bottom .navbar .navbar-nav .nav-link::before{position: absolute; content: ''; width: 0px; height: 2px; background-color: #355562; bottom: 0px; transition: .5s; z-index: 1;}
header .header-bottom .navbar .navbar-nav .nav-link:hover::before{width: 100%;}
header .header-bottom .navbar .outbox li a{display:inline-block; padding: 13px 35px; background-color: #355562; border-radius: 30px; color: #fff;}
header .header-bottom .navbar .navbar-toggler{color: #355562; box-shadow: none; border: 2px solid #355562; border-radius:0px;}

/* header ko sticky karna ki */

.sticky{background-color:#ffffff ; color: #000; left: 0; right: 0;z-index: 999; position: fixed !important; top:0px; animation: slideDown .5s ease-out;}

@keyframes slideDown {
    from {
      transform: translateY(-100%);
    }
    to {
      transform: translateY(10);
    }
  }
header .heaberbooyem .offcanvas-title{color: #020202; }

/* slider */

#slider .owl-carousel .owl-item .content{text-align: center; display: none;}
#slider .owl-carousel .owl-item .content h2{font-size: 60px; color: #ffffff; font-weight: 700; line-height: 1.3em;}
#slider .owl-carousel .owl-item .content p{font-size: 24px; color: #fff; margin: 15px; font-weight: 3000;}
#slider .owl-carousel .owl-item .content .btn{padding: 11px 50px; text-transform: uppercase; transition: .5s; border-radius: 0px; background-color: transparent; color: #fff; border: 2px solid #fff; display: inline-block;}
#slider .owl-carousel .owl-item .content .btn:hover{background-color: #0074D9; color: #fff; border-color: #0074D9;}
#slider .owl-carousel .owl-nav button.owl-next, #slider .owl-carousel .owl-nav button.owl-prev, #slider .owl-dots .owl-dot{display: none;}

/* about */

#about{padding: 70px 0px 30px; position: relative;}
#about::before{position: absolute; right: 0; top: 18px; width: 367px; height: 730px; background-image: url(../images/dots1.png); content: ""; z-index: 1;}
#about .row{row-gap: 30px;}
#about .imgsc{position: relative;}
#about .imgsc .img-1{position: relative; z-index: 2;}
#about .imgsc .icon-shpaes{position: absolute; z-index: 1; left: -51px; top: 15px; height: 556px; width: 247px; background-image: url(../images/shapes.png);}
#about .content{margin-left: 50px;}
#about .content h5{color: #777777; position: relative; font-size: 15px; letter-spacing: 0.1em;
  padding-top: 10px; font-family: 'Rubik', sans-serif; text-transform: uppercase; font-weight: 700; letter-spacing: 0.1em;}
#about .content h5::before{position: absolute; content: ''; top: 3px; margin-left: 10px; left: 0; width: 26px; height: 1px; background: #355562; z-index: 1;}
#about .content h5::after{content: ""; position: absolute; top: 0; left: 0; width: 26px; height: 1px; background: #355562;}
#about .content h2{font-size: 50px; font-weight: 700; letter-spacing: -0.02em; line-height: 1.2em; font-family: 'Rubik', sans-serif;}
#about .content .text{margin: 30px 0px; font-weight: 500; color: #777777; font-size: 16px; font-family: 'Rubik', sans-serif; text-align: justify;}
#about .content ul{columns: 2;}
#about .content ul li{margin-bottom: 15px; font-weight: 500;}
#about .content ul li i{color: #355562; margin-right: 6px;}

/* service */
#service{padding: 50px 0px;}
#service h2{text-align: center; font-size: 40px; font-weight: 700; font-family: 'Rubik', sans-serif; margin-bottom: 30px;}
#service .row{row-gap: 30px;}
#service .service-inr{background-color: #355562; height: 300px !important; position: relative;
  overflow: hidden;}
#service .service-inr .content{padding: 4px 11px; text-align: center;}
#service .service-inr .content h3 a{font-size: 16px; color: #fff;}
#service .service-inr .imgsc{position: absolute; z-index: 1; top: -2px; transition: .5s; text-align: center;}
#service .service-inr .imgsc a{padding: 10px; display: block; color: #fff;}
#service .service-inr:hover .imgsc{top: 55px;}

/* advans-service */

#advans-service{padding: 0px 0px 50px;}
#advans-service h2{text-align: center; font-size: 40px; font-weight: 700; font-family: 'Rubik', sans-serif; margin-bottom: 30px;}
#advans-service .row{row-gap: 30px;}
#advans-service .advance-inr{overflow: hidden; position: relative;}
#advans-service .advance-inr .content{position: absolute; height: 188px; bottom: 56px; width:100%; background-image: url(../images/project-hover.png); background-repeat: no-repeat; background-size: cover; background-position: left top;     padding: 100px 40px 35px; z-index: 1; opacity: 0; transition: .5s;}
#advans-service .advance-inr:hover .content{opacity: 1;}
#advans-service .advance-inr .content h6{font-size: 12px; font-weight: 700; letter-spacing: 0.1em; color: rgba(255, 255, 255, 0.6); margin-bottom: 5px; font-weight: 700; font-family: 'Rubik', sans-serif;}
#advans-service .advance-inr .content h4{color: #ffffff; font-size: 20px; font-weight: 700; font-family: 'Rubik', sans-serif;}
#advans-service h3{display: inline-block; padding: 15px 20px; text-align: center;font-size: 16px; background: #355562; width: 100%; color: #fff;}

/* distributor-logo */

#distributor-logo{padding: 20px 0px; margin-bottom: 40px;}
#distributor-logo h2{text-align: center; font-size: 40px; margin-bottom: 30px; font-weight: 700; font-family: 'Rubik', sans-serif;}

  /* testimonials */

  #testimonials{background-image: url(../images/lines.png);  background-size: cover; background-repeat: no-repeat; background-position:  center;}

    #testimonials h5{font-size: 18px; color: #355562; margin-bottom: 15px; font-weight: 700; font-family: 'Rubik', sans-serif; text-align: center;}
    #testimonials h2{font-size: 50px; font-weight: 700;  margin-bottom: 65px; text-align: center; font-family: 'Rubik', sans-serif;}
    #testimonials .testimonials-inr{border-radius: 20px;
      background-color: rgb(255, 255, 255);
      box-shadow: 1px 1.732px 20px 0px rgba(0, 0, 0, 0.08);
      padding: 35px;
      margin: 15px 15px;
  }
    #testimonials .testimonials-inr .text{position: relative; font-size: 15px; line-height: 26px; margin-bottom: 35px; color: #010f2e; font-family: 'Poppins', sans-serif;}
    #testimonials .testimonials-inr ul li h6{color:#010f2e; font-size: 20px; margin: 5px 0px; font-family: 'Poppins', sans-serif;}
    #testimonials .testimonials-inr ul li span{color: #355562; font-size: 14px; font-family: 'Poppins', sans-serif;}
    /* #testimonials .testimonials-inr ul li:last-child{font-size: 20px; color: #e4e4e4;} */
    #testimonials .owl-carousel .owl-nav button.owl-next, #testimonials .owl-carousel .owl-nav button.owl-prev{display: none;}

    /* contact us */

#contact-info .contact-inr{background-image: url(../images/pattern-5.jpg); padding: 70px 100px; background-size: cover; background-repeat: no-repeat; background-position: center; position: relative;}
#contact-info .contact-inr::before{position: absolute; content: ''; background-color: #355562; width: 116px; height: 100%; z-index: 1; right: -104px; top: 0px;}
#contact-info .contact-inr h2{font-size: 34px; color: #fff; padding-bottom: 30px;}
#contact-info .contact-inr .forem .form-control{border: transparent; box-shadow: none; padding: 13px; margin-bottom: 10px; border-radius: 0px;}
#contact-info .contact-inr .forem .control{background-color: #e3e3e3; padding: 13px; border: 0px;}
#contact-info .contact-inr .forem .btn{	background-color:#355562; color: #ffffff; padding: 12px 25px; 
	display: inline-block;
  margin-top: 25px;
  font-size: 18px;
	text-align: center;
	position: relative;
	overflow: hidden;
	border: none;
	z-index: 99;}

#contact-info .contact-inr .forem .btn:before {
		background: #ffffff;
		content: " ";
	  color: #000000;
		position: absolute;
		width: 100%;
		top: 0;
		bottom: 0;
		right: 0;
		z-index: -1;
		transform: translateX(-100%);
		z-index: -1;
	}

	
#contact-info .contact-inr .forem .btn::after {
	content: " ";
	display: block;
	position: absolute;
	width: 100%;
	top: 0;
	bottom: 0; color: #000000;
	left: 0;
	background: #ffffff;
	z-index: -1;
	transform: translateX(100%);
	transition: transform .5s ease;}

	#contact-info .contact-inr .forem .btn:hover:before  {
		transform: translateX(0);
		transition: transform .35s ease;
	}

	#contact-info .contact-inr .forem .btn:hover:after {
		opacity: 1;
		transform: translateX(0);
		transition: transform .35s .36s ease;
	}

#contact-info .contact-inr .forem .btn:hover{color: #000000;}
#contact-info .content{padding: 70px 100px;}
#contact-info .content h2{font-size: 34px; color: #1f2e4a; padding-bottom: 30px;}
#contact-info .content .contact-addres{margin-bottom: 45px;}
#contact-info .content .contact-addres li i{font-size: 25px; color: #355562;}
#contact-info .content .contact-addres li h4{font-family: 'Harmattan',Helvetica,Arial,Lucida,sans-serif; color: #355562;}
#contact-info .content .contact-addres li .text, #contact-info .content .contact-addres li .text a{color: #666; font-size: 18px; letter-spacing: 1px;
    line-height: 33px;}


/* footer */

footer .footer-top{background-color: #010f2e; padding: 50px 50px 30px; position: relative; border-bottom: 1px solid rgb(91, 91, 91);}
footer .footer-top .row{row-gap: 40px;}
footer .footer-top p{color: #fff; font-size: 16px; text-align: justify; width: 327px;}
footer .footer-top .footer-inr{border-right: 1px solid rgb(91, 91, 91); padding-left: 20px; height: 351px;}
footer .footer-top h4{font-size: 17px; color: #fff; font-weight: 600; margin-bottom: 25px;}
footer .footer-top .footer-info li{color:#aaaaaa;}
footer .footer-top .footer-info li a{margin-bottom: 15px; font-size: 14px; display: inline-block; color: #aaaaaa;}
/* footer .footer-top .footer-inrr .footer-add{margin-top: 55px;} */
footer .footer-top .footer-inrr .footer-add li {color:#aaaaaa; margin-bottom: 40px; font-size: 18px; letter-spacing: 1px;  line-height: 33px;}
footer .footer-top .footer-inrr .footer-add li a{color: #aaaa;}

footer .footer-top .footer-icon li a{height: 30px; width: 30px; line-height: 28px; color: #fff; border: 1px solid #fff; border-radius: 50px; display: inline-block; text-align: center;}

.logoicon{background-color: #010f2e; padding: 5px 0px 10px; border-top: 1px solid #fff; padding-top: 30px;}
.logoicon .imgsc{text-align: center;}
.logoicon .imgsc img{width: 270px;}

/* model */

.modal .btn{padding: 6px 23px; display: inline-block; background-color: #76c21b; color:#fff;}

      /* thanks-banner */

#thanks-banner{background-image: url(../images/thanks-banner.jpg); background-attachment: fixed; background-repeat: no-repeat; background-size: cover; background-position: center -170px; padding: 150px 0 120px;}
#thanks-banner h2{font-size: 50px; color: #f90a23; font-weight: 900;} 

    /* whatapp */
    .quickcontact {
      width: 40px;
      position: fixed;
      top: 77%;
      right: 30px;
      z-index: 9999;
      }
      
.lightbox{
    display:none;
}