/****************************************************************

	Client: 	SS Gents PG via Spydernet
	Type: 		CSS Document
	Designer: 	Vipin Chandran (Front-end Development only)
	E-mail		vipinradhalayam@gmail.com

*****************************************************************/
/********************************
		General Styles
*********************************/
body {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: normal;
  background-color: #fff;
  color: #000;
}

h1 {
  font-weight: 500;
  color: #0D488B;
  margin-top: 0;
  line-height: 1.2;
  font-family: "Noto Serif", serif;
}

h2 {
  font-weight: 500;
  color: #0D488B;
  margin-top: 0;
  line-height: 1.2;
  font-family: "Noto Serif", serif;
}

h3 {
  font-weight: 500;
  color: #0D488B;
  margin-top: 0;
  line-height: 1.2;
  font-family: "Noto Serif", serif;
}

h4 {
  font-weight: 500;
  color: #0D488B;
  margin-top: 0;
  line-height: 1.2;
  font-family: "Noto Serif", serif;
}

h5 {
  font-weight: 500;
  color: #0D488B;
  margin-top: 0;
  line-height: 1.2;
  font-family: "Noto Serif", serif;
}

h6 {
  font-weight: 500;
  color: #0D488B;
  margin-top: 0;
  line-height: 1.2;
  font-family: "Noto Serif", serif;
}

a {
  color: #0D488B;
  text-decoration: none;
  transition: 1s;
  -webkit-transition: 1s;
  transition-timing-function: ease-in-out;
}

a:hover, a:focus {
  text-decoration: none;
  color: #0D488B;
}

h1 {
  margin-bottom: 20px;
}

h1 > span {
  color: #0D488B;
}

.prehd {
  position: relative;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #0D488B;
}

.prehd::before {
  left: 0;
}

.prehd::after {
  right: 0;
}

p.smlfnt {
  font-size: 12px;
}

.img-ssgpg {
  width: 100%;
  height: auto;
}

.mar-off {
  margin: 0;
}

.pad-off {
  padding: 0;
}

.btn-ssgpg {
  border-radius: 0;
  font-size: 12px;
  padding: 14px 25px;
  font-weight: 600;
  color: #fff;
  background-color: #0D488B;
  text-transform: uppercase;
  border: none;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  min-width: 160px;
  position: relative;
}

.btn-ssgpg.trans {
  color: #fff;
  border: 1px solid #0D488B;
  background-color: transparent;
  border-radius: 0;
}

.btn-ssgpg.transwhite {
  color: #fff;
  border: 1px solid #fff;
  background-color: transparent;
}

.btn-ssgpg.sml {
  font-size: 11px;
  padding: 10px 15px;
}

.btn-ssgpg + .btn-ssgpg {
  margin-left: 15px;
}

.btn-ssgpg:hover, .btn-ssgpg:focus {
  color: #fff;
  background-color: #083970;
}

.btn-ssgpg.transwhite:hover, .btn-ssgpg.transwhite:focus {
  color: #fff;
}

.btn-ssgpg:focus {
  text-decoration: none;
  outline: none;
}

.section, section {
  padding: 70px 0;
  overflow: hidden;
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
}

ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.cust-row {
  margin: 0 -7px;
}

.cust-col {
  padding: 0 7px;
}

::-webkit-scrollbar {
  width: 4px;
}

::-webkit-scrollbar-track {
  background: #eee;
}

::-webkit-scrollbar-thumb {
  background: #0D488B;
  border-radius: 5px;
}

::-webkit-scrollbar-thumb:hover {
  background: #0D488B;
}

ul.tick-list > li {
  display: block;
  position: relative;
  color: #000;
  padding-left: 30px;
}

ul.tick-list > li + li {
  margin-top: 13px;
}

ul.tick-list > li:before, ul.tick-list > li::before {
  content: "\f058";
  position: absolute;
  left: 0;
  top: 0;
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  color: #083970;
}

button:focus {
  outline: none;
}

.site-link {
  color: #0D488B;
  font-weight: 700;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  text-decoration: none;
  text-transform: uppercase;
}

.site-link:hover {
  text-decoration: none;
  color: #083970;
}

.vdo-olay .modal-dialog {
  width: 70%;
  height: 80vh;
  max-width: unset;
}

.vdo-olay .modal-body {
  padding: 2px;
  border-radius: 0;
  height: 100%;
}

