    .carousel-caption h3
    {
        font-size:16px;
    }
    #photos 
    {
        /* Prevent vertical gaps */
        line-height: 15px;
        -webkit-column-count: 4;
        -webkit-column-gap:   0px;
        -moz-column-count:    4;
        -moz-column-gap:      0px;
        column-count:         4;
        column-gap:           0px;  
    }
    #photos img 
    {
        /* Just in case there are inline attributes */
        width: 100% !important;
        height: auto !important;
        border: 5px solid #fff;
    }
    #photos img:hover
    {
        opacity: .7;
    }
    @media (max-width: 1200px) 
    {
        #photos 
        {
            -moz-column-count:    4;
            -webkit-column-count: 4;
            column-count:         4;
        }
    }
    @media (max-width: 1000px) 
    {
        #photos 
        {
            -moz-column-count:    3;
            -webkit-column-count: 3;
            column-count:         3;
        }
    }
    @media (max-width: 800px) 
    {
        #photos 
        {
            -moz-column-count:    2;
            -webkit-column-count: 2;
            column-count:         2;
        }
    }
    @media (max-width: 400px) 
    {
        #photos 
        {
            -moz-column-count:    1;
            -webkit-column-count: 1;
            column-count:         1;
        }
    }
    #photos a
    {
        text-align:center;
        color:#040a5e;
        font-size:16px;
        font-weight:bolder;
    }
    .my_headbar_border
    {
        border-top:5px solid #ff9007;
        /*border-top:5px solid #564204;*/
    }
    /*New Header And Footer CSS Start*/
    .myheader_logo_set  a:hover {
      text-decoration: none;
      color: #564204;
    }
    header .header-logo {
      color: #564204;
      text-decoration:none;
        font-weight: 700;
        font-size: 23px;
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
    }
    header {
      background: #fff;
      -webkit-box-shadow: 0 1px 5px 0 rgba(83, 83, 83, 0.4);
      box-shadow: 0 1px 5px 0 rgba(83, 83, 83, 0.4);
      position: -webkit-sticky;
      position: sticky;
      top: 0;
      z-index: 1000;
    }
    header .main-menu>li {
      position: relative;
    }
    header .main-menu>li>a {
      color: #564204;
      font-size: 14px;
      padding: 12px 8px;
      font-weight: 700;
      display: block;
      transition: .4s;
      -webkit-transition: .4s;
      -moz-transition: .4s;
      -ms-transition: .4s;
      -o-transition: .4s;
    }
    header .main-menu>li.active>a {
      color: #ff9007;
    }
    header .main-menu>li:hover>a {
      color: #ff9007;
    }
    header .main-menu>li>a>i {
      color: #03328E;
    }
    header .main-menu>li>a:hover>i {
      color: #fff;
    }
    header .main-menu>li:hover>a i {
      color: #fff;
    }
    header .main-menu .sub-menu {
      display: none;
      position: absolute;
      left: 50%;
      top: 100%;
      width: 200px;
      overflow: hidden;
      border-top: 2px solid #f49306;
      background: #fff;
      -webkit-box-shadow: 0 1px 5px 0 rgba(83, 83, 83, 0.2);
      box-shadow: 0 1px 5px 0 rgba(83, 83, 83, 0.2);
      z-index: 5;
      transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -o-transform: translateX(-50%);
    }
    header .main-menu .sub-menu a {
      padding: 11px 10px;
      display: block;
      color: #564204;
      font-weight: 600;
      font-size: 15px;
      transition: .4s;
      -webkit-transition: .4s;
      -moz-transition: .4s;
      -ms-transition: .4s;
      -o-transition: .4s;
    }
    header .main-menu .sub-menu a i {
      color: #03328E;
    }
    header .main-menu .sub-menu a:hover {
      background: #ff9007;
      color: #fff;
    }
    header .main-menu>li:hover .sub-menu {
      display: block;
    }
    header .header-logo figure img {
      max-width: 200px;
    }
    header .demo-link {
      margin-left: 1vw;
    }
    header .side-menu-close {
      background: transparent;
    }
    header .side-menu-close span {
      background: #564204;
      width: 28px;
    }
    #call-action .call-action {
      color: #001b4f;
      font-weight: 700;
      font-size: 23px;
      transition: .4s;
      -webkit-transition: .4s;
      -moz-transition: .4s;
      -ms-transition: .4s;
      -o-transition: .4s;
    }
    #call-action .call-action:hover {
      color: #10bd3b;
    }
    /* side menu */
    .side-menu-wrap {
      width: 300px;
      position: fixed;
      left: -100%;
      top: 0;
      background: #fff;
      height: 100%;
      -webkit-box-shadow: 0 1px 5px 0 rgba(83, 83, 83, 0.2);
      box-shadow: 0 1px 5px 0 rgba(83, 83, 83, 0.2);
      overflow-y: auto;
      z-index: 15000;
      transition: .4s;
      -webkit-transition: .4s;
      -moz-transition: .4s;
      -ms-transition: .4s;
      -o-transition: .4s;
    }
    .side-menu-wrap.opened {
      left: 0;
      transition: .8s;
      -webkit-transition: .8s;
      -moz-transition: .8s;
      -ms-transition: .8s;
      -o-transition: .8s;
    }
    .side-menu-logo {
      border-bottom: 2px solid #FE8204;
    }
    .side-menu-nav .main-menu>li {
      position: relative;
      border-bottom: 1px solid #564204;
    }
    .side-menu-nav .main-menu>li>a>i {
      color: #03328E;
    }
    .side-menu-nav .main-menu .sub-menu {
      border-top: 1px solid #FE8204;
      background: #fff;
      display: none;
    }
    .side-menu-nav .main-menu .sub-menu li {
      border-bottom: 1px solid #eee;
    }
    .side-menu-nav .main-menu .sub-menu a {
      /*padding: 10px 22px;*/
      padding: 8px 25px;
      display: block;
      color: #564204;
      font-weight: 600;
      font-size: .9em;
      transition: .4s;
      -webkit-transition: .4s;
      -moz-transition: .4s;
      -ms-transition: .4s;
      -o-transition: .4s;
    }
    .side-menu-nav .main-menu .sub-menu a i {
      color: #03328E;
    }
    .side-menu-nav .main-menu .sub-menu~i {
      font-size: .8em;
      position: absolute;
      padding: 11px 11px;
      right: 0;
      top: 0;
      border-left: 1px solid #564204;
    }
    .side-menu-nav .main-menu .sub-menu a:hover {
      background: #F5F5F5;
    }
    .side-menu-nav .main-menu>li>a {
      color: #564204;
      /*padding: 15px 30px 15px 10px;*/
      padding: 10px 10px 3px 10px;
      font-weight: 600;
          font-size: 14px;
      display: block;
      transition: .4s;
      -webkit-transition: .4s;
      -moz-transition: .4s;
      -ms-transition: .4s;
      -o-transition: .4s;
    }
    .side-menu-wrap .side-menu-close {
      position: absolute;
      right: 0;
      top: 0;
      height: 30px;
      width: 30px;
      border-radius: 0;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      -ms-border-radius: 0;
      -o-border-radius: 0;
    }
    .side-menu-close {
      height: 40px;
      width: 40px;
      background: #ff9007;
      border-radius: 50%;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%;
    }
    .side-menu-close span {
      height: 2px;
      width: 20px;
      background: #fff;
      position: relative;
      opacity: 1;
      transition: .4s;
      -webkit-transition: .4s;
      -moz-transition: .4s;
      -ms-transition: .4s;
      -o-transition: .4s;
    }
    .side-menu-close span:nth-child(1) {
      top: -5px;
    }
    .side-menu-close span:nth-child(3) {
      bottom: -5px;
    }
    .side-menu-close.closed span:nth-child(1) {
      transform: translateY(7px) rotate(45deg);
      -webkit-transform: translateY(7px) rotate(45deg);
      -moz-transform: translateY(7px) rotate(45deg);
      -ms-transform: translateY(7px) rotate(45deg);
      -o-transform: translateY(7px) rotate(45deg);
    }
    .side-menu-close.closed span:nth-child(2) {
      opacity: 0;
    }
    .side-menu-close.closed span:nth-child(3) {
      transform: translateY(-7px) rotate(-45deg);
      -webkit-transform: translateY(-7px) rotate(-45deg);
      -moz-transform: translateY(-7px) rotate(-45deg);
      -ms-transform: translateY(-7px) rotate(-45deg);
      -o-transform: translateY(-7px) rotate(-45deg);
    }
    /*  custom overlay */
    .custom-overlay {
      position: fixed;
      left: 0;
      top: 0;
      background: rgba(0, 0, 0, .4);
      z-index: 12500;
      visibility: hidden;
      opacity: 0;
      transition: .4s;
      -webkit-transition: .4s;
      -moz-transition: .4s;
      -ms-transition: .4s;
      -o-transition: .4s;
    }
    .custom-overlay.show {
      visibility: visible;
      opacity: 1;
      transition: .4s;
      -webkit-transition: .4s;
      -moz-transition: .4s;
      -ms-transition: .4s;
      -o-transition: .4s;
    }
    /* Header Page CSS End Here */
    
    
    /* footer page css start */
    .footer {
        background-color: #564204;
        color: #fff;
        font-family: Tahoma, sans-serif;
    }
    .footer-wave-svg {
        background-color: transparent;
        display: block;
        height: 30px;
        position: relative;
        top: -1px;
        width: 100%;
    }
    .footer-wave-path {
        fill: #fffff2;
    }
    .footer-content {
        margin-left: auto;
        margin-right: auto;
        max-width: 1230px;
        padding: 40px 15px 450px;
        position: relative;
    }
    .footer-content-column {
        box-sizing: border-box;
        float: left;
        padding-left: 15px;
        padding-right: 15px;
        width: 100%;
        color: #fff;
    }
    .footer-content-column ul li a {
      color: #fff;
      text-decoration: none;
    }
    .footer-logo-link {
        display: inline-block;
    }
    .footer-menu {
        margin-top: 30px;
    }
    .footer-menu-name {
        color: #fffff2;
        font-size: 20px;
        font-weight: 900;
        letter-spacing: 1px;
        line-height: 18px;
        margin-bottom: 0;
        margin-top: 0;
        text-transform: uppercase;
        font-family: "Times New Roman", Times, serif;
    }
    .footer-menu-list {
        list-style: none;
        margin-bottom: 0;
        margin-top: 10px;
        padding-left: 0;
        font-family: "Times New Roman", Times, serif;
    }
    .footer-menu-list li {
        margin-top: 5px;
    }
    .footer-call-to-action-description {
        color: #fffff2;
        margin-top: 10px;
        margin-bottom: 20px;
    }
    .footer-call-to-action-button:hover {
        background-color: #fffff2;
        color: #00bef0;
    }
    .button:last-of-type {
        margin-right: 0;
    }
    .footer-call-to-action-button {
        background-color: #3a2c03;
        border-radius: 21px;
        color: #fffff2;
        display: inline-block;
        font-size: 11px;
        font-weight: 900;
        letter-spacing: .1em;
        line-height: 18px;
        padding: 12px 30px;
        margin: 0 10px 10px 0;
        text-decoration: none;
        text-transform: uppercase;
        transition: background-color .2s;
        cursor: pointer;
        position: relative;
    }
    .footer-call-to-action {
        margin-top: 30px;
    }
    .footer-call-to-action-title {
        color: #fffff2;
        font-size: 20px;
        font-weight: 900;
        letter-spacing: 1px;
        line-height: 18px;
        margin-bottom: 0;
        margin-top: 0;
        text-transform: uppercase;
        font-family: "Times New Roman", Times, serif;
    }
    .footer-call-to-action-link-wrapper {
        margin-bottom: 0;
        color: #fff;
        text-decoration: none;
        text-align: left !important;
        font-family: "Times New Roman", Times, serif;
    }
    .footer-call-to-action-link-wrapper a {
        color: #fff;
        text-decoration: none;
    }
    .footer-social-links {
        bottom: 0;
        height: 54px;
        position: absolute;
        right: 0;
        width: 236px;
    }
    .footer-social-amoeba-svg {
        height: 54px;
        left: 0;
        display: block;
        position: absolute;
        top: 0;
        width: 236px;
    }
    .footer-social-amoeba-path {
        fill: #ff9007;
    }
    .footer-social-link.linkedin {
        height: 40px;
        left: 3px;
        top: 11px;
        width: 45px;
        color: #fff;
        text-align: center;
    }
    .footer-social-link {
        display: block;
        padding: 10px;
        position: absolute;
    }
    .hidden-link-text {
        position: absolute;
        clip: rect(1px 1px 1px 1px);
        clip: rect(1px,1px,1px,1px);
        -webkit-clip-path: inset(0px 0px 99.9% 99.9%);
        clip-path: inset(0px 0px 99.9% 99.9%);
        overflow: hidden;
        height: 1px;
        width: 1px;
        padding: 0;
        border: 0;
        top: 50%;
    }
    .footer-social-icon-svg {
        display: block;
    }
    .footer-social-icon-path {
        fill: #fffff2;
        transition: fill .2s;
    }
    .footer-social-link.twitter {
        height: 50px;
        left: 62px;
        top: 3px;
        width: 50px;
        color: #fff;
        text-align: center;
    }
    .footer-social-link.youtube {
        height: 40px;
        left: 123px;
        top: 12px;
        width: 40px;
        color: #fff;
        text-align: center;
    }
    .footer-social-link.github {
        height: 50px;
        left: 172px;
        top: 7px;
        width: 50px;
        color: #fff;
        text-align: center;
    }
    .footer-copyright {
        background-color: #027b9a;
        color: #fff;
        padding: 0px 0px;
        /*padding: 15px 30px;*/
        text-align: center;
    }
    .footer-copyright-wrapper {
        margin-left: auto;
        margin-right: auto;
        max-width: 1200px;
    }
    .footer-copyright-text {
      color: #fff;
        font-size: 13px;
        font-weight: 400;
        line-height: 18px;
        margin-bottom: 0;
        margin-top: 0;
    }
    .footer-copyright-link {
        color: #fff;
        text-decoration: none;
    }
    
    /* Media Query For different screens */
    @media (min-width:320px) and (max-width:479px)  { /* smartphones, portrait iPhone, portrait 480x320 phones (Android) */
      .footer-content {
        margin-left: auto;
        margin-right: auto;
        max-width: 1230px;
        padding: 40px 15px 1415px;
        position: relative;
      }
    }
    @media (min-width:480px) and (max-width:599px)  { /* smartphones, Android phones, landscape iPhone */
      .footer-content {
        margin-left: auto;
        margin-right: auto;
        max-width: 1230px;
        padding: 40px 15px 1050px;
        position: relative;
      }
    }
    @media (min-width:600px) and (max-width: 800px)  { /* portrait tablets, portrait iPad, e-readers (Nook/Kindle), landscape 800x480 phones (Android) */
      .footer-content {
        margin-left: auto;
        margin-right: auto;
        max-width: 1230px;
        padding: 40px 15px 1050px;
        position: relative;
      }
    }
    @media (min-width:801px)  { /* tablet, landscape iPad, lo-res laptops ands desktops */
    
    }
    @media (min-width:1025px) { /* big landscape tablets, laptops, and desktops */
    
    }
    @media (min-width:1281px) { /* hi-res laptops and desktops */
    
    }
    @media (min-width: 760px) {
      .footer-content {
          margin-left: auto;
          margin-right: auto;
          max-width: 1230px;
          padding: 40px 15px 380px;
          position: relative;
      }
      .footer-wave-svg {
          height: 50px;
      }
      .footer-content-column {
          width: 24.99%;
      }
    }
    @media (min-width: 568px) {
      /* .footer-content-column {
          width: 49.99%;
      } */
    }
    /* footer page css End */
    /* Animation Slider CSS Start */
    .skyblue {
    	background-color: #22c8ff;
    }
    
    .carousel-indicators {
    	bottom: 0;
    }
    .carousel-control.right,
    .carousel-control.left {
    	background-image: none;
    }
    .carousel-item {
    	min-height: 350px; 
    	height: 100%;
    	width:100%; 
    }
    .carousel-caption h3,
    .carousel .icon-container,
    .carousel-caption button {
    	background-color: #09c;
    }
    .carousel-caption h3 {
    	padding: .5em;
    }
    .carousel .icon-container {
    	display: inline-block;
    	font-size: 25px;
    	line-height: 25px;
    	padding: 1em;
    	text-align: center;
    	border-radius: 50%;
    }
    .carousel-caption button {
    	border-color: #00bfff;
    	margin-top: 1em; 
    }
    
    /* Animation delays */
    .carousel-caption h3:first-child {
    	animation-delay: 1s;
    }
    .carousel-caption h3:nth-child(2) {
    	animation-delay: 2s;
    }
    .carousel-caption button {
    	animation-delay: 3s;
    }
    
    /* Join Us CSS*/
    .file_error{
      color:red;
    }
    
    #navbar 
    {
        padding: 10px 10px;
        /*display: flex;*/
        /*overflow: hidden;*/
        transition: 0.4s;
        /*width: 100%;*/
        /*top: 0;*/
        /*z-index: 2;*/
    }
    #navbar #logo 
    {
        font-weight: bold;
        transition: 0.4s;
    }
    
    .my_margin_seting2 {
         margin-top: 30px; 
    }
    
    #trendslide	
    {
		padding:5px;
		background:#ff9007;
    }
    .marquee_text{
    	color:#ffffff;
        font-weight:bolder;
    }
    .my_footer_bar
    {
        background:#d40014;
        padding:10px 20px 10px 20px;
        font-size:15px;
        text-align:center;
        color:#fff;
        font-weight:bolder;
        font-family: "Times New Roman", Times, serif;
    }
    .my_footer_bar a
    {
        color:#fff;        
    }
