
/*--------------------------------------------------------------------------------------*/
/*General-Css-Here
/*--------------------------------------------------------------------------------------*/

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 16px;
    color: #4c5980;
    line-height: 26px
}

a {
    -webkit-transition: .5s ease-out;
    -moz-transition: .5s ease-out;
    -o-transition: .5s ease-out;
    transition: .5s ease-out
}

ul {
    margin: 0;
    padding: 0;
    list-style: none
}

h1,
h2,
h3,
h4,
h5,
h6,
figure {
    margin: 0;
    padding: 0
}

img {
    max-width: 100%
}

.site_content {
    display: block;
    padding-top: 89px
}

.site_content:after,
.site_content:before {
    display: table;
    clear: both;
    content: ""
}

header,
footer,
section {
    display: block
}

header:after,
header:before,
footer:after,
footer:before,
section:after,
section:before {
    display: table;
    clear: both;
    content: ""
}

@media(min-width:1200px) {
    .container {
        margin: auto;
        max-width: 1170px
    }
}

.container:after,
.container:before {
    display: table;
    clear: both;
    content: ""
}

[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px
}

[type="radio"]:checked+label,
[type="radio"]:not(:checked)+label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666
}

[type="radio"]:checked+label:before,
[type="radio"]:not(:checked)+label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff
}

[type="radio"]:checked+label:after,
[type="radio"]:not(:checked)+label:after {
    content: "";
    background: #24c4e9;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 3px;
    left: 3px;
    border-radius: 100%;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}

[type="radio"]:not(:checked)+label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0)
}

[type="radio"]:checked+label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
}

a:focus {
    border: 0;
    outline: 0
}

button:focus {
    border: 0;
    outline: 0
}

select {
    appearance: none
}

.btn:hover {
    background: #354e5c
}

.md-form input[type="date"]:focus:not([readonly]),
.md-form input[type="datetime-local"]:focus:not([readonly]),
.md-form input[type="email"]:focus:not([readonly]),
.md-form input[type="number"]:focus:not([readonly]),
.md-form input[type="password"]:focus:not([readonly]),
.md-form input[type="search-md"]:focus:not([readonly]),
.md-form input[type="search"]:focus:not([readonly]),
.md-form input[type="tel"]:focus:not([readonly]),
.md-form input[type="text"]:focus:not([readonly]),
.md-form input[type="time"]:focus:not([readonly]),
.md-form input[type="url"]:focus:not([readonly]),
.md-form textarea.md-textarea:focus:not([readonly]) {
    box-shadow: 0 1px 0 0 #ffee04;
    border-bottom: 1px solid #ffee04
}

.md-form input[type="date"]:focus:not([readonly])+label,
.md-form input[type="datetime-local"]:focus:not([readonly])+label,
.md-form input[type="email"]:focus:not([readonly])+label,
.md-form input[type="number"]:focus:not([readonly])+label,
.md-form input[type="password"]:focus:not([readonly])+label,
.md-form input[type="search-md"]:focus:not([readonly])+label,
.md-form input[type="search"]:focus:not([readonly])+label,
.md-form input[type="tel"]:focus:not([readonly])+label,
.md-form input[type="text"]:focus:not([readonly])+label,
.md-form input[type="time"]:focus:not([readonly])+label,
.md-form input[type="url"]:focus:not([readonly])+label,
.md-form textarea.md-textarea:focus:not([readonly])+label {
    color: #ffee04
}

p,
span {
    margin: 0;
    padding: 0
}

a:hover {
    text-decoration: none
}

.common-btn {
    border-radius: 5px;
    min-width: 168px;
    height: 42px;
    display: inline-block;
    align-items: center;
    justify-content: center;
    text-align: center;
    line-height: 42px;
    font-size: 16px;
    font-weight: 600;
    color: #fff!Important;
    background: #0a0e63;
    box-shadow: 0 3px 16px rgb(0 0 0 / 16%);
    border: transparent
}

.orange-btn {
    background: #ff5758;
    min-width: 177px;
    height: 45px;
    line-height: 45px
}


