@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@400;500;700;900&display=swap');
*, html {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
@font-face {
  font-family: 'Source Sans Pro';
  font-style: italic;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v19/6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZYokRdr.ttf) format('truetype');
}
@font-face {
  font-family: 'Source Sans Pro';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v19/6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZZMkhdr.ttf) format('truetype');
}
@font-face {
  font-family: 'Source Sans Pro';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v19/6xK1dSBYKcSV-LCoeQqfX1RYOo3qPa7g.ttf) format('truetype');
}
@font-face {
  font-family: 'Source Sans Pro';
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v19/6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZY4lBdr.ttf) format('truetype');
}
@font-face {
  font-family: 'Source Sans Pro';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v19/6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZZclRdr.ttf) format('truetype');
}
@font-face {
  font-family: 'Source Sans Pro';
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url(http://fonts.gstatic.com/s/sourcesanspro/v19/6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZZklxdr.ttf) format('truetype');
}
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v19/6xKydSBYKcSV-LCoeQqfX1RYOo3i94_AkA.ttf) format('truetype');
}
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(http://fonts.gstatic.com/s/sourcesanspro/v19/6xKydSBYKcSV-LCoeQqfX1RYOo3ik4zAkA.ttf) format('truetype');
}
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v19/6xK3dSBYKcSV-LCoeQqfX1RYOo3aPw.ttf) format('truetype');
}
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v19/6xKydSBYKcSV-LCoeQqfX1RYOo3i54rAkA.ttf) format('truetype');
}
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v19/6xKydSBYKcSV-LCoeQqfX1RYOo3ig4vAkA.ttf) format('truetype');
}
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v19/6xKydSBYKcSV-LCoeQqfX1RYOo3iu4nAkA.ttf) format('truetype');
}

:root {
 --mainColor: #0e97ff;
 --backgroundColor: #f9fbfe;
 --transparentColor: #fcebe5;
 --fix-whiteColor: #ffffff;
 --whiteColor: #ffffff;
 --blackColor: #212121;
 --fix-blackColor: #212121;
 --paragraphColor: #555555;
 --fontSize: 16px;
 --transition: 0.5s;
 --boxShadow:  rgba(17,
 17,
 26,
 0.1) 0px 0px 16px
}


.no-padding {
  padding: 0;
}
.mb---50 {
  margin-bottom: 50px;
}
.mb---55 {
  margin-bottom: 55px;
}
.mb---70 {
  margin-bottom: 70px;
}
.mb---80 {
  margin-bottom: 80px;
}
.mb---90 {
  margin-bottom: 90px;
}
.mt---50 {
  margin-top: 50px;
}
.mt---55 {
  margin-top: 55px;
}
.mt---70 {
  margin-top: 70px;
}
.mt---80 {
  margin-top: 80px;
}
.mt---90 {
  margin-top: 90px;
}

.bg-3 {
    background: #F5F5F5;
}


h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Source Sans Pro', sans-serif;
  color: #00306e;
  margin: 0 0 26px;
  font-weight: 500;
  line-height: 1.2;
}
h1 {
  font-size: 60px;
}
h2 {
  font-size: 42px;
}
h3 {
  font-size: 30px;
}
h4 {
  font-size: 24px;
	margin-bottom:10px;
}
h5 {
  font-size: 18px;
	margin-bottom:10px;
}
h6 {
  font-size: 14px;
}