/*New Header And Footer CSS End*/


    .margin_ten_px{
    	margin-bottom:7px;
    }
    .para_grap{
    	text-align:left;
        margin-top:20px;
        border:4px solid #ff9007;
        border-radius:5px;
    }
    .para_grap_without_border{
        text-align:left;
        margin-top:10px;
        border-radius:5px;
    }
    .para_grap_without_border p{
    	text-align:justify;
        margin: 10px 15px;
        font-size: 18px;
    }
    .para_grap h2{
    	text-align:left;
        margin-left:15px;
        margin-top:15px;
        color:#0d4e7b;
    }
    .para_grap p{
    	text-align:justify;
        margin: 20px 25px;
        font-size: 18px;
    }
      .ml-md-4, .mx-md-4 {
          margin-left: 15px !important;
     }
    .my_contatiner{
    	margin-top:20px;
        margin-bottom:20px;
    }
    .head_box{
    	background: #564204;
        border-top: 4px solid #ff9007;
        padding:4px;
        font-size:20px;
        color:#ffffff;
        padding-left:10px;
        border-radius:5px 5px 0px 0px;
    }
    .strong_color
    {
        color:#dc3545;
    }

    /*image animation css*/
    .swing {
        animation: swing ease-in-out 1s infinite alternate;
        transform-origin: center -20px;
        float:left;
        box-shadow: 5px 5px 10px rgba(0,0,0,0.5);
    }
    .swing img {
        border: 5px solid #f8f8f8;
        display: block;
        width: 100%;
    }
    .swing:after{
        content: '';
        position: absolute;  
        width: 20px; height: 20px;  
        border: 1px solid #999;
        top: -10px; left: 50%;
        z-index: 0;
        border-bottom: none;
        border-right: none;
        transform: rotate(45deg);
    }
    /* nail */
    .swing:before{
        content: '';
        position: absolute;
        width: 5px; height: 5px;
        top: -14px;left: 54%;
        z-index: 5;
        border-radius: 50% 50%;
        /*background: #000;*/
    }
     
    @keyframes swing {
        0% { transform: rotate(3deg); }
        100% { transform: rotate(-3deg); }
    }

    .my_contact ul
    {
        list-style: none;
        margin: 0;
        padding: 0;
    }
    .my_contact li
    {
        padding: 0.3em;
    }
    .my_slider_margin
    {
        margin-bottom:15px;
        margin-top:15px;
    }
    
    .about-area-two .about-content span
    {
        font-size: 15px;
        font-weight: 700;
        text-transform: uppercase;
        margin-bottom: 20px;
        font-family: "Times New Roman", Times, serif;
    }
    .about-area-two .about-content h2 {
        font-size: 30px;
        margin-bottom: 10px;
        font-weight: 700;
        font-family: "Times New Roman", Times, serif;
        
    }
    .about-content p
    {
        text-align:justify;
        font-size: 18px;
        font-family: "Times New Roman", Times, serif;
    }
    .what-we-do-item {
        text-align: center;
        border: 1px dashed #676a6a;
        padding: 20px;
        margin-bottom: 30px;
        -webkit-transition: all .5s;
        transition: all .5s;
    }
    .what-we-do-item  img
    {
        width:100%;
    }
    .what-we-do-item_set1 {
        border-radius: 8px;
    }
    .what-we-do-item h3 {
    }
    .my_video
    {
        padding:10px;
    }
    .slick-slide {
    margin: 5px 6px;
    }
    
    .slick-slide img {
        width: 100%;
    }
    
    .slick-slider
    {
        position: relative;
        display: block;
        box-sizing: border-box;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
                user-select: none;
        -webkit-touch-callout: none;
        -khtml-user-select: none;
        -ms-touch-action: pan-y;
            touch-action: pan-y;
        -webkit-tap-highlight-color: transparent;
    }
    
    .slick-list
    {
        position: relative;
        display: block;
        overflow: hidden;
        margin: 0;
        padding: 0;
    }
    .slick-list:focus
    {
        outline: none;
    }
    .slick-list.dragging
    {
        cursor: pointer;
        cursor: hand;
    }
    
    .slick-slider .slick-track,
    .slick-slider .slick-list
    {
        -webkit-transform: translate3d(0, 0, 0);
           -moz-transform: translate3d(0, 0, 0);
            -ms-transform: translate3d(0, 0, 0);
             -o-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
    }
    
    .slick-track
    {
        position: relative;
        top: 0;
        left: 0;
        display: block;
    }
    .slick-track:before,
    .slick-track:after
    {
        display: table;
        content: '';
    }
    .slick-track:after
    {
        clear: both;
    }
    .slick-loading .slick-track
    {
        visibility: hidden;
    }
    
    .slick-slide
    {
        display: none;
        float: left;
        height: 100%;
        min-height: 1px;
    }
    [dir='rtl'] .slick-slide
    {
        float: right;
    }
    .slick-slide img
    {
        display: block;
        border-radius:100px;
    }
    .slick-slide.slick-loading img
    {
        display: none;
    }
    .slick-slide.dragging img
    {
        pointer-events: none;
    }
    .slick-initialized .slick-slide
    {
        display: block;
    }
    .slick-loading .slick-slide
    {
        visibility: hidden;
    }
    .slick-vertical .slick-slide
    {
        display: block;
        height: auto;
        border: 1px solid transparent;
    }
    .slick-arrow.slick-hidden {
        display: none;
    }
    .slide p{
    	font-size:12px;
        margin-bottom:0px !important;
        padding-top:2px;
        font-weight: bold;
    }
    .row_margin_set_on_event
    {
        margin-bottom:25px;
    }




















