/* -- */

ul,
ol {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
a {
    margin-bottom: 0 !important;
}

a,
a:hover {
    text-decoration: none;
    color: inherit;
}

.text-xs {
    font-size: 0.75rem;
}

.text-sm {
    font-size: 0.875rem;
}

.text-base {
    font-size: 1rem;
}

/* .text-lg {
    font-size: 1.125rem;
} */

.text-xl {
    font-size: 1.25rem;
}

.text-2xl {
    font-size: 1.5rem;
}

.text-3xl {
    font-size: 1.875rem;
}

.text-4xl {
    font-size: 2.25rem;
}

.text-5xl {
    font-size: 3rem;
}

.text-6xl {
    font-size: 4rem;
}

.text-white {
    color: #fff;
}

.ed_main-title {
    font-size: 37px;
}

.main-title-bg {
    position: relative;
    margin-bottom: 30px;
    text-align: left;
    margin-top: 24px;
}

.main-title-bg::after {
    position: absolute;
    content: "";
    background-image: url(../../images/HomeNew/blob.svg);
    width: 100px;
    height: 100px;
    background-size: contain;
    background-repeat: no-repeat;
    left: -10px;
    top: -30px;
    z-index: -1;
}

.eb_primary-bg {
    background-color: #167ac6;
}

.eb_acion-btn {
    background-color: #167ac6;
    color: #fff;
}

.eb_primary-btn {
    border: 1px solid #167ac6 !important;
    color: #167ac6;
}

.eb_primary-btn:hover {
    background-color: #167ac620;
    color: #167ac6;
}

.owl-prev {
    position: absolute;
    top: 40%;
    display: block !important;
    border: 0px solid black;
    /* opacity: 0.5; */
    left: -35px;
}

.owl-next {
    position: absolute;
    top: 40%;
    right: -35px;
    display: block !important;
    border: 0px solid black;
    /* opacity: 0.5; */
}

.owl-prev:focus,
.owl-next:focus {
    outline: none;
}

.owl-prev:hover,
.owl-next:hover {
    opacity: 1;
}

.btn-primary {
    background-color: #167ac6 !important;
    border: 1px solid #167ac6;
}

.default-card .card {
    min-height: 168px !important;
}

.default-card .card p,
.up-test .card h5,
.default-card .card h5 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.default-card:hover .card {
    transition: all 0.5s;
    border-color: #167ac6;
    cursor: pointer;
}

.default-card:hover .card {
    background-color: #167ac605;
}

.hero-carousel .carousel-caption {
    top: 35%;
    left: 15%;
}

.hero-carousel h5 {
    font-size: 48px;
    font-weight: bold;
    color: #fff;
    max-width: 500px;
    text-align: left;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    width: 30px;
    height: 30px;
}

.text-primary {
    color: #167ac6 !important;
}

.pskew-1 {
    clip-path: polygon(0 0, 100% 0%, 90% 100%, 0% 100%);
}

.pskew-2 {
    clip-path: polygon(10% 0, 100% 0%, 100% 100%, 0% 100%);
    /* transform: rotate(180deg); */
}

.minus-margin-right {
    margin-right: -25px;
}

.minus-margin-left {
    margin-left: -25px;
}

.knowledge-hub .card {
    margin-bottom: 5px;
}

.knowledge-hub .card h5 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.testimonial .pic {
    display: inline-block;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    margin: 0 15px 15px 0;
}

.testimonial .pic img {
    width: 100%;
    height: auto;
    border-radius: 50%;
}

.testimonial .testimonial-profile {
    display: inline-block;
    position: relative;
    top: 15px;
}

.testimonial .title {
    display: block;
    font-size: 20px;
    font-weight: 600;
    color: #2f2f2f;
    text-transform: capitalize;
    margin: 0 0 7px 0;
}

.testimonial .post {
    display: block;
    font-size: 14px;
    color: #5d7aa7;
}

.testimonial .description {
    padding: 20px 22px;
    background: #1f487e;
    font-size: 15px;
    color: #fff;
    line-height: 25px;
    margin: 0;
    position: relative;
}

.testimonial .description:before,
.testimonial .description:after {
    content: "";
    border-width: 18px 0 0 18px;
    border-style: solid;
    border-color: #5d7aa7 transparent transparent;
    position: absolute;
    bottom: -18px;
    left: 0;
}

.testimonial .description:after {
    border-width: 18px 18px 0 0;
    left: auto;
    right: 0;
}

.Highlight-Section .owl-item img {
    width: auto;
}
/* .owl-theme .owl-controls{
    margin-top: 10px;
    margin-left: 30px;
}
.owl-theme .owl-controls .owl-buttons div{
    opacity: 0.8;
    background: #fff;
}
.owl-prev:before,
.owl-next:before{
    content: "\f053";
    font-family: "Font Awesome 5 Free"; font-weight: 900;
    font-size: 20px;
    color: #1f487e;
}
.owl-next:before{ content: "\f054"; } */

.video-bg {
    background-image: url(../../images/HomeNew/video-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
	text-align: right;
}

.video-bg1 {
    background-image: url(../../images/HomeNew/video-bg1.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.video-play-button {
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    box-sizing: content-box;
    display: block;
    width: 32px;
    height: 44px;
    /* background: #167ac6; */
    border-radius: 50%;
    padding: 18px 20px 18px 28px;
}

.video-play-button:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    background: #167ac6;
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
}

.video-play-button:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    background: #167ac6;
    border-radius: 50%;
    transition: all 200ms;
}

.video-play-button:hover:after {
    background-color: darken(#167ac6);
}

.video-play-button img {
    position: relative;
    z-index: 3;
    max-width: 100%;
    width: auto;
    height: auto;
}

.video-play-button span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    border-left: 32px solid rgb(255, 255, 255);
    border-top: 22px solid transparent;
    border-bottom: 22px 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(1.5);
        opacity: 0;
    }
}

.video-overlay {
    position: fixed;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.8);
    opacity: 0;
    transition: all ease 500ms;
}

