/*----------------------------------------------------------------------------------------------------------------------
Project:	    StartUps
Version:        1.0.0

Default Color   #C31F66;

Body copy:		'Poppins', sans-serif; 15px;
Headers:		'Poppins', sans-serif;

----------------------------------------------------------------------------------------------------------------------*/

/*----------------------------------------------------------------------------------------------------------------------
[Table of contents]

A. Basic Styling
  -- Styling

B. Helpers
  -- Animations
  -- Borders
  -- Colors
  -- Column Count
  -- Transitions
  -- Background
  -- Headings
  -- Height
  -- Margin
  -- No Gutter
  -- Opacity
  -- Overflow
  -- Padding
  -- Position
  -- Shadow
  -- Shape Mask
  -- Typography
  -- Title
  -- Transitions
  -- Utilities
  -- Width
  -- Z-Index

C. Components
  -- Block
  -- Blockquote
  -- Box
  -- Buttons
  -- Card
  -- Circle
  -- Forms
  -- Hr
  -- Inputs
  -- Item
  -- List
  -- Map
  -- Hero
  -- Navbar
  -- Page
  -- Partners
  -- Plugins
  -- Price Box
  -- Progress
  -- Promo Numbers
  -- Select
  -- Slider
  -- Tabs

D. Plugins Styles
  -- Magnific Popup
  -- Owl Carousel

E. Template Specific Elements
  -- Price Box
  -- SVG Shapes
  -- Other


----------------------------------------------------------------------------------------------------------------------*/

/***********************************************************************************************************************
A. Basic Styling
***********************************************************************************************************************/

/*-------------------------------------------
  -- Styling - Colors, Font Size, Font Family
-------------------------------------------*/

body {
    color: #191919;
    font-family: 'cairo', sans-serif;
    font-weight: 400;
    font-size: 20px;
    margin: 0;
    padding: 0;
	text-align:right;
}
@media (max-width: 767px) { 
   
.navbar
{
padding-top:10px!important;
padding-bottom:10px!important;
}
#ts-hero 
{
height: 481px!important;
}
.navbar-brand img
{
width:40%;
}
p 
{
    line-height: 2.3rem!important;
}
body 
{
font-size:17px!important;
}

}
.navbar-collapse
{
	flex-grow: 0;
}
.list-unstyled {
    padding-right: 0;
    list-style: none;
}

html {
    font-size: 80%;
}

h1, .ts-h1 {
    font-weight: 400;
    font-size: 2.5rem;
}

h2, .ts-h2 {
    font-weight: 500;
    font-size: 1.5rem;
}

h3, .ts-h3 {
    font-weight: 600;
    font-size: 1.25rem;
    margin-bottom: 1.5625rem;
}

h4, .ts-h4 {
    font-weight: 600;
    margin-bottom: 1.875rem;
}

h5, .ts-h5 {
    font-size: 1rem;
    font-weight: 600;
}

h6, .ts-h6 {
    font-size: .9375rem;
}

/* NEW */

/***********************************************************************************************************************
B. Helpers
***********************************************************************************************************************/

/*-------------------------------------------
  -- Animations
-------------------------------------------*/

[data-animate] {
    /*
  opacity: 0;
  animation-fill-mode: forwards;
  animation-duration: 1s;
  */
}

/* Fade In Up */

@keyframes ts-fadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0, 1.25rem, 0);
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

.ts-fadeInUp {
    animation-name: ts-fadeInUp;
}

/* Fade In Down */

