/*Proxima Nova*/
@font-face {
  font-family: 'ProximaNova-Light';
  src: url('../font/proxima-nova/ProximaNova-Light.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

/*Noway*/
@font-face {
    font-family: 'nowayregular';
    src: url('../font/noway/noway-regular-webfont.eot');
    src: url('../font/noway/noway-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/noway/noway-regular-webfont.woff2') format('woff2'),
         url('../font/noway/noway-regular-webfont.woff') format('woff'),
         url('../font/noway/noway-regular-webfont.ttf') format('truetype'),
         url('../font/noway/noway-regular-webfont.svg#nowayregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

/*Lato*/
@font-face {
    font-family: 'latobold';
    src: url('../font/lato/lato-bold-webfont.woff2') format('woff2'),
         url('../font/lato/lato-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'latomedium';
    src: url('../font/lato/lato-medium-webfont.woff2') format('woff2'),
         url('../font/lato/lato-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'latoregular';
    src: url('../font/lato/lato-regular-webfont.woff2') format('woff2'),
         url('../font/lato/lato-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'latosemibold';
    src: url('../font/lato/lato-semibold-webfont.woff2') format('woff2'),
         url('../font/lato/lato-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'latoheavy';
    src: url('../font/lato/lato-heavy-webfont.woff2') format('woff2'),
         url('../font/lato/lato-heavy-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


/*Alternate Gothic*/
@font-face {
    font-family: 'alternategothic2_btregular';
    src: url('../font/alternate-gothic/alternate_gothic_no2_bt-webfont.woff2') format('woff2'),
         url('../font/alternate-gothic/alternate_gothic_no2_bt-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

html { font-family: 'latoregular'; font-size: 14px;}
body { font-family: 'latoregular'; font-size: 1.28rem; font-weight: 400; color: #42413d; line-height: normal; position: relative;overflow-x: hidden;}

body::-webkit-scrollbar {
  width: 8px;
}
body::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
body::-webkit-scrollbar-thumb {
  background-color: #109cd8;
  outline: 1px solid #109cd8;
  border-radius: 8px;
}
.dark_theme {
  display: none;
}
.light_theme_icon_img {
  display: none;
}
ul{
    margin: 0;
    padding: 0;
}
ul li{
    list-style: none;
}
a, a:hover{
    text-decoration: none;
}
img{
    display: block;
    max-width: 100%;
}

.btn {
  font-size: 1.85rem;
  font-family: 'nowayregular';
  min-width: 16.64rem;
  border-radius: 0.42rem;
  padding: 0.79rem 1.14rem;
  position: relative;
}
/*.btn::after {
  content: '';
  position: absolute;
  right: -6px;
  top: 6px;
  border: solid 3px #efefef;
  border-radius: 0.42rem;
  width: 100%;
  height: 100%;
  z-index: -1;
}*/
.btn_green {
  background-color: #5bc911;
  color: #ffffff;
  border: solid 2px transparent;
}
/*.btn_green:hover {
  color: #5bc911;
  border: solid 2px #5bc911;
  background-color: #ffffff;
}*/
.hvr-bounce-to-right:before {
    background: #4cb306 !important;
}

.w-70 {
  width: 70%;
}
.mb-6 {
  margin-bottom: 5rem;
}

header {
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    z-index: 99999;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
header.stickyheader {
    position: fixed;
    top: 0;
    background-color: #ffffff;
    box-shadow: 0 0 5px 3px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 0 5px 3px rgba(0,0,0,0.2);
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    padding: 0.5rem 0;
}
.header_logo {
    width: 7.21rem;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
header.stickyheader .logo {
  width: 7.85rem;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
header nav {
  position: relative;
}
.header_menu_block {
  position: absolute;
  right: 1.07rem;
  top: 50%;
  transform: translateY(-50%);
}
.header_menu_block .navbar-nav li {
  padding: 0 1.42rem;
}
.header_menu_block .navbar-nav li a {
  font-size: 1.35rem;
  color: #ffffff;
  /*padding: 0 1.42rem;*/
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
  border-bottom: solid 2px transparent;
}
.header_menu_block .navbar-nav li a:hover, .header_menu_block .navbar-nav li a.active {
  border-bottom: solid 2px #ffffff;
}
header.stickyheader .header_menu_block .navbar-nav li a {
  color: #e63c8a;
}
header.stickyheader .header_menu_block .navbar-nav li a:hover, header.stickyheader .header_menu_block .navbar-nav li a.active {
  border-color: #e63c8a;
}
.header_btn .btn {
  font-size: 1.42rem;
  min-width: 12.28rem;
  padding: 0.5rem 1.14rem;
  border-radius: 0.14rem;
}
.header_btn .btn::after {
  display: none;
}
.navigation .navbar-toggler {
    width: 40px;
    height: 35px;
    line-height: 0;
    color: #e63c8a;
    border-color: #e63c8a;
    background-color: #e63c8a;
    padding: 0px 0px;
    margin: 0rem 0rem 0rem auto;
}
.navigation .navbar-toggler-icon {
    width: 25px;
    height: 3px;
    display: block;
    background-color: #ffffff;
    margin: 4px auto;
}


/*Home Page Css*/
.home_banner {
  background-color: #ffffff;
  position: relative;
}
.home_banner_bg {
  position: absolute;
  right: 0;
  top: 0;
}
.home_banner_inner_box {
    position: relative;
    z-index: 1;
}
.home_banner_container {
    min-height: 66.42rem;
    position: relative;
    display: flex;
    align-items: center;
    padding-top: 8.21rem;
}
.home_banner_content h3 {
    font-size: 6.07rem;
    color: #e63c8a;
    font-family: 'alternategothic2_btregular';
    text-transform: uppercase;
    line-height: 5rem;
    margin-bottom: 0;
}
.home_banner_content h2 {
    font-size: 8.64rem;
    color: #e63c8a;
    font-family: 'alternategothic2_btregular';
    text-transform: uppercase;
    line-height: 7rem;
    margin-bottom: 0;
}
.home_banner_side_img {
    position: absolute;
    right: 0;
    top: 8.21rem;
}
.paytm_section {
  max-width: 21.57rem;
  width: 100%;
  border: solid 2px #ffffff;
  box-shadow: 4px 6px 16px 0px rgba(98, 98, 98, 0.23);
  -webkit-box-shadow: 4px 6px 16px 0px rgba(98, 98, 98, 0.23);
  background-color: #ebebeb;
}
.paytm_text {
  font-size: 1.28rem;
  font-family: 'latoregular';
  color: #000000;
}

/*About Pocket ludo*/
.page_heading_title {
  font-size: 3.57rem;
  font-family: 'latomedium';
  color: #100c0c;
}
.page_heading_para {
  font-size: 1.14rem;
  font-family: 'latosemibold';
  color: #000000;
}
.page_heading_seprator {
  display: block;
  margin: 0 auto;
  width: 3.64rem;
  height: 0.35rem;
  background-color: #e63c8a;
}
.page_common_content p {
  font-size: 1.28rem;
  font-family: 'latomedium';
  color: #353535;
}

/*Counter Section*/
.counter_section {
  background-color: #f7f7f7;
}
.counter_section_inner li {
    margin-right: 10.81rem;
    flex: 1 1 auto;
}
.counter_section_inner li:last-child {
  margin-right: 0;
}
.counter_section_icon {
    min-width: 7rem;
    height: 7rem;
    border-radius: 0.71rem;
    padding: 0.8rem;
}
.counter_section_icon.blue {
  background-color: #654bf2;
}
.counter_section_icon.yellow {
  background-color: #ffc237;
}
.counter_section_icon.purple {
  background-color: #e63c8a;
}
.counter_section_title {
  font-size: 3.42rem;
  font-family: 'latoheavy';
  color: #252525;
  line-height: 3rem;
}
.counter_section_para {
  font-size: 1.28rem;
  font-family: 'latomedium';
  color: #979797;
  padding-left: 0.71rem;
}


.about_company_title {
    font-size: 2rem;
    font-family: 'latoregular';
    color: #252525;
    line-height: 4.5rem;
}
.about_company_title span {
  font-size: 6.21rem;
  font-family: 'latosemibold';
  color: #e63c8a;
  display: block;
  text-transform: uppercase;
}

.our_core_expertise {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f4f6f6+0,ffffff+100 */
  background: #f4f6f6; /* Old browsers */
  background: -moz-linear-gradient(top,  #f4f6f6 0%, #ffffff 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  #f4f6f6 0%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  #f4f6f6 0%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f6f6', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
  position: relative;
  padding-top: 10rem !important;
}
.core_expertise_bg {
    background-image: url(../images/core_expertise_bg.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    min-height: 758px;
    position: absolute;
    right: 0;
    top: 0;
    background-size: cover;
    width: 100%;
    pointer-events: none;
}
.expertise_curvy_img {
    position: absolute;
    top: 0;
    z-index: 9999;
    width: 100%;
}

.core_expertise_title .about_company_title span, .industries_sec .about_company_title span, .blog_section .about_company_title span {
  font-size: 6.21rem;
}
.core_expertise_panels {
  border-radius: 0.71rem;
  border-top: solid 0.57rem transparent;
  -webkit-transition: all 0.3s ease; 
    -moz-transition: all 0.3s ease; 
    -o-transition: all 0.3s ease; 
    transition: all 0.3s ease; 
}
.core_expertise_panels:hover {
  background-color: #fff;
  border-radius: 0.71rem;
  border-top: solid 0.57rem #e63c8a;
  -webkit-transition: all 0.3s ease; 
  -moz-transition: all 0.3s ease; 
  -o-transition: all 0.3s ease; 
  transition: all 0.3s ease;
  box-shadow: 0 0px 20px 8px rgba(146,146,146,0.25);
  -webkit-box-shadow: 0 0px 20px 8px rgba(146,146,146,0.25);
}
.core_expertise_panels:hover .core_panel_hover_img {
  display: block;
}
.core_expertise_panels:hover .core_panel_default_img {
  display: none;
}
.core_panel_hover_img {
  display: none;
}
.our_core_expertise .owl-item {
    padding: 20px;
}
.our_core_expertise .owl-nav {
    text-align: right;
    margin-top: 20px;
}
.our_core_expertise .owl-nav button {
  margin: 0 10px;
}
    
.core_expertise_panel_image {
  height: 4.78rem;
  display: flex;
  align-items: center;
}
.core_expertise_panel_image img {
    width: auto !important;
    max-height: 100%;
}
.core_expertise_panel_heading {
  font-size: 1.71rem;
  font-family: 'latobold';
  color: #1b2231;
  height: 2.52rem;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.core_expertise_panel_content {
    font-size: 1.14rem;
    color: #1b1b1b;
    height: 7.5rem;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}
.section_slide_left_content {
    position: relative;
    z-index: 999;
    background-color: transparent;
    padding: 2.14rem;
    color: #000000;
    min-height: 27.85rem;
    /*background: #f5f7f7;
    background: -moz-linear-gradient(top, #f5f7f7 0%, #f6f8f8 53%, #f8f9f9 100%);
    background: -webkit-linear-gradient(top, #f5f7f7 0%,#f6f8f8 53%,#f8f9f9 100%);
    background: linear-gradient(to bottom, #f5f7f7 0%,#f6f8f8 53%,#f8f9f9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f7f7', endColorstr='#f8f9f9',GradientType=0 );*/
}
.section_slide_right_content {
  margin-top: -25.14rem;
  overflow: hidden;
}
.slide_column {
  width: 25%;
  padding: 1.07rem 1.07rem; 
}
.slide_column_inner {
  background-color: #ffffff;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 25rem;
}

.slider_panel_inner .slide_column:first-child {
  margin-left: 50%;
}
.swiper-container1, .swiper-container2 {
  height: 100%;
}
.swiper-button-next,.swiper-button-prev {
  background-size: cover !important;
  width: 2.35rem !important;
  height: 1.64rem !important;
  margin-left: 1rem;
}
.swiper-button-next{
  background-image: url('../images/arrow_carousel_right.png')!important;
} 
.swiper-button-prev{
   background-image: url('../images/arrow_carousel_left.png')!important;
}


/*How to play*/
.how_to_play_image {
  width: 44.42rem;
  height: 31.07rem;
  background-color: #000000;
  position: relative;
}
.how_to_play_image img {
    width: 100%;
    /*height: 100%;*/
    object-fit: cover;
    object-position: center;
}
.how_to_play_content {
  width: calc(100% - 44.42rem);
  padding-left: 2.85rem;
}
.how_to_play_content_heading {
  font-size: 2.14rem;
  font-family: 'latoheavy';
  color: #100c0c;
}
.how_to_play_content_text {
  font-size: 1.28rem;
  font-family: 'latoregular';
  color: #454545;
}

/*Faq Section*/
.custom_accordian {
    border: solid 1px #e3e3e3;
    max-width: 71.42rem;
    margin: 0 auto;
    width: 100%;
}
.custom_accordian .card {
  border: 0;
  border-radius: 0;
  border-bottom: solid 1px #e3e3e3;
} 
.custom_accordian .card:last-child {
  border-bottom: 0;
}
.custom_accordian .card .card-header {
  padding: 0;
  border-bottom: 0; 
  background-color: transparent;
  cursor: pointer;
}
.custom_accordian .card .card-header h2 span {
    font-size: 1.28rem;
    font-family: 'latomedium';
    color: #151515;
    display: flex;
    align-items: center;
    padding-right: 1rem;
    text-transform: capitalize;
}
.custom_accordian .card .card-header i {
    margin-left: auto;
    font-size: 20px;
    margin-right: 1rem;
    color: #858585;
}
.custom_accordian .card .card-body {
    padding: 0;
    font-size: 1.14rem;
    font-family: 'latoregular';
    color: #414141;
    margin-top: 1.41rem;
    padding-right: 3rem;
}
.custom_accordian .card .card-body p:last-child {
  margin-bottom: 0;
}
.faq_lists li {
  list-style-type: decimal;
  list-style-position: outside;
  margin-bottom: 1rem;
}

/*What user say section*/
.what_user_say_panel {
  border: solid 1px #d4d4d4;
}
.what_user_say_image {
  width: 9.42rem;
  height: 9.42rem;
  border: solid 1px #d4d4d4;
  border-radius: 50%;
  background-color: #ffffff;
  overflow: hidden;
}
.what_user_say_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.what_user_say_para p {
  font-size: 1.42rem;
  font-family: 'latoregular';
  color: #414141;
}
.what_user_say_para p:last-child {
  margin-bottom: 0;
}
.testimonial_user_name {
  font-size: 1.57rem;
  font-family: 'latosemibold';
  color: #654bf2;
}
.testimonial_user_location {
  font-size: 1.14rem;
  font-family: 'latomedium';
  color: #e63c8a;
  display: block;
}
.what_user_say .owl-nav {
    max-width: 1170px;
    margin: 2.14rem auto;
    text-align: right;
    width: 100%;
}
.what_user_say .owl-nav .owl-prev {
  margin-right: 0.71rem;
}


/*Footer*/
.footer_first {
  background-color: #3c3c3c;
}
.footer_logo {
  max-width: 11.42rem;
}
.footer_social_icons li {
  min-width: 3.07rem;
  height: 3.07rem;
  border: solid 0.35rem #f1f1f1;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 0.64rem;
}
.footer_social_icons li:hover {
  border-color: #e63c8a;
}
.footer_social_icons li:hover i{
  color: #e63c8a;
}
.footer_social_icons li a {
  display: block;
}
.footer_social_icons li a i {
  font-size: 1.3rem;
  color: #f1f1f1;
}
.footer_menu li a {
  font-size: 1.28rem;
  font-family: 'latoregular';
  color: #ffffff;
}
.footer_menu li a:hover {
  color: #e63c8a;
}
.footer_address_heading {
  font-size: 1.71rem;
  font-family: 'latoregular';
  color: #ffffff;
}
.footer_address_details {
  font-size: 1.28rem;
  font-family: 'latoregular';
  color: #ffffff;
}
.footer_address .btn {
  border: solid 1px #ffffff;
  font-size: 1.57rem;
}
/*.footer_address .btn:hover {
    background-color: transparent;
}*/
.footer_second {
  background-color: #303030;
}
.footer_copywrite {
  font-size: 1rem;
  font-family: 'latoregular';
  color: #ffffff;
}

.fixed_social_icons {
  position: fixed;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 10000;
}
.fixed_social_icons li {
  width: 3.55rem;
  height: 3.55rem;
}
.fixed_social_icons li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.fixed_social_icons li i {
  color: #ffffff;
}
.fixed_social_icons li.facebook {
  background-color: #3a579a;
}
.fixed_social_icons li.twitter {
  background-color: #00abf0;
}
.fixed_social_icons li.instagram {
  background-color: #d6249f;
  background: #d6249f;
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
}
.fixed_social_icons li.youtube {
  background-color: #c4302b ;
}
.fixed_social_icons li.linkdin {
  background-color: #0088cc;
}

.consent_popup {
  background-color: rgba(230, 60, 138, 0.7);
  font-size: 1rem;
  color: #ffffff;
  font-family: 'latoregular';
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10000;
    display: none;
}
.popup_close_btn {
  width: 2.14rem;
  height: 2.14rem;
  position: absolute;
  right: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 1);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}


/*Contact us Page Css*/
.innerpage_banner {
  background-color: #000000;
  position: relative;
}
.innerpage_bnr_box {
    position: relative;
    z-index: 1;
}
.innerbanner_container {
    min-height: 31.42rem;
    position: relative;
    display: flex;
    align-items: center;
    padding-top: 8.21rem;
}
.innerpage_bnr_title {
  font-size: 6.07rem;
  font-family: 'alternategothic2_btregular';
  color: #e63c8a;
}
.contactus_bnr_image {
  position: absolute;
  bottom: 0;
  right: 0;
}
.contactus_section {
    padding-bottom: 3rem !important;
    position: relative;
    z-index: 10000;
}
.contactus_three_panel {
  margin: 0 -1.57rem;
}
.contactus_panel_col {
  /*height: 26.57rem;*/
  padding: 0 1.57rem;
  width: calc(100%/3);
}
.contactus_panel_col_inner {
  border: solid 1px #aeaeae;
  border-bottom: 0;
  height: 100%;
  position: relative;
  padding: 6rem 2rem 3rem;
}
.contactus_panel_col_inner::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50%;
  height: 1px;
  background-color: #aeaeae;
  -ms-transform: skewY(10deg); 
    transform: skewY(10deg);
    transform-origin: 0;
}
.contactus_panel_col_inner::before {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: 50%;
  height: 1px;
  background-color: #aeaeae;
  -ms-transform: skewY(-10deg);
    transform: skewY(-10deg);
    transform-origin: 100%;
}
.contact_panel_icon {
  width: 6.42rem;
  height: 6.42rem;
  border-radius: 0.57rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}
.contact_panel_icon.purple {
  background-color: #e53385;
}
.contact_panel_icon.blue {
  background-color: #4728ef;
}
.contact_panel_icon.yellow {
  background-color: #fec633;
}
.contact_panel_icon img {
      max-height: 100%;
  }
.contact_panel_title {
  font-size: 1.85rem;
  font-family: 'latobold';
  color: #353535;
}
.contact_panel_info, .contact_info_link {
  font-size: 1.28rem;
  font-family: 'latomedium';
  color: #353535;
}
.contact_info_link:hover {
  color: #e63c8a;
}
.download_now_title {
  font-size: 5.5rem;
  color: #e63c8a;
  font-family: 'latosemibold';
  text-transform: uppercase;
  line-height: 1.2;
}
.download_now_text {
  font-size: 1.14rem;
  color: #1b1b1b;
  font-family: 'latoregular';
}
.contact_download_section {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f4f6f6+0,fbfbfb+50,ffffff+100 */
  background: #f4f6f6; /* Old browsers */
  background: -moz-linear-gradient(top,  #f4f6f6 0%, #fbfbfb 50%, #ffffff 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  #f4f6f6 0%,#fbfbfb 50%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  #f4f6f6 0%,#fbfbfb 50%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f6f6', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
  position: relative;
}
.contact_download_section .expertise_curvy_img {
  position: relative;    
}

.home_page_video_icon {
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  width: 6rem;
}
.you_tube_modal {
  z-index: 99999;
  background-color: rgba(0,0,0,0.5);
}




/*
font-family: 'latobold';
font-family: 'latomedium';
font-family: 'latoregular';
font-family: 'latosemibold';
font-family: 'latoheavy';
*/


.bgterms { background:#090f14}

.terms_class p{ margin: 10px 0;}