.vdo-olay .modal-content {
  border-radius: 0;
  padding: 0;
  height: 100%;
}

.vdo-olay button.close {
  position: absolute;
  right: -35px;
  top: -2px;
  color: #fff;
  opacity: 1;
  font-size: 28px;
  outline: none;
}

.vdo-olay button.close:hover, .vdo-olay button.close:focus {
  color: #fff;
  outline: none;
  opacity: 1;
}

table, th, td {
     width:100%
  border: 1px solid white;
  border-collapse: collapse;
}


/********************************
	   Over Writing Styles
*********************************/
.fcltheme {
  color: #0D488B !important;
}

.fcltheme2 {
  color: #083970 !important;
}

.fclwhite {
  color: #fff !important;
}

.fclbody {
  color: #000 !important;
}

.fclblk {
  color: #000 !important;
}

.mar-off {
  margin: 0 !important;
}

.lineht1 {
  line-height: 1 !important;
}

.flxbx {
  display: flex;
}

.vcentr {
  align-items: center;
}

.vbot {
  align-items: flex-end;
}

.hcentr {
  justify-content: center;
}

.hright {
  justify-content: flex-end;
}

.hspsarnd {
  justify-content: space-around;
}

.hspsbtw {
  justify-content: space-between;
}

.hspsevnly {
  justify-content: space-evenly;
}

.txtup {
  text-transform: uppercase;
}

.fwt300 {
  font-weight: 300;
}

.fwt400 {
  font-weight: 400;
}

.fwt500 {
  font-weight: 500;
}

.fwt600 {
  font-weight: 600;
}

.fwt700 {
  font-weight: 700;
}

.mt-std {
  margin-top: 30px !important;
}

.mb-std {
  margin-bottom: 30px !important;
}

.mb-off {
  margin-bottom: 0 !important;
}

.anek {
  font-family: "Montserrat", sans-serif;
}

.charm {
  font-family: "Montserrat", sans-serif;
}

.obj-cover {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

.theme-bgclr {
  background-color: #0D488B;
}

.mt-minus10 {
  margin-top: -10px !important;
}

.bgwhite {
  background-color: #fff;
}

.bgtheme {
  background-color: #0D488B;
}

.blknwhite {
  filter: grayscale(100%);
}

/********************************
		 Header Section
*********************************/
.ssgpg-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  border-bottom: 1px solid transparent;
  background-color: transparent;
  transition: 1s;
  -webkit-transition: 1s;
  transition-timing-function: ease-in-out;
}

.ih-inner {
  max-width: 1920px;
  margin: 0 auto;
  padding: 10px 0;
  position: relative;
  transition: 1s;
  -webkit-transition: 1s;
  transition-timing-function: ease-in-out;
}

.ssgpg-header .row {
  margin: 0;
}

.site-logo {
  flex: 0 0 200px;
  max-width: 200px;
  position: relative;
  transition: 1s;
  -webkit-transition: 1s;
  transition-timing-function: ease-in-out;
}

.logo {
  display: block;
  z-index: 1;
}

.home-menu {
  position: relative;
  display: flex;
  align-items: center;
}

.whatsapp {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  background-color: #25D366;
  color: #fff;
  border-radius: 22px;
  font-size: 18px;
  height: 30px;
  width: 30px;
  border: 1px solid #fff;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  transition-timing-function: ease-in-out;
}

.whatsapp:hover {
  background-color: #128C7E;
  color: #fff;
  border-color: #128C7E;
}

.menu-handle {
  display: flex;
  align-items: center;
  font-size: 18px;
  background-color: #fff;
  border-radius: 22px;
  padding-right: 10px;
  font-weight: 600;
  border: 1px solid #fff;
}

.menu-handle > span {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  background-color: #083970;
  color: #fff;
  border-radius: 22px;
  font-size: 12px;
  height: 30px;
  width: 30px;
}

.menu-handle:hover {
  background-color: #0D488B;
  color: #fff;
}

.ssgpg-scroll {
  background-color: #fff;
  box-shadow: 0 3px 10px rgba(54, 143, 16, 0.05);
}

.ssgpg-scroll .site-logo {
  flex: 0 0 120px;
  max-width: 120px;
}

.ssgpg-scroll .whatsapp {
  border-color: #25D366;
}

/********************************
		      HOME
*********************************/
.ssgpg-home {
  position: relative;
  padding: 0;
}

