@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Archivo+Black&family=Archivo:ital,wght@0,100..900;1,100..900&display=swap');

/* ======= General ========= */
h1 {
    font-size: 60px;
    color: #fff;
    
}

h2 {
    font-size: 30px;
    color: #fff;
    font-weight: 300;
}

h3 {
    font-weight: 500;
    text-transform: uppercase;
    font-size: 32px;
}

h3 span {
    font-weight: 200;
    font-family: "Archivo", sans-serif;
}

h4 {
    font-size: 32px;
    font-weight: 200;
}

h5 {
    font-size: 28px;
    font-weight: 200;
}

h6 {
    font-size: 16px;
    font-weight: 200;
    color: #fff;
}

.clearboth {
    clear: both;
}

p {
    font-family: "Archivo", sans-serif;
    color: #fff;
    font-weight: 300;
    font-size: 20px;
}

.no-margin {
    margin: 0;
}

.no-padding {
    padding: 0 !important;
}

.padding-all {
    padding: 15px
}

.padding-top {
    padding-top: 15px
}

.padding-right {
    padding-right: 15px
}

.padding-bottom {
    padding-bottom: 15px
}

.padding-left {
    padding-left: 15px
}

.margin-all-mid {
    margin: 30px
}

.margin-top-mid {
    margin-top: 30px
}

.margin-right-mid {
    margin-right: 30px
}

.margin-bottom-mid {
    margin-bottom: 30px
}

.margin-left-mid {
    margin-left: 30px
}

.padding-all-mid {
    padding: 30px
}

.padding-top-mid {
    padding-top: 30px
}

.padding-right-mid {
    padding-right: 30px
}

.padding-bottom-mid {
    padding-bottom: 30px
}

.padding-left-mid {
    padding-left: 30px
}

.margin-all-45 {
    margin: 45px
}

.margin-top-45 {
    margin-top: 45px
}

.margin-right-45 {
    margin-right: 45px
}

.margin-bottom-45 {
    margin-bottom: 45px
}

.margin-left-45 {
    margin-left: 45px
}

.padding-all-45 {
    padding: 45px
}

.padding-top-45 {
    padding-top: 45px
}

.padding-right-45 {
    padding-right: 45px
}

.padding-bottom-45 {
    padding-bottom: 45px
}

.padding-left-45 {
    padding-left: 45px
}

.margin-all-full {
    margin: 60px
}

.margin-top-full {
    margin-top: 60px
}

.margin-right-full {
    margin-right: 60px
}

.margin-bottom-full {
    margin-bottom: 60px
}

.margin-left-full {
    margin-left: 60px
}

.padding-all-full {
    padding: 60px
}

.padding-top-full {
    padding-top: 60px
}

.padding-right-full {
    padding-right: 60px
}

.padding-bottom-full {
    padding-bottom: 60px
}

.padding-left-full {
    padding-left: 60px
}

.margin-all-max {
    margin: 90px
}

.margin-top-max {
    margin-top: 90px
}

.margin-right-max {
    margin-right: 90px
}

.margin-bottom-max {
    margin-bottom: 90px
}

.margin-left-max {
    margin-left: 90px
}

.padding-all-max {
    padding: 90px
}

.padding-top-max {
    padding-top: 90px
}

.padding-right-max {
    padding-right: 90px
}

.padding-bottom-max {
    padding-bottom: 90px
}

.padding-left-max {
    padding-left: 90px
}

.text-blue {
    color: #008adc;
}

.text-violet {
    color: #fb00ca;
}

.text-red {
    color: #e62a18;
    font-weight: 500;
}

.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    font-family: 'Archivo Black', sans-serif;
    font-weight: 900;
}

.bg-black {
    background-color: black;
}
.bg-black-tranparent{
    background: rgba(46,0,73,0.7);
}

.bg-white {
    background-color: white;
}

.bg-light-grey {
    background-color: #f4f4f4;
}

.bg-violet {
    background-color: #8300d3;
}

