/*
Theme Name: PERIBOTT
Theme URI: https://peribott.com/
Description: PERIBOTT
Version: 1.0
Author: Amarendra Swain
Author URI:https://peribott.com/

*/

/* Normalize CSS
http://github.com/necolas/normalize.css */
article,aside,details,figcaption,figure,footer,header,hgroup,nav,section{display:block}
audio,canvas,video{display:inline;zoom:1px}
html{font-size:100%;overflow-y:scroll;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}
body,button,input,select,textarea{font-family:sans-serif}
a:focus{outline:thin dotted}
a, a:hover,a:active{outline:0}
h1{font-size:2em}
abbr[title]{border-bottom:1px dotted}
b,strong{font-weight:700}
blockquote{margin:1em 40px}
dfn{font-style:italic}
mark{background:#ff0;color:#000}
pre,code,kbd,samp{font-family:monospace,serif;_font-family:'courier new',monospace;font-size:1em}
pre{white-space:pre-wrap;word-wrap:break-word}
q{quotes:none}
q:before,q:after{content:none}
small{font-size:75%}
sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}
sup{top:-0.5em}
sub{bottom:-0.25em}
ul,ol{margin:0;padding:0}
dd{margin:0 0 0 40px}
nav ul,nav ol{list-style:none;list-style-image:none}
img{border:0;-ms-interpolation-mode:bicubic}
svg:not(:root){overflow:hidden}
fieldset{border:1px solid silver;margin:0 2px;padding:0.35em 0.625em 0.75em}
legend{border:0;margin-left:-7px}
button,input,select,textarea{font-size:100%;vertical-align:middle;margin:0}
button,input{line-height:normal}
button,input[type="button"],input[type="reset"],input[type="submit"]{cursor:pointer;-webkit-appearance:button;overflow:visible}
input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}
input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}
input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}
button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}
textarea{overflow:auto;vertical-align:top}
table{border-collapse:collapse;border-spacing:0}
td{vertical-align:top}
audio:not([controls]),[hidden]{display:none}
body,figure,form{margin:0}

/* let's clear some floats */
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }  
.clearfix:after { clear: both; }  
.clearfix { zoom: 1; }

/* Images
----------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin: 0 10px 10px 0;
}
.alignright {
	display: inline;
	float: right;
	margin: 0 0 10px 10px;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto 10px;
}
.wp-caption {
	background: #fff;
	border: 1px solid #f6f6f6;
	margin-bottom: 20px;
	padding: 4px;
}
.wp-caption img {
	margin: 5px 5px 0;
}
.wp-caption-text {
	color: #aaa;
	font-size: 11px;
	margin: 5px;
	text-align: center;
}

/* General Styles 
----------------------------------------------*/
a {
	color: #666;
}
a:hover {
	color: #000;
}


#top-nav {
	margin-top:4px;
	
}
#top-nav .menu-header ul, div.menu ul { 
	font-size: 15px;
	list-style: none; 
	margin: 0; 
	padding: 0;
}
#top-nav .menu-header li, div.menu li {
	float: left;
	position: relative;
	
}
#top-nav a {
	color: #04304a;
	display: block;
	padding: 10px 9px;
	text-decoration: none;
	font-weight:600;
	font-size:14px;
	
}
#top-nav ul li a:hover, 
#top-nav ul li.current_page_item a,
#top-nav ul li.current_page_parent a,
#top-nav ul li.current_page_ancestor a,
#top-nav ul li.current-menu-ancestor a, 
#top-nav ul li.current-menu-item a,
#top-nav ul li.current-menu-parent a {
	/*background: #000;*/
	color: #ff902c;
}
#top-nav ul ul {/* Drop down menu */
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	display: none;
	float: left;
	left: 0;
	position: absolute;
	top: 40px; 
	min-width: 120px;
	z-index: 99999;
	white-space: nowrap;
}
#top-nav ul ul li {
	border-bottom: 1px solid #d4d4d4;
	width: 100%;	
	white-space: nowrap;
}
#top-nav ul ul ul {/* Third Level drop down menu */
	left: 100%;
	top: 0;
}
#top-nav ul ul a,
#top-nav ul li.current_page_item ul li a,
#top-nav ul li.current-menu-ancestor ul li a {
	background: #FFF;
	color: #000;
	height: auto;
	line-height: 1em;
	padding: 10px;
	width: auto;
    font-size: 13px;
    text-transform: capitalize;
	    white-space: nowrap;
}
#top-nav ul ul a:hover,
#top-nav ul li.current_page_item ul li a:hover,
#top-nav ul li.current-menu-ancestor ul li a:hover {
	color: #fff;
	background: #fa5f0b;
	
}
#top-nav ul li:hover > ul {display:block;}


