*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.float-left {
  float:left;
}
/* index2.php */
.navbar{
   position: relative;
   top: -1px;
}



.nav-link {
  margin-top: 0px;
  margin-left: 10px;
  margin-right: 10px;
  color: rgb(0, 0, 0);
  text-transform: uppercase;
  font-weight: 700;
  font-size: 75%;
}

.nav-link.active {
    border-bottom: 2px solid rgb(0, 163, 0);
}
/* .nav-link:hover{
    width :auto;
    color: rgb(0, 163, 0);
     border-bottom: 2px solid rgb(0, 163, 0);
} */
.header-top {
    background-color: rgb(21, 21, 109); 
    height: 40px;
}

.clearfix a{
    color:white;
    text-decoration: none;
    font-weight: 700;
}
.top-left {
    margin-top:10px;
}
.top-right {
    margin-top:-15px;
}
.auto-container {
    position: static;
    max-width: 1200px;
    padding: 0px 15px;
    margin: 0 auto;
}
.header-top .top-inner {
    position: relative;
    min-height: 45px;
}
.header-top .top-left {
    font-size: small;
    font-family:sans-serif;
    position: relative;
    float: left;
    padding-top: 1px;
}
.header-top .top-right {
    font-size: small;
    font-family:sans-serif;
    position: relative;
    float: right;
    padding-top: 25px;
}
.header-top .top-left a:hover{
    color:rgb(0, 163, 0);
}
.header-top .top-right a:hover{
    color: rgb(0, 163, 0);
}

.section2{
    position: relative;
    top: -35px;
}

.section h1 {
    color: rgb(0, 163, 0);
    padding-bottom: 50px;
}
.section span {
    color:rgb(254, 255, 253);
}

.section {
    margin-top: -10px;
}
.btn1{
    bottom:230px;
    height: 50px;
    width: 200px;
    border: 2px solid white;
    float: center;
    font-weight:600;
}
.btn1:hover{
    background-color:black;
    color:white;
}
.btn2{
  background-color:#0BDF7c;
  bottom:230px;
  height: 50px;
  width: 200px;
  border: 1px solid black;
  float: center;
  font-weight:600;
}
.btn2:hover{
  background-color:black;
  color:white;
}
.company-section {
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(image/ABOUT-BG.jpg);
    position: relative;
    top: -50px;
    padding: 70px 0px 50px;
}
.company-section .content-column:hover{
    transition: transform 3s;
    -ms-transform: scale(1.1); 
  -webkit-transform: scale(1.1); 
  transform: scale(1.1); 
}

.company-section .image-column:hover{
    transition: transform 3s;
    -ms-transform: scale(1.1); 
  -webkit-transform: scale(1.1); 
  transform: scale(1.1); 
}
.company-section .content-column {
    position: relative;
    margin-bottom: 40px;
}
.company-section .content-column .inner-column {
    position: relative;
    padding: 60px 35px 60px;
    border: 4px solid #6a6d6b;
}
.company-section .content-column .inner-column .sec-title {
    margin-bottom: 30px;
}

.company-section .content-column .inner-column .text {
    position: relative;
}
.company-section .content-column .inner-column .text p {
    position: relative;
    font-size: 16px;
    color: #000000;
    font-weight: 400;
    line-height: 1.8em;
    margin-bottom: 15px;
    font-family: 'Raleway', sans-serif;
}
.company-section .image-column {
    position: relative;
}
.image-column {
    transition: 3.1s;
}
.company-section .image-column .image {
    position: relative;
}
.company-section .image-column .lower-content {
    position: relative;
    padding: 25px 25px;
    border: 4px solid rgb(146, 145, 145);
}
.card{
    background-color: black;
} 
.card:hover{
    color:rgb(0, 163, 0);
    box-shadow: -2px -1px 25px -4px black;
    -webkit-box-shadow: -2px -1px 25px -4px black;
    -moz-box-shadow: -2px -1px 25px -4px black;
    transition: 0.5s;
     transition: transform 3s;
    -ms-transform: scale(1.1); 
  -webkit-transform: scale(1.1); 
  transform: scale(1.1); 
}



