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;
  }
  
 h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit; }

h1, .h1 {
  font-size: 2.5rem; }

h2, .h2 {
  font-size: 2rem; }

h3, .h3 {
  font-size: 1.75rem; }

h4, .h4 {
  font-size: 1.5rem; 
  margin-top: 21px;
}

h5, .h5 {
  font-size: 1.25rem; }

h6, .h6 {
  font-size: 1rem; }
  
/********************* style for navbar **************/

.bg-light {
    background-color: #fff!important;
}
.nav-icon-rightside{
 position: relative;
 top:36px;

}
.nav_icon-email{
  margin-top: -80px;
  margin-left: -97px;
}
.nav_icon-phone{
  margin-top: 10px;
  margin-left: -95px;
}
.nav_icon-email i{
  font-size: 20px; 
  color:#cc2217;
  
}
.nav_icon-phone i{
  font-size: 20px; 
  color:#cc2217;
}
.nav_icon-phone span{
  font-size: 17px; 
  color:#000;
}
.navbar-brand img{
        height:110px;
        width:155px;
        margin-left: 5em;
        margin-bottom: 10px;
}
.logo-txt{
    margin-bottom: -116px;
    font-size: 11px;
    margin-left: -220px;
    font-family: sans-serif;
    font-weight: bold;
}
.nav-link{
    display: block !important;
    padding: .5rem 1rem !important;
    margin-right:20px;
    color:#dd2017 !important;
    font-size:18px;
	font-weight:600;
}
.form-inline .btn-outline-success{
    color: #bd081c;
    background-color: #fff;
    border-color: #bd081c;
}

form-inline .btn-outline-success:hover {
    color: #fff;
    background-color: #bd081c;
    border-color: #bd081c;
}

/********************* style for navbar **************/
.slider-wrapper .w-100{
		height:500px !important;
		width:100%;
}
.overlay {
        width: 100%;
        height: 100%;
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        pointer-events: none;
        z-index: 99;
       
}
/**********three icon css strt********/

.min-features{
    margin-top: 15px;
    padding: 39px 0 70px;
   border:1px solid;
    height: 237px;
    background:#efbe2b;
  }
  .single-features {
      /*background: #033d75;*/
      background: #cc2217;
      padding: 30px 15px;
      margin-bottom: 30px;
      transition: .6s ease-out;
      box-shadow:0 4px 4px rgba(0,0,0,0.5);
  }
  .text1{
      color:#fff;
  font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
  }
  .single-features:hover{
    background: #fac514;
  }
  .media {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: start;
      align-items: flex-start;
  }
  .single-features .media img {
      max-height: 64px;
      max-width: 64px;
      margin-right: 20px;
      object-fit: cover;
  }
  .single-features .media-body h5 {
      font-size: 20px;
      color: #f1f1f1;
      margin-top: 0;
      padding-top: 12px;
  }
/*********three icon css end**********/
/************Item css strt 01-08-2020*********/
.hading1{
    padding: 15px;
    border-bottom: 1px solid #dd261d;
}
.Item23{
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    width: 100%;
    height: 100%;
}
.item-area{
    display: flex;
    margin-top: 20px;
    width:100%;
    justify-content: space-around;
}

.single_item{
  width: 230px;
  height: 350px;
    padding: 24px;
    background-color: #fff;
    position: relative;
    display: flex;
    align-items: flex-end;
    transition: .6s ease-out;
    /*box-shadow:0 10px 10px rgba(0,0,0,0.5);*/
}

.single_item:hover{
    transform:translateY(15px);
}
.single_item:hover:before{
    opacity: 1;
}
.single_item:hover .item-text{
    opacity: 1;
    transform: translateY(0);
}
.single_item::before{
    content:'';
    position: absolute;
    top:0;
    left:0;
    display: block;
    width:100%;
    height: 100%;
    /*background: linear-gradient(to top, #000, transparent);*/
    z-index:2;
    transition:0.5s;
    opacity:0;
}
.single_item img{
    width:100%;
    height: 100%;
    position: absolute;
    top:0;
    left:0;
    object-fit: cover;
}
/*.single_item .item-text{
    position: relative;
    z-index:3;
    color:#fff;
    opacity:0;
    transform: translateY(60px);
    transition: 0.5s;
}
.item-text h2{
    margin:0;
    font-family: sans-serif;
    letter-spacing: 3px;
}
.item-text p{
letter-spacing: 1px;
font-size:15px;
margin-top: 8px;
font-family: sans-serif;
}*/

/************ 1st Item css End 01-08-2020*********/

