@import url('https://fonts.googleapis.com/css?family=Fira+Sans:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i|Istok+Web:400,400i,700,700i|Lora:400,400i,700,700i|Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i|Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@import url(https://fonts.googleapis.com/css?family=Lato:400,100,300,700,300italic,100italic,700italic);
/*font-family: 'Lora', serif;
font-family: 'Open Sans', sans-serif;
font-family: 'Poppins', sans-serif;
font-family: 'Istok Web', sans-serif;
font-family: 'Fira Sans', sans-serif;*/


body {
    font-size: 14px;
    font-size: 16px;
    color: #0a0a0a;
    line-height: 1.8em;
    background: #ffffff;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    -webkit-font-smoothing: antialiased;
      font-family: 'Lato', sans-serif;
}
h1,h2,h3,h4,h5,h6 {
	position:relative;
	font-weight:normal;
	margin:0px;
	background:none;
	line-height:1.3em;
	font-family: 'Poppins', sans-serif;
}

input,button,select{
	font-family: 'Open Sans', sans-serif;
}

p, .text {
    font-size: 16px;
    position: relative;
    line-height: 1.8em;
    font-family:'Lato', sans-serif;
}
.btn{   
    border-radius: 0;
    border: none;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    -ms-transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.btn.focus, .btn:focus, .btn:hover {
    color: #fff;
    text-decoration: none;
}
ul{
    margin-bottom: 0px;
    padding: 0px;
}
a{
	text-decoration:none;
	cursor:pointer;
	color:#181818;
	
}
.no-padding{
	padding:0px !important;
}

a:hover{
	text-decoration:none;
	outline:none;
	color:#fc7837;
}
a {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    text-decoration: none !important;
}
img {
    -webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -ms-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    display: inline-block;
}
.video-article-info {
    height: 0px;
}
.article-header-in>h2>a {
    font-size: 20px;
    color: #fb6921;
}
.article-header-in>h2>a:hover {
    color: #3e4494;
}

/*====================================================================
					Header
=====================================================================*/



.header-top-first {
    margin-top: 5px;
}
.header-top-right {
    float: right;
    padding-top:7px;
}
.header-content {
    display: inline-block !important;
    margin-left: 24px;
    padding-left: 3px !important;
    position: relative;
}
.header-content:before {
    background: #50141b none repeat scroll 0 0;
    content: "";
    height: 13px;
    left: -13px;
    position: absolute;
    top: 8px;
    width: 2px;
}
.header-content a {
    color:#50141b;
    font-size: 14px;
    font-weight: 400;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    text-transform: capitalize;
}
.header-top-right:before {
    content: "";
    height: 42px;
    position: absolute;
    right: 0px;
    top: 1px;
    width: 100%;
    background: #dbc9a5;
}
.header-top-right:after {
    border-color:rgba(0, 0, 0, 0) #dbc9a5 #dbc9a5 rgba(0, 0, 0, 0);
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    -o-border-image: none;
    border-image: none;
    border-style: solid;
    border-width: 21px 11px;
    content: "";
    height: 7px;
    position: absolute;
    right: 100%;
    top: 1px;
    width: 0;
}

/*-----header-logo ---*/
.logo {
    padding: 6px 0px;
}
a.header-logo-a {
    display: inline-flex;
}
.logo-image {
    margin-right: 5px;
}
span.logo-text {
    line-height: 15px;
    color: #444;
}
span.logo-text-two {
    font-size: 30px;
}p
span.logo-text-two h1 {
    color: #50141b;
    font-family: 'Open Sans', sans-serif;
    margin: 0px;
    font-size: 25px;
    line-height: 24px;
    word-spacing: -1px;
}
span.logo-text-one {
    font-size: 12px;
}
span.logo-text-three {
    font-size: 12px;
}

.header-logo-menu {
   background: #fff;
}
nav.navbar.navbar-default.hedaer-menu-n { 
   margin-bottom: 0px;
    color: #fff;
    background-color: #fb6921;
    border-color: transparent;
    background:#af7453;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -webkit-box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.05), -2px 0px 5px 1px rgba(0,0,0,0.05);
    -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.17), -2px 3px 5px 1px rgba(255, 255, 255, 0.42);
    -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.17), -2px 3px 5px 1px rgba(255, 255, 255, 0.42);
    -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.17), -2px 3px 5px 1px rgba(255, 255, 255, 0.42);
    box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.17), -2px 3px 5px 1px rgba(255, 255, 255, 0.42);
}

/*-----search-tag--------*/
 .cf:before, .cf:after{
      content:"";
      display:table;
    }
    
    .cf:after{
      clear:both;
    }

    .cf{
      zoom:1;
    }

    /*-------------------------------------*/   
    
    .form-wrapper {
    width: 350px;
       padding: 0px 0px;
    margin: 5px 0px 0px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
    
    .form-wrapper input {
    width: 260px;
    height: 40px;
    padding: 10px 5px;
    float: left;
    font: bold 15px ;
    border: 0;
    background: #eee;
    -moz-border-radius: 3px 0 0 3px;
    -webkit-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
    color: #333;
}
    
    .form-wrapper input:focus {
        outline: 0;
        background: #fff;
        -moz-box-shadow: 0 0 2px rgba(0,0,0,.8) inset;
        -webkit-box-shadow: 0 0 2px rgba(0,0,0,.8) inset;
        box-shadow: 0 0 2px rgba(0,0,0,.8) inset;
    }
    
    .form-wrapper input::-webkit-input-placeholder {
       color: #999;
       font-weight: normal;
       font-style: italic;
    }
    
    .form-wrapper input:-moz-placeholder {
        color: #999;
        font-weight: normal;
        font-style: italic;
    }
    
    .form-wrapper input:-ms-input-placeholder {
        color: #999;
        font-weight: normal;
        font-style: italic;
    }    
    
    .form-wrapper button {
     overflow: visible;
    position: relative;
    border: 0;
    padding: 0;
    cursor: pointer;
    height: 40px;
    width: 90px;
    font: bold 15px/40px ;
    color: #fff;
    text-transform: uppercase;
    background: #d83c3c;
    -moz-border-radius: 0 3px 3px 0;
    -webkit-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
    text-shadow: 0 -1px 0 rgba(0, 0 ,0, .3);
    }   
      
    .form-wrapper button:hover{     
        background: #e54040;
    }   
      
    .form-wrapper button:active,
    .form-wrapper button:focus{   
        background: #c42f2f;    
    }
    
    .form-wrapper button:before {
        content: '';
        position: absolute;
        border-width: 8px 8px 8px 0;
        border-style: solid solid solid none;
        border-color: transparent #d83c3c transparent;
        top: 12px;
        left: -6px;
    }
    
    .form-wrapper button:hover:before{
        border-right-color: #e54040;
    }
    
    .form-wrapper button:focus:before{
        border-right-color: #c42f2f;
    }    
    
    .form-wrapper button::-moz-focus-inner {
        border: 0;
        padding: 0;
    }
    
.impt-notice {
    background: #f9efeb;
}
.maqr-header marquee {
    font-size: 16px;
    font-weight: 500;
    color: #a30404;
    padding-top: 5px;
}
.byline p{
  text-align:center;
  color:#c6c6c6;
  font: bold 18px Arial, Helvetica, Sans-serif;
  text-shadow: 0 2px 3px rgba(0,0,0,0.1);
}

.byline p a{
  color:#d83c3c;
  text-decoration:none;
}
/*--------- marquee -----------*/
.marquee {
    color: #fc7837;
}

.marquee:focus {
    color: #fc7837;
}

/*------header for mobile---------*/
.navbar-header.nav-hdr-xs {
    display: -webkit-box;
}
/*----------sub-menu-bar----------*/
ul.nav.navbar-nav.hedaer-menu-n-ul>li>ul {
   position: absolute;
    left: 0px;
    top: 100%;
       width: 220px;
    padding: 0px 20px;
    z-index: 100;
    display: none;
    background:rgba(255, 255, 255, 0.96);
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -webkit-box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.05), -2px 0px 5px 1px rgba(0,0,0,0.05);
    -ms-box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
    -o-box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
    -moz-box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
    box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.05), -2px 0px 5px 1px rgba(0,0,0,0.05);
}

