/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : Feb 8, 2019, 7:54:16 PM
    Author     : Sharif Uddin
    Email      : fsuuaas@gmail.com
*/

:root {
    --section-about-bg: 	url('../../images/dots-1.webp');
    /*--section-features-bg: 	url('../../images/bg-3.svg');*/
    --cnvs-mega-menu-width-sm: 400px;
    --cnvs-themecolor: #1ABC9C;
    --cnvs-themecolor-rgb: 26, 188, 156;
    --cnvs-feature-themecolor: #264653;
    --cnvs-feature-themecolor-rgb: 38, 70, 83;
    --cnvs-feature-secondary-color: #E9C46A;
    --cnvs-feature-secondary-color-rgb: 233, 196, 106;
}

/*.top-links li a img {*/
/*    position: relative;*/
/*    display: inline-block;*/
/*    width: 20px;*/
/*    height: 20px;*/
/*    border-radius: 20px;*/
/*    top: -1px;*/
/*    margin-right: 8px;*/
/*    border: 1px solid rgba(255, 255, 255, 0.7);*/
/*}*/

/*.top-links-sub-menu .top-links-item > a > img {*/
/*    display: inline-block;*/
/*    position: relative;*/
/*    top: -1px;*/
/*    width: 20px;*/
/*    height: 20px;*/
/*    border-radius: 20px;*/
/*    margin-right: 4px;*/
/*    border: 1px solid rgba(255, 255, 255, 0.7);*/
/*}*/

.social-icon.si-small {
    --cnvs-socialicon-size: 1.5rem;
    --cnvs-socialicon-fontsize: 0.8rem;
}

.copyright-links {
    margin-top: 0;
    color: var(--cnvs-copyrights-link-color);
}

