.campaign-box {
    /* background: #a2b4c0; */
    width: 100%;
    margin: 0 auto;
    border-radius: 10px;
    /* padding: 40px; */
    overflow-y: hidden;
}
.campaign_title{
    color:#009EF7;
      text-align: center;
      /* font-family: 'Open Sans'; */
      font-family: 'Calibri';
      /* line-height: 38.13px; */
}
.bg-f8f8ff
{
    background-color: #f8f8ff;
}

.bg-f7fcff
{
    background-color: #F7FCFF;
}

.modal-header .btn-close {
  display:none;
}
.modal-body {
    max-width: 100%;
    overflow-x: auto;

    max-height:500px;

}
.scroll-tree {
    overflow-wrap: break-word;
    max-width:1200px;
}

nav ul li a {
    color: white;
  }
nav ul li a:link {
    color: white;
  }

  /* visited link */
  nav ul li a:visited {
    color: white;
  }

    /* selected link */
    nav ul li a:active {
        color: white;
      }

  /* mouse over link */
  nav ul li a:hover {
    color: white;
    animation: fill 2s forwards;
    -webkit-animation: fill 2s forwards;
    -moz-animation: fill 2s forwards;
    opacity: .5;
  }

  /* body {
    background-image: url('/images/background.jpg');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-repeat: no-repeat;
  background-attachment: fixed;
  } */
  html {
    height: 100%
}
.text-tiny {
  font-size: 0.7em;
}

.text-small {
  font-size: 0.85em;
}

.text-big {
  font-size: 1.4em;
}

.text-huge {
  font-size: 1.8em;
}

.image-style-side {
  max-width: 50%;
  float: right;
  margin-left: var(--ck-image-style-spacing);
}

.image.image_resized {
  max-width: 100%;
}

.image.image_resized {
  display: block;
  box-sizing: border-box;
}

.image.image_resized img {
  width: 100%;
}

.image.image_resized > figcaption {
  display: block;
}


.widget-numbers-sm
{
    font-size:1.5rem
}

.widget-content
{
    padding:1rem;
    flex-direction:row;
    align-items:center
}

.widget-content .widget-content-wrapper
{
    display:flex;
    flex:1;
    position:relative;
    align-items:center
}

.widget-content .widget-content-left .widget-heading
{
    opacity:.8;
    font-weight:bold
}

.widget-content .widget-content-left .widget-subheading
{
    opacity:.5
}

.widget-content .widget-content-right
{
    margin-left:auto
}

.widget-content .widget-numbers
{
    font-weight:bold;
    font-size:1.8rem;
    display:block
}

.widget-content .widget-content-outer
{
    display:flex;
    flex:1;
    flex-direction:column
}

.widget-content .widget-progress-wrapper
{
    margin-top:1rem
}

.widget-content .widget-progress-wrapper .progress-sub-label
{
    margin-top:.33333rem;
    opacity:.5;
    display:flex;
    align-content:center;
    align-items:center
}

.widget-content .widget-progress-wrapper .progress-sub-label .sub-label-right
{
    margin-left:auto
}

.widget-content .widget-content-right.widget-content-actions
{
    visibility:hidden;opacity:0;transition:opacity .2s
}

.widget-content:hover .widget-content-right.widget-content-actions
{
    visibility:visible;opacity:1
}
.avatar {
    vertical-align: middle;
    width: 100px;
    height: 80px;
    border-radius: 50%;
 }
.min-vh-75
{
min-height:75vh !important
}
.min-vh-50
{
min-height:50vh !important
}

