
*, body, html{
    padding: 0px;
    margin: 0;
    font-family: "Inter", sans-serif;
    color: #12315F;
     -moz-transition: ease 0.3s;
    -o-transition: ease 0.3s;
    -webkit-transition: ease 0.3s;
    transition: ease 0.3s;
}
p{
    font-size: 0.875rem;
    color: #374254;
}

h1{
    font-size: 4.375rem;
    font-weight: 700;
}

.text-orange {
	color: #F05C3C!important;
}

.text-blue {
	color: #070C80!important;
}



.btn{
    border-radius: 20px;
    color: #12315F;
    font-size: 0.875rem;
    font-weight: 500;
}

.btn-clickher {
	background-color: #FFCC00;
	color: #12315F;
	font-size: 0.875rem;
	font-weight: 500;
	padding: 5px 12px;
}
.btn-clickher:hover {
    background-color: #c09b08;
    color: #12315F;
}

.btn-primary{
    background-color: #F05C3C;
    color: #fff;
    font-size: 1rem;
    font-weight: 500;
    padding: 0.75rem 1.5rem;
    border-color: #F05C3C;
    box-shadow: 2px 4px 0px rgba(255, 255, 255, 0.5);
    border-radius: 50px;
}
.btn-primary:hover{
    background-color: #be462b;
    border-color: #be462b;
}
.btn-primary:focus, .btn-primary:focus-visible{
    box-shadow: 0px 0px 0px rgba(255, 255, 255, 0.5);
    background-color: #be462b;
}


.header-topbar{
    background-color: #070C80;
    padding: 8px 0;
}

.header {
	background-color: #fff;
	box-shadow: 0 3px 10px rgba(0, 0, 0, .1);
}

/*--Hero Section start here--*/
.hero-section{
    background: url(../img/hero_bg.png) no-repeat 0 0;
    background-size: cover;
    padding: 60px 0;
}
.hero-section p{
    font-size: 1.5rem;
    color: #374254;
}

.strategy-video-section {
	width: 100%;
	height: 300px;
	overflow: hidden;
	border-radius: 20px;
	border: 10px solid #E42323;
	max-width: 450px;
	margin: 20px auto 0 auto;
}
.strategy-video-section img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.strategy-vido-main .arrow_left, .strategy-vido-main .arrow_right{
    position: absolute;
    top: -30px;
    left: 0;
}

.strategy-vido-main .arrow_left{
    left: 0px;
    right: auto;
    animation: arrow-updown 2s infinite;
    -webkit-animation: arrow-updown 2s infinite;
    -moz-animation: arrow-updown 2s infinite;
    -o-animation: arrow-updown 2s infinite;
}

.strategy-vido-main .arrow_right{
    left: auto;
    right: -20px;
    animation: arrow-updown 2s infinite;
    -webkit-animation: arrow-updown 2s infinite;
    -moz-animation: arrow-updown 2s infinite;
    -o-animation: arrow-updown 2s infinite;
}

.strategy-vido-main .arrow_left img,
.strategy-vido-main .arrow_right img {
	max-width: 80%;
}
.vido-play-btn {
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 5;
	transform: translate(-50%, -50%);
}
.vido-play-btn img{
    max-width: 80%;
}

.newsletter-fom-seciton {
	background-color: #070C80;
}
.newsletter-fom-seciton p{
    color: #fff;
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.newsletter-fom-seciton .form-control {
	border-radius: 50px;
	box-shadow: 2px 4px 0px rgba(255, 255, 255, 0.5);
    color: #59677C;
    font-size: 1rem;
    border:1px solid #fff;
    padding: 0.75rem 1.5rem;
}
.newsletter-fom-seciton .form-control:focus{
    border-color: #be462b;
}

.after-hero-sectionn {
	padding: 50px 0;
    background-color: #EAF6FF;
}



@-webkit-keyframes arrow-updown {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
  }
}

@-moz-keyframes arrow-updown {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
  }
}

@-o-keyframes arrow-updown {
  0%, 20%, 50%, 80%, 100% {
    -o-transform: translateY(0);
  }
  40% {
    -o-transform: translateY(-30px);
  }
  60% {
    -o-transform: translateY(-15px);
  }
}
@keyframes arrow-updown {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}

.header.sticky {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9;
}
.header.sticky .comp-logo {
	max-width: 60%;
}
.header.sticky .social-button{
    max-width: 40px;
}
.header.sticky .social-button img {
	width: 100%;
}
img{
    max-width: 100%;
    display: block;
}

/*--New page css start here 04-02-2025--*/

.video-frame-img {
	position: relative;
	z-index: 5;
	height: 786px;
	width: 100%;
	max-width: 1139px;
    margin: 0 auto;
}

.frame-top {
	left: 0;
	top: 0;
}

.frame-left {
	left: 0;
	top: 245px;
}

.frame-right {
	right: 0;
	top: 245px;
}

.frame-bottom {
	left: 0;
	bottom: 0;
}

.frame-bottom, .frame-right, .frame-left, .frame-top{
    z-index: 5;
}

.video-img-inner {
	width: 90%;
	height: 90%;
	overflow: hidden;
	margin: 0 auto;
	padding: 12% 0 0 0;
	position: relative;
	top: 0;
}

.video-img-inner img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.video-img-inner .overlay{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .4);
    z-index: 1;
}

