body {
	background-color: #fff;
	font-size: 16px;
	font-family: Nunito, sans-serif !important;
	color: #1c1c1c;
}

a {
  color: #1c1c1c;
}
a:hover {
  color: #265196;
  text-decoration: none;
}
a:focus {
  outline: 0;
}
/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #93241c; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #052f42; 
}

.product-heading {
  font-size: 18px;
  border-bottom: 2px solid #265196;
  padding-bottom: 5px;
  margin-bottom: 15px;
}

.section-heading {
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 40px;
  position: relative;
}
.section-heading::after {
  background-color: #265196;
  bottom: -7px;
  content: "";
  height: 2px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 70px;
}

.section {
  padding: 80px 0;
}

.button {
  background-color: #ffffff;
  border-radius: 40px;
  border: 2px solid #ffffff;
  color: #1c1c1c;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.7;
  padding: 10px 40px;
  -webkit-transition: 0.3s linear all;
  -moz-transition: 0.3s linear all;
  -ms-transition: 0.3s linear all;
  -o-transition: 0.3s linear all;
  transition: 0.3s linear all;
  min-width: 200px;
}
.button:hover {
  background-color: #265196;
  color: #ffffff;
  -webkit-transition: 0.3s linear all;
  -moz-transition: 0.3s linear all;
  -ms-transition: 0.3s linear all;
  -o-transition: 0.3s linear all;
  transition: 0.3s linear all;
}

.main-wrapper {
  height: 500px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}
.main-wrapper::after {
  content: "";
  background-color: rgba(0, 0, 0, 0.55);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
}
.main-wrapper .content-wrapper {
  bottom: 0;
  color: #ffffff;
  left: 0;
  right: 0;
  text-align: center;
  top: 0;
  z-index: 1;
}
.main-wrapper .content-wrapper h1 {
  font-size: 50px;
  font-weight: bold;
  margin: 0;
}
.main-wrapper .content-wrapper p {
  font-size: 18px;
  margin: 20px 0 30px 0;
}

.feature-column {
  font-size: 14px;
  padding: 20px 15px;
  box-shadow: 1px 2px 20px rgba(0, 0, 0, 0.15);
  width: 100%;
  position: relative;
}
.feature-column::before {
  border-top: 3px solid #265196;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: 0.3s ease-in-out all;
  width: 0;
}
.feature-column:hover::before {
  transition: 0.3s ease-in-out all;
  width: 100%;
}
.feature-column .icon {
  background-color: #265196;
  border-radius: 50%;
  -webkit-box-shadow: 4px 3px 26px rgba(0, 0, 0, 0.22);
  -moz-box-shadow: 4px 3px 26px rgba(0, 0, 0, 0.22);
  -ms-box-shadow: 4px 3px 26px rgba(0, 0, 0, 0.22);
  -o-box-shadow: 4px 3px 26px rgba(0, 0, 0, 0.22);
  box-shadow: 4px 3px 26px rgba(0, 0, 0, 0.22);
  color: #ffffff;
  font-size: 25px;
  height: 60px;
  line-height: 60px;
  margin: 0 auto;
  width: 60px;
}
.feature-column h3 {
  font-size: 18px;
  margin: 30px  0 20px;
  font-weight: 600;
}