.section-title {
  position: relative;
  font-size: 30px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  margin: 0 0 35px;
}

.sec-pad {
  padding: 60px 0 0;
  margin: 50px 0;
}

.contact-sec {
  align-item: center;
  display: flex;
  background-color: #5cbde466;
}

.contact-sec .contact-ul li,
.contact-ul b {
  font-size: 18px;
  margin: 10px 0;

  word-wrap: break-word;
}

.contact-sec .contact-ul i {
  font-size: 18px;
  padding: 10px;
  margin-right: 10px;
  border-radius: 50%;
}
.contact-detail a {
  color: #000;
  text-decoration: none;
}

.contact-sec .contact-ul li b:hover {
  color: #f93;
}

.contact-sec .contact-ul li .fa-location-dot {
  color: #f44337;
  border: 2px solid #f4433790;
}

.contact-sec .contact-ul li .fa-phone {
  color: #00b055;
  border: 2px solid #00b05590;
}

.contact-sec .contact-ul li .fa-envelope {
  color: #ff6347;
  border: 2px solid #ff634790;
}

.contact-detail span {
  width: 400px;
  display: flex;
  justify-content: center;
}
.contact-detail span a {
  font-size: 20px;
  padding: 6px 12px;
  color: #000;
  border-radius: 50%;
  margin: 0px 5px;
}
.contact-detail span .fb {
  color: #3b5998;
  border: 3px solid #3b5998;
}
.contact-detail span .fb:hover {
  color: #fff;
  background-color: #3b5998;
}

.contact-detail span .insta {
  color: #833ab4;
  border: 3px solid #833ab4;
}
.contact-detail span .insta:hover {
  color: #fff;
  background-color: #833ab4;
}

.contact-detail span .twitter {
  color: #00acee;
  border: 3px solid #00acee;
}
.contact-detail span .twitter:hover {
  color: #fff;
  background-color: #00acee;
}

@media (max-width: 991px) {
  .sec-pad {
    padding: 20px 0 0px;
  }

  .contact-sec .contact-ul li,
  .contact-ul b {
    font-size: 18px;
  }

  .contact-sec .contact-ul i {
    font-size: 14px;
    padding: 6px;
    margin-right: 6px;
  }

  .inptFld {
    height: 40px;
    margin: 0 0 10px;
    padding: 0 14px;
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .contact-detail span {
    width: auto;
  }
  .contact-detail span a {
    font-size: 18px;
    padding: 5px 10px;
    color: #000;
    border-radius: 50%;
    margin: 0px 5px 20px;
  }
	
	#top-nav {
  display: none;
}
	.button_li{ display: none;}
	.icon-bar{display: none;}
}

@media (max-width: 575px) {
  .section-title {
    font-size: 26px;
    font-weight: 500;
  }
  .contact-sec {
    border-radius: 10% 10% 0% 0% / 5% 5% 0% 0%;
  }

  .contact-sec .contact-ul i {
    border: none;
  }
  .inptFld {
    height: 36px;
    margin: 0 0 8px;
    padding: 0 14px;
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .contact-sec .contact-ul li,
  .contact-ul b {
    font-size: 16px;
  }
}
.contact-ul li{list-style:none;}
.nf-form-content textarea.ninja-forms-field {
    height: 80px !important;
}
.nf-form-content .list-select-wrap .nf-field-element>div, .nf-form-content input:not([type=button]), .nf-form-content textarea {
    background: #f7f7f7;
    border: 1px solid #c4c4c4;
    border-radius: 0;
    box-shadow: none;
    color: #787878;
    transition: all .5s;
}
.nf-form-content .listselect-wrap .nf-field-element div, .nf-form-content input.ninja-forms-field, .nf-form-content select.ninja-forms-field:not([multiple]) {
    height: 36px !important;
}
#nf-field-4:hover {
    background: #333;
}
#nf-field-4 {
    width: 100px;
    color: rgb(255, 255, 255);
    font-weight: bold;
    font-size: 13px;
    background: rgb(245 120 18);
    padding: 10px;
    border-width: 0px;
    border-style: initial;
    border-color: initial;
    border-image: initial;
}
.contact-form-action {
    background-color: #ffffff;
    border-radius: 40px;
    padding: 30px 40px 20px 40px;
    margin: auto;
    max-width: 570px;
    margin-bottom: 30px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
}	
.serviceBox p{text-align:justify;}
.big {
    min-height: 267px;
}

