



/*--------------------------------------------------------------------- skeleton ---------------------------------------------------------------------*/

* {
     box-sizing: border-box !important;
}

html {
     scroll-behavior: smooth;
}

body {
     color: #000;
     font-size: 16px;
     line-height: 1.80857;
     font-weight: normal;
font-family: 'Merriweather', serif;
}

a {
     color: #1f1f1f;
     text-decoration: none !important;
     outline: none !important;
     -webkit-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
     -ms-transition: all .3s ease-in-out;
     -o-transition: all .3s ease-in-out;
     transition: all .3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
     letter-spacing: 0;
     font-weight: normal;
     position: relative;
     padding: 0 0 10px 0;
     font-weight: normal;
     line-height: normal;
     color: #111111;
     margin: 0
}

h1 {
     font-size: 30px;
}

h2 {
     font-size: 27px;
}

h3 {
     font-size: 22px;
}

h4 {
     font-size: 20px
}

h5 {
     font-size: 19px
}

h6 {
     font-size: 18px
}

h1,h2,h3,h4,.navbar-brand{
font-family: 'Noto Serif', serif;
}



*,
*::after,
*::before {
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
     color: #212121;
     text-decoration: none!important;
     opacity: 1
}

button:focus {
     outline: none;
}


ol {

}



a {
     color: #222222;
     text-decoration: none;
     outline: none !important;
}

a,
.btn {
     text-decoration: none !important;
     outline: none !important;
     -webkit-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
     -ms-transition: all .3s ease-in-out;
     -o-transition: all .3s ease-in-out;
     transition: all .3s ease-in-out;
}

img {
     max-width: 100%;
     height: auto;
}

 :focus {
     outline: 0;
}

.btn-custom {
     margin-top: 20px;
     background-color: transparent !important;
     border: 2px solid #ddd;
     padding: 12px 40px;
     font-size: 16px;
}

.lead {
     font-size: 18px;
     line-height: 30px;
     color: #767676;
     margin: 0;
     padding: 0;
}

.form-control:focus {
     border-color: #ffffff !important;
     box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .25);
}

.navbar-form input {
     border: none !important;
}

.badge {
     font-weight: 500;
}

blockquote {
     margin: 20px 0 20px;
     padding: 30px;
}

button {
     border: 0;
     margin: 0;
     padding: 0;
     cursor: pointer;
}

.full {
     float: left;
     width: 100%;
}

.full {
     width: 100%;
     float: left;
     margin: 0;
     padding: 0;
}


/**-- heading section --**/


/*---------------------------- preloader area ----------------------------*/

.loader_bg {
     position: fixed;
     z-index: 9999999;
     background: #fff;
     width: 100%;
     height: 100%;
}

.loader {
     height: 100%;
     width: 100%;
     position: absolute;
     left: 0;
     top: 0;
     display: flex;
     justify-content: center;
     align-items: center;
}

.loader img {
     width: 280px;
}


/*-- header area --*/


/*-- sidebar  navigation--*/

.navigation.navbar {
     float: left;
     padding-top: 18px !important;
     padding: 0;
}

.navigation.navbar-dark .navbar-nav .nav-link {
     padding: 0 15px;
     color: #fceab4;
     font-size: 17px;
     line-height: 20px;
     font-weight: 500;
}

.navigation.navbar-dark .navbar-nav .nav-link:focus,
.navigation.navbar-dark .navbar-nav .nav-link:hover {
     color: #f0efeb;
}

.navigation.navbar-dark .navbar-nav .active>.nav-link,
.navigation.navbar-dark .navbar-nav .nav-link.active,
.navigation.navbar-dark .navbar-nav .nav-link.show,
.navigation.navbar-dark .navbar-nav .show>.nav-link {
     color: #f0efeb;
}

.navbar-expand-md .navbar-nav {
     padding-right: 10px;
}


/*-- marker-end sidebar  navigation--*/

