@import url('https://fonts.googleapis.com/css?family=Raleway:300,400,500,600,700&display=swap');

body{
  font-family: 'Raleway', sans-serif;
}
a {
    text-decoration: none;
}
a:hover{
    text-decoration: none;
}

/*------------------nav-icon-----------------------------*/

.scrolled {
 transition: 0.5s ease;
}

.scrolled.navbar {
  height: 100px; 
  background-color: rgba(0, 0, 0, 0.2);
  transition: 0.5s ease;
      top: -2px;

}


.scrolled.navbar .nav .item {
  line-height: 40px;
  transition: 0.5s ease;
}

.scrolled.navbar .nav .item .contact {
  display: inline-block;
  background-color: #ffffff;
  height: 40px;
  line-height: 30px;
  padding: 5px;
  border-radius: 2px;
  transition: 0.5s ease;
}

.scrolled.navbar .logo-one img {
    width: 50%;
    transition: 0.5s ease;
}



.banner-bg:after {
    position: absolute;
    content: '';
    width: 100%;
    background: linear-gradient(#ffffff00, #ffffff);
    height: 81px;
    bottom: 0;
}
/* Icon 1 */

#nav-icon1, #nav-icon2, #nav-icon3, #nav-icon4 {
  width: 60px;
  height: 45px;
  position: relative;
  margin: 50px auto;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

#nav-icon1 span, #nav-icon3 span, #nav-icon4 span {
  display: block;
  position: absolute;
  height: 9px;
  width: 100%;
  background: #fff;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#nav-icon1 span:nth-child(1) {
  top: 0px;
}

#nav-icon1 span:nth-child(2) {
  top: 18px;
}

#nav-icon1 span:nth-child(3) {
  top: 36px;
}

#nav-icon1.open span:nth-child(1) {
  top: 18px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

#nav-icon1.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}

#nav-icon1.open span:nth-child(3) {
  top: 18px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}


button:focus {
    outline: none !important;
}

.logo-one img {
   width: 70%;
    transition: all ease-in-out .3s;
}
.navbar.navbar-expand-sm.bsnav.bsnav-sticky.bsnav-scrollspy.header_top {
    background: #fff;
      transition: 0.5s ease;
          box-shadow: inset 0 6px 25px rgba(0, 0, 0, 0.01), 0 0 25px rgba(153, 162, 145, 0.85);
              height: auto;

}
.scroll {
  background-color: #fff;
    transition: 0.5s ease;
}
.banner-bg:before {
    content: '';
    position: absolute;
    background: #ffffff2e;
    width: 100%;
    height: 100vh;
}
.banner-bg {
    background: url('../images/poultry.jpg');
    height: 100vh;
        background-repeat: no-repeat;
        position: relative;
        overflow: hidden;
            background-attachment: fixed;
    background-position: top;
}
.banner-bg-div {
    position: absolute;
    bottom: -87px;
    width: 100%;
     background-image: linear-gradient(to bottom, rgba(45, 41, 41, 0), rgb(255, 255, 255));
}
.banner-bg-text h1 {
    color: #fff;
    font-size: 321px;
    font-weight: 700;
    text-align: center;
        letter-spacing: -21px;
}
.wrapper {
    position: relative;
    overflow: hidden;
}
.menu-imperial {
    position: fixed;
    top: 0;
    width: 100%;
  /* background-image: linear-gradient(to top, rgba(45, 41, 41, 0), rgba(33, 9, 6, 0.45));*/
    z-index: 999;
}
.imperial-nav li {
    margin-right: 50px;
}
.imperial-nav a {
    color: #000;
    font-size: 16px;
    font-weight: 500;
}
/*------------------about-index-----------------------------*/

