/*!
 * Start Bootstrap - Modern Business HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */


/* Global Styles */

@import url('https://fonts.googleapis.com/css2?family=Lora&display=swap');
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}


/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
    display: block;
}

body {
    line-height: 1.4;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    background-color: #25253f !important;
    font-size: 14px !important;
    color: #fff;
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #62629f !important;
}

.table-pdf td {
    padding: 10px;
}

html,
body {
    height: 100%;
    font-family: Arial;
    
    /*font-family: 'Lora', serif !important;
    font-weight: 600;
    font-style: normal;
    color:#666666*/
    font-size: 14px;
    background-color: #f1e7f5
}

.navbar {
    border-bottom: 6px solid #f2682a;
}

.nav-bar-top {
    background-color: #fff;
}

.img-portfolio {
    margin-bottom: 30px;
}

.img-hover:hover {
    opacity: 0.8;
}


/* Home Page Carousel */

header.carousel {
    height: 520px;
}

header.carousel .item,
header.carousel .item.active,
header.carousel .carousel-inner {
    height: 100%;
}

header.carousel .fill {
    width: 100%;
    height: 520px;
    background-size: cover;
    background-position: top
}


/* 404 Page Styles */

.error-404 {
    font-size: 100px;
}


/* Pricing Page Styles */

.price {
    display: block;
    font-size: 50px;
    line-height: 50px;
}

.price sup {
    top: -20px;
    left: 2px;
    font-size: 20px;
}

.period {
    display: block;
    font-style: italic;
}

@media(max-width:991px) {
    .customer-img,
    .img-related {
        margin-bottom: 30px;
    }
}

@media(max-width:767px) {
    .img-portfolio {
        margin-bottom: 15px;
    }
    header.carousel .carousel {
        height: 70%;
    }
}

.icon-padding {
    padding: 0 3px 0 0;
    vertical-align: middle
}

.carousel-caption h1 {
    color: #156fb2;
    text-shadow: none;
    padding-bottom: 10px;
}

.shadow {
    -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.37);
    -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.37);
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.37);
    /*	background-image:url(../images/bg_head.png); */
}

.feature-block {
    padding: 60px 0;
    background-color: #f3d58c
}

.feature-title {
    font-size: 24px;
    font-weight: normal;
    padding: 10px 0 20px 0;
}

.signup-text {
    font-size: 28px;
    font-weight: normal;
    text-align: center;
    color: #fff;
}

.btn-green {
    background: transparent;
    border-color: #fff;
    border-image: none;
    border-style: solid;
    border-width: 1px;
    color: #fff;
}

.btn-green:hover {
    color: #ccc;
}

.btn-transparent-purple {
    background: transparent;
    border-color: #8c489f;
    border-image: none;
    border-style: solid;
    border-width: 1px;
    color: #8c489f;
}

.btn-blue {
    background-color: #395998;
    border-image: none;
    border-style: solid;
    border-width: 1px;
    color: #fff;
}

.btn-blue:hover {
    background-color: #d70023;
    border-image: none;
    border-style: solid;
    border-width: 1px;
    color: #fff;
}

.orange-pill {
    background-color: #f26a2b;
    color: #fff;
    padding: 4px 15px;
    border-radius: 6px;
    display: inline-block;
    margin-bottom: 10px;
}

.btn-red {
    background: #f2682a;
    border-image: none;
    border-style: solid;
    border-width: 0px;
    color: #fff;
}

.btn-red:hover {
    background: #25253f;
    border-image: none;
    color: #fff;
}

.btn-orange {
    background-color: #f26a2b;
    color: #fff;
    padding: 12px;
}

.btn-orange:hover {
    background-color: #25253f;
    color: #fff;
}

