/*
Theme Name: Bridge Child
Theme URI: http://demo.qodeinteractive.com/bridge/
Description: A child theme of Bridge Theme
Author: Qode Interactive
Author URI: http://www.qodethemes.com/
Version: 1.0.0
Template: bridge
*/
@import url("../bridge/style.css");
:root {--primary: #DC4F34;--secondary: #003E86;}
.text-white {color: #fff !important;}
.text-dark {color: #000 !important;}
.text-center{text-align:center!important;}
.mb-0{margin-bottom:0 !important;}
.mt-0{margin-top:0 !important;}
.p-0 {padding: 0 !important;}
.mt-lg-6 {margin-top: 60px;}
.mt-lg-5 {margin-top: 50px;}
.mt-lg-4 {margin-top: 40px;}
.mt-lg-3 {margin-top: 30px;}
.mt-lg-2 {margin-top: 20px;}
.pt-lg-6 {padding-top: 85px;}
.pb-lg-6 {padding-bottom: 85px;}
.pt-lg-5 {padding-top: 50px;}
.pb-lg-5 {padding-bottom: 50px;}
.pb-lg-4 {padding-bottom: 40px;}
.pt-lg-4 {padding-top: 40px;}
.pt-lg-3 {padding-top: 30px;}
.pb-lg-3 {padding-bottom: 20px;}
.pt-lg-2 {padding-top: 20px;}
.pb-lg-2 {padding-bottom: 20px;}
.pb-lg-1 {padding-bottom: 10px;}
.pt-lg-1 {padding-top: 10px;}
.fw-sb{ font-weight:600;}
.fw-b{ font-weight:700;}

.btn a {
    background: var(--primary);
    border: 2px solid var(--primary);
    color: #fff;
    padding: 6px 20px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    width: fit-content;
	font-size: 17px;
	gap: 8px;
}
.btn a:hover {
    border: 2px solid var(--primary);
    color: var(--primary);
    background: 0;
}
.btn a:hover svg {
    fill: var(--primary);
}

/* Hero Section */
.hero-sec {
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding-bottom: 25px;
	width: 90%;
}
.hero-service {
    display: grid;
    grid-template-columns: 33% 45%;
    gap: 20px;
    margin-top: 30px;
}
.content-box svg {
    fill: var(--primary);
	height:25px;
}
.content-box {
    display: flex;
    gap: 10px;
}
.service-sec {
/*     display: grid; */
    grid-template-columns: 50px auto;
    align-items: center;
    gap: 20px;
    background: #00000073;
    padding: 15px 20px;
    border-radius: 4px;
}
.service-sec h4 {
	color:#fff;
	font-size: 20px;
	font-weight: 300;
}
.herobg::after {
    content: "";
    position: absolute;
    background: #000000c9;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
.btn.big-btn {
    display: flex;
    justify-content: center;
}
.big-btn a {
    font-size: 20px;
    padding: 15px 35px;
    text-transform: uppercase;
    background: var(--secondary);
    border: 2px solid var(--secondary);
}
.areyou-sec {
    background: #fff;
    padding: 40px;
/*     border-radius: 10px; */
}
.dr-widget{
    margin: 6px;
    padding: clamp(1.5rem, 1.2321rem + .7143vw, 1.875rem);
    position: relative;
	border: 4px solid var(--primary);
}

.dr-widget:before {
    /* background: url(data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='63' height='59' fill='none'%3E%3Cpath fill='%23DA1A32' d='M1.24 6.896C-1.376 4.406.387 0 3.997 0H59a4 4 0 0 1 4 4V54.98c0 3.47-4.114 5.294-6.686 2.964L25.913 30.4 1.239 6.896Z'/%3E%3C/svg%3E) no-repeat; */
    background-size: contain;
    content: "";
    height: 152px;
    position: absolute;
    width: 180px;
    /* z-index: -1; */
    border-left: 80px solid #fff;
    border-bottom: 66px solid #fff;
}
.dr-widget:before {
    right: -5px;
    top: -8px;
}
/* 
.dr-widget:after{
    bottom: -6px;
    left: -6px;
    transform: rotate(180deg);
} */
.founder-i img {
    border-radius: 50%;
    height: 300px;
    border: 2px solid var(--primary);
    padding: 10px;
    margin-bottom: 20px ! IMPORTANT;
}
.founder {
    text-align: center;
}
.founder h5 {
	font-weight:700;
	font-size:24px;
	color: #000;
}

/* work */

.work {
    display: grid;
    grid-template-columns: 15% auto;
	gap:20px;
	align-items: center;
}
.work h4 {
    padding-bottom: 5px;
}
.work .icon-i {
    background: #DCE8F7;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 85px;
    width: 85px;
    border-radius: 4px;
}
/* testimonials  */
.test-head {
    display: grid;
    grid-template-columns: 20% auto;
    align-items: center;
    gap: 20px;
	padding-bottom: 20px;
}

.test-head h5 {
    font-weight: 600;
    color: #000;
}
.test-head img {
	border-radius:50%;
}
.testimonials {
    background: #fff;
    padding: 30px;
    border-radius: 10px;
	height:390px;
}
.cert {
    display: grid;
    grid-template-columns: 8% auto;
	margin-bottom:30px;
}
.cert svg {
   fill: var(--primary);
}

/* hack */

.hack {
    background: var(--secondary);
    padding: 30px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 25px;
    border-radius: 10px;
	height: 240px;
}
.hack h3 {
margin-bottom:10px;	
}

/* blog */
.wppsac-post-categories .wppsac-post-categories-list li:nth-child(4n+1) a {
    background: var(--primary);
}
.wppsac-post-carousel.design-1 .wppsac-post-title a {
    color: #000;
    letter-spacing: 0;
}
.wppsac-post-carousel.design-1 a.wppsac-readmorebtn {
    color: #686868;
    border-color: #7a7a7a;
    font-size: 15px;
    border-radius: 50px;
    padding: 4px 18px;
}

.btn.center-btn {
    display: flex;
    justify-content: center;
}

/* FAQ */
.qode-accordion-holder .qode-title-holder {
	background-color: #ececec;	
	margin-bottom: 20px;
}

.qode-accordion-holder .qode-title-holder.ui-state-active, .qode-accordion-holder .qode-title-holder.ui-state-hover {
    color: #000;
    background-color: #ececec;
}

/* footer */
footer {
    margin-top: 50px;
}
.menu-page-footer li {
    margin: 10px 0;
	    font-weight: 300;
}
div#logo img {
    height: 100px;
    filter: brightness(0) invert(1);
}
.footer_top {
    padding: 50px 0 25px;
}

.logo2 img {
    height: 120px;
    width: auto;
}
.qode-accordion-holder .qode-accordion-content {
    padding: 0px 20px 20px;
}
.product-card .product-content h4 {
    padding: 15px 0;
}
.logotop img {
    height: 60px;
    filter: brightness(0) invert(1);
}
.logotop {
    display: flex;
    align-items: center;
    gap: 15px;
}
	.areyou-sec ul li {
		font-size:24px;
		padding-bottom: 12px;
		font-weight:300;
	}

.topbg::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(270deg, rgb(0 0 0 / 19%) 0, rgb(0 0 0 / 0%) 27%, rgba(0, 0, 0, .8) 90%);
}

.mob-s {
  display:none;
}
nav.main_menu>ul>li>a>i.menu_icon {
    margin-left: 7px;
    float: right;
    top: 42px;
    position: relative;
}
.sticky nav.main_menu>ul>li>a>i.menu_icon {
    top: 22px;
}

.logotop div {
    border-right: 2px solid #fff;
    padding-right: 20px;
    height: 60px;
}
.logotop div:last-child {
    border-right: 0;
}

/* logo inner */
.page-logotop {
    gap: 40px;
	justify-content: center;
}
.page-logotop div {
    border-right: 2px solid #000;
    padding-right: 40px;
    height: 85px;
}
.page-logotop img {
    height: 85px;
    filter: none;
}

.points {
    display: grid;
    grid-template-columns: 6% auto;
    margin-bottom: 20px;
}
.justify-start {
  justify-content: start!important;
}

	.founder p {
		padding-bottom:5px;
	}
.founder h5 {
padding-bottom:15px;	
}


/* master page */

.master .logotop img {
    height: 60px;
    filter: none;;  
}
.master .logotop div {
    border-right: 2px solid #000;
}
.master .logotop div:last-child {
    border-right: 0;
}
.date-time {
    display: flex;
    align-items: center;
    gap: 50px;
	padding-bottom: 20px;
}
.date-time div {
    display: flex;
    align-items: center;
    gap: 8px;
}
.master .date-time div img {
   height: 40px;
}
.master .btn.big-btn {
    justify-content: start;
}
.master p {
    font-size: 24px;
    line-height: 1.6;
}
.master h1 {
    font-size: 50px;
    color: var(--secondary);
}
.master h1 span {
    color: var(--primary);
}
.master .big-btn a {
    font-size: 20px;
    padding: 15px 35px;
    text-transform: uppercase;
    background: var(--primary);
    border: 2px solid var(--primary);
	text-align: center;
}
.master .btn a:hover {
    border: 2px solid var(--primary);
    color: var(--primary);
    background: 0;
}
.master .date-time svg {
  fill : var(--secondary);
}
.master .date-time h4{
  font-weight: 600;
}

.master-right-i img {
    border-radius: 50%;
}
.center-card .counter-n {
    font-size: 32px;
    font-weight: 700;
    color: var(--primary)
}
.center-card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #fff;
    height: 290px;
    gap: 25px;
    border-radius: 10px;
	text-align: center;
}
.align-center .section_inner .section_inner_margin {
    display: flex;
    align-items: center;
}
.master-sec .page-logotop {
    justify-content: center;
}
.master-sec .logotop div:last-child {
    border-right: 0;
    padding-right: 0;
}

.master-sec .btn.big-btn {
    justify-content: center;
}
.numbers-sec .number {
    background: #234784;
    color: #fff;
    font-size: 24px;
    height: 35px;
    width: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
	font-weight: 900;
}
.numbers-sec {
    align-items: center;
}

.top-align {
  align-items: normal;
}
.p-30 {
	padding:30px;
}
.master-founder img {
    border-radius: 10px;
    height: 280px;
    border: 0;
    padding: 0;
    margin-bottom: 20px ! IMPORTANT;
}

.justify-center {
	justify-content: center !important;
}
.policy {
    display: flex;
    justify-content: center;
    gap: 35px;
	padding-top: 20px;
}
.master-footer {
    padding: 40px;
}
.master-footer a, .master-footer p {
    color: #fff;
}
.master-work {
    grid-template-columns: 22% auto;
}
.master-who {
 gap: 0px;	
}
 .master-who img {   
	 height: 80px;
}

/* courses */

.courses .date-time div {
    flex-direction: column;
	gap: 10px;
}
.courses .date-time h4 {
    font-size: 28px;
}

.courses .date-time {
  padding-top: 20px;
}
.courses .date-time svg {
    fill: var(--primary);
}

.courses p {
    font-size: 16px;
    line-height: 1.6;
	font-weight: 500;
}
.courses .big-btn a {
    background: var(--secondary);
    border: 2px solid var(--secondary);
}

.aboutcourse {
    background: #fff;
    padding: 30px;
    border-radius: 10px;
}
.aboutcourse h3 {
    padding-bottom: 15px;
	color: var(--secondary);
}

.whats {
    background: #e6f3f9;
	height: 170px;
}
.whats h3 {
    color: var(--primary);
}
.found-course {
    display: grid;
    grid-template-columns: 30% auto;
	text-align:left;
	align-items:center;
}
.found-course h5 {
    font-size: 32px;
}
.course-testimonials h3 {
    font-weight: 500;
    padding-bottom: 15px;
}
.course-testimonials .vc_col-lg-4 {
   text-align:right;
}
.course-testimonials .vc_row{
     display: flex;
    align-items: center;
}
.embark {
    display: flex;
    gap: 10px;
    height: 120px;
}
.cert-who {
 gap: 0px;	
}

.page-id-312 header, .page-id-312 footer
{
display: none !important;
}
.page-id-215 header, .page-id-215 footer
{
display: none !important;
}
.pt-165 {
  padding-top: 165px;
}
.page-id-215 .content {
    margin-top: 0;
}
.page-id-312 .content {
    margin-top: 0;
}
.drop_down .second .inner>ul, li.narrow .second .inner ul {
    background-color: #ffffff;
    border-color: #ffffff;
}

/* contact us  */
.contact-page {
    text-align: center;
    border: 3px solid var(--primary);
    padding: 30px;
    border-radius: 10px;
}
.contact-page .form-head span.h3 {
    font-size: 32px;
    font-weight: 600;
    color: #000;
}
.contact-page .form-head p {
    margin: 5px 0px !Important;
}
.contact-page .wpcf7-spinner {
	display:none;
}
.contact-page .form-head {
    padding-bottom: 20px;
}
.wpcf7-response-output {
    color: #000 !important;
}
.contact-page input.wpcf7-form-control.wpcf7-text, .contact-page input.wpcf7-form-control.wpcf7-number, .contact-page input.wpcf7-form-control.wpcf7-date, .contact-page textarea.wpcf7-form-control.wpcf7-textarea, .contact-page select.wpcf7-form-control.wpcf7-select, .contact-page input.wpcf7-form-control.wpcf7-quiz {
    border-color: #828282;
    border-width: 1px;
    border-style: solid;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    color: #7c7c7c;
    font-family: DM Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0px;
    text-transform: capitalize;
}
.contact-page input.wpcf7-form-control.wpcf7-submit, .contact-page input.wpcf7-form-control.wpcf7-submit:not([disabled]) {
    background-color: #003e86;
    border-width: 0px;
    color: #ffffff;
    font-family: DM Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 0px;
    text-transform: capitalize;
}
.home-card {
    gap: 10px;
    border: 0;
    padding: 0;
    height: auto;
    margin-bottom: 30px;
}
.home-p p{
	font-size:18px;
	line-height:1.8;
}
.work {
    margin-bottom: 30px;
}
.blog_large_image_simple .minimalist_date {
    color: #dc4f34;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
    color: #dc4f34;
}
.wonderplugin3dcarousel-content-title {
   display: none!important;
}
div#html5-watermark {
    display: none!important;
}
#sp-wp-carousel-free-id-628.sp-wpcp-628 .wpcp-swiper-dots .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #DC4F34;
}
.wppsac-post-carousel.design-1 .slick-prev {
    left: -50px !important;
}
.wppsac-post-carousel.design-1 .slick-next {
    right: -50px !important;
}
.sa_owl_theme .owl-nav .owl-prev {
    left: -20px!important;
}
.sa_owl_theme .owl-nav .owl-next {
    right: -20px!important;
}
@media (max-width: 1024px) {
.mobile_menu_button i {
    font-size: 18px;
    border: 1px solid var(--primary);
    padding: 7px;
    color: #000;
}
.hero-sec h1 {
	font-size: 26px;
    padding-bottom: 10px;
	line-height: 1.6;
}
	.hero-service {
    grid-template-columns: auto;
    gap: 10px;
}
.pb-lg-6 {
    padding-bottom: 40px;
}
.pt-lg-6 {
    padding-top: 40px;
}	
	.pt-lg-5 {
    padding-top: 40px;
}
	.mt-lg-6 {
    margin-top: 40px;
}
	.pt-lg-4 {
    padding-top: 40px;
}
.service-sec h4 {
    font-size: 18px;
    letter-spacing: 0.5px;
}	
.logo2 img {
    height: 100px;
    width: auto;
    margin-top: 0px;
}	
.brands {
    text-align: center;
}
.founder-i img {
    height: 175px;
}	
	.founder:last-child{
		margin-top:20px;
	}

	.work {
    margin-bottom: 30px;
	grid-template-columns: auto;
}
/* 	.work:last-child {
    margin-bottom: 0px;
} */
	
	.cert {
    gap: 20px;
}
	.hack {
    height: auto;
    margin-bottom: 20px;
}
	.btn.center-btn {
    margin-top: 25px;
}
	ul.foot-cont.menu-page-footer {
    margin-bottom: 30px;
}
	div#logo img {
    margin-bottom: 25px;
}
	.big-btn a {
    font-size: 18px;
    padding: 12px 35px;
}
	.hero-sec {
    padding-bottom: 0px;
    width: 100%;
    gap: 20px;
}

	.hack div {
		text-align:center;
	}
	.hack {
		align-items: center;
	}
	.wppsac-post-carousel.design-1 .slick-arrow {
    display: none!important;
}
.logomob-2 .full_section_inner {
    display: flex;
}
	.logomob-3 .full_section_inner {
    display: flex;
}
.service-sec {
    padding: 15px 12px;
}
	.mob-s {
		display:block;
	}
	.logomob-2 {
		display:none;
	}	
	.side_menu_button_wrapper {
    display: flex;
    align-items: center;
}
	.header_bottom_right_widget_holder {
        display: block!important;
    }
