@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Arvo:wght@400;700&display=swap');

/* font-family: 'Arvo', serif; */



/***** General CSS *****/



body {

    word-break: break-word;

    font: 15px/25px 'Poppins', sans-serif;

    color: #393939;

    overflow-x: hidden;

}



a {

    text-decoration: none;

    color: #28b16d;

    white-space: initial;

}



a:hover,

a:focus {

    text-decoration: none;

    color: #393939;

}



a:hover {

    transition: all 0.5s ease-in-out;

    -webkit-transition: all 0.5s ease-in-out;

    -moz-transition: all 0.5s ease-in-out;

}



img {

    max-width: 100%;

}



input[type="text"]:focus,

textarea:focus,

input[type="password"]:focus,

select:focus,

input[type="email"]:focus,

input[type="url"]:focus,

input[type="tel"]:focus,

input[type="number"]:focus {

    transition: all 0.5s ease;

    -webkit-transition: all 0.5s ease;

    -moz-transition: all 0.5s ease;

    outline: none;

}



select,

input[type="text"],

input[type="password"],

input[type="email"],

input[type="url"],

input[type="number"],

textarea,

input[type="tel"] {

    -webkit-appearance: none;

    -moz-appearance: none;

    appearance: none;

}



ul {

    margin: 0 0 20px;

    padding: 0;

    list-style-type: none;

}



p {

    font-weight: 500;

    line-height: 1.2;

}





/***** Font Files *****/



@font-face {

    font-family: 'Fonts Awesome';

    src: url(../fonts/fontawesome-webfont.eot);

    src: url(../fonts/fontawesome-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff) format("woff"), url(../fonts/fontawesome-webfont.ttf) format("truetype"), url(../fonts/fontawesome-webfont.svg#fontawesome-webfont) format("svg");

    font-weight: 400;

    font-style: normal

}





/***** Custom Classes *****/





/* preloader start */

.svg-animations{

    position:relative;

    display:block;

    margin: auto;

    width:100%;

    height:100%;

}



#svg-calli{

    visibility: visible;

    position:relative;

    display:block;

    margin: auto;

    width:40%;

    height:40%;

    top:5%

}



div#svg-anim-calli {

    position: fixed;

    width: 100%;

    height: 100vh;

    z-index: 99;

    background: linear-gradient(0deg, rgba(249,185,118,1) 11%, rgba(246,202,107,1) 55%);

    top: 0;



}

/* preloader end */

.noPadding {

    padding: 0;

}



.noLeft {

    padding-left: 0;

}



.noRight {

    padding-right: 0;

}



.centerCol {

    float: none;

    margin: 0 auto;

}



.pt_8 {

    padding-top: 80px;

}



.pb_8 {

    padding-bottom: 80px;

}



.py_8 {

    padding: 80px 0px;

}



/*2d button start*/

@keyframes blinkin{

    0%{

      box-shadow: #f7cb6c94 0 0 0 0;





    }

    100%{

      box-shadow: #2198fa00 0 0 0 15px;







    }

  }

  @keyframes blinkin2{

    0%{

      box-shadow: #f7bf72 0 0 0 0;

        border-radius: 40px;



    }

    100%{

      box-shadow: #2198fa00 0 0 0 15px;



      border-radius: 40px;



    }

  }

  .theme_btn {

    position: relative;

    bottom: 20px;

    border: none;

    box-shadow: none;

    width: 55%;

    height: 40px;

    line-height: 42px;

    background: transparent;

    display: block;

    margin: 0 auto;

}

  .theme_btn span {

      display: block;

      position: absolute;

      width: 100%;

      height: 70px;

      border-radius: 40px;

      margin: 20px 0;

      -webkit-box-sizing: border-box;

      -moz-box-sizing: border-box;

      box-sizing: border-box;

      -webkit-transition: all .3s;

      transition: all .3s;

      display: flex;

      align-items: center;

      justify-content: center;

      color: #e5dfd7;

      font-size: 15px;

      font-family: 'Poppins';

      text-transform: uppercase;

      animation: blinkin 1.9s ease infinite;

  }

  .theme_btn span b {

    margin: 0 5px;

}

span.scnd {

    font-size: 25px !important;

    color: #deac6a;

}

  .theme_btn span:nth-child(1) {

    -webkit-transform: rotateX(90deg);

    -moz-transform: rotateX(90deg);

    transform: rotateX(90deg);

    -webkit-transform-origin: 50% 50% -20px;

    -moz-transform-origin: 50% 50% -20px;

    transform-origin: 50% 50% -20px;

    transition: .3s ease-in-out;

  }

  .theme_btn span:nth-child(2) {

    -webkit-transform: rotateX(0deg);

    -moz-transform: rotateX(0deg);

    transform: rotateX(0deg);

    -webkit-transform-origin: 50% 50% -20px;

    -moz-transform-origin: 50% 50% -20px;

    transform-origin: 50% 50% -20px;

    transition: .3s ease-in-out;

  }

    .theme_btn:hover span:nth-child(1) {

    -webkit-transform: rotateX(0deg);

    -moz-transform: rotateX(0deg);

    transform: rotateX(0deg);

  }

  .theme_btn:hover span:nth-child(2) {

    color: transparent;

    -webkit-transform: rotateX(-90deg);

    -moz-transform: rotateX(-90deg);

    transform: rotateX(-90deg);

  }



  .banner_text a {

    margin-top: 8%;

}

.theme_btn2{

    position: relative;

    bottom: 20px;

    border:none;

    box-shadow: none;

    width: 130px;

    height: 40px;

    line-height: 42px;

    background: transparent;

    display: block;

    right: 4px;

  }

  .theme_btn2 span {

      display: block;

      position: absolute;

      width: 155px;

      height: 50px;

      border-radius: 40px;

      margin: 20px 0;

      -webkit-box-sizing: border-box;

      -moz-box-sizing: border-box;

      box-sizing: border-box;

      -webkit-transition: all .3s;

      transition: all .3s;

      display: flex;

      align-items: center;

      justify-content: center;

      color: #e5dfd7;

      font-size: 16px;

     font-family: 'Roboto';

      text-transform: uppercase;

      animation: blinkin2 1.2s ease infinite;

  }

  .theme_btn2 span:nth-child(1) {

    -webkit-transform: rotateX(90deg);

    -moz-transform: rotateX(90deg);

    transform: rotateX(90deg);

    -webkit-transform-origin: 50% 50% -20px;

    -moz-transform-origin: 50% 50% -20px;

    transform-origin: 50% 50% -20px;

  }

  .theme_btn2 span:nth-child(2) {

    -webkit-transform: rotateX(0deg);

    -moz-transform: rotateX(0deg);

    transform: rotateX(0deg);

    -webkit-transform-origin: 50% 50% -20px;

    -moz-transform-origin: 50% 50% -20px;

    transform-origin: 50% 50% -20px;

  }

  .theme_btn2:hover span:nth-child(1) {

    -webkit-transform: rotateX(0deg);

    -moz-transform: rotateX(0deg);

    transform: rotateX(0deg);

  }

  .theme_btn2:hover span:nth-child(2) {

    color: transparent;

    -webkit-transform: rotateX(-90deg);

    -moz-transform: rotateX(-90deg);

    transform: rotateX(-90deg);

  }

  .btn-check:focus + .btn, .btn:focus {

      outline: 0;

      box-shadow: none;

  }







