/*
Template Name: Manufacturer
File: Layout CSS
Author: TemplatesOnWeb
Author URI: https://www.templateonweb.com/
Licence: <a href="https://www.templateonweb.com/license">Website Template Licence</a>
*/
body{
font-family: 'Baloo 2', cursive;
cursor: none; /* Hide default cursor */
}

/* Custom Cursor */
.custom-cursor {
	position: fixed;
	width: 20px;
	height: 20px;
	border: 2px solid #e93939;
	border-radius: 50%;
	pointer-events: none;
	transform: translate(-50%, -50%);
	transition: width 0.2s ease, height 0.2s ease, border-width 0.2s ease;
	z-index: 9999;
	mix-blend-mode: difference;
}

.custom-cursor-dot {
	position: fixed;
	width: 6px;
	height: 6px;
	background-color: #e93939;
	border-radius: 50%;
	pointer-events: none;
	transform: translate(-50%, -50%);
	z-index: 9999;
	transition: width 0.2s ease, height 0.2s ease;
}

/* Cursor hover effects - handled by JavaScript */
.custom-cursor.hover {
	width: 50px;
	height: 50px;
	border-width: 1px;
	background-color: rgba(233, 57, 57, 0.1);
}

.custom-cursor-dot.hover {
	width: 0;
	height: 0;
}

/* Cursor hover on clickable elements */
a, button, .button, .button_1, input, textarea, select, .nav-link, .dropdown-item {
	cursor: none;
}

/* Smooth cursor movement */
.custom-cursor {
	transition: transform 0.1s ease-out;
}

.custom-cursor-dot {
	transition: transform 0.05s ease-out;
}
ul{
list-style:none;
padding:0;
 }
h1{
font-size:50px;
 }
h2{
font-size:42px;
 }
h3{
font-size:34px; 
 }
h4{
font-size:26px; 
 }
h5{
font-size:20px; 
 }
h6{
font-size:18px;
 }
p{
font-size:18px;
font-weight:normal;
color:#6b6b6b;
 }
li{
font-size:18px;
 }
h1,h2,h3,h4,h5{
font-weight:bold;
color:#666666;
 }
a{
text-decoration:none;
color:#333;
 }
a:hover{
text-decoration:none;
color:#848ab8;
 }
.col_1{
color: #e93939!important;
 }
.col_2{
color: #999!important; 
 }
.col_3{
color: #ddd!important; 
 }
.col_4{
color:#e93939!important;
 }
.grey{
  color:#666666!important;
}
.button{
background:#e93939;
color:#fff;
padding:17px 28px 16px 28px;
display:inline-block;
border-radius:30px; 
 }
.button:hover{
background:#cc2f2f;
color:#fff;
 }
.button_1{
background:#e93939;
color:#fff;
padding:17px 28px 16px 28px;
display:inline-block;
border-radius:30px; 
 }
.button_1:hover{
background:#cc2f2f;
color:#fff;
 }
 

.grid figure {
position: relative;
float: left;
overflow: hidden;
width: 100%;
text-align: center;
cursor: pointer;
}
figure.effect-jazz figcaption::after,
figure.effect-jazz img
{
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
}

figure.effect-jazz:hover img {
-webkit-transform: scale3d(1.05,1.05,1);
transform: scale3d(1.05,1.05,1);
}
.normal{
font-weight:normal; 
 }
.bold{
font-weight:bold; 
 }
.font_16{
font-size:16px; 
 }
.font_14{
font-size:14px; 
 }
hr{
background-color: #ddd;
opacity:1; 
 }
.big{
text-transform:uppercase; 
 }
/*********************top****************/
.search_1 .form-control {
height: 59px;
font-size: 18px;
border-color: #d7daf3;
box-shadow: none;
border-radius: 0;
}
.search_1 .input-group .btn {
background: #848ab8;
margin-left: 0!important;
padding: 15px 30px;
font-size: 18px;
border-radius: 0;
border-color: #848ab8;
}
.modal-backdrop{
position:static; 
 }
#top .modal-header{
border:none; 
padding-bottom:0;
 }
#top .modal-content{
border-color:#d7daf3; 
 }
.search_1{
padding:10px 40px 40px 40px;
 }
#top{
padding-top:8px;
padding-bottom:8px;
border-bottom:1px solid #dfe3ff;
 }
.top_1l{
padding-top:3px; 
 }
/*********************top_end****************/

/*********************header****************/
.navbar{
background:#fff;
padding-top:2px;
padding-bottom:2px;
border-bottom:1px solid #dfe3ff; 
 }
.navbar-brand{
font-size:36px;
padding:0;
margin:0;
font-weight:bold;
margin-top:4px; 
 }
