/*

Tooplate 2119 Gymso Fitness

https://www.tooplate.com/view/2119-gymso-fitness

*/

  @font-face {
      font-family: 'Plain';
      src: url('../fonts/Plain-Regular.woff2') format('woff2'),
          url('../fonts/Plain-Regular.woff') format('woff');
      font-weight: normal;
      font-style: normal;
  }

  @font-face {
      font-family: 'Plain';
      src: url('../fonts/Plain-Light.woff2') format('woff2'),
          url('../fonts/Plain-Light.woff') format('woff');
      font-weight: 300;
      font-style: normal;
  }

  @font-face {
      font-family: 'Plain';
      src: url('../fonts/Plain-Bold.woff2') format('woff2'),
          url('../fonts/Plain-Bold.woff') format('woff');
      font-weight: bold;
      font-style: normal;
  }

  :root {
    --primary-color:        #f13a11;
    --white-color:          #ffffff;
    --dark-color:           #171819;
    --about-bg-color:       #f9f9f9;

    --gray-color:           #909090;
    --link-color:           #404040;
    --p-color:              #666262;

    --base-font-family:     'Plain', sans-serif;
    --font-weight-bold:     bold;
    --font-weight-normal:   normal;
    --font-weight-light:    300;
    --font-weight-thin:     100;

    --h1-font-size:         28px;
    --h2-font-size:         26px;
    --h3-font-size:         24px;
    --h4-font-size:         22px;
    --h5-font-size:         20px;
    --h6-font-size:         20px;
    --p-font-size:          16px;
    --base-font-size:       16px;
    --menu-font-size:       14px;

    --border-radius-large:  100%;
    --border-radius-small:  2px;
  }


  body {
    background: var(--white-color);
    font-family: var(--base-font-family);
  }


  /*---------------------------------------
     TYPOGRAPHY              
  -----------------------------------------*/

  h1,h2,h3,h4,h5,h6 {
    font-weight: var(--font-weight-thin);
    line-height: normal;
  }

  h1 {
    font-size: var(--h1-font-size);
    font-weight: var(--font-weight-bold);
    letter-spacing: -1px;
    text-transform: uppercase;
    margin: 20px 0;
  }

  h2 {
    font-size: var(--h2-font-size);
    font-weight: var(--font-weight-bold);
    letter-spacing: -2px;
  }

  h3 {
    font-size: var(--h3-font-size);
    font-weight: var(--font-weight-bold);
    letter-spacing: -1px;
    margin: 0;
  }

  h4 {
    font-size: var(--h4-font-size);
  }

  h5 {
    font-size: var(--h5-font-size);
  }

  h6 {
    color: var(--gray-color);
    font-size: var(--h6-font-size);
    line-height: inherit;
    margin: 0;
  }

  p {
    color: var(--p-color);
    font-size: var(--p-font-size);
    font-weight: var(--font-weight-light);
    line-height: 1.5em;
  }

  b, 
  strong {
    font-weight: var(--font-weight-bold);
    letter-spacing: 0;
  }

  .section {
    padding: 7rem 0;
  }


  /* BUTTON */

  .custom-btn {
    background: transparent;
    border-radius: var(--border-radius-small);
    padding: 14px 24px;
    color: var(--white-color);
    font-size: var(--menu-font-size);
    font-weight: var(--font-weight-normal);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    white-space: nowrap;
    transition: all 0.3s ease;
  }

  .custom-btn:hover {
    color: var(--primary-color);
  }

  .custom-btn:focus {
    box-shadow: none;
  }

  .custom-btn.bordered:hover,
  .custom-btn.bordered:focus,

  .custom-btn.bg-color:hover,
  .custom-btn.bg-color:focus {
    background: var(--white-color);
    border-color: transparent;
    color: var(--primary-color);
  }

  .bordered {
    border: 1px solid var(--primary-color);
    color: var(--primary-color);
  }

  .bg-color {
    background: var(--primary-color);
    color: var(--white-color);
  }



  /*---------------------------------------
     GENERAL               
  -----------------------------------------*/

  * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  *::before,
  *::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  a
  {
	color: #497cb0;
	transition: ease-in-out 0.4s;
  }
  a:hover, 
  a:active, 
  a:focus {
    color: var(--primary-color);
    outline: none;
    text-decoration: none;
  }


  /* BG OVERLAY */

  .bg-overlay {
    background: var(--dark-color);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.3;
  }


  /*---------------------------------------
     MODAL              
  -----------------------------------------*/



  .modal-header
  {
    border: 0;
    padding: 1rem;
	background:#fff;
  }
  .modal-body
  {
    border: 0;
    padding: 1rem;
	 background:#fff;
  }
  
  .modal-footer 
  {
    border: 0;
    padding: 1rem;
  }

  .membership-form a {
    color: red;
  }


  /*---------------------------------------
    SIGNUP FORM          
  -----------------------------------------*/

	.signup {
		background: #f5f5f5;
		padding: 5rem 0;
	}
	.signup h3
	{
	  font-weight:500;
	}
	.signup .media .media-body a
	{
	  color:#497c96 !important;
	}
	.signup .media .media-body a:hover
	{
	  color: red !important;
	  font-size: 17px;
	}
	.signup label
	{
		width:100%;
	}
	.signup .form-control
	{
		margin: .2rem 0 0 0 !important;
	}


  /*---------------------------------------
     MENU             
  -----------------------------------------*/
  .main-header
  {
    height: 60px;
  }
  
  .navbar {
    background: #f5f5f5;
    padding: .7rem 6rem; 
    margin-bottom: 0;
    border: none;
    background: #134a9c;

   
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem; 
    color: #fff;
    font-weight: 600;
    font-size: 13px;
    padding-top: 20px;
  }

  .navbar-brand {
    color: #2a3038;
    font-size: var(--h3-font-size);
    font-weight: var(--font-weight-bold);
    line-height: normal;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
  }

 

  .nav-item .nav-link.active,
  .nav-item .nav-link:hover {
    color: var(--primary-color);
  }

  .navbar .social-icon li a {
    color: var(--white-color);
  }

  .navbar-toggler {
    border: 0;
    padding: 0;
    cursor: pointer;
    margin: 0 10px 0 0;
    width: 30px;
    height: 35px;
    outline: none;
  }

  .navbar-toggler:focus {
    outline: none;
  }

  .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
    background: transparent;
  }

  .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon::before,
  .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon::after {
    transition: top 300ms 50ms ease, -webkit-transform 300ms 350ms ease;
    transition: top 300ms 50ms ease, transform 300ms 350ms ease;
    transition: top 300ms 50ms ease, transform 300ms 350ms ease, -webkit-transform 300ms 350ms ease;
    top: 0;
  }

  .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon::before {
    transform: rotate(45deg);
  }

  .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon::after {
    transform: rotate(-45deg);
  }

  .navbar-toggler .navbar-toggler-icon {
    background: #fff;
    transition: background 10ms 300ms ease;
    display: block;
    width: 25px;
    height: 3px;
    position: relative;
  }

  .navbar-toggler .navbar-toggler-icon::before,
  .navbar-toggler .navbar-toggler-icon::after {
    transition: top 300ms 350ms ease, -webkit-transform 300ms 50ms ease;
    transition: top 300ms 350ms ease, transform 300ms 50ms ease;
    transition: top 300ms 350ms ease, transform 300ms 50ms ease, -webkit-transform 300ms 50ms ease;
    position: absolute;
    right: 0;
    left: 0;
    background: #fff;
    width: 25px;
    height: 3px;
    content: '';
  }

  .navbar-toggler .navbar-toggler-icon::before {
    top: -8px;
  }

  .navbar-toggler .navbar-toggler-icon::after {
    top: 8px;
  }

  /*---------------------------------------
     HERO              
  -----------------------------------------*/

  .hero {
    background-image: url('../images/background-images/cci-online-background.jpg');
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    vertical-align: middle;
    position: relative;
  }


  /*---------------------------------------
     CLASS               
  -----------------------------------------*/

  .class-info {
    background: #ecf9ff;
    box-shadow: 6px 0 38px rgba(20,20,20,0.10);
    border-radius: 0 0 2px 2px;
    padding: 1rem 1rem;
    position: relative;
    min-height: 240px;
    overflow: hidden;
  }

  .class-info img {
    border-radius: 2px 2px 0 0;
  }

  .class-info strong {
    color: var(--gray-color);
  }

  .class-price {
    background: #497c96;
    color: var(--white-color);
    font-weight: var(--font-weight-bold);
    display: block;
    text-align: center;
    width: 100%;
    padding: 5px;
    margin-top: 25px;
  }

  .class-price:hover
  {
    background: var(--white-color);
    color: #497c96;
    border:1px solid #497c96;
  }

  .card-img-frame
  {
    width: 100%;
    height: 170px;
    overflow: hidden;
    text-align: center;
    opacity:0.5;
  }
  .card-img
  {
    width: 50px;
    height: 50px;
    border-radius: 50%;
  }


  /*---------------------------------------
     SCHEDULE             
  -----------------------------------------*/

  .schedule {
    background: var(--dark-color);
  }

  .schedule-table {
    display: table;
    border: 0;
    text-align: center;
  }

  .schedule-table strong,
  .schedule-table span {
    display: block;
    text-align: center;
  }

  .schedule-table strong {
    color: var(--white-color);
  }

  .schedule-table span {
    color: var(--gray-color);
  }

  .schedule-table span,
  .schedule-table small {
    font-size: var(--menu-font-size);
    text-transform: uppercase;
  }

  .schedule-table small {
    position: relative;
    top: 10px;
  }

  .table .thead-light th,
  .schedule-table tr td:first-child {
    background: var(--primary-color);
    border: 1px solid #212122;
    color: var(--white-color);
  }

  .schedule-table .thead-light th {
    border-bottom: 0;
    text-transform: uppercase;
  }

  .table-bordered td, 
  .table-bordered th {
    border: 1px solid #212122;
  }

  .table-bordered td {
    padding-bottom: 22px;
  }

  .table td, .table th {
    padding: 1rem;
  }


  /*---------------------------------------
      ABOUT & TEAM            
  -----------------------------------------*/

  /* .about {
    background: var(--about-bg-color);
  } */

  .about-working-hours {
    border-left: 2px solid;
    padding-left: 3.5rem;
  }

  .about-working-hours strong {
    color: var(--white-color);
    opacity: 0.85;
  }

  .team-thumb {
    position: relative;
  }

  .team-info {
    background: var(--white-color);
    border-radius: 0 0 2px 2px;
    box-shadow: 6px 0 38px rgba(20,20,20,0.10);
    padding: 20px;
    position: relative;
  }

  .team-info span {
    font-weight: var(--font-weight-light);
    opacity: 0.85;
  }

  .team-info .social-icon {
    position: absolute;
    top: 10px;
    right: 20px;
  }

  .team-info .social-icon li {
    display: block;
  }

 .error {

  color:red;
 }
 .val-error {

  color:red!important;
 }
 em{
	 color:red!important;
  }
 
  /*---------------------------------------
     CONTACT              
  -----------------------------------------*/

  .webform input,
  button#submit-button {
    height: calc(2.25rem + 20px);
  }

  .form-control {
    border-radius: var(--border-radius-small);
    /*margin: .2rem 0 2rem 0;*/
  }

  .form-control:focus {
    box-shadow: none;
    border-color: var(--dark-color);
  }

  button#submit-button, button#submit-signin-button {
    background: #134a9c;
    color: var(--white-color);
    cursor: pointer;
    transition: all 0.3s ease;
    border-radius: 4px;
  }
 

  button#submit-button:hover, button#submit-signin-button:hover{
    background: #389cf1;
    }

    button#submit-signin-button 
    {
		height: auto;
		padding: 12px;
		outline: none;
  	}
	button#submit-signin-button:focus
	{
		border: none;
	}

  .contact h2 + p {
    max-width: 90%;
  }

  .google-map {
    border-top: 1px solid #efebeb;
    margin-top: 2.5rem;
    padding-top: 2.5rem;
  }

  .google-map iframe {
    width: 100%;
  }


  /*---------------------------------------
     FOOTER              
  -----------------------------------------*/
  /*-- Main footer CSS Start --*/
  
  .form-control-footer {
    border-radius: var(--border-radius-small);
    margin: 1.3rem 0!important;
  }

	.site-footer
	{
		border-top: 1px solid #efebeb;
		padding-top: 3rem;
		background: #497c96;
	}

	.site-footer a 
	{
		font-weight: var(--font-weight-light);
		color:#f5f5f5;
		line-height: 34px;
		font-size:13px;
		transition: ease-in-out 0.3s;
	}
	.site-footer a:hover 
	{
		color:#f13a11;
	}
	 
	.site-footer p 
	{
		font-size: var(--menu-font-size);
		color:#fff!important;
		line-height: 24px;
	}

	.site-footer h3 
	{
		font-size: 13px;
		font-weight: bold;
		margin-bottom: 10px;
		letter-spacing: 0px;
		color:#d0e6f1!important;
	}

	.footer-links li 
	{
		list-style-type: none;
	}
	.footer-title
	{
		color:#fff;
	}
	.btn-footer
	{
		background:#fff;
		border: 1px solid #ced4da;
    transition: 0.6s;
	}
	.btn-footer:hover
	{
		background:#497c96!important;
		border:1px solid #fff;
		color:#fff;
	}

	/*-- Start CSS for copy-right footer --*/
	
	.copyright 
	{
		background: #f5f5f5;
		color: #ffffff;
		border-top: 1px solid #ffffff;
		font-size: 14px;
		padding: 8px;
		margin: 0 10rem;
		border-top-right-radius: 10px;
		border-top-left-radius: 10px;
	}

	.contact .fa,
	.site-footer .fa 
	{
		color: #134a9c;
	}
	
	.copyright a 
	{
		color:#497c96;
		/* border-right:1px solid black; */
		padding-right:15px;
	}
	.copyright a:hover 
	{
		color:#f13a11;
	}

	.copyright small 
	{
		color:#000;
	}

	.social
	{
		width: 100%;
		margin-top: -40px;
		padding: 0 15px;
	}
	.social ul
	{
    margin-bottom: 0;
		padding-left:0;
    padding-bottom: 15px;
	}
	.social li
	{
		list-style-type: none;
		display: inline-block;
		margin-right: 15px;
	}
	.social li a
	{
		width: 30px;
		height: 30px;
		line-height: 28px;
		background: #f5f5f5;
		font-size: 16px;
		display: block;
		text-align: center;
		padding-left:8px;
    transition: ease-in-out 0.3s;
	}
	.social li a:hover
	{
		background:#d0e6f1;
		border-radius:50%;
	}
	.input-group-append 
	{
		margin: 1.3rem 0;
	}

	.footer-links
	{
		padding:0!important;
	}
	.footer_abt_link li
	{
		list-style-type: none;
		display: inline-block;
		margin-right: 10px;
		text-align: left;
	}
	.footer_abt_link
	{
		padding-left:0;
	}  

	@media (max-width:1200px) and (min-width:992px)
	{
		.copyright
		{
			margin: 0 5rem!important;
		}

	}
	@media (max-width:991px)
	{
		.copyright
		{
			margin: 0 0rem!important;
			border-top-right-radius: 0px!important;
			border-top-left-radius: 0px!important;
		}
	}
	@media(max-width:600px)
	{
		.site-footer 
		{
			border-top: 0px solid #efebeb!important;
			padding-top: 0rem!important; 
			background: transparent!important; 
		}
		/* .copyright a 
		{
			color: #f5f5f5!important;
			border-right: 1px solid #f5f5f5!important;
		}
		.copyright 
		{
			background: #497c96!important;
		} */

    .site-footer .footer {
      max-width: 600px;
  }
	}


  /*---------------------------------------
     SOCIAL ICON              
  -----------------------------------------*/

  .social-icon {
    position: relative;
    padding: 0;
    margin: 5px 0 0 0;
  }

  .social-icon li {
    display: inline-block;
    list-style: none;
  }

  .social-icon li a {
    text-decoration: none;
    display: inline-block;
    color: var(--p-color);
    font-size: var(--p-font-size);
    font-weight: var(--font-weight-bold);
    margin: 5px 10px;
    text-align: center;
  }

  .social-icon li a:hover {
    color: var(--primary-color);
  }


  /*---------------------------------------
     RESPONSIVE STYLES              
  -----------------------------------------*/

  @media screen and (max-width: 992px) 
  {

    .section {
      padding: 5rem 0;
    }

    .nav-item .nav-link {
      padding: 6px;
    }

    .navbar .social-icon {
      margin-top: 22px;
    }

    .navbar-collapse
	{
      text-align: center;
    }

    .schedule-table {
      display: block;
    }

  }

  @media screen and (max-width: 767px) {

    h1 {
      font-size: 38px;
    }

    .about-working-hours {
      border-left: 0;
      padding: 22px 0 0 0;
    }

    .contact h2 span {
      display: block;
    }
  }

