/*::::::::::::::::  Global Style :::::::::::::::::::::*/

/**{
    margin: 0;
    padding: 0;
}*/
html,
html, body {
    font-family: 'Open Sans', sans-serif;
    width: 100%;
    background: white;
}
@font-face{
    font-family: 'Open Sans', sans-serif;
    src: url(../font/OpenSans-Bold.ttf);
    font-style: normal;
    font-weight: 600;
}
@font-face{
    font-family: 'Open Sans', sans-serif;
    src: url(../font/OpenSans-Light.ttf);
    font-style: normal;
    font-weight: 300;
}                           



img {
  max-width: 100%;
  height: auto;
}
p {
  margin: 0 0 20px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
}
span {
  margin: 0 0 20px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
}

h1,
h2{
 font-family: 'Open Sans', sans-serif;
 font-weight: 600;
}

h3,
h4,
h5,
h6 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  color: #212121;
  margin: 0 0 26px;
  font-weight: 600;
}
h1 {
  font-size: 36px;
}
h2 {
  font-size: 30px;
}
h3 {
  font-size: 24px;
}
h4 {
  font-size: 20px;
}
h5 {
  font-size: 16px;
}
h6 {
  font-size: 14px;
}
a {
  color: #ff3115;
  transition: all 0.3s ease 0s;
  text-decoration: none !important;
  outline: none !important;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
}
a:active,
a:hover {
  text-decoration: none;
  outline: 0 none;
  color: #e41f05;
}
ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
}
li{
    font-family: 'Open Sans', sans-serif;
}
.clear {
  clear: both;
}
::-moz-selection {
  background: #0c0095;
  text-shadow: none;
  color: #ffffff;
}
::selection {
  background:#0c0095;
  text-shadow: none;
  color: #ffffff;
}

/*::::::::::::::::::  General Css :::::::::*/

.row{
    margin-left: 0px;
    margin-right:0px;
    width: 100%;
}
.form-control{
    box-shadow:none !important;
}
.btn{
    box-shadow:none !important;
}

.form-control{box-shadow:none !important;}


/*::::::::::::::::::  Loader Css :::::::::*/




/*::::::::::::  Header Section  :::::::::::::*/

header.header {
    padding: 15px 1px;
    background: #333545;
}
/*.Logo a img {
    height: 33px;
    margin-top: 2px;
}*/
.Logo a img {
    height: 105px;
    margin-top: 0px;
    position: relative;
    top: 0px;
    left: 0px;
}
.SearchBox .SearchGrp {
    display: flex;
}
.SearchBox .SearchGrp .fa {
    position: absolute;
    left: 24px;
    top: 10px;
    color: #d4cfcff0;
}
.SearchBox .SearchGrp .form-control {
    padding-left: 33px;
    border-radius: 25px;
    border: none;
    box-shadow: none;
}
.RightMenu {
    display: flex;
    float: right;
    padding-top: 5px;
}
.RightMenu .Lang .dropdown .btn img {
    width: 22px;
}
.RightMenu .Lang .dropdown .btn {
    padding: 0px 2px;
    width: 100px;
    background: transparent;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 25px;
    font-size: 15px;
    box-shadow: none;
    height: 30px;
}
.RightMenu .Lang .dropdown-menu .dropdown-item img {
    width: 22px;
}
.RightMenu .Loca form .form-control {
    background: transparent;
    color: #fff;
    border-radius: 25px;
    padding: 0px 5px;
    font-size: 14px;
    height: 30px;
}
.RightMenu .Loca form .form-control:focus{
    border:1px solid #ffffff;
}
.RightMenu .Loca form .form-control option {
    background: #0b2d6a;
}
.RightMenu .Sign .btn {
    background: #e04936;
    color: #fff;
    border-radius: 25px;
    padding: 3px 13px;
    font-size: 14px;
}
.RightMenu .Lang .dropdown-menu .dropdown-item {
    padding-left: 12px;
}
.Menus a .fa {
    font-size: 22px;
    color: #fff;
    padding-top: 3px;
}
.RightMenu .Lang {
    margin-right: 10px;
}
.RightMenu .Loca {
    margin-right: 10px;
}
.RightMenu .Sign {
    margin-right: 10px;
}

/*::::::::::::  Top Header Section  :::::::::::::*/

.Logo {
    text-align: center;
}
.navbar-toggler {
    display: none;
}



