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

body {
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    /* overflow: hidden; */
    line-height: 1.6;
    font-weight: 400;
    color: #444;
    background-color: #fff;
}

.clearfix::after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

@font-face {
    font-family: 'Amaranth-Regular';
    src: url(../fonts/Amaranth-Regular.ttf);
}

@font-face {
    font-family: 'Rubik-Bold';
    src: url(../fonts/Rubik-Bold.ttf);
}

@font-face {
    font-family: 'Rubik-Regular';
    src: url(../fonts/Rubik-Regular.ttf);
}

@font-face {
    font-family: 'Lato-Regular';
    src: url(../fonts/Lato-Regular.ttf);
}

@font-face {
    font-family: 'Lato-Bold';
    src: url(../fonts/Lato-Bold.ttf);
}

@font-face {
    font-family: 'Lato-Light';
    src: url(../fonts/Lato-Light.ttf);
}

a {
    font-family: 'Rubik-Regular';
    text-decoration: none;
    display: block;
    font-size: 16px;
    color: #333;
    -webkit-outline: none;
    -moz-outline: none;
    outline: none;
}

span {
    display: inline-block;
    font-family: 'Rubik-Regular';
    font-size: 14px;
}

em {
    font-style: normal;
}

p {
    font-size: 16px;
    font-family: 'Rubik-Regular';
    color: #555;
    line-height: 1.7;
}

h1 {
    font-family: 'Amaranth-Regular';
    font-size: 26px;
    color: #232f3e;
}

h2 {
    font-family: 'Amaranth-Regular';
    font-size: 25px;
    color: #2f2d63;
}

h3 {
    font-family: 'Amaranth-Regular';
    font-size: 24px;
    color: #444444;
}

h4 {
    font-family: 'Lato-Regular';
    font-size: 22px;
    color: #444444;
}

h5 {
    font-family: 'Lato-Light';
    font-size: 18px;
    color: #444444;
}

ul,
li {
    list-style: none;
}

.hide {
    display: none;
}

.animatable {
    visibility: hidden;
    -webkit-animation-play-state: paused;
    -moz-animation-play-state: paused;
    -ms-animation-play-state: paused;
    -o-animation-play-state: paused;
    animation-play-state: paused;
}

.container {
    width: 90%;
    max-width: 1250px;
    margin: 0 auto;
}

.transition {
    transition: all 0.3s linear 0s;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
}

.fixed {
    position: fixed;
}

[type=reset],
[type=submit],
button,
html [type=button] {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted;
}

