/*@import url('https://fonts.googleapis.com/css?family=Poppins:200,200i,300,300i,400,400i,500,500i,600,600i,700,700i&display=swap');*/
* {
    padding: 0;
    margin: 0;
}


/*** Body CSS ***/

body {
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    line-height: 1.9;
    color: #576477;
}

p {
    margin-bottom: 0;
}


/*** Focus CSS ***/

a:focus,
input:focus,
button:focus,
textarea:focus {
    outline: 0 solid;
}

a:hover {
    text-decoration: none;
    color: white;
}


/*** Image CSS ***/

img {
    max-width: 100%;
    height: auto;
}


/*** Heading CSS ***/

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
    color: #06043e;
    font-family: 'Poppins', sans-serif;
}

h1 {
    font-size: 34px;
}

h2 {
    font-size: 32px;
}

h3,
h3 a {
    font-size: 23px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}
.h4{font-size: 20px;
font-weight: 600;
    color: #fff;
    font-family: 'Poppins', sans-serif;
}
.head{font-weight: 650;
    color: #000;
    font-family: serif;
    
    
}

.screen-head{
    font-weight: 650;
    color: #02419e;
    font-family: serif;
    font-size: 30px;
}
/*** Ul & Li CSS ***/

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

li {
    display: inline-block;
}
/*** Color Typo ***/
.white,
.white a,
.white h1,
.white h2,
.white h3,
.white h4,
.white h5,
.white h6{
    color: #ffffff;
}

/*** Section padding CSS ***/

.pd-80 {
    padding: 0px 0;
}

.pd-100 {
    padding: 40px 0;
}

.pt-80 {
    padding-top: 80px;
}

/*.pt-100 {
    padding-top: 100px;
}*/

.pb-80 {
    padding-bottom: 80px;
}

.pb-100 {
    padding-bottom: 100px;
}


/*** Overflow hidden CSS ***/

.o-hi {
    overflow: hidden;
}



/*** Overflow hidden CSS ***/

.aic {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}


/*** Display flex CSS ***/

.dfx {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}


/*** Background CSS ***/

.bg {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}


/***************
Header area CSS
***************/

.header-area {
    padding-top: 17px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.header-absolute {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9;

}

#mainmenu-area-sticky-wrapper {
    position: relative;
    z-index: 9;
}

.is-sticky .header-area {
    -webkit-box-shadow: 0 0 4px rgb(0 0 0 / 0.14), 0 4px 8px rgb(218 213 213 / 0.31);
    box-shadow: 0 0 4px rgb(0 0 0 / 0.14), 0 4px 8px rgb(218 213 213 / 0.31);
    z-index: 99999;
    margin: 0;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    background-color: #ffffff;
    padding-top: 13px;
}
.mainmenu-area{
width: 1349px;
    position: fixed;
    top: 0px;
    z-index: auto;}
.hero-area .slider-btn
{color: #333333;background: #fff;border-color: #fff;
	margin-left: 10px;
	border-radius: 5px;
	display: inline-block;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 1;
    margin-bottom: 14px;
    padding: 6px 24px;
    text-align: center;
    text-transform: capitalize;
    touch-action: manipulation;
    transition: all 0.3s ease 0s;
    vertical-align: middle;
    white-space: nowrap;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    border: 2px solid transparent;
}

/*** Menu CSS ***/

.mainmenu {
    text-align: right;
}

.mainmenu li {
    position: relative;
}

.mainmenu li a {
    display: block;
    padding: 10px 20px 25px;
    color: #576477;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    font-size: 15px;
}

.mainmenu li a.active {
    color: #C82C29 !important;
}

.mainmenu li:hover a {
    color: #C82C29;
}

.mainmenu li ul {
    position: absolute;
    left: 0;
    top: 63px;
    width: 200px;
    background-color: white;
    text-align: left;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    -webkit-box-shadow: 2px 5px 20px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 2px 5px 20px 0 rgba(0, 0, 0, 0.1);
    border-radius: 3px;
}

.mainmenu li:hover ul {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
}

.mainmenu li li {
    display: block;
    position: relative;
}

