/*Write your custom css in this file.*/

.quiz-single-title.translate_quiz_title { height: 60px;
    overflow: scroll; }
#headerMenuCollapse ul.navbar-nav.nav.nav-tabs {
  margin: 0 0 0 auto;
}
.mini_height_150{ min-height: 150px; }
div#quiz_all_in_one_modal .modal-dialog { max-width: 80% !important; min-width: 80% !important; }
.running_quiz_question_form textarea.running_quiz_question {width: 100% !important;}

.note-editor.note-airframe, .note-editor.note-frame .note-toolbar.card-header { display: unset; }

#headerMenuCollapse ul.navbar-nav.nav.nav-tabs {
  margin: 0 0 0 auto;
}
div#quiz_all_in_one_modal .modal-dialog { max-width: 80% !important; min-width: 80% !important; }
.running_quiz_question_form textarea.running_quiz_question {width: 100% !important;}
.theme-dark .header,
.theme-dark .footer,
.theme-dark .card {
  background: rgb(30, 30, 38);
  color: #9aa0ac;
}

.theme-dark body,
.theme-dark .selectgroup-input:checked+.selectgroup-button,
.theme-dark .form-control {
  background: #262834;
}
.theme-dark body button#menu_togle_btn{ color: #fff; }
.history_page ul.pagination {
  float: right;
}
.theme-dark body .bg-white{ background-color: rgb(30, 30, 38) !important; }
.questions_img img.image { width: fit-content;margin-bottom: 20px;}
/* The switch - the box around the slider */

.switch {
  position: relative;
  display: inline-block;
  width: 27px;
  height: 5px;
}
.img_thumb {
    width: 40px;
    height: 40px;
    object-fit: contain;
    right: 20px;
    top: 20px;
    position: absolute;
}

#background{
    position:absolute;
    z-index:0;
    
    display:block;
    min-height:50%; 
    min-width:50%;
    color:yellow;
}
.font-increase-btn
{
  float: left;
}
.font_size_increase
{
    font-size: 12px;
    background-color: red;
    color: #ffffff;
    padding: 0px 3px;
    display: inline-block;
}
.font_size_decrease
{
    font-size: 12px;
    background-color: #d0a796;
    color: #ffffff;
    padding: 0px 3px;
    display: inline-block;
}
.font_size_reset
{
    font-size: 12px;
    background-color: #7f67bb;
    color: #ffffff;
    padding: 0px 3px;
    display: inline-block;
}

.text-defaultt
{
  font-size: 20px;
}
#content{
    /*position:absolute;*/
    z-index:1;
}

#bg-text
{
    color:lightgrey;
    font-size:120px;
    transform:rotate(300deg);
    -webkit-transform:rotate(300deg);
}

/* Hide default HTML checkbox */

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.required {
  color: red;
}

/* The slider */

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 25px;
  width: 25px;
  left: 0px;
  bottom: 4px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  box-shadow: 0 0px 15px #2020203d;
  background: #262834 url("https://i.ibb.co/FxzBYR9/night.png");
  background-repeat: no-repeat;
  background-position: center;
}

input:checked+.slider {
  background-color: #2196f3;
}

input:focus+.slider {
  box-shadow: 0 0 1px #2196f3;
}

input:checked+.slider:before {
  -webkit-transform: translateX(3px);
  -ms-transform: translateX(3px);
  transform: translateX(3px);
  background: white url("../../../images/sunny.png");
  background-repeat: no-repeat;
  background-position: center;
}

body .no_underline { text-decoration: none !important;outline: none ; }
body .no_underline:hover { text-decoration: none!important; outline: none ;}
body .no_underline:focus { text-decoration: none!important; outline: none ; }

/* Rounded sliders */

.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

body .no_decerotaion {
  text-decoration: none;
}

body .no_decerotaion:hover {
  text-decoration: none;
}

.home_page img.category_img {
  width: 60px;
  height: 60px;
  object-fit: contain;
}

body .btn-purple {
  color: #fff;
  background-color: #a55eea !important;
  border-color: #a55eea !important;
}

.top_header_onfo ul#session-language-dropdown li a {
  width: 100%;
  display: inline-flex;
  margin-left: 25px;
  padding: 5px;
}

.top_header_onfo ul#session-language-dropdown {
  list-style: none;
}

.top_header_onfo .session-lang-dropdown {
  margin: 0px;
  list-style: none;
  padding: 0;
}

.top_header_onfo .session-lang-dropdown #session-language {
  margin: 0px;
}

.top_header_onfo ul#session-language-dropdown li a .selected-session-language {
  position: absolute;
  right: 20px;
  margin-top: 5px;
}

table.result_table tr li {
  max-width: 200px;
}

body .custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

.top-bar{
  background: #6c5ce7;
  background-image: linear-gradient(-90deg, #0DA692, #6c5ce7);
  padding: 3px 3px;
}

.top-bar .top-bar-left {
  float: left;
}
.top-bar .top-bar-right {
  float: right;
}
.top-bar .top-bar-right > ul > li {
  padding: 0;
  margin: 0;
  position: relative;
}
.top-bar .top-bar-right > ul > li + li {
  padding: 0 0 0 10px;
  margin: 0 0 0 9px;
}
.overall-performance h1{
  font-size:18px;
}
.performance-inner{
  margin-top: 40px;
}
.overall-performance .col-xs-2{
    background:#00f;
    color:#FFF;
}
.overall-performance .col-half-offset{
    margin-left:4.166666667%
}
.performance-main{
  width: 100%;
  display: inline-block;
  position: relative;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.03);
  background-color: #fff;
  border-radius: 3px;
  border: none;
}
.performance-icon{
  
  color:#ffffff;
  padding: 10px 10px;
  width: 50px;
  text-align: center;
  border-radius: 5px;
  float: left;
  position: absolute;
  top: -22px;
  left: 10px;
}
.performance-text{
  float: right;
  margin: 30px 10px;
}
body .custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #dee2e6;
}

body .custom-checkbox .custom-control-input:checked~.custom-control-label.wrong_check::before {
  background-color: red;
}
body.rtl_language{
  direction: rtl;
  text-align: right; 
}
.rtl-icon{
  float: right;
}
.level-star{
  color:#92a2aa;
}
.gold-star{
  color:#db7930;
}

/*****************************************************************************************************
************************************* RTL LANGUAGE CSS ***********************************************
/*****************************************************************************************************/

.rtl_language .latest_products_cart a.add_fav_product_btn {
  direction: rtl;
  text-align: right;
  left: 0;
}

.rtl_language .owl-carousel,
.rtl_language .bx-wrapper {
  direction: ltr;
}

.rtl_language .owl-carousel .owl-item {
  direction: rtl;
}

.rtl_language .comapre_products.bg-white.p-2 {
  right: auto;
  left: 0px;
}

.rtl_language a#btt-button {
  left: 30px;
  right: auto;
}

.rtl_language .filter_listing .container-pad .width_100 a#clear_all {
  margin-right: 3px !important;
  margin-left: 8px !important;
}


/*****************************************************************************************************
************************************* END RTL LANGUAGE CSS ********************************************
/*****************************************************************************************************/


/*****************************************************************************************************
************************************* MING HOVER CSS ***********************************************
/*****************************************************************************************************/

.home_page .grid figure {
  width: 100%;
  height: 230px;
  z-index: 1;
}
.effect-ming img{
  width: 100%;
}

/*****************************************************************************************************
************************************* END MING HOVER CSS ***********************************************
/*****************************************************************************************************/

.quiz-image {
  min-height: 200px;
}

.number-question {
  margin: 0px;
  padding: 0px;
}

.number-question li {
  list-style-type: none;
  display: inline-block;
  padding-right: 10px;
  color: #65605c;
}

.quiz-end .card-footer {
  padding: 0px 0px;
}

.custom-title {
  min-height: 65px;
}

.header-brand-img {
  height: 5rem;
}

.header_margin_padding .card.p-3:hover {
  box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.4);
  transition: box-shadow 0.9s ease-in-out;
}

.btn-primary {
  color: #fff;
  background-color: #7f67bb;
  border-color: #7f67bb;
}

.btn-primary:hover {
  color: #fff;
  background-color: #725ca8;
  border-color: #655295;
}

.btn-secondary {
  color: #fff;
  background-color: #bb7f67;
  border-color: rgba(0, 40, 100, 0.12);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.05);
}

.btn-secondary:hover {
  color: #495057;
  background-color: #f6f6f6;
  border-color: rgba(0, 20, 49, 0.12);
}

.footer .column_1 {
  padding: 10px;
}

.footer .column_1 .img_content {
  border-bottom: 1px dotted;
  padding-bottom: 10px;
}

.footer .column_1 .img_content img.field_img {
  height: 5rem;
}

.Footer_section_2,
.Footer_section_3,
.Footer_section_4 {
  padding: 30px;
}

.footer .Footer_section_2 .colum_link_section_2 {
  padding: 10px;
}

.footer .Footer_section_2 .colum_link_section_2 .link_section_2 {
  color: #d7c7c7;
  text-decoration: none;
}

.footer .Footer_section_3 .colum_link_section_3 {
  padding: 10px;
}

.footer a:not(.btn) {
  color: #cacccf;
}

.footer .Footer_section_3 .colum_link_section_3 .link_section_3 {
  color: #d7c7c7;
  text-decoration: none;
}

.footer .Footer_section_4 ul.social-network.social-circle {
  display: inline-flex;
  list-style: none;
  padding: 0;
}

.footer .Footer_section_4 ul.social-network.social-circle li {
  padding: 10px;
  font-size: 2rem;
}

.footer h4.text_heading {
  font-size: 1.2rem;
  font-weight: 700;
  color: rgb(255, 255, 255);
}

.copyright_footer {
  color: #d7c7c7;
}

.footer {
  background: #16222a;
  background: -webkit-linear-gradient(59deg, #3a6073, #16222a);
  background: linear-gradient(59deg, #3a6073, #16222a);
  color: white;
}

.navigation-wrap {
  
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.start-header {
  opacity: 1;
  transform: translateY(0);
  padding: 10px 0;
  box-shadow: 0 10px 30px 0 rgba(138, 155, 165, 0.15);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  position: relative;
  z-index: 9;
}

.start-header.scroll-on {
  box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
  padding: 5px 0 !important;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  z-index: 11;
}

.my-3.my-md-5.header_margin_padding {
  margin-top: 110px !important;
  margin-bottom: 30px !important;
}

.timer h3.text-primary.timerrr {
  text-align: right;
  float: right;
}

.timer .jst-hours {
  float: left;
}

.timer .jst-minutes {
  float: left;
}

.timer .jst-seconds {
  float: left;
}

.timer .jst-clearDiv {
  clear: both;
}

.notytimerrr.text-primary.timerrr {
  text-align: right;
  float: right;
}

.noty_body i {
  font-size: 30px;
  position: absolute;
  left: 10px;
  top: 9px;
}

.notytimerrr {
  margin: 0 auto;
  display: inline-block;
  font-size: 30px;
  font-weight: bold;
}

.notytimerrr .jst-hours,
.notytimerrr .jst-minutes,
.notytimerrr .jst-seconds {
  float: left;
}

.notytimerrr .jst-clearDiv {
  clear: both;
}

.bodyTimeoutBackground {
  background: white;
}

.timeout {
  color: red;
  -webkit-animation-name: blinker;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: cubic-bezier(1, 0, 0, 1);
  -webkit-animation-duration: 1s;
}

@-webkit-keyframes blinker {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

#back-to-top-button {
  display: inline-block;
  background-color: #7f67bb;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}

#back-to-top-button i {
  font-size: 2em;
  line-height: 50px;
  color: #fff;
}

#back-to-top-button:hover {
  cursor: pointer;
  background-color: #333;
}

#back-to-top-button:active {
  background-color: #555;
}

#back-to-top-button.show {
  opacity: 1;
  visibility: visible;
}

.text-white-im {
  color: #fff !important;
  z-index: 9;
}

body {
  font-family: "Work Sans", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Quicksand", serif;
  font-weight: 700;
}


/*Use following shadow for heading:*/


/*
color: rgba(255,255,255,0.6); / for dark theme / 
color: rgba(0,0,0,0.6); / for light theme / */


/*text-shadow: 2px 2px 3px rgba(0,0,0,0.5);*/

.testimonial-section {
  padding: 50px 20px 20px 20px;
  border-radius: 0px;
}

.testimonials {
  text-align: center;
  width: 1118px;
  margin: 0 auto;
}

.testimonial {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}



.testimonial .details span {
  display: inline-block;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  color: #dadada;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 1px;
  line-height: 21px;
  text-align: center;
}

.testimonial p {
  max-width: 770px;
  margin: 0 auto;
  text-align: center;
  color: #eceef4;
  font-family: Gibson;
  font-size: 24px;
  font-style: italic;
  font-weight: 300;
  line-height: 48px;
  text-align: center;
  margin-bottom: 45px;
}

.testimonial img {
  text-align: center;
  height: 80px;
  margin: 0 auto;
  margin-bottom: 10px;
  border-radius: 50%;
  border: solid 3px #fff;
}

.slick-next,
.slick-prev {
  width: 64px !important;
  height: 64px !important;
}

.modal {
  z-index: 99999999;
}

hr {
  border: 0;
  height: 1px;
  background-image: -webkit-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -moz-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -ms-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -o-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
}

h2.heading {
  color: rgba(0, 0, 0, 0.6);
  /*/ for light theme /*/
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
  margin-top: 20px;
}

.theme-dark h2.heading {
  color: rgba(255, 255, 255, 0.6);
  /*/ for dark theme / */
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
}

.theme-dark .testimonial-reel .box .test-component {
  color: #fff;
  background-color: #000;
}

.theme-dark .testimonial-reel .box .test-component p {
  color: #fff;
}

.theme-dark .container.content_page {
  color: #b6b2b2;
}

.theme-dark table {
  background-color: #0b0b0b;
  color: #fff;
}

.theme-dark .table100 .table100-body tr:nth-child(even) {
  background-color: #000 !important;
  color: #fff !important;
}

.theme-dark tr.row100.head th.cell100 {
  background-color: #2c2c2c;
}

h2.content_page_title {
  position: relative;
  top: 50px;
  background-color: rgba(45, 46, 46, 0.46);
  padding: 10px;
  border-radius: 4px;
  color: #fff;
  text-transform: capitalize;
}