.bg-purple {
    background-color: #2e0049;
}

.btn {
    border-radius: 0;
}

.text-black-shadow{
    text-shadow: 1px 1px 6px rgba(0,0,0,0.7);
}

.btn-primary {
    background: #000000;
    border-right: 3px solid #fff;
    padding: 15px 30px;
    font-size: 14px;
}

.fas:before,
.fas:before {
    color: #e600b9;
}

.nav_active{

}

.nav_active a{
    color: #F9E3FF !important;
    text-decoration: underline;

}

.contact_active a{
    color: #fff !important;
    text-decoration: none;
}

/* ====== Home Page ====== */

#home_page {
    padding: 0;
}

#services {
    padding-top: 45px;
    padding-bottom: 45px;
    float: left;
}

#services h2 {
    margin-bottom: 30px;
}

.services_list {
    float: left;
    width: 100%;
    margin-top: 0;
}

.services_list ul {
    float: left;
    width: 100%;
    padding: 0;
}

.services_list ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center
}

.services_list ul li {
    color: #fff;
    list-style: none;
    float: left;
    width: 20%;
}

.services_list ul li a {
    color: #aaa;
    float: left;
    text-transform: uppercase;
    font-family: "Archivo", sans-serif;
    font-weight: 800;
    font-size:13px;
}

.services_list ul li a:hover {
    color: #fff;
    border-radius: 10px;
}

.services_list .branded_games a {
    background: url("../images/Brand_Game_Ico.png") no-repeat scroll center 10px;
    padding: 100px 60px 30px 60px;
}

.services_list .branded_games a:hover {
    background:url("../images/Brand_Game_Ico_Hover.png") no-repeat scroll center 10px  #9A00FF;
}

.services_list .live_sport a {
    background: url("../images/Sport_Ico.png") no-repeat scroll center 10px;
    padding: 100px 60px 30px 60px;
}

.services_list .live_sport a:hover {
    background: url("../images/Sport_Ico_Hover.png") no-repeat scroll center 10px #9A00FF;
}

.services_list .streaming a {
    background: url("../images/Streaming_Ico.png") no-repeat scroll center 10px;
    padding: 100px 60px 30px 60px;
}

.services_list .streaming a:hover {
    background: url("../images/Streaming_Ico_Hover.png") no-repeat scroll center 10px #9A00FF;
}

.services_list .education a {
    background: url("../images/Education_Ico.png") no-repeat scroll center 10px;
    padding: 100px 60px 30px 60px;
}

.services_list .education a:hover {
    background: url("../images/Education_Ico_Hover.png") no-repeat scroll center 10px #9A00FF;
}

.services_list .cloud_games a {
    background: url("../images/Cloud_Gaming_Ico.png") no-repeat scroll center 10px;
    padding: 100px 60px 30px 60px;
}

.services_list .cloud_games a:hover {
    background: url("../images/Cloud_Gaming_Ico_Hover.png") no-repeat scroll center 10px #9A00FF;
}

#extensive {
    padding-top: 90px;
    padding-bottom: 90px;
    float: left;
}

#extensive h3 {
    font-weight: 500;
    text-transform: uppercase;
    margin-top: 30px;
    margin-bottom: 60px;
}

#extensive h3 span {
    font-weight: 200;
}

#extensive p {
    color: #000;
}

#content_services_content {
    position: absolute;
    top: 0;
}

#content_services_content h3 {
    color: #fff;
    text-transform: uppercase;
    font-size:30px;
    font-weight: 700;
    font-family: "Archivo", sans-serif;
}

#content_services_content h3 span{
    font-weight: 300;
}

#content_services_content img {
    padding: 30px;
}

#content_services {
    position: absolute;
    top: 0;
}

#content_services .tailored_bg {
    background:#39034c;
    background-size: cover;
}

#content_services .strategic_bg {
    background: url('../images/Strategic_Partners_BG.jpg') no-repeat scroll 0 0;
    background-size: cover;
}

