@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&display=swap');


    

*, *::before,*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
  border: 0 solid transparent;
  transition-duration: .4s;
}

html {
  -webkit-text-size-adjust: 100%;
}

body {
  text-rendering: optimizeSpeed;
}
h1, h2, h3, h4, h5, h6 {
  font-family: "Quicksand", sans-serif;
  font-weight: normal;
  color: #000;
}
p, li, span{
    font-family: "Quicksand", sans-serif;
    font-weight: normal;
    color: #000;
  }
.page-content, .entry-content, .entry-summary {
  margin: 0px !important;
}
.post, .page {
  margin: 0 0 0em;
}

.location-sec ul {
    display: flex;
    list-style: none;
}


.location-sec ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 17px;
    font-weight: 400;
}

.location-sec ul li a span {
    color: #fff;
}
.location-sec hr {
    color: #DDDDDD !important;
    width: 1px !important;
    opacity: 1 !important;
    margin: 0px 14px !important;
    height: 20px !important;
}

.location-sec ul li a i {
   background-color: #4ec95c;
    font-size: 17px;
    width: 27px;
    height: 27px;
    text-align: center;
    line-height: 23px;
    border-radius: 50px;
    margin-right: -1px;
}

.location-sec ul {
    align-items: center;
    margin: 0;
    padding: 0;
}
.location-sec ul li a:hover i {
  
    color: #ffbd42;
}

.location-sec ul li a:hover span {
    color: #ffbd42;
}
.social-icn {
    display: flex;
    align-items: center;
    column-gap: 20px;
    padding: 4px 19px;
}

.social-icn .follow-txt {
    margin-bottom: 0;
    font-size: 17px;
}
.social-icn ul {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: end;
    list-style: none;
    column-gap: 15px;
}

.follow-txt {
    color: #fff;
}

.follow-txt p {
    color: #fff;
    margin: 0;
    margin-right: 12px;
    font-size: 15px;
    font-weight: 700;
}


.social-icn a i {
       color: #ffffff;
    background-color: #0362ab00;
    font-size: 17px;
width: 30px;
  height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 50px;
/*     margin-right: 6px; */
    border: 1px solid #ffffff;
}
.social-icn a i:hover {
    background-color: #fff;
    color: #f01d1d;
    border-color: #f01d1d;
}
.bg-red {
  background: #F01D1D;
    position: absolute;
    right: 0;
    transform: translate(0%, 0px);
}
.menu-sec ul {
    column-gap: 48px;
}
.menu-item .sub-menu {
   background-color: #1d3557;
    display: block;
    padding: 0 14px;
}
.menu-sec .menu .sub-menu a {
    padding: 6px 0px;
    /* border-bottom: 1px solid #DBDBDB; */
    font-size: 17px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 298px;
	
}
li#menu-item-539 a {
    border-bottom: 0 solid !important;
}
.top-nav .sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 999;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
	padding: 0 13px !important;
}
.top-nav li:hover > .sub-menu {
    display: block;
}
/* .menu-item .sub-menu .sub-menu {
    left: 109%;
    top: auto;
    transform: translate(0%, -50%);
} */
.top-nav .sub-menu .sub-menu {
    left: 200px;
    top: 0px;
}
.head-menu a:after {
    content: "";
    width: 50%;
    display: block !important;
    height: 2px;
    background: #fff;
    margin-top: 11px;
}

.menu-sec ul li a {
    color: #FFF;
    font-size: 25px;
    font-weight: 500;
}
.menu-sec ul li a:hover {
    color: #ffbd42 !important;
}
.current_page_item a {
    color: #ffbd42 !important;
}
.head-menu a {
    font-size: 25px !important;
    padding: 14px 0 10px 0 !important;
    color: #ffffff !important;
    font-weight: 700 !important;
    display: block !important;
}
.menu-sec {
    padding: 19px 8px;
}
.edozs-head {
    font-family: 'Edo-SZ' !important;
}
.site-header {
    position: absolute;
    z-index: 11111;
    width: 100%;
    margin: auto;
}
.footer-main {
    background-image: url(https://gaphockey.com/wp-content/uploads/2025/06/Group-59691.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.footer-menu-row {
    padding: 100px 0 0 0;
}
.footer-class-4 span {
    color: #fff;
    font-size: 20px;
    line-height: 30.3px;
    font-weight: 400;
}
.footer-contacts ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-contacts ul li {
    margin-bottom: 5px;
	    display: flex;
    align-items: center;
}

.footer-contacts ul li img {
    margin-right: 10px;
}

.footer-contacts ul li a,.footer-contacts ul li span {
    color: #fff;
    text-decoration: none;
    font-size: 20px;
}
.footer-logo img {
    margin-bottom: 20px;
}
.footer-menu .widget-title {
    color: #fff !important;
    font-size: 33px;
    font-weight: 700;
    padding: 50px 0;
}
.widget_nav_menu ul {
    column-count: 2;
}


.footer-menu .widget_nav_menu ul li a {
    color: #fff;
    text-decoration: none;
    line-height: 64px;
    font-size: 23px;
}
.footer-menu .widget_nav_menu ul li a:hover {
    color: #ffbd42 !important;
}
.footer-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.footer-copyright {
    color: #fff;
    font-size: 20px;
    text-align: center;
    padding: 10px 0;
}
.copy-row p {
    text-align: center;
}
.footer-hr {
    color: #FFFFFF;
}
.footer-sub h3 {
    color: #fff;
    font-size: 29px;
    font-weight: 700;
}
.footer-sub .widget_text {
    padding: 60px 40px;
    background-color: #c9c9c92e;
}
.footer-sub {
    display: flex;
    flex-direction: column;
    justify-content: center;

}
form#gform_1 input#input_1_1 {
    padding: 29px 14px;
    font-size: 18px;
    border-radius: 10px 0px 0px 10px;
}

input#gform_submit_button_1 {
    padding: 20px 17px;
    border-radius: 0px 10px 10px 0px;
    background-color: #EE2F2F;
}
input#gform_submit_button_1:hover {
    background-color: #ffbd42;
}
div#gform_fields_1 {
    column-gap: 0;
}
input#gform_submit_button_1 {
    padding: 20px 17px;
    border-radius: 0px 10px 10px 0px;
    background-color: #EE2F2F;
    position: absolute;
    top: 0;
    right: -8px;
}
form#gform_1 {
    position: relative;
}
.#gform_wrapper_1 {
    --gf-form-gap-y: 16px;
}
.footer-sub .textwidget br {
    display: none;
}
.footer-sub p {
    font-size: 16px;
    color: #fff;
    line-height: 27px;
    font-weight: 600;
}
.footer-row-2 {
    align-items: center;
}
.footer-row-2 {
    align-items: center;
}

ul#menu-second-footer {
    margin: 0;
    padding: 0;
    list-style: none;
}


.footer-second .menu {
    column-count: 1;
    display: flex;
    column-gap: 48px;
    justify-content: center;
}

.footer-second .menu a {
    color: #fff;
    font-size: 18px;
    text-decoration: none;
    font-weight: 500;
}

div#nav_menu-3 {
    margin-bottom: 0;
}
.footer-second .social-icn {
    justify-content: end;
}
.footer-gallery .gallery {
    column-gap: 0;
    margin-bottom: 0;
}

.footer-gallery .gallery .gallery-item {
    margin-bottom: 0;
}

.footer-gallery .gallery .gallery-item .gallery-icon img {
    width: 100% !important;
}

.widget_media_gallery {
    margin-bottom: 0 !important;
}
.btn-blue a {
    background-color: #1D3557 !important;
    color: #fff !important;
    border-radius: 0 !important;
    font-size: 19.29px !important;
    font-family: 'Poppins';
    padding: 12px 47px 12px 32px !important;
}
.btn-blue a:hover {
    background-color: #f01d1d !important;
}
.btn-blue {
    margin-right: 18px;
}
.btn-transprent a {
    padding: 16px 8px !important;
    background-color: #ffffff00 !important;
    border: none !important;
    font-size: 19.29px !important;
    font-weight: 600;
    color: #F01D1D !important;
}
.para-black p {
    font-size: 20px;
    line-height: 30.3px;
    font-weight: 400;
}


.values-col .vc_column-inner {
    background-color: #1d3557;
    padding: 44px 29px !important;
}

