/********** Template CSS **********/
:root {
    --primary: #fb8217;
    --secondary: #5F656F;
    --light: #F5F5F5;
    --dark: #02245B;
}

.btn .btn-lg{
    padding: 4px 19px !important;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}

.HeroHeading{
    font-size: 30px !important;
}

h1,
h2,
.h1,
.h2
{
    font-weight: 700 !important;
    font-size: 32px !important;
}


h3,
h4,
.h3,
.h4,
.fw-medium {
    font-weight: 600 !important;
}

h5,
h6,
.h5,
.h6,
.fw-semi-bold {
    font-weight: 500 !important;
}

p{
    font-weight: bold !important; 
    font-size: medium !important;
    line-height: 1.7 !important;
}


@media (max-width: 320px) {
    .mobileHead {
      font-size: 12px !important;
      
    }
  }
  
  /* For small mobile devices (iPhone 6/7/8, X, etc.) */
  @media (max-width: 375px) {
    .mobileHead {
      font-size: 14px !important;
     
    }
  }
  
  /* For larger mobile devices (Pixel, Galaxy S, etc.) */
  @media (max-width: 425px) {
    .mobileHead{
      font-size: 15px !important;
     
    }
  }



.text-danger{
color: #ff5e14 !important;
}

span{
    font-size: 14px !important;
    font-weight: 800 !important;
} 



.button-container {
    text-align: left !important;
   
  }

  .casting{
    font-size: 12px !important;
    font-weight: bold !important;
  }
  
  

.experience{
    font-size: 17px !important;
    line-height: 1.4 !important;
}


/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn{
    transition: .5s;
    font-weight: 500;
    padding: 4px 19px !important;
}

.btn-primary,
.btn-outline-primary:hover {
    color: #FFFFFF;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}


.topbar-right {
    position: relative;
    background: var(--primary);
}

.topbar-right::before {
    position: absolute;
    content: "";
    width: 30px;
    height: 100%;
    top: 0;
    left: -15px;
    transform: skewX(-30deg);
    background-color: var(--primary);
}


/*** Navbar ***/
.navbar.sticky-top {
    top: -100px;
    transition: .5s;
}

.navbar .navbar-brand {
    position: relative;
    padding-right: 50px;
    height: 75px;
    display: flex;
    align-items: center;
    /* background: var(--primary); */
}

.navbar .navbar-brand::after {
    position: absolute;
    content: "";
    width: 50px;
    height: 100%;
    top: 0;
    right: -25px;
    transform: skewX(-30deg);
    background-color: var(--primary);
}

.navbar .navbar-nav .nav-link {
    margin-right: 35px;
    padding: 20px 0;
    color: var(--dark);
    font-size: 18px;
    font-weight: 500;
    outline: none;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: var(--primary);
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav .nav-link  {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar .navbar-nav {
        border-top: 1px solid #EEEEEE;
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}


.dropdown-item:hover{
    background-color: #fb8217 !important;
    color: white !important;
}


/*** Header ***/
.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    /* background: linear-gradient(to right, rgba(2, 36, 91, 1) 0%, rgba(2, 36, 91, 0) 100%); */
    z-index: 1;
}

.carousel-control-prev,
.carousel-control-next {
    width: 15%;
}



.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3.5rem;
    height: 3.5rem;
    /* background-color: var(--primary);
    border: 15px solid var(--primary); */
    border-radius: 3.5rem;
}

@media (max-width: 768px) {
    #header-carousel .carousel-item {
        position: relative;
        min-height: 450px;
    }
    
    #header-carousel .carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

.page-header {
    background: linear-gradient(to right, rgba(2, 36, 91, 1) 0%, rgba(2, 36, 91, 0) 100%), url(../img/carousel-2.jpg) center center no-repeat;
    background-size: cover;
}

.page-header .breadcrumb-item+.breadcrumb-item::before {
    color: var(--light);
}

.page-header .breadcrumb-item,
.page-header .breadcrumb-item a {
    font-size: 18px;
    color: var(--light);
}



/*** who we are ****/

.whoweare{
    font-family: "Playball", cursive;
    font-size: xx-large;
    font-style: normal;
    }


/*** who we are ****/


/*** Facts ***/
.facts {
    position: relative;
    margin: 6rem 0;
    background: #ffffff !important ;
}

.facts .border {
    border-color: rgba(255, 255, 255, .1) !important;
}


/*** Features ***/
.btn-play {
    position: absolute;
    top: 50%;
    right: -30px;
    transform: translateY(-50%);
    display: block;
    box-sizing: content-box;
    width: 16px;
    height: 26px;
    border-radius: 100%;
    border: none;
    outline: none !important;
    padding: 18px 20px 20px 28px;
    background: var(--primary);
}

@media (max-width: 992px) {
    .btn-play {
        left: 50%;
        right: auto;
        transform: translate(-50%, -50%);
    }
}

.btn-play:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 60px;
    height: 60px;
    background: var(--primary);
    border-radius: 100%;
    animation: pulse-border 1500ms ease-out infinite;
}