/*********** 2nd item list css strt 01-08-2020********/
.inner_section_w3ls {
    margin-top: 70px;
    margin-bottom: -18%;
}
.news-left img {
    width: 85%;
    max-height: 363px;
}

.news-right h4 {
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: 10px;
    padding: 0px 0 0px 0;
    color: #505050;
    font-size:2.6em !important;
    font-weight: 700;
    position: relative;
    left: 101%;
    top: -310px;
}
p.sub_p {
    margin: 1.2em 0;
}
.news-right p {
    line-height: 1.9em;
    color: #888;
    position: relative;
    left: 101%;
    top: -310px;
}
/*.news-left , .news-right{
    opacity: 0;
}
.news-left .animated, .news-right .animated{
    opacity: 1;
}*/

/***********2nd item list css End 01-08-2020********/


/********************* style for product wrapper **************/
.product-wrapper{
     padding: 4em;
     display: none;
}
.product-wrapper h2{
	color: #bd081c;
    font-size: 1.8em;
    margin-bottom: 25px;
    font-weight: 700;
    letter-spacing:1px;
	text-align:center;
}
.product-wrapper img{
	height:150px;
	width:150px;
}


/**********contact us style strt**********/
.sec-title {
    position: relative;
    margin-bottom: 10px;
    margin-left: -60%;
}
.sec-title h2 {
    position: relative;
    font-size: 28px;
    margin-bottom: 30px;
    text-transform: capitalize;
    font-weight: 700;
    line-height: 2.4;
}

  .contact_us{
    padding:100px 0px 70px;
  }
  
  .contact_us .sec-title p{
    max-width:650px;
    margin:0 auto;
    color:#848484;
    margin-bottom: 60px;
  }
  .contact_us .link_btn.style-four{
    margin-top:30px;
  }

  .default-cinfo .icon_box {
    width: 40px;
  }
  .default-cinfo li + li {
    margin-top: 10px;
    border-top: 1px solid #f1f1f1;
    padding-top: 12px;
  }
  .default-cinfo li .icon_box,
  .default-cinfo li .text-box {
    display: table-cell;
    vertical-align: top;
  }
  
  .default-cinfo li .icon_box i {
    font-size: 20px;
    color: #26cdff;
    position: relative;
    top: 7px;
  }
  .default-cinfo .accordion .acc-btn {
    background: #f7f7f7;
    padding: 14px 30px;
    margin: 0;
  }
  
  .default-cinfo .accordion-box {
    border: none;
  }
  .default-cinfo .accordion {
    border: 1px solid #f7f7f7;
  }
  .default-cinfo .accordion-box .accordion .acc-content b {
    color: #222;
    font-weight: 600;
  }
  .default-form-area{
    margin-top: -42%;
    margin-left: 37%;
    position: relative;
    left: 134px;
  }
  /*form*/
  
  .default-form {
    position: relative;
  }
 
  
  .default-form p {
    color: #fff;
    font-size: 18px;
    line-height: 34px;
    margin-bottom: 20px;
  }
  .default-form p span {
    color: #ab7442;
    font-size: 20px;
    font-weight: 600;
  }
  
  
  .default-form .form-box{
    position:relative;
  }
  
  .comment-form .form-box{
    padding:25px 25px 0px 25px; 
  }
  
  .default-form .form-group{
    position:relative;
  
  }
  .form-group.style-two{
    margin-bottom:30px;
  }
  .default-form .comment-form .form-box .form-group{
    margin-bottom:25px;
  }
  
  .default-form.form-box .row{
    margin-left:-10px;
    margin-right:-10px; 
  }
  
  .default-form.form-box .row .form-group{
    padding:0px 0px;  
  }
  
  .default-form .form-group .field-label{
    display:block;
    line-height:24px;
    text-transform:uppercase;
    margin-bottom:10px;
    color:#232323;
    font-weight:500;
    font-size:13px;
  }
  
  .default-form .form-group .field-label sup{
    color:#ff0000;
    font-size:14px;
  }
  
  .default-form input[type="text"],
  .default-form input[type="email"],
  .default-form input[type="password"],
  .default-form input[type="number"],
  .default-form select,
  .default-form textarea{
    display:block;
    width:100%;
    line-height:24px;
    height:55px;
    font-size:16px;
    box-shadow: none;
    border: 1px solid #f4f4f4;
    padding:12px 15px;
    border-radius: 0px;
    transition:all 500ms ease;
    -webkit-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
  }
  .default-form textarea{
    height: 120px;
  }
  .default-form .bootstrap-select {
      border: 1px solid #f4f4f4;
      background: #f7f7f7;
      color: #26cdff;
      padding: 10px 0;
      font-size: 16px;
  }
  .default-form .btn-group.open .dropdown-toggle {
      box-shadow: none;
  }
  .default-form .btn-group.open .dropdown-toggle:focus {
    border: none;
    outline: none;
  }
  .default-form  .bootstrap-select .dropdown-toggle:focus {
    outline: none !important;
  }
  .default-form  .dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    background-color: #26cdff;
    color: #fff;
  }
  .default-form .form-control:focus {
    border-color: #26cdff;
    box-shadow: none;
  }
  
  .default-form .thm-btn {
    width: 100%;
  }
  .thm-btn {
    position: relative;
    background: #dd2017;
    font-size: 14px;
    line-height: 42px;
    font-weight: 700;
    color: #ffffff;
    border: 2px solid #fac514;
    text-transform: uppercase;
    display: inline-block;
    padding: 0 26px;
    font-family: 'Roboto', sans-serif;
    -webkit-transition:all .5s cubic-bezier(0.4, 0, 1, 1);
    transition: all .5s cubic-bezier(0.4, 0, 1, 1);
  }
  .thm-btn:hover {
    background: transparent;
    color: #dd2017;
    -webkit-transition:all .5s cubic-bezier(0.4, 0, 1, 1);
    transition: all .5s cubic-bezier(0.4, 0, 1, 1);
  }
  .theme_menu .link_btn {
    margin-top: 24px;
    color:#222222;
  }
  
  
  .default-form form input::-webkit-input-placeholder {
    color: #9e9e9e;
  }
  .default-form form input:-moz-placeholder {
    /* Firefox 18- */
    color: #9e9e9e;
  }
  .default-form form input::-moz-placeholder {
    /* Firefox 19+ */
    color: #9e9e9e;
  }
  .default-form form input:-ms-input-placeholder {
    color: #9e9e9e;
  }
  
  
  .default-form .alert-success {
      color: #26cdff;
      background: none;
      border: none;
      font-size: 18px;
  }
  .default-form input[type="text"],