.values-card h3 {
    color: #fff;
    font-weight: 700;
    font-size: 32px;
    margin-bottom: 18px;
}

.values-card p {
    color: #fff;
    font-size: 20px;
    line-height: 24px;
}

.values-card {
    margin-bottom: 0;
}
.btn-read {
    margin: 35px 0;
}

.btn-read a {
    color: #fff;
    text-decoration: none;
    font-family: 'Poppins';
    border: 1px solid;
    border-radius: 50px;
    padding: 11px 28px;
    font-size: 19px;
    font-weight: 700;
}

.btn-read a:after {
    content: url(https://gaphockey.com/wp-content/uploads/2025/06/Group.svg);
    vertical-align: middle;
    margin-left: 5px;
}
.btn-read a:hover {
    color: #ffffff;
    background-color: #f01d1d;
}
.core-section {
    background-image: url(https://gaphockey.com/wp-content/uploads/2025/06/Group-59618-1.png);
    background-size: 120px;
    background-repeat: no-repeat;
    background-position: right 65px;
}
/* .col-faqs-bg {
    padding-top: 50px;
    padding-bottom: 50px;
} */
.brust-image img {
     position: absolute;
    left: -30%;
    top: 50%;
    width: 62%;
    transform: translate(0%, -0%);
    z-index: -1;
}
.form-section {
    background-image: url(https://gaphockey.com/wp-content/uploads/2025/08/Group-59692-min.jpg);
    background-position: center center;
    background-repeat: no-repeat;
	background-size: cover;
}
.form-row {
    background-image: url(https://gaphockey.com/wp-content/uploads/2025/06/Group-59658.png), url(https://gaphockey.com/wp-content/uploads/2025/06/Group-59627.png);
    background-repeat: no-repeat, no-repeat;
    background-position: right center, left bottom;
}
.para-white p {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    line-height: 26.3px;
    text-transform: none;
}
form#gform_2 input, form#gform_2 textarea {
    background-color: transparent;
    color: #ffffff;
    border-color: #C3C3C3;
    font-size: 22px;
    font-family: 'Quicksand';
    border-radius: 4px;
}
form#gform_2 input {
    padding: 27px 20px;
}
form#gform_2 textarea {
    padding: 14px 20px;
}
.para-form-below {
    font-size: 20px;
    color: #fff;
    line-height: 32px;
}

#gform_2 #gform_submit_button_2 {
    padding: 17px 58px;
    background-color: #f01d1d;
    color: #fff;
    border-radius: 0;
    border: none;
}
#gform_2 #gform_submit_button_2:hover {
    background-color: #1D3557;
    color: #fff;
}
#gform_2 #gform_fields_2 {
    row-gap: 20px;
}
div#field_2_6 {
    color: #fff;
}
.ser-head-main:after {
    content: url(https://gaphockey.com/wp-content/uploads/2025/06/Group-1.svg);
    margin-left: 16px;
    fill: #ffffff !important;
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%) hue-rotate(264deg) brightness(103%) contrast(103%);
}
.ser-head-main {
    color: #fff !important;
}
.white-heading {
    color: #fff !important;
}

.ser-card .vc_column-inner {
    background-color: #1d3557;
	padding: 0 !important;
}
.card-content h3 span {
     font-size: 30px;
    font-weight: 600;
    color: #ffffff;
    line-height: 36px;
    margin-top: 32px !important;
    margin-right: 20px;
}
.current_page_item a .sub-menu li a {
    color: #fff !important;
}
.card-content img{
       width: 65px;
    height: 65px;
    object-fit: contain;
    object-position: center;
}

.card-content p {
    font-size: 23px;
    line-height: 34px;
	color: #fff;
}
.btn-read-ser a {
    color: #ffffff;
    text-decoration: none;
    font-family: 'Poppins';
    border: 1px solid;
    border-radius: 0px;
    padding: 7px 23px;
    font-size: 19px;
    font-weight: 600;
}
.btn-read-ser a:hover {
    background-color: #f01d1d;
    color: #fff;
}

.btn-read-ser a:after {
    content: '\f061';
    vertical-align: middle;	
    margin-left: 5px;
    font-family: 'FontAwesome';
}
.btn-read-ser a:after:hover {
    color: #000;
}
.card-content {
    padding: 20px 25px;
    margin-bottom: 0px;
}
.btn-read-ser {
    margin-top: 30px;
}
.cta-section {
    background-image: url(https://gaphockey.com/wp-content/uploads/2025/08/cta-sec-min.jpg);
    height: 620px;
    background-position: center right;
    background-repeat: no-repeat;
	background-size: cover;
}
.cta-heading {
    font-size: 76.41px;
    line-height: 91.35px;
    text-align: center;
}
.btn-red a {
    background-color: #f01d1d !important;
    color: #fff !important;
    border-radius: 0 !important;
    font-size: 24px !important;
    font-family: 'Poppins';
    padding: 12px 47px 12px 32px !important;
}
.btn-red a:hover {
    background-color: #1d3557 !important;
}
.test-head-main:after {
    content: url(https://gaphockey.com/wp-content/uploads/2025/06/Group-2.svg);
    margin-left: 16px;
}
.testimonial-sec {
    background-image: url(https://gaphockey.com/wp-content/uploads/2025/08/Mask-group-4-min.jpg);
    padding-top: 80px;
    padding-bottom: 450px;
    background-repeat: no-repeat;
    background-size: cover;
}

.testimonial-content {
    color: #FFF;
    font-size: 23px;
    line-height: 38px;
    text-wrap: auto;
    width: 84%;
    margin: auto;
    text-align: center;
}

.test-scont {
    background-color: #1D3557;
    padding-top: 50px;
    padding-bottom: 50px;
}

.quote-left {
    margin: auto;
    text-align: center;
}

.quote-left img {
    text-align: center;
    margin: auto;
}

/* .testimonial-content:after {
    content: '';
    background-image: url(https://gaphockey.wpenginepowered.com/wp-content/uploads/2025/06/R.png);
    display: inline-block;
    width: 45px;
    height: 45px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
    position: relative;
    top: 16px;
    left: 14px;
} */
.testimonial-row {
    display: flex;
    align-items: center;
    column-gap: 20px;
    justify-content: center;
    margin-top: 33px;
}
.quote-left {
    margin-bottom: 30px;
}
.testimonials-name {
    font-size: 23px;
    font-weight: 700;
    color: #fff;
    font-family: 'Quicksand';
    letter-spacing: 1.67px;
    margin-bottom: 10px;
	line-height:normal;
}
.ratings i {
    color: #FFC700;
    padding: 0 4px;
}
.test-scont .slick-prev:before, .test-scont .slick-next:before {
    font-size: 80px !important;
    font-family: math;
    color: #fff !important;
    opacity: 1 !important;
}

.test-scont .slick-prev, .test-scont .slick-next {
    top: -48% !important;
    transform: translate(-50%, 50%) !important;
}

.test-scont .slick-prev {
    left: 42% !important;
}

.test-scont .slick-next {
    right: 40% !important;
}

.testimon-srow {
    position: relative;
}
.testimon-srow {
    margin-top: -353px !important;
}

.blog-row {
    padding-top: 60px;
    background-image: url(https://gaphockey.com/wp-content/uploads/2025/06/Rectangle-55-1.png) !important;
    background-repeat: no-repeat;
    background-position: left top;
}
.blog-thumbnail {
    width: 35%;
    position: relative;
}
.blog-content {
    width: 70%;
    padding-left: 25px;
}
.blog-box {
    display: flex;
}
.blog-thumbnail .date {
     position: absolute;
    background: #F01D1D;
    color: #fff;
    padding: 8px 9px;
    font-family: 'Poppins';
    font-size: 25px;
    margin: 10px;
    font-weight: 600;
}
.blog-thumbnail .date span {
      display: block;
    text-align: center;
    color: #fff;
}
.date .max-date {
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 34px;
    line-height: 45px;
}
.date .month {
    font-size: 20px;
    font-family: 'Poppins';
}

h3.blog_title {
    font-family: 'Quicksand';
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
}
p.blog_excerpt {
    font-size: 20px;
}
a.blog_link {
    font-family: 'Poppins';
    font-size: 19.56px;
    color: #ED3237;
    text-decoration: none;
    font-style: italic;
}
.blog-box {
    display: flex;
    margin: 20px 0;
}
.ply-section {
    background-image: linear-gradient(0deg, red 60%, #ffffff 20%);
}
.ply-content h3 {
    font-family: 'Quicksand';
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
    color: #fff;
    text-align: center;
}

.ply-content p {
    margin: 17px 0 0 0;
    font-family: 'Quicksand';
    font-size: 22px;
    font-weight: 400;
    color: #fff;
    text-align: center;
}
.ply-image img {
    border: 1px solid #C9C9C9;
}
.ply-section {
    background-image: url(https://gaphockey.com/wp-content/uploads/2025/06/Group-59637.png), url(https://gaphockey.com/wp-content/uploads/2025/06/Group-59618-1-1.png), linear-gradient(0deg, red 60%, #ffffff 20%);
    background-repeat: no-repeat, no-repeat;
    background-position: top left, bottom right;
    background-size: 200px, 72px, contain;
}
.location-sec ul li a span:hover {
    color: #ffbd42 !important;
}
.client-photo img {
    border-radius: 50px;
    border: 3px solid #FFFFFF99;
}
.home-our-miss {
    background-image: url(https://gaphockey.com/wp-content/uploads/2025/08/Untitled-1-Recovered.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left bottom;
	padding-top: 50px !important;
    padding-bottom: 50px !important;
}
.overlay {
    background-color: #062d5ed1;
    height: 552px;
}
header.subheader {
    position: relative;
}

.main-subhead-box h1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 50%);
    color: #ffbd42;
    font-family: 'Edo-SZ' !important;
    font-size: 114.51px;
}


.page-id-16 .ply-section {
   background-image: url(https://gaphockey.com/wp-content/uploads/2025/06/Group-59637.png), url(https://gaphockey.com/wp-content/uploads/2025/06/Group-59618-1-1.png), linear-gradient(0deg, red 60%, #F8F8F8 20%);
    background-repeat: no-repeat, no-repeat;
    background-position: top left, bottom right;
    background-size: 200px, 72px, contain;
}
.page-id-16 .core-section {
    background-image: none;
}
.navigate-cta {
    height: auto;
    background-image: url(https://gaphockey.com/wp-content/uploads/2025/08/Group-59618-2.png), url(https://gaphockey.com/wp-content/uploads/2025/08/Group-59654.png), url(https://gaphockey.com/wp-content/uploads/2025/08/ser-cta.jpg);
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-size: 3%, 20%, cover;
    background-position: center right, 100px bottom, center center !important;
}
/* .navigate-col {
    background-image: url(https://gaphockey.wpenginepowered.com/wp-content/uploads/2025/06/Group-59703.png);
    background-position: right bottom;
    background-repeat: no-repeat;
        background-size: contain;
} */

.navigate-head h4 {
   color: #ffbd42;
    font-size: 75px;
    line-height: 107.36px;
    font-family: "Quicksand", sans-serif;
    font-weight: bold;
	text-align: center;
}
.navigate-head h2 {
    font-size: 75px;
    line-height: 85px;
    color: #fff;
    font-family: 'Edo-SZ' !important;
    text-align: center;
}
.footer-contacts a:hover {
    color: #ffbd42;
}
#menu-second-footer li a:hover {
    color: #ffbd42;
}
.heading-fp h2 {
    font-size: 60px;
    line-height: 72.3px;
    font-weight: 700;
}
.heading-fp h2 span{
    font-weight: 700;
}
div#gform_confirmation_message_2 {
    color: #f01d1d;
    font-weight: 700;
    font-size: 32px;
    margin-bottom: 18px;
    line-height: 40px;
}
div#gform_fields_3 {
    row-gap: 20px;
}

form#gform_6 input {
    font-size: 16px;
    border-color: #C3C3C3;
    color: #0000009c;
}

form#gform_3 input, form#gform_3 textarea, form#gform_3 select {
    /* padding: 25px 20px; */
    font-size: 22px;
    border-color: #C3C3C3;
    color: #0000009c;
}

form#gform_3 input ,form#gform_6 input {
    padding: 25px 20px;
}
form#gform_6 select {
    font-size: 16px;
    border-color: #C3C3C3;
    color: #0000009c;
    height: 52px;
    line-height: 52px;
}
form#gform_3 textarea {
    padding: 13px 20px;
}