.carousel-inner img{
    margin-left:0px !important;
    margin-right:0px !important;
}
.nav-item:hover{
    background:#ff8400;
    /*border-radius:50px 0px 50px 0px;*/
    /*padding:10px 0px; */
}
.my_footer_bar .col-sm-12{
    padding:0px !important;
}
.set_whats_icon i{
    color:green;
    font-weight:bolder;
}
	.head_col_red
    {
    	color:red;	
        font-weight:bolder;
        font-size:20px;
    }
    .head_col_blue
    {
    	color:blue;	
        font-weight:bolder;
        font-size:20px;
    }
        .my-col-btn{
            padding:5px;
        }
        .my_center{
            justify-content: center;
        }
        .my_header_img_class{
        	width:100%;	
        }
        .my_contain{
        	padding:0px !important;
        }
        .navbar-light .navbar-brand{
        	font-size:20px;
            color:#ffffff;
        }
.btn-group-lg>.btn, .btn-lg{
    font-size:15px !important;
}
.my_margin_seting{
    margin-top:70px;
}
.my_vent_img{
    width:100%;
}
.set_fot_mar{
    margin-top:10px;
}
/*banner slider  start5*/
/*banner slider end*/

.footer_head{
    color: #999;
    background: #1d1c1c;
    padding: 8px;
    text-transform: uppercase;
    
}
.my_footer_fluid{
    background:#262626;
    padding:45px 20px 45px 20px;
}

