@font-face {
    font-family: 'gilory-bold';
    src: url('../fonts/Gilroy-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'gilory-light';
    src: url('../fonts/Gilroy-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'gilory-medium';
    src: url('../fonts/Gilroy-Medium.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'gilory-regular';
    src: url('../fonts/Gilroy-Regular.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

/*@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&display=swap');*/

/*Additional styling*/
body{
	font-family: "gilory-regular" !important;
}
*{
    margin: 0;
    padding: 0;
}
.header-wrap{
	background-color: rgba(33, 33, 33, .9);
	box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .2);
    position: fixed;
    z-index: 9;
}
.btn-primary{
	background: linear-gradient(90deg, #39ff13, #1a1a1a) !important;
	border: none !important;
	font-size: 14px !important;
	color: #fff !important;
	font-weight: 600 !important;
	text-transform: uppercase !important;
}
.btn-secondary{
    background: transparent !important;
    border: 1px solid #39ff13 !important;
    color: #39ff13 !important;
    padding: 4px 10px !important;
    transition: all 0.3s;
}
.btn-secondary:hover{
    background: #39ff13 !important;
    color: #000 !important;
}
.btn-tertiary{
    background: #000 !important;
    border: none !important;
    color: #39ff13 !important;
    transition: all 0.3s;
}
.header-wrap .my-navbar{
	padding-left: 50px;
}
.header-wrap .my-navbar .navbar-links-cust a{
	font-size: 14px;
	font-weight: 600;
	color: #ccc;
}
.header-wrap .my-navbar .navbar-links-cust a.active{
	color: #39ff13;
}
.header-wrap .drop-down-custom{
	border: 1px solid grey;
	padding: 0px 5px;
	color: #ccc;
	border-radius: 5px;
}
.header-wrap .drop-down-custom .dropdown-menu{
	background: rgba(33, 33, 33, .9);
}
.header .header_browse .header_dropdown {
    background: rgba(0, 0, 0, .8);
    display: block;
    position: fixed;
    top: 85px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99999
}
.header .header_browse .header_dropdown a.active,
.header .header_browse .header_dropdown a:hover {
    color: #ef552c !important;
    text-decoration: none
}
#header_dropdown-resultListCourses ul.header_dropdown-lists p {
    color: #000
}
@media only screen and (max-width:1024px) {
    .header .header_browse .header_dropdown {
        top: 70px
    }
}
.header-wrap .mega-menu{
    position: inherit;
}
.mega-menu-dropdown {
    width: 100%;
    background: transparent !important;
    border: none !important;
}
.right-cta-btns a{
	font-size: 16px !important;
}

/* Homepage styling */
.banner-section{
	background: linear-gradient(to right, #39ff13 -30%, #1a1a1a 70%);
	position: relative;
    padding-top: 50px;
    height: 400px;
    display: flex;
    align-items: center;
    color: #fff;
}
.home-banner-section{
	height: 700px;
}
.home-banner-section .banner-content-left{
	color: #fff;
}
.home-banner-section .banner-content-left h1{
	line-height: 35px;
	text-transform: uppercase;
	font-size: 30px;
}
.banner-content-left img{
	width: 80%;
	margin-bottom: 30px;
}
.banner-section p{
	font-size: 20px;
    font-weight: 600;
}
.home-banner-section .service-list ul{
	list-style: none;
    font-size: 18px;
    font-weight: 600;
	margin-top: 20px;
	padding: 0;
}
.home-banner-section .service-list ul li i{
	margin: 0 12px;
	font-size: 12px;
	color: #000;
}

.services-slider-section{
	background: linear-gradient(to right, #39ff13 -30%, #1a1a1a 70%);
	width: 100%;
    position: relative;
	padding: 70px 0 80px 0;
}
.services-slider-section:before{
	content: "";
    position: absolute;
    background: #0000002b;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.services-slider-section h5{
	color: #FFF;
    font-weight: 600;
    font-size: 12px;
    letter-spacing: 5px;
    text-transform: uppercase;
}
.owl-carousel {
    position: relative;
}
.owl-carousel .owl-nav {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    padding: 0 15px; /* optional */
    pointer-events: none; /* allow clicks only on buttons */
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    border: none;
    font-size: 20px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    pointer-events: auto; /* enable button clicks */
    transition: 0.3s ease;
}
.owl-carousel .owl-nav button.owl-prev:hover,
.owl-carousel .owl-nav button.owl-next:hover {
    background: #39ff13; /* your green for hover */
    color: #000;
}
.owl-carousel .owl-item{
    display: flex;
    justify-content: center;
	cursor: pointer;
	transition: transform 0.3s ease;
}
.owl-carousel .owl-item:hover{
	transform: scale(0.95);
}
.owl-carousel .owl-item img{
    height: 40px;
	width: auto !important;
}
.crafting-section{
	background-color: #1a1a1a;
	padding: 70px 0;
}
.crafting-section .crafting-section-left h2{
	color: #fff;
	margin-bottom: 20px;
	font-size: 26px;
}
.crafting-section .crafting-section-left a{
	text-transform: uppercase;
	text-decoration: none;
	font-size: 16px;
	color: #39ff13;
}
.service-box {
    background-color: #222;
    height: 220px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 70px 15px 15px 22px;
    gap: 16px;
}
.service-box h4{
	color: #fff;
	font-size: 18px;
	box-shadow: 0 10px 30px -14px rgba(0, 0, 0, .3);
    transition: background-color ease-in .25s;
}
.service-box p{
    color: #FFF;
    font-size: 12px;
}
.service-box p i {
    margin-right: 5px;
    font-size: 14px;
	color: #39ff13;
}
.portfolio-section{
    background:#1a1a1a;
    padding: 50px 0;
}
.nav-tabs .nav-item button{
    color: #fff;
    font-size: 12px;
    padding: 10px 40px !important;
    border-radius: 30px;
    font-weight: 600;
    border:none;
}
.nav-tabs .nav-item button.active{
    background: #39ff13;
    color: #000;
}
.portfolio-section .tab-content a {
    width: 100%;
    height: 250px;
    border-radius: 0.75rem;
    cursor: pointer;
    overflow: hidden;
    margin: 1rem 0;
    position: relative;
    box-shadow: 0 0 20px 1px #00000020;
    display: inline-block;
}
.portfolio-section .tab-content a:hover img {
    transform: translateY(calc(-100% + 200px));
    transition: transform 5s ease-in-out;
}
.portfolio-section .tab-content a img{
    object-fit: cover;
    overflow: hidden;
    transition: transform 1s ease-in-out;
    width: 100%;
}
.column-control-section{
    background-color: #222;
    padding: 50px 0;
}
.column-control-section img, .development-section-img img{
    width: 80%;
}
.column-control-left>img{
    width: 80%;
    height: auto;
    margin-bottom: 40px;
}
.column-control-left h2 {
    font-weight: 900;
    text-transform: uppercase;
    font-size: 40px;
    margin-bottom: 30px;
    color: #fff;
}
.column-control-left p {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: .5px;
    color: #FFF;
    margin-bottom: 30px;
}
.column-control-left li{
    list-style: none;
    display: flex;
    align-items: start;
    gap: 30px;
}
.column-control-left li img{
    width: 50px;
}
.column-control-left .control-text h3{
    color: #fff;
    font-size: 18px;
    font-weight: 700;
}
.column-control-left .control-text p{
    font-size: 14px;
}
.pricing-section{
    background-color: #000;
    padding: 50px 0px;
}
.pricing-section h2 {
    text-align: center;
    color: #fff;
    font-size: 40px;
    font-weight: 700;
    line-height: 55px;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.pricing-section h2 span{
    color: #39ff13;
}
.pricing-section .pricing-plan{
    background-color: #222;
    padding-top: 50px;
    position: relative;
    text-align: center;
    font-weight: 700;
    font-size: 18px;
    color: #fff;
    padding-bottom: 30px;
    border-radius: 10px;
    margin-bottom: 30px;
}
.pricing-section .pricing-plan:hover{
 	background: linear-gradient(to top left, #39ff13 -40%, #1a1a1a 70%);
}
.pricing-section .pricing-plan h4.pricing-promo{
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    font-size: 15px;
    padding: 7px;
    background: red;
    color: white;
    border-radius: 10px 10px 0px 0px;
}
.pricing-section .pricing-plan h3{
    font-size: 26px;
    font-weight: 400;
}
.pricing-section .pricing-plan h3 span{
    display: block;
}
.pricing-section .pricing-plan p {
    line-height: normal;
    margin: 0;
}
.pricing-section .pricing-plan p span.curr-symbol {
    position: relative;
    top: -30px;
    left: -5px;
}
.pricing-section .pricing-plan p span.curr-major {
    font-size: 65px;
    font-weight: 800;
}
.pricing-section .pricing-plan h5{
    font-size: 18px;
    font-weight: 500;
}
.pricing-section .pricing-plan hr {
    opacity: 1;
}
.pricing-section .pricing-plan ul {
    padding: 0px 0px 0px 100px;
    width: 95%;
    list-style: none;
    text-align: left;
    margin-bottom: 35px;
}
.pricing-section .col-md-4 .pricing-plan ul{
    height: 250px;
    overflow-y: scroll;
}
.pricing-section .pricing-plan ul::-webkit-scrollbar {
  width: 4px;
}
.pricing-section .pricing-plan ul::-webkit-scrollbar-track {
  background: #000; 
  border-radius:10px;
}
.pricing-section .pricing-plan ul::-webkit-scrollbar-thumb {
  background: #FFF; 
  border-radius:10px;
}
.pricing-section .pricing-plan ul li {
    padding: 5px 0;
    font-size: 15px;
    font-weight: 300;
    margin-bottom: 0;
    display: flex;
    align-items: start;
    gap: 10px;
}
.pricing-section .pricing-plan:hover ul li i{
    background: transparent;
}
.pricing-section .pricing-plan ul li i {
    height: 20px;
    border-radius: 100px;
    background-color: #4b4b4b;
    min-width: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
}
.pricing-section .pricing-plan .pricing-cta a{
    padding: 15px 30px;
    margin-bottom: 20px;
}
.pricing-section .pricing-plan:hover .pricing-cta a{
    background: #000 !important;
}
.pricing-section .pricing-plan .pricing-cta a:hover{
    background: #FFF !important;
    color: #000 !important;
}
.pricing-section .pricing-plan .pricing-bottom p{
    margin: 0 auto !important;
    font-size: 14px;
    font-weight: 500;
    color: #aaa;
    line-height: 30px;
}
.pricing-section .pricing-plan .pricing-bottom p a{
    display: block;
    color: #39ff13;
    text-decoration: none;
}
.pricing-section .pricing-plan:hover .pricing-bottom p{
    color: #FFF !important;
}
.solution-section{
    background-color: #000 !important;
    padding: 20px 0 10px;
    color: #fff !important;
}
.solution-section h2{
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 30px;
}
.solution-section h4{
    font-size: 24px;
    font-weight: 200;
    margin-bottom: 30px;
}
.solution-section .solution-box{
    padding: 20px 0 0;
}
.solution-section .solution-box h5{
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
}
.solution-section .solution-box ul{
    list-style: none;
    padding: 0;
    margin: 0 0 0 20px;
    margin-left: 18px;
}
.solution-section .solution-box li{
    font-size: 13px;
    font-weight: 300;
}
.solution-section .solution-box li i {
    margin-right: 10px;
}
.solution-section .solution-right-box img{
    width: 80%;
    animation: scaleAnimation 1s infinite alternate;
}
@keyframes scaleAnimation {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.1);
    }
}
.solution-offer {
    padding-top: 40px;
}
.solution-offer h4 {
    font-size: 32px;
    font-weight: 900;
    padding-right: 40px;
    color: #34e312;
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    line-height: 20px;
}
.solution-offer h4 span{
    color: red;
}
.solution-offer h3 {
    font-size: 40px;
    font-weight: 900;
    color: #34e312;
}
.testimonials-section{
    background-color: #222;
    padding: 50px 0;
}
.testimonials-section .shadow-effect {
    background: #FFF;
    padding: 20px;
    border-radius: 4px;
    text-align: center;
    box-shadow: 0 19px 38px rgba(0,0,0,0.10), 0 15px 12px rgba(0,0,0,0.02);
}
.testimonials-section #customers-testimonials .shadow-effect p {
    font-family: inherit;
    font-size: 17px;
    line-height: 1.5;
    margin: 0 0 17px 0;
    font-weight: 300;
}
.testimonials-section .testimonial-name {
    margin: -17px auto 0;
    display: table;
    width: auto;
    background: linear-gradient(90deg, #39ff13, #1a1a1a);
    padding: 9px 35px;
    border-radius: 12px;
    text-align: center;
    color: #fff;
    box-shadow: 0 9px 18px rgba(0,0,0,0.12), 0 5px 7px rgba(0,0,0,0.05);
}
.testimonials-section #customers-testimonials .item {
    text-align: center;
    opacity: .2;
    -webkit-transform: scale3d(0.8, 0.8, 1);
    transform: scale3d(0.8, 0.8, 1);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.testimonials-section #customers-testimonials .owl-item.active.center .item {
    opacity: 1;
    -webkit-transform: scale3d(1.0, 1.0, 1);
    transform: scale3d(1.0, 1.0, 1);
}
.testimonials-section .owl-carousel .owl-item img {
    transform-style: preserve-3d;
    max-width: 90px;
    height: auto;
    border-radius: 50%;
    margin: 0 auto 17px;
}
.testimonials-section #customers-testimonials.owl-carousel .owl-nav {
    top: 115%;
    justify-content: end;
}
.testimonials-section #customers-testimonials.owl-carousel .owl-nav button {
    background: transparent;
    color: #FFF;
    font-size: 40px;
    align-items: center;
    display: flex;
    justify-content: center;
}
.testimonials-section .testimonials-bottom{
    display: flex;
    align-items: center;
    gap: 20px;
    padding-top: 40px;
    color: #FFF;
}
.testimonials-section .testimonials-bottom h5{
    font-size: 18px;
    margin: 0px;
}
.testimonials-section .testimonials-bottom a{
    color: #39ff13;
    text-decoration: none;
    font-size: 20px;
}

/*Portfolio/Pricing Page*/
.portfolio-banner-section{
    height: 550px;
}
.portfolio-banner-section h1, .pricing-banner-section h1{
    font-size: 52px;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 82px;
}
.creative-section{
    background-color: #1d1d1d;
    padding: 100px 0px;
    color: #FFF;
}
.creative-section h1{
    font-size: 40px;
    font-weight: 900;
    line-height: 55px;
    margin: 0;
    text-transform: uppercase;
}
.creative-section p{
    padding-right: 80px;
    margin-bottom: 20px;
}
/*Portfolio/Pricing Page*/

/*Solutions Page*/
.strategy-section{
    background: #1a1a1a;
    padding: 80px 0;
    color: #fff;
}
.strategy-section h1 {
    text-transform: capitalize;
    font-size: 60px;
    line-height: 1.4;
    font-weight: 900;
}
.strategy-section h2 {
    text-transform: capitalize;
    font-size: 40px;
    font-weight: 700;
}
.solution-services-section{
	background: linear-gradient(to right, #39ff13 -30%, #1a1a1a 70%);
    padding: 40px 0;
    color: #FFF;
}
.solution-services-section h2{
    font-size: 26px;
    font-weight: 900;
    text-transform: uppercase;
}
.solution-services-section p{
    margin: 20px 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
}
.solution-services-section li {
    list-style: circle;
    font-size: 16px;
    margin: 0;
}
/*Solutions Page*/

/*Contact Page*/
.contact-form-section{
    padding: 50px 0;
    background: #1a1a1a;
    color: #FFF;
}
.contact-form-section h2{
    font-size: 36px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 10px;
    text-align: center;
}
.contact-form-section p{
    font-size: 16px;
    margin-bottom: 20px;
    text-align: center;
}
.contact-form-section form label.field-txt {
    font-weight: 500;
    font-size: 18px;
    color: #fff;
    margin: 0 0 5px;
    width: 100%;
    display: block;
}
.contact-form-section form label.field-txt span {
    color: #ec1d23;
}
.contact-form-section form input[type=email], .contact-form-section form input[type=number], .contact-form-section form input[type=tel], .contact-form-section form input[type=text], .contact-form-section form textarea {
    width: 100%;
    margin: 0;
    border: 1px solid #b2b9c1;
    background: #fff;
    padding: 18px 15px;
    color: #000;
    font-size: 18px;
    font-weight: 400;
    height: 55px;
    border-radius: 5px;
}
.contact-form-section form textarea {
    height: 200px;
}
.contact-form-section form select {
    width: 100%;
    margin: 0;
    border: 1px solid #b2b9c1;
    background: #fff;
    padding: 0 15px;
    color: #5b6b7f;
    font-size: 18px;
    font-weight: 400;
    border-radius: 5px;
    height: 55px;
}
/*Contact Page*/

/*Web Hosting Page*/
.web-management-section {
    background: #131313;
    color: #fff;
    font-size: 18px;
    padding: 30px 10px;
}
.web-management-section h6 {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    margin: 0px 0px 0px 30px;
}
.development-section{
    padding: 50px 0;
    background-color: #1a1a1a;
}
.development-section .nav-tabs .nav-item {
    width: 24%;
}
.development-section .nav-tabs .nav-item button {
    font-size: 14px;
    padding: 7px 10px;
    border-radius: 0;
    background-color: #222;
    color: #fff;
    width: 100%;
}
.development-section .nav-tabs .nav-item button img{
    filter: grayscale(1);
    height: 40px;
}
.development-section .nav-tabs .nav-item button.active {
    background: #fff;
    color: #000;
}
.development-section .nav-tabs .nav-item button.active img{
    filter: grayscale(0);
}
.development-section .column-control-left p{
    line-height: 30px;
    color: #ccc;
}
.development-section .column-control-left .control-list p{
    line-height: 22px;
    color: #FFF;
}
/*Web Hosting Page*/
/*Footer*/
.footer{
    background: #1d1d1d;
    padding: 50px 0;
    color: #fff;
}
.footer h5{
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.footer ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer li a{
    color: #7c7c7d;
    text-decoration: none;
    transition: all 0.3s;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    padding: 7px 0;
}
.footer li a:hover{
    color: #39ff13;
}
.footer li a i{
    margin-right: 10px;
}
.footer-bottom p{
    font-size: 12px;
    color: #aaa;
    font-weight: 500;
    margin:0px;
}
.footer-bottom p a{
    text-decoration: none;
    color: #39ff13;
}
.footer-bottom a:hover{
    color: #39ff13 !important;
}
.footer-bottom .social-icons a{
    font-size: 20px;
    color: #7c7c7d;
    margin:0px 5px;
    transition: all 0.3s;
}
.footer-bottom .footer-links a{
    color: #FFF;
    text-decoration: none;
    font-size: 12px;
    font-weight: 500;
    margin-left: 10px;
    transition: all 0.3s;
}
/*Footer*/