.video-overlay.open {
    position: fixed;
    z-index: 1000;
    opacity: 1;
}

.video-overlay-close {
    position: absolute;
    z-index: 1000;
    top: 15px;
    right: 20px;
    font-size: 36px;
    line-height: 1;
    font-weight: 400;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    transition: all 200ms;
}

.video-overlay-close:hover {
    color: #167ac6;
}

.video-overlay iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    /* width: 90%; */
    /* height: auto; */
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.75);
}

.play-button {
    min-height: 180px !important;
}

.social-icon li {
    margin: 0 5px;
}

.social-icon li a {
    padding: 10px;
    display: inline-block;
    background-color: #fff;
    border-radius: 5px;
}

.social-icon li a svg {
    stroke: #167ac6;
    stroke-width: 2px;
}

@media (max-width: 411px) {
    .ed_main-title {
        font-size: 30px;
    }
    /* Hero carousel */
    /* .hero-carousel .carousel-item img {
        height: 200px;
        object-fit: cover;
    } */
    .hero-carousel .carousel-caption {
        top: 28%;
        left: 15%;
    }
    .hero-carousel h5 {
        font-size: 16px;
        font-weight: bold;
        color: #fff;
        max-width: 200px;
        text-align: left;
    }
    .Study-Material .owl-prev {
        left: 0;
    }
    .Study-Material .owl-next {
        right: 0;
    }
    /* Owl carousel */
    .owl-prev {
        left: 10px;
    }
    .owl-next {
        right: 10px;
    }
    .video-bg {
        background-position: left;
        border-bottom: 1px solid #fff;
		text-align: left;
    }
    .video-bg1 {
        background-position: right;
    }
    .ed_main-title {
        font-size: 24px;
    }
    .main-title-bg::after {
        width: 80px;
        height: 80px;
    }
    .show .btn-close {
        color: #f1f1f170;
        border-color: #f1f1f170;
    }
    .show ul li a {
        color: #fff !important;
    }
    .show ul li {
        border-bottom: 1px solid #f1f1f150 !important;
    }
}

@media (min-width: 412px) and (max-width: 425px) {
    .ed_main-title {
        font-size: 30px;
    }
    /* Hero carousel */
    /* .hero-carousel .carousel-item img {
        height: 200px;
        object-fit: cover;
    } */
    .hero-carousel .carousel-caption {
        top: 28%;
        left: 15%;
    }
    .hero-carousel h5 {
        font-size: 16px;
        font-weight: bold;
        color: #fff;
        max-width: 150px;
        text-align: left;
    }
    /* .study-custom .owl-prev {
        left: -5px !important;
    }
    .study-custom .owl-next {
        right: -5px !important;
    } */
    .owl-prev {
        left: 10px;
    }
    .owl-next {
        right: 10px;
    }
    .video-bg {
        background-position: left;
        border-bottom: 1px solid #fff;
		text-align: left !important;
    }
    .video-bg1 {
        background-position: right;
    }
    .show .btn-close {
        color: #f1f1f170;
        border-color: #f1f1f170;
    }
    .show ul li a {
        color: #fff !important;
    }
    .show ul li {
        border-bottom: 1px solid #f1f1f150 !important;
    }
}