.card-body {
    background-color: rgb(0, 163, 0);
}
.card-body p{
color:#000000;
line-height: 20.5px;;
font-size: 15px;
}
.card-body h5{
    color:#000000;
}

.company-product h1,p {
    color:rgb(0, 0, 0);
}

.main {
    background:linear-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0.7)),url(images/img/bc.jpg)no-repeat;
      background-attachment: fixed;
      background-repeat: no-repeat;
      background-size: cover;
      width: 100%;
      float: left;
}
.products {
    background-color: white;
}
.main p{
color:white;
line-height: 1.7em;
font-size:large;
text-transform: uppercase;
font-weight: 700;
letter-spacing: 1px;
}
.main h1{
    color:white;
    font-weight: 700;
    }
.main1 .content-text:hover{
    transition: transform 3s;
    -ms-transform: scale(1.1); 
  -webkit-transform: scale(1.1); 
  transform: scale(1.1); 
}
/* .main2 {
    background-color: rgb(184, 209, 197);
} */
.main1 p{
    line-height: 1.7em;
    font-size:medium;
    font-weight: 400;
    letter-spacing: 1px;

    }
    .main2 p{
        line-height: 1.7em;
        font-size:medium;
        font-weight: 400;
        letter-spacing: 1px;
        }
.main1{
    background:linear-gradient(rgba(0,0,0,0.8),rgba(0,0,0,0.8)),url(Image/h5.jpg)no-repeat;
    background-size: cover;
    height: auto;
    width: 100%;
}

.main5 {
    width: 100%;
    float: left;
    background:linear-gradient(rgba(0,0,0,0.8),rgba(0,0,0,0.8)),url(images/img/bc.jpg)no-repeat;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}
.main5 h2 {
    text-align: left;
    margin-left: -40px;
}
.main4 {
    background-color: rgb(0, 163, 0);
}
.main4 h3 {
     color:white;
     font-style:oblique;
}

.footer{
    /* background:linear-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0.7)),url(Image/2.jpg)no-repeat;
    background-size: cover;
    height: auto;
    width: 100%; */
    background-color: black;
}
.footer h5{
    color:white;
    
}
.footer h6{
    color:rgb(216, 194, 194);
}
.footer ul li a{
    font-weight: 500;
    color:gray;
    line-height: 1.7em;
    text-decoration: none;
}
.footer  p {
    color: gray;
    line-height: 1.5em;
    
}
.footer  p a {
    text-decoration: none;
    color: gray;
}
.footer ul li{
    text-decoration: none;
}
.footer ul li a:hover{
    color: white;
}
.footer  a:hover{
    color: white;
}
.footer i {
    font-size: 30px;
    color:gray;
}
.footer i:hover {
    color: white;
}

.icon1 {
    position: fixed;
    bottom:250px;
    right: 20px;
   
}
.icon2 {
    position: fixed;
    bottom:140px;
    right: 18px;
   
}