.right_button {
     float: right;
     padding-top: 13px;
}

.right_button .login_btn {
     color: #f3cf57;
     padding-right: 80px;
}

.right_button a {
     color: #fff;
     font-size: 17px;
     font-weight: 500;
}

.header {
     width: 100%;
     padding: 30px 30px;
     background: #000000;
     border-bottom: #fff solid 5px;
}


/** banner section **/

.banner_main {
     background: url(../images/banner.jpg);
     padding: 127px 0px 0px 0px;
     background-size: 100% 100%;
     background-repeat: no-repeat;
     min-height: 769px;
}

.text-bg {
     text-align: left;
}

.text-bg h1 {
     color: #fff;
     font-size: 65px;
     line-height: 75px;
     padding-bottom: 50px;
     font-weight: bold;
     text-transform: uppercase;
}

.text-bg p {
     color: #fff;
     line-height: 30px;
     font-size: 17px;
     margin-bottom: 50px;
}

.text-bg .read_more {
     font-weight: 500;
     background: #1d37fd;
     color: #fff !important;
     border-radius: 43px;
     margin-right: 25px;
     padding: 13px 0;
     max-width: 210px;
}

.text-bg .read_more:hover {
     background: #fcc10e;
     color: #000 !important;
}

#banner1 .carousel-caption {
     position: inherit;
     padding: 0;
}

#banner1 .carousel-control-prev,
#banner1 .carousel-control-next {
     width: 60px;
     height: 60px;
     opacity: 1;
     font-size: 22px;
     color: #fff;
     border-radius: 60px;
     top: 154%;
     background: #1d37fd;
}

#banner1 .carousel-control-prev:hover,
#banner1 .carousel-control-next:hover,
#banner1 .carousel-control-prev:focus,
#banner1 .carousel-control-next:focus {
     color: #f6f8f7;
     background-color: #f9bf16;
}

#banner1 a.carousel-control-prev {
     position: absolute;
     left: inherit;
     right: 90px;
}

#banner1 a.carousel-control-next {
     position: absolute;
     right: 20px;
     bottom: 10px;
}

#banner1 .carousel-indicators {
     display: none;
}


/** end banner section **/

.titlepage h2 {
     font-size: 40px;
     color: #000000;
     line-height: 45px;
     font-weight: bold;
     padding: 0;
}

.titlepage h2 img {
     padding-right: 10px;
}

.d_flex {
     display: flex;
     align-items: center;
     flex-wrap: wrap;
}

.read_more {
     font-size: 17px;
     background-color: #fff;
     color: #000;
     padding: 15px 0px;
     width: 100%;
     max-width: 170px;
     text-align: center;
     display: inline-block;
     transition: ease-in all 0.5s;
     font-weight: 500;
     border-radius: 50px;
     text-transform: uppercase;
}

.read_more:hover {
     background: #03cafc;
     color: #fff !important;
     transition: ease-in all 0.5s;
}


/** service section **/

.service {
     padding-top: 90px;
     background: url(../images/service_bg.jpg);
     background-size: 100% 100%;
     background-repeat: no-repeat;
}

.service .titlepage {
     padding-bottom: 60px;
}

.service .titlepage p {
     color: #2e2f2f;
     font-size: 17px;
     line-height: 30px;
     font-weight: 400;
     padding-top: 20px;
     padding-left: 36px;
}

.appp_l {
     padding-left: 34px;
}

.yellow {
     color: #f9bf16;
}

.service .service_box {
     margin-bottom: 75px;
}

.service .service_box i img {
     float: left;
     padding-right: 10px;
}

.service .service_text h3 {
     color: #000000;
     font-size: 25px;
     line-height: 30px;
     font-weight: bold;
     padding-bottom: 40px;
}

.service .service_text p {
     color: #000000;
     font-size: 17px;
     line-height: 32px;
     font-weight: 400;
     display: flex;
     flex-wrap: wrap;
}