@media (min-width: 426px) and (max-width: 768px) {
    .owl-prev {
        left: -15px;
    }
    .owl-next {
        right: -15px;
    }
    .hero-carousel .carousel-caption {
        top: 30%;
        left: 15%;
    }
    .hero-carousel h5 {
        font-size: 24px;
        font-weight: bold;
        color: #fff;
        max-width: 250px;
        text-align: left;
    }
    .show .btn-close {
        color: #f1f1f170;
        border-color: #f1f1f170;
    }
    .show ul li a {
        color: #fff !important;
    }
    .show ul li {
        border-bottom: 1px solid #f1f1f150 !important;
    }
	.video-bg {
        background-position: left;
        border-bottom: 1px solid #fff;
		text-align: left !important;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .owl-prev {
        left: -15px;
    }
    .owl-next {
        right: -15px;
    }
}
/*	@media (min-width: 922px) and (max-width: 1199px) {
}
@
media (max-width: 1200) {
} */
/* .owl-nav .owl-prev.disabled,
.owl-nav .owl-next.disabled {
display: none;
} */

.hide-nav .owl-controls {
    display: none;
}

.hide-owl-next .owl-next,
.hide-owl-prev .owl-prev,
.hide-owl-next.hide-owl-prev .owl-controls {
    display: none;
}

.owl-prev.disabled,
.owl-next.disabled {
    opacity: 0;
}

.owl-dots {
    text-align: center;
    padding-top: 15px;
}

.owl-dots button.owl-dot {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    display: inline-block;
    background: #167ac640;
    margin: 0 3px;
}

.owl-dots button.owl-dot.active {
    background-color: #167ac6;
}

.owl-dots button.owl-dot:focus {
    outline: none;
}

.owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.owl-nav button:focus {
    outline: none;
}

.ed_pagetitle {
    width: 100%;
    background-color: #272727;
    position: relative;
    background-attachment: fixed;
    background-size: cover;
    color: #fff;
    padding: 100px 0px;
    background-image: url("http://digibook_ci.xyz/assets/images/content/brdcrm_bg.jpg");
    background-position: 100% 100%;
    background-repeat: no-repeat;
}

.ed_img_overlay {
    position: absolute;
    top: 0%;
    left: 0%;
    right: 0%;
    bottom: 0%;
    background-color: rgba(0, 0, 0, 0.8);
}

.breadcrumb-item+.breadcrumb-item::before {
    font-size: 22px;
}
/*------- newsletter section start ------*/

.ed_newsletter_section {
    width: 100%;
    background-color: #272727;
    padding: 80px 0px;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    background-image: url(../images/content/section_6_bg.webp);
    background-repeat: no-repeat;
    background-position: 100% 100%;
    font-family: 'Trirong', serif;
    font-weight: 400;
    line-height: 1.1;
}

.ed_newsletter_section_heading {
    float: left;
    width: 100%;
}

.ed_newsletter_section_heading h4 {
    color: #ffffff;
    font-size: 24px;
}

.ed_newsletter_section_form .form{
    display: flex;
}

.ed_newsletter_section_form .form-control {
    background: transparent;
    border: 2px solid #b3b1b8;
    margin-right: 10px;
    color: #ffffff;
    padding: 16px 15px;
}

.ed_newsletter_section_form input.form-control::-moz-placeholder {
    color: #ffffff;
    text-transform: capitalize;
}

.ed_newsletter_section_form input.form-control:-ms-input-placeholder {
    color: #ffffff;
    text-transform: capitalize;
}

.ed_newsletter_section_form input.form-control::-webkit-input-placeholder {
    color: #ffffff;
    text-transform: capitalize;
}

.ed_newsletter_section_form .col-xs-8,
.ed_newsletter_section_form .col-xs-4,
.ed_newsletter_section .col-xs-6 {
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}

.ed_newsletter_section .col-xs-offset-3 {
    margin-left: 0px;
}

.ed_newsletter_section_heading h4 {
    line-height: 35px;
}

.ed_newsletter_section_form .form-control {
    margin-bottom: 10px;
}

.ed_green {
    background-color: #fff;
    color: #167ac6;
    border: 2px solid #167ac6;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.ed_green:hover {
    background-color: #167ac6;
    color: #fff;
    border: 2px solid #fff;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.ed_green.on_map:hover a {
    color: #ffffff;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    box-shadow: none;
}

.ed_btn {
    border-radius: 3px;
    padding: 12px 44px;
    text-transform: capitalize;
    overflow: hidden;
    position: relative;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
    z-index: 1;
    border: none;
}
/*------- newsletter section end ------*/

.has-error {
	color: #ca2828;
}

@media (max-width:576px){
	.owl-prev{
		left:5px;
	}
	.owl-next{
		right:5px;
	}
}
/* .download-app */
.download-app h3{
  font-size: 26px;
  margin-bottom: 6px !important;
  font-weight: bold;
}
.download-app-btn{
    gap:1rem;
}
.download-app-btn img{
    height:40px;
}
.download-app-img{
	height:400px;
}
@media (max-width:992px){
	.download-app-img{
		height:auto;
	}
}
@media (max-width:767px){
	.download-app-img{
		height:300px;
		display: flex;
		justify-content: center;
		margin:auto;
	}
}