div#field_3_6 {
    font-size: 20.06px;
    line-height: 30px;
}

form#gform_3 #gform_submit_button_3 {
    background-color: #F01D1D;
    color: #fff;
    padding: 16px 53px;
}
form#gform_3 #gform_submit_button_3:hover {
    background-color: #1D3557;
}
.contact-col {
    position: relative;
}

.logo-contact img {
    position: absolute;
    bottom: 64px;
    left: -94px;
    transform: translate(0%, -0%);
}
.page-contacts ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.page-contacts ul li {
    display: flex;
    align-items: center;
    column-gap: 20px;
   margin: 35px 0;
}

.page-contacts ul li p {
    margin: 0;
    font-size: 19px;
    font-weight: 400;
}

.page-contacts ul li a, .page-contacts ul li span {
    font-size: 26.53px;
    font-weight: 700;
    text-decoration: none;
    color: #000000;
    line-height: 40px;
}
.page-contacts ul li a:hover, .page-contacts ul li span:hover {
    color: #ffbc28;
}
.card_testimonial {
    background-color: #F8F8F8;
    color: aliceblue;
    padding: 40px;
	margin-bottom: 20px !important;
}

.card_testimonial .testimonials-name {
    color: #000;
}

.card_testimonial .testimonial-content {
    color: #000;
    font-size: 20.16px;
    line-height: 33.91px;
    font-weight: 500;
    width: 100%;
    text-align: left;
}

.card_testimonial .testimonial-content:after {
    display: none;
}
.card_testimonial .testimonial-row {
    justify-content: left;
}
.card_testimonial .quote-left
 {
    text-align: left;
}
/* .navigate-col img {
    display: none;
} */
div#nav_menu-5 {
    margin-bottom: 0;
}
.core-section {
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: #F6F6F6;
}



.error-404 {
    padding: 93px 0;
}

.error-404 h1.page-title {
    font-size: 66px;
    color: #F01D1D;
    line-height: 76px;
    font-family: Quicksand;
    font-weight: 700;
    font-style: normal;
    text-align: center;
}

.error-404 p {
    font-size: 20px;
    line-height: 30.3px;
    font-weight: 400;
    text-align: center;
}
.error-404 form.search-form {
    display: flex;
    justify-content: center;
    align-items: center;
}
.error-404 label {
    width: 33%;
}
.error-404 input.search-field {
    padding: 15px 15px;
    font-size: 18px;
    width: 100%;
    border-radius: 10px 0px 0px 10px;
    color: #000 !important;
    font-weight: 600;
    opacity: 1;
    border-color: #f01d1d;
	outline: none;
}

.error-404 input.search-submit {
    padding: 15.5px 45px;
    font-size: 24px;
    border-radius: 0px 10px 10px 0px;
    background-color: #f01d1d;
    color: #fff !important;
    border: 1px solid #f01d1d;
}
.error-404 form.search-form {
    text-align: center;
}

.error-404 input.search-submit {
    padding: 15px 45px;
    font-size: 24px;
}
/************ 404/Search Page CSS Start *************/

