 #GHeaderV10 {
					 	position: absolute;
					    z-index: 111;
					    width: -webkit-fill-available;
						
						
					}

					#GHeaderV10 .header-navigation {
					color:var(--header-navigation-color) !important;
				}
				#GHeaderV10 .logo-text {
					color:var(--logo-text-color) !important;
				}


					 #GHeaderV10 .logo-main img {
						width: 60px;
					}

					 #GHeaderV10 .fa-bars {
						    color: white;
					    background: #213448;
					    padding: 10px;
					    border-radius: 5px;
					}
					 #GHeaderV10 .phone-nav {
						  position: absolute;
					    background: #213448;
					    width: 100%;
					    left: 0;
					    top: 68%;
					    padding-top: 20px;
					    padding-bottom: 20px;
					}

					 #GHeaderV10 .container {
					    margin-left: auto;
					    margin-right: auto;
					    max-width: 1300px;
					    padding-left: 20px;
					    padding-right: 20px;
					}

					@media (min-width: 1024px) {
						 #GHeaderV10 .container {
						    padding-left: 30px;
						    padding-right: 30px;
						}
					}



					 #GHeaderV10 .desktop {
						display: block;
					}
					 #GHeaderV10 .phone {
						display: none !important;
					}
					#GHeaderV10 #phone-nav {
						display: none !important;
					}
					@media only screen and (max-width: 750px) {
						#phone-nav {
					    display: none;
					}
					 #GHeaderV10 #phone-nav.show {
					    display: block !important;
					}
						 #GHeaderV10 .desktop {
							display: none !important;
						}
						 #GHeaderV10 .phone {
							display: block !important;
						}
					}
 #GHeroV24 .container{
				    margin-left: auto;
				    margin-right: auto;
				    max-width: 1204px;
				    padding-left: 20px;
				    padding-right: 20px;
				}
				@media (min-width: 1024px) {
				    #GHeroV24 .container {
				        padding-left: 30px;
				        padding-right: 30px;
				    }
				}

				#GHeroV24 {
				    background-image: url(../images/bg.jpg);
				    background-size: cover;
				    background-position: center;
				    height: 90vh;
				    position: relative;
				    display: flex;
				    align-items: center;
				    justify-content: center;
				}
				#GHeroV24 .overlay {
				    position: absolute;
				    top: 0;
				    width: 100%;
				    height: 100%;
				    background-color: black;
				    opacity: 0.7;
				}
				#GHeroV24 .hero-content {
				    max-width: 600px;
				    position: relative;
				    top: 0;
				    bottom: 0;
				    left: 0;
				    right: 0;
				    display: flex;
				    flex-direction: column;
				    justify-content: center;
				    margin: auto;
				    height: min-content;
				}
				#GHeroV24 .hero-content h2 , p{
				    text-shadow: 0 0 10px rgba(255, 215, 0, 0.7);
				}


				#GHeroV24 .hero-btn{
				    padding: 14px 39px;
				    border: 1px solid gray;
				    outline: none;
				    border-radius: 5px;
				    cursor: pointer;
				    background-color: var(--button-background-color);
				    color: var(--button-text-color);
				    border-radius: 8px;
				    box-shadow: 0 0 15px rgba(242, 166, 90, 0.8);
				    transition: all 0.3s ease-in-out;
				}
				#GHeroV24 .hero-btn:hover{
				    background: rgb(33 52 72 / 48%);
				    box-shadow: 0 0 20px rgba(167, 201, 87, 0.9);
				    transform: scale(1.1);
				}
				@media only screen and (max-width: 750px){
				    #GHeroV24 .hero-content h2{font-size: xx-large !important; margin-block-end: 0;}
				}
				@media only screen and (max-width: 600px){
				   #GHeroV24 .hero-content h1{font-size: xx-large !important; margin-block-start: 0;}
				   #GHeroV24 .hero-input{flex-direction: column;}
				   #GHeroV24 .hero-content{width: 100% !important}
				}
 #GGamesV31 .container{
				    margin-left: auto;
				    margin-right: auto;
				    max-width: 1204px;
				    padding-left: 20px;
				    padding-right: 20px;
				}
				@media (min-width: 1024px) {
				    #GGamesV31 .container {
				        padding-left: 30px;
				        padding-right: 30px;
				    }
				}

				#GGamesV31 {background-color: #254D70}
				#GGamesV31 .playeachgame-box {

				    width: 260px;
				    height: 370px;
				    background-size: cover;
				    background-position: center;
				    border-radius: 50%;
				    display: flex;
				    flex-direction: column;
				    justify-content: flex-end;
				    align-items: center;
				    padding: 20px;
				    position: relative;
				    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.6), inset 0px 0px 10px rgba(255, 215, 0, 0.3);
				    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
				    overflow: hidden;
				}
				#GGamesV31 .playeachgame-box h3 {
				    font-size: 22px;
				    font-family: 'Cinzel', serif;
				    color: #58c2ff;
				    text-shadow: 0 0 10px rgba(255, 215, 0, 0.9);
				    background: rgba(0, 0, 0, 0.6);
				    padding: 8px 12px;
				    border-radius: 10px;
				    margin-bottom: 15px;
				    width: 80%;
				    text-align: center;
				}
				#GGamesV31 .playeachgame-btn {
				    display: inline-block;
				    padding: 12px 25px;
				    font-size: 16px;
				    font-weight: bold;
				    text-transform: uppercase;
				    background-color:var(--button-background-color);
				    color: var(--button-text-color);
				    border-radius: 12px;
				    border: none;
				    cursor: pointer;
				    box-shadow: 0 0 15px rgba(242, 166, 90, 0.8);
				    transition: all 0.3s ease-in-out;
				}
				#GGamesV31 .playeachgame-box:hover {
				    animation: float 1.5s infinite ease-in-out;
				}
				#GGamesV31 .playeachgame-box:hover {
				    transform: scale(1.1);
				    box-shadow: 0px 12px 20px rgba(255, 215, 0, 0.5);
				}
				@keyframes float {
				    0% { transform: translateY(0px); }
				    50% { transform: translateY(-5px); }
				    100% { transform: translateY(0px); }
				}

				#GGamesV31 .playeachgame-box:hover {
				    animation: float 1.5s infinite ease-in-out;
				}