#content_services .unrivalled_bg {
    background: url('../images/Unrivelled_Performance_BG.jpg') no-repeat scroll 0 0;
    background-size: cover;
}

#content_services .customer_bg {
    background: #39034c;
    background-size: cover;
}


#dcboffering h3 {
    color: #000;
}

#dcboffering h4 {
    color: #fb00ca;
    font-family: "Archivo", sans-serif;
    font-size: 26px;
    font-weight: 300;
}

#ourteam img {
    background: #9e00fd;
    padding: 20px;
    border-radius:10px;
}

#ourteam h3 {
    color: #fb00ca;
}

#ourteam h3 span {
    color: #fff;
    font-weight: 500;
}

#ourclients small {
    color: #818181;
    font-size: 16px;
}

#ourclients p {
    line-height: 20px;
}

#ourclients h3 {
    margin-bottom: 15px;
}

/* ======= Carousel ========= */

#ourclients .carousel-item .card {
    width: 100%;
    height: 200px;
    border: 0;
    align-items: center;
    justify-content: center;
    border-right: 5px solid transparent;
}

#ourclients .carousel-item .card:hover {
    border-right: 5px solid #e62b4a;
    box-shadow: -5px 2px 10px 1px rgba(0, 0, 0, 0.1);
    border-radius: 0;
}

#ourclients .carousel-indicators {
    position: static;
    margin-top: 30px;
}

#ourclients .carousel-indicators li {
    height: 10px;
    width: 10px;
    background-color: #dbdbdb;
    cursor: pointer;
}

#ourclients .carousel-indicators li.active {
    background: #000;
}

/* ====== Navigation CSS ====== */

.navbar-brand img {
    width: 90px;
}

nav.navbar {
    padding: 0;
    border-bottom:7px solid #c600c8;
    background: #2e0049;
}

nav.navbar.visible {
    background: #2e0049;
}

nav.navbar.visible a{
    color:#F9E3FF;
    font-family: "Roboto Slab", sans-serif;
    font-weight: 600;
}

nav.navbar.visible li:last-child a{
    color:#fff;
}

nav.navbar.visible li.nav_active a{
    color:#F9E3FF!important;
}

.navbar .navbar-brand {
    padding-left: 15px;
    outline:0;
}

.navbar-nav li {
    text-transform: uppercase;
    font-size: 1.1rem;
}

.navbar-nav li a {
    color: #F9E3FF;
    font-family: "Roboto Slab", sans-serif!important;
    font-weight: 600;
    font-size:14px;
    padding-left: 1rem!important;
    padding-left: 1rem!important;
}

.navbar-nav li a:hover {
    text-decoration: underline;
}
.navbar-nav li:last-child{
    background: #FF00C8;
    background: linear-gradient(90deg, rgba(255, 0, 200, 1) 0%, rgba(154, 0, 255, 1) 100%);
    color: #fff !important;
    margin-right:10px;
    border-radius: 5px;
}

.navbar-nav li:last-child a{
    color:#fff!important;
}

#getintouch h3 {
    color: #fff;
    font-weight: 400;
}

#getintouch a{
    background: linear-gradient(90deg, rgba(255, 0, 200, 1) 0%, rgba(154, 0, 255, 1) 100%);
    border: 1px solid #fff;
    border-right: 5px solid;
    font-family: "Archivo", sans-serif;
    font-weight: 500;
}

footer p {
    color: #aaaaaa;
    font-size: 14px;
}

footer h6 {
    margin-bottom: 15px;
    color: #aaaaaa;
}

footer .fa:before {
    color: #fff;
    font-family: font-awesome;
}

footer .copyright {
    border-top: 1px solid #2c2c2c;
    color: #aaaaaa;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 1px;
}

footer a{
    font-family: "Archivo", sans-serif;
    font-weight: 500;
}

footer .copyright a{
    color:#aaaaaa;
}

footer .copyright a:hover{
    text-decoration: none;
}

footer .linked-in-ico img {
    width: 17px;
    margin-right: 5px;
}