.flexRow {

    display: -webkit-box;

    display: -moz-box;

    display: -ms-flexbox;

    display: -webkit-flex;

    display: flex;

    align-items: center;

}



.flexCol {

    -webkit-box-flex: 1;

    -moz-box-flex: 1;

    -webkit-flex: 1;

    -ms-flex: 1;

    flex: 1;

    align-items: center;

}



h1 {

    font-family: 'Poppins', Sans-Serif;

    font-size: 55px;

    line-height: 1.2;

    color: #fff;

    font-weight: 500;

    margin: 0 0 17px;

}



h2 {

    font-family: 'Poppins', Sans-Serif;

    font-size: 55px;

    line-height: 1.2;

    color: #393939;

    font-weight: 500;

    margin: 0 0 30px;

}



h3 {

    font-family: 'Poppins', Sans-Serif;

    font-size: 30px;

    line-height: 1.2;

    color: #000000;

    font-weight: 600;

    margin: 0 0 28px;

}



h4 {

    font-family: 'Poppins', Sans-Serif;

    font-size: 24px;

    line-height: 1.2;

    color: #393939;

    font-weight: 500;

    margin: 0 0 13px;

}



h5 {

    font-family: 'Poppins', Sans-Serif;

    font-size: 20px;

    line-height: 1.2;

    color: #393939;

    font-weight: 500;

    margin: 0 0 20px;

}



h6 {

    font-family: 'Poppins', Sans-Serif;

    font-size: 18px;

    line-height: 1.2;

    color: #393939;

    font-weight: 500;

    margin: 0 0 22px;

}



select {

    background: #fff url('../images/arrow.png') no-repeat right;

    padding: 0 40px 0 30px;

}



::-webkit-input-placeholder {

    color: #575757;

}



::-moz-placeholder {

    color: #575757;

    opacity: 1;

}



:-ms-input-placeholder {

    color: #575757;

}



:-moz-placeholder {

    color: #575757;

    opacity: 1;

}





/*header css start */



.menuSec {

    padding: 8px 0;

}



.menuSec img {

        margin: 0;
    margin-top: -60px;
    width: 45%;
    height: 150px;
    object-fit: contain;
    position: relative;
    top: 60px;

}



.menuSec ul {

    margin: 0;

}



.menuSec ul li {

    position: relative;

    display: inline-block;

    margin: 0;

    padding: 0;

}



.menuSec li ul {

    display: none;

}



.menuSec ul li a {

    position: relative;

    display: flex;

    text-decoration: none;

    color: #252524;

    padding: 10px 0;

    font-size: 15px;

    font-family: 'Poppins';

    align-items: center;

    text-transform: uppercase;

    font-weight: 600;

}



.menuSec li:hover>ul {

    display: block;

    position: absolute;

    z-index: 1000;

    background-color: #000000;

    left: 0px;

    width: 230px;

    text-align: left;

    top: 38px;

}



.menuSec li>ul>li>a {

    border: none;

    padding: 13px 20px !important;

    color: #fff !important;

    overflow: hidden;

    font-size: 13px;

    line-height: 20px;

}



.menuSec li>ul>li,

.menuSec li>ul>li>a {

    display: block;

    margin: 0;

}



.menuSec li>ul>li>a:before,

.menuSec li>ul>li>a:after {

    display: none;

}



.menuSec li:hover li {

    float: none;

}



.menuSec li ul li a:hover {

    background-color: #ffffff;

    color: #000000 !important;

}



.menuSec ul ul ul {

    left: 100%;

    top: 0;

}





.menuSec li>ul>li:hover>ul {

    left: 230px;

    top: 0px;

    width: 270px;

}



.droopdwon li:hover>ul {

    display: block;

    position: absolute;

    z-index: 1000;

    background-color: #000000;

    left: 0px;

    width: 230px;

    text-align: left;

    top: 40px;

}



.droopdwon {

    float: left;

}



.droopdwon li:hover li a:hover {

    background-color: #ffffff;

    color: #000 !important;

}





/*header css start */



.dropdown-menu {

    position: absolute !important;

    z-index: 1000;

    display: block;

    min-width: 10rem;

    padding: 0.5rem 0;

    margin: 0;

    font-size: 1rem;

    color: #212529;

    text-align: left !important;

    background-color: #fff;

    background-clip: padding-box;

    border: 1px solid rgba(0, 0, 0, 0.15);

    border-radius: 0.25rem;

}





/*banner css start */





/* Tab slider fix  */



.tab_sec .tab-pane {

    display: block;

    border: 0;

    height: 0;

}



.tab_sec .tab-pane.active {

    display: block !important;

    height: auto;

}





/* Tab slider fix  */



.carousel-inner>.item>a>img,

.carousel-inner>.item>img {

    width: 100%;

}



.carousel-control.right,

.carousel-control.left {

    background: none;

    opacity: 1;

    width: 50px;

    height: 50px;

    top: initial;

    top: 40%;

    background: rgba(255, 255, 255, 0.1);

    text-shadow: none;

}



.carousel-control.right:hover,

.carousel-control.left:hover {

    background: rgba(255, 27, 27, 0.6);

    color: #fff;

}



.carousel-control.right .fa,

.carousel-control.left .fa {

    position: relative;

    top: 12px;

    font-size: 20px;

    color: #fff;

    opacity: 0.5;

}



.carousel-control.right {

    right: 0px;

}



.carousel-control.left {

    left: 0px;

}