.min-vh-55
{
min-height:55vh !important
}
.dropdown
{
    list-style-type: none;
}
.pagination-outer{ text-align: center; }
.pagination{
    font-family: 'Ubuntu', sans-serif;
    display: inline-flex;
    position: relative;
}
.pagination li a.page-link{
    color: #14183e;
    background-color: #fff;
    font-size: 20px;
    font-weight: 500;
    line-height: 39px;
    height: 40px;
    min-width: 40px;
    padding: 0 5px;
    margin: 0 5px;
    border: none;
    border-radius: 10px;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease 0s;
}
.pagination li a.page-link:hover,
.pagination li a.page-link:focus,
.pagination li.active a.page-link:hover,
.pagination li.active a.page-link{
    color: #fff;
    background: transparent;
}
.pagination li a.page-link:before,
.pagination li a.page-link:after{
    content: '';
    background: linear-gradient(to right, #1054a8 50%, transparent 50%);
    height: 100%;
    width: 100%;
    border-radius: 50%;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    transition: all 0.4s ease 0s;
}
.pagination li a.page-link:after{
    background: linear-gradient(to right, #1054a8 50%, transparent 50%);
    transform: rotateY(180deg);
    top: auto;
    bottom: 0;
}
.pagination li a.page-link:hover:before,
.pagination li a.page-link:focus:before,
.pagination li.active a.page-link:before,
.pagination li a.page-link:hover:after,
.pagination li a.page-link:focus:after,
.pagination li.active a.page-link:after{
    height: 85%;
    opacity: 1;
}
@media only screen and (max-width: 480px){
    .pagination{
        font-size: 0;
        border: none;
        display: inline-block;
    }
    .pagination li{
        display: inline-block;
        vertical-align: top;
        margin: 0 0 10px;
    }
}


.form-headersbg {
    background-color: #f1f1f1;
}

.form-headers {
    margin: 10px 10px !important;
}

.form-group input.img-upload-box {
    background-image: url("images/uploadss.png");
    text-indent: -99999px;
    cursor: pointer;
    background-position: center;
    background-repeat: no-repeat;
    height: 150px;
    color: transparent;
}

.select2-selection.is-invalid{
    border-color: #dc3545;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(1.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}


/* .about-img {
    position: relative;
    overflow: hidden;
}

.about-img::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url(/images/bg-about-img.png) top left no-repeat;
    background-size: contain;
} */


.video-wrap {
    /* z-index: -100; */
  }

  .custom-video-bg {
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .media {
    display:flex;
    align-items:flex-start
  }
  .media-body {
    flex:1
  }

  .df-card {
    position:relative;
    display:flex;
    flex-direction:column;
    min-width:0;
    word-wrap:break-word;
    background-color:#fff;
    background-clip:border-box;
    border:1px solid rgba(26,54,126,.125);
    border-radius:.25rem
  }
  .df-card>hr {
    margin-right:0;
    margin-left:0
  }
  .df-card>.list-group:first-child .list-group-item:first-child {
    border-top-left-radius:.25rem;
    border-top-right-radius:.25rem
  }
  .df-card>.list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius:.25rem;
    border-bottom-left-radius:.25rem
  }
  .df-card-body {
    flex:1 1 auto;
    padding:1.25rem
  }
  .df-card-title {
    margin-bottom:.75rem
  }
  .df-card-subtitle {
    margin-top:-.375rem;
    margin-bottom:0
  }
  .df-card-text:last-child {
    margin-bottom:0
  }
  .df-card-link:hover {
    text-decoration:none
  }
  .df-card-link+.df-card-link {
    margin-left:1.25rem
  }
  .df-card-header {
    padding:.75rem 1.25rem;
    margin-bottom:0;
    color:inherit;
    background-color:#fff;
    border-bottom:1px solid rgba(26,54,126,.125)
  }
  .df-card-header:first-child {
    border-radius:calc(.25rem - 1px) calc(.25rem - 1px) 0 0
  }
  .df-card-header+.list-group .list-group-item:first-child {
    border-top:0
  }
  .df-card-footer {
    padding:.75rem 1.25rem;
    background-color:#fff;
    border-top:1px solid rgba(26,54,126,.125)
  }
  .df-card-footer:last-child {
    border-radius:0 0 calc(.25rem - 1px) calc(.25rem - 1px)
  }
  .df-card-header-tabs {
    margin-right:-.625rem;
    margin-bottom:-.75rem;
    margin-left:-.625rem;
    border-bottom:0
  }
  .df-card-header-pills {
    margin-right:-.625rem;
    margin-left:-.625rem
  }
  .df-card-img-overlay {
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
    padding:1.25rem
  }
  .df-card-img {
    width:100%;
    border-radius:calc(.25rem - 1px)
  }
  .df-card-img-top {
    width:100%;
    border-top-left-radius:calc(.25rem - 1px);
    border-top-right-radius:calc(.25rem - 1px)
  }
  .df-card-img-bottom {
    width:100%;
    border-bottom-right-radius:calc(.25rem - 1px);
    border-bottom-left-radius:calc(.25rem - 1px)
  }
  .df-card-deck {
    display:flex;
    flex-direction:column
  }
  .df-card-deck .df-card {
    margin-bottom:15px
  }
  @media(min-width:576px) {
    .df-card-deck {
      flex-flow:row wrap;
      margin-right:-15px;
      margin-left:-15px
    }
    .df-card-deck .df-card {
      display:flex;
      flex:1 0 0%;
      flex-direction:column;
      margin-right:15px;
      margin-bottom:0;
      margin-left:15px
    }
  }
  .df-card-group {
    display:flex;
    flex-direction:column
  }
  .df-card-group>.df-card {
    margin-bottom:15px
  }
  @media(min-width:576px) {
    .df-card-group {
      flex-flow:row wrap
    }
    .df-card-group>.df-card {
      flex:1 0 0%;
      margin-bottom:0
    }
    .df-card-group>.df-card+.df-card {
      margin-left:0;
      border-left:0
    }
    .df-card-group>.df-card:first-child {
      border-top-right-radius:0;
      border-bottom-right-radius:0
    }
    .df-card-group>.df-card:first-child .df-card-img-top,
    .df-card-group>.df-card:first-child .df-card-header {
      border-top-right-radius:0
    }
    .df-card-group>.df-card:first-child .df-card-img-bottom,
    .df-card-group>.df-card:first-child .df-card-footer {
      border-bottom-right-radius:0
    }
    .df-card-group>.df-card:last-child {
      border-top-left-radius:0;
      border-bottom-left-radius:0
    }
    .df-card-group>.df-card:last-child .df-card-img-top,
    .df-card-group>.df-card:last-child .df-card-header {
      border-top-left-radius:0
    }
    .df-card-group>.df-card:last-child .df-card-img-bottom,
    .df-card-group>.df-card:last-child .df-card-footer {
      border-bottom-left-radius:0
    }
    .df-card-group>.df-card:only-child {
      border-radius:.25rem
    }
    .df-card-group>.df-card:only-child .df-card-img-top,
    .df-card-group>.df-card:only-child .df-card-header {
      border-top-left-radius:.25rem;
      border-top-right-radius:.25rem
    }
    .df-card-group>.df-card:only-child .df-card-img-bottom,
    .df-card-group>.df-card:only-child .df-card-footer {
      border-bottom-right-radius:.25rem;
      border-bottom-left-radius:.25rem
    }
    .df-card-group>.df-card:not(:first-child):not(:last-child):not(:only-child) {
      border-radius:0
    }
    .df-card-group>.df-card:not(:first-child):not(:last-child):not(:only-child) .df-card-img-top,
    .df-card-group>.df-card:not(:first-child):not(:last-child):not(:only-child) .df-card-img-bottom,
    .df-card-group>.df-card:not(:first-child):not(:last-child):not(:only-child) .df-card-header,
    .df-card-group>.df-card:not(:first-child):not(:last-child):not(:only-child) .df-card-footer {
      border-radius:0
    }
  }
  .df-card-columns .df-card {
    margin-bottom:.75rem
  }
  @media(min-width:576px) {
    .df-card-columns {
      column-count:3;
      column-gap:1.25rem;
      orphans:1;
      widows:1
    }
    .df-card-columns .df-card {
      display:inline-block;
      width:100%
    }
  }
  .accordion .df-card {
    overflow:hidden
  }
  .accordion .df-card:not(:first-of-type) .df-card-header:first-child {
    border-radius:0
  }
  .accordion .df-card:not(:first-of-type):not(:last-of-type) {
    border-bottom:0;
    border-radius:0
  }
  .accordion .df-card:first-of-type {
    border-bottom:0;
    border-bottom-right-radius:0;
    border-bottom-left-radius:0
  }
  .accordion .df-card:last-of-type {
    border-top-left-radius:0;
    border-top-right-radius:0
  }
  .accordion .df-card .df-card-header {
    margin-bottom:-1px
  }


  @media (min-width: 768px){
    .seven-cols .col-md-1,
    .seven-cols .col-sm-1,
    .seven-cols .col-lg-1  {
      width: 100%;
      *width: 100%;
    }
  }

  @media (min-width: 992px) {
    .seven-cols .col-md-1,
    .seven-cols .col-sm-1,
    .seven-cols .col-lg-1 {
      width: 14.285714285714285714285714285714%;
      *width: 14.285714285714285714285714285714%;
    }
  }

  /**
   *  The following is not really needed in this case
   *  Only to demonstrate the usage of @media for large screens
   */
  @media (min-width: 1200px) {
    .seven-cols .col-md-1,
    .seven-cols .col-sm-1,
    .seven-cols .col-lg-1 {
      width: 14.285714285714285714285714285714%;
      *width: 14.285714285714285714285714285714%;
    }
  }


  .ajax-file-upload-statusbar {
    border: 1px solid #0ba1b5;
    /*margin-top: 10px;*/
    width: 420px;
    /*margin-right: 10px;*/
    /*margin: 5px;*/
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding: 5px;
    }

    .ajax-file-upload-filename {
    width: 300px;
    height: auto;
    margin: 0 5px 5px 0px;

    }

    .ajax-file-upload-filesize {
    width: 50px;
    height: auto;
    margin: 0 5px 5px 0px;
    display: inline-block;
    vertical-align:middle;
    }
    .ajax-file-upload-progress {
    margin: 5px 10px 5px 0px;
    position: relative;
    width: 100%;
    border: 1px solid #ddd;
    padding: 1px;
    border-radius: 3px;
    display: inline-block;
    color:#FFFFFF;

    }
    .ajax-file-upload-bar {
    background-color: #0ba1b5;
    width: 0;
    height: 20px;
    border-radius: 3px;
    color:#FFFFFF;

    }
    .ajax-file-upload-percent {
    position: absolute;
    display: inline-block;
    top: 3px;
    left: 48%
    }
    .ajax-file-upload-red {
    -moz-box-shadow: inset 0 39px 0 -24px #e67a73;
    -webkit-box-shadow: inset 0 39px 0 -24px #e67a73;
    box-shadow: inset 0 39px 0 -24px #e67a73;
    background-color: #e4685d;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    display: inline-block;
    color: #fff;
    font-family: arial;
    font-size: 13px;
    font-weight: normal;
    padding: 4px 15px;
    text-decoration: none;
    text-shadow: 0 1px 0 #b23e35;
    cursor: pointer;
    vertical-align: top;
    margin: 5px 10px 5px 0px;
    }
    .ajax-file-upload-green {
    background-color: #77b55a;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    margin: 0;
    padding: 0;
    display: inline-block;
    color: #fff;
    font-family: arial;
    font-size: 13px;
    font-weight: normal;
    padding: 4px 15px;
    text-decoration: none;
    cursor: pointer;
    text-shadow: 0 1px 0 #5b8a3c;
    vertical-align: top;
    margin: 5px 10px 5px 0px;
    }
    .ajax-file-upload {
      padding: 15px 20px;
      margin-right: 5px;
      cursor:pointer;
      display: inline-block;
      background: #fff;
      border: 1px solid #e8e8e8;
      color: #888;
      text-decoration: none;
      border-radius: 3px;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      -moz-box-shadow: 0 2px 0 0 #e8e8e8;
      -webkit-box-shadow: 0 2px 0 0 #e8e8e8;
      box-shadow: 0 2px 0 0 #e8e8e8;
      padding: 3px;
      color: #fff;
      background: #2f8ab9;
      border: none;
      -moz-box-shadow: 0 2px 0 0 #13648d;
      -webkit-box-shadow: 0 2px 0 0 #13648d;
      box-shadow: 0 2px 0 0 #13648d;
      vertical-align: middle;
      }

    .ajax-file-upload:hover {
          background: #3396c9;
          -moz-box-shadow: 0 2px 0 0 #15719f;
          -webkit-box-shadow: 0 2px 0 0 #15719f;
          box-shadow: 0 2px 0 0 #15719f;
    }

    .ajax-upload-dragdrop
    {

      border:1px solid #ced4da;
      width:100% !important;
      color: #DADCE3;
      text-align:left;
      vertical-align:middle;
      padding:.25rem .5rem;
      border-radius: .2rem;
    }

    .state-hover
    {
        border:2px solid #A5A5C7;
    }
    .ajax-file-upload-container
    {
      margin:0px;
    }

    .portfolio-menu{
        text-align:center;
    }
    .portfolio-menu ul li{
        display:inline-block;
        margin:0;
        list-style:none;
        padding:10px 15px;
        cursor:pointer;
        -webkit-transition:all 05s ease;
        -moz-transition:all 05s ease;
        -ms-transition:all 05s ease;
        -o-transition:all 05s ease;
        transition:all .5s ease;
    }

    .portfolio-item .item{
        /*width:303px;*/
        float:left;
        margin-bottom:10px;
    }
    .pointer
    {
        cursor:pointer;
    }

    .popover {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1060;
        display: block;
        max-width: 276px;
        font-family: "Nunito", sans-serif;
        font-style: normal;
        font-weight: 400;
        line-height: 1.6;
        text-align: left;
        text-align: start;
        text-decoration: none;
        text-shadow: none;
        text-transform: none;
        letter-spacing: normal;
        word-break: normal;
        word-spacing: normal;
        white-space: normal;
        line-break: auto;
        font-size: 0.7875rem;
        word-wrap: break-word;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid rgba(0, 0, 0, 0.2);
        border-radius: 0.3rem;
      }

      .popover .arrow {
        position: absolute;
        display: block;
        width: 1rem;
        height: 0.5rem;
        margin: 0 0.3rem;
      }

      .popover .arrow::before,
      .popover .arrow::after {
        position: absolute;
        display: block;
        content: "";
        border-color: transparent;
        border-style: solid;
      }

      .fancybox-content img
{
    max-width: 100% !important;
}


.scroll-spy-side-menu {
    position: fixed;
    left: 20px;
    top: 0;
    bottom: 0;
    width: 250px;
    height: 100%;
    display: table;
  }

  .scroll-spy-side-menu nav {
    display: table-cell;
    vertical-align: middle;

  }

  .scroll-spy-side-menu li {
    padding: 4px 0;
    font-size: 16px;
    /* line-height: 20px; */
    list-style-type: none;
    display: table;
    vertical-align: middle ;
  }

  .scroll-spy-side-menu a {
    /* display: block; */
    /* position: relative; */
    color:#009EF7 !important;
    text-decoration: none;
    white-space: nowrap;
    text-align: left;
    vertical-align: middle;

  }

  .scroll-spy-side-menu a:after {
    float: left;
    margin-top: 4px;
    margin-right: 15px;
    left: 1px;
    color:#009EF7;
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 3px solid rgba(0,0,0,.125);
    -webkit-transition: 0.2s;
            transition: 0.2s;
  }


  .scroll-spy-side-menu span {
    display: block;
    position: absolute;
    left: 32px;
    -webkit-transition: 0.2s;
            transition: 0.2s;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translate3d(30px, 0, 0);
        -ms-transform: translate3d(30px, 0, 0);
         -o-transform: translate3d(30px, 0, 0);
            transform: translate3d(30px, 0, 0);
  }

  .scroll-spy-side-menu .active a:after {
    background: #1363c6 ;
  }

  .scroll-spy-side-menu .active span {
    color: #009EF7;
    visibility: visible;
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
.ck5_container p,
.ck5_container h1,
.ck5_container h2,
.ck5_container h3,
.ck5_container h4{
    padding: 0px;
    margin: 0px;
}
.ck5_container .table > :not(caption) > * > * {
    border: 0px;
    /* margin: 0px; */
}

.ck5_container .table td{
    padding: 15px;
    margin: 0px;
}
