@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700");
/********** Template CSS **********/
body{
    background-color: #F8F9FA;
    /* background-color: #000 !important; */
}
nav{
    font-size: 14px !important;
    /* font-size: medium !important; */
}

#messageArea{
    overflow-y:scroll;
    background-color:#213C89;
}
.chat{
    list-style:none;
    background-color:#213C89;
    padding:0;
    margin:0
}
.chat-box{
    background-color:#213C89;
}
.chat li{
    padding:8px;
    padding:.5rem;
    font-size:1rem;
    overflow:hidden;
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    color:#000;
}
.visitor{
    -webkit-box-pack:end;
    -webkit-justify-content:flex-end;
    -ms-flex-pack:end;
    justify-content:flex-end;
    -webkit-box-align:end;
    -webkit-align-items:flex-end;
    -ms-flex-align:end;
    -ms-grid-row-align:flex-end;
    align-items:flex-end;
}

.visitor .msg{
    -webkit-box-ordinal-group:2;
    -webkit-order:1;
    -ms-flex-order:1;
    order:1;
    border-top-right-radius:2px;
    background-color:#213C89;
}
.chatbot .msg{
    -webkit-box-ordinal-group:2;
    -webkit-order:1;
    -ms-flex-order:1;
    order:1;border-top-left-radius:2px;
    background-color:#213C89;
    font-family: "Montserrat";
}
.msg{
    word-wrap:break-word;
    min-width:50px;
    max-width:80%;
    padding:10px;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    border-radius:10px;
    background:#dae1e7;
    font-family: "Montserrat";
}
.msg p{
    margin:0 0 .2rem 0;
    font-family: "Montserrat";
}
.msg .time{
    font-size:.7rem;
    color:#7d7b7b;
    margin-top:3px;
    float:right;
    cursor:default;
    -webkit-touch-callout:none;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none
}
.textarea{
    position:fixed;
    bottom:0;
    left:0;
    right:0;
    width:95%;
    height:55px;
    z-index:99;
    background-color:#fff;
    border:none;
    outline:0;
    padding-left:15px;
    padding-right:15px;
    color:#000;
    font-weight:300;
    font-size:1rem;
    line-height:1.5;
    background:rgba(250,250,250,.8)
}

.textarea:focus{
    background:#fff;
    box-shadow:0 -6px 12px 0 rgba(235,235,235,.95);
    transition:.4s
}

a.banner{
    position:fixed;
    bottom:5px;
    right:10px;
    height:12px;
    z-index:99;
    outline:0;
    color:#777;
    font-size:10px;
    text-align:right;
    font-weight:200;
    text-decoration:none;
}

div.loading-dots{
    position:relative
}

div.loading-dots .dot{
    display:inline-block;
    width:8px;
    height:8px;
    margin-right:2px;
    border-radius:50%;
    background:#213C89;
    animation:blink 1.4s ease-out infinite;
    animation-fill-mode:both
}

div.loading-dots .dot:nth-child(2){
    animation-delay:-1.1s
}

div.loading-dots .dot:nth-child(3){
    animation-delay:-.9s
}

div.loading-dots .dot-grey{
    background:#787878
}

div.loading-dots .dot-sm{
    width:6px;height:6px;margin-right:2px
}

div.loading-dots .dot-md{
    width:12px;height:12px;margin-right:2px
}

div.loading-dots .dot-lg{
    width:16px;height:16px;margin-right:3px
}

@keyframes blink{
    0%,100%{opacity:.2}20%{opacity:1}
}
.home-testimonial-bottom{
    margin-top: 20px;
    margin-bottom: 0px;
    position: relative;
    top: 150px;
}
.home-testimonial h3{
    color: var(--orange);
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    align-items: center;
}

.home-testimonial h2{
    color: white;
    font-size: 28px;
    font-weight: 700
}

.testimonial-inner{
    position: relative;
    top: -174px;
    align-items: center;
}

.testimonial-pos{
    position: relative;
    top: 24px;
    align-items: center;
}
.testimonial-inner .tour-desc{
    border-radius: 5px;
    padding: 40px;
    align-items: center;
}
.color-grey-3{
    font-family: "Montserrat",
    Sans-serif;
    font-size: 14px;
    color: #6c83a2;
    align-items: center;
}

