
@import url('../fonts/dsdigital.css');
/*font-family: 'DS-Digital';*/
@import url('https://fonts.googleapis.com/css2?family=Great+Vibes&family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Playfair+Display&family=Poppins:ital,wght@1,100&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/*font-family: 'Playfair Display', serif;*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/*font-family: 'Poppins', sans-serif;*/
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
/*font-family: 'Bebas Neue', sans-serif;*/
@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,500;1,600;1,700;1,800;1,900&display=swap');
/*font-family: 'Jost', sans-serif;*/
@import url(aos.css);
@import url(jquery.fancybox.min.css);
@import url(bootstrap.min.css);
@import url(owl.carousel.min.css);
@import url(fontawesome/css/fontawesome.min.css);
@import url(nav-menu.css);
@import url(fontawesome/css/all.min.css);

*{
    list-style: none;
}
img {
    max-width: 100%;
}
body {
    font-family: 'Poppins', sans-serif;
    color: #696969;
    font-size: 14px;
    /* border-top: #4abae9 5px solid; */
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Jost', sans-serif;
}
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 96%;
    width: 100%;
}
.container-fluid {
    max-width: 96%;
}

.carousel-control-next, .carousel-control-prev {
    z-index: 1111;
}
.read-more-btn {
    font-size: 16px;
    background: #a13131;
    color: #fff!important;
    padding: 6px 40px;
    text-decoration: none;
    border: 1px solid #a13131;
    transition: all ease-in-out 0.5s;
    display: inline-block;
    letter-spacing: 1px;
    line-height: normal;
    border-radius: 5px;
    text-transform: uppercase;
}
.read-more-btn:hover{
    background: none;
    color:#B2243A!important;
}

/*
 *  Custom Scrollbar
 */

 ::-webkit-scrollbar-track
 {
     -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
     border-radius: 10px;
     background-color: #f7f7f7;
 }
 
::-webkit-scrollbar
 {
     width: 5px;
     border-radius: 10px;
     background-color: #f7f7f7;
 }
::-webkit-scrollbar-thumb
 {
     border-radius: 20px;
     -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
     background: #ff7350;
 }
/*
 *  Custom Scrollbar End */
 
/* header */

section.slider1 {
    height: 100vh;
    position: relative;
    width: 100%;
    float: left;
}
section.slider1:after{
	content:'';
	width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background: linear-gradient(180deg, #55131f, #55131f, transparent);
}
header {
    width: 100%;
    float: left;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
	font-family: 'Poppins', sans-serif;
}
.top-1 {
    width: 100%;
    float: left;
}
.top-left {
    float: left;
}
.top-right {
    float: right;
}
.top-1 h5 {
    display: inline-block;
    margin-right: 25px;
    padding: 10px 10px;
    font-size: 18px;
    color: #fff;
    
}
.top-1-right a {
    display: inline-block;
    line-height: 26px;
    color: #fff;
    margin-right: 6px;
}
.top-1-right a .fa-brands {
    font-size: 30px;
    padding: 10px 10px;
}
button.mega-toggle-animated.mega-toggle-animated-slider {
    background: #830f23a6!important;
    padding: 10px!important;
    margin-top: 75px!important;
    border-radius: 5px;
}
.navigation-portrait .nav-menu {
    padding-top: 100px;
}
.navigation-portrait .nav-menu > li > a {
    color: #000;
}
.carousel-control-next, .carousel-control-prev {
    width: 5%;
}

.top-2 {
    width: 100%;
    float: left;
}
.logo {
    float: left;
    padding-top: 20px;
    position: relative;
    z-index: 100;
}
.top-1-right {
    float: right;
}
.menu-con {
    float: left;
    width: 100%;
}
.text {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0px;
    left: 0;
    margin: auto;
    height: max-content;
    text-align: center;
    z-index: 1;
}
.text h1 {
    font-size: 40px;
    color: #fff;
    font-weight: normal;
    font-family: 'Bebas Neue', sans-serif;
    letter-spacing: 1px;
	text-shadow: 0px 0px 13px #fff;
}
header #mega-menu-wrap-primary #mega-menu-primary {
    padding: 30px 4px 12px 14px!important;
}
#mega-menu-wrap-primary #mega-menu-primary {
    visibility: visible;
    text-align: right;
    padding: 42px 4px 12px 14px;
}
header .nav-menu > li > a {
    padding: 10px 10px;
    display: inline-block;
    text-decoration: none;
    font-size: 14px;
    color: #343a40;
    transition: color 0.3s, background 0.3s;
    font-weight: 400;
    color: #fff;
}