.header_bottom_right_widget_holder .btn a {
    background: 0;
    border: 0;
    color: #000;
    padding:0;
}
	.header_bottom_right_widget_holder .btn a svg {
		fill: #000;
	}
	.dr-widget:before {
    border-left: 0px solid #fff;
    border-bottom: 0px solid #fff;
}
.dr-widget {
    margin: 0;
    padding: clamp(0rem, 1.2321rem + .7143vw, 1.875rem);
    position: relative;
    border: 2px solid var(--primary);
}
	.areyou-sec ul li::marker {
 margin:0;
		
	}
	.areyou-sec ul li {
    padding-bottom: 10px;
    font-size: 17px;
}
    .page-logotop img {
        height: 65px;
        width: auto;
    }
	.page-logotop div {
    padding-right: 30px;
    height: 65px;
}
	.page-logotop {
    gap: 30px;
}
	.founder h5 {
    font-size: 20px;
}
	.founder p {
    font-size: 15px;
}
	    .founder:last-child {
        margin: 15px -10px;
    }
.points {
    grid-template-columns: 12% auto;
}
	.work {
    align-items: start;
}
/* Master */
	.date-time {
    flex-wrap: wrap;
    gap: 20px;
    padding-bottom: 0px;
}
   .hero-sec.master {
        padding-bottom: 40px;
    }
	.align-center .section_inner .section_inner_margin {
    flex-wrap: wrap;
}
	
	.center-card {
    height: auto;
	padding: 30px;	
   margin-bottom: 30px;
	margin-top: 30px;
}
	.cert.numbers-sec {
   gap: 30px;
	}
	
