/*
================================================
1. Poopins, Montserrat
================================================
*/
@import url("https://fonts.googleapis.com/css2?family=Poppins&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
/*
================================================
2. Common CSS
================================================
*/
* {
    margin: 0;
    padding: 0;
}
body {
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #444;
    overflow-x: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    text-transform: none;
    color: #000;
}
h5 {
    font-size: 18px;
}
.mb-15 {
    margin-bottom: 15px;
}
h6 {
    font-size: 16px;
}
a,
a:hover,
a:active,
a:focus {
    outline: none;
    border: none;
    font-family: Poppins, sans-serif;
    text-decoration: none;
}
a {
    color: #666666;
    transition: all 0.3s ease 0s;
}

.w-100 {
    width: 100%;
}

a:hover {
    color: #337ab7;
    text-decoration: none;
}
body,
html {
    height: 100%;
}
section h2 {
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    margin: 0 auto 50px;
    line-height: 50px;
    display: inline-block;
    text-align: center;
    padding: 12px 10px 10px;
}

.call-back h5 {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
    padding: 10px;
    margin-bottom: 20px;
    background: #e8f0fe78;
    letter-spacing: 0.5px;
}

section {
    width: 100%;
    float: left;
    padding: 120px 0 50px;
}
.section-title {
    text-align: center;
    margin: 0 0 40px;
}
.line:before {
    border: 3px solid red;
    border-radius: 50%;
    top: -15px;
    content: "";
    height: 15px;
    left: -6px;
    position: absolute;
    width: 15px;
}
.line {
    background: red;
    display: inline-block;
    height: 25px;
    width: 3px;
    position: relative;
}
.line:after {
    background: red;
    bottom: -3px;
    content: "";
    height: 3px;
    left: -6px;
    position: absolute;
    width: 15px;
}

.text-white {
    color: #fff;
}

.featured-icon-box.contact-logo p,
.featured-icon-box.contact-logo p a {
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 0;
}

.section-title h1 {
    font-size: 32px;
    letter-spacing: 0.5px;
    padding: 0 0 15px;
    text-align: left;
    text-transform: capitalize;
    font-weight: 800;
    color: #f7bb00;
    margin-bottom: 0;
    line-height: 42px;
    font-family: "Montserrat", Sans-serif;
}
.section-title h2 {
    font-size: 25px;
    letter-spacing: 0.5px;
    padding: 0 0 10px;
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 10px;
    border-bottom: 1px dashed #f00;
}

.featured-icon-box {
    padding: 20px;
    background-color: #fff;
    border-radius: 7px;
    position: absolute;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px,
        rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

.featured-icon-box.contact-logo p,
.featured-icon-box.contact-logo p a {
    font-size: 16px;
    line-height: 28px;
    font-weight: 800;
    color: #231834;
    margin-bottom: 0;
}
.featured-icon-box.contact-logo p img {
    width: 35px;
    height: 35px;
}

.prt-btn.prt-btn-style-fill.prt-btn-color-skincolor {
    background-color: #e02454;
    border-color: #e02454;
    font-family: "Poppins";
    color: #fff;
    display: inline-block;
}

.prt-btn.prt-btn-style-fill.prt-btn-color-skincolor:hover {
    background-color: #fff;
    color: #000;
}

.prt-btn.prt-btn-size-sm {
    font-size: 15px;
    padding: 15px 15px;
    border-radius: 30px;
}

.section-title > p {
    font-size: 15px;
    margin: 0 0 40px;
}
.section-title > p span {
    display: block;
}
.pad-20 {
    padding-left: 20px;
    padding-right: 20px;
}
.pad-30 {
    padding-bottom: 30px;
    padding-top: 30px;
}
.mb-20 {
    margin-bottom: 20px;
}
/*
================================================
3. Loader CSS
================================================
*/
#loader {
    background: url(../images/loader.gif) no-repeat center center #fff;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 9999999;
}
/*
================================================
4. Scrool top Arrow
================================================
*/
#whatsapp {
    display: none;
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 20px;
    line-height: 60px;
    right: 20px;
    background-color: green;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    z-index: 100;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.5);
    animation: all 0.4s ease-in-out;
}
#whatsapp i {
    font-size: 30px;
}
/*
================================================
5. header-top-area
================================================
*/
.header-top-area {
    left: 0;
    position: fixed;
    width: 100%;
    z-index: 999;
    background: #fff;
    height: auto;
    border-bottom: 1px solid #ddd6;
    top: 0;
}
.header-top-area .header-top-row {
    display: flex;
    align-items: center;
}
.logo a {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 2px;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
}
.logo a img{
    width: 100%;
}
.logo {
    padding-top: 8px;
    padding-bottom: 8px;
}
/*
================================================
6. Navigation
================================================
*/
.menu-bg {
    z-index: 999;
}
.navbar-default {
    background-color: inherit;
    border-color: inherit;
}
.navbar {
    border-radius: 0;
    min-height: auto;
    margin: 0;
    border: none;
    z-index: 9;
    display: flex;
    justify-content: end;
}
.navbar-collapse {
    float: right;
    margin: 0;
    padding: 0;
}
.navbar-brand {
    padding: 0;
    height: auto;
}
.navbar-nav > li {
    padding: 0;
}
.navbar-default .navbar-nav li a {
    color: #003a66;
    font-weight: 600;
    padding: 30px 0px 15px;
    margin: 0 10px;
    transition: all 0.3s ease 0s;
    text-transform: uppercase;
    background-color: inherit;
    letter-spacing: 1px;
    cursor: pointer;
    position: relative;
}
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
    color: red;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
    background-color: inherit;
    color: red;
}
/*
================================================
7. Slider Area
================================================
*/
.affix + .banner-wrapper {
    margin-top: 49px;
}
/* .home-slider-area, .home-slider-area, .home-slider-area div {
	height: 100%
} */
.home-slider-area div.single-slide-item-table-cell,
.home-slider-area div.single-slide-item-table-cell div {
    height: auto;
}
.single-slide-item-table-cell {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
.single-slide-item-table {
    display: table;
    width: 100%;
}
a.slide-btn {
    color: #fff;
    display: inline-block;
    font-weight: 600;
    margin: 0 5px;
    padding: 12px 20px;
    transition: 0.5s;
    text-transform: capitalize;
    background: #f7bb00;
    font-family: "Poppins";
    border-radius: 0;
    letter-spacing: 0.5px;
}
a.slide-btn:hover {
    background: #088dd3;
    color: #fff;
}
.enquiry-btn{
    color: #fff;
    display: inline-block;
    font-weight: 600;
    margin: 0 5px;
    padding: 12px 20px;
    transition: 0.5s;
    text-transform: capitalize;
    background: #f7bb00;
    font-family: "Poppins";
    border-radius: 0;
    letter-spacing: 0.5px;
}
.enquiry-btn:hover{
    color: #fff;
}
.single-slide-item h2 {
    font-size: 50px;
    color: #fff;
    line-height: 50px;
    margin-bottom: 20px;
}
.single-slide-item h2 span {
    color: #2980b9;
}
.single-slide-item p {
    color: #fff;
    margin-bottom: 20px;
}
.fixed-bg {
    background-attachment: fixed !important;
}
.single-slide-item {
    position: relative;
    height: 80vh;
    z-index: 1;
}
.single-slide-item img {
    height: 100%;
    object-position: center center;
    object-fit: cover;
}
.single-slide-item:after {
    background: rgba(0, 0, 0, 0.3);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
a.welcome-control:focus,
a.welcome-control:hover i {
    color: red;
}
.carousel-fade .carousel-inner .item {
    -webkit-transition-property: opacity;
    transition-property: opacity;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right,
.carousel-fade .carousel-inner .item {
    opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right,
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
    z-index: 2;
}
.welcome-control {
    background: 0 0 !important;
    border: 1px solid #ddd;
    color: #fff;
    font-size: 24px;
    height: 40px;
    left: 0;
    line-height: 37px;
    position: absolute;
    text-align: center;
    bottom: 10%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 40px;
    z-index: 20;
    border-radius: 0 15px;
}
.service-icon i,
.single-featured i {
    border-radius: 50%;
    text-align: center;
}
.right.welcome-control {
    left: auto;
    right: -52px;
}
.left.welcome-control {
    left: -52px;
}
.home-slider-area:hover .right.welcome-control {
    right: 20px;
    transition: 0.25s;
    -webkit-transition: 0.25s;
    border: 1px solid #fff;
}
.home-slider-area:hover .left.welcome-control {
    left: 20px;
    transition: 0.25s;
    -webkit-transition: 0.25s;
    border: 1px solid #fff;
}
.featured-area {
    overflow: hidden;
}
.single-featured {
    cursor: pointer;
}
.single-featured h4 {
    cursor: pointer;
    margin-top: 20px;
    margin-bottom: 10px;
}
.single-featured i {
    background: #687074;
    color: #fff;
    display: block;
    font-size: 35px;
    height: 80px;
    line-height: 80px;
    margin: 0 auto 10px;
    width: 80px;
}
.service-icon i,
a.about-btn,
a.get-start-btn,
ul.team-social > li,
ul.work li {
    display: inline-block;
}
.single-featured:hover i {
    background: red;
    color: #fff;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.home-slider-area .carousel-indicators {
    display: none;
}
/*
================================================
8. Callouts Wrapper
================================================
*/

.registration {
    padding: 20px 25px;
    margin-top: 0;
    z-index: 1;
    position: relative;
}

.bg-base-dark {
    background-color: #003a66;
}

.section-title {
    position: relative;
    margin-bottom: 15px;
    margin-top: 0px;
}

.row-title p {
    font-size: 15px;
    font-weight: 400;
    line-height: 28px;
    text-align: left;
    color: #fff;
    margin-bottom: 15px;
}

.home-slider-area {
    margin-top: 100px;
    position: relative;
}
.callouts-wrapper {
    position: relative;
    padding: 30px 0 0;
}
.callouts-inner {
    border-radius: 0;
    overflow: hidden;
    position: relative;
    top: 0;
    z-index: 9;
}
.message-description {
    margin-bottom: 25px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    text-align: center;
    padding: 12px 18px;
    transition: all 0.45s ease-in-out 0s;
    background: #fff;
    border-radius: 0px;
    border-width: 12px 0 6px 0;
    border-style: solid;
    cursor: auto;
}
.message-description h2 {
    color: #222;
    font-size: 18px;
    margin-top: 15px;
}
.message-description p {
    color: #6c83a2;
    line-height: 25px;
}

.message-description i {
    border-radius: 30px;
    color: #f7bb00;
    width: 45px;
    line-height: 27px;
    padding: 10px;
    font-size: 20px;
    background-color: #ffffff;
    box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 10%);
    margin-bottom: 15px;
    height: 45px;
}

.message-description h4 {
    text-transform: uppercase;
    color: #2d1d54;
    font-size: 14px;
    font-weight: 800;
    font-family: "Montserrat", Sans-serif;
    letter-spacing: 0.5px;
}
/*
================================================
9. About Us
================================================
*/
.aboutus {
    padding: 120px 0;
    position: relative;
}
.about h2 {
    margin-bottom: 20px;
    margin-top: 0;
}
.aboutus .section-title p {
    margin: 0 0 40px;
}
.aboutus .about-box span {
    color: #f7bb00;
    font-size: 16px;
    display: block;
    margin-bottom: 15px;
    font-weight: 700;
}
.aboutus .circles {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -1;
}

.aboutus .circles li {
    position: absolute;
    display: block;
    list-style: none;
    width: 20px;
    height: 20px;
    background-color: #fec84e;
    background-image: linear-gradient(315deg, #fed473 0%, #fdeed6 74%);
    animation: animate 25s linear infinite;
    bottom: -50px;
}
.aboutus .circles li:nth-child(1) {
    left: 25%;
    width: 80px;
    height: 80px;
    animation-delay: 0s;
}
.aboutus .circles li:nth-child(2) {
    left: 10%;
    width: 20px;
    height: 20px;
    animation-delay: 2s;
    animation-duration: 12s;
}
.aboutus .circles li:nth-child(3) {
    left: 70%;
    width: 20px;
    height: 20px;
    animation-delay: 4s;
}
.aboutus .circles li:nth-child(4) {
    left: 40%;
    width: 60px;
    height: 60px;
    animation-delay: 0s;
    animation-duration: 18s;
}
.aboutus .circles li:nth-child(5) {
    left: 65%;
    width: 20px;
    height: 20px;
    animation-delay: 0s;
}
.aboutus .circles li:nth-child(6) {
    left: 55%;
    width: 20px;
    height: 20px;
    animation-delay: 0s;
}
.aboutus .circles li:nth-child(7) {
    left: 85%;
    width: 20px;
    height: 20px;
    animation-delay: 0s;
}
.aboutus .circles li:nth-child(8) {
    left: 50%;
    width: 25px;
    height: 25px;
    animation-delay: 15s;
    animation-duration: 45s;
}
.aboutus .circles li:nth-child(9) {
    left: 20%;
    width: 15px;
    height: 15px;
    animation-delay: 2s;
    animation-duration: 35s;
}
.aboutus .circles li:nth-child(10) {
    left: 95%;
    width: 20px;
    height: 20px;
    animation-delay: 0s;
}
@keyframes animate {
    0% {
        transform: translateY(0) rotate(0deg);
        opacity: 1;
        border-radius: 0;
    }

    100% {
        transform: translateY(-1000px) rotate(720deg);
        opacity: 0;
        border-radius: 50%;
    }
}
.about-box ul {
    padding: 0;
    list-style: none;
    column-count: 4;
    -webkit-column-count: 4;
    -o-column-count: 2;
    -ms-column-count: 2;
    -moz-column-count: 2;
}
.about-box .read-more {
    background: #040a2c none repeat scroll 0 0;
    color: #fff;
    float: left;
    margin-top: 20px;
    padding: 12px 30px;
    text-transform: uppercase;
}
.about-box {
    float: left;
    width: 100%;
}

.about-box p {
    text-align: justify;
    line-height: 26px;
    letter-spacing: 0.5px;
    padding-right: 15px;
}
.about-box .heading {
    color: #000;
    font-size: 30px;
    padding-bottom: 8px;
    font-weight: 700;
    font-family: "Montserrat", Sans-serif;
}
.about-box h3 {
    color: #000;
    letter-spacing: 0.5px;
    font-size: 24px;
    padding-bottom: 8px;
    font-weight: 600;
}
.about-box figure {
    border: 1px solid #e9e6e6;
    float: left;
    overflow: hidden;
    padding: 5px;
    position: relative;
    width: 100%;
}
.about-box figure img {
    width: 100%;
}
.about {
    padding: 100px 0;
}
.about p {
    margin: 0 0 30px;
}
.about-list li {
    color: #444;
    font-size: 14px;
    margin: 0 0 10px;
    font-weight: 600;
}
.about-list li i {
    float: left;
    font-size: 14px;
    margin-right: 7px;
    line-height: 20px;
    background: linear-gradient(#f7bc04, #cc9a02);
    display: inline-grid;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    color: #fff;
    place-items: center;
    font-size: 10px;
}
/*** Call Back ***/
.call-back {
    background: #fff;
    box-shadow: 0px 0px 0px 5px rgb(255 255 255 / 40%),
        0px 4px 20px rgb(0 0 0 / 33%);
    padding: 30px 20px;
}
.call-back h4 {
    color: #000000;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
}
.call-back .form-control {
    border: 1px solid #f0f0f0;
    background: #fff;
    border-radius: 0;
    box-shadow: none;
    height: 50px;
    margin-bottom: 10px;
    padding-left: 25px;
}
.call-back .btn-default {
    animation-delay: 2s;
    background: red;
    border: 0 none;
    color: #fff;
    padding: 12px 30px;
    transition: all 0.3s ease 0s;
    border-radius: 0 15px;
    font-weight: 600;
}
.call-back .btn-default:hover {
    background: #088dd3;
    color: #fff;
}
/*
================================================
10. Services
================================================
*/
.services {
    padding: 35px 0 0;
    background: #f2f5f9;
    position: relative;
}
.services .section-title {
    margin: 0 0 10px;
}
.service-callouts {
    text-align: center;
    margin-bottom: 25px;
}
.service-callouts h2 {
    font-size: 20px;
    margin: 0 0 10px;
    line-height: normal;
    padding: 0;
    font-size: 1.6rem;
    font-weight: 600;
    text-transform: capitalize;
}
/*** Single Services ***/
.single-service-box {
    background: url(../images/bg-vector.png);
    border: 0;
    margin-top: 30px;
    padding: 25px 15px;
    transition: all 0.36s ease-in-out 0s;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    background-position: right;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.ripple-background .circle {
    position: absolute;
    border-radius: 50%;
    background-color: #fec84e;
    background-image: linear-gradient(315deg, #fed473 0%, #fdeed6 74%);
    animation: ripple 5s infinite;
}

.ripple-background .small {
    width: 60px;
    height: 60px;
    left: -20px;
    bottom: -20px;
}

.ripple-background .medium {
    width: 125px;
    height: 125px;
    left: -45px;
    bottom: -45px;
}

.ripple-background .large {
    width: 240px;
    height: 240px;
    left: -100px;
    bottom: -100px;
}

.ripple-background .shade1 {
    opacity: 0.4;
}
.ripple-background .shade2 {
    opacity: 0.7;
}

.ripple-background .shade3 {
    opacity: 0.9;
}

@keyframes ripple {
    0% {
        transform: scale(0.8);
    }

    50% {
        transform: scale(1.2);
    }

    100% {
        transform: scale(0.8);
    }
}
.single-service-box img {
    width: 75px;
    position: relative;
    z-index: 9;
}
.single-service-box i {
    color: #333333;
    font-size: 52px;
    transition: all 0.36s ease-in-out 0s;
}
.single-service-box h4 {
    border-bottom: 1px dashed #333333;
    display: inline-block;
    font-size: 15px;
    margin: 20px 0 10px;
    padding-bottom: 6px;
    color: #000;
    z-index: 9;
    position: relative;
    font-family: "Montserrat", Sans-serif;
    font-weight: 600;
}
.single-service-box p {
    font-size: 13px;
}
.single-service-box:hover i {
    color: red;
}
/*
================================================
11. Counters
================================================
*/
.counters {
    background: linear-gradient(rgba(15, 23, 43, 0.5), rgba(15, 23, 43, 0.5)),
        url(../images/network-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 20px;
    padding: 33px 0;
    position: relative;
    width: 100%;
    text-align: center;
    background-attachment: fixed;
}
.counters .counter-row .col-sm-3 {
    padding-left: 7px;
    padding-right: 7px;
}
.counters .counter {
    margin-bottom: 0px;
    border: 3px solid rgba(71, 55, 112, 0.6);
    border-radius: 5px;
    padding: 30px 15px;
}
.counters .counter .number {
    font-size: 30px;
    margin: 0 0 20px;
    padding: 0;
    font-weight: 600;
    color: #fff;
}
.counters .counter p {
    font-size: 15px;
    margin: 0;
    padding: 0;
    font-weight: 600;
    color: #766c90;
}
.counters .counter .counter-icon-box {
    color: #f7bb00;
    font-size: 45px;
    margin: 0 0 25px;
    transition: all 400ms linear 0s;
    display: inline-block;
}
.counters .counter-title {
    text-align: left;
    margin-top: 15px;
}
.counters .counter-title p {
    color: #f7bb00;
    font-weight: 600;
}
.counters .counter-title .title {
    font-size: 32px;
    letter-spacing: 0.5px;
    padding: 0 0 15px;
    text-align: left;
    text-transform: capitalize;
    font-weight: 800;
    color: #fff;
    margin-bottom: 0;
    line-height: 42px;
    font-family: "Montserrat", Sans-serif;
}
/*
================================================
12. Our Team
================================================
*/
.ourteam {
    width: 100%;
    float: left;
    padding: 57px 0 55px;
    position: relative;
    background: #f2f5f9;
}
.team-cnt {
    padding: 0;
    display: inline-block;
    margin: 0;
    width: 100%;
    text-align: center;
}
.ourteam .section-title {
    margin: 0 0 10px;
}
/**** single services ****/
.single_team {
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.09);
    padding: 30px 0;
    margin-top: 30px;
    text-align: center;
    transition: all 0.3s linear 0s;
    border-radius: 0 30px;
    background: #fff;
}
.team_img {
    border-radius: 50%;
    display: inline-block;
    height: 150px;
    margin-bottom: 15px;
    overflow: hidden;
    width: 150px;
}
.team_img > img {
    display: block;
    width: 100%;
}
.single_team > h5 {
    margin-bottom: 5px;
}
.single_team > span {
    margin-bottom: 20px;
    display: inline-block;
}
.team_social_bar > a {
    background: #088dd3;
    border-radius: 3px;
    color: #ffffff;
    height: 35px;
    line-height: 35px;
    margin-right: 5px;
    transition: all 0.3s linear 0s;
    width: 35px;
    display: inline-block;
}
.team_social_bar > a:hover {
    background: red;
    color: #333;
}
.single_team:hover {
    box-shadow: 0 4px 61px rgba(0, 0, 0, 0.09);
}
/*
================================================
13. Testimonials Wrapper
================================================
*/
.testimonials {
    width: 100%;
    float: left;
    background: #fff;
    padding: 57px 0 65px;
    z-index: 0;
    position: relative;
    text-align: center;
}
.testimonials::after {
    content: "";
    background: url(../images/shape-img1.png);
    background-position: right;
    position: absolute;
    right: 0;
    bottom: 0;
    opacity: 0.5;
    width: 213px;
    height: 100%;
    z-index: -1;
}
.testimonials::before {
    content: "";
    background: url(../images/shape-img1.png);
    background-position: left;
    position: absolute;
    top: 0;
    left: 0;
    width: 213px;
    height: 100%;
    opacity: 0.5;
    z-index: -1;
}
.testimonials .item {
    margin: 0 10px 20px;
}
.tes-wrapper {
    background: linear-gradient(rgba(15, 23, 43, 0.5), rgba(15, 23, 43, 0.5)),
        url(../images/network-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    padding: 20px;
    margin: 50px 0 0 0;
    border-radius: 0 30px;
}
.tes-wrapper span {
    border-radius: 100px;
    display: inline-block;
    height: 110px;
    width: 110px;
    margin-bottom: 10px;
    margin-top: -50px;
    background: #fff;
}
.tes-wrapper img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 1.5px solid #f7bb00;
    padding: 5px;
}
.tes-wrapper h3 {
    font-weight: 600;
    color: #f7bb00;
    font-size: 20px;
    margin: 0 0 15px;
}
.tes-wrapper h3 span {
    display: block;
    font-size: 16px;
    width: auto;
    height: auto;
    margin: 8px 0 0;
    border-radius: 0;
    color: #fff;
    background-color: transparent;
}
.tes-wrapper p {
    color: #c3cdda;
}
.testimonials .owl-theme .owl-nav {
    display: none;
}
.testimonials .owl-theme .owl-dots .owl-dot span {
    background: #8c8d8e;
    opacity: 1;
    margin: 0 3px;
    width: 10px;
    height: 10px;
}
.testimonials .owl-theme .owl-dots .owl-dot.active span {
    background: red;
}
/*
================================================
14. Portfolio
================================================
*/
.portfolio {
    clear: both;
    float: left;
    width: 100%;
    padding: 56px 0 40px;
    background: #f2f5f9;
}
.work {
    margin-bottom: 30px;
}
.work a {
    display: block;
    overflow: hidden;
    position: relative;
}
.work a img {
    width: 100%;
    height: auto;
}
.work-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: block;
    padding: 20px;
}
.work-inner:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #000;
    opacity: 0;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    z-index: 1;
}
.work:hover .work-inner:after {
    opacity: 0.8;
}
.work-info {
    text-align: center;
    margin-top: 32%;
    top: -15px;
    position: relative;
}
.work-info h2:after {
    display: none;
}
.work-info p,
.work-info h2,
.work-info i {
    position: relative;
    z-index: 2;
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.work-info h2 {
    font-size: 20px;
    color: #fff;
    top: -10px;
    margin: 0;
    padding: 0;
    line-height: 35px;
}
.work-info p {
    font-size: 12px;
    top: 10px;
    font-weight: 700;
    -webkit-transition: all 0.6s;
    color: red;
}
.work-info i {
    font-size: 14px;
    top: 20px;
    font-weight: 700;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    color: #333;
    background: #fff;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 30px;
}
.work:hover .work-info p,
.work:hover .work-info h2,
.work:hover .work-info i {
    opacity: 1;
    top: 0;
}
.portfolio-filter {
    list-style: none;
    margin-bottom: 20px;
    background: #f2f5f9;
    justify-content: center;
    text-align: center;
}
.portfolio-filter li.active,
.portfolio-filter li:hover {
    border: none;
    color: #088dd3;
}
.portfolio-filter li {
    display: inline-table;
    text-transform: uppercase;
    font-size: 14px;
    padding: 15px 10px;
    margin: 0 5px;
    cursor: pointer;
    position: relative;
    border: none;
    font-weight: 600;
}
.portfolio-filter li:after {
    position: absolute;
    content: "";
    width: 0;
    height: 3px;
    left: 0;
    bottom: 0;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.portfolio-filter li.active:after {
    width: 100%;
}
.work-popup {
    max-width: 550px;
    background: #fff;
    position: relative !important;
    margin: 30px auto;
    left: 0 !important;
}
.work-popup img {
    width: 100%;
    height: 100%;
}
.work-popup-content {
    padding: 25px;
}
.work-popup-content h3 {
    font-size: 26px;
    margin-bottom: 20px;
}
.work-popup-content p {
    text-align: left;
    line-height: 23px;
}
.mfp-close-btn-in .mfp-close {
    position: absolute;
    background: #fff;
    font-size: 30px;
    width: 40px;
    height: 40px;
    opacity: 1;
    border-radius: 20px;
    box-shadow: -5px 5px 20px rgb(0 0 0 / 20%);
}
/*
================================================
15. Blog
================================================
*/
.blog-wrapper {
    padding: 56px 0 70px;
    background: #fff;
    position: relative;
    z-index: 99;
}
.blog-wrapper .section-title {
    margin: 0 0 -5px;
}
.blog-wrapper .single-blog-post {
    margin-top: 30px;
}
.blog-wrapper .single-post-content {
    padding: 20px;
}
.blog-wrapper .single-post-content {
    background: #fff;
}
.blog-wrapper .single-post-content a {
    color: #088dd3;
}
.blog-wrapper .single-post-content h4 {
    margin-top: 15px;
    text-transform: uppercase;
}
.blog-wrapper .single-post-content h4:hover a {
    color: red;
}
.blog-wrapper a.blog-btn {
    color: #fff;
    font-size: 12px;
    padding: 8px 12px;
    text-transform: capitalize;
    background: #088dd3;
    border-radius: 0 15px;
}
.blog-wrapper a.blog-btn:hover {
    background: red;
    color: #333;
}
.blog-wrapper .post-meta i {
    margin-right: 5px;
    color: red;
}
.blog-wrapper ul.post-meta {
    list-style: outside none none;
}
.package-btn,
a.blog-btn,
ul.post-meta li {
    display: inline-block;
}
.post-meta a {
    color: #666;
    font-size: 14px;
    font-weight: 400;
    margin-right: 10px;
}
.single-blog-post:hover,
.single-team:hover {
    box-shadow: 0 0 10px 1px rgba(76, 76, 76, 0.41);
}
/*
================================================
16. Contact Us
================================================
*/
.contactus:before {
    background: #fff;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0.8;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}
.contactus {
    width: 100%;
    float: left;
    background: #fff;
    padding: 40px 0 0;
    z-index: 9;
    position: relative;
    text-align: center;
}
.contact-info {
    margin-bottom: 50px;
    overflow: hidden;
}
.contact-form {
    margin: 0 0 70px;
    padding: 25px;
    box-shadow: 0 0 20px #00000021;
}
.single-contact {
    text-align: left;
    padding: 12px;
    background-color: #fff;
    margin: 4px 0;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-bottom: 1px solid #f4f3f3;
}
.single-contact h4 {
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #f6ba00;
    letter-spacing: 1px;
    line-height: 24px;
    margin: 0;
    text-transform: uppercase;
    padding-bottom: 7px;
}
.single-contact p {
    margin-bottom: 0;
    line-height: 22px;
    display: inherit;
    padding-left: 80px;
}
.single-contact i {
    border-radius: 10px;
    font-size: 25px;
    background-color: #ffffff;
    box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 10%);
    display: flex;
    padding: 10px;
    float: left;
    margin-right: 28px;
}
.contactus .contact-title {
    position: relative;
}
.contactus .contact-title img {
    margin-top: 20px;
    max-width: 100%;
}
.contactus .contact-title h1 {
    position: absolute;
    top: 0;
    text-align: left;
    color: #003a66;
    letter-spacing: 0.5px;
    text-transform: capitalize;
    font-weight: 800;
    margin-bottom: 0;
    line-height: 42px;
    font-family: "Montserrat", Sans-serif;
}
.form-control {
    background: #fff;
    border-color: -moz-use-text-color -moz-use-text-color #ddd;
    border-radius: 0;
    box-shadow: none;
    height: 45px;
    margin-bottom: 20px;
    padding: 0 0 0 10px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
textarea.form-control {
    height: auto;
    padding: 10px 0 0 10px;
}
.form-control::-moz-placeholder {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.form-control:hover,
.form-control:focus {
    border-color: red;
    box-shadow: none;
}
.contact-form .btn-contact {
    color: #fff;
    font-weight: 700;
    padding: 12px 30px;
    letter-spacing: 0;
    text-transform: uppercase;
    border-radius: 0 15px;
    background: red;
    transition: all 0.3s ease 0s;
    border: none;
}
.btn-contact:hover {
    background-color: #088dd3;
    color: #fff;
}
.google-map {
    float: left;
    width: 100%;
    margin: 0 0 -5px;
}
.google-map iframe {
    width: 100%;
    border: none;
    height: 250px;
    border-width: 9px 0;
    border-style: solid;
    border-color: red;
}
/*
================================================
17. Footer
================================================
*/
footer {
    padding: 10px 0 1px;
    width: 100%;
    float: left;
    background: #fff;
}
footer p {
    color: #000;
    text-align: left;
    margin: 0;
}

/*
================================================
18. Media Quries
================================================
*/
@media (min-width: 768px) and (max-width: 991px) {
    /*** Common styles ***/
    #scrool-top {
        right: 15px;
    }
    /*** navigation ***/
    .navigation {
        padding: 0;
    }
    .logo {
        float: left;
    }
    .navbar-toggle {
        margin-right: 0;
        margin-top: -34px;
    }
    .navbar-default .navbar-nav li a {
        font-size: 12px;
        padding: 23px 11px;
    }
    .navbar-collapse {
        margin: 6px 0 0;
    }
    .navigation .navbar-collapse {
        padding: 0;
    }
    .navbar {
        margin-top: 0px;
    }
}
@media (max-width: 767px) {
    section {
        padding: 85px 0 50px;
    }

    .call-back h5 {
        font-size: 14px;
    }

    .section-title h1 {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 0;
    }

    .row-title p {
        font-size: 14px;
        line-height: 25px;
    }

    .section-title h2 {
        font-size: 20px;
        line-height: 30px;
    }

    .about-box h3 {
        font-size: 19px;
        line-height: 30px;
    }

    .registration {
        padding: 15px 10px;
        margin-top: 20px;
        margin-top: 0;
        z-index: 1;
    }

    .home-slider-area {
        margin-top: 65px;
    }

    .single-service-box img {
        width: 55px !important;
    }
    .message-description {
        margin-bottom: 20px !important;
    }
    .mob_hide {
        display: none !important;
    }
    .mtt {
        margin-top: 23% !important;
    }
    section h2 {
        font-size: 25px;
    }
    a.slide-btn {
        font-size: 14px;
        padding: 8px 16px;
        width: 130px;
    }
    #scrool-top {
        right: 15px;
    }
    /*** navigation ***/
    .navbar-default .navbar-toggle .icon-bar {
        background: #333;
    }
    .navbar-toggle {
        margin-right: 0;
        margin-top: -48px;
        border: none;
    }
    .menu-bg .navbar-collapse,
    .navbar-collapse {
        background: rgba(250, 250, 250, 1) none repeat scroll 0 0;
    }
    .navbar-default .navbar-nav li a,
    .menu-bg .navbar-default .navbar-nav li a {
        padding: 11px 15px;
        border-bottom: 1px solid #dddddd9e;
    }
    header .navbar-nav {
        margin: 7.5px 0;
    }
    .navbar {
        margin: 0;
    }
    .navbar-brand {
        display: block;
        padding: 0;
        height: auto;
    }
    .navbar-default .navbar-collapse {
        float: none;
        border: none;
        box-shadow: none;
    }

    /*** banner ***/
    .welcome-control {
        display: none;
    }
    .single-slide-item h2 {
        font-size: 24px;
        line-height: 26px;
    }

    /*** callouts wrapper ***/
    .callouts-inner {
        top: 0;
    }
    /*** about us ***/
    .about-box img {
        margin-bottom: 20px;
    }
    .section-title > p span {
        display: inline;
    }
    .call-back {
        float: left;
        width: 100%;
        margin: 20px 0 0;
    }
    .about-box ul {
        width: 100%;
        margin: 0;
        column-count: 1;
        -webkit-column-count: 1;
        -o-column-count: 1;
        -ms-column-count: 1;
        -moz-column-count: 1;
    }

    .single-service-box h4 {
        font-size: 14px;
        line-height: 18px;
        margin: 16px 0 0px;
    }

    /*** counter ***/
    .counter {
        margin: 0 0 50px;
    }
    .counters {
        padding-bottom: 30px;
        margin: 0;
    }
}

.heading-border-line {
    position: relative;
}
.heading-border-line:before {
    content: "";
    width: 12px;
    height: 4px;
    background: #fd4a36;
    position: absolute;
    bottom: -2px;
    left: 50%;
    margin-left: -35px;
    transform: translateX(-50%);
    border-radius: 2px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 1;
    margin-bottom: 10px;
}

.heading-border-line:after {
    content: "";
    width: 65px;
    height: 4px;
    background: #fd4a36;
    position: absolute;
    bottom: -2px;
    right: 0;
    left: 50%;
    margin-left: -20px;
    border-radius: 2px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 0;
    margin-bottom: 10px;
}

.ftr {
    display: flex;
    justify-content: center;
    margin-bottom: 0;
}

.lst {
    padding: 0px 30px 0px 0px;
    list-style: circle;
}
.privacyList {
    list-style: none;
    padding-left: 0;
}
.privacyList li p {
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 0px;
    color: #000;
    text-align: justify;
    font-weight: 400;
}

.privacyList ol {
    margin-left: 35px;
}

.mtt {
    margin-top: 10%;
}
.privacyList .privacyContactList {
    margin-top: 10px;
    list-style: none;
    padding-left: 0;
}
.wd {
    width: 50px;
}
.mob_hide {
    display: flex;
    align-items: center;
    justify-content: end;
}
[dir="rtl"] .floating-label > input + label,
[dir="rtl"] .floating-label > textarea + label {
    right: 0;
    left: auto !important;
}
[dir="rtl"] .floating-label > input:not([placeholder]):not([value]) + label,
[dir="rtl"] .floating-label > textarea:not([placeholder]):empty + label,
[dir="rtl"]
    .floating-label
    > input[placeholder]:not(:placeholder-shown)
    + label,
[dir="rtl"]
    .floating-label
    > textarea[placeholder]:not(:placeholder-shown)
    + label,
[dir="rtl"] .floating-label > input:-webkit-autofill + label,
[dir="rtl"] .floating-label > textarea:-webkit-autofill + label,
[dir="rtl"] .floating-label > input:focus + label,
[dir="rtl"] .floating-label > textarea:focus + label,
[dir="rtl"] .floating-label > select + label {
    right: 0.5rem;
    left: auto !important;
}

.floating-label {
    position: relative;
}
.floating-label > select + label,
.floating-label > select + label.label-sm {
    position: absolute;
    z-index: 3;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    left: 0.5rem;
    padding: 0 0.3rem;
    color: inherit;
    background-color: #fff;
    border-radius: 0.25rem;
    top: -0.7875rem;
    font-size: 0.875rem;
}
.floating-label > select + label.label-md {
    position: absolute;
    z-index: 3;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    left: 0.5rem;
    padding: 0 0.3rem;
    color: inherit;
    background-color: #fff;
    border-radius: 0.25rem;
    top: -0.9rem;
    font-size: 1rem;
}
.floating-label > select + label.label-lg {
    position: absolute;
    z-index: 3;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    left: 0.5rem;
    padding: 0 0.3rem;
    color: inherit;
    background-color: #fff;
    border-radius: 0.25rem;
    top: -1.125rem;
    font-size: 1.25rem;
}
.floating-label > select:disabled + label,
.floating-label > select[readonly] + label {
    background-color: #e9ecef;
}
.floating-label > input + label,
.floating-label > textarea + label {
    transition: all 150ms cubic-bezier(0.4, 0, 0.2, 1);
    position: absolute;
    z-index: 3;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    top: 0;
    left: 0;
    color: #333;
    pointer-events: none;
    /* font-size: 1rem; */
    padding: 13px;
    font-weight: 500;
}
.floating-label > input.form-control-sm + label,
.floating-label > textarea.form-control-sm + label {
    position: absolute;
    z-index: 3;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    top: 0;
    left: 0;
    color: #6c757d;
    pointer-events: none;
    font-size: 14px;
    padding: calc(0.25rem + 1px) calc(0.5rem + 1px);
}
.floating-label > input.form-control-lg + label,
.floating-label > textarea.form-control-lg + label {
    position: absolute;
    z-index: 3;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    top: 0;
    left: 0;
    color: #6c757d;
    pointer-events: none;
    font-size: 1.25rem;
    padding: calc(0.5rem + 1px) calc(1rem + 1px);
}
.floating-label > input::placeholder,
.floating-label > textarea::placeholder {
    color: transparent;
    transition: color 150ms cubic-bezier(0.4, 0, 0.2, 1);
}
.floating-label > label + input::placeholder,
.floating-label > label + textarea::placeholder {
    color: #6c757d;
}
.floating-label > input:focus::placeholder,
.floating-label > textarea:focus::placeholder {
    color: #6c757d;
}
.floating-label > input:focus + label,
.floating-label > input:focus + label.label-sm,
.floating-label > textarea:focus + label,
.floating-label > textarea:focus + label.label-sm {
    position: absolute;
    z-index: 3;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    left: 0.5rem;
    padding: 0 0.3rem;
    color: inherit;
    background-color: #fff;
    border-radius: 0.25rem;
    top: -0.7875rem;
    font-size: 0.875rem;
}
.floating-label > input:focus + label.label-md,
.floating-label > textarea:focus + label.label-md {
    position: absolute;
    z-index: 3;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    left: 0.5rem;
    padding: 0 0.3rem;
    color: inherit;
    background-color: #fff;
    border-radius: 0.25rem;
    top: -0.9rem;
    font-size: 1rem;
}
.floating-label > input:focus + label.label-lg,
.floating-label > textarea:focus + label.label-lg {
    position: absolute;
    z-index: 3;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    left: 0.5rem;
    padding: 0 0.3rem;
    color: inherit;
    background-color: #fff;
    border-radius: 0.25rem;
    top: -1.125rem;
    font-size: 1.25rem;
}
.floating-label > input:focus[readonly] + label,
.floating-label > textarea:focus[readonly] + label {
    background-color: #e9ecef;
}

.floating-label > input:-webkit-autofill + label,
.floating-label > input:-webkit-autofill + label.label-sm,
.floating-label > textarea:-webkit-autofill + label,
.floating-label > textarea:-webkit-autofill + label.label-sm {
    position: absolute;
    z-index: 3;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    left: 0.5rem;
    padding: 0 0.3rem;
    color: inherit;
    background-color: #fff;
    border-radius: 0.25rem;
    top: -0.7875rem;
    font-size: 0.875rem;
}
.floating-label > input:-webkit-autofill + label.label-md,
.floating-label > textarea:-webkit-autofill + label.label-md {
    position: absolute;
    z-index: 3;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    left: 0.5rem;
    padding: 0 0.3rem;
    color: inherit;
    background-color: #fff;
    border-radius: 0.25rem;
    top: -0.9rem;
    font-size: 1rem;
}
.floating-label > input:-webkit-autofill + label.label-lg,
.floating-label > textarea:-webkit-autofill + label.label-lg {
    position: absolute;
    z-index: 3;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    left: 0.5rem;
    padding: 0 0.3rem;
    color: inherit;
    background-color: #fff;
    border-radius: 0.25rem;
    top: -1.125rem;
    font-size: 1.25rem;
}

.floating-label > input[placeholder]:not(:placeholder-shown) + label,
.floating-label > input[placeholder]:not(:placeholder-shown) + label.label-sm,
.floating-label > textarea[placeholder]:not(:placeholder-shown) + label,
.floating-label
    > textarea[placeholder]:not(:placeholder-shown)
    + label.label-sm {
    position: absolute;
    z-index: 3;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    left: 0.5rem;
    padding: 0 0.3rem;
    color: inherit;
    background-color: #fff;
    border-radius: 0.25rem;
    top: -0.7875rem;
    font-size: 0.875rem;
}
.floating-label > input[placeholder]:not(:placeholder-shown) + label.label-md,
.floating-label
    > textarea[placeholder]:not(:placeholder-shown)
    + label.label-md {
    position: absolute;
    z-index: 3;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    left: 0.5rem;
    padding: 0 0.3rem;
    color: inherit;
    background-color: #fff;
    border-radius: 0.25rem;
    top: -0.9rem;
    font-size: 1rem;
}
.floating-label > input[placeholder]:not(:placeholder-shown) + label.label-lg,
.floating-label
    > textarea[placeholder]:not(:placeholder-shown)
    + label.label-lg {
    position: absolute;
    z-index: 3;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    left: 0.5rem;
    padding: 0 0.3rem;
    color: inherit;
    background-color: #fff;
    border-radius: 0.25rem;
    top: -1.125rem;
    font-size: 1.25rem;
}
.floating-label > input[placeholder]:not(:placeholder-shown):disabled + label,
.floating-label > input[placeholder]:not(:placeholder-shown)[readonly] + label,
.floating-label
    > textarea[placeholder]:not(:placeholder-shown):disabled
    + label,
.floating-label
    > textarea[placeholder]:not(:placeholder-shown)[readonly]
    + label {
    background-color: #e9ecef;
}
.floating-label > input:not([placeholder]):not([value]) + label,
.floating-label > input:not([placeholder]):not([value]) + label.label-sm,
.floating-label > textarea:not([placeholder]):empty + label,
.floating-label > textarea:not([placeholder]):empty + label.label-sm {
    position: absolute;
    z-index: 3;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    left: 0.5rem;
    padding: 0 0.3rem;
    color: inherit;
    background-color: #fff;
    border-radius: 0.25rem;
    top: -0.7875rem;
    font-size: 0.875rem;
}
.floating-label > input:not([placeholder]):not([value]) + label.label-md,
.floating-label > textarea:not([placeholder]):empty + label.label-md {
    position: absolute;
    z-index: 3;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    left: 0.5rem;
    padding: 0 0.3rem;
    color: inherit;
    background-color: #fff;
    border-radius: 0.25rem;
    top: -0.9rem;
    font-size: 1rem;
}
.floating-label > input:not([placeholder]):not([value]) + label.label-lg,
.floating-label > textarea:not([placeholder]):empty + label.label-lg {
    position: absolute;
    z-index: 3;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    left: 0.5rem;
    padding: 0 0.3rem;
    color: inherit;
    background-color: #fff;
    border-radius: 0.25rem;
    top: -1.125rem;
    font-size: 1.25rem;
}
.floating-label > input:not([placeholder]):not([value]):disabled + label,
.floating-label > input:not([placeholder]):not([value])[readonly] + label,
.floating-label > textarea:not([placeholder]):empty:disabled + label,
.floating-label > textarea:not([placeholder]):empty[readonly] + label {
    background-color: #e9ecef;
}

.book {
    font-size: 20px;
    line-height: 22px;
    letter-spacing: 0px;
    color: #1a1a1a;
    opacity: 1;
    font-weight: 600;
    margin-bottom: 0;
}
.booksub {
    font-size: 15px;
    line-height: 18px;
    letter-spacing: 0px;
    color: #6c83a2;
    opacity: 1;
    margin-bottom: 20px;
}
.top-nav {
    text-align: center;
    margin: 15px 0 0 0;
}
.top-nav span {
    color: #6c83a2;
    letter-spacing: 0.4px;
}
.top-nav::after {
    height: 0.1px;
    background-color: #dfe5ec;
    content: "";
    display: block;
    width: 90%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.enqry-btn {
    background-color: #003a66 !important;
    cursor: pointer;
}
.enqry-btn:hover {
    background-color: #088dd3 !important;
}
.navbar-default .navbar-nav li a::before {
    content: "";
    position: absolute;
    height: 2px;
    left: 0;
    top: 14px;
    width: 0;
    background-color: red;
    visibility: hidden;
    transition: all 0.3s ease-in-out 0s;
}
.navbar-default .navbar-nav li a:hover::before,
.navbar-default .navbar-nav li.active a::before {
    width: 80%;
    visibility: visible;
}
.home-slider-area .slider-layer {
    position: absolute;
    display: block;
    z-index: 9;
    top: 50%;
    left: 4%;
    transform: translate(-4%, -50%);
}
.home-slider-area .slider-layer .slider-layer-content {
    z-index: 9;
    background-color: rgba(255, 255, 255, 0.7);
    color: rgb(255, 255, 255);
    max-width: 500px;
    overflow: hidden;
    border-radius: 5px;
    backdrop-filter: none;
    filter: none;
    transform-origin: 50% 50%;
    opacity: 1;
    transform: translate(0px, 0px);
    visibility: visible;
    padding: 40px;
}
.home-slider-area .slider-layer .slider-layer-content h2 {
    font-weight: 800;
    font-size: 35px;
    line-height: 42px;
    letter-spacing: 0.5px;
    color: rgb(35, 24, 52);
    text-transform: capitalize;
    font-family: Montserrat;
}
.home-slider-area .slider-layer .slider-layer-content p {
    font-family: Montserrat;
    color: rgb(108, 131, 162);
    text-decoration: none;
    white-space: normal;
    line-height: 27px;
    letter-spacing: 0px;
    font-weight: 500;
    font-size: 15px;
    text-transform: capitalize;
}
.home-slider-area .slider-layer .slider-layer-content .slider-btn {
    color: #fff;
    display: inline-block;
    font-weight: 600;
    letter-spacing: 1.2px;
    padding: 12px 20px;
    transition: 0.5s;
    text-transform: capitalize;
    background-color: #f7bb00;
    font-family: "Poppins";
    border-radius: 0;
}
.home-slider-area .slider-layer .slider-layer-content .slider-btn:hover {
    background-color: #088dd3;
}
.callouts-wrapper {
    background-color: #231834;
}
.callouts-wrapper .col-sm-3:first-child .message-description {
    border-color: #088dd3;
}
.callouts-wrapper .col-sm-3:first-child .message-description i {
    color: #088dd3;
}
.callouts-wrapper .col-sm-3:nth-child(2) .message-description {
    border-color: #f7bb00;
}
.callouts-wrapper .col-sm-3:nth-child(2) .message-description i {
    color: #f7bb00;
}
.callouts-wrapper .col-sm-3:nth-child(3) .message-description {
    border-color: #5fb364;
}
.callouts-wrapper .col-sm-3:nth-child(3) .message-description i {
    color: #5fb364;
}
.callouts-wrapper .col-sm-3:last-child .message-description {
    border-color: #ff8700;
}
.callouts-wrapper .col-sm-3:last-child .message-description i {
    color: #ff8700;
}
.callouts-wrapper .callouts-inner .col-sm-3 {
    padding-left: 7px;
    padding-right: 7px;
}
.social-list {
    background: rgba(255, 255, 255, 0.53);
    padding: 10px;
    border-radius: 5px 0px 0px 5px;
    position: fixed;
    top: 50%;
    right: 0;
    display: flex;
    flex-direction: column;
    z-index: 9999;
    justify-content: center;
}
.social-list ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.social-list ul li {
    margin-bottom: 4px;
}
.social-list ul li:last-child {
    margin-bottom: 0;
}
.social-list ul li a i {
    font-size: 24px;
    color: #2d1d54;
}
.social-list ul li:hover a i {
    color: #f7bb00;
}
.services .divider-wave {
    position: absolute;
    top: -20%;
}
.path-0 {
    animation: pathAnim-0 15s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

@keyframes pathAnim-0 {
    0% {
        d: path(
            "M 0,400 L 0,180 C 66.5263157894737,160 133.0526315789474,140 244,155 C 354.9473684210526,170 510.31578947368416,200 604,212 C 697.6842105263158,224 729.6842105263158,214 821,205 C 912.3157894736842,196 1062.9473684210527,186 1176,177 C 1289.0526315789473,168 1364.5263157894738,158 1440,150 L 1440,400 L 0,400 Z"
        );
    }

    25% {
        d: path(
            "M 0,400 L 0,180 C 82.9090909090909,130 165.8181818181818,90 255,102 C 344.1818181818182,114 439.63636363636374,178 544,180 C 648.3636363636363,182 761.6363636363635,120 857,106 C 952.3636363636365,92 1029.8181818181818,125 1124,145 C 1218.1818181818182,165 1329.090909090909,145 1440,140 L 1440,400 L 0,400 Z"
        );
    }

    50% {
        d: path(
            "M 0,400 L 0,180 C 98.62200956937798,150 197.24401913875596,110 281,90 C 364.75598086124404,70 433.6459330143541,130 530,120 C 626.3540669856459,110 750.1722488038276,130 858,141 C 965.8277511961724,152 1057.6650717703349,131 1152,121 C 1246.3349282296651,112 1343.1674641148325,121 1440,130 L 1440,400 L 0,400 Z"
        );
    }

    75% {
        d: path(
            "M 0,400 L 0,180 C 100.55980861244021,140 239.11961722488041,110 334,131 C 428.8803827751196,152 499.08133971291875,222 590,210 C 680.9186602870813,198 792.555023923445,104 888,102 C 983.444976076555,100 1062.6985645933014,190 1152,216 C 1241.3014354066986,242 1340.6507177033493,204 1440,167 L 1440,400 L 0,400 Z"
        );
    }

    100% {
        d: path(
            "M 0,400 L 0,180 C 66.5263157894737,160 133.0526315789474,140 244,155 C 354.9473684210526,170 510.31578947368416,200 604,212 C 697.6842105263158,224 729.6842105263158,214 821,205 C 912.3157894736842,196 1062.9473684210527,186 1176,177 C 1289.0526315789473,168 1364.5263157894738,158 1440,150 L 1440,400 L 0,400 Z"
        );
    }
}
/* Bubble background */
.bubbles {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
    overflow: hidden;
    top: 0;
    left: 0;
}
.bubble {
    position: absolute;
    bottom: -100px;
    width: 40px;
    height: 40px;
    background-color: #ffffff;
    background-image: linear-gradient(315deg, #ffffff 0%, #91a6ff 74%);
    border-radius: 50%;
    opacity: 0.5;
    animation: rise 10s infinite ease-in;
}
.bubble:nth-child(1) {
    width: 40px;
    height: 40px;
    left: 10%;
    animation-duration: 8s;
}
.bubble:nth-child(2) {
    width: 20px;
    height: 20px;
    left: 20%;
    animation-duration: 5s;
    animation-delay: 1s;
}
.bubble:nth-child(3) {
    width: 50px;
    height: 50px;
    left: 35%;
    animation-duration: 7s;
    animation-delay: 2s;
}
.bubble:nth-child(4) {
    width: 80px;
    height: 80px;
    left: 50%;
    animation-duration: 11s;
    animation-delay: 0s;
}
.bubble:nth-child(5) {
    width: 35px;
    height: 35px;
    left: 55%;
    animation-duration: 6s;
    animation-delay: 1s;
}
.bubble:nth-child(6) {
    width: 45px;
    height: 45px;
    left: 65%;
    animation-duration: 8s;
    animation-delay: 3s;
}
.bubble:nth-child(7) {
    width: 90px;
    height: 90px;
    left: 70%;
    animation-duration: 12s;
    animation-delay: 2s;
}
.bubble:nth-child(8) {
    width: 25px;
    height: 25px;
    left: 80%;
    animation-duration: 6s;
    animation-delay: 2s;
}
.bubble:nth-child(9) {
    width: 15px;
    height: 15px;
    left: 70%;
    animation-duration: 5s;
    animation-delay: 1s;
}
.bubble:nth-child(10) {
    width: 90px;
    height: 90px;
    left: 25%;
    animation-duration: 10s;
    animation-delay: 4s;
}
.bubble:nth-child(11) {
    width: 40px;
    height: 40px;
    left: 5%;
    animation-duration: 8s;
}
.bubble:nth-child(12) {
    width: 20px;
    height: 20px;
    left: 15%;
    animation-duration: 5s;
    animation-delay: 1s;
}
.bubble:nth-child(13) {
    width: 50px;
    height: 50px;
    left: 25%;
    animation-duration: 7s;
    animation-delay: 2s;
}
.bubble:nth-child(14) {
    width: 80px;
    height: 80px;
    left: 40%;
    animation-duration: 11s;
    animation-delay: 0s;
}
.bubble:nth-child(15) {
    width: 35px;
    height: 35px;
    left: 60%;
    animation-duration: 6s;
    animation-delay: 1s;
}
.bubble:nth-child(16) {
    width: 45px;
    height: 45px;
    left: 70%;
    animation-duration: 8s;
    animation-delay: 3s;
}
.bubble:nth-child(17) {
    width: 90px;
    height: 90px;
    left: 25%;
    animation-duration: 12s;
    animation-delay: 2s;
}
.bubble:nth-child(18) {
    width: 25px;
    height: 25px;
    left: 85%;
    animation-duration: 6s;
    animation-delay: 2s;
}
.bubble:nth-child(19) {
    width: 15px;
    height: 15px;
    left: 80%;
    animation-duration: 5s;
    animation-delay: 1s;
}
.bubble:nth-child(20) {
    width: 90px;
    height: 90px;
    left: 7%;
    animation-duration: 10s;
    animation-delay: 4s;
}
@keyframes rise {
    0% {
        bottom: -100px;
        transform: translateX(0);
    }
    50% {
        transform: translate(100px);
    }
    100% {
        bottom: 1080px;
        transform: translateX(-200px);
    }
}
/*End bubble background */
.faq {
    width: 100%;
    float: left;
    background: #fff;
    padding: 57px 0 65px;
    z-index: 0;
    position: relative;
    text-align: center;
}
.faq::before {
    content: "";
    background: url(../images/shape-img1.png);
    background-position: left;
    position: absolute;
    top: 0;
    left: 0;
    width: 213px;
    height: 100%;
    opacity: 0.5;
    z-index: -1;
}
.faq::after {
    content: "";
    background: url(../images/shape-img1.png);
    background-position: right;
    position: absolute;
    right: 0;
    bottom: 0;
    opacity: 0.5;
    width: 213px;
    height: 100%;
    z-index: -1;
}
.faq .faq-row {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}
.faq .faq-row .faq-content {
    background: #fff;
    border: 0;
    border-radius: 4px;
    margin: 0 0 12px;
    text-align: left;
    padding: 0 15px 0;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.faq .faq-row .faq-content .faq-item {
    font-size: 16px;
    font-weight: 500;
    color: #1f2937;
    background: transparent;
    margin: 0;
    padding: 25px 0;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
}
.faq .faq-row .faq-content .faq-item h6 {
    margin-bottom: 0;
    color: #333;
    font-weight: 700;
    text-align: left;
    font-size: 15px;
}
.faq .faq-row .faq-content .faq-item::after {
    content: "\f054";
    font-family: "FontAwesome";
    font-size: 14px;
    background: none;
    color: #0e82fd;
    transition: all 0.3s;
}
.faq .faq-row .faq-content .faq-desc {
    text-align: justify;
    padding: 10px 0;
    margin: 0 15px 0 0;
    border-top: 1px solid #dfe5ec;
}
.faq .faq-row .faq-content .faq-desc p {
    color: #6c83a2;
    letter-spacing: 0.4px;
}
.faq .faq-row .faq-content .faq-item[aria-expanded="true"]::after {
    transform: rotate(-90deg);
}
.faq .faq-row .contact-us {
    text-align: left;
    margin-top: 30px;
}
.faq .faq-row .contact-us h5 {
    color: #2d1d54;
    font-weight: 700;
    font-size: 20px;
    font-family: "Montserrat", Sans-serif;
}
.faq .faq-row .contact-us .contact{
    color: #fff;
    display: inline-block;
    font-weight: 600;
    letter-spacing: 1.2px;
    padding: 12px 20px;
    transition: 0.5s;
    text-transform: capitalize;
    background-color: #f7bb00;
    font-family: "Poppins";
    border-radius: 0;
    margin-top: 5px;
    cursor: pointer;
}
.footer{
    padding: 10px 0;
    border-top: 1px solid #dfe5ec;
}
.enquiry-head{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
/*Media Query For Mobile*/
@media only screen and (max-width: 576px) {
    .top-nav {
        display: none;
    }
    .header-top-area .header-top-row {
        display: block;
    }
    .logo {
        display: inline-block;
    }
    .navbar {
        display: block;
    }
    .navbar-default .navbar-nav li a::before {
        content: none;
    }
    .single-slide-item {
        height: 50vh;
    }
    .home-slider-area .slider-layer .slider-layer-content {
        max-width: 330px;
        padding: 15px 25px;
    }
    .home-slider-area .slider-layer .slider-layer-content h2 {
        font-size: 30px;
        line-height: 35px;
    }
    .home-slider-area .slider-layer {
        transform: translate(-2%, -50%);
    }
    .services .divider-wave {
        top: -10%;
    }
    .single-service-box {
        padding: 20px 30px;
    }
    .counters .counter {
        margin-bottom: 12px;
    }
    .counters .counter-row {
        margin-top: 20px;
    }
    .contact-info {
        margin: 30px 0 20px;
    }
    .single-contact {
        margin-bottom: 15px;
    }
    footer p{
        text-align: center;
    }
    .ajax-form{
        margin-top: 20px;
    }
    .logo a img{
        width: 80%;
    }
}
/*Media query for tablet*/
@media only screen and (min-width: 577px) and (max-width: 1024px) {
    .header-top-area .header-top-row{
        display: block;
    }
    .top-nav{
        display: none;
    }
    .mob_hide{
        display: none;
    }
    .navbar{
        display: block;
    }
    .navbar-toggle{
        display: block !important;
        margin-top: 17px;
        border: none;
        position: relative;
        float: right;
        padding: 9px 10px;
        border: 0 !important;
    }
    .navbar-collapse.collapse{
        display: none !important;
    }
    .navbar-collapse.collapse.in{
        display: block !important;
    }
    .home-slider-area{
        margin-top: 65px;
    }
    .navbar-header{
        float: right !important;
    }
    footer p{
        text-align: center;
    }
    .ajax-form{
        margin-top: 20px;
    }
    .logo a img{
        width: 80%;
    }
}
/*End Media Query*/