.hs-item > .img-ssgpg {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.hs-item {
  position: relative;
  height: 100vh;
}

.hsitem-caption {
  position: absolute;
  inset: 0;
  opacity: 1;
  padding: 15px;
  background-color: rgba(0, 0, 0, 0.46);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition: 1s;
  -webkit-transition: 1s;
  transition-timing-function: ease-in-out;
}

.hs-item .container {
  position: relative;
}

/********************************
	  		SECTIONS
*********************************/
.ssgpg-welcome {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url(../imgs/net.png);
  background-position: top left;
  padding: 0;
}

.sec-title {
  position: relative;
  margin-bottom: 20px;
}

.sec-title::after {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
  background-image: url(../imgs/des-blue.svg);
  width: 80px;
  height: 15px;
}

.sec-title.text-center::after {
  margin: 0 auto;
}

.sec-title.fclwhite::after {
  background-image: url(../imgs/des-white.svg);
}

.section.ssgpg-gallery {
  padding-top: 10px;
}

.lightbox .lb-image {
  border: none;
  border-radius: 0;
}

.lb-data .lb-close {
  background: none;
  width: 26px;
  height: 26px;
  position: relative;
}

.lb-data .lb-close::before {
  content: "\f410";
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  color: #fff;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  transition-timing-function: ease-in-out;
}

.gal-img {
  position: relative;
  margin: 15px 0;
}

.gal-img::after {
  content: "\f00e";
  font-weight: 400;
  font-family: "Font Awesome 5 Pro";
  font-size: 28px;
  color: #fff;
  position: absolute;
  inset: 0 15px;
  background-color: rgba(0, 0, 0, 0.301);
  opacity: 0;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  transition-timing-function: ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
}

.gal-img:hover:after {
  opacity: 1;
}

.lb-data .lb-close:hover::before {
  color: #0D488B;
}

.ssgpg-testimonials {
  background-color: #0D488B;
}

.review-slider {
  margin-top: 40px;
}

.review-box {
  background-color: #fff;
  padding: 15px;
  text-align: center;
  transform: scale(0.8);
  transition: 0.5s;
  -webkit-transition: 0.5s;
  transition-timing-function: ease-in-out;
}

.star-rating {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0D488B;
  font-size: 16px;
  margin-bottom: 10px;
}

.star-rating > span {
  display: block;
}

.star-rating > span + span {
  margin-left: 5px;
}

.rb-review > span {
  color: #000;
  font-weight: 700;
  margin-top: 15px;
  display: block;
}

.center .review-box {
  transform: scale(1);
}

.owl-theme .owl-nav {
  position: absolute;
  left: 0;
  right: 0;
  top: calc(50% - 17px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
  color: #fff;
  font-size: 21px;
}

.owl-carousel .owl-nav button.owl-next:hover, .owl-carousel .owl-nav button.owl-prev:hover {
  background-color: transparent;
}

.ssgpg-contact {
  background-color: #F3F3F3;
}

.google-map {
  height: 400px;
}

.google-map > iframe {
  height: 100%;
  width: 100%;
}

.pg-loc > span {
  display: inline-block;
  margin-right: 10px;
  color: #083970;
}

/********************************
 			 FOOTER
*********************************/
.ssgpg-footer {
  max-width: 1920px;
  margin: 0 auto;
  background-color: #F3F3F3;
  padding: 50px 0 0;
}

.ssgpg-footer hr {
  margin: 30px 0;
}

.footer-logo {
  max-width: 200px;
}

.ssgpg-soc > li + li {
  margin-left: 15px;
}

.ssgpg-soc > li > a {
  color: #fff;
  border: 1px solid #083970;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #083970;
  width: 28px;
  height: 28px;
}

.ft-title {
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  margin-bottom: 20px;
}

.ft-title::after {
  margin-top: 8px;
}

.footer-bottom {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: 30px;
  padding: 15px 0;
  text-align: center;
}

.contac-list, .contac-list > li {
  display: block;
}

.contac-list > li > span {
  display: inline-block;
  margin-right: 10px;
  color: #0D488B;
}

.contac-list > li + li {
  margin-top: 10px;
}

.foot-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/********************************
		  FORM STYLES
*********************************/
.form-group {
  margin-bottom: 30px;
}

label {
  font-weight: 700;
}

.form-control {
  border: 1px solid rgba(13, 72, 139, 0.15) 1;
  background-color: #fff;
  height: 50px;
  border-radius: 0;
  font-size: 14px;
  transition: 1s;
  -webkit-transition: 1s;
  transition-timing-function: ease-in-out;
}

.form-control:focus {
  outline: none;
  box-shadow: none;
  border-color: #0D488B;
}

.form-control::-moz-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #495057;
  opacity: 1; /* Firefox */
}

.form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #495057;
  opacity: 1; /* Firefox */
}

