*{
    font-family: "Roboto", sans-serif;
}
ul.navbar-nav.main-menu li a:hover {
    color: #0662f0 !important;
}
.toggle:hover {
    background: #000;
    transition: 0.5s;
}
#dynamic .navbar-nav li > a {
	text-transform: capitalize;
	transition: background-color 0.2s, color 0.2s;
}
#dynamic .navbar-nav li > a:hover, #dynamic .navbar-nav li > a:focus {
	color: #fff;
}
#dynamic .navbar-nav li.active > a {
	color: #fff;
}
.slideshow {
	position: relative;
	z-index: 1;
	height: 100%;
}
.slideshow * {
	outline: none;
}
.slideshow .slider-track {
	-webkit-transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
	transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
}
.slideshow .item {
	height: 100%;
	position: relative;
	z-index: 1;
}
.slideshow .item img {
	width: 100%;
	-webkit-transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
	transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
}
.slideshow .item.slick-active img {

	-webkit-animation: cssAnimation 8s 1 ease-in-out forwards;
	animation: cssAnimation 8s 1 ease-in-out forwards;
}
.some {
	height: 20px;
	background: red;
}
.some.active {
	background: green;
}
li.nav-item.active {
    position: relative;
}
li.nav-item.active::after {
    content: "";
    background: #0662f0;
    width: 100%;
    height: 3px;
    position: absolute;
    right: 0px;
    bottom: -25px;
    display: flex;
    justify-self: anchor-center;
}
.app-services h1 span {
    font-weight: 300;
    color: #0662f0;
}
.getstartbutton {
    text-align: center;
}
.GeStartedt {
	border-radius: 10rem;
	color: #fff;
	transition: all 0.3s;
	position: relative;
	overflow: hidden;
	z-index: 1;
}
.GeStartedt:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to right, #0662f0, #ff731c);
	border-radius: 10rem;
	z-index: -2;
}
.GeStartedt:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0%;
	height: 100%;
	background:#0662f0;
	transition: all 0.3s;
	border-radius: 10rem;
	z-index: -1;
}
.GeStartedt:hover {
	color: #fff;
}
.GeStartedt:hover:before {
	width: 100%;
}
.icon-bar {
	position: fixed;
	top: 84%;
	transform: translateY(-50%);
	right: 27px;
}
.services-php {
    padding-bottom: 60px;
    padding-top: 60px;
}
.services-php img {
    width: 60px;
}
.Backend-Solutions p {
    text-align: justify;
}
.mobiledesign span {
    font-weight: 300;
    color: #0662f0;
}
.Flutter-images {
    padding-bottom: 60px;
    padding-top: 60px;
    background: #f6f6f6;
}
.php-services {
    background-image: url(../images/banner-effect-3.svg);
    padding-bottom: 60px;
    padding-top: 60px;
    background-size: cover;
    background-repeat: no-repeat;
}
.app-services {
    text-align: center;
}
.app-images {
    padding-bottom: 60px;
    padding-top: 60px;
}
button.owl-prev span {
    background: #fff !important;
    padding: 10px !important;
    width: 40px !important;
    height: 40px !important;
    border-radius: 100px !important;
    margin-right: 15px;
    color: #000 !important;
    box-shadow: 0px 1px 19px 0px #0000004f;
}