@media (min-width: 200px) and (max-width:575.98px ){
    .navbar-toggler {
        display: block;
        position: absolute;
        top: 35px;
        right: 0;
    }
    .navbar-toggler .fa {
        font-size: 31px;
        color: #fff;
    }
}    


/*::::::::::::  Navbar Section  :::::::::::::*/

nav.navbar {
    background: #6837b0;
    padding: 10px 0;
    border-top: 1px solid #9999998a;
    border-bottom: 1px solid #9999998a;
}
a.navbar-brand {
    font-size: 28px;
    color: #111;
    font-weight: 600;
    letter-spacing: 0.4px;
}
.navbarItems {
    float: left;
}
.navbarItems ul li a {
    margin-left: 0px;
    padding:9px 7px !important;
    border: 2px solid transparent;
    border-radius: 3px;
    -webkit-transition: border 500ms ease;
    transition: border 500ms ease;
    font-family: Exo, sans-serif;
    font-size: 12px;
    color: #fff;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.navbarItems ul li {
    margin-right: 45px;
}
/*.nav-link:hover {
    border-color: #dbdbdb;
}*/
.navbarItems ul li .active {
    font-weight: 600;
    color: #fff;
}
a.nav-link.btn.Join-btn {
    background: #111;
    padding: 4px 25px 7px !important;
    border-radius: 30px;
    margin: 30px 5px;
    color: #fff !important;
}




.dropdown {
  position: relative;
  display: inline-block;
}

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

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

.dropdown-content a:hover {background-color: #763ace;}

.dropdown:hover .dropdown-content {
  display: block;
}




/*:::::::::  Mobile navabr  ::::::::::::*/
.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem;
    float: right;
}
.mobileHeader {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 99999999999;
    background: rgba(255,255,255,0.7);
    padding: 6px;
}
.logo img {
    width: 77%;
}
.MobileBar img {
    width: 83%;
    position: relative;
    top: 16px;
}
a.navbar-brand h2 {
    margin-bottom: 0px;
    font-size: 23px;
    margin-top: 4px;
    color: #74af50;
}

.sidepanel {
    width: 0;
    position: fixed;
    z-index: 999999;
    height: 100%;
    top: 0;
    left: 0;
    background-color:#6837b0;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 0px;
    box-shadow: 6px 0px 10px -1px rgb(0 0 0 / 20%);
}
.sidepanel a {
    padding: 10px 8px 10px 14px;
    text-decoration: none;
    font-size: 15px;
    color: #f5f2f2;
    display: block;
    transition: 0.3s;
    border-bottom: 1px dashed #cccccc82;
}
.sidepanel a:hover {
  color: #000;
  margin-left: 5px;
}
.sidepanel .closebtn {
    position: absolute;
    top: -11px;
    right: 8px;
    font-size: 41px;
    color: #fff;
}

.openbtn {
  font-size: 20px;
  cursor: pointer;
  background-color: #111;
  color: white;
  padding: 10px 15px;
  border: none;
}

.openbtn:hover {
  background-color:#444;
}
.B-NONE{
    border-bottom: none !important;
}
.CategoryList {
    margin-bottom: 20px;
}
.sidepanel a .fa {
    float: right;
    position: relative;
    top: 5px;
    font-size: 20px;
}
#CateProduct {
    text-align: left;
    padding-left: 25px;
}
#CateProduct a {
    border: none;
}
.LogoArea a img {
    width: 120px;
    padding: 0px 0;
}
.LogoArea a h2 {
    font-size: 19px;
    padding-top: 10px;
    color: #74af4c;
}

@media (min-width: 200px) and (max-width:575.98px ){
    nav.navbar {
        background: #6837b0;
        padding: 0px 0;
        border-top: 1px solid #9999998a;
        border-bottom: 1px solid #9999998a;
    }
    a.nav-link.btn.Join-btn {
        background: #111;
        padding: 4px 25px 7px !important;
        border-radius: 30px;
        margin: 15px 5px;
        color: #fff !important;
    }
    .Banner_images {
        position: relative;
        padding: 0px !important;
    }
    .Banner_images .Boxxtwo {
        width: 248px;
        background: #e6e6e69e;
        padding: 10px 0;
        border-radius: 7px;
        position: absolute;
        bottom: 11px;
        left: 43px;
    }
    .Banner_images .BoxxOne {
        width: 248px;
        background: #e6e6e69e;
        padding: 10px 0;
        border-radius: 7px;
        position: absolute;
        top: 34px;
        right: 43px;
    }
    .collapse.show {
        display: block;
        position: relative;
        top: -21px;
    }
}