.set_slider_head{
    color:#ffffff;
    text-align:center;
    font-size:55px;
    font-weight:bolder;
}
.set_slider_headp{
    color:#ffffff;
    font-size:50px;
    font-weight:bolder;
    text-align:center;
    margin-bottom:100px;
}
.set_slider_headp{
        background-color:#ff00008a !important;
        font-size:20px !important;
        font-weight:bolder !important;
    }

/*registration form*/
.wall {
        background: #fff;
        border-radius: 6px;
        padding: 15px;
        box-shadow: 0 3px 5px #ccc;
        margin-bottom: 20px;
}
.my_reg_container{
    background-color: rgb(246 17 68 / 0.15);
}
.my_regform{
    margin-top:20px;
}
.my_heading{
    color: #bf6416;
    font-size: 25px;
    font-weight: 900;
}
.my_personal_info{
    border:1px solid #bf6416;
    margin-right:3px;
    margin-top:3px;
    padding-top: 15px;
}
.per_info_head{
    color: #bf6416;
    font-size: 18px;
    font-weight: 400;
    margin:5px;
    text-align:center;
}
.party {
    background: #e5e5e5;
    padding: 15px 35px;
    margin-top: 40px;
    border-bottom: 1px solid #d6d6d6;
}
.party p {
    color: #333;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 300;
    line-height: 48px;
    margin: 0;
}
.party .fund.tt {
    background: 0 0;
    font-size: 22px;
    font-family: roboto,sans-serif;
    font-weight: 700;
}
.member-div .fund-p p {
    background: 0 0;
    color: #2b69a8;
    font-size: 18px;
    font-family: roboto,sans-serif;
    border-top: 1px solid #b7b7b7;
    border-bottom: 1px solid #b7b7b7;
    padding: 5px 0;
    margin: 0;
    margin-top: 10px;
}
.mybtn_btn {
    margin-top: 25px;
    margin-bottom: 0;
}
.mybtn_btn {
    margin: 5px 0;
    display: inline-block;
    background: #fb660d;
    color: #fff;
    border-radius: 3px;
    padding: 0;
    text-align: center;
    min-width: 152px;
    line-height: 42px;
    font-size: 18px;
    cursor: pointer!important;
}
.my_select_img{
    padding:20px;
}
.my_login_btn{
    display:none;
}
.core_mem_demo_mob{
    	display:none;
    }
    .state_mem_demo_mob{
    	display:none;
    }
    