[type=checkbox],
[type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #777 !important;
    opacity: 1;
    font-size: 15px !important;
    font-weight: normal;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #777 !important;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

button {
    outline: none;
    border: none;
    display: inline-block;
    background-color: transparent;
    font-family: "Lato", sans-serif;
    cursor: pointer;
}

input,
select,
textarea {
    outline: none;
    display: block;
    font-family: "Lato", sans-serif;
    font-weight: 500;
}

textarea {
    resize: none;
}

.f-left {
    float: left;
    display: block;
}

.f-right {
    float: right;
    display: block;
}

.current {
    display: block;
    visibility: visible;
    opacity: 1;
    z-index: 1;
    transition-delay: 0s;
}

.responsive {
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: block;
    object-fit: cover;
}

.sticky {
    width: 100%;
    position: sticky;
    position: -webkit-sticky;
    top: 0;
}

.btn {
    display: inline-block;
    cursor: pointer;
    background-color: #69119b;
    font-size: 13px;
    letter-spacing: 0.5px;
    font-weight: 500;
    color: #fff;
    line-height: 40px;
    padding: 0 30px;
    border-radius: 3px;
    text-align: center;
    border: 0;
    text-transform: uppercase;
}


/*header*/

.mobilemenu {
    position: relative;
    display: block;
    content: "";
    top: 0;
    right: 0;
    padding: 35px 0;
}

.menubar {
    content: "";
    width: 30px;
    height: 30px;
    margin: 0 auto;
    display: block;
    text-align: center;
    cursor: pointer;
    right: 0;
    z-index: 999;
    transition: .8s ease-in-out;
}

.menubar span {
    position: relative;
    cursor: pointer;
    background-color: #6d2f85;
    border-radius: 50px;
    width: 30px;
    height: 3px;
    display: block;
    transition: .5s cubic-bezier(.8, .5, .2, 1.4);
}

.menubar span:nth-child(1) {
    top: 0;
    transition: .5s cubic-bezier(.8, .5, .2, 1.4);
}

.menubar span:nth-child(2) {
    top: 6px;
    transition: .5s cubic-bezier(.8, .5, .2, 1.4);
}

.menubar span:nth-child(3) {
    top: 13px;
    transition: .5s cubic-bezier(.8, .5, .2, 1.4);
}

.menubarclick span:nth-child(1) {
    transform: rotate(45deg);
    top: 13px;
    background-color: #6d2f85;
}

.menubarclick span:nth-child(2) {
    transform: scale(0);
    background-color: rgb(255, 255, 255);
}

.menubarclick span:nth-child(3) {
    transform: rotate(-45deg);
    top: 7px;
    background-color: #6d2f85;
}

header {
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    z-index: 99;
}

.firsthead {
    width: 100%;
    padding: 5px 0;
    background-color: #fff;
    box-shadow: 0px 0px 12px 0px #c7c7c7;
}

.topheader {
    width: 100%;
    align-items: center;
    position: relative;
    display: flex;
}

.logo {
    width: 15%;
    display: flex;
    align-items: center;
}

.logo a {
    width: 100px;
}

.nav-menu {
    width: 55%;
    display: block;
}

.menuitem {
    width: 100%;
    display: block;
    text-align: right;
}

.menuitem li {
    display: inline-block;
}

.menuitem li a {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    color: #69119b;
    display: inline-block;
    padding: 8px 15px;
    border-radius: 50px;
    letter-spacing: 1px;
}

.menuitem li a:hover,
.menuitem li a.active {
    background-color: #69119b;
    color: #fff;
}

.menuitem li:not(:last-child) {
    margin-right: 10px;
}

.phone-email {
    width: 30%;
    display: block;
    padding-left: 25px;
    text-align: right;
}

.phone-email .hebtnsub {
    font-size: 16px;
    font-weight: 500;
    color: #69119b;
    background-color: transparent;
    border: 1px solid #69119b;
    display: inline-block;
    border-radius: 50px;
    padding: 0 15px;
}

.phone-email .hebtnsub:hover {
    border: 1px solid #fff;
    background-color: #69119b;
    color: #fff;
}

.phone-email .hebtnsam {
    font-size: 16px;
    font-weight: 500;
    color: #69119b;
    background-color: transparent;
    border: 1px solid #69119b;
    display: inline-block;
    border-radius: 50px;
    padding: 0 15px;
}

.phone-email .hebtnsam:hover {
    border: 1px solid #fff;
    background-color: #69119b;
    color: #fff;
}

.phone-email a:not(:last-child) {
    margin-right: 25px;
}


/*end*/


/*subscripe milk*/

.error {
    font-size: 12px;
    color: red;
    line-height: inherit;
    text-align: right;
}

.mownquform {
    background: url(../images/milksubbg.png)no-repeat;
    background-position: bottom right;
    background-size: 800px;
    width: 100%;
    padding: 50px 0;
    transition: all .3s linear 0s;
}

.samplemilksi {
    width: 100%;
    height: 100vh;
    position: fixed;
    z-index: 999;
    top: 0;
    background: rgba(0, 0, 0, 0.747);
    opacity: 0;
    transform: scale(0);
    transition: all .3s linear 0s;
    overflow-y: auto;
}

.enq-cho {
    display: block;
    content: "";
    background-color: #fff;
    max-width: 750px;
    height: 100%;
    width: 100%;
    border-radius: 5px;
    margin: 15px auto;
    box-shadow: 0 2px 10px 10px #ddd;
}

.formclose {
    position: absolute;
    display: block;
    content: "";
    top: -17px;
    right: -18px;
    background-color: #ffffffea;
    border-radius: 50px;
    width: 40px;
    height: 40px;
    color: #69119b;
    font-size: 18px;
}

.openPopup {
    transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 1;
}

.sign-popup {
    width: 100%;
    padding-top: 15px;
}

.sign-popup li {
    width: calc(50% - 15px);
    margin-right: 15px;
    float: left;
    display: block;
    position: relative;
    margin-top: 15px;
    border-radius: 5px;
    overflow: hidden;
}

.sign-popup li label {
    width: 100%;
    display: block;
    position: relative;
    background-color: #fff;
    border: 1px solid #ddd;
}

.foicon {
    width: 45px;
    height: 47px;
    float: left;
    color: #fafafa;
    font-size: 15px;
    text-align: center;
    line-height: 45px;
    background: #232f3e;
}

.sign-popup li label input {
    width: calc(100% - 45px);
    line-height: 45px;
    padding: 0 5px 0 5px;
    background-color: #fff;
    border: 1px solid transparent;
    outline: none;
}

.sign-popup li label textarea {
    width: 100%;
    padding: 10px;
    outline: 0;
    border: 1px solid transparent;
    background-color: #fff;
    display: block;
    font-size: 14px;
    color: #222;
}

.sign-popup li label input:focus,
.sign-popup li label textarea:focus {
    border: 1px solid #232F3E;
}

.sign-popup li label textarea {
    resize: none;
    height: 100px;
    line-height: 1.5;
}

.sign-popup li.submitSet {
    width: 100%;
    padding-top: 25px;
    margin: 0;
    border: none;
}

.submitSet .subpop {
    width: 100%;
    display: block;
    padding: 5px 30px;
    font-size: 16px;
}

.submitSet .subpop:hover {
    background-color: #7b22af;
    color: #fff;
}

.formleft {
    width: 100%;
    height: 100%;
}

.formleft h2 {
    text-align: center;
    font-size: 24px;
    color: #69119b;
    font-weight: normal;
}

.subpopup {
    text-align: center;
    font-size: 14px;
    color: #929292;
    font-weight: normal;
}

.formleft .formtile {
    width: 100%;
    padding: 40px;
    text-align: center;
}

.alexis {
    text-align: right;
    font-size: 14px;
    color: #232F3E;
    padding-top: 10px;
}

.alexis span {
    color: #69119b;
    font-size: 16px;
}

.sign-popup li.sateselect label select {
    width: calc(100% - 45px);
    border: none;
    padding: 0 5px;
    height: 46px;
    outline: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
    cursor: pointer;
    text-indent: 0.01px;
    text-overflow: '';
    background-color: #fff;
    text-align: left;
    font-size: 14px;
    color: #535766;
}

.sign-popup li.sateselect label::after {
    content: "\f0d7";
    font-family: FontAwesome;
    font-size: 17px;
    color: #555;
    position: absolute;
    right: 10px;
    top: 0;
    line-height: 35px;
    transition: all 0.2s linear 0s;
    pointer-events: none;
}

.sign-popup .landmark {
    height: 105px;
}


/*end*/


/*Banner*/

.banner {
    width: 100%;
    display: block;
    height: calc(100vh - 114px);
    overflow: hidden;
}

#slider.owl-carousel .owl-nav {
    position: absolute;
    content: "";
    top: 50%;
    width: 100%;
    margin-top: 0 !important;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    z-index: 555;
    transform: translateY(-50%);
}

