@charset "utf-8";
/* CSS Document */
body, html{
  height: 100%
}
body{
  background: #fff;
  background: url('../images/vector.png') no-repeat top center/ cover;
}

h1, h2, h3, h4, h5, h6{
  font-family: 'Comic Sans MS';
}
p, a{
  font-family: 'Poppins', sans-serif;
}
h1, h2, h3, h4, h5, h6, p, a, ul, li{
  -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
a:hover{
  text-decoration: none;
}
:hover, :focus, body * {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.img-center{
  margin: 0 auto;
}
.navbar-default{
  margin-bottom: 0;
  background: none;
  box-shadow: none;
  border: 0;
}
.compensate-for-scrollbar {
    margin: 0 !important;
    padding: 0 !important;
    overflow: scroll !important;
    overflow-x: hidden !important;
}
.fancybox-slide--iframe .fancybox-content, .fancybox-slide--map .fancybox-content, .fancybox-slide--video .fancybox-content {
        width: 70% !important;
}


@font-face {
    font-family: 'Comic Sans MS';
    src: url('../fonts/ComicSansMS.eot');
    src: url('../fonts/ComicSansMS.eot?#iefix') format('embedded-opentype'),
        url('../fonts/ComicSansMS.woff2') format('woff2'),
        url('../fonts/ComicSansMS.woff') format('woff'),
        url('../fonts/ComicSansMS.ttf') format('truetype'),
        url('../fonts/ComicSansMS.svg#ComicSansMS') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Comic Sans MS';
    src: url('../fonts/ComicSansMS-Bold.eot');
    src: url('../fonts/ComicSansMS-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/ComicSansMS-Bold.woff2') format('woff2'),
        url('../fonts/ComicSansMS-Bold.woff') format('woff'),
        url('../fonts/ComicSansMS-Bold.ttf') format('truetype'),
        url('../fonts/ComicSansMS-Bold.svg#ComicSansMS-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Nueva Std';
    src: url('../fonts/NuevaStd-Bold.eot');
    src: url('../fonts/NuevaStd-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/NuevaStd-Bold.woff2') format('woff2'),
        url('../fonts/NuevaStd-Bold.woff') format('woff'),
        url('../fonts/NuevaStd-Bold.ttf') format('truetype'),
        url('../fonts/NuevaStd-Bold.svg#NuevaStd-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

ul {
  padding: 0;
  margin: 0;
}

/* slick-nav css start */


.menuSec {
    display: inline-block;
    padding: 4px 40px;
    float: left;
}
.menuSec ul {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
}
.menuSec ul li {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
}
.menuSec li ul {
  display: none;
}
.menuSec ul li a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    white-space: nowrap;
    padding: 24px 15px;
    color: #ff19b1;
    font-size: 16px;
    /* text-transform: uppercase; */
    font-weight: 300;
    font-family: 'Comic Sans MS';
    font-style: italic;
}
.menuSec ul li a:hover, .menuSec ul li a.active {
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}
.menuSec ul li a:hover:before, .menuSec ul li a.active:before {
  opacity: 1;
}
.menuSec li:hover>ul, .menuSec li:hover>ul>li:hover>ul {
  display: block;
  position: absolute;
  z-index: 1000;
  left: 0;
  width: auto;
  text-align: left;
  top: 42px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.294);
}
.menuSec li:hover>ul>li:hover>ul {
  left: 230px;
  top: 0;
}
.menuSec li>ul>li>a {
  border: none;
  padding: 10px 20px;
  color: #000000;
  overflow: hidden;
  font-size: 15px;
  line-height: 20px;
  text-transform: capitalize;
  background-image: none !important;
}
.menuSec li>ul>li, .menuSec li>ul>li>a {
  display: block;
  margin: 0;
}
.menuSec li>ul>li>a:before, .menuSec li>ul>li>a:after {
  display: none;
}
.menuSec li:hover li {
  float: none;
}
.menuSec li:hover a {}
.menuSec li:hover li a:hover {
  background-color: #0060b4;
  color: #fff;
}
.menuSec ul ul ul {
  left: 100%;
  top: 0;
}
.menuSec ul:before, .menuSec ul:after {
  content: " ";
  display: table;
}
.menuSec ul:after {
  clear: both;
}
.menuSec li>ul>li:hover>ul {
  left: 230px;
  top: 0px;
  width: 270px;
}
/* slick nav css end */


header#header {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 1;
    margin: 0 auto;
}
.top-row {
    position: relative;
}
.col-md-9.col-xs-12.col-sm-9.navigation {
   background-color: #eef9f9;
    position: absolute;
    right: 0;
    width: 63%;
    text-align: left;
    border-bottom-left-radius: 50px;
    border-top-left-radius: 50px;
}
.mnu-icn {
    display: inline-block;
    vertical-align: middle;
}

.mnu-icn ul {}

.mnu-icn ul li {
    list-style: none;
    display: inline-block;
    margin: 18px 0 0 20px;
}
.top-row .row {
    display: flex;
    align-items: center;
}


.main-slider img {
  width: 100%;
}

.main-slider .carousel-caption {
    right: 0;
    left: 0;
    width: 100%;
    top: 0;
    bottom: 0;
    padding: 0;
    text-shadow: none;
    display: flex;
    align-items: center;
}
.slide-txt h2 {
    font-size: 70px;
    color: #fff;
    font-weight: bold;
    margin: 0;
}
.main-slider .row {
  display: flex;
  align-items: center;
}

.slide-txt {
    text-align: left;
}

.slide-txt h1 {
    font-size: 25px;
    color: #ff19b1;
    margin: 0;
    font-weight: bold;
}

.slide-txt h2 span {
    color: #92278f;
}

.slide-txt p {
    font-size: 14px;
    color: #fff;
    margin: 15px 0 45px;
    font-weight: 600;
}

.slide-txt a {
    border-radius: 10px;
    background-color: rgb(255, 182, 25);
    box-shadow: -2.867px 7.469px 24px 0px rgba(0, 0, 0, 0.24);
    font-size: 21px;
    color: #ffffff;
    font-weight: bold;
    display: inline-block;
    width: 182px;
    height: 51px;
    text-align: center;
    padding: 11px 0;
    margin-right: 15px;
}
.slide-txt .glrybtn {
  background-color: #ff19b1;
}
.main-slider .carousel-indicators {
    bottom: 120px;
    left: 8%;
    margin-left: 0;
    width: auto;
}
.main-slider .carousel-indicators li {
  width: 68px;
  height: 9px;
  background-color: #ffffff;
}
.main-slider .carousel-indicators .active {
    background-color: #ff19b1;
    border: 1px solid #ff19b1;
}


.main-slider .item {
  transition-property: opacity;
}

.main-slider .item,
.main-slider .active.left,
.main-slider .active.right {
  opacity: 0;
}

.main-slider .active,
.main-slider .next.left,
.main-slider .prev.right {
  opacity: 1;
}

.main-slider .next,
.main-slider .prev,
.main-slider .active.left,
.main-slider .active.right {
  left: 0;
  transform: translate3d(0, 0, 0);
}

.abtsec-txt h2 {
    font-size: 30px;
    color: #ffb619;
    margin: 0;
}

.abtsec-txt h3 {
    font-size: 55px;
    color: #ff19b1;
    font-weight: bold;
    margin: 0;
}

.abtsec-txt p {
    font-size: 16px;
    color: #333333;
    font-weight: 500;
    margin: 25px 0;
    line-height: 32px;
}

.abtsec-txt a {
    border-radius: 10px;
    background-color: rgb(255, 182, 25);
    box-shadow: -2.867px 7.469px 24px 0px rgba(0, 0, 0, 0.24);
    font-size: 21px;
    color: #ffffff;
    font-weight: bold;
    display: inline-block;
    width: 182px;
    height: 51px;
    text-align: center;
    padding: 11px 0;
}
.main-abtsec .row {
    display: flex;
    align-items: center;
}
.main-abtsec {
    padding: 40px 0 40px;
}
.hwcrt-head h2 {
    text-align: center;
    font-size: 55px;
    color: #ffb619;
    font-weight: bold;
    margin:0 0 50px;
    text-shadow: 2px 0 0 #ffb8e7, -5px 0 0 #ffb8e7, 0 2px 0 #ffb8e7, 0 -2px 0 #ffb8e7, 1px 1px #ffb8e7, -1px -1px 0 #ffb8e7, 1px -1px 0 #ffb8e7, -1px 1px 0 #ffb8e7;
}
.hwcrt-txt {
    text-align: center;
}
.hwcrt-txt img {
    margin: 0 auto;
}
.hwcrt-txt p {
    font-size: 14px;
    color: #333333;
    font-weight: 500;
    font-family: 'Comic Sans MS';
    margin: 25px 0 0;
    line-height: 24px;
}

.lgn-btn {
    text-align: center;
    margin-top: 45px;
}
.lgn-btn a{
    border-radius: 10px;
    background-color: rgb(255, 182, 25);
    box-shadow: -2.867px 7.469px 24px 0px rgba(0, 0, 0, 0.24);
    font-size: 21px;
    color: #ffffff;
    font-weight: bold;
    display: inline-block;
    width: 182px;
    height: 51px;
    text-align: center;
    padding: 11px 0;
}



.lgn-btn a:first-child {background-color: #ff19b1;margin-right: 20px;}
.main-hwcrt {
    background: url(../images/img7.png) no-repeat top center/ cover;
    padding: 70px 0;
    background-size: 90%;
    background-position: 40% 0%;
}

.vdeosec-box {
    border-radius: 50px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 27px 0px rgba(255, 0, 0, 0.24);
    margin-bottom: 35px;
}

.vdeosec-img {
    position: relative;
}

.vdeosec-img .overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.vdeosec-img .overlay a i {
    width: 60px;
    height: 60px;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    color: #ff19b1;
}

.vdeosec-txt {
    text-align: center;
    padding: 15px 0;
}

.vdeosec-txt h2 {
    font-size: 25px;
    color: #ff19b1;
    margin: 0 0 15px;
}

.vdeosec-txt a {
    border-radius: 15px;
    background-color: rgb(255, 191, 0);
    width: 137px;
    height: 31px;
    display: inline-block;
    text-align: center;
    padding: 5px 0;
    font-size: 14px;
    color: #ffffff;
    font-family: 'Comic Sans MS';
    position: relative;
}



.vdeosec-head h2 {
    font-size: 18px;
    color: #ff19b1;
    margin: 0;
}

.vdeosec-head h3 {
    font-size: 30px;
    color: rgb(255, 182, 25);
    font-weight: bold;
    margin: 15px 0 50px;
}
.vdeosec-img img {
    border-radius: 30px;
}
a.spport {
    background: none;
    color: #ff19b1;
    box-shadow: none;
    display: block;
    font-size: 15px;
    text-align: left;
    width: auto;
}

.vdeosec-txt a i {

position: absolute;

left: 15px;

top: 8px;
}
.vdeosec-head {
    padding-left: 60px;
}
.vew-btn a {
  border-radius: 10px;
    background-color: #ff19b1;
    box-shadow: -2.867px 7.469px 24px 0px rgba(0, 0, 0, 0.24);
    font-size: 21px;
    color: #ffffff;
    font-weight: bold;
    display: inline-block;
    width: 182px;
    height: 51px;
    text-align: center;
    padding: 11px 0;
}
.vew-btn {
    text-align: center;
    margin: 20px 0 0;
}
.main-vdeosec {
    padding: 0 0 60px;
    position: relative;
}
.main-vdeosec:after {
  content: '';
  position: absolute;
  left: 100px;
  background: url(../images/img13.png) no-repeat;
  bottom: -20px;
  width: 192px;
  height: 145px;
}
.rgstrtdy-bg {
    border-radius: 60px;
    background-color: rgb(255, 182, 25);
    box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.24);
    padding: 0 0 0;
}



.rgstrtdy-txt h2 {
    font-size: 67px;
    color: #df0044;
    font-weight: bold;
    margin: 0 0 0;
}

.rgstrtdy-txt p {
    font-size: 14px;
    color: #ffffff;
    margin: 30px 0;
}

.rgstrtdy-txt a {
    border-radius: 10px;
    background-color: #f1731c;
    box-shadow: -2.867px 7.469px 24px 0px rgba(0, 0, 0, 0.24);
    font-size: 21px;
    color: #ffffff;
    font-weight: bold;
    display: inline-block;
    width: 182px;
    height: 51px;
    text-align: center;
    padding: 11px 0;
}


.rgstrtdy-bg .row {
  display: flex;
  align-items: center;
}
.rgstrtdy-img img {
    position: relative;
    top: -50px;
    width: 89%;
    margin: 0 auto;
}

.main-rgstrtdy {
    padding: 60px 0 50px;
}

.evnt-img {
    position: relative;
}

.evnt-img h2 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 0;
    font-size: 49px;
    color: #f15f23;
    font-weight: bold;
    width: 37%;
    margin: 0 auto;
    text-align: center;
}
.main-evntclndr {
    background: url(../images/img15.png) no-repeat bottom center/ cover;
    background-size: 100%;
    padding: 1% 0;
}
.evnt-img img {
    margin: 0 auto;
    display: block;
    width: 100%;
}
footer {
    background-color: #232323;
    padding: 60px 0;
}

.info-head h2 {
    font-size: 28px;
    color: #de090d;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0 0 40px;
    position: relative;
    font-family: 'Nueva Std';
    border-bottom: 1px solid #ffc600;
    padding: 0 0 15px;
}
.info-head h2:after {
  content: '';
  position: absolute;
  left: 0;
  width: 30px;
  height: 2px;
  bottom: 0;
  background-color: #ffc600;
}

.info-head ul {
    float: left;
    margin: 0 60px 0 0;
}

.info-head ul li {
    list-style: none;
    padding-bottom: 15px;
}

.info-head ul li a {
    font-size: 15px;
    color: #ffffff;
}

.news-ltr input {
    width: 100%;
    height: 43px;
    border: 0;
    border-radius: 6px;
    padding: 0 15px;
    font-size: 12px;
    outline: none;
    margin: 0 0 25px;
}

.news-ltr button {
    border-radius: 5px;
    background-color: #de090d;
    box-shadow: -2.867px 7.469px 24px 0px rgba(0, 0, 0, 0.24);
    font-size: 18px;
    color: #ffffff;
    font-weight: 400;
    display: inline-block;
    width: 182px;
    height: 51px;
    text-align: center;
    padding: 13px 0;
}

.flw-txt {
    padding-top: 30px;
}

.flw-txt span {
    display: inline-block;
    font-size: 15px;
    color: #ffffff;
    margin-right: 10px;
}

.flw-txt ul {
    display: inline-block;
    vertical-align: middle;
}

.flw-txt ul li {
    list-style: none;
    display: inline-block;
}
.copyrght {
    background-color: #de090d;
    padding: 15px 0;
}
.copyrght p{
    font-size: 14px;
    color: #ffffff;
    margin: 0;
    text-align: center;
}
.banner {
  background: url('../images/all-banner.jpg') no-repeat top center/ cover;
  padding: 210px 0 170px;
}

.banner h2 {
  font-size: 70px;
  color: #ffffff;
  font-weight: bold;
  margin: 0;
  text-align: center;
}



/* contact css start */

.contact {
    margin: 0 0px;
    padding: 4% 0 5%;
}
.contact .ConHeadings h1 {
    color: rgb(255, 182, 25);
    font-size: 41px;
    line-height: 40px;
    font-weight: 700;
    margin: 0 0 35px;
}
.contact .form-group {
    padding: 0 0 20px;
    margin: 0;
}
.contact .form-group .btn {
    /* width: 50%; */
    /* border-radius: 0px !important; */
    /* background-color: #4e338d; */
    /* font-family: 'Poppins', sans-serif; */
}

.contact .form-group label {
    display: inline-block;
    max-width: 100%;
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    color: #777777;
}
.contact .bluetext {
    color: #333333;
    padding-right: 3px;
    font-weight: 700;
    float: left;
    width: 64px;
}
.contact .Contxt p {
    font-size: 13px;
    /* line-height: 27px; */
    padding: 0px 0 0 0;
    color: #666666;
    font-weight: 500;
    margin-bottom: 0;
}
.contact .form-control {
    display: block;
    width: 100%;
    height: 51px;
    padding: 16px 12px;
    font-size: 14px;
    color: #555;
    border: 1px solid #e1e1e1;
    border-radius: 0;
    outline: none;
    font-weight: 400;
    background-color: #fff;
}
.contact .btn {
    border-radius: 10px;
    background-color: #ff19b1;
    box-shadow: -2.867px 7.469px 24px 0px rgba(0, 0, 0, 0.24);
    font-size: 21px;
    color: #ffffff;
    font-weight: bold;
    display: table;
    width: 182px;
    height: 51px;
    text-align: center;
    padding: 10px 0;
    border-color: transparent;
    font-family: 'Comic Sans MS';
    margin: 40px auto 0;
}
.contact textarea {
    height: 165px !important;
    resize: none;
    font-family: 'Poppins', sans-serif;
}
.contact p a {
    color: #666666;
    font-weight: 500;
    /* float: left; */
    /* width: 78%; */
    line-height: 19px;
    font-size: 15px;
}
.contact iframe {
    margin-top: 0;
}
.contact p .mailone {
    color: #009fff;
}
.Contxt .row {
    margin-bottom: 20px;
}
.cntct-one img {
  float: left;
}
.cntct-txt {
    width: 80%;
    padding-left: 19px;
    float: left;
}
.cntct-one {
    overflow: hidden;
    margin-bottom: 37px;
}

.ConHeadings p {
  font-size: 16px;
  color: #555555;
  font-weight: 500;
  line-height: 25px;
  margin: 0 0 40px;
  padding: 0 120px 0 0;
}

.contact .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #4a4a4a;
}
.contact .form-control::-moz-placeholder { /* Firefox 19+ */
  color: #4a4a4a;
}
.contact .form-control:-ms-input-placeholder { /* IE 10+ */
  color: #4a4a4a;
}
.contact .form-control:-moz-placeholder { /* Firefox 18- */
  color: #4a4a4a;
}
.contact .form-group .btn img {
  display: inline-block;
  padding-right: 11px;
}
.map {
    padding-top: 50px;
}