ul.nav.navbar-nav.hedaer-menu-n-ul>li>ul>li>a {
    text-transform: uppercase;
    position: relative;
    display: block;
    padding: 11px 0px;
    line-height: 24px;
    font-weight: 400;
    font-size: 16px;
    color:#444;
    text-align: left;
    padding-right: 0px !important;
    text-transform: capitalize;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    
}

ul.nav.navbar-nav.hedaer-menu-n-ul>li>ul>li>a:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 20px;
    width: 6px;
    height: 6px;
    opacity: 0;
    background-color: #3e4494;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

ul.nav.navbar-nav.hedaer-menu-n-ul>li>ul>li:hover>a {
       color: #3e4494;
    padding-left: 18px;
    background-color: transparent;
}

ul.nav.navbar-nav.hedaer-menu-n-ul > li > ul > li:hover > a:before, ul.nav.navbar-nav.hedaer-menu-n-ul > li > ul > li > ul > li:hover > a:before {
    opacity: 1;
}
ul.nav.navbar-nav.hedaer-menu-n-ul>li>a {
    color: #fff;
    display: block;
    font-size: 14px;
    line-height: 30px;
    opacity: 1;
    text-transform: uppercase;
    padding:12px 12px 12px 12px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
ul.nav.navbar-nav.hedaer-menu-n-ul>li>a:hover {
    color:#efdebb;
}
ul.nav.navbar-nav.hedaer-menu-n-ul>li>ul>li {
    border-bottom: 1px solid rgba(142, 142, 142, 0.5490196078431373);
}
ul.nav.navbar-nav.hedaer-menu-n-ul>li>ul>li:hover {
    border-bottom: 1px dashed #3e4494;
}

ul.nav.navbar-nav.hedaer-menu-n-ul> li > a:before {
    position: absolute;
    content: '';
    left: 50%;
    opacity: 0;
    bottom: -8px;
    margin-left: -10px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 12px solid #ffffff;
    z-index: 200;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: #333;
    background-color: transparent;
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    color: #333;
    background-color: transparent;
}

ul.nav.navbar-nav.hedaer-menu-n-ul>li>ul:after {
    content: '';
    border-left: 15px solid transparent;
    border-bottom:15px solid rgba(247, 247, 247, 0.81);
    border-right: 15px solid transparent;
    position: absolute;
    top: -15px;
    z-index: 9;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all;
    transition: .5s all;
}


/*.sticky {*/
/*  position: fixed;*/
/*  top: 0;*/
/*  width: 100%;*/
/*      z-index: 100;*/
/*}*/

.sticky + .content {
  padding-top: 60px;
}
.btn-all {
    text-align: left;
}

/*------------*/
.caption-info-inner {
    width: 40%;
}
/*-------------------------------------------------
                sLIDER
---------------------------------------------------*/
/************************* Home Slider ***************/
/*.caption-info-inner.text-center h1 {
    color: #fff;
    margin: 0 0 12px;
    font-size: 30px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 3px 0px;
    background: rgba(39, 22, 94, 0.22);
    border-radius: 3px;
}*/
.caption-info-inner h1 {
    color: #fff;
    margin: 0 0 12px;
    font-size: 25px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 3px 10px;
    background: rgba(39, 22, 94, 0.65);
    border-radius: 3px;
}
/*.caption-info-inner.text-center>p {
    padding: 9px 4px 7px;
    font-size: 14px;
    background: rgba(255, 255, 255, 0.68);
    color: #2d3e50;
    width: 100%;
    margin-bottom: 2em;
}*/
.caption-info-inner>p {
    padding: 9px 10px 7px;
    font-size: 14px;
    background: rgba(255, 244, 237, 0.75);
    color: #251863;
    width: 100%;
    margin-bottom: 2em;
}
#banner{
    width:100%;
    float:left;
    height:auto;
}
#banner .item{
    height:450px;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    background-size:cover;
    background-position:center center;
    background-repeat:no-repeat;
}
#banner .item::before{
    width:100%;
    float:left;
    height:100%;
    position:absolute;
    top:0;
    left:0;
    content:'';
    /*background:rgba(0,0,0,0.2);*/
}
#banner>h1 {
    color: #333;
    margin: 0 0 20px;
    font-size: 25px;
    font-family: "Montserrat",sans-serif;
    font-weight: 100;
    text-transform: uppercase;
}
#banner>p {
    background: rgba(255, 255, 255, 0.41);
    color: #5a5a5a;
    margin: 0 0 35px 96px;
    width: 76%;
}
.carousel-fade .carousel-inner .item {
    -webkit-transition-property: opacity;
    transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
    z-index: 2;
}
.caption-info{
    position:absolute;
    top:40%;
    -webkit-transform:translateY(-50%);
    -moz-transform:translateY(-50%);
    -ms-transform:translateY(-50%);
    transform:translateY(-50%);
    width:100%;
}
.caption-info-inner {
    width: 40%;
    position: absolute;
    right: 1%;
    top: 75px;
}

.caption-info-inner h1{
    animation-delay: 0.5s;
}
.caption-info-inner p{
    animation-delay: 1.1s;
}
.caption-info-inner a{
    animation-delay: 1.6s;
}
.control{
    opacity:0;
    visibility:hidden;
    -webkit-transition:all 0.3s ease-in-out;
    -moz-transition:all 0.3s ease-in-out;
    -ms-transition:all 0.3s ease-in-out;
    -o-transition:all 0.3s ease-in-out;
    transition:all 0.3s ease-in-out;
}
#banner:hover .control{
    visibility:visible;
    opacity:1;
}
.control,
.control:focus{
        background: rgba(11, 2, 48, 0.5607843137254902);
   width: 60px;
    height: 60px;
    line-height: 60px;
    border: 1px solid #562e2a;
    color: #fff;
    position: absolute;
    right: 15px;
    text-align: center;
    top: 50%;
    margin: -15px 0 0;
}
.control:hover{
   background: rgba(251, 105, 33, 0.56);
    color: #fff;
}
.left.control{
    left:-50px;
    -webkit-transition:all 0.3s ease-in-out;
    -moz-transition:all 0.3s ease-in-out;
    -ms-transition:all 0.3s ease-in-out;
    -o-transition:all 0.3s ease-in-out;
    transition:all 0.3s ease-in-out;
}
.right.control {
    right:0px;
    -webkit-transition:all 0.3s ease-in-out;
    -moz-transition:all 0.3s ease-in-out;
    -ms-transition:all 0.3s ease-in-out;
    -o-transition:all 0.3s ease-in-out;
    transition:all 0.3s ease-in-out;
}
#banner:hover .left.control{
    left:10px;
}
#banner:hover .right.control {
    right:10px;
}  
ul.dropdown-menu-add {
    top: 47px;
    border: 1px solid #ed703a;
}