.carousel-indicators [data-bs-target] {

    box-sizing: content-box;

    flex: 0 1 auto;

    width: 10px;

    height: 12px;

    padding: 0;

    margin: 3px!important;

    text-indent: -999px;

    cursor: pointer;

    background-color: #fff;

    background-clip: padding-box;

    border: 0;

    border-top: 10px solid transparent;

    border-bottom: 10px solid transparent;

    opacity: 1;

    /* transition: opacity 0.6s ease; */

    border-radius: 20px;

}



.carousel-caption {

    position: absolute;

    top: 0;

    width: 100%;

    height: 100%;

    left: 0;

    right: 0;

    margin: 0;

    padding: 0;

    color: #fff;

    text-align: left;

    display: -webkit-box;

    display: -moz-box;

    display: -ms-flexbox;

    display: -webkit-flex;

    display: flex;

    align-items: center;

    background: rgba(0, 0, 0, 0.1);

}



.carousel-indicators li {

    border: none;

    border-radius: 100%;

    -webkit-border-radius: 100%;

    -moz-border-radius: 100%;

    background: #fff;

    width: 12px;

    height: 12px;

    margin: 0;

}



.carousel-indicators .active {

    margin: 0;

    background-color: #28b16d;

    width: 10px;

    height: 12px;

}





/*banner css end*/



.blog_sec {

    padding: 5% 0;

}





/* Tabs  */



.tab_sec .nav-tabs .nav-link.active {

    background: #242889;

    color: #fff;

}



.tab_sec .nav-tabs .nav-link {

    background: #ccc;

    border-radius: 50px;

    color: #000;

    padding: 7px 28px;

}



.tab_sec .nav-tabs {

    border: none;

    justify-content: center;

    gap: 20px;

    margin-bottom: 20px;

}





/* Tabs  */



/* custom headr/banr  start*/

.img-fluid{width: 100%;}

.banner_img img {

    width: 86%;

}

.carousel-caption {

    background: transparent;

    top: 2%;

}

header {

    position: absolute;

    width: 100%;

    z-index: 11;

}

.banr-socials {

    position: absolute;

    display: flex;

    gap: 70px;

    flex-direction: column;

    align-items: center;

    height: 100%;

    left: 1%;

    justify-content: center;

    bottom: -50px;

}

.menuSec ul li:last-child a i {

    animation-delay: 1s;

}

.menuSec ul li a i {

    margin-right: 12px;

    font-size: 18px;

    animation: 1.8s ease float2 infinite;



}

.join-footer p {
    color: #fff;
    line-height: 25px;
    font-family: 'Poppins', san-serif;
}