.ConHeadingstwo {
    text-align: center;
}
.contact hr {
    margin: 70px 0;
    border-top: 1px solid #eaeaea;
}
.ConHeadingstwo h1 {
  margin: 0 0 20px !important;
}
/* contct end */


.evntsec-img {
    position: relative;
}

.evntsec-img h2 {
    position: absolute;
    top: 0;
    right: 0;
    width: 90px;
    height: 90px;
    background-color: #ffb619;
    font-size: 40px;
    color: #ffffff;
    text-align: center;
    margin: 0;
    padding: 15px 0;
}

.evntsec-img h2 span {
    display: block;
    font-size: 12px;
    color: #ffffff;
}



.evntsec-txt p {
    font-size: 14px;
    color: #6f7a7f;
    font-weight: 400;
    line-height: 22px;
    margin: 25px 0;
}

.evntsec-txt a {
    border-radius: 10px;
    background-color: rgb(255, 182, 25);
    box-shadow: -2.867px 7.469px 24px 0px rgba(0, 0, 0, 0.24);
    font-size: 21px;
    color: #ffffff;
    font-weight: bold;
    display: inline-block;
    width: 182px;
    height: 51px;
    text-align: center;
    padding: 11px 0;
}
.main-evntsec .row {
    display: flex;
    align-items: center;
    margin-bottom: 60px;
}
.evntsec-txt h2 {
  font-size: 20px;
  color: #262626;
  margin: 0;
  font-weight: bold;
}