.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #495057;
}

.form-control::-ms-input-placeholder { /* Microsoft Edge */
  color: #495057;
}

.checkbox {
  width: 20px;
  height: 20px;
  position: relative;
}

.checkbox > * {
  position: absolute;
}

.checkbox-visible {
  border: 1px solid #0D488B;
  width: 18px;
  height: 18px;
  margin: 2px;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 0;
}

.checkbox > input {
  z-index: 1;
  opacity: 0;
  left: 50%;
  top: 50%;
  transform: translatex(-50%) translatey(-50%);
  display: block;
  cursor: pointer;
  width: 20px;
  height: 20px;
}

.checkbox > input:checked + .checkbox-visible {
  background: #0D488B;
  border-color: #0D488B;
  background-image: url(../imgs/check-solid.svg);
  background-repeat: no-repeat;
  background-size: 12px 12px;
  background-position: 2px 2px;
}

.checkbox > input:hover + .checkbox-visible {
  border-color: #0D488B;
}

.checkbox > input:hover:checked + .checkbox-visible {
  border-color: #0D488B;
}

.checkbox > input:focus + .checkbox-visible {
  border-color: #0D488B;
}

.ssgpg-thankyou {
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

/********************************
		 Media Queries
*********************************/
@media (min-width: 992px) {
  .home-caption h1 {
    font-size: 45px;
  }
  .mobile-menu {
    display: none;
  }
}
@media (min-width: 1200px) {
  p {
    line-height: 1.8;
  }
  .hs-item h1 {
    font-size: 50px;
  }
}
@media (max-width: 1199.98px) {
  .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
    color: #0d488b;
  }
}
@media (max-width: 991.98px) {
  .ih-inner {
    padding: 4px 0;
  }
  .logo {
    margin-top: 0;
  }
  .site-logo, .ssgpg-scroll .site-logo {
    flex: 0 0 95px;
    max-width: 95px;
  }
  .ssgpg-header .row {
    justify-content: space-between;
  }
  .hs-item {
    height: 100vh;
  }
  .foot-box {
    margin-bottom: 30px;
  }
  .footer-bottom {
    margin-top: 20px;
  }
  .menu-handle {
    display: flex;
    align-items: center;
    font-size: 14px;
    background-color: #fff;
    border-radius: 22px;
    padding-right: 10px;
    font-weight: 500;
  }
  .menu-handle > span {
    font-size: 10px;
    height: 25px;
    width: 25px;
  }
  .whatsapp {
    font-size: 12px;
    height: 30px;
    height: 25px;
    width: 25px;
  }
}
@media (max-width: 767.98px) {
  .mobdown {
    margin-bottom: 20px;
  }
  .nomobile, .desk-menu {
    display: none;
  }
  .section, section {
    padding: 50px 0;
  }
  .footer-menu > li > a h1 {
    font-size: 30px;
  }
  .footer-menu > li > a {
    height: 200px;
  }
  .footer-menu {
    margin-bottom: 50px;
  }
  .ft-col {
    margin-bottom: 20px;
  }
  .ft-content .ft-col:last-child .ft-box {
    margin-top: -50px;
  }
}
@media (max-width: 575.98px) {
  h1 {
    font-size: 30px;
  }
  h2 {
    font-size: 25px;
  }
  h3 {
    font-size: 21px;
  }
  h4 {
    font-size: 18px;
  }
  h5 {
    font-size: 16px;
  }
  h6 {
    font-size: 14px;
  }
  body {
    font-size: 12px;
  }
  .mt-std {
    margin-top: 15px !important;
  }
  .mb-std {
    margin-bottom: 15px !important;
  }
  .btn-ssgpg {
    min-width: unset;
    font-size: 10px;
    padding: 12px 15px;
  }
  .site-link {
    font-size: 12px;
  }
  .form-control {
    height: 40px;
  }
  .form-group {
    margin-bottom: 15px;
  }
  .vdo-olay .modal-dialog {
    width: calc(100% - 20px);
    height: calc(100vh - 140px);
  }
  .vdo-olay {
    top: 60px;
    padding-top: 40px;
  }
  .vdo-olay button.close {
    right: 0px;
    top: -36px;
    font-size: 24px;
  }
  .footer-menu {
    display: block;
  }
  .footer-menu > li {
    width: 100%;
  }
  .footer-menu > li + li {
    margin-left: 0;
    margin-top: -1px;
  }
  .footer-menu > li > a {
    height: 140px;
  }
}
@media (max-width: 480px) {
  .btn-ssgpg + .btn-ssgpg {
    margin-left: 0;
    margin-top: 15px;
  }
  .footer-logo {
    max-width: 135px;
  }
}
/* Media Query for Iphones */
/* ----------- iPhone 4 and 4S ----------- */
/* Portrait and Landscape */
/* Portrait */
/* Landscape */
/* ----------- iPhone 5, 5S, 5C and 5SE ----------- */
/* Portrait and Landscape */
/* Portrait */
/* Landscape */
/* ----------- iPhone 6, 6S, 7 and 8 ----------- */
/* Portrait and Landscape */
/* Portrait */
/* Landscape */
/* ----------- iPhone 6+, 7+ and 8+ ----------- */
/* Portrait and Landscape */
/* Portrait */
/* Landscape */
/* ----------- iPhone X ----------- */
/* Portrait and Landscape */
/* Portrait */
/* Landscape */
/* ----------- VIDEO MEDIA QUERY ----------- */
/* Portrait and Landscape */
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation: portrait) {
  /* your css rules for ipad portrait */
}
@media all and (device-width: 1024px) and (device-height: 1366px) and (orientation: portrait) {
  /* your css rules for ipad pro portrait */
}
@media all and (device-width: 1024px) and (device-height: 768px) and (orientation: landscape) {
  /* your css rules for ipad landscape */
}
@media all and (device-width: 1366px) and (device-height: 1024px) and (orientation: landscape) {
  /* your css rules for ipad landscape */
}
/********************************
	 Customizing Animate CSS
*********************************/
.animated.delay-50ms {
  animation-delay: 50ms;
}

