


canvas {
            width: 100%;
        }
        
        .chartjs-tooltip {
            background: rgba(0, 0, 0, 0.8);
            color: #fff;
            border-radius: 5px;
            padding: 10px;
            font-size: 12px;
        }
        .error {
    color: red;
}

.top-text{
    display: flex;
    justify-content: center;
    padding: 10px !important;
}
.get-btn{
    background-color: #004aad;    
    color: white !important;
    padding: 20px 10px !important;
    display: flex;
    justify-content: center;
}
.price-btn{
    color: #000;
    border-radius: 5px;
    background-color: #ffde59;
    text-decoration: none;
    padding: 5px 15px !important;
    transition: 0.5s;   
}


    .iti--separate-dial-code .iti__selected-flag {
        background-color: #F6F7F9 !important;
    }


.video-container {
	width: 100%;
	border-radius: 4px;
	margin: 0 auto;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	box-shadow: 0px 8px 20px rgba(black, 0.4);
}


	.video-wrapper video {
		width: 100%;
		height: 100%;
		border-radius: 4px;
	}

	.video-wrapper {
		width: 100%;
		height: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
	}

.play-button-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: auto;
	pointer-events: none;
}

	#circle-play-b {
		cursor: pointer;
		pointer-events: auto;


	}

	#circle-play-b svg {
			width: 100px;
			height: 100px;
			fill: #fff;
			stroke: #fff;
			cursor: pointer;
			background-color: rgba(black, 0.2);
			border-radius: 50%;
			opacity: 0.9;
		}

.owl-nav {
    display: none;
}

/* Custom Navigation Buttons */
.custom-nav-1, .custom-nav-2, .custom-nav-3, .custom-nav-4 {
    width: 100%;
    text-align: center;
}

.custom-nav-4{
    margin-top: 30px !important ;
}

.custom-nav-1{
     text-align: right !important;
}

.custom-nav-2{
    text-align: left !important;
        margin-top: 50px !important ;
}



.custom-nav-1 button,
.custom-nav-2 button,
.custom-nav-3 button,
.custom-nav-4 button {
    font-size: 24px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: none;
    margin: 0 0px;
    cursor: pointer;
}

/* Hover Effect */
.custom-nav-1 button i:hover,
.custom-nav-2 button i:hover,
.custom-nav-3 button i:hover,
.custom-nav-4 button i:hover {
    color: #000 !important;
    transition: 0.5s;
}

/* Icon Styling */
.custom-nav-1 button i,
.custom-nav-2 button i,
.custom-nav-3 button i,
.custom-nav-4 button i {
    font-size: 28px;
    line-height: 50px;
    color: #D3D3D3;
        transition: 0.5s;
}

/* Carousel Item Hover Effect */
.owl-carousel .item {
    transition: transform 0.3s ease-in-out;
}

/*.owl-carousel .item:hover {*/
/*    transform: scale(1.05);*/
/*    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);*/
/*}*/




.background-img{
   background-image:
     url('../image/home-bg.png'); 
   background-size: cover;
   background-position: center;
   background-repeat: no-repeat;
   height: 100%;
   width: 100%;
  
   align-items: center;
   display: flex;
 }
 .background-img-2{
   background-image: 
   url('../image/liniing-img.png');
   background-size: cover;
   background-position: center;
   background-repeat: no-repeat;
   height: 100%;
   width: 100%;
   justify-content: center;
   align-items: center;
   display: flex;
 }
 .background-img-3{
   background: linear-gradient( rgba(0, 0, 0, 0.3  ) 0%, rgba(0, 0, 0, 1)),
   url('../image/Rectangle-1.png');
   background-size: cover;
   background-position: center;
   background-repeat: no-repeat;
   height: 100%;
   width: 100%;
   justify-content: center;
   align-items: center;
   display: flex;
 }
 .dashed-line {
   position: relative;
   height: 1px;
   background: repeating-linear-gradient(
       to right,
       #d1d5db 0,
       #d1d5db 5px,
       transparent 5px,
       transparent 10px
   );
}

.yellow-ball {
   position: absolute;
   top: 50%;
   transform: translateY(-50%);
   width: 12px;
   height: 12px;
   background-color: #facc15;
   border-radius: 50%;
}
.ball-1 { left: 0%; }
.ball-2 { left: 25%; }
.ball-3 { left: 51%; }
.ball-4 { left: 77%; }


.background{
 background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
   url('../image/ui-bg.png'); 
 background-size: cover;
 background-position: center;
 background-repeat: no-repeat;
 height: 100vh;
 width: 100%;
 justify-content: center;
 align-items: center;
 display: flex;
}