#slider.owl-carousel .owl-nav button.owl-prev {
    position: relative;
    display: block;
    left: 30px;
    float: left;
    background: #fff;
    border-radius: 50px;
    color: #232F3E;
    border: none;
    padding: 0 !important;
    font: inherit;
    width: 50px;
    height: 50px;
    transition: all 0.5s linear 0s;
}

#slider.owl-carousel .owl-nav button.owl-next {
    position: relative;
    display: block;
    right: 30px;
    float: right;
    background: #fff;
    color: #232F3E;
    border-radius: 50px;
    border: none;
    padding: 0 !important;
    font: inherit;
    width: 50px;
    height: 50px;
    transition: all 0.5s linear 0s;
}

#slider.owl-carousel .owl-nav button.owl-prev::before {
    font-family: Flaticon;
    font-size: 25px;
    font-style: normal;
    content: "\f100";
    transition: all 0.5s linear 0s;
}

#slider.owl-carousel .owl-nav button.owl-next::before {
    font-family: Flaticon;
    font-size: 25px;
    font-style: normal;
    content: "\f101";
    transition: all 0.5s linear 0s;
}

#slider.owl-carousel .owl-nav [class*="owl-"]:hover {
    background: #232F3E;
    color: #FFF;
    text-decoration: none;
}

#slider.owl-carousel .owl-next [class*="owl-"]:hover {
    background: #232F3E;
    color: #FFF;
    text-decoration: none;
}