.animated.delay-100ms {
  animation-delay: 100ms;
}

.animated.delay-150ms {
  animation-delay: 150ms;
}

.animated.delay-200ms {
  animation-delay: 200ms;
}

.animated.delay-250ms {
  animation-delay: 250ms;
}

.animated.delay-300ms {
  animation-delay: 300ms;
}

.animated.delay-350ms {
  animation-delay: 350ms;
}

.animated.delay-400ms {
  animation-delay: 400ms;
}

.animated.delay-450ms {
  animation-delay: 450ms;
}

.animated.delay-500ms {
  animation-delay: 500ms;
}

.animated.delay-550ms {
  animation-delay: 550ms;
}

.animated.delay-600ms {
  animation-delay: 600ms;
}

.animated.delay-650ms {
  animation-delay: 650ms;
}

.animated.delay-700ms {
  animation-delay: 700ms;
}

.animated.delay-750ms {
  animation-delay: 750ms;
}

.animated.delay-800ms {
  animation-delay: 800ms;
}

.animated.delay-850ms {
  animation-delay: 850ms;
}

.animated.delay-900ms {
  animation-delay: 900ms;
}

.animated.delay-950ms {
  animation-delay: 950ms;
}

.animated.delay-1000ms {
  animation-delay: 1000ms;
}

.animated.delay-1050ms {
  animation-delay: 1050ms;
}

.animated.delay-1100ms {
  animation-delay: 1100ms;
}

.animated.delay-1150ms {
  animation-delay: 1150ms;
}

.animated.delay-1200ms {
  animation-delay: 1200ms;
}

.animated.delay-1250ms {
  animation-delay: 1250ms;
}

.animated.delay-1300ms {
  animation-delay: 1300ms;
}

.animated.delay-1400ms {
  animation-delay: 1400ms;
}

.animated.delay-1500ms {
  animation-delay: 1500ms;
}

.animated.delay-1600ms {
  animation-delay: 1600ms;
}

.animated.delay-1700ms {
  animation-delay: 1700ms;
}

.animated.delay-1800ms {
  animation-delay: 1800ms;
}

.animated.delay-1900ms {
  animation-delay: 1900ms;
}/*# sourceMappingURL=style.css.map */