.btn-play:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 60px;
    height: 60px;
    background: var(--primary);
    border-radius: 100%;
    transition: all 200ms;
}

.btn-play span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    left: -1px;
    border-left: 16px solid #FFFFFF;
    border-top: 11px solid transparent;
    border-bottom: 11px solid transparent;
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(2);
        opacity: 0;
    }
}

.modal-video .modal-dialog {
    position: relative;
    max-width: 800px;
    margin: 60px auto 0 auto;
}

.modal-video .modal-body {
    position: relative;
    padding: 0px;
}

.modal-video .close {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 0px;
    top: -30px;
    z-index: 999;
    font-size: 30px;
    font-weight: normal;
    color: #FFFFFF;
    background: #000000;
    opacity: 1;
}


/*** Service ***/
.service-item {
    position: relative;
    margin: 65px 0 25px 0;
    box-shadow: 0 0 45px rgba(0, 0, 0, .07);
}

.service-item .service-img {
    position: absolute;
    padding: 12px;
    width: 130px;
    height: 130px;
    top: -65px;
    left: 50%;
    transform: translateX(-50%);
    background: #FFFFFF;
    box-shadow: 0 0 45px rgba(0, 0, 0, .09);
    z-index: 2;
}

.service-item .service-detail {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: 1;
}

.service-item .service-title {
    position: absolute;
    padding: 65px 30px 25px 30px;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: #FFFFFF;
    transition: .5s;
}

.service-item:hover .service-title {
    top: -100%;
}

.service-item .service-text {
    position: absolute;
    overflow: hidden;
    padding: 65px 30px 25px 30px;
    width: 100%;
    height: 100%;
    top: 100%;
    left: 0;
    display: flex;
    align-items: center;
    text-align: center;
    background: rgba(2, 36, 91, .7);
    transition: .5s;
}

.service-item:hover .service-text {
    top: 0;
}

.service-item .service-text::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100px;
    top: -100%;
    left: 0;
    transform: skewY(-12deg);
    background: #FFFFFF;
    transition: .5s;
}

.service-item:hover .service-text::before {
    top: -55px;
}

.service-item .btn {
    position: absolute;
    width: 130px;
    height: 50px;
    left: 50%;
    bottom: -25px;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--secondary);
    background: #FFFFFF;
    border: none;
    box-shadow: 0 0 45px rgba(0, 0, 0, .09);
    z-index: 2;
}

.service-item .btn:hover {
    color: #FFFFFF;
    background: var(--primary);
}


/*** Project ***/
.project-carousel {
    position: relative;
    background: var(--dark);
}

.project-item {
    position: relative;
    display: block;
}

.project-item img {
    transition: .5s;
}

.project-item:hover img,
.project-carousel .owl-item.center img {
    margin-top: -60px;
}

.project-item .project-title {
    position: absolute;
    padding: 0 15px;
    width: 100%;
    height: 80px;
    bottom: -110px;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: var(--dark);
    transition: .5s;
}

.project-item:hover .project-title,
.project-carousel .owl-item.center .project-title  {
    bottom: -60px;
}