/*::::::::::::  Banner Section  :::::::::::::*/

section.BannerSection {
    padding: 30px 0;
}  
.banners_image img {
    width: 100%;
    height: auto;
}
.Banner_content {
    margin-top: 72px;
}
.Banner_content h1 {
    font-size: 49px;
    color: #fff;
    line-height: 60px;
    margin-bottom: 0px;
}
.Banner_content p {
    font-size: 22px;
    color: #eee;
    margin-top: 16px;
}
.Banner_content .btn {
    background: #fff;
    padding: 10px 25px;
    font-size: 24px;
    margin-top: 10px;
    color: #330c79;
    font-weight: 500;
    transition: .5s;
}
.Banner_content .btn:hover {
    background: #9a1fc5;
    color: #fff;
    transition: .5s;
}


@media (min-width: 200px) and (max-width:575.98px ){
    .Banner_content {
        margin-top: 25px;
    }
    .Banner_content h1 {
        font-size: 31px;
        color: #fff;
        line-height: 43px;
        margin-bottom: 0px;
    }
    .Banner_content p {
        font-size: 18px;
        color: #eee;
        margin-top: 12px;
    }
    .Banner_content .btn {
        background: #fff;
        padding: 5px 19px;
        font-size: 18px;
        margin-top: 6px;
        color: #330c79;
        font-weight: 500;
        transition: .5s;
    }
    .banners_image {
        position: relative;
        top: 0px !important;
    }
}    

/*::::::::::::  About Section  :::::::::::::*/

section.About_section {
    padding: 20px 0 25px;
}
.About_contents p {
    color: #ffffff;
    font-size: 16px;
}
.About_banners img {
    width: 100%;
    border-radius: 25px;
}

.About_contents {
    margin-top: 100px;
}
.About_banners {
    /* background: rgb(255 255 255 / 10%); */
    padding: 10px;
    border-radius: 5px;
    position: relative;
    top: -20px;
}


@media (min-width: 200px) and (max-width:575.98px ){
    .About_contents {
        margin-top: 10px;
    }
}


/*::::::::::::  Super content Section  :::::::::::::*/

section.Super_cont_section {
    padding: 60px 0;
}
.About_contents img {
    width: 100%;
    margin-bottom:20px;
}
.About_contents p {
    text-align: center;
    font-size: 15px;
    color: #fff;
}
.About_contents p strong {
    font-weight: 600;
}
.Super_images_sec img {
    width: 100%;
}


/*::::::::::::  Gallery Section  :::::::::::::*/

section.Gallery_sections {
    padding: 30px 0 60px;
}
.Gallery_sec_Content h1 {
    text-align: center;
    color: #ffffff;
    font-size: 34px;
    margin-bottom: 50px;
}
.Gallery_images img {
    width: 100%;
    height: 100%;
    background-size: cover;
    overflow: hidden;
    border-radius: 5px;
}
.Gallery_images {
    position: relative;
    margin-top: 30px;
    transition: all .5s;
}
.Gallery_images .overlay {
    position: absolute;
    width: 100%;
    height: 75px;
    top: 44%;
    bottom: 50%;
    background: #480b7f;
}
.Gallery_images .overlay h2 {
    font-size: 27px;
    text-align: center;
    padding: 6px 0;
    margin-bottom: 0;
    color: #fff;
}
.Gallery_images:hover {
    box-shadow: 0px 0px 15px 1px #fff;
    cursor: pointer;
    transition: all .5s;
}


@media (min-width: 200px) and (max-width:575.98px ){
    .Gallery_sec_Content h1 {
        text-align: center;
        color: #ffffff;
        font-size: 30px;
        margin-bottom: 24px;
    }
    .Gallery_images .overlay h2 {
        font-size: 19px;
        text-align: center;
        padding: 15px 0;
        margin-bottom: 0;
        color: #fff;
    }
}



/*::::::::::::  Get More Section  :::::::::::::*/