footer .linked-in-ico a{
    color:#fff;
}

footer ul{
    padding:0;
    margin:0 auto;
}

footer ul li{
    float:left;
    list-style: none;
    position: relative;
    padding-right: 15px;
    padding-left:15px;
}

footer ul li a{
    color:#aaaaaa;
    font-size: 12px;
    letter-spacing: 1px;
}

footer ul li a:hover,
footer ul li a.active{
    color:#aaaaaa;
    text-decoration: underline;
}

footer ul li:after{
    content: "";
    border-right: 1px solid #aaaaaa;
    width: 1px;
    height: 12px;
    right: 0;
    position: absolute;
    top: 10px;
}
footer ul li:last-child:after{
    display: none;
}

/* ====== Image Banner ====== */

#banner_container {
    margin-top: -25px;
    padding: 0;
}

#banner_section h1{
    line-height: 42px;
    font-size:45px;
}

#banner_section h1 span{
    color:#f600cd;
}

.banner-text{
    padding:45px 0;
}

/* ===== Back to Top ===== */

#back-to-top {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    padding: 10px 20px;
    background-color: #333;
    color: white;
    cursor: pointer;
    border: 0;
    font-family: "Archivo", sans-serif;
    font-weight: 300;
}

#back-to-top:focus {
    outline: 0;
}

/* ===== Inner Page Styles ===== */

ul.list-style {
}

ul.list-style li {
    color: #fff;
    list-style: square;
    font-size: 20px;
    padding-left: 30px;
    margin-bottom: 30px;
    font-weight: 300;
    font-family: "Archivo", sans-serif;
}

#we_are_leader .heading {
    top: 15px;
    left: 30px;
}

#we_are_leader .heading h3{
    font-size: 27px;
}

#ceo_cfm{
}

#ceo_cfm .heading {
    top: auto;
    left: auto;
    right: 0;
    bottom: 0;
}

#ceo_cfm .heading h3{
    font-size: 30px;
}


#about_cfm p {
    padding-bottom: 30px;
    letter-spacing: 1px;
}

.theteam {
    /* background: linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 60%, rgba(255, 255, 255, 1) 60%, rgba(255, 255, 255, 1) 60%); */
}

#theteam p {
    padding-bottom: 30px;
    letter-spacing: 1px;
}

#content_page h3 {
    text-transform: capitalize;
    font-weight: 300;
    font-family: "Archivo", sans-serif;
}

#content_section_left{
    top: 0;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    height: 100%;
    display: flex;
    align-items: center;
}

#content_section_left h3 {
    color: #fff;
}

#content_section_right {
    margin-left: auto;
    margin-right: auto;
    height: 100%;
    display: flex;
    align-items: center;
}

#content_section_right .blue_phone {
    position: relative;
    top: 0px;
    left: 0px;
}

#content_section_right .right_phone_list li {
    color: #000;
    border-left: 0;
    padding-right: 30px;
}

#seven-layers {
    position: relative;
    z-index: 99;
}

.visible_only_mob {
    opacity: 0;
}

.is-sticky {
    position: sticky;
    top: 0;
}

#oneplay {
    padding: 180px 0;
}

#contact_form input {
    background: #fff;
    border-radius: 0;
    padding: 15px;
    font-size: 12px;
}

#contact_form textarea {
    background: #fff;
    border-radius: 0;
    padding: 15px;
    font-size: 12px;
    height: 150px;
}

#contact_form button {
    background-color: #007ee6;
    border-right: 5px solid #e62b4a;
    font-size: 1.25rem;
    padding: 15px 30px;
    font-weight: 500;
    outline: 0;
}
#contact_form button:hover{
    text-decoration: underline;
}
#contact_form button:focus{
    outline: 0;
    box-shadow: none;
}

#contact_form input:focus,
#contact_form textarea:focus {
    border-right: 5px solid #e62b4a;
}

#contact_address h5 {
    color: #000;
    font-weight: 400;
    letter-spacing: 2px;
    margin-bottom: 30px;
}