body {
  padding: 0;
  margin: 0;
      font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
  font-size: 16px;
      line-height: 1.5;
  color: #252525;
}
p {
  padding: 0;
  margin-bottom: 15px;
}
a {
  color: #e68a00;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
	text-decoration:none;
}
a:hover {
  color: #000;
}
header {
  padding: 15px 0 0;
  z-index: 99;
  position: relative;
}
img {
  max-width: 100%;
  height: auto;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
}
.logo_block {
  display: flex;
  align-items: center;
  column-gap: 15px;
}
.logo_block > .left {
  display: inline-block;
}
.logo_block > .left img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.logo_block > .right {
  display: inline-block;
}
.logo_block > .right h2 {
  font-size: 34px;
  margin: 0;
	font-weight: 800;
}
.logo_block > .right h2 span {
  color: #e68a00
}
.logo_block > .right p {
      font-size: 23px;
    max-width: 540px;
    margin-bottom: 8px;
    line-height: 24px;
}
.logo_block > .right h3 {
  font-size: 22px;
  color: #e68a00;
  margin: 0;
	font-weight: 700;
}
.right_logo {
  display: block;
  text-align: right;
}
.navbar.bg-dark {
  background-color: #0e2b3a !important;
  margin-top: 15px;
  padding: 0;
}
.navbar-dark .navbar-nav .nav-link {
  color: #fff;
	font-size:17px;
}
.navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .show > .nav-link {
  color: #fff;
  border-bottom: 2px solid #fff;
}
.nav-link {
  padding: 15px 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.navbar.bg-dark .btn-group a {
  text-transform: uppercase;
  font-size: 14px;
  border: 1px solid #ffc107;
}

.uni-banner {
 background-size:cover;
 background-repeat:no-repeat;
 background-position:center;
 background-image:url(../img/4.jpg);
 position:relative
}
.uni-banner::before {
 content:'';
 width:100%;
 height:100%;
 background-color:rgba(0,0,0,.8);
 position:absolute;
 top:0;
 left:0
}
.uni-banner-text {
 text-align:center;
 position:relative;
 padding-top:60px;
 padding-bottom:60px
}
.uni-banner-text h1 {
 font-size:36px;
 margin-bottom:12px;
 color:#fff;
}
.uni-banner-text ul {
 margin:0;
 padding:0;
 list-style:none
}
.uni-banner-text ul li {
 display:inline-block;
 margin:0 10px;
 color:#e68a00;
 position:relative;
 font-size:15px;
 font-weight:500;
 font-family:#fff;
}
.uni-banner-text ul li a {
 color:#fff;
}
.uni-banner-text ul li::after {
 content:'/';
 font-size:14px;
 position:absolute;
 right:-16px;
 top:50%;
 -webkit-transform:translateY(-50%);
 transform:translateY(-50%)
}
.uni-banner-text ul li:last-child::after {
 display:none
}

.default-button {
 display:inline-block;
 padding:10px 35px;
 border-radius:5px;
 color:#fff;
 border:2px solid #e68a00;
 background-color:#e68a00;
 font-size:16px;
 font-weight:600;
	text-transformation:uppercase;
 }
.default-button:hover {
 -webkit-animation:headShake 1s 1;
 animation:headShake 1s 1;
 color:#fff;
	background-color:#000;
 border-color:#000;
 -webkit-box-shadow:0 0 0 1px #000;
 box-shadow:0 0 0 1px #000
}
.default-button1{
 display:inline-block;
 padding:10px 35px;
 border-radius:5px;
 color:#fff;
 border:2px solid #0e2b3a;
 background-color:#0e2b3a;
 font-size:16px;
 font-weight:600;
 }
.default-button1:hover {
 -webkit-animation:headShake 1s 1;
 animation:headShake 1s 1;
 color:#fff;
	background-color:#000;
 border-color:#000;
 -webkit-box-shadow:0 0 0 1px #000;
 box-shadow:0 0 0 1px #000
}
.default-button-2 {
 border-radius:0
}
.read-more-btn {
 font-size:15px;
 font-weight:600
}
.submit-btn {
 padding:10px 20px;
 display:block;
 width:100%;
 background-color:var(--mainColor);
 border:0;
 color:var(--whiteColor);
 font-weight:600
}


@media (min-width: 992px) {
  .navbar-expand-xl .navbar-nav .nav-4pnk {
    padding: 15px 14px;
  }
}
@media (max-width:600px) {
  header {
    padding: 15px 0;
  }
	.navbar.bg-dark .btn-group {
		margin-bottom: 15px;
	}
  .navbar.bg-dark {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: transparent !important;
  }
  .navbar-collapse {
    background: #0e2b3a;
    text-align: center;
  }
  .navbar-dark .navbar-toggler {
    color: rgb(0 0 0 / 55%);
    border-color: rgb(0 0 0 / 10%);
    box-shadow: none;
  }
  .navbar-dark .navbar-toggler-icon {
    filter: invert(1);
  }
  .logo_block {
    display: block;
    text-align: center
  }
  .logo_block > .left {
    display: inline-block;
    height: 90px;
    margin-bottom: 10px;
  }
  .logo_block > .left img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .logo_block > .right {
    display: inline-block;
  }
  .logo_block > .right h2 {
    font-size: 20px;
  }
  .logo_block > .right h2 span {
    color: #e68a00
  }
  .logo_block > .right p {
    font-size: 16px;
  }
  .logo_block > .right h3 {
    font-size: 20px;
    color: #e68a00
  }
  .right_logo {
    text-align: center
  }
  .right_logo img {
    height: 50px;
    object-fit: contain;
  }
}
.carousel .carousel-item {
  height: 600px;
}

.carousel-item img {
    position: absolute;
    object-fit:cover;
    top: 0;
    left: 0;
    min-height: 600px;
}


.blog-card {
 margin-top:30px;
 -webkit-transition:.5s ease-in-out;
 transition:.5s ease-in-out
}
.blog-card .blog-text {
 border-radius:10px;
 padding:25px 25px 20px;
 -webkit-box-shadow:var(--boxShadow);
 box-shadow:var(--boxShadow);
 background-color:var(--whiteColor)
}
.blog-card .blog-text .blog-date ul {
 margin:0;
 padding:0;
 list-style:none
}
.blog-card .blog-text .blog-date ul li {
 display:inline-block;
 margin:5px 5px 0;
 position:relative
}
.blog-card .blog-text .blog-date ul li i {
 font-size:14px;
 margin-right:3px;
 color:var(--mainColor);
 position:relative;
 margin-top:-3px
}
.blog-card .blog-text .blog-date ul li span {
 color:var(--paragraphColor);
 font-size:14px;
 font-family:var(--fontFamily)
}
.blog-card .blog-text .blog-date ul li::before {
 content:'/';
 font-size:18px;
 position:absolute;
 right:-10px
}
.blog-card .blog-text .blog-date ul li:last-child::before {
 display:none
}
.blog-card .blog-text h4 {
 margin:15px 0;
 font-size:22px
}
.blog-card:hover {
 -webkit-transform:scale(1.02);
 transform:scale(1.02)
}
.blog-bg {
 padding-bottom:335px
}
.blog-section {
 position:relative;
 margin-top:-345px
}
.blog-with-sidebar .blog-card {
 margin-top:0;
 margin-bottom:30px
}
.blog-with-sidebar .pagination {
 margin-top:0
}
@media only screen and (max-width:767px) {
 .blog-card .blog-text {
  padding:20px 15px
 }
 .blog-card .blog-text .blog-date ul li {
  margin:5px 2px 0
 }
 .blog-card .blog-text .blog-date ul li span {
  font-size:13px
 }
 .blog-card .blog-text .blog-date ul li i {
  margin-right:0
 }
 .blog-card .blog-text .blog-date ul li::before {
  display:none
 }
 .blog-card .blog-text h4 {
  font-size:20px
 }
	.list-3  li, .list-4  li {
    width: 100%!important;
    
}
}
@media only screen and (min-width:768px) and (max-width:991px) {
 .blog-card .blog-text {
  padding:25px 15px 20px
 }
 .blog-card .blog-text .blog-date ul li {
  margin:5px 2px 0
 }
 .blog-card .blog-text .blog-date ul li span {
  font-size:13px
 }
 .blog-card .blog-text .blog-date ul li i {
  margin-right:0
 }
 .blog-card .blog-text .blog-date ul li::before {
  display:none
 }
 .blog-card .blog-text h4 {
  font-size:22px
 }

}
@media only screen and (min-width:992px) and (max-width:1199px) {
 .blog-card .blog-text .blog-date ul li {
  margin:5px 2px 0
 }
 .blog-card .blog-text .blog-date ul li span {
  font-size:13px
 }
 .blog-card .blog-text .blog-date ul li i {
  margin-right:0
 }
 .blog-card .blog-text .blog-date ul li::before {
  display:none
 }
}
@media only screen and (min-width:1200px) and (max-width:1399px) {
 .blog-card .blog-text .blog-date ul li {
  margin:5px 2px 0
 }
 .blog-card .blog-text .blog-date ul li span {
  font-size:13px
 }
 .blog-card .blog-text .blog-date ul li i {
  margin-right:0
 }
 .blog-card .blog-text .blog-date ul li::before {
  display:none
 }
 .blog-card .blog-text h4 {
  font-size:22px
 }
}

.list-3 {
	
	padding-left: 0;
}
.list-3  li {
    width: 32%;
    
    margin-top: 10px;
    margin-right: 10px;
    display: inline-block;
	list-style: circle;
	
}

.list-4 {
	
	padding-left: 0;
}
.list-4  li {
    width: 48%;
    
    margin-top: 10px;
    margin-right: 10px;
    display: inline-block;
	list-style: circle;
	
}

.pl-4{
	padding-right: 5px;
}

.sidebar-section {
 margin-top:30px;
 padding:20px;
 -webkit-box-shadow:var(--boxShadow);
 box-shadow:var(--boxShadow);
	margin-bottom: 20px;
	
}
.sidebar-section h3 {
 padding-bottom:12px;
 border-bottom:1px dashed var(--mainColor);
 margin-bottom:12px;
 color:var(--blackColor);
 font-size:22px;
 font-weight:700
}

table{
	text-align: center;
}
thead{
	background: #e68a00; color: #fff; border-bottom: none;}
.table>:not(:first-child) {
    border-top:#fff!important;
}

.brand-single-img {
    padding: 20px 15px;
    border: 1px dashed #eeeeee80;
    margin: 20px 0px;
    cursor: -webkit-grab;
    cursor: grab;
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    position: relative;
    overflow: hidden;
}




.contact-card {
  position: relative;
  margin-bottom: 20px;
  -webkit-box-shadow: var(--boxShadow);
          box-shadow: var(--boxShadow);
  padding: 25px 25px 25px 20px;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}

.contact-card i {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  font-size: 30px;
  color: var(--whiteColor);
  background-color: var(--mainColor);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  left: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.contact-card h4 {
  font-size: 20px;
  margin-bottom: 5px;
  color: var(--blackColor);
}

.contact-card p {
  margin-bottom: 0px;
}

.contact-card a {
  color: var(--paragraphColor);
}

.contact-card:hover {
  -webkit-box-shadow: var(--boxShadow);
          box-shadow: var(--boxShadow);
}

.contact-form-area {
  padding: 50px;
  margin-left: 20px;
  -webkit-box-shadow: var(--boxShadow);
          box-shadow: var(--boxShadow);
}

.contact-form-area .form-control {
  margin-bottom: 25px;
  padding: 10px 15px;
  border: 0px;
  background-color: #f9fafb;
  color: var(--blackColor);
}

.google-map {
  width: 100%;
  height: 500px;
}

.google-map .g-map {
  width: 100%;
  height: 100%;
}

/*================================================
Contact Responsive Area CSS
=================================================*/
@media only screen and (max-width: 767px) {
  .contact-card {
    margin-top: 30px;
    margin-bottom: 0px;
  }
  .contact-form-area {
    padding: 15px;
    margin-left: 0px;
    margin-top: 30px;
  }
  .google-map {
    height: 200px;
  }
  .contact-area .section-content {
    margin-top: 0px;
  }
		.carousel .carousel-item {
  height: 300px;
}
	.carousel-item img {
    position: absolute;
    object-fit:cover;
    top: 0;
    left: 0;
    min-height: 300px;
}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .contact-card {
    padding-left: 85px;
  }
  .contact-card i {
    left: 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-form-area {
    margin-left: 0px;
    margin-top: 30px;
  }
  .google-map {
    height: 300px;
  }
}


/* 13. Footer css */

.footer-area {
	background: #000
}

.footer-top {
	background: #000;
	padding: 70px 0
}

.single-footer h4 {
	color: #fff;
	margin-bottom: 16px
}

.single-footer li {
	list-style: none;
	margin-bottom: 10px;
	color: #777;
	font-weight: 500;
	font-size: 16px
}

.single-footer li:last-child {
	margin-bottom: 0
}

.single-footer a,
.single-footer p {
	color: #777;
	font-weight: 500;
	font-size: 16px
}

.single-footer a:hover {
	color: #fff
}

.single-footer ul{
	padding-left: 0;
}

.footer-contact i {
	color: #B78D65;
	margin-right: 5px
}

.footer-contact li {
	color: #ccc
}

.newsletter_form form {
	position: relative;
	height: 50px;
}

.newsletter_form input {
	background: transparent;
	font-weight: 500;
	padding: 0;
	height: 100%;
	border-bottom: 1px solid #fff;
	position: absolute;
	left: 0;
	height: 100%;
	top: 0;
	width: 100%;
	color: #fff
}

.newsletter_form button {
	color: #fff;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 24px
}

.newsletter_form input:focus {
	outline: none
}

.footer-social {
	margin-top: 30px
}

.footer-social li {
	display: inline-block;
	margin-right: 25px;
	margin-bottom: 0
}

.footer-social a {
	display: block;
	color: #fff;
	font-size: 20px
}

.newsletter_form {
	margin-top: 35px
}

ul.footer-contact {
	padding-top: 20px;
	margin-top: 20px;
	border-top: 1px solid rgba(119, 119, 119, 0.32);
}

.copyright {
	padding: 30px 0;
	text-align: center;
	background: #000
}

.copyright p {
	font-size: 15px;
	font-weight: 500;
	letter-spacing: 1px;
	margin: 0
}

.fade_rule {
	height: 1px;
	background-color: rgba(119, 119, 119, 0.32);
	width: 66em;
	background-image: -webkit-linear-gradient(right, #000 2%, rgba(119, 119, 119, 0.32) 50%, #000 98%);
	background-image: linear-gradient(to left, #000 2%, rgba(119, 119, 119, 0.32) 50%, #000 98%);
	background-image: -webkit-linear-gradient(to left, #000 2%, rgba(119, 119, 119, 0.32) 50%, #000 98%);
	background-image: -ms-linear-gradient(to left, #000 2%, rgba(119, 119, 119, 0.32) 50%, #000 98%);
	background-image: -webkit-gradient(linear, left bottom, right bottom, color-stop(0.02, #000), color-stop(0.5, rgba(119, 119, 119, 0.32)), color-stop(0.98, #000));
	margin: auto;
}


/*

footer{
  background-color: #0e2b3a;
  padding: 15px 0;
	color: rgba(255,255,255,0.5);
	letter-spacing: 0.05rem;
	text-align: center;
}