#header .nav-link{
padding:8px 20px;
color:#0d0d0d;
font-weight:bold; 
 }
#header .button{
padding:7px 20px 6px 20px;
border-radius:3px;
margin-top:2px;
 }
#header .nav-link:hover{
color:#e93939; 
 }
#header .nav-link:focus{
color:#e93939; 
 }
#header .active{
color:#e93939; 
text-underline-offset: 10px; 
text-decoration-line: underline;
 }
#header .drop_1{
min-width:200px;
border-radius:0;
padding:0;
margin-top:11px;
box-shadow: 0px 0px 7px 0px #d7daf3;
border:none;
padding-top:10px;
padding-bottom:10px; 
 }
#header .drop_1 a{
padding-top:10px;
padding-bottom:10px;
font-weight:bold;
transition: all 0.5s;
 }
#header .drop_1 a:hover{
color:#848ab8;
background:none;
transform: translateX(10px);
transition: all 0.5s;
 }
 
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index:3;
}
.top_1r  h4 a{
color:#848ab8;
 }
/*********************header_end****************/

/*********************common****************/
.pages ul li{
 display:inline-block;
 margin: 0 2px;
 width:45px;
 height:45px;
 line-height:45px;
 background:  #f6faff;
 text-align:center;
 border-radius:3px;
 }
.pages ul li a{
display:block;
color: #333;
 }
.pages ul li:hover{
 background: #848ab8;
 }
.pages ul li:hover a{
 color: #fff;
 }
.act{
  background:#848ab8!important;
 }
.act a{
 color: #fff!important;
 }
 
/* footer social icons */
ul.social-network {
list-style: none;
display: block;
margin-left:0 !important;
padding: 0;
}
ul.social-network li {
display: inline-block;
}

/* footer social icons */
.social-network a.icoRss:hover {
background-color: #F56505;
}
.social-network a.icoFacebook:hover {
background-color:#3B5998;
}
.social-network a.icoTwitter:hover {
background-color:#33ccff;
}
.social-network a.icoGoogle:hover {
background-color:#BD3518;
}
.social-network a.icoVimeo:hover {
background-color:#0590B8;
}
.social-network a.icoLinkedin:hover {
background-color:#007bb7;
}
.social-network a.icoRss:hover i, .social-network a.icoFacebook:hover i, .social-network a.icoTwitter:hover i,
.social-network a.icoGoogle:hover i, .social-network a.icoVimeo:hover i, .social-network a.icoLinkedin:hover i {
color:#fff;
}
a.socialIcon:hover, .socialHoverClass {
color:#44BCDD;
}

.social-circle li a {
display:inline-block;
position:relative;
margin:0 auto 0 auto;
-moz-border-radius:50%;
-webkit-border-radius:50%;
border-radius:50%;
text-align:center;
width: 40px;
height: 40px;
font-size:16px;
}
.social-circle li i {
margin:0;
line-height:40px;
text-align: center;
}

.social-circle li a:hover i, .triggeredHover {
-moz-transform: rotate(360deg);
-webkit-transform: rotate(360deg);
-ms--transform: rotate(360deg);
transform: rotate(360deg);
-webkit-transition: all 0.2s;
-moz-transition: all 0.2s;
-o-transition: all 0.2s;
-ms-transition: all 0.2s;
transition: all 0.2s;
}
.social-circle i {
color: #fff;
-webkit-transition: all 0.8s;
-moz-transition: all 0.8s;
-o-transition: all 0.8s;
-ms-transition: all 0.8s;
transition: all 0.8s;
}
.center_o{
background:#f6faff;
padding-top:10px;
padding-bottom:20px; 
 }
.center_o1 h5 span{
margin-left:10px;
margin-right:10px; 
 }
 
#blog_h{
padding-top:40px;
padding-bottom:40px; 
background:#f6faff;
 }
.blog_h1i2 h5 a{
margin-right:10px;
color:#fff; 
 }
.blog_h1i2 h5 a i{
margin-right:5px; 
 }
.blog_h1i2{
background: #566dfb;
padding:10px;
position:absolute;
top:0;
width:100%;
 }
.blog_h1i3 h4{
background:#848ab8;
display:inline-block;
padding:10px 10px 6px 10px; 
 }
.blog_h1i3{
position:absolute;
bottom:0;
right:0; 
 }
.blog_h1i{
position:relative; 
 }
.blog_h1ib{
padding:30px 15px;
background:#fff;  
 }
#learn{
padding-top:40px;
padding-bottom:40px;
 }
/*********************common_end****************/

/*********************call****************/
#call{
padding-top:40px;
padding-bottom:40px; 
 }
.call_1l span i{
font-size:40px;
float:left;
margin-right:15px; 
 }