/* slider1 */
.slider-image {
    position: relative;
    width: 100%;
    float: left;
    overflow: hidden;
}
.slider-bottom-image {
    position: absolute;
    bottom: -2px;
    width: 100%;
    z-index: 11;
}
.slider-bottom-image figure {
    margin-bottom: 0;
    width: 100%;
}
.slider-bottom-image figure img{
    width: 100%;
}

/* slider2 */
.slider2{
    background-color: #f7f5e9;
    padding: 60px 0;
    width: 100%;
    float: left;
}
.slider2 .user-box {
    text-align: center;
}
.slider2 .user-box figure {
    margin-bottom: 5px;
}
.slider2 .user-box figure a {
    width: 100%;
    display: inline-block;
}
.slider2 .user-box figure img {
    width: 160px;
    height: 160px;
    border: 3px solid #fff;
    object-fit: cover;
    object-position: top;
    border-radius: 10px;
}
.slider2 .user-box h5 {
    font-weight: 500;
    text-align: center;
    margin-bottom: 2px;
    height: 25px;
}
.slider2 .user-box p.designation {
    font-size: 12px;
    color: #000;
    line-height: 15px;
}
.slider2 .user-box h5 a {
    text-decoration: none;
    font-size: 17px;
    /*font-weight: 600;*/
    color: #5f0f0f;
    line-height: 14px;
    display: inline-block;
}
.slider2 h2 {
    font-size: 30px;
    font-weight: 500;
    color: #5f0f0f;
    padding-bottom: 20px;
    /* font-family: 'Bebas Neue', sans-serif; */
    font-family: 'Playfair Display', serif;
}
.slider2 .news ul {
    padding: 20px 10px;
    list-style: none;
    background-color: #fff;
    padding-left: 20px;
    box-shadow: 0px 0px 6px 4px #0000000f;
	height:620px;
	overflow:auto;
}
.slider2 .news li {
    position: relative;
    padding-bottom: 10px;
    font-size: 13px;
    padding-left: 30px;
}
.slider2 .news li:before {
    content: '';
    width: 8px;
    height: 8px;
    position: absolute;
    background: #5f0f0f;
    left: 0px;
    top: 8px;
    border-radius: 50%;
}

.slider2 .bt {
    text-align: center;
    margin-top: 40px;
}