.project-item .project-title::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 30px;
    top: -15px;
    left: 0;
    transform: skewY(-5deg);
    background: var(--dark);
    transition: .5s;
}

.project-carousel .owl-nav {
    position: absolute;
    width: 100%;
    height: 45px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    transition: .5s;
    opacity: 0;
    z-index: 1;
}

.project-carousel:hover .owl-nav {
    opacity: 1;
}

.project-carousel .owl-nav .owl-prev,
.project-carousel .owl-nav .owl-next {
    margin: 0 30px;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: var(--primary);
    border-radius: 45px;
    font-size: 22px;
    transition: .5s;
}


/*** Team ***/
.team-item .team-social {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: -100%;
    display: flex;
    align-items: center;
    background: var(--primary);
    transition: .5s;
}

.team-item:hover .team-social {
    left: 0;
}


/*** Testimonial ***/
.testimonial-carousel::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}

.testimonial-carousel::after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    height: 100%;
    width: 0;
    background: linear-gradient(to left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}

@media (min-width: 768px) {
    .testimonial-carousel::before,
    .testimonial-carousel::after {
        width: 200px;
    }
}

@media (min-width: 992px) {
    .testimonial-carousel::before,
    .testimonial-carousel::after {
        width: 300px;
    }
}

.testimonial-carousel .owl-nav {
    position: absolute;
    width: 350px;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-between;
    opacity: 0;
    transition: .5s;
    z-index: 1;
}

.testimonial-carousel:hover .owl-nav {
    width: 300px;
    opacity: 1;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    position: relative;
    color: var(--primary);
    font-size: 45px;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    color: var(--dark);
}

.testimonial-carousel .testimonial-img img {
    width: 100px;
    height: 100px;
}

.testimonial-carousel .testimonial-img .btn-square {
    position: absolute;
    bottom: -19px;
    left: 50%;
    transform: translateX(-50%);
}