#GRandomV15 .container{
                    margin-left: auto;
                    margin-right: auto;
                    max-width: 1204px;
                    padding-left: 20px;
                    padding-right: 20px;
                }
                @media (min-width: 1024px) {
                    #GRandomV15 .container {
                        padding-left: 30px;
                        padding-right: 30px;
                    }
                }

                #GRandomV15 {background-color: #183B4E}
                #GRandomV15 .game-wrapper{

                    border-radius: 20px;
                    padding: 30px;
                    width: 280px;
                    height: 320px;
                    text-align: center;
                    position: relative;
                    background-size: cover;
                    background-position: center;
                    box-shadow: -6px -6px 15px rgba(255, 215, 0, 0.2), 6px 6px 15px rgba(0, 0, 0, 0.6), inset -5px -5px 10px rgba(0, 0, 0, 0.4), inset 5px 5px 10px rgba(255, 215, 0, 0.1);
                    transition: all 0.4s ease-in-out;
                    border: 3px solid #57788b;
                    transform-style: preserve-3d;
                    cursor: pointer;
                }
                #GRandomV15 .game-wrapper::before {
                    content: '';
                    position: absolute;
                    top: 0;
                    left: 0;
                    width: 100%;
                    height: 100%;
                    background: rgba(0, 0, 0, 0.5);
                    border-radius: 20px;
                    z-index: 1;
                }
                 #GRandomV15 .game-wrapper p {
                    position: relative;
                    z-index: 111;
                    font-size: 16px;
                    color: #EDEDED;
                    line-height: 1.5;
                    text-shadow: 0 0 8px rgba(255, 255, 255, 0.7);
                    margin-top: 10px;
                }
                #GRandomV15 .game-wrapper h3 {
                    position: relative;
                    z-index: 111;
                    font-size: 24px;
                    font-family: 'Cinzel', serif;
                    color: #FFF5C3;
                    text-shadow: 0 0 10px rgba(255, 255, 255, 0.9), 0 0 15px rgba(255, 215, 0, 0.8);
                    margin-top: 30px;
                }
                #GRandomV15 .game-wrapper:hover {
                    animation: float 1.5s infinite ease-in-out;
                }
                #GRandomV15 .game-wrapper:hover {
                    transform: scale(1.1);
                    box-shadow: 0px 12px 20px rgba(255, 215, 0, 0.5);
                }

                @keyframes float {
                    0% { transform: translateY(0px); }
                    50% { transform: translateY(-5px); }
                    100% { transform: translateY(0px); }
                }

                #GRandomV15 .playeachgame-box:hover {
                    animation: float 1.5s infinite ease-in-out;
                }


                @media only screen and (max-width: 1000px){
                    #GRandomV15 .game-wrapper{width: 40% !important}
                }
                @media only screen and (max-width: 850px){
                    #GRandomV15 .game-wrapper{width: 70% !important}
                    
                }
                @media only screen and (max-width: 700px){
                    #GRandomV15 .game-wrapper{width: 100% !important}
                }
 .clr-white {color: white}
            .bg-black {background-color: #122549}
             #GFaqV6 .container{
              margin-left: auto;
                margin-right: auto;
                max-width: 1150px;
                padding-left: 20px;
                padding-right: 20px;
            }
            @media (min-width: 1024px) {
                #GFaqV6 .container {
                    padding-left: 30px;
                    padding-right: 30px;
                }
            }
            #GFaqV6 {
                clip-path: polygon(0 0, calc(50% - 180px) 0, calc(50% - 150px) 50px, calc(50% + 150px) 50px, calc(50% + 180px) 0, 100% 0, 100%
              100%
               100%, calc(50% + 180px) 100%, calc(50% + 150px) calc(100% - 50px), calc(50% - 150px) calc(100% - 50px), calc(50% - 180px) 100%, 0 100%);
                  position: relative;
              }

              /* Detail styling */
              #GFaqV6 .details{
                --padding: 16px;
                box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
                border-top: 1px solid #45f882;
                border-bottom: 1px solid #45f882;
              }

              #GFaqV6 .details + .details{
                margin-top: 15px;
              }

              #GFaqV6 .details__title{
                --width: 20px;
                --height: 3px;
                --radius: 1px;
                --color: currentColor;
                font-size: larger;
                font-weight: 500;
                margin:0;
                padding: var(--padding) calc(var(--width) * 2) var(--padding) var(--padding);
                cursor: pointer;
                transition: all .2s ease-in-out;
                position: relative;
              }
              #GFaqV6 .details__title:hover {
              color: #45f882;
              }

              #GFaqV6 .details__title:before,
              #GFaqV6 .details__title:after{
                content:'';
                display: block;
                width: var(--width);
                height: var(--height);
                background-color: var(--color);
                position: absolute;
                border-radius: var(--radius);
                top: calc(50% - (var(--height) / 2));
                right: calc(var(--width) / 2);
                transition: all .2s ease-in-out;
              }

              #GFaqV6 .details__title:after{
                rotate: 90deg;
              }

              #GFaqV6 .details__container[open] .details__title:before{
                rotate: 45deg;
                /* rotate: 135deg; */
              }

              #GFaqV6 .details__container[open] .details__title:after{
                rotate: 135deg;
                /* rotate: 225deg; */
              }


              #GFaqV6 .details__summary::marker{
                content:'';
              }

              #GFaqV6 .details__desc{
                visibility: hidden;
                display: grid;
                grid-template-rows: 0fr;
                transition: all .2s ease-in-out;
                overflow: hidden;
                padding-inline: var(--padding);
                pointer-events: none;
              }

              #GFaqV6 .details__container[open] + .details__desc{
                visibility: visible;
                grid-template-rows: 1fr;
                padding-block: var(--padding);
              }

              #GFaqV6 .details__desc-inner{
                min-height: 0;
              }
             #GAboutv30 .container{
			    margin-left: auto;
			    margin-right: auto;
			    max-width: 1204px;
			    padding-left: 20px;
			    padding-right: 20px;
			}
			@media (min-width: 1024px) {
			    #GAboutv30 .container {
			        padding-left: 30px;
			        padding-right: 30px;
			    }
			}

			#GAboutv30 {
			    background: linear-gradient(135deg, #1E2F23, #2C3E50);
			    padding: 80px 10%;
			    text-align: center;
			    color: #E8D7A7;
			}
			#GAboutv30 .about-main {
			    animation: fadeIn 1.5s ease-in-out;
			}
			#GAboutv30 .about-main {
			    max-width: 800px;
			   
			    margin: 0 auto;
			    background: rgba(42, 51, 60, 0.85);
			    border-radius: 15px;
			    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.6);
			    border: 3px solid #57788b;
			}
			#GAboutv30 .about-content{padding: 40px}
			#GAboutv30 .about-title{
			    font-size: 42px;
			    color: white;
			    text-shadow: 0 0 15px rgba(255, 215, 0, 0.9);
			    transition: color 0.3s ease-in-out, text-shadow 0.3s ease-in-out;
			}
			#GAboutv30 .about-title:hover {
			    color: white;
			    text-shadow: 0 0 20px rgba(242, 166, 90, 1);
			}
			#GAboutv30 .about-text{
			    font-size: 18px;
			    line-height: 1.8;
			    color: #EDEDED;
			    text-shadow: 0 0 5px rgba(255, 255, 255, 0.3);
			    margin-bottom: 15px;
			    transition: transform 0.3s ease-in-out;
			}
			#GAboutv30 .about-text:hover {
			    transform: scale(1.02);
			    text-shadow: 0 0 12px rgba(255, 255, 255, 0.5);
			}
			#GAboutv30 .sub-title {
			    font-size: 28px;
			    color: #A7C957;
			    margin-top: 30px;
			    text-shadow: 0 0 10px rgba(167, 201, 87, 0.9);
			    transition: transform 0.3s ease-in-out;
			}
			#GAboutv30 .sub-title:hover {
			    transform: scale(1.05);
			    text-shadow: 0 0 20px rgba(167, 201, 87, 1);
			}
			#GAboutv30 .aboutpage-list {
			    text-align: left;
			    margin-top: 20px;
			    padding-left: 20px;
			}
			#GAboutv30 .aboutpage-list li {
			    font-size: 18px;
			    color: white;
			    margin-bottom: 10px;
			    text-shadow: 0 0 10px rgba(255, 215, 0, 0.8);
			    transition: transform 0.3s ease-in-out;
			}
			@media only screen and (max-width:650px){
			    #GAboutv30 .about-title{font-size: 30px !important}
			    #GAboutv30 .about-main{width: 100% !important}
			}

    #GFooterV27 .container{
				    margin-left: auto;
				    margin-right: auto;
				    max-width: 1204px;
				    padding-left: 20px;
				    padding-right: 20px;
				}
				@media (min-width: 1024px) {
				    #GFooterV27 .container {
				        padding-left: 30px;
				        padding-right: 30px;
				    }
				}

				#GFooterV27 {
				    background-color: var(--footer-background-color);
				}
				#GFooterV27 .footer-logo img {
				    width: 180px;
				    height: auto;
				    border-radius: 10px;
				    box-shadow: 0px 0px 15px rgba(255, 215, 0, 0.6);
				    animation: floatGlow 3s infinite alternate ease-in-out;
				}
				@keyframes floatGlow {
				  0% {
				      transform: translateY(0px);
				      box-shadow: 0px 0px 15px rgba(255, 215, 0, 0.6);
				  }
				  50% {
				      transform: translateY(-25px);
				      box-shadow: 0px 0px 25px rgba(255, 215, 0, 0.8);
				  }
				  100% {
				      transform: translateY(0px);
				      box-shadow: 0px 0px 15px rgba(255, 215, 0, 0.6);
				  }
				}
				#GFooterV27 .desclaimer{
				   
				    padding: 15px;
				    background: #547792;
				    border-radius: 10px;
				    color: white;
				    font-weight: bold;
				    text-shadow: 0 0 10px rgba(255, 0, 0, 1);
				    font-size: 16px;
				    display: flex;
				    align-items: center;
				    gap: 10px;
				    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
				    cursor: pointer;
				    
				}
				#GFooterV27 .desclaimer:hover {
				    transform: scale(1.05);
				    box-shadow: 0 0 20px rgb(82 97 168);
				    background: rgb(82 97 168);
				}
				#GFooterV27 .footer-text{
				    padding: 5px;
				}
				#GFooterV27 .footer-btn{
				    background-color: var(--button-background-color);
				    color: var(--button-text-color);
				    cursor: pointer;
				    outline: none;
				    border-radius: 5px;
				    transition: 0.3s;
				    padding: 15px 20px;
				    border: none;
				}
				#GFooterV27 .footer-btn:hover{
				    opacity: 0.7;
				    transition: 0.3s;
				}
				@media only screen and (max-width: 900px) {
				   #GFooterV27 .footer-main{flex-direction: column;}
				   
				   #GFooterV27 .footer-content{width: 100% !important}
				   #GFooterV27 .footer-logo{width: 100% !important}

				}