.testimonial-inner img.tm-people{
    width: 60px;height: 60px;
    -webkit-border-radius: 50%;
    border-radius: 50%;-o-object-fit: cover;
    object-fit: cover;max-width: none;
    align-items: center;
}

.link-name{
    font-family: "Montserrat",
    Sans-serif;
    font-size: 14px;
    color: #6c83a2;
    align-items: center;
}

.link-position{
    font-family: "Montserrat", Sans-serif;
    font-size: 10px;
    color: #6c83a2;
    align-items: center;
}

 .display-2 {
	 font-size: 7rem;
	 letter-spacing: -0.5rem;
}
 .display-2 .currency {
	 font-size: 2.75rem;
	 position: relative;
	 font-weight: 400;
	 top: -45px;
	 letter-spacing: 0px;
}
.period {
	 font-size: 1.2rem;
	 color: #e7e5e5;
	 letter-spacing: 0px;
     opacity: .8;
}
 .btn {
	 text-transform: uppercase;
	 font-size: 0.75rem;
	 font-weight: 500;
	 color: #a6a6a6;
	 border-radius: 0;
	 padding: 0.75rem 1.25rem;
	 letter-spacing: 1px;
}
.text-upper{
    text-transform: uppercase;
}
.text-ul{
    text-decoration: line-through;
    color: #a6a6a6;
    opacity: .5;
}
.text-p{
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-style: italic;
    font-size: 15px;
    text-align: justify;
}
.text-c{
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 15px;
    margin-top: -1rem;
}
.text-j{
    text-align: justify;
}
/* .logo{
    border-radius: 50%;
} */
.first_dev{
    background-color: #F7F7F7;
}
.second_dev{
    background-color: #FEFEFA;
}
.featureTable{
    font-size: 12px;
}
tr {
    line-height: 10px;
}
.i-phrase{
    font-style: italic;
}
:root {
    --primary: #F7CB26;
    --secondary: #8D9297;
    --light: #F8F9FA;
    /* --dark: #182333; */
    --dark: #213C89;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}
.blockquote {
    padding: 60px 80px 40px;
    position: relative;
}
.blockquote p {
    font-size: 20px;
    font-weight: 700px;
    text-align: center;
    font-family:'Times New Roman', Times, serif;
    font-style: italic;
}

.blockquote:before {
  position: absolute;
  font-family:'Times New Roman', Times, serif;
  font-style: italic;
  top: -3rem;
  left: -20px;

  content:"“";
  font-size: 200px;
  color: #213C89;

}
/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
    background-color: transparent;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    font-weight: 500;
    transition: .5s;
}

.btn.btn-primary,
.btn.btn-outline-primary:hover {
    color: #FFFFFF;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}


/*** Navbar ***/
.navbar.sticky-top {
    top: -100px;
    transition: .5s;
    background-color:#F4F4F4;
}

.navbar .navbar-nav .nav-link {
    margin-left: 30px;
    padding: 25px 0;
    color: #213C89;
    font-weight: 500;
    outline: none;

}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: #213C89;
    border-bottom: 5px solid #F7CB26;
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav .nav-link  {
        margin-left: 0;
        padding: 10px 0;
    }

    .navbar .navbar-nav {
        margin-top: 25px;
        border-top: 1px solid #EEEEEE;
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        top: 100%;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .nav-item:hover .dropdown-menu{
        top: 100%;
        visibility:visible;
        transition: .5s;
        opacity: 1;
    }
}

/*** Header ***/
.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    text-align: start;
    background: rgba(52, 51, 51, 0.215);
    z-index: 1;
}
.carousel-control-prev,
.carousel-control-next {
    width: 15%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    margin-bottom: -15rem;
    width: 3rem;
    height: 3rem;
}

.carousel-caption .breadcrumb-item+.breadcrumb-item::before {
    content: "\f111";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: var(--primary);
}