.evntsectwo .evntsec-txt{
  text-align: right;
}
.evntsectwo .evntsec-img h2 {
  background-color: #ff19b1;
}
.evntsectwo .evntsec-txt a {
  background-color: #ff19b1;
}
.main-evntsec {
    padding: 90px 0 30px;
}
.main-galrypg {
    padding: 50px 0 0;
}

.main-galrypgtwo {
  padding: 50px 0 70px;
}
.main-galrypgthre {
  padding: 0 0 70px;
}



.rgstrsec-box {
    border-radius: 20px;
    background-color: rgb(28, 210, 132);
    box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.25);
    padding: 30px 40px;
    min-height: 572px;
}

.rgstrsec-box h2 {
    font-size: 30px;
    color: #ffffff;
    font-weight: bold;
    margin: 0;
    border-bottom: 1px solid #e6e6e6;
    padding: 0 0 15px;
}

.rgstrsec-box h3 {
    font-size: 14px;
    color: #ffffff;
    font-style: italic;
    margin: 20px 0 30px;
}

.rgstrsec-box label {
    font-size: 14px;
    color: #333333;
    display: block;
    font-family: 'Comic Sans MS';
    font-weight: 500;
    margin: 0 0 10px;
}

.rgstrsec-box input {
    height: 43px;
    width: 100%;
    border: 1px solid #e6e6e6;
    font-size: 12px;
    outline: none;
    font-family: 'Poppins', sans-serif;
    padding: 0 8px;
    margin: 0 0 21px;
}