.clr-white {color: white}
					.bg-dark {background-color: var(--single-game-background-color);}
					.overflow-hidden {
						overflow: hidden;
					}
					#gSingle-v1 .container {
					    margin-left: auto;
					    margin-right: auto;
					    max-width: 1300px;
					    padding-left: 20px;
					    padding-right: 20px;
					}

					@media (min-width: 1024px) {
						#gSingle-v1 .container {
						    padding-left: 30px;
						    padding-right: 30px;
						}
					}

					#gSingle-v1 .iframe-wrapper iframe {
					    width: 80%;
					    display: flex;
					    margin: auto;
					    min-height: 500px;
					    border: none;
					    outline: none;
					}

					@media only screen and (max-width: 650px) {
						#gSingle-v1 .iframe-wrapper iframe {
							width: 100% !important;
							min-height: 350px !important;
						}
					}  #GContactV19 .container {
					    margin-left: auto;
					    margin-right: auto;
					    max-width: 1240px;
					    padding-left: 20px;
					    padding-right: 20px;
					}

					@media (min-width: 1024px) {
					    #GContactV19 .container {
					        padding-left: 30px;
					        padding-right: 30px;
					    }
					}

					#GContactV19 {
					    background-color: black;
					}
					#GContactV19 .main-contact{
					    
					    margin: 40px auto;
					    padding: 20px 30px;
					    box-sizing: border-box;
					    position: relative;
					}
					#GContactV19 .send-btn{
					    background-color: var(--button-background-color);
					    padding: 13px;
					    font-size: 22px;
					    cursor: pointer;
					    border-radius: 50px;
					    outline: none;
					    color:var(--button-text-color);
					    border: none;
					    transition: 0.3s;
					}
					#GContactV19 .send-btn:hover{
					    opacity: 0.6;
					    transition: 0.3s;
					    
					}
					#GContactV19 .input-text{
					    outline: none;
					    border-bottom: 1px solid white;
					    border-right: none;
					    border-left: none;
					    border-top: none;
					    padding: 20px 10px;
					    color: white;
					    background-color: transparent;

					}
					@media screen and (max-width: 1050px){
					   #GContactV19 .flex-column-md{
					    flex-direction: column;
					   }
					   #GContactV19 .w-100-md{
					    width: 100% !important;
					   }
					}
					@media screen and (max-width: 450px){
					    #GContactV19 .contact-img{
					        width: 100% !important;
					    }
					}