@media (max-width: 768px) {
    #header-carousel .carousel-item {
        position: relative;
        min-height: 450px;
    }

    #header-carousel .carousel-item img {
        position: absolute;
        width: 100%;
        height: 80%;
        object-fit: cover;
    }

    .carousel-control-prev-icon,
    .carousel-control-next-icon {
        width: 3rem;
        height: 3rem;
        border-width: 12px;
    }
}
@media (max-width: 320px) {
    #header-carousel .carousel-item {
        position: block;
        min-height: 100px;
    }

    #header-carousel .carousel-item img {
        border: 1px solid grey;
        max-height: 100vh;
        min-height: 100vh;
        max-width: 100vw;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
    }

    .carousel-control-prev-icon,
    .carousel-control-next-icon {
        width: 3rem;
        height: 3rem;
        border-width: 12px;
    }
}



.page-header-accounting {
    background: url(../img/product/1.png) center center no-repeat;
    background-size: cover;
}
.page-header-construction {
    background: url(../img/product/2.png) center center no-repeat;
    background-size: cover;
}
.page-header-payroll {
    background: url(../img/product/3.png) center center no-repeat;
    background-size: cover;
}
.page-header-developer {
    background: linear-gradient(rgba(0, 0, 0, .65), rgba(0, 0, 0, .65)), url(../img/group/developer/1.png) center center no-repeat;
    padding-bottom: 50rem;
    background-size: cover;
}
.page-header-agent {
    background: linear-gradient(rgba(0, 0, 0, .65), rgba(0, 0, 0, .65)), url(../img/group/agent/1.png) center center no-repeat;
    padding-bottom: 50rem;
    background-size: cover;
}
.page-header-support {
    background: linear-gradient(rgba(0, 0, 0, .65), rgba(0, 0, 0, .65)), url(../img/group/support/1.png) center center no-repeat;
    padding-bottom: 50rem;
    background-size: cover;
}
.page-header-feedback {
    background: linear-gradient(rgba(0, 0, 0, .65), rgba(0, 0, 0, .65)), url(../img/group/4.png) center center no-repeat;
    padding-bottom: 50rem;
    background-size: cover;
}

.page-header .breadcrumb-item+.breadcrumb-item::before {
    color: #999999;
}


/*** Facts ***/
.facts-overlay {
    position: absolute;
    padding: 30px;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: rgba(0, 0, 0, .65);
}

.facts-overlay h1 {
    font-size: 120px;
    color: transparent;
    -webkit-text-stroke: 2px var(--primary);
}

.facts-overlay a:hover {
    color: var(--primary) !important;
}


/*** Service ***/
.service-text::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    background: var(--primary);
    opacity: 0;
    transition: .5s;
}

.service-text * {
    position: relative;
    transition: .5s;
    z-index: 1;
}


/*** Appointment ***/
.appointment {
    background: linear-gradient(rgba(0, 0, 0, .65), rgba(0, 0, 0, .65)), url(../img/carousel-2.jpg) center center no-repeat;
    background-size: cover;
}


/*** Team ***/
.team-text {
    position: absolute;
    width: 75%;
    bottom: 30px;
    left: 0;
    transition: .5s;
}

.team-item:hover .team-text {
    width: 100%;
}

.team-text * {
    transition: .5s;
}

.team-item:hover .team-text * {
    letter-spacing: 2px;
}


/*** Testimonial ***/
.testimonial-carousel .owl-item img {
    width: 100px;
    height: 100px;
}

.testimonial-carousel .owl-nav {
    margin-top: 30px;
    display: flex;
    justify-content: center;
}
.testimonial-item{
    justify-content: center;
}
.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    margin-right: 15px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary);
    border-radius: 50px;
    font-size: 18px;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    color: #FFFFFF;
    background: var(--primary);
}


/*** Footer ***/
a.disabled {
    pointer-events: none;
    cursor: none;
  }
hr.def {
    border-top: 1px solid;
    margin-top: 0%;
    padding-bottom: 0%;
  }
.footer {
    color: #444141;
}


.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #999999;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "•";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #999999;
    margin-right: 10px;
}
.footer .text-sm{
	 font-size: 0.75rem;
	 color: #a6a6a6;
}
.footer .text-xs{
    font-size: .8rem;
    color: #a6a6a6;
    margin-top: -.50rem;
    margin-left: 1.5rem;
}

.footer .btn.btn-link:hover {
    color: var(--primary);
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: var(--light);
}

.footer .copyright a:hover {
    color: var(--primary);
}
.footer-t{
    margin-top: 115px;
}
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700");