/* slider3 */
.slider3 {
    padding: 60px 0;
    background: url(../images/blue.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    float: left;
    height: 100%;
}
.slider3 h2 {
    font-size: 30px;
    text-align: center;
    padding-bottom: 30px;
    font-weight: 500;
    color: #5f0f0f;
    /*font-family: 'Bebas Neue', sans-serif;*/
	font-family: 'Playfair Display', serif;
}
section.slider3 .owl-nav button.owl-prev, section.slider3 .owl-nav button.owl-next {
    position: absolute;
    top: 0;
    bottom: 0;
    font-size: 40px!important;
    margin: auto;
    height: max-content;
    color: #ffffff!important;
    opacity: 0.7;
    text-shadow: 0 0 10px #4269b5;
}
section.slider3 .owl-nav button.owl-next {
    right: 0;
}
.slider3 .bt {
    text-align: center;
    margin-top: 40px;
}
.gallery-box {
    position: relative;
}
.gallery-text {
    color: #fff;
    position: absolute;
    bottom: 10px;
    font-weight: 300;
    left: 0;
    padding: 0px 20px;
    z-index: 1;
    width: 100%;
}
.gallery-text p {
    font-size: 14px;
    line-height: 20px;
}

.gallery-box a:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(1deg, #2e3241, transparent);
    z-index: 1;
}

/* slider4 */
.slider4 {
    padding: 60px 0;
    background-color: #dee2e5;
    width: 100%;
    float: left;
    background-image: url(../images/net1.png);
    background-repeat: no-repeat;
    position: relative;
}
.slider4 .container{
    position: relative;
    z-index: 10;
}
section.slider4::before {
    content: '';
    background-image: url(../images/net2.png);
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-position: bottom right;
    z-index: 1;
    background-repeat: no-repeat;
}
.slider4 h2 {
    font-size: 30px;
    text-align: center;
    padding-bottom: 30px;
    font-weight: 500;
    color: #5f0f0f;
    /*font-family: 'Bebas Neue', sans-serif;*/
	font-family: 'Playfair Display', serif;
}
.slider4 .box a img {
    border-radius: 50%;
    width: 200px;
    margin: auto;
    height: 200px;
    object-fit: cover;
    overflow: hidden;
}
section.slider4 .owl-nav button.owl-prev, section.slider4 .owl-nav button.owl-next {
    position: absolute;
    top: 0;
    bottom: 0;
    font-size: 40px!important;
    margin: auto;
    height: max-content;
    color: #ffffff!important;
    opacity: 0.7;
    text-shadow: 0 0 10px #4269b5;
}
section.slider4 .owl-nav button.owl-next {
    right: 0;
}
.slider4 .bt {
    text-align: center;
    margin-top: 40px;
}
.box-titel h3{
    font-size: 22px;
    line-height: 22px;
	margin: 15px 0px;
	color: #5f0f0f
}
.box-titel a{
	text-decoration:none;
}
.box-titel span {
    font-size: 16px;
    color: #373737;
    line-height: 18px;
	margin-top: 10px;
}
.box-titel p {
    /*margin-top: 10px;*/
    font-size: 14px;
}
.box-titel {
    text-align: center;
}

/* slider5 */
.slider5 {
    padding: 60px 0;
    width: 100%;
    float: left;
}
.gallery figure {
    margin: 0;
}
.gallery img{
	width:100%;
}
.gallery ul{
	padding:0;
	margin:0;
}
.gallery li {
    width: 14.285%;
    padding: 1px;
    float: left;
}
.slider5 h2 {
    font-size: 30px;
    text-align: center;
    font-weight: 500;
    color: #5f0f0f;
    /*font-family: 'Bebas Neue', sans-serif;*/
	font-family: 'Playfair Display', serif;
}
.slider5 h3 {
    font-size: 22px;
    text-align: center;
    padding-bottom: 10px;
    font-weight: 500;
    color: #8e8d8e;
    font-family: 'Bebas Neue', sans-serif;
}
/* slider6 */
section.slider6 {
    width: 100%;
    float: left;
    padding: 60px 0px;
    padding-top: 0;
}
.location {
    text-decoration: none;
    font-size: 22px;
    text-align: center;
}
.location a {
    font-size: 29px;
    color: #000;
}
.location img {
    width: 15%;
    padding-bottom: 15px;
}
.location h4 {
    font-size: 24px;
    font-weight: 500;
    line-height: 34px;
}

/* slider7*/
.slider7{
    padding: 30px 0;
    background-color: #00093B;
    width: 100%;
    float: left;
}
.slider7 h2 {
    font-size: 30px;
    text-align: center;
    font-weight: 500;
    color: #fff;
    padding-bottom: 30px;
    /*font-family: 'Bebas Neue', sans-serif;*/
	font-family: 'Playfair Display', serif;
}
.link ul li a {
    display: inline-block;
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
}
.link ul li {
    display: inline-block;
    padding: 0px 15px;
    Position: relative;
}
.link ul li:after {
    content: '';
    Position: absolute;
    right: 0;
    height: 25px;
    background: #fff;
    width: 1px;
}
.link ul li:last-child:after {
  display:none;
}
.link ul{
	padding:0;
	margin:0;
    text-align: center;
}

/* INNER PAGE START */


.breadcrumb-banner {
    position: relative;
    width: 100%;
    float: left;
}
.breadcrumb-banner figure {
    margin: 0;
    position: relative;
    display: flex;
    width: 100%;
    min-height: 252px;
}
.breadcrumb-banner figure img {
    object-fit: cover;
    width: 100%;
    display: flex;
}
.breadcrumb-banner figure:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    min-height: 200px;
    background: linear-gradient(179deg, black, transparent);
    width: 100%;
}
.breadcrumb-banner figure:after {
    content: '';
    /*background: #0000007d;*/
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.breadcrumb-banner .content {
    position: absolute;
    top: 0;
    bottom: 0;
    height: max-content;
    margin: auto;
    left: 0;
    right: 0;
    padding-top: 87px;
}
.breadcrumb-banner .content .title {
    font-weight: 300;
    color: #FFFFFF;
    font-style: normal;
    font-size: 20px;
    font-weight: 400;
    max-width: 361px;
    margin-bottom: 4px;
}
.breadcrumb-banner ul {
    padding: 0;
    margin: 0;
    margin-top: 0;
}
.breadcrumb-banner ul li {
    display: inline-block;
    color: #ebebebe6;
    font-size: 12px;
}
.breadcrumb-banner ul li a {
    color: #ebebebe6;
    text-transform: uppercase;
    text-decoration: none;
}
.mid-content {
    width: 100%;
    float: left;
}
.entry-content{
	width:100%;
	float:left;
	padding:60px 0px;
}
.page-heading h2 {
    text-align: center;
    font-size: 26px;
    font-weight: 700;
    color: #000;
    padding-bottom: 10px;
    position: relative;
    margin-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
    letter-spacing: 0.5px;
    font-family: 'Bebas Neue', sans-serif;
}
.page-heading h2:after {
    content: '';
    Position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 67px;
    height: 3px;
    background: #ce481c;
    border-radius: 18px 20px 0px 0px;
}
/* .page-heading h2:before {
    content: '';
    Position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #ff7d4acc;
} */
.page-heading {
    margin-bottom: 2rem;
}
.table-title h4 {
    background: #dadada;
    padding: 8px 8px;
    color: #5d0c1a;
    margin: 0;
    border-bottom: 2px dotted #5d0c1a;
    text-align: center;
    font-size: 20px;
}

/* INNER PAGE END */

/* TABLE START */

.table-hover > tbody > tr:hover {
  background-color: #ccffff;
}

thead {
    background: #5d0c1a;
    color: #fff;
    font-size: 14px;
}

.table td:nth-child(2) {
  overflow: hidden;
  text-overflow: ellipsis;
}

.highlight {
  background: #ffff99;
}


/* TABLE END */


/* TAB DEGREE START */

.Degree {
    box-shadow: 0px 0px 6px #ddd;
    padding: 20px;
}
.Degree button.nav-link {
    background: #531313 !important;
    padding: 5px 20px;
    font-size: 14px;
    color: #fff;
    margin-right: 4px;
}
.Degree .nav-tabs .nav-link:focus, .Degree .nav-tabs .nav-link:hover {
    border-color: #531313;
}
.Degree div#nav-tab {
    border-bottom: 3px solid #531313;
}
.Degree button.nav-link.active {
    color: #ffffff !important;
    border: none !important;
    background: #f9a243 !important;
}
.Degree .tab-infor {
    text-align: right;
    color: #000;
}
.Degree div#nav-tabContent {
    padding: 20px 0px;
}
.tab-infor h5 {
    font-size: 16px;
}

