/* [START] : For boxes on landing page */
.boxes_mobile{
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #868e96;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #868e96;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
  --font-family-monospace: "SFMono-Regular",Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
  cursor: auto;
  font-style: normal;
  font-weight: 400;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  width: 100%;
  text-align: center!important;
  display: block;
  margin-top: -20px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.container-fluid{
  padding: 0px!important;
}

.boxes_mobile > div{
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #868e96;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #868e96;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
  --font-family-monospace: "SFMono-Regular",Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
  cursor: auto;
  font-style: normal;
  font-weight: 400;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  text-align: center!important;
  box-sizing: border-box;
  margin: 0 auto;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center!important;
  margin-left: 0px!important;
  margin-right: 0px!important;
  max-width: 100%;
  padding: 10px;
}
.boxes_mobile > div > div {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #868e96;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #868e96;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
  --font-family-monospace: "SFMono-Regular",Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
  cursor: auto;
  font-style: normal;
  font-weight: 400;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  text-align: center!important;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  position: relative;
  min-height: 1px;
  /* padding-right: 15px;
  padding-left: 15px; */
  padding-right: 0px;
  padding-left: 0px;
  float: left;
  width: 100%;
}

.boxes_mobile{
  display: none;
}

@media (max-width:800px){
  .boxes_web{
    display: none;
  }
  .boxes_mobile{
    display: block;
  }
}
/* [END] : For boxes on landing page */


/* [START] : For horizontal scroll of videos */
.owl-prev{
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
  outline: none!important;
  position: absolute;
  z-index: 1;
  top: 40%;
  transform: translateY(-50%);
  font-size: 0;
  border: 0;
  border-radius: 50%;
  background:linear-gradient(90deg, #4768DC 0.67%, #AD6AB4 100%)!important;
  cursor: pointer;
  transition: .3s all linear;
  box-shadow: 0 0 15px rgba(0,0,0,.2);
  left: -50px;
  width: 40px;
  height: 40px;
  display: block;
}
.owl-prev > span{
  color:white;
}
.owl-next{
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
  outline: none!important;
  position: absolute;
  z-index: 1;
  top: 40%;
  transform: translateY(-50%);
  font-size: 0;
  border: 0;
  border-radius: 50%;
  background: linear-gradient(90deg, #4768DC 0.67%, #AD6AB4 100%)!important;
  cursor: pointer;
  transition: .3s all linear;
  box-shadow: 0 0 15px rgba(0,0,0,.2);
  right: -50px;
  width: 40px;
  height: 40px;
  display: block;
}
.owl-next > span{
  color:white;
}
@media (max-width:800px){
  .owl-prev , .owl-next{
    display: none;
  }
}
/* [END] : For horizontal scroll of videos */


.newsdesc{
  direction: ltr!important;
  box-sizing: border-box!important;
  outline: none!important;
  margin: 0!important;
  padding: 0!important;
  border: 0!important;
  font: inherit!important;
  vertical-align: baseline!important;
  font-family: roboto,sans-serif!important;
  color: #1d1d1d!important;
  line-height: 1.4!important;
  font-size: 14px!important;
  font-weight: 300!important;
  padding-top: 5px!important;
}