.rgstrsec-box label.container.pull-left {line-height: 15px;font-weight: 500;display: inline-block;width: 50%;}

.rgstrsec-box label.container.pull-left input[type="checkbox"] {
    width: auto;
    height: auto;
    float: left;
    margin: 0 10px 0 0;
}

.rgstrsec-box .frgt.pull-right {
    font-size: 14px;
    color: #333333;
    font-family: 'Comic Sans MS';
    font-weight: 500;
}
.rgstrsec-box a.lgn {
    border-radius: 10px;
    background-color: #fee166;
    box-shadow: -2.867px 7.469px 24px 0px rgba(0, 0, 0, 0.24);
    font-size: 21px;
    color: #333333;
    font-weight: bold;
    display: inline-block;
    width: 182px;
    height: 51px;
    text-align: center;
    padding: 11px 0;
    font-family: 'Comic Sans MS';
    margin-top: 30px;
}
.lgn-wth {
    margin: 60px 0 0;
}

.lgn-wth span {
        font-size: 14px;
        color: #333333;
        font-family: 'Comic Sans MS';
        display: inline-block;
        margin-right: 15px;
}
.lgn-wth img {
  display: inline-block;
  margin-right: 5px;
}

.create-box {
  background-color: #fee166;
}
.create-box .rgstrsec-box h2 {
  color: #333333;
}
.create-box .lgn-wth img {
    filter: brightness(20%);
}
.create-box a.lgn {
  background-color: #1cd284;
  color: #fff;
}