/*--------------------------------------------------------------------------------------*/


/*Header-Css-Here
/*--------------------------------------------------------------------------------------*/

@-webkit-keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
}

header {
    position: fixed;
    left: 0;
    right: 0;
    z-index: 99;
    padding: 12px 0;
  
    bottom: auto;
    width: 100%;
    left: 0;
   
}

header .container {
    z-index: 9;
    position: relative
}

.nave-bar li a:hover {
    color: #8c6239
}

header .container {
    display: flex;
    align-items: center;
    justify-content: space-between
}

nav.navbar {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    width: 100%;
    padding: 0
}

.navbar-nav li a {
    padding: 0 15px!IMPORTANT
}

.nave-bar {
    display: flex;
    justify-content: flex-end;
    align-items: center
}
.nave-bar li.nav-item a {
    font-size: 16px;
    font-weight: 500;
    color: #fff!important;
    text-transform: capitalize
}
.navbar-nav li.nav-item.active a {
    color: #fff!important
}
.topHeader.sticky {
    box-shadow: 0 3px 3px #00000029;
    background: #0A0E63;
    -webkit-box-shadow: 0rem 0.9375rem 1.25rem -0.625rem rgba(0, 0, 0, .2);
    box-shadow: 0rem 0.9375rem 1.25rem -0.625rem rgba(0, 0, 0, .2);
    -webkit-animation: slideInDown .8s cubic-bezier(.5, 1.5, .5, 1.5) 0s 1 both running;
    animation: slideInDown .8s cubic-bezier(.5, 1.5, .5, 1.5) 0s 1 both running;
}
body .nave-bar li.nav-item a:hover,
ul.footer_menu li a:hover {
    color: #ff5758!important
}
.topHeader.sticky .nave-bar li a {
    color: #fff!Important
}


header.sticky{padding: 5px 0px;}
.sticky .logo{max-width: 50px;}
.nave-bar li.nav-item a{font-size: 14px;}











/*--------------------------------------------------------------------------------------*/


/*Slider-Css-Here
/*--------------------------------------------------------------------------------------*/

.sliderSection .owl-dot {
    width: 14px;
    height: 14px;
    background: #fff;
    border-radius: 50%;
    margin: 15px 0
}

.sliderSection .owl-dots {
    display: block;
    justify-content: start;
    align-items: center;
    position: absolute;
    bottom: 50%;
    left: 0;
    padding-left: 100px;
    top: 43%;
    margin: auto;
    display: block
}

.sliderSection .owl-dot.active {
    background: #ff5758;
    position: relative
}

.sliderSection .owl-dot.active:after {
    border-bottom: 1px solid #ff5758;
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    bottom: 0;
    width: 30px;
    height: 2px;
    margin: auto
}

.sliderSection .owl-dots .owl-dot:nth-child(1) {
    margin-left: 0
}

/* .sliderSection .item:after {
    background: rgb(10 14 99 / 77%);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    content: ""
} */

.banner-caption-main {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center
}

.banner-caption {
    z-index: 9;
    text-align: center
}

.banner-caption .hvr-sweep-to-right:hover:before {
    background: #0a0e63;
}

.banner-caption h1 {
    font-size: 60px;
    color: #fff;
    text-shadow: 0px 0px 3px #333;
    font-weight: 700;
    text-transform: uppercase
}

.banner-caption p {
    font-size: 18px;
    color: #fff;
    font-weight: 400;
    width: 55%;
    margin: auto;
    text-shadow: 0px 0px 3px #333;
    padding-top: 15px;
    padding-bottom: 25px
}

.sliderSection .owl-carousel .owl-item img {
    display: block;
    width: 100%;
    height: 100vh;
    object-fit: cover;
    
}

section.sliderSection {
    position: relative;
    min-height: 100vh;
}

.sliderSection .owl-prev:after,
.sliderSection .owl-next:after {
    font-size: 20px;
    content: "\f053";
    color: #ff5758;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    background: #fff;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 50%;
    width: 50px;
    display: flex;
    height: 50px;
    box-shadow: -0.21px 2.99px 9px rgb(0 0 0 / 45%);
    -webkit-transition: .5s ease-out;
    -moz-transition: .5s ease-out;
    -o-transition: .5s ease-out;
    transition: .5s ease-out;
}