.service .read_more {
     margin: 0 auto;
     display: block;
     border: #f9bf16 solid;
     padding: 8px 0;
     font-size: 16px;
     color: #f9bf16;
}

.service .read_more:hover {
     background-color: #1d37fd;
}


/** end service section **/


/** about section **/

.about {
     padding: 90px 0 0px 0;
     background-color: #ffffff;
}

.about .about_img figure {
     margin: 0;
}

.about .titlepage {
     text-align: center;
}

.about .titlepage p {
     margin-top: 30px;
     color: #2a2a2c;
     font-size: 17px;
     line-height: 32px;
     font-weight: 400;
     margin-bottom: 35px;
}

.about .read_more {
     border: #1a1a1a solid 2px;
     color: #1a1a1a;
     font-weight: 500;
     margin-top: 44px;
}


/** end about section **/


/** Our  project section **/

.project {
     background: #f9bf16;
     margin-top: 90px;
     padding: 90px 0 90px 0;
}

.project .titlepage {
     text-align: center;
     padding-bottom: 60px;
}

.project .titlepage h2 {
     color: #fff;
}

.project .titlepage p {
     font-size: 17px;
     line-height: 30px;
     font-weight: 400;
     padding-top: 10px;
     color: #fff;
}

.project .project_box {
     text-align: center;
     margin-bottom: 30px;
}

.project .project_box figure {
     margin: 0;
     position: relative;
     z-index: 999;
}

.project .project_box h3 {
     color: #fff;
     font-size: 30px;
     line-height: 30px;
     font-weight: bold;
     text-transform: uppercase;
     padding: 22px 0px 0px 0px;
}

.margin_top1 {
     margin-top: 87px;
}

.before_top::before {
     position: absolute;
     content: "";
     width: 391px;
     height: 46px;
     top: -20px;
     background: url(../images/pro_after.jpg);
     background-repeat: no-repeat;
     left: -8px;
     right: -8px;
}

.before_bottom::before {
     position: absolute;
     content: "";
     width: 391px;
     height: 46px;
     bottom: 80px;
     background: url(../images/pro_after.jpg);
     background-repeat: no-repeat;
     left: -8px;
     right: -8px;
}

.project .read_more {
     margin-top: 30px;
     margin: 0 auto;
     display: block;
     border: #fff solid 2px;
     color: #fff;
     background: transparent;
     padding: 9px 0;
}

.project .read_more:hover {
     background-color: #0000ff;
}

.marging_top4 {
     margin-bottom: 20px !important;
}


/** end Our  project section **/


/** testimonial section **/

.testimonial {
     padding: 90px 0 70px 0;
}

.testimonial .titlepage {
     text-align: center;
     padding-bottom: 60px;
}

.testimonial_box p {
     color: #0c0b0b;
     font-size: 17px;
     line-height: 30px;
     display: inline-block;
     font-weight: 400;
     margin-top: 16px;
}

.testimonial_Carousel .carousel-caption {
     position: inherit;
     padding: 0;
}

.testimonial_box {
     text-align: center;
}

.testimonial_box figure {
     margin: 0;
}

#myCarousel .carousel-indicators {
     bottom: -70px;
}

#myCarousel .carousel-indicators li {
     width: 43px;
     height: 11px;
     border-radius: 20px;
     background: #f9bf16;
     margin: 0 0px 0 0px;
}

#myCarousel .carousel-indicators .active {
     background: #000000;
}

.testimonial_Carousel .carousel-control-next,
.testimonial_Carousel .carousel-control-prev {
     display: none;
}

#myCarousel .carousel-control-prev,
#myCarousel .carousel-control-next {
     display: none;
}


/** end testimonial section **/


/** contact section **/

.contact {
     margin-top: 90px;
     background: #fff;
}

.contact .titlepage {
     text-align: left;
     padding-bottom: 60px;
}

.contact .titlepage h2 {
     color: #fefeff;
}

.con_bg {
     background-color: #0000ff;
}

