﻿@font-face {font-family: "HelveticaNeueLT";
    src: url("../fonts/HelveticaNeueLT.eot"); /* IE9*/
    src: url("../fonts/HelveticaNeueLT.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("../fonts/HelveticaNeueLT.woff2") format("woff2"), /* chrome、firefox */
    url("../fonts/HelveticaNeueLT.woff") format("woff"), /* chrome、firefox */
    url("../fonts/HelveticaNeueLT.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
    url("../fonts/HelveticaNeueLT.svg#HelveticaNeueLT Arabic 55 Roman") format("svg"); /* iOS 4.1- */
}

body {
    font-family: "HelveticaNeueLT", sans-serif;
    color: #000;
    font-size: 15px
}

h1, h2, h3, h4, h5, h6 {
    font-family: "HelveticaNeueLT", sans-serif;
    font-weight: 500;
    line-height: 1.3
}

a {
    text-decoration: none;
    outline: none
}

p {
    font-style: normal;
    font-weight: normal;
    font-size: 22px;
    line-height: 33px;
    /* or 150% */

    text-align: right;

    color: #636569;
}

html {
    scroll-padding-top: 70px;
    scroll-behavior: smooth
}

.row>* {
    position: relative
}

.section {
    padding-top: 80px;
    padding-bottom: 80px;
    position: relative
}

.fs-12 {
    font-size: 12px
}

.fs-13 {
    font-size: 13px
}

.fs-14 {
    font-size: 14px
}

.fs-15 {
    font-size: 15px
}

.fs-16 {
    font-size: 16px
}

.fs-17 {
    font-size: 17px
}

.fs-18 {
    font-size: 18px
}

.fs-19 {
    font-size: 19px
}

.fs-20 {
    font-size: 20px
}

.bg-overlay {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5)
}

.heading {
    display: inline-block
}

.heading h2 {
    text-transform: capitalize;
    font-size: 26px;
    letter-spacing: .5px;
    font-weight: 500
}

.box {
    height: 3px;
    position: relative;
    overflow: hidden
}

.first::after {
    content: "";
    position: absolute;
    bottom: 0;
    height: 3px;
    width: 90px;
    background: #68b7ec;
    animation: first 8s infinite linear
}

@keyframes first {
    from {
        left: 0;
        transform: translateX(-100%)
    }

    50% {
        left: 100%;
        transform: translateX(0%)
    }

    to {
        left: 0;
        transform: translateX(-100%)
    }
}

.home-shape-arrow {
    position: absolute;
    width: 100%;
    z-index: 1;
    left: 0
}

.home-shape-arrow .arrows {
    width: 50px;
    height: 56px;
    position: absolute;
    left: 50%;
    margin-left: -30px;
    bottom: -31px
}

.home-shape-arrow .arrows path {
    stroke-width: 1px;
    animation: arrow 2s infinite
}

@keyframes arrow {
    0% {
        opacity: 0
    }

    40% {
        opacity: 1
    }

    80% {
        opacity: 0
    }

    100% {
        opacity: 0
    }
}

@-webkit-keyframes arrow

/*Safari and Chrome*/
    {
    0% {
        opacity: 0
    }

    40% {
        opacity: 1
    }

    80% {
        opacity: 0
    }

    100% {
        opacity: 0
    }
}

.arrows path.a1 {
    animation-delay: -1s
}

.arrows path.a2 {
    animation-delay: -0.5s
}

.arrows path.a3 {
    animation-delay: 0s
}

@keyframes back-to-top {
    0% {
        transform: translateY(-25%);
        opacity: 1
    }

    100% {
        transform: translateY(25%) scale(0.9);
        opacity: .9
    }
}


.primary-link {
    color: #263350;
    transition: all .5s ease
}

.primary-link:hover {
    color: #510C76
}

@media(min-width: 1400px) {
    .container {
        max-width: 1320px !important
    }
}

.btn {
    padding: 14px 36px;
    font-size: 14px;
    font-weight: 500;
    transition: all .5s ease;
    position: relative;
    border-radius: 6px
}

.btn:hover {
    text-shadow: 0px .2px 0px #000
}

.btn:focus {
    box-shadow: none
}

.btn-primary {
    background: #510C76;
    border-color: #510C76
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary.focus, .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary .open>.dropdown-toggle.btn-primary {
    background: #9b9c9f;
    border-color: #9b9c9f;
    box-shadow: 0px 8px 20px -6px rgb(178 179 181);
    transform: translateY(-6px);
}

.btn-outline-primary {
    color: #510C76;
    border-color: #510C76
}

.btn-outline-primary:hover, .btn-outline-primary:focus, .btn-outline-primary:active, .btn-outline-primary.active, .btn-outline-primary.focus, .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary .open>.dropdown-toggle.btn-primary {
    background: #510C76;
    border-color: #510C76;
    box-shadow: 0px 8px 20px -6px rgba(75, 170, 233, .6);
    transform: translateY(-6px)
}

.navbar-custom {
    background-color: #fff;
    padding: 26px 0px;
    width: 100%;
    border-radius: 0px;
    z-index: 999;
    margin-bottom: 0px;
    transition: all .5s ease-in-out
}

.navbar-custom .navbar-brand {
    margin-right: 0
}

.navbar-custom .navbar-nav {
    margin: 0 auto;
    margin-left: 0;
}

.navbar-custom .navbar-nav .nav-item .nav-link {
    font-size: 14.5px;
    color: #000;
    margin: 0 8px;
    transition: all .5s;
    position: relative;
    font-weight: 500;
    padding: 4px 8px
}

.navbar-custom .navbar-nav .nav-item .nav-link.active {
    color: #510C76
}

.navbar-custom .navbar-nav .nav-item .nav-link.active::before {
    width: 100%
}

.navbar-custom .navbar-nav .nav-item .nav-link:hover {
    color: #510C76
}

.navbar-custom .navbar-nav .nav-item .nav-link::before {
    content: "";
    position: absolute;
    bottom: 0px;
    width: 0px;
    height: 2px;
    background-color: #510C76;
    left: 50%;
    transform: translateX(-50%);
    transition: all .2s
}

.navbar-custom .nav-btn {
    padding: 7px 20px;
    border-radius: 5px;
    font-size: 13px;
    letter-spacing: 1px;
    font-style: normal;
    font-weight: bold;
    font-size: 20.5px;
}

.nav-link.tel 
{
    font-style: normal;
    font-weight: bold !important;
    font-size: 37px !important;
}

.header-phone
{
    margin-bottom: 7px;
    margin-right: 10px;
}

.navbar-custom .navbar-toggler {
    font-size: 24px;
    margin-top: 5px;
    margin-bottom: 0px;
    color: #263350
}

.navbar-custom .navbar-toggler:focus {
    box-shadow: 0 0 0 1.25px
}

.navbar-custom.nav-light {
    background-color: transparent
}

.navbar-custom.nav-light .navbar-nav .nav-item .nav-link {
    color: #510C76 !important
}

.navbar-custom.nav-light .navbar-nav .nav-item .nav-link.active {
    color: #510C76
}

.navbar-custom.nav-light .navbar-nav .nav-item .nav-link:hover {
    color: #510C76
}

.nav-sticky.navbar-custom {
    margin-top: 0px;
    padding: 18px 0px;
    background-color: #fff;
    box-shadow: 0px 3px 10px 0px rgba(38, 107, 193, .08)
}

.nav-sticky .navbar-nav .nav-item .nav-link.active {
    color: #510C76 !important
}

.nav-sticky .navbar-nav .nav-item .nav-link:hover {
    color: #510C76 !important
}

.nav-sticky .navbar-nav .nav-item .nav-link::before {
    background-color: #510C76 !important
}

.nav-sticky .nav-btn {
    background-color: #510C76;
    color: #fff
}

@media (min-width:768px) and (max-width:1024px) {

    .navbar>.container
    {
        margin-right: unset;
    }

}


@media(max-width: 768px) {
    .navbar-custom {
        padding: 18px 0px;
        background-color: #fff
    }

    .navbar-custom .navbar-brand {
        margin-left: 14px
    }

    .navbar-custom .nav-item .nav-link {
        display: inline-block;
        color: #000 !important
    }

    .navbar-custom .nav-item .nav-link.active {
        color: #510C76
    }

    .navbar-custom.nav-light {
        background-color: #fff
    }

    .navbar-nav .nav-item .nav-link {
        color: #000 !important
    }

    .navbar-nav .nav-item .nav-link.active {
        color: #510C76 !important
    }

    .navbar-nav .nav-item .nav-link:hover {
        color: #510C76 !important
    }

    .navbar-nav .nav-item .nav-link::before {
        background-color: #510C76 !important
    }

    .nav-btn {
        background-color: #510C76 !important;
        color: #fff !important
    }
}

.home {
    background-position: center;
    background-size: cover
}

.home-page {
    padding: 300px 0
}

.home-page.section-6
{
    padding: 80px 0
}

.home-page .bg-overlay {
    background-image: url(../images/background-2.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-color: white
}

.home-page .home-heading {
    position: relative;
    background-color: #510C76 ;
    border-radius: 25px;
    padding: 40px 30px;
    padding-bottom: 15px;
}


.home-page .home-heading .serch-form {
    position: relative
}

.home-page .home-heading h1 
{
    padding: 20px;
}

.home-page .home-heading h1::after 
{
    margin-top: 10px;
    content:' ';
    display:block;
    border:2px solid white;
    width: 20%;
}

.home-heading input
{
    text-align: right;
    color: white;
    background: transparent;
    border: none;
    border-radius: 0;
    border-bottom: 2px solid white;
}

.form-control:focus, .form-control:hover, .form-control:active {
    color: white;
    background-color: transparent !important;
    border-color: transparent !important;
    border-bottom: 2px solid white !important;
    outline: 0;
    box-shadow: none;
}

.form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    font-family: "HelveticaNeueLT", sans-serif;
    color: white;
    opacity: 1; /* Firefox */
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
}

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus 
{
  border-bottom: 2px solid white;
  -webkit-text-fill-color: white;
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
  transition: background-color 5000s ease-in-out 0s;
  -webkit-animation-fill-mode: both;
}

.home-page .home-heading .serch-form .input-group-text {
    padding: 12px 15px;
    border: none;
    font-size: 28px;
    position: absolute;
    background-color: transparent;
    top: 0;
    bottom: 0;
    color: #727272
}

.home-page .home-heading .serch-form input {
    font-size: 18px;
    width: 100%;
    padding: 18px 30px;
    border: 1px solid #f8f9fa;
    outline: none !important;
    box-shadow: rgba(0, 0, 0, .24) 0px 2px 8px;
    background-color: #fff;
    padding-left: 52px;
    padding-right: 160px;
    border-radius: 6px;
    font-weight: 500
}

.home-page .home-heading .btn {
    padding: 5px 29px;
    font-size: 28px;
    font-weight: bold;
    background-color: #824EEE;
    border: none;
    border-radius: 5px;
    margin: 20px 0;
}


.home-page .home-heading .serch-form button i {
    font-size: 19px;
    transform: rotateZ(320deg)
}

.section-2
{
    padding-top: 20px;
}

.section-2 .text h2
{
    color: #510C76;
    font-style: normal;
    font-weight: bold;
    font-size: 40px;
    line-height: 89px;
}

.section-2 .heading.mb-5 h2
{
    line-height: 45px;
}

@media (max-width:768px)
{
    .section-2 .heading
    {
        margin: 20px 0 !important;
    }

    .section-2 .text h2
    {
        line-height: 60px;
    }
}

.call-now 
{
    float: left;
    background-color: #636569;
    text-align: right;
    padding: 5px 25px;
    border-radius: 11px;
    margin-top: -55px;
    margin-left: -50px;
}

.call-now p
{
    margin-bottom: 0;
    text-align: right;
    color: white;
    font-style: normal;
    font-weight: bold;
}

.call-now a 
{
    color: white;
    font-size: 37px;
}

@media(max-width: 576px) {
    .logo
    {
        height: 50px;
    }

    .navbar-collapse
    {
        text-align: center;
    }

    .nav-link.tel
    {
        font-size: 25px;
    }

    .home {
        padding: 100px 0
    }

    .home .home-heading h1 {
        font-size: 36px
    }

    .home-page {
        padding: 130px 0
    }

    .home-page .btn {
        padding: 10px
    }

    .call-now
    {
        margin-top: 0;
    }
}

#service .card
{
    text-align: center;
}

#service .card img 
{
    height: 217px;
    margin-bottom: 18px;
}

#service .card h5 
{
    font-style: normal;
    font-weight: bold;
    font-size: 22px;
    line-height: 28px;
    /* or 127% */

    text-align: center;

    color: #636569;
}

.service-2 .service-box {
    padding: 22px;
    border-radius: 10px;
    transition: all .5s ease
}

.service-2 .service-box:hover {
    box-shadow: 0 10px 25px rgba(60, 72, 88, .15)
}

@media (max-width:768px) {
    #service .card img
    {
        height: 150px;
    }
}

.bottom-contact-form
{
    margin: 0 100px;
    padding: 40px 13px;
    background-color: #824EEE;
    border-radius: 30px;
}

.bottom-contact-form .corner-right img 
{
    position: absolute;
    top: -38px;
}

.bottom-contact-form .text 
{
    padding: 0 33px;
}

.bottom-contact-form .text p
{
    color: white;
}

.input-group-text
{
    background: transparent;
    color: white;
    border: none;
    border-bottom: 2px solid white;
    border-radius: 0;
}

@media (max-width:1024px)
{
    .bottom-contact-form
    {
        margin: unset;
    }
}

@media (max-width:768px)
{
    .bottom-contact-form
    {
        margin: unset;
    }

    .section-6 .home-heading 
    {
        margin-bottom: 100px;
    }
}


.contact {
    background-color: #000;
    background-image: url(../images/contact.jpg);
    background-size: cover
}

.contact .bg-overlay {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .8)
}

.contact .card {
    background: transparent;
    border: none
}

.contact .card .social-list {
    position: relative;
    padding-left: 130px;
    color: #fff
}

.contact .card .social-list::before {
    content: "";
    position: absolute;
    border-radius: 3px;
    left: -12px;
    bottom: 0;
    top: 0;
    width: 114px;
    height: 48px;
    background-color: #510C76;
    clip-path: polygon(0 0, 73% 0, 100% 48%, 100% 100%, 0 100%)
}

.contact .card .social-list .card-text {
    position: relative;
    font-size: 12px;
    align-items: baseline;
    z-index: 1
}

.contact .card .social-list .card-text::before {
    content: "";
    position: absolute;
    border-radius: 3px;
    right: 74px;
    top: -5px;
    bottom: 0;
    top: -5px;
    width: 410px;
    height: 30px;
    background-color: #000;
    z-index: -1
}

.contact .contact-form .input-group-text {
    padding: 12px 15px;
    border: none;
    font-size: 18px;
    background-color: #510C76;
    position: absolute;
    color: #fff;
    top: 0;
    z-index: 1;
    bottom: 0
}

.contact .contact-form .form-control {
    padding: 12px 20px;
    padding-left: 58px;
    display: block;
    width: 100%;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5;
    border: none;
    border-bottom: 1px solid rgba(187, 186, 186, .5);
    background-color: #000;
    color: #fff
}

.contact .contact-form .form-control::placeholder {
    color: rgba(255, 255, 255, .5)
}

.contact .contact-form .form-control:focus {
    box-shadow: none
}

@media(max-width: 768px) {
    .contact .card .social-list .card-text::before {
        background: none
    }
}

.bg-account-pages {
    background-color: rgba(75, 170, 233, .2);
    display: flex;
    align-items: center
}

.bg-account-pages .card {
    padding: 18px 40px 46px 40px
}

.bg-account-pages .card .auth-img {
    margin: 0 auto;
    width: 120px
}

.bg-account-pages .card .card-body .heading {
    font-size: 50px
}

.bg-account-pages .card .card-body form .form-control {
    border-bottom: 1px solid rgba(131, 147, 147, .4);
    padding: 8px 10px
}

.bg-account-pages .card .card-body form .form-control:focus {
    box-shadow: none;
    border: 1px solid rgba(131, 147, 147, .4)
}

.bg-account-pages .card .card-body form .form-check-label {
    font-size: 13px;
    color: #839393
}

@media(max-width: 576px) {
    .bg-account-pages .card {
        padding: 0
    }
}

.footer {
    color: white;
    font-size: 15px;
    background-color: #510C76
}

.footer-alt {
    background-color: rgba(75, 170, 233, .03);
    border-top: 1px solid rgba(0, 0, 0, .1)
}

.social-icon .list-inline-item:not(:last-child) {
    margin-right: 0
}

.social-icon li {
    display: inline-flex;
    margin-top: 20px
}

.social-icon li a {
    color: #510C76;
    border: 1px solid #510C76;
    display: inline-block;
    height: 32px;
    text-align: center;
    font-size: 17px;
    width: 32px;
    line-height: 30px;
    transition: all .4s ease;
    border-radius: 3px
}

.social-icon li a:hover {
    color: #510C76;
    border: 1px solid #510C76
}

.icon-text {
    display: inline-flex;
    color: #510C76;
}

.icon-text .icon {
    position: relative;
    background-color: #fff;
    border-radius: 50%;
    margin: 10px;
    width: 35px;
    height: 35px;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    box-shadow: 0 10px 10px rgba(0, 0, 0, .1);
    cursor: pointer;
    transition: all .2s cubic-bezier(0.68, -0.55, 0.265, 1.55)
}

.icon-text .icon .tooltip {
    position: absolute;
    top: 0;
    font-size: 14px;
    background-color: #fff;
    color: #000;
    padding: 5px 8px;
    border-radius: 5px;
    box-shadow: 0 10px 10px rgba(0, 0, 0, .1);
    opacity: 0;
    pointer-events: none;
    transition: all .3s cubic-bezier(0.68, -0.55, 0.265, 1.55)
}

.icon-text .icon .tooltip::before {
    position: absolute;
    content: "";
    height: 8px;
    width: 8px;
    bottom: -3px;
    left: 50%;
    transform: translate(-50%) rotate(45deg);
    transition: all .3s cubic-bezier(0.68, -0.55, 0.265, 1.55)
}

.icon-text .icon i {
    font-size: 24px
}

.icon-text:hover .tooltip {
    top: -45px;
    opacity: 1;
    visibility: visible;
    pointer-events: auto
}

.footer p
{
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 40px;
    /* identical to box height */

    text-align: center;

    color: #FFFFFF;
}

.list-inline-item:not(:last-child)
{
    margin-left: unset;
}

.footer .list-unstyled.separator li 
{
    display: inline-block;
}

.footer .list-unstyled.separator li:not(:last-child):after 
{
    content: "|";
    margin: 10px;
}

.contact_us
{
	position: fixed;
    top: 40%;
    right: 10px;
    z-index: 99999999;
}

.contact_us a {
    display: block;
    margin-bottom: 10px;
}

@media (max-width:576px)
{
    .contact_us
    {
        top: unset;
        bottom: 10px;
    }

    .contact_us img
    {
        height: 30px;
    }
}


/* Validation */
.error
{
    width: 100%;
    font-size: .93em;
    font-weight: 400;
    margin: 0.7em 0 0;
    color: red;
}
/*# sourceMappingURL=style.min.css.map */