﻿.main-login{ 	
    padding: 40px 28px;
    display:inline-block;
    width:100%;    
}
.main-center {
    margin: 0px auto;
    max-width: 430px;
    background: #4f29a4;
    border-radius: 10px;
    border: 10px solid #e8ac3f;
}

.login-icon{width: 80px;
    height: 80px;
    margin: 0 auto;
    text-align: center;
    border-radius: 50%;
    border: 2px solid #e8ac3f;color:#e8ac3f; padding-top:10px;
	transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;}
	.login-icon:hover{background: #e8ac3f; color: #fff;}
.login-icon i{font-size:55px;}

.downloadbrochure{
    background: linear-gradient(to right, #fee58d, #c79936);
    padding: 40px 10px;color: #000000;
    font-size: 16px;text-align: center;border-radius: 6px;display: block;line-height: 24px;
    transition: .8s;font-weight: 600;margin-bottom: 20px;text-transform: uppercase;
}

.downloadbrochure:hover, .downloadbrochure:active, .downloadbrochure:focus{
     background: linear-gradient(to right, #c79936, #fee58d );color: #000000;
}

/*.admin-panel{width:100%; float:left; position:relative;}
.admin-main-container{width:100%;display:block; height:100%; padding:30px 0 100px 0}*/

.tab-content {
    padding: 15px;
    border: 10px solid #e8ac3f;
    background: #4f29a4;
    /*border-radius: 10px;*/
}

.board{
  width: 100%;
  margin: 0 auto;
  /*background: #fff;*/
  color:#fff;
}
.board .nav-tabs {
    position: relative;
    /* border-bottom: 0; */
    /* width: 80%; */
    margin: 0px auto;
    margin-bottom: 0;
    box-sizing: border-box;

}

.board > div.board-inner{
    /*background: #fafafa url(http://subtlepatterns.com/patterns/geometry2.png);*/
    background-size: 30%;
}

.liner{
    height: 2px;
    background: #ddd;
    position: absolute;
    width:100%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 50%;
    z-index: 1;
}
/*
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #555555;
    cursor: default;
     background-color: #ffffff; 
    border: 0;
    border-bottom-color: transparent;
}

span.round-tabs{
    width: 70px;
    height: 70px;
    line-height: 70px;
    display: inline-block;
    border-radius: 100px;
    background: white;
    z-index: 2;
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 25px;
}

span.round-tabs{
    color: #000; border: 2px solid #000;
}

li.active span.round-tabs{
    background: #fff !important;
    border: 2px solid #e8ac3f;
    color: #e8ac3f;
}



.nav-tabs > li.active > a span.round-tabs{
    background:  #e8ac3f;
}
.nav-tabs > li {
    width:11%;
}
.nav-tabs > li:after {
    content: " ";
    position: absolute;
    left: 41%;
   opacity:0;
    margin: 0 auto;
    bottom: 0px;
    border: 5px solid transparent;
    border-bottom-color: #e8ac3f;
    transition:0.1s ease-in-out;
    
}
.nav-tabs > li.active:after {
    content: " ";
    position: absolute;
    left: 43%;
   opacity:1;
    margin: 0 auto;
    bottom: 0px;
    border: 10px solid transparent;
    border-bottom-color: #e8ac3f;
    
}
.nav-tabs > li a{
   width: 70px;
   height: 70px;
   margin: 20px auto;
   border-radius: 100%;
   padding: 0;
}

.nav-tabs > li a:hover{
    background: transparent;
}*/

.tab-content h3.widget-title{
  color:#e8ac3f;
  margin:0 0 10px 0;
  font-size:20px;
}


@media( max-width : 800px ){
    
  /*.board {
    width: 90%;
    height:auto !important;
  }*/
  span.round-tabs {
    font-size:16px;
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
  .tab-content .head{
    font-size:20px;
  }
  /*.nav-tabs > li a {
    width: 50px;
    height: 50px;
    line-height:50px;
  }*/

  .nav-tabs > li.active:after {
    content: " ";
    position: absolute;
    left: 38%;
  }

  .btn-outline-rounded {
    padding:12px 20px;
  }
}

@media screen and (min-width:320px) and (max-width:360px) {
    span.round-tabs {
    height: 30px;
    line-height: 30px;
    width: 30px;
}

    .nav-tabs > li a {
    height: 30px;
    line-height: 30px;
    width: 30px;
}

    .nav-tabs > li {
    width:10%;
    margin-right: 3px;
}
    .nav-tabs > li.active {
        margin-left:2px;
  }

.nav-tabs > li.active:after {
    content: " ";
    position: absolute;
    left: 20%;
  }
}

ul.move_step{list-style: none; margin:20px 0 10px 0; padding:0; float: right;}
ul.move_step li{display: inline-block; margin-left:10px; margin-bottom:10px;}
ul.move_step li button.btn_1{font-size: 13px; background:#e8ac3f; color:#fff; font-weight: 600; padding: 9px 20px;}
ul.move_step li button.btn_1:hover{background:#e8ac3f;}
ul.move_step li a.btn_1{font-size: 13px; background:#e8ac3f; color:#fff; font-weight: 600; padding: 9px 20px;}
ul.move_step li a.btn_1:hover{background:#e8ac3f;}
ul.move_step li a.btn_2{font-size: 13px; background:#e8ac3f; color:#fff; font-weight: 600; padding: 9px 20px;}
ul.move_step li a.btn_2:hover{background:#e8ac3f;}

.navigation>.container-fluid{padding: 0;max-width: 1366px}
.navbar-expand-lg .navbar-nav .nav-link{padding: 0.7rem 0.6rem}

.page-header{position: relative;background: url('../Images/3.jpg') no-repeat center;background-size: cover;}

.page-header>.container{height: 100%;min-height: 170px}
.page-header>.container>.row{height: 100%;padding-top: 100px;padding-bottom: 20px;min-height: 170px}

.resposive-table table {
    border: 1px solid #ccc;
    width: 100%;
    margin:0;
    padding:0;
    border-collapse: collapse;
    border-spacing: 0;
  }
table.dataTable tbody tr
{
    background-color: transparent;
}
.resposive-table table tr {
    border: 1px solid #ddd;
    padding: 5px;
    background-color: transparent;
  }

.resposive-table table th, .resposive-table table td {
    padding: 10px;
    text-align: left;
    min-height:36px;
    font-size: 12px;
    color: #fff;
  }

.resposive-table table th {
    /*text-transform: uppercase;*/
    font-size: 12px;
    letter-spacing: 1px;
    background: linear-gradient(to right, #fee58d, #c79936);
    color: #000;
  }

@media screen and (max-width:980px) {

.resposive-table table {
      border: 0;
    }

.resposive-table table thead {
      display: none;
    }

.resposive-table table tr {
      margin-bottom: 10px;
      display: block;
      /*border-bottom: 2px solid #ddd;*/
    }

.resposive-table table td {
      display: block;
      text-align: right;
      font-size: 13px;
      /*border-bottom: 1px dotted #ccc;*/
    }

.resposive-table table td:last-child {
      border-bottom: 0;
    }

.resposive-table table td:before {
      content: attr(data-label);
      float: left;
      /*text-transform: uppercase;*/
      font-weight: bold;
    }
  }

.only-background{
    background: #033B6E;
}

.pagecontent {
    padding: 50px 10px 50px;
    background: #fff;
}

.main-footer {
    position: unset !important;
    padding: 0px !important;
    background: none !important;
}

a:hover{
    color:white;
}

.btn-primary {
    color: #fff;
    background-color: #e8ac3f;
    border-color: #e8ac3f;
}

.btn-primary:hover {
    color: #fff;
    background-color: #e8ac3f;
    border-color: #e8ac3f;
}

/* Creative Minds :start */
.cminds {
    font-size: 20px;
}

    .cminds img {
        width: 30px !important;
        border-radius: 50% !important;
    }

    .cminds span {
        display: inline-block;
        opacity: 0.8;
        animation: pulse 0.4s alternate infinite ease-in-out;
    }

        .cminds span:nth-child(odd) {
            animation-delay: 0.4s;
            z-index: 1100;
        }

@keyframes pulse {
    to {
        transform: scale(0.8);
        opacity: 0.5;
    }
}

.cminds.hidden {
    animation: fadeOut 1s;
    animation-fill-mode: forwards;
}

@keyframes fadeOut {
    100% {
        opacity: 0;
        visibility: hidden;
    }
}

/* Creative Minds :End */