#contact_address .address_here {
    box-shadow: 4px 4px 14px -2px rgba(0, 0, 0, 0.2);
    padding: 45px 30px;
    border-right: 5px solid #e62b4a;
}

#contact_address p {
    line-height: 35px;
}

#contact_address p,
#contact_address a {
    color: #818181;
    font-size: 18px;
}

#contact_form .error-message {
    color: red;
    font-size: 13px;
}

.carousel-inner .img-fluid {
    width: 60%;
}

#nba img,
#pfl img,
#oneplay img,
#esr img,
#prostreamers img,
#probattle img,
#sorastream img {
    width: 60%;
}

#privacy_content p small{
    font-weight: 300;
}

.accordion .card{
    background:transparent;
    margin-bottom:15px;
}
.accordion .accordion-title {
  position: relative;
  display: block;
  padding: 8px 0 8px 50px;
  background: #2e0049;
  border-radius: 8px;
  overflow: hidden;
  text-decoration: none;
  color: #fff;
  font-size: 18px;
  width: 100%;
  text-align: left;
  transition: all 0.4s ease-in-out;
  text-transform: uppercase;
}
.accordion .accordion-title i {
  position: absolute;
  width: 40px;
  height: 100%;
  left: 0;
  top: 0;
  color: #fff;
  background: #2e0049;
  text-align: center;
  border-right: 1px solid transparent;
}

.accordion .accordion-title:hover {
  padding-left: 60px;
  background: #810068;
  color: #fff;
}
.accordion .accordion-title:hover i {
  border-right: 1px solid #fff;
}
.accordion [aria-expanded=true] {
  background: #fb00ca;
  color: #fff;
}
.accordion [aria-expanded=true] i {
  color: #fff;
  background: #fb00ca;
}
.accordion [aria-expanded=true] i:before {
  content: "";
  color:#fff;
}
.accordion .accordion-body {
  padding: 40px 55px;
}

.accordion .accordion-body p{
    font-size: 20px;
}

.accordion li{
    color:#fff;
    font-size:18px;
    font-weight: 300;
    font-family: "Archivo", sans-serif;
}


@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 1.5rem;
        padding-left: 1.5rem;
    }
}

@media (max-width: 991px){
    .navbar-nav li:last-child{
        margin-right:0;
    }
}