/* .private-page-video-frame {
	height: 880px;

} */

.website-add-banner-section {
	padding: 100px 0;
	background-color: #EAF6FF;
}

.after-add-column {
	padding: 100px 0;
}

.purple-box-left{
    background-color: #3F0F79;
}

.purple-box-left .strategy-video-section {
	max-width: 86%;
    height: 350px;
}
.purple-box-left .box-content p{
    font-size: 1rem;
}

.purple-box-right {
    background-color: #B521D3;
}

.btn-blue {
	background-color: #070C80;
	border-color: #070C80;
}

.btn-blue:hover{
    background-color: #0a0f9a;
}
.purple-box-left, .purple-box-right{
    max-width: 98%;
}


/*----*/



@media(max-width:1440px){
    .comp-logo {
        max-width: 120px;
    }
    .header-end .social-button {
        width: 42px;
    }

    .header-end .social-button img {
        width: 100%;
    }
    h1 {
        font-size: 3.375rem;
    }
    .hero-section p {
        font-size: 1.25rem;
    }
    .strategy-vido-main .arrow_left img, .strategy-vido-main .arrow_right img {
        max-width: 60%;
    }
    .strategy-video-section {
        height: 240px;
        border-radius: 20px;
        border: 6px solid #E42323;
        max-width: 380px;
        margin: 10px auto 0 auto;
    }
    .strategy-vido-main .arrow_left {
        left: 30px;
    }
    .strategy-vido-main .arrow_right {
        right: -40px;
    }
     .hero-section .newsletter-fom-seciton p{
        font-size: 1rem;
    }

    
}

@media(max-width:1355px){
    .frame-left {
        left: -0.6px;
        top: 240px;
    }

    .frame-right {
        right: -2px;
        top: 240px;
    }
    .video-frame-img{
        height: 785px;
    }
}
@media(max-width:1190px){
    .private-page-video-frame {
        height: 680px;
    }
    .purple-box-left .strategy-video-section {
        max-width: inherit;
        height: inherit;
    }
    .frame-left {
        left: 0;
        top: 201px;
        width: 163px;
    }
    .frame-right {
        right: 0;
        top: 201px;
        width: 124px;
    }

    .video-frame-img {
        height: 649px;
    }
}

@media(max-width:1100px){
    .strategy-vido-main .arrow_right {
        text-align: end;
    }
    .strategy-vido-main .arrow_left img, .strategy-vido-main .arrow_right img {
        max-width: 100%;
    }
    .strategy-vido-main .arrow_right {
        right: -20px;
        text-align: end;
        width: 100px;
    }
    .strategy-vido-main .arrow_left {
        left: 0;
        width: 100px;
    }
    .strategy-video-section {
        height: 230px;
        max-width: 400px;
        margin: 0px auto 0 auto;
    }
    .strategy-vido-main .arrow_left, .strategy-vido-main .arrow_right {
        top: -10px;
    }
    .top-button a{
        max-width: 60%;
        margin: 0 auto;
    }
    .top-button a img {
        max-width: 100%;
        margin: 0 auto;
    }
    h1 {
        font-size: 3rem;
    }
    .hero-section p {
        font-size: 1rem;
    }
     .hero-section .newsletter-fom-seciton p {
        font-size: 0.875rem;
    }
}

@media(max-width:992px){
    h1 {
        font-size: 2.753rem;
        text-align: center;
    }
    .hero-section p{
        text-align: center;
    }
    .strategy-video-section {
        height: 300px;
        max-width: 470px;
    }
    .btn-clickher {
        padding: 4px 12px;
        margin-left: 3px;
    }

    .private-page-video-frame {
        height: 500px;
    }
     .after-add-column, .website-add-banner-section {
        padding: 60px 0;
    }

    .video-frame-img {
        height: 484px;
        max-width: 100%;
    }
    .frame-left {
        left: 0;
        top: 149px;
        width: 121px;
    }
    .frame-right {
        right: 0;
        top: 150px;
        width: 93px;
    }
}
@media(max-width:767px){
    .hero-section {
        padding: 40px 0;
    }
    h1 {
        font-size: 2rem;
    }
    .strategy-vido-main .arrow_left, .strategy-vido-main .arrow_right{
        display: none;
    }
    .strategy-video-section {
        height: 240px;
        max-width: 100%;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .top-button a {
        max-width: 80%;
        margin: 10px auto 0 auto;
    }
    .header-end .social-button {
        width: 34px;
    }
    .private-page-video-frame {
        height: 100%;
    }
   
    .after-add-column, .website-add-banner-section {
        padding: 50px 0;
    }

    .frame-left {
        left: 0;
        top: 111px;
        width: 91px;
    }
    .frame-right {
        right: 0;
        top: 111px;
        width: 68px;
    }
    .video-frame-img {
        height: 357px;
        max-width: 100%;
    }
}
@media(max-width:450px){
    .frame-left {
        left: 0;
        top: 75px;
        width: 61px;
    }
    .frame-right {
        right: 0;
        top: 75px;
        width: 47px;
    }
    .video-frame-img {
        height: 236px;
        max-width: 100%;
    }
}

@media(max-width:320px){
    .hero-section p {
        font-size: 0.875rem;
    }

    .header-start {
        width: 42%;
    }
    .header.sticky .comp-logo {
        max-width: 80%;
    }
}