.imperial-div {
    padding: 190px 0px;
}
.imperial-div-text h5 {
    color: #b20838;
    font-size: 29px;
    font-weight: 400;
    padding-bottom: 30px;
}
.imperial-div-text h2 {
    font-size: 40px;
    font-weight: 700;
    padding-bottom: 30px;
}
.imperial-div-text p {
    font-size: 18px;
    font-weight: 400;
    color: #000;
}
.imperial-div-text {
    margin-left: 5%;
}
.imperial-div-text.reserach-div p {
    width: 90%;
}
.imperial-div-text.abt-div {
    width: 72%;
}
.about-img img {
    width: 100%;
}
.abt-bg {
    height: 484px;
    background-repeat: no-repeat;
    position: absolute;
    right: -90px;
    top: 22%;
}
.abt-bg img {
    height: 484px;
    }
section.about-sec {
    position: relative;
    overflow: hidden;
}
section.reserach {
    background: #feefe6;
    position: relative;
    overflow: hidden;
}
ul.nav.nav-tabs.reserach-ul {
    display: contents;
}
.reserach-ul li.nav-item {
    background: #fff;
}
li.nav-item.border-r {
    border-bottom: 2px solid #8080809c;
}
.reserach-ul li.active > a {
    border-right: 5px solid #b20838 !important;
}
img.reserach-img {
    width: 58px;
    height: 58px;
}
.reserach-img img {
    width: 96%;
}
.imperial-btn {
    padding-top: 2rem;
}
.imperial-btn a {
    background: #b20838;
    padding: 15px 50px 15px 50px;
    border-radius: 11px;
    color: #fff;
}
a.nav-link.reserach-link {
    text-align: center;
    vertical-align: middle;
    padding: 14px 0px;
}
.abt-bg.reserach-bg {
    height: 484px;
    background-repeat: no-repeat;
    position: absolute;
    left: -71px;
    top: 40%;
}
section.send {
     
    overflow: hidden;
    background: #fff;
        margin-top: 17em;
}
.send-bg {
    background: url('../images/bottombackground.png');
    height: 450px;
    position: relative;
    overflow: hidden;
}
.imperial-div-text.send-text {
    width: 100%;
    margin:0;
}
.send-query {
    position: absolute;
    bottom: 0;
    width: 100%;
}
.imperial-div-text.send-text h2 {
    color: #fff;
    font-size: 35px;
}
.send-btn a {
    padding: 15px 80px 15px 80px;
    background: #fff;
    color: #000;
    font-weight: 700;
        border-radius: 10px;
            font-size: 20px;
}
.send-btn {
    text-align: -webkit-center;
        margin-top: 7px;
        float: right;
}
footer {
    background: #252525;
    overflow: hidden;
        position: relative;
    top: -1px;
}

.foo-text p {
    font-size: 13px;
    font-weight: 400;
    color: #ffffff6b;
    margin-left: 23%;
    line-height: 23px;
    width: 74%;
}
.foo-3 li a {
    color: #fff;
    list-style-type: none;
    line-height: 26px;
    font-size: 14px;
}
.foo-3 p {
    color: #ffffff78;
    font-size: 13px;
    font-weight: 400;
        line-height: 25px;
}
.stay-connect p {
    margin: 0;
}
.stay-connect {
    color: #ffffffba;
}
ul.Social-li {
    list-style-type: none;
        padding: 0;
}
.stay-connect a {
    color: #ffffff78;
    font-size: 13px;
}
ul.Social-li li {
    display: -webkit-inline-box;
        margin-right: 9px;
}
.imperial-div.footer-div {
    padding: 100px 0px 10px;
}
.foo-img img {
    width: 121px;
    height: 100px;
}
hr.hr-line {
    border-top: 1px solid rgba(255, 255, 255, 0.43);
    margin-top: 30px;
    margin-bottom: 15px;
}
.copy-rights p {
    font-weight: 400;
    font-size: 13px;
    color: #94969b;
}
.fas {
    font-size: 18px;
}
.copy-rights.Designed {
    float: right;
}
/*--------------------contact-----------------------------------*/
/*.bg-div-banner {
        background: url(../images/poultry.jpg);
    height: 350px;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
    background-attachment: fixed;
    background-position: top;
    margin-top: 128px;
}*/
.bg-div-banner.contact-poul{
    background: url(../images/contact-us-banner.jpg);
    height: 500px;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
        background-attachment: fixed;
    background-position: top;
}
.div-bg {
    position: absolute;
    top: 55%;
        width: 100%;
}
.div-bg-text h1 {
    color: #fff;
    font-size: 70px;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
}
ol.breadcrumb {
    margin: 0;
}
.breadcrumb-nav {
    background: #e9ecef;
}