@media (max-width: 767px) {

    h1 {
        font-size: 22px;
    }

    h2 {
        font-size: 22px;
    }

    h3{
        font-size: 20px;
    }

    p {
        font-size: 18px;
    }

    .padding-all-45 {
        padding: 0;
    }

    .padding-bottom-max {
        padding-bottom: 45px;
    }

    .padding-top-max {
        padding-top: 45px;
    }

    #banner_container {
        margin-top: 0px;
    }

    #banner_section h1{
        font-size: 20px;
        line-height: 23px;
    }

    #dcboffering h4{
        font-size:18px;
    }

    nav.navbar {
        width: 100%;
        padding: 10px 0 0;
    }

    ul.navbar-nav {
        background: #f9e3ff;
        text-align: center;
    }

       .banner-text{
        padding:25px 0 10px;
    }

    .navbar-nav li {
        padding: 16px 30px;
        border-bottom: 1px solid rgba(46, 0, 73, 0.3);
    }

    .navbar-nav li:last-child{
        border-radius: 0;
    }

    nav.navbar.visible li.nav_active a,
    .navbar-nav li a{
        color:#2e0049!important;
    }

    .navbar-toggler:focus {
        outline: 0;
    }

    .navbar-toggler.collapsed .fa-bars:before {
        content: "\f0c9";
    }

    .navbar-toggler.staticham .fa-bars:before {
        content: "\f0c9";
    }

    .navbar-toggler .fa-bars:before {
        content: "\f00d";
    }

    .navbar-brand img {
        width: 90px;
    }

    #services {
        padding-top: 45px;
        padding-bottom: 15px;
    }

    .services_list ul li {
        width: 33.333%;
        height: 120px;
    }

    .services_list ul li a {
        width: 100%;

    }

    .services_list .branded_games a {
        background: url("../images/Brand_Game_Ico.png") no-repeat scroll center 5px;
        padding: 70px 0px 30px 0px;
        background-size: 60px;
    }

    .services_list .live_sport a {
        background: url("../images/Sport_Ico.png") no-repeat scroll center 5px;
        padding: 70px 0px 30px 0px;
        background-size: 60px;
    }

    .services_list .streaming a {
        background: url("../images/Streaming_Ico.png") no-repeat scroll center 5px;
        padding: 70px 0px 30px 0px;
        background-size: 60px;
    }

    .services_list .education a {
        background: url("../images/Education_Ico.png") no-repeat scroll center 5px;
        padding: 70px 0px 30px 0px;
        background-size: 60px;
    }

    .services_list .cloud_games a {
        background: url("../images/Cloud_Gaming_Ico.png") no-repeat scroll center 5px;
        padding: 70px 0px 30px 0px;
        background-size: 60px;
    }

    .services_list .branded_games a:hover,
    .services_list .live_sport a:hover,
    .services_list .streaming a:hover,
    .services_list .education a:hover,
    .services_list .cloud_games a:hover {
        background-size: 60px;
    }


    #extensive {
        padding-top: 45px;
        padding-bottom: 45px;
    }

    #extensive h3 {
        margin-bottom: 30px;
    }

    #ourclients .carousel-item .card {
        height: 80px;
    }

    #ourclients .carousel-item .card img {
        width: 80%
    }

    .text-small-center {
        text-align: center !important;
    }

    #we_are_leader img {
        display: flex;
        order: 2;

    }

    #we_are_leader .heading {
        display: flex;
        order: 1;
        position: relative !important;
        left: 0;
        margin-bottom: 30px;
    }

    #we_are_leader .col {
        display: flex;
        flex-wrap: wrap;
    }

    #ceo_cfm {
        margin-top:0;
    }

    #ceo_cfm img {
        display: flex;
        order: 2;
    }

    #ceo_cfm .heading {
        display: flex;
        order: 1;
        position: relative !important;
        left: 0;
        margin-bottom: 30px;
    }

    #ceo_cfm .col {
        display: flex;
        flex-wrap: wrap;
    }

    #inner_banner_section {
        text-align: center;
        overflow: hidden;
    }

    #inner_banner_section img {
        height: 230px;
        max-width: none;
    }

    .theteam {
        background: #000 !important;
    }

    #content_section_right {
        position: relative !important;
    }

    #content_section_left{
        flex-wrap: wrap;
    }

    #nba h3,
    #pfl h3,
    #oneplay h3,
    #esr h3,
    #prostreamers h3,
    #probattle h3,
    #sorastream h3,
    #nba p,
    #pfl p,
    #oneplay p,
    #esr p,
    #prostreamers p,
    #probattle p,
    #sorastream p {
        text-align: center;
    }

    #nba h3,
    #pfl h3,
    #oneplay h3,
    #esr h3,
    #prostreamers h3,
    #probattle h3,
    #sorastream h3 {
        margin-top: 15px;
    }

    #esr p,
    #probattle p {
        margin-bottom: 15px;
    }

    .servicespadding {
        padding: 0;
    }

    #oneplay {
        padding: 45px 0;
    }

    #nba img,
    #pfl img,
    #oneplay img,
    #esr img,
    #prostreamers img,
    #probattle img,
    #sorastream img {
        margin: 0 auto;
    }

    #esr .col-md-7,
    #probattle .col-md-7 {
        order: 2;
    }

    #esr .col-md-5,
    #probattle .col-md-5 {
        order: 1;
    }

    #layers-container {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    #getintouch h3{
        text-align: center;
    }

}

@media (max-width:1199px){
    .visible_only_mob {
        opacity: 1;
    }
}