button.owl-next span {
	background: #fff !important;
    padding: 10px !important;
    width: 40px !important;
    height: 40px !important;
    border-radius: 100px !important;
    color: #000 !important;
    box-shadow: 0px 1px 19px 0px #0000004f;
}
.icon-bar a {
    display: block;
    text-align: center;
    padding: 0;
    transition: all 0.3s ease;
}
.iconwhats {
    width: 50px;
}
.services-images {
    background-image: url(../images/global_hom_bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 60px;
    padding-top: 60px;
}
.php-services img {
    width: 60px;
    height: auto;
}
img.php {
    max-width: 70px;
    position: absolute;
    bottom: -42px;
    left: 270px;
    animation: move 3s infinite ease-in-out;
}
img#banner-dots {
    top: 0;
    right: 0;
}
img.img-fluid.scale-img {
    width: 30px;
    position: absolute;
    top: 30px;
	animation: crescendo 1.5s alternate infinite ease-in;
}
@keyframes move {
	0% {}
	50% {
		transform: translate(10px, 0px);
	}
	100% {}
}
img.img-fluid.dots-img {
    position: absolute;
    bottom: 0;
    width: 110px;
    bottom: 70px;
	animation: move 3s infinite ease-in-out;
}
@keyframes crescendo {
	100% {transform: scale(1.5);}
}
@keyframes move {
	0% {}
	50% {
		transform: translate(10px, 0px);
	}
	100% {}
}
.col-md-7.home-banner {
    position: relative;
}
@keyframes animName {
	0%{
		transform: rotate(0deg);
	}
	100%{
		transform: rotate(360deg);
	}
}
img.img-fluid.box-img {
    position: absolute;
    width: 30px;
    top: 0;
    animation: animName 7s linear infinite;
    right: 0;
}
img.img-fluid.line {
    position: absolute;
    width: 50px;
    right: 240px;
    bottom: 130px;
	animation: animName 7s linear infinite;
}
.top-bar {
    padding: 10px;
    background: #0662f0;
}
.banner-section {
    background: url(https://e8y3g8u9.delivery.rocketcdn.me/wp-content/uploads/2013/10/home-bg-neww-scaled-1.webp), linear-gradient(114deg, #000 0, #103 35%, #5b1f51 73%, #ad6a35 100%);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
}
.first ul {
    text-align: left;
}
.course-services h1 {
    position: relative;
}
.course-services span {
    font-weight: 300;
    color: #0662f0;
}
.course-services h4 {
    text-align: center;
}
.course-services h4 {
    font-weight: bold;
}
.course-services h4 span {
    font-weight: bold;
    margin-right: 10px;
}
img.rocket {
    max-width: 40px;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 0;
}
.bulb-img {
    max-width: 100px;
    position: absolute;
}
.rocketimg {
    position: relative;
}
.course-services h1:after {
    content: "";
    height: 2px;
    z-index: 999;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -18px;
    width: 70px;
    border-bottom: 4px solid #0d6efd;
    max-width: 100px;
    margin: 0 auto;
}
.course-services p {
    margin-top: 30px;
}
div#dynamic {
    position: sticky;
    top: 0;
    z-index: 99999;
    transition: 0.5s;
}
img.logo {
    width: 100%;
    max-width: 220px;
}
.navmenu {
    background: #000 !important;
    padding-bottom: 15px;
    padding-top: 15px;
}
nav.navbar.navbar-expand-md.navbar-dark.navmenu::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    clip-path: polygon(10% 0%, 100% 0, 100% 50%, 0% 50%);
    background-color: #0662f0;
    width: 26vw;
    height: 192px;
}
ul.navbar-nav li a {
    color: #fff;
}
.dropdown-menu.show {
    display: flex;
}
.servicemenus h5.mb-0 {
    font-size: 18px;
}
.servicemenus p {
    margin-bottom: 0;
    font-size: 14px;
}
ul.contactmenu {
    margin-bottom: 0;
    z-index: 999;
    list-style: none;
}
.phonecall {
    color: #0662f0;
}
.contctbtn {
    padding: 0;
    margin-bottom: 0;
    padding: 10px 25px 10px 25px;
    list-style: none;
    background: #fff;
    border-radius: 100px;
	border:1px solid #fff;
}
.contctbtn:hover {
    background: none;
    color: #fff;
}
.contctbtn:hover i {
    color: #fff;
}
ul.drop-ulli {
    list-style: none;
    width: 50%;
	padding: 0;
}
.dropmenu {
    width: 650px;
}
ul.drop-ulli li a {
    color: #000 !important;
    font-size: 16px;
    line-height: 30px;
}
.Institute-course span {
    color: #0662f0;
    font-weight: 300;
}
.Institute {
    padding-top: 60px;
    padding-bottom: 60px;
    background: linear-gradient(20deg, rgb(255 255 255 / 66%) 0%, rgb(230 230 230 / 36%) 50%, rgb(255 255 255) 100%);
}
.start-work {
	padding-top: 60px;
    background-image: url(../images/service-bg2.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.dropdown-menu a {
	text-decoration: none;
	color: #000000;
}
.dropdown-menu a .d-flex {
	transition: all 0.5s;
}
.dropdown-menu .col-sm-6:nth-child(1) a:hover .d-flex {
	background-color: #fff3cd;
}
.dropdown-menu .col-sm-6:nth-child(2) a:hover .d-flex {
	background-color: #fff3cd;
}
.dropdown-menu .col-sm-6:nth-child(3) a:hover .d-flex {
	background-color: #d1e7dd;
}
.dropdown-menu .col-sm-6:nth-child(4) a:hover .d-flex {
	background-color: #d1e7dd;
}
.dropdown-menu .col-sm-6:nth-child(5) a:hover .d-flex {
	background-color: var(--bs-tertiary-bg);
}
.dropdown-menu .col-sm-6:nth-child(6) a:hover .d-flex {
	background-color: var(--bs-info-bg-subtle);
}
li.nav-item.dropdown.menudropdowns .dropdown-menu.px-3.rounded-3.border-0.shadow a {
    color: #000 !important;
}
li.nav-item.dropdown.Institution .dropdown-menu.px-3.rounded-3.border-0.shadow a {
    color: #000 !important;
}
img.img-fluid.laravel {
    width: 64px;
    height: 64px;
    object-fit: contain;
}
.dropdown-menu .col-sm-6:nth-child(2) a:hover .d-flex {
    background-color: #f8d7da;
}
.dropdown-menu .col-sm-6:nth-child(4) a:hover .d-flex {
    background-color: #e2e3e5;
}
.icon.px-3.bg-yellow-subtle.rounded-3.fs-1 {
    background: #ffff95;
}
.dropdown-menu .col-sm-6:nth-child(7) a:hover .d-flex {
    background-color: #ffff95;
}
.dropdown-menu .col-sm-6:nth-child(8) a:hover .d-flex {
    background-color: #ffaeae;
}
.icon.px-3.bg-red-subtle.rounded-3.fs-1 {
    background: #ffaeae;
}
i.fa.fa-arrow-right.righticon {
    font-size: 16px;
}
.icon {
    padding-right: 10px;
}
.CodeAspire p {
    margin-bottom: 0;
    font-size: 18px;
    width: 610px;
}
#particles-js{
	width:100%;
	height:auto;
}
.CodeAspire {
    color: #fff;
}
.CodeAspire h1 {
    font-size: 55px;
    font-weight: bold;
}
.CodeAspire span {
    font-weight: normal;
}
div#image-content {
    position: absolute;
    width: 100% !important;
    right: 0;
    left: 0;
    height: 750px;
    align-content: center;
}
a.btn.btn-primary.GeStartedt:hover {
    box-shadow: 1px 8px 20px -5px rgb(0 0 0);
}
canvas {
	display: block;
	height:auto !important;
	vertical-align: bottom;
}
a.btn.btn-primary.discoverBtn {
    margin-top: 20px;
    padding: 15px 20px 10px 15px;
    border-radius: 100px;
    font-weight: bold;
    border: 1px solid;
    width: 200px;
    font-weight: bold;
    font-size: 18px;
    background: linear-gradient(to right, #0662f0, #ff731c);
}
a.btn.btn-primary.discoverBtn:hover {
    background: none !important;
    border-color: #fff;
}
.bannerRgt::before {
    position: absolute;
    content: "";
    bottom: 13%;
    width: 470px;
    height: 520px;
    border: 1px solid #105af2;
    border-radius: 62% 47% 82% 35% / 45% 45% 80% 66%;
    will-change: border-radius, transform, opacity;
    animation: sliderShape 5s linear infinite;
    display: block;
    z-index: 2;
    -webkit-animation: sliderShape 5s linear infinite;
}
.bannerRgt::after {
    position: absolute;
    content: "";
    bottom: 15%;
    width: 490px;
    height: 495px;
    border: 1px solid #fff;
    border-radius: 62% 47% 82% 35% / 45% 45% 80% 66%;
    will-change: border-radius, transform, opacity;
    animation: sliderShape2 5s linear infinite;
    display: block;
    z-index: 2;
    -webkit-animation: sliderShape2 5s linear infinite;
}
@keyframes sliderShape {
  0%,
  100% {
    border-radius: 42% 58% 70% 30% / 45% 45% 55% 55%;
    transform: translate3d(0, 0, 0) rotateZ(0.01deg);
  }
  34% {
    border-radius: 70% 30% 46% 54% / 30% 29% 71% 70%;
    transform: translate3d(0, 5px, 0) rotateZ(0.01deg);
  }
  50% {
    transform: translate3d(0, 0, 0) rotateZ(0.01deg);
  }
  67% {
    border-radius: 100% 60% 60% 100% / 100% 100% 60% 60%;
    transform: translate3d(0, -3px, 0) rotateZ(0.01deg);
  }
}
@keyframes sliderShape2 {
  0%,
  100% {
    border-radius: 42% 58% 70% 30% / 45% 45% 55% 55%;
    transform: translate3d(0, 0, 0) rotateZ(0.01deg);
  }
  34% {
    border-radius: 70% 30% 46% 54% / 30% 29% 71% 70%;
    transform: translate3d(0, 5px, 0) rotateZ(0.01deg);
  }
  50% {
    transform: translate3d(0, 0, 0) rotateZ(0.01deg);
  }
  67% {
    border-radius: 100% 60% 60% 100% / 100% 100% 60% 60%;
    transform: translate3d(0, -3px, 0) rotateZ(0.01deg);
  }
}
a.nav-link.contctbtn {
    background: #fff;
    padding: 12px 25px 12px 25px;
    font-size: 17px;
    font-weight: bold;
	border: 1px solid #fff;
}
.services-section {
    background: #f6f7fb !important;
    padding-top: 60px;
    padding-bottom: 60px;
}
a.nav-link.contctbtn:hover {
    background: none;
    color: #fff;
    border: 1px solid #fff;
}
.tabsvertical {
    background-color: #fff;
    background-image: none;
    -webkit-box-shadow: 0 0 45px rgba(61, 101, 191, .3);
    -moz-box-shadow: 0 0 45px rgba(61,101,191,.3);
    box-shadow: 0 0 45px rgba(61, 101, 191, .3);
    margin-top: 40px;
    border-radius: 25px;
    padding: 50px;
}
ul.nav.nav-pills {
    display: block;
}
.servicetabs {
    background-color: #f3f3f3;
    padding: 20px;
    border-radius: 15px;
}
.icon-imges {
    display: flex;
    gap: 42px;
}
.servicetabs ul li {
    margin-bottom: 10px;
    background: #fbfbfb;
    border-radius: 5px;
}
.servicetabs ul li a {
    font-weight: 500;
    font-size: 18px;
    color: #000;
    padding-bottom: 12px;
    padding-top: 12px;
}
.work h1 span {
    font-weight: 300;
}
.Technologies h1:after {
    content: "";
    height: 2px;
    z-index: 999;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 82px !important;
    width: 70px;
    border-bottom: 4px solid #0d6efd;
    max-width: 100px;
    margin: 0 auto;
}
.technology-img img {
    width: 100%;
    max-width: 60px;
}
.Technologies-section {
    background: #e1edfa;
    padding-top: 60px;
    padding-bottom: 60px;
}
.technology-img {
    background: #f9f9f9;
    padding: 10px;
    border-radius: 10px;
	border: 1px solid #ccc;
	margin-bottom:20px;
}
.tab-content.content-tabs p {
    border: 1px solid #ccc;
    padding: 15px;
    border-radius: 10px;
    box-shadow: -1px 1px 20px 0px #0000001c;
    margin-top: 20px;
}
ul.ulli-tabs {
    padding: 0;
    margin: 0;
    list-style: none;
}
ul.ulli-tabs li {
    display: inline-block;
    background-image: linear-gradient(to top right, #3936ef 0, #000000a6 100%) !important;
    padding: 10px;
    margin-bottom: 8px;
    margin-right: 3px;
    border-radius: 5px;
}
ul.ulli-tabs li a {
    color: #fff;
    text-decoration: none;
    font-size: 15px;
}
ul.ulli-tabs li:hover {
    background: #000 !important;
}
.Building span {
    font-weight: 300;
    color: #0d6efd;
}
.Building h1:after {
    content: "";
    height: 2px;
    z-index: 999;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 60px;
    width: 70px;
    border-bottom: 4px solid #0d6efd;
    max-width: 100px;
    margin: 0 auto;
}
a.btn.btn-primary.GeStartedt {
    margin-top: 10px;
    padding: 15px 20px 14px 15px;
    width: 200px;
    font-weight: bold;
    font-size: 18px;
    border-radius: 100px;
	border:none;
	background: linear-gradient(to right, #0662f0, #ff731c);
}
.work h1 {
    font-size: 55px;
}
.start-work img {
    filter: drop-shadow(5px 5px 5px #ccc);
}
.Building {
    position: relative;
}
.Building h1 {
    margin-bottom: 20px;
}
h4.Startworkwithus {
    position: relative;
}
.coures-box p {
    font-size: 14px;
}
.coures-box h4 {
    font-size: 20px;
}
.coures-box {
    text-align: center;
    padding: 25px 10px 25px 10px;
    box-shadow: 0 10px 50px rgba(0, 0, 0, .05);
    border-radius: 15px;
	background:#fff;
	height: 100%;
}
.course-img {
    width: 40%;
    margin: 0 auto;
    background: #add8e65c;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 10px;
}
.coures-box:hover {
    transform: translateY(-10px);
    box-shadow: 0 16px 78px -34px rgb(0 0 0 / 52%);
    transition: all .3s ease-in-out;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: var(--bs-nav-pills-link-active-color);
    background-image: linear-gradient(to top right, #3936ef 0, #0000006e 100%) !important;
}
.blog-post {
    padding-top: 60px;
    padding-bottom: 60px;
    background: #e1edfa;
    background: linear-gradient(20deg, rgb(177 215 230 / 66%) 0%, rgb(146 189 255 / 36%) 50%, rgb(255 255 255) 100%);
}
.blogs span {
    font-weight: 300;
    color: #0662f0;
}
.blogs h1:after {
    content: "";
    height: 2px;
    z-index: 999;
    position: absolute;
    left: 0;
    bottom: -10px;
    right: 0;
    width: 70px;
    border-bottom: 4px solid #0d6efd;
    max-width: 100px;
    margin: 0 auto;
}
.row.blogs-s {
    margin-top: 90px;
}
.blogs h1 {
    position: relative;
    margin-bottom: 20px;
}
.blog-content {
    background: #fff;
    padding: 15px;
}
.blog-pagesection img {
    border-radius: 15px;
}
.dates {
    color: #ff731c;
    font-size: 13px !important;
    color: #000;
    font-weight: normal !important;
}
#myBtn {
	display: none;
	position: fixed;
	bottom: 20px;
	right: 30px;
	z-index: 99;
	font-size: 18px;
	border: none;
	outline: none;
	background: linear-gradient(to top, #0662f0, #ff731c);
	color: white;
	cursor: pointer;
	padding: 15px;
	border-radius: 4px;
}
span.con {
    color: #fff;
    background: transparent linear-gradient(88deg, #0662f0 0%, #ff731c 100%);
    box-shadow: 0px 10px 30px #2E3CFF73;
    border-radius: 10px 0 0 10px;
    padding: 3px 0 3px 20px;
}
p.ios.mb-0 {
    background: linear-gradient(to right, #0662f0, #ff731c);
    text-align: center;
    padding: 5px;
    font-weight: bold;
    color: #fff;
    border-radius: 10px;
}
.blog-content h4 {
    margin-top: 15px;
    margin-bottom: 0px;
}
.blogbtn {
    text-align: center;
}
a.readmore {
    text-decoration: none;
    font-weight: bold;
}
.post {
    box-shadow: 0 10px 50px rgb(0 0 0 / 22%);
}
.post img {
    border-radius: 10px 10px 0px 0px;
}
.blog-content {
    border-radius: 0px 0px 10px 10px;
}
.Consultation {
    background-image: url(../images/consult-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
	background-attachment: fixed;
    height: 250px;
    background-position: center;
	align-content: center;
	color: #fff;
}
h1.needa {
    font-size: 50px;
    margin-bottom: 0;
}
h1.needa span {
    color: #0662f0;
    font-weight: 300;
}
.Consultation p {
    font-size: 20px;
}
.Client {
    padding-bottom: 60px;
    padding-top: 60px;
}
.heading-section {
	text-align: center;
}
.sub-heading {
    font-size: 20px;
    display: block;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.heading-section h2 {
	font-size: 28px;
	font-weight: 600;
	padding-top: 10px;
	padding-bottom: 15px;
}
.CodeAspire h4 {
    position: relative;
}
.testimonial-box {
	display: block;
	position: relative;
	padding: 30px 20px;
	background: #fff;
	border: 1px solid rgba(0,0,0,.03);
	border-radius: 5px;
	box-shadow: 0 0 20px rgba(0, 0, 0, .08);
	gap: 15px;
}
.user-img {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	position: relative;
	min-width: 80px;
	background-size: 100%;
}
.carousel-testimonial .item {
	padding: 30px 10px;
}
.quote {
	position: absolute;
	top: -23px;
	color: #0662f0;
	font-size: 27px;
}
.owl-dots {
    display: none;
}
.name {
	margin-bottom: 0;
	line-height: 14px;
	font-size: 17px;
	font-weight: 500;
}
.position {
	color: #adadad;
	font-size: 14px;
}
.carousel-testimonial .owl-nav {
	text-align: center;
}
.carousel-testimonial .owl-nav button.owl-next, 
.carousel-testimonial .owl-nav button.owl-prev {
	padding: 0 12px !important;
}
.carousel-testimonial .owl-nav button {
	outline: none;
	padding: 0;
}
.carousel-testimonial .owl-nav button.owl-next span, 
.carousel-testimonial .owl-nav button.owl-prev span {
	display: block;
	font-size: 40px;
	width: 25px;
	height: 25px;
	vertical-align: 0px;
	line-height: 16px;
}
.carousel-testimonial .owl-nav button.owl-next.disabled, 
.carousel-testimonial .owl-nav button.owl-prev.disabled {
	opacity: 0.5;
}
h1.text-center.Feedbacks span {
    color: #0662f0;
    font-weight: 300;
}
.Client {
    background-image: url(../images/global_hom_bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.tf__menu_item .tf__menu_item_img {
    overflow: hidden;
}
.tf__menu_item:hover .tf__menu_item_img img {
    transform: scale(1.1);
}
.tf__menu_item .tf__menu_item_img img {
    transition: transform .5s ease;
}
.coures-box:hover {
    background: #e1f1f6 !important;
    transition: 0.5s;
}
img.Pythonlogo {
    width: 64px;
    height: 64px;
    object-fit: contain;
}
.footer img {
    width: 100%;
}

.footer {
    background-image: url(../images/foot-bg.jpg);
    padding-bottom: 60px;
    padding-top: 60px;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
}
img.icons {
    width: 100%;
    max-width: 30px;
    margin-right: 3px;
}
ul.foot-link {
    padding: 0;
    list-style: none;
}
ul.foot-link li a {
    text-decoration: none;
    color: #dedede;
}
.footer p {
    color: #dedede !important;
}
p.border-p {
    margin: 0;
    border: 1px solid;
    margin-bottom: 10px;
    width: 90px;
}
.Institution-heading {
    font-size: 55px;
}
.courses-box:hover i {
    padding-left: 5px;
    transition: 0.5s;
}
.courses-box h4 {
    background: linear-gradient(to right, #0662f0, #ff731c);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.courses-box:hover a {
    color: #fff;
}
.Institution-banner-section {
    background: linear-gradient(-45deg, rgb(6 98 240 / 50%), rgb(252 114 28 / 64%)) fixed, url(../images/Institution.jpg) fixed;
    background-position: center;
    background-size: cover;
    padding-top: 100px;
    padding-bottom: 100px;
    background-attachment: fixed;
}
p.course-readmore {
    margin-bottom: 0;
    margin-top: 15px;
}
p.course-readmore a {
    text-decoration: none;
    color: #000;
}
.course-section {
    padding-top: 60px;
    padding-bottom: 60px;
}
img.vert-move {
    -webkit-animation: mover 1s infinite  alternate;
    animation: mover 1s infinite  alternate;
}
img.vert-move {
    -webkit-animation: mover 1s infinite  alternate;
    animation: mover 1s infinite  alternate;
}
@-webkit-keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-20px); }
}
@keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-20px); }
}
img.img-fluid.vert-move {
    filter: drop-shadow(rgb(204, 204, 204) 5px 5px 5px);
}
.hrline {
    color: #324ff0 !important;
    border: 2px solid;
}
p.course-border {
    margin: 0;
    border: 2px solid #0662f0;
    width: 100px;
    margin: 0 auto;
    margin-top: 15px;
}
.courses-box:hover h4 {
    background: linear-gradient(to right, #ffffff, #ffffff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.courses-box:hover p {
    color: #fff;
}
.course span {
    color: #0662f0;
    font-weight: 300;
}
.courses-box {
    background-color: #fff;
    padding: 50px 50px 50px 50px;
    border-radius: 15px;
    border: 1px solid #ccc;
    box-shadow: 0px 3px 35px 0px rgba(0, 0, 0, .14);
    height: 100%;
}
img.pythonimg {
    width: 100%;
    max-width: 60px;
    margin-bottom: 10px;
}
.courses-box:hover img {
    filter: brightness(3) invert(53);
}
.courses-box p {
    margin-bottom: 0;
    text-align: justify;
}
.main-menu li a {
    font-size: 18px;
}
.courses-box h4 {
    font-size: 27px;
    font-weight: 500;
    margin-bottom:15px;
}
p.course-readmore {
    background: linear-gradient(to right, #0662f0, #ff731c);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.courses-box:hover p {
    background: linear-gradient(to right, #ffffff, #ffffff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.courses-box:hover {
    background: linear-gradient(to right, #0662f0, #ff731c);
    color: #fff;
    box-shadow: 0px 3px 35px 0px rgba(0, 0, 0, .14);
    transition: all 1.2s cubic-bezier(.165,.84,.44,1);
}
.course-section {
    padding-top: 60px;
    padding-bottom: 60px;
    background-image: url(../images/global_hom_bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.contact-banner-section {
    background: linear-gradient(-45deg, rgb(6 98 240 / 50%), rgb(252 114 28 / 64%)) fixed, url(../images/contact-us.jpg) fixed;
    padding-bottom: 100px;
    padding-top: 100px;
    background-position: center;
    background-size: cover;
}
.contact-section {
    padding-bottom: 20px;
    padding-top: 60px;
}
.first {
    background-color: #fff;
    padding: 50px 30px 50px;
    border-radius: 15px;
    box-shadow: 0px 3px 35px 0px rgba(0, 0, 0, .29);
    text-align: center;
    height: 100%;
}
.first h4 {
    margin-bottom: 20px;
    background: linear-gradient(to right, #0662f0, #ff731c);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.first:hover h4 {
	background: linear-gradient(to right, #ffffff, #ffffff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}.first:hover p {
	background: linear-gradient(to right, #ffffff, #ffffff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
textarea#message {
    height: 130px;
}
.forms input:focus {
    box-shadow: none;
    border-color: #ccc;
}
span.star {
    color: red;
}
textarea#message:focus {
    box-shadow: none;
    border-color: #ccc;
}
.first p {
    margin-bottom: 0;
}
.first i {
    font-size: 60px;
    margin-bottom: 20px;
}
.mapmaker {
    width: 100%;
    max-width: 80px !important;
    margin-bottom: 20px;
}
.contact-us {
    padding-bottom: 30px;
}
.forms {
    box-shadow: 0px 3px 35px 0px rgba(0, 0, 0, .29);
    padding: 30px;
    border-radius: 30px;
    margin-top: 25px;
    margin-bottom: 60px;
	background: #f7f7f7;
}
.first:hover {
    background: linear-gradient(to right, #0662f0, #ff731c);
    color: #fff;
    box-shadow: 0px 3px 35px 0px rgba(0, 0, 0, .14);
    transition: all 1.2s cubic-bezier(.165,.84,.44,1);
}
.first:hover img {
    filter: brightness(3) invert(53);
}
h4.contact-text {
    letter-spacing: 7px;
    font-weight: bold;
    margin-bottom: 20px;
}
.contact-info h1 {
    font-size: 55px;
}
.contact-info p {
    margin-bottom: 0;
    margin-top: 20px;
}
.contact-info h1 {
    font-size: 55px;
    background: linear-gradient(to right, #0662f0, #ff731c);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.contact-bg-banner {
    background: url(../images/shape-contact.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.blog-pagesection {
    position: relative;
}
.blog-sections {
    width: 100%;
    max-width: 370px;
    margin: 0 auto;
    border-radius: 20px;
    position: absolute;
    right: 0;
    left: 0;
    bottom: -50px;
    background: #fff;
    box-shadow: 0px 3px 45px 0px rgba(0, 0, 0, 0.16);
}
.blog-pagesection:hover .blog-content.blog-sections {
    transition: 0.5s;
    background: linear-gradient(to right, #0662f0, #ff731c);
    box-shadow: 0 3px 25px #4d0aa480;
    transition: all 1100ms cubic-bezier(0.19, 1, 0.22, 1);
    transform: translateY(-30px);
}
nav.pagination-blog {
    margin-top: 100px;
}
.blog-sections p {
    margin-bottom: 0;
}
.blog-pagesection:hover .blog-content.blog-sections h4 {
    color: #fff !important;
}
.blog-pagesection:hover .blog-content.blog-sections p {
    color: #fff !important;
}
.blog-pagesection:hover .blog-content.blog-sections i {
    color: #fff !important;
}
.blog-section {
    padding-top: 60px;
    padding-bottom: 60px;
    background-image: url(../images/global_hom_bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.blog-banner-section {
    background: linear-gradient(-45deg, rgb(6 98 240 / 50%), rgb(252 114 28 / 64%)) fixed, url(../images/blog-banner.jpg) fixed;
    background-position: center;
    background-size: cover;
    padding-top: 100px;
    padding-bottom: 100px;
    background-attachment: fixed;
}
.about-section {
    padding-bottom: 60px;
    padding-top: 60px;
    position: relative;
}
h1.aboutus {
    font-size: 55px;
    background: linear-gradient(to right, #0662f0, #ff731c);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: capitalize;
}
.bulb img {
    width: 100%;
    background: linear-gradient(to right, #0662f0, #ff731c);
    border-radius: 150px;
    max-width: 90px;
    padding: 10px;
    box-shadow: 0px 4px 25px 0px rgb(253 118 35);
}
.about-section::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    max-width: 900px;
    z-index: -1;
    background: linear-gradient(89deg, rgb(218 221 255 / 23%) 0%, rgb(194 222 255 / 26%) 50%, rgb(229 238 255 / 27%) 100%);
}
.about-img img {
    box-shadow: 0px 8px 40px 0px rgba(0, 0, 0, .33);
    border-radius: 15px;
}
.about-goal {
	background: linear-gradient(357deg, rgb(6 98 240 / 67%), rgb(252 114 28)) fixed, url(../images/aboutus-image.jpg) fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 100px;
    padding-top: 100px;
    margin-bottom: 60px;
    margin-top: 60px;
    border-radius: 15px;
    box-shadow: 0px 8px 40px 0px rgba(0, 0, 0, .33);
}
.about-goal h1 {
    text-align: center;
    font-size: 50px;
    font-weight: bold;
    color: #fff;
}
.about-goal p {
    text-align: center;
    margin-bottom: 0;
    font-size: 18px;
    color: #fff;
}
.contactbtn {
    text-align: center;
}
a.btn.btn-primary.contctbtn {
    margin-top: 20px;
    padding: 15px 20px 14px 15px;
    width: 200px;
    font-weight: bold;
    font-size: 18px;
    border-radius: 100px;
    border: none;
	border: 1px solid #fff;
    background: #fff;
    color: #000;
}
a.btn.btn-primary.contctbtn:hover {
    background: none;
    border: 1px solid #fff;
    color: #fff;
}
.how-we-are h1 {
    font-size: 42px;
}
img.img-fluid.aboutus-image-1 {
    border-radius: 15px;
    box-shadow: 0px 6px 35px 0px rgba(0, 0, 0, .38);
}
.how-we-are {
    background: linear-gradient(20deg, rgb(177 215 230 / 66%) 0%, rgb(201 218 243 / 36%) 50%, rgb(255 255 255) 100%);
    padding-bottom: 60px;
    padding-top: 60px;
}
.Portfolio-section {
    padding-bottom: 60px;
    padding-top: 60px;
}
.portfolio-img {
    border-radius: 15px;
    border: 1px solid #ccc;
    box-shadow: -1px 0px 20px 0px lightgray;
}
.portfolio-image-section .title{
  color: #fff;
  text-align: center;
  margin-bottom: 10px;
}
.content {
    position: relative;
    width: 100%;
    margin: auto;
    overflow: hidden;
    border-radius: 15px;
    box-shadow: 1px 0px 14px 0px #0000004d;
}
.content .content-overlay {
      background: linear-gradient(to top, #0662f0e3, #ff731cc7);
      position: absolute;
      height: 100%;
      width: 100%;
      left: 0;
      border-radius:15px;
      top: 0;
      bottom: 0;
      right: 0;
      opacity: 0;
      -webkit-transition: all 0.4s ease-in-out 0s;
      -moz-transition: all 0.4s ease-in-out 0s;
      transition: all 0.4s ease-in-out 0s;
}
.content:hover .content-overlay{
      opacity: 1;
}
.content-image{
      width: 100%;
}
.content-details {
      position: absolute;
      text-align: center;
      padding-left: 1em;
      padding-right: 1em;
      width: 100%;
      top: 50%;
      border-radius:15px;
      left: 50%;
      opacity: 0;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      -webkit-transition: all 0.3s ease-in-out 0s;
      -moz-transition: all 0.3s ease-in-out 0s;
      transition: all 0.3s ease-in-out 0s;
}
.content:hover .content-details{
     top: 50%;
     left: 50%;
     opacity: 1;
}
.content-details h3{
     color: #fff;
     font-weight: 500;
     text-transform: capitalize;
}
.fadeIn-bottom{
    top: 80%;
}
.portfolio-banner-section {
    background: linear-gradient(-45deg, rgb(6 98 240 / 50%), rgb(252 114 28 / 64%)) fixed, url(../images/portfolio-banner.jpg) fixed;
    background-position: center;
    background-size: cover;
    padding-top: 100px;
    padding-bottom: 100px;
    background-attachment: fixed;
}
.app-banner-section {
    background: linear-gradient(-45deg, rgb(6 98 240 / 50%), rgb(252 114 28 / 64%)) fixed, url(../images/app-development-banner.jpg) fixed;
    background-position: center;
    background-size: cover;
    padding-top: 100px;
    padding-bottom: 100px;
    background-attachment: fixed;
}
.software-banner-section {
    background: linear-gradient(-45deg, rgb(6 98 240 / 50%), rgb(252 114 28 / 64%)) fixed, url(../images/software-testing-banner.jpg) fixed;
    background-position: center;
    background-size: cover;
    padding-top: 100px;
    padding-bottom: 100px;
    background-attachment: fixed;
}
.uiux-banner-section {
    background: linear-gradient(-45deg, rgb(6 98 240 / 50%), rgb(252 114 28 / 64%)) fixed, url(../images/uiux.jpg) fixed;
    background-position: center;
    background-size: cover;
    padding-top: 100px;
    padding-bottom: 100px;
    background-attachment: fixed;
}
.codeIgniter-banner-section {
    background: linear-gradient(-45deg, rgb(6 98 240 / 50%), rgb(252 114 28 / 64%)) fixed, url(../images/CodeIgniter-banner.jpg) fixed;
    background-position: center;
    background-size: cover;
    padding-top: 100px;
    padding-bottom: 100px;
    background-attachment: fixed;
}
.mobile-webdesign-banner-section {
    background: linear-gradient(-45deg, rgb(6 98 240 / 50%), rgb(252 114 28 / 64%)) fixed, url(../images/mobile-web-design.jpg) fixed;
    background-position: center;
    background-size: cover;
    padding-top: 100px;
    padding-bottom: 100px;
    background-attachment: fixed;
}
.web-development-banner-section {
    background: linear-gradient(-45deg, rgb(6 98 240 / 50%), rgb(252 114 28 / 64%)) fixed, url(../images/web-development-banner.jpg) fixed;
    background-position: center;
    background-size: cover;
    padding-top: 100px;
    padding-bottom: 100px;
    background-attachment: fixed;
}
.php-web-development-banner-banner-section {
    background: linear-gradient(-45deg, rgb(6 98 240 / 50%), rgb(252 114 28 / 64%)) fixed, url(../images/php-web-development-banner.jpg) fixed;
    background-position: center;
    background-size: cover;
    padding-top: 100px;
    padding-bottom: 100px;
    background-attachment: fixed;
}
.laravel-banner-banner-section {
    background: linear-gradient(-45deg, rgb(6 98 240 / 50%), rgb(252 114 28 / 64%)) fixed, url(../images/laravel-banner.jpg) fixed;
    background-position: center;
    background-size: cover;
    padding-top: 100px;
    padding-bottom: 100px;
    background-attachment: fixed;
}
.topbar-services {
    display: flex;
    justify-content: end;
}
.topbar-services p {
    margin-bottom: 0;
}
.box p {
    margin-bottom: 0;
}
.Best-Services {
    padding-bottom: 60px;
    padding-top: 60px;
}
.box {
    background: crimson;
    color: white;
    position: relative;
    text-align: justify;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 45px;
    height: 100%;
    border-radius: 10px;
}
.box:hover::after, .box:hover::before{
    transform: scale(1, 1);
}
.box::after, .box::before{
    content: '';
    position: absolute;
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
    transition: all 0.5s;
}
.box:hover {
    background: #fff !important;
    color: #000 !important;
    box-shadow: -1px 1px 20px 0px #9090909e;
    transition: 0.5s;
}
.box::after{
    border-right: 2px solid #dc143c;
    border-left: 2px solid #dc143c;
    transform: scale(1, 0);
    border-radius: 10px;
}
.box::before{
    border-top: 2px solid #dc143c;
    border-bottom: 2px solid #dc143c;
    transform: scale(0, 1);
    border-radius: 10px;
}
.cool-link {
    display: inline-block;
    color: #000;
    text-decoration: none;
}
.cool-link::after {
    content: '';
    display: block;
    width: 0;
    height: 1px;
    background: #fff;
    transition: width .3s;
}
.cool-link:hover::after {
    width: 100%;
    transition: width .3s;
}
a.nav-link.Technologies_menu {
    background: linear-gradient(to right, rgb(55 55 55) 50%, #ffffff 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    transition: all .5s ease-out;
}
a.nav-link.Technologies_menu:hover {
    background-position: left bottom;
    color: white;  
}
/*Enquery start*/
.sidebar-contact{
    position:fixed;
    top:65%;
    left:-350px;
    transform:translateY(-50%);
    width:350px;
    height:auto;
    padding:30px;
    background:#fff;
    box-shadow: 0 20px 50px rgba(0,0,0,.5);
    box-sizing:border-box;
    transition:0.5s;
}
.sidebar-contact.active{
    left:0;
}
.sidebar-contact input,
.sidebar-contact textarea{
    width:100%;
    padding:10px;
    margin-bottom:10px;
    box-sizing:border-box;
    border:1px solid #ccc;
    outline:none;
}
.scroll input:focus {
    box-shadow: none;
    border-color: #ccc;
}
.scroll textarea:focus {
    box-shadow: none;
    border-color: #ccc;
}
.sidebar-contact h2{
    margin:0 0 20px;
    padding:0;
}
.sidebar-contact input[type="submit"] {
    color: #fff;
    cursor: pointer;
    border: none;
    font-size: 18px;
    background: linear-gradient(to right, #0662f0, #ff731c);
    border-radius: 100px;
}
.toggle {
    position: absolute;
    width: 90px;
    text-align: center;
    cursor: pointer;
    background: #0662f0;
    top: 23px;
    rotate: 270deg;
    right: -69px;
    font-size: 18px;
    font-weight: bold;
    padding: 10px;
    color: #fff;
}
/*Enquery End*/
h1.heading-color {
    color: #0662f0;
}
/*Media Query*/
@media (max-width: 575.98px) { 
div#image-content {
    position: relative !important;
    width: 100% !important;
    right: 0;
    left: 0;
    height: 750px;
    align-content: center;
}
.toggle {
    position: absolute;
    width: 90px;
    text-align: center;
    cursor: pointer;
    background: #0662f0;
    top: 80px;
    rotate: 270deg;
    right: -69px;
    font-size: 18px;
    font-weight: bold;
    padding: 10px;
    color: #fff;
}
.sidebar-contact {
    position: fixed;
    top: 50%;
    left: -350px;
    transform: translateY(-50%);
    width: 350px;
    height: auto;
    padding: 40px;
    background: #fff;
    box-shadow: 0 20px 50px rgba(0, 0, 0, .5);
    box-sizing: border-box;
    transition: 0.5s;
    z-index: 9999;
}
.portfolio-banner-section {
    background: linear-gradient(-45deg, rgb(0 0 0 / 21%), rgb(0 0 0 / 19%)) fixed, url(../images/portfolio-banner.jpg) fixed !important;
    background-position: center;
    background-size: cover;
    padding-top: 100px;
    padding-bottom: 100px;
}
.contact-us {
    padding-bottom: 0px !important;
}
.about-goal {
    background: linear-gradient(357deg, rgb(0 0 0 / 14%), rgb(17 17 17 / 70%)) fixed, url(../images/aboutus-image.jpg) fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 100px;
    padding-top: 100px;
    margin-bottom: 60px;
    margin-top: 60px;
    border-radius: 15px;
    box-shadow: 0px 8px 40px 0px rgba(0, 0, 0, .33);
}
.blog-banner-section {
    background: linear-gradient(270deg, rgb(6 98 240 / 32%), rgb(252 114 28 / 37%)) fixed, url(../images/blog-banner.jpg) fixed;
    background-position: center;
    background-size: cover;
    padding-top: 100px;
    padding-bottom: 100px;
    background-attachment: fixed;
}
.bannerRgt::before {
    position: absolute;
    content: "";
    bottom: 0;
    width: 350px !important;
    height: 400px !important;
    border: 1px solid #105af2;
    border-radius: 62% 47% 82% 35% / 45% 45% 80% 66%;
    will-change: border-radius, transform, opacity;
    animation: sliderShape 5s linear infinite;
    display: block;
    z-index: 2;
    -webkit-animation: sliderShape 5s linear infinite;
    bottom: -20px !important;
}
.bannerRgt::after {
    position: absolute;
    content: "";
    bottom: 0;
    width: 350px !important;
    height: 400px !important;
    border: 1px solid #fff;
    border-radius: 62% 47% 82% 35% / 45% 45% 80% 66%;
    will-change: border-radius, transform, opacity;
    animation: sliderShape2 5s linear infinite;
    display: block;
    z-index: 2;
    bottom: -30px;
    -webkit-animation: sliderShape2 5s linear infinite;
}
.bannerRgt {
    margin-top: 60px;
}
#particles-js {
    width: 100%;
    height: auto;
    padding-top: 60px;
    padding-bottom: 60px;
}
.CodeAspire h1 {
    font-size: 30px;
    font-weight: bold;
    margin-top: 20px;
}
.CodeAspire p {
    margin-bottom: 0;
    font-size: 18px;
    width: 100%;
}
a.btn.btn-primary.discoverBtn {
    margin-top: 20px;
    padding: 10px 20px 10px 20px  !important;
    border-radius: 100px;
    font-weight: bold;
    border: 1px solid;
    width: auto  !important;
    font-weight: bold;
    font-size: 18px;
    background: linear-gradient(to right, #0662f0, #ff731c);
}
img.logo {
    width: 100%;
    max-width: 140px;
}
nav.navbar.navbar-expand-md.navbar-dark.navmenu::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    clip-path: polygon(10% 0%, 100% 0, 100% 50%, 0% 50%);
    background-color: #0662f0;
    width: 36vw;
    height: 141px;
}
div#dynamic button.navbar-toggler {
    position: relative;
    z-index: 999;
    border: none;
    padding: 0;
    box-shadow: none;
}
a.nav-link.contctbtn {
    background: #fff;
    padding: 8px 15px 8px 15px;
    font-size: 12px;
    font-weight: bold;
    border: 1px solid #fff;
}
ul.contactmenu {
    margin-bottom: 0;
    z-index: 999;
    list-style: none;
    padding: 0;
}
div#particles-js canvas {
    display: none;
}
.Building h1:after {
    content: "";
    height: 2px;
    z-index: 999;
    position: absolute;
    left: 0;
    right: 0;
    top: 75px;
    width: 70px;
    border-bottom: 4px solid #0d6efd;
    max-width: 100px;
    margin: 0 auto;
}
.top-bar p {
    text-align: center;
}
.tabsvertical {
    background-color: #fff;
    background-image: none;
    -webkit-box-shadow: 0 0 45px rgba(61, 101, 191, .3);
    -moz-box-shadow: 0 0 45px rgba(61,101,191,.3);
    box-shadow: 0 0 45px rgba(61, 101, 191, .3);
    margin-top: 40px;
    border-radius: 25px;
    padding: 20px;
}
div#home {
    margin-top: 20px;
}
.icon-imges {
    display: flex;
    gap: 0px;
}
div#Frontend {
    margin-top: 20px;
}
.technology-img {
    margin-bottom: 10px;
}
body {
    overflow-x: hidden;
}
.viewall {
    text-align: left !important;
}
.blog-s {
    margin-bottom: 25px;
}
.Consultation {
    background-image: url(../images/consult-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    height: auto;
    background-position: center;
    align-content: center;
    color: #fff;
    padding-bottom: 60px;
    padding-top: 60px;
    text-align: center;
}
.getstart {
    text-align: center !important;
}
.btnblogs a {
    margin-top: 0px !important;
}
h1.needa {
    font-size: 36px;
    margin-bottom: 0;
}
#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    z-index: 99;
    right: 20px;
    font-size: 18px;
    border: none;
    outline: none;
    background: linear-gradient(to top, #0662f0, #ff731c);
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 4px;
}
.topbar-services {
    display: block !important;
    text-align: center !important;
}
.topbar-services a {
    margin-right: 0 !important;
}
.WebDesigning {
    margin-top: 25px !important;
}
.Pythond {
    margin-top: 25px !important;
}
ul.contactmenu {
    display: none;
}
a.nav-link.mobile {
    display: block !important;
}
.servicemenus h5.mb-0 {
    font-size: 16px;
}
.servicemenus p {
    margin-bottom: 0;
    font-size: 12px;
}
.servicemenus {
    height: 300px;
    overflow: scroll;
}
div#collapsibleNavbar {
    position: absolute;
    background: #000000;
    width: 100%;
    left: 0;
    top: 56px;
    padding: 15px;
}
.PopularCourse {
    margin-bottom: 25px;
}
.blogs-sections {
    margin-bottom: 80px;
}
.row.blogs-s {
    margin-top: 0px !important;
}
.portfolio-image-section {
    margin-bottom: 25px;
}
h1.aboutus {
    font-size: 40px;
    background: linear-gradient(to right, #0662f0, #ff731c);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: capitalize;
}
.bulb img {
    width: 100%;
    background: linear-gradient(to right, #0662f0, #ff731c);
    border-radius: 150px;
    max-width: 90px;
    padding: 10px;
    box-shadow: 0px 4px 25px 0px rgb(253 118 35);
    margin-bottom: 20px;
}
img.img-fluid.aboutus-image-1 {
    margin-bottom: 30px;
}
.contactsections {
    margin-bottom: 25px;
}
a.nav-link.mobile {
    display: block;
}
img.php {
    max-width: 70px;
    position: absolute;
    bottom: -42px;
    left: 250px;
    animation: move 3s infinite ease-in-out;
}
img.img-fluid.scale-img {
    width: 20px;
    position: absolute;
    top: -50px;
    animation: crescendo 1.5s alternate infinite ease-in;
}
img.img-fluid.line {
    position: absolute;
    width: 50px;
    right: 30px;
    bottom: 0;
    animation: animName 7s linear infinite;
}
img.img-fluid.box-img {
    position: absolute;
    width: 30px;
    top: 380px;
    animation: animName 7s linear infinite;
    right: 30px;
}
img.img-fluid.dots-img {
    display: none;
}
.icon-bar {
    position: fixed;
    top: 83%;
    transform: translateY(-50%);
    right: 18px;
}
.top-img {
    margin-bottom: 30px;
}
.bottom-img {
    margin-top: 30px;
}
.text-padding {
    padding-left: 15px !important;
}
.Institution-heading {
    font-size: 35px;
}
.Provide_Services {
    margin-bottom: 25px;
}
.php_Solutions {
    margin-bottom: 25px;
}
.Our_CodeIgniter {
    margin-bottom: 25px;
}
.contact-info h1 {
    font-size: 39px;
    background: linear-gradient(to right, #0662f0, #ff731c);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
li.nav-item.active::after {
    content: "";
    background: none !important;
    width: 100%;
    height: 3px;
    position: absolute;
    right: 0px;
    bottom: -17px;
    display: flex;
    justify-self: anchor-center;
}
nav.pagination-blog {
    margin-top: 0px !important;
}
div#Backend {
    margin-top: 20px;
}
div#Mobile {
    margin-top: 20px;
}
div#Artificial {
    margin-top: 20px;
}
div#menu1 {
    margin-top: 20px;
}
div#menu2 {
    margin-top: 20px;
}
div#mobile {
    margin-top: 20px;
}
div#webdesign {
    margin-top: 20px;
}
div#uiux {
    margin-top: 20px;
}
ul.navbar-nav.main-menu li:hover a {
    color: #0662f0 !important;
}
}
a.nav-link.mobile {
    display: none;
}
.PopularCourse {
    margin-bottom: 25px;
}
@media (min-width: 768px) and (max-width: 991.98px) {
img.logo {
    width: 100%;
    max-width: 130px;
}
.blog-sections {
    width: 100%;
    max-width: 370px;
    margin: 0 auto;
    border-radius: 10px;
    position: absolute;
    right: 0;
    left: 0;
    bottom: -50px;
    background: #fff;
    box-shadow: 0px 3px 45px 0px rgba(0, 0, 0, 0.16);
}
.blog-content {
    background: #fff;
    padding: 10px;
}
.blogdate p {
    margin-bottom: 0;
    font-size: 0;
}
.col-md-6.blogcategory p {
    font-size: 10px;
}
.col-md-6.blogcategory {
    align-content: center;
}
.PopularCourse {
    margin-bottom: 25px;
}
.main-menu li a {
    font-size: 14px;
}
a.nav-link.contctbtn {
    background: #fff;
    padding: 12px 20px 12px 20px;
    font-size: 12px;
    font-weight: bold;
    border: 1px solid #fff;
}
h1.aboutus {
    font-size: 30px;
    background: linear-gradient(to right, #0662f0, #ff731c);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: capitalize;
}
.about-goal h1 {
    text-align: center;
    font-size: 35px;
    font-weight: bold;
    color: #fff;
}
img.img-fluid.dots-img {
    position: absolute;
    bottom: 0;
    width: 60px;
    bottom: -50px;
    animation: move 3s infinite ease-in-out;
}
img.img-fluid.scale-img {
    width: 15px;
    position: absolute;
    top: 10px;
    animation: crescendo 1.5s alternate infinite ease-in;
}
img.img-fluid.box-img {
    position: absolute;
    width: 20px;
    top: -50px;
    animation: animName 7s linear infinite;
    right: 0;
}
img.php {
    max-width: 50px;
    position: absolute;
    bottom: -32px;
    left: 235px;
    animation: move 3s infinite ease-in-out;
}
p.mb-0.japanadd br {
    display: none;
}
img.img-fluid.line {
    position: absolute;
    width: 40px;
    right: 0;
    bottom: 0;
    animation: animName 7s linear infinite;
}
.CodeAspire p {
    margin-bottom: 0;
    font-size: 14px;
    width: auto;
}
.CodeAspire h4 {
    position: relative;
    font-size: 20px;
}
img.rocket {
    max-width: 20px;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 0;
}
.CodeAspire h1 {
    font-size: 34px;
    font-weight: bold;
}
div#image-content {
    position: absolute;
    width: 100% !important;
    right: 0;
    left: 0;
    height: auto !important;
    align-content: center;
    padding-top: 60px;
}
.bannerRgt::before {
    position: absolute;
    content: "";
    bottom: 0;
    width: 280px;
    height: 300px;
    border: 1px solid #105af2;
    border-radius: 62% 47% 82% 35% / 45% 45% 80% 66%;
    will-change: border-radius, transform, opacity;
    animation: sliderShape 5s linear infinite;
    display: block;
    z-index: 0;
    -webkit-animation: sliderShape 5s linear infinite;
}
.bannerRgt::after {
    position: absolute;
    content: "";
    bottom: 0%;
    width: 290px;
    height: 275px;
    border: 1px solid #fff;
    border-radius: 62% 47% 82% 35% / 45% 45% 80% 66%;
    will-change: border-radius, transform, opacity;
    animation: sliderShape2 5s linear infinite;
    display: block;
    z-index: 0;
    -webkit-animation: sliderShape2 5s linear infinite;
}
.topbar-services a {
    margin-right: 10px !important;
}
.servicetabs ul li a {
    font-weight: 500;
    font-size: 14px;
    color: #000;
    padding-bottom: 12px;
    padding-top: 12px;
}
.icon-imges {
    display: flex;
    gap: 0;
}
.work h1 {
    font-size: 35px;
}
.work {
    padding-bottom: 60px;
}
a.btn.btn-primary.GeStartedt {
    margin-top: 10px;
    padding: 15px 20px 14px 15px;
    width: 160px;
    font-weight: bold;
    font-size: 15px;
    border-radius: 100px;
    border: none;
    background: linear-gradient(to right, #0662f0, #ff731c);
}
.blog-content h4 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 14px;
}
p.ios.mb-0 {
    background: linear-gradient(to right, #0662f0, #ff731c);
    text-align: center;
    padding: 1px;
    font-weight: bold;
    color: #fff;
    border-radius: 0px;
    font-size: 10px;
}
.dates {
    color: #ff731c;
    font-size: 10px !important;
    color: #000;
    font-weight: normal !important;
}
.Consultation p {
    font-size: 15px;
}
h1.needa {
    font-size: 35px;
    margin-bottom: 0;
}
nav.navbar.navbar-expand-md.navbar-dark.navmenu::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    clip-path: polygon(10% 0%, 100% 0, 100% 50%, 0% 50%);
    background-color: #0662f0;
    width: 23vw;
    height: 120px;
}
ul.ulli-tabs li a {
    color: #fff;
    text-decoration: none;
    font-size: 11px;
}
ul.ulli-tabs li {
    display: inline-block;
    background-image: linear-gradient(to top right, #3936ef 0, #000000a6 100%) !important;
    padding: 6px;
    margin-bottom: 8px;
    margin-right: 3px;
    border-radius: 5px;
}
.technology-img img {
    width: 100%;
    max-width: 20px;
}
.technology-img {
    background: #f9f9f9;
    padding: 5px;
    border-radius: 10px;
    border: 1px solid #ccc;
}
.technology-img span {
    font-size: 14px;
}
a.btn.btn-primary.discoverBtn {
    margin-top: 20px;
    padding: 10px 15px 10px 15px;
    border-radius: 100px;
    font-weight: bold;
    border: 1px solid;
    width: 150px;
    font-weight: bold;
    font-size: 18px;
    background: linear-gradient(to right, #0662f0, #ff731c);
}
}
@media only screen and (min-width: 992px) {
  .dropdown-menu {
    width: 55vw;
	left: -140px;
  }
  .dropdown:hover .dropdown-menu {
    display: flex;
  }
  .dropdown-menu.show {
    display: flex;
  }
}