section.Intro_section {
    padding: 60px 0;
}
.Intro_heading {
    text-align: center;
    margin-bottom: 25px;
}
.Intro_heading h2 {
    color: #fff;
    font-size: 33px;
}
.Intro_heading p {
    color: #eee;
    font-size: 17px;
    line-height: 28px;
}
.Free_contents .item p {
    color: #eee;
    font-size: 12px;
    margin-bottom: 2px;
}
.Free_contents .item h5 {
    color: #fff;
    margin-bottom: 5px;
    font-size: 15px;
}
.Free_contents .item {
    margin-bottom:45px;
}
.Free_contents {
    margin-top: 150px;
}
.Free_contents .item {
    margin-bottom: 35px;
    position: relative;
    padding-left: 60px;
}
/*.Free_contents .item::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
    border-radius: 5px;
    background: #fff;
}*/
.Free_contents .item::before {
    content: "";
    position: absolute;
    top: 3px;
    left: 0;
    background: url(../images/icon/reward.png);
    width: 50px;
    height: 50px;
    z-index: 99999;
    background-size: cover;
}
.free_images img {
    width: 100%;
    height: 100%;
}




.Amount_boxx_sec h2 {
    text-align: center;
    color: #fff;
    margin-bottom: 30px;
}
.Amount_boxx_sec {
    margin-top: 30px;
}
.Amount_boxx_sec .item p span {
    float: right;
}

.Amount_boxx_sec .item p {
    margin-bottom: 0;
    font-size: 14px;
    color: #eeeeeeeb;
}
.Amount_boxx_sec .item {
    background: #911ae1;
    padding: 10px 20px 10px 17px;
    margin-bottom: 15px;
    border-radius: 10px;
}
.Amount_boxx_sec {
    margin-top: 30px;
}


/*::::::::::::  Contact Section  :::::::::::::*/

.Contact_Sections_boxx {
    background: #5719b8;
    padding: 75px;
    border-radius: 10px;
}
.contact_left_bar .address p {
    color: #eee;
    margin-bottom: 8px;
    font-size: 14px;
}
.contact_left_bar .social {
    margin: 21px 0;
}
.contact_left_bar .social a {
    color: #eee;
    margin-right: 14px;
}
.iframe iframe {
    width: 72%;
    border-radius: 8px;
}
.Contact_Sections p {
    color: #eee;
    font-weight: 500;
}
.Contact_Sections .form-group .form-control::placeholder {
    color: #333;
    font-size: 15px;
}
.Contact_Sections .form-group .form-control {
    background: #ffffffc7;
    color: #000;
    border-radius: 8px;
    font-size: 15px;
}
.Sendbutton .btn {
    width: 100%;
    height: 45px;
    background: #270761;
    color: #fff;
    letter-spacing: 1.5px;
    border-radius: 8px;
}
.Sendbutton {
    margin-top: 34px;
}


@media (min-width: 200px) and (max-width:575.98px ){
    .Contact_Sections_boxx {
        background: #5719b8;
        padding: 35px 16px;
        border-radius: 10px;
    }
    .iframe iframe {
        width: 100%;
        border-radius: 8px;
        margin-bottom: 50px;
    }
    .NewSlots_image{
        margin-bottom: 30px;
    }
}



/*: = : = : = : Hero Banners Animation  *: = : = : = :*/

#Herobanners{
    background-color:transparent;
    width:100%;
    height:100%;
    display:block;
    overflow: hidden;
    transform: translate3d(0,0,0);
    text-align: center;
    opacity: 1;
}
.banners_image {
    position: relative;
    top: -30px;
}
#Gas_pump{
    background-color:transparent;
    width:100%;
    height:100%;
    display:block;
    overflow: hidden;
    transform: translate3d(0,0,0);
    text-align: center;
    opacity: 1;
}
#Casino_man{
    background-color:transparent;
    width:100%;
    height:100%;
    display:block;
    overflow: hidden;
    transform: translate3d(0,0,0);
    text-align: center;
    opacity: 1;
}
                    

/*::::::::::::  Contact Us Page   :::::::::::*/

section.contact_sections {
    padding: 60px 0;
}
.Addreess_boxx img {
    width: 47px;
}
.Addreess_boxx {
    background: #f1f1f1;
    padding: 20px 10px;
    border-radius: 5px;
    text-align: center;
}
.Addreess_boxx h2 {
    font-size: 20px;
    margin-top: 10px;
    letter-spacing: .5px;
}
.Addreess_boxx p {
    font-size: 15px;
    margin-bottom: 0;
}
.Addreess_boxx a {
    font-size: 13px;
    font-weight: 600;
    text-decoration: underline !important;
    color: #6837b0;
}
.Contact_form_sec {
    padding: 15px 15px;
    /*background: #6837b0;*/
    margin: 0px 15px 40px;
    border-radius: 5px;
}
.Contact_form h2 {
    color: #fff;
    margin-left: 11px;
    margin-bottom: 20px;
}
.Contact_form .form-group label {
    color: #d8d5d5;
    font-size: 14px;
    letter-spacing: .3px;
}
.Contact_form .form-control {
    background: rgb(255 255 255 / 40%);
    border: 1px solid #9678ca;
    color: #000;
}
.Contact_form input {
    height: 44px;
}
.Submit-Btnn .btn {
    background: #9a1fc5;
    color: #fff;
    padding: 9px 38px;
    letter-spacing: 0.5px;
}