section.error-404.not-found, section.no-results.not-found {
    text-align: center;
    padding: 100px 0px;
}
.search-bar {
    margin: 50px 0px;
}
input.search-submit {
    background: #CD2F3A;
    border-color: #CD2F3A !important;
    cursor: pointer;
    color: #fff;
}
input.search-submit:hover {
    background: #031f4e;
    border-color: #031f4e !important;
}
.search-page-btn a {
    transition: all ease 500ms;
        background: #031f4e;
    padding: 18px 35px;
    display: table;
    margin: 0 auto;
    color: #fff !important;
    border-radius: 10px;
    font-size: 20px;
}
.search-page-btn a:hover {
    background: #CD2F3A;
    transition: all ease 500ms;
}
.search-bar input {
    padding: 15px 50px;
    line-height: normal;
    font-size: 20px;
}
input.search-field {
    padding-left: 25px;
}
body.search-results header.page-header {
    text-align: center;
    padding: 20px 0px;
}
body.search-results header.page-header h2 {
    font-size: 58px;
}
body.search-results .entry-summary {
    line-height: normal;
    font-size: 16px;
    float: left;
    background: #ebebeb;
    padding: 35px;
    border-radius: 10px;
    width: 100%;
}
body.search-results .entry-summary h2 {
    color: #031f4e;
    font-weight: 500;
    font-size: 60px;
    margin-bottom: 15px;
}
body.search-results .entry-summary p {
    font-size: 18px;
    color: #000;
}
body.search-results a.search-readmore {
    background: #CD2F3A !important;
    color: #fff;
    padding: 15px 25px;
    display: inline-block;
    border-radius: 7px;
    font-size: 18px;
}
body.search-results a.search-readmore:hover {
    background: #031f4e !important;
    transition: all ease 500ms;
    color: #fff;
    text-decoration: none !important;
}
body.search-results .site-main {
    margin-bottom: 50px;
    display: flex;
    margin-top: 50px;
}
body.search-results .site-main h1 {
    font-weight: 600;
    color: #000;
    text-align: center;
    font-size: 52px;
}
section.no-results.not-found {
    text-align: center;
    margin: 80px 0px;
}
.search-no-results .search-bar {
    margin: 0px !important;
}
.page-content, .entry-content, .entry-summary {
    font-size: 18px;
}
/************ 404/Search page CSS End *************/
/***** Blog Section CSS Start *******/
.blog_banner
 {
    padding: 50px 0;
}

.blog-thumbnail iframe {
  border-radius: 20px;
  margin-bottom: 15px !important;
  height: 330px;
}
.blog-thumbnail img {
    margin-bottom: 20px !important;
}
p.blog_excerpt {
    line-height: normal;
    font-size: 20px;
}

a.blog_link {
    color: #ed3338;
    font-size: 20px;
    font-weight: 600;
    font-style: italic;
    transition: all ease 500ms;
}

a.blog_link:hover {
    transition: all ease 500ms;
    color: #031f4e;
    letter-spacing: 2px;
}
.blog-thumbnail .date span {
    display: block;
    text-align: center;
}

.blog-thumbnail .date .max-date {
    font-size: 38px;
    font-weight: 900;
    letter-spacing: 3px;
    line-height: 30px;
}
.blog-thumbnail .date .month {
    font-size: 18px;
    line-height: normal;
    padding-top: 5px;
    font-weight: 600;
}
h3.blog_title {
    color: #031f4e;
    font-weight: 700;
    font-size: 30px;
    margin: 10px 0px;
    margin-bottom: 15px;
    margin-top: 0px;
}
p.blog_excerpt {
    line-height: normal;
    font-size: 20px;
}
button.slick-arrow {
/*   background: #1c3a4b !important; */
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  transition: all ease 500ms;
  z-index: 1;
  top: 35%;
}
.slick-prev {
  left: -15px !important;
}
.slick-next {
  right: -15px !important;
}
button.slick-arrow::before {
  font-size: 38px;
  opacity: 1;
}
button.slick-arrow:hover {
  transition: all ease 500ms;
/*   background: #28536c !important; */
}
.blog-rows .big-heading {
  font-size: 66px;
  margin-bottom: 50px;
  margin-top: 80px !important;
  font-weight: 600 !important;
  color: #1C3A4B;
}
/****** Blog Section CSS End ********/

/*---------- blog Page start ----------*/

.pagination li a,.pagination li a:hover,.pagination li.active a,.pagination li.disabled {
    color: #fff;
    text-decoration: none
}

.pagination li {
    display: inline
}

.pagination li a,.pagination li a:hover,.pagination li.active a,.pagination li.disabled {
    background-color: #031f4e;
    border-radius: 3px;
    cursor: pointer;
    padding: 12px;
    padding: .75rem;
    display: block
}

.pagination li a:hover, .pagination li.active a {
    background-color: #ed3237;
}

.pagination ul {
    display: flex;
    margin: 15px auto;
    font-family: 'Barlow'
}

.pagination ul li {
    margin: 3px
}

.navigation.pagination {
    margin-bottom: 35px;
    margin-top: 30px;
    width: 100%;
    justify-content: center
}

.navigation.pagination ul li a {
    font-size: 20px;
    padding: 20px 20px;
    border-radius: 30px
}
.isotope-item {
  margin-top: 60px;
  padding-right: 50px !important;
}
.post-title-bg h2 {
  color: #000000 !important;
  font-size: 36px;
  font-weight: 600 !important;
  margin: 30px 0px;
}
#text-6 h2.widget-title{
  font-size: 25px;
  color: #194588;
  text-align: left;
  font-weight: 700;
  font-style: normal;
margin-left: -12px !important;
}

span.blog-title {
  font-size: 20px;
  font-weight: 600;
display: block;
margin-bottom: 10px !important;
}

span.blog-title a {
  color: #000000 !important;
  transition: linear all .25s;
}

span.blog-title a:hover {
  opacity: .7 !important;
}

.blog_page_read_more {
  margin-top: 10px;
margin-bottom:10px;
}

.blogImage {
  border: 1px solid #cccdcd;
  overflow: hidden;
  position: relative;
  margin-bottom: 20px;
  background: #ebebeb;
}

.blogBox.style3 {
  margin-bottom: 30px;
  padding-bottom: 30px;
}

.blogPage.style8 .blogBox.style3 .blogImage {
  width: 33%;
}

.blogBox.style3 .blogImage {
  float: left;
  margin: 0 0 0 0;
  width: 25%;
}
.blogImage {
  border: 1px solid #cccdcd;
  overflow: hidden;
  position: relative;
  margin-bottom: 20px;
  background: #ebebeb;
}

.zoom {
  position: relative;
  overflow: hidden;
}

.zoom img {
  max-width: 100%;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  height: 230px;
  object-fit: cover;
width:100%;
}

.zoom:hover img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.blogDate {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 39px;
  background: #455a64;
  color: #fff;
  padding: 10px 13px;
  text-align: center;
}
body.single-post .blogDate {
  position: absolute;
/*   left: 25px;
  top: 10px; */
  z-index: 1;
  width: 45px;
  background: #455a64;
  color: #fff;
  padding: 7px 0px;
  text-align: center;
}
.blogImage .blogDate i {
  font-size: 12px;
  font-style: normal;
  display: block;
}

.blogImage .blogDate i ~ i {
  margin-left: -6px;
}

.blogPage hr {
  border-color: #d6d6d6;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}
hr {
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.blogImage .blogDate hr {
  border-top: 1px solid #fff;
  margin: 5px 0 5px 0;
opacity: 1 !important;
}

.blogImage .blogDate i, .blogImage .blogDate span {
  margin-left: -3px;
}

.blogImage .blogDate span {
  font-size: 20px;
  font-style: normal;
  display: block;
}

a.more2, .blog_ul li a {
  color: #164688 !important;
transition: all 0.3s;
font-weight: bold;
}
a.more2:hover, .blog_ul li a:hover {
  opacity: .7 !important;
}

ul.blog_ul {
  margin: 20px 0 !important;
}

ul.blog_ul li span {
  margin-right: 5px;
width: 40px;
  height: 40px;
  background: #1877f2;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-size: 18px !important;
  color: #fff;
}

span.social_icons.icon_linkedin {
  background: #007bb5;
}

section#search-3 {
  background: #f1f1f1;
  border: 1px solid #dddddd;
  border-radius: 8px;
  padding: 30px 25px;
  margin-bottom: 30px;
}

section#search-3 form label {
  width: 75%;
}

input.search-field {
  width: 100%;
}

input.search-submit {
  background: #164688;
  color: #fff;
transition: all linear .25s !important;
}

input.search-submit:hover {
  opacity: .7 !important;
}

section#recent-posts-2 h2, section#text-5 h2, 
section#instagram-feed-widget-2 h2, section#search-2 h2, 
section#custom_html-2 h2, section#custom_html-3 h2, 
section#text-4 h2, section#fbtw_facebook-2 h2 {
    background: #1D3557;
    color: #fff;
    border-left: 20px solid #f01d1d;
    line-height: 1.7;
    text-indent: 10px !important;
    font-size: 30px !important;
    margin-top: 20px;
    font-weight: 400;
}
#cboxLoadedContent {
overflow:scroll !important;
}
section#search-2 h2 {
margin-top:0px;
}
section#recent-posts-2 ul {
  margin-top: 10px !important;
}