/* TAB DEGREE END */

/* CONTACT START */

.pos-rel{
	Position:relative
}
.contact-page {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    height: max-content;
    width: 100%;
    padding-left: 15%;
}
.contact-page h1 {
    font-size: 60px;
    margin-bottom: 40px;
    position: relative;
    padding-bottom: 20px;
    color: #000;
	font-family: 'Playfair Display', serif;
}
.contact-page h1:after {
    content: '';
    Position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 80px;
    background: #151515;
}
.contact-page h5 {
    color: #65865c;
    letter-spacing: 0.5px;
    font-size: 22px;
}
.contact-page p {
    margin-bottom: 30px;
    font-size: 16px;
    color: #000;
}

/* CONTACT END */

/* BOTTOM TO TOP SCROLL START */

section.copy-right {
    width: 100%;
    float: left;
    background: #444;
    color: #fff;
    padding: 15px 0px;
}
section.copy-right p{
	margin:0;
}

.bototop a{
	text-decoration:none;
}

.bototop #button {
  display: inline-block;
  background-color: #FF9800;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
.bototop #button::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
}
.bototop #button:hover {
  cursor: pointer;
  background-color: #333;
}
.bototop #button:active {
  background-color: #555;
}
.bototop #button.show {
  opacity: 1;
  visibility: visible;
}