.icon-bar {
  position: fixed;
  top: 38%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
	z-index: 99999;
}

.icon-bar a {
  display: block;
  text-align: center;
 padding: 6px 10px;
  transition: all 0.3s ease;
  color: white;
  font-size: 18px;
}

.icon-bar a:hover {
  background-color: #000;
}

.facebook {
  background: #3B5998;
  color: white;
}

.twitter {
  background: #55ACEE;
  color: white;
}

.google {
  background: #dd4b39;
  color: white;
}

.linkedin {
  background: #007bb5;
  color: white;
}

.youtube {
  background: #bb0000;
  color: white;
}
.vertical-lines {
    height: 10px;
    color: orange;
    background-image: linear-gradient(90deg, currentColor, currentColor 33.33%, transparent 33.33%, transparent 100%);
    background-size: 3px 100%;
    width: 100%;
}
.butt a {
   font-size:14px;
}
.solution a:hover{color:#fa5f0b;}
#footer .footer-top .footer-links ul a:hover{color:#fa5f0b;}
.mail:hover{color:#fa5f0b;}
.quote p{ text-align:justify;}
.instagram{background:#ff6464;}
.product img {
 transition: all 0.4s ease-in-out;
 display: inline-block;
 padding: 15px 0;
}

.product img:hover {
  transform: scale(1.15);
}

/*.product{
    background-color: orangered;
    background-image: url(./img/Brain-Nods.png);
    background-repeat: no-repeat;
    z-index: -1;
    background-size: contain;
    background-position: -45px 30px;
  }
*/


  .pro-bg{
    color: white;
  }


  /* product css added */

	.w-40-per {
    border-radius: 50px;
    overflow: hidden;
    position: relative;
    margin: auto;
    padding: 0px !important;
    transition: 0.4s ease-out;
    /* animation: dribble 4s infinite; */
}

@keyframes dribble {
    0%   {transform: translateY(0px);}
    20%  {transform: translateY(-4px);}
    40%  {transform: translateY(-8px);}
    60%  {transform: translateY(0px);}
    80% {transform: translateY(4px);}
    100% {transform: translateY(8px);}
  }

  @keyframes human {
    0%   {transform: translateY(0px);}
    20%  {transform: translateY(-8px);}
    40%  {transform: translateY(-4px);}
    60%  {transform: translateY(0px);}
    80% {transform: translateY(8px);}
    100% {transform: translateY(4px);}
  }
  
  @keyframes robotics {
    0%   {transform: translateY(0px);}
    20%  {transform: translateY(-8px);}
    40%  {transform: translateY(-4px);}
    60%  {transform: translateY(0px);}
    80% {transform: translateY(8px);}
    100% {transform: translateY(4px);}
  }
  
  @keyframes delivery {
    0%   {transform: translateY(0px);}
    20%  {transform: translateY(-8px);}
    40%  {transform: translateY(-4px);}
    60%  {transform: translateY(0px);}
    80% {transform: translateY(8px);}
    100% {transform: translateY(4px);}
  }

  .industrial{
    animation: dribble 4s infinite linear alternate;
  }
  
  .human{
    animation: human 4s infinite linear alternate;
  }
  
  .robotic{
    animation: robotics 4s infinite linear alternate;
  }
  
  .delivery{
    animation: delivery 4s infinite linear alternate;
  }
  

.w-40-per:hover {
    transform: translateY(-10px);
}

.w-40-per::before {
    content: "";
    border: 2px solid rgba(255, 255, 255, 0.603);
    width: 93%;
    background: transparent;
    height: 87%;
    margin: auto;
    position: absolute;
    top: 5px;
    bottom: 5px;
    left: 5px;
    right: 5px;
    z-index: 11;
    border-radius: 33px;
}

.w-40-per img {
    width: 100%;
}

.wrapper {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.397);
    color: white;
    text-align: center;
    bottom: 15px;
    width: 100%;
    padding: 0px 0px 20px 0px;
   border-radius: 0px 0px 37px 37px;
}

.wrapper h3 {
    font-size: 22px;
}

@media only screen and (max-width: 576px) {
    .w-40-per {
        width: 100%;
        height: auto;
      
        border-radius: 50px;
        overflow: hidden;
        position: relative;
    }   
}
  ul {
            margin: 0;
            padding: 0;
            list-style: none;
        }
  
.sec-title{
  position:relative;
  z-index: 1;
  margin-bottom:60px;
}

.sec-title .title{
  position: relative;
  display: block;
  font-size: 35px;
  line-height: 24px;
  color: #f35d01;
  font-weight: 500;
  margin-bottom: 0px;
}

.sec-title h2{
  position: relative;
  display: block;
  font-size:22px;
  line-height: 1.28em;
  color: #222222;
  font-weight: 600;
  padding-bottom:18px;
}

.sec-title h2:before{
  position:absolute;
  content:'';
  left:0px;
  bottom:0px;
  width:50px;
  height:3px;
  background-color:#d1d2d6;
}

.sec-title .text{
  position: relative;
  font-size: 16px;
  line-height: 26px;
  color: #000;
  font-weight: 400;
  margin-top: 35px;
}

.sec-title.light h2{
  color: #ffffff;
}

.sec-title.text-center h2:before{
  left:50%;
  margin-left: -25px;
}

.list-style-one{
  position:relative;
}

.list-style-one li{
  position:relative;
  font-size:16px;
  line-height:26px;
  color: #222222;
  font-weight:400;
  padding-left:35px;
  margin-bottom: 12px;
}

.list-style-one li:before {
    content: "\f058";
    position: absolute;
    left: 0;
    top: 0px;
    display: block;
    font-size: 18px;
    padding: 0px;
    color:#f35d01;
    font-weight: 600;
    -moz-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1.6;
    font-family: "Font Awesome 5 Free";
}

.list-style-one li a:hover{
  color: #44bce2;
}

.btn-style-one{
  position: relative;
  display: inline-block;
  font-size: 17px;
  line-height: 16px;
  color: #ffffff;
  padding: 10px 30px;
  font-weight: 600;
  overflow: hidden;
  letter-spacing: 0.02em;
  background-color: #f35d01;
	border-radius: 14px;
	text-decoration:none;
}

.btn-style-one:hover{
  background-color: #001e57;
  color: #ffffff;
}
.about-section{
  position: relative;
  padding: 45px 0px 0px 0px;
}

.about-section .sec-title{
  margin-bottom: 20px;
}

.about-section .content-column{
  position: relative;
  margin-bottom: 50px;
}

.about-section .content-column .inner-column{
  position: relative;
  padding-left: 30px;
}

.about-section .text{
margin-bottom: 10px;
    font-size: 16px;
    line-height: 26px;
    color: #000;
    font-weight: 400;
    text-align: justify;
}

.about-section .list-style-one{
  margin-bottom: 8px;
}

.about-section .btn-box{
  position: relative;
}

.about-section .btn-box a{
  padding: 11px 28px;
}

.about-section .image-column{
  position: relative;
}

.about-section .image-column .text-layer{
    position: absolute;
    right: -110px;
    top: 50%;
    font-size: 325px;
    line-height: 1em;
    color: #ffffff;
    margin-top: -175px;
    font-weight: 500;
}

.about-section .image-column .inner-column{
  position: relative;
  padding-left: 0px;
  padding-bottom: 5px;
}

.about-section .image-column .inner-column:before{
  position: absolute;
  left: -75px;
  top: 65px;
  height: 520px;
  width: 520px;
  background-image:url(https://www.peribott.com/Beta1/wp-content/uploads/2024/11/about-circle-1.png);
  content: "";
}

.about-section .image-column .image-1{
  position: relative;
}

.about-section .image-column .image-2{
  position: absolute;
  left: 0;
  bottom: 0;
}

.about-section .image-column .image-2 img,
.about-section .image-column .image-1 img{
  box-shadow: 0 30px 50px rgba(8,13,62,.15);
}
.inbanner{ margin-top:100px;}
.footer-top h3{font-size:17px; color:#f18200;}

#nf-field-15:hover {
    background: #333;
}
#nf-field-15 {
   
    color: rgb(255, 255, 255);
    font-weight: bold;
    font-size: 15px;
    background: rgb(245 120 18);
    padding: 10px 39px;
    border-width: 0px;
    border-style: initial;
    border-color: initial;
    border-image: initial;
	text-transform:uppercase;
	border-radius: 56px;
}

.nf-error.field-wrap .nf-field-element:after{height: 35px!important;
   
    line-height: 37px!important;}

#mission {
  font-size: 20px;
/*   padding: 40px; */
}

@media only screen and (max-width: 600px) {
  #mission {
      padding: 0px;
  }
 }