/*--------- button-styles------*/
/******** Button hover effect *********/
.btn {
    display: inline-block;
    padding: 7px 10px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.42857143;
    text-align: center;
    border: none;
    border-radius: 2px;
}
.btn-default {
    margin-right: 15px;
        padding: 12px 25px 12px 12px;
    background: #fb6921;
    color: #fff;
    font-size: 14px;
    -webkit-box-shadow: 0px 12px 25px 0px rgb(251, 105, 33);
    -moz-box-shadow: 0px 12px 25px 0px rgba(134, 218, 9, 0.84);
    box-shadow: 0px 12px 25px 0px rgb(251, 105, 33);
}
.btn-default:hover, .btn-default:focus {
    background: #fb6921;
}
.hvr-sweep-to-right {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    border-radius: 2px;
}
.hvr-sweep-to-right:hover, .hvr-sweep-to-right:focus, .hvr-sweep-to-right:active {
    color: white;
}
.hvr-sweep-to-right:hover:before, .hvr-sweep-to-right:focus:before, .hvr-sweep-to-right:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    border-radius: 2px;
}
.hvr-sweep-to-right:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #f8844c;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

/*--------- button-styles------*/

/*---------------------------------------------------
                   enquiry section
---------------------------------------------------*/
.enquiry-sec-layer-in {
    background: rgb(228, 210, 175);
    color: #fff;
}

.enquiry-lay {
    padding: 15px 15px;
    
    transition: 0.4s ease-in-out;
}
.enquiry-lay:hover {
    background: rgb(144, 75, 80);
    transition: 0.4s ease-in-out;
}
.enquiry-lay:hover {
    background: rgb(239, 217, 176);
    transition: 0.4s ease-in-out;
}
section.enquiry-sec-layer {
    clear: both;
}
.media {
    border: 1px solid rgba(255, 255, 255, 0.2);
    
    height: 60px;
}
.media-left {
    vertical-align: middle;
    padding: 0px 15px;
    font-size: 45px;
    height: 60px;
    background: rgb(226, 197, 141);
    color: #581f26;
}
.enquiry-lay:hover .media-left {
    color: #e2c58d;
    background: #581f26;
    transition: 0.3s ease-in-out;
}
.media {
    border: none;
}
.media-body>h4 {
    font-size: 20px;
    text-transform: uppercase;
    margin: 13px 10px;
    color: #50141b;
}
/*---------------------------------------------------
                   enquiry section
---------------------------------------------------*/
/*---------------------------------------------------
                    About -us
---------------------------------------------------*/

/*--------tabs-----------------*/
/*.tab {
    float: left;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
    width: 30%;
    height: 300px;
}
*/
/* Style the buttons inside the tab */
button.tablinks.active {
    background-color: #f1f2f7;
}
.tab button {
    padding: 7px 7px 6px;
    background-color: inherit;    
    width: 100%;
    border: none;
    outline: none;
    text-align: left;
    cursor: pointer;
    transition: 0.3s;
    font-size: 17px;
}
button.tablinks:hover {
    background: #f1f2f7;
}



.about-image>iframe {
    width: 100%;
}
/*---------tabs------------*/
.abt-sec-in {
    clear: both;
    padding: 50px 0px 40px;
}
.about-image img {
    width: 100%;
}
.no-pading {
    padding: 0px;
}
.sec-titles {
    margin-bottom: 35px;
}
.sec-titles>h2 {
    display: block;
    position: relative;
    padding-bottom: 5px;
    border-bottom: 1px solid #eee;
}
.sec-titles>h2>span {
    text-transform: uppercase;
    font-size: 27px;
    color: #000b9f;
}
h3.abt-in-t {
    text-transform: uppercase;
    font-size: 20px;
    color: #000b9f;
    margin-bottom: 15px;
    line-height: 30px;
}
.sec-titles>h2>span:after {
    display: block;
    position: absolute;
    bottom: -3px;
    left: 0px;
    width: 50px;
    height: 4px;
    content: "";
    background-color: #fb6921;
}
.about-brief>p {
    font-size: 16px;
    line-height: 20px;
    text-align: justify;
    margin-bottom: 5px;
    font-family: 'Open Sans', sans-serif;
}
.about-brief ul li a {
    text-transform: uppercase;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
}
.about-brief ul li {
    list-style: none;
}
/*ul.abt-in-ul>li:before {*/
.about-brief ul>li:before {
    content: "\f0a9";
    font: normal normal normal 14px/1 FontAwesome;
    color: #fb6921;
    margin-right: 15px;
}
ul.abt-in-ul>li>a {
    font-size: 16px;
    text-transform: uppercase;
}

.staff-det-text ul li {
    list-style: none;
}
/*ul.abt-in-ul>li:before {*/
.staff-det-text ul>li:before {
    content: "\f0a9";
    font: normal normal normal 14px/1 FontAwesome;
    color: #fb6921;
    margin-right: 15px;
}
ul.staff-det-text>li>a {
    font-size: 16px;
    text-transform: uppercase;
}
a.view-btn {
    font-weight: 700;
    font-size: 16px;
    color: #3e4494;
}
ul.abt-in-ul {
    margin-bottom: 10px;
}
a.view-btn>span {
 
    transition: 0.5s ease-in-out;
}
a.view-btn:hover>span {
    margin-left: 5px;
    transition: 0.5s ease-in-out;
    visibility: visible;
}
a.view-btn:hover {
    color: #fb6921;
}

.more-abt {
    margin-top: -24px;
}
.more-abt-image {
    padding: 0px;
}
.more-abt-in:hover {
    background-color: #f1f2f7;
    transition: 0.6s ease-in-out;
}
a.more-abt-bttne {
    color: #333;
}
h4.more-abt-title {
    font-size: 12px;
    font-weight: 600;
    color: #fb6921;
    text-transform: uppercase;
}
span.more-abt-bttne p {
    font-size: 10px;
    line-height: 14px;
    margin-bottom: 0px;
    text-align: justify;
    word-spacing: -2px;
}
a.view-btn.view-btn-mre {
    font-size: 12px;
}
.more-abt-in.row {
    border-bottom: 1px dashed #eee;
    
}
.more-abt-in-nxt {
    margin: 0px;
}
.caption>p {
    text-align: justify;
}
/*---------------------------------------------------
                    About -us
---------------------------------------------------*/
/*---------------------------------------------------
                    news
---------------------------------------------------*/


section.evnt-gal-sec-l {
    position: relative;
    background: #fcfcff url(../images/sec-bg.png) left top repeat;
    padding: 60px 0px 40px;
}
section.evnt-gal-sec-l {
    padding: 50px 0px 40px;
}
.video-info>p {
    font-size: 11px;
    text-align: justify;
}
.video-info {
    padding: 10px 5px 0px;
    height: 175px;
}
/*-----*/
.about-image.about-image-add {
    width: 100%;
    height: 175px;
}
.about-image.about-image-add img {
    height: 175px;
}
/*-----*/