.mobile-view{
  display: none;
}
.user-image img {
    width: 45px;
    height: 45px;
    border-radius: 100%;
}
.comment-text{
  display: inline-block;
  padding-right: 10px;
}
.thumbs-up{
  cursor: pointer;
  display: inline-block;
}
.review-like {
    color: #7f67bb;
}
.review-not-visit {
    color: #000000;
}
.blog-page figure.effect-ming{
  max-width: 100%;
  min-width: 100%;
}
.blog-page figure.effect-ming img {
    width: 100%;
    height: 207px;
}
.blog-author a{
  font-size: 11px;
  color:inherit;
}
.blog-category-heading{
  font-size: 18px;
  font-weight: bold;
}
.blog-category-inner{
  border:solid 1px #8c8b8b;
}
.category-name{
  color:inherit;
  font-size: 14px;
  padding: 0px 10px;
}
/* for normal theme*/
div.question-area textarea {
    overflow-y: hidden; /* prevents scroll bar flash */
    padding: 1em; /* prevents text jump on Enter keypress */
    max-width: 100%;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
  border-radius:3px;
  border:1px solid #F7E98D;
  transition:box-shadow 0.5s ease;
  box-shadow:0 4px 6px rgba(0,0,0,0.1);
  background:linear-gradient(#F9EFAF, #F7E98D);
  background:-o-linear-gradient(#F9EFAF, #F7E98D);
  background:-ms-linear-gradient(#F9EFAF, #F7E98D);
  background:-moz-linear-gradient(#F9EFAF, #F7E98D);
  background:-webkit-linear-gradient(#F9EFAF, #F7E98D);
}
div.solution-area textarea {
    overflow-y: hidden; /* prevents scroll bar flash */
    padding: 1em; /* prevents text jump on Enter keypress */
    max-width: 100%;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
  border-radius:3px;
  border: 1px solid #d0f78d;
  transition:box-shadow 0.5s ease;
  box-shadow:0 4px 6px rgba(0,0,0,0.1);
  background:linear-gradient(#def9af, #d0f78d);
  background:-o-linear-gradient(#def9af, #d0f78d);
  background:-ms-linear-gradient(#def9af, #d0f78d);
  background:-moz-linear-gradient(#def9af, #d0f78d);
  background:-webkit-linear-gradient(#def9af, #d0f78d);
}
/* end normal theme*/
/* dark theme */
.theme-dark div.question-area textarea {
    overflow-y: hidden; /* prevents scroll bar flash */
    padding: 1em; /* prevents text jump on Enter keypress */
    max-width: 100%;
    color: #fff;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
  border-radius:3px;
  border:1px solid #312f23;
  transition:box-shadow 0.5s ease;
  box-shadow:0 4px 6px rgba(0,0,0,0.1);
  background:linear-gradient(#312e1c, #312f23);
  background:-o-linear-gradient(#312e1c, #312f23);
  background:-ms-linear-gradient(#312e1c, #312f23);
  background:-moz-linear-gradient(#312e1c, #312f23);
  background:-webkit-linear-gradient(#312e1c, #312f23);
}
.theme-dark div.solution-area textarea {
    overflow-y: hidden; /* prevents scroll bar flash */
    padding: 1em; /* prevents text jump on Enter keypress */
    max-width: 100%;
    color: #fff;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
  border-radius:3px;
  border:1px solid #29311c;
  transition:box-shadow 0.5s ease;
  box-shadow:0 4px 6px rgba(0,0,0,0.1);
  background:linear-gradient(#2c3123, #29311c);
  background:-o-linear-gradient(#2c3123, #29311c);
  background:-ms-linear-gradient(#2c3123, #29311c);
  background:-moz-linear-gradient(#2c3123, #29311c);
  background:-webkit-linear-gradient(#2c3123, #29311c);
}

.pricingTable{
    background: #fff;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    padding: 30px 30px 70px;
    border-radius: 10px;
    box-shadow: 0 0 15px -8px rgba(0,0,0,0.5);
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.pricingTable:before,
.pricingTable:after{
    content: "";
    background-color: #F4F5F9;
    width: 400px;
    height: 400px;
    border-radius: 50%;
    position: absolute;
    top: -213px;
    right: -213px;
    z-index: -1;
}
.pricingTable:after{
    background-color: #FE5F85;
    height: 300px;
    width: 300px;
    top: auto;
    bottom: -210px;
    right: auto;
    left: -160px;
}
.pricingTable .title{
    color: #1A2A3A;
    font-size: 33px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 20px;
}
.pricingTable .title:before{
    content: "";
    background-color: #1A2A3A;
    width: 65px;
    height: 3px;
    margin: 0 auto 20px;
    display: block;
    clear: both;
}
.pricingTable .price-value{
    color: #fff;
    background-color: #FE5F85;
    width: 160px;
    height: 160px;
    padding: 57px 0 0;
    margin: 0 auto 25px;
    border-radius: 50%;
}
.pricingTable .price-value .currency{
    font-size: 25px;
    font-weight: 300;
    line-height: 35px;
    vertical-align: top;
    display: inline-block;
}
.pricingTable .price-value .amount{
    font-size: 35px;
    font-weight: 700;
    line-height: 37px;
    display: inline-block;
}
.pricingTable .price-value .duration{
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 1px;
    margin: 0 0 0 -5px;
    display: inline-block;
}
.pricingTable .pricing-content{
    padding: 0;
    margin: 0 0 25px;
    list-style: none;
    display: inline-block;
}
.pricingTable .pricing-content li{
    color: #888;
    font-size: 15px;
    font-weight: 500;
    text-align: left;
    padding: 0 0 0 35px;
    margin: 0 0 20px;
    position: relative;
}
.pricingTable .pricing-content li:last-child{ margin: 0; }
.pricingTable .pricing-content li:before{
    content: "\f00c";
    color: #fff;
    background-color: #FE5F85;
    font-family: "Font Awesome 5 Free";
    font-size: 13px;
    font-weight: 900;
    text-align: center;
    line-height: 20px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    position: absolute;
    top: 1px;
    left: 0;
}
.pricingTable-signup
{
  float: left;
}
.pricingTable-signup-view a
{
    background-color: #00CCFF;
    color: #ffffff;
    float: right;
    padding: 5px 10px;
    border-radius: 15px;
    font-size: 20px;
}

.pricingTable-signup-view a:hover
{
  background-color: transparent;
  border:solid 1px #00CCFF;
  color:#00CCFF;
}

.pricingTable .pricingTable-signup a{
    color: #fff;
    background-color: #FE5F85;
    font-size: 22px;
    font-weight: 400;
    text-transform: uppercase;
    width: 140px;
    padding: 3px 10px;
    margin: 0 auto;
    border-radius: 15px;
    border: 2px solid transparent;
    display: block;
    transition: all 0.3s ease 0s;
}
.pricingTable .pricingTable-signup a:hover{
    color: #FE5F85;
    background-color: transparent;
    border-color: #FE5F85;
}
.pricingTable.blue:after{ background-color: #00CCFF; }
.pricingTable.blue .price-value{ background-color: #00CCFF; }
.pricingTable.blue .pricing-content li:before{ background-color: #00CCFF; }
.pricingTable.blue .pricingTable-signup a{ background-color: #00CCFF; }
.pricingTable.blue .pricingTable-signup a:hover{
    color: #00CCFF;
    background-color: transparent;
    border-color: #00CCFF;
}

@media only screen and (max-width: 915px) {
  .container.home_page .sponsers {
    width: 90%;
  }
  .testimonial-section .testimonials {
    width: 90%;
    margin: 0 auto;
  }
  .pricingTable{ margin-bottom: 30px; }
}

@media only screen and (max-width: 768px) {
  .helpitems
  {
    display: none;
  }
  .mobile-view{
    width: 100%;
    text-align: center;
    display: block;
    margin-bottom: 10px;
    padding-bottom: 50px;
  } 
  .mobile-view a{
    color:#ffffff;
    padding-right: 10px;
    display: inline-block;
  }
  .mobile-view a i{
    padding-right: 4px;
  }
  .card:hover .thumb-cover, .card:hover .actions {
    opacity: 0 !important;
  }
  .card:hover .actions {
    opacity: 0;
    display: none;
  }
  .table100-head table thead tr.row100.head th.cell100 {
    font-size: 13px;
  }
  body .ps{
    overflow: auto !important;
  }
  .card-options{
    display: block;
  }
  .next-previous-main{
    float: left;
    margin-bottom: 10px;
  }
  .answer_given{
    float: right;
    font-size: 11px;
    margin-bottom: 10px;
  }
  .mobile-table{
    overflow-x: scroll !important;
  }
  .compatible-mobile-view{
    margin-top:3px !important;
    margin-bottom: 3px !important;
  }
  .compatible-mobile-h2{
    font-size: 16px;
  }
  .previous_btn_compatible{
    font-size: 8px;
  }
  .card_footer_compatible
  {
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 3px;
    padding-bottom: 3px;
  }
  body img.quiz_user_image
  {
    height: 20px;
    width: 20px;
  }
  .quiz-title {
    width: 100%;
    font-size: 20px;
  }
  body .detail_page_header_abslute_sidebar .sidebar_box
  {
    min-width: 70px;
  }
  
}


.required {
  color: red;
}


.has-error.captch_error {
  border: 1px solid #e74a25;
  box-shadow: none !important;
}

.form-error {
  color: red;
}

.has-error .form-control {
  border-color: #e74a25;
  box-shadow: none !important;
}

.has-error .form-control {
  border-bottom: 1px solid #e74a25;
}

.has-warning .form-control {
  border-bottom: 1px solid #ffb136;
}

.has-error label {
  color: #e74a25;
}

.has-error .form-error {
  color: #e74a25;
}
.form-group.has-error label { color: red; }
.g-recaptcha.m-auto >div { margin: auto; width: -webkit-fill-available !important; }


.all_categories figure.effect-ming img { height: 220px; width: 100%; }


.category_data_section .grid { display: unset !important; margin: 0 auto !important; position: unset; }



@media only screen and (max-width: 575px) {
  .category_data_section .grid figure {  height: 250px; }
}
@media only screen and (max-width: 400px) {
  .category_data_section .grid figure {  height: 200px; }
}
.blog_post_icons { position: absolute; width: 100%; top: 20px; z-index: 999999; }
.sub_category_data_section figure.effect-ming { width: 100%; height: 230px; z-index: 1; }
.sub_category_data_section figure.effect-ming img { height: inherit; }
..grid figure img{ height: inherit; }
body .advertisment_image_on_front { object-fit: cover; }
body .detail_page_header { position: relative; }
body .detail_page_header_abslute { position: absolute; top: 0; background: rgb(193 142 68 / 68%); border-radius: 5px; }
.detail_page_header_img { object-fit: inherit; border-radius: 5px; height: 345px; display: flex; margin: 0 auto; }
body img.quiz_user_image { height: 70px; width: 70px; border-radius: 50%; padding: 2px; border: 3px solid #fff; }
body .detail_page_header_sidebar { position: relative; }
body .detail_page_header_sidebar .detail_page_header_abslute_sidebar {max-width: 140px; position: absolute; top: 0; width: 100%; right: 0; z-index: 99999;}
body .detail_page_header_abslute_sidebar i { font-size: 25px; }
body .detail_page_header_abslute_sidebar .sidebar_box { min-width: 100px; z-index: 9; }
body .detail_page_header_abslute_sidebar .sidebar_box .a{ z-index: 9; cursor: pointer; }
body .detail_page_header_abslute_sidebar .sidebar_box.a{ z-index: 9; cursor: pointer !important; }
body .detail_page_header_abslute_sidebar p.sidebar_box { z-index: 9; cursor: auto !important; }
ul.social_detail_page.d-flex { list-style: none;  }
ul.social_detail_page.d-flex li a:hover { text-decoration: none!important; }
ul.social_detail_page.d-flex li a { text-decoration: none!important; }
ul.social_detail_page.d-flex li { font-size: 20px; margin-right: 5px; color: #fff; text-decoration: none !important; }
body .detail_page_header_abslute .badge { font-size: 11px; }
body .share_icon_detail_page { position: relative; }
body .share_icon_detail_page .share_box { position: relative; }
body .share_icon_detail_page .share_box { position: absolute; bottom: 0; }
body .detail_page_header_abslute_sidebar .sidebar_box { background-color: rgb(4 4 4 / 47%); opacity: 0.8; }
body .detail_page_header_abslute_sidebar .sidebar_box i{ color: #fff; }
body .detail_page_header_abslute_sidebar .sidebar_box span{ color: #fff; }
body .detail_page_header_abslute_sidebar .sidebar_box label{ color: #fff; }

body .detail_page_header_abslute_sidebar .sidebar_box:hover i{ color: #000; }
body .detail_page_header_abslute_sidebar .sidebar_box:hover span{ color: #000; }
body .detail_page_header_abslute_sidebar .sidebar_box:hover label{ color: #000; }
body .detail_page_header_abslute_sidebar .sidebar_box:hover i.text-white{ color: #000 !important; }
body .detail_page_header_abslute_sidebar .sidebar_box:hover span.text-white{ color: #000 !important; }

body .detail_page_header_abslute_sidebar .sidebar_box:focus i{ color: #000; }
body .detail_page_header_abslute_sidebar .sidebar_box:focus span{ color: #000; }
body .detail_page_header_abslute_sidebar .sidebar_box:focus label{ color: #000; }
body .detail_page_header_abslute_sidebar .sidebar_box:focus i.text-white{ color: #000 !important; }
body .detail_page_header_abslute_sidebar .sidebar_box:focus span.text-white{ color: #000 !important; }

body .detail_page_header_abslute_sidebar .sidebar_box:active i{ color: #000; }
body .detail_page_header_abslute_sidebar .sidebar_box:active span{ color: #000; }
body .detail_page_header_abslute_sidebar .sidebar_box:active label{ color: #000; }
body .detail_page_header_abslute_sidebar .sidebar_box:active i.text-white{ color: #000 !important; }
body .detail_page_header_abslute_sidebar .sidebar_box:active span.text-white{ color: #000 !important; }
.studay_section_data div.accordion { overflow-y: scroll; overflow-x: hidden; }
.fixed_header { position: fixed; top:0; left:0; width: 100%; z-index: 999; }
@media only screen and (max-width: 991px) {
  .category_data_section .grid figure {  height: 160px; }
  .category_data_section h2.category_name { word-break: break-word; font-size: inherit; }
  .testimonial p {font-size: inherit;}
  body img.quiz_user_image
  {
    height: 20px;
    width: 20px;
  }
  .quiz-title {
    width: 100%;
    font-size: 20px;
  }
  body .detail_page_header_abslute_sidebar .sidebar_box
  {
    min-width: 70px;
  }
}

select.serch_selection { display: block; width: 100%; padding: 0.375rem 0.75rem; font-size: 0.9375rem; line-height: 1.6; color: initial; background-color: #fff; background-clip: padding-box; border: 1px solid rgba(0, 40, 100, 0.12) !important; border-radius: 30px; transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; border-top-right-radius: 0; border-bottom-right-radius: 0;height: 40px; text-decoration: none; outline: none; }
select.serch_selection:focus{ text-decoration: none;outline: none; }
select.serch_selection:active{ text-decoration: none;outline: none; }
input#serchbar { display: block; width: 100%; padding: 0.375rem 0.75rem; font-size: 0.9375rem; line-height: 1.6; color: initial; background-color: #fff; background-clip: padding-box; border: 1px solid rgba(0, 40, 100, 0.12) !important; border-radius: 30px; transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; border-bottom-left-radius: 0px;  border-top-left-radius: 0px;height: 40px; text-decoration: none;outline: none; }

input#serchbar:focus{ text-decoration: none; outline: none;}
input#serchbar:active{ text-decoration: none;outline: none; }

button#header_serch_submit:focus{ text-decoration: none; outline: none;}
button#header_serch_submit:active{ text-decoration: none;outline: none; }
button#header_serch_submit{ border-bottom-right-radius: 20px;border-top-right-radius: 20px; height: 40px; text-decoration: none; outline: none; }

.container-fluid.sticky_top .input-group-append.search_box { position: absolute; right: 0; }

.page-main { -webkit-transition: all 0.5s ease; -moz-transition: position 10s; -ms-transition: position 10s; -o-transition: position 10s; transition: all 0.5s ease; }
.fixed_header{ animation: smoothScroll 1s forwards; }
.mobile_nav_bar_button{ display: none; }
@keyframes smoothScroll {
  0% {
    transform: translateY(-40px);
  }
  100% {
    transform: translateY(0px);
  }
}


@media only screen and (max-width: 767px) {
  body .sticky_top .before_togle_menu_width{ width: 100%; flex: 0 0 100%; max-width: 100%; }
}
@media only screen and (max-width: 769px) {
  .sticky_top .navbar.navbar-expand-lg {  text-align: right; margin-left: auto; }
  .sticky_top .navbar.navbar-expand-lg ul.navbar-nav.nav.nav-tabs.navbar-right.ml-auto.border-0 { display: contents; }

}
.display_on_mobile_only{ display: none; }
.display_on_mobile_only{ display: none; }
@media only screen and (max-width: 992px) {
  #headerMenuCollapse .switch { display: block; }
  .sticky_top .before_togle_menu_width{ width: 60%; flex: 0 0 60%; max-width: 60%; }
  .theme_or_profile_section { display: none; }
  body .display_on_mobile_only{ display: block; }
  body .mobile_nav_bar_button{ display: block; }
  body .navbar-toggler:not(:disabled):not(.disabled) { cursor: pointer;  position: relative; top: unset; right: unset;}
.detail_page_header_abslute h1.text-uppercase.text-white.text-center.display-6 { font-size: large; }
.navbar-nav .dropdown-menu { position: absolute; float: none; }
.sticky_top .col-xs-4 { width: 33.33%; }
}

@media only screen and (max-width: 769px) {
  body .navbar-toggler:not(:disabled):not(.disabled) { cursor: pointer; position: relative;  top: unset; right: unset;}
.detail_page_header_abslute a { font-size: x-small; }
/*.detail_page_header_abslute .col-12.mb-5.text-center { max-width: 300px; }*/
}

@media screen and (max-width: 769px) and (min-width: 650px) { 
 body .detail_page_header_abslute .row.m-0.p-5 { max-width: 500px; }
}

@media screen and (max-width: 649px) and (min-width: 500px) { 
 body .detail_page_header_abslute .row.m-0.p-5 { max-width: 380px; }

}

@media screen and (max-width: 499px) and (min-width: 300px) { 
 body .detail_page_header_abslute .row.m-0.p-5 { max-width: 250px; }
 .detail_page_header_img { height: 450px; }
 .detail_page_header_abslute a#study_data_contant_btn{ margin-bottom: 5px; }
}


.studay_section_data .studay_contant_view { height: 550px; display: flex; vertical-align: middle; overflow-y: scroll; overflow-x: hidden;}
div[aria-label="Pop-out"] { display: none; } div[aria-label="toolbar"] { width: 52px; }

.dl-menuwrapper { z-index: 12; }

.quiz_running_mark_coorect_block .form-control { display: table; white-space: pre-line; word-break: break-all; }
.form_control_height_auto .form-control { display: table; white-space: pre-line; word-break: break-all; }

@media only screen and (min-width: 768px) {
.padding_zero_for_desktop{ padding-left: 0 !important; }
.padding_zero_for_desktop{ padding-right: 0 !important; }
}

body .quiz_running_mark_coorect_block.text-center { max-height: unset !important; }
.quiz_running_mark_coorect_block span.badge.badge-dark.question_match_index { position: absolute; left: 20px; }

.level_table_section{ box-shadow: inset -6px 1px 14px 0px rgb(0 0 0 / 85%); }
body .header{border-bottom: none;}
body .sticky_top{border-bottom: 1px solid rgba(0, 40, 100, 0.12);}


a.rd-more {
  float: right;
  color: #ffffff;
  background: #1d2c63;
  background: -webkit-gradient(linear, left top, right top, from(#1d2c63), to(#40b1dd));
  background: linear-gradient(to right, #1d2c63 0%, #40b1dd 100%);
  border-radius: 50px;
  padding: 10px 30px;
  font-size: 14px;
  display: flex;
  align-items: center;
}
a.rd-more span {
  float: left;
  margin-right: 10px;
  transition: all 500ms;
}
a.rd-more i {
  float: left;
  position: relative;
  top: 7px;
  transition: all 500ms;
}
a.rd-more i svg {
  float: left;
  width: 24px;
  height: 11px;
  fill: #ffffff;
}
a.rd-more:hover span {
  transform: translateX(15px);
  transition: all 500ms;
}
a.rd-more:hover i {
  transform: translateX(30px);
  opacity: 0;
  transition: all 500ms;
}
@media screen and (max-width: 420px) {
  a.rd-more {
    padding: 10px 15px;
  }
}

/** List **/
.list {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.list li {
  padding-left: 20px;
  position: relative;
  margin-bottom: 10px;
}
.list li:before {
  position: absolute;
  content: "";
  font-family: "LineIcons";
  font-size: 16px;
  top: 0px;
  left: 0px;
  color: #40b1dd;
}

/** Media List **/
.media-list {
  position: relative;
}
.media-list .icon-holder {
  display: block;
  width: 40px;
  height: 40px;
  background: #40b1dd;
  margin-right: 15px;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  border: none !important;
}
.media-list .icon-holder i {
  color: #ffffff !important;
  font-size: 22px;
  line-height: 40px;
}
.media-list .media-body h6 {
  font-size: 16px;
}

/** Unstyled List **/
.unstyled {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.unstyled li {
  margin-bottom: 10px;
}
.unstyled li:last-child {
  margin-bottom: 0px;
}

.inline-list {
  display: flex;
  align-items: center;
  justify-content: center;
}
.inline-list li {
  margin: 0 5px;
}

/** Main Title **/
.main-title {
  position: relative;
}
.main-title h2 {
  font-weight: 700;
}
.main-title h5 {
  font-weight: 300;
  color: #788fa4;
}

/** Short Title **/
.short-title {
  position: relative;
  margin-bottom: 10px;
}
.short-title h5 {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 16px;
  color: #8a9ba8;
}
.short-title span {
  width: 20px;
  height: 3px;
  background: #8a9ba8;
  display: block;
  margin-left: 1px;
  border-radius: 2px;
}
.short-title span::before {
  content: "";
  position: absolute;
  display: block;
  width: 3px;
  height: 3px;
  background: #40b1dd;
  bottom: 0;
  left: 25px;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.short-title span::after {
  content: "";
  position: absolute;
  display: block;
  width: 3px;
  height: 3px;
  background: #40b1dd;
  bottom: 0;
  left: 32px;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}

/** Breadcrumbs **/
.breadcrumb-default {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.breadcrumb-default li {
  display: inline;
}
.breadcrumb-default li.active {
  color: #40b1dd;
}
.breadcrumb-default li + li:before {
  padding: 8px;
  color: #8a9ba8;
  content: "/ ";
}
.breadcrumb-default.breadcrumb-right {
  text-align: right;
}
@media (max-width: 991px) {
  .breadcrumb-default.breadcrumb-right {
    text-align: center;
  }
}
.breadcrumb-default.breadcrumb-light li a {
  color: #ffffff !important;
}

/** List Group **/
.list-group .list-group-item {
  border: 1px solid #e5e7ec;
}
.list-group .list-group-item:first-child {
  -webkit-border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 0px;
  -moz-border-radius-bottomleft: 0px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.list-group .list-group-item:last-child {
  -webkit-border-top-left-radius: 0px;
  -webkit-border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-topleft: 0px;
  -moz-border-radius-topright: 0px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

/** List Links **/
.list-links {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.list-links li {
  position: relative;
}
.list-links li a {
  display: block;
  width: 100%;
  padding: 10px 0px;
}
.list-links li span.list-counts {
  position: absolute;
  top: 10px;
  right: 0px;
  display: block;
  padding: 1px 5px;
  background: #40b1dd;
  color: #ffffff;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  font-weight: 600;
}
[dir=rtl] .list-links li span.list-counts {
  right: auto;
  left: 0px;
}

/** Pagination **/
.pagination .page-item .page-link {
  color: #1d2c63;
  border-color: #8a9ba8;
}
.pagination .page-item.active .page-link {
  background-color: #1d2c63;
  border-color: #1d2c63;
  color: #ffffff;
}
.pagination.custom-pagination .page-item {
  margin-left: 10px;
}
.pagination.custom-pagination .page-item .page-link {
  width: 40px;
  height: 40px;
  display: block;
  text-align: center;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  line-height: 24px;
}
.pagination.custom-pagination .page-item:first-child {
  margin-left: 0px;
}
.pagination.custom-pagination .page-item:first-child .page-link {
  border-top-left-radius: 50%;
  border-bottom-left-radius: 50%;
}
.pagination.custom-pagination .page-item:last-child {
  margin-right: 0px;
}
.pagination.custom-pagination .page-item:last-child .page-link {
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
}
.pagination.ci-pagination li {
  margin-left: 5px;
}
.pagination.ci-pagination li.active a {
  background-color: #1d2c63;
  border-color: #1d2c63;
  color: #ffffff;
}
.pagination.ci-pagination li a {
  width: 40px;
  height: 40px;
  display: block;
  text-align: center;
  -webkit-border-radius: 20px;
  -khtml-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  line-height: 30px !important;
  border: 1px solid #e5e7ec;
  padding: 5px 10px;
}
.pagination.ci-pagination li:first-child a, .pagination.ci-pagination li:nth-child(2) a {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  min-width: 40px;
  width: auto;
}
.pagination.ci-pagination li:first-child {
  margin-left: 0px;
}
.pagination.ci-pagination li:last-child a, .pagination.ci-pagination li:nth-last-child(2) a {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  min-width: 40px;
  width: auto;
}
.pagination.ci-pagination li:last-child {
  margin-right: 0px;
}

ul.three-columns {
  columns: 3;
  -webkit-columns: 3;
  -moz-columns: 3;
}
@media screen and (max-width: 1200px) {
  ul.three-columns {
    columns: 2;
    -webkit-columns: 3;
    -moz-columns: 2;
  }
}
@media screen and (max-width: 768px) {
  ul.three-columns {
    columns: 1;
    -webkit-columns: 1;
    -moz-columns: 1;
  }
}

.side-menu {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.side-menu li {
  margin-bottom: 10px;
}
.side-menu li a {
  padding: 5px 10px;
  border-right: 3px solid transparent;
  display: block;
  width: 100%;
  font-weight: 600;
}
.side-menu li.active a {
  border-right: 3px solid #40b1dd;
}

/** -----Colors----- **/
.text-theme-primary {
  color: #1d2c63;
}
.text-theme-primary a:link, .text-theme-primary a:visited {
  color: #1d2c63;
}
.text-theme-primary a:hover, .text-theme-primary a:active {
  color: #192554;
}

a.text-theme-primary:hover, a.text-theme-primary:active {
  color: #192554;
}

.text-alpha-theme-primary {
  color: rgba(29, 44, 99, 0.5);
}

.text-theme-secondary {
  color: #40b1dd;
}
.text-theme-secondary a:link, .text-theme-secondary a:visited {
  color: #40b1dd;
}
.text-theme-secondary a:hover, .text-theme-secondary a:active {
  color: #3696bc;
}

a.text-theme-secondary:hover, a.text-theme-secondary:active {
  color: #3696bc;
}

.text-alpha-theme-secondary {
  color: rgba(64, 177, 221, 0.5);
}

.text-theme-grey {
  color: #8a9ba8;
}
.text-theme-grey a:link, .text-theme-grey a:visited {
  color: #8a9ba8;
}
.text-theme-grey a:hover, .text-theme-grey a:active {
  color: #75848f;
}

a.text-theme-grey:hover, a.text-theme-grey:active {
  color: #75848f;
}

.text-alpha-theme-grey {
  color: rgba(138, 155, 168, 0.5);
}

.text-theme-white {
  color: #ffffff;
}
.text-theme-white a:link, .text-theme-white a:visited {
  color: #ffffff;
}
.text-theme-white a:hover, .text-theme-white a:active {
  color: #d9d9d9;
}

a.text-theme-white:hover, a.text-theme-white:active {
  color: #d9d9d9;
}

.text-alpha-theme-white {
  color: rgba(255, 255, 255, 0.5);
}

.text-theme-black {
  color: #000000;
}
.text-theme-black a:link, .text-theme-black a:visited {
  color: #000000;
}
.text-theme-black a:hover, .text-theme-black a:active {
  color: black;
}

a.text-theme-black:hover, a.text-theme-black:active {
  color: black;
}

.text-alpha-theme-black {
  color: rgba(0, 0, 0, 0.5);
}

.text-theme-light {
  color: #edf6fe;
}
.text-theme-light a:link, .text-theme-light a:visited {
  color: #edf6fe;
}
.text-theme-light a:hover, .text-theme-light a:active {
  color: #c9d1d8;
}

a.text-theme-light:hover, a.text-theme-light:active {
  color: #c9d1d8;
}

.text-alpha-theme-light {
  color: rgba(237, 246, 254, 0.5);
}

.text-yellow {
  color: #e9c454;
}
.text-yellow a:link, .text-yellow a:visited {
  color: #e9c454;
}
.text-yellow a:hover, .text-yellow a:active {
  color: #c6a747;
}

a.text-yellow:hover, a.text-yellow:active {
  color: #c6a747;
}

.text-alpha-yellow {
  color: rgba(233, 196, 84, 0.5);
}

.text-darkpink {
  color: #C02031;
}
.text-darkpink a:link, .text-darkpink a:visited {
  color: #C02031;
}
.text-darkpink a:hover, .text-darkpink a:active {
  color: #a31b2a;
}

a.text-darkpink:hover, a.text-darkpink:active {
  color: #a31b2a;
}

.text-alpha-darkpink {
  color: rgba(192, 32, 49, 0.5);
}

.bg-theme-primary {
  background-color: #1d2c63;
}

.bg-theme-secondary {
  background-color: #40b1dd;
}

.bg-theme-grey {
  background-color: #8a9ba8;
}

.bg-theme-white {
  background-color: #ffffff;
}

.bg-theme-black {
  background-color: #000000;
}

.bg-theme-light {
  background-color: #edf6fe;
}

.bg-yellow {
  background-color: #e9c454;
}

.bg-darkpink {
  background-color: #C02031;
}

.border-theme-primary {
  border: #1d2c63;
}

.border-theme-secondary {
  border: #40b1dd;
}

.border-theme-grey {
  border: #8a9ba8;
}

.border-theme-white {
  border: #ffffff;
}

.border-theme-black {
  border: #000000;
}

.border-theme-light {
  border: #edf6fe;
}

.border-yellow {
  border: #e9c454;
}

.border-darkpink {
  border: #C02031;
}

.fill-theme-primary {
  fill: #1d2c63;
}

.fill-theme-secondary {
  fill: #40b1dd;
}

.fill-theme-grey {
  fill: #8a9ba8;
}

.fill-theme-white {
  fill: #ffffff;
}

.fill-theme-black {
  fill: #000000;
}

.fill-theme-light {
  fill: #edf6fe;
}

.fill-yellow {
  fill: #e9c454;
}

.fill-darkpink {
  fill: #C02031;
}

.stroke-theme-primary {
  stroke: #1d2c63;
}

.stroke-theme-secondary {
  stroke: #40b1dd;
}

.stroke-theme-grey {
  stroke: #8a9ba8;
}

.stroke-theme-white {
  stroke: #ffffff;
}

.stroke-theme-black {
  stroke: #000000;
}

.stroke-theme-light {
  stroke: #edf6fe;
}

.stroke-yellow {
  stroke: #e9c454;
}

.stroke-darkpink {
  stroke: #C02031;
}

.overlay-theme-primary {
  background-color: rgba(29, 44, 99, 0.8);
}

.overlay-theme-secondary {
  background-color: rgba(64, 177, 221, 0.8);
}

.overlay-theme-grey {
  background-color: rgba(138, 155, 168, 0.8);
}

.overlay-theme-white {
  background-color: rgba(255, 255, 255, 0.8);
}

.overlay-theme-black {
  background-color: rgba(0, 0, 0, 0.8);
}

.overlay-theme-light {
  background-color: rgba(237, 246, 254, 0.8);
}

.overlay-yellow {
  background-color: rgba(233, 196, 84, 0.8);
}

.overlay-darkpink {
  background-color: rgba(192, 32, 49, 0.8);
}

.bg-gradient1 {
  background-image: linear-gradient(120deg, #1d2c63 0%, #40b1dd 100%);
}

.bg-gradient2 {
  background-image: linear-gradient(to right, #1d2c63 0%, #40b1dd 100%);
}

.color-amazon {
  color: #ff9900;
}
.color-amazon a:link, .color-amazon a:visited {
  color: #ff9900;
}
.color-amazon a:hover, .color-amazon a:active {
  color: #d98200;
}

a.color-amazon:hover, a.color-amazon:active {
  color: #d98200;
}

.color-apple {
  color: #737373;
}
.color-apple a:link, .color-apple a:visited {
  color: #737373;
}
.color-apple a:hover, .color-apple a:active {
  color: #626262;
}

a.color-apple:hover, a.color-apple:active {
  color: #626262;
}

.color-basecamp {
  color: #6bbd6d;
}
.color-basecamp a:link, .color-basecamp a:visited {
  color: #6bbd6d;
}
.color-basecamp a:hover, .color-basecamp a:active {
  color: #5ba15d;
}

a.color-basecamp:hover, a.color-basecamp:active {
  color: #5ba15d;
}

.color-box {
  color: #1177bb;
}
.color-box a:link, .color-box a:visited {
  color: #1177bb;
}
.color-box a:hover, .color-box a:active {
  color: #0e659f;
}

a.color-box:hover, a.color-box:active {
  color: #0e659f;
}

.color-dribbble {
  color: #ed4583;
}
.color-dribbble a:link, .color-dribbble a:visited {
  color: #ed4583;
}
.color-dribbble a:hover, .color-dribbble a:active {
  color: #c93b6f;
}

a.color-dribbble:hover, a.color-dribbble:active {
  color: #c93b6f;
}

.color-dropbox {
  color: #0d83de;
}
.color-dropbox a:link, .color-dropbox a:visited {
  color: #0d83de;
}
.color-dropbox a:hover, .color-dropbox a:active {
  color: #0b6fbd;
}

a.color-dropbox:hover, a.color-dropbox:active {
  color: #0b6fbd;
}

.color-ebay {
  color: #083891;
}
.color-ebay a:link, .color-ebay a:visited {
  color: #083891;
}
.color-ebay a:hover, .color-ebay a:active {
  color: #07307b;
}

a.color-ebay:hover, a.color-ebay:active {
  color: #07307b;
}

.color-facebook {
  color: #365396;
}
.color-facebook a:link, .color-facebook a:visited {
  color: #365396;
}
.color-facebook a:hover, .color-facebook a:active {
  color: #2e4780;
}

a.color-facebook:hover, a.color-facebook:active {
  color: #2e4780;
}

.color-flickr {
  color: #eb0066;
}
.color-flickr a:link, .color-flickr a:visited {
  color: #eb0066;
}
.color-flickr a:hover, .color-flickr a:active {
  color: #c80057;
}

a.color-flickr:hover, a.color-flickr:active {
  color: #c80057;
}

.color-foursquare {
  color: #207ec5;
}
.color-foursquare a:link, .color-foursquare a:visited {
  color: #207ec5;
}
.color-foursquare a:hover, .color-foursquare a:active {
  color: #1b6ba7;
}

a.color-foursquare:hover, a.color-foursquare:active {
  color: #1b6ba7;
}

.color-github {
  color: #2e2e2e;
}
.color-github a:link, .color-github a:visited {
  color: #2e2e2e;
}
.color-github a:hover, .color-github a:active {
  color: #272727;
}

a.color-github:hover, a.color-github:active {
  color: #272727;
}

.color-google {
  color: #4387f4;
}
.color-google a:link, .color-google a:visited {
  color: #4387f4;
}
.color-google a:hover, .color-google a:active {
  color: #3973cf;
}

a.color-google:hover, a.color-google:active {
  color: #3973cf;
}

.color-google_plus {
  color: #e0462e;
}
.color-google_plus a:link, .color-google_plus a:visited {
  color: #e0462e;
}
.color-google_plus a:hover, .color-google_plus a:active {
  color: #be3c27;
}

a.color-google_plus:hover, a.color-google_plus:active {
  color: #be3c27;
}

.color-instagram {
  color: #386c99;
}
.color-instagram a:link, .color-instagram a:visited {
  color: #386c99;
}
.color-instagram a:hover, .color-instagram a:active {
  color: #305c82;
}

a.color-instagram:hover, a.color-instagram:active {
  color: #305c82;
}

.color-linkedin {
  color: #006eb3;
}
.color-linkedin a:link, .color-linkedin a:visited {
  color: #006eb3;
}
.color-linkedin a:hover, .color-linkedin a:active {
  color: #005e98;
}

a.color-linkedin:hover, a.color-linkedin:active {
  color: #005e98;
}

.color-pinterest {
  color: #cc1919;
}
.color-pinterest a:link, .color-pinterest a:visited {
  color: #cc1919;
}
.color-pinterest a:hover, .color-pinterest a:active {
  color: #ad1515;
}

a.color-pinterest:hover, a.color-pinterest:active {
  color: #ad1515;
}

.color-skype {
  color: #00abf5;
}
.color-skype a:link, .color-skype a:visited {
  color: #00abf5;
}
.color-skype a:hover, .color-skype a:active {
  color: #0091d0;
}

a.color-skype:hover, a.color-skype:active {
  color: #0091d0;
}

.color-tumblr {
  color: #304d69;
}
.color-tumblr a:link, .color-tumblr a:visited {
  color: #304d69;
}
.color-tumblr a:hover, .color-tumblr a:active {
  color: #294159;
}

a.color-tumblr:hover, a.color-tumblr:active {
  color: #294159;
}

.color-twitter {
  color: #00a8f0;
}
.color-twitter a:link, .color-twitter a:visited {
  color: #00a8f0;
}
.color-twitter a:hover, .color-twitter a:active {
  color: #008fcc;
}

a.color-twitter:hover, a.color-twitter:active {
  color: #008fcc;
}

.color-vimeo {
  color: #4ab7ed;
}
.color-vimeo a:link, .color-vimeo a:visited {
  color: #4ab7ed;
}
.color-vimeo a:hover, .color-vimeo a:active {
  color: #3f9cc9;
}

a.color-vimeo:hover, a.color-vimeo:active {
  color: #3f9cc9;
}

.color-yelp {
  color: #c21000;
}
.color-yelp a:link, .color-yelp a:visited {
  color: #c21000;
}
.color-yelp a:hover, .color-yelp a:active {
  color: #a50e00;
}

a.color-yelp:hover, a.color-yelp:active {
  color: #a50e00;
}

.color-youtube {
  color: #ff3333;
}
.color-youtube a:link, .color-youtube a:visited {
  color: #ff3333;
}
.color-youtube a:hover, .color-youtube a:active {
  color: #d92b2b;
}

a.color-youtube:hover, a.color-youtube:active {
  color: #d92b2b;
}

.bg-amazon {
  background-color: #ff9900;
}

.bg-apple {
  background-color: #737373;
}

.bg-basecamp {
  background-color: #6bbd6d;
}

.bg-box {
  background-color: #1177bb;
}

.bg-dribbble {
  background-color: #ed4583;
}

.bg-dropbox {
  background-color: #0d83de;
}

.bg-ebay {
  background-color: #083891;
}

.bg-facebook {
  background-color: #365396;
}

.bg-flickr {
  background-color: #eb0066;
}

.bg-foursquare {
  background-color: #207ec5;
}

.bg-github {
  background-color: #2e2e2e;
}

.bg-google {
  background-color: #4387f4;
}

.bg-google_plus {
  background-color: #e0462e;
}

.bg-instagram {
  background-color: #386c99;
}

.bg-linkedin {
  background-color: #006eb3;
}

.bg-pinterest {
  background-color: #cc1919;
}

.bg-skype {
  background-color: #00abf5;
}

.bg-tumblr {
  background-color: #304d69;
}

.bg-twitter {
  background-color: #00a8f0;
}

.bg-vimeo {
  background-color: #4ab7ed;
}

.bg-yelp {
  background-color: #c21000;
}

.bg-youtube {
  background-color: #ff3333;
}

.border-amazon {
  border: #ff9900;
}

.border-apple {
  border: #737373;
}

.border-basecamp {
  border: #6bbd6d;
}

.border-box {
  border: #1177bb;
}

.border-dribbble {
  border: #ed4583;
}

.border-dropbox {
  border: #0d83de;
}

.border-ebay {
  border: #083891;
}

.border-facebook {
  border: #365396;
}

.border-flickr {
  border: #eb0066;
}

.border-foursquare {
  border: #207ec5;
}

.border-github {
  border: #2e2e2e;
}

.border-google {
  border: #4387f4;
}

.border-google_plus {
  border: #e0462e;
}

.border-instagram {
  border: #386c99;
}

.border-linkedin {
  border: #006eb3;
}

.border-pinterest {
  border: #cc1919;
}

.border-skype {
  border: #00abf5;
}

.border-tumblr {
  border: #304d69;
}

.border-twitter {
  border: #00a8f0;
}

.border-vimeo {
  border: #4ab7ed;
}

.border-yelp {
  border: #c21000;
}

.border-youtube {
  border: #ff3333;
}

.fill-amazon {
  fill: #ff9900;
}

.fill-apple {
  fill: #737373;
}

.fill-basecamp {
  fill: #6bbd6d;
}

.fill-box {
  fill: #1177bb;
}

.fill-dribbble {
  fill: #ed4583;
}

.fill-dropbox {
  fill: #0d83de;
}

.fill-ebay {
  fill: #083891;
}

.fill-facebook {
  fill: #365396;
}

.fill-flickr {
  fill: #eb0066;
}

.fill-foursquare {
  fill: #207ec5;
}

.fill-github {
  fill: #2e2e2e;
}

.fill-google {
  fill: #4387f4;
}

.fill-google_plus {
  fill: #e0462e;
}

.fill-instagram {
  fill: #386c99;
}

.fill-linkedin {
  fill: #006eb3;
}

.fill-pinterest {
  fill: #cc1919;
}

.fill-skype {
  fill: #00abf5;
}

.fill-tumblr {
  fill: #304d69;
}

.fill-twitter {
  fill: #00a8f0;
}

.fill-vimeo {
  fill: #4ab7ed;
}

.fill-yelp {
  fill: #c21000;
}

.fill-youtube {
  fill: #ff3333;
}

.stroke-amazon {
  stroke: #ff9900;
}

.stroke-apple {
  stroke: #737373;
}

.stroke-basecamp {
  stroke: #6bbd6d;
}

.stroke-box {
  stroke: #1177bb;
}

.stroke-dribbble {
  stroke: #ed4583;
}

.stroke-dropbox {
  stroke: #0d83de;
}

.stroke-ebay {
  stroke: #083891;
}

.stroke-facebook {
  stroke: #365396;
}

.stroke-flickr {
  stroke: #eb0066;
}

.stroke-foursquare {
  stroke: #207ec5;
}

.stroke-github {
  stroke: #2e2e2e;
}

.stroke-google {
  stroke: #4387f4;
}

.stroke-google_plus {
  stroke: #e0462e;
}

.stroke-instagram {
  stroke: #386c99;
}

.stroke-linkedin {
  stroke: #006eb3;
}

.stroke-pinterest {
  stroke: #cc1919;
}

.stroke-skype {
  stroke: #00abf5;
}

.stroke-tumblr {
  stroke: #304d69;
}

.stroke-twitter {
  stroke: #00a8f0;
}

.stroke-vimeo {
  stroke: #4ab7ed;
}

.stroke-yelp {
  stroke: #c21000;
}

.stroke-youtube {
  stroke: #ff3333;
}

.overlay {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

/** -----Spacing----- **/
.m0 {
  margin: 0px;
}

.p0 {
  padding: 0px;
}

.mt0 {
  margin-top: 0px;
}

.pt0 {
  padding-top: 0px;
}

.mb0 {
  margin-bottom: 0px;
}

.pb0 {
  padding-bottom: 0px;
}

.ml0 {
  margin-left: 0px;
}

.pl0 {
  padding-left: 0px;
}

.mr0 {
  margin-right: 0px;
}

.pr0 {
  padding-right: 0px;
}

.m5 {
  margin: 5px;
}

.p5 {
  padding: 5px;
}

.mt5 {
  margin-top: 5px;
}

.pt5 {
  padding-top: 5px;
}

.mb5 {
  margin-bottom: 5px;
}

.pb5 {
  padding-bottom: 5px;
}

.ml5 {
  margin-left: 5px;
}

.pl5 {
  padding-left: 5px;
}

.mr5 {
  margin-right: 5px;
}

.pr5 {
  padding-right: 5px;
}

.m10 {
  margin: 10px;
}

.p10 {
  padding: 10px;
}

.mt10 {
  margin-top: 10px;
}

.pt10 {
  padding-top: 10px;
}

.mb10 {
  margin-bottom: 10px;
}

.pb10 {
  padding-bottom: 10px;
}

.ml10 {
  margin-left: 10px;
}

.pl10 {
  padding-left: 10px;
}

.mr10 {
  margin-right: 10px;
}

.pr10 {
  padding-right: 10px;
}

.m15 {
  margin: 15px;
}

.p15 {
  padding: 15px;
}

.mt15 {
  margin-top: 15px;
}

.pt15 {
  padding-top: 15px;
}

.mb15 {
  margin-bottom: 15px;
}

.pb15 {
  padding-bottom: 15px;
}

.ml15 {
  margin-left: 15px;
}

.pl15 {
  padding-left: 15px;
}

.mr15 {
  margin-right: 15px;
}

.pr15 {
  padding-right: 15px;
}

.m20 {
  margin: 20px;
}

.p20 {
  padding: 20px;
}

.mt20 {
  margin-top: 20px;
}

.pt20 {
  padding-top: 20px;
}

.mb20 {
  margin-bottom: 20px;
}

.pb20 {
  padding-bottom: 20px;
}

.ml20 {
  margin-left: 20px;
}

.pl20 {
  padding-left: 20px;
}

.mr20 {
  margin-right: 20px;
}

.pr20 {
  padding-right: 20px;
}

.m25 {
  margin: 25px;
}

.p25 {
  padding: 25px;
}

.mt25 {
  margin-top: 25px;
}

.pt25 {
  padding-top: 25px;
}

.mb25 {
  margin-bottom: 25px;
}

.pb25 {
  padding-bottom: 25px;
}

.ml25 {
  margin-left: 25px;
}

.pl25 {
  padding-left: 25px;
}

.mr25 {
  margin-right: 25px;
}

.pr25 {
  padding-right: 25px;
}

.m30 {
  margin: 30px;
}

.p30 {
  padding: 30px;
}

.mt30 {
  margin-top: 30px;
}

.pt30 {
  padding-top: 30px;
}

.mb30 {
  margin-bottom: 30px;
}

.pb30 {
  padding-bottom: 30px;
}

.ml30 {
  margin-left: 30px;
}

.pl30 {
  padding-left: 30px;
}

.mr30 {
  margin-right: 30px;
}

.pr30 {
  padding-right: 30px;
}

.m35 {
  margin: 35px;
}

.p35 {
  padding: 35px;
}

.mt35 {
  margin-top: 35px;
}

.pt35 {
  padding-top: 35px;
}

.mb35 {
  margin-bottom: 35px;
}

.pb35 {
  padding-bottom: 35px;
}

.ml35 {
  margin-left: 35px;
}

.pl35 {
  padding-left: 35px;
}

.mr35 {
  margin-right: 35px;
}

.pr35 {
  padding-right: 35px;
}

.m40 {
  margin: 40px;
}

.p40 {
  padding: 40px;
}

.mt40 {
  margin-top: 40px;
}

.pt40 {
  padding-top: 40px;
}

.mb40 {
  margin-bottom: 40px;
}

.pb40 {
  padding-bottom: 40px;
}

.ml40 {
  margin-left: 40px;
}

.pl40 {
  padding-left: 40px;
}

.mr40 {
  margin-right: 40px;
}

.pr40 {
  padding-right: 40px;
}

.m45 {
  margin: 45px;
}

.p45 {
  padding: 45px;
}

.mt45 {
  margin-top: 45px;
}

.pt45 {
  padding-top: 45px;
}

.mb45 {
  margin-bottom: 45px;
}

.pb45 {
  padding-bottom: 45px;
}

.ml45 {
  margin-left: 45px;
}

.pl45 {
  padding-left: 45px;
}

.mr45 {
  margin-right: 45px;
}

.pr45 {
  padding-right: 45px;
}

.m50 {
  margin: 50px;
}

.p50 {
  padding: 50px;
}

.mt50 {
  margin-top: 50px;
}

.pt50 {
  padding-top: 50px;
}

.mb50 {
  margin-bottom: 50px;
}

.pb50 {
  padding-bottom: 50px;
}

.ml50 {
  margin-left: 50px;
}

.pl50 {
  padding-left: 50px;
}

.mr50 {
  margin-right: 50px;
}

.pr50 {
  padding-right: 50px;
}

.m55 {
  margin: 55px;
}

.p55 {
  padding: 55px;
}

.mt55 {
  margin-top: 55px;
}

.pt55 {
  padding-top: 55px;
}

.mb55 {
  margin-bottom: 55px;
}

.pb55 {
  padding-bottom: 55px;
}

.ml55 {
  margin-left: 55px;
}

.pl55 {
  padding-left: 55px;
}

.mr55 {
  margin-right: 55px;
}

.pr55 {
  padding-right: 55px;
}

.m60 {
  margin: 60px;
}

.p60 {
  padding: 60px;
}

.mt60 {
  margin-top: 60px;
}

.pt60 {
  padding-top: 60px;
}

.mb60 {
  margin-bottom: 60px;
}

.pb60 {
  padding-bottom: 60px;
}

.ml60 {
  margin-left: 60px;
}

.pl60 {
  padding-left: 60px;
}

.mr60 {
  margin-right: 60px;
}

.pr60 {
  padding-right: 60px;
}

.m65 {
  margin: 65px;
}

.p65 {
  padding: 65px;
}

.mt65 {
  margin-top: 65px;
}

.pt65 {
  padding-top: 65px;
}

.mb65 {
  margin-bottom: 65px;
}

.pb65 {
  padding-bottom: 65px;
}

.ml65 {
  margin-left: 65px;
}

.pl65 {
  padding-left: 65px;
}

.mr65 {
  margin-right: 65px;
}

.pr65 {
  padding-right: 65px;
}

.m70 {
  margin: 70px;
}

.p70 {
  padding: 70px;
}

.mt70 {
  margin-top: 70px;
}

.pt70 {
  padding-top: 70px;
}

.mb70 {
  margin-bottom: 70px;
}

.pb70 {
  padding-bottom: 70px;
}

.ml70 {
  margin-left: 70px;
}

.pl70 {
  padding-left: 70px;
}

.mr70 {
  margin-right: 70px;
}

.pr70 {
  padding-right: 70px;
}

.m75 {
  margin: 75px;
}

.p75 {
  padding: 75px;
}

.mt75 {
  margin-top: 75px;
}

.pt75 {
  padding-top: 75px;
}

.mb75 {
  margin-bottom: 75px;
}

.pb75 {
  padding-bottom: 75px;
}

.ml75 {
  margin-left: 75px;
}

.pl75 {
  padding-left: 75px;
}

.mr75 {
  margin-right: 75px;
}

.pr75 {
  padding-right: 75px;
}

.m80 {
  margin: 80px;
}

.p80 {
  padding: 80px;
}

.mt80 {
  margin-top: 80px;
}

.pt80 {
  padding-top: 80px;
}

.mb80 {
  margin-bottom: 80px;
}

.pb80 {
  padding-bottom: 80px;
}

.ml80 {
  margin-left: 80px;
}

.pl80 {
  padding-left: 80px;
}

.mr80 {
  margin-right: 80px;
}

.pr80 {
  padding-right: 80px;
}

.m85 {
  margin: 85px;
}

.p85 {
  padding: 85px;
}

.mt85 {
  margin-top: 85px;
}

.pt85 {
  padding-top: 85px;
}

.mb85 {
  margin-bottom: 85px;
}

.pb85 {
  padding-bottom: 85px;
}

.ml85 {
  margin-left: 85px;
}

.pl85 {
  padding-left: 85px;
}

.mr85 {
  margin-right: 85px;
}

.pr85 {
  padding-right: 85px;
}

.m90 {
  margin: 90px;
}

.p90 {
  padding: 90px;
}

.mt90 {
  margin-top: 90px;
}

.pt90 {
  padding-top: 90px;
}

.mb90 {
  margin-bottom: 90px;
}

.pb90 {
  padding-bottom: 90px;
}

.ml90 {
  margin-left: 90px;
}

.pl90 {
  padding-left: 90px;
}

.mr90 {
  margin-right: 90px;
}

.pr90 {
  padding-right: 90px;
}

.m95 {
  margin: 95px;
}

.p95 {
  padding: 95px;
}

.mt95 {
  margin-top: 95px;
}

.pt95 {
  padding-top: 95px;
}

.mb95 {
  margin-bottom: 95px;
}

.pb95 {
  padding-bottom: 95px;
}

.ml95 {
  margin-left: 95px;
}

.pl95 {
  padding-left: 95px;
}

.mr95 {
  margin-right: 95px;
}

.pr95 {
  padding-right: 95px;
}

.m100 {
  margin: 100px;
}

.p100 {
  padding: 100px;
}

.mt100 {
  margin-top: 100px;
}

.pt100 {
  padding-top: 100px;
}

.mb100 {
  margin-bottom: 100px;
}

.pb100 {
  padding-bottom: 100px;
}

.ml100 {
  margin-left: 100px;
}

.pl100 {
  padding-left: 100px;
}

.mr100 {
  margin-right: 100px;
}

.pr100 {
  padding-right: 100px;
}

.ls1 {
  letter-spacing: 1px;
}

.ls2 {
  letter-spacing: 2px;
}

/** -----Borders----- **/
.b0 {
  border-width: 0px;
}

.bt0 {
  border-top-width: 0px;
}

.bb0 {
  border-bottom-width: 0px;
}

.bl0 {
  border-left-width: 0px;
}

.br0 {
  border-right-width: 0px;
}

.b1 {
  border-width: 1px;
}

.bt1 {
  border-top-width: 1px;
}

.bb1 {
  border-bottom-width: 1px;
}

.bl1 {
  border-left-width: 1px;
}

.br1 {
  border-right-width: 1px;
}

.b2 {
  border-width: 2px;
}

.bt2 {
  border-top-width: 2px;
}

.bb2 {
  border-bottom-width: 2px;
}

.bl2 {
  border-left-width: 2px;
}

.br2 {
  border-right-width: 2px;
}

.b3 {
  border-width: 3px;
}

.bt3 {
  border-top-width: 3px;
}

.bb3 {
  border-bottom-width: 3px;
}

.bl3 {
  border-left-width: 3px;
}

.br3 {
  border-right-width: 3px;
}

.b4 {
  border-width: 4px;
}

.bt4 {
  border-top-width: 4px;
}

.bb4 {
  border-bottom-width: 4px;
}

.bl4 {
  border-left-width: 4px;
}

.br4 {
  border-right-width: 4px;
}

.b5 {
  border-width: 5px;
}

.bt5 {
  border-top-width: 5px;
}

.bb5 {
  border-bottom-width: 5px;
}

.bl5 {
  border-left-width: 5px;
}

.br5 {
  border-right-width: 5px;
}

.bc-dark {
  border-color: #000000;
}

.bc-white {
  border-color: #ffffff;
}

.bc-grey {
  border-color: #e5e7ec;
}

.b-solid {
  border-style: solid;
}

.b-dotted {
  border-style: dotted;
}

.b-dashed {
  border-style: dashed;
}

/** -----Header----- **/
.navbar-main {
  padding: 10px 10px;
}
.navbar-main .navbar-brand img {
  height: 40px;
  width: auto;
}
.navbar-main .navbar-nav .nav-link {
  padding: 0.2rem 1rem;
  font-weight: 500;
}
.navbar-main .navbar-nav .nav-link.nav-button {
  margin-left: 5px;
  margin-bottom: 2px;
  margin-top: 2px;
  border-radius: 5px;
  text-align: center;
}
.navbar-main .navbar-nav .nav-link.nav-button.bordered {
  border: 1px solid #40b1dd;
}
.navbar-main .navbar-nav .nav-link.nav-button.filled {
  background: #1d2c63;
  color: #ffffff;
}
.navbar-main .navbar-nav .nav-link.nav-button.filled:hover {
  color: #ffffff !important;
}
.navbar-main .dropdown-menu {
  border: none;
  -webkit-box-shadow: 2px 0px 5px -1px rgba(0, 0, 0, 0.26);
  -moz-box-shadow: 2px 0px 5px -1px rgba(0, 0, 0, 0.26);
  box-shadow: 2px 0px 5px -1px rgba(0, 0, 0, 0.26);
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  min-width: 12rem !important;
}
.navbar-main .dropdown-menu .dropdown-item:hover, .navbar-main .dropdown-menu .dropdown-item:active {
  color: #40b1dd;
}
.navbar-main .dropdown-menu:before {
  position: absolute;
  top: -9px;
  left: 24px;
  display: inline-block;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #ccc;
  border-left: 10px solid transparent;
  border-bottom-color: rgba(0, 0, 0, 0.1);
  content: "";
}
.navbar-main .dropdown-menu:after {
  position: absolute;
  top: -8px;
  left: 25px;
  display: inline-block;
  border-right: 9px solid transparent;
  border-bottom: 9px solid #ffffff;
  border-left: 9px solid transparent;
  content: "";
}
.navbar-main.navbar-light .navbar-nav .nav-link {
  color: #50555f;
}
.navbar-main.navbar-light .navbar-nav .nav-link:hover, .navbar-main.navbar-light .navbar-nav .nav-link:active {
  color: #000000;
}
.navbar-main.navbar-light .navbar-nav .nav-item.show a.nav-link {
  color: #000000;
}
.navbar-main .dropdown-item {
  color: #50555f;
}
.navbar-main .dropdown-item:focus, .navbar-main .dropdown-item:active {
  background: transparent;
}

@-webkit-keyframes slideDownIn {
  0% {
    -webkit-transform: translateY(-20px);
  }
  100% {
    -webkit-transform: translateY(0);
  }
  0% {
    -webkit-transform: translateY(-20);
  }
}
@keyframes slideDownIn {
  0% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(0);
  }
  0% {
    transform: translateY(-20px);
  }
}
.slideDownIn {
  -webkit-animation-name: slideDownIn;
  animation-name: slideDownIn;
}

@media (max-width: 991px) {
  .dropdown-toggle::after {
    top: 8px !important;
    right: 0px !important;
    position: absolute;
  }
}

/** -----Footer----- **/
.main-footer {
  border-top: 1px solid #e5e7ec;
}
.main-footer .copyright-holder {
  text-align: left;
}
@media (min-width: 768px) and (max-width: 991px) {
  .main-footer .copyright-holder {
    text-align: center;
  }
}
@media (max-width: 767px) and (min-width: 641px) {
  .main-footer .copyright-holder {
    text-align: center;
  }
}
@media (max-width: 640px) and (min-width: 481px) {
  .main-footer .copyright-holder {
    text-align: center;
  }
}
@media (max-width: 480px) {
  .main-footer .copyright-holder {
    text-align: center;
  }
}
.main-footer .link-holder {
  text-align: right;
}
@media (min-width: 768px) and (max-width: 991px) {
  .main-footer .link-holder {
    text-align: center;
  }
}
@media (max-width: 767px) and (min-width: 641px) {
  .main-footer .link-holder {
    text-align: center;
  }
}
@media (max-width: 640px) and (min-width: 481px) {
  .main-footer .link-holder {
    text-align: center;
  }
}
@media (max-width: 480px) {
  .main-footer .link-holder {
    text-align: center;
  }
}
.main-footer .link-holder ul {
  margin: 0;
  padding: 0;
}
.main-footer .link-holder ul li {
  display: inline-block;
  margin-left: 10px;
}
.main-footer .link-holder ul:first-child {
  margin-left: 0;
}
.main-footer .social-holder {
  text-align: center;
}
.main-footer .social-holder ul {
  margin: 0;
  padding: 0;
}
.main-footer .social-holder ul li {
  display: inline-block;
  margin-left: 15px;
}
.main-footer .social-holder ul:first-child {
  margin-left: 0;
}

/** -----Search----- **/
.search-holder {
  position: relative;
}
.search-holder .search-form .input-group .btn {
  border-radius: 0 !important;
  color: #8a9ba8;
  height: 55px;
}
.search-holder .search-form .input-group .btn:focus {
  box-shadow: none;
}
.search-holder .search-form .input-group .btn:hover {
  background: #ffffff;
  border: 1px solid #ffffff;
}
.search-holder .search-form .input-group .btn i {
  line-height: 40px;
}
.search-holder .search-form .input-group .form-control {
  color: #50555f;
  border: 1px solid #ffffff;
  border-radius: 0 !important;
  height: 55px;
}
.search-holder .search-form .input-group .form-control::-webkit-input-placeholder {
  color: #8a9ba8 !important;
  font-size: 16px !important;
}
.search-holder .search-form .input-group .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #8a9ba8 !important;
  font-size: 16px !important;
}
.search-holder .search-form .input-group .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #8a9ba8 !important;
  font-size: 16px !important;
}
.search-holder .search-form .input-group .form-control:-ms-input-placeholder {
  color: #8a9ba8 !important;
  font-size: 16px !important;
}
.search-holder .search-form .input-group .form-control:focus {
  box-shadow: none;
  border: 1px solid #ffffff;
}
.search-holder .sub-search-form .input-group .btn {
  color: #8a9ba8;
  background-color: #ffffff;
  border: 1px solid #e5e7ec;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  border-left: 0px;
}
.search-holder .sub-search-form .input-group .btn:focus {
  box-shadow: none;
}
.search-holder .sub-search-form .input-group .form-control {
  color: #50555f;
  border: 1px solid #e5e7ec;
}
.search-holder .sub-search-form .input-group .form-control::-webkit-input-placeholder {
  color: #8a9ba8 !important;
}
.search-holder .sub-search-form .input-group .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #8a9ba8 !important;
}
.search-holder .sub-search-form .input-group .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #8a9ba8 !important;
}
.search-holder .sub-search-form .input-group .form-control:-ms-input-placeholder {
  color: #8a9ba8 !important;
}
.search-holder .sub-search-form .input-group .form-control:focus {
  box-shadow: none;
  border-right: 0px;
}
.search-holder .search-suggestions {
  position: absolute;
  background: #ffffff;
  -webkit-box-shadow: 2px 0px 5px -1px rgba(0, 0, 0, 0.26);
  -moz-box-shadow: 2px 0px 5px -1px rgba(0, 0, 0, 0.26);
  box-shadow: 2px 0px 5px -1px rgba(0, 0, 0, 0.26);
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  width: 100%;
  height: auto;
  padding: 20px;
  z-index: 100;
  display: none;
}

/****************************/
/** Components **/
/****************************/
/** -----Buttons----- **/
.btn {
  line-height: 1.5rem;
  font-size: 15px;
  font-family: "Nunito", sans-serif;
  padding: 8px 15px 6px 15px;
}
.btn.btn-xl {
  font-size: 16px;
  padding: 12px 25px 12px 25px;
  font-weight: 500;
  line-height: 28px;
}
.btn.btn-lg {
  font-size: 16px;
  padding: 10px 25px 8px 25px;
  font-weight: 500;
}
.btn.btn-sm {
  font-size: 14px;
  padding: 6px 10px 4px 10px;
}
.btn.btn-flat {
  border-radius: 0px;
}

.btn-oval {
  border-radius: 20px;
}
.btn-oval.btn-xl {
  border-radius: 40px;
}
.btn-oval.btn-lg {
  border-radius: 30px;
}

.btn-fab {
  width: 40px;
  height: 40px;
  text-align: center;
  padding: 0px;
  line-height: 40px;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  -khtml-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}

.btn-theme-primary {
  background-color: #1d2c63;
  color: #ffffff;
  border-color: #192554;
}
.btn-theme-primary:hover, .btn-theme-primary:active {
  background-color: #192554;
}

a.btn-theme-primary {
  background-color: #1d2c63;
  color: #ffffff;
  border-color: #192554;
}
a.btn-theme-primary:hover, a.btn-theme-primary:active {
  background-color: #192554;
}

.btn-outline-theme-primary {
  background-color: transparent;
  background-image: none;
  color: #1d2c63;
  border-color: #1d2c63;
}
.btn-outline-theme-primary:hover, .btn-outline-theme-primary:active {
  background-color: #1d2c63;
  color: #ffffff;
}

a.btn-outline-theme-primary {
  background-color: transparent;
  background-image: none;
  color: #1d2c63;
  border-color: #1d2c63;
}
a.btn-outline-theme-primary:hover, a.btn-outline-theme-primary:active {
  background-color: #1d2c63;
  color: #ffffff;
}

.btn-theme-secondary {
  background-color: #40b1dd;
  color: #ffffff;
  border-color: #3696bc;
}
.btn-theme-secondary:hover, .btn-theme-secondary:active {
  background-color: #3696bc;
}

a.btn-theme-secondary {
  background-color: #40b1dd;
  color: #ffffff;
  border-color: #3696bc;
}
a.btn-theme-secondary:hover, a.btn-theme-secondary:active {
  background-color: #3696bc;
}

.btn-outline-theme-secondary {
  background-color: transparent;
  background-image: none;
  color: #40b1dd;
  border-color: #40b1dd;
}
.btn-outline-theme-secondary:hover, .btn-outline-theme-secondary:active {
  background-color: #40b1dd;
  color: #ffffff;
}

a.btn-outline-theme-secondary {
  background-color: transparent;
  background-image: none;
  color: #40b1dd;
  border-color: #40b1dd;
}
a.btn-outline-theme-secondary:hover, a.btn-outline-theme-secondary:active {
  background-color: #40b1dd;
  color: #ffffff;
}

.btn-theme-grey {
  background-color: #8a9ba8;
  color: #ffffff;
  border-color: #75848f;
}
.btn-theme-grey:hover, .btn-theme-grey:active {
  background-color: #75848f;
}

a.btn-theme-grey {
  background-color: #8a9ba8;
  color: #ffffff;
  border-color: #75848f;
}
a.btn-theme-grey:hover, a.btn-theme-grey:active {
  background-color: #75848f;
}

.btn-outline-theme-grey {
  background-color: transparent;
  background-image: none;
  color: #8a9ba8;
  border-color: #8a9ba8;
}
.btn-outline-theme-grey:hover, .btn-outline-theme-grey:active {
  background-color: #8a9ba8;
  color: #ffffff;
}

a.btn-outline-theme-grey {
  background-color: transparent;
  background-image: none;
  color: #8a9ba8;
  border-color: #8a9ba8;
}
a.btn-outline-theme-grey:hover, a.btn-outline-theme-grey:active {
  background-color: #8a9ba8;
  color: #ffffff;
}

.btn-theme-white {
  background-color: #ffffff;
  color: #ffffff;
  border-color: #d9d9d9;
}
.btn-theme-white:hover, .btn-theme-white:active {
  background-color: #d9d9d9;
}

a.btn-theme-white {
  background-color: #ffffff;
  color: #ffffff;
  border-color: #d9d9d9;
}
a.btn-theme-white:hover, a.btn-theme-white:active {
  background-color: #d9d9d9;
}

.btn-outline-theme-white {
  background-color: transparent;
  background-image: none;
  color: #ffffff;
  border-color: #ffffff;
}
.btn-outline-theme-white:hover, .btn-outline-theme-white:active {
  background-color: #ffffff;
  color: #ffffff;
}

a.btn-outline-theme-white {
  background-color: transparent;
  background-image: none;
  color: #ffffff;
  border-color: #ffffff;
}
a.btn-outline-theme-white:hover, a.btn-outline-theme-white:active {
  background-color: #ffffff;
  color: #ffffff;
}

.btn-theme-black {
  background-color: #000000;
  color: #ffffff;
  border-color: black;
}
.btn-theme-black:hover, .btn-theme-black:active {
  background-color: black;
}

a.btn-theme-black {
  background-color: #000000;
  color: #ffffff;
  border-color: black;
}
a.btn-theme-black:hover, a.btn-theme-black:active {
  background-color: black;
}

.btn-outline-theme-black {
  background-color: transparent;
  background-image: none;
  color: #000000;
  border-color: #000000;
}
.btn-outline-theme-black:hover, .btn-outline-theme-black:active {
  background-color: #000000;
  color: #ffffff;
}

a.btn-outline-theme-black {
  background-color: transparent;
  background-image: none;
  color: #000000;
  border-color: #000000;
}
a.btn-outline-theme-black:hover, a.btn-outline-theme-black:active {
  background-color: #000000;
  color: #ffffff;
}

.btn-theme-light {
  background-color: #edf6fe;
  color: #ffffff;
  border-color: #c9d1d8;
}
.btn-theme-light:hover, .btn-theme-light:active {
  background-color: #c9d1d8;
}

a.btn-theme-light {
  background-color: #edf6fe;
  color: #ffffff;
  border-color: #c9d1d8;
}
a.btn-theme-light:hover, a.btn-theme-light:active {
  background-color: #c9d1d8;
}

.btn-outline-theme-light {
  background-color: transparent;
  background-image: none;
  color: #edf6fe;
  border-color: #edf6fe;
}
.btn-outline-theme-light:hover, .btn-outline-theme-light:active {
  background-color: #edf6fe;
  color: #ffffff;
}

a.btn-outline-theme-light {
  background-color: transparent;
  background-image: none;
  color: #edf6fe;
  border-color: #edf6fe;
}
a.btn-outline-theme-light:hover, a.btn-outline-theme-light:active {
  background-color: #edf6fe;
  color: #ffffff;
}

.btn-yellow {
  background-color: #e9c454;
  color: #ffffff;
  border-color: #c6a747;
}
.btn-yellow:hover, .btn-yellow:active {
  background-color: #c6a747;
}

a.btn-yellow {
  background-color: #e9c454;
  color: #ffffff;
  border-color: #c6a747;
}
a.btn-yellow:hover, a.btn-yellow:active {
  background-color: #c6a747;
}

.btn-outline-yellow {
  background-color: transparent;
  background-image: none;
  color: #e9c454;
  border-color: #e9c454;
}
.btn-outline-yellow:hover, .btn-outline-yellow:active {
  background-color: #e9c454;
  color: #ffffff;
}

a.btn-outline-yellow {
  background-color: transparent;
  background-image: none;
  color: #e9c454;
  border-color: #e9c454;
}
a.btn-outline-yellow:hover, a.btn-outline-yellow:active {
  background-color: #e9c454;
  color: #ffffff;
}

.btn-darkpink {
  background-color: #C02031;
  color: #ffffff;
  border-color: #a31b2a;
}
.btn-darkpink:hover, .btn-darkpink:active {
  background-color: #a31b2a;
}

a.btn-darkpink {
  background-color: #C02031;
  color: #ffffff;
  border-color: #a31b2a;
}
a.btn-darkpink:hover, a.btn-darkpink:active {
  background-color: #a31b2a;
}

.btn-outline-darkpink {
  background-color: transparent;
  background-image: none;
  color: #C02031;
  border-color: #C02031;
}
.btn-outline-darkpink:hover, .btn-outline-darkpink:active {
  background-color: #C02031;
  color: #ffffff;
}

a.btn-outline-darkpink {
  background-color: transparent;
  background-image: none;
  color: #C02031;
  border-color: #C02031;
}
a.btn-outline-darkpink:hover, a.btn-outline-darkpink:active {
  background-color: #C02031;
  color: #ffffff;
}

.btn-amazon {
  background-color: #ff9900;
  color: #ffffff;
  border-color: #d98200;
}
.btn-amazon:hover, .btn-amazon:active {
  background-color: #d98200;
}

a.btn-amazon {
  background-color: #ff9900;
  color: #ffffff;
  border-color: #d98200;
}
a.btn-amazon:hover, a.btn-amazon:active {
  background-color: #d98200;
}

.btn-outline-amazon {
  background-color: transparent;
  background-image: none;
  color: #ff9900;
  border-color: #ff9900;
}
.btn-outline-amazon:hover, .btn-outline-amazon:active {
  background-color: #ff9900;
  color: #ffffff;
}

a.btn-outline-amazon {
  background-color: transparent;
  background-image: none;
  color: #ff9900;
  border-color: #ff9900;
}
a.btn-outline-amazon:hover, a.btn-outline-amazon:active {
  background-color: #ff9900;
  color: #ffffff;
}

.btn-apple {
  background-color: #737373;
  color: #ffffff;
  border-color: #626262;
}
.btn-apple:hover, .btn-apple:active {
  background-color: #626262;
}

a.btn-apple {
  background-color: #737373;
  color: #ffffff;
  border-color: #626262;
}
a.btn-apple:hover, a.btn-apple:active {
  background-color: #626262;
}

.btn-outline-apple {
  background-color: transparent;
  background-image: none;
  color: #737373;
  border-color: #737373;
}
.btn-outline-apple:hover, .btn-outline-apple:active {
  background-color: #737373;
  color: #ffffff;
}

a.btn-outline-apple {
  background-color: transparent;
  background-image: none;
  color: #737373;
  border-color: #737373;
}
a.btn-outline-apple:hover, a.btn-outline-apple:active {
  background-color: #737373;
  color: #ffffff;
}

.btn-basecamp {
  background-color: #6bbd6d;
  color: #ffffff;
  border-color: #5ba15d;
}
.btn-basecamp:hover, .btn-basecamp:active {
  background-color: #5ba15d;
}

a.btn-basecamp {
  background-color: #6bbd6d;
  color: #ffffff;
  border-color: #5ba15d;
}
a.btn-basecamp:hover, a.btn-basecamp:active {
  background-color: #5ba15d;
}

.btn-outline-basecamp {
  background-color: transparent;
  background-image: none;
  color: #6bbd6d;
  border-color: #6bbd6d;
}
.btn-outline-basecamp:hover, .btn-outline-basecamp:active {
  background-color: #6bbd6d;
  color: #ffffff;
}

a.btn-outline-basecamp {
  background-color: transparent;
  background-image: none;
  color: #6bbd6d;
  border-color: #6bbd6d;
}
a.btn-outline-basecamp:hover, a.btn-outline-basecamp:active {
  background-color: #6bbd6d;
  color: #ffffff;
}

.btn-box {
  background-color: #1177bb;
  color: #ffffff;
  border-color: #0e659f;
}
.btn-box:hover, .btn-box:active {
  background-color: #0e659f;
}

a.btn-box {
  background-color: #1177bb;
  color: #ffffff;
  border-color: #0e659f;
}
a.btn-box:hover, a.btn-box:active {
  background-color: #0e659f;
}

.btn-outline-box {
  background-color: transparent;
  background-image: none;
  color: #1177bb;
  border-color: #1177bb;
}
.btn-outline-box:hover, .btn-outline-box:active {
  background-color: #1177bb;
  color: #ffffff;
}

a.btn-outline-box {
  background-color: transparent;
  background-image: none;
  color: #1177bb;
  border-color: #1177bb;
}
a.btn-outline-box:hover, a.btn-outline-box:active {
  background-color: #1177bb;
  color: #ffffff;
}

.btn-dribbble {
  background-color: #ed4583;
  color: #ffffff;
  border-color: #c93b6f;
}
.btn-dribbble:hover, .btn-dribbble:active {
  background-color: #c93b6f;
}

a.btn-dribbble {
  background-color: #ed4583;
  color: #ffffff;
  border-color: #c93b6f;
}
a.btn-dribbble:hover, a.btn-dribbble:active {
  background-color: #c93b6f;
}

.btn-outline-dribbble {
  background-color: transparent;
  background-image: none;
  color: #ed4583;
  border-color: #ed4583;
}
.btn-outline-dribbble:hover, .btn-outline-dribbble:active {
  background-color: #ed4583;
  color: #ffffff;
}

a.btn-outline-dribbble {
  background-color: transparent;
  background-image: none;
  color: #ed4583;
  border-color: #ed4583;
}
a.btn-outline-dribbble:hover, a.btn-outline-dribbble:active {
  background-color: #ed4583;
  color: #ffffff;
}

.btn-dropbox {
  background-color: #0d83de;
  color: #ffffff;
  border-color: #0b6fbd;
}
.btn-dropbox:hover, .btn-dropbox:active {
  background-color: #0b6fbd;
}

a.btn-dropbox {
  background-color: #0d83de;
  color: #ffffff;
  border-color: #0b6fbd;
}
a.btn-dropbox:hover, a.btn-dropbox:active {
  background-color: #0b6fbd;
}

.btn-outline-dropbox {
  background-color: transparent;
  background-image: none;
  color: #0d83de;
  border-color: #0d83de;
}
.btn-outline-dropbox:hover, .btn-outline-dropbox:active {
  background-color: #0d83de;
  color: #ffffff;
}

a.btn-outline-dropbox {
  background-color: transparent;
  background-image: none;
  color: #0d83de;
  border-color: #0d83de;
}
a.btn-outline-dropbox:hover, a.btn-outline-dropbox:active {
  background-color: #0d83de;
  color: #ffffff;
}

.btn-ebay {
  background-color: #083891;
  color: #ffffff;
  border-color: #07307b;
}
.btn-ebay:hover, .btn-ebay:active {
  background-color: #07307b;
}

a.btn-ebay {
  background-color: #083891;
  color: #ffffff;
  border-color: #07307b;
}
a.btn-ebay:hover, a.btn-ebay:active {
  background-color: #07307b;
}

.btn-outline-ebay {
  background-color: transparent;
  background-image: none;
  color: #083891;
  border-color: #083891;
}
.btn-outline-ebay:hover, .btn-outline-ebay:active {
  background-color: #083891;
  color: #ffffff;
}

a.btn-outline-ebay {
  background-color: transparent;
  background-image: none;
  color: #083891;
  border-color: #083891;
}
a.btn-outline-ebay:hover, a.btn-outline-ebay:active {
  background-color: #083891;
  color: #ffffff;
}

.btn-facebook {
  background-color: #365396;
  color: #ffffff;
  border-color: #2e4780;
}
.btn-facebook:hover, .btn-facebook:active {
  background-color: #2e4780;
}

a.btn-facebook {
  background-color: #365396;
  color: #ffffff;
  border-color: #2e4780;
}
a.btn-facebook:hover, a.btn-facebook:active {
  background-color: #2e4780;
}

.btn-outline-facebook {
  background-color: transparent;
  background-image: none;
  color: #365396;
  border-color: #365396;
}
.btn-outline-facebook:hover, .btn-outline-facebook:active {
  background-color: #365396;
  color: #ffffff;
}

a.btn-outline-facebook {
  background-color: transparent;
  background-image: none;
  color: #365396;
  border-color: #365396;
}
a.btn-outline-facebook:hover, a.btn-outline-facebook:active {
  background-color: #365396;
  color: #ffffff;
}

.btn-flickr {
  background-color: #eb0066;
  color: #ffffff;
  border-color: #c80057;
}
.btn-flickr:hover, .btn-flickr:active {
  background-color: #c80057;
}

a.btn-flickr {
  background-color: #eb0066;
  color: #ffffff;
  border-color: #c80057;
}
a.btn-flickr:hover, a.btn-flickr:active {
  background-color: #c80057;
}

.btn-outline-flickr {
  background-color: transparent;
  background-image: none;
  color: #eb0066;
  border-color: #eb0066;
}
.btn-outline-flickr:hover, .btn-outline-flickr:active {
  background-color: #eb0066;
  color: #ffffff;
}

a.btn-outline-flickr {
  background-color: transparent;
  background-image: none;
  color: #eb0066;
  border-color: #eb0066;
}
a.btn-outline-flickr:hover, a.btn-outline-flickr:active {
  background-color: #eb0066;
  color: #ffffff;
}

.btn-foursquare {
  background-color: #207ec5;
  color: #ffffff;
  border-color: #1b6ba7;
}
.btn-foursquare:hover, .btn-foursquare:active {
  background-color: #1b6ba7;
}

a.btn-foursquare {
  background-color: #207ec5;
  color: #ffffff;
  border-color: #1b6ba7;
}
a.btn-foursquare:hover, a.btn-foursquare:active {
  background-color: #1b6ba7;
}

.btn-outline-foursquare {
  background-color: transparent;
  background-image: none;
  color: #207ec5;
  border-color: #207ec5;
}
.btn-outline-foursquare:hover, .btn-outline-foursquare:active {
  background-color: #207ec5;
  color: #ffffff;
}

a.btn-outline-foursquare {
  background-color: transparent;
  background-image: none;
  color: #207ec5;
  border-color: #207ec5;
}
a.btn-outline-foursquare:hover, a.btn-outline-foursquare:active {
  background-color: #207ec5;
  color: #ffffff;
}

.btn-github {
  background-color: #2e2e2e;
  color: #ffffff;
  border-color: #272727;
}
.btn-github:hover, .btn-github:active {
  background-color: #272727;
}

a.btn-github {
  background-color: #2e2e2e;
  color: #ffffff;
  border-color: #272727;
}
a.btn-github:hover, a.btn-github:active {
  background-color: #272727;
}

.btn-outline-github {
  background-color: transparent;
  background-image: none;
  color: #2e2e2e;
  border-color: #2e2e2e;
}
.btn-outline-github:hover, .btn-outline-github:active {
  background-color: #2e2e2e;
  color: #ffffff;
}

a.btn-outline-github {
  background-color: transparent;
  background-image: none;
  color: #2e2e2e;
  border-color: #2e2e2e;
}
a.btn-outline-github:hover, a.btn-outline-github:active {
  background-color: #2e2e2e;
  color: #ffffff;
}

.btn-google {
  background-color: #4387f4;
  color: #ffffff;
  border-color: #3973cf;
}
.btn-google:hover, .btn-google:active {
  background-color: #3973cf;
}

a.btn-google {
  background-color: #4387f4;
  color: #ffffff;
  border-color: #3973cf;
}
a.btn-google:hover, a.btn-google:active {
  background-color: #3973cf;
}

.btn-outline-google {
  background-color: transparent;
  background-image: none;
  color: #4387f4;
  border-color: #4387f4;
}
.btn-outline-google:hover, .btn-outline-google:active {
  background-color: #4387f4;
  color: #ffffff;
}

a.btn-outline-google {
  background-color: transparent;
  background-image: none;
  color: #4387f4;
  border-color: #4387f4;
}
a.btn-outline-google:hover, a.btn-outline-google:active {
  background-color: #4387f4;
  color: #ffffff;
}

.btn-google_plus {
  background-color: #e0462e;
  color: #ffffff;
  border-color: #be3c27;
}
.btn-google_plus:hover, .btn-google_plus:active {
  background-color: #be3c27;
}

a.btn-google_plus {
  background-color: #e0462e;
  color: #ffffff;
  border-color: #be3c27;
}
a.btn-google_plus:hover, a.btn-google_plus:active {
  background-color: #be3c27;
}

.btn-outline-google_plus {
  background-color: transparent;
  background-image: none;
  color: #e0462e;
  border-color: #e0462e;
}
.btn-outline-google_plus:hover, .btn-outline-google_plus:active {
  background-color: #e0462e;
  color: #ffffff;
}

a.btn-outline-google_plus {
  background-color: transparent;
  background-image: none;
  color: #e0462e;
  border-color: #e0462e;
}
a.btn-outline-google_plus:hover, a.btn-outline-google_plus:active {
  background-color: #e0462e;
  color: #ffffff;
}

.btn-instagram {
  background-color: #386c99;
  color: #ffffff;
  border-color: #305c82;
}
.btn-instagram:hover, .btn-instagram:active {
  background-color: #305c82;
}

a.btn-instagram {
  background-color: #386c99;
  color: #ffffff;
  border-color: #305c82;
}
a.btn-instagram:hover, a.btn-instagram:active {
  background-color: #305c82;
}

.btn-outline-instagram {
  background-color: transparent;
  background-image: none;
  color: #386c99;
  border-color: #386c99;
}
.btn-outline-instagram:hover, .btn-outline-instagram:active {
  background-color: #386c99;
  color: #ffffff;
}

a.btn-outline-instagram {
  background-color: transparent;
  background-image: none;
  color: #386c99;
  border-color: #386c99;
}
a.btn-outline-instagram:hover, a.btn-outline-instagram:active {
  background-color: #386c99;
  color: #ffffff;
}

.btn-linkedin {
  background-color: #006eb3;
  color: #ffffff;
  border-color: #005e98;
}
.btn-linkedin:hover, .btn-linkedin:active {
  background-color: #005e98;
}

a.btn-linkedin {
  background-color: #006eb3;
  color: #ffffff;
  border-color: #005e98;
}
a.btn-linkedin:hover, a.btn-linkedin:active {
  background-color: #005e98;
}

.btn-outline-linkedin {
  background-color: transparent;
  background-image: none;
  color: #006eb3;
  border-color: #006eb3;
}
.btn-outline-linkedin:hover, .btn-outline-linkedin:active {
  background-color: #006eb3;
  color: #ffffff;
}

a.btn-outline-linkedin {
  background-color: transparent;
  background-image: none;
  color: #006eb3;
  border-color: #006eb3;
}
a.btn-outline-linkedin:hover, a.btn-outline-linkedin:active {
  background-color: #006eb3;
  color: #ffffff;
}

.btn-pinterest {
  background-color: #cc1919;
  color: #ffffff;
  border-color: #ad1515;
}
.btn-pinterest:hover, .btn-pinterest:active {
  background-color: #ad1515;
}

a.btn-pinterest {
  background-color: #cc1919;
  color: #ffffff;
  border-color: #ad1515;
}
a.btn-pinterest:hover, a.btn-pinterest:active {
  background-color: #ad1515;
}

.btn-outline-pinterest {
  background-color: transparent;
  background-image: none;
  color: #cc1919;
  border-color: #cc1919;
}
.btn-outline-pinterest:hover, .btn-outline-pinterest:active {
  background-color: #cc1919;
  color: #ffffff;
}

a.btn-outline-pinterest {
  background-color: transparent;
  background-image: none;
  color: #cc1919;
  border-color: #cc1919;
}
a.btn-outline-pinterest:hover, a.btn-outline-pinterest:active {
  background-color: #cc1919;
  color: #ffffff;
}

.btn-skype {
  background-color: #00abf5;
  color: #ffffff;
  border-color: #0091d0;
}
.btn-skype:hover, .btn-skype:active {
  background-color: #0091d0;
}

a.btn-skype {
  background-color: #00abf5;
  color: #ffffff;
  border-color: #0091d0;
}
a.btn-skype:hover, a.btn-skype:active {
  background-color: #0091d0;
}

.btn-outline-skype {
  background-color: transparent;
  background-image: none;
  color: #00abf5;
  border-color: #00abf5;
}
.btn-outline-skype:hover, .btn-outline-skype:active {
  background-color: #00abf5;
  color: #ffffff;
}

a.btn-outline-skype {
  background-color: transparent;
  background-image: none;
  color: #00abf5;
  border-color: #00abf5;
}
a.btn-outline-skype:hover, a.btn-outline-skype:active {
  background-color: #00abf5;
  color: #ffffff;
}

.btn-tumblr {
  background-color: #304d69;
  color: #ffffff;
  border-color: #294159;
}
.btn-tumblr:hover, .btn-tumblr:active {
  background-color: #294159;
}

a.btn-tumblr {
  background-color: #304d69;
  color: #ffffff;
  border-color: #294159;
}
a.btn-tumblr:hover, a.btn-tumblr:active {
  background-color: #294159;
}

.btn-outline-tumblr {
  background-color: transparent;
  background-image: none;
  color: #304d69;
  border-color: #304d69;
}
.btn-outline-tumblr:hover, .btn-outline-tumblr:active {
  background-color: #304d69;
  color: #ffffff;
}

a.btn-outline-tumblr {
  background-color: transparent;
  background-image: none;
  color: #304d69;
  border-color: #304d69;
}
a.btn-outline-tumblr:hover, a.btn-outline-tumblr:active {
  background-color: #304d69;
  color: #ffffff;
}

.btn-twitter {
  background-color: #00a8f0;
  color: #ffffff;
  border-color: #008fcc;
}
.btn-twitter:hover, .btn-twitter:active {
  background-color: #008fcc;
}

a.btn-twitter {
  background-color: #00a8f0;
  color: #ffffff;
  border-color: #008fcc;
}
a.btn-twitter:hover, a.btn-twitter:active {
  background-color: #008fcc;
}

.btn-outline-twitter {
  background-color: transparent;
  background-image: none;
  color: #00a8f0;
  border-color: #00a8f0;
}
.btn-outline-twitter:hover, .btn-outline-twitter:active {
  background-color: #00a8f0;
  color: #ffffff;
}

a.btn-outline-twitter {
  background-color: transparent;
  background-image: none;
  color: #00a8f0;
  border-color: #00a8f0;
}
a.btn-outline-twitter:hover, a.btn-outline-twitter:active {
  background-color: #00a8f0;
  color: #ffffff;
}

.btn-vimeo {
  background-color: #4ab7ed;
  color: #ffffff;
  border-color: #3f9cc9;
}
.btn-vimeo:hover, .btn-vimeo:active {
  background-color: #3f9cc9;
}

a.btn-vimeo {
  background-color: #4ab7ed;
  color: #ffffff;
  border-color: #3f9cc9;
}
a.btn-vimeo:hover, a.btn-vimeo:active {
  background-color: #3f9cc9;
}

.btn-outline-vimeo {
  background-color: transparent;
  background-image: none;
  color: #4ab7ed;
  border-color: #4ab7ed;
}
.btn-outline-vimeo:hover, .btn-outline-vimeo:active {
  background-color: #4ab7ed;
  color: #ffffff;
}

a.btn-outline-vimeo {
  background-color: transparent;
  background-image: none;
  color: #4ab7ed;
  border-color: #4ab7ed;
}
a.btn-outline-vimeo:hover, a.btn-outline-vimeo:active {
  background-color: #4ab7ed;
  color: #ffffff;
}

.btn-yelp {
  background-color: #c21000;
  color: #ffffff;
  border-color: #a50e00;
}
.btn-yelp:hover, .btn-yelp:active {
  background-color: #a50e00;
}

a.btn-yelp {
  background-color: #c21000;
  color: #ffffff;
  border-color: #a50e00;
}
a.btn-yelp:hover, a.btn-yelp:active {
  background-color: #a50e00;
}

.btn-outline-yelp {
  background-color: transparent;
  background-image: none;
  color: #c21000;
  border-color: #c21000;
}
.btn-outline-yelp:hover, .btn-outline-yelp:active {
  background-color: #c21000;
  color: #ffffff;
}

a.btn-outline-yelp {
  background-color: transparent;
  background-image: none;
  color: #c21000;
  border-color: #c21000;
}
a.btn-outline-yelp:hover, a.btn-outline-yelp:active {
  background-color: #c21000;
  color: #ffffff;
}

.btn-youtube {
  background-color: #ff3333;
  color: #ffffff;
  border-color: #d92b2b;
}
.btn-youtube:hover, .btn-youtube:active {
  background-color: #d92b2b;
}

a.btn-youtube {
  background-color: #ff3333;
  color: #ffffff;
  border-color: #d92b2b;
}
a.btn-youtube:hover, a.btn-youtube:active {
  background-color: #d92b2b;
}

.btn-outline-youtube {
  background-color: transparent;
  background-image: none;
  color: #ff3333;
  border-color: #ff3333;
}
.btn-outline-youtube:hover, .btn-outline-youtube:active {
  background-color: #ff3333;
  color: #ffffff;
}

a.btn-outline-youtube {
  background-color: transparent;
  background-image: none;
  color: #ff3333;
  border-color: #ff3333;
}
a.btn-outline-youtube:hover, a.btn-outline-youtube:active {
  background-color: #ff3333;
  color: #ffffff;
}

.btn-gradient1 {
  background-image: linear-gradient(120deg, #1d2c63 0%, #40b1dd 100%);
  color: #ffffff;
  border-color: white;
}
.btn-gradient1:hover, .btn-gradient1:active {
  color: white;
}

.btn-gradient2 {
  background-image: linear-gradient(to right, #1d2c63 0%, #40b1dd 100%);
  color: #ffffff;
  border-color: white;
}
.btn-gradient2:hover, .btn-gradient2:active {
  color: white;
}

/** -----Forms----- **/
/** Form Control **/
.form-control {
  min-height: 45px;
  border: 1px solid #e5e7ec;
  color: #50555f;
  -webkit-border-radius: 25px;
  -khtml-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  border-radius: 25px;
}
.form-control::-webkit-input-placeholder {
  color: #8a9ba8 !important;
}
.form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #8a9ba8 !important;
}
.form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #8a9ba8 !important;
}
.form-control:-ms-input-placeholder {
  color: #8a9ba8 !important;
}

select:focus,
textarea:focus,
input:focus {
  border-color: #1d2c63;
  border-color: rgba(29, 44, 99, 0.5);
  box-shadow: none !important;
  outline: 0 none;
}

/** Iconic Input **/
.iconic-text-input {
  position: relative;
}
.iconic-text-input i {
  position: absolute;
  top: 13px;
  right: 13px;
  font-size: 18px;
  color: #8a9ba8;
}

.search-text-input {
  position: relative;
}
.search-text-input button {
  position: absolute;
  background: #1d2c63;
  color: #ffffff;
  border: 1px solid #1d2c63;
  -webkit-border-top-left-radius: 0px;
  -webkit-border-top-right-radius: 25px;
  -webkit-border-bottom-right-radius: 25px;
  -webkit-border-bottom-left-radius: 0px;
  -moz-border-radius-topleft: 0px;
  -moz-border-radius-topright: 25px;
  -moz-border-radius-bottomright: 25px;
  -moz-border-radius-bottomleft: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  border-bottom-left-radius: 0px;
  height: 45px;
  top: 0px;
  right: 0px;
  cursor: pointer;
  width: 50px;
}
[dir=rtl] .search-text-input button {
  right: auto;
  left: 0;
  -webkit-border-top-left-radius: 25px;
  -webkit-border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
  -webkit-border-bottom-left-radius: 25px;
  -moz-border-radius-topleft: 25px;
  -moz-border-radius-topright: 0px;
  -moz-border-radius-bottomright: 0px;
  -moz-border-radius-bottomleft: 25px;
  border-top-left-radius: 25px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 25px;
}

.custom-file {
  min-height: 45px;
}

.custom-file-input {
  min-height: 45px;
}
.custom-file-input:focus {
  border-color: #1d2c63;
  border-color: rgba(29, 44, 99, 0.5);
  box-shadow: none !important;
  outline: 0 none;
}

.custom-file-label {
  height: 45px;
  padding: 10px 10px;
  line-height: 1.5;
  color: #8a9ba8 !important;
  background-color: #ffffff;
  border: 1px solid #e5e7ec;
  -webkit-border-radius: 25px;
  -khtml-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  border-radius: 25px;
}
.custom-file-label::after {
  height: 45px;
  padding: 10px 10px;
  line-height: 1.5;
  color: #ffffff;
  content: "Browse";
  background-color: #1d2c63;
  border-left: 1px solid #1d2c63;
  border-radius: 0 25px 25px 0;
}

/** Overide Ranger Colors **/
.asRange {
  width: 100%;
  background-color: #e5e7ec;
}
.asRange .asRange-selected {
  background-color: #1d2c63;
}
.asRange .asRange-pointer::before {
  background: #40b1dd;
}
.asRange .asRange-pointer .asRange-tip {
  font-family: "Nunito", sans-serif;
}

.list-label {
  margin-left: 7px;
}

/** Custom Date Dropper **/
div.datedropper.custom-datedropper {
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  width: 200px;
}

div.datedropper.custom-datedropper .picker {
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0px 0px 64px rgba(0, 0, 0, 0.14);
  -khtml-box-shadow: 0px 0px 64px rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0px 0px 64px rgba(0, 0, 0, 0.14);
  -ms-box-shadow: 0px 0px 64px rgba(0, 0, 0, 0.14);
  -o-box-shadow: 0px 0px 64px rgba(0, 0, 0, 0.14);
  box-shadow: 0px 0px 64px rgba(0, 0, 0, 0.14);
}

div.datedropper.custom-datedropper .pick-l {
  -webkit-border-top-left-radius: 0px;
  -webkit-border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-topleft: 0px;
  -moz-border-radius-topright: 0px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

div.datedropper.custom-datedropper:before,
div.datedropper.custom-datedropper .pick-submit,
div.datedropper.custom-datedropper .pick-lg-b .pick-sl:before,
div.datedropper.custom-datedropper .pick-m,
div.datedropper.custom-datedropper .pick-lg-h {
  background-color: #40b1dd;
}

div.datedropper.custom-datedropper .pick-y.pick-jump,
div.datedropper.custom-datedropper .pick li span,
div.datedropper.custom-datedropper .pick-lg-b .pick-wke,
div.datedropper.custom-datedropper .pick-btn {
  color: #40b1dd;
}

div.datedropper.custom-datedropper .picker,
div.datedropper.custom-datedropper .pick-l {
  background-color: #ffffff;
}

div.datedropper.custom-datedropper .picker,
div.datedropper.custom-datedropper .pick-arw,
div.datedropper.custom-datedropper .pick-l {
  color: #50555f;
}

div.datedropper.custom-datedropper .pick-m,
div.datedropper.custom-datedropper .pick-m .pick-arw,
div.datedropper.custom-datedropper .pick-lg-h,
div.datedropper.custom-datedropper .pick-lg-b .pick-sl,
div.datedropper.custom-datedropper .pick-submit {
  color: #ffffff;
}

div.datedropper.custom-datedropper.picker-tiny:before,
div.datedropper.custom-datedropper.picker-tiny .pick-m {
  background-color: #ffffff;
}

div.datedropper.custom-datedropper.picker-tiny .pick-m,
div.datedropper.custom-datedropper.picker-tiny .pick-m .pick-arw {
  color: #50555f;
}

div.datedropper.custom-datedropper.picker-lkd .pick-submit {
  background-color: #ffffff;
  color: #50555f;
}

/* Custom Checkbox and Radio Buttons */
.animated-checkbox input[type=checkbox] {
  display: none;
}
.animated-checkbox input[type=checkbox] + .label-text {
  cursor: pointer !important;
  user-select: none;
  font-weight: 400;
}
.animated-checkbox input[type=checkbox] + .label-text:before {
  content: "";
  font-family: "feather";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 18px;
  -webkit-font-smoothing: antialiased;
  width: 1em;
  display: inline-block;
  margin-right: 2px;
  vertical-align: -2px;
}
.animated-checkbox input[type=checkbox]:checked + .label-text:before {
  content: "";
  color: #1d2c63;
  animation: tick 180ms ease-in;
}
.animated-checkbox input[type=checkbox]:disabled + .label-text {
  cursor: not-allowed !important;
}
.animated-checkbox input[type=checkbox]:disabled + .label-text:before {
  content: "";
  color: #8a9ba8;
}

.animated-radio-button input[type=radio] {
  display: none;
}
.animated-radio-button input[type=radio] + .label-text {
  cursor: pointer !important;
  user-select: none;
  font-weight: 400;
}
.animated-radio-button input[type=radio] + .label-text:before {
  content: "";
  font-family: "feather";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 18px;
  -webkit-font-smoothing: antialiased;
  width: 1em;
  display: inline-block;
  margin-right: 2px;
  vertical-align: -2px;
}
.animated-radio-button input[type=radio]:checked + .label-text:before {
  content: "";
  color: #1d2c63;
  animation: tick 180ms ease-in;
}
.animated-radio-button input[type=radio]:disabled + .label-text {
  cursor: not-allowed !important;
}
.animated-radio-button input[type=radio]:disabled + .label-text:before {
  content: "";
  color: #8a9ba8;
}

@keyframes tick {
  0% {
    transform: scale(0);
  }
  90% {
    transform: scale(1.4);
  }
  100% {
    transform: scale(1);
  }
}
/* Toggle */
.toggle.lg input[type=checkbox] + .button-indecator:before {
  font-size: 30px;
}
.toggle input[type=checkbox] {
  display: none;
}
.toggle input[type=checkbox] + .button-indecator {
  cursor: pointer;
  display: block;
  user-select: none;
}
.toggle input[type=checkbox] + .button-indecator:before {
  content: "";
  font-family: "feather";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 25px;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  margin-right: 5px;
  vertical-align: -2px;
}
.toggle input[type=checkbox]:checked + .button-indecator:before {
  content: "";
  color: #40b1dd;
  animation: toggleBtn 0.3s ease-in-out;
}
.toggle input[type=checkbox]:disabled + .button-indecator {
  cursor: not-allowed !important;
}
.toggle input[type=checkbox]:disabled + .button-indecator:before {
  color: #8a9ba8;
}

.toggle-flip input[type=checkbox] {
  display: none;
}
.toggle-flip input[type=checkbox] + .flip-indecator {
  position: relative;
  width: 60px;
  height: 30px;
  display: block;
  cursor: pointer;
  user-select: none;
  perspective: 90px;
}
.toggle-flip input[type=checkbox] + .flip-indecator:before, .toggle-flip input[type=checkbox] + .flip-indecator:after {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  line-height: 30px;
  backface-visibility: hidden;
  text-align: center;
  border-radius: 3px;
  transition: all 0.5s ease;
}
.toggle-flip input[type=checkbox] + .flip-indecator:before {
  content: attr(data-toggle-off);
  background-color: #e5e7ec;
}
.toggle-flip input[type=checkbox] + .flip-indecator:after {
  content: attr(data-toggle-on);
  background-color: #1d2c63;
  color: #ffffff;
  transform: rotateY(-180deg);
}
.toggle-flip input[type=checkbox]:checked + .flip-indecator:before {
  transform: rotateY(180deg);
}
.toggle-flip input[type=checkbox]:checked + .flip-indecator:after {
  transform: rotateY(0deg);
}
.toggle-flip input[type=checkbox]:disabled + .flip-indecator {
  cursor: not-allowed !important;
  color: #8a9ba8;
}

@keyframes toggleBtn {
  0% {
    opacity: 0;
    transform: translateX(-1px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.datepicker {
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.datepicker.dropdown-menu {
  -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  -khtml-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  color: #50555f !important;
  font-size: 14px !important;
}

.datepicker table tr td.active.active, .datepicker table tr td.active.highlighted.active, .datepicker table tr td.active.highlighted:active, .datepicker table tr td.active:active {
  color: #ffffff;
  background-color: #1d2c63;
  border-color: #17234f;
}

.datepicker table tr td.active.active.focus, .datepicker table tr td.active.active:focus, .datepicker table tr td.active.active:hover, .datepicker table tr td.active.highlighted.active.focus, .datepicker table tr td.active.highlighted.active:focus, .datepicker table tr td.active.highlighted.active:hover, .datepicker table tr td.active.highlighted:active.focus, .datepicker table tr td.active.highlighted:active:focus, .datepicker table tr td.active.highlighted:active:hover, .datepicker table tr td.active:active.focus, .datepicker table tr td.active:active:focus, .datepicker table tr td.active:active:hover {
  color: #ffffff;
  background-color: #40b1dd;
  border-color: #2aa8d9;
}

.dropzone {
  border: 2px dashed #1d2c63;
  padding: 80px 0px;
  text-align: center;
  min-height: 150px;
  cursor: pointer;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

.note-editor.note-frame {
  border: 1px solid #8a9ba8 !important;
}

/** -----Profile----- **/
.profile-image-holder {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.profile-image-holder .profile-image {
  position: relative;
  width: 120px;
  height: 120px;
}
.profile-image-holder .profile-image img {
  width: 120px;
  height: 120px;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.profile-image-holder .profile-image .image-edit-icon {
  position: absolute;
  display: block;
  width: 40px;
  height: 40px;
  font-size: 16px;
  line-height: 40px;
  text-align: center;
  background: #40b1dd;
  color: #ffffff;
  bottom: 20px;
  right: -10px;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  -khtml-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}

/** -----Archives----- **/
.archives-holder {
  position: relative;
}
.archives-holder .archives-title h3 {
  font-size: 20px;
}
.archives-holder .archives-items ul {
  padding: 0px;
  margin: 0px;
}
.archives-holder .archives-items ul li {
  list-style: none;
  padding: 8px 0px;
  border-bottom: 1px dotted #8a9ba8;
}
.archives-holder .archives-items ul li:before {
  font-family: "LineIcons";
  content: "";
  color: #8a9ba8;
  font-size: 18px;
}
.archives-holder .archives-items ul li a {
  padding-left: 5px;
}
.archives-holder .archives-items ul li:last-child {
  border-bottom: 0px;
}

.archives-categories .nav-pills .nav-link.active,
.archives-categories .nav-pills .show > .nav-link {
  background-color: #ffffff;
  color: #50555f;
  border-left: 2px solid #1d2c63;
}
.archives-categories .nav-pills .nav-link.active:hover,
.archives-categories .nav-pills .show > .nav-link:hover {
  color: #40b1dd;
}
.archives-categories .nav-link {
  position: relative;
  border-left: 2px solid #ffffff;
  border-radius: 0;
  font-weight: 500;
}
@media (min-width: 991px) {
  .archives-categories .nav-link {
    border-right: 1px solid #e5e7ec;
  }
}
.archives-categories .nav-link .article-number {
  position: absolute;
  display: block;
  background: #40b1dd;
  color: #ffffff;
  top: 7px;
  right: 10px;
  padding: 1px 5px;
  font-weight: 300;
  border-radius: 5px;
}

.archive-block {
  text-align: center;
}
.archive-block a {
  display: block;
  width: 100%;
  padding: 30px 20px;
  border: 1px solid #40b1dd;
  font-size: 18px;
  font-weight: 500;
  border-radius: 5px;
  color: #40b1dd;
}
.archive-block a:hover, .archive-block a:active {
  background: #40b1dd;
  color: #ffffff !important;
}

.item-list {
  position: relative;
  background: #ffffff;
}
.item-list .list-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  color: #50555f;
}
.item-list .list-overlay .l-text {
  font-size: 18px;
  margin-top: 10px;
}

.m-loader {
  position: relative !important;
  width: 40px !important;
}
.m-loader:before {
  content: "";
  display: block;
  padding-top: 100%;
}

.m-circular {
  animation: rotate 1.5s linear infinite;
  height: 100%;
  transform-origin: center center;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.path {
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  stroke: #1d2c63;
  animation: dash 1.5s ease-in-out infinite;
  stroke-linecap: round;
}

@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}
/** -----FAQS----- **/
.faq-style-one .faq-holder {
  border: 1px solid #e5e7ec;
  margin-bottom: 3px;
  border-bottom: 0;
}
.faq-style-one .faq-holder .faq-header {
  border-bottom: 1px solid #e5e7ec;
  padding: 10px 15px;
}
.faq-style-one .faq-holder .faq-header a {
  font-size: 18px;
}
.faq-style-one .faq-holder .faq-header a::after {
  content: "";
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "LineIcons" !important;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  float: right;
  transition: transform 0.25s linear;
  -webkit-transition: -webkit-transform 0.25s linear;
}
.faq-style-one .faq-holder .faq-header a[aria-expanded=true]:after {
  content: "";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.faq-style-one .faq-holder .faq-header a[aria-expanded=false]:after {
  content: "";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.faq-style-one .faq-holder .collapse.show {
  border-bottom: 1px solid #e5e7ec;
}
.faq-style-one .faq-holder .faq-body {
  padding: 15px;
}

@media (min-width: 991px) {
  .faq-categories {
    position: fixed;
  }
}
.faq-categories .nav-pills .nav-link.active,
.faq-categories .nav-pills .show > .nav-link {
  background-color: #ffffff;
  color: #50555f;
  border-left: 2px solid #1d2c63;
}
.faq-categories .nav-pills .nav-link.active:hover,
.faq-categories .nav-pills .show > .nav-link:hover {
  color: #40b1dd;
}
.faq-categories .nav-link {
  border-left: 2px solid #ffffff;
  border-radius: 0;
  font-weight: 500;
}

.faq-item .faq-icon {
  display: block;
  background: #40b1dd;
  width: 40px;
  height: 40px;
  margin-right: 10px;
  color: #ffffff;
  font-size: 20px;
  line-height: 40px;
  text-align: center;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}

/** -----Icon Boxes----- **/
.iconic-box-1 .box-iconic {
  text-align: center !important;
  float: left;
  font-size: 40px;
}
.iconic-box-1 .box-iconic.box-rounded {
  -webkit-border-radius: 50px;
  -khtml-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
}
.iconic-box-1 .box-iconic.iconic-block {
  height: 62px;
  width: 62px;
}
.iconic-box-1 .box-iconic.iconic-block i {
  font-size: 30px;
  line-height: 58px;
}
.iconic-box-1 .box-iconic.iconic-image img {
  width: 50px;
  height: 50px;
}
.iconic-box-1 .box-content {
  margin-left: 70px;
}
.iconic-box-1 .box-content .read {
  color: #40b1dd;
  text-decoration: none;
}
.iconic-box-1 .box-content .read i {
  font-size: 12px;
  margin-left: 5px;
}

.iconic-box-2 .box-iconic i {
  font-size: 40px;
}
.iconic-box-2 .box-iconic.box-rounded {
  -webkit-border-radius: 50px;
  -khtml-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
}
.iconic-box-2 .box-iconic.box-rounded img {
  -webkit-border-radius: 50px;
  -khtml-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
}
.iconic-box-2 .box-iconic.iconic-block {
  height: 62px;
  width: 62px;
  display: inline-block;
  text-align: center !important;
}
.iconic-box-2 .box-iconic.iconic-block i {
  font-size: 30px;
  line-height: 58px;
}
.iconic-box-2 .box-iconic.iconic-image img {
  width: 64px;
  height: 64px;
}
.iconic-box-2 .read {
  color: #40b1dd;
  text-decoration: none;
}
.iconic-box-2 .read i {
  font-size: 12px;
  margin-left: 5px;
}

/** -----Tile----- **/
.tile {
  position: relative;
  background: #ffffff;
  -webkit-border-radius: 8px;
  -khtml-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
}
.tile .tile-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  color: #50555f;
  -webkit-border-radius: 8px;
  -khtml-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
}
.tile .tile-overlay .l-text {
  font-size: 18px;
  margin-top: 10px;
}
.tile .tile-title {
  padding: 20px;
  border-bottom: 1px solid #e5e7ec;
}
.tile .tile-title h3 {
  font-size: 18px;
  line-height: 18px;
}
.tile .tile-title-w-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
  border-bottom: 1px solid #e5e7ec;
}
.tile .tile-title-w-btn p {
  margin: 0;
}
.tile .tile-title-w-btn .title {
  margin: 0;
}
.tile .tile-title-w-btn .title h3 {
  font-size: 18px;
  line-height: 18px;
}
.tile .tile-title-w-btn .side {
  margin-bottom: 0;
  padding-left: 0;
}
.tile .tile-title-w-btn .btn-group {
  flex: 0 0 auto;
}
.tile .tile-content {
  padding: 20px;
}
.tile .tile-footer {
  border-top: 1px solid #e5e7ec;
  padding: 10px 20px;
}
.tile .tile-tabs {
  padding: 0px;
}

.m-loader {
  position: relative !important;
  width: 40px !important;
}
.m-loader:before {
  content: "";
  display: block;
  padding-top: 100%;
}

.m-circular {
  animation: rotate 1.5s linear infinite;
  height: 100%;
  transform-origin: center center;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.path {
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  stroke: #1d2c63;
  animation: dash 1.5s ease-in-out infinite;
  stroke-linecap: round;
}

@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}
/****************************/
/** Blocks **/
/****************************/
/** -----Article----- **/
.nav-sidebar {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}
@media (max-width: 768px) {
  .nav-sidebar {
    position: fixed;
    top: 0;
    right: 0;
    background: #ffffff;
    width: 250px;
    z-index: 1050;
    height: 100%;
    padding: 20px;
    border-left: 1px solid #8a9ba8;
    transition: all 0.2s ease-in-out;
    visibility: hidden;
  }
}
.nav-sidebar ul {
  list-style: none;
}
.nav-sidebar ul li {
  margin-bottom: 10px;
}
.nav-sidebar .close-button {
  display: none;
}
@media (max-width: 768px) {
  .nav-sidebar .close-button {
    display: block !important;
  }
}

.siderbar-toggler {
  display: none;
}
@media (max-width: 768px) {
  .siderbar-toggler {
    display: block !important;
    position: fixed;
    top: 280px;
    right: 0;
    z-index: 999;
  }
}

.comment-form .form-control {
  min-height: 50px;
  border: 1px solid #8a9ba8;
  color: #50555f;
}
.comment-form .form-control::-webkit-input-placeholder {
  color: #8a9ba8 !important;
}
.comment-form .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #8a9ba8 !important;
}
.comment-form .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #8a9ba8 !important;
}
.comment-form .form-control:-ms-input-placeholder {
  color: #8a9ba8 !important;
}
.comment-form textarea:focus,
.comment-form input:focus {
  border-color: rgba(51, 181, 229, 0.5);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(51, 181, 229, 0.3);
  outline: 0 none;
}

.pinned-article {
  padding: 7px;
  border: 1px solid #8a9ba8;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 500;
}

.author-meta img {
  width: 60px;
  height: 60px;
}

.sidebar {
  position: relative;
  margin: 20px 0px;
}
.sidebar .sidebar-title {
  margin-bottom: 10px;
}
.sidebar .sidebar-title h3 {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 700;
}
.sidebar .sidebar-content {
  margin-bottom: 20px;
}
.sidebar .sidebar-content .recent-articles {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.sidebar .sidebar-content .recent-articles li {
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid #e5e7ec;
}
.sidebar .sidebar-content .recent-articles li .recent-article-title h5 {
  font-size: 18px;
}
.sidebar .sidebar-content .recent-articles li .recent-article-category {
  color: #40b1dd;
}
.sidebar .sidebar-content .recent-articles li .recent-article-date {
  color: #8a9ba8;
}

/** -----Call To Action----- **/
.call-to-action {
  background: linear-gradient(120deg, #1d2c63 0%, #40b1dd 100%);
  text-align: center;
}
.call-to-action .title {
  color: #ffffff;
}
.call-to-action .description {
  color: #ffffff;
}

/** -----Home Banner----- **/
.home-banner {
  padding: 150px 0px;
  position: relative;
  background: url("../images/banner.jpg") center center no-repeat;
  background-size: cover;
}

/** -----Authentication----- **/
.card-signin {
  border: 0;
  -webkit-border-radius: 8px;
  -khtml-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  -khtml-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
}
.card-signin .card-title {
  margin-bottom: 35px;
  font-weight: 300;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #8a9ba8;
}
.card-signin .card-body {
  padding: 30px;
}
.card-signin .card-body .app-logo img {
  width: 200px;
  height: auto;
}
.card-signin .card-footer {
  border-top: 1px solid #e5e7ec;
  background: #ffffff;
  -webkit-border-top-left-radius: 0px;
  -webkit-border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 8px;
  -webkit-border-bottom-left-radius: 8px;
  -moz-border-radius-topleft: 0px;
  -moz-border-radius-topright: 0px;
  -moz-border-radius-bottomright: 8px;
  -moz-border-radius-bottomleft: 8px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}

/** -----Authentication----- **/
.inner-banner {
  padding: 50px 0px;
  position: relative;
  background: url("../images/banner.jpg") center center no-repeat;
  background-size: cover;
  text-align: center;
}
.inner-banner h4 {
  color: #ffffff;
}

.inner-section {
  padding: 80px 0px;
  min-height: 700px;
  background: #edf6fe;
}

.dash-tile {
  position: relative;
  background-color: #8a9ba8;
  -webkit-border-radius: 8px;
  -khtml-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  padding: 20px 80px 20px 20px;
  margin-bottom: 20px;
  background-repeat: no-repeat;
  background-position: right center;
}
.dash-tile h2 {
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #ffffff;
  line-height: 20px;
}
.dash-tile h4 {
  font-size: 50px;
  line-height: 50px;
  color: #ffffff;
}
.dash-tile.all-tickets {
  background-image: url("../images/all-ticket.png");
}
.dash-tile.new-tickets {
  background-image: url("../images/new-ticket.png");
}
.dash-tile.proggress-tickets {
  background-image: url("../images/progress-ticket.png");
}
.dash-tile.closed-tickets {
  background-image: url("../images/closed-ticket.png");
}

/** -----Listing----- **/
.tickets-list {
  position: relative;
  border-bottom: 1px solid #e5e7ec;
  padding: 10px 60px 10px 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.tickets-list.no-action {
  padding: 10px 0px 10px 0px !important;
}
.tickets-list .ticket-info .media .image-holder {
  margin-right: 15px;
}
.tickets-list .ticket-info .media .image-holder img {
  width: 75px;
  height: 75px;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.tickets-list .ticket-info .media .media-body h6 {
  font-size: 15px;
}
.tickets-list .ticket-info .media .media-body p {
  margin-bottom: 0px !important;
}
.tickets-list .assigned-to {
  margin-left: auto;
}
.tickets-list .assigned-to .media .image-holder {
  margin-right: 15px;
}
.tickets-list .assigned-to .media .image-holder img {
  width: 40px;
  height: 40px;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.tickets-list .assigned-to .media .media-body h6 {
  font-size: 14px;
}
.tickets-list .assigned-to .media .media-body p {
  margin-bottom: 0px !important;
  font-size: 12px;
  line-height: 20px;
}

.action-dropdown {
  position: absolute;
  right: 0px;
  top: 35%;
}
.action-dropdown .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 40px !important;
  margin-top: 10px;
  font-size: 20px;
  vertical-align: 0px;
  content: "" !important;
  font-family: "LineIcons";
  border-top: 0 !important;
  border-right: 0 !important;
  border-bottom: 0 !important;
  border-left: 0 !important;
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.action-dropdown .dropdown-menu {
  border: 1px solid #e5e7ec;
  -webkit-border-radius: 8px;
  -khtml-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
}
.action-dropdown .dropdown-item {
  cursor: pointer;
  color: #50555f;
}
.action-dropdown .dropdown-item:focus {
  background: #e5e7ec !important;
}


.service {
  border-bottom: 1px solid #ddd;
  background: #6c5ce7;
  background-image: linear-gradient(-90deg, #0DA692, #6c5ce7);
}