/*COMMON ELEMENTS CSS*/

body {
    margin: 0;
    font-family: source_sans_proregular !important;
}

.nopadding {
	padding:0 !important;
}
p {
    font-size: 14px;
    color: #737373;
    margin: 0;
}


ul{ 
list-style: none;
padding-inline-start: 0;
}

/* Button-Bacgrond-color */

.gredient_button {
  background: #486ebd;
  animation: color-me-in 5s; /* other keywords like "infinite alternate" can be useful here */
}

 @keyframes color-me-in {
  /* You could think of as "step 1" */
  0% {
    background: orange;
  }
  /* You could think of as "step 2" */
  100% {
    background: #204aa0;
  }
}


/*SPACES CSS START*/

.tb-padd {
    padding: 60px 0;
    position: relative;
}
.content--block {
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    width: 100%;
}
.tittle_section h1 span {
color:#264a9b;
}
.tittle_section h1 {
    font-family: bebas_neueregular;
    font-weight: normal;
}
h1 {
    font-size: 80px;
    line-height: 72px;
	color:#343434;
	    margin: 0;
}
h3 {
    font-size: 23px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: montserratbold;
    color: #252525;
}

.button--see {
    text-align: center;
    background-color: #3c8bd5;
    border-radius: 4px;
    padding: 18px 40px;
    width: max-content;
}
.button--see a {
    color: #fff;
    text-decoration: none;
    font-size: 18px;
}

/* banner */
.slide--item img {
    margin: 0 auto;
    width: 100%;
}


section.try--demo a {
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    font-family: montserratbold;
}
section.try--demo {
    background-color: #204aa0;
    width: max-content;
    padding: 15px 18px;
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    z-index: 999;
    transform: rotate(90deg);
    left: -54px;
}

.text--center {
	text-align: center;
}
.tittle_section h3 {
    color: #204aa0;
}

section.td--wrapper {
    padding-top: 80px;
}
.paragraph--content {
    padding-bottom: 50px;
}
.video--section iframe {
    width: 60%;
    height: 440px;
}

.faq--td {
    background-color: #eeeeee;
    margin-top: 80px;
}
.faq--td .paragraph--content p {
    color: #737373;
    text-align: left;
    line-height: 30px;
}
section.td--wrapper.text--center img {
    width: 100%;
}
.td--client .paragraph--content p {
    color: #737373;
}
.client--say h4 {
    font-size: 20px;
    color: #737373;
    font-weight: normal;
    text-align: left;
    line-height: 30px;
    padding-left: 15px;
    width: 81%;
}

.client--name a {
    color: #204aa0;
    font-size: 16px;
    font-family: source_sans_probold;
    text-decoration: none;
}
.client--name {
    text-align: left;
}
.client--name img {
    padding: 0 24px;
    display:none!important;
}
.client--say h4:before {
    content: "";
    background-image: url(../images/icon.png);
    height: 200px;
    position: absolute;
    top: 35px;
    z-index: 11;
    width: 100%;
    background-repeat: no-repeat;
    left: 0;
}
.popular--block {
    background-color: #204aa0;
    border-radius: 8px;
}
.td--prize-section .prize--block .paragraph--content {
    padding: 22px 0px;
    text-align: center;
}
.td--prize-section .prize--block.popular--block .paragraph--content p {
    color: #fff;
}
.td--prize-section .prize--block .paragraph--content p {
    margin: 0;
    font-family: source_sans_probold;
    font-size: 14px;
    text-align:center;
}


.prize--block {
    text-align: center;
    padding: 0 22px;
    direction:ltr;
}
.popular--block p {
    color: #fff;
}
.popular--block .prize--content span {
    color: #fff;
}
.checked--content p {
    line-height: 30px;
}
.prize--content span {
    font-size: 35px;
    color: #343434;
    font-family: montserratbold;
    padding-bottom: 10px;
}
.checked--content {
    padding-top: 38px;
    padding-bottom: 22px;
}

.popular--block .buy--now--button {
    background-color: #fff;
}
.prize--block .buy--now--button {
    margin: 0;
    cursor: pointer;
}
.prize--block .buy--now--button {
    border: 1px solid #204aa0;
    width: 50%;
    text-align: center;
    padding: 10px 0;
    margin: 0 auto;
    cursor: pointer;
}
.addtocart-button {

    cursor: pointer;

}
.buy--now--button a {
	    text-transform: uppercase;
}
.try--demoo {
    background-color: #f3f3f3;
    padding: 58px 22px;
    border-radius: 8px;
}
.prize--content span {
    color: #204aa0;
}

.title--content h2 {
    font-size: 35px;
    color: #204aa0;
	font-family: montserratbold;
}
.prize--block .buy--now--button a {
    color: #204aa0;
	    text-transform: uppercase;
}

.try--demoo .title--content h2 {
    margin: 20px 0;
}
.try--demoo p {
    font-family: source_sans_proregular !important;
}

.slick-dots li button {
    width: 15px !important;
    height: 15px !important;
    background: #264a9b !important;
    border-radius: 50%;
}
.slick-dots .slick-active button {
    background: transparent !important;
	border: 1px solid #264a9b;
}
.td--client .slide--item img {
    height: auto !important;
    width: unset !important;
    margin: 0;
    display: inline-block;
        max-width: 150px;
    border-radius: 100px;
}
.tt-according .tittle_section {
    padding-bottom: 60px;
}
/* footer */
.copyright--section p {
    color: #204aa0;
    font-family: montserratbold;
}
footer {
    margin: 60px 0;
}

/*TOGGLE & TARGET CSS START HERE*/

.desktop.toggle--target {
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 1000;
    width: 100%;
    max-width: 25rem;
    padding: 20px;
    overflow: hidden;
    overflow-y: auto;
    background-color: #f7f7f7;
    -webkit-transition: -webkit-transform .2s ease;
    transition: transform .2s ease, -webkit-transform .2s ease
}


.toggle::before {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    background-color: rgba(0, 0, 0, 0.8);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    content: "";
    -webkit-transition: opacity .2s ease;
    transition: opacity .2s ease
}

.toggle.open::before {
    opacity: 1;
    visibility: visible;
    pointer-events: auto
}

a.toggle--nav {
    display: none;
    cursor: pointer;
    float: right;
    padding: 12px 0px 0;
}



/*TOGGLE & TARGET CSS END*/


/* SLICK SLIDER CSS START */

.slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.slick-arrow {
    overflow: hidden;
}


/* SLICK SLIDER CSS END */


/*HEADER CSS START HERE*/



}
.toggle i {
    font-size: 40px;
    color: #fff;
}
.banner_content h3 {
    font-size: 13px;
    font-family: oswaldbook;
    letter-spacing: 8px;
    text-transform: uppercase;
    border-bottom: 1px solid #e0dede;
    text-align: center;
    width: min-content;
    margin: 0 auto 20px;
    padding: 12px 12px;
}



.slide--item {
    position: relative;
}

section.content-section {
    padding: 34px 0 0 0;
} 
.col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 33%;
    max-width: 33%;
}