.mainmenu li ul li>a {
    padding: 5px 20px;
    font-weight: 400;
    color: #576477 !important;
}

.mainmenu li li:hover>a {
    color: #C82C29 !important;
}

.is-sticky .mainmenu li a {
    padding-bottom: 25px;
}

.is-sticky .mainmenu li ul li a {
    padding: 5px 20px;
}

.mainmenu li a:after {
    position: absolute;
    right: 0;
    bottom: 10px;
    width: 0;
    height: 3px;
    content: "";
    background-color: #C82C29;
    z-index: -1;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    border-radius: 5px;
}

.mainmenu li a.active:after,
.mainmenu li:hover a:after {
    width: 100%;
    left: 0;
    right: auto;
}

.mainmenu li ul li a:after {
    opacity: 0;
}

.logo-1{height: 150px;}

/*************
Hero area CSS
*************/

.hero-area {
   background-image: url(../betimg/bg.jpg);
    position: relative;
    padding-top: 150px;
    padding-bottom: 100px;
}

.hero-area .h-icon {
    font-size: 25px;
    background-color: #fff;
    width: 55px;
    height: 55px;
    display: inline-block;
    color: #fff;
    text-align: center;
    line-height: 55px;
    border-radius: 5px;
    margin-bottom: 40px;
    -webkit-box-shadow: 0px 5px 30px 5px rgba(0, 0, 0, .3);
    box-shadow: 0px 5px 30px 5px rgba(0, 0, 0, .3);
}