.btn-yellow {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #f1f062;
    background-image: linear-gradient(to bottom, #f1f062, #ffcc11);
    border-color: #eeee44 #ffc803 #ffc803 #eeee44;
    border-image: none;
    border-style: solid;
    border-width: 1px;
    color: #004c85;
    padding: 10px 20px
}

.link-dwnload {
    color: #395998;
    text-decoration: underline
}

.link-dwnload:hover {
    color: #d70023;
    text-decoration: none
}

.red-blue-border {
    background-color: #4f0a5a;
    border-left: 40vw solid #f8c134;
    height: 3px;
}

.intro-block {
    padding: 10px 0px;
    background: #f1e7f5;
    /* border-bottom:1px dotted #395998*/
}

.btn-big-text {
    font-size: 16px;
    padding: 8px 40px
}

.carousel-caption {
    top: 0
}

.welcomesub-title {
    font-size: 19px;
    font-weight: normal;
    /*  padding:20px 0 0px 0;*/
    margin: 0;
    padding-bottom: 10px;
    /* font-family: "Lato" !important; */
    font-style: normal;
    font-weight: 300;
    color: #333333;
}

.welcome-title {
    font-size: 22px;
    font-weight: normal;
    /*  padding:20px 0 0px 0;*/
    margin: 0;
    padding-bottom: 10px;
    /* font-family: "Lato" !important; */
    font-style: normal;
    font-weight: 300;
    color: #333333;
    /*text-shadow: 0px 1px #999*/
}

.welcome-subtitle {
    font-size: 16px;
    /*  padding:20px 0 0px 0;*/
    margin: 0;
    padding-bottom: 10px;
    /* font-family: "Lato" !important; */
    font-weight: bold;
    color: #333333;
}

.service-title {
    font-size: 18px;
    font-weight: normal;
    /*  padding:20px 0 0px 0;*/
    margin: 0;
    padding-bottom: 10px;
    /* font-family: "Lato" !important; */
    font-style: normal;
    font-weight: 300;
}

.sub-text {
    font-size: 14px;
    font-weight: normal;
    margin-top: 10px;
    text-align: center;
}

.orange-text {
    color: #faa61b;
    font-weight: 400;
}

.blue-text {
    color: #f2682a;
    font-weight: 500;
}

.red-text {
    color: #000;
    font-weight: 500;
}

.gray-text {
    color: #616161;
    font-weight: 400;
}

.purple-text {
    color: #8c489f;
    font-weight: 400;
}

.index-icon {
    font-size: 115px;
}

.blue-block {
    background-color: #337ab7;
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
}

.tesimonial-block {
    background-color: #9d5460;
    border: 1px solid #e3e3e3;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    padding-bottom: 30px;
    margin-top: 30px
}

.navbar-toggle .icon-bar {
    background-color: #fff;
    width: 25px;
    padding-top: 3px;
    margin-top: 40px
}

.twitter a {
    color: #55acee
}

.facebook a {
    color: #3b5998
}

.linkedin a {
    color: #007bb5
}

.youtube a {
    color: #bb0000
}

.twitter a:hover {
    color: #666666
}

.facebook a:hover {
    color: #666666
}

.linkedin a:hover {
    color: #666666
}

.youtube a:hover {
    color: #666666
}

.carousel-title {
    font-size: 26px;
    /*    padding-bottom:20px;*/
    color: #fff;
    line-height: 1.4;
    /* font-family: "Lato" !important; */
    font-style: normal;
    font-weight: 400;
    font-style: italic;
    text-align: left;
    margin-left: 20px
}

.reset-m-p {
    margin: 0;
    padding: 0;
}

.margin-top {
    margin-top: 21px;
}

.main-bullet {
    background: url(../images/main-bullet.png) no-repeat;
    padding-left: 22px;
}

.announcement {
    padding: 40px 0;
    text-align: center;
    font-size: 2em;
}

.connect {
    position: absolute;
    top: 25px;
    right: 20px
}

.connect li a i {
    font-size: 24px;
}

@media (max-width:767px) {
    .connect {
        position: absolute;
        top: 50px;
        right: 50px;
    }
    .thumbnails li {
        float: left;
        padding: 0px 2px
    }
}

.alpha60 {
    border-top-color: #D70023;
    border-left-color: #D70023;
    border-right-color: #395998;
    border-bottom-color: #395998;
    border-width: 3px;
    border-left-width: 0;
    border-right-width: 0;
    border-style: solid;
    /*border:1px solid #fff;*/
    background: rgba(235, 235, 235, 0.50);
    padding: 10px 8px;
    margin-bottom: 10px;
}

.service-list {
    margin: 0px 0 0px 15px;
    min-height: 135px
}

.service-list li {
    padding: 6px 0;
}

.service-list li:before {
    font-family: 'FontAwesome';
    content: '\f058 ';
    margin: 0 5px 0 -15px;
    color: #d70023;
}

.philosophy-bullet {
    padding-left: 35px;
}

.philosophy-bullet li:before {
    font-family: 'FontAwesome';
    content: '\f058 ';
    margin: 0 5px 0 -15px;
    color: #faa61b;
    font-size: 16px
}

.philosophy-bullet li {
    padding: 8px 0;
    border-top: 1px dotted #ccc;
}

.philosophy-bullet li:first-child {
    padding: 8px 0;
    border-top: 0px dotted #ccc
}

.img-border {
    margin: 0 0px 15px 0
}

.partner-img {
    border: 1px solid red;
    display: inline-block;
    margin: auto;
    width: 910px;
}

.partner-img li {
    float: left;
    width: 225px;
    text-align: center
}

.footer {
    background-color: #CACACA;
    padding: 15px 0;
    color: #fff
}

.footer-menu {
    float: right;
}

.footer-menu li {
    float: left;
    padding: 10px 8px
}

.footer-menu li a {
    color: #fff
}

.copyright {
    font-size: 11px;
    text-align: left;
    padding: 10px 0;
    display: block;
    color: #fff;
    line-height: 21px;
}

.copyright a {
    text-decoration: underline;
    color: #fff
}

.copyright a:hover {
    text-decoration: none;
    color: #fff
}

.thumbnails li {
    float: left;
    padding: 3px 5px
}

.contact {
    margin-bottom: 30px;
    font-size: 13px;
    font-weight: bold;
}

.contact li {
    padding: 5px;
}

.contact-icons {
    background-color: #f26a2b;
    width: 28px;
    height: 28px;
    color: #fff;
    font-size: 18px ! important;
    border-radius: 50%;
    margin-right: 10px
}

.phone {
    padding: 6px 0 0 7px
}

.address {
    padding: 5px 0 0 9px
}

.email {
    padding: 5px 0 0 5px
}

.web {
    padding: 5px 0 0 6px
}

.bold-contact {
    font-weight: 600;
    font-size: 14px
}

.error {
    background: #FFD2D2 url(images/stop.png) no-repeat 3px 5px;
    padding: 5px 15px 5px 24px;
    border: 1px solid #FF7979;
    border-radius: 3px;
    margin: 10px 0 50px 110px;
    color: #FE3316;
    font-weight: bold;
}

.success {
    background: #DFF2BF url(images/success.png) no-repeat 3px 5px;
    padding: 5px 15px 5px 24px;
    border: 1px solid #4F8A10;
    border-radius: 3px;
    margin: 10px 0 50px 110px;
    color: #4F8A10;
    font-weight: bold;
}

strong {
    font-weight: 600
}

.dedicated-div {
    background-color: #f2692b;
    padding: 4px 0 10px 0;
    text-align: left;
    font-size: 1.4em;
    color: #fff;
    text-shadow: 0px 1px #a4a4a4;
}

.footer-bg {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fdc75b+0,fdc75b+11,8a5573+54,703a78+82 */
    background: #25253f;
}

.top-header {
    background: #25253f
}


/* Large desktops and laptops */

@media (min-width: 1200px) {
    .nav-img {
        max-width: 135px;
        margin-top: 5px
    }
    /* .nav-height {
        height: 185px;
    } */
    .nav-text {
        margin-top: 58px
    }
    .margin-top {
        margin-top: 63px;
    }
    .nav-bg li {
        border: 0px solid #fff;
        border-bottom: 0;
        margin-left: 2px;
        /*background-color:#CA0924;*/
        background-color: #f2682a;
        border-radius: 6px 6px 0 0;
        color: #000;
    }
    .nav-bg li:hover {
        border: 0px solid #fff;
        border-bottom: 0;
        margin-left: 2px;
        background-color: #25253f;
        border-radius: 6px 6px 0 0;
        color: #fff !important
    }
    .nav-bg-selected {
        border: 0px solid #fff;
        border-bottom: 0;
        /* margin-left: 2px; */
        background-color: #25253f !important;
        border-radius: 6px 6px 0 0;
        color: #fff !important;
    }
}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
    background-color: #25253f;
    border-radius: 6px 6px 0 0;
    /* border-color: #337ab7; */
}