@media only screen and (max-width: 720px) { 
    .my_footer_bar .col-sm-12{
        padding:0px 15px !important;
    }
    .dropdown-item{
        padding: 4px 0px !important;
        margin-left:10px;
    }
    .core_mem_demo{
    	display:none;
    }
    .core_mem_demo_mob{
    	display: inherit !important;
    }
    .state_mem_demo{
    	display:none;
    }
    .state_mem_demo_mob{
    	display: inherit !important;
    }
    .dropdown-item a{
        /*margin-left:10px !important;*/
    }
    .set_slider_headp{
        font-size:20px;
        margin-bottom: 5px;
    }
    .set_slider_headp{
        background-color:#ff00008a !important;
        font-size:20px !important;
        font-weight:bolder !important;
    }
    .set_slider_head{
        font-size:45px;
    }
    .col-xs-6.my-col-btn{
    width:50%;
    padding: 0px 10px;
}
    .my_log_row{
        margin:0px;
    }
  .features {
    flex-direction: column;
    padding: 50px;
  }
  .my_login_btn{
    margin: 5px 0px 5px 0px;
    display: inherit !important;
    }
.navigation-wrap{
    opacity:1 !important;
}
}
/*headbar css with menu new start*/

@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&subset=devanagari,latin-ext');

/* #Primary
================================================== */