#slider.owl-carousel .owl-nav button.owl-prev span {
    display: none;
}

#slider.owl-carousel .owl-nav button.owl-next span {
    display: none;
}


/*end*/


/*who are*/

.whoare {
    width: 100%;
    display: block;
    padding: 35px 0;
    background-position: bottom right;
    background-size: 800px;
}

.whoareimg {
    width: 30%;
    display: block;
}

.whoaretext {
    width: 70%;
    display: block;
    padding-left: 20px;
}

.whoaretext h3 {
    font-size: 35px;
    color: #6D2F85;
    font-weight: bold;
    display: inline-block;
    text-align: left;
    padding-bottom: 5px;
}

.whoaretext h3::after {
    content: "";
    width: 50px;
    height: 3px;
    background-color: #6D2F85;
    margin: 3px auto;
    display: block;
}

.besta {
    padding-top: 10px;
}

.ehoread {
    margin-top: 10px;
    padding: 2px 25px;
    border-radius: 50px;
    background-color: transparent;
    color: #6D2F85;
    border: 2px solid #6D2F85;
}

.ehoread:hover {
    background-color: #6D2F85;
    border: 2px solid #6D2F85;
    color: #fff;
}

.differencec {
    width: 100%;
    display: block;
}

.a1differe {
    width: 100%;
    display: block;
    position: relative;
    content: "";
}

.jercow {
        position: absolute;
    content: "";
    width: 50%;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 20px 30px 20px 65px;
    background: url(../images/differe.png) no-repeat;
    background-position: center;
    background-size: cover;
}

.jercow h3 {
    font-size: 28px;
    color: #333;
    font-weight: bold;
    text-align: left;
}

.jercow p {
    padding-top: 25px;
    font-size: 16px;
    color: #676767;
}

.jerseyimg {
    display: block;
    height: 100%;
    width: 50%;
}

.jerseybtn {
    margin-top: 25px;
    padding: 1px 25px;
    background-color: transparent;
    border: 2px solid #676767;
    color: #676767;
    border-radius: 50px;
}

.organic {
    margin: 50px 0;
    width: 100%;
    display: block;
}

.orgcost {
    width: 100%;
    display: block;
    text-align: center;
}

.orgcost h2 {
    font-size: 34px;
    color: #6D2F85;
    font-weight: bold;
    text-align: center;
    padding-bottom: 15px;
    text-transform: uppercase;
}

.orgcost p {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
    color: #555;
}

.doesor {
    margin-top: 15px;
    text-align: center;
    padding: 2px 25px;
    background-color: transparent;
    border: 2px solid #6D2F85;
    color: #6D2F85;
    border-radius: 50px
}

.doesor:hover {
    background-color: #6D2F85;
    border: 2px solid #6D2F85;
    color: #fff;
}

.ourproduct {
    width: 100%;
    display: block;
    padding: 180px 0;
    background: url(../images/01.jpg)no-repeat;
    background-position: center;
    background-size: cover;
    /* height: 500px; */
}

.ourprotitle h3 {
    font-size: 35px;
    color: #6D2F85;
    font-weight: bold;
    display: block;
    text-align: center;
    padding-bottom: 5px;
}

.ourprotitle h3::after {
    content: "";
    width: 50px;
    height: 3px;
    background-color: #6D2F85;
    margin: 3px auto;
    display: block;
}