/*---------------------------contact us------------------------------------*/
.contact-detail {
    background: #f0efef;
    padding: 50px 35px 40px;
}
.fas-con {
    font-size: 26px !important;
    color: #b30838;;
}
.contact-address-text {
    margin-left: 15px;
        margin-bottom: 20px;
}
.contact-address {
    margin-top: 30px;
}
.contact-address-text h6 {
    font-size: 22px;
    font-weight: 400;
}
.contact-address-text a {
    font-size: 16px;
    font-weight: 400;
    color: #212529;
}
.small-title {
    font-size: 20px;
    text-transform: capitalize;
    color: #b30838;
    margin-bottom: 10px;
    margin-top: 0px;
    font-weight: 600;
}
.big-title {
    letter-spacing: 0px;
    padding-bottom: 13px;
    position: relative;
    color: #000;
    line-height: 50px;
    font-size: 28px;
    text-transform: capitalize;
    font-weight: 600;
}
.contact-form .form-group input[type="text"], .contact-form .form-group input[type="password"], .contact-form .form-group input[type="tel"], .contact-form .form-group input[type="email"], .contact-form .form-group select {
    position: relative;
    display: block;
    width: 100%;
    color: #333333;
    line-height: 26px;
    padding: 10px 28px;
    height: 60px;
    font-size: 14px;
    border-radius: 2px;
    background: #f3f5f9;
    border: 1px solid transparent;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}
.contact-form .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    line-height: 26px;
    padding: 10px 28px;
    color: #111111;
    height: 150px;
    font-size: 14px;
    resize: none;
    border-radius: 2px;
    background: #f3f5f9;
    border: 1px solid transparent;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}
.theme-button {
    background: #b20838;
    border: 0;
    color: #fff;
    padding: 5px 15px;
    font-size: 18px;
    margin-top: 25px;
    border-radius: 10px;
    transition: all .5s ease;
    cursor: pointer;
    display: inline-block;
}
.footer-logo {
    margin-bottom: 40px;
}
.contact-text h1 {
    font-size: 26px;
}
.contact-detail p {
    font-size: 16px;
}
a.go-to {
    right: 20px;
    font-size: 30px;
    position: fixed;
    color: #fff;
    background: #239696;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    bottom: 28px;
    line-height: 38px !important;
}
nav.navbar.navbar-dark.bg-white.navbar-expand-sm.sprk-nav-left.fixed-top {
    padding: 0;
}
.foo-menu.third h2 {
    margin-top: -21px;
}