/********** Template CSS **********/
body{
    background-color: #F8F9FA;
}

.body-con{
    background-color: #FFFFFF;
}
.body-con-0{
    background-color: #F4F4F4;
}
.fa-map-marker:before{content:"\f041"}
#messageArea{
    overflow-y:scroll;
    background-color:#213C89;

}
.chat{
    list-style:none;
    background-color:#213C89;
    padding:0;
    margin:0
}
.chat-box{
    background-color:#213C89;
}
.chat li{
    padding:8px;
    padding:.5rem;
    font-size:1rem;
    overflow:hidden;
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    color:#000;
}
.visitor{
    -webkit-box-pack:end;
    -webkit-justify-content:flex-end;
    -ms-flex-pack:end;
    justify-content:flex-end;
    -webkit-box-align:end;
    -webkit-align-items:flex-end;
    -ms-flex-align:end;
    -ms-grid-row-align:flex-end;
    align-items:flex-end;
}

.visitor .msg{
    -webkit-box-ordinal-group:2;
    -webkit-order:1;
    -ms-flex-order:1;
    order:1;
    border-top-right-radius:2px;
    background-color:#213C89;
}
.chatbot .msg{
    -webkit-box-ordinal-group:2;
    -webkit-order:1;
    -ms-flex-order:1;
    order:1;border-top-left-radius:2px;
    background-color:#213C89;
    font-family: "Montserrat";
}
.msg{
    word-wrap:break-word;
    min-width:50px;
    max-width:80%;
    padding:10px;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    border-radius:10px;
    background:#dae1e7;
    font-family: "Montserrat";
}
.msg p{
    margin:0 0 .2rem 0;
    font-family: "Montserrat";
}
.msg .time{
    font-size:.7rem;
    color:#7d7b7b;
    margin-top:3px;
    float:right;
    cursor:default;
    -webkit-touch-callout:none;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none
}
.textarea{
    position:fixed;
    bottom:0;
    left:0;
    right:0;
    width:95%;
    height:55px;
    z-index:99;
    background-color:#fff;
    border:none;
    outline:0;
    padding-left:15px;
    padding-right:15px;
    color:#000;
    font-weight:300;
    font-size:1rem;
    line-height:1.5;
    background:rgba(250,250,250,.8)
}

.textarea:focus{
    background:#fff;
    box-shadow:0 -6px 12px 0 rgba(235,235,235,.95);
    transition:.4s
}

a.banner{
    position:fixed;
    bottom:5px;
    right:10px;
    height:12px;
    z-index:99;
    outline:0;
    color:#777;
    font-size:10px;
    text-align:right;
    font-weight:200;
    text-decoration:none;
}

div.loading-dots{
    position:relative
}

div.loading-dots .dot{
    display:inline-block;
    width:8px;
    height:8px;
    margin-right:2px;
    border-radius:50%;
    background:#213C89;
    animation:blink 1.4s ease-out infinite;
    animation-fill-mode:both
}

div.loading-dots .dot:nth-child(2){
    animation-delay:-1.1s
}

div.loading-dots .dot:nth-child(3){
    animation-delay:-.9s
}

div.loading-dots .dot-grey{
    background:#787878
}

div.loading-dots .dot-sm{
    width:6px;height:6px;margin-right:2px
}

div.loading-dots .dot-md{
    width:12px;height:12px;margin-right:2px
}

div.loading-dots .dot-lg{
    width:16px;height:16px;margin-right:3px
}

@keyframes blink{
    0%,100%{opacity:.2}20%{opacity:1}
}
.home-testimonial-bottom{
    margin-top: 20px;
    margin-bottom: 0px;
    position: relative;
    top: 150px;
}
.home-testimonial h3{
    color: var(--orange);
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    align-items: center;
}

.home-testimonial h2{
    color: white;
    font-size: 28px;
    font-weight: 700
}

.testimonial-inner{
    position: relative;
    top: -174px;
    align-items: center;
}

.testimonial-pos{
    position: relative;
    top: 24px;
    align-items: center;
}
.testimonial-inner .tour-desc{
    border-radius: 5px;
    padding: 40px;
    align-items: center;
}
.color-grey-3{
    font-family: "Montserrat",
    Sans-serif;
    font-size: 14px;
    color: #6c83a2;
    align-items: center;
}

