.sec-menu-bgg {
    padding-left: 0px;
    padding-right: 0px;
}

.headermenusec {
    color: #090909;
    font-family: 'Manrope';
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    text-transform: uppercase;
}

.headermenusec:hover {
    color: #090909;
}

.headermenusec2btn {
    background: #EB008B;
    border: 1px solid #EB008B;
    display: inline-flex;
    padding: 20px 37.18px 20px 37.38px;
    color: #FFF;
    text-align: center;
    font-family: 'Manrope';
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
}

.headermenusec2btn:hover {
    color: #EB008B;
    background: #fff;
    border: 1px solid #EB008B;
}

.nav-link:focus {
    color: #000 !important;
}

.secallnumber {
    color: #DE968D;
}

.yearbg {
    background-image: url(../images/YEARBG.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 600px;
    padding: 100px 200px;
}

.homemaintext p {
    font-family: 'Manrope';
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    color: #97CA45;
}

.homemaintext h3 {
    font-family: 'Libre Baskerville';
    font-size: 55px;
    font-style: normal;
    font-weight: 500;
    color: #fff;
}

.videbttn img {
    padding-top: 60px;
}

.imgtopsec {
    margin-top: -300px;
}

.meqimgg {
    width: 27px;
}

.meqtext {
    font-family: 'Libre Baskerville';
    font-size: 25px;
    font-style: normal;
    font-weight: 500;
}

.btn.btn-primary.videbttn {
    background: transparent !important;
    border: 0 !important;
}

.ourtext p {
    color: #FBA92C;
    font-family: 'Manrope';
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
}

.ourtext h3 {
    color: #000;
    font-family: 'Libre Baskerville';
    font-size: 30px;
    text-align: center;
}

.ourboxbg {
    background: #FCF5F5;
    padding: 20PX;
}

.ourboxbg p {
    color: #000;
    font-family: 'Libre Baskerville';
    font-size: 18px;
}

.abuttext p {
    color: #FBA92C;
    font-family: 'Manrope';
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
}

.abuttext h3 {
    color: #000;
    font-family: 'Libre Baskerville';
    font-size: 35px;
}

.padd-le {
    padding-left: 60px;
}

.We-sec p {
    color: #000;
    font-family: 'Libre Baskerville';
    font-size: 20px;
    padding-top: 40px;
}

.We-sec h4 {
    color: #FBA92C;
    font-family: 'Libre Baskerville';
    font-size: 120px;
}

.We-sec span {
    color: #000;
    font-family: 'Libre Baskerville';
    font-size: 16px;
    padding-top: 20px;
}

.atsec {
    color: #89868D;
    font-family: 'Manrope';
    font-size: 16px;
    padding-top: 20px;
}

.We-sec2 p {
    color: #89868D;
    font-family: 'Libre Baskerville';
    font-size: 16px;

}

.weicon {
    width: 27px;
}

.sechr {
    width: 70%;
}

.secredbtn {
    padding-top: 10px;
}

.secredbtn a {
    color: #fff;
    font-family: 'Manrope';
    font-size: 16px;
    padding-top: 20px;
    background: #000;
    padding: 10px 20px;
    text-transform: uppercase;
    text-decoration: none;
}

.sec5m a {
    color: #000;
    font-family: 'Manrope';
    font-size: 18px;
    text-decoration: none;
    font-weight: 700;

}

.sec5mhr {
    color: #FBA92C;
    margin: 0;
    width: 78%;
    border: 2px solid;
    opacity: 1;
}

.serbgg {
    background-image: url(../images/serbggg.png);
    background-repeat: no-repeat;
    background-color: #fcf5f5;
    background-size: cover;
    height: 650px;
    padding: 60px 10px;
}

.paddser {
    padding: 60px;
}

.bggsebox {
    background: #fff;
    padding: 20px 15px;
    text-align: center;
}

p.secnumberbg {
    text-align: left;
}

.secnumberbg a {
    background: #FBA92C;
    border-radius: 50px;
    padding: 10px 11px;
    font-family: 'Libre Baskerville';
    font-size: 16px;
    color: #fff !important;
    text-align: left !important;
}

.secsertex {
    font-family: 'Libre Baskerville';
    font-size: 15px;
    padding-top: 25px;
}

.secbannerbg {
    padding: 10px 60px;
    margin-top: -120px;
}

/* month/year */

.switch-container {
    display: inline-flex;
    align-items: center;
    padding: 5px 10px;
    font-family: 'Libre Baskerville' !important;
    text-align: center;
    font-weight: 600;
    font-size: 20px;
}

.switch {
    display: inline-flex;
    margin: 0 10px;
}

.switch input[type=checkbox] {
    height: 0;
    width: 0;
    visibility: hidden;
}

.switch input[type=checkbox]:checked+label {
    background: #97CA45;
}

.switch input[type=checkbox]:checked+label::after {
    left: calc(100% - 4px);
    transform: translateX(-100%);
}

.switch label {
    cursor: pointer;
    width: 48px;
    height: 24px;
    background: #EB008B;
    display: block;
    border-radius: 24px;
    position: relative;
    margin-bottom: 0;
}

.switch label::after {
    content: "";
    position: absolute;
    top: 4px;
    left: 4px;
    width: 16px;
    height: 16px;
    background: white;
    border-radius: 16px;
    transition: 0.3s;
}

.hidden {
    display: none;
}

.Basicbgg {
    background: #27252A;
    padding: 50px;
}

.lefttextbas {
    border-right: 1px solid rgb(68, 67, 67);
}

.lefttextbas h5 {
    font-family: 'Libre Baskerville';
    font-size: 18px;
    color: #fff !important;
}

.lefttextbas h4 {
    font-family: 'Libre Baskerville';
    font-size: 35px;
    color: #fff;
}

.lefttextbas h4 span {
    font-family: 'Manrope';
    font-size: 16px;
    color: #89868D;
}

.lefttextbas p {
    font-family: 'Manrope';
    font-size: 16px;
    color: #89868D;
}

.secbesbtn {
    padding-top: 20px;
}

.secbesbtn a {
    font-family: 'Manrope';
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    background: #EB008B;
    padding: 12px 25px;
}

.secbesbtn a:hover {
    color: #EB008B;
    background: rgb(252, 245, 245);
}

.ictext {
    font-family: 'Manrope';
    font-size: 16px;
    color: #fff;
    margin: 0;
    padding-left: 20px;
}

.Basicbgg2 {
    background: rgb(252, 245, 245);
    padding: 50px;
}

.lefttextbas2 {
    border-right: 1px solid #F0E8E8;
}

.lefttextbas2 h5 {
    font-family: 'Libre Baskerville';
    font-size: 18px;
    color: #27252A !important;
}

.lefttextbas2 h4 {
    font-family: 'Libre Baskerville';
    font-size: 35px;
    color: #27252A;
}

.lefttextbas2 h4 span {
    font-family: 'Manrope';
    font-size: 16px;
    color: #89868D;
}

.lefttextbas2 p {
    font-family: 'Manrope';
    font-size: 16px;
    color: #89868D;
}

.secbesbtn2 {
    padding-top: 20px;
}

.secbesbtn2 a {
    font-family: 'Manrope';
    font-size: 16px;
    color: #EB008B;
    border: 1px solid #EB008B;
    text-transform: uppercase;
    text-decoration: none;
    background: rgb(252, 245, 245);
    padding: 12px 25px;
}

.secbesbtn2 a:hover {
    color: rgb(252, 245, 245);
    background: #EB008B;
}

.ictext2 {
    font-family: 'Manrope';
    font-size: 16px;
    color: #27252A;
    margin: 0;
    padding-left: 20px;
}

.getbgg {
    background-image: url(../images/gettbg.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 200px;
}

.getttext p {
    color: #97CA45;
    font-family: 'Manrope';
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    text-transform: uppercase;
}

.getttext h3 {
    color: #fff;
    font-family: 'Libre Baskerville';
    font-size: 35px;
}

.checksecp {
    padding-top: 20px;
}

.checksecp p {
    color: #fff;
    font-family: 'Manrope';
    font-size: 16px;
}

.secbtnget {
    padding-top: 30px;
}

.secbtnget a {
    color: #fff;
    font-family: 'Manrope';
    font-size: 16px;
    text-decoration: none;
    text-transform: uppercase;
    padding: 15px 30px;
    background: #FBA92C;
}

.secbtnget a:hover {
    background: #97CA45;
}

.imgcontext {
    width: 70%;
    z-index: 1;
}

.imgtextget2 {
    background: #97CA45;
    background-image: url(../images/divgetimg.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 30px 40px;
    width: 60%;
    margin-left: 190px;
    margin-top: -320px;
    z-index: 10;
    position: relative;
}

.imgtextget2 h4 {
    color: #fff;
    font-family: 'Manrope';
    font-size: 20px;
}

.timesec {
    color: #fff;
    font-family: 'Manrope';
    font-size: 16px;
    padding-top: 10px;
}

.meq2bg {
    background: #EB008B;
}

.meqtext2 {
    font-family: 'Libre Baskerville';
    font-size: 20px;
    font-style: normal;
    color: #fff;
    padding: 5px 0px;
}

.secshop h5 {
    font-family: 'Libre Baskerville';
    font-size: 18px;
    color: #27252A;
    text-align: center;
    padding-top: 10px;
}

.secshop p {
    font-family: 'Manrope';
    font-size: 16px;
    color: #89868D;
    text-align: center;
}

.secshop p span {
    font-family: 'Manrope';
    font-size: 16px;
    color: #EB008B;
    text-align: center;
}

.shopbtnsec {
    text-align: center;
    padding-top: 20px;
}

.shopbtnsec a {
    font-family: 'Manrope';
    font-size: 16px;
    color: #fff;
    background: #97CA45;
    padding: 15px 30px;
    text-decoration: none;
}

.shopbtnsec a:hover {
    background: #EB008B;
}
.videotextcent{
    text-align: center;
}

.webmainsec {
    padding-bottom: 50px !important;
    margin-bottom: 50px;
    padding-top: 50px;
}

.secwebgco {
    padding: 0;
    background: #27252A;
    margin-top: 60px;
    margin-bottom: -50px;
}

.swetectcol {
    padding: 40px 60px;
}

.wlltext {
    color: #EB008B !important;
}

.wellacccsec {
    padding-top: 30px;
    position: relative;
}

.wellic {
    font-size: 18px;
    color: #fff;
    background-color: #EB008B;
    padding: 10px;
    border-radius: 50px;
}

.wellacccsec h4 {
    font-family: 'Libre Baskerville';
    font-size: 20px;
    color: #fff;
    position: relative;
    z-index: 2;
}

.wellacccsec p {
    font-family: 'Manrope';
    font-size: 16px;
    color: #89868D;
    padding-left: 45px;
}

.wellacccsec::after {
    content: "";
    position: absolute;
    top: 42px;
    left: 17px;
    right: 0;
    height: 215px;
    background: linear-gradient(#424145, #fff);
    z-index: 1;
    width: 2px;
}

.secsltexttop {
    font-family: 'Manrope';
    font-size: 16px;
    color: #89868D;
}

/* nav */
.prev.slick-arrow span i {
    font-size: 30px;
    padding: 18px 20px;
    border: 1px solid #89868D;
    border-radius: 50px;
}

.prev.slick-arrow span i:hover {
    background: #FBA92C;
    color: #fff;
    border: 1px solid #fff;
}

.next.slick-arrow span i {
    font-size: 30px;
    padding: 18px 20px;
    border: 1px solid #89868D;
    border-radius: 50px;
}

.next.slick-arrow span i:hover {
    background: #FBA92C;
    color: #fff;
    border: 1px solid #fff;
}

.next.slick-arrow {
    padding-left: 30px;
}

.nav-height.position-absolute {
    display: flex;
}

.image-nav {
    z-index: 1;
    cursor: pointer;
}

.sliderbggg {
    background: #FCF5F5;
    padding: 30px;
}

.maintextsli p {
    font-family: 'Manrope';
    font-size: 20px;
    color: #27252A;
}

.Eml h4 {
    font-family: 'Manrope';
    font-size: 20px;
    color: #27252A;
}

.Eml p {
    font-family: 'Manrope';
    font-size: 14px;
    color: #89868D;
}

.secqutext {
    font-family: 'Libre Baskerville';
    font-size: 14px;
    color: #27252A;
}

.newsbgg {
    background-color: #27252A;
    background-image: url(../images/newbgg.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 180px;
}

.secnewtit {
    color: #fff !important;
}

.secfelstex {
    font-family: 'Manrope';
    font-size: 16px;
    color: #89868D;
}

.secbtnnew {
    padding-top: 40px;
    padding-left: 40px;
}

.secbtnnew a {
    font-family: 'Manrope';
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    background: #FBA92C;
    padding: 15px 35px;
}

.newblogimgtext p {
    font-family: 'Manrope';
    font-size: 16px;
    color: #fff;
    padding-top: 20px;
}

.newblogimgtext span {
    font-family: 'Manrope';
    font-size: 16px;
    color: #fff;
    border: 1px solid #fff;
    padding: 1px 20px;
    border-radius: 20px;
}

.newblogimgtext h4 {
    font-family: 'Libre Baskerville';
    font-size: 20px;
    color: #fff;
}

.redbtnsc {
    font-family: 'Manrope';
    font-size: 16px;
    color: #fff;
    text-decoration: none;
}

.redbtnsc:hover {
    text-decoration: underline;
}

.secgallery {
    position: relative;
}

.overlay1,
.overlay2,
.overlay3,
.overlay4,
.overlay5,
.overlay6 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
}

.overlay1:hover {
    display: block;
    background: #eb008970;
}

.overlay2:hover {
    display: block;
    background: #eb008970;
}

.overlay3:hover {
    display: block;
    background: #eb008970;
}

.overlay4:hover {
    display: block;
    background: #eb008970;
}

.overlay5:hover {
    display: block;
    background: #eb008970;
}

.overlay6:hover {
    display: block;
    background: #eb008970;
}

.footerbg {
    background-image: url(../images/footer-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 400px;
    padding: 60px 200px;
}

.menusec {
    display: flex;
    justify-content: space-around;
}

.menusec p a {
    font-family: 'Manrope';
    font-size: 16px;
    color: #27252A;
    text-decoration: none;
}

.newheadtext {
    font-family: 'Libre Baskerville';
    font-size: 20px;
    color: #27252A;
}

.seclettrp {
    font-family: 'Manrope';
    font-size: 14px;
    color: #89868D;
    text-decoration: none;
}

button.btn.btn-default {
    background: #FBA92C !important;
    border-radius: 0px;
    font-size: 30px;
    color: #fff;
}

.subscribe_now input {
    border-radius: 0;
}

.seclettrp i {
    color: #FBA92C;
}
.iconmaisec{
    display: flex;
    justify-content:space-evenly;
padding-top: 10px;
}
.iconmaisec p a {
border: 1px solid #89868D;
border-radius: 50px;
padding: 7px 10px;
}
.iconmaisec p a i{
    color: #89868D ;
}
.iconmaisec p a:hover {
    border: 1px solid #EB008B;
    background: #FBA92C;
 }


 /* back to top */
 #button {
    display: inline-block;
    background-color: #EB008B;
    text-decoration: none;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s, 
      opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
  }
  #button::after {
    content: "\f062";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 2em;
    line-height: 50px;
    color: #fff;
  }
  #button:hover {
    cursor: pointer;
    background-color: #FBA92C;
  }
  #button:active {
    background-color: #FBA92C;
  }
  #button.show {
    opacity: 1;
    visibility: visible;
  }
  .seccopy{
    font-family: 'Manrope';
    font-size: 14px;
    color: #89868D;
  }
  .teartextsec{
    font-family: 'Manrope';
    font-size: 14px;
    color: #89868D;
    text-decoration: none;
  }
  .sectefle{
    display: flex;    
    justify-content: flex-end;
  }