.background-1{
   background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
     url('../image/about-bg.png'); 
   background-size: cover;
   background-position: center;
   background-repeat: no-repeat;
   height: 100vh;
   width: 100%;
   justify-content: center;
   align-items: center;
   display: flex;
 }


 .container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem; /* 16px */
  padding-right: 1rem;
}
@media (min-width: 640px) { .container { max-width: 640px; } }
@media (min-width: 768px) { .container { max-width: 768px; } }
@media (min-width: 1024px) { .container { max-width: 1024px; } }
@media (min-width: 1280px) { .container { max-width: 1140px; } }



.nav-hvr{
      transition: all 0.4s ease-in-out !important;
      font-size: 16px;
}

.nav-hvr:hover{
    color: #0d6efd;
    padding: 6px 20px 6px 23px !important;
    transition: all 0.4s ease-in-out !important;
}


.dropdown-menu {
  animation: 0.9s slideup;
  animation: 0.9s slidedown;
}

@keyframes slideup {
  from {
    transform: translateY(20%);
  }

  to {
    transform: translateY(0);
  }
  
}

@keyframes slidedown {
  from {
    transform: translateY(-20%);
  }

  to {
    transform: translateY(0);
  }
  
}


.price-btn:hover{
border: 1px solid #fff !important;
background-color: #004aad !important;
color: #fff !important;
cursor: pointer;

}

.hvr-underline-from-center:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 50%;
    right: 50%;
    bottom: -3px;
    background: #000 !important;
    height: 5px;
    -webkit-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}


.main{
    margin: auto !important;
    margin-bottom: 50px !important;
    margin-top: 30px !important;
}

.acc-btn{
    padding: 10px 15px !important;
    display: flex;
  justify-content: center;
   
}
.acc-btn::after{
    margin: 0 !important;
   position: absolute;
   left: 95%;
}
table tr td{
    padding:10px 15px !important;
}
table tr td{
    width: 15% !important;
    font-size: 1vw !important;
}
table tr td:first-child{
    width: 25% !important;
}
.main {
    box-shadow: 0 0 24px rgba(0, 0, 0, 0.15);
    width: 90%;
    margin:auto;
 
}
.price-table {
    width: 100%;
    border-collapse: collapse;
    border: 0 none;
}
.price-table tr:not(:last-child) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.03);
}
.price-table tr td {
    border-left: 1px solid rgba(0, 0, 0, 0.05);
    padding: 8px 24px;
    font-size: 14px;
}
.price-table tr td:first-child {
    border-left: 0 none;
}
.price-table tr td:not(:first-child) {
    text-align: center;
}
.price-table tr:nth-child(even) {
    background-color: #FFFFFF;
}
.price-table tr:hover {
    background-color: #EEEEEE;
}
.price-table .fa-check {
    color: #004aad;
}
.price-table .fa-times {
    color: #D8D6E3;
}

/* Highlighted column */

.price-table tr td:nth-child(4) {
    background-color: rgba(216, 214, 227, 0.15);
    padding: 8px 48px;
}
.price-table tr td:nth-child(3) .fa-check,
.price-table tr:nth-child(2n) td:nth-child(3) .fa-check {
    /* color: #ffffff; */
}
/**/

.price-table tr.price-table-head td {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}
.price-table tr.price-table-head {
    background-color: #004aad;
    color: #FFFFFF;
}
.price-table td.price {
    color: #f43f54;
    padding: 16px 24px;
    font-size: 20px;
    font-weight: 600;
    font-family: "Montserrat";
}
.price-table td.price a {
    background-color: #004aad;
    color: #FFFFFF;
    padding: 12px 32px;
    margin-top: 16px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
    border-radius: 64px;
}
.price-table td.price-table-popular {
    border-top: 3px solid #004aad;
    color: #004aad;
    text-transform: uppercase;
    font-size: 12px;
    padding: 12px 48px;
    font-weight: 700;
}
.price-table .price-blank {
    background-color: #fafafa;
    border: 0 none;
     
}


.fs-pop{
    font-family: "Poppins", sans-serif !important;
}

.card-hvr:hover{
    box-shadow: rgba(137, 135, 135, 0.217) -10px 10px, rgba(77, 76, 76, 0.19) -20px 20px ;
}

.card-hvr{
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
    transition: all 0.6s ease;
}

.fs-12{font-size:12px !important;}