section#recent-posts-2 ul li {
  display: block;
}

section#recent-posts-2 ul li a
 {
    color: #000 !important;
    display: flex;
    padding: 10px 0;
    transition: all linear .25s;
    border-bottom: 2px dotted #000 !important;
    align-items: start;
    line-height: normal;
    align-items: center;
    font-size: 16px;
}
section#recent-posts-2 ul li a:before {
  content: "\f0da";
  margin: 0 10px 0 0px;
  display: inline-block;
  font-family: FontAwesome;
float:left;
}

section#recent-posts-2 ul li:first-child a {
  border-top: 0px dotted #000 !important;
}

section#recent-posts-2 ul li:last-child a {
  border-bottom: 0px dotted #000 !important;
}

section#recent-posts-2 ul li a:hover {
      color: #f01d1d !important;
/*     background: #47b6d2; */
  text-decoration: none;
}
.contact-col input#gform_submit_button_2 {
  background: #007d70 !important;
}

.contact-col input#gform_submit_button_2:hover {
  background: #015c53 !important;
}
.heateor_sss_sharing_container.heateor_sss_horizontal_sharing {
  margin-top: 10px;
}

.heateor_sss_sharing_ul a {
  transition: all linear .25s !important;
}

.heateor_sss_sharing_ul a:hover {
  opacity: .7 !important;
}
span.blog-title {font-size: 26px;}
.single footer.entry-footer {
  display: none !important;
}
.blogDesc {line-height: normal;font-size: 16px;}

.blog_page_read_more a {
    transition: all ease 500ms;
    color: #f01d1d;
    font-weight: 600;
    font-family: 'Quicksand';
    letter-spacing: 3px;
    font-size: 17px;
}

.blog_page_read_more a:hover {
  transition: all ease 500ms;
  letter-spacing: 5px;
  color: #000;
  text-decoration: none;
}
.more-description {
  display: flex;
  margin-top: 5px;
  align-items: center;
  margin-bottom: 13px;
}
.autor-name {
  text-transform: capitalize;
  font-weight: 500;
  color: #ffffff;
  background: #1c3a4b;
  padding: 10px 12px;
  border-radius: 30px;
}
body.blog .embed-container {
  height: 260px;
  object-fit: cover;
}
body.home .heateor_sss_horizontal_sharing {
  display: none;
}
span.blog-title a:hover {
  text-decoration: none;
}
.post-thumbnail img {
  width: 100%;
  height: 100%;
  border: 3px solid #df6441;
  margin-bottom: 15px;
}
.blogDate i {
  font-style: normal;
}

.blogDate hr {
  border-color: #fff;
  margin: 10px 0px;
}
body.single-post .entry-content .heateor_sss_sharing_container.heateor_sss_horizontal_sharing {
  display: none !important;
}
#search-2 span.screen-reader-text {
  display: none;
}
section#search-2 {
  background: #f1f1f1;
  /* border: 1px solid #dddddd; */
  border-radius: 8px;
  padding: 10px;
  margin-bottom: 30px;
  margin-top:0px;
}
body.single-post section#search-2 {
  margin-top:0px !important;
}
section#search-2 input.search-field {
  width: 100%;
  border: none;
  padding: 10px 15px;
}
section#search-2 input.search-submit {
  background: #ed3237;
  color: #fff;
  transition: all linear .25s !important;
  padding: 10px 15px;
  border: none;
  line-height: normal;
  cursor: pointer;
  width: 30%;
}
section#search-2 label {
  margin-bottom: 0px;
  float: left;
  width: 70%;
  padding-right: 10px;
}
section#search-2 input.search-submit:hover {
  opacity: .7 !important;
}
section#search-2 h2 {
  display: none;
}
section#search-2 label {
  margin-bottom: 0px;
}

article.post header, article.post .post-thumbnail {
  display: none;
}
/* .post-img img {
  width: 100%;
/*     border: 10px solid #5f6f52; */
} */
.post-img {
  margin-bottom: 25px;
}
.widget_recent_entries ul {
  margin: 0px !important;
  padding: 0px !important;
}
.post-title-bg h2 {
  color: #000000 !important;
  font-size: 46px;
  font-weight: 500 !important;
  margin: 30px 0px;
  margin-bottom: 20px;
}
ul.zoom-instagram-widget__items {
  padding-left: 0px !important;
}
body.single-post .entry-content h2 {
  margin-top: 30px;
}
body.single-post .entry-content a {
  color: #01256b;
}
.post-date {
    background: #f01d1d;
    padding: 5px 8px;
    color: #fff;
    border-radius: 8px;
    display: inline-block;
}
.blogBox.style2 p {
    line-height: normal;
    font-size: 18px;
}
body.single-post .entry-content {
    line-height: normal;
    margin-top: 20px;
}

form.search-form {
    display: flex;
    align-items: center;
}
.single .post .entry-content
 {
    margin: 20px 0 !important;
}
.blog_banner
 {
    padding: 90px 0 0;
}
.post-title-bg h2 {
    line-height: 65px;
}
a.blog_read_more {
    text-decoration: none;
}
section#recent-posts-2 ul li a {
    text-decoration: none;
}
/*
*
Blog Style End
*
*/



.accordion-section .vc_tta-panel-heading {
    background-color: transparent !important;
    border-color: transparent !important;
}

.accordion-section .vc_tta-panel-body {
    border-color: transparent !important;
    background-color: transparent !important;
}
.accordion-section i:after {
    color: #f01d1d !important;
    border-color: #f01d1d !important;
}
.accordion-section i:before {
    color: #f01d1d !important;
    border-color: #f01d1d !important;
}
.accordion-section .vc_active .vc_tta-panel-title span {
    color: #1d3557 !important;
}
.accordion-section .vc_tta-panel-title span {
    color: #595959;
    font-size: 26px;
    font-weight: 600;
}
.accordion-section .vc_tta-panel {
    width: 80%;
}
.accordion-section {
    height: 600px;
}
.ser-bg {
    background-image: url(https://gaphockey.com/wp-content/uploads/2025/08/ser-bg-min.jpg);
    background-size: cover;
    background-position: center;
}
.col-faqs-bg {
/*     background-image: url(https://gaphockey.wpenginepowered.com/wp-content/uploads/2025/07/men-hockey.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 92%; */
    position: relative !important;
}
.search .entry-title a {
    font-size: 38px;
    color: #1D3557;
    line-height: 57px;
    text-align: left;
    font-family: Quicksand;
    font-weight: 700;
    font-style: normal;
    text-decoration: none;
}
.entry-summary {
    margin: 20px 0 !important;
}
.profile-form-section {
    background: url(https://gaphockey.com/wp-content/uploads/2025/06/Group-59618-1.png), #F6F6F6;
    background-repeat: no-repeat;
    background-size: 7%;
    background-position: right;
}

form#gform_5 input, form#gform_5 select, form#gform_4 input, form#gform_4 select {
   background-color: #ffffff00;
    color: #000;
    border-color: #000000;
    font-size: 16px;
    font-family: 'Quicksand';
    border-radius: 4px;
}
form#gform_5 label, form#gform_5 legend, form#gform_4 label, form#gform_4 legend {
    font-size: 18px !important;
    font-weight: 700 !important;
}
form#gform_5 .gfield-choice-input, form#gform_4 .gfield-choice-input {
    border-radius: 50px !important;
}
form#gform_5 .gfield-choice-input:before, form#gform_4 .gfield-choice-input:before{
     width: 14px;
    margin: auto;
    height: 14px;
    background-color: #f01d1d;
}
form#gform_4 .gsection_title {
    font-size: 45px;
    color: #F01D1D;
    line-height: 54px;
    text-align: center;
    font-family: Quicksand;
    font-weight: 700;
    font-style: normal;
}
#gform_5 #gform_submit_button_5, #gform_4 #gform_submit_button_4 {
    padding: 17px 58px;
    background-color: #f01d1d;
    color: #fff;
    border-radius: 0;
    border: none;
}
#gform_5 #gform_submit_button_5:hover, #gform_4 #gform_submit_button_4:hover {
    background-color: #1D3557;
    color: #fff;
}
form#gform_5 .gfield_required, form#gform_4 .gfield_required{
	display: none;
}
.page.page-id-346 .main-subhead-box h1 {
    font-size: 90px;
    text-align: center;
    width: 100%;
}
.fa-facebook-f:before {
    content: "\f39e" !important;
}
.ser-row {
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
}
.spacing-content p, .spacing-content ul {
    margin-bottom: 16px;
}
.red-heading-about{    
    color: #F01D1D;
	    font-size: 50px;
    line-height: 60px;
    font-family: Quicksand;
    font-weight: 700;
    font-style: normal;
}
.testimonial-row {
    width: 84%;
    text-align: center;
    margin: 17px auto;
}
span.blog-title a {
    text-decoration: none;
}
.single-post .entry-content ul {
    list-style: none;
    margin: 0;
    padding: 0;
    vertical-align: middle;
}
.heateor_sss_horizontal_sharing {
    margin-bottom: 20px;
}
.entry-content ul li{
/* 	display: flex; */
}
.single-post .entry-content ul li ul {
    margin-left: 28px;
}
.single-post .entry-content img {
    margin: 25px 0;
}