.header-bg{
   
        position: relative;
        top: -35px;

    background:linear-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0.7)),url(Image/header-bg.jpg)no-repeat;
    background-size: cover;
    height: auto;
    width: 100%;
}
.header-bg a{
text-decoration: none;
color: white;
font-size:large;
margin-left: 15px;
}
.contact__area {
    padding: 100px 0;
}
.contact__form-wrap {
    background: #0d92c7;
    color:rgb(204, 195, 195);
    border: 1px solid #cadae0;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
    padding: 45px 50px 50px;
    margin-left: 30px;
}
.theme-btn{
color:white;
background-color:rgb(177, 11, 11);
border-radius:50px;
border:1px solid white;
height: 50px;
width: 200px;
}
.theme-btn:hover{
    background-color: rgb(10, 27, 128);
    color:white;
}
.content h4{
 color:rgb(177, 11, 11);
}
.content i{
    color:black;
    background: #0d92c7;
    border: 1px solid #cadae0;
    border-radius: 100px;
    padding: 10px 15px 15px;
}
.content p{
    font-size: large;
    font-weight: 500;
   margin-left: 70px;
 }
 .list-links {
    position: relative;
}
.list-links, ul, li {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

@media screen and (min-device-width: 481px) and (max-device-width: 768px) { 
    .icon1 {
        position:fixed;
        bottom: 250px;
        left: auto;
        width: 12%;
      }  
      .icon2 {
        position:fixed;
        bottom: 150px;
        left: auto;
        width: 12%;
      } 
      .navbar-toggler{
    
        left: auto;
      }
     
     
    /* .slides img {
        position: relative;
        left: 150px;
    }
    */
    .nav-link {
        /* text-transform: uppercase; */
         line-height:  20px;
        color: #000000;
          white-space: nowrap;
          letter-spacing: 0.5px;
          word-spacing: 0.5px;
    }
    
    .nav-link:hover{
        width :auto;
        color: #f0e9e9;
         border-bottom: 2px solid #000000;
        opacity: 2;
    }
    /* .navbar ul{
        background-color: #000000;
    } */
    .nav-link  {
        color: white;
    }
    .dropbtn {
      color:white;
    }
    .header-top {
        /* position: relative; */
        background-color: #0f0f0f;
        height: auto;
    }
    .product p,h1 {
        text-align: center;
    }
    .main5 p {
        text-align: center;
    }
    #navbarScroll{
        border: 3px solid rgb(11, 223, 124);
        background-color: rgb(0, 0, 0);
        
    }
}



@media only screen and (max-width:800px){
    
    .navbar-toggler{

    left: auto;

  } 
  /* .navbar{
    position: relative;
    top: -13px;
 } */
 .nav-link {
    text-transform: capitalize;
 }
 /* .nav-link.active {
    border-bottom: 1px solid rgb(223, 11, 92); 
} */


.top-right a{
    color: red;
}


  .nav-link {
    /* text-transform: uppercase; */
    /* line-height:  60px; */
    color: #fff;
      white-space: nowrap;
      letter-spacing: 0.5px;
      word-spacing: 0.5px;
}


#navbarScroll{
    border: 3px solid rgb(11, 223, 124);
    background-color: rgb(0, 0, 0);
    
}
.nav-link  {
    color: white;
}
.dropbtn {
  color:white;
}
.icon1 {
    position:fixed;
    bottom: 250px;
    left: auto;
    width: 12%;
  }  
  .icon2 {
    position:fixed;
    bottom: 150px;
    left: auto;
    width: 12%;
  } 
  .section h1 {
    position: absolute;
    top: auto;
  }

  .header-top {
    /* position: relative; */
    background-color: #0f0f0f;
    height: auto;
}
}

@media only screen and (max-width:900px){
    .icon1 {
        position:fixed;
        bottom: 250px;
        left: auto;
        width: 12%;
      }  
      .icon2 {
        position:fixed;
        bottom: 150px;
        left: auto;
        width: 12%;
      } 
      .navbar-toggler{
        left: auto;
      } 
      
    .nav-link {
        /* text-transform: uppercase; */
        line-height: 20px;
        color: #fff;
          white-space: nowrap;
          letter-spacing: 0.5px;
          word-spacing: 0.5px;
    }
    
  
    #navbarScroll{
        border: 3px solid rgb(11, 223, 124);
        background-color: rgb(0, 0, 0);
        
    }
    .nav-link  {
        color: white;
    }
 
    .section h1 {
        position: absolute;
        top: auto;
      }
  }



  @media only screen and (max-width:1200px)and(min-width:600px){
    
    .icon1 {
        position:fixed;
        bottom: 300px;
        left: auto;
        width: 10%;
      }  
      .icon2 {
        position:fixed;
        bottom: 150px;
        left: auto;
        width: 10%;
      } 
 
    .navbar-brand {
        margin-left: -50px;
    }
  
    }
  


  h2{
    text-align:center;
    padding: 40px;
  }
  /* Slider */
 
   .slick-slides {
      margin: 0px 0px;
  } 

  .slick-slides img {
      width: 100%;
  }
  

  .slides h4{
    font-size: medium;
    text-align: center;
    /* background-color: #ca1818; */
    
  }