.sliderSection .owl-next:after {
    content: "\f054"
}

.sliderSection .owl-nav {
    position: absolute;
    top: 43%;
    right: 0;
    margin: auto;
    color: transparent;
    padding-right: 100px;
    line-height: 17px;
}

.sliderSection .owl-prev:hover:after,
.sliderSection .owl-next:hover:after {
    background: #ff5758;
    color: #fff;
}


/*--------------------------------------------------------------------------------------*/


/*About-Css-Here
/*--------------------------------------------------------------------------------------*/

.about_us {
    padding: 90px 0 90px;
    position: relative
}

.common-title {
    font-size: 40px;
    color: #241f1f;
    font-weight: 700;
    padding-bottom: 10px
}

.description-text p {
    margin-bottom: 28px
}

.about_us-left {
    background: #fcdc5c;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center
}

.about_us-left-box {
    right: 0;
    position: absolute;
    left: -151px
}

.about_us-right-box {
    padding-right: 100px
}


/*--------------------------------------------------------------------------------------*/


/*footer-css
/*--------------------------------------------------------------------------------------*/

footer {
    background: #dddddd1c;
    padding-top: 55px;
    position: relative;
    overflow: hidden;
    border-top: 1px solid #dddddd4f
}

.footer-content:nth-child(1) {
    position: relative
}

.footer-content {
    padding-right: 0
}

.footer-content p {
    font-size: 14px;
    line-height: 1.8;
    color: #797c87;
    margin-top: 15px
}

.footer-content:nth-child(2) {
    padding-left: 75px
}

.footer-content h3:after {
    width: 37px;
    height: 4px;
    position: absolute;
    bottom: 0;
    content: "";
    background: #ff5758;
    left: 0;
    border-radius: 10px
}

.footer-content h3 {
    position: relative
}

.footer-content h3 {
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 20px;
    margin-bottom: 30px;
    color: #ff5758
}

.footer-content ul li {
    position: relative;
    padding-left: 25px;
    padding: 0 0 8px;
    margin-right: 10px
}

.footer-content li a {
    font-size: 14px;
    text-decoration: none;
    line-height: 1.8;
    color: #797c87
}

.footer-content ul li a:hover {
    color: #ff5758;
    padding-left: 2px
}

.footer-social li a:hover {
    padding-left: 0px !Important;
    opacity: 0.8;
}

.footer-social li a:hover i {
    opacity: 0.8;
}

.footer-bottom {
    font-size: 14px;
    color: #b0b0bc;
    font-weight: 500;
    background: #f4f4f4;
    margin-top: 45px
}

.footer-bottom p {
    padding: 14px 0;
    margin: 0;
    font-weight: 500;
    color: 14141E
}

.footer-content a svg {
    margin-bottom: 25px
}

ul.footer-social {
    display: flex
}

ul.footer-social li i {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    border-radius: 50%;
    color: #Fff;
    background: #fff
}

li.linkedin-bg a i {
    background: #3d547b
}

li.instagram-bg a i {
    background: #5851db
}

li.twitter-bg a i {
    background: #1da1f2
}

.shape-1 {
    position: absolute;
    right: 0;
    bottom: 0
}

.sticky .logo.sticky-view {
    display: block !important;
}

.sticky .logo.sticky-view a img {
    width: 30%;
}



.logo {
  max-width: 75px;
}




/*--------------------------------------------------------------------------------------*/


/*service-package
/*--------------------------------------------------------------------------------------*/

.service-package {
    background: #f4f4f4;
    padding: 75px 0
}

.comm-head-title.text-center {
    z-index: 9
}

.service-package .comm-head-title p {
    color: #797c87;
    width: 65%;
    margin: auto
}

.tabs-sevices ul.tabs {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
    display: flex;
    background: #fff;
    border-radius: 30px;
    overflow: auto;
    margin-top: 45px
}