.padding_right2 {
     padding-right: 0;
}

#map {
     height: 100%;
     min-height: 732px;
}

.main_form {
     margin-top: 70px;

     max-width: 553px;
     width: 100%;
     float: right;
     padding-left: 15px;
}

.main_form .contactus {
     border-bottom: #ffffff solid 1px;
     margin-bottom: 20px;
     width: 100%;
     height: 57px;
     background: transparent;
     color: #ffffff;
     font-size: 18px;
     font-weight: normal;
     border-top: inherit;
     border-left: inherit;
     border-right: inherit;
}

.main_form .contactusmess {
     border-bottom: #ffffff solid 1px;
     margin-bottom: 0;
     width: 100%;
     padding-top: 80px;
     padding-bottom: 14px;
     background: transparent;
     color: #ffffff;
     font-size: 18px;
     font-weight: normal;
     border-top: inherit;
     border-left: inherit;
     border-right: inherit;
}

.send_btn {
     background: #fcc10e;
     font-weight: 500;
     font-size: 18px;
     width: 185px;
     color: #fff;
     height: 56px;
     margin-top: 50px;
     transition: ease-in all 0.5s;
     border-radius: 40px;
}

.send_btn:hover {
     background: #000000;
     transition: ease-in all 0.5s;
}

#request *::placeholder {
     color: #ffffff;
     opacity: 1;
}


/** end contact section **/


/** footer **/

.footer {
     background: #252525;
     padding-top: 90px;
     text-align: center;
}

.logo2 {
     float: left;
}

.footer h3 {
     color: #fff;
     font-size: 25px;
     line-height: 25px;
     text-align: left;
     padding-bottom: 20px;
     font-weight: 600;
}

.neslatter {
     padding-bottom: 0px !important;
     margin-bottom: -56px;
}

.margin_topv {
     margin-top: 60px;
}

.footer p {
     color: #fff;
     font-size: 17px;
     line-height: 28px;
     text-align: left;
     padding-right: 60px;
     display: inline-block;
}

ul.use_link li {
     text-align: left;
}

ul.use_link li a {
     color: #fff;
     font-size: 17px;
     padding-bottom: 9px;
}

ul.use_link li.active a {
     color: #fceab4;
}

ul.use_link li a:hover {
     color: #fceab4;
}

ul.location_icon {

     text-align: center;
}

ul.location_icon li {
     font-size: 17px;
     color: #fff;
     text-align: left;
     padding: 0px 0px 18px 0px;
     display: flex;
     align-items: center;
     line-height: 26px;
}

ul.location_icon li a {
     font-size: 30px;
     color: #fff;
     line-height: 30px;
     padding-right: 20px;
}

.news_form {
     text-align: right;
     margin-top: 15px;
}

.news_form .letter_form {
     height: 56px;
     width: 40%;
     padding: 0 15px;
     font-size: 17px;
     border: inherit;
     border-radius: 32px;
}

.news_form .sumbit {
     padding: 8px 36px;
     margin-left: -51px;
     font-size: 18px;
     background: #f9bf16;
     color: #fff;
     border: #fff solid 4px;
     border-radius: 30px;
}

.news_form .sumbit:hover {
     background-color: #0000ff;
}

.copyright {
     margin-top: 80px;
     padding-bottom: 20px;
     background: #fbfdfd;
}

.copyright p {
     color: #292929;
     font-size: 18px;
     line-height: 22px;
     text-align: center;
     padding-top: 25px;
     font-weight: normal;
     padding-right: 0 !important;
}

.copyright a {
     color: #292929;
}

.copyright a:hover {
     color: #f9bf16;
}


/** end footer **/


/** inner page css **/

.blue_bg {
     background-color: #0000ff;
     padding: 40px 0;
}

.blue_bg .titlepage {
     text-align: center;
}

.about_page .blue_bg .titlepage h2 {
     color: #fff;
}

