#page-wraper {
    background-color: #f6f7fb;
    background-attachment: fixed;
    background-size: cover;
}

#header-wraper {
    background-image: url("../images/bg-softwaredeveloper.jpg");
    background-attachment: fixed;
}

#container-wraper {
  background-color: white;
  background-attachment: fixed;
}

#container-footer {
  background-image: url("../images/bg_wood_dark.jpg");
  background-attachment: fixed;
}

.navbar-custom { 
    background-image: url("../images/adityacreations-bg-menu-red.jpg");
}

.navbar {
  width: 100%;
  margin-bottom: 0;
  font-family: Calibri !important;
  font-style: normal;
  font-size: 13pt;
}

h1 {
  display: block;
  font-family: Georgia;
  font-size: 20pt;
  text-align: center;
  color: black;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 0;
  margin-right: 0;
}

h2 {
  display: block;
  font-family: Georgia;
  font-size: 15pt;
  text-align: center;
  line-height: 20pt;
  color: black;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 0;
  margin-right: 0;
}


h3 {
  display: block;
  font-family: Calibri;
  font-size: 12pt;
  text-align: justify;
  line-height: 20pt;
  color: black;
  margin-top: 3px;
  margin-bottom: 3px;
  margin-left: 10px;
  margin-right: 10px;
}

h4 {
  display: block;
  font-family: Futura Bk Bt;
  font-size: 11pt;
  letter-spacing: 1px;
  text-align: center;
  color: black;
  line-height: 20px;
  margin-top: 10px;
  margin-bottom: 3px;
  margin-left: 0;
  margin-right: 0;
}

h5 {
  display: block;
  font-family: Calibri;
  font-size: 13pt;
  text-align: left;
  color: #ceb06f;
  margin-top: 3px;
  margin-bottom: 3px;
  margin-left: 0;
  margin-right: 0;
}


h6	{
  display: block;
  font-family: Calibri;
  font-size: 10pt;
  text-align: justify;
  line-height: 18px;
  color:#ceb06f;
  margin-top: 3px;
  margin-bottom: 3px;
  margin-left: 0;
  margin-right: 0;
}

.para-text  {
  display: block;
  font-family: Cambria;
  font-size: 11pt;
  font-style: italic;
  text-align: justify;
  letter-spacing: 1px;
  color: black;
  line-height: 30px;
  margin-top: 3px;
  margin-bottom: 3px;
  margin-left: 20px;
  margin-right: 20px;
}

.text-center  {
  display: block;
  font-family: Calibri;
  font-size: 11pt;
  font-style: italic;
  letter-spacing: 1px;
  color: white;
  line-height: 20px;
  margin-top: 3px;
  margin-bottom: 3px;
  margin-left: 0;
  margin-right: 0;
}

.footer-text {
  display: block;
  font-family: Calibri;
  font-size: 11pt;
  text-align: left;
  color: #ceb06f;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 0;
  margin-right: 0;
}

.card-img-top {
  align-content: center;
}

.card-text	{
  display: block;
  font-family: Calibri;
  font-size: 12pt;
  text-align: justify;
  color: black;
  margin-top: 3px;
  margin-bottom: 3px;
  margin-left: 0;
  margin-right: 0;
}

hr
{
  background-color:#ceb06f;
  margin-top: 1rem;
  margin-bottom: 1rem;
  width:50%;
}

#cardhover
  {
    /*background-color:#1c1d15;*/
    border-color:#303030;
    color: #9ca324;
  }
  #cardhover:hover
  {
    -webkit-box-shadow: -1px 9px 40px -12px rgba(0,0,0,0.75);
    -moz-box-shadow: -1px 9px 40px -12px rgba(0,0,0,0.75);
    box-shadow: -1px 9px 40px -12px rgba(0,0,0,0.75);
    transform: scale(1.1);
    transition: 1.0s;
  }

