/* Theme Name: Gin */
@import url(bootstrap.css);
@import url(bootstrap-responsive.css);
body {
  margin: 0;
  font-family: Raleway, helvetica, arial;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.8;
  color: #302d2b;
  text-align: left;
  background-color: #fff; }
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 1rem;
  font-family: inherit;
  font-weight: 400;
  line-height: 1.5;
  color: inherit; 
	font-family: Montserrat, arial;
	letter-spacing: 1px;
}

h1, .h1 {
  font-size: 2.5rem; }

h2, .h2 {
  font-size: 2rem; }

h3, .h3 {
  font-size: 1.75rem; }

h4, .h4 {
  font-size: 1.5rem; }

h5, .h5 {
  font-size: 1.25rem; }

h6, .h6 {
  font-size: 1rem; }

a.btn, input.wpcf7-form-control.wpcf7-submit.send-btn {
	padding: 12px 15px;
    color: #fff;
    background-color: #939393;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 0;
    margin: 20px auto;
    text-decoration: none;
    transition: all 0.1s linear;
    display: block;
    max-width: 200px;
    text-align: center;
    border: 1px solid #fff;
    width: 100%;
    font-size: 20px;
}
input.wpcf7-form-control.wpcf7-submit.send-btn {
	float:left;
	padding: 3px !important;
	max-width: 150px;
	 margin: 0px;
}
.menu-footer-menu-container .menu li a:hover{
	text-decoration:none;
	color:#939393;
}
a.btn:hover, input.wpcf7-form-control.wpcf7-submit.send-btn:hover {
	background-color: #473569;
    color: #fff;
    text-decoration: none;
}
#headers .header-wrap {
     padding:20px 0;
}
 #header {
     width: 100%;
     z-index: 100;
     -webkit-transition: all 1s ease;
     -moz-transition: all 1s ease;
     -o-transition: all 1s ease;
     transition: all 1s ease;
     height: 100px;
     line-height: 80px;
     background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.8), transparent);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.8), transparent);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.8), transparent);
    background: linear-gradient(top, rgba(0, 0, 0, 0.8), transparent);
     position: fixed;
     top: 0;
     left: 0;
}
 #header.sticky {
     position: fixed;
     top: 0;
     left: 0;
     -webkit-transition: all 1s ease;
     -moz-transition: all 1s ease;
     -o-transition: all 1s ease;
     transition: all 1s ease;
}

.menu-main-menu-container {
     float: right;
}

 #header.sticky {
     height: 80px;
     line-height: 60px;
     background: #fff;
         border-bottom: 1px solid #302d2b;
}

 .admin-bar #header {
     top: 32px;
}
 .header-wrap {
     height: 100%;
}
 button#responsive-menu-button {
     z-index: 9998 !important;
}
/* Logo */
 #logo {
     float: left;
     height: 100%;
}
 .logo-sticky {
     display: none;
}
#logo img{
     max-height: 100%;
     width: auto;
}
/* Menu */
 .menu-main-menu-container {
     display: inline-block;
}
 #menu-main-menu {
     text-align: center;
     margin-bottom: 0;
}
 #menu-main-menu li {
     display: inline-block;
     *display: inline;
     padding: 0;
     position: relative;
}
 #menu-main-menu li:hover ul.sub-menu {
     display: block;
     overflow: visible;
     transition: max-height 0.8s ease-in;
}
 .menu-col-sec #menu-main-menu li a {
    font-weight: 400;
    color: #939392;
    font-size: 24px;
    text-transform: uppercase;
    transition: all 0.2s linear;
    display: block;
    padding-left: 24px;
    margin-bottom:0px;
}
#header.sticky #menu-main-menu li a {
     font-weight: 600;
     color:#302d2b;
     font-size: 12px;
     text-transform: uppercase;
     transition: all 0.2s linear;
     display: block;
     padding: 0 10px;
     margin-bottom: 4px;
}
#menu-main-menu li a:hover, #header.sticky #menu-main-menu li a:hover {
     color: #fa7008;
     text-decoration: none;
}
 #menu-main-menu ul.sub-menu {
     display: none;
     position: absolute;
     overflow: hidden;
     left: 13px;
     background-color: #eee;
     z-index: 3;
     padding: 0;
     width: 100%;
     border-bottom-right-radius: 3px;
     border-bottom-left-radius: 3px;
     transition: max-height 0.2s ease-out;
     line-height: 1.8em;
}
 #menu-main-menu ul.sub-menu:after {
     content: '';
     border: 6px solid transparent;
     width: 0;
     height: 0;
     border-bottom-color: #ffffff;
     position: absolute;
     top: -12px;
     left: 45%;
}
 #menu-main-menu ul.sub-menu li {
     padding: 0;
     width: 100%;
}
 #menu-main-menu ul.sub-menu li:after {
     border: none;
}
 #menu-main-menu ul.sub-menu li a {
    font-size: 14px;
    font-weight: 400;
    display: block;
    padding: 10px 10px;
    margin-bottom: 0;
    color: #fbfafa!important;
    background: #614c8a;
	transition: 0.75s all ease;
}
.menu-col-sec ul.sub-menu li a:hover {
    color: #ffffff!important;
    background: #b3b2b2!important;
    transition: 0.75s all ease;
}
.bg-dark .img-wrap img {
    border: 1px solid #fff;
    padding: 15px;
	margin: 26px 0;
}
.bg-light .img-wrap  img {
    border: 1px solid #302d2b;
    padding: 15px;
}
.img-wrap img {
    max-width: 100%;
    height: auto;
}
.bg-dark {
	background-color: #473569;
    color: #ffff;
    padding: 24px 50px 24px 35px;
    text-align: center;
	-webkit-text-fill-color: #fff;

}
.bg-light {
	color: #302d2b;
	background-color: #ffff;
	padding:50px 35px 50px 50px;
    text-align: center;
}
.bg-light h2:after, .bg-dark h2:after, h1:after {
    display: block;
    border-bottom: 3px solid #fff;
    content: '';
    width: 90px;
    margin: 10px auto;
}
.testimonials {
	padding:50px;
	text-align: center;
	color:#fff;
}

