/*lato font*/
@import url('https://fonts.googleapis.com/css?family=Lato:400,900&display=swap');
/*font-family: 'Lato', sans-serif;*/
@import url('https://fonts.googleapis.com/css?family=Roboto:400,700&display=swap');
/*font-family: 'Roboto', sans-serif;*/

@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,800&display=swap');
@font-face {
    font-family: 'FontAwesome';
    src: url('../fonts/FontAwesome.eot');
    src: url('../fonts/FontAwesome.eot?#iefix') format('embedded-opentype'), url('../fonts/FontAwesome.woff') format('woff'), url('../fonts/FontAwesome.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Poppins', sans-serif;
    src: url('../fonts/Poppins-Thin.ttf');
    src: url('../fonts/Poppins-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}
@font-face {
    font-family: 'Poppins', sans-serif;
    src: url('../fonts/Poppins-ExtraLight.ttf');
    src: url('../fonts/Poppins-ExtraLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
}
@font-face {
    font-family: 'Poppins', sans-serif;
    src: url('../fonts/Poppins-Light.ttf');
    src: url('../fonts/Poppins-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Poppins', sans-serif;
    src: url('../fonts/Poppins-Regular.ttf');
    src: url('../fonts/Poppins-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Poppins', sans-serif;
    src: url('../fonts/Poppins-Medium.ttf');
    src: url('../fonts/Poppins-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Poppins', sans-serif;
    src: url('../fonts/Poppins-SemiBold.ttf');
    src: url('../fonts/Poppins-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'Poppins', sans-serif;
    src: url('../fonts/Poppins-Bold.ttf.ttf');
    src: url('../fonts/Poppins-Bold.ttf.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Montserrat', sans-serif;
    src: url('../fonts/Montserrat-Black.ttf.ttf');
    src: url('../fonts/Montserrat-Black.ttf.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}
@font-face {
    font-family: 'Montserrat', sans-serif;
    src: url('../fonts/Montserrat-Medium.ttf.ttf');
    src: url('../fonts/Montserrat-Medium.ttf.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Montserrat', sans-serif;
    src: url('../fonts/Montserrat-SemiBold.ttf.ttf');
    src: url('../fonts/Montserrat-SemiBold.ttf.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}


@font-face {
    font-family: 'calibri', sans-serif;
    src: url('../fonts/calibri.ttf');
    src: url('../fonts/calibri.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}



::selection {
    background: rgba(255, 64, 129, 0.22);
    color: #000;
}
::-moz-selection {
 background: rgba(255, 64, 129, 0.22);
 color: #000;
}
body {
    background: #fff;
    font-family: 'Poppins', sans-serif;
    color: #4e4e4e;
    line-height: 22px;
    height:auto !important;
    overflow-X:hidden;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Roboto', sans-serif;
}
a:hover, a:focus {
    color: #ef5d35;
    text-decoration: none;
    outline: none;
    transition: all 0.3s ease-out;
}
.padding-0{padding:0 !important;}
.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
/*header*/
ul.nav.navbar-nav.navbar-right li {
    float: none;
    display: inline-block;
}
ul.nav.navbar-nav.navbar-right{ 
    text-align: right;}
header .row {
    margin: 0;
}
header {
    position: fixed;
    width: 100%;
    background-color: #fff;
    z-index: 999;
    box-shadow:0 0 30px 0 rgba(0, 0, 0, 0.11);
}
.logo {
    padding-top: 5px;
    padding-bottom: 5px;
}
.logo a {
    display: block;
}
header{font-family: 'Hind Siliguri', sans-serif;}
header nav.navbar {
    border-radius: 0;
    margin-bottom: 0;
    border: 0;
}

header nav ul.nav.navbar-nav {
    width: 100%;
}
header nav ul.nav li a {
    position: relative;
    display: block;
    padding: 32px 20px;
    font-size: 13px;
    color: #000;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition:300ms all;
    font-family: 'Poppins', sans-serif;
}
header.srink nav ul.nav li a {
    padding-top: 15px;
    padding-bottom: 15px;
    transition: 300ms all;
}
header nav ul.nav li a:hover, header nav ul.nav li.open>a:hover, header nav ul.nav li.open>a:focus{
    background: #fff;
    color: #197abe;
}
header nav ul.nav li a:focus,header nav ul.nav li a:hover{
    color: #fff;
    background: #fcb52f;
    transition:600ms ease-in-out;
}
header nav ul.nav li a::after{
    position:absolute;
    content:"";
    display:block;
    width:0;
    height:1px;
    background-color:transparent;
    transition: 0.5s;
    bottom:5px;
    right: 0;
    left: 0;
    margin: 0 auto;
}
header nav ul.nav li a:hover::after, header nav ul.nav li.open>a::after{
    width: 60%;
    right: 0;
    left: 0;
    margin: 0 auto;
}
header nav ul.nav li a::before{
    position:absolute;
    content:"";
    display:block;
    width:0;
    height:1px;
    background-color:transparent;
    transition: 0.5s;
    top:5px;
    right: 0;
    left: 0;
    margin: 0 auto;
}
header nav ul.nav li a:hover::before,  header nav ul.nav li.open>a::before{
    width: 60%;
    right: 0;
    left: 0;
    margin: 0 auto;
}
header nav ul.nav li a.active{
    color: #000;
    background: #fcb52f;
}
header nav ul.nav li a.active::after{
     width: 60%;
    right: 0;
    left: 0;
    margin: 0 auto;
}
header nav ul.nav li a.active::before{
    width: 60%;
    right: 0;
    left: 0;
    margin: 0 auto;
}
header nav ul.nav li .dropdown-menu::after {
    content: '';
    position: absolute;
    top: -9px;
    left: 40px;
    width: 0px;
    height: 0px;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 9px solid #fff;
}
header nav ul.nav li .dropdown-menu {
    box-shadow: 25px 25px 50px rgba(0,0,0,0.5);
    transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
    width: 250px;
    border: 0;
    border-radius: 0;
    text-align: left;
    padding: 0;
    transform: translateY(25px);
    opacity: 0;
    visibility: hidden;
    display: block;
    left: 0;
}
header nav ul.nav li .dropdown-menu li a {
    position: relative;
    display: block;
    font-size: 13px;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    text-align: left;
    font-weight: 500;
    padding: 18px 30px;
}
header nav ul.nav li .dropdown-menu li a:hover{background: #fcb52f;
    color: #000;}
header nav ul.nav li .dropdown-menu li a::before,header nav ul.nav li .dropdown-menu li a:after{content:none;}    
header nav ul.nav li .dropdown-menu li{border-top: 1px solid #e5ecf7;width: 100%;}header nav ul.nav li .dropdown-menu li:first-child{border:0;}
header nav ul.nav li .dropdown-menu li a span i {
    font-size: 17px;
    font-weight: bolder;
    opacity:0;
}
header nav ul.nav li .dropdown-menu li a span {
    float: right;
}
.nav .open>a, .nav .open>a:hover, .nav .open>a:focus{background: transparent;}
header nav ul.nav li.dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(5px);
    transition-delay: 0s, 0s, 0.3s;
}
.right_navbar ul li a img {
    display: inline-block;
    margin-left: 0;
}
.logo a img {
    width: 140px;
    transition: width 300ms;
}
header.srink .logo a img {
    width: 75px;
    transition: width 300ms;
}
header nav ul.nav li a.fill-link {
    width: 100px;
    text-align: center;
}
header nav ul.nav li a.fill-link.yellow {
    background: #fcb52f;
    margin-right: -4px;
}
header nav ul.nav li a.fill-link.black {
    background: #000;
}

.fill-link img {
    width: 20px;
}

/*header-end*/
.wrapper {
    padding-top: 82px;
}

/*banner up text*/

@keyframes cssAnimation {
  from {
    -webkit-transform: scale(1) translate(0px);
  }
  to {
    -webkit-transform: scale(1.3) translate(0px);
  }
}
@-webkit-keyframes cssAnimation {
  from {
    -webkit-transform: scale(1) translate(0px);
  }
  to {
    -webkit-transform: scale(1.3) translate(0px);
  }
}

.slider .slide img {
   transition: all 800ms ease-in-out;
  transform: scale(1.25, 1.25);
}
.slider .slide.slick-current.slick-active img {
   transform: scale(1, 1);
}

section.banner .slider {
    z-index: 2;
}
section.banner::after {
    width: 100%;
    height: 200px;
    background: #eef5fc;
    position: absolute;
    bottom: -80px;
    content: "";
    z-index: 1;
    display:none;
}
.banneruptext {
    position: relative;
    width: 100%;
    background: #f0fbfa;
    padding: 40px 0;
    padding-bottom: 100px;
}

.sec1_head h2 {
    font-size: 80px;
    color: #2e3831;
    font-weight: 600;
    font-family: 'calibri', sans-serif;
    line-height: 88px;
    margin: 15px 0;
}
.sec1_head p {
    font-size: 22px;
    color: #2e3831;
    font-weight: 500;
    font-family: 'calibri', sans-serif;
    line-height: 32px;
    margin: 15px 0;
    padding-right: 40px;
}
.slide {
    border-radius: 0px;
    overflow: hidden;
    background: #256e67;
    max-height: 388px;
    margin: 0;
    transition: all 300ms ease;
    opacity: 0.9;
}
section.banner {
    position: relative;
    width: 100%;
    transition: 600ms linear;
}
.slider .slide.slick-current.slick-active{
    opacity: 1;
}
section.banner img{margin:0 auto;width: 100%;}
section.banner .slick-arrow {
position: absolute;
    top: calc(50% - 4rem / 2);
    cursor: pointer;
    display: none;
    width: 4rem;
    height: 4rem;
    border: 0;
    background: #ffffff;
    width: 48px;
    height: 58px;
    z-index: 2;
    transition: 600ms all;
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
}
section.banner .slick-arrow.slick-next{
    right:50px; 
}
section.banner .slick-arrow.slick-prev{
    left:50px; 
}

section.banner .slick-next:before{content: "\f105";font-family: "FontAwesome";font-size: 33px;color: #000; opacity: 1;}
section.banner .slick-prev:before{content: "\f104";font-family: "FontAwesome";font-size: 33px;color: #000; opacity: 1;}
section.banner .slick-prev:hover, section.banner .slick-prev:focus, section.banner .slick-next:hover, section.banner .slick-next:focus{background:#fcb52f;}
.text-banner p {
    color: #fff;
    font-size: 15px;
    letter-spacing: 0.5px;
    font-weight: 300;
}
.text-banner h1 {
    font-size: 4vw;
    text-transform: uppercase;
    font-weight: 800;
    color: #fff;
    letter-spacing: 0;
    font-family: 'Poppins', sans-serif;
    text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.22);
    width: 80%;
    margin: 0 auto;
}
section.banner .text-banner,.text-banner {
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    z-index: 99;
    top: 18%;
    vertical-align: bottom;
    text-align: center;
}
section.banner .slide a{
  position: relative;
    display: block;
    width: 100%;
}
section.banner .slide a::before{
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.58);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index:99;
}
.text-banner span:hover::before {
    background: #fcb52f;
}
.text-banner span:hover {
    background-color: #fcb52f;
    border-color: #fcb52f;
    color: #000;
}
.text-banner span::before {
    width: 48px;
    height: 1px;
    background: white;
    position: absolute;
    right: -48px;
    content: "";
    top: 50%;
}
.text-banner span {
    color: #fff;
    letter-spacing: 1px;
    border: 1px solid #fff;
    position: relative;
    padding: 10px 18px;
    display: inline-block;
    margin-top: 20px;
    background: rgba(252, 181, 47, 0);
    font-size: 13px;
    transition: 600ms linear;
}

/*about section*/
.about_img img {
    margin: auto auto auto 0;
    width:50%;
}
.about_heading span {
    font-size: 18px;
    color: #1d6861;
    font-weight: 600;
    font-family: 'calibri', sans-serif;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 2px;
    display: block;
}
  
.about_heading {
    padding-top: 60px;
}
.about_heading h2::after {
    content: "";
    width: 50px;
    height: 2px;
    background: #fcb52f;
    position: absolute;
    right: -60px;
    top: 15px;
}
.about_heading h2 {
    font-size: 25px;
    color: #000;
    font-weight: 600;
    margin: 10px 0;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    line-height: 30px;
    display: inline-block;
    position: relative;
}
.about_heading .bold_text {
    font-size: 26px;
    color: #000000;
    font-weight: 600;
    line-height: 38px;
    text-align: left;
    padding: 10px 0;
    font-family: 'Roboto', sans-serif;
    margin: 0;
}
.about_heading p {
    font-size: 13px;
    color: #000000;
    font-weight: 400;
    line-height: 25px;
    margin: 15px 0;
    letter-spacing: 1px;
    text-align: left;
    padding: 15px 0;
}
.aboutsec {
    padding: 20px 0 40px;
}
.about_heading a::before {
    content: "";
    width: 50px;
    height: 25px;
    background: url("../images/arrow.png")no-repeat center #fff;
    position: absolute;
    right: 0;
    vertical-align: middle;
     transition: 600ms linear;
}
.about_heading a {
    display: inline-block;
    font-size: 18px;
    color: #1d6861;
    font-weight: 600;
    font-family: 'calibri', sans-serif;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 10px 10px 10px 0;
    position: relative;
    padding-right: 55px;
    transition: 600ms linear;
}
.about_heading a:hover::before{transform:translateX(15px);}


/*space css*/
.pageheding h2 {
    font-size: 25px;
    color: #000;
    font-weight: 600;
    margin: 30px 0;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    line-height: 30px;
    display: inline-block;
    position: relative;
}
.pageheding h2::before {
    content: "";
    width: 50px;
    height: 2px;
    background: #fcb52f;
    position: absolute;
    right: -60px;
    top: 15px;
}
.pageheding p{
    font-size: 13px;
    color: #000000;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 1px;
    text-align: left;
}
.pageheding span {
    font-size: 18px;
    color: #1d6861;
    font-weight: 600;
    font-family: 'calibri', sans-serif;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 2px;
    display: block;
}
.pageheding{padding-bottom:15px;}
.group-list {
    float: left;
    width: 100%;
    position: relative;
    padding: 15px;
    background: #f7f7f7;
    margin-bottom: 20px;
    /* box-shadow: 0 0 0px 1px rgba(0,0,0,.05); */
    border-radius: 3px;
}
.group_about .pageheding h2{
margin-top:10px;
}
.group-list .con_text h3 {
 font-size: 14px;
    color: #000;
    font-weight: 500;
    text-transform:capitalize;
    letter-spacing: 0.5px;
    line-height: 30px;
    display: inline-block;
    position: relative;
    margin: 5px 0;
    font-family: 'Poppins', sans-serif;
}
.group-list .con_text p {
    color: #6b6c73;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.5px;
    line-height: 22px;
}
.explore_btn a::after {
    height: 13px;
    position: absolute;
    content: "\f178";
    font-family: "Fontawesome";
    color: #5cbb4a;
    background: #f7f7f7;
    top: 5px;
    right: 18px;
    line-height: 13px;
    font-size: 16px;
    font-weight: 100;
     transition: all 0.3s;
}
.explore_btn a::before {
    content: "";
    width: 30px;
    height: 30px;
    border: 1px solid #5cbb4a;
    position: absolute;
    border-radius: 50px;
    top: -3px;
    right: 0;
    transition: all 0.3s;

}
.group-list:hover .explore_btn a::before  {
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-name: rotateccw;
    animation-duration: 3s;
    border-radius: 4px;
    border-color: #fcb52f;
    width: 30px;
    height: 30px;
    border-width: 1px;
}
.group-list:hover .explore_btn a::after  {
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-name: rotatecw;
    animation-duration: 3s;
    border-radius: 4px;
    border-color: #fcb52f;
    width: 30px;
    height: 30px;
    content: "";
    border: 2px solid #76c04e;
    top: -3px;
    background: transparent;
    border-width: 1px;
}
.group-list .explore_btn a{transition: 600ms all;}
.group-list:hover .explore_btn a{color: #fcb52f;transition: 600ms all;padding-right:5px;}

@keyframes rotatecw {
    from {transform: rotate(0deg);}
    to {transform: rotate(360deg);}
}

@keyframes rotateccw {
    from {transform: rotate(0deg);}
    to {transform: rotate(-360deg);}
}



.explore_btn a {
    text-transform: capitalize;
    letter-spacing: 1px;
    font-size: 13px;
    font-weight: 400;
    color: #61be4d;
    position: relative;
    display: block;
    padding-right: 40px;
}
.group-list .con_text {
    width: calc(100% - 155px);
    position: relative;
    padding-right: 20px;
    display: inline-block;
    vertical-align: middle;
}
.explore_btn {
    vertical-align: middle;
    width: 150px;
    display: inline-block;
}
/*.all-size_sec::before {
    position: absolute;
    width: 45%;
    height: 100%;
    right: 0;
    top: 0;
    bottom: 0;
    background: url("../in-image/ampletree.png")no-repeat center top #fff;
    content: "";
    z-index: 2;
    background-size: contain;
}*/
.ampletree{padding-left:50px;}
.ampletree img{margin: auto 0 auto auto;}
.group_about{position: relative;}
.group_about {
    padding-bottom: 50px;
}
/*vission section*/
.vission {
    position: relative;
    padding: 0px 0;
    background: #f8f9f9;
}
.vission > .row{margin:0;}
.vission_text:hover{background: #fcb52f;}
.vission_text:hover h3,.vission_text:hover p{color:#fff;}
.vission_text:hover h3::after{background-color:#fff;}


.vission_text.active{background: #fcb52f;}
.vission_text.active h3,.vission_text.active p{color:#fff;}
.vission_text.active h3::after{background-color:#fff;}


.vission_text {
    padding: 40px 60px;
    text-align: center;
    transition: 600ms linear;
    min-height: 347px;
}
.vission_text h3::after {
    content: "";
    width: 100px;
    height: 4px;
    background: #fcb52f;
    position: absolute;
    margin: 0 auto;
    display: block;
    bottom: 0;
    left: 0;
    right: 0;
}
.vission_text h3 {
    font-size: 35px;
    color: #000;
    font-weight: 800;
    letter-spacing: 1px;
    position: relative;
    display: block;
    padding-bottom: 30px;
}
.vission_text p {
    font-size: 16px;
    color: #010101;
    letter-spacing: 0.5px;
    line-height: 30px;
    margin: 0;
    padding: 15px;
}

/*core values section*/
.core-sec{padding:0;position: relative;}
.core_box img {
    width: auto;
    height: 45px;
}
.core_box h3 {
    font-size: 25px;
    color: #000;
    font-weight: 600;
    margin:5px 0;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    line-height: 30px;
    display: inline-block;
    position: relative;
    vertical-align: top;
    padding: 15px 0;
}
.core_box p::before {
    content: "";
    width: 50px;
    height: 2px;
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
}
.core_box p {
    font-size: 13px;
    color: #000000;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.5px;
    text-align: left;
    padding-right: 35px;
    position: relative;
    padding-top: 30px;
}
.core-down{
    border-top: 1px solid #e6e6e5;
    padding: 0;
    padding-top: 45px;
}
.core-up{
  padding: 0;padding-top: 15px;
}
/*testimonials*/
.testimonials {
    padding: 50px 0;
    background: #fff;
}
.test-head h5 {
    color: #040429;
    font-size: 25px;
}
.test-head h2 {
    font-size: 35px;
    color: #000;
    font-weight: 800;
    letter-spacing: 1px;
    position: relative;
    display: block;
    padding-bottom: 30px;
    font-family: 'Roboto', sans-serif;
}
.test-text p {
    font-size: 15px;
    color: #010101;
    letter-spacing: 0.5px;
    line-height: 30px;
    margin: 0;
    padding: 15px 0;
}
.testiname small {
    font-size: 13px;
    letter-spacing: 0.4px;
    padding-top: 5px;
}
.testiname strong {
    color: #000;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-size: 14px;
}
.testiname strong, .testiname small {
    display: block;
}
.testiname {
    border-left: 2px solid #ced1dd;
    padding-left: 20px;
    margin: 30px 0;
}
.test-head::before {
    background: url("../in-image/qama.png")no-repeat center left;
    content: "";
    width: 100px;
    height: 100px;
    position: absolute;
    top: 0;
    background-size: 98px;
    z-index: 1;
    left: -65px;
}
.test-head h5, .test-head h2 {
    z-index: 2;
    position: relative;
}
.test-head {
    position: relative;
}
.testimonila_img img {
    margin: 0 auto;
}
.test-space {
    padding-left: 100px;
}

/*contact*/
.contact_sec::before {
    width:90%;
    height: 90%;
    bottom: 0;
    right: 0;
    content: "";
    background: #fcb52f;
    position: absolute;
}
.contact_sec {
    width: 100%;
    position: relative;
    padding: 5em 0;
}
.conatct_form {
    background: #fff;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 15px 29px 54px rgba(234, 164, 30, 0.62);
    max-width: 425px;
    margin: -5em 0 auto auto;
}
.conatct_form h2 {
    font-size: 32px;
    color: #fcb52f;
    font-weight: bold;
    font-family: 'calibri', sans-serif;
    margin: 0;
    padding-bottom: 15px;
    letter-spacing: 1px;
    display: block;
}

.effect-1, 
.effect-2, 
.effect-3{border: 0; padding: 7px 0; border-bottom: 1px solid #ccc;}
.effect-1 ~ .focus-border{position: absolute; bottom: 0; left: 0; width: 0; height: 2px;transition: 0.4s;background: linear-gradient(to right, #04b5e1, #05e184);}
.effect-1:focus ~ .focus-border{width: 100%; transition: 1s;}
.conatct_form .form-group {
    position: relative;
    margin-bottom:30px;
}
.conatct_form .form-group input, .conatct_form .form-group textarea{
    border: 0;
    border-bottom: 1px solid #e3e8e8;
    box-shadow: none;
    border-radius: 0;
}
.conatct_form .form-group input:focus, .conatct_form .form-group textarea:focus{outline: none;}
.conatct_form .form-group input::placeholder, .conatct_form .form-group textarea::placeholder{
    color: #807575;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}
.btn_design {
    display: inline-block;
    position: relative;
}
.btn_design input {
    position: absolute;
    background: red;
    z-index: 1;
    width: 100%;
    height: 100%;
    cursor: pointer;
    opacity: 0;
}
.btn_design span {
    text-transform: uppercase;
    padding: 7px 30px;
    color: #fcb530;
    letter-spacing: 2px;
    border: 1px solid #fcb52f;
    position: relative;
    display: inline-block;
    margin-top: 20px;
    background: rgba(252, 181, 47, 0);
    font-size: 13px;
    transition: 600ms linear;
    border-radius: 0;
    font-family: 'Roboto', sans-serif;
}

.btn_design span:hover::before {
    transform: translateX(15px);
}
.button_div{text-align: right;margin-bottom: 0 !important;}
.contact_text p {
    font-size: 17px;
    color: #fff;
    font-weight: 400;
    line-height: 30px;
    margin: 15px 0;
    letter-spacing: 0.5px;
    text-align: justify;
    padding: 15px 0;
}
.contact_text span {
    font-size: 18px;
    color: #000;
    font-weight: 600;
    font-family: 'calibri', sans-serif;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 2px;
    display: block;
}
.contact_text h3 {
    font-size: 30px;
    color: #000;
    font-weight: 800;
    margin: 30px 0;
    display: block;
    line-height: 45px;
     font-family: 'Roboto', sans-serif;
}
.contact_text{padding-right: 3em;padding-top: 3em;}
.contact_sec::after {
    width: 140px;
    height: 50%;
    top: calc(100% - 85%);
    left: 0;
    mix-blend-mode: darken;
    background: radial-gradient(#fcb52f.3px,transparent 1px),radial-gradient(#fcb52f .3px,transparent 1px),#fff;
    background-position: 0 0,10px 10px;
    background-size: 10px 10px;
    content: "";
    position: absolute;
    z-index: 1;
}
.contact_text p a {
    color: #fff;
}
/*newsletter section*/
.subscribe-form .s-form-box {
    border: 1px solid #757386;
    box-shadow: none;
    background: #fff;
    padding: 5px 10px;
    height: 46px;
    line-height: 16px;
    border-radius: 0;
    width: 100%;
    max-width: 300px;
    margin-right: 15px;
    vertical-align: middle;outline: none;
}
.subscribe-form input::focus{outline: none;}
.subscribe-form input::placeholder{
    font-size: 13px;
    color: #000000;
    font-weight: 400;
    letter-spacing: 2px;
}
.subscribe-form button {
    display: inline-block;
    font-size: 13px;
    color: #000000;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 11px 25px;
    position: relative;
    transition: 300ms linear;
    border: 0;
    background: #fcb52f;
    height: 46px;
    vertical-align: middle;
    line-height: 16px;
}
/*.subscribe-form button::before {
    width: 48px;
    height: 1px;
    background: #fcb52f;
    position: absolute;
    right: -48px;
    content: "";
    top: 50%;
}*/
.subscribe-wrapper{text-align: center;}
.newsletter_sec {
    padding: 30px 0;
    border-bottom: 1px solid #d8d8dc;
    position: relative;
    background: #f8f9f9;
}
.news_head p {
    font-size: 13px;
    color: #000000;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.5px;
    text-align: left;
    margin: 0;
}
.news_head h3 {
    margin: 0;
    color: #0c091e;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1px;
    padding-bottom: 10px;
    margin-top:10px;
}


/*Footer*/
/*footer*/
.svior_footer{
  position:relative;
  width:100%;
  float:left;
    z-index: 2;
}
.foot_top .f_link a span {
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0 10px;
    display: inline-block;
}
.foot_top .f_link a span i {
    width: 35px;
    height: 35px;
    background: #fbaf24;
    display: inline-block;
    line-height: 36px;
    margin: 0 7px;
    border-radius: 50px;
    font-size: 18px;
    color: #061d42;
}
.foot_top .f_link a {
    color: #fff;
}
.foot_top {
    position: relative;
    background: #fff;
    padding: 30px 0 50px;
}
footer.svior_footer {
    background: #19204e;
}
.foadd nav a i {
    font-size: 19px;
    vertical-align: middle;
}
.svior_flink h2 {
    font-size: 16px;
    font-weight: 800;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    text-align: left;
    padding-bottom: 15px;
}
.svior_flink ul li a:hover::before {
    transition: 600ms;
    transform: translateX(5px);
    color: #ffb835;
}

.topf_deck {
    border-top: 1px solid #bed8de;
    border-bottom: 1px solid #bed8de;
    padding: 2em 0;
    z-index: 2;
    background: #fff;
}
.svior_flink ul li {
    list-style: none;
}
.svior_flink ul {
    padding-left: 0;
    margin: 0;
    text-align: left;
}
.svior_flink ul li a{
    color: #000000;
    line-height: 25px;
    font-weight: 400;
    padding: 2px 0;
    letter-spacing: 0.5px;
    transition: 1s;
    font-size: 13px;
    text-transform: capitalize;
    display: inline-block;
    margin-bottom: 7px;
  }
.svior_flink ul li a::first-letter {
    text-transform: capitalize;
}
.svior_flink ul.enquiry li .grab_box h3 {
    color: #0d0d0d;
    line-height: 20px;
    font-size: 13px;
    font-weight: 400;
    padding: 1px 0;
    display: block;
    letter-spacing: 1px;
    transition: 1s;
    white-space: nowrap;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 2px;
}
.svior_flink ul.enquiry li .grab_box i{color:#848c9a;}

.svior_flink ul.enquiry li .grab_box p {
    margin-bottom: 0px;
}
.svior_flink ul.enquiry li .grab_box p a::before {
    content: none;
}
.svior_flink ul.enquiry li .grab_box a {
    padding-left: 0;
}
.svior_flink ul.enquiry li .grab_box {
    border-bottom: 1px solid #848c9a;
    padding-bottom: 3px;
}
.svior_flink ul li a {
    position: relative;
}
.svior_flink ul li a:hover{color: #ffb835;}
.foadd nav a {
    color: #fff;
    padding: 0 2em;
    display: inline-block;
    letter-spacing: 0.5px;
    font-weight: 300;
    font-size: 13px;
    border-right: 1px solid #0d3069;
    box-shadow: 2px 0px 0 #010f24;
    vertical-align: middle;
}
.sviorfone h2 {
    margin-bottom: 0;
    padding-bottom: 8px;
}
span.promo_text p {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1.2px;
    color: #fff;
}
.foadd {
    padding-top: 15px;
    position: relative;
    margin: 0 auto;
}
.foot_bot p {
    color: #fff;
    font-size: 12px;
    letter-spacing: 1px;
    font-weight: 300;
    margin: 0;
}
.foot_bot p a,.foot_bot p.copy{
    color: #000;
    padding: 0 5px;
    font-size: 13px;
    letter-spacing: 0.8px;
    margin: 0;
    font-weight: 400;
}
.foot_bot p.copy{text-align:left;}
.foot_bot p a:hover{color:red;}
.foadd nav a:last-child {
    border-right: 0;
    box-shadow: none;
}
.foot_top .f_link a span i::before {
    z-index: 2;
    position: relative;
}
.foot_top .f_link a span i::after {
    width: 50%;
    content: "";
    background: #fbaf24;
    position: absolute;
    height: 100%;
    left: 0;
  transition: 600ms all;
    z-index: 1;
  border-radius: 50px 0 0 50px;
  transform:translateX(0%)rotateX(0deg);
}
.foot_top .f_link a span:hover i {
    border-radius: 0;
    transition: 600ms all;
}
.foot_top .f_link a span:hover{color: #fbaf24;}
.foot_top .f_link a span i{
  transition: 600ms all;
      position: relative;
  }
.foot_top .f_link a span:hover i::after {transform:translateX(100%)rotateX(180deg);transition: 600ms all;background: #fff;border-radius:0;}
.promo_box {
    position: relative;
    padding-top: 25px;
}
.promo_box span.prome_img {
    width: 40px;
    vertical-align: top;
}
.promo_box span.promo_text {
    width: 85%;
    vertical-align: middle;
    padding-left: 15px;
}
.promo_text h5 {
    color: #fff;
    margin: 0;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-align: left;
    margin-bottom: 8px;
    font-size: 16px;
}
.promo_text h5 a {
    color: #242323;
}
.promo_box span {
    display: inline-block;
}
.callf_deck {
    padding: 2em 0 2.5em;
}

.callf_deck .container, .foot_bot .container, .topf_deck .container{padding:0;}
.foot_bot {
      background: #f8f9f9;
    padding: 1.5em 0;
    border-top: 1px solid #d8d8dc;
}
.sviorfone {
    padding-top: 25px;
}
.sviorfone nav {
    padding-top: 20px;
}
.sviorfone nav a {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 37px;
    border: 2px solid #fcb52f;
    background: #fff;
    margin: 20px 5px;
    text-align: center;
    color: #000;
    font-size: 18px;
    border-radius: 50px;
    transition: 601ms ease-out;
}
.sviorfone nav a:hover i {
    transform: scale(1.2);
    transition: 601ms cubic-bezier(0.4, 0, 1, 1);
    color: #fcb52f;
}
.sviorfone nav a:hover {
    background: #000000;
    border-color: #000;
}
.testimonila_img img {
    position: relative;
    z-index: 2;
}
.testimonila_img img.men2{
  position: absolute;
  z-index: 1;
}

/*=== event page css ===*/
/*event page about*/
.hex_img ul li {
    list-style: none;
    display: inline-block;
    width: 30%;
    position: relative;
}
.hex_img ul {
    padding: 0;
    width: 100%;
}
.hex_img ul li span {
    display: block;
    width: 168px;
    height: 168px;
    margin: 0 auto;
    margin-bottom: 15px;
    overflow: hidden;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}
.hex_img ul li:nth-child(1){
    top: -90px;
    left: 70px;
}
.hex_img ul li:nth-child(3){
    top: -90px;
    right:70px;

}
.center-heading {
    text-align: center;
    padding-bottom: 50px;
}
.center-heading h2 {
  font-size: 35px;
    color: #000;
    font-weight: 800;
    letter-spacing: 1px;
    position: relative;
    display: block;
    padding-bottom: 30px;
    text-transform: uppercase;
}
.center-heading h2::after{
    content: "";
    width: 100px;
    height: 4px;
    background: #fcb52f;
    position: absolute;
    margin: 0 auto;
    display: block;
    bottom: 0;
    left: 0;
    right: 0;
}
.center-heading p {
    font-size: 13px;
    color: #000000;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.5px;
    position: relative;
    padding-top: 15px;
    width: 50%;
    margin: 0 auto;
}
.event_sec {
    background: #f9f9f9;
    padding: 20px 0 0;
}
.event_icon {
    text-align: center;
    margin-bottom: 10px;
    max-height: 90px;
    min-height: 90px;
    overflow: hidden;
}
.eventserbox:hover::before {
    -webkit-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
    box-shadow: 0 5px 15px rgba(230, 230, 230, 0.3);
    opacity: 1;
}

.eventserbox div {
    position: relative;
    z-index: 2;
}
.eventserbox::before {
    position: absolute;
    top: 0;
    bottom: 0;
    content: "";
    left: 0;
    right: 0;
    background: white;
    transition: 600ms linear;
    opacity: 0;
}
.eventserbox {
    text-align: center;
    min-height: 175px;
    padding-top: 17px;
    background: transparent;
    margin-bottom: 30px;
    position: relative;
}
.eventserbox p {
    font-size: 16px;
    color: #000;
    font-weight: 600;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 22px;
    display: inline-block;
    position: relative;
}

/*promotional even sec*/
.promotion-sec {
    padding: 20px 0;
    position: relative;
    background: #76c04d;
}
.clip_box ul li {
    display: inline-block;
    width: 19.4333%;
    text-align: center;
}
.clip_box ul {
    padding: 0;
    margin: 0;
    display: block;
    width: 100%;
}
.clip_box ul li {
    filter: drop-shadow(0px 30px 15px rgba(106, 164, 59, 0.68));
}
.clip_box ul li .clip-way::before {
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: transparent;
    filter: blur(14px);
    z-index: 1;
    clip-path: polygon(100% 0, 100% 100%, 50% 65%, 0% 100%, 0 47%, 0% 0%);
}
.clip_box ul li .clip-way {
    width: 196px;
    height: 200px;
    background: #76c04d;
    vertical-align: top;
    display: inline-block;
    margin-bottom: 50px;
    -webkit-clip-path: polygon(100% 0, 100% 100%, 50% 65%, 0% 100%, 0 47%, 0% 0%);
    clip-path: polygon(100% 0, 100% 100%, 50% 65%, 0% 100%, 0 47%, 0% 0%);
    position: relative;
    z-index: 2;
    line-height: 200px;
    vertical-align: middle;
}
.clip_box ul li .clip-way h3 {
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    color: #fff;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 22px;
    display: inline-block;
    vertical-align: text-top;
    position: relative;
    top: -25px;
    padding: 0 15px;
    margin: 0;
}
.promotion-sec .center-heading h2::after {
    content: "";
    width: 100px;
    height: 4px;
    background: #000;
    position: absolute;
    margin: 0 auto;
    display: block;
    bottom: 0;
    left: 0;
    right: 0;
}
.clip_box ul li a:hover .clip-way {
    background: #fcb52f;
    transition: 600ms ease-in-out;
}
.clip_box ul li a .clip-way, .clip_box ul li {
    transition: 600ms ease-in-out;position: relative;
}
.clip_box ul li span {
    display: block;
    position: absolute;
    top: -26px;
    width: 60px;
    height: 60px;
    background: #fff;
    line-height: 60px;
    border-radius: 50px;
    left: 0;
    right: 0;
    margin: 0 auto;
    box-shadow: 0 9px 25px rgba(85, 140, 55, 0.72);
    z-index: 3;
}
.clip_box ul li span img {
    width: 34px;
    line-height: 20px;
    display: inline-block;
}
.clip_box{padding-top:30px;}

/*digital marketing section*/
.digita-eventsec {
    padding: 20px 0;
    position: relative;
    background: #fff;
}
.digi-box a {
    display: block;
}
.digi-icon::after {
    content: "\f061";
    font-family: "Fontawesome";
    width: 60px;
    height: 60px;
    line-height: 60px;
    position: absolute;
    top: 25%;
    right: -30px;
    background: #fff;
    text-align: center;
    border-radius: 50px;
    font-size: 20px;
    color: #000;
    transition: opacity 600ms, ease-in-out 600ms;
    opacity: 0;
    box-shadow: 0 0 21px rgba(179, 124, 20, 0.48);
    transform: translateX(10px);
}
.digi-box a:hover .digi-icon::after {
    opacity: 1;
    box-shadow: 0 0 21px rgba(179, 124, 20, 0.48);
    transform: translateX(0px);
}
.digi-icon {
    margin-bottom: 30px;
    width: 150px;
    height: 150px;
    margin: 0 auto;
    background: white;
    border-radius: 50%;
    position: relative;
    transition: 600ms ease-in-out;
    margin-bottom: 30px;
}
.digi-box h3 {
    font-size: 16px;
    color: #000;
    font-weight: 600;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 22px;
    display: block;
    position: relative;
    text-align: center;
    margin: 0;
}
.digita-bloc {
    margin: 0;
    padding: 30px 0;
}
/*how we do section*/
.how_wedo .pageheding h2{
  margin-top:0;
  color:#fff;
}
.how_wedo .pageheding p{
  color:#fff;
}
.how_wedo {
  padding:50px 0 0;
  position: relative;
  background: #fff;
}
.how_wedo > div {
    position: relative;
    z-index: 3;
}
.how_wedo::before {
    content: "";
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    background: #141521;
    position: absolute;
    height: 60%;
}
.wedo-box {
    margin: 0;
    background: #fff;
    box-shadow: 8px 0 30px rgba(20, 21, 33, 0.18);
    padding: 0px;
}
.proces_block ul li {
    list-style: none;
    display: inline-block;
    width: 49.333%;
    text-align: center;
}
.proces_block ul {
    padding: 0;
    display: block;
    width: 100%;
    background: #fcb52f;
    border-radius: 78px;
}
.proces_block {
    display: flex;
    padding: 40px;
    transform: rotate(45deg);
}

.process_box .p-contec p {
    font-size: 15px;
    color: #000;
    font-weight: 600;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1.4px;
    line-height: 30px;
    display: inline-block;
    position: relative;
    margin: 10px 0;
}
.process_box .p-contec span img {
    margin: 0 auto;
    width: 37px;
    transform: rotate(-45deg);
    margin-bottom: 20px;
    margin-right: -4px;
}
.process_box .p-contec span {
    display: block;
    background: #FFC107;
    width: 59px;
    height: 55px;
    margin: 0 auto;
    margin-bottom: 20px;
    border-radius: 6px;
    transform: rotate(45deg);
}
.process_box:hover .p-contec span{
    background:#f5f5f5;
}
.proces_block ul li:hover .p-contec span{
    background:#FFC107;
}
.process_box .p-contec {
   line-height: 20px;
    display: inline-block;
    transform: rotate(-45deg);
    vertical-align: middle;
}
.process_box:hover {
    background: #76C04D;
    transition: 600ms ease-in-out;
}
.process_box {
    width: 268px;
    height: 268px;
    background: #fcb52f;
    margin: 0 auto;
    line-height: 251px;
    vertical-align: middle;
    border-radius: 4px;
    transition: 200ms ease-in-out;
    /* box-shadow: 8px 0 30px rgba(226, 167, 6, 0.78); */
    margin-top: 0;
    margin-bottom: 0;
}

.proces_text {
    position: relative;
    padding: 20px;
    background: #fff;
    bottom: -453px;
    margin: 0 15px 0;
}
.proces_text h2 {
    font-size: 25px;
    color: #000;
    font-weight: 600;
    margin-top:0;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    line-height: 30px;
    display: block;
    position: relative;
    vertical-align: top;
    margin-bottom: 10px;
}
.proces_text p{
    font-size: 15px;
    color: #010101;
    letter-spacing: 0.5px;
    line-height: 21px;
    margin: 0;
    /* padding: 15px 0; */
  }
.proces_text a {
    color: #000;
    letter-spacing: 1px;
    border: 1px solid #fcb52f;
    position: relative;
    padding: 10px 18px;
    display: inline-block;
    margin-top: 20px;
    background: #fff;
    font-size: 13px;
    transition: 600ms linear;
    box-shadow: 20px 10px 50px rgba(224, 225, 231, 0.80);
}
.proces_text a::before {
    width: 48px;
    height: 1px;
    background: #fcb52f;
    position: absolute;
    right: -48px;
    content: "";
    top: 50%;
}


/*cunstruct css*/
.box-services-hexagon {
    max-width: 270px;
    text-align: center;
    background-color: #fffffd;
    padding: 30px;
    border-radius: 3px;
    overflow: hidden;
    position: relative;
}
.hexagon-wrapper {
    position: relative;
    display: inline-block;
    width: 70px;
}
.hexagon {
    position: relative;
    width: 70px;
    height: 40.41px;
    background-color: #fcb52f;
    margin: 20.21px 0;
    transition: .25s ease-out all;
}
.hexagon:before {
    bottom: 100%;
    border-bottom: 20.21px solid #fcb52f;
}
.hexagon:before, .hexagon:after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    border-left: 35px solid transparent;
    border-right: 35px solid transparent;
}
.hexagon:after {
    top: 100%;
    width: 0;
    border-top: 20.21px solid #fcb52f;
}
.hexagon-wrapper img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.box-services-hexagon:hover .hexagon {
    transform: rotate(-90deg);
}
.box-services-hexagon{margin-top: 15px;margin-bottom: 15px;margin:0 auto;}
.cunstruct-sec {
    position: relative;
    padding: 20px 0 40px;
    background: url("https://abctechweb.net/envato/templates/fabarc/fabarc/img/banner/banner-new1.jpg")no-repeat center;
    background-size: cover;
    background-attachment: fixed;
}
section.video_sec .row {
    margin: 0;
    padding: 0;
}
section.video_sec {
    z-index: 1;
    position: relative;
    max-height: 600px;
    overflow: hidden;
}
.video_div video {
    transform: translateY(-235px);
}
.expert-sec {
    background: #fff;
    z-index: 2;
    position: relative;
}
.expert-sec .container {
    background: #fff;
    z-index: 3;
    transform: translateY(-100px);
    padding: 50px 50px;
    box-shadow: 0 2px 64px 0 rgba(0,0,0,.06);
    border-radius: 10px;
}
.cunstruct-sec::before {
    content: "";
    background-color: rgba(255, 255, 255, 0.8);
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.cunstruct-sec .center-heading h2, .cunstruct-sec .center-heading p{color:#000;}
.box-services-hexagon-title a::before {
    width: 50px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: #fcb52f;
    position: absolute;
    bottom: 0;
    height: 2px;
    content: "";
}
.box-services-hexagon-title a {
    font-size: 15px;
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 22px;
    display: block;
    position: relative;
    padding-bottom: 15px;
}
.box-services-hexagon-text {
    font-size: 13px;
    color: #333;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.5px;
    position: relative;
    padding-top: 15px;
    margin: 0 auto;
}
.row-30{margin: 30px 0;}
.light_text p {
    font-size: 13px;
    color: #000000;
    letter-spacing: 0.5px;
    line-height: 30px;
    font-weight: 400;
    letter-spacing: 1px;
}
.light_text h3::before {
    width: 250px;
    height: 2px;
    background: #fcb52f;
    position: absolute;
    bottom: 0;
    content: "";
    left: 0;
}
.light_text h3 {
    font-size: 26px;
    color: #57a72d;
    font-weight: 400;
    margin: 30px 0;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 0.4px;
    line-height: 35px;
    display: block;
    position: relative;
    vertical-align: top;
    padding: 15px 0;
    margin-top: 0;
    padding-top: 0;
}
.light_text {
    padding: 30px 0;
}
.light_img2 img {
    padding-right: 50px;
}
.light_img1 img {
    padding-left: 50px;
}
.light_img2 {
    margin-bottom: 60px;
}
.light_img1 {
    margin-bottom: 60px;
}

.light_img2 .light_text h3::before{
   
    margin: auto 0 auto auto;
    left: 0;
}
.light_img2 .light_text p{
    margin: auto 0 auto auto;
}


/*clients*/
.tab-filter {
    padding: 0;
    margin: 0;
    display: block;
    width: 100%;
    text-align: left;
}
.tab-filter li a {
    display: block;
    font-size: 13px;
    color: #000;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.5px;
    position: relative;
    padding: 13px 15px;
    border-bottom: 1px solid #e4e2e2;
    transition: 600ms linear;
}
.tab-filter li {
    list-style: none;
    display: block;
}
.tab-filter {
    padding: 0;
    margin: 0;
    display: block;
    width: 100%;
    text-align: left;
    background: #f1f1f1;
}
.tab-filter li.active a::after, .tab-filter li:hover a::after {
    border-right: 10px solid #fcb52f;
    border-bottom: 10px solid transparent;
    border-left: 10px solid transparent;
    border-top: 10px solid transparent;
    content: "";
    position: absolute;
    right: 25px;
    top: 27%;
    transition: 300ms ease-in-out;
}
.tab-filter li.active a::before, .tab-filter li:hover a::before {
    content: "";
    width: 25px;
    background: #fcb52f;
    height: 101%;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    transition: 300ms ease-in-out;
}
.tab-filter li.active a, .tab-filter li a:hover, .tab-filter li a:focus {
    background: #77c04e;
    color: #fff;
    border-color: #77c04e;
}
.tab-filter li a {
    display: block;
    font-size: 13px;
    color: #000;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.5px;
    position: relative;
    padding: 13px 15px;
    border-bottom: 1px solid #e4e2e2;
    transition: 300ms ease-in-out;
}
.client_filter .gallery_product .col-md-3.col-sm-3.col-xs-12 span, .client_filter .gallery_product .col-md-3.col-sm-3.col-xs-12 span img{
     transition: 1s ease;
}
.client_filter .gallery_product .col-md-3.col-sm-3.col-xs-12 span:hover {
    transition: 1s ease;
    background-color: #fff;
}
.client_filter .gallery_product .col-md-3.col-sm-3.col-xs-12 span:hover img{
    transition: 1s ease;
    filter: grayscale(0%);
}
.client_filter .gallery_product .col-md-3.col-sm-3.col-xs-12 {
    padding: 0;
}
.client_filter .gallery_product span img {
    display: inline-block;
    filter: grayscale(100%);
    mix-blend-mode: darken;
}
.client_filter .gallery_product span {
    display: block;
    background: #f1f1f1;
    text-align: center;
    height: 160px;
    line-height: 160px;
    vertical-align: middle;
    border: 1px solid #f1f1f1;

}
.client_filter .gallery_product .row{margin:0;}
.client_filter .gallery_product .row:nth-child(odd) .col-md-3.col-sm-3.col-xs-12:nth-child(even) span, .client_filter .gallery_product .row:nth-child(even) .col-md-3.col-sm-3.col-xs-12:nth-child(odd) span{
  background: white;
}
.filter {
    border-bottom: 5px solid #e6e6e5;
    padding: 0;
    padding-bottom: 40px;
    margin-bottom: 40px;
}
.filter#commonview{
  border: 0;padding:0;margin:0;
}
.tab-filter-view {
    padding-left: 30px !important;
}


.his-left-logo{
    position: absolute;
    left: 26%;
    background: #fff;
    padding: 0 10px;
    margin-top: -88px;
    width:120px;
    height:auto;
}
.his-left-logo img{
    width:100%;
    height:auto;
}
.his-right-logo{
    position: absolute;
    right: 26%;
    background: #fff;
    padding: 0 10px;
    margin-top: -88px;
    width:120px;
    height:auto;
}
.his-right-logo img{
    width:100%;
    height:auto;
}

/*tanya contact*/
/*banner-form*/
section.contact-banner .row {
    margin: 0;
}
section.contact-banner {
    padding: 2em 0;
}
.contact-heading h1 {
    font-size: 35px;
    color: #000;
    font-family: poppins;
    font-weight: bold;
    letter-spacing: 2px;
}
.contact-heading h5 {
    font-size: 13px;
    font-family: poppins;
    font-weight: 500;
    color: #000;
    letter-spacing: 1px;
    margin-top: 25px;
}
.contact-heading h5 a {
    text-transform: uppercase;
    color: #000;
    border-bottom: 1px solid #000;
}
.contactp-form .row .col-md-6.col-sm-6.col-xs-12{
    padding-left: 0;
    padding-right: 30px;
}
.contactp-form .row .col-md-6.col-sm-6.col-xs-12:last-child {
    padding-right: 0;
}
.contactp-form form input.form-control {
    height: 48px;
    border-radius: 0;
    background: #eef2f5;
    border: 0;
    box-shadow: none;
}
.contactp-form form textarea.form-control {
    height: 48px;
    border-radius: 0;
    background: #eef2f5;
    border: 0;
    box-shadow: none;
    min-height: 125px;
}
.contactp-form .form-group input::placeholder, .contactp-form .form-group textarea::placeholder{
    color: #2d3443;
    font-size: 12px;
    font-weight: 400;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
}
.contactp-form .row {
    margin: 0;
}
.contactp-form form .row a {
    color: #fcb52f;
    letter-spacing: 1px;
    border: 1px solid #fcb52f;
    position: relative;
    padding: 13px 60px;
    display: inline-block;
    background: rgba(252, 181, 47, 0);
    font-size: 14px;
    transition: 600ms linear;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
}
.contactp-form form .row a:hover {
    background: #fcb52f;
    color: #000;
}
.contactp-form form .row a::before {
    width: 50px;
    height: 1px;
    background: #fcb52f;
    position: absolute;
    right: -50px;
    content: "";
    top: 50%;
}
.contactp-form form {
    padding: 2em 0;
}
.contactp-form form .form-group {
    margin-bottom: 20px;
}

/*reach*/
.our-reach {
    position: relative;
    height: 530px;
    overflow: hidden;
}
section.reach {
    position: relative;
}
section.reach::before {
    position: absolute;
    content: "";
    height: calc(100% + 14px);
    width: 75%;
    background: #fcb52f;
    z-index: 2;
    mix-blend-mode: multiply;
    top: -14px;
}

.our-reach img {
    margin: auto 0 auto auto;
    filter: grayscale(100%);
}
.reach-text h1 {
    font-size: 80px;
    color: #fff;
    font-family: poppins;
    letter-spacing: 1px;
    font-weight: 400;
    padding-left: 70px;
    display: inline-block;
}

.reach-text {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    line-height: 420px;
    vertical-align: middle;
    z-index: 3;
}
/*address*/
section.address {
    position: relative;
    z-index: 3;
}
.add-area h1 {
    color: #000;
    font-size: 24px;
    font-weight: 400;
    font-family: poppins;
    letter-spacing: 1px;
    line-height: 35px;
    margin-bottom: 50px;
}
.add-area {
    background: #fff;
    margin-top: -170px;
    padding: 30px 80px;
}
.add-area .nav-tabs {
    border-bottom: 0;
}
.add-area .nav-tabs>li {
    width: 50%;
}
.add-area .nav-tabs>li a {
    border: 0;
    background: transparent;
    border-bottom: 1px solid #d8d8d8;
    padding:20px 10px;
    width: 90%;
    font-size: 15px;
    font-family: poppins;
    color: #666666;
    letter-spacing: 0.5px;
    font-weight: 400;
}
.add-area .nav-tabs>li.active>a, .add-area .nav-tabs>li.active>a:hover, .add-area .nav-tabs>li.active>a:focus {
    border-left: 0;
    border-right: 0;
    border-top: 0;
    background-color: transparent;
}
.add-area .tab-content h3 {
    font-size: 40px;
    font-family: poppins;
    font-weight: 600;
    color: #000;
    letter-spacing: 0.5px;
    margin: 50px 0 35px;
}
.add-area .tab-content {
    padding: 10px 0;
}
.add-area .nav-tabs>li.active a{
    color: #fba80b;
    border-bottom: 1px solid #fcb52f;
}
.add-area .nav-tabs>li.active a i{
    color: #fba80b;
}
.add-area .nav-tabs>li a:hover {
    color: #fba80b;
    border-bottom: 1px solid #fcb52f;
}
.add-area .nav-tabs>li a:hover i {
    color: #fba80b;
}
.add-area .nav-tabs>li>a i {
    display: inline-block;
    font-size: 20px;
    color: #a2a2a2;
    font-weight: 600;
    float: right;
}
.add-area .tab-content p {
    color: #807f7f;
    font-size: 15px;
    font-weight: 400;
    font-family: poppins;
    letter-spacing: 0.5px;
}

.add-area .tab-content p.main-add {
    color: #666666;
    font-size: 18px;
    font-family: poppins;
    font-weight: 400;
}
.map {
    position: relative;
    width: 100%;
    float: left;
    height: 100%;
}
.contact-subs {
    width: 100%;
    float: left;
    position: absolute;
    top: 0;
}
.col-md-8.col-sm-8.col-xs-12.col-md-offset-2.col-sm-offset-2.map-div {
    padding: 20px 80px;
    background: #fff;
    box-shadow: 2px 2px 10px rgba(221, 221, 221, 0.78);
}
.contact-subs p {
    color: #000;
    font-size: 18px;
    font-family: poppins;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: 1px;
}
.contact-subs a::before {
    position: absolute;
    content: "";
    width: 50px;
    height: 1px;
    background: #fcb52f;
    right: -50px;
    top: 50%;
}
.contact-subs a {
    display: inline-block;
    font-size: 13px;
    color: #000000;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 13px 25px;
    transition: 300ms linear;
    border: 1px solid #fcb52f;
    background: transparent;
    position: relative;
    vertical-align: middle;
    float: right;
    line-height: 16px;
}
.contact-subs a:hover {
    background: #fcb52f;
}


/*dairy*/
section.dairy::before {
    position: absolute;
    content: "";
    background: url(../in-image/dairy-ban-bottom.png) no-repeat;
    padding: 410px;
    bottom: -170px;
    padding-bottom: 0;
    left: 0;
    background-size: 78%;
}
section.dairy {
    background: #fcb52f;
    position: relative;
    width: 100%;
    margin: 0 auto;
    max-height:388px;
}
.dairy-ban img{
    width:60%;
    float:right;
}
.dairy .row {
    margin: 0;
}
.dairy-bantext a {
    color: #fff;
    letter-spacing: 1px;
    border: 1px solid #fff;
    position: relative;
    padding: 10px 18px;
    display: inline-block;
    margin-top: 20px;
    background: rgba(252, 181, 47, 0);
    font-size: 13px;
    transition: 600ms linear;
    text-transform: uppercase;
}
.dairy-bantext a:hover {
    background: #fcb52f;
    color: #000;
    border: 1px solid #fcb52f;
    transition: 600ms linear;
}
.dairy-bantext a:hover::before{
    background: #fcb52f;
    transition: 600ms linear;
}
.dairy-bantext a::before {
    position: absolute;
    content: "";
    height: 1px;
    width: 50px;
    right: -50px;
    background: #fff;
    top: 50%;
}
.dairy-bantext h1 {
    font-size: 4vw;
    text-transform: uppercase;
    font-weight: 800;
    color: #fff;
    letter-spacing: 0;
    font-family: 'Poppins', sans-serif;
    text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.22);
    width: 80%;
}

.dairy-bantext p {
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    letter-spacing: 0.3px;
}
.dairy-bantext {
    padding: 5em 0 0;
}

/*dairy slider*/
section.dairy-slider {
    background: #fff;
    padding: 20px 0 50px;
}
.slider-image img {
    width: auto;
    max-height: 250px;
    margin: 0px auto;
}
.slider-image{display:block;padding: 30px 0;}
.dairy-slider .multiple-items {
    text-align: center;
}
.dairy-slider .slick-next {
    top: 50% !important;
    width: 50px;
    height: 50px;
    background: #fff;
    border-radius: 100px;
    box-shadow: 0px 0px 8px #ddd;
    line-height: 70px;
}
.dairy-slider .slick-prev {
    top: 50% !important;
    width: 50px;
    height: 50px;
    background: #fff;
    border-radius: 100px;
    box-shadow: 0px 0px 8px #ddd;
    line-height: 70px;
}
section.dairy-slider .container {
    background: #fff;
}
.multiple-items{padding-top:30px;}
section.animals .container {
    position: relative;
    z-index: 5;
}
.dairy-slider .slick-prev:before {
    color: #fcb52f;
    content: "\f104";
    font-family: "FontAwesome";
    font-size: 30px;
    color: #fcb52f;
    opacity: 1;
}
.dairy-slider .slick-next:before {
    color: #fcb52f;
    content: "\f105";
    font-family: "FontAwesome";
    font-size: 30px;
    color: #fcb52f;
    opacity: 1;
}
.full_dairysec img {
    margin: 0 auto;
    mix-blend-mode: luminosity;
}
section.full_dairysec {
    background: #7cc356;
}
.slider1 {
    position: relative;
    display: block;
    width: 300px;
    height: auto;
    margin: 0 auto;
    background: #eeede9;
    border-radius: 10px;
}
.slider-image {
    position: relative;
    margin: 0 auto;
    background: url("../in-image/product_bg.png") no-repeat bottom center;
    background-size: 300px;
    min-height: 320px;
}

.slider-image span {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
}
.slider-text {
    position: relative;
    right: 0;
    left: 0;
    vertical-align: middle;
    padding: 5px;
    margin: 0 auto;
    z-index: 6;
    margin-top: -20px;
    background: #eeede9;
    border-radius: 0 0 10px 10px;
}
.slider-text h4 {
    color: #000;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
    font-family: 'Lato', sans-serif;    
}
.healhty-heading.black span img {
    margin: 0 auto;
    background: black;
    mix-blend-mode: difference;
}
.healhty-heading.black h1{color:#000;}
.slider-text p {
    color: #605e83;
    font-size: 14px;
    text-transform: capitalize;
    letter-spacing: 0.5px;
    font-weight: 400;
    font-family: 'Lato', sans-serif;
}
.slider1:focus {
    outline: 0;
}
#burst-12 {
    background: red;
    width: 175px;
    height: 175px;
    position: relative;
    text-align: center;
    margin: 30px auto;
    border-radius: 30px;
    z-index: -1;
}
#burst-12::before, #burst-12::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 175px;
    width: 175px;
    background: red;
    border-radius: 30px;
    z-index: -1;
}
    #burst-12::before {
      transform: rotate(30deg);
    }
    #burst-12::after {
      transform: rotate(60deg);
    }
/*ample dairy*/

.about_heading.dairyfarm-text a {
    display: inline-block;
    font-size: 15px;
    color: #5926c4;
    font-weight: 600;
    font-family: 'Lato', sans-serif;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 0px 10px 0px 0;
    position: relative;
    padding-right: 55px;
    transition: 600ms linear;
}
section.dairy-farm .row {
    margin: 0;
}
section.dairy-farm::before {
    position: absolute;
    content: "";
    background: url(../in-image/milk-farm.png) no-repeat;
    padding: 545px;
    right: 0;
    bottom: -215px;
    padding-bottom: 0;
}
section.dairy-farm::after {
    position: absolute;
    content: "";
    right: 0;
    padding-bottom: 0;
    width: 30%;
    left: 0;
    background: #fcb52f;
    top: 0;
    z-index: 1;
    height: 100%;
}
section.dairy-farm {
    position: relative;
    padding: 0em 0 4em;
}
.dairyfarm-image img{margin-top:20px;}
.dairyfarm-image {
    position: relative;
    z-index: 2;
}
.about_heading.dairyfarm-text {
    padding-top: 50px;
}

section.healthy {
    background: #141521;
    color: #fff;
    text-align: center;
    margin: 5em 0 0;
    padding-bottom: 30px;
    position: relative;
    z-index: 1;
}
.healhty-heading h1 {
    text-transform: uppercase;
    font-size: 35px;
    font-family: 'Lato', sans-serif;
    letter-spacing: 3px;
    font-weight: 600;
    margin: 30px 0 20px;
}
.healhty-heading {
    position: relative;
}
.healhty-heading span img {
    margin: 0 auto;
}
.healhty-heading p {
    font-size: 16px;
    font-family: poppins;
    width: 80%;
    letter-spacing: 1px;
    margin: 0 auto;
    line-height: 26px;
    padding-bottom: 55px;
}
.healhty-heading span {
    display: block;
    width: 100%;
    height: 100%;
    margin-bottom: 30px;
}
section.animals::before {
    background: url(../in-image/healthy-bottom.png) no-repeat top left;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    z-index: 3;
    top: -183px;
}
section.animals {
    padding: 100px 0 40px;
    text-align: center;
    background-position-y: -155px;
    z-index: 2;
    position: relative;
}
.animal-image img {
    margin: 0 auto;
    filter: invert(0.7);
    transition: 300ms ease-in-out;
}
.animal-box:hover .animal-image img {
    filter: invert(0);
    transition: 300ms ease-in-out;
}
.animal-text h3 {
    font-size: 18px;
    font-family: 'Lato', sans-serif;
    font-weight: 600;
    color: #000;
    letter-spacing: 0.5px;
    text-transform: capitalize;
    margin-bottom: 25px;
}
.animal-image {
    min-height: 130px;
}
.animal-text p {
    color: #686a6f;
    font-size: 14px;
    font-family: poppins;
    font-weight: 400;
    letter-spacing: 0.5px;
}
.tasteful-milk .col-md-6.col-sm-6.col-xs-12 {
    padding: 0;
}
section.tasteful-milk .container-fluid {
    padding: 0;
}
.burny img {
    margin-top: -425px;
    mix-blend-mode: multiply;
}
.tast-text {
    position: absolute;
    top: 43%;
    left: -300px;
    text-transform: uppercase;
    background: #fff;
    width: 57%;
    padding: 30px 20px;
}
.tasty {
    position: relative;
}
.tast-text h2 {
    font-size: 25px;
    color: #000;
    font-family: 'Lato', sans-serif;
    font-weight: 600;
    letter-spacing: 1px;
}
.tast-text a:hover {
    color: #76c04f;
    transition: 300ms all;
}
.tast-text a:hover i {
    transform: translateX(10px);
    transition:300ms all;
}
.tast-text a i {
    padding-left: 10px;
    transform: translateX(0);
    transition:300ms all;
}
.tast-text a {
    font-size: 15px;
    color: #ffb122;
    font-family: 'Lato', sans-serif;
    font-weight: 600;
    letter-spacing: 1px;
    transition: 300ms all;
}
section.tasteful-milk {
    padding-bottom: 0;
}


/*holiday*/

section.history {
        padding: 0;
}

section.history .container-fluid {
    padding: 0;
    margin: 0;
}

.history .about_heading.dairyfarm-text {
    padding-top: 40px;
}
.history-banner .dairy-bantext {
    position: absolute;
    top: 10%;
    left: 0;
    right: 0;
}
section.history-banner::before {
    position: absolute;
    content: "";
    background: url(../in-image/hist-btm.png) no-repeat;
    top: 50%;
    right: 0;
    bottom: auto;
    padding: 500px;
}
section.history-banner {
    position: relative;
    width: 100%;
    margin: 0 auto;
}
.health-ban-text img{
    max-height:488px;
    width:100%;
}
section.history-banner.health-ban-text::before {
    position: absolute;
    content: "";
    background: url(../in-image/health-btm.png) no-repeat;
    height: 403px;
    top: 85%;
    left: 94px;
    bottom: 0;
    width: 750px;
}
section.history-banner.health-ban-text {
    position: relative;
}
section.banner-bottm {
    position: relative;
    background: #eef5fc;
    width: 100%;
    height: 500px;
    margin-top: -110px;
    z-index: -1;
}
.ban-btn-image {
    float: right;
    margin-top: -300px;
    z-index: 9;
    width: 50%;
}
.hist-text {
    padding: 20px;
    background: #fff;
    min-height: 150px;
    text-align: left;
     transition:600ms linear;
}
.hist-text p{
    font-size: 13px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0.5px;
    color: #000;
    font-family: poppins;
}
.hist-box {
    position: relative;
    float: left;
    display: inline-block;
    width: 31%;
}
.hist-box .hist-image img {
    transform: scale(1);
    transition: 1s all;
}
.hist-box.hh1 {
    padding-left: 0;
}
.hist-box.hh3 {
    padding-right: 0;
}
.hist-box.hh2 {
    padding: 0;
    margin: 0 30px;
}
.hist-box:hover .hist-imagetext {
    background: #fcb52f;
    transition: 300ms linear;
    color: #fff;
}
.hist-box:hover .hist-imagetext h1{
    color: #fff;
}
.hist-box:hover .hist-imagetext h6{
    color: #fff;
}
.hist-box:hover .hist-image img {
    transform: scale(1.5);
    transition: 1s all;
}
.hist-box:hover .hist-text  {
    background: #76c04e;
    transition:600ms linear;
    color: #fff;
}
.hist-box:hover .hist-text p {
    color: #fff;
}
.hist-image {
    position: relative;
    overflow: hidden;
}
.hist-imagetext {
    position: absolute;
    bottom: 0;
    background: #fff;
    padding: 20px;
    width: 85%;
    transition:300ms linear;
}
.hist-imagetext h6 {
    font-size: 13px;
    color: #fcb52f;
    font-weight: 500;
    letter-spacing: 1px;
    font-family: 'Lato', sans-serif;
    margin: 0 10px;
}
.hist-imagetext h1 {
    color: #000;
    font-size: 25px;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 1px;
    margin: 10px;
}
.hist-imagetext i {
    padding: 0 10px;
    display: block;
}
.hg-text {
    position: absolute;
    top: 30%;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    color: #fff;
}
section.holiday-gallery {
    position: relative;
    z-index: 0;
    padding: 50px 0 0;
}
.hg-text h1 {
    font-size: 55px;
    text-transform: uppercase;
    font-weight: 600;
    font-family:  'Roboto', sans-serif;
    letter-spacing: 1px;
}
.hg-text p {
    font-size: 18px;
    font-weight: 400;
    font-family: poppins;
    letter-spacing: 0.5px;
}

/*holiday-slider*/
.holi-slide {
    background: #fff;
}
.hs-text h1 {
    font-size: 25px;
    color: #000;
    text-transform: uppercase;
    font-weight: 600;
    font-family:  'Roboto', sans-serif;
}
section.holidayslider {
    position: relative;
    margin-top: -200px;
    z-index: 9;
}
.hex_img{
    padding-top:40px;
}
.holi-slide .row {
    margin: 0;
}
.holi-slide .col-md-8.col-sm-8.col-xs-8 {
    padding: 0;
    background: #fff;
}
.holi-slide .col-md-4.col-sm-4.col-xs-4 {
    padding: 0;
    background: #fff;
}
.hs-text h1 {
    font-size: 25px;
    color: #000;
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
    margin-top: 100px;
    margin-left: -100px;
    background: #fff;
    padding: 40px 20px;
}
.holiday-slider .slide{
    opacity:1;
    margin:auto 0 auto 40px;
}
.hs-text h1 span {
    display: block;
    padding-left: 30px;
    line-height: 30px;
}
.holidayslider .slick-prev {
    left: unset;
    right: 120px;
}
.holidayslider .container {
    margin: auto 0 auto 0;
    padding: 0;
}
.holiday-slider .slick-track.transform{
    transform: translate3d(0, 0px, 0px) !important;
}
.holidayslider .slick-prev, .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: -90px;
    display: block;
    width: 50px;
    height: 50px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: 1px solid #fff;
    outline: none;
    background: transparent;
}
.holidayslider .slick-next {
    right: 55px;
}
.holidayslider .slick-next:before {
    content: "\f105";
    font-family: "FontAwesome";
    font-size: 30px;
    color: #fff;
}
.holidayslider .slick-prev:before {
    content: "\f104";
    font-family: "FontAwesome";
    font-size: 30px;
    color: #fff;
}
.contact-button{
    color: #fcb52f;
    letter-spacing: 1px;
    border: 1px solid #fcb52f;
    position: relative;
    padding: 13px 60px;
    display: inline-block;
    background: rgba(252, 181, 47, 0);
    font-size: 14px;
    transition: 600ms linear;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
}
.contact-button:before{
    width: 50px;
    height: 1px;
    background: #fcb52f;
    position: absolute;
    right: -50px;
    content: "";
    top: 50%;
}
.contact-button:hover{
    background: #fcb52f;
    color: #000;
}
.subscribe-form-button{
	display: inline-block !important;
    font-size: 13px;
    color: #000000;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 11px 25px;
    position: relative;
    transition: 300ms linear;
    border: 0;
    background: #fcb52f;
    height: 46px;
    vertical-align: middle;
    line-height: 16px;
}

/*health-care*/
.health .ban-btn-image {
    float: left;
    margin-top: -120px;
    z-index: 9;
    padding-left: 100px;
    position: relative;
}
.health .ban-btn-image::before {
    position: absolute;
    content: "";
    background: url(../in-image/btm.png) no-repeat;
    left: -73px;
    top: 34%;
    z-index: 9;
    padding: 120px;
}
section.banner-bottm.health::before {
    position: absolute;
    content: "";
    background: url(../in-image/btm.png) no-repeat;
    padding: 150px;
    bottom: 0;
    top: 125px;
}

section.banner-bottm.health {
    position: relative;
}
.about_heading.dairyfarm-text .health-iti a.health-it {
    color: #000 !important;
    font-size: 26px !important;
    font-family: poppins !important;
    font-weight: 400 !important;
    min-height: 40px;
    margin-bottom: 30px;
}
.about_heading.dairyfarm-text .health-iti {
    margin: 10px 0;
}
.about_heading.dairyfarm-text .health-iti a.health-it::before {
    position: absolute;
    content: "";
    width: auto;
    height: 2px;
    background: #000;
    bottom: 0;
    left: 0;
}
.about_heading.dairyfarm-text .health-iti a.health-it::after {
    position: absolute;
    content: "";
    width: 0;
    height: 2px;
    background:#fcb52f;
    bottom: 0;
    left: 0;
    transition: 300ms all;
}
.about_heading.dairyfarm-text .health-iti a.health-it:hover::after {
    width:100%;
    transition: 300ms all;
}
.about_heading a.health-it:hover::before {
    transform: translateX(0px);
}
.interset-txt {
    position: absolute;
    right: 0;
    top: 25%;
    color: #fff;
    left: 0;
    text-align: right;
    padding: 0 50px;
}
section.interested {
    position: relative;
    background: url(../in-image/interested.png)no-repeat center;
    height: 274px;
    background-size: 100%;
}
.interset-txt a {
    color: #fff;
    letter-spacing: 1px;
    border: 1px solid #fcb52f;
    position: relative;
    padding: 14px 18px;
    display: inline-block;
    margin-top: 20px;
    background: rgba(252, 181, 47, 0);
    font-size: 14px;
    transition: 600ms linear;
    text-transform: uppercase;
    margin-right: 50px;
}
.interset-txt a:hover {
    background: #fcb52f;
    transition: 600ms linear;
}
.interset-txt a::before{
    position: absolute;
    content: "";
    height: 1px;
    width: 50px;
    right: -50px;
    background: #fcb52f;
    top: 50%;
}
.interset-txt.container h2 {
    font-size: 31px;
    font-family: poppins;
    letter-spacing: 1px;
    font-weight: 400;
     margin-top: 0;
}
.health-ban-text .dairy-bantext {
    top: 0;
}
.health-partner-heading h1 {
    color: #000;
    font-size: 50px;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 1px;
    font-weight: 600;
    line-height: 65px;
}
.health-partner-heading p {
    font-size: 14px;
    color: #000;
    font-family: poppins;
    font-weight: 500;
    letter-spacing: 0.5px;
    width: 50%;
    line-height: 25px;
}
section.health-partner {
    padding: 30px 0 0;
}
.health-partner-heading {
    padding: 0 20px 20px 20px;
}
.health-ban-box h4 {
    font-size: 13px;
    color: #000;
    text-transform: uppercase;
    font-family:  'Lato', sans-serif;
    font-weight: 600;
    letter-spacing: 1px;
    min-height: 30px;
    position: relative;
}
.health-ban-box h4::before {
    position: absolute;
    content: "";
    top: -15px;
    width: 40px;
    height: 2px;
    background: #fcb52f;
}
.health-ban-box {
    padding: 30px 0;
}
.health-ban-box p {
    font-size: 12.5px;
    font-family: poppins;
    font-weight: 500;
    color: #000;
    letter-spacing: 0.5px;
    min-height:70px;
    line-height: 25px;
}

/*history*/
.hist-ban-text {
    position: absolute;
    content: "";
    top: 20%;
    right: 0;
    left: 0;
    margin: 0 auto;
    text-align: center;
    color: #000;
}
section.hist-ban {
    position: relative;
    width: 100%;
    margin: 0 auto;
}
.ban-texthist p {
    font-size: 14px;
    font-family: poppins;
    width: 70%;
    margin: 0 auto;
    font-weight: 400;
    letter-spacing: 0.5px;
    line-height: 25px;
}
.ban-texthist h1 {
    font-size: 50px;
    text-transform: uppercase;
    font-family: poppins;
    font-weight: 600;
    color: #000;
    letter-spacing: 0.5px;
}
.ban-texthist a {
    font-size: 18px;
    font-family: poppins;
    text-transform: uppercase;
    color: #000;
    padding: 20px 0;
    display: block;
    letter-spacing: 1px;
}
.ban-texthist a i {
    padding-left: 10px;
}
.hist-line::before {
    position: absolute;
    content: "";
    width: 6px;
    height: 90%;
    background: #76c04e;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-radius: 10px;
    z-index: -1;
}
.hist-line {
    display: block;
    float: left;
    width: 100%;
    position: relative;
    height: 100%;
    padding: 100px 0 0;
}
.hist-line::after {
    position: absolute;
    content: "";
    width: 40px;
    height: 40px;
    background: #fff;
    border: 2px solid #76c04e;
    top:70px;
    border-radius: 100px;
    right: 0;
    left: 0;
    margin: 0 auto;
}
.line-left .line-image img {
    margin: 0 0 0 auto;
}
.line-box.line-left::after {
    position: absolute;
    content: "";
    right: 39px;
    width: 35px;
    height: 35px;
    background: #ffffff;
    top: 130px;
    border-radius: 100px;
    border: 2px solid #76c04e;
}
.line-box.line-left::before {
    position: absolute;
    content: "";
    right: -14px;
    width: 56px;
    height: 6px;
    background: #76c04e;
    top: 145px;
}
.line-box.line-left {
    text-align: right;
    padding: 50px;
    padding-top: 150px;
    position: relative;
    padding-right: 90px;
}
.line-box.line-right {
    padding: 20px;
    padding-top: 80px;
    position: relative;
    margin-top: 30px;
    padding-left: 90px;
}
.line-box.line-right::after {
    position: absolute;
    content: "";
    width: 35px;
    height: 35px;
    background: #ffffff;
    top: 65px;
    left: 35px;
    border-radius: 100px;
    border: 2px solid #76c04e;
}
.line-box.line-right::before {
    position: absolute;
    content: "";
    left: -14px;
    width: 50px;
    height: 6px;
    background: #76c04e;
    top: 80px;
}
.history-image img {
    width: 80%;
}
.line-text h2 {
    color: #82de51;
    font-size: 22px;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    letter-spacing: 1px;
    display: inline-block;
    border-bottom: 2px solid #000;
    margin-bottom: 15px;
}
.line-text p {
    font-size: 13px;
    font-family: poppins;
    letter-spacing: 0.5px;
    line-height: 25px;
    color: #000;
    font-weight: 500;
}
section.history-line {
    position: relative;
}
section.history-line::before {
    position: absolute;
    content: "";
    width: 40px;
    height: 40px;
    background: #fff;
    border: 2px solid #76c04e;
    bottom: 137px;
    border-radius: 100px;
    right: 0;
    left: 0;
    margin: 0 auto;
    z-index: 0;
}
/*gallery css*/
.gallery_tab {
    position: relative;
    padding: 30px 0px;
    width: 100%;
}
.gallery_tab .nav li {
    float: none;
    display: inline-block;
    border: 0 !important;
    margin-right:20px;
}
.gallery_tab .nav {
    text-align: center;
    border: 0;
    padding-bottom: 40px;
    position: relative;
}
/*.gallery_tab .nav::before {
    background: url("http://www.unitedcaterers.com/images/shadow-2.png")no-repeat center bottom;
    content: "";
    width: 100%;
    height: 95px;
    position: absolute;
    top: -45px;
    left: 0;
    right: 0;
    transform: rotate(180deg);
    opacity: 0.3;
}
.gallery_tab .nav::after {
    background: url("http://www.unitedcaterers.com/images/shadow-2.png")no-repeat center bottom;
    content: "";
    width: 100%;
    height: 95px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0.4;
}*/
.gallery_tab .nav li a {
    position: relative;
    display: block;
    font-size: 17px;
    color: #9c9c9c;
    font-weight: 500;
    text-transform: capitalize;
    letter-spacing: 1px;
    transition: 300ms all;
    font-family: 'Poppins', sans-serif;
    border: 0 !important;
    background: #fff !important;
}
.gallery_tab .nav li a:hover{
    transition: 600ms ease-in-out;
}
.gallery_tab .nav li a:hover::before{
    width:100%;
}
.gallery_tab .nav li a:hover::after{
    left:80%;
    opacity: 1;
}
.gallery_tab .nav li.active a::before{
    width:100%;
}
.gallery_tab .nav li.active a::after{
    left:80%;
    opacity: 1;
}
.gallery_tab .nav li a::before{
    position: absolute;
    content: "";
    display: block;
    width: 0;
    height: 2px;
    background-color: #ffc600;
    transition: 0.5s;
    bottom: 5px;
    left: 0;
}
.gallery_tab .nav li a::after{
    position: absolute;
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    opacity: 0;
    background-color: #ffc600;
    transition: 1s;
    bottom: 2px;
    left: 5%;
    margin: 0 auto;
    border-radius: 8px;
}
.gallery_tab .nav li.active a, .gallery_tab .nav li.active a:hover, .gallery_tab .nav li a:hover {
    color: #000;
}

.terms p {
    font-size: 13px;
    color: #000000;
    font-weight: 400;
    line-height: 25px;
    margin: 15px 0;
    letter-spacing: 1px;
    text-align: left;
    padding: 15px 0;
}
.sub-terms h3 {
    font-weight: 600;
    color: #000;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin: 15px 0;
    line-height: 22px;
}
section.service.hire_page {
    padding-bottom: 0;
    position: relative;
}
.hire_heading h3.red_tap {
font-size: 15px;
    letter-spacing: .5px;
    color: #2f2f2f;
    text-transform: capitalize;
    position: relative;
    padding-left: 45px;
    margin-top: 40px;
}
.hire_heading h3.red_tap::before {
    position: absolute;
    content: "";
    height: 2px;
    width: 38px;
    background: #fcb52f;
    left: 0;
    top: 6px;
}
.hire_heading h2 {
    font-size: 40px;
    width: 67%;
    line-height: 40px;
    letter-spacing: 1px;
    color: #292929;
    font-weight: 600;
    margin: 0;
    padding: 25px 0;
}
.hire_plate h3 {
    color: #392b3c;
    font-weight: 600;
    font-size: 20px;
    padding-bottom: 10px;
    letter-spacing: .5px;
}
.hire_plate h5 {
    color: #fcb52f;
    letter-spacing: .6px;
}
.hire_plate p {
    position: relative;
    transition: .6s;
    padding: 8px 0;
    font-size: 13px !important;
    color: #000000;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 1px;
    text-align: left;
}
.hire_plate a, .hire_plate h5, .hire_plate p {
    font-size: 14px;
}
.hire_plate a {
    font-weight: 500;
    color: #73b94d;
    letter-spacing: 1px;
    margin: .5em 0 5em;
    text-transform: uppercase;
    transition: .6s;
    display: inline-block;
    position:relative;
}
.hire_plate a::before {
    position: absolute;
    left: 0;
    float: right;
}
.hire_plate a::after, .hire_plate a::before {
    content: "";
    height: 2px;
    width: 30px;
    background: #82c161;
    transition: .3s linear;
    transform: translateX(0) rotate(0);
    top: 9px;
}.hire_plate a::after {
    position: absolute;
    right: 0;
}.hire_plate a span {
    display: block;
    padding: 0 40px;
    position: relative;
    z-index: 2;
}.hire_plate a.apply_on::before {
    content: "";
    position: absolute;
    height: 2px;
    width: 30px;
    background: #82c161;
    top: 9px;
    transition: width .3s linear;
    float: left;
    left: auto;
}.clint_newb {
    background-image: url("https://www.algosoft.co/assets/front/image/matchimg.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    background-attachment: fixed;
    min-height: 400px;
}.clint_bg {
    background-color: #fff;
    padding: 70px 0 20px;
}.plan_sectext {
    padding: 1em 0 10em;text-align:center;
}.plan_sectext h1 {
    font-weight: 600;
    color: #fff;
    font-size: 55px;
    letter-spacing: 4px;
    text-transform: capitalize;
    position: relative;
    padding-bottom: 10px;
    font-family: Poppins, sans-serif;
}.plan_sectext a {
    margin: 30px 0 15px;
    background: #fcb52f;
    box-shadow: 0 6px 20px 0 rgba(0,0,0,.2);
    display: inline-block;
    font-weight: 500;
    color: #000;
    letter-spacing: 1px;
    padding: 15px 24px;
    text-transform: uppercase;
    position: relative;
    font-family: Montserrat, sans-serif;
    border: 0;
}.plan_sectext a::before {
    transform: translate(8px, 7px);
}
.plan_sectext a::after, .plan_sectext a::before {
    content: "";
    height: 100%;
    border: 1px solid #fff;
    top: 0;
    position: absolute;
    background: 0 0;
    transition: .3s all;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
}.plan_sectext a::after {
    transform: translate(-8px, -7px);
}
.plan_sectext a::after, .plan_sectext a::before {
    content: "";
    height: 100%;
    border: 1px solid #fff;
    top: 0;
    position: absolute;
    background: 0 0;
    transition: .3s all;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
}
.plan_sectext a:hover {
    background-color: #fcb52f;
    color: #fff;
    transition: .3s all;
}.plan_sectext a:hover::before {
    transform: translate(-8px, -7px);
    border-color: #fff;
    transition: .3s all;
    z-index: -1;
}.plan_sectext a:hover::after {
    transform: translate(8px, 7px);
    border-color: #fff;
    transition: .3s all;
}.final_cvsend {
    padding: 2em;
    margin-bottom: 3em;
    margin-top: 2em;
}.final_cvsend h2 {
    font-size: 62px;
    width: 67%;
    line-height: 75px;
    letter-spacing: 1px;
    color: #d90747;
    font-weight: 600;
    margin: 0;
    padding: 25px 0;
}.final_cvsend h3 {
    font-family: Poppins, sans-serif;
    color: #392b3c;
    font-weight: 600;
    font-size: 26px;
    padding-bottom: 10px;
    letter-spacing: 1.5px;
}.final_cvsend h3 a {
    color: #e93830;
    text-decoration: underline;
}
.subscribe-form-input{
    border: 1px solid #757386;
    box-shadow: none;
    background: #fff;
    padding: 5px 10px;
    height: 46px;
    line-height: 16px;
    border-radius: 0;
    width: 100%;
    max-width: 300px;
    margin-right: 15px;
    vertical-align: middle;
    outline: none;
}
.hist-ban img{
    width:100%;
}
.history-banner img{
    width:100%;
}
.wedo-box{
    background: url("../in-image/block-banner.jpg") center;
    background-repeat: no-repeat;
    background-size:cover;
    overflow: hidden;
}
.proces_block ul li:nth-of-type(1){
    border-bottom:1px solid #fff9ef;
}
.proces_block ul li:nth-of-type(2) {
    border-bottom:1px solid #fff9ef;
}
.proces_block ul li:nth-of-type(2) .process_box{
    border-top-right-radius:78px;
}
.proces_block ul li:nth-of-type(2) {
    border-left: 1px solid #fff9ef;
}
.proces_block ul li:nth-of-type(4) {
    border-left: 1px solid #fff9ef;
}


/*media*/



@media (min-width: 1200px) and (max-width: 1367px){
    header nav ul.nav li a{padding: 22px 10px;font-size:12.5px;}
    header nav ul.nav li a.fill-link{width: 70px;}
    .logo a img{width: 100px;}
    .wrapper{padding-top: 60px;}
    section.banner .text-banner{width: 65%;}
    .vission_text{padding: 3vh 5vw;}
    .subscribe-form input{max-width: 265px;}
    .vission_text h3{font-size: 30px;}
    .sviorfone nav a{margin: 20px 2px;}
    .all-size_sec::before{background-position-y: 50%;}
    .light_img2 img{top:auto;right:auto;}
    .hex_img ul li:nth-child(1){left: 65px;}.hex_img ul li:nth-child(3){right:65px;}
    .promotion-sec .col-md-12.col-sm-12.col-xs-12{padding:0;}.promotion-sec .container{padding:0;}
    .about_img img{margin:0 auto;}
    .core-down,.core-up{padding-left:15px;padding-right:15px;}
    
    .proces_block{padding:20px;}
    .contact_sec::before{width:100%;}
    .all-size_sec::before{background-size: 420px;}

    /*tanya media*/
    .dairy-bantext {padding: 2em 0 0;}
    section.history-banner::before{top:45%;padding: 390px;}
}
@media(min-width: 1025px) and (max-width:1300px){
        .his-right-logo{
            width: 108px;
            right: 24%;
        }
        .his-left-logo{
            left: 24%;
            width: 108px;
        }
}
@media (min-width: 1025px) and (max-width: 1200px){
    header nav ul.nav li a{
        padding: 15px 10px;
    }
    header nav ul.nav li a.fill-link{
        width: 50px;
    }
    .logo a img{
        width: 72px;
    }
    .text-banner h1{
        font-size:3vw;
    }
    .about_img{
        padding:30px 80px;
    }
    .about_heading h2{
        font-size: 20px;
        line-height: 24px;
    }
    .about_heading .bold_text{
        font-size: 18px;
        line-height: 23px;
    }
    .pageheding h2{
        font-size: 20px;
        line-height: 24px;
    }
    .group-list .con_text h3{
        font-size: 14px;
    }
    .ampletree {
        padding: 149px 90px 0;
    }
    .vission_text{
        padding: 20px 30px;
        min-height: 360px;
    }
    .vission_text h3{
        font-size: 22px;
        padding-bottom:20px;
    }
    .vission_text h3::after{
        width: 70px;
    }
    .vission_text p{
        font-size: 13px;
        line-height: 20px;
    }
    section.banner .text-banner, .text-banner{
        width:100%;
    }
    .core_box h3{
        font-size:20px;
        margin: 10px 0;
    }
    .core_box p{
        margin-top:0;
    }
    .contact_sec::before{
        width:100%;
    }
    .subscribe-form input{
        max-width: 225px;
    }
    .sviorfone nav a{
        margin: 5px 5px;
    }
    .plan_sectext h1{
        font-size: 25px;
    }
    .plan_sectext {
        padding: 1em 0 0;
    }
    .clint_bg{
        padding: 40px 0 20px;
    }
    .clint_newb{
        min-height: 321px;
    }
    .wrapper {
        padding-top: 51px;
    }
    .tast-text{
        top: 34%;
        left: -347px;
    }
    .burny img{
        width: 500px;
    }
     .hex_img ul li:nth-child(3) {
        right: 60px;
        top: -70px;
    }
    .hex_img ul li:nth-child(1) {
        left: 60px;
        top: -70px; 
    }
    .hex_img ul li span{
        width: 125px;
        height: 125px;
    }
    .clip_box ul{
        text-align: center;
    }
    .clip_box ul li{
        width: 17.4333%;
    }
    .clip_box ul li .clip-way {
        width: 141px;
        height: 200px;
    }
    .clip_box ul li .clip-way h3{
        font-size: 13px;
        line-height: 20px;
    }
    .dairy-bantext a{display:none;}
}
@media (min-width: 991px) and (max-width: 1024px){
    header nav ul.nav li a{
        padding: 15px 10px;
    }
    header nav ul.nav li a.fill-link{
        width: 50px;
    }
    .logo a img{
        width: 72px;
    }
    .text-banner h1{
        font-size:3vw;
    }
    .about_img{
        padding:30px 80px;
    }
    .about_heading h2{
        font-size: 20px;
        line-height: 24px;
    }
    .about_heading .bold_text{
        font-size: 18px;
        line-height: 23px;
    }
    .pageheding h2{
        font-size: 20px;
        line-height: 24px;
    }
    .group-list .con_text h3{
        font-size: 14px;
    }
    .ampletree {
        padding: 149px 90px 0;
    }
    .vission_text{
        padding: 20px 30px;
        min-height: 360px;
    }
    .vission_text h3{
        font-size: 22px;
        padding-bottom:20px;
    }
    .vission_text h3::after{
        width: 70px;
    }
    .vission_text p{
        font-size: 13px;
        line-height: 20px;
    }
    section.banner .text-banner, .text-banner{
        width:100%;
    }
    .core_box h3{
        font-size:20px;
        margin: 10px 0;
    }
    .core_box p{
        margin-top:0;
    }
    .contact_sec::before{
        width:100%;
    }
    .subscribe-form input{
        max-width: 225px;
    }
    .hire_heading h2 {
        font-size: 28px;
    }
    .hire_plate h3{
        font-size: 17px;
    }
    .hire_plate p{
        font-size: 11px !important;
        line-height: 22px;
    }
    .plan_sectext h1{
        font-size: 32px;
    }
    .clint_bg{
        padding: 40px 0 20px;
    }
    .plan_sectext{
        padding-bottom:0;
    }
    .clint_newb{
        min-height: 308px;
    }
    .wrapper {
        padding-top: 56px;
    }
    .contact-heading h1 {
        font-size: 30px;
    }
    .contactp-form form input.form-control {
        height: 37px;
    }
    .contactp-form form .row a{
       padding: 8px 33px;
    }
    .our-reach{
        height: 413px;
    }
    .reach-text h1 {
        font-size: 60px;
    }
    .reach-text{
        line-height: 274px;
    }
    .add-area{
        padding: 20px 20px;
    }
    .add-area .tab-content h3 {
        font-size: 33px;
    }
    .contact-subs p{
        font-size: 14px;
        line-height: 20px;
    }
    .add-area .tab-content p.main-add{
        font-size: 15px;
    }
    .add-area .tab-content p{
        font-size: 13px;
    }
    .about_heading{
        padding-top:0;
    }
    .cunstruct-sec{
        padding:20px 0;
    }
    section.video_sec{
        max-height: 492px;
    }
    .light_text h3 {
        font-size: 22px;
    }
    .expert-sec .container{
        padding: 50px 50px 0;
    }
    .testimonials{
        padding: 0 0 50px;
    }
    .test-head h5{
        font-size: 22px;
    }
    .test-head h2 {
        font-size: 30px;
    }
    .slider1{
        width: 240px;
    }
    .slider-text h4{
        margin-bottom: 0;
    }
    .dairyfarm-image img {
        margin-top: 50px;
    }
    .about_heading.dairyfarm-text {
        padding-top: 50px;
    }
    .healhty-heading h1{
        font-size: 30px;
    }
    section.animals {
        padding: 90px 0;
    }
    .burny img{
        width: 432px;
    }
    .hex_img ul li:nth-child(3) {
        right: 60px;
        top: -70px;
    }
    .hex_img ul li:nth-child(1) {
        left: 60px;
        top: -70px; 
    }
    .hex_img ul li span{
        width: 125px;
        height: 125px;
    }
    .clip_box ul{
        text-align: center;
    }
    .clip_box ul li{
        width: 17.4333%;
    }
    .clip_box ul li .clip-way {
        width: 141px;
        height: 200px;
    }
    .clip_box ul li .clip-way h3{
        font-size: 13px;
        line-height: 20px;
    }
    .eventserbox p{
        font-size: 13px;
    }
    .event_icon img{
        width:40px;
        height:auto;
    }
    .event_icon{
        min-height: 63px;
    }
    .center-heading h2 {
        font-size: 30px;
    }
    .event_sec{
        padding: 50px 0 0;
    }
    .digi-icon{
        width: 74px;
        height: 74px;
    }
    .digi-box h3 {
        font-size: 13px;
    }
    .process_box {
        width: 155px;
        height: 185px;
    }
    .process_box .p-contec span img{
        width: 30px;
        margin-bottom: 6px;
    }
    .process_box .p-contec p {
        font-size: 10px;
    }
    section.history-banner::before{
        padding: 0;
        bottom: 0;
    }
    section.history-banner.health-ban-text::before{
        background-size: 100%;
        height: 295px;
        right: 80px;
        top: 66%;
        left: auto;
        bottom: 0;
        width: 60%;
    }
    section.banner-bottm{
        height: 342px;
    }
    section.history {
        padding: 20px 0;
    }
    section.interested{
        height: 284px;
    }
    section.health-partner {
        padding: 0 0 50px;
    }
    .health-partner-heading h1{
        font-size: 30px;
        line-height: 43px;
    }
    .hist-line::before{
        width: 4px;
    }
    .line-box.line-right::before{
        left: -14px;
        width: 61px;
        height: 5px;
    }
    .line-box.line-left::before{
        right: -13px;
        width: 57px;
        height: 5px;
    }
    .his-right-logo{
        width: 108px;
        right: 5%;
    }
    .his-left-logo{
        left: 10%;
        width: 108px;
    }
    .about_img img {
        width:100%;
    }
    section.banner .text-banner, .text-banner{
        top:26%;
    }
    .process_box{
       line-height: 189px;
    }
    .process_box .p-contec span{
        width: 50px;
        height: 50px;
    }
    .proces_text{
       bottom: -327px;
    }
}
@media (min-width: 768px) and  (max-width: 991px){
    header nav ul.nav li a{
        font-size: 10px;
        padding: 12px 5px;
    }
   .logo a img {
        width: 64px;
    }
    header nav ul.nav li a.fill-link {
        width: 41px;
    }
    .fill-link img {
        width: 15px;
    }
    header nav.navbar{
        min-height:auto;
    }
    section.banner .text-banner, .text-banner{
        width:100%;
    }
    .text-banner h1{
        font-size:3vw;
    }
    .text-banner p{
        font-size:13px;
        width:80%;
        margin:0 auto;
    }
    .about_img {
        padding: 30px 50px;
    }
    .about_heading{
        padding-top:0;
    }
    .about_heading .bold_text{
        font-size: 20px;
        line-height: 31px;
    }
    .vission_text {
        padding: 50px 20px;
        min-height: 369px;
    }
    .vission_text h3 {
        font-size: 22px;
    }
    .vission_text p {
        font-size: 13px;
        line-height: 26px;
    }
    .pageheding h2 {
        font-size: 20px;
        margin: 10px 0;
    }
    .core_box h3 {
        font-size: 16px;
        margin: 10px 0;
    }
    .core_box p{
        margin-top: 0; 
        padding-right: 0;
    }
    .test-head h5{
        font-size: 17px;
    }
    .test-head h2 {
        font-size: 25px;
        padding-bottom: 0;
    }
    .test-text p{
        font-size: 13px;
        line-height: 22px;
    }
    .contact_sec::before {
        width: 100%;
    }
    .contact_text h3{
        font-size: 21px;
        line-height: 31px;
    }
    .conatct_form h2 {
        font-size: 23px;
    }
    .contact_text p {
        font-size: 12px;
    }
    .subscribe-form input{
        max-width: 136px;
    }
    .sviorfone nav a{
        margin: 5px 5px;
    }
    .hire_heading h2 {
        font-size: 30px;
        width:100%;
    }
    .hire_plate h3{
        font-size: 17px;
    }
    .plan_sectext h1{
        font-size: 30px;
    }
    .clint_bg {
        padding: 30px 0 20px;
    }
    .wrapper {
        padding-top: 47px;
    }
    .contact-heading h1 {
        font-size: 25px;
    }
    .contactp-form form input.form-control {
        height: 30px;
    }
    .contactp-form form .row a{
        padding: 6px 29px;
    }
    .our-reach{
        height: 333px;
    }
    .reach-text h1 {
        font-size: 44px;
    }
    .reach-text{
        line-height: 188px;
    }
    .add-area{
        padding: 1px 18px;
    }
    .add-area h1{
        font-size: 15px;
        line-height: 25px;
        margin-bottom: 17px;
    }
    .add-area .nav-tabs>li a{
        padding: 10px 10px;
        font-size: 11px;
    }
    .add-area .nav-tabs>li>a i{
        font-size: 12px;
    }
    .add-area .tab-content h3 {
        font-size: 27px;
        margin: 28px 0 35px;
    }
    .add-area .tab-content p.main-add{
        font-size: 15px;
    }
    .add-area .tab-content p{
        font-size: 13px;
    }
    .col-md-8.col-sm-8.col-xs-12.col-md-offset-2.col-sm-offset-2.map-div {
        padding: 20px 21px;
    }
    .contact-subs p{
        font-size: 15px;
        line-height: 20px;
    }
    .about_heading h2 {
        font-size: 22px;
    }
    .aboutsec {
        padding: 20px 0;
    }
    .center-heading h2 {
        font-size: 30px;
    }
    .cunstruct-sec{
        padding: 15px 0;
    }
    .center-heading{
        padding-bottom: 13px;
    }
    section.video_sec{
        max-height: 348px;
    }
    .light_text h3 {
        font-size: 20px;
    }
    .light_text{
        padding:0;
    }
    .expert-sec .container{
        padding-bottom:0;
    }
    .testimonials {
        padding: 0 0 50px;
    }
    .slider1{
        width: auto;
    }
    .slider-image img{
        max-height: 174px;
    }
    .slider-image{
        min-height: 262px;
    }
    .slider-text h4{
        font-size: 15px;
        margin-bottom: 0;
    }
    .slider-text p{
        font-size: 12px;
    }
    .dairyfarm-image img {
        margin-top: 0;
    }
    .about_heading.dairyfarm-text {
        padding-top: 0;
    }
    .healhty-heading h1{
        font-size: 22px;
    }
    .healhty-heading p{
        font-size: 13px;
        line-height: 21px;
    }
    section.animals::before{
        top: -135px;
    }
    section.animals{
        padding: 100px 0;
    }
    .burny img {
        width: 327px;
        margin-top: -294px;
    }
    .tast-text{
        top: 14%;
        left: -227px;
    }
    .tast-text h2 {
        font-size: 18px;
    }
    .tast-text a {
        font-size: 13px;
    }
    section.dairy::before{
        padding: 362px;
        bottom: -152px;
    }
    .hex_img ul li span{
        width: 100px;
        height: 101px;
    }
    .hex_img ul li:nth-child(1) {
        top: -61px;
        left: 41px;
    }
    .hex_img ul li:nth-child(3) {
        top: -61px;
        right: 40px;
    }
    .event_sec{
        padding: 20px 0;
    }
    .event_icon img{
        width:40px;
    }
    .eventserbox p {
        font-size: 12px;
    }
    .promotion-sec {
        padding: 20px 0;
    }
    .clip_box ul li .clip-way {
        width: 123px;
    }
    .clip_box ul li .clip-way h3{
        font-size: 12px;
        line-height: 18px;
        top: -39px;
    }
    .clip_box ul li span{
        width: 43px;
        height: 43px;
        line-height: 46px;
    }
    .clip_box ul li span img {
        width: 23px;
    }
    .digita-eventsec {
        padding: 20px 0;
    }
    .digi-icon{
        width: 60px;
        height: 60px;
    }
    .digi-box h3 {
        font-size: 12px;
        line-height: 18px;
        left: 50px;
    }
    .proces_block{
        padding: 16px;
    }
    .process_box .p-contec span img{
        width: 32px;
        margin-bottom: 8px;
    }
    .process_box {
        width: 139px;
        height: 156px;
    }
    .process_box .p-contec p {
        font-size: 11px;
    }
    section.history-banner::before{
        padding:0;
    }
    section.history-banner.health-ban-text::before{
        background-size: 100%;
        height: 205px;
        right: 80px;
        top: 66%;
        left: auto;
        bottom: 0;
        width: 60%;
    }
    section.banner-bottm{
        height: 270px;
    }
    .history-image img{
        padding:0 30px;
    }
    section.history {
        padding: 20px 0;
    }
    section.interested{
        height: 165px;
    }
    .interset-txt{
        top: 8%;
    }
    .interset-txt.container h2 {
        font-size: 24px;
    }
    .interset-txt a{
        padding: 8px;
    }
    .health-partner-heading h1{
        font-size: 27px;
        line-height: 31px;
    }
    .hist-line::before{
        width: 4px;
    }
    .line-box.line-right::before{
        left: -14px;
        width: 61px;
        height: 5px;
    }
    .line-box.line-left::before{
        right: -13px;
        width: 57px;
        height: 5px;
    }
    .dairy-bantext a{display:none;}
    .holiday_about .history-image img {
        width: auto;padding: 0;
        margin-bottom:10px;
        margin-top:10px;
    }section.banner-bottm.holiday_bottm{height:140px;}
    .holiday_box .hist-box{width:31%;}.holiday_box .hist-imagetext h1{font-size:18px;}.holiday_box .hist-imagetext, .holiday_box .hist-text{padding:10px;}.holiday_box .hist-box.hh2{margin: 0 30px;}
    .hg-text h1{font-size:40px;}.hg-text p{font-size:16px;}section.holidayslider{margin-top: -50px;}.hs-text h1{font-size: 16px;padding: 15px 20px;}section.holidayslider{padding-bottom:10px;}
    .about_heading h2{margin:0;}.about_heading p{padding-top:0;margin-top:0;}
        .his-right-logo{
        width: 108px;
        right: 5%;
    }
    .his-left-logo{
        left: 10%;
        width: 108px;
    }
    .about_img img {
        width:100%;
    }
    section.banner .text-banner, .text-banner{
        top:26%;
    }
    .process_box{
       line-height: 152px;
    }
    .process_box .p-contec span{
        width: 50px;
        height: 50px;
    }
    .proces_text{
       bottom: -225px;
    }
    .process_box .p-contec span{
        margin-bottom:10px;
    }
    .proces_text h2 {
        font-size: 19px;
    }
    .proces_text p {
        font-size: 13px;
    }
    .proces_block ul li:nth-of-type(2) .process_box {
        border-top-right-radius: 51px;
    }
}

@media (min-width: 320px) and  (max-width: 767px){
   .logo a img {
        width: 70px;
    }
    header nav.navbar{
        min-height:auto;
    }
    .menuopen{
        margin-top:12px;
        display:inline-block;
        text-align: right;
        width:100%;
    }
    .menuopen i{
        font-size: 20px;
        color:#4aa843;
    }
    .test-space {
        padding-left: 20px;
    }
    header nav.navbar {
        border-radius: 0;
        margin-bottom: 0;
        border: 0;
        position: fixed;
        width: 70%;
        height: 100%;
        left: 0;
        background: #fff;
        transform: translatex(-100%);
        transition: 1s all;
        z-index: 2;
        top: 0;
    }
    header .active .collapse {
        display: block;
        padding:0;
    }
    .fadeclose {
        border-radius: 0;
        margin-bottom: 0;
        border: 0;
        position: fixed;
        width: 100%;
        height: 100%;
        left: 0;
        background: #0000002e;
        transform: translatex(-100%);
        transition: 1s all;
        z-index: 1;
        top: 0;
    }
    .fadeclose.active {
        transform: translate(0);
    }
    nav.navbar.active {
        transform: translatex(0);
    }
    ul.nav.navbar-nav.navbar-right li{
        display:block;
        width:100%;
    }
    ul.nav.navbar-nav.navbar-right{
        text-align: left;   
        margin-top: 25px;
    }
    ul.nav.navbar-nav{
        margin:0;
    }
    header nav ul.nav li a{
        padding: 15px 20px;
    }
    header nav ul.nav li a.fill-link {
        width: 100%;
        text-align: left;
    }
    .banner .slide{
        margin:0;
    }
    section.banner::after{
        background:none;
    }
    section.banner {
        margin-bottom: 0;
    }
    .wrapper {
        padding-top: 50px;
    }
    .about_img img{
        padding:0 35px;
        width:100%;
    }
    .interset-txt{
        top: 35%;
    }
    .aboutsec {
        padding: 20px 0;
    }
    .about_heading{
        padding-top:0;
    }
    .about_heading .bold_text{
        font-size: 22px;
        line-height: 32px;
    }
    .about_heading p{
        margin:0;
    }
    .group-list .con_text h3 {
        font-size: 12px;
        line-height: 21px;
    }
    .group-list{
        padding: 5px 15px;
    }
    .ampletree{
        padding-left:0;
    }
    .ampletree img{
        padding: 0 40px;
    }
    .vission_text{
        padding: 40px 20px;
        min-height: auto;
    }
    .vission_text h3 {
        font-size: 30px;
    }
    .pageheding h2{
        margin: 0 0 30px;
    }
    .core_box h3{
        margin: 0 0 5px;
    }
    .core_box p{
        margin-top:0;
    }
    .core_box{
        margin-bottom:45px;
    }
    .core-sec{
        padding: 50px 0 0;
    }
    .testimonials{
        padding: 50px 0 0;
    }
    .contact_sec{
        padding: 0 0 5em;
    }
    .contact_sec::before{
        width:100%;
        height: 100%;
    }
    .contact_text{
        padding-right: 0;
    }
    .contact_text h3 {
        font-size: 24px;
    }
    .conatct_form{
        margin:0;
    }
    .conatct_form h2 {
        font-size: 24px;
    }
    .subscribe-form input{
        max-width: 153px;
    }
    .subscribe-form button{
        padding: 11px 6px;
    }
    footer.svior_footer{
        background:none;
    }
    .hire_heading h2 {
        font-size: 25px;
        width: 100%;
        line-height: 34px;
    }
    .hire_plate a{
        margin: .5em 0 2em;
    }
    .plan_sectext h1{
        font-size: 25px;
    }
    .plan_sectext {
        padding: 1em 0 0;
    }
    .clint_bg{
        padding: 40px 0 20px;
    }
    .clint_newb{
        min-height: 321px;
    }
    .test-head h5{
        font-size: 20px;
    }
    .test-head h2 {
        font-size: 28px;
        padding-bottom:0;
    }
    .tab-filter-view {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    .contact-heading h1 {
        font-size: 23px;
    }
    .contactp-form .row .col-md-6.col-sm-6.col-xs-12{
        padding-right:0;
    }
    .contactp-form form .row a{
        padding: 8px 30px;
    }
    .reach-text{
        line-height: 154px;
    }
    .reach-text h1{
        font-size: 30px;
    }
    .our-reach{
        height: 290px;
    }
    .add-area{
        padding: 5px 30px;
    }
    .add-area h1{
        font-size: 18px;
        line-height: 27px;
    }
    .add-area .nav-tabs>li>a i{
        display:none;
    }
    .add-area .tab-content h3{
        font-size: 27px;
        margin: 31px 0 35px;
    }
    .add-area .tab-content p.main-add{
        font-size: 15px;
    }
    .add-area .tab-content p{
        font-size: 13px;
    }
    .contact-subs{
        position: static;
    }
    .col-md-8.col-sm-8.col-xs-12.col-md-offset-2.col-sm-offset-2.map-div{
        padding: 20px 2px;
    }
    .contact-subs a{
        float:left;
    }
    .about_heading h2::after{
        display:none;
    }
    .center-heading h2{
        font-size: 28px;
    }
    .cunstruct-sec{
        padding: 20px 0;
    }
    .center-heading p{
        width: 100%;
    }
    .center-heading{
        padding-bottom:0;
    }
    .box-services-hexagon{
        margin-bottom: 15px;
    }
    .light_text h3 {
        font-size: 21px;
        line-height: 29px;
    }
    .light_img2{
        margin-bottom:0;
    }
    .light_img1 img{
        padding-left:0;
    }
    .light_img2 img {
        padding-right: 0;
    }
    .expert-sec .container{
        padding: 50px 50px 0;
        transform: translateY(0);
    }
    section.video_sec{
        max-height: 71px;
    }
    .dairy-bantext{
        padding:0;
    }
    section.dairy{
        width:100%;
        padding:40px 0 60px;
    }
    section.dairy::before{
        bottom: -245px;
        padding: 172px;
        left: 7px;
    }
    .healhty-heading h1{
        font-size: 25px;
    }
    .healhty-heading.black span img{
        padding: 0 90px;
    }
    .slider1{
        margin-bottom: 25px;
        width:100%;
    }
    .dairyfarm-image img{
        margin-top:0;
    }
    section.dairy-farm::after{
        width: 5%;
    }
    .about_heading.dairyfarm-text{
        z-index:2;
        padding-top:0;
    }
    section.animals::before{
        top: -110px;
    }
    .burny img {
        margin-top: 0;
        width:150px;
    }
    .tast-text {
        top: -86%;
        left: 152px;
    }
    section.animals {
        padding: 150px 0 40px;
    }
    section.tasteful-milk .container-fluid{
        overflow:hidden;
    }
    .hex_img ul li:nth-child(1) {
        top: -61px;
        left: 25px;
    }
    .hex_img ul li:nth-child(3) {
        top: -58px;
        right: 27px;
    }
    .hex_img ul li span{
        width:108px;
        height:108px;
    }
    .clip_box ul li{
        width: 100%;
    }
    .clip_box ul li .clip-way h3{
        font-size: 14px;
    }
    .digita-eventsec {
        padding: 20px 0;
    }
    .digi-icon{
        width: 50px;
        height: 50px;
        margin-bottom: 10px;
    }
    .digi-box {
        margin-bottom: 40px;
    }
    .digi-box h3 {
       font-size: 14px;
    }
    .proces_text h2 , .proces_text{
        margin-top:0;
    }
    section.history-banner::before{
        padding: 0;
        bottom: 0;
    }
    section.history-banner.health-ban-text::before{
        background-size: 100%;
        height: 100px;
        margin-top:15px;
        right: 80px;
        top: 100%;
        left: auto;
        bottom: 0;
        width: 60%;
    }
    .health-partner-heading h1{
        font-size: 23px;
        line-height: 33px;
    }
    .video_thum{width: 100%;height:100px;}.left_menu.active .left_mulink{width:90%;}.left_mulink{padding:15px;}.social{padding:5px 0;margin-bottom:15px;}.social h3{font-size:13px;}.social span a{width: 25px;height: 25px;line-height: 25px;}
   .ample_address{display:none;}.link_leftmenu ul {padding: 0 15px;}.link_leftmenu ul li a{padding: 5px 15px 5px 0;line-height: 25px;font-size: 16px;}
   section.banner-bottm{
        height: 245px;
   }
   section.history {
        padding: 0;
    }
    .history-image img{
        width: 110px;
        float: left;
        margin-bottom:-30px;
    }
    .history .about_heading.dairyfarm-text{
        padding-top:0;
    }
    section.interested{
        height: 119px;;
    }
    .interset-txt.container h2{
        font-size: 15px;
    }
    .interset-txt a{
        color:#fcb52f;
    }
    .text-banner p{
        display:none;
    }
    section.banner .text-banner, .text-banner{
        top:37%;
    }
    .text-banner h1{
        font-size:5vw;
    }
    .health-partner-heading{
        margin-top:50px;
    }
    .health-partner-heading p{
        width:100%;
    }
    section.health-partner {
        padding: 50px 0 0;
    }
    section.hist-ban{
        width:100%;
    }
    section.hist-ban img{
        display:block;
        margin:0 auto;
    }
    .ban-texthist h1 {
        font-size: 22px;
    }
    .ban-texthist a{
        font-size: 18px;
        padding-top: 0;
        margin-top: 0;
        text-align: center;
    }
    .hist-line::before{
        margin-left:0;
    }
    .hist-line::after{
        margin-left:-15px;
    }
    .line-box.line-left{
        padding-top: 50px;
        padding-left: 90px;
        padding-right:0;
    }
    .line-box.line-left::before{
        left:-15px;
        right:0;
    }
    .line-box.line-left::after{
        left: 33px;
    }
    .line-text h2{
        float: left;
        display: block;
        width: 100%;
        text-align: left;
    }
    .line-text p{
        text-align:left;
    }
    .line-box.line-right{
        padding-top:0;
    }
    section.history-line::before{
        display:none;
    }
    .line-box.line-right::before{
        top: 77px;
    }
    .hist-ban-text{
        top:0;
    }
    .dairy-bantext a{display:none;}
.holiday_about .history-image img {
width: auto;
margin-bottom:10px;
margin-top:10px;
}section.banner-bottm.holiday_bottm{height:140px;}
.holiday_box .hist-box{width:100%;}.holiday_box .hist-imagetext h1{font-size:18px;}.holiday_box .hist-imagetext, .holiday_box .hist-text{padding:10px;}.holiday_box .hist-box.hh2{margin:0;}
.hg-text h1{font-size:18px;}.hg-text p{font-size:13px;}section.holidayslider{margin-top: -50px;}.hs-text h1{font-size: 16px;padding: 15px 20px;}section.holidayslider{padding-bottom:10px;}
.dairy-ban img{
    float:none;
    width:100%;
}
    .his-right-logo{
        width: 78px;
        margin-top: -57px;
        right:auto;
    }
    .his-left-logo{
        width: 78px;
        left:auto;
        margin-top: -57px;
    }
    .proces_block{
        transform: rotate(0);
    }
    .wedo-box{
        background:none;
    }
    .proces_block ul li{
        width:100%;
    }
    .process_box .p-contec span img{
        transform: rotate(0);
    }
    .process_box .p-contec{
        transform: rotate(0);
    }
    .process_box .p-contec span{
        transform: rotate(0);
    }
    .proces_block ul li:nth-of-type(2) .process_box{
        border-radius:0;
    }
    .process_box{
        width:100%;
        height:auto;
    }
    .proces_text{
        padding-top: 0;
        bottom: 0;
        margin: 0 24px 0;
    }
    .proces_block{
        padding:0;
    }
    .proces_block ul{
        background:none;
    }
    .proces_block ul li{
        border:0;
        margin-bottom:15px;
    }
}

@media(min-width:1500px) and (max-width:2000px){
    section.banner .text-banner, .text-banner{
        top:11%;
    }
}
@media(min-width:1400px) and (max-width:2000px){
    .proces_text {
        bottom: -493px;
    }
}