/*
Theme Name: bornlearningstudio
*/

@font-face {
    font-family: 'Inter 18pt';
    src: url('../bornlearningstudio/assets/fonts/Inter18pt-Light.woff2') format('woff2'),
        url('../bornlearningstudio/assets/fonts/Inter18pt-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter 18pt';
    src: url('../bornlearningstudio/assets/fonts/Inter18pt-Italic.woff2') format('woff2'),
        url('../bornlearningstudio/assets/fonts/Inter18pt-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Inter 18pt';
    src: url('../bornlearningstudio/assets/fonts/Inter18pt-Bold.woff2') format('woff2'),
        url('../bornlearningstudio/assets/fonts/Inter18pt-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Oswald';
    src: url('../bornlearningstudio/assets/fonts/Oswald-Bold.woff2') format('woff2'),
        url('../bornlearningstudio/assets/fonts/Oswald-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter 18pt';
    src: url('../bornlearningstudio/assets/fonts/Inter18pt-SemiBold.woff2') format('woff2'),
        url('../bornlearningstudio/assets/fonts/Inter18pt-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter 18pt';
    src: url('../bornlearningstudio/assets/fonts/Inter18pt-Medium.woff2') format('woff2'),
        url('../bornlearningstudio/assets/fonts/Inter18pt-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter 18pt';
    src: url('../bornlearningstudio/assets/fonts/Inter18pt-Regular.woff2') format('woff2'),
        url('../bornlearningstudio/assets/fonts/Inter18pt-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Oswald';
    src: url('../bornlearningstudio/assets/fonts/Oswald-Medium.woff2') format('woff2'),
        url('../bornlearningstudio/assets/fonts/Oswald-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter 18pt';
    src: url('../bornlearningstudio/assets/fonts/Inter18pt-LightItalic.woff2') format('woff2'),
        url('../bornlearningstudio/assets/fonts/Inter18pt-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Oswald';
    src: url('../bornlearningstudio/assets/fonts/Oswald-SemiBold.woff2') format('woff2'),
        url('../bornlearningstudio/assets/fonts/Oswald-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}





body {
    --PrimaryColor: #ec1f28;
    --YellowColor: #feb602;

    --LightBg: #f2f1fe;
    --headingColor: #222020;
    --textcolor: #5e5b5b;
    --textcolorblack: #a49e9e;
    --whitecolor: #ffffff;
    --Blackcolor: #000000;
    --borderColor: #d0dae9;
    --BgColor: #fff;
    font-family: 'Inter 18pt', sans-serif !important;
    --headingfont: 'Oswald', sans-serif !important;
    background:  var(--whitecolor) ;
}

p {
    font-size: 16px;
    line-height: 28px;
    color: var(--textcolor);
    font-family: 'Inter 18pt', sans-serif !important;
    font-weight: normal;
}

.container {
    max-width: 1340px !important
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--headingColor);
    padding: 0;
    margin: 0;
    font-family: 'Inter 18pt', sans-serif !important;
}

a {
    text-decoration: none !important;
    transition-duration: 0.3s;
}

a:hover {
    text-decoration: none !important;
}

/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}



/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 8px;
    height: 8px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 8px;
    height: 8px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 8px;

    position: absolute;
    top: 0;
    left: 0;

    width: 8px;
    height: 8px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}


/*----*/



.ourcourses-scroll .slick-dots,
.services-scroll .slick-dots,
.testimonials-scroll .slick-dots {
	bottom: -25px !important;
}

.ourcourses-scroll .slick-dots li button,
.services-scroll .slick-dots li button,
.testimonials-scroll .slick-dots li button {
	border: 2px solid var(--PrimaryColor);
	list-style: none !important;
	z-index: 990;
	
}

.ourcourses-scroll .slick-dots li button,
.services-scroll .slick-dots li button,
.testimonials-scroll .slick-dots li button {
	border: 2px solid var(--PrimaryColor);
	list-style: none !important;
	z-index: 990;
	
}

.ourcourses-scroll li button:before,
.services-scroll li button:before,
.testimonials-scroll li button:before {
	display: none;
	visibility: hidden;
}

.ourcourses-scroll .slick-dots li.slick-active button,
.services-scroll .slick-dots li.slick-active button,
.testimonials-scroll .slick-dots li.slick-active button {
	background: var(--PrimaryColor);
}

.ourcourses-scroll .slick-dots li.slick-active button,
.services-scroll .slick-dots li.slick-active button,
.testimonials-scroll .slick-dots li.slick-active button {
	background: var(--PrimaryColor);
}

.ourcourses-scroll .slick-dots li button,
.services-scroll .slick-dots li button,
.testimonials-scroll .slick-dots li button {
	border: 2px solid var(--PrimaryColor);
	list-style: none !important;
	z-index: 990;
	border-radius: 0%;
}

::selection {
    background: var(--PrimaryColor);
    color: #fff;
}

::-moz-selection {
    background: var(--PrimaryColor);
    color: #fff;
}

::-webkit-scrollbar {
    width: 8px
}

::-webkit-scrollbar-track {
    border-radius: 0
}

::-webkit-scrollbar-thumb {
    border-radius: 0;
    background-color: rgba(238, 42, 36, .9);
    -webkit-transition: .6s;
    -moz-transition: .6s;
    -o-transition: .6s;
    transition: .6s
}

::-webkit-scrollbar-thumb:hover {
    background-color: rgba(238, 42, 36, 1);
}

.headerfixed-wrapper{
    width: 100%;
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 999;
    transition-duration: 0.3s;
    background: rgba(255, 255, 255, .0);
}

.headertopbar{
    width: 100%;
    min-height: 40px;
    background: var(--Blackcolor);
    position: relative;
    transition-duration: 0.3s;
}

.headertopbar .col-lg-6:first-child p{
    padding: 0;
    margin: 0;
    font-size: 14px;
    color: var(--textcolorblack);
    line-height: 40px;
}

.headertopbar .col-lg-6:last-child{
    text-align: right;
}

.headertopbar .col-lg-6:last-child ul{
    width: auto;
    display: inline-table;
    padding: 0;
    margin: 0;
}

.headertopbar .col-lg-6:last-child ul li{
    width: auto;
    display: inline-block;
    padding: 0;
    margin: 0;
    border-right: 1px solid rgba(255, 255, 255, .25);
}

.headertopbar .col-lg-6:last-child ul li:first-child{
    border-left: 1px solid rgba(255, 255, 255, .25);
}

.headertopbar .col-lg-6:last-child ul li a{
    line-height: 40px;
    color: var(--textcolorblack);
    display: block;
    width: 44px;
    font-size: 14px;
    text-align: center;
    transition-duration: 0.3s;
}

.headertopbar .col-lg-6:last-child ul li a:hover{
    background: var(--PrimaryColor);
    color: var(--whitecolor);
}

.headertopbar .col-lg-6:last-child p{
    padding: 0px 30px 0px 0px;
    margin: 0;
    font-size: 14px;
    color: var(--textcolorblack);
    line-height: 40px;
    width: auto;
    display: inline-table;

}

.headertopbar .col-lg-6:last-child p a{
    color: var(--textcolorblack);
    text-decoration: none;
}

.headertopbar .col-lg-6:last-child p i{
    color: var(--PrimaryColor);
    margin-right: 8px;
}

.headerwrapper .callus-wrap{
    text-align: right;
}

.headerwrapper .callus-wrap .callus-phone{
    width: auto;
    display: inline-block;
    position: relative;
    padding-left: 60px;
    margin-top: 4px;
}

.headerwrapper .callus-wrap .callus-phone::before{
    width: 40px;
    height: 40px;
    background: url(../bornlearningstudio/assets/img/phone-icon.png) no-repeat;
    position: absolute;
    content: '';
    left: 0px;
    top: 1px;
}

.headerwrapper .callus-wrap .callus-phone h4{
    font-family: var(--headingfont) !important;
    padding: 0;
    margin: 0;
    font-size: 22px;
    color: var(--headingColor);
}

.headerwrapper .callus-wrap .callus-phone h4 a{
    color: var(--headingColor);
    text-decoration: none;
}

.headerwrapper .callus-wrap .callus-phone h6{
    font-family: var(--headingfont) !important;
    padding: 0;
    margin: 0;
    font-size: 14px;
    text-align: left;
    color: var(--headingColor);
    text-transform: uppercase;
}

.headerwrapper .header-logo{
    display: inline-block;
}

.headerwrapper .header-logo img{
    width: auto;
    height: 50px;
    display: inline-block;
    transition-duration: 0.3s;
}

.headerwrapper .mega-menu-link{
    font-weight: 500 !important;
}

.headerwrapper .col-xl-7{
    transition-duration: 0.3s;
    padding-top: 7px;
}

.headerfixed-wrapper .headerwrapper{
    transition-duration: 0.3s;
    padding-top: 40px;
    padding-bottom: 20px;
}

.banner-bottom-wrapper{
    width: 100%;
    background: var(--PrimaryColor);
    text-align: center;
}

.banner-bottom-wrapper .row{
    padding-left: 0px;
    padding-right: 0px;
}

.banner-bottom-wrapper .row .col-lg-2{
    padding-left: 0px;
    padding-right: 0px;
    border-left: 1px solid rgba(255, 255, 255, .25);
    padding-top: 30px;
    padding-bottom: 30px;
}

.banner-bottom-wrapper .row .col-lg-2:last-child{
    border-right: 1px solid rgba(255, 255, 255, .25);
}

.banner-bottom-wrapper .row .col-lg-2 span{
    width: 100%;
    text-align: center;
    display: block;
}

.banner-bottom-wrapper .row .col-lg-2 span img{
    width: 70px;
    height: 64px;
    object-fit: contain;
    display: inline-block;
}

.banner-bottom-wrapper .row .col-lg-2  h6{
    width: 100%;
    text-align: center;
    color: var(--whitecolor);
    text-transform: uppercase;
    font-family: var(--headingfont) !important;
    padding: 0;
    margin: 16px 0px 0px 0px;
    font-size: 16px;
}

.f-nav .headerfixed-wrapper{
    background: rgba(255, 255, 255, .9);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    -webkit-box-shadow: 0px 0px 12px 2px rgba(0,0,0,0.2); 
    box-shadow: 0px 0px 12px 2px rgba(0,0,0,0.2);
}

.f-nav .headertopbar{
    margin-top: -40px;
}

.f-nav .headerfixed-wrapper .headerwrapper{
    transition-duration: 0.3s;
    padding-top: 8px;
    padding-bottom: 8px;
}

.footer-wrapper-div{
    width: 100%;
    background: var(--Blackcolor);
    position: relative;
    padding-bottom: 10px;
    display: inline-table;
    margin-top: 80px;
}

.footer-wrapper-div .footer-credencials{
    width: 100%;
    background: var(--whitecolor);
    padding: 20px 0px;
}

.footer-wrapper-div .footer-credencials p{
    padding: 0;
    margin: 0;
    font-size: 15px;
    line-height: normal;
}

.footer-wrapper-div .footer-credencials .col-lg-6:last-child{
    text-align: right;
}

.footer-wrapper-div .footer-credencials .col-lg-6:last-child a{
    text-decoration: none;
    color: var(--textcolor);
    transition-duration: 0.3s;
}

.footer-wrapper-div .footer-credencials .col-lg-6:last-child a:hover{
    color: var(--PrimaryColor);
}

.footer-wrapper-div .footer-credencials .col-lg-6:last-child span{
    margin: 0px 20px;
}

.download-brochure-wrap{
    width: 100%;
    min-height: 140px;
    background: var(--PrimaryColor);
    position: relative;
    border-radius: 5px;
    padding-left: 280px;
    padding-right: 60px;
    margin-top: -30px;
}

.download-brochure-wrap::before{
    width: 210px;
    height: 190px;
    background: url(../bornlearningstudio/assets/img/download-image.png) no-repeat;
    position: absolute;
    left: 20px;
    bottom: 0px;
    content: '';
}

.download-brochure-wrap h2{
    font-family: var(--headingfont) !important;
    color: var(--whitecolor);
    text-transform: uppercase;
    font-size: 28px;
    padding: 0;
    line-height: 32px;
    margin: 36px 0px 0px 0px;

}

.download-brochure-wrap .col-lg-3 {
    text-align: right;
}

.download-brochure-wrap .col-lg-3 a{
    background: var(--whitecolor);
    color: var(--PrimaryColor);
    padding: 10px 45px;
    display: inline-block;
    position: relative;
    font-size: 15px;
    font-weight: 500;
    border-radius: 20px;
    margin-top: 48px;
    transition-duration: 0.3s;
}

.download-brochure-wrap .col-lg-3 a:hover{
    background: var(--YellowColor);
    color: var(--headingColor);
}

.footermiddle-section h4{
    width: 100%;
    padding: 0;
    margin: 0px 0px 25px 0px;
    color: var(--whitecolor);
    text-transform: uppercase;
    font-size: 24px;
    font-family: var(--headingfont) !important;
}

.footermiddle-section p{
    color: var(--textcolorblack);
    padding: 0;
    margin: 0;
    font-size: 15px;
    line-height: 24px;
}

.footermiddle-section p b{
    color: var(--PrimaryColor);
}

.footermiddle-section .footerlinks ul{
    width: 100%;
    padding: 0;
    margin: 0;
}

.footermiddle-section .footerlinks ul li{
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0px 0px 10px 0px;
    line-height: normal;
}

.footermiddle-section .footerlinks ul li:last-child{
    margin-bottom: 0px;
}

.footermiddle-section .footerlinks ul li a{
    color: var(--textcolorblack);
    font-size: 15px;
    padding: 0;
    margin: 0;
    width: 100%;
    display: block;
    transition-duration: 0.3s;
}

.footermiddle-section .footerlinks ul li a:hover{
    color: var(--PrimaryColor);
}

.footermiddle-section .col-lg-4 p:last-child{
    line-height: 32px;
}

.footermiddle-section .col-lg-4 p a{
    color: var(--textcolorblack);
    text-decoration: none;
}


.footermiddle-section .socialmedia-icons {
    width: auto;
    padding: 0px 0px 0px 0px;
    margin: 30px 0px 0px 0px;
    display: block;
    text-align: left;
    width: 100%;
    
}

.footermiddle-section .socialmedia-icons li {
    list-style: none;
    padding: 0;
    margin: 0px 5px 0px 0px;
    display: inline-block;
}

.footermiddle-section .socialmedia-icons li:last-child{
    margin-right: 0px;
}

.footermiddle-section .socialmedia-icons li a {
    width: 40px;
    height: 40px;
    display: block;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    color: #fff;
    text-decoration: none;
}

.footermiddle-section .socialmedia-icons li a:hover {
    color: #fff !important;
    text-decoration: none;
}

.footermiddle-section .socialmedia-icons li a.fb {
    background: #3f64ac;
}

.footermiddle-section .socialmedia-icons li a.tw {
    background: #000000;
}

.footermiddle-section .socialmedia-icons li a.li {
    background: #0e72a3;
}

.footermiddle-section .socialmedia-icons li a.in {
    background: #f6523f;
}

.footermiddle-section .socialmedia-icons li a.em{
    background: #ec4134;
}

.footermiddle-section .footer-logo{
    margin-bottom: 20px;
}

.footermiddle-section .footer-logo img{
    width: auto;
    height: 45px;
    display: block;
}

.footermiddle-section{
    margin-top: 90px;
    margin-bottom: 90px;
}

.banner-wrapper-section{
    width: 100%;
    padding-top: 180px;
    position: relative;
    background: url(../bornlearningstudio/assets/img/banner-bg.webp) no-repeat top;
    background-size: 100% 100%;
    overflow: hidden;
}

.banner-wrapper-section .container{
    position: relative;
}

.banner-wrapper-section .container .bancarousel-control-prev{
    position: absolute;
    left: -60px;
    bottom: 50%;
    margin-bottom: -30px;
    z-index: 100;
    color: var(--textcolor);
    border: none;
    background: none;
    outline: none;
    width: 60px;
    height: 60px;
    background: none;
    font-size: 18px;
    border-radius: 50%;
    transition-duration: 0.3s;
}

.banner-wrapper-section .container .bancarousel-control-next{
    position: absolute;
    right: -60px;
    bottom: 50%;
    margin-bottom: -30px;
    z-index: 100;
    color: var(--textcolor);
    border: none;
    background: none;
    outline: none;
    width: 60px;
    height: 60px;
    background: none;
    font-size: 18px;
    border-radius: 50%;
    transition-duration: 0.3s;
}

.banner-wrapper-section .container .bancarousel-control-prev:hover,
.banner-wrapper-section .container .bancarousel-control-next:hover{
    background: var(--PrimaryColor);
    color: var(--whitecolor);
}

.banner-image-carousel .carousel-item img{
    max-width: 100%;
    min-width: 100%;
    height: 550px;
    object-fit: contain;
    display: inline-block;
}

.banner-caption-wrap{
    width: 100%;
    display: table;
    height: 100%;
    height: 550px;
}

.banner-caption-wrap .banner-caption-middle{
    width: 100%;
    display: table-cell;
    vertical-align: middle;
    position: relative;
}

.banner-wrapper-section .col-lg-6:first-child{
    position: relative;
}

.banner-wrapper-section .col-lg-6:first-child::before{
    width: 180px;
    height: 180px;
    position: absolute;
    right: 75px;
    bottom: -45px;
    background: url(../bornlearningstudio/assets/img/banner-dots.png) no-repeat;
    content: '';
    animation: 12s linear infinite cogwheelanim;
}

@keyframes cogwheelanim {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(180deg)
    }
}

.banner-wrapper-section .col-lg-6:first-child::after{
    width: 75px;
    height: 35px;
    position: absolute;
    right: 75px;
    top: 80px;
    background: url(../bornlearningstudio/assets/img/zigzagline.png) no-repeat;
    content: '';
    opacity: 0.2;
    animation: 6s linear infinite zigzaglanim;
}

@keyframes zigzaglanim {
    0% {
        top: 80px;
    }

    50% {
        top: 120px;
    }

    100% {
        top: 80px;
    }
}

.banner-caption-wrap .banner-caption-middle p{
    padding: 0;
    margin: 0px 0px 50px 0px;
}

.banner-caption-wrap .banner-caption-middle h1{
    font-family: var(--headingfont) !important;
    text-transform: uppercase;
    color: var(--headingColor);
    font-weight: bold;
    padding: 0;
    margin: 0px 0px 20px 0px;
    font-size: 56px;
    line-height: 62px;
}

.banner-caption-wrap .banner-caption-middle h1 strong{
    color: var(--PrimaryColor);
}

.morebtn-style{
    width: 180px;
    line-height: 48px;
    background: var(--Blackcolor);
    color: var(--whitecolor);
    text-align: center;
    border-radius: 40px;
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    transition-duration: 0.3s;
}

.morebtn-style:hover{
    background: var(--PrimaryColor);
}

.banner-caption-wrap .banner-caption-middle .contactbtn-style{
    width: 140px;
    line-height: 48px;
    background: none;
    color: var(--PrimaryColor);
    text-align: center;
    border-radius: 40px;
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    transition-duration: 0.3s;
    text-decoration: underline !important;
    margin-left: 20px;
}

.banner-caption-wrap .banner-caption-middle .contactbtn-style:hover{
    background: none;
    color: var(--headingColor);
}

.banner-wrapper-section .scroll-btn{
    position: absolute;
    left: 50%;
    margin-left: -11px;
    bottom: 45px;
    width: 22px;
    height: 27px;
    background: url(../bornlearningstudio/assets/img/scroll-icon.png) no-repeat;
    animation: mouse-animations 1.5s infinite alternate;

}

.banner-wrapper-section .scroll-btn:hover{
    background-position: 0px -27px;
}

@keyframes mouse-animations {
    0 {
        bottom: 45px
    }

    70% {
        bottom: 45px
    }

    71% {
        bottom: 45px
    }

    100% {
        bottom: 60px
    }
}

.homeheading-style{
    width: 100%;
    display: block;
    padding: 0;
    margin: 0px 0px 0px 0px;
}

.homeheading-style h2{
    font-family: var(--headingfont) !important;
    text-transform: uppercase;
    color: var(--headingColor);
    font-weight: bold;
    padding: 0;
    margin: 0px 0px 15px 0px;
    font-size: 46px;
    line-height: 48px;
}

.homeheading-style h6{
    width: 100%;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
    color: var(--PrimaryColor);
    font-weight: bold;
    font-size: 14px;
}

.courses-item-div{
    width: 100%;
    border: 1px solid var(--borderColor);
    border-radius: 10px;
    display: block;
    padding: 20px 20px 0px 20px;
    min-height: 415px;
    transition-duration: 0.3s;
    background: rgba(255, 255, 255, .6);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
}

.courses-item-div:hover{
    border-color: var(--PrimaryColor);
}

.courses-item-div .course-image{
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
    height: 240px;
    background: var(--PrimaryColor);
    position: relative;
}

.courses-item-div .course-image img{
    width: 100%;
    height: 240px;
    object-fit: cover;
    transition-duration: 0.3s;
}

.courses-item-div:hover .course-image img{
    opacity: 0.25;
    transform: scale(1.1);
}

.courses-item-div .course-image i{
    position: absolute;
    top: 40%;
    left: 50%;
    color: var(--whitecolor);
    font-size: 24px;
    z-index: 200;
    margin-top: -14px;
    margin-left: -17px;
    transition-duration: 0.3s;
    opacity: 0;
}

.courses-item-div:hover .course-image i{
    top: 50%;
    opacity: 1;
}

.courses-item-div h4{
    width: 100%;
    padding: 0;
    margin: 30px 0px 10px 0px;
    color: var(--headingColor);
    text-transform: uppercase;
    font-size: 24px;
    font-family: var(--headingfont) !important;
    text-align: center;
}

.courses-item-div p{
    text-align: center;
    padding: 0;
    margin: 0;
    line-height: 26px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
            line-clamp: 2; 
    -webkit-box-orient: vertical;
}

.ourcourses-scroll{
    margin-left: -12px;
    margin-right: -12px;
}

.ourcourses-scroll .col-lg-4{
    padding-left: 12px;
    padding-right: 12px;
}

.ourcourse-container .button-col{
    text-align: right;
}

.ourcourse-container .morebtn-style{
    margin-top: 45px;
}

.ourcourse-container .ourcourses-scroll{
    margin-top: 45px;
}

.ourcourse-container{
    position: relative;
    padding-top: 100px;
}

.ourcourse-container .curveline{
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: -1;
    max-height: 600px;
}

.welcometext-wrap .col-lg-7 p{
    text-align: justify;
}

.welcometext-wrap .col-lg-7 .homeheading-style{
    margin-bottom: 30px;
}

.welcometext-wrap .col-lg-7 .morebtn-style{
    margin-top: 25px;
}

.welcometext-wrap{
    width: 100%;
    position: relative;
    background: url(../bornlearningstudio/assets/img/home-bg.webp) no-repeat top;
    background-size: 100% 100%;
    padding: 90px 0px 165px 0px;
    margin-top: 90px;
}

.welcometext-wrap .homeimage-one{
    width: 100%;
    background: var(--headingColor);
    border-radius: 5px;
    height: 460px;
    margin-top: 122px;
    overflow: hidden;
}

.welcometext-wrap .homeimage-one img{
    height: 460px;
    width: 100%;
    object-fit: cover;
}

.welcometext-wrap .homeimage-two{
    width: 100%;
    background: var(--headingColor);
    border-radius: 5px;
    height: 285px;
    overflow: hidden;
}

.welcometext-wrap .homeimage-two img{
    height: 285px;
    width: 100%;
    object-fit: cover;
}

.welcometext-wrap .homeimage-three{
    width: 100%;
    background: var(--headingColor);
    border-radius: 5px;
    height: 285px;
    margin-top: 12px;
    overflow: hidden;
}

.welcometext-wrap .homeimage-three img{
    width: 100%;
    height: 285px;
    object-fit: cover;
}

.welcometext-wrap .col-lg-7{
    padding-top: 45px;
    padding-bottom: 45px;
}

.welcometext-wrap .col-lg-5{
    position: relative;
}

.welcometext-wrap .col-lg-5 .rotating-text{
    position: absolute;
    left: 50%;
    margin-left: -105px;
    top: 50%;
    margin-top: -105px;
    width: 180px;
    height: 180px;
    background: url(../bornlearningstudio/assets/img/rotating-text-bg.jpg) no-repeat;
    z-index: 100;
    border-radius: 50%;
    overflow: hidden;
}

.welcometext-wrap .col-lg-5 .rotating-text::before{
    width: 180px;
    height: 180px;
    position: absolute;
    left: 0px;
    top: 0px;
    content: '';
    background: url(../bornlearningstudio/assets/img/rotating-text-scroll.png) no-repeat;
    animation: 12s linear infinite cogwheelanim;
}

.homeblackbar-wrap{
    width: 100%;
    min-height: 150px;
    background: var(--Blackcolor);
    border-radius: 5px;
    position: relative;
    padding: 0px 45px;
    margin-top: -75px;
}

.homeblackbar-wrap h4{
    font-family: var(--headingfont) !important;
    color: var(--whitecolor);
    text-transform: uppercase;
    font-size: 28px;
    padding: 0px 0px 0px 100px;
    line-height: 32px;
    margin: 40px 0px 0px 0px;
    position: relative;
    font-weight: bold;
}

.homeblackbar-wrap h4 b{
    color: var(--PrimaryColor);
}

.homeblackbar-wrap h4::before{
    width: 79px;
    height: 72px;
    position: absolute;
    left: 0px;
    top: -4px;
    content: '';
    background: url(../bornlearningstudio/assets/img/digitalcareer-icon.png) no-repeat;
}

.homeblackbar-wrap .morebtn-style{
    background: var(--PrimaryColor);
    float: right;
    margin-top: 51px;
}

.homeblackbar-wrap .morebtn-style:hover{
    background: var(--YellowColor);
    color: var(--headingColor);
}

.homeblackbar-wrap .col-lg-7 p{
    color: var(--textcolorblack);
    padding: 0;
    margin: 50px 0px 0px 0px;
    line-height: 24px;
    font-weight: 500;
    width: auto;
    display: inline-block;
}

.homeblackbar-wrap .col-lg-7 p a{
    color: var(--PrimaryColor);
    font-weight: bold;
    text-decoration: none;
    
}



.testimonials-item{
    width: 100%;
    display: block;
    text-decoration: none;
    border: 1px solid var(--borderColor);
    transition-duration: 0.3s;
    border-radius: 10px;
    background: rgba(255, 255, 255, .6);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    padding: 30px 45px 40px 45px;
}

.testimonials-item .testimonials-footer{
    width: 100%;
    position: relative;
    border-top: 1px solid var(--borderColor);
    padding: 20px 0px 0px 0px;
    min-height: auto;
    padding-left: 75px;
    transition-duration: 0.3s;
}

.testimonials-item .testimonials-footer span{
    width: 60px;
    height: 60px;
    background: url(../bornlearningstudio/assets/img/testimonial-propic.png) no-repeat var(--borderColor);
    border-radius: 50%;
    position: absolute;
    left: 0px;
    top: 20px;
    overflow: hidden;
}

.testimonials-item .testimonials-footer span img{
    width: 100%;
    height: 60px;
    object-fit: cover;
}

.testimonials-item .testimonials-footer h6{
    width: 100%;
    padding: 0;
    margin: 0;
    font-size: 14px;
    font-weight: normal;
    color: var(--textcolor);
}

.testimonials-item .testimonials-footer h4{
    width: 100%;
    padding: 0;
    margin: 12px 0px 4px 0px;
    font-size: 16px;
    font-weight: 600;
    color: var(--headingColor);
}

.testimonials-item .testimonials-content{
    width: 100%;
    padding: 0px 0px 0px 0px;
    min-height: 190px;
}

.testimonials-item .testimonials-content p{
    font-size: 16px;
    line-height: 28px;
    padding: 0;
    margin: 0;
    font-style: italic;

    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
           line-clamp: 5; 
    -webkit-box-orient: vertical;
    color: var(--textcolor);
}

.testimonials-item .testimonials-content ul{
    width: 100%;
    padding: 0;
    margin: 0px 0px 12px 0px;
    display: block;
}

.testimonials-item .testimonials-content ul li{
    list-style: none;
    padding: 0;
    margin: 0px 5px 0px 0px;
    display: inline-block;
    color: var(--textcolor);
    font-size: 15px;
}

.testimonials-item .testimonials-content ul li .fa-solid{
    color: var(--YellowColor);
}

.testimonials-item .testimonials-content ul li .fa-regular{
    color: var(--textcolorBluebg);
}

.testimonials-scroll{
    margin-left: -12px;
    margin-right: -12px;
}

.testimonials-scroll .col-lg-4{
    padding-left: 12px;
    padding-right: 12px;
}

.testimonials-wrapper .homeheading-style h2,
.testimonials-wrapper .homeheading-style h6{
    text-align: center;
}

.testimonials-wrapper .homeheading-style{
    margin-bottom: 45px;
}

.testimonials-wrapper{
    width: 100%;
    position: relative;
    padding-top: 100px;
}

.testimonials-wrapper .curveline{
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: -1;
    max-height: 600px;
    transform: rotateY(180deg);
}

.whychooseus-wrapper{
    width: 100%;
    position: relative;
    margin-top: 100px;
    padding: 0px 20px;
}

.whychooseus-wrapper .whychoose-gradient{
    background-image: linear-gradient(to bottom, #f2f1fe, #f5f4fe, #f9f8fe, #fcfbff, #ffffff);
    border-radius: 45px;
    padding-top: 100px;
}

.whychooseus-wrapper .whychoose-gradient ul{
    width: 100%;
    padding: 0;
    margin: 0px 0px 0px 0px;
    display: inline-table;
}

.whychooseus-wrapper .whychoose-gradient ul li{
    list-style: none;
    width: 50%;
    display: inline-block;
    color: var(--textcolor);
    position: relative;
    margin: 14px 0px 0px 0px;
    padding-left: 28px ;
}

.whychooseus-wrapper .whychoose-gradient ul li::before{
    content: "\f058";
    font-family: "Font Awesome 6 Free";
    font-weight: 400;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    color: var(--PrimaryColor)
}

.whychooseus-wrapper .homeheading-style{
    margin-bottom: 40px;
}

.whychooseus-wrapper .morebtn-style{
    margin-top: 40px;
}

.talktoteam-wrapper{
    border-radius: 10px;
    background: rgba(255, 255, 255, .6);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    padding: 60px 40px 20px 40px;
    border: 2px solid var(--PrimaryColor);
    position: relative;
    z-index: 100;
    min-height: 530px;
}

.talktoteam-wrapper .teamheader{
    text-align: center;
    margin-bottom: 30px;
}

.talktoteam-wrapper .teamheader h4{
    font-family: var(--headingfont) !important;
    text-transform: uppercase;
    color: var(--headingColor);
    font-weight: bold;
    padding: 0;
    margin: 0px 0px 10px 0px;
    font-size: 28px;
    line-height: 28px;
}

.talktoteam-wrapper .teamheader p{
    padding: 0;
    margin: 0;
    line-height: 24px;
}

.talktoteam-wrapper .col-lg-12 input[type = text],
.talktoteam-wrapper .col-lg-12 input[type = email]{
    width: 100%;
    border: 1px solid var(--borderColor);
    height: 44px;
    border-radius: 4px;
    padding: 0px 15px;
    font-size: 15px;
    color: var(--headingColor);
    box-shadow: none;
    transition-duration: 0.3s;
    outline: none;
    background: rgba(255, 255, 255, .6);
}

.talktoteam-wrapper .col-lg-12 textarea{
    width: 100%;
    border: 1px solid var(--borderColor);
    height: 80px;
    border-radius: 4px;
    padding: 0px 15px;
    font-size: 15px;
    color: var(--headingColor);
    margin-bottom: -8px;
    box-shadow: none;
    transition-duration: 0.3s;
    outline: none;
    background: rgba(255, 255, 255, .6);
}

.talktoteam-wrapper .col-lg-12 textarea:focus,
.talktoteam-wrapper .col-lg-12 input[type = text]:focus,
.talktoteam-wrapper .col-lg-12 input[type = email]:focus{
    border-color: var(--PrimaryColor);
}

.talktoteam-wrapper .col-lg-12 p{
    padding: 0;
    margin: 0;
    position: relative;
}

.talktoteam-wrapper .col-lg-12 .contactbtn{
    width: 100%;
    line-height: 44px;
    background: var(--PrimaryColor);
    color: var(--whitecolor);
    text-align: center;
    border-radius: 4px;
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    transition-duration: 0.3s;
    border: none;
    outline: none;
}

.talktoteam-wrapper .col-lg-12{
    padding-bottom: 8px;
}

.talktoteam-wrapper .col-lg-12:last-child{
    padding-bottom: 0px;
}


.wpcf7-not-valid-tip{
    font-size: 11px;
    padding: 0;
    margin: 5px 0px 0px 0px;
    line-height: normal;
}

.wpcf7-response-output{
    text-align: center;
    font-size: 13px;
    padding: 4px 10px !important;
    margin: 10px 0px 0px 0px !important;
    font-weight: 500;
}

.wpcf7-spinner{
    padding: 0px;
    margin: 0px 0px 0px -12px;
    position: absolute;
    left: 50%;
    top: 10px;
}

.whychooseus-wrapper .col-lg-2{
    position: relative;
}

.whychooseus-wrapper .col-lg-2 img{
    width: 359px;
    height: 477px;
    position: absolute;
    left: -20px;
    bottom: 0px;
}

.trustedpartners-wrap .col-lg-2 div{
    width: 100%;
    height: 90px;
    border: 1px solid var(--borderColor);
    border-radius: 4px;
    text-align: center;
    display: table;
}

.trustedpartners-wrap .col-lg-2 div span{
    width: 100%;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.trustedpartners-wrap .col-lg-2 div span img{
    max-width: 90%;
    max-height: 65px;
    object-fit: contain;
    display: inline-block;
}

.trustedpartners-wrap h4{
    width: 100%;
    padding: 0;
    margin: 0px 0px 15px 0px;
    text-transform: uppercase;
    color: var(--headingColor);
    font-size: 16px;
    font-weight: bold;
}

.trustedpartners-wrap{
    width: 100%;
    margin-top: 80px;
    margin-bottom: 60px;
}

.partners-scroll{
    margin-left: -8px;
    margin-right: -8px;
}

.partners-scroll .col-lg-2{
    padding-left: 8px;
    padding-right: 8px;
}


.whatsapp-iconbtn {
	width: 50px;
	height: 50px;
	background: #11bb19;
	color: #fff !important;
	position: fixed;
	right: 40px;
	bottom: 40px;
	z-index: 1010;
	border-radius: 50%;
	text-align: center;
	font-size: 24px;
	line-height: 50px;
	-webkit-animation: puls 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
	-moz-animation: puls 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
	-ms-animation: puls 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
	animation: puls 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
	box-shadow: 0 0 0 0 rgba(103, 184, 81, 0.5);
}



@-webkit-keyframes puls {
	to {
		box-shadow: 0 0 0 20px rgba(25, 153, 204, 0);
	}
}

@-moz-keyframes puls {
	to {
		box-shadow: 0 0 0 20px rgba(25, 153, 204, 0);
	}
}

@-ms-keyframes puls {
	to {
		box-shadow: 0 0 0 20px rgba(25, 153, 204, 0);
	}
}

@keyframes puls {
	to {
		box-shadow: 0 0 0 20px rgba(25, 153, 204, 0);
	}
}

.pagebanner-wrapper-section{
    width: 100%;
    padding-top: 165px;
    position: relative;
    background: url(../bornlearningstudio/assets/img/banner-bg.webp) no-repeat top;
    background-size: 100% auto;
    overflow: hidden;
}

.pagebanner-wrapper-section .innerpage-banner-wrapper{
    width: 100%;
    background: var(--Blackcolor);
    height: 300px;
    position: relative;
    display: table;
}

.pagebanner-wrapper-section .innerpage-banner-wrapper img{
    width: 100%;
    position: absolute;
    height: 100%;
    object-fit: cover;
    z-index: 0;
    opacity: 0.5;
}

.pagebanner-wrapper-section .innerpage-banner-wrapper .innerpage-banner-middle{
    width: 100%;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    position: relative;
    z-index: 100;
}

.pagebanner-wrapper-section .innerpage-banner-wrapper .innerpage-banner-middle h2{
    font-family: var(--headingfont) !important;
    text-transform: uppercase;
    color: var(--whitecolor);
    font-weight: bold;
    padding: 0;
    margin: 0px 0px 20px 0px;
    font-size: 48px;
    line-height: 50px;
    text-shadow: 3px 3px 5px rgba(0,0,0,0.5);
}

.pagebanner-wrapper-section .innerpage-banner-wrapper .innerpage-banner-middle .breadcrumb{
    text-align: center;
    padding: 0;
    margin: 0;
    display: block;
}

.pagebanner-wrapper-section .innerpage-banner-wrapper .innerpage-banner-middle .breadcrumb li{
    display: inline-block;
    color: var(--textcolorblack);
    font-size: 14px;
}

.pagebanner-wrapper-section .innerpage-banner-wrapper .innerpage-banner-middle .breadcrumb li a{
    color: var(--PrimaryColor);
    font-weight: bold;
}

.pagebanner-wrapper-section .innerpage-banner-wrapper .innerpage-banner-middle .breadcrumb li a i{
    font-size: 12px;
    margin-right: 4px;
}

.breadcrumb-item+.breadcrumb-item::before{
    color: var(--textcolorblack);
}

.innerpage-content-con{
    width: 100%;
    margin-top: 100px;
    margin-bottom: 80px;
    display: inline-table;
}

.coursepage-wrap .col-lg-9 h2{
    font-family: var(--headingfont) !important;
    text-transform: uppercase;
    color: var(--headingColor);
    font-weight: bold;
    padding: 0;
    margin: 0px 0px 15px 0px;
    font-size: 38px;
    line-height: 40px;
    text-align: center;
}

.coursepage-wrap .col-lg-9 h2 strong{
    color: var(--PrimaryColor);
}

.coursepage-wrap .col-lg-9 p{
    text-align: center;
}

.coursepage-wrap .row .col-lg-4{
    margin-top: 20px;
}

.coursepage-wrap .col-lg-9{
    margin-bottom: 15px;
}

.internshippage-wrap .internship-image{
    display: block;
    margin-bottom: 45px;
}

.internshippage-wrap .internship-image img{
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.internshippage-wrap .col-lg-8 p{
    text-align: justify;
}

.internshippage-wrap .col-lg-8 h4{
    width: 100%;
    padding: 0;
    margin: 35px 0px 10px 0px;
    font-size: 24px;
    color: var(--headingColor);
    font-family: var(--headingfont) !important;
    text-transform: uppercase;
}

.internshippage-wrap .col-lg-8 ul{
    width: 100%;
    display: inline-table;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 20px 0px;
}

.internshippage-wrap .col-lg-8 ul li{
    color: var(--textcolor);
    width: 50%;
    display: inline-block;
    position: relative;
    padding: 0px 0px 0px 30px;
    margin: 6px 0px;
    font-weight: 500;
}

.internshippage-wrap .col-lg-8 ul li::before{
    content: "\f058";
    font-family: "Font Awesome 6 Free";
    font-weight: 400;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    color: var(--PrimaryColor)
}

.internshippage-wrap .col-lg-8 h5{
    width: 100%;
    padding: 0;
    margin: 20px 0px 5px 0px;
    font-weight: bold;
    font-size: 18px;
    color: var(--headingColor);
}

.internshippage-wrap .col-lg-4 .talktoteam-wrapper{
    position: sticky;
    top: 100px;
}

.googlemap-wrapper {
	position: relative;
	padding-bottom: 420px;
	height: 0;
	overflow: hidden;
	margin: 90px 0px 0px 0px;
}

.googlemap-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

.contact-form-wrapper .contact-text{
    width: 100%;
    margin-bottom: 30px;
}

.contact-form-wrapper .contact-text h4{
    font-family: var(--headingfont) !important;
    text-transform: uppercase;
    color: var(--headingColor);
    font-weight: bold;
    padding: 0;
    margin: 0px 0px 15px 0px;
    font-size: 34px;
    line-height: 36px;
    text-align: left;
}

.contact-form-wrapper .contact-text p{
    padding: 0;
    margin: 0px 0px 0px 0px;
}

.contact-form-wrapper .row .col-lg-6 p,
.contact-form-wrapper .row .col-lg-12 p,
.contact-form-wrapper .row .col-lg-3 p{
    width: 100%;
    padding: 0px;
    margin: 0;
    position: relative;
}


.contact-form-wrapper .row .col-lg-6 input{
    width: 100%;
    border: 1px solid var(--borderColor);
    height: 50px;
    border-radius: 4px;
    padding: 0px 15px;
    font-size: 15px;
    color: var(--headingColor);
    box-shadow: none;
    transition-duration: 0.3s;
    outline: none;
    background: rgba(255, 255, 255, .6);
}

.contact-form-wrapper .row .col-lg-12 textarea{
    width: 100%;
    border: 1px solid var(--borderColor);
    height: 230px;
    border-radius: 4px;
    padding: 0px 15px;
    font-size: 15px;
    color: var(--headingColor);
    margin-bottom: -8px;
    box-shadow: none;
    transition-duration: 0.3s;
    outline: none;
    background: rgba(255, 255, 255, .6);
}

.contact-form-wrapper .row .col-lg-6 input:focus,
.contact-form-wrapper .row .col-lg-12 textarea:focus{
    border-color: var(--PrimaryColor);
}

.contact-form-wrapper .col-lg-3 .submit-btn{
    width: 100%;
    line-height: 44px;
    background: var(--PrimaryColor);
    color: var(--whitecolor);
    text-align: center;
    border-radius: 4px;
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    transition-duration: 0.3s;
    border: none;
    outline: none;
    text-transform: uppercase;
}

.contact-form-wrapper .row .col-lg-6,
.contact-form-wrapper .row .col-lg-12{
    margin-bottom: 15px;
    position: relative;
}

.contact-form-wrapper .col-lg-3{
    position: relative;
}

.contact-address-wrap{
    width: 100%;
    height: 560px;
    display: table;
    border-radius: 10px;
    background: var(--Blackcolor);
    padding: 0px 30px;
}

.contact-address-middlealign{
    width: 100%;
    display: table-cell;
    vertical-align: middle;
}

.contact-address-wrap p{
    padding: 0;
    margin: 0;
    color: var(--textcolorblack);
    line-height: 24px;
}

.contact-address-wrap p a{
    color: var(--textcolorblack);
    text-decoration: none;
}

.contact-address-wrap h5{
    width: 100%;
    padding: 0;
    margin: 0px 0px 2px 0px;
    position: relative;
    color: var(--whitecolor);
    font-size: 15px;
    font-weight: 500;
}

.contact-address-wrap .address-item-con{
    width: 100%;
    position: relative;
    padding-left: 50px;
}

.contact-address-wrap .address-item-con i{
    color: var(--PrimaryColor);
    position: absolute;
    left: 0px;
    top: 2px;
    font-size: 28px;
}

.contact-address-wrap hr{
    width: 100%;
    padding: 0;
    margin: 15px 0px;
    border: none;
    border-bottom: 1px dashed var(--textcolorblack);
    opacity: 0.4;
}

.contact-address-wrap .letsconnect-heading{
    width: 100%;
    position: relative;
    margin-bottom: 30px;
}

.contact-address-wrap .letsconnect-heading p{
    padding: 0;
    margin: 0;
}

.contact-address-wrap .letsconnect-heading h4{
    font-family: var(--headingfont) !important;
    text-transform: uppercase;
    color: var(--whitecolor);
    font-weight: bold;
    padding: 0;
    margin: 0px 0px 10px 0px;
    font-size: 28px;
    line-height: 30px;
    text-align: left;
}

.coursesinle-wrap .col-lg-4 .internship-image{
    width: 100%;
    display: block;
    margin-bottom: 45px;
}

.coursesinle-wrap .col-lg-4 .internship-image img{
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.coursesinle-wrap .col-lg-8 p{
    text-align: justify;
}

.coursesinle-wrap .col-lg-8 h4,
.coursesinle-wrap .col-lg-8 h1,
.coursesinle-wrap .col-lg-8 h2,
.coursesinle-wrap .col-lg-8 h3,
.coursesinle-wrap .col-lg-8 h5,
.coursesinle-wrap .col-lg-8 h6{
    width: 100%;
    padding: 0;
    margin: 30px 0px 6px 0px;
    color: var(--headingColor);
    font-weight: bold;
}

.coursesinle-wrap .col-lg-8 h4{
    font-size: 22px;
}

.page-id-9 .innerpage-content-con h4,
.page-id-3 .innerpage-content-con h4{
    width: 100%;
    padding: 0;
    margin: 30px 0px 8px 0px;
    font-size: 20px;
    font-weight: bold;
    color: var(--headingColor);
}

.page-id-9 .innerpage-content-con p,
.page-id-3 .innerpage-content-con p{
    text-align: justify;
}

.testimonials-page .testimonials-item{
    padding: 30px 20px 30px 20px;
    margin: 12px 0px;
}

.testimonials-page .testimonials-item .testimonials-content{
    min-height: auto;
}

.testimonials-page .testimonials-item .testimonials-content{
    min-height: auto;
    margin-bottom: 25px;
}

.testimonials-page .testimonials-item .testimonials-content p {
    overflow: visible;
    display: block;
}

.grecaptcha-badge { 
    visibility: hidden !important;
    display: none !important;
}









@media screen and (max-width: 1024px) {
    .homeblackbar-wrap h4::before{
        display: none;
        visibility: hidden;
    }

    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link{
        padding: 0px 15px;
    }

    .banner-caption-wrap .banner-caption-middle h1{
        font-size: 42px;
        line-height: 46px;
    }

    .banner-image-carousel .carousel-item img{
        height: 415px;
    }

    .banner-caption-wrap{
        height: 415px;
    }

    .homeheading-style h2{
        font-size: 36px;
        line-height: 36px;
    }

    .whychooseus-wrapper{
        padding: 0px 0px;
    }

    .homeblackbar-wrap h4{
        font-size: 28px;
        padding: 0px 0px;
    }

    .homeblackbar-wrap .morebtn-style{
        float: none;
        clear: both;
        margin-top: 20px;
    }

    .homeblackbar-wrap .col-lg-7{
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .homeblackbar-wrap .col-lg-7 p{
        margin-top: 0px;
    }

    .courses-item-div h4{
        font-size: 20px;
    }
}

@media screen and (max-width: 980px) {
    .headertopbar .col-lg-6:last-child p,
    .headerwrapper .callus-wrap,
    .ourcourse-container .morebtn-style,
    .ourcourse-container .curveline,
    .welcometext-wrap .col-lg-5 .rotating-text,
    .welcometext-wrap .homeimage-one,
    .homeblackbar-wrap .col-lg-7 p br,
    .testimonials-wrapper .curveline,
    .whychooseus-wrapper .col-lg-2 img,
    .download-brochure-wrap::before,
    .footermiddle-section .col-lg-2,
    .footermiddle-section .col-lg-3.footerlinks,
    .banner-wrapper-section .container .bancarousel-control-prev,
    .banner-wrapper-section .container .bancarousel-control-next{
        display: none;
        visibility: hidden;
    }

    .banner-caption-wrap .banner-caption-middle{
        text-align: center;
    }

    .carousel-item{
        text-align: center;
    }

    .banner-wrapper-section{
        padding-top: 150px;
    }

    .banner-caption-wrap {
        height: 360px;
    }

    .banner-bottom-wrapper .row .col-lg-2:nth-child(1),
    .banner-bottom-wrapper .row .col-lg-2:nth-child(2),
    .banner-bottom-wrapper .row .col-lg-2:nth-child(3){
        border-bottom: 1px solid rgba(255, 255, 255, .25);
    }

    .homeheading-style h2,
    .homeheading-style h6{
        text-align: center;
    }

    .welcometext-wrap .homeimage-three{
        margin-top: 0px;
    }

    .welcometext-wrap .homeimage-two{
        width: calc(50% - 10px);
        float: left;
        height: auto;
    }

    .welcometext-wrap .homeimage-three{
        width: calc(50% - 10px);
        float: right;
        height: auto;
    }

    .welcometext-wrap .homeimage-two img,
    .welcometext-wrap .homeimage-three img{
        height: 450px;
    }

    .homeblackbar-wrap{
        text-align: center;
    }

    .homeblackbar-wrap .col-lg-7 p{
        width: 100%;
        display: block;
        text-align: center;
    }

    .homeblackbar-wrap h4{
        margin-top: 0px;
    }

    .homeblackbar-wrap .col-lg-7{
        padding-bottom: 0px;
    }

    .homeblackbar-wrap{
        padding: 60px 45px;
    }

    .talktoteam-wrapper{
        margin-top: 60px;
    }

    .download-brochure-wrap{
        padding: 0px 40px;
    }

    .internshippage-wrap .internship-image{
        margin-top: 60px;
    }

    .contact-address-wrap{
        height: auto;
        padding: 60px 30px;
    }

    .contact-form-wrapper{
        margin-top: 60px;
    }

    .contact-form-wrapper .contact-text h4,
    .contact-form-wrapper .contact-text p,
    .contact-address-wrap .letsconnect-heading,
    .contact-address-wrap .letsconnect-heading h4{
        text-align: center;
    }

    .coursesinle-wrap .col-lg-4 .internship-image{
        margin-top: 70px;
    }
}

@media screen and (max-width: 768px) {
   
}

@media screen and (max-width: 540px) {
   .headertopbar .col-lg-6:last-child,
   .banner-caption-wrap .banner-caption-middle .contactbtn-style,
   .banner-wrapper-section .scroll-btn,
   .banner-caption-wrap .banner-caption-middle h1 br,
   .banner-wrapper-section .col-lg-6:first-child::before,
   .banner-wrapper-section .col-lg-6:first-child::after,
   .homeheading-style h2 br,
   .welcometext-wrap .homeimage-three,
   .download-brochure-wrap h2 br,
   .coursepage-wrap .col-lg-9 h2 br{
    display: none;
    visibility: hidden;
   }

   .headertopbar .col-lg-6:first-child p{
    font-size: 13px;
    text-align: center;
   }

   .headerwrapper .header-logo img{
    height: 40px;
   }

   .headerwrapper .col-xl-7{
    padding-top: 0px;
   }

   .headerfixed-wrapper .headerwrapper{
    padding-top: 25px;
   }

   .banner-caption-wrap .banner-caption-middle h1{
    font-size: 30px;
    line-height: 32px;
   }

   .banner-caption-wrap .banner-caption-middle p{
    margin-bottom: 35px;
   }

   .banner-image-carousel .carousel-item img {
        height: 280px;
    }

    .banner-bottom-wrapper .row .col-lg-2:nth-child(4) {
        border-bottom: 1px solid rgba(255, 255, 255, .25);
    }

    .whatsapp-iconbtn{
        right: 15px;
        bottom: 15px;
    }

    .homeheading-style h2 {
        font-size: 28px;
        line-height: 30px;
    }

    .ourcourse-container,
    .testimonials-wrapper{
        padding-top: 80px;
    }

    .ourcourses-scroll .col-lg-4,
    .testimonials-scroll .col-lg-4,
    .partners-scroll .col-lg-2 {
        padding-left: 4px;
        padding-right: 4px;
    }

    .welcometext-wrap{
        margin-top: 60px;
        padding-top: 60px;
        padding-bottom: 110px;
    }

    .welcometext-wrap .homeimage-two{
        width: 100%;
    }

    .welcometext-wrap .homeimage-two img{
        width: 100%;
        height: auto;
    }

    .homeblackbar-wrap{
        padding: 60px 20px;
    }

    .whychooseus-wrapper .whychoose-gradient ul li{
        width: 100%;
    }

    .whychooseus-wrapper{
        margin-top: 60px;
    }

    .whychooseus-wrapper .whychoose-gradient{
        padding-top: 60px;
    }

    .trustedpartners-wrap{
        margin-top: 60px;
        margin-bottom: 80px;
    }

    .footer-wrapper-div{
        margin-top: 30px;
    }

    .download-brochure-wrap{
        text-align: center;
        padding: 45px 15px;
    }

    .download-brochure-wrap h2{
        padding: 0;
        margin: 0;
        text-align: center;
        font-size: 26px;
        line-height: 28px;
    }

    .download-brochure-wrap .col-lg-3{
        text-align: center;
    }

    .download-brochure-wrap .col-lg-3 a{
        margin-top: 30px;
    }

    .footermiddle-section{
        margin-top: 80px;
        margin-bottom: 80px;
        text-align: center;
    }

    .footermiddle-section .socialmedia-icons{
        text-align: center;
        margin-bottom: 45px;
    }

    .footermiddle-section .footer-logo{
        text-align: center;
    }

    .footermiddle-section .footer-logo img{
        display: inline-block;
    }

    .footer-wrapper-div .footer-credencials p{
        text-align: center !important;
        margin: 2px 0px;
    }

    .innerpage-content-con{
        margin-top: 80px;
        margin-bottom: 60px;
    }

    .coursepage-wrap .col-lg-9 h2{
        font-size: 28px;
        line-height: 30px;
    }

    .pagebanner-wrapper-section .innerpage-banner-wrapper .innerpage-banner-middle h2{
        font-size: 32px;
        line-height: 32px;
    }

    .pagebanner-wrapper-section .innerpage-banner-wrapper{
        height: 240px;
    }

    .internshippage-wrap .col-lg-8 ul li{
        width: 100%;
    }

    .talktoteam-wrapper{
        padding-left: 20px;
        padding-right: 20px;
    }

    .internshippage-wrap .col-lg-8 h4{
        font-size: 22px;
    }

    .contact-form-wrapper .row .col-lg-12 textarea{
        height: 100px;
    }

    .googlemap-wrapper{
        margin-top: 80px;
    }

    .contact-form-wrapper .contact-text h4{
        font-size: 30px;
        line-height: 30px;
    }

    .coursesinle-wrap .col-lg-8 h4{
        font-size: 20px;
    }

    .pagebanner-wrapper-section{
        padding-top: 130px;
    }
}