.aboutcourse {
    margin-bottom: 20px !important;
}
	.found-course {
    grid-template-columns: auto;
}
	.course-testimonials .vc_row {
    flex-wrap: wrap;
}
	.embark {
    height: auto;
}
	.testimonials {
    height: auto;
}
.contact-page .form-head span.h3 {
    font-size: 22px;
}
	h1 {
   font-size: 30px;
	}	
.logotop {
    padding-bottom: 20px;
}
.wpb_single_image .vc_single_image-wrapper {
    margin-bottom: 10px;
}
.home-p {
    margin-bottom: 20px;
}
.vc_custom_1723571833219 {
    background: #d2e0e6c4 ! Important;
}
.btn.big-btn {
    justify-content: center ! Important;
}
	.home-card {
    gap: 10px;
    border: 0;
    padding: 0;
    height: auto;
    margin-bottom: 30px;
}
.saslide-sec .vc_column-inner {
	   padding-left: 5px;
    padding-right: 5px;
}
.product-img img {
    height: 340px !important;
    object-fit: cover;
}
.carosuel-mob .vc_column-inner  {
	 padding-left: 5px;
    padding-right: 5px;		
}
.wpcp-carousel-section.nav-vertical-center .swiper-button-next, .wpcp-carousel-section.nav-vertical-center .swiper-button-prev {
    display: none;
}
.wpcp-carousel-section.nav-vertical-center {
    margin: 0 0px;
}
.wpcp-carousel-section .wpcp-single-item img {
    height: 245px;
    object-fit: cover;
}
.carosuel-main .vc_column-inner {
    padding-left: 5px;
    padding-right: 5px;
}
	
}