.button-secondary:not(.button-border) { background-color: #FF7A59; }
.button-border.button-secondary {
    color: #FF7A59;
    border-color: #FF7A59;
}

.form-control::placeholder {
    color: #6c757d;
    opacity: 0.7;
}

.color2nd{
    color: #FF7A59 !important;
}

.side-button{
    margin-top: auto;
    margin-bottom: auto;
}
.button-aqua:not(.button-border) {
    background-color: #1abc9c !important;
}
.button-aqua { background-color: #1ABC9C; }
.button-3d.button-aqua:hover,
.button-reveal.button-aqua:hover,
.button-border.button-aqua:hover,
.button-border.button-aqua.button-fill:before { background-color: #1ABC9C !important; }

.button-border.button-aqua {
    color: #1ABC9C;
    border-color: #1ABC9C;
}

.tabs.tabs-alt ul.tab-nav li.ui-tabs-active i { color: #FF7A59}

ul.tab-nav:not(.tab-nav-lg) li.ui-tabs-active a:after {
    background: #FF7A59;
}

.footer-widgets-wrap-1 {
    position: relative;
    padding: 50px 0;
}

.nextbell{
    color: #333;
    border-bottom: 1px dotted #444;
    font-weight: bold;
    font-family: 'Kodchasan', sans-serif;
}

.nextbell:hover{
    color: #ffffff;
}
.margin-top-10{
    margin-top: 10px !important;
}

.margin-top-15{
    margin-top: 15px !important;
}
.margin-top-m30{
    margin-top: -30px;
}
.margin-top-m80{
    margin-top: -80px;
}
.margin-top-m140 {
    margin-top: -140px;
}

.footer-stick-style{
    padding: 10px 0;
    background-color: #F8FAFB;
    border-top: 1px solid #E5E5E5;
    border-bottom: 1px solid #E5E5E5;

}

.app-footer-features h5 {
    display: inline-block;
    font-weight: 500;
    font-size: 13px;
    letter-spacing: 1px;
}

.app-footer-features h5 a {
    color: #666;
    font-weight: 600;
}

.app-footer-features h5 a:hover {
    color: #444;
    border-bottom: 1px dotted #AAA;
}

.app-footer-features i {
    position: relative;
    top: 8px;
    width: 30px;
    height: 30px;
    font-size: 30px;
    margin-right: 10px;
    color: #888;
}

.footerlogo{
    margin-top: 8px; padding-right: 18px; border-right: 1px solid #DDD;
}

.footer-button{
    width: 100% !important;
}
.copyright-links a:hover, .copyrights-menu a:hover {
    color: #FFFFFF;
}

.input-group-append,
.input-group-prepend {
    display:-ms-flexbox;
    display:flex;
}

.input-group-prepend > .input-group-text {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

/*new*/
/* Pricing Boxes
-----------------------------------------------------------------*/
/*.pricing-box {*/
/*    border-color: rgba(17, 18, 18, .1);*/
/*    text-align: left;*/
/*    padding: 20px;*/
/*    background-color: #FFF;*/
/*    box-shadow: none;*/
/*    margin-right: -1px;*/
/*}*/


/* Pricing Boxes - Title
-----------------------------------------------------------------*/
/*.pricing-title {*/
/*    padding: 0;*/
/*    background-color: transparent;*/
/*    border-bottom: 0;*/
/*}*/

.pricing-title h3 {
    margin: 0;
    font-size: 21px;
    letter-spacing: 0;
    color: #555;
    text-transform: none;
}

.pricing-title span {
    font-size: 14px;
    text-transform: capitalize;
}


/* Pricing Boxes - Price
-----------------------------------------------------------------*/
.pricing-price {
    position: relative;
    font-weight: 500;
}

.pricing-price:after { content: none; }

.pricing-price span.price-tenure {
    display: block;
    font-size: 15px;
    font-weight: normal;
    color: #FA503A;
    font-weight: bold !important;
    text-transform: lowercase;
}

/* Pricing Boxes - Features
-----------------------------------------------------------------*/
.pricing-features ul { padding: 0 0 20px 0; }

.pricing-features li {
    padding: 7px 0;
    font-size: 14px;
}

.pricing-features li i {
    position: relative;
    top: 2px;
    font-size: var(--basefontsize);
}


.btn-action {
    transform: translateY(50%);
}

/* Pricing Boxes - Action
-----------------------------------------------------------------*/
.pricing-action {
    /*padding: 0;*/
    /*text-align: center;*/
}

.circle-border {
    position: relative;
    margin-top: 25px;
    margin-left: 25px;
    border: 2px solid rgba(12, 28, 204, .05);
    border-radius: 50%;
    height: 250px;
    width: 250px;
}

/*.feature-content {*/
/*    position: absolute;*/
/*    top: -25px;*/
/*    left: -25px;*/
/*    width: 300px;*/
/*    height: 300px;*/
/*}*/

.circle-inner {
    border-radius: 50%;
    min-width: 80px;
    min-height: 80px;
    padding: 4px;
    background: #FFF;
    box-shadow: 0 0 35px rgba(140, 152, 164, 0.2);
    text-align: center;
    line-height: 1;
    box-sizing: content-box;
    white-space: nowrap;
}

.circle-inner:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    padding-top: 100%;
    height: 0;
}

.circle-inner > div {
    display: inline-block;
    vertical-align: middle;
}

.counter { font-size: 20px; }
.counter + h5 { font-size: 12px; }

.app-footer-features h5 {
    display: inline-block;
    font-weight: 500;
    font-size: 13px;
    letter-spacing: 1px;
}

.app-footer-features h5 a {
    color: #666;
    font-weight: 600;
}

.app-footer-features h5 a:hover {
    color: #444;
    border-bottom: 1px dotted #AAA;
}

.app-footer-features i {
    position: relative;
    top: 8px;
    width: 30px;
    height: 30px;
    font-size: 30px;
    margin-right: 10px;
    color: #888;
}
#footer { border-top: 1px solid #DDD; }

.before-heading{
    color: #1D2C4C;
}

.color2nd{
    color: #FF7A59 !important;
}
/**/
.button-aqua { background-color: #1ABC9C; }
.button-3d.button-aqua:hover,
.button-reveal.button-aqua:hover,
.button-border.button-aqua:hover,
.button-border.button-aqua.button-fill:before { background-color: #1ABC9C !important; }
/**/
.button-border.button-aqua {
    color: #1ABC9C;
    border-color: #1ABC9C;
}
/**/
.padding-80-0{
    padding: 80px 0 !important;
}

.max-width-960{
    max-width: 960px !important;
}

.home-h1{
    font-size: 26px;
    margin: 0 0 0 0;
}
.heading-block h2 + span {
    font-size: 18px;
    color: #1D2C4C !important;
}

.max-width-700{
    max-width: 700px !important;
}

.font-35{
    font-size: 35px !important;
}

.max-width-800{
    max-width: 800px !important;
}

.margin-bottom-15{
    margin-bottom: 15px !important;
}

.font-15{
    font-size: 15px !important;
}

.font-25{
    font-size: 25px !important;
}

.home-bg{
    background: url('../images/section/perfectretouching-cover.jpg') center 80%; background-size: cover; padding: 180px 0;
}

.margin-top-m80{
    margin-top: -80px;
}
/**/
.margin-top-m140 {
    margin-top: -140px;
}
.margin-top-m30{
    margin-top: -30px;
}

.margin-top-15{
    margin-top: 15px !important;
}
/**/
.margin-top-10{
    margin-top: 10px !important;
}
/**/
.review-id{
    color: #FF7A59;
}

.primary-color{
    color: #1ABC9C;
}

/**/
.input-group-append,
.input-group-prepend {
    display:-ms-flexbox;
    display:flex;
}
/**/
.circle-border {
    position: relative;
    margin-top: 25px;
    margin-left: 25px;
    border: 2px solid rgba(12, 28, 204, .05);
    border-radius: 50%;
    height: 250px;
    width: 250px;
}

.circle-inner {
    border-radius: 50%;
    min-width: 80px;
    min-height: 80px;
    padding: 4px;
    background: #FFF;
    box-shadow: 0 0 35px rgba(140, 152, 164, 0.2);
    text-align: center;
    line-height: 1;
    box-sizing: content-box;
    white-space: nowrap;
}

.circle-inner::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    padding-top: 100%;
    height: 0;
}

.circle-inner > div {
    display: inline-block;
    vertical-align: middle;
}

.counter { font-size: 20px; }
.counter + h5 { font-size: 12px; }

.button { box-shadow:0 8px 16px rgba(32,41,50,0.12); }

.color-2, .h-color-2:hover {
    color: var(--cnvs-secondary-color) !important;
}



/* ----------------------------------------------------------------
	Canvas: Finance
-----------------------------------------------------------------*/

.color-2,
.h-color-2:hover { color: var(--cnvs-feature-secondary-color) !important; }

.bg-color-2,
.h-bg-color-2:hover { background-color: var(--cnvs-feature-secondary-color) !important; }

.dotted-bg:before {
    content: "";
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    width: 110%;
    height: 100%;
    background-size: 12px 12px;
    background-position: center;
    transform: translate(-50%, -50%);
    background-image: radial-gradient(rgba(var(--cnvs-feature-themecolor-rgb),0.3) 14%, transparent 14%);
    -webkit-mask-image: radial-gradient(rgba(0,0,0,1),rgba(0,0,0,0) 75%);
    mask-image: radial-gradient(rgba(0,0,0,1),rgba(0,0,0,0) 75%);
    z-index: 0;
}

.services-grid .feature-box {
    padding: 2rem;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: .5rem;
    border: 1px solid var(--cnvs-feature-secondary-color);
}

.services-grid .feature-box:hover {
    background-size: cover;
}

.hover-button {
    display: block;
    margin-top: 20px;
    font-weight: 600;
}

.dark .hover-button { color: #FFF; }

.services-grid .feature-box { background-color: var(--cnvs-feature-themecolor); }

.dark .services-grid .feature-box .fbox-icon i { background-color: rgba(255,255,255,0.15); }


.services-grid .feature-box,
.services-grid .feature-box .fbox-icon,
.services-grid .feature-box .fbox-content,
.hover-button  { transition: all .4s ease, border-color .0s ease; }

.heading-block h3 {
    font-size: 2.1rem;
    line-height: 1.3 !important;
}

/* Badge
-----------------------------------------------------------------*/
.badge {
    padding: 8px;
    font-size: 12px;
    margin-bottom: 15px;
    border-radius: 2px;
    font-weight: 500;
    line-height: .8;
}

.badge.badge-default {
    border: 1px solid #1ABC9C;
    color: #1ABC9C;
}

.cta-bg{
    background: rgb(26,188,156);
    background: linear-gradient(90deg, rgba(26,188,156,0.6656863428965336) 0%, rgba(255,122,89,0.6880953064819677) 51%, rgba(26,188,156,0.6740897042410714) 100%);
}


/*@media (min-width: 1920px) {*/
/*    #UsefulLink{*/
/*        margin-left: 6rem !important;*/
/*    }*/
/*}*/