.default-form input[type="email"],
.default-form input[type="password"],
.default-form input[type="tel"],
.default-form input[type="url"],
.default-form select,
.default-form textarea{
    display:block;
    width:100%;
    line-height:24px;
    height:52px;
    font-size:14px;
    border:1px solid #e3e3e3;
    padding:13px 20px;  
    background-color:#ffffff;
    color:#333333;
    border-radius:0px;
    transition:all 500ms ease;
    -webkit-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;   
}


/**********three icon css strt********/

.min-features-contact{
    margin-top: 5px;
    padding: 39px 0 70px;
    background:rgb(220 19 19 / 90%);
    height: 237px;
    margin-bottom: -60px;
    
  }
  .single-features-contact {
      /*background: #033d75;*/
      /*background: #eec03d;*/
      padding: 30px 15px;
      margin-bottom: -120px;
      transition: .6s ease-out;
      /*box-shadow:0 4px 4px rgba(0,0,0,0.5);*/
  }
  .text1-contact{
      color:#fff;
  font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
  }
 /* .single-features-contact:hover{
    background: rgb(220 19 19 / 90%);
  }*/
  .media-contact {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: start;
      align-items: flex-start;
  }
  .single-features-contact .media-contact i {
     font-size: 30px;
      margin-right: 20px;
      object-fit: cover;
      color:#fed438;
  }
  .single-features-contact .media-body-contact h5 {
      font-size: 20px;
      color: #f1f1f1;
      margin-top: 0;
      padding-top: 12px;
  }
/*********three icon css end**********/
/**********contact us style end *********/
/********************* style for footer **************/
/*-- footer --*/
.footer_agileinfo_w3{
    padding: 4em 0;
    background: #000;
    margin-top: 4em;
}
.logo1 {
    width: 120px;
}
.logo1 img{
    height: 80px; 
}
.footer_agileinfo_w3 ul{
	position:relative;
	left:-40px;
}
.footer_inner_info_w3ls_agileits{
    width: 90%;
    margin: 0 auto;
    margin-bottom: -60px;
}
ul.social-nav.model-3d-0.footer-social.social.two {
    float: none;
}
.footer-left p{
    color: #737070;
    line-height: 2em;
    font-size: 14px;
    margin-top: 22px;
}