/*body{*/
/*    font-family: 'Poppins', sans-serif;*/
/*	font-size: 16px;*/
/*	line-height: 24px;*/
/*	font-weight: 400;*/
/*	color: #212112;*/
/*	background-image: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/1462889/pat-back.svg');*/
/*	background-position: center;*/
/*	background-repeat: repeat;*/
/*	background-size: 7%;*/
/*	background-color: #fff;*/
/*	overflow-x: hidden;*/
/*    transition: all 200ms linear;*/
/*}*/
/*::selection {*/
/*	color: #fff;*/
/*	background-color: #8167a9;*/
/*}*/
/*::-moz-selection {*/
/*	color: #fff;*/
/*	background-color: #8167a9;*/
/*}*/


/* #Navigation
================================================== */

.start-header {
	opacity: 1;
	transform: translateY(0);
	/*padding: 12px 0;*/
	box-shadow: 0 10px 30px 0 rgba(138, 155, 165, 0.15);
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.start-header.scroll-on {
	box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
	/*padding: 10px 0;*/
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.start-header.scroll-on .navbar-brand img{
	height: 40px;
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.navigation-wrap{
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	/*opacity:0.7;*/
	z-index: 1000;
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
	border-top: 6px solid #ff6600;
}
.navbar{
	padding: 0px !important;
}
.navbar-brand img{
	height: 50px;
	width: auto;
	display: block;
  /*filter: brightness(10%);*/
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.navbar-toggler {
	float: right;
	border: none;
	padding-right: 0;
}
.navbar-toggler:active,
.navbar-toggler:focus {
	outline: none;
}
.navbar-light .navbar-toggler-icon {
	width: 24px;
	height: 17px;
	background-image: none !important;
	position: relative;
	border-bottom: 1px solid #1f1e1e;
    transition: all 300ms linear;
}
.navbar-light .navbar-toggler-icon:after, 
.navbar-light .navbar-toggler-icon:before{
	width: 24px;
	position: absolute;
	height: 1px;
	background-color: #000;
	top: 0;
	left: 0;
	content: '';
	z-index: 2;
    transition: all 300ms linear;
}
.navbar-light .navbar-toggler-icon:after{
	top: 8px;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
	transform: rotate(45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
	transform: translateY(8px) rotate(-45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
	border-color: transparent;
}
.nav-link{
	color: #ffffff !important;
	font-weight: 500;
	text-align:right;
    transition: all 200ms linear;
}
.nav-item:hover .nav-link{
	color: #ffffff !important;
}
.nav-item.active .nav-link{
	color: #777 !important;
}
.nav-link {
	position: relative;
	padding: 5px 10px !important;
	display: inline-block;
}
.nav-item:after{
	position: absolute;
	bottom: -5px;
	left: 0;
	width: 100%;
	height: 2px;
	content: '';
	/*background-color: #8167a9;*/
	opacity: 0;
    transition: all 200ms linear;
}
.nav-item:hover:after{
	bottom: 0;
	opacity: 1;
}
.nav-item.active:hover:after{
	opacity: 0;
}
.nav-item{
	position: relative;
    transition: all 200ms linear;
}

/* #Primary style
================================================== */

.bg-light {
	background-color: #1568bb !important;
    transition: all 200ms linear;
}
.section {
    position: relative;
	width: 100%;
	display: block;
}
.full-height {
    height: 100vh;
}
.over-hide {
    overflow: hidden;
}
.absolute-center {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
  margin-top: 40px;
	transform: translateY(-50%);
	z-index: 20;
}
.mybg{
    background :#f9ae5d  !important;
}
h1{
	font-size: 48px;
	line-height: 1.2;
	font-weight: 700;
	color: #212112;
	text-align: center;
}
p{
	text-align: center;
	margin: 0;
	padding-top: 10px;
	opacity: 1;
	transform: translate(0);
    transition: all 300ms linear;
    transition-delay: 1700ms;
}
body.hero-anime p{
	opacity: 0;
	transform: translateY(40px);
    transition-delay: 1700ms;
}
h1 span{
	display: inline-block;
    transition: all 300ms linear;
	opacity: 1;
	transform: translate(0);
}
body.hero-anime h1 span:nth-child(1){
	opacity: 0;
	transform: translateY(-20px);
}
body.hero-anime h1 span:nth-child(2){
	opacity: 0;
	transform: translateY(-30px);
}
body.hero-anime h1 span:nth-child(3){
	opacity: 0;
	transform: translateY(-50px);
}
body.hero-anime h1 span:nth-child(4){
	opacity: 0;
	transform: translateY(-10px);
}
body.hero-anime h1 span:nth-child(5){
	opacity: 0;
	transform: translateY(-50px);
}
body.hero-anime h1 span:nth-child(6){
	opacity: 0;
	transform: translateY(-20px);
}
body.hero-anime h1 span:nth-child(7){
	opacity: 0;
	transform: translateY(-40px);
}
body.hero-anime h1 span:nth-child(8){
	opacity: 0;
	transform: translateY(-10px);
}
body.hero-anime h1 span:nth-child(9){
	opacity: 0;
	transform: translateY(-30px);
}
body.hero-anime h1 span:nth-child(10){
	opacity: 0;
	transform: translateY(-20px);
}
h1 span:nth-child(1){
    transition-delay: 1000ms;
}
h1 span:nth-child(2){
    transition-delay: 700ms;
}
h1 span:nth-child(3){
    transition-delay: 900ms;
}
h1 span:nth-child(4){
    transition-delay: 800ms;
}
h1 span:nth-child(5){
    transition-delay: 1000ms;
}
h1 span:nth-child(6){
    transition-delay: 700ms;
}
h1 span:nth-child(7){
    transition-delay: 900ms;
}
h1 span:nth-child(8){
    transition-delay: 800ms;
}
h1 span:nth-child(9){
    transition-delay: 600ms;
}
h1 span:nth-child(10){
    transition-delay: 700ms;
}
body.hero-anime h1 span:nth-child(11){
	opacity: 0;
	transform: translateY(30px);
}
body.hero-anime h1 span:nth-child(12){
	opacity: 0;
	transform: translateY(50px);
}
body.hero-anime h1 span:nth-child(13){
	opacity: 0;
	transform: translateY(20px);
}
body.hero-anime h1 span:nth-child(14){
	opacity: 0;
	transform: translateY(30px);
}
body.hero-anime h1 span:nth-child(15){
	opacity: 0;
	transform: translateY(50px);
}
h1 span:nth-child(11){
    transition-delay: 1300ms;
}
h1 span:nth-child(12){
    transition-delay: 1500ms;
}
h1 span:nth-child(13){
    transition-delay: 1400ms;
}
h1 span:nth-child(14){
    transition-delay: 1200ms;
}
h1 span:nth-child(15){
    transition-delay: 1450ms;
}
#switch,
#circle {
	cursor: pointer;
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear; 
} 
#switch {
	width: 60px;
	height: 8px;
	border: 2px solid #8167a9;
	border-radius: 27px;
	background: #000;
	position: relative;
	display: block;
	margin: 0 auto;
	text-align: center;
	opacity: 1;
	transform: translate(0);
    transition: all 300ms linear;
    transition-delay: 1900ms;
}
body.hero-anime #switch{
	opacity: 0;
	transform: translateY(40px);
    transition-delay: 1900ms;
}
#circle {
	position: absolute;
	top: -11px;
	left: -13px;
	width: 26px;
	height: 26px;
	border-radius: 50%;
	background: #000;
}
.switched {
	border-color: #000 !important;
	background: #8167a9 !important;
}
.switched #circle {
	left: 43px;
	box-shadow: 0 4px 4px rgba(26,53,71,0.25), 0 0 0 1px rgba(26,53,71,0.07);
	background: #fff;
}
.nav-item .dropdown-menu {
    transform: translate3d(0, 10px, 0);
    visibility: hidden;
    opacity: 0;
	max-height: 0;
    display: block;
	padding: 0;
	margin: 0;
    transition: all 200ms linear;
}
.nav-item.show .dropdown-menu {
    opacity: 1;
    visibility: visible;
	max-height: 999px;
    transform: translate3d(0, 0px, 0);
}
.dropdown-menu {
	padding: 10px!important;
	margin: 0;
	font-size: 13px;
	letter-spacing: 1px;
	color: #212121;
	background-color: #fcfaff;
	border: none;
	border-radius: 3px;
	box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
    transition: all 200ms linear;
}
.dropdown-toggle::after {
	display: none;
}

.dropdown-item {
	padding: 3px 15px;
	color: #212121;
	border-radius: 2px;
    transition: all 200ms linear;
}
.dropdown-item:hover, 
.dropdown-item:focus {
	color: #fff;
	background-color: rgba(129,103,169,.6);
}

body.dark{
	color: #fff;
	background-color: #1f2029;
}
body.dark .navbar-brand img{
  filter: brightness(100%);
}
body.dark h1{
	color: #fff;
}
body.dark h1 span{
    transition-delay: 0ms !important;
}
body.dark p{
	color: #fff;
    transition-delay: 0ms !important;
}
body.dark .bg-light {
	background-color: #1568bb !important;
}
body.dark .start-header {
	box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.15);
}
body.dark .start-header.scroll-on {
	box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.15);
}
body.dark .nav-link{
	color: #fff !important;
}
body.dark .nav-item.active .nav-link{
	color: #999 !important;
}
body.dark .dropdown-menu {
	color: #fff;
	background-color: #1f2029;
	box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.25);
}
body.dark .dropdown-item {
	color: #fff;
}
body.dark .navbar-light .navbar-toggler-icon {
	border-bottom: 1px solid #fff;
}
body.dark .navbar-light .navbar-toggler-icon:after, 
body.dark .navbar-light .navbar-toggler-icon:before{
	background-color: #fff;
}
body.dark .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
	border-color: transparent;
}