.hero-area h3 {
    color: #8392A5;
    margin-bottom: 20px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.hero-area h1 span {
    font-weight: 200;
}

.hero-area h1 {
    line-height: 1.8;
    margin-bottom: 40px;
    margin-top: 20px;
    color:#fff;
}


/*** Button CSS ***/

.button {
    display: inline-block;
    background-color: #C82C29;
    padding: 12px 30px;
    color: #fff;
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: 500;
    position: relative;
    z-index: 1;
}

.button:hover {
    color: white;
}

.button:after {
    position: absolute;
    right: 0;
    top: 0;
    width: 0%;
    height: 100%;
    content: "";
    background-color: #001737;
    z-index: -1;
    border-radius: 5px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.button:hover:after {
    width: 100%;
    left: 0;
    right: auto;
}

.hero-img {
    position: relative;
}

.hero-img img {
    position: relative;
    z-index: 3;
    
}

.hero-img img.path-1-img {
    position: absolute;
    right: -21px;
    top: 58%;
    width: 354px;
    margin-top: -15px;
    pointer-events: none;
    border: none;
}

.hero-area .col-lg-7 {
}

img.path-1-img.path-3-img {
    right: -320px;
    bottom: 17%;
    top: auto;
    pointer-events: none;
    z-index: 2;
}

img.path-1-img.path-2-img {
    left: -42%;
    bottom: -125px;
    top: auto;
    z-index: 2;
    pointer-events: none;
    width: 336px;
}
/*****************
Features area CSS
*****************/

.title h6 {
    color: #8392A5;
    font-weight: 400;
    margin-bottom: 20px;
}

.title h2 span {
    font-weight: 200;
}

.title h2 {
    line-height: 1.4;
}

.title {
    margin-bottom: 60px;
}

.single-features-item {
    margin-bottom: 30px;
    -webkit-box-shadow: 10px 10px 40px -6px rgba(0, 0, 0, 0.1);
    box-shadow: 10px 10px 40px -6px rgba(0, 0, 0, 0.1);
    padding: 3px 7px;
    border-radius: 7px;
    border: 3px solid black;
}

.features-icon {
    width: 20%;
    margin-right: 8%;
}

.open{
    color: #e8fdff;
    border: 1px solid white;
    background: white;
    padding: 4px 57px;
    background:#000032;
    font-size: 19px;
    text-align: center;
    border-radius: 7px;
    font-weight: bolder;
    font-stretch: expanded;
}


.close-time{
     color: #e8fdff;
    border: 1px solid white;
    background: #366584;
    padding: 4px;
    text-align: center;
    font-size: 19px;
    border-radius: 7px;
    font-weight: bolder;
    font-stretch: expanded;
}


p.close{text-align: center;}

.main-name{
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    color: black;
}



.features-icon .mdi {
   
    width: 64px;
    height: 64px;
    line-height: 64px;
    text-align: center;
    background-color: #35BFE6;
    border-radius: 5px;
    color: white;
    font-size: 25px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    border: 1px solid #35BFE6;
}

.features-icon span.mdi.mdi-file-music {
    background-color: #fff;
    border: 1px solid #fff;
}

.features-icon span.mdi.mdi-view-dashboard {
    background-color: #03a3b3;
    border-color: #29a3c8;
   font-size: 32px;
    margin-left: 23px;
}

.features-icon span.mdi.mdi-account {
    background-color: #5CBC2B;
    border-color: #5CBC2B;
}

.features-icon span.mdi.mdi-radio {
    background-color: #F38550;
    border-color: #F38550;
}

.features-icon span.mdi.mdi-server {
    background-color: #FA4C9A;
    border-color: #FA4C9A;
}

.single-features-item:hover span.mdi.mdi-account {
    color: #5CBC2B;
}

/*.single-features-item:hover span.mdi {
    background-color: white;
    color: #35BFE6;
}*/

.single-features-item:hover span.mdi.mdi-file-music {
    color: #7142F8;
}

/*.single-features-item:hover span.mdi.mdi-dice-multiple {
    color: #03a3b3;
}*/

.single-features-item:hover span.mdi.mdi-radio {
    color: #F38550;
}

.single-features-item:hover span.mdi.mdi-server {
    color: #FA4C9A;
}

.features-image {
    position: relative;
    z-index: 1;
    text-align: center;
}

.features-image:after {
    position: absolute;
    right: 8%;
    bottom: 23%;
    width: 100px;
    height: 300px;
    content: "";
    background-color: #29a3c8;
    z-index: -1;
    -webkit-transform: rotate(23deg);
    -ms-transform: rotate(23deg);
    transform: rotate(23deg);
    border-radius: 0 20px;
    -webkit-animation: animatebg 3s linear infinite;
    animation: animatebg 3s linear infinite;
}

@-webkit-keyframes animatebg {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    50% {
        -webkit-transform: rotate(23deg);
        transform: rotate(23deg);
    }
    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@keyframes animatebg {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    50% {
        -webkit-transform: rotate(23deg);
        transform: rotate(23deg);
    }
    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

.features-image img {
    box-shadow: 0 10px 55px rgba(0,0,0,.1);
    border-radius: 34px;
}


.features-area .title {
    margin-bottom: 50px;
}


.bazzar-heading{
    font-weight: 650;
    color: #000032;
    font-family: serif;
    font-size: 35px;margin-top: 25px;
}
p.bhav-heading{
font-size: 22px;
    font-weight: 900;
    color: black;
    text-align: center;
    font-family: serif;
   
    

}
    td.bhav-head{
   font-size: 20px;
    margin-bottom: 14px;
    background: #fff;
    color: #000000;
    width: 320px;
}


.bhav-rate{
    margin-bottom: 25px;
    margin-left: 30px;
    padding: 30px;
    /* border: 3px solid #000000; */
    border-radius: 30px;
    background: white;
    box-shadow: inset 1px 1px 7px 6px #02419e;

}

h2.bazzar-heading{
    text-align: center;
    font-family: serif;
    margin-bottom: 60px;
    color: #02419e;
    
}
.bazarBox {
        border: 2px solid #ea1c1c;
        text-align: center;
        margin: 20px 0px;
    }
    p.opnTime {
        background-color: #0138ff;
        padding: 5px;
        color: #fff;
        font-size: 20px;
        background: linear-gradient(45deg, #fb008b, #f30000);
        font-weight: bold;
    }
    p.closeTime {
        background-color: #000032;
        padding: 5px;
        color: #fff;
        font-size: 20px;
        background: linear-gradient(45deg, #fb00dc, #6213ca);
        font-weight: bold;
    }
    p.marketName{
        font-size: 25px;
        color: black;
        font-weight: 600;
    }
/*****pricing css**/
.pricingTable{
        padding: 25px 0 0;
        background: #4f384d;
        text-align: center;
        transition: all 0.3s ease 0s;
        border: 2px solid #000;
        background: linear-gradient(45deg, #000032, #030380);
    }
    .pricingTable:hover{ box-shadow: 0 8px 6px -6px #4f384d; }
    .pricingTable .title{
        font-size: 30px;
        font-weight: 700;
        color: #fff;
        letter-spacing: 1px;
        text-transform: uppercase;
        margin: 0 0 20px 0;
    }
    .pricingTable .title2{
        font-size: 60px;
        font-weight: 700;
        color: #f5081f;
        letter-spacing: 1px;
        text-transform: uppercase;
        margin: 0 0 20px 0;
    }
    .pricingTable .price-value{
        font-size: 50px;
        color: #c5d2d4;
        margin-bottom: 30px;
    }
    .pricingTable .month{
        display: block;
        font-size: 20px;
        color: #fe6c6c;
    }
    .pricingTable .pricing-content{
        padding: 60px 0 30px;
        z-index: 1;
        position: relative;
    }
    .pricingTable .pricing-content:before,
    .pricingTable .pricing-content:after{
        content: "";
        width: 50%;
        height: 100%;
        background: #fff;
        border-radius: 0 50px 0 0;
        z-index: -1;
        position: absolute;
        top: 0;
        left: 0;
    }
    .pricingTable .pricing-content:after{
        border-radius: 50px 0 0 0;
        left: auto;
        right: 0;
    }
    .pricingTable .pricing-content ul{
        padding: 0;
        margin: 0 0 20px 0;
        list-style: none;
    }
    .pricingTable .pricing-content ul li{
        font-size: 17px;
        font-weight: 600;
        color: #868285;
        line-height: 50px;
        letter-spacing: 1px;
        border-bottom: 1px solid #c5d2d4;
        width: 100%;
    }
    .pricing-content ul li:last-child{ border-bottom: none; }
    .pricingTable .pricingTable-signup{
        display: inline-block;
        padding: 7px 20px;
        font-size: 14px;
        font-weight: 700;
        color: #4f384d;
        text-transform: uppercase;
        border-left: 3px solid #4f384d;
        border-right: 3px solid #4f384d;
        position: relative;
        transition: all 0.3s ease 0s;
    }
    .pricingTable .pricingTable-signup:before,
    .pricingTable .pricingTable-signup:after{
        content: "";
        width: 0;
        height: 3px;
        background: #fe6c6c;
        position: absolute;
        top: 0;
        left: 0;
        transition: all 0.3s ease 0s;
    }
    .pricingTable:hover .pricingTable-signup{
        color: #fe6d6d;
        border-left-color: #fe6c6c;
        border-right-color: #fe6c6c;
    }
    .pricingTable .pricingTable-signup:after{
        top: auto;
        left: auto;
        bottom: 0;
        right: 0;
    }
    .pricingTable .pricingTable-signup:hover:before,
    .pricingTable .pricingTable-signup:hover:after{ width: 100%; }
    @media only screen and (max-width: 990px){
        .pricingTable{ margin-bottom: 30px; }
    }









/*** Counter area CSS ***/

.c-border-bg {
    position: relative;
    z-index: 1;
    padding-bottom: 60px;

}

.c-border-bg:after {
    background-image: url(../../index.html);
    position: absolute;
    left: 0;
    top: -40px;
    content: "";
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    z-index: -1;
}

.counter-number {
    font-size: 48px;
    color: #fff;
    font-weight: 600;

}

.single-counter-box-01 {
    font-weight: 500;
   text-transform: uppercase;
    text-align: center;
}

.single-counter-box {
 
    border-radius: 10px;
    text-align: center;
    padding: 15px;
    background:linear-gradient(45deg, #7b01ad, #fa0071);
    }
   

.counter-number-01{
    border-radius: 150px;
    text-align: center;
    padding: 10px;
    background: linear-gradient(45deg, #e6e4ef, #205982);
font-size: 25px;}



/***get link button**/
.link-btn{
   vertical-align: middle;
    font-size: 18px;
    padding: 16px 12px 15px 15px;
    border: 1px solid white;
    border-radius: 23px;
    margin-bottom: 6px;
  }
  .c-border{
      padding: 10px;
    background: #f5f5f5;
    margin-bottom:20px;
  }
  .link-head{
      text-align:center;
      padding: 15px;
      color: #02419e;
  }
  .btnMsg{
   background: #b50192;
    padding: 10px 36px;
    color: white;
    font-size: 19px;
    border: 1px;
    border-radius: 23px;
    margin-left: 14px;
  }
  .image-responsive{
      margin-left:220px;
  }


/******************
Rectangle area CSS
******************/

.boxed-btn {
    border: 2px solid #000;
    display: inline-block;
    border-radius: 10px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    padding: 2px 10px 2px 11px;

}
.down-button{
    font-size: 20px;
}

.button-icon-img {
    width: 15%;
    margin-right: 10px;
    font-size: 24px;
    margin-bottom: 10px;
   
}
.btn-icon-img {
    width: 15%;
    margin-right: 10px;
    margin-bottom: 6px;
    font-size: 27px;
    margin-left: 20px;
    
}
.btn-content {
    width: 80%;
    font-size: 18px;

}
.down-button h6{margin-left: 7px;}

.button-content p {
    color:#1c4967;
    font-size: 20px;
    margin-bottom: 0;
    margin-left: 2px;
     font-weight: 600;
}

.btn-content p span {
    display: block;
    font-weight: 300;
    font-size: 12px;
    margin-bottom: 8px;
}

.button-content:hover {
    background-color: #96dde4;
    -webkit-box-shadow: 0 10px 30px -14px #C82C29;
    box-shadow: 0 10px 30px -14px #C82C29;
}

.boxed-btn.right-btn {
    margin-left: 15px;
}

.list {
    padding: 0;
    margin: 0;
    list-style: none;
    margin-bottom: 45px;
}

.list li:before {
    content: '\f12c';
    font-family: "Material Design Icons";
    color: #38D16A;
    font-size: 23px;
    font-weight: bold;
    position: absolute;
    left: 0;
    top: 2px;
}

.list li {
    display: block;
    color: #001737;
    font-weight: 500;
    font-size: 18px;
    position: relative;
    padding-left: 35px;
    margin-bottom: 20px;
    line-height: 23px;
}

.rectangle-img {
    position: relative;
    z-index: 1;
}

.rectangle-img img.mask {
    position: absolute;
    left: 5%;
    top: 25%;
    pointer-events: none;
    -webkit-animation: maskimg 15s linear infinite;
    animation: maskimg 15s linear infinite;
    margin-right: 0;
    box-shadow: 0 10px 30px rgba(0,0,0,.1);
    border-radius: 10px;
}

@-webkit-keyframes maskimg {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(0.7);
        transform: scale(0.7);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes maskimg {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(0.7);
        transform: scale(0.7);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.rectangle-img img.message-1 {
    position: absolute;
    right: 3%;
    bottom: 20%;
    pointer-events: none;
    margin-right: 0;
    box-shadow: 0 10px 30px rgba(0,0,0,.1);
    border-radius: 10px;
}

.title .mdi {
    background-color: #362785;
    width: 50px;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    text-align: center;
    color: white;
    font-size: 25px;
    border-radius: 50% 50% 0;
    margin-bottom: 30px;
    -webkit-box-shadow: 0px 7px 30px rgba(0, 0, 0, .3);
    box-shadow: 0px 7px 30px rgba(0, 0, 0, .3);
}

.rectangle-area {
    position: relative;
    z-index: 1;
}

.rectangle-area {
    background: #e5e8e7;
    background: -webkit-gradient(linear, left top, left bottom, from(#e5e8e7), to(#fdfdfd));
    background: -o-linear-gradient(top, #e5e8e7 0%, #fdfdfd 100%);
    background: linear-gradient(to bottom, #e5e8e7 0%, #fdfdfd 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e8e7', endColorstr='#fdfdfd', GradientType=0);
}


@-webkit-keyframes rectangleimg {
    0% {
        -webkit-box-shadow: 0 0 0 0 white;
        box-shadow: 0 0 0 0 white
    }
    50% {
        -webkit-box-shadow: 0 0 0 50px rgba(255, 255, 255, .3);
        box-shadow: 0 0 0 50px rgba(255, 255, 255, .3)
    }
    90% {
        -webkit-box-shadow: 0 0 0 50px rgba(255, 255, 255, .0);
        box-shadow: 0 0 0 50px rgba(255, 255, 255, .0)
    }
    100% {
        -webkit-box-shadow: 0 0 0 50px rgba(255, 255, 255, .0);
        box-shadow: 0 0 0 50px rgba(255, 255, 255, .0)
    }
}

@keyframes rectangleimg {
    0% {
        -webkit-box-shadow: 0 0 0 0 white;
        box-shadow: 0 0 0 0 white
    }
    50% {
        -webkit-box-shadow: 0 0 0 50px rgba(255, 255, 255, .3);
        box-shadow: 0 0 0 50px rgba(255, 255, 255, .3)
    }
    90% {
        -webkit-box-shadow: 0 0 0 50px rgba(255, 255, 255, .0);
        box-shadow: 0 0 0 50px rgba(255, 255, 255, .0)
    }
    100% {
        -webkit-box-shadow: 0 0 0 50px rgba(255, 255, 255, .0);
        box-shadow: 0 0 0 50px rgba(255, 255, 255, .0)
    }
}

img.shape-img {
    position: absolute;
    right: -10%;
    top: 34%;
    z-index: -1;
    pointer-events: none;
}

.rectangle-img img {
    margin-right: 100px;
    box-shadow: 0 10px 55px rgba(0,0,0,.1);
    border-radius: 32px;
}


/********************
Testimonial area CSS
********************/

.testimonial-area {
    position: relative;
    z-index: 1;
    padding: 50px 0 80px;
}

.testimonial-area:after {
    background-color:#06043e;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 65%;
    content: "";
    z-index: -1;
}

.t-title h6,
.t-title h2 {
    color: white;
    text-align: center;
}

.t-title h6 {
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    font-size: 30px;

}

.t-title h2 span {
    font-weight: 200;
}

.nav-bar {
    text-align: right;
    margin-top: 25px;
}

.nav-bar button {
    background: none;
    border: none;
    color: white;
    font-size: 25px;
    cursor: pointer;
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin: 0 10px;
    position: relative;
    z-index: 1;
}

.name-head{font-size: 20px;
color: #000;}




.t-carousel.nav-bar {
    text-align: left;
}

.single-c-item {
    background-color: white;
    padding: 40px 30px;
    border-radius: 49px 0px 49px;
    position: relative;
    z-index: 1;
    -webkit-box-shadow: 0 10px 30px -10px rgba(0, 0, 0, .1);
    box-shadow: 0 10px 30px -10px rgba(0, 0, 0, .1);
    margin: 30px 15px;
}

.single-c-item h5 {
    margin-bottom: 20px;
}

.t-image img {
    border-radius: 50%;
}

.t-content {
    margin-top: 40px;
}

.t-image {
    width: 20%;
    margin-right: 20px;
}

.t-text {
    width: 80%;
}

.t-text h6 span {
    display: block;
    font-size: 14px;
    color: #576477;
    font-weight: 400;
    margin-top: 8px;
}

.quote-icon {
    position: absolute;
    right: 10%;
    bottom: 8%;
    font-size: 50px;
    color: rgba(0, 0, 0, .1);
    z-index: -1;
}
/*About us*/
/*.about-section h3{text-align: center;
font-size: 20px;}

}*/

.abt-para{
    margin-top: 30px;
    text-align: justify;
    
    border: 2px solid black;
    padding: 25px;
    FONT-SIZE: 14PX;
    color: black;
}
.abt-head{
    font-size: 30px;
    color: #02419e;
    text-align: center;
    margin-top: 50px;
    border-radius: 45px;
}
/*button*/
/*.download-button:hover {
    background-color: #d4cff9;}*/
    .hero-area .slider-btn
    {margin-bottom: 14px;border-radius: 5px;}
    
.slider-btn a{color:black;
    text-align:center;
    color: #333333;background: #fff;border-color: #fff;
	margin-left: 10px;
	border-radius: 5px;
	display: inline-block;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 1;
    margin-bottom: 14px;
    padding: 0px 19px;
    text-align: center;
    text-transform: capitalize;
    touch-action: manipulation;
    transition: all 0.3s ease 0s;
    vertical-align: middle;
    white-space: nowrap;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    border: 2px solid transparent;
    margin-top: 14px;
}
.download-button{
   background-color: #fff;
    display: inline-block;
    padding: 0px 20px 9px 28px;
    border-radius: 37px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    box-shadow: 5px 5px #366584;
    }
.download-btn i{margin-bottom:7px;}
p.counter-heading{color: #005fa2;font-size: 17px;font-weight: 600;}


/**********************
Screen slider area CSS
**********************/

.gallery-slider .slide-item {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    margin: 30px 0px;
    border-radius: 30px;
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 0px 0px #ffffff, 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 0px 0px #ffffff, 0px 0px 30px 0px rgba(0, 0, 0, 0.1)
}

.gallery-slider .swiper-slide-active .slide-item {
    -webkit-box-shadow: 0px 0px 0px 12px #ffffff, 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 0px 12px #999, 0px 0px 30px 0px rgba(0, 0, 0, 0.1)
}

.swiper-container {
    padding-bottom: 0;
}


/***************
Footer area CSS
***************/

.footer-area {
    background: #ffffff;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#dae1e9));
    background: -o-linear-gradient(top, #ffffff 0%, #dae1e9 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #dae1e9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dae1e9', GradientType=0);
}

.footer-btn,
.copyright-section {
    text-align: right;
}

.footer-btn h4 {
    margin-bottom: 25px;
}

.footer-btn .boxed-btn {
    text-align: left;
}

.copyright-section li a {
    padding-left: 15px;
    display: block;
    font-weight: 500;
    color: #576477;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}



a.footer-logo {
    margin-bottom: 15px;
    display: block;
}
.copyright p{text-align: center;
    color: white;
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: 15px;
}

.copyright-section li a:hover {
    color: #C82C29;
}

.sponsor-area{
    color: #8392A5;
    font-size: 20px;
}

.wp a{
    position:fixed; bottom:18px;left:11px; z-index: 4;
    height:55px; width:55px;
}
.call-btn a{
    position:fixed; bottom:18px;right:11px; z-index: 4;
    height:55px; width:55px;margin-bottom: 50px;margin-left: 13px;
}
.call-btn img{height:55px; width:55px;
}
.counter-number p{
    font-size: 24px;}
    
.c-border-bg{ color: #fff;}


.footer-disclaimer {padding:30px;text-align:justify;
    margin-top:70px;
    color:#000;}
.footer-disclaimer h2{text-align: center;color: #02419e;}
}
 .text-call-back p {font-size: 24px}


.social{margin-top: -44px;}

.number{
    color: white;
    font-size: 25px;
    border: 2px solid white;
    padding: 10px;
    border-radius: 14px;
    }
.footer .container .col-md-12 .mdi {
    font-size: 28px;
    border-radius: 2px;
}



p.disclaimer {
    /* font-size: 12px; */
    font-size: 13px;
    line-height: 20px;
    padding: 16px 0 6px 0;
    padding-left: 10%;
    padding-right: 10%;
    text-align: center;
    color:white;
    }
    .footer-martket-link{
        text-align:center;
        margin-top:20px;
    }
    .footer-martket-link ul li a{
        font-size: 18px;
        padding: 0 4px;
        color:#78b4ff;
    }
    .footer-bg{
        background: #000032;
    }


/*****************
Scroll to top CSS
*****************/

#topcontrol {
    z-index: 9;
}

#topcontrol {
    font-size: 16px;
    font-weight: 900;
    color: white;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background-color: #C82C29;
    border-radius: 50%;
    -webkit-box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.1);
}

#topcontrol:hover {
    background-color: #35BFE6;
}

/*---dwn slider btn--*/
a.dwnBtn {
        color: #fff;
        background-color: #366584;
        padding: 16px 29px;
        font-size: 32px;
        border-radius: 36px;
        border: 3px solid #ffffff;
        background: linear-gradient(45deg, #ff0904, #ef4a87);
    }
/*--- end dwn slider btn--*/