.sprk-text-consulting.service-bg {
    padding: 96px 0px;
}
li.breadcrumb-item a {
    color: #d9839b;
}
/*---------------------about-us----------------------------*/
.bg-div-banner.profile-poul{
    background: url(../images/profile-banner.jpg);
    height: 500px;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
    background-position: top;
    
        background-attachment: fixed;
}
.aboutus h3 {
    color: #b40a3a;
    margin-bottom: 25px;
    font-size: 34px;
    font-weight: 600;
}
.imp-sec-di {
    padding: 150px 0px;
}
.design-icon:before {
    content: "";
    display: block;
    border-bottom: 2px solid;
    position: absolute;
    width: 20%;
    left: 25%;
    top: 25px;
}
.design-icon:after {
    content: "";
    display: block;
    border-bottom: 2px solid;
    position: absolute;
    width: 20%;
    right: 25%;
    top: 25px;
}
.design-icon {
    margin-bottom: 28px;
}
.design-icon img {
    width: 58px;
    height: 42px;
}
.approach-text.text-center h1 {
    color: #b40a3a;
    font-size: 34px;
    margin-top: 0px;
    margin-bottom: 25px;
    font-weight: 600;
}
.vm-text p {
    width: 75%;
    margin: 0 auto;
}
.what-we-do {
    background: #eee;
}
.q-a-img img {
    width: 100%;
}
.aboutus h2 {
    width: 100%;
    font-size: 26px;
    margin: 0px;
    margin-bottom: 25px;
}
.aboutus p {
    font-size: 18px;
    font-weight: 400;
    color: #000;
}
ul.q-a-ul li {
    font-size: 18px;
    font-weight: 400;
    color: #000;
    line-height: 35px;
}

/*----------------------------------poultry-----------------------------*/
.bg-div-banner.poultry-poul{
    background: url(../images/poultry-banner.jpg);
    height: 500px;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
        background-attachment: fixed;
    background-position: top;
   
}
.pr-d-title h1 {
    color: #b20838;
    margin-bottom: 20px;
    font-size: 34px;
    font-weight: 600;
    margin-top: 0px;
}
.pr-d-title h3 {
    margin-bottom: 40px;
    margin-top: 0px;
    font-size: 20px;
}
.pr-d-title h3:before {
    content: '';
    position: absolute;
    height: 2px;
    width: 121px;
    background:  #b20838;
    margin-top: 30px;
}
.pr-d-in h3 {
    margin: 0px 0px 20px;
    font-size: 22px;
}
ul.pr-d-in-ul {
    padding-left: 22px;
}
ul.pr-d-in-ul li {
    list-style-type: disc;
    margin-bottom: 8px;
}
section.prd-dt-sec.prd-dt-clr {
    background: #f1f1f1;
}
.pr-d-title p {
    font-size: 22px;
    font-weight: 400;
    color: #000;
}
ul.pr-d-in-ul li {
    font-size: 18px;
    font-weight: 400;
    color: #000;
    line-height: 35px;
}
.pr-d-in p {
    font-size: 18px;
    font-weight: 400;
    color: #000;
}
.banner-bg-text.Thank-test h1 {
    font-size: 30px;
}
.banner-bg-div.thank-div {
    position: absolute;
    bottom: 218px;
    width: 100%;
    background-image: unset;
}
.banner-bg-text.Thank-test h1 {
    font-size: 80px;
    letter-spacing: unset;
}
.stay-connect h5 {
    font-size: 14px;
}
.copy-rights.Designed a {
    color: #ffffffcc;
        cursor: pointer;
}
.fas-l {
    font-size: 20px !important;
}
/*.q-a-img {
    margin-top: 80px;
}*/
.bg111-div {
    width: 33.3333%;
}

.bg111 {
    background: #f0efef;
}
.bg222 {
    background: #f7f6f6;
}
p.sub-p {
    color: #b20838;
    font-weight: 500;
    margin-bottom: 5px;
}
.po-h1 h3 {
    font-size: 24px;
    color: #000;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.po-h1 {
    text-align: center;
}
.poultry-div-text {
    height: 330px;
    display: table-cell;
    width: 1%;
    vertical-align: middle;
        padding: 0 15px;
}
.q-a-li {
    height: 405px;
    vertical-align: middle;
    display: table-cell;
    width: 100%;
}
.chrm-d.q-a {
    height: 405px;
    vertical-align: middle;
    display: table-cell;
}
.po-h1 p {
    color: #000;
}
.pr-d-in p {
    padding: 0;
    margin-bottom: 5px;
}
.banner-bg-text h3 {
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    color: #8c1f3d;
        text-shadow: 2px 1px 1px #841e39;
}
.esencid-img img {
    width: 100%;
}