.light-shade{color:#4a4a4a;}

.txt-non{
    text-decoration: none !important;
}
.fs-14{
    font-size: 0.75rem !important;
}

.inner-img {
    transition: 0.3s;
  }
  
  .inner-img:hover {
    transform: scale(1.1);
  }

  .port-heigh{
    height: 240px !important;
  }


.black-logo {
  width: 60%;
}

.py-6 {
  padding: 14px 20px;
}


.h-title {
  font-weight: 600;
  font-size: 32px;
  padding-bottom: 10px;
}

.bg-color6 {
  background-color: #1A2FE7;
}


.p-tag {
  color: #6F727E;
  font-size: 16px;
  line-height: 26px;

  padding-bottom: 40px;
}



.btn-gradient { 
  background-color: #f2f2f2;
  transition: background .3s ease-in-out;
  
  &:hover {
    color: #000;
    background-color: #FFCD4D;
  }
}


.period {
    font-size: 1rem;
    color: lighten(#808080, 20%);
    letter-spacing: 0px;
  }

.currency {
    font-size: 2.75rem;
    position: relative;
    font-weight: 400;
    top: -45px;
    letter-spacing: 0px;
  }

.display-2 {
  font-size: 7rem;
  text-align: center;
  letter-spacing: -.5rem;
 
}


.fs-12{ font-size: 16px !important ;}


/* Counter */

.count{
  color: #000;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 40px;
  font-weight: bold;
}
.counter-wrapper{

  background: #fff;
  position: relative;
}
.counter-wrapper:after{
  content: '';
  position: absolute;
  left:0;
  right:0;
  top:0;
  bottom:0;
  
}
.counter-inner{
  position:relative;
  z-index:2;
}
.count-icon{
  color: #000;
  font-size: 48px;
}



.carousel-indicators{
  display: none;
}

.pop{
  font-family: "Poppins", sans-serif;
}

.bhb{ height: 350px ; }

.bhp{ height: 480px ;}


.bg-yb {
  background-color: #FFCD4D;
  padding: 12px 50px;
}


.probox{
  height: 340px;
}


.heighter{
       height:380px;
}


.contact {
  background-color: #1b2fe8;
  padding: 10px 17px;
}



.photo {
  width: 75%;
  height: 90%;
}

.carousel-caption {
  top: 30%;
}

.bg-color1 {
  background-color: #f6f7f9;


}

.bg-color2 {
  background-color: #f0f1f3;
}

.design {
  width: 100%;
  height: 79.50%;
}

.lorem {
  font-size: 18px;
}

.vasin {
  font-size: 17px;
}

.new {
  width: 2%;
}

 .owl-dots{
        display:none !important;
    }




.user {
  font-size: 22px;
}

.user2 {
  font-size: 18px;
}

.number {
  background-color: #212529;
}

.icon {
  color: #43464b;
}

.icon:hover {
  color: #1b2fe8;
}

.india {
  width: 15%;
}

.copy {
  background-color: #d5d5d5;
}

.image {
  width: 22% !important;
  height: 22%;
}

.project {
  position: absolute;
  bottom: -23% !important;
  width: 1100px !important;
  left: 5% !important;
  border-radius: 10px !important;

}

.project2 {
  position: absolute;
   width: 1100px !important;
  bottom: -12% !important;
  left: 10% !important;
  border-radius: 10px !important;

}




.contact2 {
  background: url(../image/background2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.amazon {
  height: 200px !important;
}


/* hover */

.box3 {
  box-shadow: 0 0 11px rgba(33, 33, 33, .2) !important;
}

.box:hover {
  box-shadow: 0 0 11px rgba(33, 33, 33, .2);

}


/*  */
.box2 a {
  color: #000;
}

.box2:hover a {
  color: #fff;
}

.box2:hover {
  background-color: #1b2fe8;
  color: #fff;
  transition-duration: 3.00s;
}

/*  */
.owl-dots {
  text-align: center;

}

.owl-dot span {
  width: 10px;
  height: 10px;
  margin-right: 5px;
  background: #9aa3ae;
  display: inline-block;
  border-radius: 10px;
  margin-top: 0px !important;

}

.owl-dots .active span {
  padding: 0px 0px;
  background: #1b2fe8;
  border-radius: 10px;
  margin-top: 30px;
}

/*  */
.hvr-float {
  transition-duration: 1.00s !important;
}

.accordion-button:not(.collapsed) {
  background: none !important;
}

.accordion-button:focus {
  box-shadow: none !important;
}

.icon2 {
  color: #000;
}

.bi-arrow-right::before {
  content: "\f138";
  font-family: bootstrap-icons !important;
}

.card-link:hover i.bi-arrow-right {
  transform: translate(0px, 0px);
  transition-timing-function: ease-in;
  display: inline-block;
  transition: 0.9s;
  color: #1b2fe8;
}

.card-link:hover i.bi-arrow-right {
  transform: translate(10px, 0px);
}

/* dropdown */

.dropdown-menu {
  position: absolute;
  left: -54px !important;
  padding: 20px !important;
  top: 43px !important;
  box-shadow: 0 0 11px rgba(33, 33, 33, .2) !important;
}

.dropdown-menu ul {
  list-style: none;
  padding: 0;
}

.dropdown-item {
  color: #43464b;
}

.dropdown-menu {
  width: 200px;
}

.dropdown-menu.show {
  display: flex !important;
}


    .scs {
        height: 100% !important;
    }


/*  */
.hover08 figure img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.hover08 figure:hover img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

.office {
  width: 80%;
}

.office2 {
  width: 75%;
}



/* @media */




@media (max-width:1024px) {

  .project {
    position: absolute;
    bottom: -125% !important;
    width: 900px !important;
    left: 7% !important;
    border-radius: 10px !important;
  }

  .project2 {
  
    bottom: -90% !important;
    width: 900px !important;
    left: 6% !important;
   
  }

  

  .design {
    height: 76%;
  }

  .user {
    font-size: 19px;
  }

  .scs {
    height: 350px !important;
  }

}

/*  */

@media (max-width:768px) {
  .dropdown-menu.show {
    display: block !important;

  }

 .carousel-caption {
     font-size: 20px !important ;
    position:absolute !important;
    top: 20px !important;
  }


  .project {
    position: absolute;
    bottom: -87% !important;
    width: 750px !important;
    left: 1% !important;
    border-radius: 10px !important;

  }

  .project2 {
  
    bottom: -68% !important;
    width: 720px !important;
    left: 3% !important;
   
  }

  

  .lorem {
    font-size: 15px;
  }
  
  
  .design {
    width: 100%;
    height: 70% !important;
  }


  .office {
    width: 75% !important;
  }

  .office2 {
    width: 100%;
  }

  .owl-nav {
    display: none;
  }

  .scs {
    height: 280px !important;
  }



.increaser{height: 200px;
}

.fs-15{ font-size: 30px !important ;}

.fs-12{ font-size: 15px !important ;}


  .design {
    width: 100%;
    height: 65% !important;
  }


  .dropdown-menu {
    width: 400px;
  }



}

/*  */
@media (max-width : 650px) {
    
    .mp-5{ padding: 0px !important ;
        margin: 5px !important ;
    }
    
    .btn-respo{ padding: 6px 25px !important;
        font-size: 12px !important ;
       
    }
  
 .fs-15{ font-size: 17px !important ;}

.lorem1{
    font-size: 12px;
  }

.lorem {
    font-size: 16px;
  }
    
   
  .dropdown-menu {
    width: 300px !important;
  }

  .carousel-caption {
    display: block;
    position:absolute !important;
    top: -6px !important;
  }

  .office {
    width: 100% !important;
  }

  .scs {
    height: 300px !important;
  }

  .project {
    display: none;

  }
  .project2 {
  display: none;
   
  }


  .course {
    padding-top: 2% !important;
  }
}







@media (max-width : 500px) {
    
    .mp-5{ padding: 0px !important ;
        margin: 5px !important ;
    }
    
    .btn-respo{ padding: 6px 25px !important;
        font-size: 12px !important ;
       
    }
  
 .fs-15{ font-size: 17px !important ;}

.lorem1{
    font-size: 12px;
  }

.lorem {
    font-size: 16px;
  }
    
   
  .dropdown-menu {
    width: 300px !important;
  }

  .carousel-caption {
    display: block;
    position:absolute !important;
    top: -6px !important;
  }

  .office {
    width: 100% !important;
  }

  .scs {
    height: 300px !important;
  }

  .project {
    display: none;

  }
  .project2 {
  display: none;
   
  }


  .course {
    padding-top: 2% !important;
  }
}

/*  */

@media (max-width:375px) {
  .carousel-caption p {
    display: none;
  }



  .scs {
    height: 350px !important;
  }
}


.blog-h1{width: 50%; margin: auto;}
.border4{border-top: solid 2px #000; padding-bottom: 10px;}
.border5{border-bottom: dashed 1px #000;}


.bg-color2{background-color: #F5F5F5 !important;}
.bg-color3{background-color: #E3E6FF !important;}
.bg-color4{background-color: #D5D5D5 !important;}
.bg-color5{background-color: #F9F5FF !important;}
.bg-color6{background-color: #1A2FE7 !important;}

.bg-color8{background-color: #D2F9D6 !important;}


.text-color{color: #1A2FE7;}
.text-color1{color: #43464D;}
.text-color2{color: #a8a6a6;}
.text-color3{color: #6941C6 !important;}
.text-color4{color: #FFCD4D;}

a{text-decoration: none;}


.stopwatch1 {
    margin-left: 15px;
}
.job-btn {
    background: #E3E6FF;
    color: #1A2FE7;
    font-size: 14px;
    padding: 0px 20px;
    height: 25px;
}