@media (min-width:768px) and (max-width: 991px) {

    h1 {
        font-size: 40px;
    }

    h2 {
        font-size: 36px;
    }

    p {
        font-size: 18px;
    }

    .padding-bottom-max {
        padding-bottom: 45px;
    }

    .padding-top-max {
        padding-top: 45px;
    }

    #banner_container {
        margin-top: 0px;
    }

    nav.navbar {
        width: 100%;
    }

    ul.navbar-nav {
        background: #f9e3ff;
        text-align: center;
    }

    .navbar-nav li a{
        color:#2e0049!important
    }

    .navbar-nav li {
        padding: 16px 30px;
        border-bottom: 1px solid rgba(46, 0, 73, 0.3);
    }
    .navbar-nav li:last-child{
        border-radius: 0;
    }

    .navbar-toggler:focus {
        outline: 0;
    }

    .navbar-toggler.collapsed .fa-bars:before {
        content: "\f0c9";
    }

    .navbar-toggler.staticham .fa-bars:before {
        content: "\f0c9";
    }

    .navbar-toggler .fa-bars:before {
        content: "\f00d";
    }

    .navbar-brand img {
        width: 90px;
    }

    #services {
        padding-top: 45px;
        padding-bottom: 15px;
    }

    .services_list ul {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center
    }

    .services_list ul li {
        width: 20%;
        height: 120px;
    }

    .services_list ul li a {
        width: 100%;
    }

    .services_list .branded_games a {
        background: url("../images/Brand_Game_Ico.png") no-repeat scroll center 5px;
        padding: 70px 0px 30px 0px;
        background-size: 60px;
    }

    .services_list .live_sport a {
        background: url("../images/Sport_Ico.png") no-repeat scroll center 5px;
        padding: 70px 0px 30px 0px;
        background-size: 60px;
    }

    .services_list .streaming a {
        background: url("../images/Streaming_Ico.png") no-repeat scroll center 5px;
        padding: 70px 0px 30px 0px;
        background-size: 60px;
    }

    .services_list .education a {
        background: url("../images/Education_Ico.png") no-repeat scroll center 5px;
        padding: 70px 0px 30px 0px;
        background-size: 60px;
    }

    .services_list .cloud_games a {
        background: url("../images/Cloud_Gaming_Ico.png") no-repeat scroll center 5px;
        padding: 70px 0px 30px 0px;
        background-size: 60px;
    }

    .services_list .branded_games a:hover,
    .services_list .live_sport a:hover,
    .services_list .streaming a:hover,
    .services_list .education a:hover,
    .services_list .cloud_games a:hover {
        background-size: 60px;
    }

    #extensive {
        padding-top: 45px;
        padding-bottom: 45px;
    }

    #extensive h3 {
        margin-bottom: 30px;
    }

    #ourclients .carousel-item .card {
        height: 80px;
    }

    #ourclients .carousel-item .card img {
        width: 80%
    }

    #inner_banner_section img {
        height: 200px;
        max-width: auto;
    }

    .theteam {
        background: #000 !important;
    }

    #we_are_leader h3 {
        font-size: 24px;
    }
    
    #we_are_leader .heading h3{
        font-size:27px;
    }

    #ceo_cfm h3 {
        font-size: 24px;
    }

    #content_section_left{
        flex-wrap: wrap;
    }
    #ceo_cfm{
        margin-top: -150px;
    }
    #ceo_cfm .heading{
        right: 0;
        bottom: 10px;
    }
    #ceo_cfm .heading h3{
        font-size:18px;
    }
    
.banner-text{
    padding:25px 0;
}

#banner_section h1{
    font-size:30px;
}

}


@media (min-width:768px) and (max-width: 1024px) {

    ul.list-style li {
        font-size: 16px;
    }

    #content_section_left .left_phone_list h3,
    #content_section_right .right_phone_list h3 {
        margin-bottom: 30px !important;
    }

    .banner-text{
    padding:25px 0;
}

#banner_section h1{
    font-size:30px;
}

}

@media (min-width:1199px) {

}