.tabs-sevices ul.tabs li {
    margin: 0;
    cursor: pointer;
    position: relative;
    flex: 1;
    text-align: center;
    font-size: 16px;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    padding: 0px 15px;
    white-space: nowrap;
}

.tabs-sevices ul.tabs li:hover {
    background-color: #dddddd7a;
    color: #000;
    border-radius: 30px
}

.tabs-sevices ul.tabs li.active {
    background-color: 0A0E63;
    color: #fff;
    border-radius: 30px
}

.tabs-sevices .tab_container {
    border-top: 0;
    clear: both;
    width: 100%;
    overflow: auto;
    margin-top: 55px;
    display: flex;

}

.tabs-sevices .tab_content {
    display: none;
    width: 100%;
}

.tabs-sevices .tab_drawer_heading {
    display: none
}


/*@media screen and (max-width: 480px) {
 .tabs-sevices .tabs {
    display: none;
  }
  .tabs-sevices .tab_drawer_heading {
    background-color: #ccc;
    color: #fff;
    border-top: 1px solid #333;
    margin: 0;
    padding: 5px 20px;
    display: block;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
 .tabs-sevices .d_active {
    background-color: #666;
    color: #fff;
  }
}*/

ul.service-package-box-list {
    display: flex;
    justify-content: start
}

ul.service-package-box-list>li {
    width: 33.33%!important;
    min-height: 100;
    margin: 0 15px;
    background: #fff;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 3px 6px rgb(211 211 211 / 16%);
    padding: 35px 30px 40px
}

span.common-btn {
    background: rgb(255 87 88 / 8%);
    color: #ff5758!IMPORTANT;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 28px
}

.service-package-list-middle price {
    font-weight: bold;
    font-size: 45px;
    color: 000000;
    display: grid;
    border-bottom: 1px solid #ededed;
    border-top: 1px solid #ededed;
    padding: 32px 0
}

ul.service-package-list-body-content {
    text-align: left;
    margin: 20px 0 30px;
    border-bottom: 1px solid #ededed;
    padding-bottom: 15px;
    min-height: 300px
}

ul.service-package-list-body-content li {
    font-size: 13px;
    color: #4c5980;
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
    line-height: 21px
}

ul.service-package-list-body-content li:after {
    font-size: 20px;
    background: url("../front_images/check-icon.svg");
    color: #ff5758;
    font-family: "Font Awesome 5 Free";
    position: absolute;
    left: 0;
    top: 4px;
    content: "";
    width: 17px;
    height: 17px
}

.big-pan-box span.common-btn {
    min-width: 180px;
    font-size: 20px;
    height: 48px;
    line-height: 48px
}

.trans-btn {
    background: transparent;
    border: 1px solid #0c1058;
    color: #0c1058!important
}

.trans-btn:hover {
    border-color: #ff5758;
}

.big-pan-box .service-package-list-middle price {
    font-size: 50px
}


/*--------------------------------------------------------------------------------------*/


/*testimoanil*/


/*--------------------------------------------------------------------------------------*/

.testimonials-main .common-title {
    color: #fff
}

.testimonials-main {
    padding: 80px 0 80px;
    position: relative;
    overflow: hidden;
    background: #0a0e63
}

.testimonials-main .slider-box {
    padding-top: 60px
}

.testimonials-main .slider-box-content-head {
    display: flex;
    align-items: flex-start;
}

.testimonials-main .owl-carousel .owl-item img {
    display: block;
    width: auto;
    height: auto
}

.testimonials-main .content-head-right {
    padding-left: 15px
}

.testimonials-main .content-head-right h4 {
    font-size: 20px;
    color: #fff;
    font-weight: 600;
    padding-bottom: 5px;
    min-height: 50px;
   
}

.testimonials-main .content-head-right small {
    color: rgb(255 255 255 / 67%);
    font-size: 16px;
    font-weight: 600
}

.testimonials-main .slider-box-content-body {
    min-height: 100px;
    padding: 30px;
    font-size: 14px;
    color: #797c87;
    font-weight: 500;
    line-height: 22px;
    border-radius: 10px;
    margin-top: 12px;
    background: #fff
    
}