/* #Media
================================================== */

@media (max-width: 767px) { 
	h1{
		font-size: 38px;
	}
	.nav-item:after{
		display: none;
	}
	.dropdown-toggle[aria-expanded="true"]::after{
		transform: rotate(90deg);
		opacity: 0;
	}
	.dropdown-menu {
		padding: 0 !important;
		background-color: transparent;
		box-shadow: none;
		transition: all 200ms linear;
	}
	.dropdown-toggle[aria-expanded="true"] + .dropdown-menu {
		margin-top: 10px !important;
		margin-bottom: 20px !important;
		/*border-radius: 5px 5px 50px 5px;*/
	}
	body.dark .nav-item::before {
		background-color: #fff;
	}
	body.dark .dropdown-toggle::after {
		background-color: #fff;
	}
	body.dark .dropdown-menu {
		background-color: transparent;
		box-shadow: none;
	}
}
@media only screen and (max-width: 720px) { 
    .nav-link {
    	position: relative;
    	padding: 5px 0px !important;
    	display: inline-block;
    	/*text-align: left;*/
    }
    .head_box 
    {
        font-size:15px;
    }
}
/* #Link to page
================================================== */

.logo {
	position: absolute;
	bottom: 30px;
	right: 30px;
	display: block;
	z-index: 100;
	transition: all 250ms linear;
}
.logo img {
	height: 26px;
	width: auto;
	display: block;
  filter: brightness(10%);
	transition: all 250ms linear;
}
/*headbar css end*/