/* -----------------------------------
CSS For Modal Register OTP
---------------------------------------*/
.modal-register-otp .modal-body input
{
  height: 50px !important;
}
.modal-register-otp .modal-body .btn-glob-tech
{
    padding: .55rem .75rem !important;
    border-radius: 0 !important;
}
.modal-register-otp .modal-header .btn-glob-tech, .modal-register-otp .modal-header .btn-glob-tech:hover
{
    padding: .55rem .75rem !important;
    color: #fff !important;
    font-weight: 500 !important;
    border: 0 !important;
}
.modal-register-otp .modal-header .nav-pills .nav-link.active, 
.modal-register-otp .modal-header .nav-pills .show>.nav-link {
  color: #fff;
  background-color: #f13a11;
}

/* -----------------------------------
         CSS For Pagination           
--------------------------------------*/

.pagination {
  display: inline-block;
  margin-top: 30px;
}

.pagination a {
  color: black;
  float: left;
  padding: 8px 16px;
  text-decoration: none;
  transition: background-color .3s;
  border: 1px solid #ddd;
  margin: 0 4px;
  font-size: 12px;
}

.pagination a.active {
  background-color: #134a9c;
  color: white;
  border: 1px solid #134a9c;
}

.pagination a:hover:not(.active) {background-color: #ddd;}

/* ------------------------------------
      For My Account page
-------------------------------------- */
.myaccount .nav-item .nav-link.active
{
  background-color: #fff;
  color: #497c96!important;
  border: 2px solid #497c96;
}
.myaccount .nav-item .nav-link 
{
  display: block;
  color: #497c96;
  font-size: var(--menu-font-size);
  font-weight: bold;
  text-transform: uppercase;
  padding: 2px 6px;
}

.mypost
{
  font-size:14px;
}
.mypost .nav-item .nav-link
{
  color: #333;
}
.mypost .nav-item .nav-link.active, .mypost .nav-item .nav-link:hover
{
  color: #353535 !important;
  font-weight: 600;
}
.mypost ul .add-article
{
  align-self: center;
  margin-left: auto;
}
.mypost ul .add-article a
{
  margin-right: 2px;
  color: #497c96;
  border: 1px solid #497c96;
  padding: 8px;
  font-size: 12px;
  border-radius: 4px;
}
.mypost .tab-content
{
  padding: 10px;
}
.mypost .tab-content .news-box
{
  border-bottom: 1px solid lightgray;
  padding-bottom: 16px;
}
.mypost .tab-content .news-box h5
{
  font-size: 18px;
  color: #497c96;
  margin-top: 20px;
}
.mypost .tab-content .news-box p
{
  font-size: 14px;
  color: #333;
  margin-bottom: 6px !important;
}
.mypost .tab-content .news-box p a
{
  color: #497c96;
}
.mypost .tab-content .news-box .btn
{
  background: #497c96;
  color: #fff;
  padding: 2px 12px !important;
  font-size: 10px;
}
.mypost .tab-content .news-box .bttn
{
  background: #d9534f;
  color: #fff;
  padding: 5px 14px !important;
  font-size: 10px;
  border-radius: 5px;
}

/* ------------------------------------
          Client Post View            
--------------------------------------- */
.client-post-view .media img
{
  width: 70px;
}
.client-post-view .media h5
{
  font-size: 18px;
  font-weight: 600;
}
.client-post-view .media p
{
  font-size: 12px;
}
.client-post-view .media .edit-btn a
{
  float: right;
  margin-right: 10px;
  color: #497cb0;
  border: 1px solid #497cb0;
  padding: 6px 10px;
  border-radius: 4px;
  font-size: 14px;
  transition: 0.6s;
}
.client-post-view .media .edit-btn a:hover
{
  background-color: #497c96;
  color: #fff;
}


/* ------------ For Captcha Verification Tick -------------------*/
.captcha-verification 
{
	display: none;
}
	
.captcha-verification.draw:after 
{
	animation-duration: 2000ms;
	animation-timing-function: ease;
	animation-name: checkmark;
	transform: scaleX(-1) rotate(135deg);
	opacity: 1;
	height: 26px;
	width: 12px;
	transform-origin: left top;
	border-right: 3px solid #5cb85c;
	border-top: 4px solid #5cb85c;
	content: '';
	right: 40px;
	position: absolute;
	top: 51px;
}
  
  
@keyframes checkmark 
{
	0% {
	  height: 0;
	  width: 0;
	  opacity: 1;
	}
	20% {
	  height: 0;
	  width: 12px;
	  opacity: 1;
	}
	40% {
	  height: 26px;
	  width: 12px;
	  opacity: 1;
	}
	100% {
	  height: 26px;
	  width: 12px;
	  opacity: 1;
	}
}