.single-post .entry-content ul li, .entry-content p {
    line-height: 28px;
    margin-bottom: 5px;
}
.single-post .entry-content p {
    margin-bottom: 7px;
}
.single-post .entry-content ul li:before {
    content: url(https://gaphockey.com/wp-content/uploads/2025/08/hockey-puck-solid-full.svg);
    width: 20px;
    display: inline-block;
    margin-right: 10px;
	    vertical-align: middle;
}
.single-post .entry-content h2, .single-post .entry-content h3 {
    margin: 16px 0 !important;
}
.blue-heading-main {
    font-size: 50px;
    color: #1D3557;
    line-height: 60px;
    font-family: Quicksand;
    font-weight: 700;
    font-style: normal;
}
.list-ser ul li:before {
 content: url(https://gaphockey.com/wp-content/uploads/2025/08/hockey-puck-solid-full.svg);
    width: 20px;
    height: 20px !important;
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
	margin-top: 5px;
}
.size-txt {
    width: 75%;
    margin: 0 auto 35px auto;
}
.list-ser ul {
    list-style: none;
    margin: 0;
    padding: 0;
    vertical-align: middle;
}
.list-ser ul li {
    display: flex;
}
p.list-para {
    width: 90%;
}
.ser-content p {
    font-size: 26.96px;
    line-height: 34px;
    color: #fff;
}
.value-bg {
    background-color: #1d3557;
}
.page-id-479 .main-subhead-box h1, .page-id-496 .main-subhead-box h1,
.page-id-473 .main-subhead-box h1, .page-id-471 .main-subhead-box h1, .page-id-511 .main-subhead-box h1, .page-id-502 .main-subhead-box h1,
.page-id-616 .main-subhead-box h1, 
.page-id-615 .main-subhead-box h1{
    font-size: 93px;
    text-align: center;
    line-height: 103px;
    top: 50%;
	    width: 100%;
	transform: translate(-50%, 0%);
}
.organizations-head {
    color: #1d3557 !important;
	text-align: center;
}
.organizations-para p {
    font-size: 22.96px;
    line-height: 34px;
    color: #000;
	text-align: center;
}
/* .page-id-471 .main-subhead-box h1{
    font-size: 93px;
    text-align: center;
} */
/* .page-id-511 .main-subhead-box h1{
    font-size: 93px;
    text-align: center;
    line-height: 103px;
    top: 20%;
} */
/*      .page-id-473 .main-subhead-box h1 {
    font-size: 93px;
    text-align: center;
    line-height: 103px;
    top: 30%;
} */

/* .page-id-496 .main-subhead-box h1{
    font-size: 93px;
    text-align: center;
    line-height: 103px;
    top: 50%;
	    width: 100%;
	transform: translate(-50%, 0%);
} */

/* .page-id-502 .main-subhead-box h1{
    font-size: 93px;
    text-align: center;
    line-height: 103px;
    top: 20%;
} */
.comperisain-b table {
  font-family: Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;
}
form#gform_6 .gf_step_active span.gf_step_label {
    font-weight: bold !important;
    color: #000;
}

.comperisain-b td, .comperisain-b th {
  border: 1px solid #ddd;
  padding: 8px;
}

.comperisain-b tr:nth-child(even){background-color: #f2f2f2;}

.comperisain-b tr:hover {background-color: #ddd;}

.comperisain-b th {
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: left;
    background-color: #f01d1d;
    color: white;
    font-size: 21px;
    font-family: Quicksand;
}
form#gform_6 input#gform_previous_button_6, form#gform_6 input#gform_previous_button_6 {
    padding: 16px 53px !important;
}
.col-faqs-bg {
    background-image: url(https://gaphockey.com/wp-content/uploads/2025/08/About-us.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.g-bg {
    background-color: #f5f5f57d;
}
.location-sec ul li a i:hover{
	color: #fff;
}
.current_page_item ul li a
 {
    color: #fff !important;
}

.display-n{
	display:none;
}
form#gform_6 input#gform_next_button_6_25, form#gform_6 input#gform_previous_button_6_10, form#gform_6 input#gform_next_button_6_10, form#gform_6 input#gform_previous_button_6{
    background-color: #1D3557 !important;
    color: #fff;
    padding: 16px 53px;	
}
form#gform_6 input#gform_next_button_6_25:hover , form#gform_6  input#gform_submit_button_6:hover, form#gform_6 input#gform_previous_button_6_10:hover, form#gform_6 input#gform_next_button_6_10:hover, form#gform_6 input#gform_previous_button_6:hover{
    background-color: #F01D1D !important;
}
form#gform_6 input#gform_next_button_6_25, form#gform_6 input#gform_previous_button_6_10, form#gform_6 input#gform_next_button_6_10, form#gform_6 input#gform_previous_button_6 {
    background-color: #FFBC28;
    color: #fff;
    padding: 16px 53px;
    border: none !important;
}