.demo-show-column .demo-show-content {
  text-align: center;
  background-color: #fff;
  padding: 20px 10px;
}
.demo-show-column .demo-show-content .demo-button {
  background-color: #265196;
  border-radius: 40px;
  border: 2px solid #265196;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  padding: 6px 20px;
  -webkit-transition: 0.3s linear all;
  -moz-transition: 0.3s linear all;
  -ms-transition: 0.3s linear all;
  -o-transition: 0.3s linear all;
  transition: 0.3s linear all;
}
.demo-show-column .demo-show-content .demo-button:hover {
  background-color: #ffffff;
  color: #1c1c1c;
  -webkit-transition: 0.3s linear all;
  -moz-transition: 0.3s linear all;
  -ms-transition: 0.3s linear all;
  -o-transition: 0.3s linear all;
  transition: 0.3s linear all;
}
.footer-subscribe {
    position: relative;
    margin-top: 15px;
    z-index: 9;
}
.footer-subscribe input {
    width: 100%;
    height: 50px;
    font-size: 15px;
    border: 0;
    border-radius: 50px;
    padding: 0 20px;
    background-color: #fff;
    -webkit-box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.05);
}
.main-btn {
    position: absolute;
    top: 3px;
    right: 3px;
    height: 45px;
    line-height: 45px;
    padding: 0 18px;
    text-transform: capitalize;
    letter-spacing: 1px;
    background-color: #93241c;
    border-radius: 50px;
    border: none;
    color: #fff;
    font-weight: 600;
}
.footer {
    background-color: #17252b;
    color: #ffffff;
    padding: 25px 0;
}
.footer a {
  color: #ffffff;
}
.block{
	padding-top:15px;
}
.alt-color {
    color: #ffffff !important; 
}
.top-header{
	background-color:#17252b;
	height:35px;
}
.header-marquee{
	background: #052f42;
	color: #fff;
}
.hinditxt{
	margin: 0;
	padding-top: 5px;
}
.logo {
	width: 152px;
	background: #fff;
	padding: 5px;
	position: absolute;
	z-index: 1000;
	margin-top: -39px;
}
.header-details{
	margin-left:70px;
}
.links{
	margin:0;
	padding:0;
}	
.links li{
	list-style-type:none;
	display:inline-block;
}
.links li a {
	font-size: 14px;
    color: #fff;
    font-weight: 500;
    float: left;
    padding: 7px;
}
.links li a i{
	font-size:15px;
	margin-right:8px;
}
.nav-link {
    display: block;
    padding:20px 12px !important;
}
.linkbar{
	padding:10px 20px !important;
}
.dropdown-toggle::after {
    display: inline-block;
    margin-left: 1px;
    vertical-align: 3px;
    content: "";
    border-top: 3px solid;
    border-right: 3px solid transparent;
    border-bottom: 0;
    border-left: 3px solid transparent;
}
.dropdown-item {
    display: block;
    width: 100%;
    padding: 4px 10px;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
	font-size:14px;
}
.dropdown-item::before {
    content: '\f105';
    font-family: 'FontAwesome';
    position: relative;
    font-size: 14px;
    right: 5px;
    float: left;
}
.dropdown-item:focus, .dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #93241c;
    color: #fff;
}
.drop-menu{
	width:165px !important;
}
.drop-menubar{
	width:295px !important;
}
#myDiv{
	margin-top: -20px;
    color: #fff;
}
#myDiv:before {
    content: '\f073';
    font-family: 'FontAwesome';
    position: relative;
    font-size: 14px;
    right: 6px;
    float: left;
}
.login{  
	background: #93241c;
    float: right;
    padding: 7px 12px;
}
.login a{
	font-weight:600 !important;
	color:#fff;
}
.social-icon {
	float: left;
    margin-top: 2px;
    margin-left: 70px;
}
.social-icon ul {}
.social-icon ul li {
    display: inline;
    margin-left: 3px;
}
.social-icon ul li a {
	display: inline-block;
}