/*----------ACCORDIAN TABS----------*/
.template_faq {
    background: #edf3fe none repeat scroll 0 0;
}
.panel-group {
    bbackground-color: transparent !important;
    border-radius: 3px;
    /*box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.04);*/
    margin-bottom: 0;
    padding: 30px;
}
#accordion .panel {
    border: medium none;
    border-radius: 0;
    box-shadow: none;
    margin: 0 0 15px 10px;
}
#accordion .panel-heading {
    border-radius: 30px;
    padding: 0;
}
#accordion .panel-title a {
    background: #ffb900 none repeat scroll 0 0;
    border: 1px solid transparent;
    border-radius: 30px;
    color: #fff;
    display: block;
    font-size: 18px;
    font-weight: 400;
    padding: 12px 20px 12px 50px;
    text-align: left;
    position: relative;
    transition: all 0.3s ease 0s;
}
#accordion .panel-title a.collapsed {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ddd;
    color: #333;
}
#accordion .panel-title a::after, #accordion .panel-title a.collapsed::after {
    background: #ffb900 none repeat scroll 0 0;
    border: 1px solid transparent;
    border-radius: 50%;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.58);
    color: #fff;
    content: "";
    font-family: fontawesome;
    font-size: 25px;
    height: 55px;
    left: -20px;
    line-height: 55px;
    position: absolute;
    text-align: center;
    top: -5px;
    transition: all 0.3s ease 0s;
    width: 55px;
}
#accordion .panel-title a.collapsed::after {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ddd;
    box-shadow: none;
    color: #333;
    content: "";
}
#accordion .panel-body {
    background: transparent none repeat scroll 0 0;
    border-top: medium none;
    padding: 20px 25px 10px 9px;
    position: relative;
}
#accordion .panel-body p {
    border-left: 1px dashed #8c8c8c;
    padding-left: 25px;
}

/*----------NAV TABS----------*/
.tab .nav-tabs {
    border-bottom:0 none;
}
.tab .nav-tabs li a{
    position: relative;
    padding: 15px;
    color: #174e92;
    font-family: Futura Bk Bt;
    font-size: 17px;
    z-index: 1;
}
.tab .nav-tabs li a:hover{
    background:transparent;
    border:1px solid transparent;
}
.tab .nav-tabs li a:before{
    content: "";
    width:100%;
    height:100%;
    position:absolute;
    bottom: 8px;
    left:-2px;
    background: #eeeff6;
    
    border: 1px solid #d3d3d3;
    border-bottom: 0px none;
    border-bottom-left-radius:5px;
    border-bottom-right-radius:5px;
    border-top-right-radius:25px;
    border-top-left-radius:25px;
    transform-origin: left center 0;
    transform: perspective(6px) rotateX(3deg);
    z-index:-30;
}
.tab .nav-tabs li{
    margin-right: 15px;
}
.tab .nav-tabs li.active a:before{
    background: #174e92;
}
.tab .nav-tabs li.active a,
.tab .nav-tabs li.active a:focus,
.tab .nav-tabs li.active a:hover{
    border:1px solid transparent;
    background:transparent;
    color: #fff;
    font-weight:300;
    z-index: 2;
}
.tab-content .tab-pane{
    border-bottom-left-radius:15px;
    border-bottom-right-radius:15px;
    border: 1px solid #804000;
    padding: 20px;
    background:#eeeff6;
    line-height: 22px;
}
.tab-content .tab-pane h4{
    margin-top: 0;
    font-family: Futura Bk Bt;
    font-size: 18px;
}
@media only screen and (max-width: 767px) {
    .tab .nav-tabs li a{
        padding: 15px 10px;
        font-size: 14px;
    }
    .tab .nav-tabs li a:before{
        bottom: 6px;
    }
}
@media only screen and (max-width: 499px) {
    .tab .nav-tabs li{
        width:100%;
        margin-bottom: 5px;
        margin-top: 5px;
    }
    .tab .nav-tabs li a:before{
        bottom: 0;
        transform: none;
        border-bottom: 1px solid #408080;
    }
}