form#gform_6  input#gform_submit_button_6, form#gform_6 input#gform_previous_button_6_10, form#gform_6 input#gform_next_button_6_10, form#gform_6 input#gform_previous_button_6 {
    background-color: #1D3557 !important;
    color: #fff;
    padding: 16px 53px;
    border: none !important;	
}
.gform-theme--framework .gf_step_completed .gf_step_number , .gform-theme--framework .gf_step_completed .gf_step_number::after{
	    background-color: #1D3557 !important;
    color: #fff;
}
.what-sapp a i {
    background-color: #f01d1d00;
    font-size: 17px;
    width: 27px;
    height: 27px;
    text-align: center;
    line-height: 27px;
    border-radius: 50px;
    margin-right: -1px;
    border: 2px solid #29292800;
}
.footer-what img {
    background-color: #4ec95c;
    font-size: 17px;
    width: 33px;
    height: 33px;
    text-align: center;
    line-height: 23px;
    border-radius: 50px;
    margin-right: -1px;
}
.row-card {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.comperisain-b {
    overflow-x: auto;
}
.search-no-results form.search-form {
    justify-content: center;
}

.search-no-results input.search-submit {
    padding: 20px 20px;
}

.search-no-results input.search-field {
    padding: 25px 20px;
}

.search-no-results form.search-form label {
    width: 40%;
}

.search-no-results input.search-submit {
    width: 16%;
    padding: 20px 20px;
    background: #ee2f2f;
}

.search-no-results input.search-field {
    padding: 17px 20px;
}



.search-no-results h1.page-title {
    font-size: 66px;
    color: #F01D1D;
    line-height: 76px;
    font-family: Quicksand;
    font-weight: 700;
    font-style: normal;
    text-align: center;
    margin-bottom: 20px;
}


.partner-img22 img {
    background: #f8f8f8;
    padding: 8px;
    border-radius: 10px;
/*     box-shadow: 0px 0px 18px -8px #000; */
	border: 1px solid #dbdbdb;
}
.partner-img22 img:hover {
    transform: translate(0px, -5px);
    box-shadow: 0px 3px 18px -8px #000;
}

.partner-img22 {
    width: 83%;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-top: 10px;
}

@media screen and (max-width: 1764px) {

.cta-heading {
    font-size: 50px;
    line-height: 60px;
}
.blog-row {
    background-size: 30%;
}
	}
@media screen and (max-width: 1764px) {
.social-icn a i {
       color: #ffffff;
    background-color: #0362ab00;
    font-size: 15px;
width: 28px;
  height: 28px;
    text-align: center;
    line-height: 28px;
    border-radius: 50px;
/*     margin-right: 6px; */
    border: 1px solid #ffffff;
}
}
@media screen and (max-width: 1440px) {
.form-row {
    background-image: none, url(https://gaphockey.com/wp-content/uploads/2025/06/Group-59627.png);
}

	.page-id-479 .main-subhead-box h1, .page-id-496 .main-subhead-box h1, .page-id-473 .main-subhead-box h1, .page-id-471 .main-subhead-box h1, .page-id-511 .main-subhead-box h1, .page-id-502 .main-subhead-box h1, .main-subhead-box h1 {
    font-size: 68px;
    line-height: 78px;
}
	.responsive {
    font-size: 40px !important;
    line-height: 50px !important;
}
	.blue-heading-main {
    font-size: 40px;
    line-height: 50px;
}
/* 	.search .main-subhead-box h1 {
    font-size: 90.51px;
} */
	.search .main-subhead-box h1, .blog .main-subhead-box h1, .blog .main-subhead-box h1, .single .main-subhead-box h1
 {
    text-align: center;
    line-height: 89px;
    top: 50%;
	 width: 100%;
}
.cta-heading {
    font-size: 50px;
    line-height: 60px;
}
.blog-row {
    background-size: 20%;
}
.values-col {
    width: 50% !important;
}
.ply-section {
    background-image: url(https://gaphockey.com/wp-content/uploads/2025/06/Group-59637.png), none, linear-gradient(0deg, red 60%, #ffffff 20%);
}
/* 		.navigate-cta {
    height: 500px;
} */
	.mission-co-1 {
    width: 100% !important;
    padding: 15px !important;
}
.mission-col-2 {
    display: none;
}
.ser-bg {
    padding-left: 20px !important;
    padding-right: 20px !important;
}
.card-content p {
    font-size: 18px;
    line-height: 28px;
}
	.location-sec ul li a {
    font-size: 14px;
}

.location-sec ul li a i {
    font-size: 16px;
    width: 24px;
    height: 24px;
    line-height: 20px;
    margin-right: 3px;
}
}

@media screen and (max-width: 1401px) {
.menu-sec ul li a {
    font-size: 18px !important;
}
.card-content h3 {
    font-size: 30px;
    line-height: 34px;
}
.card-content p {
    font-size: 19px;
    line-height: 26px;
}
.testimonial-content {
    font-size: 30px;
    line-height: 52px;
}
.test-scont {
    padding-top: 95px !important;
}
.test-scont .slick-prev:before, .test-scont .slick-next:before {
    font-size: 53px !important;
}
.quote-left img {
    width: 7%;
}
.quote-left {
    margin-bottom: 20px;
}
.test-scont .slick-prev, .test-scont .slick-next {
    top: -22% !important;
}
h3.blog_title {
    font-size: 23px;
    line-height: 27px;
}

p.blog_excerpt {
    font-size: 16px;
    line-height: 20px;
}

.big-heading {
    font-size: 50px !important;
    line-height: 60px !important;
}
.footer-class-4 span {
    font-size: 16px;
    line-height: 23px;
}
.footer-contacts ul li a, .footer-contacts ul li span {
    font-size: 15px;
}
.footer-menu .widget_nav_menu ul li a {
    line-height: 50px;
    font-size: 18px;
}
form#gform_1 input#input_1_1 {
    padding: 24px 14px;
    font-size: 14px;
}
.footer-copyright p {
    font-size: 16px;
    padding: 0px 0;
	color: #fff;
}
.footer-second .menu a {
    font-size: 15px;
}

}
@media screen and (max-width: 1202px) {
.social-icn a i {
    font-size: 15px;
    width: 28px;
    height: 28px;
    line-height: 27px;
}
    .menu-sec ul li a {
        font-size: 16px !important;
    }
    .btn-red a {
    font-size: 18px !important;
    text-align: center !important;
}
.our-mission-head
 {
    font-size: 50px !important;
    line-height: 60px !important;
}
.para-black p {
    font-size: 16px;
    line-height: 24px;
}
.values-card p {
    font-size: 16px;
    line-height: 24px;
}
.btn-read a {
    font-size: 16px;
}
.ser-head-main {
    font-size: 36px !important;
    line-height: 43px !important;
}

h2 {
    font-size: 46px !important;
    line-height: 57px !important;
}
.test-head-main {
    font-size: 30px !important;
    line-height: 40px !important;
}
.date .max-date {
    font-size: 24px;
    line-height: 33px;
}
.date .month {
    font-size: 16px;
    font-family: 'Poppins';
}
a.blog_link {
    font-size: 16px;
}
.hide-col {
    display: none;
}
.cta-section {
    height: auto;
    background-position: center;
}
.col-content {
    width: 50% !important;
}
}
@media screen and (max-width: 1048px) {
.page-id-479 .main-subhead-box h1, .page-id-496 .main-subhead-box h1, .page-id-473 .main-subhead-box h1, .page-id-471 .main-subhead-box h1, .page-id-511 .main-subhead-box h1, .page-id-502 .main-subhead-box h1 {
    font-size: 66px;
    line-height: 66px;
 
}
}

@media screen and (max-width: 1024px) {
.follow-txt {
    display: none;
}
.responsive {
    font-size: 35px !important;
    line-height: 40px !important;
}
.ser-content p {
    font-size: 20px;
    line-height: 34px;
    color: #fff;
}
.overlay{
    background-color: #062d5ed1;
    height: 452px;
}
	.main-subhead-box h1 {
    transform: translate(-50%, 0%);
}
.page-contacts ul li a, .page-contacts ul li span {
    font-size: 17px;
    line-height: 24px;
}
	.navigate-head h4 {
    font-size: 44px;
    line-height: 50px;
}
.head-menu .rmp-menu-item-link {
    font-size: 22px !important;
    line-height: 14px !important;
    padding: 20px !important;
    height: 50px !important;
}
	    .blue-heading-main {
        font-size: 34px;
        line-height: 40px;
    }
#rmp-menu-wrap-221 .rmp-menu-subarrow {
    color: #fff !important;
}
#rmp-menu-wrap-221 .rmp-submenu .rmp-menu-item-link{
    font-size: 16px !important;
}
	.organizations-para p {
    font-size: 18px;
    line-height: 32px;
}
.social-icn {
    justify-content: space-evenly;
    padding: 4px 6px;
}
.btn-transprent a {
    font-size: 16px !important;
}
	.test-scont {
        padding-top: 50px !important;
    }
	.testimonial-content {
        font-size: 20px;
        line-height: 33px;
    }


	.slick-arrow{
		display: none !important;
	}
.testimonial-sec {
    padding-bottom: 350px;
}

div#gform_fields_1 {
    flex-direction: column;
    display: flex;
    row-gap: 0;
}
.footer-sub .widget_text {
    padding: 30px 20px;
    background-color: #c9c9c92e;
}
div#field_1_1 {
    width: 100%;
    display: block;
}
form#gform_1 input#input_1_1 {
    border-radius: 0;
}
.bg-red {
    background: #89727200;
}
div#field_submit {
    justify-content: end;
}
form#gform_1 input#input_1_1 {
        border-radius: 0;
    }
   form#gform_1 input#gform_submit_button_1 {
    padding: 10px 31px;
    border-radius: 0;
    background-color: #EE2F2F;
}
.player-col {
    width: 50% !important;
}
#rmp_menu_trigger-221 {
    top: 54px !important;
}
	
	.current_page_item a {
	  color: #fff !important;
	}
	.card_testimonial .testimonial-content {
    font-size: 16px;
    line-height: 23px;
}
.card_testimonial .testimonials-name {
    font-size: 17px;
}
.card_testimonial .testimonial-row {
    column-gap: 5px;
}
.card_testimonial .ratings i {
    color: #FFC700;
    padding: 0 1px;
}
	.client-photo img {
    width: 65px;
}
	form#gform_1 input#input_1_1 {
    padding: 22px 14px;
}
.accordion-section .vc_tta-panel-title span {
    font-size: 20px;
}
.accordion-section .vc_tta-panel-body p
 {
    font-size: 16px;
}
	.ser-card {
    width: 50% !important;
}   
	.card-content h3 {
   display: flex;
    flex-direction: column-reverse;
}
	.card-content h3 span {
    font-size: 30px;
    line-height: 36px;	
}
.card-content img {
    width: 60px;
    height: auto;
    display: block;
    margin: 20px 0;
}
}
@media screen and (max-width: 992px) {
    .main-subhead-box h1 {
    font-size: 75px;
    transform: translate(-50%, -50%);
}
.col-faqs {
    width: 100% !important;
}
	.brust-image img {
    position: absolute;
    left: 50%;
    top: 63%;
    transform: translate(-50%, -0%);
	z-index: 1;
}
.overlay {
    height: 321px;
}
.site-header {
        position: relative;
        z-index: 11111;
        background-color: #1d3557;
    }
    #masthead .pt-4 {
    padding: 0 !important;
}
.top-detail {
    display: none;
}
.content-blog-col .btn-blue {
    display: block !important;
    text-align: center;
}
.image-blog-col {
    display: none;
}