.slides a {
    font-size: medium;
    font-weight: 500;
    text-decoration: none;
    color: black;
    
}
.slides a:hover {
    color:rgb(11, 223, 124); 
}
.slides img {
   
    border-radius: 10px;
}

.cards:hover{
   transition: 0.5s;
    transition: transform 3s;
   -ms-transform: scale(1.1); 
 -webkit-transform: scale(1.1); 
 transform: scale(1.1); 
} 
  .slick-slider
  {
      position: relative;
      display: block;
      box-sizing: border-box;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
              user-select: none;
      -webkit-touch-callout: none;
      -khtml-user-select: none;
      -ms-touch-action: pan-y;
          touch-action: pan-y;
      -webkit-tap-highlight-color: transparent;
  }
  
  .slick-list
  {
      position: relative;
      display: block;
      overflow: hidden;
      margin: 0;
      padding: 0;
  }
  .slick-list:focus
  {
      outline: none;
  }
  .slick-list.dragging
  {
      cursor: pointer;
      cursor: hand;
  }
  
  .slick-slider .slick-track,
  .slick-slider .slick-list
  {
      -webkit-transform: translate3d(0, 0, 0);
         -moz-transform: translate3d(0, 0, 0);
          -ms-transform: translate3d(0, 0, 0);
           -o-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
  }
  
  .slick-track
  {
      position: relative;
      top: 0;
      left: 0;
      display: block;
  }
  .slick-track:before,
  .slick-track:after
  {
      display: table;
      content: '';
  } 
  .slick-track:after
  {
      clear: both;
  }
    .slick-loading .slick-track
  {
      visibility: hidden;
  }
  
  .slick-slide
  {
      display: none;
      float: left;
      height: 100%;
      min-height: 1px;
  }
  [dir='rtl'] .slick-slide
  {
      float: right;
  }
  .slick-slide img
  {
      display: block;
  } 
  .slick-slide.slick-loading img
  {
      display: none;
  }
    .slick-slide.dragging img
  {
      pointer-events: none;
  }
  .slick-initialized .slick-slide
  {
      display: block;
  }
   .slick-loading .slick-slide
  {
      visibility: hidden;
  } 
    .slick-vertical .slick-slide
  {
      display: block;
      height: auto;
      border: 1px solid transparent;
  }  
    .slick-arrow.slick-hidden {
      display: none;
  }  
  




   span.num {
    color: #fff;
    display: grid;
    place-items: center;
    font-weight: 600;
    font-size: 3em;
  } 
  
   span.text {
    color: #e0e0e0;
    font-size: 1.1em;
    text-align: center;
    pad: 0.7em 0;
    font-weight: 400;
    line-height: 0;
  }
   
  @media screen and (max-width:1024px) {
    .slides {
      width: 85vw;
    }
  }
  
  @media screen and (max-width: 768px) {
    .slides{
      width: 90vw;
      flex-wrap: wrap;
      gap: 30px;
    }
  }
  @media screen and (max-width: 480px) {
    .wrapper{
      gap: 15px;
    }
  }
   




  


/* cattle.php */



.content1 {
	font-family: 'Montserrat', sans-serif;
	padding: 10px;
  /* height: 100%; */
	min-width: auto;

}

.text h3, h6 {
	text-transform: uppercase;
	letter-spacing: .1em;
	padding-bottom: 10px;
	color: black;
}

h6 {
	font-size: 15px;
}

.app1 {
  /* margin-top:-90px; */
    background-color: transparent;
	max-width: auto;
	min-width: auto;
	/* min-height: auto; */
	/* border-radius: 5px;
  padding-top: 60px; */
}