.about_page .about .titlepage p {
     margin-top: 0;
}

.about_page .about {
     margin-bottom: 90px;
}

.project_page .blue_bg .titlepage h2 {
     color: #fff;
}

.project_page .project .titlepage p {
     padding-top: 0;
}

.project_page .project {
     margin-bottom: 90px;
}

.contact_page .blue_bg .titlepage h2 {
     color: #fff;
}

.contact_page .contact {
     margin-bottom: 90px;
}

.testimonial_page .blue_bg .titlepage h2 {
     color: #fff;
}

.testimonial_page .testimonial {
     margin-bottom: 90px;
}

/*--------------------------------------------------------------------- File Name: responsive.css ---------------------------------------------------------------------*/


/*------------------------------------------------------------------- 991px x 768px ---------------------------------------------------------------------*/

@media (min-width: 1200px) and (max-width: 1342px) {}

@media (min-width: 992px) and (max-width: 1199px) {
    .project .project_box h3 {
        font-size: 25px;
    }
    .before_top::before,
    .before_bottom::before {
        width: 334px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .logo {
        margin-top: 4px;
    }
    .right_button {
        padding-top: 6px;
    }
    .right_button .login_btn {
        padding-right: 12px;
    }
    .navigation.navbar {
        padding-top: 12px !important;
    }
    .navigation.navbar-dark .navbar-nav .nav-link {
        padding: 0px 9px;
        font-size: 16px;
    }
    .banner_main {
        min-height: 655px;
    }
    .text-bg .read_more {
        margin-right: 5px;
        padding: 11px 0;
        max-width: 186px;
    }
    #banner1 .carousel-control-prev,
    #banner1 .carousel-control-next {
        top: 117%;
    }
    .titlepage h2 {
        font-size: 35px;
    }
    .project .project_box h3 {
        font-size: 20px;
    }
    .before_top::before,
    .before_bottom::before {
        width: 255px;
    }
    .main_form {
        margin-top: 47px;
    }
    ul.location_icon li {
        padding: 9px 0px;
        font-size: 15px;
    }
    ul.social_icon li a {
        width: 41px;
        font-size: 22px;
        height: 41px;
    }
    .footer p {
        padding-right: 21px;
        font-size: 15px;
    }
    .neslatter {
        font-size: 20px !important;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .logo {
        width: 130px;
        margin-top: 5px;
    }
    .banner_main {
        min-height: 576px;
    }
    .text-bg h1 {
        font-size: 48px;
        line-height: 51px;
    }
    #banner1 .carousel-control-prev,
    #banner1 .carousel-control-next {
        top: 120%;
    }
    .titlepage h2 {
        font-size: 26px;
        line-height: 29px;
    }
    .before_top::before,
    .before_bottom::before {
        left: 0px;
        background-position: center center;
        text-align: center;
        right: 0;
        width: initial;
    }
    .margin_top1 {
        margin-top: 0px;
    }
    .footer h3 {
        padding-top: 20px;
    }
    .padding_right2 {
        padding-right: 0;
        padding-left: 0;
    }
    .map_section {
        margin-top: 30px;
    }
    .news_form .letter_form {
        width: 100%;
    }
    .news_form .sumbit {
        float: left;
        margin-top: 30px;
        margin-left: 0px;
    }
    .neslatter {
        padding-bottom: 0px;
        margin-bottom: 0px;
    }
    .main_form {
        padding-left: 0px;
    }
    .right_button {
        display: none;
    }
    .navigation.navbar {
        float: right;
        display: inherit !important;
        padding: 0;
        width: 100%;
        padding-top: 2px !important;
    }
    .navigation .navbar-collapse {
        background: #0000ff;
        padding: 20px;
        margin-top: 89px;
        position: absolute;
        width: 100%;
        z-index: 999;
    }
    .navigation.navbar-dark .navbar-nav .nav-link {
        padding: 10px 0;
        color: #fff;
    }
    .navigation.navbar-dark .navbar-nav .nav-link:focus,
    .navigation.navbar-dark .navbar-nav .nav-link:hover {
        color: #f9bf16;
    }
    .navigation.navbar-dark .navbar-nav .active>.nav-link,
    .navigation.navbar-dark .navbar-nav .nav-link.active,
    .navigation.navbar-dark .navbar-nav .nav-link.show,
    .navigation.navbar-dark .navbar-nav .show>.nav-link {
        color: #f9bf16;
    }
    .navigation.navbar-dark .navbar-toggler {
        border: inherit;
        float: right;
        padding-top: 6px;
    }
    .navigation.navbar-dark .navbar-toggler-icon {
        background: url(../images/menu_icon.png);
        background-repeat: no-repeat;
        width: 64px;
        height: 44px;
    }
}