.content-blog-col {
    width: 100% !important;
}

.blog-row {
    background-image: none !important;
}
    form#gform_1 input#gform_submit_button_1 {
        padding: 17px 17px;
        border-radius: 0;
        background-color: #EE2F2F;
    }
        div#gform_fields_1 {
        flex-direction: row;
        display: flex;
        row-gap: 0;
    }
    .form-row .wpb_column {
    width: 100%;
}
.form-section {
    height: auto !important;
    background-size: cover;
}
    #rmp_menu_trigger-221 {
        top: 25px !important;
    }
	.blog_banner {
    padding: 20px 0 0;
}
    .image-ser img {
    width: 100% !important;
    max-width: 100% !important;
}
	    .page-id-479 .main-subhead-box h1, .page-id-496 .main-subhead-box h1, .page-id-473 .main-subhead-box h1, .page-id-471 .main-subhead-box h1, .page-id-511 .main-subhead-box h1, .page-id-502 .main-subhead-box h1 {
        transform: translate(-50%, -50%);
    }
	    .heading-fp h2 {
        font-size: 34px !important;
        line-height: 44px !important;
    }
	    form#gform_1 input#gform_submit_button_1 {
        padding: 13px 17px;
        border-radius: 0;
        background-color: #EE2F2F;
    }

	.partner-img22 {
    width: 100%;
}
	
	
}
@media screen and (max-width: 940px) {
.navigate-head h2 {
    font-size: 35px !important;
    line-height: 46px !important;
}

.navigate-head h4 {
    font-size: 25.9px;
    line-height: 35px;
}
}
@media screen and (max-width: 769px) {
.container {
        max-width: 100% !important;
    }
    .values-card h3 {
    font-size: 34px;
    line-height: 31px;
}
.form-section {
    height: auto !important;
    background-size: cover;
}
.form-row .wpb_column {
    width: 100%;
}
.card-content {
    padding: 15px 14px;
}
    .card-content p {
        font-size: 16px;
        line-height: 22px;
    }
    .card-content h3 {
        font-size: 23px;
        line-height: 34px;
    }
    .btn-read-ser a {
    padding: 7px 23px;
    font-size: 15px;
}
.testimonial-content {
        font-size: 20px;
        line-height: 35px;
    }
    .testimonial-content:after {
    width: 27px;
    height: 27px;
}
.testimonials-name {
    font-size: 18px;
}
    .values-card h3 {
        font-size: 34px;
        line-height: 41px;
    }
    .btn-transprent a {
    padding: 0px 0px !important;
}
.btn-blue a {
    font-size: 16px !important;
}
.cta-heading {
    font-size: 30px;
    line-height: 40px;
}
	.col-cta {
    width: 53%;
}

/* .navigate-cta {
    height: 366px;
} */
	    .btn-red a {
        font-size: 16px !important;
        text-align: center !important;
    }
	.page-id-16 .ply-section {
    background-image: url(https://gaphockey.com/wp-content/uploads/2025/06/Group-59637.png), url(https://gaphockey.com/wp-content/uploads/2025/06/Group-59618-1-1.png), linear-gradient(0deg, red 100%, #F8F8F8 20%);
}
	.ply-heading {
    color: #fff !important;
}
.footer-copyright {
    font-size: 14px;
}
}
@media screen and (max-width: 767px) {
    .values-col {
        width: 100% !important;
    }
	.search-no-results h1.page-title {
    font-size: 47px;
    line-height: 56px;
}
    .logo-contact img {
    position: absolute;
    bottom: -47px;
    left: 50%;
    transform: translate(-50%, -0%);
    opacity: 0.7;
    width: 50%;
}

    .ply-section {
    background-image: url(https://gaphockey.com/wp-content/uploads/2025/06/Group-59637.png), none, linear-gradient(0deg, red 100% 100%, #ffffff 20%);
    padding-top: 40px;
    }
.player-col {
    width: 100%!important;
}
.ply-heading {
    color: #fff !important;
}
.blog-box {
    flex-direction: column;
}

.blog-content {
    width: 100%;
    padding-left: 0px;
}

.blog-thumbnail {
    width: 100%;
    margin-bottom: 20px;
}

.blog-thumbnail img {
    width: 100%;
}
.blog-box {
    display: flex;
    margin: 50px 0;
}
.overlay {
        height: 260px;
    }
    .main-subhead-box h1 {
        font-size: 47px;
        width: 100%;
        text-align: center;
    }
	.page-id-479 .main-subhead-box h1, .page-id-496 .main-subhead-box h1, .page-id-473 .main-subhead-box h1, .page-id-471 .main-subhead-box h1, .page-id-511 .main-subhead-box h1, .page-id-502 .main-subhead-box h1, .main-subhead-box h1{
        font-size: 47px;
        width: 100%;
        text-align: center;
    }
	    .navigate-cta {
        height: auto;
        padding: 50px 23px;
    }
	    .ser-card {
        width: 100% !important;
    }
	.row-card {
    padding: 0 15px !important;
}
	.testimonial-content:after{
		display: none;
	}
	.accordion-section .vc_tta-panel {
    width: 100%;
}
	.post-title-bg h2 {
    font-size: 30px !important;
    line-height: 40px !important;
}
body.single-post .entry-content h2 {
    font-size: 30px !important;
}
.isotope-item {
  margin-top: 60px;
  padding-right: 0px !important;
}
	.ser-row {
    padding-left: 15px;
    padding-right: 15px;
}
	    h2 {
        font-size: 35px !important;
        line-height: 45px !important;
    }
	    .card-content h3 span {
        font-size: 26px;
        line-height: 36px;
    }
	.organizations-head {
    font-size: 28px !important;
    line-height: 38px !important;
}
    .ser-head-main {
        font-size: 28px !important;
        line-height: 43px !important;
    }
		.search-no-results input.search-submit {
    width: 25%;
}
.search-no-results form.search-form label {
    width: 60%;
}

}

@media screen and (max-width: 500px) {
    .col-content {
        width: 100% !important;
    }


	    .our-mission-head {
        font-size: 35px !important;
        line-height: 45px !important;
    }
    .footer-second .social-icn {
    justify-content: center;
    margin-top: 10px;
}
    .test-scont .slick-prev:before, .test-scont .slick-next:before {
        font-size: 33px !important;
    }
    .test-scont .slick-next {
    right: 34% !important;
}
.test-scont .slick-prev {
    left: 34% !important;
}
    .big-heading {
        font-size: 36px !important;
        line-height: 43px !important;
    }
    .logo img{
    width: 36%;
}
    .navigate-cta {
        background-position: left;
        background-size: 500%;
        padding: 50px 23px 0;
    }
	.navigate-col img {
    display: block;
}
	body.search-results .site-main h1 {
    font-size: 40px;
    line-height: 50px;
}
	.comperisain-b th {
    font-size: 18px;
}

.comperisain-b td {
    font-size: 14px;
}

.comperisain-b img {
    width: 26px;
}
	.comperisain-b table {
    width: 500px;
}
 .search-no-results form.search-form label {
	 width: 100%;
	}

.search-no-results form.search-form {
    flex-direction: column;
}

.search-no-results input.search-submit {
    width: 100%;
    margin-top: 10px;
}
	.search-no-results section.no-results.not-found {
    margin: 0px 0px;
}
}