.social-icon ul li a i {
	color: #fff;
    font-size: 14px;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    border: 1px solid #fff;
    background: transparent;
    text-align: center;
    line-height: 30px;
    z-index: 1;
    position: relative;
    -webkit-transition: .5s;
    transition: .5s;
}
.facebook::after{
	background:#475993 !important;
}
.twitter::after{
	background:#76a9ea !important;
}
.youtube::after{
	background:#f61c0d !important;
}
.linkedin::after{
	background:#0077b7 !important;
}
.instagram::after{
	background-image: linear-gradient(to bottom right, #dc8f3f, #b81a7d) !important;
}
.social-icon ul li a i::after {
    position: absolute;
    content: "";
    top: -1px;
    left: -1px;
    width: 108%;
    height: 108%;
    border-radius: 100%;

    z-index: -1;
    -webkit-transform: rotate3d(2, 2, 0, 90deg);
    -moz-transform: rotate3d(2, 2, 0, 90deg);
    -ms-transform: rotate3d(2, 2, 0, 90deg);
    -o-transform: 	rotate3d(2, 2, 0, 90deg);
    transform: rotate3d(2, 2, 0, 90deg);
    -webkit-transition: .5s; 
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    border: 0px solid;
}
.social-icon ul li a i:hover {
	color: #fff;	
}
.social-icon ul li a i:hover::after {
    -webkit-transform: rotate3d(0, 0, 0, 0deg);
    -moz-transform: rotate3d(0, 0, 0, 0deg);
    -ms-transform: rotate3d(0, 0, 0, 0deg);
    -o-transform: 	rotate3d(0, 0, 0, 0deg);
	transform: rotate3d(0, 0, 0, 0deg);	
}

.information{
	background:#fff;
}
.about-sec{
	padding:80px 0 80px;
	background:#fff;
}
.team-sec{
	padding:80px 0 80px;
	background:#fff;
}
.btn-sec{
	background-color:#17698e !important;
}
.btn-sec:hover {
	border: 2px solid #303338 !important;
	background:#fff !important;
}
.demo-button {
    background-color: #93241c;
    border-radius: 40px;
    color: #fff;
    display: inline-block;
    font-size: 15px;
    padding: 6px 20px;
    -webkit-transition: 0.3s linear all;
    -moz-transition: 0.3s linear all;
    -ms-transition: 0.3s linear all;
    -o-transition: 0.3s linear all;
    transition: 0.3s linear all;
}
.demo-button:hover {
    background-color: #ffffff;
    color: #1c1c1c;
	border: 2px solid #303338;
    -webkit-transition: 0.3s linear all;
    -moz-transition: 0.3s linear all;
    -ms-transition: 0.3s linear all;
    -o-transition: 0.3s linear all;
    transition: 0.3s linear all;
}
.section-title{
	position: relative;
    margin-bottom: 60px;
}
.section-title h3{
    font-size: 30px;
    margin: 0;
    font-weight: 600;
    color: #93241c;
}
.section-title h5{
    font-size: 17px;
    margin: 0;
    font-weight: 500;
    color: #17698e;
}
.divider{
	width: 50%;
    height: 1px;
    background:rgba(0, 0, 0, 0.07);
	margin-bottom:35px !important;
}
.divider:hover{
	width: 35%;
    height: 1px;
    background: #93241c;
}
.divider .line{
    width: 35px;
    height: 35px;
    background: #17698e;
    position: absolute;
    line-height: 35px;
	color:#fff;
	border-radius:5px;
	margin-top:-15px;
	margin-left:-15px;
	cursor:pointer;
}

.divider .line:hover{
	background: #93241c;
	color:#fff;
}
.news-sec{
	padding:80px 0 80px;
	background:#fff;
}
.blog-sec{
	padding:80px 0 80px;
	background:#fff;
}
.form {
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid #ededed;
    box-shadow: 0 2px 6px 0 rgba(0,0,0,.3);
    box-sizing: border-box;
    background: #17698e;
    padding: 10px;
    margin-bottom: 15px;
}
.form h3 {
    background:#93241c;
    padding: 10px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    margin: 0;
}
.form-sec {
    visibility: visible;
    animation-delay: 0ms;
    animation-name: fadeInRight;
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid #ededed;
    box-shadow: 0 2px 6px 0 rgba(0,0,0,.3);
    box-sizing: border-box;
    background: #ffffff;
    padding: 15px;
}
.contact-form {
    position: relative;
}
.marquee, .marqueeul{
	margin:0;
	padding:0;
}
.marqueeul li {
	list-style-type:none;
}
.marqueeul li span{
	width: 20px;
    float: left;	
}
.marqueeul li a{
	color: #000;
    font-size: 12px;
    line-height: 17px;
    margin-left: 19px;
    display: inline-block;
    float: right;
    margin-top: -19px;
}
.marquee li a{
	color: #000;
    font-size: 12px;
    line-height: 17px;
    margin-left: 5px;
    display: inline-block;
}
.links-box {
    position: relative;
}
.links-box ul{
	margin:0;
	padding:0;
}
.links-box ul li {
    margin-bottom: 5px;
    font-size: 15px;
	list-style-type:none;
}	
.links-box ul li:last-child {
  margin-bottom: 0;
}
.links-box ul li a {
	border-radius: 4px;
	background: -webkit-gradient(linear, left top, right top, from(#396cf0), to(#285ada));
	background: -webkit-linear-gradient(left, #396cf0, #285ada);
	background: -o-linear-gradient(left, #396cf0, #285ada);
    background: linear-gradient(to right, #17678b, #285ada);
    padding: 20px 20px 20px 65px;
    display: block;
    color: #ffffff;
    position: relative;
	z-index: 2;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.links-box ul li a i {
    font-size: 35px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 20px;
}
.links-box ul li a:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 0%;
  top: 0;
  right: 0;
  background-color: #17678b;
  z-index: -1;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.links-box ul li a:before {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 20px;
  z-index: 1;
  color: #ffffff;
}
.links-box ul li a:hover:after {
  width: 100%;
  left: 0;
}
.about-box-layout3 {
  margin-bottom: 3rem;
}
.about-box-layout3 .item-title {
  font-weight: 600;
}
.about-box-layout3 .item-title span {
  font-weight: 400;
}
.about-box-layout3 p {
  margin-bottom: 0;
}
.counter-sec{
	padding:80px 0 80px;
	background:url(../images/bg.jpg)
}
.course-sec {
    text-align: center;
    position: relative;
    float: left;
}
.course-sec li{
	list-style-type:none;
	display:inline-block;
}
.course-sec li a {
	border: 2px solid #17698e;
    border-radius: 25px;
    color: #000;
    display: block;
    font-size: 14px;
    margin-bottom: 10px;
    padding: 5px 15px;
    background: #fff;
}
.service-subgrids {
    position: relative;
    z-index: 0;
}
section.about-bottom {
    margin-top: -9em;
    z-index: 10;
    position: relative;
}
.bg-colors {
    background:#17698e;
}
.bg-li {
    background:#93241c;
}
.service-subgrids span {
    position: absolute;
    top: 16%;
    right: 7%;
    transform: rotate(-30deg);
    z-index: -1;
    color: rgba(255, 255, 255, 0.18);
    font-size: 4em;
}
.text-li {
    color: #f8f9fa;
}
.service-subgrids.bg-light span {
    color: rgba(45, 45, 45, 0.17);
}
.thumb-text {
    position: relative;
    top: 0;
    padding: 0;
    margin: -90px 0 0;
    text-align: center;
    width: 100%;
}
.thumb-text {
    vertical-align: top;
    display: inline-block;
    list-style: none;
    margin-left: 0px;
    color: #f9f9f9;
    font-size: 16px;
    line-height: 24px;
    width:100%;
}
.thumb-text .box-1 {
    background: #17252b;
    padding: 28px 28px 26px;
    height: 305px;
    overflow: hidden;
}
.thumb-text span {
    display: block;
    margin-bottom: 22px;
}
.thumb-text img {
    width: auto;
}
.thumb-text h3 {
    margin-bottom: 15px;
}
.thumb-text h3 a {
    color: #f9f9f9;
    font-size: 22px;
    line-height: 25px;
    font-weight: 700;
}
.thumb-text .box-2 {
    background: #17698e;
    padding: 28px 28px 26px;
    height: 305px;
    overflow: hidden;
}
.thumb-text .box-3 {
    background:#93241c;
    padding: 28px 28px 26px;
    height: 305px;
    overflow: hidden;
}
.thumb-text .box-4 {
    background:#254447;
    padding: 28px 28px 26px;
    height: 305px;
    overflow: hidden;
}
.thumb-text p {
	color:#fff;
}
  /* Make the image fully responsive */
  .carousel-inner img {
    width: 100%;
    height: 100%;
  }
.ftco-no-pb {
    padding-bottom: 0;
}

.ftco-services .services {
    display: block;
    width: 100%;
    position: relative;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.text-center {
    text-align: center !important;
}
.d-block {
    display: block !important;
}
.media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.ftco-services .services .media-body {
    color: rgba(255, 255, 255, 0.8);
}
.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}
.justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}
.ftco-services .services .icon span {
    font-size: 50px;
    color: #1eaaf1;
}
.ftco-services .services .media-body {
    color: rgba(255, 255, 255, 0.8);
}
.ftco-services .services .media-body h3 {
    font-weight: 500;
    font-size: 22px;
    color: #fff;
}
.bg-fifth {
    background: #5d50c6;
}
.bg-quarternary {
    background: #f1453d;
}
.step li{
	text-align:center;
	color:#fff !important;
}

.contact-form {
    position: relative;
}

.about-box-layout2 {
    position: relative;
	/* margin-top:15px; */
}
.about-box-layout2 ul li {
    margin-bottom: 5px;
    font-size: 15px;
}	
.about-box-layout2 ul li:last-child {
  margin-bottom: 0;
}
.about-box-layout2 ul li a {
    border-radius: 4px;
    background: -webkit-gradient(linear, left top, right top, from(#396cf0), to(#285ada));
    background: -webkit-linear-gradient(left, #396cf0, #285ada);
    background: -o-linear-gradient(left, #396cf0, #285ada);
    background: linear-gradient(to right, #17678b, #285ada);
    padding: 20px 20px 20px 50px;
	display: block;
	color: #ffffff;
	position: relative;
	z-index: 2;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.about-box-layout2 ul li a i {
    font-size: 35px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 10px;
}
.about-box-layout2 ul li a:after {
  content: "";
  font-family: 'FontAwesome';
  position: absolute;
  height: 100%;
  width: 0%;
  top: 0;
  right: 0;
  background-color: #17698e;
  z-index: -1;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about-box-layout2 ul li a:before {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 10px;
  z-index: 1;
  color: #ffffff;
}
.about-box-layout2 ul li a:hover:after {
  width: 100%;
  left: 0;
}
.about-box-layout3 {
  margin-bottom: 3rem;
}
.about-box-layout3 .item-title {
  font-weight: 600;
}
.about-box-layout3 .item-title span {
  font-weight: 400;
}
.about-box-layout3 p {
  margin-bottom: 0;
}
.marqueeul li span{
	width: 20px;
    float: left;	
}
.mega{
	width:750px;
}
.demo-13 .dropdown-menu {
	border: none;
    background-color: #f5f5f5 !important;
    font-size: 14px;
}
.marqueeul li a{
	color: #000;
    font-size: 12px;
    line-height: 17px;
    margin-left: 19px;
    display: inline-block;
    float: right;
    margin-top: -19px;
}
.marquee li a{
	color: #000;
    font-size: 12px;
    line-height: 17px;
    margin-left: 5px;
    display: inline-block;
}
.mega-menu-heading {
    margin-bottom: 15px;
    color: #90429e;
}
.services-block-six{
	position:relative;
	margin-bottom:30px;
}

.services-block-six .inner{
	position:relative;
	display:block;
	overflow: hidden;
	padding:17px 8px;
	border:1px solid #e0e0e0;
	text-align:center;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	transition:all 500ms ease;	
}

.services-block-six .inner:hover .icon{
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
}

.services-block-six .inner:hover{
	border-color:#90429e;
	background:#90429e;	
}

.services-block-six .inner .over-link{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	z-index:5;	
}

.services-block-six .inner .icon{
	position: relative;
	margin:auto;
    font-size: 64px;
    line-height: 1em;
    color: #90429e;
    margin-bottom: 5px;
}

.services-block-six .inner h3{
	position: relative;
    font-size: 18px;
    color: #222222;
    font-weight: 700;
    text-transform: capitalize;
    margin: 0;
    line-height: 25px;
}
.services-block-six .inner p{
	position:relative;
	font-size:14px;
	line-height:1.3em;
	color:#222222;
	font-weight:700;
}
.services-block-six .inner:hover h3{
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}
.services-block-six .inner:hover p{
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}
.services-block-six .inner h3 a{
	color:#222222;
}

.services-block-six .inner:hover h3,
.services-block-six .inner:hover p,
.services-block-six .inner:hover h3 a,
.services-block-six .inner:hover .icon{
	color:#ffffff;
}
.date{
	font-weight:600;
	font-size:22px;
}
.blog-body{
	background:#F5F5F5;
}
.content_section {
    position: relative;
}
.white_section {
    color: rgba(255, 255, 255, 0.7);
    background: #42484d;
}
.bg_header3 {
    background-image: url(../images/banner.jpg);
}
.page_title {
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.17);
    -moz-box-shadow: 0 0px 4px rgba(0, 0, 0, 0.17);
    -webkit-box-shadow: 0 0px 4px rgba(0, 0, 0, 0.17);
    -ms-box-shadow: 0 0px 4px rgba(0, 0, 0, 0.17);
    -o-box-shadow: 0 0px 4px rgba(0, 0, 0, 0.17);
    position: relative;
    z-index: 1;
}
.page_title.has_bg_image {
    padding: 50px 0;
}
.page_title.has_bg_image h1 {
	letter-spacing: 1px;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
    text-transform: uppercase;
    font-size: 28px;
    font-weight: 600;
    color: #fff;
}
.page_title .breadcrumbs {
    float: right;
    line-height: 40px;
    margin: 35px 0 30px;
    font-size: 12px;
    color: #888;
	position:absolute;
}
.page_title .breadcrumbs .crumbs-spacer {
    color: #ccc;
    margin: 0 4px;
    vertical-align: middle;
}
.page_title .breadcrumbs a {
    color: #fff;
}
.topbar {
	background: #90429e;
	color: #fff;
	font-size: 14px;
}
.topbar span.info {
	display: inline-block;
	padding-right: 20px;
	/* margin: 3px 0; */
	text-transform: uppercase;
	font-weight: 600;
	padding: 5px;
}
.topbar span.info a{
	color: #fff;
    font-size: 12px;
}
#ins {
	margin-right: 10px;
	vertical-align: middle;
	font-size: 15px;
}
.list {
    display: flex;
    flex-wrap: wrap;
    flex: 1;
    margin-top: 5px;
}
.icon {
    width: 20%;
}
.matter {
    flex: 1;
    text-align: left;
}
.matter h4 {
	margin:0;
}
.matter p {
    margin: 0;
}
.bar{
	margin-left: 0px !important;
}
.banner-students {
    position: relative;
    padding: 0px 0 !important;
    background: #fff;
}
.title {
	position: relative;
    margin-bottom: 100px;
    margin-top: 100px;
    margin-left: 75px;
}
.title-form .form-control {
	border:1px solid #fff !important;
	color:#fff;
}
.offset-lg-6 {
	margin-left: 59%;
    background: #313131de;
}
.mt-4, .my-4 {
    margin-top: 1.5rem!important;
}
.title h2 {
    color: #f58634;
}

.banner-students:before {
    width:100%;
    height: 100%;
    top: 0;
    left: 0px;
    position: absolute;
    content: "";
    background: url(../images/banner-students.jpg) no-repeat 50% 50%;
}
.all-chemical {
    padding-left: 17px;
}		
.all-chemical ul{
	margin:0;
	padding:0;
}
.usage-process{
	background:#fff;
}
.product p{
	text-align: center;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 20px;	
	font-size:17px;
}	
.director-about h3{
	font-size:20px;
	font-weight:600;
	margin:0;
}
.director-about h5{
	font-size:15px;
	font-weight:500;
	margin:0;
}
.color-white{
	color:#fff !important;
}
.action-box{
	padding:30px 0 130px;
}
.bg-img5 {
    background-image: url(../images/bg-images.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.ttm-bgcolor-darkgrey > .ttm-bg-layer{
	background-color:#17698ee6;
}
.ttm-bg {
    position: relative;
}
.ttm-row.action-section {
    padding: 90px 0 100px;
}
.ttm-bg-layer{
	position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}
.mt_190 {
    margin-top: -190px !important;
}
.box-shadow2 {
    -webkit-box-shadow: 0 0 25px 0 rgba(41,61,88,.06);
    -moz-box-shadow: 0 0 25px 0 rgba(41,61,88,.06);
    box-shadow: 0 0 25px 0 rgba(41,61,88,.06);
}
.ttm-col-bgimage-yes, .bg-layer-equal-height .ttm-col-bgcolor-yes {
    height: 100%;
}
.ttm-col-bgimage-yes, .ttm-col-bgcolor-yes {
    z-index: 1;
}
.ttm-bg {
    position: relative;
}
.ttm-bgcolor-white{
	background-color:#fff;
}
.col-bg-img-three.ttm-col-bgimage-yes .ttm-col-wrapper-bg-layer {
    background-image: url(../images/student.jpg) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
.ttm-bg-layer, .ttm-titlebar-wrapper .ttm-titlebar-wrapper-bg-layer {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}
.layer-content {
    position: relative;
    z-index: 9;
    height: 100%;
}
.ttm-equal-height-image {
    display: none;
}
.spacing-4 {
    padding-top: 20px;
    padding-left: 25px;
    padding-bottom: 25px;
    padding-right: 25px;
}
.section-title.with-desc {
    margin-bottom: 40px;
}
.section-title {
    position: relative;
    margin-bottom: 18px;
}
.section-title h2.title {
    font-family: "Saira",Arial,Helvetica,sans-serif;
    font-weight: 600;
    font-size: 35px;
    line-height: 42px;
    color: #033b4a;
    margin-bottom: 5px;
}
.section-title.with-desc .title-desc {
    margin-top: 6px;
    display: inline-block;
}
.wrap-form label {
    width: 100%;
    margin: 0;
}
.wrap-form span.text-input {
    margin-bottom: 15px;
    display: block;
    padding-top: 5px;
    position: relative;
}
.wrap-form span.text-input i {
    position: absolute;
    left: 10px;
    top: 21px;
    opacity: .9;
    font-size: 14px;
    z-index: 1;
}
.ttm-make-appoint-form span.text-input input{
    border: 1px solid transparent;
    background-color: #f9fafa;
    color: #9dabaf;
    width: 100%;
    padding: 10px 15px;
    padding-left: 15px;
    font-size: 13px;
    letter-spacing: 1px;
}
.accordion-area{
	margin-bottom:5px;
}
.accordion {
    background-color: #93241c;
    color: #fff;
    cursor: pointer;
    padding: 8px 10px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 18px;
    transition: 0.4s;
}

/* .active, .accordion:hover {
  background-color:#16688d;
} */

.accordion:after {
  content: '\002B';
  color: #fff;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.active:after {
  content: "";
}

.panel {
    padding: 0 18px;
    background-color: #ccc;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}
.panel p{
	color:#000;
	margin-top:8px;
}
.our-partners{
	background:#eff2f9;
}
.why-sec h3{
	padding: 10px 0px;
    font-size: 20px;
    color: #93241c;
    font-weight: 600;
    margin: 0;
}
.why-sec h5{
	padding: 10px 0px;
    font-size: 15px;
    color: #17698e;
    font-weight: 600;
    margin: 0;
}
.about-feature li {
    list-style-type: none;
    margin-bottom: 10px;
    font-size: 15px;
}
.about-feature li::before {
    content: "\f101";
    color: #000;
    font-family: FontAwesome;
    top: 10px;
    margin-right: 10px;
    height: 30px;
    float: left;
}
.faq_content {
    background-color: #ffffff;
}
.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.faq_content .items > li > a.expanded {
    margin-bottom: 0;
}
.faq_content .items > li > a:hover, .faq_content .items > li > a.expanded {
    background: #17698e;
    color: #fff;
}
.faq_content .items > li > a {
    background: #f3f3f3;
    color: #0f0f0f;
    display: block;
    margin-bottom: 10px;
    padding: 5px 10px 5px 40px;
    position: relative;
    font-size: 14px;
    font-weight: 600;
}
.faq_content .items > li > a.expanded:after, .faq_content .items > li > a:hover::after {
    background: #93241c;
    border-color: #93241c;
}
.faq_content .items > li > a:after {
    background: #f3f3f3;
    content: "\f105";
    display: inline-block;
    font-family: "FontAwesome";
    font-size: 17px;
    height: 100%;
    left: 0;
    line-height: 19px;
    padding: 5px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 33px;
}
.listing_filter {
    padding: 4px 0 5px;
    margin-bottom: 10px;
    max-height: 165px;
    overflow: auto;
    display: none;
}
.listing_filter li {
    padding: 1px 8px;
}
ul.listing_filter li label {
	display: block;
    position: relative;
    cursor: pointer;
    font-size: 13px;
    font-weight: normal;
    color: #505050;
    margin: 0;
}
ul.listing_filter li label span{
	margin-top: 0px;
    font-size: 12px;
    position: absolute;
    margin-left: 10px;	
}
.course {
    font-size: 9px;
    text-transform: uppercase;
    color: #333;
}
.institute-logo{
	width: 110px;
    padding: 2px;
    border: 1px solid #fff;
    float: right;
}
.institute-about li{
	list-style-type: none;
    margin-bottom: 3px;
}
.institute-about li a{
	color:#fff;
	font-size:13px;
}
.institute-about li a i {
    margin-right: 10px;
}
.content ul li a {
    color: #212121;
    background-color: #f5f5f5;
    padding: 8px 15px !important;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: unset !important;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #212121;
    background-color: #ffffff !important;
}
.courses-box{
	background: #f0f0f0;
    margin-bottom: 10px;
}
.courses-box h5{
	font-size: 15px;
    background: #93241c;
    padding: 8px;
    color: #fff;
}
.courses-box table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}
.courses-box table tbody{
	padding:10px;
}
.courses-box th, td {
    text-align: left;
    font-size: 14px;
	padding: 3px 8px;
    font-weight: 500;
}
.courses-box-btn{
	position: relative;
    float: right;
    margin-top: -90px;
}
.courses-box-btn ul {
	margin:0;
	padding:0;
}
.courses-box-btn ul li{
	list-style-type:none;
}
.courses-box-btn ul li a{
    background: #166588;
    color: #fff;
}
.footer-social{
	background: #ffb606;
}
.footer-social {
    float: left;
    padding: 10px 18px;
    color: #FFF;
    background: #93241c;
    margin-top: -41px;
    position: relative;
}
.footer-social label {
	font-size: 15px;
    margin: 3px 10px;
    color: #fff;
    font-family: Nunito, sans-serif !important;
    float: left;
    font-weight: 600;
}
.footer-social a {
    color: #fff;
    margin-right: 3px;
}
.footer-social a {
    color: #999;
    line-height: 30px;
}
.footer-social a i {
    padding: 0;
    border-radius: 50%;
    font-size: 13px;
    line-height: 25px;
    height: 25px;
    width: 25px;
    text-align: center;
    border: 1px solid #fff;
    color: #fff;
}
.footer-social a i:hover{
	border: 1px solid #f5f5f5;
    color: #f5f5f5;
}
.footer-social::after {
    border-right: 9px solid #777;
    border-top: 16px solid transparent;
    content: "";
    display: block;
    height: 0;
    left: -9px;
    position: absolute;
    top: 0;
}	
.footer-social a:hover {
    text-decoration: none;
    color: #ffb606;
}
/*=====================================
=            media queries            =
=====================================*/
@media (min-width: 1200px){
	.container, .container-lg, .container-md, .container-sm, .container-xl {
		max-width: 1250px !important;
	}	
}

@media screen and (min-width: 992px) {
  .navbar {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .navbar .dropdown-menu {
    background-color:#f8f8f8;
    border-radius: 0;
    border-width: 4px 0 0 0;
    border-style: solid;
    border-color: #265196;
    display: block;
    left: 0;
    opacity: 0;
    padding: 0;
    right: 0;
    top: 96%;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    visibility: hidden;
    width: 100%;
    pointer-events: none;
  }
  .navbar .dropdown {
    position: static;
  }
  .navbar .dropdown:hover > .dropdown-menu {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    visibility: visible;
    pointer-events: auto;
  }
  .navbar .dropdown-submenu {
    position: relative;
  }
  .navbar .dropdown-submenu .dropdown-menu {
    left: 100%;
    top: 0;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
  .navbar .dropdown-submenu:hover > .dropdown-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transition: 0.3s linear all;
    -moz-transition: 0.3s linear all;
    -ms-transition: 0.3s linear all;
    -o-transition: 0.3s linear all;
    transition: 0.3s linear all;
  }
}
@media screen and (max-width: 991px) {
  #navbarSupportedContent {
    position: absolute;
    top: 49px;
    background-color: #ffffff;
    padding-left: 20px;
    padding-right: 20px;
    left: -20px;
    right: -20px;
    overflow-y: auto;
	z-index:1000;
  }

  .demo-13 .navbar-container {
    /* justify-content: flex-start; */
    position: relative;
  }
  .demo-13 .offcanvas-navbar {
    position: absolute;
    right: 0;
    top: -3px;
    flex-direction: unset;
  }
  .demo-13 .navbar-collapse .navbar-nav .nav-item .nav-link {
	font-size: 14px;
    padding: 8px 0px !important;
  }
  .demo-13 .navbar-collapse .navbar-nav .nav-item .nav-link:last-child {
    border-bottom: none;
  }

  .main-wrapper .content-wrapper h1 {
    font-size: 30px;
  }
  .main-wrapper .content-wrapper p {
    font-size: 16px;
  }

  .blog-list {
    width: 100%;
    height: auto;
    background-color: #ffffff;
  }

  .blog-menu-item .blog-menu-item-row {
    position: static;
    width: 100%;
    padding: 0;
    display: none;
    visibility: visible;
    opacity: 1;
  }
  .blog-menu-item .blog-menu-item-row.show {
    display: block;
    margin-top: 20px;
  }
  .blog-menu-item .blog-menu-link::after {
    transform: rotate(90deg);
    transition: 0.3s linear all;
  }
  .blog-menu-item .blog-menu-link.active {
    background-color: transparent;
  }
  .blog-menu-item .blog-menu-link.show {
    background-color: #dddddd;
  }
  .blog-menu-item .blog-menu-link.show::after {
    transform: rotate(-90deg);
    transition: 0.3s linear all;
  }
}
@media only screen and (max-width: 768px){
	.page_title h1 {
		font-size: 28px;
	}
	.logo {
		width: 146px;
		background: #ffffff;
		padding: 5px;
		position: absolute;
		z-index: 1000;
	}
	#myDiv {
		margin-top: 0px;
		color: #fff;
		font-size: 12px;
		margin-left: 90px;
	}
	.mob-login{
		float: left;
		margin-top: -80px;
		margin-left: 153px;
		position: absolute;
		z-index: 9;
	}
	.dropdown-menu {
		border:none !important;
	}
	.mob-hide{
		display:none;
	}
	.information {
		background: #fff;
		margin-top: 63px;
	}
	.social{
	    margin-top: -66px;
		position: absolute;
		margin-left: 10px;		
	}

}
@media screen and (max-width: 576px) {
  .section {
    padding: 50px 0;
  }

  .section-heading {
    font-size: 27px;
    margin-bottom: 20px;
  }

  .button {
    padding: 6px 30px;
    font-size: 14px;
  }
}
@media only screen and (max-width: 480px){
	.page_title h1 {
		font-size: 25px;
		float: none;
		padding-left: 25px;
	}
	.page_title .breadcrumbs {
		float: none;
		line-height: 30px;
		padding-left: 25px;
		position: relative;
		margin: 0;
	}
}