.sign-gd h4,.sign-gd-two h4 {
    color: #fff;
    font-size: 1.2em;
    margin-bottom: 25px;
    font-weight: 700;
    letter-spacing:1px;
}
.sign-gd h4 span,.sign-gd-two h4 span{
  font-weight:300;
}
.sign-gd ul li,.sign-gd-two ul li {
    color: #848484;
    line-height: 2em;
    font-size: 14px;
	list-style-type:none;
}
.flickr-post ul li a img{
    height: 70px;
	width:70px;
}
.sign-gd ul li a,.sign-gd-two ul li a{
    color: #fff;
    letter-spacing: 1px;
}
.sign-gd ul li a:hover,.sign-gd-two ul li a:hover{
    color: #dc3545;
}
.post-grid:nth-child(2){
	margin:1em 0;
}
.address-grid{
    background: #fff;
    padding: 1em;
}
.address-left{
	float:left;
	width:10%;
}
.address-left i.fa.fa-phone,.address-left i.fa.fa-envelope,.address-left i.fa.fa-map-marker{
    color: #dd2017;
    font-size: 1em;
}
.address-right{
	float: right;
    width: 87%;
}
.address-right h6{
    color: #dd2017;
    font-size: 0.9em;
    margin: 0;
    font-weight: 600;
    letter-spacing: 1px;
}
.address-right p{
    margin: 1em 0 0 0;
    font-size: .9em;
    color: #000;
    font-weight: bold;
}
.address-right p a{
    color: #000;
    font-weight: bold;
    text-decoration: none;
}
.address-right p a:hover{
	color:#b5b5b5;
}
.address-right p span{
	display:block;
	margin:.5em 0;
}
ul.social-nav.model-3d-0.footer-social.social.two {
    margin-top: 2em;
}
.social-nav li {
    display: inline-block;
    margin: 0 6px;
}
.social-nav a {
    display: inline-block;
    float: none;
    width: 30px;
    height: 30px;
    text-decoration: none;
    cursor: pointer;
    text-align: center;
    line-height: 30px;
    background: #000;
    position: relative;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.model-3d-0 a {
    background:#5C5B5B;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.model-3d-0 .front, .model-3d-0 .back {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translateZ(18px);
    -moz-transform: translateZ(18px);
    -ms-transform: translateZ(18px);
    -o-transform: translateZ(18px);
    transform: translateZ(18px);
    -webkit-backface-visibility: visible;
    -moz-backface-visibility: visible;
    -ms-backface-visibility: visible;
    -o-backface-visibility: visible;
    backface-visibility: visible;
	color:#212121;
	font-size:12px;
}
.model-3d-0 .back {
    -webkit-transform: rotateX(90deg) translateZ(18px);
    -moz-transform: rotateX(90deg) translateZ(18px);
    -ms-transform: rotateX(90deg) translateZ(18px);
    -o-transform: rotateX(90deg) translateZ(18px);
    transform: rotateX(90deg) translateZ(18px);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
}
a.twitter .front {
    background: #00acee;
}
a.facebook .front {
    background: #3b5998;
}
a.instagram .front {
    background: #f77737;
}
a.pinterest .front {
    background: #bd081c;
}
.twitter .back,.facebook .back,.instagram .back,.pinterest .back{
    background:#fff;
}
.model-3d-0 a:hover {
    -webkit-transform: rotateX(-90deg);
    -moz-transform: rotateX(-90deg);
    -ms-transform: rotateX(-90deg);
    -o-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
}
.model-3d-0 a:hover .back {
    -webkit-backface-visibility: visible;
    -moz-backface-visibility: visible;
    -ms-backface-visibility: visible;
    -o-backface-visibility: visible;
    backface-visibility: visible;
}
.social .front i{
	color: #fff;
    font-size: 12px;
}
.social .back i{
	color: #000;
    font-size: 12px;
}
/*--social icons--*/
.address-grid:nth-child(2){
    margin: 0.2em 0;
}
.flickr-post ul li{
	display:inline-block;
	margin:5px 5px;
}
.flickr-post ul li {
    display: block;
    margin: 1% 1%;
    width: 28%;
}
p.copy-right-w3ls-agileits {
    color: #848484;
    text-align: center;
    margin-top: 34px;
    font-size: 14px;
    border-top: 1px solid #0e0e0e;
    padding-top: 1em;
}
p.copy-right-w3ls-agileits a{
    color: #ffffff;
	text-decoration:none;
}
p.copy-right-w3ls-agileits a:hover{
color: #2fdab8;	
}
.footer-left h2 a {
    font-size: 0.9em;
    color: #fff;
    font-weight: 300;
    letter-spacing: 2px;
}
.footer-left h2 a span {
    padding: 6px 10px;
    background: #444242;
    font-weight: 700;
}
/* footer form*/
.flickr-post .content-input{
    background:#fff;
    border: none;
    color:#bd081c;
    margin-bottom: 10px;
    line-height: 1.5rem;
    width:300px;
    height:50px;
    text-align: center;
}
.flickr-post button{
    background:#dd2017;
    color:#fff;
    font-size: 17px;
}
/*-- //footer --*/