.testimonial-inner img.tm-people{
    width: 60px;height: 60px;
    -webkit-border-radius: 50%;
    border-radius: 50%;-o-object-fit: cover;
    object-fit: cover;max-width: none;
    align-items: center;
}

.link-name{
    font-family: "Montserrat",
    Sans-serif;
    font-size: 14px;
    color: #6c83a2;
    align-items: center;
}

.link-position{
    font-family: "Montserrat", Sans-serif;
    font-size: 10px;
    color: #6c83a2;
    align-items: center;
}
.card {
	 border: 1px ;
     transform: scale(1.05);
	 -webkit-box-shadow: 20px 20px 20px 20px rgba(0, 0, 0, 0.08);
	 /* box-shadow: 10px 10px 10px 5px rgba(0, 0, 0, 0.08); */
	 box-shadow: 10px 20px 35px 0 rgba(0, 0, 0, 0.08);

}
.card-product{
    transform: scale(1.05);
	 -webkit-box-shadow: 0 20px 35px 0 rgba(0, 0, 0, 0.08);
	 box-shadow: 0 20px 35px 0 rgba(0, 0, 0, 0.08);
}
 .card:after {
	 position: absolute;
	 top: 0;
	 left: 0;
	 width: 0%;
	 height: 5px;
	 background-color: #57e2b2;
	 transition: 0.5s;
}
 /* .card:hover {
	 transform: scale(1.05);
	 -webkit-box-shadow: 0 20px 35px 0 rgba(0, 0, 0, 0.08);
	 box-shadow: 0 20px 35px 0 rgba(0, 0, 0, 0.08);
}
 .card:hover:after {
	 width: 100%;
} */
 .card .card-header {
	 background-color: white;
	 padding-left: 2rem;
	 border-bottom: 0px;
}
 .card .card-title {
	 margin-bottom: 1rem;
}
 .card .card-block {
	 padding-top: 0;
}
 .card .list-group-item {
	 border: 0px;
	 padding: 0.25rem;
	 color: #808080;
	 font-weight: 300;
}
 .display-2 {
	 font-size: 7rem;
	 letter-spacing: -0.5rem;
}
 .display-2 .currency {
	 font-size: 2.75rem;
	 position: relative;
	 font-weight: 400;
	 top: -45px;
	 letter-spacing: 0px;
}
.period {
	 font-size: 1.2rem;
	 color: #e7e5e5;
	 letter-spacing: 0px;
     opacity: .8;
}
 .btn {
	 text-transform: uppercase;
	 font-size: 0.75rem;
	 font-weight: 500;
	 color: #a6a6a6;
	 border-radius: 0;
	 padding: 0.75rem 1.25rem;
	 letter-spacing: 1px;
}
.text-upper{
    text-transform: uppercase;
}
.text-ul{
    text-decoration: line-through;
    color: #a6a6a6;
    opacity: .5;
}
.text-p{
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-style: italic;
    font-size: 15px;

}
.text-c{
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 15px;
    margin-top: -1rem;
}
.text-j{
    text-align: justify;
}
/* .logo{
    border-radius: 50%;
} */
.first_dev{
    background-color: #F7F7F7;
}
.second_dev{
    background-color: #FEFEFA;
}
.featureTable{
    font-size: 12px;
}
tr {
    line-height: 10px;
}
.i-phrase{
    font-style: italic;
}
:root {
    --primary: #F7CB26;
    --secondary: #8D9297;
    --light: #F8F9FA;
    /* --dark: #182333; */
    --dark: #213C89;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}
.blockquote {
    padding: 60px 80px 40px;
    position: relative;
}
.blockquote p {
    font-size: 20px;
    font-weight: 700px;
    text-align: center;
    font-family:'Times New Roman', Times, serif;
    font-style: italic;
}

.blockquote:before {
  position: absolute;
  font-family:'Times New Roman', Times, serif;
  font-style: italic;
  top: -3rem;
  left: -20px;

  content:"“";
  font-size: 200px;
  color: #213C89;

}
/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    font-weight: 500;
    transition: .5s;
}