.testimonials-main .owl-nav {
    position: absolute;
    top: -180px;
    right: 0;
    display: flex!important;
    align-items: center;
    justify-content: center
}

.testimonials-main .owl-prev:after,
.testimonials-main .owl-next:after {
    font-size: 20px;
    content: "\f053";
    color: #fff;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    background: #ff5758;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 50%;
    width: 50px;
    display: flex;
    height: 50px;
    box-shadow: 0 3px 16px rgb(0 0 0 / 16%)
}

.testimonials-main .owl-prev:hover:after,
.testimonials-main .owl-next:hover:after {
    background: #fff;
    color: #ff5758;
    -webkit-transition: .5s ease-out;
    -moz-transition: .5s ease-out;
    -o-transition: .5s ease-out;
    transition: .5s ease-out
}

.testimonials-main .owl-next:after {
    content: "\f054"
}

.testimonials-main .owl-prev,
.testimonials-main .owl-next {
    color: transparent
}

.testimonials-main .owl-next {
    margin-left: 8px
}

.testimonials-main .comm-head-title p {
    width: 51%;
    color: #fff
}

.testimonials-main .slider-box-content-head figure {
    flex: 0 0 60px;
    height: 60px;
    border-radius: 50%;
    box-shadow: 0 0 6px -1px rgb(26 26 26 / 20%);
    border: 2px solid #f52f47;
    padding: 2px
}

.testimonials-main .owl-carousel .owl-item img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%
}

.testimonials-main .owl-dot.active {
    background: #ff5758;
    width: 20px;
    height: 20px
}

.testimonials-main .owl-dot {
    width: 12px;
    height: 12px;
    background: #dedede;
    border-radius: 50%;
    margin: 0 4px
}

.testimonials-main .owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px
}


/*--------------------------------------------------------------------------------------*/


/*contact-us
/*--------------------------------------------------------------------------------------*/

.contact-us {
    background: #f4f4f4;
    padding: 75px 0
}

.form-box {
    background: #fff;
    padding: 45px 40px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgb(211 211 211 / 16%);
    width: 725px;
    margin: auto;
    margin-top: 35px
}

.Apply-Form {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-left: -2%;
    margin-right: -2%
}

.Apply-Form .form-group input {
    border: 1px solid #d8dce9;
    border-radius: 4px;
    height: 42px;
    font-size: 14px;
    font-weight: 600
}

.Apply-Form .form-group {
    width: 46%;
    margin: 0 10px 20px
}

.Apply-Form .form-group input::-webkit-input-placeholder {
    color: #b7bac5
}

.Apply-Form .form-group input:-ms-input-placeholder {
    color: #b7bac5
}

.Apply-Form .form-group input::placeholder {
    color: #b7bac5
}

.Apply-Form button.common-btn {
    margin-top: 15px
}


/*--------------------------------------------------------------------------------------*/


/*animation-effects-Css-Here
/*--------------------------------------------------------------------------------------*/

.hvr-sweep-to-right:hover,
.hvr-sweep-to-right:focus,
.hvr-sweep-to-right:active {
    color: white;
}

.trans-btn.hvr-sweep-to-right:hover,
.trans-btn.hvr-sweep-to-right:focus,
.trans-btn.hvr-sweep-to-right:active {
    color: #fff !Important;
}

.hvr-sweep-to-right {
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    overflow: hidden;
    cursor: pointer;
}

.hvr-sweep-to-right:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #ff5758;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    overflow: hidden;
}

.hvr-sweep-to-right:hover:before,
.hvr-sweep-to-right:focus:before,
.hvr-sweep-to-right:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

@keyframes rotateme {
    0% {
        transform: rotate(0deg);
        opacity: 1;
    }
    50% {
        transform: rotate(180deg);
    }
    100% {
        transform: rotate(360deg);
        opacity: 1;
    }
}


/* Bob Up Down*/

@-webkit-keyframes float_up_down {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        opacity: 1;
    }
    50% {
        -webkit-transform: translateY(30px);
        transform: translateY(30px);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        opacity: 1;
    }
}