.app1 li a {
  text-transform: capitalize;
    text-decoration:none;
    color:gray;
    line-height:2.8rem;
    border-bottom:0.1px solid rgb(243, 239, 232);
    border-right:0.1px solid rgb(243, 239, 232);
    border-radius:10px;
    width:100%;
    
}
.app1 li a:hover {
    color:rgb(11, 223, 124);;
}




.text h3 {
    color:red;
}
.text h6 {
    color:rgb(11, 223, 124);
}
.text p {
    color:black;
}
.text p {
	font-size: 15px;
	line-height: 1.5em;
	font-weight: 400;
}




.row {
	display: flex;
	/*   justify-content: center; */
	align-items: center;
}
.topbar {
      background:linear-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0.7)),url(images/img/bc1.jpg)no-repeat;
     
    }
    .left-contact {
      background:linear-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0.7)),url(images/img/bc.jpg)no-repeat;
      background-attachment: fixed;
      background-repeat: no-repeat;
      background-size: cover;
      border-radius:10px;
      float: left;
    }
    .left-contact a {
      text-decoration:none;
      color:whitesmoke;
    }
 
    .right-content p{
      color:black;
    }
    .right-content h4{
      color:rgb(11, 223, 124);
    }
    .left-content p {
      font-family: Comic Sans MS, Comic Sans, cursive;
      padding-top:15px;
    }

     .img-prod {
      margin-top:15px;
      border-radius:50px;
    } 
    .img-prod1 {
border:1px solid rgb(243, 239, 232);
border-radius:10px;;
    }
 
    .texts h6{
      cursor:pointer;
      letter-spacing:1px;
      border-bottom:1px solid wheat;
      border-right:1px solid wheat;
      line-height:2rem;
      margin-left:auto;
    }
   
    .active, .texts h6:hover {
  
  color:rgb(11, 223, 124);;
}
   

    .contact{
  margin-top:auto;
  background-color: white;
	max-width: auto;
	min-width: auto;
	min-height: auto;
	border-radius: 5px;
	box-shadow: 0px 2px 7px gray;
	/* z-index: -1; */
    }



    .contact-form .form-group {
    position: relative;
    margin-bottom: 20px;
   
   
}

.contact .form-column .text3 {
    position: relative;
    font-size: 16px;
    line-height: 30px;
    /* left:auto; */
    color: #848484;
    font-weight: 400;
    margin-bottom: 30px;
}

.inputs {

  line-height:50px;
  font-size:medium ;
  width: 100;
}
.textar {
  
  padding-top:20px;
  height: 140px;
  line-height:60px;
}
input, textarea {
  width: 100%;
  position: relative;
  display: block;
  background-color: #f4f7fb;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  font-weight: 500;
  border: none;
  box-shadow: none;
  border-radius: 5px;
  outline-color: #9e9e9e;
}
.tab h6 {
  cursor:pointer;
  border-bottom:1px solid rgb(243, 239, 232);
border-right:1px solid rgb(243, 239, 232);
border-radius:10px;
width:70%;
}

input {
  height: auto;
  padding: 0px 15px;
}
.theme-btn {
  margin-bottom:40px;
  border-radius:0px;
  
  width:100%;
	text-transform: uppercase;
	letter-spacing: .2em;
	font-size: 14px;
	font-weight: 600;
	padding: 10px 30px 10px 30px;
	background-color: rgb(11, 223, 124);;
	/* border: 2px solid white; */
	color: white
}
.product2 {
background-color:#F7F7F7;
	font-family: 'Montserrat', sans-serif;
	padding: 50px;
  height: 100%;
	min-width: auto;


}

.tab .active:after
{
    content: url("images/img/icons8-right-arrow-32.png");
    position: relative;
    left: 15px;
    top: 1px; 
}