a.news-date {
    color: #00097b;
    font-size: 16px;
}
.video-info>a>h5 {
    font-weight: 500;
    color: #fb6921;
    margin: 5px 0px 6px;
}
.video-stream-bg {
    background: rgba(245, 246, 255, 0.2);
    transition: 0.6s ease-in-out;
}
.video-stream-bg:hover {
    background: #ffffff none repeat scroll 0 0;
    box-shadow: 0 2px 20px rgba(34, 30, 31, 0.4);
    transition: 0.6s ease-in-out;
}

span.sec-titles-span {
    float: right;
    /*font-size: 15px !important;
    background: #3e4494;
    padding: 0px 14px;
    line-height: 35px;
    margin-top: 12px;*/
}
span.sec-titles-span>a {
    
}

span.sec-titles-span {
    color: #fff;
    margin-right: 7px;
    line-height: 35px;
    margin-top: 9px;
}
.form-btn-news {
    padding: 10px 0px 4px 1px;
    font-size: 16px;
    background: transparent;
    color: #3e4494 !important;
    
}
a.news-date>span {
    font-size: 12px;
}
/*----------------------------------*/
.news-events-sec-m {
    /*background: url(../images/naac.jpg);*/
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left center;
}
.news-events-sec-m-color {
    transition: 0.4s ease-in-out;
    background: #fb6921;
    padding: 5px;
    border: 1px solid #eee;

}

.news-events-sec-m-color>a {
    transition: 0.3s ease-in-out;
    font-size: 13px;
    text-align: center;
    color: #fff;
}

.news-events-sec-m-color>a>h4 {
    font-size: 14px;
    font-weight: 600;
}
.news-events-sec-bttn {
    text-align: left;
    border-top: 2px solid #030c81;
    padding-top: 1.3em;
}
.news-events-sec-bttn>a {
    font-size: 16px;
    color: #fb6921;
    font-weight: 600;
}

.news-events-sec-m-color:hover {
    background: rgba(62, 68, 148, 0.35) !important;
    padding: 5px;
    border: 1px solid #eee;
    background: transparent;
    transition: 0.4s ease-in-out;
    border: none;
}
.news-events-sec-m-color>a:hover {
    /* transition: 0.3s ease-in-out; */
    visibility: hidden;
}
.news-events-sec-b-inn {
    margin-bottom: 20px;
}
.news-events-sec-bttn {
    text-align: left;
    border-top: 2px solid #030c81;
    padding-top: 10px;
}
.form-btn-news:before {
    height: 10px !important;
    color: red;
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    width: 0;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    -webkit-transition-property: width;
    transition-property: width;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-duration: inherit;
    transition-duration: inherit;
    bottom: 7px;
}


a.form-btn-news:hover:before {
    width: 10%;
    height: 12px;
}
div#carousel-pager {
    margin-bottom: 20px;
}
/*--------vertical-slider----------*/
.glyphicon
{
    margin-right:4px !important; /*override*/
}

.pagination .glyphicon
{
    margin-right:0px !important; /*override*/
}

.pagination a
{
    color:#555;
}

.panel ul
{
    padding:0px;
    margin:0px;
    list-style:none;
}

.news-item
{
    padding:4px 0px;
    margin:0px;
    border-bottom:1px dotted #555; 
}



.panel.panel-default {
    border: none;
}
.panel-footer {
    position: relative;
    padding: 0px;
    border-top: 0px;
    background: transparent;
    bottom: 24px;
}
.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 0px 1px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
        background-color: transparent;
    border: none;
}
.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
    z-index: 3;
    color: #fb6921;
    background-color: transparent;
    border-color: transparent;
}
.pagination>li>a>span {
    font-size: 18px;
}
.panel-body {
    padding: 0px 15px;
    position: relative;
    bottom: 25px;
    background: transparent;
}
.panel.panel-default {
    border: none;
    background: transparent;
    margin: 0px;
}
/*---------------------------------------------------
                    news
---------------------------------------------------*/
/*-------------------------------------------------
                Parallex-section
---------------------------------------------------*/
.paralex-sec-layer-inn {
    background: url(../images/abt/parallex1.jpg);
    
    background-attachment: fixed;
    background-position: top center;
    background-size: cover;
}
.paralex-sec-layer-inn-color {
    background: rgba(0, 3, 49, 0.68);
    /* height: 470px; */
}
.paralex-sec-layer-body {
    text-align: center;
    color: #fff;
    padding: 40px 0px;
}
.paralex-sec-layer-body>h3 {
    font-size: 40px;
    line-height: 1;
    color: #fff;
    text-transform: uppercase;
    padding-bottom: 23px;
    margin-bottom: 23px;
    margin-top: 0px;
}
.paralex-sec-layer-inn-color {
    background: rgba(0, 3, 49, 0.55);
   
}
.paralex-sec-layer-body>h3:before {
    margin-left: -35px;
    position: absolute;
    content: '';
    left: 13.5em;
    bottom: -12px;
    width: 143px;
    height: 3px;
    background-color: #fb6921;
}
.paralex-sec-layer-p {
    font-size: 16px;
    line-height: 33px;
    padding: 0 100px;
    margin-bottom: 2em;
    margin-top: 2em;
}
/*-------------------------------------------------
                Parallex-section
---------------------------------------------------*/

/*-------------------------------------------------
               testamoniels
---------------------------------------------------*/
section.testamonial-content-layer {
    padding: 50px 0px 40px;
}