.dropdown-menu {
    background-color: #25253f;
    border: 0;
}

.dropdown-menu li a {
    background-color: #25253f;
    color: #fff;
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
    color: #f2682a;
}

.nav-bg-selected a {
    color: #fff
}

.nav>li>a {
    padding: 7px 15px;
    font-size: 13px;
}

.alternate-block {
    background-color: #e2e2f7;
    padding: 60px 0;
}


/* Landscape tablets and medium desktops */

@media (min-width: 992px) and (max-width: 1199px) {
    .nav-img {
        max-width: 180px;
        margin-top: 5px
    }
    .nav-height {
        height: 125px;
    }
    .nav-text {
        margin-top: 53px
    }
    .margin-top {
        margin-top: 63px;
    }
}


/* Portrait tablets and small desktops */

@media (min-width: 768px) and (max-width: 991px) {
    .nav-img {
        max-width: 180px;
        margin-top: 5px
    }
    .nav-height {
        height: 125px;
    }
    .margin-top {
        margin-top: 63px;
    }
}


/* Landscape phones and portrait tablets */

@media (max-width: 767px) {
    .nav-img {
        max-width: 100px
    }
}


/* Portrait phones and smaller */

@media (max-width: 480px) {
    .nav-img {
        max-width: 100px;
        margin-top: 5px;
    }
}