/* #carouselExampleCaptions {
  display:flex;
  position:relative;
  left:-770px;
} */
/* .carousel-indicators {
  position:relative;
    top:67px;
    left:150px;
  
} */
@media only screen and (max-width:600px){
  
  .right-content {
    position:relative;
    top:-20px;
    left:10px;
  }
  .img-prod1 {
    width:100%;
    
  }
  .right-content {
    text-align:center;
  }
  .tab {

    padding-top:10px;
    text-align:center;
  }
  .tab h6 {
border-bottom:1px solid rgb(243, 239, 232);
border-right:1px solid rgb(243, 239, 232);
border-radius:10px;

width:100%;
}
  .active:after
{
    content: url("");
    position: relative;
    left: 15px;
    top: 10px; 
}
  .icon1 {
        position:fixed;
        bottom: 250px;
        left: auto;
        width: 12%;
      }  
      .icon2 {
        position:fixed;
        bottom: 150px;
        left: auto;
        width: 12%;
      } 
}






@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation : portrait) {
    .icon1 {
        position:fixed;
        bottom: 350px;
        left: auto;
        width: 12%;
      }  
      .icon2 {
        position:fixed;
        bottom: 150px;
        left: auto;
        width: 12%;
      } 
   

    .nav-link {
     position: relative;
     /* top:-10px;
     right:-20px;
        text-transform: capitalize;
        margin-left: -10px;
        word-spacing:0px; */
        display:ruby;
    }
    .navbar-brand {
        margin-left: -40px;
    }
  }

  @media only screen and (min-device-width: 768px) and (max-device-width: 1366px){
    .icon1 {
      position:fixed;
      bottom: 350px;
      left: auto;
      width: 5%;
    }  
    .icon2 {
      position:fixed;
      bottom: 150px;
      left: auto;
      width: 5%;
    } 
    .navbar-brand {
      margin-left: -40px;
  }
    .nav-link {
      margin-top: 0px;
  margin-left: 4px;
  margin-right: 3px;
  color: rgb(0, 0, 0);
  text-transform: capitalize;
  font-weight: 700;
  font-size: 75%;
     }
  }



  .dropdown-item{
    border: 2px solid transparent;
  border-radius: 5px;
  padding: 10px;
  transition: background 0.2s;
  
    color: #2375d8;
    text-decoration: none;
    text-transform: uppercase;
    transition: color 0.2s;
  
  }
  .dropdown-menu li{
    /* margin: -2px 0 0 -2px; */
      width: calc(100% - 20px);
      line-height: 1.5;
  }
  .dropdown-item:hover {
    width:100%;
    background: #ec4138;
    border: 1px solid #f05749;
    border-right: 2px solid #e02a21;
    border-bottom: 2px solid #e02a21;
  }
  

  .contact-section-three {
  position: relative;
  padding: 80px 0;
}







.auto-container {
    position: static;
    max-width: 1200px;
    padding: 0px 15px;
    margin: 0 auto;
}
.contact-section-three .info-column {
    position: relative;
}
.branch-info-box {
    position: relative;
    margin-bottom:1px;
}
.branch-info-box .image {
    position: relative;
}
.branch-info-box .lower-content {
    position: relative;
    padding: 10px 40px;
    border: 1px solid #f2f2f2;
    border-top: 0;
}
.branch-info-box ul li .icon {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 32px;
    line-height: 45px;
    color: #f7c02d;
}
.branch-info-box ul li h5 {
    display: block;
    font-size: 16px;
    line-height: 20px;
    color: #848484;
    font-weight: 700;
    font-family: "Open Sans", sans-serif;
}
.branch-info-box ul li p {
    display: block;
    font-size: 15px;
    line-height: 10px;
    color: #848484;
}
.contact-section-three .form-column .sec-title {
    margin-bottom: 30px;
    
}
.contact-section {
    border:1px solid #f2f2f2;
}
.contact-form {
    position: relative;
}
.contact-form.style-three .form-group {
    margin-bottom: 43px;
}
.contact-form.style-three .form-group label {
    display: block;
    font-size: 14px;
    line-height: 15px;
    color: #dedede;
    font-weight: 600;
    margin-bottom: 7px;
    font-family: "Roboto", sans-serif;
}
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}