@media (max-width: 575px) {
    .header {
        padding: 25px 0px 25px 0px;
    }
    .logo {
        border: inherit;
        float: left;
        margin-top: 0px !important;
    }
    .banner_main {
        padding: 99px 0px 0px 0px;
        min-height: 547px;
    }
    .text-bg h1 {
        font-size: 41px;
        padding-bottom: 20px;
        line-height: 50px;
    }
    .text-bg .read_more {
        margin-right: 7px;
        padding: 6px 0;
        max-width: 136px;
    }
    #banner1 .carousel-control-prev,
    #banner1 .carousel-control-next {
        top: 115%;
    }
    .titlepage h2 {
        font-size: 25px;
        line-height: 34px;
    }
    .service .titlepage p {
        padding-left: 0px;
    }
    .service .service_box i img {
        float: initial;
        padding-right: 0px;
    }
    .service .service_text h3 {
        padding-bottom: 15px;
        margin-top: 10px;
    }
    .service .service_box {
        margin-bottom: 30px;
    }
    .margin_top1 {
        margin-top: 0px;
    }
    .project .project_box h3 {
        font-size: 28px;
    }
    .before_top::before,
    .before_bottom::before {
        left: 4px;
        width: 309px;
    }
    .footer h3 {
        padding-top: 20px;
        font-size: 22px;
    }
    .padding_right2 {
        padding-right: 0;
        padding-left: 0;
    }
    .map_section {
        margin-top: 30px;
    }
    ul.location_icon li {
        font-size: 16px;
    }
    .news_form .letter_form {
        width: 100%;
    }
    .news_form .sumbit {
        float: left;
        margin-top: 30px;
        margin-left: 0px;
    }
    .neslatter {
        padding-bottom: 0px;
        margin-bottom: 0px;
    }
    .main_form {
        padding-left: 0px;
    }
    .right_button {
        display: none;
    }
    .navigation.navbar {
        float: right;
        display: inherit !important;
        padding: 0;
        width: 100%;
        margin-top: -68px;
    }
    .navigation .navbar-collapse {
        background: #0000ff;
        padding: 20px;
        margin-top: 82px;
        position: absolute;
        width: 100%;
        z-index: 999;
    }
    .navigation.navbar-dark .navbar-nav .nav-link {
        padding: 10px 0;
        color: #fff;
    }
    .navigation.navbar-dark .navbar-nav .nav-link:focus,
    .navigation.navbar-dark .navbar-nav .nav-link:hover {
        color: #f9bf16;
    }
    .navigation.navbar-dark .navbar-nav .active>.nav-link,
    .navigation.navbar-dark .navbar-nav .nav-link.active,
    .navigation.navbar-dark .navbar-nav .nav-link.show,
    .navigation.navbar-dark .navbar-nav .show>.nav-link {
        color: #f9bf16;
    }
    .navigation.navbar-dark .navbar-toggler {
        float: right;
        margin-right: 2px;
        border: inherit;
    }
    .navigation.navbar-dark .navbar-toggler-icon {
        background: url(../images/menu_icon.png);
        background-repeat: no-repeat;
        width: 64px;
        height: 44px;
    }
}








