@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap');
@charset "utf-8";
/* CSS Document */
html { }
body{font-family: 'Poppins', sans-serif; color: #161726;}
.h1, h1 {}
.sticky {
    position: fixed !important;    top: 0px;     z-index: 999;    -webkit-animation-fill-mode: both;    
	animation-fill-mode: both;    -webkit-animation-duration: 1s;    animation-duration: 1s;    -webkit-animation-name: slideInDown;    
	animation-name: slideInDown;    box-shadow: 0px 6px 5px 0px rgb(0 0 0 / 7%);}
	.sticky	.hdr-top{display: none;}
    .sticky .navbar{    box-shadow: 0px 6px 5px 0px rgb(0 0 0 / 45%);}
.sticky	.navbar-brand>img {height: 70px;}
.sticky	.navbar-expand-lg .navbar-nav .nav-link {}
.media{}
.media .media-left, .media .media-body, .media .media-right{display: table-cell;vertical-align: top;}
.media .media-left{}
.media .media-body{padding-left: calc(var(--bs-gutter-x) * .5);width: 10000px;}
img{max-width: 100%;}
  a{text-decoration:none;}

h1, h2, h3, h4, h5{margin-top: 0px;}
p{  line-height: 26px;
    font-size: 16px;}
p strong{font-weight: 600;}
select.form-control {
    background: #fff url(../images/down-arrow.png) no-repeat;
    background-position: right 10px center;
    background-size: 18px;
}
.list-point{position: relative;    margin-bottom: 25px;}
.list-point ul{}
.list-point ul li{line-height: 22px;
    font-size: 16px;
    padding-left: 35px;
    position: relative;
    font-weight: 400;
    margin-bottom: 15px;
    color: #222;}
    .list-point ul li>img{position: absolute;
    left: 0px;
    top: 4px;
    width: 20px;
    height: 20px;
    object-fit: contain;}
    .btn{font-size: 14px;
    padding: 8px 18px;
    border-radius: 8px;}
.btn-lg{font-size: 15px;
    padding:12px 25px;}
.btn-sm{font-size: 12px;
    padding:5px 15px;}
	.btn-white{background-color:#fff;border:1px solid #fff;color:#000;}
    .bg-primary {
    background-color:#024D44 !important;
}
.text-primary {
    color: #024D44 !important;
}
.text-warning {
    color: #F48C10 !important;
}
.btn-outline-warning {
    color: #F48C10;
    border-color: #F48C10;
}
.btn-outline-warning:hover {
    color: #fff;
    background-color: #F48C10;
    border-color: #F48C10;
}
.btn-warning {
    color: #fff;
    background-color: #F48C10;
    border-color: #F48C10;
}
.btn-warning:hover {
    color: #fff;
    background-color: #df6b0c;
    border-color: #df6b0c;
}
.btn-outline-primary {
    color: #024D44;
    border-color: #024D44;
}
.btn-outline-primary:hover {
    color: #fff;
    background-color: #024D44;
    border-color: #024D44;
}
.btn-primary {
    color: #fff;
    background-color: #024D44;
    border-color: #024D44;
}
.btn-primary:hover {
    color: #fff;
    background-color: #0b6c61;
    border-color: #0b6c61;
}
.bg-light {
    background-color:#F0F7FE !important;
}
.media .d-m-show{display:none;}
.container-fluid {padding-left: 30px;padding-right: 30px;}
.table tr th{font-weight: 600;}
.table>:not(caption)>*>* {
    font-size: 14px;
}
header{ z-index:1000;/*box-shadow: 0 2px 4px rgb(0 0 0 / 20%);*/
    transition: 0.5s;    width: 100%;}
.hdr-top {padding-top: 5px;
}
.hdr-top p{font-size: 14px;    line-height: 24px;}
.hdr-top p.pw-hdr{width: 80%;}
.hdr-social-link li{padding-right: 2px;
    padding-left: 2px;}
.hdr-social-link li a {font-size: 14px;
    color: #000;
    transition: 0.5s;
    display: block;
    background-color: #f0f0f0;
    width:28px;
    height:28px;
    text-align: center;
    border-radius: 50%;
    line-height: 28px;
}
.hdr-social-link li a.fb{background-color: #3c579e;color: #fff;}
.hdr-social-link li a.tw{background-color: #1da1f3;color: #fff;}
.hdr-social-link li a.linden{background-color: #0076b4;color: #fff;}
.hdr-social-link li a.youtube{background-color: #F70031;color: #fff;}
.hdr-social-link li a.ins{background-color: #EF4374;color: #fff;}
.hdr-social-link li a.snapchat{background-color: #F7F400;color: #000;}
.hdr-top-cnt{margin-bottom: 5px;}
.hdr-top-cnt li{margin-right: 30px;}
.hdr-top-cnt li:last-child{margin-right: 0px;}
.hdr-top-cnt li a {    color: #fff;
    font-weight: 400;
    font-size: 14px;
}
.hdr-top-cnt li a.btn{padding: 4px 10px;}
.txt-rgt{ text-align:right;}
.navbar{}
.navbar>.container{position: relative;}
.navbar-brand {    padding: 5px 0px;}
.navbar-light .navbar-nav .nav-link {
    color: #000;
}
.navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:hover {
    color: #fff;
    background-color: transparent;}
.navbar-default .navbar-brand {}
.navbar-brand span{}
.navbar-brand>img {height: 70px;}
.navbar-default .navbar-nav>li>a{color: #333;}
.navbar-nav>li>a.logo{    padding: 5px 35px;margin-top: 10px;}
.navbar-nav{}
.navbar-expand-lg .navbar-nav .nav-link {color: #161726;
    padding: 15px 15px;
    font-weight: 500;
    font-size: 16px;}
	.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show>.nav-link{color:#F48C10;}
	.navbar-nav>li:hover>.drop-menu{ display:block;}

.navbar-expand-lg .navbar-nav>li>a.login-nav{background-color: #F48C10;
    color: #fff;font-weight: 500;
    border-radius: 8px;
    padding: 10px 15px;
    font-size: 16px;}
.navbar-expand-lg .navbar-nav>li>a.login-nav:hover{color:#fff; background-color:#F48C10;}
.dropdown-full {position: initial;}
.dropdown-menu{padding: 10px;
    margin: 0px;
    border: none;
    box-shadow: 0px 0px 12px 0px rgb(0 0 0 / 19%);
    margin-top: 0px !important;
    border-radius: 12px;
    left: 0px;
    transition: 0.5s;
    min-width: 12rem;}
.dropdown-menu .dropdown-item {
    color: #18192c;}
  .dropdown-menu .dropdown-item:hover {color:#EB8F6C;background-color: transparent;}
	.drop-menu{ padding:0px;width: 100%}
	.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    color: #0f4aa4;
}
	.drop-menu>li>a { padding: 12px 20px;font-weight: 500;color: #18192c;font-size: 14px;}
	.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #fff;
    background-color:#EB8F6C;
}
/*.navbar-nav>li>a.logo:hover{background-color: transparent;}*/
.navbar-default .navbar-nav>li>a.logo:focus, .navbar-default .navbar-nav>li>a.logo:hover{background-color: transparent;}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #F48C10;
}
.dropdown-full .dropdown-menu {
    width: 100%;
    max-height: 350px;
    overflow-y: auto;
    padding:0px 20px;}
.dropdown-menu>.row>div:nth-of-type(even){background-color:#F5F8FD;}
.dropdown-menu-list{padding: 15px 0px;}
.dropdown-menu-list>li{}
.dropdown-menu-list>li>a{font-size: 13px;
    color: #505050;padding: 5px 0px;
    display: block;font-weight: 500;}
.dropdown-menu-list>li>a:hover{color: #000;}

	/*============ slider css =============*/
/********************
*****Slide effect
**********************/
.slider-wrap{ width: 100%; position: relative;overflow: hidden;background-color:#0257B4;}
.slider-wrap:before{   /* content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    width: 100%;
    background: rgba(0, 0, 0, 0.84);*/}
.slider-wrap>img{    width: 100%;
    height: 100%;
    object-fit: cover;}
.slider-wrap .owl-carousel .owl-item img{height: 550px;
    object-fit: cover;}
.slider-wrap .owl-nav{position: absolute;
    top: 50%;justify-content: space-between;
    width: 100%;}
.slider-wrap .owl-dots{text-align: center;
    position: absolute;
    bottom: 40px;
    left: 8%;right: 8%;}
.slider-wrap .owl-nav .owl-prev{float: left;margin-left: 30px;}
.slider-wrap .owl-nav .owl-next{float: right;margin-right: 30px;}
.slider-wrap .owl-nav .owl-prev span{ font-size: 50px; color: #fff; }
.slider-wrap  .owl-nav .owl-next span{ font-size: 50px; color: #fff; }
.bs-slider-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #000000 -14.3%, rgb(0 0 0 / 50%) 41.8%, rgba(0, 0, 0, 0.21) 100.18%);
}
/*---------- SLIDE CAPTION ----------*/
.mrgn-auto { margin:auto;}

.slide-text {left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    position: absolute;
    justify-content: center;
    align-self: center;
   align-items: center;
	    display: flex;
    
}
.slide-text-dec{position: relative;}
.slide-text h4 { font-weight:500;
    color: #fff;
    font-size: 26px;}
    .slide-text h4 sub{bottom:0px;font-size: 22px;}
.slide-text h1 { font-weight: 600;
    font-size: 95px;
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
}
.slide-text h2{font-weight: 600;
    font-size: 54px;}
.slide-text h3{ 
    margin-bottom: 0px;
    font-size: 40px;}
.slide-text h5{    color: #fff;
    font-size: 19px;
    font-weight: 500;
    margin-bottom: 12px;}
.slide-text p {  position: relative;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 30px;
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s;
    color: #000;
}
.slide-text-dec .btn{
    font-weight: 500;
    font-size: 16px;
    padding: 10px 15px;
}

.slide-text-dec .btn-white{font-weight: 500;}
.banner-rgt{}
.banner-rgt>img{width: 430px !important;
    margin: 20px auto 0px;}
    .banner3 .slide-text-dec .btn.fs-4{}
    .banner3 .slide-text-dec .btn.fs-4 .small{}
/*=========== end ===========*/
/*========== enquire form ======*/



.wrap{ position:relative; padding-top:70px; padding-bottom:70px;}

.title{ position:relative; margin-bottom:25px;}
.title h1{    font-size: 46px;font-weight: 600;}
.title h1 span.small{font-size: 32px;}
.title h2{    font-size: 42px;font-weight: 600;}
.title h2 span.small{font-size: 30px;}
.text-stroke-white{-webkit-text-stroke: 1px #fff;}
.title h3{font-size: 38px;font-weight: 600;}
.title h4{font-size: 28px;font-weight: 600;}
.title h5{font-weight: 600;}
.title-bg{position: relative; width: 50px; height: 5px; background-color:#77dd76; display: inline-block; border-radius: 4px;}
.embed-responsive {
    width: 100%;
    height: 435px;
    background-color: #313131;
}
.embed-responsive>video, .embed-responsive>iframe {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center center;
}

/*=========== about hompe page ================*/
.overlay-media{margin-top: -50px;
    z-index: 1;
    padding: 20px 20px 20px;
    border-radius: 60px;}
.overlay-media .media{}
.overlay-media .media .media-left, .overlay-media .media .media-body{vertical-align: middle;}
.overlay-media .media .srvs-icon {
    width: 75px;
    height: 75px;
    background-color: #024D44;
    padding: 18px;
    border-radius: 50%;
}
.overlay-media .media h5{}
#AboutUs{/*background: url(../images/tires-img.png)no-repeat;background-position: bottom right;
    background-size: 100px;*/}
.abt-box{position: relative;margin-bottom: 25px;}
.abt-box h4{}
.abt-box p{}
.abt-icon{     width: 65px;
    height: 65px;
    margin-bottom: 8px;
    background-color: #e1e3fd;
    padding: 12px;
    border-radius: 50%;}
.abt-icon>img{width: 100%;height: 100%;object-fit: contain;}
.abt-img{position: relative;width: 100%;height: 450px;overflow: hidden;border-radius:10px;}
.abt-img>img{width: 100%;height: 100%;object-fit: cover;transform: rotateY(-180deg);-o-transform: rotateY(-180deg);-webkit-transform: rotateY(-180deg);}
.abt-img1{margin-top: 50px;
    height: 350px;}
.item-box{position: relative;margin-bottom: 25px;}
.tmb{position: relative;
    width: 100%;
    height: 220px;
    margin-bottom: 10px;
    overflow: hidden;}
.tmb>img{width: 100%;height: 100%;object-fit: cover;}
.item-dec{padding: 5px 15px 15px;}
.item-dec h4{font-size: 20px;
    font-weight: 500;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;}
    .item-dec h4 a{color: #161726;}
    .item-dec h5{font-size:17px;}
.item-dec p{line-height: 22px;color: #666;overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;}
.item-dec .btn-link{    font-weight: 500;
    text-decoration: none;}
    .sale{position: absolute;
    left: 0px;
    top: 0px;}
    .sale span{background: #EB8F6C;
    color: #fff;
    padding: 2px 8px;
    font-size: 14px;
    font-weight: 500;}
.about-item{    overflow: hidden;}
.about-item .tmb{    height: 350px;}
.about-item .item-dec{background: linear-gradient(rgb(0 0 0 / 0%), #000);}
/* Counter Number */
.counter-box{position: relative;}
    .counter-icon{width: 60px;height: 60px;overflow: hidden;}
    .counter-icon>img{    object-fit: contain;}
.counter-box h3{font-size: 36px;
    line-height: 36px;}
.counter-box h4{}
.counter-box p{ font-size: 14px;}

/*========== services  ========*/
.services-wrap{}
.srvs-dec{position: relative;z-index: 1;}
.srvs-dec p{font-size: 18px;color: #000;line-height: 32px;margin-bottom: 35px;}
.srvs-dec p:last-child{margin-bottom: 0px;}

.srvs-box{
    border-radius: 12px;}
.srvs-icon{ width: 135px;
    height: 135px;
    background-color: #e9f9ff;
    /* padding: 20px; */
    border-radius: 50%;}
.srvs-icon>img{object-fit: contain;}
.srvs-box h3{font-size: 24px;font-weight: 600;}
.srvs-box h4{   font-weight: 600;
    font-size: 22px;}
    .srvs-box h4 a{color: #161726;}
.srvs-box p{font-size: 14px;
    line-height: 24px; text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical; }
    .srvs-box .btn{font-weight: 500;
    font-size: 13px;
    padding: 6px 12px;}
  .srvs-box-full p{text-overflow: inherit;
    display: block;
    -webkit-line-clamp: none;
    line-clamp: none;}
   .srvs-box-full .srvs-icon {
    width: 90px;
    height: 90px;}
    .bg-overlay{background: rgb(0 0 0 / 46%) !important;}
      .srvs-box   a.fs-1 {
        font-size: 3.5rem !important;
    }
    .fs-70{font-size: 70px;}
/*================= Why Choose Us ===================*/
.why-choose-wrap{}
.why-choose{position: relative;
    background-color: #FFF2F2;
    padding: 25px;
    border-radius: 16px;
    margin-bottom: 25px;}
.why-choose.bg-1{background-color: #edefff;}
.why-choose.bg-2{background-color: #FDF4DD;}
.why-choose-icon{width: 65px;height: 65px;margin-bottom: 10px;}
.why-choose-icon>img{width: 100%;height: 100%;object-fit: contain;}
.why-choose h4{font-weight: 600;font-size: 21px;}
.why-choose p{color: #1C2359;
    font-size: 15px;}
	.why-choose-mid-img>img{width: 100%;
    height: 100%;object-fit: cover;}

/*=========== faq ================*/
.sidebar-sticky{position: sticky;top: 80px;}
.faq-accordion{position: relative;}
.faq-accordion .accordion-item:not(:first-of-type) {
    border-top: 1px solid rgba(0, 0, 0, .125);
}
.faq-accordion .accordion-item {
    background-color: transparent;
    margin-bottom: 20px;
    border-radius: 12px;
}
.faq-accordion .accordion-button {font-size: 20px;
    color: #222;
    background-color: transparent;
    font-weight: 500;
    padding: 20px 20px;}
.faq-accordion .accordion-button::after {content: "\f067";
    background-image: none;
    font: normal normal normal 14px / 1 FontAwesome;
    background-color: #0a0a0a;
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
    color: #fff;
    border-radius: 50%;
    width: 32px;
    height: 32px;
}
.faq-accordion .accordion-button:not(.collapsed)::after {
    background-image: none;
    transform: rotate(0deg);
    content: "\f068";
    background-color: #024D44;
}
.faq-accordion .accordion-button:not(.collapsed) {
    box-shadow: none;color: #024D44;
}
.faq-accordion .accordion-body {
    padding: 5px 20px;
}
.faq-accordion p {}

/*================= Our Process ===================*/
.bg-light-warning{background-color: #fffaec;}
.process-line-wt {    position: relative;
    width: 90%;
    margin: auto;
}
.process-line {
    position: absolute;
    top: 60px;
    left: 90px;
    right: 90px;
}
.process-line img {
    z-index: 0;
    margin: auto;
    display: block;
}
.process-list{display: flex;
    width: 100%;
    justify-content: space-between;
    align-self: center;
    margin: auto;
    text-align: center;}
.process-list li{    width: 33.33%;}
.process-list li:nth-child(odd){}
.process-box {
    position: relative;
}
.process-icon {      position: relative;
    width: 130px;height: 130px;
    border-radius: 50%;
    margin: 0px auto 10px;
    box-shadow: 0px 0px 16px 1px rgb(0 0 0 / 8%);
    background-color: #ffffff;
    padding: 15px;
   
}
.process-icon-bg{ background-color: #f1f0f0; position: relative;
    width: 100%;height: 100%;
    border-radius: 50%;
    margin: 0px auto 10px;}
.process-icon img {
   position: relative;
    top: 20px;
    width: 55px;
    height: 55px;
    object-fit: contain;
}
.process-icon span {  position: absolute;
    bottom: 35%;
    right: -30px;
    width: 26px;
    height: 26px;
    line-height: 26px;
    font-size: 13px;
    color: #fff;
    font-weight: 500;
   background-color:#00B1FB;
    border-radius: 50%;
}
.process-list li h4 {
    font-size: 16px;
    font-weight: 600;
    max-width: 185px;
    margin:10px auto;
}
.process-list li p{    max-width: 200px;
    margin: auto;
    color: #4c4949;
    font-size: 12px;
    line-height: 18px;}



/*================= client home page ===================*/
.bdr-bg{     width: 80px;
    background-color: #000;
    height: 3px;
    display: inline-block;}
.bdr-bg1{     width: 80px;
    background-color:#e4be82;
    height: 3px;
    display: inline-block;}
.lightgold{color:#e4be82;}
.inner-box{box-shadow: 0px 0px 20px rgba(0,0,0,0.10);    background-color: #fff;
    text-align: center;}
.inner-box>.thumbnail{ margin-bottom: 0px;}
.inner-box>.thumbnail img{    width: 100%;
    height: 225px;
}

/*=============== our team ===================*/
.team-card{position: relative;padding: 40px 10px 25px;}
.team-card-icon{width: 80px;height: 80px;margin: 0px auto 15px;transition: 0.5s;}
.team-card-icon>img{width: 100%;height: 100%;object-fit: contain;}
.team-card:hover>.team-card-icon{transform: scale(1.1);-webkit-transform: scale(1.1);-o-transform: scale(1.1);}
.team-card h3{font-size: 30px;font-weight: 600;color: #fff;}
.ourteam-wrap{background-color: #404041;position: relative;padding-top: 40px;}
.team-box{position: relative;
    padding: 10px;margin-bottom: 25px;}
.team-box .media-left{width:15% !important;}
.team-box .team-box-img{width: 150px;
    height: 150px;
    overflow: hidden;
    border-radius: 50%;margin-bottom: 5px;}
.team-box .team-box-img img{width:100%; height: 100%; transition: 0.5s;object-fit: cover;}
/*.team-box:hover> .team-box-img img{transform: scale(1.2);-o-transform: scale(1.2);-webkit-transform: scale(1.2);}*/
.team-box .client_info{padding: 15px 0px;position: relative;}
.team-box .client_info h4{ font-size: 15px; color: #fff;font-weight: 600;}
.team-box .client_info h6{     color: #74C2CC;
    font-size: 14px;font-weight: 600;}
.team-box .client_info p{font-size: 12px;
    color: #fff;
    font-weight: 300;
    line-height: 20px;margin-right: 46px;}
.team-box .client_info p:first-child{margin-bottom: 0px;}
.team-box .client_info .collapse-text a{font-weight: 400;
    color: #0f4aa4;}
.team-box .hdr-social-link{}
.team-box .hdr-social-link li a {   }
.owl-dots{text-align: center;}
.owl-carousel button.owl-dot{width: 8px; height: 8px; display:inline-block; margin: 5px; border-radius: 50%; background-color: #e0eaf6; }
.owl-carousel button.active{background-color:#f9a23a;width: 10px; height: 10px;}
.owl-nav {}
.owl-nav button span { font-size: 40px;
    line-height: 22px;
    font-weight: 200;
    width: 30px;
    height: 30px;
    border-radius: 0px;
    display: block;
    color: #fff;
    background: #000;
}
.owl-nav button span:hover{background: #222;
    color: #fff;}
    .owl-nav .owl-next, .owl-nav .owl-prev{position: absolute;
    top: 45%;}
.owl-nav .owl-next{right: -35px;}
.owl-nav .owl-prev {    left: -35px;}
/*====================  ====================*/
/*==================== ====================*/
.testimonial_block {width: 100%;
    position: relative;

}
/*.testimonial_block:before{    content: "\f10d";
    position: absolute;
    font: normal normal normal 14px/1 FontAwesome;
    color:#ffd46c;
    font-size: 40px;
    left: -18px;
    top: -18px;}
*/
.client_message:after{    content: "\f10e";
    position: absolute;
    font: normal normal normal 14px/1 FontAwesome;
    color: #d4e7ff;
    font-size: 24px;
    right: 10px;
    bottom: 10px;
}
.testimonial_icon {width: 80px;
    height: 80px;
    overflow: hidden;
    border-radius: 50%;
    margin: 0px auto 10px;
}
.testimonial_icon i {
  width: 100%;height: 100%;object-fit: cover;
}
.client_message {position: relative;
    width: 100%;
    background-color: #fff;
    border-radius: 12px;
    padding: 25px;
    border: 1px solid #ddd;
}
.client_message h5.text-warning {font-size: 18px;
}
.client_message p {font-size: 14px;
    overflow: auto;
    max-height: 95px;
    margin: 10px 0px 25px;
}
.client_info{margin-bottom: 15px;}
.client_info .name h4 {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 0px;
}
.client_info .name span {
       font-size: 13px;
    line-height: 18px;
    color: #898686;
}

.testimonial_block .quote_left {
    content: "";
    position: absolute;
    left: 0px;
    bottom: -10px;
}
.testimonial_block .quote_left i {
    font-size: 70px;
    color:#e8fff0;
}
#testimonials .owl-carousel .owl-dots{text-align: center;}
#testimonials .owl-carousel .owl-dots .owl-dot{width: 12px; outline: none;
    height: 12px; margin: 2px;
    border-radius: 50%;
    background-color: #ddd;}
#testimonials .owl-carousel .owl-dots .owl-dot.active{background-color:#ff0000;}
/*========= home page contact =========*/
.home-contact-wrap{}
.contactinfo-rgt{}
.contactinfo-rgt .title{}
.contactinfo-rgt .fotr-media{margin-bottom: 20px;}
.contactinfo-rgt .fotr-media h6{font-size: 13px; color: #777;}
.contactinfo-rgt .fotr-media p{ color: #000;}
.contactinfo-rgt .fotr-media p a{color: #000;
    font-size: 16px;
    font-weight: 500;}
.contactinfo-rgt .hdr-social-link li a {}
.contact-form{
    border-radius: 12px;}
.contact-form h4{font-size: 28px;}
.map-col .contact-form{ padding-left: 50px;}
.contact-form .form-group{ margin-bottom: 20px;}
.contact-form label{     font-weight: 500;
    font-size: 16px;
    margin-bottom: 5px;}
.form-ctrl{height: 50px;
    border-radius: 10px;
    padding-left: 15px;
    border: 1px solid #f9f9f9;
    font-size: 15px;
    background-color: #f9f9f9;
    color: #000;
}
.btn-submit{padding: 10px 20px;}
textarea.form-ctrl{padding-left: 15px;height:auto;}
/*=========== Our Clients ================*/
.ulRowfive{}
.ulRowfive>li{width: 20%;}
.partner-logo{position: relative;
    width: 100%;
    overflow: hidden;
    padding: 10px 20px;
    background-color: #fff;
    height: 100px;
}
.partner-logo>img{transition: 0.5s;width: 100%;height: 100%;object-fit: contain;}
.partner-logo:hover> img{ transform: scale(1.2); -o-transform: scale(1.2); -webkit-transform: scale(1.2);}

/*=========== moment-wrap ================*/
.newsletter-wrap{border-bottom:1px solid #3979ab;padding: 35px 0px 20px;}
.newsletter-wrap .title h3{}
.newsletter-wrap .title p{}
.newsletter-wrap .form-control{height: 60px;
    border-radius: 10px;
    background-color: #024D44;
    color: #fff;
    font-size: 16px;}
    .newsletter-wrap .form-control::placeholder {
  color: #f5f5f5;
  opacity: 1; /* Firefox */
}

.newsletter-wrap .form-control::-ms-input-placeholder { /* Edge 12-18 */
  color:#f5f5f5;
}
.newsletter-wrap .btn{    font-size: 18px;
    letter-spacing: 1px;
    padding: 16px 30px;}

/*=========== footer ================*/
footer{  background:#F0F7FE;
    padding-top: 45px;}
footer .title{}
footer .title h2{color: #000;}
footer .title h2 span{-webkit-text-stroke: 1px #000;
    color: #404041;}
.fotr-logo{ margin-bottom: 15px;width: 185px;}
footer h3{color: #fff;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 20px;
    position: relative;
    text-transform: capitalize;}
footer h3:before{position: absolute;
    bottom: -8px;
    height: 2px;
    width: 40px;
    background-color: #F48C10;
    left: 0px;
    content: "";
border-radius: 20px;}

footer p{ color:#e3e4eb; font-size: 14px; line-height: 22px;font-weight: 400;}
.fotr-media{    margin-bottom: 15px;
    position: relative;}
.fotr-media-icon{width: 35px;
    height: 35px;
    background-color: #F48C10;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    border-radius: 50%;}
.fotr-media-icon>img{width: 100%;height: 100%;object-fit: contain;}
.fotr-media h6{margin-top: 0px;
    font-size: 15px;
    margin-bottom: 5px;
    color: #fff;}
.fotr-media p{ margin-bottom: 5px;}
.fotr-media p a{font-size: 15px;
    font-weight: 400;
    color: #e3e4eb;
    margin-bottom: 5px;}
.fotr-media p a:hover{color:#F48C10;}
.fotr-media p i{  font-size: 14px;
    width: 25px;
    height: 25px;
    background-color: #F48C10;
    line-height: 26px;
    border-radius: 4px;
    color:  #fff;
    text-align: center;}
.fotr-media h4{ margin-top: 0px; position: relative; margin-bottom: 20px;}
.fotr-media h4:before{position: absolute;
    bottom: -8px;
    height: 2px;
    width: 50px;
    background-color: #F48C10;
    left: 0px;
    content: "";}
.adress{padding-right:80px;}
.fotr-media-item{margin-bottom: 25px;}
.fotr-menu{}
.fotr-menu li{}
.fotr-menu li:last-child{margin-right: 0px;}
.fotr-menu li  img{width: 20px;height: 20px;margin-right: 5px;object-fit: contain;}
.fotr-menu li a{   color:#e3e4eb;
    display: inline-block;
    padding: 6px 0px;
    transition: 0.5s;
    font-weight: 400;
    font-size: 14px;}
	.fotr-menu li a:hover{transform: translate(10px, 0px);-o-transform: translate(10px, 0px);-webkit-transform: translate(10px, 0px); text-decoration:none;color:#F48C10;}
	.cpyrgt-wrap{       position: relative;
    padding-top: 20px;
    padding-bottom: 5px;
   border-top: 1px solid #0d5e55;}
footer .hdr-social-link{margin-top: 10px;}
footer .hdr-social-link li a{color:  #000;transition: 0.5s;background-color:#e4efff;}
footer .hdr-social-link li a:hover{transform: scale(1.2);-webkit-transform: scale(1.2);-o-transform: scale(1.2);}
    .cpyrgt-wrap p{     font-size: 14px;
    font-weight: 400;
    color: #e3e4eb;}
.cpyrgt-wrap p a{font-weight: 500;color: #F48C10;}
.cpyrgt-wrap p a:hover{color: #fff;}
/*========== whatsapp ==========*/
.fixed-links {right: 5px;
    position: fixed;
    z-index: 100;
    bottom: 50px;}
.fixed-links>a{font-weight: 600;
    border-radius:50%;
    font-size: 22px;
    color: #fff;
    background: #222;
    box-shadow: 0 1px 6px 0 rgba(0,0,0,0.06), 0 2px 32px 0 rgba(0,0,0,0.16);
    padding: 11px;
    height: 50px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px 4px;
    text-decoration: none;
    text-align: center;}
.fixed-links>a.whatsap{background: #25d366;}
.fixed-links>a.call{background-color: #0b6c61;}
.fixed-links>a.spotify{background-color: #1FD860;}
.fixed-links>a.google{background-color: #db2828;}
.mrgn-btm0{margin-bottom: 0px;}
/*================ thank you  ===========*/
.thanks-section{padding-top: 90px;padding-bottom: 80px; background-color: #f5f5f5;}
.inner-thanks{}
.inner-thanks img{ width: 100px;margin-bottom:10px;}
.thanks-footer{padding-top: 0px;}
.thanks-footer .cpyrgt-wrap{ margin-top: 0px;}
.btn-width{width: 150px; margin: auto;}

/*================ inner pages ===========*/
.txt_dec {
    position: relative;
    margin-bottom: 25px;
}
.txt_dec h2 {
    font-weight: 600;
}
.txt_dec h3 {
    font-weight: 600;
}
.txt_dec h4 {
    font-weight: 600;
    font-size: 18px;
    text-transform: inherit;
}
.txt_dec p {
    text-align: justify;
}
/*============= about us ================*/
.inr-wrap{position: relative; padding-top:20px;padding-bottom: 10px;overflow: hidden;}
.inr-wrap-banner>img{height: 300px;object-fit: cover;}
.inr-wrap-banner .bg-primary {
    background-color: rgb(9 9 18 / 73%) !important;
}
.inr-title{ position: relative;}
.inr-title h1{font-size: 60px;}
.brdcrm{background-color: transparent;
    border: none;
    border-radius: 0px;
    padding: 10px 0px;
    margin-bottom: 0px;}
.brdcrm>li {    text-transform: uppercase;
    font-weight: 500;
    font-size: 13px;}
.brdcrm>li a{ color: #d1d1d1;}
.breadcrumb-item+.breadcrumb-item::before { color: #fff1d0;}
.brdcrm>li.active{ color: #fff;}

.about-tab-nav{margin-bottom: 35px;
    border-bottom: 1px solid #ddd;
    margin-left: 0px;}
.about-tab-nav li{ }
.about-tab-nav li:first-child{padding-left: 0px;}
.about-tab-nav li a{display: block;
    padding: 12px 35px;
    font-size: 17px;
    color: #333;
    font-weight: 500;
    text-transform: uppercase;
    border-bottom: 2px solid transparent;}
.about-tab-nav li.active > a{border-bottom: 2px solid #1f56aa; color: #1f56aa;}
.about-tab-nav li a:focus{text-decoration: none;}
.about-tab-nav li a:hover{text-decoration: none;color: #1f56aa;}
.abt-dec{margin-bottom: 20px;}
.abt-dec h3{ margin-bottom: 20px;}
.abt-dec p{   font-size: 14px;
    color: #777;}
.abt-dec p:last-child{margin-bottom: 0px;}
.abt-tmbimg{}
.abt-tmbimg .img-responsive{}
.vision-mission{ margin-bottom: 24px;
    border: 1px solid #818181;
    padding: 20px;}
.vision-mission h4{font-size: 22px;
    font-weight: 600;}

.client-list img {
    transition: 0.5s;
        -webkit-filter: grayscale(1);
    filter: grayscale(1);
    opacity: .4;
}
.client-list:hover> img {opacity: 1;
    transform: scale(1.2);
    -o-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}

/*================ Gallery=================*/
.tabs-nav {
    margin-bottom: 20px;
    border: 1px solid #858585;
    border-radius: 30px;
    padding: 6px;
}
.tabs-nav .nav-link {
    border-radius: 30px;
    font-size: 20px;
    color: #858585;
    font-weight: 500;
    padding: 10px 5px;
}
.tabs-nav .nav-link.active, .tabs-nav .show>.nav-link {
    color: #fff;
      background-color: #CF055B;
}
.galry-list .tmb {
    height: 380px;}
.galry-list .embed-responsive, .album-list .embed-responsive{
    width: 100%;
    height: 100%;
    border-radius: 6px;
    overflow: hidden;
}
.album-list .tmb {
    height: 260px;}
/*================ Services =================*/
.srvs-row{background-color: #d3a023;margin-right: 0px;
    margin-left: 0px;}
.srvs-row>* {
    padding-right: 0px;
    padding-left: 0px;
}
.srvs-item{position: relative;    padding: 0px 30px;}
.srvs-item .title h2 {
    color: #fff;
}
.srvs-item p{font-size: 14px;color: #fff;}
.srvs-img{width: 100%;
    height: 500px;
    object-fit: inherit;}
.srvs-img>img{width: 100%;height: 100%;object-fit: cover;}


/*================ contact =================*/
.contactus-inner{}
.location-wrap{position: relative;}
.location-wrap>iframe{width: 100%;
    height: 400px;}
/*===================== Sign up  setion  ===============*/


/*================ login =================*/
.login-wrap{position: relative; padding: 90px 0px;background-color: #3d7fe2;}
.login-form-box{  width: 75%;
    margin: auto;
    padding: 20px 40px;
    background-color: #fff;
    /*box-shadow: 0px 0px 14px 2px #e4e4e4;*/
    border-radius: 4px;
    position: relative;
    overflow: hidden;}
.login-form-box:before{content: "";
    position: absolute;
    left: -28px;
    top: 0px;
    bottom: 0px;
    width: 54%;
    background-color: #1f56aa;
    transform: skew(-5deg, 0deg);-o-transform: skew(-5deg, 0deg);-webkit-transform: skew(-5deg, 0deg);}
.logi-lft-box{position: relative;margin-bottom: 40px;margin-right: 40px;}
.logi-lft-box img{width: 75px;
    margin: 25px auto 15px;
    display: block;}
.logi-lft-box h3{    color: #fff;
    font-size: 30px;}
.logi-lft-box h5{    color: #fff;
    font-size: 16px;}
.sign-nav{text-align: center;}
.sign-nav li{margin-top: 10px;}
.sign-nav li a{    background-color: #fff;
    display: block;
    font-size: 14px;
    border-radius: 30px;
    padding: 10px;
    font-weight: 600;
    text-transform: uppercase;
margin-right: 40px;
color: #333;}
.sign-nav li.active> a{background-color: #ff0000;color: #fff;}
.sign-nav li a:hover{text-decoration: none;
    background-color: #ff0000;
    color: #fff;}
.login-form{      position: relative;
    margin-left: 80px;
    margin-top:20px;}
.login-form h4{font-size: 26px;
    margin-bottom: 40px;
    font-weight: 600;}
.login-form .form-group{margin-bottom: 25px;}
.login-form .form-group label{    font-size: 16px;font-weight: 600;}
.login-form .form-group .checkbox  label{font-weight:500;}
.login-form .form-control{border-left: none;
    border-right: none;
    border-top: none;
    box-shadow: none;
    border-radius: 0px;
    padding-left: 2px;
    border-bottom: 1px solid #bbbbbb;
    height: 40px;
    font-weight: 500;}
.forget-psw{margin-top: 30px;}
.forget-psw a{    color: #1f56aa;
    font-weight: 500;
    text-decoration: underline;
display: block; margin-bottom: 10px;}
.forget-psw p{font-weight: 500;
    font-size: 16px;
    color: #333;}
.forget-psw a:hover{color: #777; text-decoration: none;}
.login-form .btn{
    text-transform: uppercase;
    font-weight: 600;
    height: 45px;
    border-radius: 30px;}

/*============ Articales ===============*/
.articles-item .item-dec h4 {
    font-size: 24px;
    font-weight: 600;}
    .articles-item .item-dec .date{    font-size: 14px;
    color: #8d8d8d;
    margin-bottom: 15px;}
.articles-item .tmb {height: 260px;}
/*============ Testimolial-inner ===============*/
.testimolial-inner{}
.testimolial-inner .client_message {margin-bottom: 20px;}
.testimolial-inner .client_info {margin-bottom: 0px;}
.testimolial-inner .media .media-left{padding-right: 0px;}
.testimolial-inner .testimonial_icon{margin: 0px 15px 0px 0px;border-radius: 10px;}

/* ============ book-live-music-list ============== */
.book-live-music-list{}
.book-live-music-list .articles-item .tmb {
    height: 240px;
}
.book-live-music-list .articles-item .item-dec h4 {
    font-size: 20px;
}

.tags{}
.tags a{display: block;
    padding: 5px 10px;
    border: 1px solid #b4b4b5;
    color: #161726;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;}