section.CAREERS_Section {
    padding: 60px 0;
}
.Careers_boxx p {
    color: #ddd;
    font-size: 15px;
}
.Careers_boxx h2 {
    font-size: 25px;
    color: #fff;
}
.Careers_boxx a img {
    width: 43px;
    margin-bottom: 19px;
}
.Careers_boxx {
    text-align: center;
}


/*::::::::::::  GAS Page   :::::::::::*/



.About_contents_2 p {
    color: #ddd;
    margin-bottom: 14px;
    font-size: 15px;
}
.About_contents_2 h2 {
    font-size: 37px;
    color: #fff;
}
.About_contents_2 p .fa {
    font-size: 12px;
    margin-right: 3px;
    position: relative;
    top: -1px;
    color: #eee;
}


/*::::::::::::  Survey Page   :::::::::::*/

section.Apply_section {
    padding: 50px 0;
}
.Apply_forms h1 {
    text-align: center;
    color: #fff;
    font-size: 33px;
}
.Apply_forms p {
    text-align: center;
    color: #ddd;
    font-size: 15px;
    margin-bottom: 30px;
}
.Apply_forms .form-group p {
    text-align: left;
    font-size: 15px;
    margin-bottom: 12px;
    color: #eee;
    font-weight: 600;
}
.Apply_forms .form-group label {
    color: #ddd;
}
.Apply_forms h2 {
    text-align: center;
    margin: 29px 0;
    color: #eee;
}
.Apply_forms .form-group {
    margin-bottom: 30px;
}
.Apply_forms .form-group .form-control {
    background: #ffffff36;
    border: 1px solid #e4d4ff54;
    color: #fff;
    font-size: 14px;
}
.Apply_forms .form-group input[type=text]{
    height: 42px;
}
.Apply_forms .form-group .form-control::placeholder {
    color: #ddd; 
    font-size: 14px;
}
.Submit-Btnns .btn {
    margin-left: 15px;
    padding: 7px 32px;
    color: #27095d;
    font-weight: 600;
    letter-spacing: .5px;
}




/*::::::::::::  Players Club Page   :::::::::::*/

.Players_entry_forms .form-control {
    background: rgb(255 255 255 / 40%);
    border: 1px solid #dddddd7d;
    color: #fff;
    font-size: 15px;
}
.Players_entry_forms .form-control::placeholder{
    color: #eee;
    font-size: 15px;
}
.Players_entry_forms .form-group label{
    color: #eee;
}


/*::::::::::::  Win Loss Page Page   :::::::::::*/


.Win_loss_img {
    text-align: center;
    margin-top: 30px;
}
.Win_loss_img img {
    height: 500px;
}


/*::::::::::::  Team Page   :::::::::::*/

.Amount_boxx_sec p {
    color: #eee;
    text-align: justify;
    word-break: break-word;
    word-spacing: normal;
    font-size: 15px;
}
.Amount_boxx_sec p strong {
    font-weight: 900;
    color: #fff;
    letter-spacing: .2px;
}
.Copy_navs a img {
    margin-top: 20px;
    width: 34px;
}










/*::::  Navbar  ::::::*/

header {
    background: white;
}
.navbar-items {
    text-align: right;
}
.navbar-items a img {
    width: 44px;
    margin-left: 14px;
}
.Logo a img {
    height: 130px;
    margin-top: 0px;
    position: relative;
    top: 0px;
    left: 0px;
}
.navbar-items {
    text-align: right;
    margin: 22px 0;
}

/*::::  Banner  ::::::*/

section.BannerSection {
    padding: 3px 0;
}
section.BannerSection img {
    width: 100%;
    height: 450px;
    overflow: hidden;
    object-fit: cover;
}

/*::::  About  ::::::*/