.ourprotitle p {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

.ourpro {
    width: 100%;
    display: block;
    margin-top: 35px;
}

.ourpro li {
    width: 100%;
    border: 1px solid #dddddd;
    text-align: center;
}

.ourpro li a {
    margin: 0 auto;
}

.pronames {
    width: 100%;
    display: block;
    padding: 5px 0;
    background-color: #6D2F85;
}

.pronames h3 {
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    color: #fff;
}

.pronames h4 {
    text-align: center;
    font-size: 18px;
    font-weight: normal;
    color: #fff;
}

.ourpro.owl-carousel .owl-nav {
    position: absolute;
    content: "";
    top: 50%;
    width: 100%;
    margin-top: 0 !important;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    z-index: 555;
    transform: translateY(-50%);
}

.ourpro.owl-carousel .owl-nav button.owl-prev {
    position: relative;
    display: block;
    left: -60px;
    float: left;
    background: #eee;
    border-radius: 50px;
    color: #232F3E;
    border: none;
    padding: 0 !important;
    font: inherit;
    width: 50px;
    height: 50px;
    transition: all 0.5s linear 0s;
}

.ourpro.owl-carousel .owl-nav button.owl-next {
    position: relative;
    display: block;
    right: -60px;
    float: right;
    background: #eee;
    color: #232F3E;
    border-radius: 50px;
    border: none;
    padding: 0 !important;
    font: inherit;
    width: 50px;
    height: 50px;
    transition: all 0.5s linear 0s;
}

.ourpro.owl-carousel .owl-nav button.owl-prev::before {
    font-family: Flaticon;
    font-size: 25px;
    font-style: normal;
    content: "\f100";
    transition: all 0.5s linear 0s;
}

.ourpro.owl-carousel .owl-nav button.owl-next::before {
    font-family: Flaticon;
    font-size: 25px;
    font-style: normal;
    content: "\f101";
    transition: all 0.5s linear 0s;
}

.ourpro.owl-carousel .owl-nav [class*="owl-"]:hover {
    background: #232F3E;
    color: #FFF;
    text-decoration: none;
}

.ourpro.owl-carousel .owl-next [class*="owl-"]:hover {
    background: #232F3E;
    color: #FFF;
    text-decoration: none;
}

.ourpro.owl-carousel .owl-nav button.owl-prev span {
    display: none;
}

.ourpro.owl-carousel .owl-nav button.owl-next span {
    display: none;
}

.subscrip {
    position: relative;
    content: "";
    width: 100%;
    display: flex;
    align-items: center;
    padding: 50px 0;
    background: linear-gradient(#00000073, #00000073), url(../images/imgdata.jpg)no-repeat;
    background-position: bottom center;
    background-size: cover;
    height: 450px;
    text-align: center;
}

.subscrip p {
    max-width: 700px;
    margin: 0 auto;
    font-size: 22px;
    color: #fff;
    font-weight: bold;
    padding-bottom: 10px;
}

.subscrip .subbtn {
    background-color: #fff;
    padding: 5px 10px;
    color: #69119b;
    border-radius: 50px;
    font-size: 16px;
}

.subscrip .subbtn:hover {
    background-color: #69119b;
    color: #fff;
}


/*end*/


/*About us*/

.aboutus {
    width: 100%;
    display: block;
    background-color: #f5f5f5;
    padding: 80px 0;
}

.humimg {
    width: 40%;
    overflow: hidden;
    height: 465px;
}

.humenre {
    width: 60%;
    padding-left: 20px;
    display: block;
    text-align: left;
}

.milkalltitle {
    font-size: 28px;
    color: #6D2F85;
    font-weight: bold;
    display: inline-block;
    text-align: left;
    padding-bottom: 5px;
}

.milkalltitle::after {
    content: "";
    width: 50px;
    height: 3px;
    background-color: #6D2F85;
    margin: 3px auto;
    display: block;
}

.symexha {
    padding-top: 10px;
}

.whichone {
    width: 100%;
    display: block;
}

.vscow {
    font-size: 18px;
    color: #6e6e6e;
    font-weight: normal;
    padding-bottom: 5px;
}

.cowbuff {
    width: 60%;
    padding: 50px 30px 50px 0;
}

.drinkmilk li {
    position: relative;
    content: "";
    display: block;
    padding-left: 15px;
    padding-top: 5px;
}

.drinkmilk li::after {
    position: absolute;
    content: '';
    height: 5px;
    width: 5px;
    background: #6d2f85;
    transform: rotate(45deg);
    top: 15px;
    left: 0;
    display: block;
}

.cowbuffbg {
    width: 40%;
    padding: 50px 0;
}

.covsbuff {
    width: 100%;
    display: block;
    padding: 50px 0;
}

.cowvsleft {
    width: 40%;
}

.cowvsright {
    width: 60%;
    padding-left: 20px;
}


/*end*/


/*Products*/

.productall {
    width: 100%;
    display: block;
    padding: 80px 0;
    text-align: center;
    background: url(../images/imggreen.png)no-repeat;
    background-position: top right;
    background-size: 500px;
}

.allmilk-pro {
    width: 100%;
    display: block;
    padding-top: 30px;
}

.allmilk-pro li {
    width: calc(25% - 50px);
    float: left;
    background-color: #f0f5f9;
    border: 1px solid #e6e6e6;
}

.allmilk-pro li:hover {
    box-shadow: 0 5px 20px 10px #e7e7e7;
}

.allmilk-pro li:not(:last-child) {
    margin-right: 50px;
}

.allmilk-pro li a {
    margin: 0 auto;
}

.milktilesna {
    width: 100%;
    display: flex;
    justify-content: center;
    display: -webkit-flex;
    flex-wrap: nowrap;
    align-items: center;
    padding: 10px;
    background-color: #6D2F85;
}

.milktilesna .milkleft:not(:last-child) {
    border-right: 1px solid #9250ac;
}

.milkleft {
    width: 50%;
}

.milkleft h3 {
    font-size: 18px;
    font-weight: normal;
    color: #fff;
}

.milkleft p {
    font-size: 16px;
    color: #f0f0f0;
}

.Buffalomilk {
    padding-top: 25px;
}


/*end*/


/*Contact us*/

.contactus {
    width: 100%;
    display: block;
    padding: 80px 0;
    text-align: center;
    background: url(../images/product-bg-odd.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}

.contactus h1 {
    font-size: 28px;
    color: #fff;
    text-align: center;
}

.contactus p {
    font-size: 16px;
    color: #fff;
}

.contactuspa {
    width: 100%;
    display: block;
}

.contmap {
    width: 100%;
    display: block;
    height: 450px;
}

.contleft {
    width: 50%;
    height: 100%;
    padding: 25px 75px;
    overflow: hidden;
}

.rightmap {
    width: 50%;
    height: 100%;
    overflow: hidden;
}

.contleft h2 {
    font-size: 26px;
    color: #6D2F85;
    font-weight: bold;
}

.contleft>p {
    font-size: 14px;
    color: #585858;
    padding-bottom: 15px;
}

.ouoffcico {
    border-top: 1px solid #f0f0f0;
}

.ouoffcico h4 {
    font-size: 16px;
    color: #6D2F85;
    padding-top: 15px;
    padding-bottom: 5px;
}


/*end*/


/*faq*/

.faqaccess {
    width: 100%;
    max-width: 800px;
    margin: 50px auto;
    display: block;
    padding: 20px 0;
    text-align: center;
    background-color: #f8f8f8;
    box-shadow: 0 0 10px 5px #eaeaea;
}

.faqques li {
    padding: 5px 0;
    text-align: left;
}

.faqques li h4 {
    font-size: 20px;
    font-weight: 700;
    padding-bottom: 5px;
}

.faqques li p {
    padding-left: 10px;
}


/*Footer page*/

.footer {
    background: url(../images/footer-bg.jpg)no-repeat;
    background-size: cover;
    background-position: bottom;
    padding-bottom: 300px;
    padding-top: 200px;
}

.foo-site {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.foo-site>li {
    width: 250px;
}

.sitemap h4 {
    position: relative;
    content: "";
    display: block;
    color: #6D2F85;
    font-size: 22px;
    padding-bottom: 20px;
}

.sitemap h4::after {
    position: absolute;
    display: block;
    content: "";
    background-color: #6D2F85;
    width: 50px;
    height: 2px;
    border-radius: 50px;
    color: #6D2F85;
    font-size: 22px;
    left: 0;
}

.sociallink li {
    display: inline-block;
    margin-right: 25px;
}

.sociallink li a {
    font-size: 22px;
    color: #555;
}

.sitemap img {
    width: 120px;
}

.sitemap h5 {
    color: #6D2F85;
    font-size: 18px;
    text-transform: uppercase;
    padding-bottom: 10px;
    padding-top: 10px;
}
.onlyup{
    text-transform: uppercase;
}
.Aboutcom li {
    padding-top: 10px;
    color: #555;
}

.Aboutcom li a {
    color: #555;
    transition: all 0.5s linear 0s;
}

.Aboutcom li a:hover {
    padding-left: 5px;
}

.sitemap p {
    color: #555;
}

.call-foo {
    padding-top: 5px;
    color: #555;
}

.call-foo span {
    color: #6D2F85;
    font-weight: 500;
    font-size: 16px;
}

.copyrights {
    width: 100%;
    display: block;
    background-color: #fbf8f0;
    padding: 15px 0;
}

.FCopy {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.DesigNComP p a {
    display: inline-block;
}

.common-panel {
    padding: 50px 30px 50px 0;
}


/*end*/