﻿@charset "UTF-8";



/* GLOBAL
----------------------*/

body {
    font-family: 'Rubik', sans-serif;
    position: relative;
	font-size: 14px;
}

a {
    color: #e38cb7;
}

a:hover,
a:focus {
    color: #d6619c;
}

h1 {
    font-size: 40px;
    font-weight: 300;
    letter-spacing: -1px;
    margin-bottom: 1.5rem;
}

h2 {
    font-size: 45px;
    font-weight: 300;
    color: #633991;
    letter-spacing: -1px;
    margin-bottom: 1rem;
}

h3 {
    color: #633991;
    font-size: 28px;
    font-weight: 500;
}

h4 {
    font-size: 20px;
    font-weight: 500;
    color: #633991;
}

h5 {
    font-size: 28px;
    font-weight: 300;
    color: #633991;
    margin-bottom: 0.7rem;
}

p {
    color: #333;
}

p.lead {
    color: #e38cb7;
    margin-bottom: 2rem;
}

.text-primary {
    color: #e38cb7 !important;
}

.light-font {
    font-weight: 300;
}

.btn {
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    padding: 0.375rem 1.35rem;
    transition: all 0.3s ease;
}

.btn-outline-light:hover {
    color: #d6619c;
}

.btn-primary {
    border-radius: 3px;
	background: #ff4e7a;
	background: -moz-linear-gradient(-45deg,  #ff4e7a 0%, #ff665e 100%); 
	background: -webkit-linear-gradient(-45deg,  #ff4e7a 0%,#ff665e 100%);
	background: linear-gradient(135deg,  #ff4e7a 0%,#ff665e 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff4e7a', endColorstr='#ff665e',GradientType=1 );

    box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.2);
    font-weight: 500;
    padding: 0.6rem 2rem;
    border: 0;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary:not([disabled]):not(.disabled).active,
.btn-primary:not([disabled]):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    background-image: linear-gradient(135deg, #ff4e7a 0%,#ff5671 100%);
    box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.3);
    color: #FFF;
}

.btn-light {
    border-radius: 3px;
    background: #FFF;
    box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.26);
    font-size: 14px;
    font-weight: 500;
    color: #633991;
    margin: 0.5rem;
    padding: 0.7rem 1.6rem;
    line-height: 1.8;
}

.btn-group-lg>.btn,
.btn-lg {
    padding: 0.8rem 1rem;
    font-size: 15px;
}

.light-bg {
    background-color: #faf6fb;
}


.section-title {
    text-align: center;
    margin-bottom: 3rem;
}

.section-title small {
    color: #998a9b;
}
.filter label{margin-bottom: 2px;}
.table-striped tbody tr:nth-of-type(odd) {
    background-color: #faf6fb;
}
@media (min-width:767px) {
    .section {
        padding: 130px 20px 20px;
        }
}
@media (max-width:767px) {
    h1 {
        font-size: 40px;
    }
    h2 {
        font-size: 30px;
    }
    .section {
    padding: 90px 20px 20px;
    }
}


/* NAVBAR
----------------------*/

.nav-menu {
    padding: 1rem 0;
    transition: all 0.3s ease;
}

.nav-menu.is-scrolling,
.nav-menu.menu-is-open {
    background: #ff4e7a;
	background: -moz-linear-gradient(-45deg,  #ff4e7a 0%, #fe9923 100%); 
	background: -webkit-linear-gradient(-45deg,  #ff4e7a 0%,#fe9923 100%);
	background: linear-gradient(135deg,  #ff4e7a 0%,#fe9923 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff4e7a', endColorstr='#fe9923',GradientType=1 );
    -webkit-box-shadow: 0px 5px 23px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 5px 23px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 23px 0px rgba(0, 0, 0, 0.1);
}

.nav-menu.is-scrolling {
    padding: 0;
}

.navbar-nav .nav-link {
    position: relative;
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 1rem;
        padding-left: 1rem;
        font-size: 14px;
    }
    .navbar-nav>.nav-item>.nav-link.active:after {
        content: "";
        border-bottom:2px solid rgba(255, 255, 255, 0.3);
        left: 1rem;
        right: 1rem;
        bottom: 5px;
        height: 1px;
        position: absolute;
    }
}

@media (max-width:991px) {
    .navbar-nav.is-scrolling {
        padding-bottom: 1rem;
    }
    .navbar-nav .nav-item {
        text-align: center;
    }
}


/* HERO
----------------------*/

header {
    padding: 130px 0 30px;
    text-align: center;
    color: #FFF;
}

.bg-gradient {
background: #ff4e7a;
background: -moz-linear-gradient(-45deg,  #ff4e7a 0%, #fe9923 100%); 
background: -webkit-linear-gradient(-45deg,  #ff4e7a 0%,#fe9923 100%);
background: linear-gradient(135deg,  #ff4e7a 0%,#fe9923 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff4e7a', endColorstr='#fe9923',GradientType=1 );
}

.tagline {
    font-size: 20px;
    font-weight: 300;
    color: #fff;
    margin: 0 5%;
}

.img-holder {
    height: 0;
    padding-bottom: 33%;
    overflow: hidden;
}

@media (max-width:1200px) {
    .img-holder {
        padding-bottom: 50%;
    }
	
}
@media (min-width:767px) {
	.hidden-xs{display:block;}
	.visible-xs{ display:none;}
}

@media (max-width:767px) {
    .tagline {
        font-size: 17px;
    }
    .img-holder {
        padding-bottom: 100%;
    }
	.hidden-xs{display:none;}
	.visible-xs{ display:block;}
	
}

.form-control{font-size: 14px;}
.searchTab{display:block;border-bottom: 1px solid #ccc; margin-bottom:20px;}
.searchTab a{display: inline-block; padding:5px 10px;margin-right:5px;margin-bottom: -1px;     border: 1px solid #ccc; color:#000;}
.searchTab a.active{ border-bottom-color:#fff; color:#999;}
.rowFilter{ background-color:#fffff1; border: 1px dashed #f0cea6; margin-bottom:20px; padding:10px; }
.homeSec2 .homeBotTxt{
    font-size: 20px;
    font-weight: 300;
    color: #333;
    margin: 0 10%;
	text-align:center;
}
.homeSec2 .card-text{ font-size:16px;}

.gradient-fill:before {
    color: #fc73b4;
    background: -moz-linear-gradient(top, #9477b4 0%, #fc73b4 100%);
    background: -webkit-linear-gradient(top, #9477b4 0%, #fc73b4 100%);
    background: linear-gradient(to bottom, #9477b4 0%, #fc73b4 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.card.features {
    border: 0;
    border-radius: 3px;
    box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.04);
    transition: all 0.3s ease;
	margin: 30px 0;
	min-height: 250px;
}

@media (max-width:991px) {
    .card.features {
        margin-bottom: 2rem;
    }
    [class^="col-"]:last-child .card.features {
        margin-bottom: 0;
    }
}

.card.features:before {
    content: "";
    position: absolute;
    width: 3px;
    color: #fc73b4;
    background: -moz-linear-gradient(top, #ff4e7a 0%, #fe9923 100%);
    background: -webkit-linear-gradient(top, #ff4e7a 0%, #fe9923 100%);
    background: linear-gradient(to bottom, #ff4e7a 0%, #fe9923 100%);
    top: 0;
    bottom: 0;
    left: 0;
}

.card-text {
    font-size: 14px;
}

.card.features:hover {
    transform: translateY(-3px);
    -moz-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.08);
}

.box-icon {
    box-shadow: 0px 0px 43px 0px rgba(0, 0, 0, 0.14);
    padding: 10px;
    width: 70px;
    border-radius: 3px;
    margin-bottom: 1.5rem;
    background-color: #FFF;
}

.circle-icon {
    box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.07);
    padding: 10px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin-bottom: 1.5rem;
    background-color: #FFF;
    color: #f5378e;
    font-size: 48px;
    text-align: center;
    line-height: 80px;
    font-weight: 300;
    transition: all 0.3s ease;
}

@media (max-width:992px) {
    .circle-icon {
        width: 70px;
        height: 70px;
        font-size: 28px;
        line-height: 50px;
    }
}

.ui-steps li:hover .circle-icon {
    background-image: -moz-linear-gradient( 122deg, #e6388e 0%, #fb378e 100%);
    background-image: -webkit-linear-gradient( 122deg, #e6388e 0%, #fb378e 100%);
    background-image: -ms-linear-gradient( 122deg, #e6388e 0%, #fb378e 100%);
    background-image: linear-gradient( 122deg, #e6388e 0%, #fb378e 100%);
    box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.09);
    color: #FFF;
}

.ui-steps li {
    padding: 15px 0;
}

.ui-steps li:not(:last-child) {
    border-bottom: 1px solid #f8e3f0;
}

.perspective-phone {
    position: relative;
    z-index: -1;
}

@media (min-width:992px) {
    .perspective-phone {
        margin-top: -150px;
    }
}

.cntOR{ display:flex; width:30px; height:30px; text-align:center;color:#fff; line-height:30px; margin:30px auto 0;border-radius: 50%; font-size:12px;justify-content: center; align-items: center;
background: #ff4e7a;
background: -moz-linear-gradient(-45deg,  #ff4e7a 0%, #ff665e 100%);
background: -webkit-linear-gradient(-45deg,  #ff4e7a 0%,#ff665e 100%);
background: linear-gradient(135deg,  #ff4e7a 0%,#ff665e 100%);
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff4e7a', endColorstr='#ff665e',GradientType=1 );*/

    box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.2);
    font-weight: 500;
}


.cntcaptcha {
    display: flex;
    width: 70px;
    height: 30px;
    text-align: center;
    color: #fff;
    line-height: 30px;
    margin: 30px auto 0;
    border-radius: 50%;
    font-size: 12px;
    justify-content: center;
    align-items: center;
    background: #ff4e7a;
    background: -moz-linear-gradient(-45deg, #ff4e7a 0%, #ff665e 100%);
    background: -webkit-linear-gradient(-45deg, #ff4e7a 0%,#ff665e 100%);
    background: linear-gradient(135deg, #ff4e7a 0%,#ff665e 100%);
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff4e7a', endColorstr='#ff665e',GradientType=1 );*/
    box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.2);
    font-weight: 500;
}

.marquee {
    font-size: 20px;
    font-weight: 400;
    margin: 0 10%;
}

.imgbtn {
    display: block;
    width: 114px;
    height: 35px;
    padding: 10px;
    background-image: url("/images/gc_button6.jpg");
}
.tableCon{ overflow: auto;}
.navbar-expand-lg .navbar-nav.icnSocialCon .nav-link.icnSocial img{ width: 20px;}
.navbar-expand-lg .navbar-nav.icnSocialCon .nav-link.icnSocial:hover{opacity: 0.6;}
.height26{height:26px;}

.myDiv {
    border: 1px dotted #ff9933;
    background-color: #fe9923;
    text-align: center;
    font-family: 'Rubik', sans-serif;
    margin-left: 2rem;
    margin-right: 2rem;
}
/*
.fb-page {
	height:500px;
	width:700px;
	padding-top:0;
	text-align: center;	
	overflow:hidden;
	*/
    /*webkit-overflow-scrolling: touch; *//*    THIS IS THE KEY*/
}

  /*  .myIframe iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        max-width: 100%  ;
        max-height: 100% ;
		scrolling:yes;
        height: 100%;
    }*/


/*
    ----------------------------------------------------------------------------------------------------
    Weatherstyle.css starts here
*/
.container {
    width: max-content;
    display: block;
    margin: 0 auto;
    border-radius: inherit;
    padding-bottom: inherit;
    height: max-content;
}

.temperature-value {
    padding-right: 0px;
}

    .temperature-value p {
        padding: 0;
        margin: 0 auto;
        color: white;
        font-size: 2em;
        text-align: center;
        cursor: pointer;
    }

        .temperature-value p:hover {
        }

    .temperature-value span {
        color: white;
        font-size: 0.5em;
    }

.temperature-description {
}

    .temperature-description p {
        padding: 5px;
        margin: 0 auto;
        color: white;
        text-align: center;
        font-size: 1.2em;
    }

.notification {
    color: white;
}

.location {
}

    .location p {
        margin: 0 auto;
        padding: 5px;
        color: white;
        text-align: center;
        font-size: 1.2em;
    }

    /*
        ------------------------------------------------------------------------------------------------------
        weatherstyle.css ends here

    */