#footer {
    background-color: #444444;
    color: #f5f3f1;
    padding: 50px 0;
    width: 100%;
    float: left;
}


/*--------Start-12-04-2019-----------*/
 ul li{
	 list-style:none;
 }
	#logo img {
    max-height: 128px;
    width: 100%;
    max-width: 400px;
}
.social-n-menu {
    float: right;
}
.social-header {
    float: left;
    width: 100%;
}
.social-header ul li, .footer-social ul li {
    font-size: 24px;
}
.social-header ul {
    padding: 0px;
    margin: 0px;
	float: right;
}
.social-header ul li .glyphicon-phone-alt, .footer-social ul li .glyphicon-phone-alt{
    margin-right: 14px;
    color: #473569;
	font-size: 28px;
    vertical-align: text-bottom;
}
.social-header ul li, .footer-social ul li {
    display: inline-block;
    margin: 0 5px;
}
.social-header ul li a {
    color: #302d2b;
}
.footer-social ul li a{
    color: #fff;
}
.footer-social ul li .fab.fa-facebook-f, .footer-social ul li .glyphicon-phone-alt {
	color: #fff!important;
}
.footer-social ul li:hover .fab.fa-facebook-f, .social-header ul li .fab.fa-facebook-f:hover{
	color:#939393!important;
}
.footer-social ul li .fab.fa-facebook-f {
	border: 3px solid #fff!important;
}
.social-header ul li .fab.fa-facebook-f, .footer-social ul li .fab.fa-facebook-f {
    margin-left: 28px;
    border: 3px solid #473569;
    padding: 5px 12px;
    border-radius: 50%;
    font-weight: 500;
    font-size: 30px;
    color: #473569;
	cursor: pointer;
}
.menu-col-sec #menu-main-menu li a:hover, .menu-col-sec #menu-main-menu li.current-menu-item a {
    color: #473569;
}
.heading-col-text h2, .bg-light h2 {
    font-size: 42px;
    letter-spacing: 0px;
    font-weight: 600;
    position: relative;
    width: 100%;
    margin: 20px auto;
	COLOR: #473569;
	text-align: center;
}
.heading-col-text h2:after, .bg-light h2:after {
    border-bottom: 3px solid #939393;
    display: block;
    content: '';
    width: 90px;
    margin: 10px auto;
}
.heading-col-text p {
    width: 80%;
    margin: 0 auto;
    color: #6d6d6d;
    font-size: 23px;
    font-weight: 400;
	line-height: 30px;
	text-align: center;
}
.heading-col-text {
    float: left;
    width: 100%;
    margin: 20px 0 50px;
}
.heading-col-text ul {
    width: 80%;
    margin: 40px auto;
    color: #6d6d6d;
    font-size: 23px;
    font-weight: 400;
    line-height: 30px;
}
.heading-col-text ul li {
    list-style: initial;
    margin: 10px 0;
}
.col-md-heading h2 {
    margin-top: 0px;
    font-size: 42px;
    letter-spacing: 0px;
    font-weight: 600;
}
.col-md-heading p, .bg-light p  {
    width: 92%;
    margin: 0 auto;
    font-size: 20px;
    line-height: 28px;
}
.footer-menu li, .footer-second-col li, .footer-third-col li {
    list-style: none;
	color:#939393;
}
.footer-first-col h2, .footer-second-col h2, .footer-third-col h2  {
    font-size: 30px;
    font-weight: 500;
    letter-spacing: 0px;
    line-height: 30px;
    margin-bottom: 30px;
}
.menu-footer-menu-container .menu, .footer-social ul {
    padding: 0px;
    margin: 0px;
	width: 100%;
    float: left;
}
.menu-footer-menu-container .menu li a {
    color: #fff;
    font-size: 22px;
}
.menu-footer-menu-container .menu li {
    width: 50%;
    float: left;
}
.footer-logo, .col-map, .contct-form-sec textarea, .contct-form-sec {
	width: 100%;
    float: left;
}
.footer-logo a img {
    float: left;
    max-width: 250px;
    margin: 30px 0;
    width: 100%;
}
.footer-second-col iframe {
    height: 300px;
}
.footer-third-col input, .contct-form-sec input {
    width: 100%;
    margin-bottom: 14px;
    padding: 8px;
	font-size: 15px;
}
.footer-third-col textarea {
    width: 100%;
    height: 100px;
    margin-bottom: 16px;
	padding: 8px;
	font-size: 15px;
}
.contct-form-sec textarea{
	font-size: 15px;
	padding: 8px;
	height: 120px;
	margin-bottom: 30px;
}
.contct-form-sec {
    margin-bottom: 60px;
}
textarea:focus, input:focus{
	outline-offset: 0px;
	outline: -webkit-focus-ring-color auto 0px;
}
.address-col p, .phone-no-col p {
    font-size: 1.3em;
    margin-left: 30px;
    cursor: pointer;
    color: #473569;
}
.phone-no-col p {
    margin-top: 30px;
    font-weight: 600;
}
.content-heading {
    float: left;
    width: 100%;
    text-align: center;
	margin:20px 0;
}
.content-heading h2 {
    font-size: 36px;
    font-weight: 600;
    color: #473569;
    letter-spacing: 0PX;
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing, div.wpcf7-mail-sent-ok {
    float: left;
    margin: 6px 0px 0px 0px;
    width: 100%;
    border: none;
    font-size: 14px;
    padding: 0px;
}
/*--------End-12-04-2019-----------*/
/*-------start-18-04-2019-----------*/
.wp-block-image img {
	height: auto;
}
.blog-col-page .left-img {
    width: 50%;
    float: left;
}
.blog-col-page {
    width: 100%;
    float: left;
	padding: 25px 0;
}
.left-img .blog-img-sec {
    width: 100%;
    float: left;
	border: 1px solid #000;
    padding: 15px;
}
.left-img .blog-img-sec img {
    width: 100%;
    border: 1px solid #000;
}
.right-text {
    width: 50%;
    float: left;
}
.right-text .heading-col-text h2, .right-img .blog-text-sec h2{
    width: auto;
   padding-bottom: 25px;
    margin: unset;
}
.right-text .heading-col-text p, .right-img .blog-text-sec p {
    width: 92%;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
}
.right-text .blog-button, .right-img .blog-button{
    width: 100%;
    float: left;
    text-align: center;
    margin: 35px 0;
}
.right-text .blog-button  a, .right-img .blog-button a{
    background-color: #939393;
    color: #fff;
    text-decoration: none;
    font-size: 20px;
    padding: 12px 35px;
}
.right-text .blog-button  a:hover, .right-img .blog-button a:hover{
    background-color: #473569;
    color: #fff;
    text-decoration: none;
    TRANSITION: 1s all ease;
}
.left-text {
    width: 50%;
    float: right;
}
.left-text .blog-img-sec {
    width: 100%;
    float: left;
    border: 1px solid #000;
    padding: 15px;
}
.left-text .blog-img-sec img {
    width: 100%;
	 border: 1px solid #000;
}
.right-img {
    width: 50%;
    float: left;
}
.right-img .blog-text-sec {
    width: 100%;
    float: left;
}
/*--------End-18-04-2019-----------*/

/*--------start-19-04-2019-----------*/
.single-page-sec {
    width: 100%;
    float: left;
}
.single-page-sec .post-main-img {
    width: 65%;
    margin: 0 auto;
	padding-top: 30px;
}
.single-page-sec .post-main-img img {
    width: 100%;
    height: 100%;
    max-height: 422px;
    object-fit: cover;
}
/*--------End-19-04-2019-----------*/


/*--------strt-23-04-2019-----------*/
.bg-light .col-md-heading ul li {
    font-size: 18px;
    text-align: left;
    list-style: disc;
}
.bg-light .col-md-heading ul {
    padding: 15px 0;
    margin: 0 20px 0 50px;
}
.align-items-center {
    align-items: unset!important;
 display: -webkit-box; 
display: -webkit-flex;
}
.align-items-center .col-md-heading {
    padding: 30px 0 0;
}
/*--------End-23-04-2019-----------*/
/*--------start-25-04-2019-----------*/
.landing-col-page {
    width: 100%;
    float: left;
}
.landing-col-page .heading-col-text ul {
   margin: 0 173px 20px;
    padding: 0px;
	float:left;
}
.landing-col-page .heading-col-text ul li {
    width: 100%;
    float: left;
    list-style: disc;
    padding: 2px 0;
    font-size: 18px;
}
.landing-col-page .heading-col-text ul li a {
    font-size: 18px;
}
.menu-col-sec {
    width: 100%;
    float: left;
}
.menu-main-menu-container ul {
    padding-left: 0px;
}
/*--------End-25-04-2019-----------*/
/*--------start-26-04-2019-----------*/
.menu-col-sec li.current-menu-item:hover ul.sub-menu li a {
    color: #fff!important;
}
.single-page-sec .wp-block-image {
    margin: 40px 0;
}
.single-page-sec figure.wp-block-embed {
    text-align: center;
    margin: 40px 0;
}
.footer-third-col form .wpcf7-validation-errors, .contct-form-sec form .wpcf7-validation-errors{
    color: #ff0505;
}
.footer-third-col form .wpcf7-mail-sent-ok, .contct-form-sec form .wpcf7-mail-sent-ok
{
color: #398f14;
}
.landing-col-page .img-wrap img {
    width: 100%;
    height: 100%;
    max-height: 500px;
    object-fit: cover;
}


/*--------end-26-04-2019-----------*/

/*--------Start-Responsive-----------*/
@media screen and (max-width: 1400px) {
.menu-col-sec #menu-main-menu li a {
    font-size: 22px;
    padding-left: 15px;
}
}
@media screen and (max-width: 1099px) {
.img-wrap {
    width: 70%;
    margin: 0 auto;
}
.img-wrap img{
	width:100%;
	height: auto;
}
.landing-col-page .img-wrap, .blog-col-page .img-wrap{
    width: 100%;
    height: auto;
}
}
@media screen and (max-width: 1023px) {
.menu-col-sec #menu-main-menu li a {
    font-size: 17px;
}
.social-header ul li, .footer-social ul li {
    font-size: 18px;
}
.social-header ul li .fab.fa-facebook-f, .footer-social ul li .fab.fa-facebook-f {
    padding: 5px 9px;
    font-size: 15px;
}
#logo img {
    margin-top: 6px;
}
.menu-footer-menu-container .menu li a {
    font-size: 16px;
}
.footer-third-col input, .contct-form-sec input {
    padding: 4px 8px;
    font-size: 14px;
}
.address-col p, .phone-no-col p {
    margin-left: 35px;
}
.landing-col-page .img-wrap, .blog-col-page .img-wrap {
    width: 70%;
}
}
@media screen and (max-width: 979px) {
.blog-col-page .left-img, .blog-col-page .right-text , .blog-col-page .left-text, .blog-col-page .right-img {
    width: 100%!important;
    height: auto;
}
}
@media screen and (max-width: 767px) {
.menu-col-sec {
    display: none;
}
.social-header ul {
    float: none;
}
.social-n-menu {
    float: left;
    width: 100%;
    text-align: center;
	margin-top: 20px;
}
#logo img {
    max-width: 224px;
}
.bg-dark {
    padding: 24px 0px 70px 0px;
}
.bg-light {
    padding: 50px 0px;
}
.align-items-center {
display: block;
}
.single-page-sec figure.wp-block-embed iframe {
    width: 100%;
}
.single-page-sec .heading-col-text {
    margin: 20px 0 0px;
}
.single-page-sec .post-main-img {
    width: 90%;
}
.address-col p, .phone-no-col p {
    margin-left: 0px;
}
.img-wrap {
    width: 80%;
}
}
@media screen and (max-width: 639px) {
.single-page-sec .heading-col-text p , .landing-col-page .heading-col-text p, .landing-col-page .col-md-heading p, .bg-light p , .blog-col-page .heading-col-text p{
    width: 100%!important;
}
.single-page-sec .post-main-img {
    width: 100%;
    height: auto;
}
.address-col p, .phone-no-col p {
    font-size: 25px;
}
h2{
font-size: 30px!important;
}
#headers .header-wrap {
    padding: 20px 15px;
}
.img-wrap {
    width: 100%;
    height: auto;
}
}
@media screen and (max-width: 479px) {
.images-gallery-sec .ngg-galleryoverview .ngg-gallery-thumbnail-box {
    width: 100%;
    margin: 8px 0;
}
}
/*--------End-Responsive-----------*/

/* Accordion */
#accordion {
    margin-bottom: 30px
}
.ui-widget {
    font-size: 16px;
}
.ui-accordion .ui-accordion-content a {
    text-decoration: underline;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    border: 1px solid #473569;
    background: #473569;
}

.footer-gdpr {
    margin:10px 0;
}
.footer-gdpr a {
    color: #fff;
}

a.tel-url:hover {
    text-decoration: none;
}