.contact-form.style-three .form-group input[type="text"], .contact-form.style-three .form-group input[type="email"], .contact-form.style-three .form-group input[type="tel"], .contact-form.style-three .form-group input[type="url"], .contact-form.style-three .form-group textarea, .contact-form.style-three .form-group select {
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid #f2f2f2;
    height: 35px;
    font-size: 16px;
    color: #848484;
    padding: 5px 0;
    line-height: 24px;
}
.contact-form.style-three .form-group button {
    margin-top: 10px;
}
.contact-form .form-group input[type="submit"], .contact-form button {
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 30px;
    color: #303030;
    font-weight: 700;
    padding: 10px 50px;
    background-color: rgb(11, 223, 124);;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.lower-content a
{
    position:relative;
    top:28px;
    left:-30px;
}










.sec-icon {
  position: relative;
  display: inline-block;
  padding: 0;
  margin: 0 auto;
}

.sec-icon::before {
  content: "";
  position: absolute;
  height: 1px;
  left: -70px;
  margin-top: -5.5px;
  top: 20%;
  background: #333333;
  width: 50px;
}

.sec-icon::after {
  content: "";
  position: absolute;
  height: 1px;
  right: -70px;
  margin-top: -5.5px;
  top: 20%;
  background: #333;
  width: 50px;
}

.advertisers-service-sec {
  background-color: #f5f5f5;
}

.advertisers-service-sec span {
  color: #4ce902;
}

.advertisers-service-sec .col {
  padding: 0 1em 1em 1em;
  text-align: center;
}

.advertisers-service-sec .service-card {
  width: 100%;
  height: 100%;
  padding: 2em 1.5em;
  border-radius: 5px;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  transition: 0.5s;
  position: relative;
  z-index: 2;
  overflow: hidden;
  background: #fff;
}

.advertisers-service-sec .service-card::after {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(#0df079, rgb(255, 23, 131));
  position: absolute;
  left: 0%;
  top: -98%;
  z-index: -2;
  transition: all 0.4s cubic-bezier(0.77, -0.04, 0, 0.99);
}

.advertisers-service-sec h3 {
  font-size: 20px;
  text-transform: capitalize;
  font-weight: 600;
  color: #1f194c;
  margin: 1em 0;
  z-index: 3;
}

.advertisers-service-sec p {
  color: #575a7b;
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: 0.03em;
  z-index: 3;
}

.advertisers-service-sec .icon-wrapper {
  background-color: #2c7bfe;
  position: relative;
  margin: auto;
  font-size: 30px;
  height: 2.5em;
  width: 2.5em;
  color: #ffffff;
  border-radius: 50%;
  display: grid;
  place-items: center;
  transition: 0.5s;
  z-index: 3;
}

/* .advertisers-service-sec .service-card:hover:after {
  top: 0%;
}

.service-card .icon-wrapper {
  background-color: #ffffff;
  color: rgb(255, 23, 131);
}

.advertisers-service-sec .service-card:hover .icon-wrapper {
  color: #0dcaf0;
}

.advertisers-service-sec .service-card:hover h3 {
  color: #ffffff;
}

.advertisers-service-sec .service-card:hover p {
  color: #f0f0f0;
} */
/* ADVERTISERS SERVICE CARD ENDED */

    .projcard-img {
      border-radius: 10px;
    }





    


    @import url(https://fonts.googleapis.com/css?family=Droid+Sans);
.loader {
  
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url(images/img/gearloadingicon-gear-loading-icon-leaf.gif) 50% 50% no-repeat rgb(249,249,249);
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  
  color: black;
  /* padding: 12px 16px; */
  text-decoration: none;
  font-weight: 500;
  display: block;
}

.dropbtn:hover{border-bottom:2px solid green;}
.dropdown-content a:hover {background-color: #ddd;}

.dropdown:hover .dropdown-content {display: block;border-bottom:2px solid green;}

/* .dropdown:hover .dropbtn {background-color: #3e8e41;} */