@keyframes float2 {

    0% {

        transform: scale(1);

    }

    50% {



        transform: scale(1.2);

        filter: drop-shadow(0px 0px 6px #ffffffb5);

        color: #f8c66f;

    }

    100% {

            transform: scale(1);

    }

}



.top-rw ul li a {text-transform: lowercase;color: #fff;font-size: 14px;transition: .3s ease-in-out;}



.top-rw {padding-right: 8%;padding-bottom: 1%;}



.top-rw ul li a:hover {

    transform: scale(1.1);

    color: #f8bb74;

}



header:after {

    content: '';

    position: absolute;

    width: 50%;

    right: 0;

    height: 50px;

    top: 57px;

    z-index: -1;

    clip-path: polygon(0 0, 100% 0, 100% 100%, 6% 100%);

    background: linear-gradient(0deg, rgba(249,185,118,1) 11%, rgba(246,202,107,1) 55%);

}



.top-rw ul {

    display: flex;

    justify-content: end;

    gap: 10%;

}

ul.btm-rw {

    display: flex;

    justify-content: right;

    gap: 10%;

}



ul.btm-rw a {

    position: relative;

}



ul.btm-rw a:after {

    position: absolute;

    content: '';

    left: 0;

    bottom: 6px;

    width: 0%;

    height: 3px;

    background: #252524;

    transition: .2s ease-in-out;

}



ul.btm-rw a:hover:after {

    width: 100%;

}



ul.btm-rw a:hover{

    width: 100%;

}



ul.btm-rw li.active a:after {

    width: 100%;

}

.banner_text h6 {

    text-align: center;

    font-size: 21px;

    color: #fff;

    letter-spacing: 6px;

    text-transform: uppercase;

    font-weight: 400;

    margin-bottom: 10px;

}

.banner_text h1 {

    font-size: 97px;

    text-transform: uppercase;

    text-align: center;

    line-height: 115px;

    font-weight: 700;

    background: -webkit-linear-gradient(90deg, rgba(249,185,118,1) 31%, rgba(246,202,107,1) 55%);

    -webkit-background-clip: text;

    -webkit-text-fill-color: transparent;

    font-family: 'Arvo', serif;

    margin-bottom: -11px;

    animation: flicker-in-1 3s linear both;

}

@keyframes flicker-in-1{0%{opacity:0}10%{opacity:0}10.1%{opacity:1; filter: drop-shadow(2px 4px 6px white);}10.2%{opacity:0}20%{opacity:0}20.1%{opacity:1; filter: drop-shadow(2px 4px 6px white);}20.6%{opacity:0}30%{opacity:0}30.1%{opacity:1; filter: drop-shadow(2px 4px 6px white);}30.5%{opacity:1;}30.6%{opacity:0}45%{opacity:0}45.1%{opacity:1; }50%{opacity:1; }55%{opacity:1;}55.1%{opacity:0}57%{opacity:0}57.1%{opacity:1}60%{opacity:1;}60.1%{opacity:0}65%{opacity:0}65.1%{opacity:1;}75%{opacity:1}75.1%{opacity:0}77%{opacity:0}77.1%{opacity:1}85%{opacity:1}85.1%{opacity:0}86%{opacity:0}86.1%{opacity:1}100%{opacity:1}}



.banr-sld-bx h4 {

    font-family: 'Poppins';

    font-weight: 700;

    color: #fff;

    font-size: 18px;

    text-transform: uppercase;

}

.banr-sld-bx ul li ul {

    display: flex;

    gap: 18%;

}

.banr-sld-bx ul li {

    font-family: 'Poppins';

    font-weight: 400;

    font-size: 15px;

    color: #fff;

    position: relative;

    padding-left: 3%;

}

.banr-sld-bx ul li:after {

    content: '';

    position: absolute;

    width: 5px;

    height: 5px;

    border-radius: 50%;

    background: #f7c96d;

    left: 0;

    top: 10px;

}

.banr-sld-bx ul li ul li:first-child:after {

    display: none;

}

.banr-sld-bx ul li ul li:first-child {

    padding: 0;

}

.banr-sld-bx {

    backdrop-filter: blur(11px);

    background: #242424;

    padding: 2% 4%;

    border-radius: 11px;

    margin-top: 7%;

}

.banr-sldr .slick-prev, .banr-sldr .slick-next{



    top: unset;

    bottom: 0;

}

.banr-sldr .slick-next{

    right: 6%;

    width: 20px;

    height: 20px;

    border-radius: 50%;

    background: linear-gradient(0deg, rgba(249,185,118,1) 31%, rgba(246,202,107,1) 55%);

}

.banr-sldr .slick-prev {

    left: unset;

    right: 10%;

    z-index: 11;

    width: 20px;

    height: 20px;

    border-radius: 50%;

    background: linear-gradient(0deg, rgba(249,185,118,1) 31%, rgba(246,202,107,1) 55%);

}

.banr-sldr .slick-next:before{

    content: "\f054";

    font-family: 'Font Awesome 5 Free';

    font-weight: 900;

    font-size: 12px;

}

.banr-sldr .slick-prev:before {

    content: "\f053";

    font-family: 'Font Awesome 5 Free';

    font-weight: 900;

    font-size: 12px;

}

.banner_text a span:after {

    content: "";

    position: absolute;

    inset: 0;

    border-radius: 50px;

    padding: 3px;

    background:linear-gradient(86deg, rgba(249,185,118,1) 38%, rgba(246,202,107,1) 65%);

    -webkit-mask:

       linear-gradient(#fff 0 0) content-box,

       linear-gradient(#fff 0 0);

    -webkit-mask-composite: xor;



 }

 li.vrtcl {

    writing-mode: vertical-rl;

    color: #fff;

    transform: rotate(180deg);

    line-height: 10px;

    font-size: 15px;

    font-weight: 300;

    text-transform: uppercase;

}



.banr-socials ul {

    margin-bottom: 0;

}

ul.banr-soc-botm {

    display: flex;

    flex-direction: column;

    gap: 70px;

    position: relative;

}

ul.banr-soc-botm:after{

    content: '';

    position: absolute;

    height: 34px;

    width: 1.5px;

    background: #fff;

    top: -56px;

    left: 4px;

}

ul.banr-soc-botm:before{

    content: '';

    position: absolute;

    height: 34px;

    width: 1.5px;

    background: #fff;

    bottom: 41px;

    left: 5px;

}

.carousel-inner::after {

    display: none;

}

ul.banr-soc-top {

    display: flex;

    flex-direction: column;

    align-items: center;

    gap: 20px;

}



ul.banr-soc-top a {

    color: #fff;

    font-size: 17px;



}

ul.banr-soc-top li:nth-child(2) a i {

    animation-delay: .5s;

}

ul.banr-soc-top li:nth-child(3) a i {

    animation-delay: 1s;

}

ul.banr-soc-top li:nth-child(4) a i {

    animation-delay: 1.5s;

}

ul.banr-soc-top a i {

    animation: colorchng 3s ease-in-out infinite;}

@keyframes colorchng {

    0% {

        color: #fff;

        transform: scale(1);

    }

    50% {



        color: #f8c371;

        transform: scale(1.3);

    }

    100% {

        color: #fff;

        transform: scale(1);

    }



}

section.main_slider {

    position: relative;

}

section.main_slider:after {

    content: '';

    position: absolute;

    width: 40%;

    height: 70%;

    right: -12%;

    bottom: -23%;

    background: url(../images/after.png);

    background-repeat: no-repeat;

    background-size: contain;

    animation: rotat 70s linear infinite ;

    pointer-events: none;

}

/* animation: plnt-ani 20s linear infinite;

@keyframes plnt-ani {

    0% {

        filter: none;

    }

    30% {

        filter: hue-rotate(90deg);

    }

    50% {

        filter: hue-rotate(180deg);

    }

    90% {

        filter: hue-rotate(250deg);

    }

    100% {

        filter: none;

    }

  } */

@keyframes rotat {

    from{transform: rotate(0deg);



    }

    to {

        transform: rotate(360deg);

    }



}

@keyframes faadis {

    from{transform: rotate(0deg);



    }

    to {

        transform: rotate(-3600deg);

    }



}

/* custom headr/banr end */



/* about start */

.about-img {

    text-align: center;

    position: relative;

}

.about-img:after {

    content: '';

    position: absolute;

    width: 68%;

    height: 100%;

    left: 10%;

    bottom: -7%;

    background: linear-gradient(0deg, rgba(249,185,118,1) 37%, rgba(246,202,107,1) 66%);

    z-index: -1;

}

.about-img {

    text-align: center;

    position: relative;

}



.about-img:after {

    content: '';

    position: absolute;

    width: 68%;

    height: 100%;

    left: 10%;

    bottom: -7%;

    background: linear-gradient(0deg, rgba(249,185,118,1) 37%, rgba(246,202,107,1) 66%);

    z-index: -1;

}

.abt-txt h6 {

    font-family: 'Poppins';

    font-weight: 500;

    font-size: 18px;

    text-transform: uppercase;

    color: #f9b812;

    letter-spacing: 6px;

    margin-bottom: 10px;

}

.abt-txt h3 {

    font-family: 'Arvo';

    font-weight: 700;

    color: #2a2a2a;

    font-size: 36px;

    position: relative;

    transition: .4s ease-in-out;



}

.abt-txt:hover h3 {

    letter-spacing: 2px;

}

.abt-txt h3:after {

    content: '';

    position: absolute;

    width: 50%;

    height: 17px;

    left: 0;

    bottom: -20px;

    background: url(../images/below-head.png);

    background-repeat: no-repeat;

    animation: mov 8s ease-in-out infinite alternate;

}

@keyframes mov {

    0% {

        left: 0%;



    }

    50% {

        left: 32%;



    }

    100% {

        left: 0%;



    }



}

@keyframes mov2 {

    0% {

        left: 0%%;



    }

    50% {

        left: 25%;



    }

    100% {

        left: 0%%;



    }



}

.abt-txt p {

    font-family: 'Poppins';

    font-weight: 400;

    line-height: 25px;

    width: 92%;

    font-size: 16px;

    color: #000;

    margin-top: 7%;

}

section.about {

    padding-top: 7%;

    position: relative;

    padding-bottom: 6%;

}

section.about:after {

    content: '';

    position: absolute;

    width: 34%;

    height: 75%;

    left: -16%;

    bottom: -31%;

    background: url(../images/after-2.png);

    background-repeat: no-repeat;

    background-size: contain;

    animation: rotat2 70s linear infinite;

    pointer-events: none;

    z-index: -11;

}

@keyframes rotat2 {

    from{transform: rotate(0deg);



    }

    to {

        transform: rotate(360deg);

    }



}

.about-img img {

    cursor: grab;

}

.abt-txt a span {

    background: linear-gradient(0deg, rgba(249,185,118,1) 37%, rgba(246,202,107,1) 66%);

    color: #000;

    font-weight: 700;

    font-family: 'Poppins';

    font-size: 15px;

    width: 174px;

    height: 54px;

    margin-top: 30px;

}



/* bubls ltrs */

  .bubble--1 {

    left: 10% !important;

    animation-duration: 13s !important;

    opacity: 0.4 !important;

  }



  .bubble--2 {

    width: 15px !important;

    height: 15px !important;

    left: 40% !important;

    animation-delay: 1.5s !important;

    animation-duration: 14s !important;

    opacity: 0.4 !important;

  }



  .bubble--3 {

    width: 10px !important;

    height: 10px !important;

    left: 30% !important;

    animation-delay: 2s !important;

    animation-duration: 23s !important;

    opacity: 0.4 !important;

  }



  .bubble--4 {

    width: 25px !important;

    height: 25px !important;

    left: 40% !important;

    animation-delay: 2.5s !important;

    animation-duration: 21s !important;

    opacity: 0.5 !important;

  }



  .bubble--5 {

    width: 30px !important;

    height: 30px !important;

    left: 60% !important;

    animation-delay: .8s !important;

    animation-duration: 20s !important;

    opacity: 0.3 !important;

  }



  .bubble--6 {

    width: 10px !important;

    height: 10px !important;

    left: 80% !important;

    animation-delay: .5s !important;

    animation-duration: 35s !important;

    opacity: 0.6 !important;

  }

  .bubble--7 {

    left: 10% !important;

    animation-delay: 3.5s !important;

    animation-duration: 25s !important;

    opacity: 0.4 !important;

  }



  .bubble--8 {

    width: 15px !important;

    height: 15px !important;

    left: 40% !important;

    animation-delay: 2.9s !important;

    animation-duration: 19s !important;

    opacity: 0.4 !important;

  }



  .bubble--9 {

    width: 10px !important;

    height: 10px !important;

    left: 30% !important;

    animation-delay: 2.5s !important;

    animation-duration: 23s !important;

    opacity: 0.4 !important;

  }



   .bubble {

    width: 40px;

    height: 40px;

    border-radius: 100%;

    position: absolute;

    color:#f8c073;

    bottom: 0px;

    opacity: 0.5;

    animation: bubble 10s ease-in-out infinite,

      sideWays 4s ease-in-out infinite alternate;

      font-size: 35px;

  }

  .bubl-anim {

    position: relative;

    height: 210px;

    width: 58%;

    left: 12%;

}

  @keyframes bubble {

    0% {

      transform: translateY(0%);

      opacity: 0.06;

    }

    100% {

      transform: translateY(-210vh);

    }

  }



  @keyframes sideWays {

    0% {

      margin-left: 0px;

    }

    100% {

      margin-left: 200px;

    }

  }

/* bubls ltrs end */

/* about end */



/* srvs start */

section.services {

    background: #f8c66f;

    padding: 5% 0;

}



.srvs-hed {

    text-align: center;
        margin: 2% 0 2% 0;

}



.srvs-hed h6 {

    font-family: 'Poppins';

    font-weight: 500;

    color: #fff;

    font-size: 19px;

    text-transform: uppercase;

    letter-spacing: 3px;

    margin-bottom: 5px;

}



.srvs-hed h3 {

    font-family: 'Arvo';

    font-size: 36px;

    font-weight: 700;

    color: #2a2a2a;

    position: relative;

    display: inline-block;

}

.srvs-hed h3:after{

    content: '';

    position: absolute;

    width: 100%;

    height: 30px;

    left: 0;

    bottom: -33px;

    background: url('../images/below-head.png');

    background-repeat: no-repeat;

    background-size: contain;

}



.srvs-hed {

    margin-bottom: 2%;

}

.srvs-dtl ul li {

    font-size: 18px;

    font-family: 'Poppins';

    font-weight: 500;

    margin-bottom: 2%;

    position: relative;

}

.srvs-dtl ul li:after{

    content: '';

    position: absolute;

    left: 0;

    top: 5px;

    width: 18px;

    height: 17px;

    background: url('../images/srvs-dtl-dot.png');

    background-repeat: no-repeat;

    background-size: contain;

}



.srvs-dtl ul li {

    padding-left: 5%;

}

section.services a.theme_btn2 span {

    background: #fff;

    color: #2a2a2a;

    font-family: 'Poppins';

    font-weight: 600;

    width: 184px;

    margin-top: 34px;

    font-size: 15px;

}

.srvs-btn a {

    margin: 0 auto;

}

/* srvs end */



/* pakgs start */

.srvs-hed.pkg h6 {

    color: #f9b812;

}

section.packages {

    padding: 5% 0;

}

section.packages:after {

    content: '';

    position: absolute;

    background: url(../images/after-3.png);

    width: 29%;

    height: 22%;

    background-size: cover;

    left: -14%;

    top: -14%;

    background-repeat: no-repeat;

}



section.packages {

    position: relative;

    overflow: hidden;

}



.srvs-hed.pkg p {

    width: 58%;

    margin: 0 auto;

    line-height: 29px;

    font-size: 16px;

    font-family: 'Poppins';

    font-weight: 400;

    color: #000;

    margin-top: 1%;

}

.srvs-hed.pkg h6 {

    color: #f9b812;

}

section.packages {

    padding: 5% 0;

}

.srvs-hed.pkg p {

    width: 58%;

    margin: 0 auto;

    line-height: 29px;

    font-size: 16px;

    font-family: 'Poppins';

    font-weight: 400;

    color: #000;

    margin-top: 1%;

}

.pkgs-bx {

    border: 1px solid #f6c76d;

    border-radius: 10px;

    padding-bottom: 4%;

    margin-bottom: 15%;

}

.pkg-top {

    background: linear-gradient(0deg, rgba(249,185,118,1) 37%, rgba(246,202,107,1) 66%);

    border-top-left-radius: 7px;

    border-top-right-radius: 7px;

}

.pkg-top h4 {

    font-family: 'Arvo';

    font-weight: 700;

    font-size: 26px;

    text-align: center;

    padding: 5% 0;

    color: #2a2a2a;

    line-height: 36px;

}

.pkg-top h4 span {

    display: block;

}



.pkgs-bx h6 {

    font-size: 21px;

    font-weight: 600;

    color: #f8c66f;

    font-family: 'Poppins';

    text-align: center;

    text-decoration: line-through;

    margin-bottom: 0px;

    margin-top: 5%;

}



.pkgs-bx h5 {

    font-family: 'Poppins';

    font-weight: 800;

    color: #2a2a2a;

    font-size: 21px;

    text-align: center;

}



.pkgs-bx h5 span {

    font-size: 46px;

}



.pkgs-bx ul li {

    padding: 0 8%;

    font-size: 17px;

    font-family: 'Poppins';

    color: #282827;

    margin-bottom: 5%;

    border-bottom: 1px solid #ebebeb;

    padding-bottom: 6%;

    position: relative;

    font-weight: 500;

}

.pkgs-bx ul li:after {

    content: '';

    position: absolute;

    left: 0;

    top: 3px;

    width: 18px;

    height: 17px;

    background: url(../images/srvs-dtl-dot.png);

    background-repeat: no-repeat;

    background-size: contain;

}

.pkgs-bx ul {margin: 9% 0;}

.pkgs-bx a.theme_btn2 span {

    background: linear-gradient(0deg, rgba(249,185,118,1) 37%, rgba(246,202,107,1) 66%);

    color: #2a2a2a;

    font-size: 14px;

    font-family: 'Poppins';

    font-weight: 600;

    width: 170px;

    height: 55px;

}

.pkgs-bx a {

    margin: 0 auto;

    display: block;

    margin-bottom: 7%;

}

.pkgs-bx ul {

    padding: 0 7%;

}

.pkgs-bx span.scnd {

    font-size: 15px !important;

}

/* pakgs end */



/* ayah section start */

section.ayah {

    background: url('../images/ayah-sec-bg.png');

    width: 100%;

    background-size: cover;

    background-attachment: fixed;

    height: 620px;

    padding: 5% 0;

}

.ayah-head h3 {

    text-align: center;

    color: #fff;

    font-size: 88px;

    font-weight: 100;

}



.ayah-head {

    margin-bottom: 5%;

}



.stats-bx {

    text-align: center;

}



.stats-bx h5 {

    font-family: 'Arvo';

    font-weight: 600;

    color: #fff;

    font-size: 23px;

    margin-bottom: 16px;

}



.stats-bx h2 {

    font-family: 'Poppins';

    font-weight: 400;

    font-size: 102px;

    color: #fff;

}

section.ayah .srvs-btn a span {

    background: #fff;

    color: #000;

    width: 190px;

    animation: none;

    font-size: 15px;

    font-weight: 600;

    font-family: 'Poppins';

    height: 55px;

}

/* ayah section end */



/* teachr start */

.slick-active {

    opacity: 1;

}

.techrs-left img {

    width: 90%;

}

.row.colr {

    background: #f8c66f;

    align-items: center;

}

section.teachers .col-lg-4 {

    padding: 0;

}

.techr-bx {

    background: #f1b753;

}

.techr-bx h6 {

    font-family: 'Poppins';

    font-weight: 700;

    text-transform: uppercase;

    font-size: 16px;

    margin-bottom: 5px;

    padding-left: 5%;

    padding-top: 4%;

}

.techr-bx p {

    font-size: 14px;

    font-family: 'Poppins';

    font-weight: 500;

    padding-left: 5%;

    padding-bottom: 6%;

}

.txhr-slidr .slick-prev, .txhr-slidr .slick-next {

    top: unset;

    bottom: -8%;

    opacity: 1;

}

.txhr-slidr .slick-prev{

    left: 47%;

}

.txhr-slidr .slick-next{

    right: 47%;

}

.txhr-slidr .slick-prev:before, .txhr-slidr .slick-next:before{

    opacity: 1;

}

.teachrs-right .srvs-hed h3:after {

    width: 79%;

    background-size: inherit;

    animation: mov2 10s ease-in-out infinite alternate;

}

section.teachers {

    margin-top: -4%;

    padding-bottom: 5%;

}

/* teachr end */



/* hadith satrt */

section.haith{

    background: url('../images/hadith.png');

    width: 100%;

    background-size: cover;

    height: 500px;

    display: flex;

    align-items: center;

}

.haith-txt h4 {

    font-family: 'Arvo';

    font-weight: 700;

    font-size: 36px;

    padding-left: 9%;

    color: #f8c66f;

    position: relative;

    width: 34%;

}

.haith-txt h4:after {

    content: '';

    position: absolute;

    width: 100%;

    height: 17px;

    background: url('../images/below-head2.png');

    left: 0;

    bottom: -22px;

    background-repeat: no-repeat;

}

.haith-txt p {

    font-family: 'Poppins';

    font-weight: 400;

    font-size: 16px;

    color: #fff;

    line-height: 30px;

    margin-bottom: 3%;

    margin-top: 6%;

}

.haith-txt h5 {

    font-family: 'Poppins';

    font-weight: 600;

    font-size: 18px;

    color: #fff;

    line-height: 28px;

    margin-bottom: 4%;

}

.haith-txt h5 i {

    color: #f8c66f;

}

.haith-txt h6 {

    font-size: 16px;

    float: right;

    color: #f8c66f;

    font-family: 'Poppins';

}

.bubl-anim.haith {

    height: 213px;

    overflow: hidden;

    top: -34%;

    width: 81%;

    left: 0;

}



/* hadith end */



/* rvew satrt */

.revw-bx img {

    width: inherit;

    margin: 0 auto;

    margin-top: -15%;

}

.revw-bx {

    border: 1px solid #cccccc;

    border-radius: 10px;

    text-align: center;

    padding: 0 4%;

    padding-bottom: 8%;

}

.revw-slidr .slick-track {

    padding: 4% 0;

}

.revw-bx h6 {

    font-family: 'Poppins';

    font-weight: 700;

    font-size: 18px;

    margin-bottom: 0;

    margin-top: 5%;

}

.revw-bx small {

    font-size: 14px;

    color: #000;

}

.revw-bx p {

    font-family: 'Poppins';

    font-weight: 400;

    color: #000;

    font-size: 16px;

    line-height: 28px;

    margin-top: 6%;

}

section.reviw {

    padding: 5% 0;

}

.slick-slide.slick-current.slick-active .revw-bx {

    background: linear-gradient(0deg, rgba(249,185,118,1) 37%, rgba(246,202,107,1) 66%);

}

section.reviw  .slick-prev, section.reviw  .slick-next {

    top: unset;

    bottom: -1%;

    opacity: 1;

}

section.reviw  .slick-prev {

    left: 48%;

}

section.reviw   .slick-next {

    right: 48%;

}

section.reviw  .slick-prev:before, section.reviw  .slick-next:before {

    opacity: 1;

}

.srvs-hed.pkg.rve h3:after {

    width: 70%;

    left: 15%;

    bottom: -40px;

}

.srvs-hed.pkg.rve {

    margin-bottom: 4%;

}

section.reviw:after {

    content: '';

    position: absolute;

    background: url(../images/after-4.png);

    width: 37%;

    height: 58%;

    background-size: cover;

    left: -14%;

    bottom: 20%;

    background-repeat: no-repeat;

    z-index: -1;

}

section.reviw  {

    position: relative;

}



/* rvew end */



/* foter start */

footer {

    background: #272726;

    position: relative;

    padding-bottom: 4%;

    overflow: hidden;

}



.fot-top-1 {

    text-align: center;

    padding: 7% 0;

    border-right: 1px solid #ffffff1c;

}



.fot-top-1 h6 {

    font-size: 18px;

    color: #fff;

    font-weight: 500;

    text-transform: uppercase;

    letter-spacing: 5px;

    margin-bottom: 10px;

}



.fot-top-1 h3 {

    font-family: 'Arvo';

    font-weight: 700;

    /* font-size: 36px; */

    color: #f8c66f;

    margin-bottom: 0;

}



.fot-top-2 h6 {

    font-size: 18px;

    color: #fff;

    font-weight: 500;

    text-transform: uppercase;

    letter-spacing: 5px;

    margin-bottom: 10px;

}



.fot-top-2 {

    text-align: center;

    padding: 7% 0;

    border-right: 1px solid #ffffff1c;

}


.row.our-vision {
    padding-top: 150px;
}

.fot-top-2 h3 {

    /* font-size: 18px; */

    font-family: 'Arvo';

    font-weight: 300;

    color: #f8c66f;

    margin-bottom: 0;

}

.foter-btm {

    padding-top: 4%;

}



.fot-abt h6 {

    font-size: 18px;

    color: #fff;

    font-weight: 500;

    text-transform: uppercase;

    letter-spacing: 5px;

    margin-bottom: 5px;

}



.foter-btm h4 {

    font-family: 'Arvo';

    font-weight: 700;

    font-size: 36px;

    color: #f8c66f;

    margin-bottom: 5%;

    position: relative;

}

.foter-btm h4:after{

    content: '';

    position: absolute;

    background: url('../images/below-head2.png');

    width: 100%;

    height: 20px;

    background-repeat: no-repeat;

    left: 0;

    bottom: 0;

}

.fot-abt h4:after {

    bottom: -29px;

    left: 11%;

    width: 48%;

}



.fot-nws h4:after {

    bottom: -30px;

}



.fot-abt p {

    width: 70%;

    margin-top: 52px;

    font-size: 16px;

    color: #fff;

    font-weight: 400;

    line-height: 28px;

}



.nwsltr {

    margin-top: 15%;

    position: relative;

}



.nwsltr input {

    width: 100%;

    background: transparent;

    border: 1px solid #f7bd73;

    height: 57px;

    border-radius: 35px;

    padding: 0px 24px;

}



.nwsltr button {

    position: absolute;

    right: 0;

    width: 40%;

    height: 57px;

    border-radius: 35px;

    border: none;

    background: linear-gradient(0deg, rgba(249,185,118,1) 37%, rgba(246,202,107,1) 66%);

    text-transform: uppercase;

    font-weight: 700;

    font-size: 15px;

}



footer:before {content: '';position: absolute;left: 0;height: 1px;width: 79%;background: #ffffff24;top: 27.5%;}



footer:after {

    content: '';

    position: absolute;

    right: -15%;

    height: 100%;

    width: 32%;

    background: url('../images/after-2.png');

    bottom: 0;

    background-repeat: no-repeat;

    background-size: contain;

    animation: rotat 70s linear infinite;

}

.nwsltr input::placeholder{

    color: #fff;

}

@keyframes move {

    0%,

    100% {

      left: 0;

    }

    50% {

      left: calc(100% - 100px);

    }

  }

  .ayah-head:after {

    content: "";

    position: absolute;

    left: 0;

    top: -14px;

    width: 100px;

    height: 110%;

    background-color: #fff;

    animation: move 10s linear infinite;

    z-index: -1;

}

.ayah-head {



    position: relative;

    mix-blend-mode: difference;

    color: #000;

    width: 66%;

    margin: 0 auto;

    margin-bottom: 7%;

}

.ayah-head h3 {

    text-align: center;

    font-size: 88px;

    font-weight: 100;

    mix-blend-mode: difference;

    color: #fff;

}

/* foter end */



/* package satrt */

section.main_slider.inr:after {

    display: none;

}

.banner_text.inr {

    text-align: center;

}



.carousel-caption.inr {

    top: 30%;

}



.banner_text.inr h2 {

    background: -webkit-linear-gradient(90deg, rgba(249,185,118,1) 31%, rgba(246,202,107,1) 55%);

    -webkit-background-clip: text;

    -webkit-text-fill-color: transparent;

    font-family: 'Arvo', serif;

    font-size: 68px;

    font-weight: 700;

    text-transform: uppercase;

    animation: flicker-in-1 3s linear both;

}

section.packages.inr:after {

    display: none;

}

section.packages.inr .srvs-hed h3:after {

    width: 68%;

    left: 14%;

    background-size: auto;

}

/* package enmd */



/* cntact start */

.cntct-pg-txt {

    padding: 7% 6%;

}



.cntct-pg-txt h6 {

    font-family: 'Poppins';

    font-weight: 600;

    font-size: 18px;

    text-transform: uppercase;

    color: #f9b812;

    letter-spacing: 5px;

    margin-bottom: 13px;

}



.cntct-pg-txt h3 {

    font-size: 36px;

    font-family: 'Arvo';

    color: #2a2a2a;

    position: relative;

}



.cntct-pg-txt h3:after {

    content: '';

    position: absolute;

}



.cntct-pg-txt p {

    font-size: 16px;

    font-weight: 400;

    color: #000;

    line-height: 25px;

    width: 78%;

    text-align: justify;

}



.cntct-pg-txt input {

    border: none;

    background: #ebebeb;

    height: 60px;

    margin-bottom: 6%;

    width: 100%;

    padding: 0 4%;

    border-radius: 41px;

}



.cntct-pg-txt textarea {

    width: 100%;

    border: none;

    height: 200px;

    background: #ebebeb;

    border-radius: 26px;

    padding: 15px 16px;

    margin-bottom: 4%;

}



.cntct-pg-txt button {

    background: linear-gradient(0deg, rgba(249,185,118,1) 37%, rgba(246,202,107,1) 66%);

    border: none;

    height: 55px;

    width: 190px;

    font-weight: 700;

    text-transform: uppercase;

    color: #000000ab;

    border-radius: 30px;

}

section.contact-pg {

    position: relative;

}

section.contact-pg:after {

    content: '';

    position: absolute;

    background: url(../images/contact-pg.png);

    width: 24%;

    height: 100%;

    right: 0;

    top: 0;

    background-repeat: no-repeat;

    background-size: cover;

}

/* cntact end */



/* about star */

section.salam-people {

    padding: 80px;

    text-align: center;

}



.salam-img{

    position: relative;

}

.salam-img img {

    margin-bottom: 60px;

}



.salam-content p {

    font-size: 16px;

    font-family: 'Poppins';

    font-weight: 400;

    width: 90%;

    margin: 0 auto;

    margin-bottom: 17px;

    line-height: 26px;

}

.salam-img:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 60px;
    background-image: url(../images/design.png);
    background-repeat: no-repeat;
    left: 40%;
    bottom: -16px;

    /* animation: mov-name 8s ease-in-out infinite alternate; */

}



/* @keyframes mov-name {

    0% {

        left:40%;



    }

    50% {

        left:50%;



    }

    80% {

        right:90%;



    }

    100% {

        left:40%;



    }



} */


/*salam*/

section.who {

    padding: 80px 0;

    background: #f8c66f;

}

.who-img {

    text-align: right;

    position: relative;

}

.who-we-are h6 {

    font-size: 18px;

    font-weight: 500;

    color: #fff;

    text-transform: uppercase;

    margin-bottom: 10px;

    letter-spacing: 4px;

}

.who-we-are h4 {

    font-size: 36px;

    font-weight: 700;

    color: #2a2a2a;

    margin-bottom: 8%;

    position: relative;

    font-family: 'Arvo';

}

.who-we-are h4:before {

    position: absolute;

    content: '';

    width: 44%;

    height: 60px;

    background-image: url(../images/design.png);

    background-repeat: no-repeat;

    left: 0;

    top: 46px;

}

.who-we-are p {

    font-size: 16px;

    line-height: 26px;

}

.who-img:before {

    position: absolute;

    content: '';

    width: 77%;

    height: 508px;

    background: #2a2a2a;

    z-index: 10;

    top: 40px;

    left: 13%;

}



.who-img img {

    position: relative;

    z-index: 999;

    width: 80%;

}

.who-we-are a.theme_btn2 span {

    background: #fff;

    font-size: 14px;

    color: #000;

    font-weight: 600;

    font-family: 'Poppins';

    width: 190px;

    margin-top: 30%;

}
.aftsts {
    position: relative;
    /* overflow: hidden; */
}
.aftsts:before{
    content: '';
    position: absolute;
    right: 0%;
    height: 545px;
    width: 500px;
    background: url(../images/after-2.png);
    bottom: 0;
    z-index: -1;
    background-repeat: no-repeat;
    background-size: contain;
    animation: faadis 180s linear infinite;
    opacity:0.6;
    top: 10%;
}
.aftsts .faadi-img {
    width: 70%;
    position: relative;
    right: 20px;
}

/* about end */



.form_group .form_control {
    height: 60px;
    background-color: transparent;
    border-color: #f7c170;
    border-radius: 0;
    color: #000;
    box-shadow:none;
    border-radius: 4px;
    border: 1px solid #f7c170;
    padding: 10px;
    margin-bottom: 25px;
};


.btn_container.mt-3 {}

.btn_container.mt-3 button.theme_btn {
    background: linear-gradient(0deg, rgba(249, 185, 118, 1) 37%, rgba(246, 202, 107, 1) 66%);
    border-radius: 60px;
    font-size: 19px;
}

.forgot_link a {
    color: #000;
    margin-bottom: 30px;
    display: block;
}

section.sec_pd.login_sec {
    padding: 180px 0;
}

.sign_up  a.theme_btn.text-center.d-inline-block {
    color: #000;
    background: linear-gradient(0deg, rgba(249, 185, 118, 1) 37%, rgba(246, 202, 107, 1) 66%);
    border-radius: 20px;
    width: 100%;
    font-size: 19px;
    height: 55px;
    line-height: 54px;
}
section.sec_pd.login_sec .login_container.border.p-5 {
    padding: 40px 20px !important;
}

section.sec_pd.login_sec .login_container.border.p-5 input#password_confirmation {
    height: 60px;
    background-color: transparent;
    border-color: #f7c170;
    border-radius: 0;
    color: #000;
    box-shadow: none;
    border-radius: 4px;
    border: 1px solid #f7c170;
    padding: 10px;
    margin-bottom: 25px;
}

section.sec_pd.login_sec .login_container.border.p-5 {
    padding: 40px 20px !important;
}

section.sec_pd.login_sec .login_container.border.p-5 input#password_confirmation {
    height: 60px;
    background-color: transparent;
    border-color: #f7c170;
    border-radius: 0;
    color: #000;
    box-shadow: none;
    border-radius: 4px;
    border: 1px solid #f7c170;
    padding: 10px;
    margin-bottom: 25px;
}

section.sec_pd.login_sec .login_container input.theme_btn.d-inline-block.text-center.w-100 {
    color: #000;
    background: linear-gradient(0deg, rgba(249, 185, 118, 1) 37%, rgba(246, 202, 107, 1) 66%);
    border-radius: 20px;
    width: 100%;
    font-size: 19px;
    height: 55px;
    line-height: 54px;
}