#mission #dark-blue{
background-color: #fa5f0b;
    color: white;
    padding: 32px;
    line-height: 31px;
    min-height: 300px;
}

#mission #light-blue{
    background-color: #02111e;
    padding: 45px;
    line-height: 33px;
    color: white;
    min-height: 336px;
}
#mission h2{
  color: #fff  !important;
}

  .blog-area-two .blog-item {
      overflow: unset;
      transition: 0.5s all ease;
  }
  
  .blog-item {
      margin-bottom: 30px;
      box-shadow: 0px 0px 20px 0px rgba(221, 221, 221, 0.6196078431);
      overflow: hidden;
  }
  
  
  .blog-area-two .blog-item .blog-inner {
      position: relative;
      bottom: 0;
      opacity: 1;
  }
  .blog-item .blog-inner {
      position: absolute;
      bottom: -95px;
      left: 0;
      right: 0;
      background-color: #ffffff;
      padding: 15px 10px 18px 20px;
      transition: 0.5s all ease;
      opacity: 0;
  }

  
  
  .blog-item .blog-inner .blog-link {
      display: inline-block;
      color: #fa5f0b;
      font-weight: 500;
      font-size: 14px;
  }
  
  .blog-item a {
      display: block;
  }
  

  .blog-area-two .blog-item .blog-inner h3 a {
    line-height: 28px;
}
.blog-item .blog-inner h3 a:hover {
    color: #fa5f0b;
}