section.About_section {
    padding: 40px 0 40px;
    background-image: url(../images/about/01.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    overflow: hidden;
    object-fit: cover;
}
.About_contents {
    margin-top: 0px;
    text-align: center;
}
.About_contents h4 {
    color: #f2a21b;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1.8px;
    margin-bottom: 15px;
}
.About_contents h1 {
    font-size: 39px;
    margin-top: 19px;
    color: #333;
}
.About_contents hr {
    width: 8%;
    border-top: 4px solid #f7b51b;
    margin-bottom: 28px;
}
.About_contents h5 {
    font-size: 16px;
    letter-spacing: .4px;
    color: #555;
}
.About_contents p {
    font-size: 16px;
    color: #555;
    line-height: 31px;
    font-weight: 500;
}


section.Super_cont_section {
    padding: 65px 0;
    background: #f1e8cb;
}
.About_contents_two h1 {
    font-size: 42px;
    text-align: center;
}
.About_contents_two hr {
    width: 8%;
    border-top: 4px solid #f7b51b;
    margin-bottom: 28px;
}
.About_contents_two p {
    font-size: 16px;
    color: #333;
}
.About_contents_two img {
    width: 100%;
    border-radius: 20px;
}



/*::::  Service Section  ::::::*/

.Gallery_sec_Content h2 {
    position: absolute;
    left: 32%;
    font-size: 97px;
    color: #f1e8cba1;
    z-index: 0;
    top: -54px;
}
.Gallery_sec_Content h1 {
    color: #333;
    font-size: 45px;
    letter-spacing: .2px;
    margin-top: 35px;
    position: relative;
    z-index: 99;
    margin-bottom: 10px;
}
.Gallery_sec_Content {
    text-align: center;
    position: relative;
}
.Gallery_sec_Content hr {
    width: 5%;
    border-top: 4px solid #f7b51b;
    margin-bottom: 28px;
}

.Gallery_images {
    position: relative;
    margin-top: 30px;
    transition: all .5s;
    margin-left: 60px;
    margin-right: 60px;
    box-shadow: 0px 5px 10px -1px #00000033 !important;
    border-radius: 20px 20px 0px 0px;
}
.Gallery_images img {
    border-radius: 20px 20px 0px 0px;
    height: 240px;
    object-fit: cover;
    overflow: hidden;
}
.Gallery_images p {
    text-align: center;
    padding: 10px;
    font-size: 20px;
    color: black;
}



@media (min-width: 200px) and (max-width: 575.98px){
    .Gallery_sec_Content h1 {
        font-size: 23px;
    }
    .Gallery_sec_Content h2 {
        position: absolute;
        left: 30px;
        font-size: 60px;
        color: #f1e8cba1;
        z-index: 0;
        top: -32px;
    }
    .Gallery_images {
        position: relative;
        margin-top: 30px;
        transition: all .5s;
        margin-left: 0;
        margin-right: 0;
        box-shadow: 0px 5px 10px -1px #00000033 !important;
        border-radius: 20px 20px 0px 0px;
    }
}



section.BannerSection_two {
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
    padding: 120px 0;
}
.BannerSection_two_cont p {
    text-align: center;
    margin-bottom: 0;
    color: #333;
    font-weight: 600;
    letter-spacing: .5px;
}
.BannerSection_two_cont h1 {
    text-align: center;
    font-size: 42px;
}
.BannerSection_two_cont {
    background: white;
    padding: 30px;
    border-radius: 20px;
}
.BannerSection_two_cont hr {
    width: 8%;
    border-top: 4px solid #f7b51b;
    margin-bottom: 28px;
}








/*::::  Footer Section  ::::::*/



footer.footer {
    background: #000;
    padding: 15px 0px 15px;
    position: relative;
    margin-top: 0;
}
.Copyright {
    margin-top: 0px;
    padding-top: 0px;
    text-align: left;
    padding-bottom: 0px;
}
.Copyright p {
    font-size: 14px;
    letter-spacing: .5px;
    color: #ddd;
    font-weight: 100;
    margin-bottom: 0px;
    padding-top: 5px;
}
.Social_links a {
    color: white;
    font-size: 20px;
    margin-left: 5px;
}
.Social_links {
    float: right;
    padding: 0px 0px;
}
.Copyright p a {
    color: #f7b51b;
}






@media (min-width: 200px) and (max-width: 575.98px){
    .About_contents_two h1 {
        font-size: 35px;
        text-align: center;
    }
    section.BannerSection img {
        width: 100%;
        height: 210px;
        overflow: hidden;
        object-fit: cover;
    }
}