@keyframes ts-fadeInDown {
    from {
        opacity: 0;
        transform: translate3d(0, -1.25rem, 0);
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

.ts-fadeInDown {
    animation-name: ts-fadeInDown;
}

/* Fade In Left */

@keyframes ts-fadeInLeft {
    from {
        opacity: 0;
        transform: translate3d(-1.25rem, 0, 0);
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

.ts-fadeInLeft {
    animation-name: ts-fadeInLeft;
}

/* Fade In Right */

@keyframes ts-fadeInRight {
    from {
        opacity: 0;
        transform: translate3d(1.25rem, 0, 0);
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

.ts-fadeInRight {
    animation-name: ts-fadeInRight;
}

/* Zoom In */

@keyframes ts-zoomIn {
    from {
        opacity: 0;
        transform: scale(.5);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

.ts-zoomIn {
    animation-name: ts-zoomIn;
}

/* Zoom In Short */

@keyframes ts-zoomInShort {
    from {
        opacity: 0;
        transform: scale(.9);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

.ts-zoomInShort {
    animation-name: ts-zoomInShort;
}

/*-------------------------------------------
  -- Borders
-------------------------------------------*/

.ts-border-radius__sm {
    border-radius: .125rem;
    overflow: hidden;
}

.ts-border-radius__md {
    border-radius: .25rem;
    overflow: hidden;
}

.ts-border-radius__lg {
    border-radius: .5rem;
    overflow: hidden;
}

.ts-border-radius__xl {
    border-radius: .75rem;
    overflow: hidden;
}

.ts-border-radius__round-shape {
    border-radius: 187.5rem;
    overflow: hidden;
}

.ts-border-none {
    border: none;
}

.ts-border-bottom {
    border-bottom: .0625rem solid rgba(0, 0, 0, .1);
}

.ts-font-color__white {
    color: #fff;
}

.ts-font-color__black {
    color: #000;
}

.ts-font-color__primary {
    color: #C31F66;
}

/*-------------------------------------------
  -- Background
-------------------------------------------*/

[data-bg-image] {
    background-size: cover;
    background-position: 50%;
}

.ts-background {
    bottom: 0;
    left: 0;
    height: 100%;
    overflow: hidden;
    position: absolute;
    width: 100%;
    z-index: -2;
}

.ts-background .ts-background {
    height: 100%;
    width: 100%;
}

.ts-background-image, .ts-img-into-bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    height: 100%;
    overflow: hidden;
    width: 100%;
}

.ts-background-image img, .ts-img-into-bg img {
    display: none;
}

.ts-background-original-size {
    background-size: inherit;
}

.ts-background-size-cover {
    background-size: cover;
}

.ts-background-size-contain {
    background-size: contain;
}

.ts-background-repeat-x {
    background-repeat: repeat-x;
}

.ts-background-repeat-y {
    background-repeat: repeat-y;
}

.ts-background-repeat-repeat {
    background-repeat: repeat;
    background-size: inherit;
}

.ts-background-position-top {
    background-position: top;
}

.ts-background-position-center {
    background-position: center;
}

.ts-background-position-bottom {
    background-position: bottom;
}

.ts-background-particles {
    height: 120%;
    left: 0;
    margin-left: -10%;
    margin-top: -10%;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 120%;
    z-index: 1;
}

.ts-background-is-dark {
    color: #fff;
}

.ts-background-is-dark .form-control {
    box-shadow: 0 0 0 .125rem rgba(255, 255, 255, .2);
}

.ts-background-is-dark .form-control:focus {
    box-shadow: 0 0 0 .125rem rgba(255, 255, 255, .4);
}

.ts-background-is-dark .ts-btn-border-muted {
    border-color: rgba(255, 255, 255, .1);
}

.ts-video-bg {
    height: 100%;
}

.ts-video-bg .fluid-width-video-wrapper {
    height: 100%;
}

/*-------------------------------------------
  -- Height
-------------------------------------------*/

.ts-height__50px {
    height: 3.125rem;
}

.ts-height__100px {
    height: 6.25rem;
}

.ts-height__150px {
    height: 9.375rem;
}

.ts-height__200px {
    height: 12.5rem;
}

.ts-height__250px {
    height: 15.625rem;
}

.ts-height__300px {
    height: 18.75rem;
}

.ts-height__350px {
    height: 21.875rem;
}

.ts-height__400px {
    height: 25rem;
}

.ts-height__450px {
    height: 28.125rem;
}

.ts-height__500px {
    height: 31.25rem;
}

.ts-height__600px {
    height: 37.5rem;
}

.ts-height__700px {
    height: 43.75rem;
}

.ts-height__800px {
    height: 50rem;
}

.ts-height__900px {
    height: 56.25rem;
}

.ts-height__1000px {
    height: 62.5rem;
}

/*-------------------------------------------
  -- Margin
-------------------------------------------*/

.ts-mt__0 {
    margin-top: 0 !important;
}

.ts-mr__0 {
    margin-right: 0 !important;
}

.ts-mb__0 {
    margin-bottom: 0 !important;
}

.ts-ml__0 {
    margin-left: 0 !important;
}

/*-------------------------------------------
  -- No Gutters - Removes padding from col*
-------------------------------------------*/

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.no-gutters > .col, .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}

/*-------------------------------------------
  -- Opacity
-------------------------------------------*/

.ts-opacity__5 {
    opacity: .05;
}

.ts-opacity__10 {
    opacity: .1;
}

.ts-opacity__20 {
    opacity: .2;
}

.ts-opacity__30 {
    opacity: .3;
}

.ts-opacity__40 {
    opacity: .4;
}

.ts-opacity__50 {
    opacity: .5;
}

.ts-opacity__60 {
    opacity: .6;
}

.ts-opacity__70 {
    opacity: .7;
}

.ts-opacity__80 {
    opacity: .8;
}

.ts-opacity__90 {
    opacity: .9;
}

/*-------------------------------------------
  -- Overflow
-------------------------------------------*/

.ts-overflow__hidden {
    overflow: hidden;
}

.ts-overflow__visible {
    overflow: visible;
}

/*-------------------------------------------
  -- Padding
-------------------------------------------*/

.ts-pt__0 {
    padding-top: 0 !important;
}

.ts-pr__0 {
    padding-right: 0 !important;
}

.ts-pb__0 {
    padding-bottom: 0 !important;
}

.ts-pl__0 {
    padding-left: 0 !important;
}

/*-------------------------------------------
  -- Position
-------------------------------------------*/

/* Top */

.ts-top__0 {
    top: 0%;
}

.ts-top__50 {
    top: 50%;
}

.ts-top__100 {
    top: 100%;
}

/* Right */

.ts-right__0 {
    right: 0%;
}

.ts-right__50 {
    right: 50%;
}

.ts-right__100 {
    right: 100%;
}

/* Bottom */

.ts-bottom__0 {
    bottom: 0%;
}

.ts-bottom__50 {
    bottom: 50%;
}

.ts-bottom__100 {
    bottom: 100%;
}

/* Left */

.ts-left__0 {
    left: 0%;
}

.ts-left__50 {
    left: 50%;
}

.ts-left__100 {
    left: 100%;
}

/*-------------------------------------------
  -- Shadow
-------------------------------------------*/

.ts-shadow__sm {
    box-shadow: 0 .125rem .3125rem rgba(0, 0, 0, .1);
}

.ts-shadow__md {
    box-shadow: .125rem .1875rem .9375rem rgba(0, 0, 0, .15);
}

.ts-shadow__lg {
    box-shadow: .375rem .3125rem 1.5625rem rgba(0, 0, 0, .2);
}

.ts-shadow__none {
    box-shadow: none !important;
}

/*-------------------------------------------
  -- Shape Mask
-------------------------------------------*/

.ts-shape-mask__up:before {
    background-image: url("../../assets/img/bg-shape-mask-up.png");
    background-size: cover;
    content: "";
    left: 0;
    height: 3.75rem;
    position: absolute;
    top: -0.0625rem;
    width: 100%;
}

.ts-shape-mask__down:after {
    background-image: url("../../assets/img/bg-shape-mask-down.png");
    background-size: cover;
    bottom: -0.0625rem;
    content: "";
    left: 0;
    height: 3.75rem;
    position: absolute;
    width: 100%;
}

/*-------------------------------------------
  -- Typography
-------------------------------------------*/

a {
    color: #C31F66;
    transition: .3s ease;
}

a:hover {
    color:#f9a021;
    text-decoration: none;
}

p {
    line-height: 1.6875rem;
    margin-bottom: 1.875rem;
    color: rgba(0, 0, 0, .5);
	text-align:justify;
}

.ts-font-weight__normal {
    font-weight: normal;
}

.ts-font-weight__light {
    font-weight: lighter;
}

.ts-font-weight__bold {
    font-weight: bold;
}

.ts-text-small {
    font-size: .8125rem !important;
}

.ts-xs-text-center {
}

/*-------------------------------------------
  -- Title
-------------------------------------------*/

.ts-title {
}

.ts-title h5 {
    font-weight: normal;
    opacity: .5;
}

/*-------------------------------------------
  -- Utilities
-------------------------------------------*/

.ts-element {
    position: relative;
}

/* Social Icons */

.ts-social-icons {
    font-size: 120%;
}

.ts-social-icons a {
    padding: .125rem .25rem;
    color: #9e9e9e;
}

/* Overlay */

.ts-has-overlay {
    position: relative;
}

.ts-has-overlay:after {
    background-color: #000;
    content: "";
    height: 100%;
    left: 0;
    opacity: .5;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

/* Flip x */

.ts-flip-x {
    transform: scaleY(-1);
}

/* Flip Y */

.ts-flip-y {
    transform: scaleX(-1);
}

/*-------------------------------------------
  -- Width
-------------------------------------------*/

.ts-width__10px {
    width: .625rem;
}

.ts-width__20px {
    width: 1.25rem;
}

.ts-width__30px {
    width: 1.875rem;
}

.ts-width__40px {
    width: 2.5rem;
}

.ts-width__50px {
    width: 3.125rem;
}

.ts-width__100px {
    width: 6.25rem;
}

.ts-width__200px {
    width: 12.5rem;
}

.ts-width__300px {
    width: 18.75rem;
}

.ts-width__400px {
    width: 25rem;
}

.ts-width__500px {
    width: 31.25rem;
}

.ts-width__inherit {
    width: inherit !important;
}

.ts-width__auto {
    width: auto !important;
}

/*-------------------------------------------
  -- Z-index
-------------------------------------------*/

.ts-z-index__-1 {
    z-index: -1 !important;
}

.ts-z-index__0 {
    z-index: 0 !important;
}

.ts-z-index__1 {
    z-index: 1 !important;
}

.ts-z-index__2 {
    z-index: 2 !important;
}

.ts-z-index__1000 {
    z-index: 1000 !important;
}

/***********************************************************************************************************************
C. Components
***********************************************************************************************************************/

/*-------------------------------------------
  -- Block
-------------------------------------------*/

.ts-block {
    padding-bottom: 5rem;
    padding-top: 5rem;
    position: relative;
    /*
  &:after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg'  width='103.987' height='105.599'%3E%3cpath fill='var(--color-primary-svg)' d='M101.017 45.961c-10.338 22.34-33.156 61.239-62.326 59.586-31.984-1.803-44.52-48.772-36.182-73.996 15.682-47.439 120.287-40.376 98.508 14.41-10.998 23.766 1.923-4.836 0 0z'/%3E%3c/svg%3E");
  }
  */
}

.ts-block-inside {
    padding: 1.25rem;
    position: relative;
}

section {
    position: relative;
}

/*-------------------------------------------
  -- Blockquote
-------------------------------------------*/

blockquote {
    font-size: 1.125rem;
    position: relative;
    padding-bottom: 2rem;
}

blockquote [class*="ts-circle"] {
    box-shadow: .375rem .3125rem 1.5625rem rgba(0, 0, 0, .2);
    position: relative;
    z-index: 2;
    margin-top: 1rem;
}

blockquote p {
    background-color: #f1f1f1;
    border-radius: .25rem;
    margin-top: -2.5rem;
    padding: 2.5rem;
    position: relative;
    z-index: 1;
}

blockquote p:after {
    border-color: #f1f1f1 transparent transparent transparent;
    border-style: solid;
    border-width: .8125rem .8125rem 0 .8125rem;
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -0.8125rem;
}

blockquote h4 {
    margin-bottom: .3125rem;
}

blockquote h6 {
    opacity: .5;
}

.blockquote-footer {
    color: inherit;
}

.blockquote-footer:before {
    display: none;
}

.ts-carousel-blockquote .owl-item figure, .ts-carousel-blockquote .owl-item p,
.ts-carousel-blockquote .owl-item .blockquote-footer {
    opacity: 0;
    transition: .6s ease;
    transform: translateY(.625rem);
}

.ts-carousel-blockquote .owl-item.active figure,
.ts-carousel-blockquote .owl-item.active p,
.ts-carousel-blockquote .owl-item.active .blockquote-footer {
    opacity: 1;
    transform: translateY(0);
}

.ts-carousel-blockquote .owl-item.active p {
    transition-delay: .1s;
}

.ts-carousel-blockquote .owl-item.active .blockquote-footer {
    transition-delay: .2s;
}

/*-------------------------------------------
  -- Box
-------------------------------------------*/

.ts-box {
    background-color: #fff;
    border-radius: .25rem;
    margin-bottom: 1.875rem;
    box-shadow: .125rem .1875rem .9375rem rgba(0, 0, 0, .15);
    padding: 1.5625rem;
}

/*-------------------------------------------
  -- Buttons
-------------------------------------------*/

.btn {
    border-radius: .25rem;
    border-width: .125rem;
    box-shadow: .125rem .1875rem .9375rem rgba(0, 0, 0, .15);
    font-weight: 600;
    font-size: .9375rem;
    padding: .5rem 1.25rem;
    position: relative;
    outline: none !important;
}

.btn span {
    transition: .3s ease;
}

.btn .status {
    bottom: 0;
    height: 1.375rem;
    left: 0;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    width: 1.5rem;
}

.btn .status .spinner {
    left: .3125rem;
    transition: .3s ease;
    top: .1875rem;
    position: absolute;
    opacity: 0;
}

.btn .status .status-icon {
    border-radius: 50%;
    left: 0;
    opacity: 0;
    font-size: .625rem;
    padding: .25rem .4375rem;
    position: relative;
    transition: .3s ease;
    z-index: 1;
    transform: scale(0);
}

.btn .status .status-icon.valid {
    background-color: var(--green);
}

.btn .status .status-icon.invalid {
    background-color: var(--red);
}

.btn.processing span {
    opacity: .2;
}

.btn.processing .spinner {
    opacity: 1;
}

.btn.done .ts-spinner {
    opacity: 0;
}

.btn.done .status-icon {
    transform: scale(1);
    opacity: 1;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
    /*background-color: darken( var(--color-primary), 20% );
    border-color: darken( var(--color-primary), 20% );*/
    background-color: #C31F66;
    border-color: #C31F66;
    box-shadow: .125rem .1875rem .9375rem rgba(0, 0, 0, .3);
}

.btn-primary {
    background-color: #C31F66;
    border-color: #C31F66;
    color: #fff;
}

.btn-primary.disabled, .btn-primary:disabled {
    background-color: rgb(255, 36, 36);
    border-color: rgb(255, 36, 36);
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
    background-color: rgb(255, 36, 36);
    border-color: rgb(255, 0, 0);
    box-shadow: 0 .1875rem .9375rem rgba(0, 0, 0, .2);
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
    background-color: rgb(255, 36, 36);
    border-color: rgb(255, 36, 36);
    box-shadow: 0 .1875rem .9375rem rgba(0, 0, 0, .2);
}

.btn-dark {
    background-color: #191919;
    border-color: #191919;
}

.btn-outline-primary {
    border-color: #C31F66;
    color: #C31F66;
}

.btn-outline-primary:hover {
    background-color: #C31F66;
    border-color: #C31F66;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus {
    background-color: #C31F66;
    border-color: #C31F66;
    box-shadow: 0 0 0 .2rem rgba(255, 106, 106, .5);
}

.btn-lg {
    padding: .75rem 1.5rem;
    font-size: 1.125rem;
}

.btn-sm {
    font-size: .8125rem;
    padding: .375rem 1rem;
}

.btn-xs {
    font-size: .75rem;
    font-weight: 600;
    padding: .125rem .6875rem;
    text-transform: uppercase;
}

[class*="btn-outline-"] {
    box-shadow: none;
}

.ts-btn-border-muted {
    border-color: rgba(25, 25, 25, .1);
}

/*-------------------------------------------
  -- Card
-------------------------------------------*/

.card {
    backface-visibility: hidden;
    border: none;
    box-shadow: .125rem .1875rem .9375rem rgba(0, 0, 0, .15);
    margin-bottom: 1.875rem;
    overflow: hidden;
}

.card-columns .card {
    margin-bottom: 1.25rem;
}

.card-body, .card-footer, .card-header {
    padding: 1.5625rem;
}

.ts-cards-same-height > div[class*='col-'] {
    display: flex;
}

.ts-cards-same-height > div[class*='col-'] .card {
    width: 100%;
}

.ts-card__flat {
    border-radius: 0;
    box-shadow: none;
}

.ts-card__flat .card-footer {
    background-color: transparent;
    border: none;
}

.ts-card__image {
}

/*-------------------------------------------
  -- Circle
-------------------------------------------*/

.ts-circle__sm {
    border-radius: 50%;
    display: inline-block;
    height: 4.375rem;
    flex: 0 0 4.375rem;
    overflow: hidden;
    text-align: center;
    line-height: 4.375rem;
    width: 4.375rem;
}

.ts-circle__md {
    border-radius: 50%;
    display: inline-block;
    height: 6.25rem;
    flex: 0 0 6.25rem;
    overflow: hidden;
    text-align: center;
    line-height: 6.25rem;
    width: 6.25rem;
}

.ts-circle__lg {
    border-radius: 50%;
    display: inline-block;
    height: 8.125rem;
    flex: 0 0 8.125rem;
    overflow: hidden;
    text-align: center;
    line-height: 8.125rem;
    width: 8.125rem;
}

.ts-circle__xl {
    border-radius: 50%;
    display: inline-block;
    height: 10rem;
    flex: 0 0 10rem;
    overflow: hidden;
    text-align: center;
    line-height: 10rem;
    width: 10rem;
}

.ts-circle__xxl {
    border-radius: 50%;
    display: inline-block;
    height: 15.625rem;
    flex: 0 0 15.625rem;
    overflow: hidden;
    text-align: center;
    line-height: 15.625rem;
    width: 15.625rem;
}

/*-------------------------------------------
  -- Forms
-------------------------------------------*/

form.ts-labels-inside-input .form-group,
.ts-form.ts-labels-inside-input .form-group {
    position: relative;
}

form.ts-labels-inside-input .form-group label,
.ts-form.ts-labels-inside-input .form-group label {
    line-height: 2.625rem;
    left: .8125rem;
    opacity: .4;
    pointer-events: none;
    position: absolute;
    top: 0;
    transition: .3s ease;
}

form.ts-labels-inside-input .form-group label.focused,
.ts-form.ts-labels-inside-input .form-group label.focused {
    top: -2.1875rem;
    left: 0;
    font-size: .75rem;
    opacity: 1;
}

.form-control {
    border: 0;
    box-shadow: 0 0 0 .125rem rgba(0, 0, 0, .2);
    border-radius: .125rem;
    padding: .5625rem .75rem;
}

.form-control:focus {
    box-shadow: 0 0 0 .125rem rgba(0, 0, 0, .4);
}

.form-group {
    margin-bottom: 1.5625rem;
}

.form-group label {
    font-size: .8125rem;
}

/*-------------------------------------------
  -- HR
-------------------------------------------*/

hr {
    border-top-width: .125rem;
}

/*-------------------------------------------
  -- Inputs
-------------------------------------------*/

.ts-input__static {
    pointer-events: none;
    box-shadow: none;
}

.ts-inputs__transparent input, .ts-inputs__transparent textarea {
    background-color: transparent;
    color: #fff;
}

.ts-inputs__transparent input:active, .ts-inputs__transparent input:focus,
.ts-inputs__transparent textarea:active, .ts-inputs__transparent textarea:focus {
    background-color: transparent;
    color: #fff;
}

.ts-item {
    height: 100%;
    padding-bottom: 1.875rem;
}

.ts-item-content {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.ts-item-header {
    margin-bottom: 1.5625rem;
    position: relative;
}

.ts-item-header .icon .step {
    background-color: #C31F66;
    bottom: 0;
    box-shadow: .125rem .1875rem .9375rem rgba(0, 0, 0, .15);
    border-radius: 50%;
    color: #191919;
    font-weight: 600;
    line-height: 1.875rem;
    left: 0;
    height: 1.875rem;
    position: absolute;
    text-align: center;
    width: 1.875rem;
}

.ts-item-body {
    flex: 1 1 auto;
}

.ts-item-footer {
}

/*-------------------------------------------
  -- List
-------------------------------------------*/

ul {
    line-height: 2.5rem;
    list-style: none;
    padding-left: 0;
}

ul.ts-list-colored-bullets li:before {
    content: "•";
    color: #C31F66;
    vertical-align: middle;
    font-size: 1.75rem;
    padding-right: .75rem;
}

ul.ts-list-divided li {
    border-bottom: .0625rem solid rgba(0, 0, 0, .1);
    padding-bottom: .3125rem;
    padding-top: .3125rem;
}

ul.ts-list-divided li:last-child {
    border-bottom: none;
}

/*-------------------------------------------
  -- Loading Screen
-------------------------------------------*/

body.has-loading-screen:before {
    background-color: #000;
    content: "";
    height: 100%;
    right: 0;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 9999;
    transition: 1.5s ease;
    opacity: 1;
}

body.has-loading-screen:after {
    content: url("../../assets/img/loading.svg");
    height: 2.5rem;
    width: 2.5rem;
    position: fixed;
    margin: auto;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 1;
    transform: scale(1);
    transition: 1.5s ease;
    top: 0;
    z-index: 10000;
}

body.has-loading-screen.loading-done:before {
    width: 0;
}

body.has-loading-screen.loading-done:after {
    transform: scale(0);
    opacity: 0;
}

/*-------------------------------------------
  -- Map
-------------------------------------------*/

.map {
    min-height: 12.5rem;
	
}

.map a[href^="http://maps.google.com/maps"] {
    display: none !important;
}

.map a[href^="https://maps.google.com/maps"] {
    display: none !important;
}

.map .gmnoprint a, .map .gmnoprint span, .map .gm-style-cc {
    display: none;
}

/*-------------------------------------------
  -- Hero
-------------------------------------------*/

#ts-hero {
    color: #fff;
    display: flex;
    position: relative;
}

#ts-hero .ts-background-image {
    background-position: top center;
}

/*-------------------------------------------
  -- Navbar
-------------------------------------------*/

.navbar {
    font-size: .875rem;
    font-weight: 500;
    padding-bottom: 2rem;
    padding-top: 2rem;
    transition: .3s ease;
}

.navbar.in {
    padding-bottom: 1rem;
    padding-top: 1rem;
}

.navbar.in .ts-background {
    opacity: 1 !important;
}

.navbar .ts-background {
    transition: 1s ease;
}

[class*="navbar-expand"] .navbar-nav .nav-link {
    padding-top: .3125rem;
    padding-bottom: .3125rem;
}

/*XL*/

/*LG*/

/*MD*/

/*SM*/

/*-------------------------------------------
  -- Page
-------------------------------------------*/

.ts-page-wrapper {
    overflow: hidden;
}

/*-------------------------------------------
  -- Partners
-------------------------------------------*/

.ts-partners a {
    display: block;
    padding: .625rem .3125rem;
}

/*-------------------------------------------
  -- Plugins
-------------------------------------------*/

.tv-site-widget {
    border: none !important;
}

iframe div {
    border: none;
}

/*-------------------------------------------
  -- Progress
-------------------------------------------*/

.progress {
    background-color: transparent;
    border: .125rem solid #C31F66;
    border-radius: 0;
    height: .625rem;
}

.progress .progress-bar {
    background-color: #C31F66;
}

/*-------------------------------------------
  -- Promo Numbers
-------------------------------------------*/

.ts-promo-numbers h2 {
    font-weight: normal;
}

.ts-promo-numbers h3 {
    font-weight: normal;
}

.ts-promo-number {
    position: relative;
}

.ts-promo-number .ts-promo-number-divider:after {
    content: "";
    bottom: 0;
    border: .125rem solid #C31F66;
    border-radius: 50%;
    height: .625rem;
    margin: auto;
    position: absolute;
    right: -0.3125rem;
    top: 0;
    width: .625rem;
}

/*-------------------------------------------
  -- Select
-------------------------------------------*/

select.form-control {
    box-shadow: .125rem .1875rem .9375rem rgba(0, 0, 0, .15);
    border-radius: .25rem;
    cursor: pointer;
    height: 2.8125rem !important;
    margin-top: -0.125rem;
    padding: .5rem;
    -webkit-appearance: none;
       -moz-appearance: none;
    text-indent: .0625rem;
    text-overflow: '';
}

select.form-control:focus, select.form-control:hover {
    box-shadow: .375rem .3125rem 1.5625rem rgba(0, 0, 0, .2);
}

select::-ms-expand {
    display: none;
}

.select-wrapper {
    position: relative;
}

.select-wrapper:before {
    position: absolute;
    display: inline-block;
    font-weight: 900;
    text-rendering: auto;
    top: 0;
    margin: auto;
    bottom: 0;
    right: .9375rem;
    height: 1.875rem;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome\ 5 Free";
    content: "\f0dd";
}

/*-------------------------------------------
  -- Slider
-------------------------------------------*/

.ts-slider {
    height: 100% !important;
}

.ts-slider div {
    height: 100% !important;
}

/*-------------------------------------------
  -- Tabs
-------------------------------------------*/

.nav-tabs {
    border-bottom: none;
}

.nav-tabs h4 {
    font-weight: normal;
    margin-bottom: 0;
}

.nav-tabs .nav-link {
    background-color: transparent;
    border: none;
    border-bottom: .1875rem solid transparent;
    margin-left: .9375rem;
    margin-right: .9375rem;
    padding-right: 0;
    padding-left: 0;
    color: inherit;
    opacity: .5;
}

.nav-tabs .nav-link.active {
    color: #191919;
    background-color: transparent;
    border-bottom: .1875rem solid #C31F66;
    opacity: 1;
}

/***********************************************************************************************************************
D. Plugins Styles
***********************************************************************************************************************/

/*-------------------------------------------
  -- Magnific Popup
-------------------------------------------*/

/* overlay at start */

.mfp-fade.mfp-bg {
    opacity: 0;
    background-color: #000;
    -webkit-transition: all .15s ease-out;
       -moz-transition: all .15s ease-out;
            transition: all .15s ease-out;
}

/* overlay animate in */

.mfp-fade.mfp-bg.mfp-ready {
    opacity: .8;
}

/* overlay animate out */

.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0;
}

/* content at start */

.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    -webkit-transition: all .15s ease-out;
       -moz-transition: all .15s ease-out;
            transition: all .15s ease-out;
}

/* content animate it */

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
}

/* content animate out */

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
}

/*-------------------------------------------
  -- Owl Carousel
-------------------------------------------*/

.owl-carousel .owl-dots {
    text-align: center;
}

.owl-carousel .owl-dots .owl-dot {
    display: inline-block;
    padding: .3125rem;
}

.owl-carousel .owl-dots .owl-dot:hover span,
.owl-carousel .owl-dots .owl-dot.active span {
    opacity: .7;
}

.owl-carousel .owl-dots .owl-dot span {
    background-color: #191919;
    border-radius: 50%;
    display: inline-block;
    height: .625rem;
    opacity: .2;
    transition: .3s ease;
    width: .625rem;
}

.owl-carousel .owl-nav {
    position: absolute;
    top: -1.25rem;
    bottom: 0;
    height: 0;
    margin: auto;
    width: 100%;
}

.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next {
    background-color: rgba(25, 25, 25, .6);
    border-radius: 50%;
    box-shadow: 0 .125rem .3125rem rgba(0, 0, 0, .1);
    color: #fff;
    display: inline-block;
    height: 2.5rem;
    position: absolute;
    text-align: center;
    transition: .3s ease;
    width: 2.5rem;
}

.owl-carousel .owl-nav .owl-prev:after, .owl-carousel .owl-nav .owl-next:after {
    font-family: "Font Awesome\ 5 Free";
    font-weight: 900;
    font-size: 1.375rem;
    line-height: 2.5rem;
    -webkit-font-smoothing: antialiased;
}

.owl-carousel .owl-nav .owl-prev:hover, .owl-carousel .owl-nav .owl-next:hover {
    background-color: rgba(25, 25, 25, .8);
}

.owl-carousel .owl-nav .owl-next {
    right: .3125rem;
}

.owl-carousel .owl-nav .owl-next:after {
    content: "\f105";
    margin-left: .1875rem;
}

.owl-carousel .owl-nav .owl-prev {
    left: .3125rem;
}

.owl-carousel .owl-nav .owl-prev:after {
    content: "\f104";
    margin-right: .0625rem;
}

/***********************************************************************************************************************
E. Template Specific Elements
***********************************************************************************************************************/

/*-------------------------------------------
  -- Centered Slider
-------------------------------------------*/

.ts-carousel-centered .slide {
    margin-bottom: 1rem;
    margin-top: 1rem;
    padding: 1rem;
}

.ts-carousel-centered .owl-item {
    perspective: 1000;
}

.ts-carousel-centered .owl-item .slide {
    opacity: .5;
    transition: .3s ease;
    transform: scale(.95);
}

.ts-carousel-centered .owl-item.active.center .slide {
    opacity: 1;
    transform: scale(1);
}

.ts-carousel-centered .owl-nav .owl-prev,
.ts-carousel-centered .owl-nav .owl-next {
    height: 3.75rem;
    width: 3.75rem;
}

.ts-carousel-centered .owl-nav .owl-prev:after,
.ts-carousel-centered .owl-nav .owl-next:after {
    font-size: 1.375rem;
    line-height: 3.75rem;
}

.ts-carousel-centered .owl-nav .owl-prev:hover,
.ts-carousel-centered .owl-nav .owl-next:hover {
    background-color: rgb(25, 25, 25);
}

.ts-carousel-centered .owl-nav .owl-next {
    right: 1.25rem;
}

.ts-carousel-centered .owl-nav .owl-prev {
    left: 1.25rem;
}

/*-------------------------------------------
  -- Hero Form Floated
-------------------------------------------*/

.floated {
    position: relative;
    width: 100%;
    z-index: 1;
    bottom: -1.875rem;
}

.floated form {
    position: relative;
    padding: 1.875rem 3.75rem;
}

/*-------------------------------------------
  -- HR Skewed
-------------------------------------------*/

.ts-hr-skewed {
    padding-bottom: 1rem;
    padding-top: 1rem;
    width: 100%;
}

/*-------------------------------------------
  -- Price Box
-------------------------------------------*/

.ts-price-box__promoted {
    box-shadow: .375rem .3125rem 1.5625rem rgba(0, 0, 0, .2);
    margin-top: -1.25rem;
    margin-bottom: .625rem;
    z-index: 2;
}

.ts-price-box__promoted .ts-title {
    transform: scale(1.2);
}

/*-------------------------------------------
  -- Time Line
-------------------------------------------*/

.ts-time-line__horizontal {
    padding-bottom: .625rem;
    padding-top: .625rem;
    position: relative;
    /* timeline line */
}

.ts-time-line__horizontal ul {
    padding-left: 1.875rem;
    list-style: none;
    position: relative;
}

.ts-time-line__horizontal:after {
    background-color: #474747;
    content: "";
    bottom: 6.875rem;
    height: .1875rem;
    left: 0;
    position: absolute;
    width: 100%;
}

.ts-time-line__horizontal .ts-time-line__item {
    flex: 0 0 auto;
    margin-right: 1.875rem;
    position: relative;
    width: 18.75rem;
}

.ts-time-line__horizontal .ts-time-line__item .ts-box {
    position: relative;
    /* dot */
}

.ts-time-line__horizontal .ts-time-line__item .ts-box:before {
    background-color: #474747;
    bottom: -4.375rem;
    border-radius: 100%;
    content: "";
    left: 1.6875rem;
    height: .75rem;
    position: absolute;
    width: .75rem;
}

.ts-time-line__horizontal .ts-time-line__item .ts-box {
    /*triangle*/
}

.ts-time-line__horizontal .ts-time-line__item .ts-box:after {
    border-color: #fff transparent transparent transparent;
    border-style: solid;
    border-width: .5rem .5rem 0 .5rem;
    bottom: -0.4375rem;
    content: "";
    left: 1.5625rem;
    height: 0;
    position: absolute;
    width: 0;
}

.ts-time-line__horizontal .ts-time-line__item.ts-time-line__milestone {
    width: 4.375rem;
}

.ts-time-line__horizontal .ts-time-line__item.ts-time-line__milestone .ts-box {
    background-color: #C31F66;
    color: #fff;
}

.ts-time-line__horizontal .ts-time-line__item.ts-time-line__milestone .ts-box:after {
    border-color: #C31F66 transparent transparent transparent;
}

.ts-time-line__horizontal .ts-time-line__item.ts-time-line__milestone h5 {
    writing-mode: vertical-lr;
    margin: 0;
}

.ts-time-line__horizontal .ts-time-line__item figure {
    margin-left: 1.875rem;
    margin-top: 4.6875rem;
}

.ts-time-line__horizontal .ts-time-line__item figure small {
    text-transform: uppercase;
    opacity: .4;
}

.ts-time-line__horizontal .ts-time-line__item figure small,
.ts-time-line__horizontal .ts-time-line__item figure h6 {
    font-weight: 600;
}

.ts-time-line__horizontal .owl-stage-outer {
    padding: 1rem 1rem 0 1rem;
}

.ts-time-line__horizontal .owl-stage {
    align-items: flex-end;
    display: flex;
}

.ts-time-line__horizontal .ts-sly-frame.ts-loaded > ul {
    align-items: flex-end;
    display: flex;
}

/*-------------------------------------------
  -- SVG Shapes
-------------------------------------------*/

.ts-svg {
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    top: 0;
    z-index: -1;
    height: 100%;
    position: absolute;
    width: 100%;
    left: 0;
    margin: auto;
}

.ts-shape-mask__nw-element {
    position: absolute;
    height: 11.25rem;
    width: 100%;
}

[class*="ts-mask-"] {
    width: 100%;
    height: 100%;
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    top: 0;
    z-index: 1;
    pointer-events: none;
}

.ts-block[data-mask-top-nw-color], .ts-block[data-mask-top-wn-color] {
    padding-top: 8rem;
}

.ts-block[data-mask-bottom-nw-color], .ts-block[data-mask-bottom-wn-color] {
    padding-bottom: 8rem;
}

.ts-mask-top-nw, .ts-mask-top-wn {
    background-position: top center;
}

.ts-mask-bottom-nw, .ts-mask-bottom-wn {
    background-position: bottom center;
}

/*-------------------------------------------
  -- Other
-------------------------------------------*/

/* Footer push up */

#ts-footer .ts-box {
    margin-top: -3.125rem;
}

.ts-tabs-presentation .tab-pane img {
    opacity: 0;
    transition: .3s ease;
    transform: translateY(1.25rem);
}

.ts-tabs-presentation .tab-pane.show.active img {
    opacity: 1;
    transform: translateY(0);
}

/* Hero navigation arrows */

#ts-hero .owl-prev, #ts-hero .owl-next {
    background-color: transparent;
    border: .125rem solid rgba(255, 255, 255, .8);
}

#ts-hero .owl-prev:after, #ts-hero .owl-next:after {
    line-height: 2.25rem;
}

/* Hero slider height */

.ts-hero-slider {
    height: 100% !important;
}

.ts-hero-slider div {
    height: 100% !important;
}

@media (min-width: 36rem) and (max-width: 47.9375rem) {
    html {
        font-size: 85%;
    }

    h1, .ts-h1 {
        font-size: 2.625rem;
    }

    h2, .ts-h2 {
        font-size: 1.625rem;
    }

    h3, .ts-h3 {
        font-size: 1.25rem;
    }

    .ts-column-count-sm-1 {
        column-count: 1;
    }

    .ts-column-count-sm-2 {
        column-count: 2;
    }

    .ts-column-count-sm-3 {
        column-count: 3;
    }

    .ts-column-count-sm-4 {
        column-count: 4;
    }

    .ts-promo-numbers h2 {
        font-size: 2.375rem;
    }

    .ts-block[data-mask-top-nw-color], .ts-block[data-mask-top-wn-color] {
        padding-top: 9rem;
    }

    .ts-block[data-mask-bottom-nw-color], .ts-block[data-mask-bottom-wn-color] {
        padding-bottom: 9rem;
    }
}

@media (min-width: 48rem) and (max-width: 61.9375rem) {
    html {
        font-size: 90%;
    }

    h1, .ts-h1 {
        font-size: 3.125rem;
    }

    h2, .ts-h2 {
        font-size: 1.75rem;
    }

    h3, .ts-h3 {
        font-size: 1.375rem;
    }

    .ts-column-count-md-1 {
        column-count: 1;
    }

    .ts-column-count-md-2 {
        column-count: 2;
    }

    .ts-column-count-md-3 {
        column-count: 3;
    }

    .ts-column-count-md-4 {
        column-count: 4;
    }

    .ts-promo-numbers h2 {
        font-size: 2.5rem;
    }

    .ts-block[data-mask-top-nw-color], .ts-block[data-mask-top-wn-color] {
        padding-top: 10rem;
    }

    .ts-block[data-mask-bottom-nw-color], .ts-block[data-mask-bottom-wn-color] {
        padding-bottom: 10rem;
    }
}

@media (min-width: 62rem) and (max-width: 74.9375rem) {
    html {
        font-size: 95%;
    }

    h1, .ts-h1 {
        font-size: 3.25rem;
    }

    h2, .ts-h2 {
        font-size: 1.875rem;
    }

    h3, .ts-h3 {
        font-size: 1.375rem;
    }

    .ts-column-count-lg-1 {
        column-count: 1;
    }

    .ts-column-count-lg-2 {
        column-count: 2;
    }

    .ts-column-count-lg-3 {
        column-count: 3;
    }

    .ts-column-count-lg-4 {
        column-count: 4;
    }

    .ts-block {
        padding-bottom: 6.25rem;
        padding-top: 6.25rem;
    }

    .ts-card__image {
        height: 12.5rem;
    }

    .ts-promo-numbers h2 {
        font-size: 2.75rem;
    }

    .ts-block[data-mask-top-nw-color], .ts-block[data-mask-top-wn-color] {
        padding-top: 11rem;
    }

    .ts-block[data-mask-bottom-nw-color], .ts-block[data-mask-bottom-wn-color] {
        padding-bottom: 11rem;
    }
}

@media (min-width: 75rem) {
    html {
        font-size: 100%;
    }

    h1, .ts-h1 {
        font-size: 3.75rem;
    }

    h2, .ts-h2 {
        font-size: 2rem;
    }

    h3, .ts-h3 {
        font-size: 1.625rem;
    }

    .ts-column-count-xl-1 {
        column-count: 1;
    }

    .ts-column-count-xl-2 {
        column-count: 2;
    }

    .ts-column-count-xl-3 {
        column-count: 3;
    }

    .ts-column-count-xl-4 {
        column-count: 4;
    }

    .ts-block {
        padding-bottom: 3.125rem;
        padding-top: 3.125rem;
    }

    .ts-card__image {
        height: 15.625rem;
    }

    .navbar.navbar-expand-xl .navbar-nav {
        align-items: center;
    }

    .navbar.navbar-expand-xl .ts-background {
        opacity: 0;
    }

    .ts-promo-numbers h2 {
        font-size:25px;
    }

    .ts-carousel-centered .owl-nav .owl-next {
        right: 5rem;
    }

    .ts-carousel-centered .owl-nav .owl-prev {
        left: 5rem;
    }

    .floated form {
        padding: 2.5rem 5rem;
    }

    .ts-block[data-mask-top-nw-color], .ts-block[data-mask-top-wn-color] {
        padding-top: 12rem;
    }

    .ts-block[data-mask-bottom-nw-color], .ts-block[data-mask-bottom-wn-color] {
        padding-bottom: 12rem;
    }
}

@media (max-width: 35.9375rem) {
    h1, .ts-h1 {
        margin-bottom: 1.25rem;
    }

    [class*="ts-column-count-"] {
        column-count: 1;
    }

    .ts-xs-text-center {
        text-align: center !important;
    }

    .ts-title {
        margin-bottom: 1.875rem;
    }

    .ts-promo-numbers h2 {
        font-size: 1.25rem;
    }

    .ts-promo-number {
        margin-bottom: 1.875rem;
    }
}

@media (min-width: 36rem) and (max-width: 61.9375rem) {
    h1, .ts-h1 {
        margin-bottom: 1.875rem;
    }

    .ts-title {
        margin-bottom: 3.125rem;
    }

    .ts-block-inside {
        padding: 2.5rem;
    }
}

@media (min-width: 62rem) {
    h1, .ts-h1 {
        margin-bottom: 2.5rem;
    }

    .ts-title {
        margin-bottom: 3.75rem;
    }

    .ts-block-inside {
        padding: 3.75rem;
    }

    .navbar.navbar-expand-lg .navbar-nav {
        align-items: center;
    }

    .navbar.navbar-expand-lg .ts-background {
        opacity: 0;
    }

    .floated {
        position: absolute;
    }
}

@media (max-width: 47.9375rem) {
    h4, .ts-h4 {
        font-size: 1.125rem;
    }
}

@media (min-width: 48rem) {
    h4, .ts-h4 {
        font-size: 1.25rem;
    }

    .navbar.navbar-expand-md .navbar-nav {
        align-items: center;
    }

    .navbar.navbar-expand-md .ts-background {
        opacity: 0;
    }
}

@media (max-width: 61.9375rem) {
    .ts-card__image {
        height: 15.625rem;
    }
}

@media (min-width: 36rem) {
    .navbar.navbar-expand-sm .navbar-nav {
        align-items: center;
    }

    .navbar.navbar-expand-sm .ts-background {
        opacity: 0;
    }

    .ts-carousel-centered .owl-nav .owl-next {
        right: 2.5rem;
    }

    .ts-carousel-centered .owl-nav .owl-prev {
        left: 2.5rem;
    }
}
.social-iconss
{
	margin-right:10px!important;
}
.social-iconss:hover
{
	color:#f9a021!important;
}
.accordion {
  margin-bottom: 3rem; }

.card {
  border-radius: 0;
  margin-bottom: 0;
  border: none;
  border-top: .1rem solid #ebebeb; }
  .card:last-child {
    border-bottom: .1rem solid #ebebeb; }

.card-header {
  position: relative;
  padding: 0;
  border: none;
  font-weight: 700;
  line-height: 1.5;
  background-color: transparent;
  margin: 0; }
  .card-header::after {
    display: block;
    clear: both;
    content: ''; }

.card-title {
  font-size: 1.8rem;
  line-height: 1.2;
  margin-bottom: 0; }
  .card-title a {
    display: block;
    padding: 1.7rem 4rem 1.7rem 1.2rem;
    position: relative;
    color: #000;
    border: none;
    background-color: transparent;
    outline: none !important; }
    .card-title a i {
      min-width: 17px;
      margin-right: 2.4rem; }
    .card-title a:before {
      content: '\e802';
      display: inline-block;
      position: absolute;
      right: 1.2rem;
      top: 50%;
      color: #C31F66;
      font-family: "molla";
      line-height: 1;
      transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transition: all 0.3s; }
    .card-title a.collapsed {
      color: #333; }
      .card-title a.collapsed:hover, .card-title a.collapsed:focus {
        color: #C31F66; }
      .card-title a.collapsed:before {
        content: '\f110';
        color: #8c8c8c;
        transform: translateY(-50%);
        -ms-transform: translateY(-50%); }

.card-body {
 /* padding: .4rem 4rem 1.8rem 1.2rem; */
  border: none;
  border-radius: 0; }
  .accordion-icon .card-body {
    padding-left: 5.5rem !important; }

.accordion-plus .card-title a:before {
  content: '\f28e'; }
.accordion-plus .card-title a.collapsed:before {
  content: '\f2c2'; }

.accordion-rounded .card:first-child {
  border-radius: .3rem .3rem 0 0; }
.accordion-rounded .card:last-child {
  border-radius: 0 0 .3rem .3rem; }

.card.card-box .card-title a {
  padding-left: 2rem; }
  .card.card-box .card-title a:before {
    right: 2rem; }
  .card.card-box .card-title a i {
    margin-right: 1.4rem; }
.card.card-box .card-body {
  padding: 1rem 2rem 2rem; }
.card.card-sm .card-title {
  font-size: 1.6rem;
  letter-spacing: -.01em; }
  .card.card-sm .card-title a {
    padding-top: 2.1rem;
    padding-bottom: 2.1rem; }
    .card.card-sm .card-title a:before {
      right: 2rem; }
.card.card-sm .card-body {
  padding: 1rem 2rem 2rem; }
.card.bg-light, .card.bg-white {
  background-color: #fff !important;
  border: .1rem solid #ebebeb; }
  .card.bg-light .card-title a, .card.bg-white .card-title a {
    background-color: #fff; }
.card.bg-light .card-title a.collapsed {
  background-color: #fafafa; }

@media screen and (min-width: 992px) {
  .card-title {
    font-size: 2rem; } }
	
/*--------------------- 7.Font Icons -------------------- */
/* Font Icons */
@font-face {
  font-family: 'molla';
  src: url("../fonts/molla.eot");
  src: url("../fonts/molla.eot") format("embedded-opentype"), url("../fonts/molla.woff2") format("woff2"), url("../fonts/molla.woff") format("woff"), url("../fonts/molla.ttf") format("truetype"), url("../fonts/molla.svg") format("svg");
  font-weight: normal;
  font-style: normal; }
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "molla";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-google:before {
  content: '\e800'; }

/* '' */
.icon-check:before {
  content: '\e801'; }

/* '' */
.icon-angle-up:before {
  content: '\e802'; }

/* '' */
.icon-life-ring:before {
  content: '\e803'; }

/* '' */
.icon-phone-square:before {
  content: '\e804'; }

/* '' */
.icon-euro:before {
  content: '\e805'; }

/* '' */
.icon-phone:before {
  content: '\e806'; }

/* '' */
.icon-life-bouy:before {
  content: '\e807'; }

/* '' */
.icon-rmb:before {
  content: '\e808'; }

/* '' */
.icon-creative-commons-1:before {
  content: '\e809'; }

/* '' */
.icon-comment-o:before {
  content: '\e80a'; }

/* '' */
.icon-check-circle-o:before {
  content: '\e80b'; }

/* '' */
.icon-info-circle:before {
  content: '\e80c'; }

/* '' */
.icon-cog:before {
  content: '\e80d'; }

/* '' */
.icon-cogs:before {
  content: '\e80e'; }

/* '' */
.icon-gift:before {
  content: '\e80f'; }

/* '' */
.icon-cart-arrow-down:before {
  content: '\e810'; }

/* '' */
.icon-home:before {
  content: '\e811'; }

/* '' */
.icon-cart-plus:before {
  content: '\e812'; }

/* '' */
.icon-refresh:before {
  content: '\e813'; }

/* '' */
.icon-eye:before {
  content: '\e814'; }

/* '' */
.icon-map-marker:before {
  content: '\e815'; }

/* '' */
.icon-headphones:before {
  content: '\e816'; }

/* '' */
.icon-comments:before {
  content: '\e817'; }

/* '' */
.icon-list-alt:before {
  content: '\e818'; }

/* '' */
.icon-list-ol:before {
  content: '\e819'; }

/* '' */
.icon-clone-1:before {
  content: '\e81a'; }

/* '' */
.icon-plus-square-o:before {
  content: '\e81b'; }

/* '' */
.icon-rotate-left:before {
  content: '\e81c'; }

/* '' */
.icon-tv:before {
  content: '\e81d'; }

/* '' */
.icon-play:before {
  content: '\ec2c'; }

/* '' */
.icon-check:before {
  content: '\ec2d'; }

/* '' */
.icon-music:before {
  content: '\f001'; }

/* '' */
.icon-gift-1:before {
  content: '\f06b'; }

/* '' */
.icon-twitter-square:before {
  content: '\f081'; }

/* '' */
.icon-facebook-square:before {
  content: '\f082'; }

/* '' */
.icon-linkedin:before {
  content: '\f08c'; }

/* '' */
.icon-github-square:before {
  content: '\f092'; }

/* '' */
.icon-twitter:before {
  content: '\f099'; }

/* '' */
.icon-facebook:before {
  content: '\f09a'; }

/* '' */
.icon-github:before {
  content: '\f09b'; }

/* '' */
.icon-pinterest:before {
  content: '\f0d2'; }

/* '' */
.icon-pinterest-square:before {
  content: '\f0d3'; }

/* '' */
.icon-google-plus-square:before {
  content: '\f0d4'; }

/* '' */
.icon-google-plus-g:before {
  content: '\f0d5'; }

/* '' */
.icon-linkedin-in:before {
  content: '\f0e1'; }

/* '' */
.icon-laptop:before {
  content: '\f109'; }

/* '' */
.icon-quote-left:before {
  content: '\f10d'; }

/* '' */
.icon-quote-right:before {
  content: '\f10e'; }

/* '' */
.icon-angle-down:before {
  content: '\f110'; }

/* '' */
.icon-angle-left:before {
  content: '\f111'; }

/* '' */
.icon-angle-right:before {
  content: '\f112'; }

/* '' */
.icon-github-alt:before {
  content: '\f113'; }

/* '' */
.icon-arrow-down:before {
  content: '\f11f'; }

/* '' */
.icon-arrow-left:before {
  content: '\f120'; }

/* '' */
.icon-arrow-right:before {
  content: '\f121'; }

/* '' */
.icon-arrow-up:before {
  content: '\f122'; }

/* '' */
.icon-arrows:before {
  content: '\f123'; }

/* '' */
.icon-balance-scale:before {
  content: '\f12b'; }

/* '' */
.icon-bars:before {
  content: '\f131'; }

/* '' */
.icon-maxcdn:before {
  content: '\f136'; }

/* '' */
.icon-html5:before {
  content: '\f13b'; }

/* '' */
.icon-css3:before {
  content: '\f13c'; }

/* '' */
.icon-binoculars:before {
  content: '\f145'; }

/* '' */
.icon-bookmark-o:before {
  content: '\f150'; }

/* '' */
.icon-btc:before {
  content: '\f15a'; }

/* '' */
.icon-calendar:before {
  content: '\f15c'; }

/* '' */
.icon-youtube:before {
  content: '\f167'; }

/* '' */
.icon-xing:before {
  content: '\f168'; }

/* '' */
.icon-xing-square:before {
  content: '\f169'; }

/* '' */
.icon-dropbox:before {
  content: '\f16b'; }

/* '' */
.icon-stack-overflow:before {
  content: '\f16c'; }

/* '' */
.icon-instagram:before {
  content: '\f16d'; }

/* '' */
.icon-flickr:before {
  content: '\f16e'; }

/* '' */
.icon-adn:before {
  content: '\f170'; }

/* '' */
.icon-bitbucket:before {
  content: '\f171'; }

/* '' */
.icon-tumblr:before {
  content: '\f173'; }

/* '' */
.icon-tumblr-square:before {
  content: '\f174'; }

/* '' */
.icon-certificate:before {
  content: '\f178'; }

/* '' */
.icon-apple:before {
  content: '\f179'; }

/* '' */
.icon-windows:before {
  content: '\f17a'; }

/* '' */
.icon-android:before {
  content: '\f17b'; }

/* '' */
.icon-linux:before {
  content: '\f17c'; }

/* '' */
.icon-dribbble:before {
  content: '\f17d'; }

/* '' */
.icon-skype:before {
  content: '\f17e'; }

/* '' */
.icon-foursquare:before {
  content: '\f180'; }

/* '' */
.icon-trello:before {
  content: '\f181'; }

/* '' */
.icon-gratipay:before {
  content: '\f184'; }

/* '' */
.icon-vk:before {
  content: '\f189'; }

/* '' */
.icon-weibo:before {
  content: '\f18a'; }

/* '' */
.icon-renren:before {
  content: '\f18b'; }

/* '' */
.icon-pagelines:before {
  content: '\f18c'; }

/* '' */
.icon-stack-exchange:before {
  content: '\f18d'; }

/* '' */
.icon-clock-o:before {
  content: '\f18f'; }

/* '' */
.icon-close:before {
  content: '\f191'; }

/* '' */
.icon-vimeo-square:before {
  content: '\f194'; }

/* '' */
.icon-slack:before {
  content: '\f198'; }

/* '' */
.icon-wordpress:before {
  content: '\f19a'; }

/* '' */
.icon-openid:before {
  content: '\f19b'; }

/* '' */
.icon-yahoo:before {
  content: '\f19e'; }

/* '' */
.icon-reddit:before {
  content: '\f1a1'; }

/* '' */
.icon-reddit-square:before {
  content: '\f1a2'; }

/* '' */
.icon-stumbleupon-circle:before {
  content: '\f1a3'; }

/* '' */
.icon-stumbleupon:before {
  content: '\f1a4'; }

/* '' */
.icon-delicious:before {
  content: '\f1a5'; }

/* '' */
.icon-digg:before {
  content: '\f1a6'; }

/* '' */
.icon-pied-piper-pp:before {
  content: '\f1a7'; }

/* '' */
.icon-pied-piper-alt:before {
  content: '\f1a8'; }

/* '' */
.icon-drupal:before {
  content: '\f1a9'; }

/* '' */
.icon-joomla:before {
  content: '\f1aa'; }

/* '' */
.icon-behance:before {
  content: '\f1b4'; }

/* '' */
.icon-behance-square:before {
  content: '\f1b5'; }

/* '' */
.icon-steam:before {
  content: '\f1b6'; }

/* '' */
.icon-steam-square:before {
  content: '\f1b7'; }

/* '' */
.icon-dollar:before {
  content: '\f1bb'; }

/* '' */
.icon-spotify:before {
  content: '\f1bc'; }

/* '' */
.icon-deviantart:before {
  content: '\f1bd'; }

/* '' */
.icon-soundcloud:before {
  content: '\f1be'; }

/* '' */
.icon-edit:before {
  content: '\f1c1'; }

/* '' */
.icon-envelope:before {
  content: '\f1c6'; }

/* '' */
.icon-vine:before {
  content: '\f1ca'; }

/* '' */
.icon-codepen:before {
  content: '\f1cb'; }

/* '' */
.icon-jsfiddle:before {
  content: '\f1cc'; }

/* '' */
.icon-exclamation-circle:before {
  content: '\f1ce'; }

/* '' */
.icon-rebel:before {
  content: '\f1d0'; }

/* '' */
.icon-empire:before {
  content: '\f1d1'; }

/* '' */
.icon-git:before {
  content: '\f1d3'; }

/* '' */
.icon-hacker-news:before {
  content: '\f1d4'; }

/* '' */
.icon-tencent-weibo:before {
  content: '\f1d5'; }

/* '' */
.icon-qq:before {
  content: '\f1d6'; }

/* '' */
.icon-weixin:before {
  content: '\f1d7'; }

/* '' */
.icon-slideshare:before {
  content: '\f1e7'; }

/* '' */
.icon-twitch:before {
  content: '\f1e8'; }

/* '' */
.icon-yelp:before {
  content: '\f1e9'; }

/* '' */
.icon-paypal:before {
  content: '\f1ed'; }

/* '' */
.icon-google-wallet:before {
  content: '\f1ee'; }

/* '' */
.icon-cc-visa:before {
  content: '\f1f0'; }

/* '' */
.icon-cc-mastercard:before {
  content: '\f1f1'; }

/* '' */
.icon-cc-discover:before {
  content: '\f1f2'; }

/* '' */
.icon-cc-amex:before {
  content: '\f1f3'; }

/* '' */
.icon-cc-paypal:before {
  content: '\f1f4'; }

/* '' */
.icon-cc-stripe:before {
  content: '\f1f5'; }

/* '' */
.icon-lastfm:before {
  content: '\f202'; }

/* '' */
.icon-lastfm-square:before {
  content: '\f203'; }

/* '' */
.icon-ioxhost:before {
  content: '\f208'; }

/* '' */
.icon-angellist:before {
  content: '\f209'; }

/* '' */
.icon-buysellads:before {
  content: '\f20d'; }

/* '' */
.icon-connectdevelop:before {
  content: '\f20e'; }

/* '' */
.icon-dashcube:before {
  content: '\f210'; }

/* '' */
.icon-forumbee:before {
  content: '\f211'; }

/* '' */
.icon-leanpub:before {
  content: '\f212'; }

/* '' */
.icon-sellsy:before {
  content: '\f213'; }

/* '' */
.icon-shirtsinbulk:before {
  content: '\f214'; }

/* '' */
.icon-simplybuilt:before {
  content: '\f215'; }

/* '' */
.icon-skyatlas:before {
  content: '\f216'; }

/* '' */
.icon-heartbeat:before {
  content: '\f21e'; }

/* '' */
.icon-pinterest-p:before {
  content: '\f231'; }

/* '' */
.icon-whatsapp:before {
  content: '\f232'; }

/* '' */
.icon-heart:before {
  content: '\f233'; }

/* '' */
.icon-heart-o:before {
  content: '\f234'; }

/* '' */
.icon-viacoin:before {
  content: '\f237'; }

/* '' */
.icon-medium:before {
  content: '\f23a'; }

/* '' */
.icon-y-combinator:before {
  content: '\f23b'; }

/* '' */
.icon-optin-monster:before {
  content: '\f23c'; }

/* '' */
.icon-opencart:before {
  content: '\f23d'; }

/* '' */
.icon-expeditedssl:before {
  content: '\f23e'; }

/* '' */
.icon-cc-jcb:before {
  content: '\f24b'; }

/* '' */
.icon-cc-diners-club:before {
  content: '\f24c'; }

/* '' */
.icon-clone:before {
  content: '\f24d'; }

/* '' */
.icon-jpy:before {
  content: '\f253'; }

/* '' */
.icon-creative-commons:before {
  content: '\f25e'; }

/* '' */
.icon-gg:before {
  content: '\f260'; }

/* '' */
.icon-gg-circle:before {
  content: '\f261'; }

/* '' */
.icon-tripadvisor:before {
  content: '\f262'; }

/* '' */
.icon-odnoklassniki:before {
  content: '\f263'; }

/* '' */
.icon-odnoklassniki-square:before {
  content: '\f264'; }

/* '' */
.icon-get-pocket:before {
  content: '\f265'; }

/* '' */
.icon-wikipedia-w:before {
  content: '\f266'; }

/* '' */
.icon-safari:before {
  content: '\f267'; }

/* '' */
.icon-chrome:before {
  content: '\f268'; }

/* '' */
.icon-firefox:before {
  content: '\f269'; }

/* '' */
.icon-opera:before {
  content: '\f26a'; }

/* '' */
.icon-internet-explorer:before {
  content: '\f26b'; }

/* '' */
.icon-list:before {
  content: '\f26c'; }

/* '' */
.icon-contao:before {
  content: '\f26d'; }

/* '' */
.icon-500px:before {
  content: '\f26e'; }

/* '' */
.icon-list-ul:before {
  content: '\f26f'; }

/* '' */
.icon-amazon:before {
  content: '\f270'; }

/* '' */
.icon-long-arrow-down:before {
  content: '\f272'; }

/* '' */
.icon-long-arrow-left:before {
  content: '\f273'; }

/* '' */
.icon-long-arrow-right:before {
  content: '\f274'; }

/* '' */
.icon-long-arrow-up:before {
  content: '\f275'; }

/* '' */
.icon-magic:before {
  content: '\f276'; }

/* '' */
.icon-map-signs:before {
  content: '\f277'; }

/* '' */
.icon-mail-reply:before {
  content: '\f279'; }

/* '' */
.icon-houzz:before {
  content: '\f27c'; }

/* '' */
.icon-vimeo-v:before {
  content: '\f27d'; }

/* '' */
.icon-black-tie:before {
  content: '\f27e'; }

/* '' */
.icon-fonticons:before {
  content: '\f280'; }

/* '' */
.icon-reddit-alien:before {
  content: '\f281'; }

/* '' */
.icon-edge:before {
  content: '\f282'; }

/* '' */
.icon-codiepie:before {
  content: '\f284'; }

/* '' */
.icon-modx:before {
  content: '\f285'; }

/* '' */
.icon-fort-awesome:before {
  content: '\f286'; }

/* '' */
.icon-usb:before {
  content: '\f287'; }

/* '' */
.icon-product-hunt:before {
  content: '\f288'; }

/* '' */
.icon-mixcloud:before {
  content: '\f289'; }

/* '' */
.icon-scribd:before {
  content: '\f28a'; }

/* '' */
.icon-minus:before {
  content: '\f28e'; }

/* '' */
.icon-shopping-bag:before {
  content: '\f290'; }

/* '' */
.icon-bluetooth:before {
  content: '\f293'; }

/* '' */
.icon-bluetooth-b:before {
  content: '\f294'; }

/* '' */
.icon-gitlab:before {
  content: '\f296'; }

/* '' */
.icon-wpbeginner:before {
  content: '\f297'; }

/* '' */
.icon-wpforms:before {
  content: '\f298'; }

/* '' */
.icon-envira:before {
  content: '\f299'; }

/* '' */
.icon-glide:before {
  content: '\f2a5'; }

/* '' */
.icon-glide-g:before {
  content: '\f2a6'; }

/* '' */
.icon-viadeo:before {
  content: '\f2a9'; }

/* '' */
.icon-viadeo-square:before {
  content: '\f2aa'; }

/* '' */
.icon-snapchat:before {
  content: '\f2ab'; }

/* '' */
.icon-snapchat-ghost:before {
  content: '\f2ac'; }

/* '' */
.icon-snapchat-square:before {
  content: '\f2ad'; }

/* '' */
.icon-pied-piper:before {
  content: '\f2ae'; }

/* '' */
.icon-first-order:before {
  content: '\f2b0'; }

/* '' */
.icon-yoast:before {
  content: '\f2b1'; }

/* '' */
.icon-themeisle:before {
  content: '\f2b2'; }

/* '' */
.icon-google-plus:before {
  content: '\f2b3'; }

/* '' */
.icon-font-awesome:before {
  content: '\f2b4'; }

/* '' */
.icon-linode:before {
  content: '\f2b8'; }

/* '' */
.icon-play-outline:before {
  content: '\f2be'; }

/* '' */
.icon-plus:before {
  content: '\f2c2'; }

/* '' */
.icon-quora:before {
  content: '\f2c4'; }

/* '' */
.icon-free-code-camp:before {
  content: '\f2c5'; }

/* '' */
.icon-telegram:before {
  content: '\f2c6'; }

/* '' */
.icon-puzzle-piece:before {
  content: '\f2c8'; }

/* '' */
.icon-question-circle:before {
  content: '\f2cc'; }

/* '' */
.icon-random:before {
  content: '\f2d0'; }

/* '' */
.icon-bandcamp:before {
  content: '\f2d5'; }

/* '' */
.icon-grav:before {
  content: '\f2d6'; }

/* '' */
.icon-etsy:before {
  content: '\f2d7'; }

/* '' */
.icon-imdb:before {
  content: '\f2d8'; }

/* '' */
.icon-ravelry:before {
  content: '\f2d9'; }

/* '' */
.icon-sellcast:before {
  content: '\f2da'; }

/* '' */
.icon-superpowers:before {
  content: '\f2dd'; }

/* '' */
.icon-wpexplorer:before {
  content: '\f2de'; }

/* '' */
.icon-rocket:before {
  content: '\f2df'; }

/* '' */
.icon-meetup:before {
  content: '\f2e0'; }

/* '' */
.icon-rotate-right:before {
  content: '\f2e1'; }

/* '' */
.icon-rupee:before {
  content: '\f2e7'; }

/* '' */
.icon-search:before {
  content: '\f2eb'; }

/* '' */
.icon-search-plus:before {
  content: '\f2ed'; }

/* '' */
.icon-shopping-cart:before {
  content: '\f2fa'; }

/* '' */
.icon-spinner:before {
  content: '\f311'; }

/* '' */
.icon-star:before {
  content: '\f318'; }

/* '' */
.icon-star-o:before {
  content: '\f31b'; }

/* '' */
.icon-tag:before {
  content: '\f330'; }

/* '' */
.icon-tags:before {
  content: '\f331'; }

/* '' */
.icon-th-list:before {
  content: '\f33b'; }

/* '' */
.icon-thumbs-down:before {
  content: '\f33d'; }

/* '' */
.icon-thumbs-up:before {
  content: '\f340'; }

/* '' */
.icon-times:before {
  content: '\f342'; }

/* '' */
.icon-times-circle-o:before {
  content: '\f344'; }

/* '' */
.icon-trophy:before {
  content: '\f351'; }

/* '' */
.icon-truck:before {
  content: '\f352'; }

/* '' */
.icon-turkish-lira:before {
  content: '\f357'; }

/* '' */
.icon-font-awesome-alt:before {
  content: '\f35c'; }

/* '' */
.icon-unlock:before {
  content: '\f360'; }

/* '' */
.icon-usd:before {
  content: '\f363'; }

/* '' */
.icon-user:before {
  content: '\f364'; }

/* '' */
.icon-accessible-icon:before {
  content: '\f368'; }

/* '' */
.icon-accusoft:before {
  content: '\f369'; }

/* '' */
.icon-adversal:before {
  content: '\f36a'; }

/* '' */
.icon-affiliatetheme:before {
  content: '\f36b'; }

/* '' */
.icon-algolia:before {
  content: '\f36c'; }

/* '' */
.icon-amilia:before {
  content: '\f36d'; }

/* '' */
.icon-angrycreative:before {
  content: '\f36e'; }

/* '' */
.icon-app-store:before {
  content: '\f36f'; }

/* '' */
.icon-app-store-ios:before {
  content: '\f370'; }

/* '' */
.icon-apper:before {
  content: '\f371'; }

/* '' */
.icon-asymmetrik:before {
  content: '\f372'; }

/* '' */
.icon-audible:before {
  content: '\f373'; }

/* '' */
.icon-avianex:before {
  content: '\f374'; }

/* '' */
.icon-aws:before {
  content: '\f375'; }

/* '' */
.icon-bimobject:before {
  content: '\f378'; }

/* '' */
.icon-bitcoin:before {
  content: '\f379'; }

/* '' */
.icon-bity:before {
  content: '\f37a'; }

/* '' */
.icon-blackberry:before {
  content: '\f37b'; }

/* '' */
.icon-blogger:before {
  content: '\f37c'; }

/* '' */
.icon-blogger-b:before {
  content: '\f37d'; }

/* '' */
.icon-buromobelexperte:before {
  content: '\f37f'; }

/* '' */
.icon-centercode:before {
  content: '\f380'; }

/* '' */
.icon-cloudscale:before {
  content: '\f383'; }

/* '' */
.icon-cloudsmith:before {
  content: '\f384'; }

/* '' */
.icon-cloudversify:before {
  content: '\f385'; }

/* '' */
.icon-cpanel:before {
  content: '\f388'; }

/* '' */
.icon-yen:before {
  content: '\f38a'; }

/* '' */
.icon-css3-alt:before {
  content: '\f38b'; }

/* '' */
.icon-cuttlefish:before {
  content: '\f38c'; }

/* '' */
.icon-d-and-d:before {
  content: '\f38d'; }

/* '' */
.icon-deploydog:before {
  content: '\f38e'; }

/* '' */
.icon-deskpro:before {
  content: '\f38f'; }

/* '' */
.icon-digital-ocean:before {
  content: '\f391'; }

/* '' */
.icon-discord:before {
  content: '\f392'; }

/* '' */
.icon-discourse:before {
  content: '\f393'; }

/* '' */
.icon-dochub:before {
  content: '\f394'; }

/* '' */
.icon-docker:before {
  content: '\f395'; }

/* '' */
.icon-draft2digital:before {
  content: '\f396'; }

/* '' */
.icon-dribbble-square:before {
  content: '\f397'; }

/* '' */
.icon-dyalog:before {
  content: '\f399'; }

/* '' */
.icon-earlybirds:before {
  content: '\f39a'; }

/* '' */
.icon-erlang:before {
  content: '\f39d'; }

/* '' */
.icon-facebook-f:before {
  content: '\f39e'; }

/* '' */
.icon-facebook-messenger:before {
  content: '\f39f'; }

/* '' */
.icon-firstdraft:before {
  content: '\f3a1'; }

/* '' */
.icon-fonticons-fi:before {
  content: '\f3a2'; }

/* '' */
.icon-fort-awesome-alt:before {
  content: '\f3a3'; }

/* '' */
.icon-freebsd:before {
  content: '\f3a4'; }

/* '' */
.icon-gitkraken:before {
  content: '\f3a6'; }

/* '' */
.icon-gofore:before {
  content: '\f3a7'; }

/* '' */
.icon-goodreads:before {
  content: '\f3a8'; }

/* '' */
.icon-goodreads-g:before {
  content: '\f3a9'; }

/* '' */
.icon-google-drive:before {
  content: '\f3aa'; }

/* '' */
.icon-google-play:before {
  content: '\f3ab'; }

/* '' */
.icon-gripfire:before {
  content: '\f3ac'; }

/* '' */
.icon-grunt:before {
  content: '\f3ad'; }

/* '' */
.icon-gulp:before {
  content: '\f3ae'; }

/* '' */
.icon-hacker-news-square:before {
  content: '\f3af'; }

/* '' */
.icon-hire-a-helper:before {
  content: '\f3b0'; }

/* '' */
.icon-hotjar:before {
  content: '\f3b1'; }

/* '' */
.icon-hubspot:before {
  content: '\f3b2'; }

/* '' */
.icon-itunes:before {
  content: '\f3b4'; }

/* '' */
.icon-itunes-note:before {
  content: '\f3b5'; }

/* '' */
.icon-jenkins:before {
  content: '\f3b6'; }

/* '' */
.icon-joget:before {
  content: '\f3b7'; }

/* '' */
.icon-js:before {
  content: '\f3b8'; }

/* '' */
.icon-js-square:before {
  content: '\f3b9'; }

/* '' */
.icon-keycdn:before {
  content: '\f3ba'; }

/* '' */
.icon-kickstarter:before {
  content: '\f3bb'; }

/* '' */
.icon-kickstarter-k:before {
  content: '\f3bc'; }

/* '' */
.icon-laravel:before {
  content: '\f3bd'; }

/* '' */
.icon-line:before {
  content: '\f3c0'; }

/* '' */
.icon-lyft:before {
  content: '\f3c3'; }

/* '' */
.icon-magento:before {
  content: '\f3c4'; }

/* '' */
.icon-medapps:before {
  content: '\f3c6'; }

/* '' */
.icon-medium-m:before {
  content: '\f3c7'; }

/* '' */
.icon-medrt:before {
  content: '\f3c8'; }

/* '' */
.icon-microsoft:before {
  content: '\f3ca'; }

/* '' */
.icon-mix:before {
  content: '\f3cb'; }

/* '' */
.icon-mizuni:before {
  content: '\f3cc'; }

/* '' */
.icon-mobile-alt:before {
  content: '\f3cd'; }

/* '' */
.icon-monero:before {
  content: '\f3d0'; }

/* '' */
.icon-napster:before {
  content: '\f3d2'; }

/* '' */
.icon-node-js:before {
  content: '\f3d3'; }

/* '' */
.icon-npm:before {
  content: '\f3d4'; }

/* '' */
.icon-ns8:before {
  content: '\f3d5'; }

/* '' */
.icon-nutritionix:before {
  content: '\f3d6'; }

/* '' */
.icon-page4:before {
  content: '\f3d7'; }

/* '' */
.icon-palfed:before {
  content: '\f3d8'; }

/* '' */
.icon-patreon:before {
  content: '\f3d9'; }

/* '' */
.icon-periscope:before {
  content: '\f3da'; }

/* '' */
.icon-phabricator:before {
  content: '\f3db'; }

/* '' */
.icon-phoenix-framework:before {
  content: '\f3dc'; }

/* '' */
.icon-playstation:before {
  content: '\f3df'; }

/* '' */
.icon-pushed:before {
  content: '\f3e1'; }

/* '' */
.icon-python:before {
  content: '\f3e2'; }

/* '' */
.icon-red-river:before {
  content: '\f3e3'; }

/* '' */
.icon-wpressr:before {
  content: '\f3e4'; }

/* '' */
.icon-replyd:before {
  content: '\f3e6'; }

/* '' */
.icon-resolving:before {
  content: '\f3e7'; }

/* '' */
.icon-rocketchat:before {
  content: '\f3e8'; }

/* '' */
.icon-rockrms:before {
  content: '\f3e9'; }

/* '' */
.icon-schlix:before {
  content: '\f3ea'; }

/* '' */
.icon-searchengin:before {
  content: '\f3eb'; }

/* '' */
.icon-servicestack:before {
  content: '\f3ec'; }

/* '' */
.icon-sistrix:before {
  content: '\f3ee'; }

/* '' */
.icon-slack-hash:before {
  content: '\f3ef'; }

/* '' */
.icon-speakap:before {
  content: '\f3f3'; }

/* '' */
.icon-staylinked:before {
  content: '\f3f5'; }

/* '' */
.icon-steam-symbol:before {
  content: '\f3f6'; }

/* '' */
.icon-sticker-mule:before {
  content: '\f3f7'; }

/* '' */
.icon-studiovinari:before {
  content: '\f3f8'; }

/* '' */
.icon-supple:before {
  content: '\f3f9'; }

/* '' */
.icon-telegram-plane:before {
  content: '\f3fe'; }

/* '' */
.icon-uber:before {
  content: '\f402'; }

/* '' */
.icon-uikit:before {
  content: '\f403'; }

/* '' */
.icon-uniregistry:before {
  content: '\f404'; }

/* '' */
.icon-untappd:before {
  content: '\f405'; }

/* '' */
.icon-ussunnah:before {
  content: '\f407'; }

/* '' */
.icon-vaadin:before {
  content: '\f408'; }

/* '' */
.icon-viber:before {
  content: '\f409'; }

/* '' */
.icon-vimeo:before {
  content: '\f40a'; }

/* '' */
.icon-vnv:before {
  content: '\f40b'; }

/* '' */
.icon-whatsapp-square:before {
  content: '\f40c'; }

/* '' */
.icon-whmcs:before {
  content: '\f40d'; }

/* '' */
.icon-wordpress-simple:before {
  content: '\f411'; }

/* '' */
.icon-xbox:before {
  content: '\f412'; }

/* '' */
.icon-yandex:before {
  content: '\f413'; }

/* '' */
.icon-yandex-international:before {
  content: '\f414'; }

/* '' */
.icon-apple-pay:before {
  content: '\f415'; }

/* '' */
.icon-cc-apple-pay:before {
  content: '\f416'; }

/* '' */
.icon-fly:before {
  content: '\f417'; }

/* '' */
.icon-nintendo-switch:before {
  content: '\f418'; }

/* '' */
.icon-node:before {
  content: '\f419'; }

/* '' */
.icon-osi:before {
  content: '\f41a'; }

/* '' */
.icon-react:before {
  content: '\f41b'; }

/* '' */
.icon-autoprefixer:before {
  content: '\f41c'; }

/* '' */
.icon-less:before {
  content: '\f41d'; }

/* '' */
.icon-sass:before {
  content: '\f41e'; }

/* '' */
.icon-vuejs:before {
  content: '\f41f'; }

/* '' */
.icon-angular:before {
  content: '\f420'; }

/* '' */
.icon-aviato:before {
  content: '\f421'; }

/* '' */
.icon-ember:before {
  content: '\f423'; }

/* '' */
.icon-font-awesome-flag:before {
  content: '\f425'; }

/* '' */
.icon-gitter:before {
  content: '\f426'; }

/* '' */
.icon-hooli:before {
  content: '\f427'; }

/* '' */
.icon-strava:before {
  content: '\f428'; }

/* '' */
.icon-stripe:before {
  content: '\f429'; }

/* '' */
.icon-stripe-s:before {
  content: '\f42a'; }

/* '' */
.icon-typo3:before {
  content: '\f42b'; }

/* '' */
.icon-amazon-pay:before {
  content: '\f42c'; }

/* '' */
.icon-cc-amazon-pay:before {
  content: '\f42d'; }

/* '' */
.icon-ethereum:before {
  content: '\f42e'; }

/* '' */
.icon-korvue:before {
  content: '\f42f'; }

/* '' */
.icon-elementor:before {
  content: '\f430'; }

/* '' */
.icon-youtube-square:before {
  content: '\f431'; }

/* '' */
.icon-flipboard:before {
  content: '\f44d'; }

/* '' */
.icon-hips:before {
  content: '\f452'; }

/* '' */
.icon-php:before {
  content: '\f457'; }

/* '' */
.icon-quinscape:before {
  content: '\f459'; }

/* '' */
.icon-couch:before {
  content: '\f4b8'; }

/* '' */
.icon-readme:before {
  content: '\f4d5'; }

/* '' */
.icon-java:before {
  content: '\f4e4'; }

/* '' */
.icon-pied-piper-hat:before {
  content: '\f4e5'; }

/* '' */
.icon-creative-commons-by:before {
  content: '\f4e7'; }

/* '' */
.icon-creative-commons-nc:before {
  content: '\f4e8'; }

/* '' */
.icon-creative-commons-nc-eu:before {
  content: '\f4e9'; }

/* '' */
.icon-creative-commons-nc-jp:before {
  content: '\f4ea'; }

/* '' */
.icon-creative-commons-nd:before {
  content: '\f4eb'; }

/* '' */
.icon-creative-commons-pd:before {
  content: '\f4ec'; }

/* '' */
.icon-creative-commons-pd-alt:before {
  content: '\f4ed'; }

/* '' */
.icon-creative-commons-remix:before {
  content: '\f4ee'; }

/* '' */
.icon-creative-commons-sa:before {
  content: '\f4ef'; }

/* '' */
.icon-creative-commons-sampling:before {
  content: '\f4f0'; }

/* '' */
.icon-creative-commons-sampling-plus:before {
  content: '\f4f1'; }

/* '' */
.icon-creative-commons-share:before {
  content: '\f4f2'; }

/* '' */
.icon-creative-commons-zero:before {
  content: '\f4f3'; }

/* '' */
.icon-ebay:before {
  content: '\f4f4'; }

/* '' */
.icon-keybase:before {
  content: '\f4f5'; }

/* '' */
.icon-mastodon:before {
  content: '\f4f6'; }

/* '' */
.icon-r-project:before {
  content: '\f4f7'; }

/* '' */
.icon-researchgate:before {
  content: '\f4f8'; }

/* '' */
.icon-teamspeak:before {
  content: '\f4f9'; }

/* '' */
.icon-first-order-alt:before {
  content: '\f50a'; }

/* '' */
.icon-fulcrum:before {
  content: '\f50b'; }

/* '' */
.icon-galactic-republic:before {
  content: '\f50c'; }

/* '' */
.icon-galactic-senate:before {
  content: '\f50d'; }

/* '' */
.icon-jedi-order:before {
  content: '\f50e'; }

/* '' */
.icon-mandalorian:before {
  content: '\f50f'; }

/* '' */
.icon-old-republic:before {
  content: '\f510'; }

/* '' */
.icon-phoenix-squadron:before {
  content: '\f511'; }

/* '' */
.icon-sith:before {
  content: '\f512'; }

/* '' */
.icon-trade-federation:before {
  content: '\f513'; }

/* '' */
.icon-wolf-pack-battalion:before {
  content: '\f514'; }

/* '' */
.icon-blender:before {
  content: '\f517'; }

/* '' */
.icon-shoe-prints:before {
  content: '\f54b'; }

/* '' */
.icon-tshirt:before {
  content: '\f553'; }

/* '' */
.icon-concierge-bell:before {
  content: '\f562'; }

/* '' */
.icon-hornbill:before {
  content: '\f592'; }

/* '' */
.icon-mailchimp:before {
  content: '\f59e'; }

/* '' */
.icon-megaport:before {
  content: '\f5a3'; }

/* '' */
.icon-nimblr:before {
  content: '\f5a8'; }

/* '' */
.icon-rev:before {
  content: '\f5b2'; }

/* '' */
.icon-shopware:before {
  content: '\f5b5'; }

/* '' */
.icon-squarespace:before {
  content: '\f5be'; }

/* '' */
.icon-themeco:before {
  content: '\f5c6'; }

/* '' */
.icon-weebly:before {
  content: '\f5cc'; }

/* '' */
.icon-wix:before {
  content: '\f5cf'; }

/* '' */
.icon-ello:before {
  content: '\f5f1'; }

/* '' */
.icon-hackerrank:before {
  content: '\f5f7'; }

/* '' */
.icon-kaggle:before {
  content: '\f5fa'; }

/* '' */
.icon-markdown:before {
  content: '\f60f'; }

/* '' */
.icon-neos:before {
  content: '\f612'; }

/* '' */
.icon-zhihu:before {
  content: '\f63f'; }

/* '' */
.icon-alipay:before {
  content: '\f642'; }

/* '' */
.icon-the-red-yeti:before {
  content: '\f69d'; }

/* '' */
.icon-acquisitions-incorporated:before {
  content: '\f6af'; }

/* '' */
.icon-critical-role:before {
  content: '\f6c9'; }

/* '' */
.icon-d-and-d-beyond:before {
  content: '\f6ca'; }

/* '' */
.icon-dev:before {
  content: '\f6cc'; }

/* '' */
.icon-fantasy-flight-games:before {
  content: '\f6dc'; }

/* '' */
.icon-penny-arcade:before {
  content: '\f704'; }

/* '' */
.icon-wizards-of-the-coast:before {
  content: '\f730'; }

/* '' */
.icon-think-peaks:before {
  content: '\f731'; }

/* '' */
.icon-reacteurope:before {
  content: '\f75d'; }

/* '' */
.icon-adobe:before {
  content: '\f778'; }

/* '' */
.icon-artstation:before {
  content: '\f77a'; }

/* '' */
.icon-atlassian:before {
  content: '\f77b'; }

/* '' */
.icon-canadian-maple-leaf:before {
  content: '\f785'; }

/* '' */
.icon-centos:before {
  content: '\f789'; }

/* '' */
.icon-confluence:before {
  content: '\f78d'; }

/* '' */
.icon-dhl:before {
  content: '\f790'; }

/* '' */
.icon-diaspora:before {
  content: '\f791'; }

/* '' */
.icon-fedex:before {
  content: '\f797'; }

/* '' */
.icon-fedora:before {
  content: '\f798'; }

/* '' */
.icon-figma:before {
  content: '\f799'; }

/* '' */
.icon-intercom:before {
  content: '\f7af'; }

/* '' */
.icon-invision:before {
  content: '\f7b0'; }

/* '' */
.icon-jira:before {
  content: '\f7b1'; }

/* '' */
.icon-mendeley:before {
  content: '\f7b3'; }

/* '' */
.icon-raspberry-pi:before {
  content: '\f7bb'; }

/* '' */
.icon-redhat:before {
  content: '\f7bc'; }

/* '' */
.icon-sketch:before {
  content: '\f7c6'; }

/* '' */
.icon-sourcetree:before {
  content: '\f7d3'; }

/* '' */
.icon-suse:before {
  content: '\f7d6'; }

/* '' */
.icon-ubuntu:before {
  content: '\f7df'; }

/* '' */
.icon-ups:before {
  content: '\f7e0'; }

/* '' */
.icon-usps:before {
  content: '\f7e1'; }

/* '' */
.icon-yarn:before {
  content: '\f7e3'; }
.image-container {
  display: inline-block;
  padding: 1em;
  max-width: 100%;
  vertical-align: top;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.image-container:hover {
 
}

.image {

  background-size: contain ;
  cursor: crosshair;
 
  max-width: 100%;
  padding-bottom: 10em;
  width: 100em;
}
ul.ts-list-divided li
{
	font-size:16px;
}
ul.ts-list-divided li b
{
	font-size:20px;
}

.title-heading {
    display: flex;
    align-items: center; /* Aligns image and text vertically */
    gap: 10px; /* Adds spacing between image and text */
}

.hesabe-logo {
    width: 100px;
}