@keyframes float_up_down {
    0% {
        transform: translateY(0px);
        transform: translateY(0px);
        opacity: 1;
    }
    50% {
        transform: translateY(30px);
        transform: translateY(30px);
        opacity: 1;
    }
    100% {
        transform: translateY(0px);
        transform: translateY(0px);
        opacity: 1;
    }
}

@-webkit-keyframes zoom-fade {
    0% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    100% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
}

@keyframes zoom-fade {
    0% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    100% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
}

.shap-1 {
    animation-name: zoom-fade;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: zoom-fade;
    -webkit-animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: zoom-fade;
    -moz-animation-duration: 3s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: zoom-fade;
    -ms-animation-duration: 3s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: zoom-fade;
    -o-animation-duration: 3s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}

figure.shape-3,
figure.shape-4 {
    animation-name: rotateme;
    animation-duration: 15s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: rotateme;
    -webkit-animation-duration: 15s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: rotateme;
    -moz-animation-duration: 15s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: rotateme;
    -ms-animation-duration: 15s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: rotateme;
    -o-animation-duration: 15s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}

figure.shap-2 {
    animation-name: float_up_down;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: float_up_down;
    -webkit-animation-duration: 5s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: float_up_down;
    -moz-animation-duration: 5s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float_up_down;
    -ms-animation-duration: 5s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float_left_right;
    -o-animation-duration: 5s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}

@keyframes bubble {
    to {
        box-shadow: 0 0 0 20px rgb(255 87 88 / 61%)
    }
}


/***video-box***/

.video-box {
    margin-top: 40px;
    border: 8px solid #ff5758;
    border-radius: 20px;
    overflow: hidden;
    z-index: 0;
    position: relative;
    min-height: 300px!important;
}

.moovie {
    height: 406px;
    width: 830px!important;
    margin: auto;
    border: 10px solid #ff5758;
    border-radius: 27px!important
}

.video-main-box {
    padding: 75px 0
}

.poster_layer.posteron {
    background-image: url("../front_images/video-img.png")!important;
    background-position: center;
    background-size: cover!important
}

.video-main-box video {
    background: #000;
    border-bottom: 0;
    display: block;
    outline: none!important;
    width: 100%;

}

#big .video-box video { height: 600px;}
#thumbs .video-box video { height: 225px;}



.video-main-box .poster_button {
    width: 67px;
    padding: 16px;
    border-radius: 100%;
    position: relative;
    margin: 0 auto;
    background-color: #ff5758;
    box-sizing: border-box;
    pointer-events: none;
    height: 67px;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: bubble 1s infinite alternate
}

figure.shap-1 {
    position: absolute;
    left: -40px;
    top: 90px;
}

figure.shap-2 {
    position: absolute;
    right: -50px;
    bottom: 30px;
}

.video-main-box .comm-head-title p {
    width: 75%;
    margin: auto
}

.inner-title {
    background: #0a0e63;
    padding: 20px 10px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    text-align: center;
    height: 170px
}

li.breadcrumb-item,
li.breadcrumb-item a {
    font-size: 16px;
    color: #fff!important
}

.inner-body {
    padding-top: 75px;
    padding-bottom: 60px
}

.terms-condition-content {
    padding: 35px 40px;
    background-color: #fff;
    box-shadow: 0 0 10px 0 #0000001a;
    border-radius: 8px
}

.common-title.comm-inner-title {
    padding-bottom: 27px;
    font-size: 34px;
    color: #241f1f!Important
}

.wraper-inner.inner-mar {
    padding-top: 109px
}

ol.breadcrumb {
    background: transparent;
    text-align: center;
    justify-content: center;
    padding: 0;
    margin: 0;
    border-radius: 0;
    padding-top: 10px
}

.inner-header .navbar-nav .nav-item a.nav-link {
    color: #000!important
}

.terms-condition-content p {
    padding-bottom: 25px;
    line-height: 1.9;
    font-size: 16px
}


/***faq***/

h4.panel-title a {
    position: relative;
    width: 100%;
    display: inline-block
}