.testimonial-carousel .owl-item .testimonial-text {
    margin-bottom: 30px;
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
    transform: scale(.8);
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-text {
    transform: scale(1);
}


/*** Footer ***/
.footer {
    color: #B0B9AE;
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #B0B9AE;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    color: var(--light);
    letter-spacing: 1px;
    box-shadow: none;
}

.copyright {
    color: #B0B9AE;
    border-top: 1px solid rgba(255, 255, 255, .1);
}



/*service section*/


.service-wrap-layout1 {
    padding: 60px 0 30px;
    position: relative;
    overflow: hidden;
    z-index: 2;
}

.service-wrap-layout1:after {
    content: url('img/figure/line-shape.png');
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    z-index: -1;
}

@media only screen and (max-width: 991px) {
    .service-wrap-layout1:after {
        display: none;
    }
}

.service-wrap-layout2 {
    padding: 14rem 0 5.2rem;
    position: relative;
    background-image: url('img/about/about3.png');
    background-repeat: no-repeat;
    background-position-y: bottom;
    background-position-x: 115px;
}

@media only screen and (max-width: 991px) {
    .service-wrap-layout2 {
        background-image: none;
    }
}

.service-wrap-layout3 {
    padding-bottom: 3rem;
    background-color: #082c4b;
}

@media only screen and (max-width: 991px) {
    .service-wrap-layout3 {
        padding: 12rem 0 9rem;
    }
}

.service-wrap-layout4 {
    padding: 9.4rem 0 7rem;
    background-color: #082c4b;
}

.service-wrap-layout5 {
    padding: 9.5rem 0 7rem;
}

.service-wrap-layout6 {
    padding: 10rem 0 6.5rem;
}

.service-wrap-layout7 {
    padding: 10rem 0 7rem;
}

.single-service-wrap-layout1 {
    padding: 10rem 0 7rem;
}

.single-service-wrap-layout2 {
    padding: 6rem 0 4.5rem;
}

.service-box-layout1 {
    text-align: center;
    padding: 0 2rem;
    margin-bottom: 30px;
}

@media only screen and (max-width: 1199px) {
    .service-box-layout1 {
        padding: 0;
    }
}

.service-box-layout1 .item-img {
    position: relative;
    border-radius: 0; /* changed from 50% to square */
    margin-bottom: 22px;
    display: inline-block;
    border: 10px solid #ffffff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.service-box-layout1 .item-img img {
    border-radius: 0; /* square image */
}

.service-box-layout1 .item-img .sl-number {
    position: absolute;
    top: -15px;
    right: 4px;
    font-size: 20px;
    font-weight: 500;
    color: #ffffff;
    height: 55px;
    width: 55px;
    line-height: 55px;
    border-radius: 0; /* make the number badge square */
    background-color: #FF5E14;
}

.service-box-layout1 .item-content .item-title {
    margin-bottom: 10px;
}

.service-box-layout1 .item-content .item-title a {
    color: #ffffff;
    font-weight: 500;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.service-box-layout1 .item-content .item-title a:hover {
    color: #cccccc;
}

.service-box-layout1 .item-content p {
    color: #cccccc;
}

.service-box-layout1:hover .item-img {
    border-color: #FF5E14;
    animation: pulse 3000ms infinite;
}

.service-box-layout2 .media {
    margin-bottom: 20px;
}

.service-box-layout2 .media .item-icon {
    text-align: center;
    height: 70px;
    width: 70px;
    line-height: 70px;
    background-color: #082c4b;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.service-box-layout2 .media .item-icon i {
    display: block;
}

.service-box-layout2 .media .item-icon i:before {
    color: #ffffff;
    font-size: 35px;
}

.service-box-layout2 .media .media-body .item-title {
    font-weight: 500;
    color: #111111;
    margin-bottom: 10px;
}

.service-box-layout2 .media:hover .item-icon {
    background-color: #FF5E14;
}

.service-box-layout3 {
    transform: translateY(-60px);
    position: relative;
    margin-bottom: 30px;
    z-index: 9;
}

@media only screen and (max-width: 991px) {
    .service-box-layout3 {
        transform: translateY(0);
    }
}

.service-box-layout3 .item-img {
    border: 10px solid #ffffff;
    border-radius: 4px;
    margin-bottom: 24px;
    overflow: hidden;
}

.service-box-layout3 .item-img img {
    transform: scale(1);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.service-box-layout3 .item-content {
    text-align: center;
}

.service-box-layout3 .item-content .item-title {
    font-weight: 700;
    position: relative;
    padding-bottom: 20px;
}

.service-box-layout3 .item-content .item-title a {
    color: #ffffff;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.service-box-layout3 .item-content .item-title a:hover {
    color: #ccc;
}

.service-box-layout3 .item-content .item-title:after {
    content: "";
    width: 50px;
    height: 4px;
    background-color: #FF5E14;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.service-box-layout3 .item-content p {
    color: #cccccc;
}

.service-box-layout3:hover .item-img img {
    transform: scale(1.1);
}

.service-box-layout4 {
    position: relative;
    overflow: hidden;
    border-radius: 4px;
    margin-bottom: 30px;
    -webkit-box-shadow: 0px 4px 21px 0px rgba(9, 36, 60, 0.75);
    box-shadow: 0px 4px 21px 0px rgba(9, 36, 60, 0.75);
}

.service-box-layout4 .item-img img {
    border-radius: 4px;
    transform: scale(1);
    transition: transform 3s cubic-bezier(0.2, 0.96, 0.34, 1);
}

.service-box-layout4 .item-content {
    position: absolute;
    bottom: -77px;
    left: 0;
    right: 0;
    background-color: #FF5E14;
    border-radius: 0 0 4px 4px;
    padding: 25px 25px 5px;
    text-align: center;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

@media only screen and (max-width: 767px) {
    .service-box-layout4 .item-content {
        bottom: -48px;
    }
}

@media only screen and (max-width: 479px) {
    .service-box-layout4 .item-content {
        bottom: -77px;
    }
}

.service-box-layout4 .item-content .item-title {
    font-weight: 700;
    margin-bottom: 12px;
}

.service-box-layout4 .item-content .item-title a {
    color: #ffffff;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.service-box-layout4 .item-content .item-title a:hover {
    color: #c9c9c9;
}

.service-box-layout4 .item-content p {
    color: #ffffff;
}

.service-box-layout4:hover .item-img img {
    transform: scale(1.1);
}

.service-box-layout4:hover .item-content {
    bottom: 0;
}

.service-box-layout5 {
    position: relative;
    background-color: #f8f8f8;
    border-radius: 4px;
    padding: 35px 45px 45px;
    margin-bottom: 30px;
    overflow: hidden;
    z-index: 1;
}

.service-box-layout5:after {
    content: url('img/figure/shape.png');
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.service-box-layout5 .item-heading {
    margin-bottom: 8rem;
}

@media only screen and (max-width: 767px) {
    .service-box-layout5 .item-heading {
        margin-bottom: 9rem;
    }
}

.service-box-layout5 .item-heading .item-title {
    color: #ffffff;
    font-weight: 700;
    padding-left: 20px;
}

.service-box-layout5 .item-heading .item-title span {
    font-weight: 400;
    display: block;
}

.service-box-layout5 .service-list li {
    font-size: 17px;
    font-weight: 500;
    color: #082c4b;
    margin-bottom: 12px;
    padding-left: 30px;
    position: relative;
}

.service-box-layout5 .service-list li:last-child {
    margin-bottom: 0;
}

.service-box-layout5 .service-list li i {
    position: absolute;
    top: 7px;
    left: 0;
    color: #FF5E14;
}

.service-box-layout6 {
    margin-bottom: 35px;
}

.service-box-layout6 .item-img {
    position: relative;
    margin-bottom: 18px;
    border-radius: 10px;
    overflow: hidden;
    border: 2px solid #092d4c;
    padding: 20px;
}

.service-box-layout6 .item-img img {
    border-radius: 4px;
    transform: scale(1);
    transition: transform 5s cubic-bezier(0.2, 0.96, 0.34, 1);
}

.service-box-layout6 .item-img .item-icon {
    text-align: center;
    height: 70px;
    width: 70px;
    line-height: 70px;
    border-radius: 50%;
    background-color: #ffffff;
    position: absolute;
    top: 20px;
    left: 25px;
    z-index: 2;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.service-box-layout6 .item-img .item-icon i:before {
    font-size: 36px;
    color: #082c4b;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.service-box-layout6 .item-img:after {
    content: "";
    height: 100%;
    width: 100%;
    background-color: rgba(9, 45, 76, 0.8);
    border-radius: 4px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.service-box-layout6 .item-content .item-title {
    font-weight: 700;
    margin-bottom: 12px;
}

.service-box-layout6 .item-content .item-title a {
    color: #111111;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.service-box-layout6 .item-content .item-title a:hover {
    color: #FF5E14;
}

.service-box-layout6 .item-content p {
    margin-bottom: 25px;
}

.service-box-layout6:hover .item-img img {
    transform: scale(1.2);
}

.service-box-layout6:hover .item-img:after {
    visibility: visible;
    opacity: 1;
}

.service-box-layout6:hover .item-img .item-icon {
    background-color: #FF5E14;
    animation: pulse 1500ms infinite;
}

.service-box-layout6:hover .item-img .item-icon i:before {
    color: #ffffff;
}

.service-box-layout7 {
    text-align: center;
    padding: 55px 30px 60px;
    box-shadow: 0px 1px 21px 0px rgba(186, 186, 186, 0.4);
    border-radius: 4px;
    margin-bottom: 30px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.service-box-layout7 .item-icon {
    line-height: 1;
    margin-bottom: 20px;
}

.service-box-layout7 .item-icon i:before {
    font-size: 80px;
    color: #082c4b;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.service-box-layout7 .item-content .item-title {
    position: relative;
    font-weight: 500;
    padding-bottom: 25px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.service-box-layout7 .item-content .item-title:after {
    content: "";
    height: 4px;
    width: 54px;
    background-color: #FF5E14;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.service-box-layout7 .item-content p {
    margin-bottom: 25px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.service-box-layout7:hover {
    background-color: #082c4b;
}

.service-box-layout7:hover .item-icon i:before {
    color: #ffffff;
}

.service-box-layout7:hover .item-content .item-title {
    color: #ffffff;
}

.service-box-layout7:hover .item-content p {
    color: #ffffff;
}

.service-box-layout7:hover .item-content .ghost-btn-md {
    color: #ffffff;
}

.single-service-box-layout1 .main-img {
    margin-bottom: 30px;
}

.single-service-box-layout1 .main-img img {
    border-radius: 4px;
}

.single-service-box-layout1 .item-content .item-info {
    margin-bottom: 7rem;
}

.single-service-box-layout1 .item-content .item-info .item-subtitle {
    font-size: 24px;
    font-weight: 500;
    color: #111111;
    margin-bottom: 14px;
    line-height: 1.5;
}

@media only screen and (max-width: 991px) {
    .single-service-box-layout1 .item-content .item-info .item-subtitle {
        font-size: 22px;
    }
}

@media only screen and (max-width: 767px) {
    .single-service-box-layout1 .item-content .item-info .item-subtitle {
        font-size: 20px;
    }
}

@media only screen and (max-width: 575px) {
    .single-service-box-layout1 .item-content .item-info .item-subtitle {
        font-size: 18px;
    }
}

.single-service-box-layout1 .item-content .item-info p {
    margin-bottom: 35px;
}

.single-service-box-layout1 .item-content .more-info {
    margin-bottom: 30px;
}

.single-service-box-layout1 .item-content .more-info .more-info-box {
    margin-bottom: 4rem;
}

.single-service-box-layout1 .item-content .more-info .more-info-box .item-img {
    position: relative;
    padding-left: 32px;
    z-index: 2;
}

.single-service-box-layout1 .item-content .more-info .more-info-box .item-img img {
    border-radius: 4px;
}

.single-service-box-layout1 .item-content .more-info .more-info-box .item-img:after {
    content: url('img/service/pattern.png');
    position: absolute;
    top: -32px;
    left: 0;
    z-index: -1;
}

.single-service-box-layout1 .item-content .more-info .more-info-box .item-img-2 {
    position: relative;
    padding-right: 32px;
    z-index: 2;
}

.single-service-box-layout1 .item-content .more-info .more-info-box .item-img-2 img {
    border-radius: 4px;
}

.single-service-box-layout1 .item-content .more-info .more-info-box .item-img-2:after {
    content: url('img/service/pattern.png');
    position: absolute;
    top: -32px;
    right: 0;
    z-index: -1;
}

.single-service-box-layout1 .item-content .more-info .more-info-box .item-content ul li {
    padding-left: 7rem;
    position: relative;
}

@media only screen and (max-width: 575px) {
    .single-service-box-layout1 .item-content .more-info .more-info-box .item-content ul li {
        padding-left: 10rem;
    }
}

.single-service-box-layout1 .item-content .more-info .more-info-box .item-content ul li .sl-number {
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    height: 50px;
    width: 50px;
    line-height: 50px;
    border-radius: 50%;
    background-color: #ebebeb;
    font-size: 24px;
    color: #FF5E14;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

@media only screen and (max-width: 575px) {
    .single-service-box-layout1 .item-content .more-info .more-info-box .item-content ul li .sl-number {
        height: 45px;
        width: 45px;
        line-height: 45px;
        font-size: 20px;
    }
}

.single-service-box-layout1 .item-content .more-info .more-info-box .item-content ul li h4 {
    font-weight: 500;
    margin-bottom: 10px;
}

.single-service-box-layout1 .item-content .more-info .more-info-box .item-content ul li:hover .sl-number {
    background-color: #FF5E14;
    color: #ffffff;
}

.single-service-box-layout1 .item-content .item-gallery .item-title {
    font-size: 24px;
    font-weight: 500;
}

.single-service-box-layout1 .item-content .item-gallery .gallery-img {
    margin: 30px 0 55px;
}

.single-service-box-layout1 .item-content .item-gallery .gallery-img .item-img {
    position: relative;
    text-align: center;
}

.single-service-box-layout1 .item-content .item-gallery .gallery-img .item-img img {
    border-radius: 4px;
    -webkit-box-shadow: 0px 5px 13px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 5px 13px 0px rgba(0, 0, 0, 0.3);
}

.single-service-box-layout1 .item-content .item-gallery .gallery-img .item-img .item-icon {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    z-index: 2;
}

.single-service-box-layout1 .item-content .item-gallery .gallery-img .item-img .item-icon .play-btn {
    display: inline-block;
    height: 55px;
    width: 55px;
    line-height: 55px;
    border-radius: 50%;
    background-color: #FF5E14;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

@media only screen and (max-width: 767px) {
    .single-service-box-layout1 .item-content .item-gallery .gallery-img .item-img .item-icon .play-btn {
        height: 50px;
        width: 50px;
        line-height: 50px;
    }
}

.single-service-box-layout1 .item-content .item-gallery .gallery-img .item-img .item-icon .play-btn i:before {
    font-size: 24px;
    color: #ffffff;
    margin-left: 8px;
}

@media only screen and (max-width: 767px) {
    .single-service-box-layout1 .item-content .item-gallery .gallery-img .item-img .item-icon .play-btn i:before {
        font-size: 20px;
    }
}

.single-service-box-layout1 .item-content .item-gallery .gallery-img .item-img .item-icon .play-btn:hover {
    background-color: #ffffff;
}

.single-service-box-layout1 .item-content .item-gallery .gallery-img .item-img .item-icon .play-btn:hover i:before {
    color: #FF5E14;
}

.single-service-box-layout1 .item-content .item-gallery .gallery-img .popup-overlay:after {
    content: "";
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 4px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
}

.single-service-box-layout1 .item-content .item-services {
    background-color: #f8f8f8;
    padding: 40px 50px 30px;
    border-radius: 4px;
    margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
    .single-service-box-layout1 .item-content .item-services {
        padding: 40px 30px 30px;
    }
}

.single-service-box-layout1 .item-content .item-services .item-title {
    font-size: 24px;
    font-weight: 500;
}

.single-service-box-layout1 .item-content .item-services .service-list {
    display: flex;
    margin-top: 30px;
}

@media only screen and (max-width: 767px) {
    .single-service-box-layout1 .item-content .item-services .service-list {
        display: block;
    }
}

.single-service-box-layout1 .item-content .item-services .service-list ul {
    margin-right: 30px;
}

.single-service-box-layout1 .item-content .item-services .service-list ul:last-child {
    margin-right: 0;
}

.single-service-box-layout1 .item-content .item-services .service-list ul li {
    color: #444444;
    margin-bottom: 15px;
    position: relative;
    padding-left: 30px;
}

.single-service-box-layout1 .item-content .item-services .service-list ul li i {
    position: absolute;
    top: 5px;
    left: 0;
    color: #FF5E14;
}



.bg-accent {
    background-color: #02245B;
  }

  /***service section end**/




  .whoweare{
    font-family: "Playball", cursive;
    font-size: xx-large;
    font-style: normal;
  
  
}

/**section title **/

.section-title {
text-align: center;
position: relative;
}


.section-title p {
margin-bottom: 0;
}


.section-title h2 {
    font-size: 25px;
    font-weight: 700;
    position: relative;
    margin-top: 50px;
    margin-bottom: 10px;
}

.section-title h2::before,
.section-title h2::after {
    content: "";
    width: 50px;
    height: 2px;
    background: #FF5E14;
    display: inline-block;
    margin-top: 8px;
    margin-bottom: 2px;
}

.section-title h2::before {
    margin-right: 15px;
}

.section-title h2::after {
    margin-left: 15px;
}

/**section title **/

/**our clients*/

.ourClients{
    margin-top: -29px !important;
    margin-bottom: -54px !important;
}

.clientM{
    margin-top: 88px !important;
}

.offset-1{
    margin-left: 2.33333% !important;
}
.col-10{
    flex: 0 0 auto !important;
    width: 94.33333% !important;
}

h3,.h3 {
    font-size: medium !important;
}

@media (min-width: 1200px) {
    h3,.h3 {
        font-size:1.1rem !important;
    }
}

.HeadingOfProduct{
    font-size: 28px !important;
}