.carousel-indicators .active{ background: #31708f; } 

.adjust1 {
    border: none;
    float: left;
    width: 100%;
    margin-bottom: 0;
} 
.adjust3{
     border-left: 5px solid #fb6921;
}
.adjust2 {
    margin: 0;   
}
.carousel-control
{ 
    color: #31708f; 
    width: 2%; 
} 
.carousel-control:hover, .carousel-control:focus
{
    color:#31708f; 
} 
.carousel-control.left, .carousel-control.right 
{
 background-image: none;
  } 
a.carousel-control>span {
    top: 5em;
}
.media-object {
    margin: auto;
    margin-top: 16px;
}
.testimonial-image {
    text-align: -webkit-center;
    border-radius: 50%;
}
.testimonial-image>img {
    width: 90%;
    border-radius: 50%;
    border: 1px solid #eee;
}




a.form-btn-test:hover:before {
    width: 7% !important;
    height: 12px;
}
ol.carousel-indicators>li {
    border: 1px solid #fb6921 !important;
}
@media screen and (max-width: 768px)
{ .media-object{ margin-top:0; } }
/*-------- testimonial tab -------*/
/*ul#projects_nav>li>a 
{
    color: black;
    display: block;
    text-decoration: none;
    border-top: 1px solid #069;
    background: #eeeeee;
}*/
.testimonial-tab>li.active>a, .testimonial-tab>li.active>a:focus, .testimonial-tab>li.active>a:hover 
{
    color: #fff;
    background-color: #d83c3c;
    border: 2px solid #d83c3c;
    /*border-bottom-color: transparent;*/
}
.tab-unorder-list li
{
    list-style: none;
}
.testimonial-tab 
{
    border-bottom: 0px solid #ddd;
}
.testimonial-tab {
    width: 270px;
    margin: 15px auto 15px auto;
}
.testimonial-tab>li {
    margin-left: 10px;
    margin-right: 10px;
}
.testimonial-tab>li>a {
    border-color: #000;
    border: 2px solid #000;
    border-radius: 0px;
    color: #000;
}
.testimonial-tab>li>a:hover {
    border-color: #000;
    border: 2px solid #000;
    border-radius: 0px;
    color: #000;
}
.testimonial-tab>li>a:focus, .testimonial-tab>li>a:hover {
    text-decoration: none;
    background-color: rgba(0, 0, 0, 0);
}
/*-------------------------------------------------
               testamoniels
---------------------------------------------------*/

/*---------------------------------------------------
                    footer
---------------------------------------------------*/
.footer-head {
    background: url(../images/abt/foot2.jpg);
    color: #fff;
    font-family: 'Poppins', sans-serif;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.footer-head-text {
    border-bottom: 1px solid #aaa;
    margin-bottom: 15px;
}
.footer-head-text h2 {
    font-size: 24px;
    font-weight: 400;
    color: #ffffff;
    margin-bottom: 20px;
}
.footer-logo
{
    border-bottom: 1px solid #aaa;
    margin-bottom: 30px;
    padding-bottom: 30px;
}
.foot-para-text {
    text-align: justify;
    font-size: 16px;
    margin-bottom: 24px;
}
.foot-para-text a
{
    color: #fc7837;
}
.foot-para-text a:focus, .foot-para-text a:hover 
{
    color: #337ab7;
    text-decoration: none;
}

.foot-contact  
{
    list-style: none;
}
.foot-contact li 
{
    
    font-size: 15px;
    margin-bottom: 3px;
}
.foot-contact li span
{
    color: #ffffff;
    
}


.contain:hover .overlay 
{
    opacity: 1;
}
.mobile{
    display:block;
}
.overlay {
    position: absolute;
    left: 14px;
    top: 0px;
    width: 74%;
    display: block;
    height: 100%;
    opacity: 0;
    text-align: center;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    background-color: rgba(56,65,178,0.90);
}
.overlay>span {
    padding-top: 25px;
}


.news-text a
{
    color: #fff;
    
    
    
    top: -6px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.news-text a:focus, .news-text a:hover
{
    color: #fc7837;
    text-decoration: none;
}


.foot-contain-content {
    padding-top: 5px;
}


.foot-content1 {
   /* border-bottom: 1px solid #818181;*/
    margin-bottom: 2em;
}
.foot-links {
    display:flex;
    margin-top: 15px;
}
.foot-link
{
    color: #727272;
    list-style-type: none;
}
.foot-link:hover
{
    color: #727272;
}
.foot-link li
{
    padding-top: 5px;
    padding-bottom: 5px;
}

.foot-link li a {
    text-transform: uppercase;
    color: #fff;
    padding-left: 5px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.foot-link li a:hover
{
    color: #fc7837;
    text-decoration: none;
}

.mobile{
    display:none;
}

.footer-main {
    background-color: rgba(32, 68, 106, 0.58);
}
.footer-main {
    background-color: rgba(154, 96, 63, 0.87);
    padding: 35px 0px 0px;
}


span.footer-cont-d>span {
    display: inline-flex;
}

span.footer-cont-d>span>i {
    margin-right: 10px;
}


.footer-content>span {
    display: inherit;
}


span.footer-cont-d {
    margin-bottom: 1em;
}
.social:hover {
     -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
     -o-transform: scale(1.1);
 }
 .social {
     -webkit-transform: scale(0.8);
     /* Browser Variations: */
     
     -moz-transform: scale(0.8);
     -o-transform: scale(0.8);
     -webkit-transition-duration: 0.5s;
     -moz-transition-duration: 0.5s;
     -o-transition-duration: 0.5s;
 }

/*
    Multicoloured Hover Variations
*/
 .center-block>a {
    color: #fff;
    margin-right: 10px;
}
 #social-fb:hover {
     color: #3B5998;
 }
 #social-tw:hover {
     color: #4099FF;
 }
 #social-gp:hover {
     color: #d34836;
 }
#social-em:hover {
    color: red;
}
/*----------------------*/

.foot-line {
    border-bottom: 1px solid #aaa;
    margin-top: 1em;
}

.copy-wrapper {
    color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
    display: -webkit-box;
    text-transform: uppercase;
}
.copy-wrapper1 {
    color:#fff;
    padding-top: 10px;
    padding-bottom: 10px;
    float: right;
}

.copy-wrapper1>a {
    color:#fff;
    
}
/*---------------------------------------------------
                    footer
---------------------------------------------------*/

/*-----------------------------------------------------------------------------------------------------
                    contact-us page
------------------------------------------------------------------------------------------------------*/