.faq-q-box button.btn.btn-link.collapsed:after {
    font-family: "Font Awesome 5 Free";
    top: 0;
    right: 15px;
    content: "\f067";
    font-weight: 900;
    position: absolute;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center
}

.faq-q-box button.btn.btn-link:after {
    font-family: "Font Awesome 5 Free";
    top: 0;
    right: 15px;
    content: "\f068";
    font-weight: 900;
    position: absolute;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center
}

.faq-q-box button.btn.btn-link {
    width: 100%;
    text-align: left;
    position: relative;
    background: transparent;
    margin: 0;
    border: 0;
    font-size: 20px;
    font-weight: 400;
    color: #000;
    padding: .75rem 1.25rem;
    background: #0a0e63;
    color: #Fff;
    font-size: 16px;
    word-break: break-word;
    white-space: normal;
    text-decoration: none;

}

.faq-q-box button.btn.btn-link.collapsed {
    color: #000;
    background-color: #dddddd30
}

.faq-q-box {
    margin-top: 55px
}

.faq-q-box button.btn.btn-link:hover {
    text-decoration: none
}

.faq-q-box .card-header {
    padding: 0;
    border-bottom: 0;
    border-radius: 0!important
}

.faq-q-box .card {
    margin-bottom: 20px
}

.faq-q-box .card-body p {
    font-size: 14px;
    line-height: 1.7
}

.faq-q-box button.btn.btn-link:hover {
    text-decoration: none
}

.faq_content_wrapper h4 {
    margin-bottom: 15px
}

.faq_content_wrapper p {
    font-size: 15px
}

.faq-q-box button.btn.btn-link:hover {
    text-decoration: none
}

.faq-q-box button.btn.btn-link.collapsed {
    color: #000;
    background-color: #dddddd30
}

.faq_content_wrapper h4 {
    margin-bottom: 15px;
    color: #241f1f!Important;
    font-weight: 700
}

.map-box {
    margin-top: -75px
}

.contact-us-head {
    background: #fff;
    position: relative;
    padding: 40px;
    box-shadow: 0 8px 33px 0 rgb(0 0 0 / 13%);
    width: 100%;
    margin-top: -53px;
    margin-bottom: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px
}

.contact-us-head .item {
    flex: 0 0 33%;
    align-items: center;
    justify-content: center;
    display: flex;
    margin: 0 10px
}

.icon i {
    font-size: 28px
}

.icon {
    flex: 0 0 50px;
    height: 50px;
    background: #ff5758;
    line-height: 40px;
    font-size: 20px;
    color: #fff;
    text-align: center;
    border-radius: 50%
}

.contact-us-head .item .icon,
.contact-us-head .item .text {
    vertical-align: middle;
    display: flex;
    align-items: center;
    justify-content: center
}

.contact-us-head .item .icon span {
    width: 40px;
    height: 40px;
    background: #80b435;
    line-height: 40px;
    font-size: 20px;
    color: #fff;
    text-align: center;
    border-radius: 50%
}

.contact-us-head .item .text p {
    padding-left: 20px
}

.contact-us-head .item .text p,
.contact-us-head .item .text p a {
    font-size: 18px;
    color: #212529
}

.contact-form {
    padding: 35px 40px;
    text-align: center
}

.contact-form h2 {
    margin-bottom: 0;
    font-size: 48px;
    color: #241f1f!Important
}

.contact-form p {
    color: #ff5758;
    margin-bottom: 50px;
    font-size: 24px
}

.contact-form form .form-control{
    height: 50px;
    font-size: 13px;
    font-weight: 300
}

.contact-form textarea.form-control {
    height: 190px!important;
    resize: none
}

.contact-form button.btn {
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    padding: 12px 80px;
    display: inline-block;
    border-radius: 160px;
    margin-top: 40px;
    border:none;
    background: #0a0e63
}
.has-error .help-block{
color: red !important;
display: flex;
text-align: left;

}
.testimonials-main .slider-box-content-body{    min-height: 115px;}
.testimonials-main .content-head-right h4 {min-height: 50px; word-break: break-all;}
.testimonials-main .slider-box-content-body {min-height: 115px;}
.slider-box-content-body p {white-space: initial; word-break: break-all;}
.testimonials-main .slider-box-content-body{padding: 20px;}
.testimonials-main .content-head-right{ min-height: 125px; width: 100%;}



