/********** General **********/
.btn-3,
.info_contact a.link-box .detail-box {
   transition: all .3s ease-in-out;
}
.btn-3:hover,
.info_contact a.link-box:hover .detail-box {
   color: #ff4f5a;
}
body .header_section {
   overflow-x: hidden;
   position: fixed;
   top: 0;
   left: 0;
   right: 0;
   margin: auto;
   z-index: 9999999;
   transition: all .3s ease-in-out;
}
.header_section.sticky-active {
   background-color: #1a2e35;
}
/********** General End **********/


/********** Banner **********/
body .slider_section .carousel_btn-container > * {
   transition: all .3s ease-in-out;
}
/********** Banner End **********/


/********** What We Offer **********/
body .category_section .box .img-box {
   transition: all .3s ease-in-out;
}
body .category_section .box:hover .img-box {
   transform: translateY(-5px);
}
/********** What We Offer End **********/


/********** About Company **********/
body .freelance_section .tab_container .t-link-box .img-box {
   transition: all .3s ease-in-out;
}
body .freelance_section .tab_container .t-link-box:hover .img-box {
   background-color: #1cbbb4;
}
/********** About Company End **********/


/********** Contact Us **********/
.contact-form {
   margin-top: 58px;
   box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
   padding: 50px;
}
.contact-form > *:not(:last-child) {
   margin-bottom: 20px;
}
.contact-form input,
.contact-form textarea {
   width: 100%;
   border: 0;
   border-bottom: 1px solid #0C0C0C;
   transition: all .3s ease-in-out;
   padding: 8px 0;
}
.contact-form div {
   display: flex;
}
.contact-form div input:first-child {
   margin-right: 20px;
}
.contact-form button {
   display: inline-block;
   padding: 10px 45px;
   background-color: #ff4f5a;
   color: #ffffff;
   -webkit-transition: all 0.3s;
   transition: all 0.3s;
   border: 1px solid transparent;
   border-radius: 0;
   margin-top: 25px;
}
.contact-form button:hover {
   background-color: transparent;
   border-color: #ff4f5a;
   color: #ff4f5a;
}
.contact-form input:hover,
.contact-form input:focus,
.contact-form textarea:hover,
.contact-form textarea:focus,
.contact-form input:focus-visible,
.contact-form textarea:focus-visible {
   border-color: #ff4f5a;
}
.contact-form input:focus-visible,
.contact-form textarea:focus-visible {
   outline: none;
}
/********** Contact Us End **********/


/********** 992px and below **********/
@media only screen and (max-width: 992px) {
   /***** General *****/
   .header_section {
      background-color: #1a2e35;
   }
   /***** General End *****/


   /***** Banner End *****/
   body .slider_section  {
      padding-top: 130px;
   }
   /***** Banner End *****/
}
/********** 992px and below End **********/


/********** 767px and below **********/
@media only screen and (max-width: 767px) {
   body .slider_section .carousel_btn-container .carousel-control-prev, 
   body .slider_section .carousel_btn-container .carousel-control-next {
      background-color: #1a2e35;
   }
}
/********** 767px and below End **********/