section.clge-inner-bg {
    background: url(../images/abt/sub-banner-bg1.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.clge-inner-bg-in {
    padding: 70px 0;
    background: rgba(163, 54, 0, 0.48);
}
.bg-title>h2 {
    font-size: 30px;
    line-height: 1;
    margin: 0;
    padding: 0;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
}
ol.bread-crumb>li {
    display: inline-block;
    color: #fff;
}
ol.bread-crumb {
    background: none;
    padding: 0;
    margin: 10px 0 0 0;
}
ol.bread-crumb>li+li:before {
    padding: 0 5px;
    color: #ccc;
    content: "/\00a0";
}
ol.bread-crumb>li>a {
    text-transform: uppercase;
    color: #eee;
}
ol.bread-crumb>li>a:hover {
    color: #fb6921;
}


/*-----------------------------------------
       contact-in
---------------------------------------------*/       

section.contact-form {
    padding: 50px 0px 40px;
}


nav.navbar.navbar-default.navbar-fixed-top.ayur-layout-nav 
{
    background-color: #fff;
}
.contact
{
    background-image: url(../images/contact-us.jpg);
    background-size: cover;
    background-position: top;
}
.contact-us
{
    height: 275px;
}
.contact-head
{
    position: absolute;
    top: 15em;
}

.contact-head h2
{
    color: #fff;
}


.get-contact 
{
    text-align: center;
    margin-bottom: 60px;
    margin-top: 30px;
}
.get-contact h2:before
{
    content: '';
    position: absolute;
    right: 0px;
    margin-top: 55px;
    width: 21em;
    border-bottom: 5px solid #eaeaea;
    border-left: 5px solid transparent;
}
.get-contact h2:after
{
    content: '';
    position: absolute;
    left: 0px;
    margin-top: 65px;
    width: 21em;
    border-bottom: 3px solid #eaeaea;
    border-right: 3px solid transparent;
}

.ayur-contact-text 
{
    padding: 25px 35px 19px;
    box-shadow: 0 0 10px rgba(0,0,0,0.10);
    border: 1px solid #ffffff;
    text-align: center;
    line-height: 1;
    transition: 0.5s ease-in-out;
    height: 260px;

}
.ayur-contact-text:hover
{
    box-shadow: 0 0 10px rgba(0,0,0,0.10);
    border: 1px solid #040d8f;
    transition: 0.5s ease-in-out;
    background: transparent;
}
.ayur-contact-text h6 {
    font-size: 16px;
    margin: 0px 0px 9px;
    text-transform: uppercase;
    font-weight: 600;
    color: #3e4494;
}
.ayur-contact-text p 
{
    line-height: 20px;
    margin: 0px;
    font-size: 16px;
    color: #7e7e7e;
}

.contact-image>i {
    font-size: 50px;
    color: #ff5500;
    margin-bottom: 30px;
}


.ayur-contact-form h2 {
    margin: 0px 0px 30px;
    padding: 0px 0px 14px;
    font-weight: 400;
    font-size: 22px;
    line-height: 0.8;
    border-bottom: 2px solid #f4f4f4;
}

.abt-title {
    text-align: center;
}
h3.abt-heading {
    display: inline-block;
    font-size: 35px;
    font-weight: 300;
    line-height: 28px;
    margin-bottom: 65px;
    position: relative;
    color: #3e4494;
}
h3.abt-heading:before {
    bottom: -49px;
    color:#ff5400;
    content: 'ïŠ…';
    font-family: fontawesome;
    font-size: 20px;
    height: 27px;
    margin-right: -20px;
    position: absolute;
    right: 50%;
    text-align: center;
    width: 40px;
    z-index: 2;
    background: #fff;
}
h3.abt-heading:after {
    background: #020c97 none repeat scroll 0 0;
    bottom: -37px;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 100%;
}
section.contact-sec-frm {
    background:rgb(250, 250, 250) url(../images/sec-bg.png) left top repeat;
}
.contact-sec2 {
    padding: 50px 0px 0px;
}
/*----------contact-form-------*/
ul.ayur-contact-form-ul 
{
    margin: 0px -12px;
}
ul.ayur-contact-form-ul li 
{
    list-style: none;
    float: left;
    width: 100%;
    margin:0px 0px 15px;
    padding: 0px 12px;
}
ul.ayur-contact-form-ul li input 
{
    width: 100%;
   background-color: #fff;
    color: #929292;
    font-size: 12px;
    height: 45px;
    margin: 0;
    padding-left: 15px;
    border: 1px solid #f4f4f4;
}
.ayur-contact-form form textarea 
{
    background-color: #fff;
    color: #929292;
    font-size: 12px;
    height: 100px;
    margin: 0;
    padding-left: 15px;
    border: 1px solid #f4f4f4;
    width: 100%;
}
.contact-submit 
{
    margin: 30px 0px;
}


.abt-title.text-center {
    margin-bottom: 2em;
}
.contact-row3 {
    margin-bottom: 25px;
}
.form-control {
    border-radius: 0;
}

/*-----------------------------------------------------------------------------------------------------
                    contact-us page
------------------------------------------------------------------------------------------------------*/

/*-----------------------------------------------------------------------------------------------------
                    student and faculty detail page
------------------------------------------------------------------------------------------------------*/
section.stdnt-det-layer {
    padding: 50px 0px 40px;
}
.stdent-imge>img {
    width: 100%;
}

.stdent-imge {
    padding: 0px 20px;
}
.stdnt-det-inn {
    background: rgba(233, 234, 250, 0.24);
    padding: 15px;
    transition: 0.5s ease-in-out;
}
.stdnt-det-head {
    margin: 20px 0px;
    height: 480px;
}
.stdnt-det-inn:hover {
    background: #ffffff none repeat scroll 0 0;
    box-shadow: 0 2px 12px rgba(34, 30, 31, 0.4);
    transition: 0.5s ease-in-out;
}
/*----------- student details ---------------*/
.stdnt-det-in {
    border-left: 5px solid #3e4494;
    padding-left: 20px;
}
.stdnt-det-text>span {
    color: #333;
}
.stdnt-det-text>span {
    color: #03095f;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
}
.stdnt-det-text span>span {
    float: right;
    color: #fb6921;
}
.stdnt-det-v>span>p {
    text-align: justify;
    font-size: 12px;
    margin-bottom: 0px;
    line-height: 20px;
}
.stdnt-det-inn-r {
    margin-bottom: 8px;
}

/*--------------------------------*/
.affix {
    right: 30px;
    top: 144px;
    z-index: -1;
}
.wrap-select-inn {
    background: #fafafe;
    padding: 15px;
}
button.btn.btn-default.hvr-sweep-to-right.btn.btn-big.search-by-btnn {
    padding: 6px 25px 6px 18px;
    margin: 10px 14px;
}
.search-by-btnn {
    text-align: center;
}


select.form-control.sel-opt-st {
    text-transform: uppercase;
    color: #3e4494;
    height: 40px;
    padding: 0px 10px 0px 10px;
}
section.stdnt-pagination {
    text-align: center;
}
.notice {
    background: #fafafe;
    padding: 10px;
}

.more-abt.event-more {
    margin-top: 0px !important;
}
a.more-abt-bttne>p {
    font-size: 10px;
    line-height: 14px;
    margin-bottom: 0px;
    text-align: justify;
    word-spacing: -2px;
}
/*-----------------------------------------------------------------------------------------------------
                    student-detail page
------------------------------------------------------------------------------------------------------*/

/*-----------------------------------------------------------------------------------------------------
                    About-page
------------------------------------------------------------------------------------------------------*/
.contect-link-sec-inn {
    background: url(../images/abt/slider6.jpg);
   
    background-position:right bottom;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.contect-link-sec-bg {
    padding: 40px 0px;
    background: rgba(0, 3, 49, 0.55);
}
.callout-2-text {
    padding: 10px;
   /* border: 1px solid #fff;*/
    z-index: 10;
    /* width: 80%; */
    margin: 0 auto;
}
.title_sec h1 {
    font-weight: 400;
    line-height: 39px;
    margin-bottom: 21px;
    text-transform: uppercase;
    font-size: 31px;
}
.paralax_text>p {
    text-align: center;
    color: #fff;
    margin-bottom: 2em;
}
/*--------btn2--------*/
.btn-2 {
    background: transparent;
    font-weight: 100;
}
.btn2 {
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
    margin: 0 auto 2em;
    max-width: 160px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    vertical-align: middle;
    width: 100%;
}
.btn-2 svg {
    height: 38px;
    left: -22px;
    position: absolute;
    top: -2px;
    width: 94%;
}
.btn-2 rect {
    fill: none;
    stroke: #fff;
    stroke-width: 2;
    stroke-dasharray: 422, 0;
}
.btn-2:hover {
    background: rgba(225, 51, 45, 0);
    font-weight: 500;
    letter-spacing: 1px;
}
.btn2:hover {
    text-decoration: none;
}
.btn-2:hover rect {
    stroke-width: 5px;
    stroke-dasharray: 44, 300;
    stroke-dashoffset: 100;
    -webkit-transition: all 1.35s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 1.35s cubic-bezier(0.19, 1, 0.22, 1);
}

/*-------------------*/
/*.callout-2-text:after {
    content: "\f10b";
    font-family: "FontAwesome";
    height: 56px;
    width: 56px;
    line-height: 56px;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    background: #fb6921;
    font-size: 36px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: calc(100% - 28px);
    z-index: 25;
}*/
section.about-sec-layer {
    padding: 50px 0px 40px;
}
.news-events-sec-a-one {
    background: #f8844c;
}
ul.module-title-ul>li>a:hover {
    background: #fb6921;
}
ul.module-title-ul>li {
    list-style: none;
}
ul.module-title-ul>li>a {
    color: #fff;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 17px;
    font-weight: 600;
    font-size: 16px;
    border-top: 1px solid #eb7945;
    display: block;
    text-transform: uppercase;
    transition: 0.5s ease-in-out;
}
ul.module-title-ul>li>a>i{
   transition: 0.5s ease-in-out; 
}

ul.module-title-ul>li>a:hover>i {
    margin-right: 8px;
    transition: 0.5s ease-in-out;
}
.about-para>h2 {
    font-size: 26px;
    color: #0f1aa2;
    margin-bottom: 6px;
}
.para-det>p {
    text-align: justify;
    font-size: 16px;
    line-height: 24px;
}
.second-div {
    margin-top: 25px;
}
.para-det>h3 {
    margin: 20px 0px 10px;
    font-size: 23px;
    color: #0f1aa2;
    text-transform: uppercase;
}
/*-----------------------------------------------------------------------------------------------------
                    About-page
------------------------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------------
                    institute event starts
------------------------------------------------------------------------------------------------------*/


/*-----------message--------------*/
.message-box
{
    background: rgba(233, 234, 250, 0.24);
    padding: 15px;
    transition: 0.5s ease-in-out;
}
.message-box:hover
{
    background: #ffffff none repeat scroll 0 0;
    box-shadow: 0 2px 12px rgba(34, 30, 31, 0.4);
    transition: 0.5s ease-in-out;
}
.message-box h3
{
    color: #fb6921;
    margin-bottom: 20px;
}
.message-box img
{
    float: left;
    margin-right: 15px;
    padding: 5px;
    background-color: #ddd;
}
.para-right
{
    text-align: right;
    margin-bottom: 0px;
}

/*================search===============*/
.search_title_h4 {
    color: #af7453;
    font-weight: 600;
}

/*---------------about-para ul---------------*/
.about-para ul>li 
{
    list-style: none;
		font-size: 16px;
}
.about-para ul>li:before 
{
    content: "\f0a9";
    font: normal normal normal 14px/1 FontAwesome;
    color: #fb6921;
    margin-right: 15px;
}
/*-------------pioneer-------------------------*/
.pioneer-box
{
    background: rgba(210, 210, 210, 0.4);
    transition: 0.5s ease-in-out;
    margin-top: 20px;
    margin-bottom: 20px;
}
.pioneer-box:hover
{
    background: #ffffff none repeat scroll 0 0;
    box-shadow: 0 2px 12px rgba(34, 30, 31, 0.4);
    transition: 0.5s ease-in-out;
}
.pioneer-box img
{
    width: 100%;
    height: 225px;
}
.member-box
{
    height: 300px;
    padding: 20px;
    text-align: center;
}
.member-box h4
{
    color: #fb6921;
    text-align: center;
}
.member-box p
{
    margin-bottom: 0px;
}
/*-------------------- button -------------------*/
a.btn.btn-color {
    color: #000;
    margin: 15px;
    border: 1px solid #000;
    transition: all .5s ease;
}
a.btn.btn-color:focus, a.btn.btn-color:hover {
    color: #fb6921;
    border: 1px solid #fb6921;
    transition: all .5s ease;
    outline: none;
}
/*--------------------alumni---------------------*/
.alumni-form h4
{
    color: #fb6921;
    margin-bottom: 20px;
    font-weight: 500;
}
.btn-defaults 
{
    margin-top: 30px;
    margin-bottom: 30px;
    /* padding: 12px 25px 12px 12px; */
    background: #fb6921;
    color: #fff;
    font-size: 14px;
    -webkit-box-shadow: 0px 5px 15px 0px rgb(251, 105, 33);
    -moz-box-shadow: 0px 5px 15px 0px rgba(134, 218, 9, 0.84);
    box-shadow: 0px 5px 15px 0px rgb(251, 105, 33);
}
.alumni-link
{
    margin-top: 20px;
    background: rgba(233, 234, 250, 0.24);
    padding: 15px;
    transition: 0.5s ease-in-out;
}
.alumni-link:hover
{
    background: #ffffff none repeat scroll 0 0;
    box-shadow: 0 2px 12px rgba(34, 30, 31, 0.4);
    transition: 0.5s ease-in-out;
}
.link-alumni
{
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
}
.medium-text
{
    color: #fb6921;
}

/*---------- application form ----------*/
.apply-form {
    margin-top: 25px;
    margin-bottom: 25px;
}

h3.pioneer-head {
    color: #fb6921;
}
.inputerror {
    border-color: red;
}
img.img-fluid {
    width: 100%;
    height: 220px;
}
img.img-fluid-pl {
    width: 281px;
    height: 281px;
}
h3.album_name {
    color: #f8844c;
    font-size: 15px;
}
.row.gallery_row {
    margin-bottom: 10px;
    margin-top: 15px !important;
    margin-right: 0px;
    margin-left: 0px;
}
.notify-list>h4 {
    border-top: 3px solid #af7453;
    background-color: rgb(175, 116, 83);
    webkit-box-shadow: 0px 7px 22px 0px rgba(167, 152, 155, 0.3);
    -moz-box-shadow: 0px 7px 22px 0px rgba(167, 152, 155, 0.3);
    box-shadow: 0px 7px 22px 0px rgba(167, 152, 155, 0.3);
    color: white;
		padding: 5px;
}
span.error {
    color: red;
}

/*----------------------------------------------------*/
.staff-det-head>h2 
{
    color: #3e4494;
    font-size: 26px;
}
.staff-det-head>h4 
{
    color: #3e4494;
    font-size: 18px;
    margin-bottom: 15px;
}
.staff-det-text>p 
{
    text-align: justify;
}
.staff-exp-text>p>span 
{
    color: #fb6921;
}
.staff-imge>img {
    width: 100%;
}

/*--------------- modal popup -------------------*/
.head-modal 
{
    padding: 0px;
    border-bottom: 0px;
}

.modal-header .but-close 
{
    margin-top: -20px;
}

.modal-header .butn-close 
{
    margin-top: -10px;
    z-index: 1;
}
.title-head 
{
    z-index: 0;
}
.but-close
{
    position: relative;
    top: 30px;
    right: 3%;
}
.about-para {
    text-align: justify;
}
/*-----------------------*/
.para-logo-header
{
    font-size: 12px;
    text-align: right;
    margin-bottom: 0px;
}
/*-----------------------*/
ul.tab-unorder-list>li:before {
    content: "\f0a9";
    font: normal normal normal 14px/1 FontAwesome;
    color: #fb6921;
    margin-right: 15px;
}


/*-------- accordion start -------*/
.tab-acc-body {
    padding: 5px 15px;
}
.panel.tab-acc-panel 
{
    border: 1px solid #b3b3b3;
}
.tab-acc-panel-group 
{
    padding: 30px 10px;
}
.tab-acc-panel-title 
{
    /*border-width: 1px 1px 1px 0;
    border-style: solid;
    border-color: #efefef;*/
    background-color: #eee;
    margin: 0;
    border-radius: 4px;
}
.tab-acc-panel-title a 
{
    border-width: 0px 0px 1px 0px;
    border-style: solid;
    border-color: #b3b3b3;
    text-decoration: none;
    color: #334463;
    font-weight: bold;
    line-height: 24px;
    padding: 14px 14px 15px 10px;
    display: block;
    border-left: 4px solid #1f1e92;
}
.tab-acc-panel-title a:focus, .tab-acc-panel-title a:hover 
{
    text-decoration: none;
    color: #334463;
}
.tab-acc-panel-title a.collapsed span 
{
    background-color: #767676;
}
.tab-acc-panel-title a.collapsed span:before 
{
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -sand-transform: rotate(-90deg);
}
.tab-acc-panel-title a span:after 
{
    content: " ";
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -1px;
    width: 10px;
    height: 2px;
    display: inline-block;
    background-color: #fff;
    -webkit-transition: background-color .2s ease-in-out,transform .2s ease-in-out,width .2s ease-in-out;
    -moz-transition: background-color .2s ease-in-out,transform .2s ease-in-out,width .2s ease-in-out;
    -o-transition: background-color .2s ease-in-out,transform .2s ease-in-out,width .2s ease-in-out;
    transition: background-color .2s ease-in-out,transform .2s ease-in-out,width .2s ease-in-out;
}
.tab-acc-panel-title a span 
{
    float: right;
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: -moz-linear-gradient(to top right, #000b9f 0%,#af7453 60%);
    background: -webkit-linear-gradient(to top right, #000b9f 0%,#af7453 60%);
    background: linear-gradient(to top right, #000b9f 0%,#af7453 60%);
    border-radius: 50%;
    position: relative;
}
.tab-acc-panel-title a span:before 
{
    content: " ";
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -1px;
    width: 10px;
    height: 2px;
    display: inline-block;
    background-color: #fff;
    -webkit-transition: background-color .2s ease-in-out,transform .2s ease-in-out,width .2s ease-in-out;
    -moz-transition: background-color .2s ease-in-out,transform .2s ease-in-out,width .2s ease-in-out;
    -o-transition: background-color .2s ease-in-out,transform .2s ease-in-out,width .2s ease-in-out;
    transition: background-color .2s ease-in-out,transform .2s ease-in-out,width .2s ease-in-out;
}
.tab-acc-panel-title a span:after 
{
    content: " ";
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -1px;
    width: 10px;
    height: 2px;
    display: inline-block;
    background-color: #fff;
    -webkit-transition: background-color .2s ease-in-out,transform .2s ease-in-out,width .2s ease-in-out;
    -moz-transition: background-color .2s ease-in-out,transform .2s ease-in-out,width .2s ease-in-out;
    -o-transition: background-color .2s ease-in-out,transform .2s ease-in-out,width .2s ease-in-out;
    transition: background-color .2s ease-in-out,transform .2s ease-in-out,width .2s ease-in-out;
}
/*------------*/
.event-listing 
{
    padding-top: 10px;
    padding-bottom: 10px;
}
.event-listing li 
{
    list-style: none;
    padding: 5px 5px;
}
.event-listing li:before 
{
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background: #185f96;
    background: -moz-linear-gradient(left, #185f96 0%, #228757 100%);
    background: -webkit-linear-gradient(left, #185f96 0%,#228757 100%);
    background: linear-gradient(to right, #185f96 0%,#228757 100%);
    /*left: 35px;*/
    z-index: 1;
    margin-top: 5px;
    border-radius: 50%;
    margin-left: -25px;
}

/*-------- accordion end -------*/

/*--------------------------------------------------------------
                        institute event 
--------------------------------------------------------------*/
.institute-box {
    margin-top: 15px;
    margin-bottom: 15px;
}
.institute-box .institute-pdf {
    /*padding: 0px 10px 0px 10px;*/
}
.institute-box .institute-pdf>img {
    height: 150px;
}
.institute-box .institute-pdf-text {
    text-align: center;
    height: 45px;
    background-color: rgba(159, 0, 0, 1);
    color: #fff;
    padding: 10px 10px;
}
.institute-box .institute-pdf-text>p {
    font-size: 16px;
}
.institute-box:hover .institute-pdf-text {
    background-color: #000b9f;
}


/****========================Placement========================*/
ul.pagination.ng-table-pagination.pull-right {
    margin: -46px 22px;
}

li.ng-scope {
    padding: 5px 10px;
    background: #ccc;
    margin: 0px;
    border: 1px solid #f8eeea;
    list-style: none;
    float: left;
    display: block;
}

li.ng-scope a {
    color: #000;
}

li.ng-scope span {
    color: #451e07;
}
/*==============================ends================*/
/*-----------------placement banner---*/
section.placement-sec{
    background: #d3895fd9;
    padding: 30px 0px;
}
section.placement-sec .place-right-right1 {
    float: right;
    margin-right: 130px;
}
section.placement-sec .place-right-right {
    float: left;
}

section.placement-sec .col-md-4.place-left h1 {
    margin-top: 0;
    background: linear-gradient( -45deg , #73142f, #73142f, #bd325a, #73142f);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size:44px;
    line-height: 1.2;
    margin-bottom: 20px;
}
section.placement-sec h2.timer.count-title.count-number{
    background: linear-gradient( -45deg , #73142f, #73142f, #bd325a, #73142f);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 36px;

}
section.placement-sec .numrical p{
    background: linear-gradient( -45deg , #73142f, #73142f, #bd325a, #73142f);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 36px; 
    margin-top: 18px;   
}
section.placement-sec p.count-text{
    font-size: 18px;
    text-align: left;
}
section.placement-sec .numrical {
    display: flex;
    align-items: center;
    width: 100%;
}
section.placement-sec .place-right-right1 h1{
    background: linear-gradient( -45deg , #73142f, #73142f, #bd325a, #73142f);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


section.placement-sec .col-md-4.place-left>h3 {
    font-weight: 600;
    margin-bottom: 20px;
    font-size: 16px;
}
section.placement-sec .col-md-7.place-right>h3 {
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 20px;
}

section.placement-sec .col-md-6.place-ano>p {
    font-size: 18px;
}
/* section.placement-sec .place-ano-right>button.btn-default {
    float: right;
    font-size: 22px;
    color: #fbfbfb;
    background: maroon;
    border: maroon;
    padding: 10px 31px;
    margin-bottom: 25px;
} */

section.placement-sec .place-ano-right>button.btn-default {
    float: right;
    /* margin-top: 44px; */
    font-size: 18px;
    color: #fbfbfb;
    background: maroon;
    border: maroon;
    padding: 5px 31px;
    margin-bottom: 10px;
}

section.placement-sec .col-md-5.place-left>p {
    font-size: 16px;
}
section.placement-sec .place-right-right>p {
    font-size: 14px;
}
section.placement-sec p {
    color: #000;
}
.place-right-right1 h4 {
    color: #000;
}

section.placement-sec .col-md-5.place-left>h3{
color: #000;
}

section.placement-sec .numrical{
height: 50px;
}

/* section.placement-sec .numrical p{
    margin-top: 5px;
} */
section.placement-sec .place-ano-right>button.btn-default a {
    color: #fff;
}
div#n-image {
    padding-bottom: 24px;
}
  /* ===================================banner slider===================================== 
  ========================================================================================*/
  section.banner_slider{
    background-image: url(../images/sliderbg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;

  }
  .banner_slider_tint {
    background: #bc4a4abd;
}
  section.banner_slider a.left.carousel-control {
    left: -20%;
  }
  section.banner_slider a.right.carousel-control {
    right: -20%;
  }
  section.banner_slider .carousel-inner>.item>a>img, .carousel-inner>.item>img{
    height: 620px;
    width: 100%;
    margin: auto;
  }

  section.banner_slider .testimonial4_control_button .carousel-control{
    top: 43%;
    opacity: 1;
    width: 40px;
    height: 40px;
    font-size: 15px;
    line-height: 38px;
    text-shadow: none;
    background: transparent;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 100%;
  }
  
