img{
	width: 100%;
}

.dropdown-item {
    	padding: .25rem 0.5rem!important;}

body{
	font-family: 'Barlow', sans-serif;
}
.navbar-nav .nav-link {
    color: #fff !important;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}
.navbar {
	/*position: absolute;
	top: 0;*/
	width: 100%;
	background: #302f57;
    -webkit-backdrop-filter: blur(7.5px);
    backdrop-filter: blur(7.5px);
    border-bottom: 1px solid 3302f57;
    padding: 0px 10px;
        z-index: 9;
}
.navbar li{
    margin: 0 6px;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: -54px;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem;
}
.banner_div{
	position: relative;
	overflow: hidden;
}
.vc_title{
	background: #302f57;
    width: 60%;
    padding: 10px 0;
    border-radius: 0 30px 30px 0;
}
.vc_title h3{
	color: #fff;
	margin: 0;
	font-size: 28px;
	margin-left: 35px;
}
.bn-text{
	position: absolute;
	top: 20%;
	left: 0%;
	width: 55%;
}
.bn-text h4{
	margin: 10px 0 0 35px;
    font-size: 24px;
    font-weight: bold;
}
.bn-text h2{
        font-size: 48px;
    line-height: 60px;
    letter-spacing: -1.28px;
    margin-bottom: 20px;
    color: #302f57;
    font-weight: bold;
    margin-left: 35px;
}
.bn-text p{
    font-size: 24px;
    line-height: 30px;
    color: #302f57;
    margin: 0 0 0 38px;
}
.overflow-hidden {
    overflow: hidden !important;
}
.counter-card4_icon {
    width: 80px;
    height: 80px;
    line-height: 80px;
    border-radius: 50%;
    text-align: center;
    background-color: var(--white-color);
    border: 1px solid #EBEDF1;
    -webkit-filter: drop-shadow(2.5px 2.5px 15px rgba(232, 234, 238, 0.55));
    filter: drop-shadow(2.5px 2.5px 15px rgba(232, 234, 238, 0.55));
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    margin-bottom: 35px;
}
.counter-card4_icon img{
	width: 50%;
}
.counter-card {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px
}

.counter-card_icon {
    width: 112px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    position: relative;
    padding-left: 15px;
    margin-bottom: 2px;
    z-index: 2
}

.counter-card_icon:before,.counter-card_icon:after {
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: var(--black-color2);
    -webkit-clip-path: path("M13.3648 23.689C12.3113 18.0885 13.5019 11.7494 18.6938 9.40012C35.1267 1.96429 68.7714 -9.44147 82.3112 14.0815C100.548 45.7649 138.846 59.5402 82.3112 87.5508C66.122 95.5719 56.2138 98.9992 50.3168 99.8059C42.2525 100.909 34.515 87.5508 26.3756 87.5508H13.8433C10.9933 87.5508 8.2154 86.3499 6.50037 84.0737C-12.7867 58.4757 17.3824 45.0461 13.3648 23.689Z");
    clip-path: path("M13.3648 23.689C12.3113 18.0885 13.5019 11.7494 18.6938 9.40012C35.1267 1.96429 68.7714 -9.44147 82.3112 14.0815C100.548 45.7649 138.846 59.5402 82.3112 87.5508C66.122 95.5719 56.2138 98.9992 50.3168 99.8059C42.2525 100.909 34.515 87.5508 26.3756 87.5508H13.8433C10.9933 87.5508 8.2154 86.3499 6.50037 84.0737C-12.7867 58.4757 17.3824 45.0461 13.3648 23.689Z");
    z-index: -2
}

.counter-card_icon:after {
    background-color: var(--white-color);
    top: 2px;
    left: 10px;
    z-index: -1
}

.counter-card_icon img {
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

.counter-card_number {
    font-size: 40px;
    color: var(--white-color);
    font-weight: 900;
    margin-bottom: 8px;
    margin-top: -0.3em
}

.counter-card_text {
    font-weight: 500;
    color: var(--white-color);
    display: block;
    margin-bottom: -0.5em
}

.counter-card .icon {
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

.counter-card:hover .counter-card_icon img {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

.counter-card:hover .icon {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

.counter-card-wrap .counter-card_number {
    font-weight: 700
}
.counter-area-4 {
    padding-top: 0px
}
.counter-card4_icon {
    width: 80px;
    height: 80px;
    line-height: 80px;
    border-radius: 50%;
    text-align: center;
    background-color: #ffff;
    border: 1px solid #EBEDF1;
    -webkit-filter: drop-shadow(2.5px 2.5px 15px rgba(232,234,238,0.55));
    filter: drop-shadow(2.5px 2.5px 15px rgba(232,234,238,0.55));
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    margin-bottom: 15px
}



.counter-card4_icon:before {
    content: "";
    position: absolute;
    inset: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    border-radius: 50%;
    background-color: #684DF4;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: all 0.5s cubic-bezier(0.62, 0.21, 0.45, 1.52);
    transition: all 0.5s cubic-bezier(0.62, 0.21, 0.45, 1.52);
    z-index: -1
}

.counter-card4_icon img {
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

.counter-card4-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 40px
}

.counter-card4-wrap .divider {
    background: #D4DAE7;
    width: 1px;
    height: 245px
}

.counter-card4-wrap .divider:last-of-type {
    display: none
}


.counter-card4 .counter-title {
    margin-bottom: 10px;
    font-size: 20px
}
.counter-card4 .media-body {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: 312px
}

.counter-card4:hover .counter-card4_icon:before {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1)
}

.counter-card4:hover .counter-card4_icon img {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1)
}

.counter-card4:hover .counter-card4_icon{
	background-color: #684df4;
}
.abt_div{
	padding: 50px 0;
}
.widget_title {
    color: #29294c;
    font-weight: 600;
    text-transform: uppercase;
    padding: 0 0 17px 0;
    position: relative;
        font-size: 28px;
}
.widget_title:before {
    content: '';
    height: 2px;
    width: 100px;
    background-color: #29294c;
    position: absolute;
    left: 0;
    bottom: 0;
}
.widget_title:after {
    content: '';
    height: 10px;
    width: 10px;
    background-color: #29294c;
    position: absolute;
    bottom: -4px;
    left: 96px;
    border-radius: 99px;
    border: 2px solid #29294c;
}
.key_div{
	/*background-image: url(../images/hero_bg_2.jpg);
	background-size: cover;
	background-repeat: no-repeat;*/
	background-color: #EFF1F9;
	padding: 50px 0;
}
.key_box {
    position: relative;
    padding: 40px;
    background-color: #ffffff;
    box-shadow: 0px 0px 5px #E9E9E9;
    border-radius: 5px 5px 50px 5px;
    margin-bottom: 0;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    z-index: 2;
    margin-top: 30px;
    border-top: 5px solid #4268e5;
}

.key_box h5{
	font-size: 18px;
    color: #000;
    margin-bottom: 15px;
}
.key_box p{
	font-size: 16px;
    color: #7a7a7a;
    margin-bottom: 0;
}

.mast_div{
	padding: 30px 0;
}
.mast_inner{
    position: relative;
    box-shadow: 0px 4px 30px rgba(8, 14, 28, 0.08);
    background-color: #fff;
    margin-bottom: 40px;
}
.no_box{
	background: #29294c;
    text-align: center;
    padding: 45px 0;
}
.no_box h1{
	color: #fff;
    font-size: 80px;
    letter-spacing: 2px;
}
.no_box h3{
	margin: 0;
    color: #fff;
    font-size: 28px;
}
.text_box{
	padding: 15px 20px;
}
.text_box h5{
	font-size: 17px;
    font-weight: 600;
}
.text_box p{
	font-size: 15px;
    margin: 0px 0 10px 0;
    text-align: justify;
}
.text_box .btn{
	background: transparent;
    border-radius: 0;
    border: 1px solid #29294c;
    color: #29294c;
    margin-top: 9px;
    padding: 5px 20px;
}
.text_box .btn:hover{
	background: #29294c;
    border-radius: 0;
    border: 1px solid #29294c;
    color: #fff;
    outline: none;
    box-shadow: none;
}
.text_box .btn:focus{
	background: transparent;
    border-radius: 0;
    border: 1px solid #29294c;
    color: #29294c;
    outline: none;
    box-shadow: none;
}
.footer_div {
    background: #29294c;
    padding: 20px 0;
}
.navbar-brand{
    width:25%;
}
.spk{
    display: none;
    padding: 10px;
}
.spk2{
    display: none;
    padding: 10px;
}
.spk3{
    display: none;
    padding: 10px;
}
.speaker-box {
    padding: 5px 10px;
    border: 2px dotted #00255147;
    border-radius: 10px;
        height: 120px;
    margin-bottom: 10px;
}
.speaker-box h5 {
    font-size: 14px;
    font-weight: bold;
}
.speaker-box h6 {
    font-size: 13px;
}
.speaker-box a{
    font-size: 18px;
    color: #33355e;
}
.rot {
  transform: rotate(180deg);
}
@media only screen and (max-width: 1199px) {
     .bn-text {
        width: 70%;
    }
    .bn-text h2 {
        font-size: 40px;
        line-height: 46px;
    }
}
@media only screen and (max-width: 991px) {
     .bn-text {
        width: 70%;
    }
    .bn-text h2 {
        font-size: 28px;
        line-height: 32px;
    }
    .vc_title h3 {
        font-size: 18px;
    }
    .bn-text h4 {
        font-size: 20px;
    }
    .bn-text p {
        font-size: 18px;
        line-height: 20px;
    }
    .counter-card4 .counter-title {
        margin-bottom: 10px;
        font-size: 18px;
    }
    .text_box h5 {
        font-size: 16px;
        line-height: 22px;
    }
    .text_box p {
        font-size: 14px;
        line-height: 17px;
    }
    .navbar-brand{
        width:30%;
    }
    
}
@media only screen and (max-width: 767px) {
     .bn-text {
        width: 70%;
        top:4%;
     }
    .counter-card4-wrap {
        gap: 20px;
    }
    .bn-text h2 {
        font-size: 24px;
        line-height: 28px;
        margin-left: 10px;
        margin-bottom: 10px;
    }
    .vc_title h3 {
        font-size: 16px;
        margin-left: 10px;
    }
    .bn-text h4 {
        font-size: 16px;
        margin-left: 10px;
    }
    .bn-text p {
        font-size: 14px;
        line-height: 15px;
        margin-left: 10px;
    }
    .counter-card4-wrap {
        gap: 10px;
    }
    .counter-card4 .counter-title {
        margin-bottom: 10px;
        font-size: 14px;
    }
    .text_box {
        padding: 15px 30px;
    }
    .text_box p {
        font-size: 16px;
        line-height: 20px;
    }
}
@media only screen and (max-width: 480px) {
    .bn-text {
        width: 80%;
    }
    .vc_title {
        padding: 3px 0;
    }
    .vc_title h3 {
        font-size: 12px;
        margin-left: 4px;
    }
    .bn-text h4 {
        font-size: 12px;
        margin: 4px 0 0 4px;
    }
    .bn-text h2 {
        font-size: 17px;
        line-height: 18px;
        margin: 4px 0 0 4px;
    }
    .bn-text p {
        font-size: 12px;
        line-height: 13px;
        margin: 4px 0 0 4px;
    }
    .navbar-brand{
        width:60%;
    }
    .counter-card4-wrap{
        display:block;
        padding: 20px 0;
    }
    .counter-card4-wrap .divider {
        background: #D4DAE7;
        width: 100%;
        height: 1px;
        margin: 20px 0;
    }
    .counter-card4_icon {
        margin:auto;
    }
    .counter-card4 .media-body {
        max-width: 100%;
        text-align: center;
    }
}