.btn.btn-primary,
.btn.btn-outline-primary:hover {
    color: #FFFFFF;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}


/*** Navbar ***/
.navbar.sticky-top {
    top: -100px;
    transition: .5s;
    background-color:#F4F4F4;
}

.navbar .navbar-nav .nav-link {
    margin-left: 30px;
    padding: 25px 0;
    color: #213C89;
    font-weight: 500;
    outline: none;

}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: #213C89;
    border-bottom: 5px solid #F7CB26;
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav .nav-link  {
        margin-left: 0;
        padding: 10px 0;
    }

    .navbar .navbar-nav {
        margin-top: 25px;
        border-top: 1px solid #EEEEEE;
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        top: 100%;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .nav-item:hover .dropdown-menu{
        top: 100%;
        visibility:visible;
        transition: .5s;
        opacity: 1;
    }
}

/*** Header ***/
.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    text-align: start;
    background: rgba(52, 51, 51, 0.215);
    z-index: 1;
}
.carousel-control-prev,
.carousel-control-next {
    width: 15%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    margin-bottom: -15rem;
    width: 3rem;
    height: 3rem;
}

.carousel-caption .breadcrumb-item+.breadcrumb-item::before {
    content: "\f111";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: var(--primary);
}

@media (max-width: 768px) {
    #header-carousel .carousel-item {
        position: relative;
        min-height: 450px;
    }

    #header-carousel .carousel-item img {
        position: absolute;
        width: 100%;
        height: 80%;
        object-fit: cover;
    }

    .carousel-control-prev-icon,
    .carousel-control-next-icon {
        width: 3rem;
        height: 3rem;
        border-width: 12px;
    }
}
@media (max-width: 320px) {
    #header-carousel .carousel-item {
        position: block;
        min-height: 100px;
    }

    #header-carousel .carousel-item img {
        border: 1px solid grey;
        max-height: 100vh;
        min-height: 100vh;
        max-width: 100vw;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
    }

    .carousel-control-prev-icon,
    .carousel-control-next-icon {
        width: 3rem;
        height: 3rem;
        border-width: 12px;
    }
}



.page-header-accounting {
    background: url(../img/product/1.png) center center no-repeat;
    background-size: cover;
}
.page-header-construction {
    background: url(../img/product/2.png) center center no-repeat;
    background-size: cover;
}
.page-header-payroll {
    background: url(../img/product/3.png) center center no-repeat;
    background-size: cover;
}
.page-header-developer {
    background: linear-gradient(rgba(0, 0, 0, .65), rgba(0, 0, 0, .65)), url(../img/group/developer/1.png) center center no-repeat;
    padding-bottom: 50rem;
    background-size: cover;
}
.page-header-agent {
    background: linear-gradient(rgba(0, 0, 0, .65), rgba(0, 0, 0, .65)), url(../img/group/agent/1.png) center center no-repeat;
    padding-bottom: 50rem;
    background-size: cover;
}
.page-header-support {
    background: linear-gradient(rgba(0, 0, 0, .65), rgba(0, 0, 0, .65)), url(../img/group/support/1.png) center center no-repeat;
    padding-bottom: 50rem;
    background-size: cover;
}
.page-header-feedback {
    background: linear-gradient(rgba(0, 0, 0, .65), rgba(0, 0, 0, .65)), url(../img/group/4.png) center center no-repeat;
    padding-bottom: 50rem;
    background-size: cover;
}

.page-header .breadcrumb-item+.breadcrumb-item::before {
    color: #999999;
}


/*** Facts ***/
.facts-overlay {
    position: absolute;
    padding: 30px;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: rgba(0, 0, 0, .65);
}

.facts-overlay h1 {
    font-size: 120px;
    color: transparent;
    -webkit-text-stroke: 2px var(--primary);
}

.facts-overlay a:hover {
    color: var(--primary) !important;
}


/*** Service ***/
.service-text::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    background: var(--primary);
    opacity: 0;
    transition: .5s;
}

.service-text * {
    position: relative;
    transition: .5s;
    z-index: 1;
}


/*** Appointment ***/
.appointment {
    background: linear-gradient(rgba(0, 0, 0, .65), rgba(0, 0, 0, .65)), url(../img/carousel-2.jpg) center center no-repeat;
    background-size: cover;
}