a {
    text-decoration: none;
}

.social-circle [class*="fa fa-"] {
    width: 32px;
    height: 32px;
    color: white;
    border-radius: 32px;
    display: inline-block;
    line-height: 32px;
    margin: auto 3px;
    text-align: center;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    font-size: 20px;
}

.fa-facebook {
    background-color: #3b5998;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fa-facebook:hover {
    background-color: #ccc;
    text-decoration: none
}

.fa-twitter {
    background-color: #55acee
}

.fa-twitter:hover {
    background-color: #ccc;
    text-decoration: none
}

.twitterx {
    display: inline-block;
    width: 36px;
    height: 36px;
    background-color: #000;
    padding-top: 9px;
    text-align: center;
    border-radius: 50%;
}

.twitterx:hover {
    background-color: #ccc;
    width: 36px;
    height: 36px;
}

.fa-youtube-play {
    background-color: #bb0000;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

.fa-youtube-play:hover {
    background-color: #ccc;
    text-decoration: none
}

.fa-instagram {
    background: #f09433;
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: -webkit-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888', GradientType=1);
    text-align: center;
    border-radius: 6px;
    background: radial-gradient(circle farthest-corner at 35% 90%, #fec564, transparent 50%), radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%), radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent), linear-gradient(#6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d 100%);
}

.fa-instagram:hover {
    background: #ccc;
    text-decoration: none
}

hr {
    border-top: 1px solid #25253f !important
}