#GContactV12 .contact-form {
				    border: 1px solid #242424;
				    background-color: #191919;
				    border-radius: 10px;
				}
				#GContactV12 {background-color:#547792;}
				#GContactV12 .input-fields{
				        padding: 10px 26px 10px 14px;
				    box-sizing: border-box;
				    font-size: medium;
				    font-weight: 500;
				    outline: none;
				    border: none;
				    border-radius: 10px;
				}
				#GContactV12 .btn{
				    padding: 13px 21px;
				    color:  var(--button-text-color);
				    background-color:  var(--button-background-color);
				    font-size: 10px;
				    border: none;
				    outline: none;
				    cursor: pointer;
				    border-radius: 10px;
				}
				#GContactV12 .btn:hover{
					transition:0.3s linear;
					opacity:0.7;
				}
				#GContactV12 .contact-icon i{
				    font-size: 30px;
				    color: black;
				    background: #93f677;
				    border-radius: 67px;
				    padding: 10px;
				}

				@media (max-width: 950px) {
				   #GContactV12 .flex-column-md{
				    flex-direction: column;
				   }
				   #GContactV12 .m-100-m{
				    width: 100% !important;
				   }
				   #GContactV12 .m-90-m{
				    width: 90% !important;
				   }
				   #GContactV12 .m-40-m{
				    width: 40% !important;
				   } 
				   #GContactV12 .contact-main{
				    text-align: center !important;
				    align-items: center !important;
				   }
				   #GContactV12 .contact-wrapper {
				    align-items: center !important;
				   }
				   
				}


				  @media (max-width: 600px) {
				#GContactV12 .contact-title{
				    font-size: 26px;
				    font-weight: 700;
				    line-height: normal;
				}
				#GContactV12 .contact-btn {
				    padding: 13px 28px;
				    font-size: 10px;
				    font-weight: 700;
				}
				#GContactV12 .contact-icon {
				    flex-direction: column !important;
				}

				  }