.blog-item .blog-inner h3 a {
    color: #282828;
    font-size: 20px;
    text-decoration: none;
}
.blog-item a {
    display: block;
}

.blog-item span {
  display: inline-block;
  font-size: 13px;
  color: #060f1e;
  background-color: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  padding: 10px 20px;
}
#cta ul li {padding-bottom:10px; text-align:justify;}
.blog-item p {
    margin-top: 0!important;
    margin-bottom: 0rem!important;
}

.services1 .img {
  border-radius: 8px;
  overflow: hidden;
}

.services1 .img img {
  transition: 0.6s;
}

.services1 .details {
  padding: 30px 30px;
  margin: -100px 30px 0 30px;
  transition: all ease-in-out 0.3s;
  background: #fff;
  position: relative;
  background: #ffffffcf;
  text-align: center;
  border-radius: 8px;
 box-shadow: 0 .2rem 1rem rgba(0,0,0,.10)!important;
}

.services1 .details .icon {
  margin: 0;
  width: 72px;
  height: 72px;
  background: #fff;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  color: #fff;
  font-size: 28px;
  transition: ease-in-out 0.3s;
  position: absolute;
  top: -36px;
  left: calc(50% - 36px);
  border: 6px solid #fff;
}

.services1 .details h3 {
  color:#1a1f24;
  font-weight: 700;
  margin: 10px 0 15px 0;
  font-size: 22px;
  transition: ease-in-out 0.3s;
}

.services1 .details ul li {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
	text-align:left;
}

.services1 .service-item:hover .details h3 {
  color: #ea5635;
}

.services1 .service-item:hover .details .icon {
  background: #fff;
  border: 2px solid #ea5635;
}

.services1 .service-item:hover .details .icon i {
  color: #ea5635;
}

.services1 .service-item:hover .img img {
  transform: scale(1.2);
}

.stretched-link{
  text-decoration: none;
}

.service-item{
  margin: 0 10px;
}
#services1 h2{ text-align:center; margin:50px  0px 70px 0px;}

.inbanner{
  
  text-align: center;
	background:url(https://www.peribott.com/wp-content/uploads/2025/06/inbanner-1.jpg) left top no-repeat;
	min-height: 300px;
	width: 100%;
	display: flex;
    align-items: center;
}



@media only screen and (max-width: 600px) {
  .banner-in {
      padding: 0px;
      font-size:0.6rem;
  }
 }

.inbanner h2{color:#fff!important; font-size:2rem; }
@media only screen and (max-width: 1024px) {
  .mobmenur-container i {
    color: #000!important;
  }
}