/*** Team ***/
.team-text {
    position: absolute;
    width: 75%;
    bottom: 30px;
    left: 0;
    transition: .5s;
}

.team-item:hover .team-text {
    width: 100%;
}

.team-text * {
    transition: .5s;
}

.team-item:hover .team-text * {
    letter-spacing: 2px;
}


/*** Testimonial ***/
.testimonial-carousel .owl-item img {
    width: 100px;
    height: 100px;
}

.testimonial-carousel .owl-nav {
    margin-top: 30px;
    display: flex;
    justify-content: center;
}
.testimonial-item{
    justify-content: center;
}
.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    margin-right: 15px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary);
    border-radius: 50px;
    font-size: 18px;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    color: #FFFFFF;
    background: var(--primary);
}


/*** Footer ***/
a.disabled {
    pointer-events: none;
    cursor: none;
  }
hr.def {
    border-top: 1px solid;
    margin-top: 0%;
    padding-bottom: 0%;
  }
.footer {
    color: #444141;
}


.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #999999;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "•";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #999999;
    margin-right: 10px;
}
.footer .text-sm{
	 font-size: 0.75rem;
	 color: #a6a6a6;
}
.footer .text-xs{
    font-size: .8rem;
    color: #a6a6a6;
    margin-top: -.50rem;
    margin-left: 1.5rem;
}

.footer .btn.btn-link:hover {
    color: var(--primary);
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: var(--light);
}

.footer .copyright a:hover {
    color: var(--primary);
}
@font-face {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    src: url(/fonts/vendor/font-awesome/fontawesome-webfont.eot?8b43027f47b20503057dfbbaa9401fef);
    src: url(/fonts/vendor/font-awesome/fontawesome-webfont.eot?8b43027f47b20503057dfbbaa9401fef?#iefix&v=4.7.0) format("embedded-opentype"), url(/fonts/vendor/font-awesome/fontawesome-webfont.woff2?20fd1704ea223900efa9fd4e869efb08) format("woff2"), url(/fonts/vendor/font-awesome/fontawesome-webfont.woff?f691f37e57f04c152e2315ab7dbad881) format("woff"), url(/fonts/vendor/font-awesome/fontawesome-webfont.ttf?1e59d2330b4c6deb84b340635ed36249) format("truetype"), url(/fonts/vendor/font-awesome/fontawesome-webfont.svg?c1e38fd9e0e74ba58f7a2b77ef29fdd3#fontawesomeregular) format("svg");
}
.fa {
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font: 14px/1 FontAwesome;
    font-size: inherit;
}
.fa-lg {
    font-size: 1.3333333333em;
    line-height: .75em;
    vertical-align: -15%}
.fa-stack, img, svg {
    vertical-align: middle;
}
.fa-2x, .fa-stack-2x {
    font-size: 2em;
}
.fa-3x {
    font-size: 3em;
}
.fa-4x {
    font-size: 4em;
}
.fa-5x {
    font-size: 5em;
}
.fa-fw {
    width: 1.2857142857em;
}
.fa-ul {
    list-style-type: none;
    margin-left: 2.1428571429em;
    padding-left: 0;
}
.carousel, .dropdown, .dropdown-center, .dropend, .dropstart, .dropup, .dropup-center, .fa-ul>li, .form-floating {
    position: relative;
}
.fa-li {
    left: -2.1428571429em;
    position: absolute;
    top: .1428571429em;
    width: 2.1428571429em;
}
.fa-stack, sub, sup {
    position: relative;
}
.fa-li.fa-lg {
    left: -1.8571428571em;
}
.fa-border {
    border: .08em solid #eee;
    border-radius: .1em;
    padding: .2em .25em .15em;
}
.fa-pull-left, .pull-left {
    float: left;
}
.fa-pull-right, .pull-right {
    float: right;
}
.fa.fa-pull-left, .fa.pull-left {
    margin-right: .3em;
}
.fa.fa-pull-right, .fa.pull-right {
    margin-left: .3em;
}
.fa-spin {
    -webkit-animation: 2s linear infinite fa-spin;
    animation: 2s linear infinite fa-spin;
}
.fa-pulse {
    -webkit-animation: 1s steps(8) infinite fa-spin;
    animation: 1s steps(8) infinite fa-spin;
}