.quote_2l .form-control {
background: #f6faff;
height: 50px;
font-size: 18px;
border-color:#d7daf3;
}
/*********************call_end****************/

/*********************proj****************/
#proj{
background:#ef6262;
padding-top:80px;
padding-bottom:70px; 
 }
.proj_il span{
display:inline-block;
color:#fff;
font-size:30px; 
 }
.proj_ir h1{
line-height:1em; 
 }
/*********************proj_end****************/

/*********************work****************/
#work{
padding-top:40px;
padding-bottom:40px; 
 }
.work_1l h4 .span_2{
border-bottom:2px solid #848ab8;
padding-bottom:5px;
 }
.work_1l h4 .span_1{
font-size:62px;
margin-right:5px;
vertical-align:middle;
 }
.work_1l p{
margin-left:42px;
 }
/*********************work_end****************/


/*********************footer****************/
#footer{
padding-top:40px;
padding-bottom:40px; 
 }
.footer1i ul li a{
background:#e93939;
 }
.footer1i1 ul li i {
margin-right: 5px;
font-size:14px;
color:#848ab8;
}
.footer1i1 ul li {
margin-bottom: 10px;
}
.footer1i2 p{
margin-bottom:10px; 
 }
.footer1i3 h6 {
border-bottom: 1px dashed #d7daf3;
padding-bottom:10px;
margin-bottom:10px;
}
#footer_bm {
background:#3f3f3f;
padding-top: 17px;
padding-bottom:15px;
}
.footer_br ul li {
border-right: 1px solid #aaaaaa;
display: inline-block;
font-size:17px;
}
.footer_bl p  {
font-size:17px;
}
.footer1i2  p span{
font-weight:bold; 
 }
.footer_bl p a{
color:#000; 
font-weight:bold;
 }
/*********************footer_end****************/


@media screen and (max-width : 767px){
.pages ul li{
margin-bottom:8px; 
 }
.navbar-collapse{
max-height:300px;
overflow-y:scroll; 
border-top:1px solid #d7daf3;
margin-top:15px;
 }
#header .nav-link{
font-size:28px;
border-bottom:1px solid #d7daf3;
padding: 10px 20px; 
 }
#header .drop_1 a{
font-size:24px; 
 }

#header .drop_1 a{
transition:none;
 }
#header .drop_1 a:hover{
transform:none;
transition:none;
 }
 
.top_1r{
float:none!important; 
margin-top:10px;
 }
#top{
text-align:center; 
 }
#header .button{
margin-top:15px;
 }
.top_1l ul li{
margin-right:5px!important;
margin-left:5px!important;  
 }
.serve_1 br{
display:none; 
 }
 
#work{
text-align:center;
 }
.work_1l p{
margin-left:0;
margin-top:20px; 
 }
.work_1r{
margin-top:10px; 
 }
.work_1l h5{
float:none!important; 
 }
.learn_1r{
margin-top:10px; 
 }
#proj{
text-align:center; 
 }
.proj_i {
margin-bottom:10px; 
 }
.quote_2l .form-control{
margin-top:10px; 
 }
.footer1i1 {
margin-top:15px;
margin-bottom:10px; 
 }
.footer1i3 {
margin-top:15px; 
 }
.footer_bl  {
float:none!important;
margin-top:10px; 
 }
.blog_h1i2{
padding:5px; 
 }
.blog_h1ib{
margin-bottom:10px; 
 }
#top{
display:none; 
 }
 }
@media (min-width:768px) and (max-width:991px) {
.navbar-expand-md {
flex-wrap:wrap!important;
}
.container{
max-width:100%; 
 }

#header .nav-link {
padding:12px 5px; 
 }
.navbar-brand{
font-size:28px; 
 }
.navbar-expand-md .navbar-nav{
margin-top:4px; 
 }
.work_1l p{
margin-top:20px; 
 }
.work_1r  img{
height:420px; 
 }
.learn_1l img{
height:420px;  
 }
.proj_il span{
font-size:20px; 
 }
.footer1i ul li {
margin-bottom:5px; 
 }
.blog_h1i2{
padding:5px; 
 }
.blog_h1i1  img{
height:300px; 
 }
#header .button{
margin-top:3px;
 }
 }
@media (min-width:992px) and (max-width:1200px) {
.navbar-expand-md {
flex-wrap:wrap!important;
}
.container{
max-width:100%; 
 }
.work_1r  img{
height:420px; 
 }
.work_1l h4{
font-size:24px; 
 }
.learn_1l img{
height:420px;  
 }
.proj_il span{
font-size:25px; 
 }
 }
@media (min-width:1201px) and (max-width:1270px) {

 }
.sticky {
top: -40px;
transform: translateY(40px);
transition: transform .3s;
}