html{
	background: url( ../images/myscroll.jpg ) 50% no-repeat;
	background-attachment: fixed; 
	background-size: cover;
}

.pt{
	height: 750px;
	width: 100%;
	background: url( ../images/mymain.jpg ) 50% 0 no-repeat; 
	background-size: cover;
	position: relative;
    background: url(../images/mymain.jpg) 50% 0% repeat;
    background-size: contain;
}

.pt .inner{
	width: 505px;
	padding: 20px;
	color: #fff;
	position: absolute;
	background: #E0A600;
	left: 20px;
	bottom: 20px;
	text-align: center;	
	border: 2px solid #fff;
	border-radius: 5px;
	
}

.pt .inner h2{ 
	color: #fff; 
	font-size: 22px; 
}

a.navbar-brand h1 {
    font-size: 20px;
}
ul.footlink {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-around;
}



.margin-top-40{ margin-top: 40px; }
.margin-top-30{ margin-top: 30px; }
.margin-top-20{ margin-top: 20px; }
.margin-top-10{ margin-top: 10px; }
.margin-bottom-40{ margin-bottom: 40px; }
.margin-bottom-30{ margin-bottom: 30px; }
.margin-bottom-20{ margin-bottom: 20px; }
.margin-bottom-10{ margin-bottom: 10px; }

.footer_section {
    border-top: 5px solid #0dc3ff;
}

.outer {
    background: #fff;
}
img{max-width: 100%;}
.mygames .testimonial-item .testimonial-text {
    padding: 20px !important;
}
.testimonial-item img {
    max-width: 100%;
    height: auto;
}


.bg-registration {
	background: rgba(0,0,0,.65);
}

.bg-registration h2, .bg-registration p{
	color: #fff;
}

@media (max-width: 767px) {
	.pt .inner{
	width: 100%;
	left: 0;
	bottom: 0;
	
}
html {

    background-repeat: repeat;
    background-size: auto;
    background-attachment: initial;
}
ul.footlink A {
	font-size: 9px;
}
.col-xs-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.col-xs-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
}
.col-xs-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}
.col-xs-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}
.col-xs-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}
.col-xs-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}
.col-xs-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.col-xs-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}
.col-xs-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
.col-xs-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
.col-xs-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}
.col-xs-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
}
}
.hdcn-2, .bdcn {
    background-color: transparent !important;
}

iframe#playframe {
    height: 500px;
}

div#gamelist {
    display: none;
}

.service-item.bg-white.text-center.mb-2.py-5.px-4 img {
    height: auto;
}

body{ background: rgba( 255,255,255,.85) !important; }

.copyright p {
    text-align: left;
}

.copyright{
	padding: 0 20px 20px;
	margin: 0;
	background: #E0A600;
}

footer .col-md-6 {
    margin: 0;
    padding: 0;
}

footer {
    background: #183661;
    border-top: 2px solid #183661;
}

.footer {
    padding: 20px;
}
ul.footlink A {
    color: #fcc10e;
}
ul.footlink A:hover {
    color: #fff;
}

.myblock {
    background: rgba(100, 149, 237, 1);
    padding: 40px 0;
}

li.nav-item {
    list-style: none;
}

.dark_white_bg {
    height: auto;
    padding: 20px;
    display: table;
}

.navbar-brand A {
    color: #fceab4;
}

nav.navigation.navbar.navbar-expand-md.navbar-dark, .navbar-expand-md .navbar-collapse, .navigation.navbar  {
    width: 100%;
}

.navbar-nav.mr-auto {
    width: 100%;
    justify-content: space-around;
    display: flex;
}

.copyright p {
    color: #fff;
    text-align: center;
}

.project {
    background: #E0A600;
    margin-top: 0px;
    padding: 40px 0;
}


div#project * {
    color: #fff;
}

.dark_white_bg {
    background: #fff;
    border: 5px solid;
}