.container {
    margin-left: auto;
    margin-right: auto;
    max-width: 1300px;
    padding-left: 20px;
    padding-right: 20px;
}

@media (min-width: 1024px) {
	.container {
	    padding-left: 30px;
	    padding-right: 30px;
	}
}


.container {
    margin-left: auto;
    margin-right: auto;
    max-width: 1300px;
    padding-left: 20px;
    padding-right: 20px;
}

@media (min-width: 1024px) {
	.container {
	    padding-left: 30px;
	    padding-right: 30px;
	}
}


.container {
    margin-left: auto;
    margin-right: auto;
    max-width: 1300px;
    padding-left: 20px;
    padding-right: 20px;
}

@media (min-width: 1024px) {
	.container {
	    padding-left: 30px;
	    padding-right: 30px;
	}
}


.container {
    margin-left: auto;
    margin-right: auto;
    max-width: 1300px;
    padding-left: 20px;
    padding-right: 20px;
}

@media (min-width: 1024px) {
	.container {
	    padding-left: 30px;
	    padding-right: 30px;
	}
}


.container {
    margin-left: auto;
    margin-right: auto;
    max-width: 1300px;
    padding-left: 20px;
    padding-right: 20px;
}

@media (min-width: 1024px) {
	.container {
	    padding-left: 30px;
	    padding-right: 30px;
	}
}  #GGamesV32 .container{
					margin-left: auto;
				    margin-right: auto;
				    max-width: 1150px;
				    padding-left: 20px;
				    padding-right: 20px;
				}
				@media (min-width: 1024px) {
				    #GGamesV32 .container {
				        padding-left: 30px;
				        padding-right: 30px;
				    }
				}
				#GGamesV32 .games-wrapper {
				  width: 22%;
				}
				#GGamesV32 .games-wrapper img {
				  border-radius: 30px;
				  height:250px;
				  object-fit:cover;
				}

				#GGamesV32 .games-wrapper:hover .games-content {
				  opacity: 1 !important;
				  z-index: 1 !important;
				}

				#GGamesV32 .games-content {
				  align-content: center;
				    background-color: rgba(15, 28, 35, .859);
				    border: inherit;
				    font-weight: 600;
				    height: -webkit-fill-available;
				    left: 0;
				    border-radius: 30px;
				    opacity: 0;
				    padding: 1rem;
				    position: absolute;
				    text-align: center;
				    top: 0;
				    transition: all .2s ease-in-out;
				    width: -webkit-fill-available;
				    z-index: -1;
				}
				@media only screen and (max-width: 850px) {
				  #GGamesV32 .games-wrapper {
				    width: 44% !important;
				  }
				}
				#GGamesV32 .btn {
				  background-color: var(--button-background-color);
				  background-image: none;
				  border-color: #0f1c23;
				  clip-path: polygon(10% 0, 90% 0, 100% 50%, 90% 100%, 10% 100%, 0 50%);
				  color: var(--button-text-color);
				  padding: 15px 41px;
				    border: none;
				    color: white;
				    font-weight: 500;
				    font-size: 1rem;
				    transition: all .2s ease-in-out;
				}

				#GGamesV32 .btn:hover {
				    transition: all .2s ease-in-out;
				    background: white;
				    color: black;
				}

				@media only screen and (max-width: 620px) {
				  #GGamesV32 .games-wrapper {width: 100% !important;}
				}
.clr-white {color: white !important;}
.z-index-1 {z-index: 1;}
.overflow-hidden {overflow: hidden;}
.text-decoration-none {text-decoration: none;}

#gSingle-v2-banner .banner-heading {
    font-size: 60px;
}
#gSingle-v2-banner .banner-content {
    background: #213448;
    padding: 60px 0 55px;
}
#gSingle-v2 iframe { width: 80%;
					    display: flex;
					    margin: auto;
					    min-height: 500px;
					    border: none;
					    outline: none;
					}
#gSingle-v2-banner .banner-content:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    bottom: 0;
    background-repeat: no-repeat;
    z-index: -1;
    background-image: url(../../assets/images/shape.png);
    background-size: cover;
}

@media only screen and (max-width: 600px) {
    #gSingle-v2-banner .banner-heading {
        font-size: 40px !important;
    }
    #gSingle-v2-banner .banner-content {
        padding: 35px 0 40px;
    }
    #gSingle-v2 iframe {
        width: 90% !important;
        height: 50vh !important;
    }
}