@import url('https://fonts.googleapis.com/css2?family=Jost:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@300;400;600&display=swap');


/*-------- Default Items ------------ */ 
:root {
    --e-global-color-primary: #1f242e;
    --e-global-color-secondary: #816aff;
    --e-global-color-text: #727272;
    --e-global-color-accent: #816aff;
    --e-global-color-light-blue: #2a333e;
    --e-global-color-white: #ffffff;
    --e-global-color-bright-blue: #6b43f8;
    --e-global-color-dark-blue: #20203e;
    --e-global-color-yellow: #f1c337;
    --e-global-color-desaturated-blue:#2e2e4f;
    --e-global-color-very-pale: #effcff;
    --e-global-color-grayish-blue: #222733;
    --e-global-color-dark-gray: #7b7e80;
    --e-global-color-grayish-cyan: #c3e6ee;
    --e-global-color-black: #000000;
    --e-global-color-dark-grayish-blue: #2a333e;
    --e-global-color-light-grayish-blue: #b1bdcb;
}
body {
     font-family: "Roboto", sans-serif;
}
h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,h6,.h6,a  {
    font-family: "Roboto", sans-serif;
}
html {
    scroll-behavior: smooth;
}
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.h1, h1 {
    font-size: 80px;
    line-height: 81px;
    font-weight: 700;
    color: #000;
}
.h2, h2 {
    font-size: 32px;
    line-height: 40px;
    font-weight: 500;
    color: #000;
}
.h3, h3 {
    font-size: 26px;
    line-height: 32px;
    font-weight: 800;
    color: #000;
}
.h4, h4 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 500;
    color: #000;
}
.h5, h5 {
    font-size: 20px;
    line-height: 26px;
    font-weight: 500;
    color: #000;
}
.h6, h6 {
    font-size: 18px;
    line-height: 16px;
    font-weight: 400;
    text-transform: uppercase;
    color:#000;
}
p {
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    color: #000;
}
.text-size-16 {
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    color: #000;
}
a {
    font-size: 18px;
    line-height: 18px;
    font-weight: 400;
    color:#000;
}
.hover-effect {
    transition: all 0.3s ease-in-out;
}
.logo {
	max-width: 160px;
	min-height: 30px !important;
}
.hover-effect:hover {
    transform: translateY(-5px);
}
.default-btn {
	padding: 13px 25px;
	border-radius: 10px;
	border: 1px solid #fff;
	display: inline-block;
	color: #132535 !important;
	background: #fff;
	/* box-shadow: 0px 4px 22px 0px rgba(64, 216, 253, 0.4); */
}
.default-btn:hover {
    background:#fff;
    border: 1px solid #fff;
    color:#132535;
    text-decoration: none;
    /*box-shadow: 0px 4px 22px 0px rgba(129, 106, 255, 0.1);*/
}

.default-btn1 {
	padding: 13px 25px;
	border-radius: 25px;
	border: 1px solid #000;
	display: inline-block;
	color: #fff !important;
	background: #000;
	/* box-shadow: 0px 4px 22px 0px rgba(64, 216, 253, 0.4); */
	font-weight: 600;
	align-content: center;
}
.default-btn1:hover {
    background:#000;
    border: 1px solid #000;
    color:#fff;
    text-decoration: none;
    /*box-shadow: 0px 4px 22px 0px rgba(129, 106, 255, 0.1);*/
}

.btn-outline-secondary {
	padding: 13px 25px;
	border-radius: 25px;
	border: 1px solid #000;
	display: inline-block;
	color: #000 !important;
	background:transparent;
	font-weight: 600;
	/* box-shadow: 0px 4px 22px 0px rgba(64, 216, 253, 0.4); */
}
.btn-outline-secondary:hover {
    background:transparent;
    border: 1px solid #000;
    color:#000;
    text-decoration: none;
    /*box-shadow: 0px 4px 22px 0px rgba(129, 106, 255, 0.1);*/
}
 .video-thumbnail {
      position: relative;
      cursor: pointer;
    }
    .video-thumbnail img {
      width: 100%;
      height: auto;
      border-radius: 10px;
    }
    .play-button {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 80px;
      opacity: 0.8;
      max-width:80px;
    }