.create-box .lgn-wth {
    margin: 0 40px 0;
    display: inline-block;
}
.rgstrsec-head h2 {
    font-size: 55px;
    color: #ffb619;
    font-weight: bold;
    text-align: center;
    margin: 0 0 70px;
}
.main-rgstrsec {
    padding: 0 0 100px;
}

/*dashboard sign page start*/
body.banner-sign{
  background-image: url(../images/sign-banner.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.logo-portion {
    text-align: center;
    padding-top: 33px;
}
.sign-ist label {
    color: #000;
    font-size: 18px;
    font-weight: 500;
    font-family: 'Comic Sans MS';
    margin: 6px 0;
}
.sign-ist input {
    width: 100%;
    height: 43px;
    border: 1px solid #e6e6e6;
    font-size: 12px;
    outline: none;
    font-family: 'Poppins', sans-serif;
    padding: 0 6px;
    margin: 0 0 4px;
    background: #fff;
}
.sign-ist button {
    border-radius: 10px;
    background-color: #fee166;
    box-shadow: -2.867px 7.469px 24px 0px rgba(0, 0, 0, 0.24);
    font-size: 21px;
    color: #333333;
    font-weight: bold;
    display: inline-block;
    width: 182px;
    height: 51px;
    text-align: center;
    padding: 8px 0;
    font-family: 'Comic Sans MS';
    margin-top: 30px;
}
/*dashboard sign page end*/
/*dashboard login page start*/
.sign-ist-1 button {
    background-color: #1cd284;
    color: #fff;
    font-size: 21px;
    color: #333333;
    font-weight: bold;
    display: inline-block;
    width: 182px;
    height: 51px;
    text-align: center;
    padding: 8px 0;
    font-family: 'Comic Sans MS';
    margin-top: 30px;
    border-radius: 10px;
    box-shadow: -2.867px 7.469px 24px 0px rgba(0, 0, 0, 0.24);
    /*dashboard login page end*/
}
.login-box {
    border: 1px solid #0000001f;
    width: 55%;
    margin: 0 auto;
    display: block;
    /* padding: 0; */
    background-color: #f3f2f2e6;
    border-radius: 10px;
    padding-bottom: 18px;
}
section.signup-sec {
    padding-top: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sign-ist-1 {
    padding-bottom: 30px;
}
a.btn {
    background-color: rgb(255, 182, 25);
}
.sign ul li {
    list-style: none;
    display: inline-block;
}
.sign {
    float: left;
    padding: 15px 0;
}
a.btn {
    background-color: rgb(255, 182, 25);
    box-shadow: -2.867px 7.469px 24px 0px rgba(0, 0, 0, 0.24);
    color: #fff;
    font-weight: bold;
    text-align: center;
    padding: 11px 31px;
    margin-right: 15px;
    border-radius: 10px;
    font-size: 16px;
}
a.btn:hover,a.btn:focus{
    background-color: rgb(255, 182, 25);
    color: #fff;
}
.logo-portion a img {
    width: 20%;
}
section.signup-sec-1 {
    padding-top: 30px;
    display: flex;
    align-items: center;
}
.sign-ist {
    padding-bottom: 10px;
}
/*privacy police page on home page*/
section.privacy-sec {
    padding-top: 50px;
    padding-bottom: 50px;
}
/*privacy police page on home page*/
.banner-1 {
    background: url(../images/children-2.jpg) no-repeat top center/ cover;
    padding: 210px 0 170px;
}
.banner-1 h2 {
    font-size: 70px;
    color: #ffffff;
    font-weight: bold;
    margin: 0;
    text-align: center;
}
.banner-2 {
    background: url(../images/children-3.jpg) no-repeat top center/ cover;
    padding: 210px 0 170px;
}
.banner-2 h2 {
    font-size: 70px;
    color: #ffffff;
    font-weight: bold;
    margin: 0;
    text-align: center;
}
.banner-3 {
    background: url(../images/children-4.jpg) no-repeat top center/ cover;
    padding: 210px 0 170px;
}
.banner-3 h2 {
    font-size: 70px;
    color: #ffffff;
    font-weight: bold;
    margin: 0;
    text-align: center;
}
.privacy-list h2 {
    color: rgb(255, 182, 25);
}
/*hompage how to create sec css start*/
.hwcrt-txt h3 {
    color: #ff19b1;
}
/*hompage how to create sec css end*/

@media only screen and (min-device-width:520px) and (max-device-width:767px) and (orientation:portrait) {}
@media only screen and (min-device-width:120px) and (max-device-width:750px) and (orientation:landscape) {}
@media only screen and (min-device-width:751px) and (max-device-width:999px) and (orientation:portrait) {}
@media only screen and (min-device-width:751px) and (max-device-width:999px) and (orientation:landscape) {}
@media only screen and (min-device-width:1000px) and (max-device-width:1030px) and (orientation:portrait) {}
@media only screen and (min-device-width:1000px) and (max-device-width:1030px) and (orientation:landscape) {}

@media only screen and (min-width: 1600px) and (max-width: 1920px){

}
@media only screen and (min-width: 1445px) and (max-width: 1599px) {

}
@media only screen and (min-width: 1366px) and (max-width: 1444px) {
   section.signup-sec-1 {
    padding-top: 22px;
}
}
@media only screen and (min-width: 1200px) and (max-width: 1365px){}
@media only screen and (min-width: 992px) and (max-width: 1199px){
  section.signup-sec-1 {
    padding-top: 0;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px){
  section.signup-sec-1 {
    padding-top: 13px;}
}
@media only screen and (min-width: 520px) and (max-width: 767px){}
@media only screen and (min-width: 300px) and (max-width: 519px){}