/* about */
  .yearbg22 {
    background-image: url(../images/YEARBG.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 400px;
    padding: 60px 200px;
}
.imgtopsec33 {
    margin-top: -180px;
}
.ourpadding{
    padding: 60px 10px;
}
.ourpadding2{
    padding: 0px 10px 60px 10px;
}
.storytext h3{
    font-family: 'Playball';
    font-size: 200px;
    font-style: normal;
    font-weight: 500;
    color: #F2F2F2;
}
.storytext h4{
    font-family: 'Libre Baskerville';
    font-size: 70px;
    font-style: normal;
    font-weight: 500;
    color: #202031;
    margin-top: -190px;
    text-align: right;
}
.storytext2 p{
    font-family: 'Roboto';
    font-size: 18px;
    font-style: normal;
}
.secValuesbg{
    background-color: #F2F2F2;
    padding: 60px;
}
.valtext{
    text-align: center;
    font-family: 'Libre Baskerville';
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    color: #202031;
}
.valumain{
    display: flex;
    justify-content: space-evenly;
    padding: 30px 30px 0px 30px;
}
.valimg{
    text-align: center;
}
.valimg h3{
    text-align: center;
    font-family: 'Libre Baskerville';
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    color: #202031;
    padding-top: 20px;
}
.meetsectext{
    text-align: center;
    font-family: 'Libre Baskerville';
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    color: #202031;
    padding-top: 60px;
    padding-bottom: 30px;
}
.meetimg h4{
    font-family: 'Manrope';
    font-size: 18px;
    font-style: normal;
    text-transform: uppercase;
    color: #FBA92C;
    padding-top: 20px;
}
.meetimg h3{
    font-family: 'Libre Baskerville';
    font-size: 30px;
    color: #202031;
    padding-bottom: 60px;
}
/* servers */


.servbackgroud{
    background-image: url(../images/servbackground.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 60px;
}
.sectextserves{
    font-family: 'Libre Baskerville';
    font-size: 60px;
    color: #000;
    padding-top: 100px;
    text-align: center;
}

/* servers-fom*/

.sec-btn-margin {
    margin-top: 21px;
}

label {
    font-family: 'Libre Baskerville';
    font-size: 18px;
    color: #000000;
}

.form-control {
    font-family: 'Roboto' !important;
    font-size: 18px !important;
    color: #9E9E9E !important;
}
.sec-menu-btn2 {
    background:#EB008B;
    font-family: 'Manrope';
    font-style: normal;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    padding: 15px 30px;
    border: none;
}

.sec-menu-btn2:hover {
    background:#ff71c4;
    color: #fff;
}
/* servers-fom--end*/

/* serverbook */

.sec-ser-hh {
    font-family: 'Libre Baskerville';
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    text-align: center;
    color: #000000;
}

.sec-erv-book {
    padding: 60px 0px;
}

.sec-bord-serv {
    border-bottom: 1px solid #DCDCDC;
    padding: 20px 0px 0px 0px;
}

.sec-sev-book-h {
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 22px;
    color: #000000;
    margin: 0;
}

.sec-sev-book-p {
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 20px;
    line-height: 368%;
    margin: 0;
    text-align: center;
    color: #898989;
}
.sec-menu-btn22 {
    background: #EB008B;
    font-family: 'Manrope';
    text-transform: uppercase;
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    text-align: center;
    color: #fff;
    border-radius: 0;
    border: 0;
    padding: 10px 17px;
}

.sec-menu-btn22:hover {
    background: #ff7ac7;
}
/* serverbook--end */

/* contact-page */
.sec-contact-padding{
    padding: 60px 10px;
}
.sec-cont-hh{
    font-family: 'Libre Baskerville';
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    color: #202031;
}
.form-group {
    margin-bottom: 15px;
}
.sec-cont-pp {
    font-family: 'Manrope';
    font-weight: 400;
    font-size: 20px;
    color: #000000;
}

.seccont-add-h {
    font-family: 'Libre Baskerville';
    font-size: 20px;
    line-height: 150%;
    color: #000000;
}
.seccont-add-p{
    font-family: 'Manrope';
    font-weight: 400;
    font-size: 20px;
    color: #000000;
    text-decoration: none;
}
.sec-contact-padding{
    padding: 60px 0px;
}

.navbar:before, .navbar:after {
    display: table;
    content: " ";
    display: none;
}
/* gallery */
.gallery-container{
    padding: 60px 10px;
}
.seccolgarr{
    margin-top: -100px;
}
.gallimg img{
    padding-bottom: 10px;
}

/* News And Blogs */
.newspadd{
    padding-top: 20px;
    padding-bottom: 60px;
}
.newblogimgtext2 p {
    font-family: 'Manrope';
    font-size: 16px;
    color: #A6A2AC;
    padding-top: 20px;
}
.newblogimgtext2 span {
    background-color: #97CA45;
    font-family: 'Manrope';
    font-size: 16px;
    color: #fff;
    padding: 1px 20px;
    border-radius: 20px;
}
.newblogimgtext2 h4 {
    font-family: 'Libre Baskerville';
    font-size: 20px;
    color: #000;
}
.redbtnsc2 {
    font-family: 'Manrope';
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    color: #000;
    text-decoration: none;
}
.redbtnsc2:hover {
    color: #FBA92C;
}
.newblogimgtext2 {
    padding-bottom: 40px;
}
/* detalnesbgg */
.detalnesbgg{
    padding: 60px 10px;
}
.detalnesbgg h3{
    font-size: 30px;
    font-family: 'Libre Baskerville';
}
.detalnesbgg p{
    font-family: 'Roboto';
    font-size: 20px;
    font-style: normal;
}

.item_count {
    background-color: #000;
    padding: 2px 10px;
    font-size: 12px;
    border-radius: 20px;
    margin-left: 5px;
}