.navbar {
	border-bottom: 1px solid #ddd;
}

a:hover .cursor::after {
    border: none !important;
    opacity: 0;
}


/*-------- BANNER ------------ */

.banner-section-outer {
   
}

.home-banner-section {
    
    /*background: url(http://jaireddy.ai/assets/images/bg.png) no-repeat center;*/
    /*background-size:100% 100%;*/
    /*background: #1d2724;*/
    /*padding-top:60px;*/
    /*padding-bottom:60px;*/
}
.navbar-light .navbar-nav .nav-link {
    color:#000;
}
/*.home-banner-text {*/
/*    padding-top: 100px;*/
/*    padding-left: 195px;*/
/*}*/
.home-banner-text h1 {
    margin-bottom: 20px;

}
.home-banner-text p {
    font-size: 20px;
    line-height: 32px;
    padding-right: 16px;
}
.home-banner-text a {
    font-size: 20px;
    line-height: 20px;
    transition: all 0.3s ease-in-out;
}

.home-banner-section .banner-img {
    position: relative;
    z-index: 1;
}
.home-banner-section .banner-img img {
    margin-right: 108px;
    border-radius:50%;
}
.home-banner-section .banner-img img:hover{
    animation-name: float,up;
    animation-duration: .3s,1.5s;
    animation-delay: 0s,.3s;
    animation-timing-function: ease-out,ease-in-out;
    animation-iteration-count: 1,infinite;
    animation-fill-mode: forwards;
    animation-direction: normal,alternate;
}
@keyframes float {
    100% {
        transform: translateX(-8px);
    }
}
@keyframes up {
    0% {
        transform: translateX(-8px);
    }
    50% {
        transform: translateX(-4px);
    }
    100% {
        transform: translateX(-8px);
    }
}
.home-banner-section .banner-shape-1 {
    left: 0;
    top: 65px;
}
.shape img {
    -webkit-animation: mover 1s infinite  alternate;
    animation: mover 1s infinite  alternate;
}
@-webkit-keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-30px); }
}
.shape2 img {
    -webkit-animation: movers 1s infinite  alternate;
    animation: movers 1s infinite  alternate;
}
@-webkit-keyframes movers {
    0% { transform: translateX(0); }
    100% { transform: translateX(-30px); }
}
.home-banner-section .banner-img-content .banner-background {
    top: 67px;
    left: 105px;
    z-index: 1;
}
.home-banner-section .banner-img-content .banner-shape-2 {
    top: 75px;
    left: 135px;
}
.home-banner-section .banner-img-content .banner-shape-3 {
    bottom: 50px;
    right: 25px;
}



/*-------- CHOOSE SECTION ------------ */

.choose-section {
    padding: 60px 0;
}
.choose-section .heading {
    margin-bottom: 47px;
}
.choose-section .heading h6 {
    color: #816aff;
    margin-bottom: 19px;
}
.choose-section .heading h2 {
    padding: 0px 125px;
}
.choose-section .choose-box {
    padding: 20px 15px 15px 15px;
    border: 1px solid #f3e1d8;
    background-color: #fff;
    transition: all 0.3s ease-in-out;
}
.choose-section .choose-box:hover{
    background-color: #1f3c56;
}
.choose-section .choose-box:hover h4{
    color: #fff;
}
.choose-section .choose-box:hover p{
    color: #fff;
}
.choose-section .choose-box:hover figure img{
    filter: brightness(0) invert(1);
}
.choose-section .choose-box figure {
    margin-bottom: 30px;
    transition: all 0.3s ease-in-out;
}
.choose-section .choose-box h4 {
    margin-bottom: 7px;
    transition: all 0.3s ease-in-out;
}
.choose-section .choose-box p {
    margin-bottom: 20px;
    transition: all 0.3s ease-in-out;
}
.choose-section .choose-box i {
    font-size: 24px;
    line-height: 24px;
    color: var(--e-global-color-primary);
    transition: all 0.3s ease-in-out;
}
.choose-section .choose-box:hover i{
    color: #fff;
}
.choose-section .choose-box:hover i:hover{
    color: var(--e-global-color-secondary);
}
.choose-section .shape {
    left: 0;
    top: 150px;
}