/* BOTTOM TO TOP SCROLL END */

@media screen and (max-width: 1365px) {
  .logo img {
        width:200px;
    }
}

@media screen and (max-width: 1200px) {
	.logo img {
        width:150px;
    }
    .top-1 h5 {
		font-size: 12px;
		margin-right: 0px;
	}
	.top-1-right a .fa-brands {
		font-size: 14px;
		padding: 10px 0px;
	}
    .top-1-right a {
        font-size: 14px;
    }
	.top-2-right {
		padding-top: 50px;
	}
    header .nav-menu > li > a {
        padding: 33px 7px;
        font-size: 12px;
    }
    .text h1 {
        font-size: 30px;
    }
    .text .th figure img {
        width: 20%;
    }


  
  
}

@media screen and (max-width: 992px) {
	
    .text h1 {
        font-size: 25px;
    }
    .text .th figure img {
        width: 18%;
    }
    .text .man figure img {
        width: 30%;
    }
    .slider2 .user-box figure img {
        height: 125px;
    }
    .slider2 .user-box h5 {
        font-size: 0px;
    }
    .slider2 h2 {
        font-size: 26px;
    }
    .slider2 .user-box p.designation {
        font-size: 11px;
    }
	.nav-toggle {
		top: unset;
	}
    .location {
        font-size: 16px;
    }
  
}

@media screen and (max-width: 768px) {
	section.slider1 {
		height: 350px;
	}
    .text h1 {
        font-size: 18px;
    }
    .text .th figure img {
        width: 20%;
    }
    .text {
        top: 0px;
        z-index: 111;
    }
	.slider2 .user-box figure img {
		width: unset;
	}
    .slider2 .user-box h5 a {
        font-size: 16px;
    }
    .slider2 .user-box p.designation {
        font-size: 14px;
    }
    .slider2 .user-box figure img {
        height: 155px;
    }
    .slider2 h2 {
		padding-top: 30px;
		text-align: center;
	}
    .slider4 .box a img {
        width: 100%;
    }
    .user {
        text-align: center;
        margin-bottom: 30px;
    }
	.gallery li {
		width: 33.333%;
	}
	.contact-page {
		position: inherit;
	}
	
}


@media screen and (max-width: 576px) {
	.logo {
		padding-top: 40px;
	}
	.top-2-right {
		padding-top: 60px;
	}
    .logo img {
        width:150px;
    }
	.top-1 h5 {
		margin-right: 5px;
	}
	.top-1-right a .fa-brands {
		font-size: 14px;
		padding: 10px 0px;
	}
    .slider4 .box a img {
        width: 50%;
    }
    .top-1 h5 {
		font-size: 12px;
		padding: 7px 1px;
		font-weight: 400;
	}
	.top-1-right {
		position: absolute;
		top: 0;
		right: 0;
		left: 0;
		margin: auto;
		width: max-content;
	}
    .text h1 {
        font-size: 14px;
    }
    .text .th figure img {
        width: 20%;
    }
    .text {
        top: 0px;
        z-index: 11;
    }
    .breadcrumb-banner .content {
        padding-top: 64px;
    }
	.tab-infor h5 {
		font-size: 13px;
	}
	.Degree button.nav-link {
		padding: 3px 6px;
		font-size: 10px;
		color: #fff;
		margin-right: 4px;
		margin-bottom: 4px;
	}
    .table-title h4 {
		font-size: 16px;
	}
  
}

@media screen and (max-width: 360px) {

    .nav-toggle {
        width: 20px;
        height: 20px;
        top: unset;
    }
    .text {
        top: 0px;
        z-index: 111;
    }
    .top-1-right a {
        font-size: 12px;
    }
    .slider2 h2 {
        font-size: 22px;
    }
    
  
}