#gallery {padding: 60px 30px 60px 30px; background: #fff;}
.img-wrapper {position: relative; margin-top: 15px;}
.img-wrapper img {width: 100%; height: 215px; object-fit: cover;}
.img-overlay {background: rgba(0, 0, 0, 0.7); width: 100%; height: 100%; position: absolute; top: 0; left: 0; display: flex; justify-content: center;
align-items: center; opacity: 0;}
.img-overlay i {color: #fff; font-size: 3em;}
#overlay {background: rgba(0, 0, 0, 0.7); width: 100%; height: 100%; position: fixed; top: 0; left: 0; display: flex; justify-content: center;align-items: center; z-index: 999; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none;}
#overlay img {margin: 0; width: 80%; height: auto; object-fit: contain; padding: 5%;}
@media screen and (min-width: 768px) {
#overlay img {width: 60%;}
}
 @media screen and (min-width: 1200px) {
#overlay img {width: 50%;}
}
#nextButton {color: #fff; font-size: 2em; transition: opacity 0.8s;}
#nextButton:hover {opacity: 0.7;}
@media screen and (min-width: 768px) {
#nextButton{font-size: 3em;}
}
#prevButton {color: #fff; font-size: 2em; transition: opacity 0.8s;}
#prevButton:hover {opacity: 0.7;}
@media screen and (min-width: 768px) {
#prevButton{font-size: 3em;}
}
#exitButton{color: #fff; font-size: 2em; transition: opacity 0.8s; position: absolute; top: 15px; right: 15px;}
#exitButton:hover {opacity: 0.7;}
@media screen and (min-width: 768px) {
#exitButton {font-size: 3em;}
}
 



section#testimonials p {
    width: 80%!important;
}



/***/
/*.space-head {
    padding-top: 100px;
}*/
ul.service-package-box-list{display:flex;flex-wrap:wrap;justify-content:center}
ul.service-package-box-list>li{width:30%!important;margin-bottom:30px}
.sliderSection .item:after{background:rgb(10 14 99 / 77%);position:absolute;left:0;right:0;top:0;bottom:0;content:""}
.app-store-link a{display:block}
.app-store-link a:hover{opacity:.8;cursor:pointer}
.video-slider-owl .owl-dots{justify-content:center;align-items:center;display:flex;margin:auto;margin-top:16px}
.video-slider-owl .owl-dot{width:12px;height:12px;background:#dedede;border-radius:50%;margin:8px 4px}
.owl-dot.active{background:#ff5758;width:20px;height:20px}







#thumbs .item {
    margin: 7px;
    cursor: pointer;
}
#thumbs .item h1 { font-size: 18px; }
/*#thumbs .current .item { background:#FF5722; }*/
.owl-theme .owl-nav [class*='owl-'] { -webkit-transition: all .3s ease; transition: all .3s ease; }
.owl-theme .owl-nav [class*='owl-'].disabled:hover { background-color: #D6D6D6; }
#big.owl-theme { position: relative; }
#big.owl-theme .owl-next, #big.owl-theme .owl-prev {      justify-content: center;   background: #000;
    width: 35px;
    line-height: 40px;
    height: 40px;
    margin-top: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    display: flex;
    align-items: center; }
#big.owl-theme .owl-prev { left: 8px; }
#big.owl-theme .owl-next { right: 8px; }
#thumbs.owl-theme .owl-next, #thumbs.owl-theme .owl-prev { background:#333; }


.owl-prev i,.owl-next i {
    color: #fff;
}

#thumbs .video-box{    border: 3px solid #ff5758;}


#thumbs .video-main-box video {height: 225px;}
.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    height: 180px;
}
.contact_form_video button{
    margin-top: 0px!important;
}

.gallery-sec{
    margin-top: 40px!important;

}



section.video-main-box {
    padding-bottom: 0;
}