/*-------- CREATE SECTION ------------ */

.create-section {
    padding: 60px 0;
}


/* About Us Section Style */

.home2_about_section{
    background: #fff;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.home2_about_section .heading .about_p{
    font-weight: 600;
    color: #000;
    margin-bottom: 25px;
    transition: all 0.3s ease-in-out;
}

.home2_about_section .about_circle{
    top: -30px;
    left: -18px;
    z-index: 1;
}
.home2_about_section .shape1{
    bottom: -60px;
    left: -60px;
    z-index: 1;
}
.home2_about_section .create-images{
    margin-left: -155px;
}
.home2_about_section .about_image{
    z-index: 1;
}
.home2_about_section .experience-box {
    bottom: 0;
    left: 0;
}
.home2_about_section .heading {
    padding-left: 45px;
    margin-top: -5px;
}

.home2_about_section .right_shape{
    position: absolute;
    right: 0;
    top: 190px;
}
.home2_about_section .left_shape{
    position: absolute;
    left: 0;
    top: 0;
} 


/* Testimonials Section Style */

.home2_testimonial_section{
    background-color: #9cb474;
    padding: 60px 0;
}
.home2_testimonial_section .heading {
    margin-bottom: 47px;
}
.home2_testimonial_section .heading h6 {
    color: var(--e-global-color-secondary);
    margin-bottom: 19px;
}
.home2_testimonial_section .testimonial-box {
    padding: 47px 100px 51px;
    background-color: var(--e-global-color-white);
    text-align: center;
}
.home2_testimonial_section .testimonial-box ul {
    margin-bottom: 19px;
}
.home2_testimonial_section .testimonial-box ul li {
    display: inline-block;
}
.home2_testimonial_section .testimonial-box ul li i {
    color: var(--e-global-color-yellow);
    font-size: 13px;
}
.home2_testimonial_section .testimonial-box .user-img {
    display: inline-block;
    margin-right: 10px;
}
.home2_testimonial_section .testimonial-box .designation-outer {
    display: inline-block;
    padding-top: 3px;
}
.home2_testimonial_section .testimonial-box .review {
    font-size: 20px;
    line-height: 30px;
    color: var(--e-global-color-text);
    font-style: italic;
    margin-bottom: 23px;
    letter-spacing: 0.1px;
    font-weight: 400;
}
.home2_testimonial_section .testimonial-box .quote-img {
    top: 10px;
    right: -35px;
}
.home2_testimonial_section .owl-carousel .owl-dots {
    display: block !important;
    margin-top: 38px !important;
    line-height: 0;
}
.home2_testimonial_section .owl-carousel .owl-dots .owl-dot span {
    background: #e1f8fe;
    width: 13px;
    height: 13px;
    margin: 0 4px;
    transition: all 0.3s ease-in-out;
}
.home2_testimonial_section .owl-carousel .owl-dots .owl-dot:hover span {
    background: var(--e-global-color-light-blue);
}
.home2_testimonial_section .owl-carousel .owl-dots .owl-dot.active span {
    background: var(--e-global-color-light-blue);
}
.home2_testimonial_section .owl-carousel .owl-dots .owl-dot:focus {
    outline: none;
}

/*-------- FOOTER BAR ------------ */

.footer-bar {
    background: #efefef;
    padding: 27px 0;
    border-top: 1px solid #efefef;
}
.footer-bar p, .footer-bar a {
    font-size: 14px;
    line-height: 14px;
    font-weight: 300;
    color: #000;
}
.footer-bar .section-right-shape {
    bottom: 0;
    right: 0;
}
.bt-box {
	background: #fff;
	padding: 30px;
	border-radius: 20px 20px 0 0;
}
