@import url('https://fonts.googleapis.com/css?family=PT+Sans&display=swap');
html, body {
  height: 100%;
  font-family: 'PT Sans', sans-serif;
}
a:focus {
  outline: 0px solid
}
img {
  max-width: 100%;
  height: auto
}
p {
  margin: 0 0 15px;
  font-size: 17px;
  line-height: 31px;
  color: #414142;
  text-align: justify;
}
h1, h2, h3, h4, h5, h6 {
  margin: 0 0 10px;
}
a {
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  text-decoration: none;
}
a:hover {
  color: #6b6fff;
  text-decoration: none;
}
a:active, a:hover {
  outline: 0 none;
}
/* ul {
    list-style: outside none none;
    margin: 0;
    padding: 0
} */
.container {
  max-width: 1200px;
}
.margin-btm {
  margin-bottom: 30px
}
/*============== #1.1 Section heading =================*/
.section-title h4 {
  font-size: 18px;
  text-transform: uppercase
}
.section-title h2 {
  font-weight: 900;
  font-size: 33px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #414142;
  padding-bottom: 20px
}
/*=============== #1.2 Section button ============*/
.section-button {
  margin-top: 40px
}
.section-button a {
  background-color: #3f7dc6;
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
  display: inline-block;
  padding: 15px 0;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  font-size: 14px;
  font-weight: 700;
  width: 150px;
  text-align: center;
  -webkit-box-shadow: 0 5px 16px #bababa;
  box-shadow: 0 5px 16px #bababa;
  border: 1px solid transparent
}
.section-button a:hover {
  border: 1px solid #6B6FFF;
  color: #6B6FFF;
  background-color: transparent;
  -webkit-box-shadow: 0 5px 16px #fff;
  box-shadow: 0 5px 16px #fff;
}
/*============== #1.3 Scroll up ================*/
#scrollUp {
  background: #3f7dc6;
  bottom: 15px;
  color: #fff;
  height: 50px;
  line-height: 50px;
  right: 15px;
  text-align: center;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  width: 50px;
}
.margin-boottom20 {
  margin-bottom: 20px
}
.margin-boottom30 {
  margin-bottom: 30px
}
/*=================  #1.4 Ajax preloading > #preloader ====================*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 99999;
  height: 100%;
}
#status {
  position: absolute;
  left: 55%;
  top: 45%;
  width: 150px;
  height: 150px;
  margin: -32px 0 0 -32px;
  padding: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%)
}
#status img {
  height: 120px;
  width: 120px;
}
/*==============  #1.5. Header Menu > .main-navigation ===================*/
.main-navigation {
  position: absolute;
  left: 0;
  top: 0px;
  width: 100%;
  background-color: rgba(255, 255, 255, 1);
	
  z-index: 11;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s
}
/*================= #1.6 Header logo > .logo-area ===================*/
.logo-area a img {
  margin-top: 16px;
  display: inline-block;
  -webkit-transition: .7s;
  -o-transition: .7s;
  transition: .7s;
}
/*=========== #1.7 All menu style area =================*/
/*==============  mainmenu > .menuabr =================*/
.main-menu nav > ul {
  margin-top: 25px;
}
.main-menu ul li {
  display: inline-block;
  margin-left: 20px;
  position: relative
}
.main-menu ul li a {
  color: #212529;
  display: block;
  text-transform: capitalize;
  font-size: 16px;
  padding: 10px 0;
  line-height: 1;
  position: relative;
  font-weight: 500;
}
.main-menu ul li a.current:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 3px;
  background-color: #fff;
  top: 90%;
  left: 0;
}
.main-menu ul li a:before {
  position: absolute;
  content: "";
  width: 0%;
  height: 3px;
  background-color: #fff;
  top: 90%;
  left: 0;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s
}

.main-menu ul li a:hover:before {
  width: 100%
}
.f-right {
  float: right;
}
.mean-container .mean-nav {
  margin-top: 10px;
}
.main-menu ul li ul.dropdown {
  position: absolute;
  right: 0;
  top: 150%;
  width: auto;
  min-width: 200px;
  white-space: nowrap;
  background-color: #3f7ec6;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  margin-top: 10px;
  padding: 10px 10px 15px 10px
}
.main-menu ul li ul.dropdown-home {
  position: absolute;
  /*top: 130%;*/
  /*width: 220px;*/
  /*background-color: #5155ed;*/
  /*opacity: 0;*/
  /*visibility: hidden;*/
  /*-webkit-transition: .5s;*/
  /*-o-transition: .5s;*/
  /*transition: .5s;*/
  /*padding: 20px 0;*/
  left: 0;
}
.main-menu ul li i {
  margin-left: 1px
}
.main-menu ul li:hover ul.dropdown-home {
  top: 104%;
  opacity: 1;
  visibility: visible
}
.main-menu ul li:hover ul.dropdown-home li a:before {
  width: 0;
}
ul.dropdown-home li a:hover {
  color: #cccccc
}
.main-menu ul li:hover > ul.dropdown {
/*  top: 104%;*/
	top:115%;
  opacity: 1;
  visibility: visible
}
.main-menu ul li:hover ul.dropdown li a:before {
  width: 0;
}
.main-menu .dropdown a{
	color: #ffffff;
}
ul.dropdown li a:hover {
  color: #ffffff
}
.main-menu ul li ul.dropdown li {
  display: block;
  margin-left: 5px;
	 color: #ffffff  
}
.main-menu ul li ul.dropdown li a {
  padding: 10px 0px;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s
}
.main-menu ul li.dropdown-submenu i {
  float: right;
}
.main-menu ul li > ul > li.dropdown-submenu:hover > ul.dropdown {
  top: 0;
  opacity: 1;
  visibility: visible;
  left: 106%;
  width: auto;
  right: auto;
}
#mobile-menu {
  display: block;
}
/*===========  stickymenu > .sticky ================*/
.main-navigation.sticky {
  background-color: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99999;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s
}
.sticky .menubar nav ul li {
  padding: 15px 15px;
}
/*============= #1.8. Header Image > .header-image-area ==================*/
.header-image-area {
  background-image: url(../images/inner-banner.jpg);
  height: 100vh;
  width: 100%;
  background-position: 50% 0;
  background-size: cover;
  position: relative;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 100% 100%, 0 85%);
  -moz-clip-path: polygon(0 0, 100% 0, 100% 100%, 100% 100%, 0 85%);
  -o-clip-path: polygon(0 0, 100% 0, 100% 100%, 100% 100%, 0 85%);
  -ms-clip-path: polygon(0 0, 100% 0, 100% 100%, 100% 100%, 0 85%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 100% 100%, 0 85%);
}
.header-image-area-2 {
  background-image: url(../images/header.jpg);
  height: 100vh;
  width: 100%;
  background-position: 50% 0;
  background-size: cover;
  position: relative;
}
.header-image-area:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(53, 56, 152, 0.9)), color-stop(rgba(40, 42, 85, 0.8)), to(rgba(21, 27, 51, 0.8)));
  background-image: -webkit-linear-gradient(top, rgba(53, 56, 152, 0.9), rgba(40, 42, 85, 0.8), rgba(21, 27, 51, 0.8));
  background-image: -o-linear-gradient(top, rgba(53, 56, 152, 0.9), rgba(40, 42, 85, 0.8), rgba(21, 27, 51, 0.8));
  background-image: linear-gradient(to bottom, rgba(53, 56, 152, 0.9), rgba(40, 42, 85, 0.8), rgba(21, 27, 51, 0.8))
}
.header-image-area-2::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(53, 56, 152, 0.9)), color-stop(rgba(40, 42, 85, 0.8)), to(rgba(21, 27, 51, 0.8)));
  background-image: -webkit-linear-gradient(top, rgba(53, 56, 152, 0.9), rgba(40, 42, 85, 0.8), rgba(21, 27, 51, 0.8));
  background-image: -o-linear-gradient(top, rgba(53, 56, 152, 0.9), rgba(40, 42, 85, 0.8), rgba(21, 27, 51, 0.8));
  background-image: linear-gradient(to bottom, rgba(53, 56, 152, 0.9), rgba(40, 42, 85, 0.8), rgba(21, 27, 51, 0.8));
}
.bg-pattern-effect {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
}
/*================ header image content > .intro-text ===================*/
.intro-text {
  position: absolute;
  left: 0%;
  top: 37%;
  margin: auto;
  right: 0;
  text-align: center
}
.intro-text h1 {
  text-transform: uppercase;
  font-size: 42px;
  letter-spacing: 1px;
  color: #fff;
  margin-bottom: 10px;
  font-weight: 900;
  letter-spacing: 1px
}
@keyframes textcolor {
  0% {
    background-position: left 0px top 10px
  }
  40% {
    background-position: left 800px top 10px
  }
}
.intro-text h3 {
  font-size: 18px;
  letter-spacing: 1px;
  color: #e5e5e5;
  font-weight: 400;
  line-height: 28px
}
.learnmore {
  margin-top: 25px
}
.learnmore a {
  background-color: #6B6FFF;
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
  display: inline-block;
  padding: 14px 25px;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  font-size: 14px;
  font-weight: 700;
}
.learnmore a:hover {
  background-color: #fff;
  color: #6B6FFF;
}
/*================== #1.9 About Us Section ========================*/
.about-us-area {
  padding: 90px 0;
}
.about-content {
  text-align: right;
  padding-top: 40px
}
.about-img {
  -webkit-box-shadow: 0 0 15px #dadbff;
  box-shadow: 0 0 15px #dadbff;
  position: relative;
  margin-right: 30px;
  margin-left: 30px;
  margin-bottom: 30px
}
.about-img img {
  width: 100%;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s
}
.about-img img:hover {
  width: 100%;
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
}
.about-img::before {
  position: absolute;
  left: -31px;
  top: -30px;
  width: 90%;
  height: 92%;
  z-index: -1;
  content: '';
  background-color: #EEEEFE;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s
}
.about-img::after {
  position: absolute;
  right: -31px;
  bottom: -30px;
  width: 90%;
  height: 92%;
  z-index: -1;
  content: '';
  background-color: #EEEEFE;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s
}
/*================= #1.10 Service Section =====================*/
.services-area {
  padding: 90px 0;
  background-color: #f9f9ff
}
.services-content {
  text-align: left;
}
.single-services {
  -webkit-box-shadow: 0 0 15px rgba(218, 219, 255, 0.4);
  box-shadow: 0 0 15px rgba(218, 219, 255, 0.4);
  text-align: center;
  padding: 50px 0 0 0;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  background-color: #fff
}
.single-services:hover {
  background-color: #EEEEFE;
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
  -webkit-box-shadow: 0px 15px 15px 0px #edeaea;
  box-shadow: 0px 15px 15px 0px #edeaea;
}
.single-services img {
  margin-bottom: 30px
}
.single-services h4 {
  padding-bottom: 50px;
  text-transform: uppercase;
  font-size: 18px;
  color: #555454;
  font-weight: 700
}
/*================ #1.11 Project Section =======================*/
.projects-area {
  padding: 90px 0;
}
.projects-content {
  text-align: left;
}
.project-heading h3 {
  position: relative;
  display: inline-block;
  font-weight: 700;
  text-transform: uppercase;
  color: #414142;
  font-size: 24px
}
.project-heading h3::before {
  position: absolute;
  content: "";
  width: 65%;
  height: 4px;
  background-color: #353899;
  left: 0;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  bottom: -10px;
}
.pa-margintop {
  padding-top: 40px;
  margin-bottom: 30px
}
.single-project {
  position: relative;
  overflow: hidden;
}
.single-project img {
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s
}
.single-project:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1)
}
.portfolio-text {
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(107, 111, 255, 0.2);
  height: 100%;
  width: 100%;
  text-align: center;
  padding-top: 44%;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s
}
.single-project:hover .portfolio-text {
  background-color: rgba(107, 111, 255, 0.5);
}
.portfolio-text h5 {
  color: #fff;
  margin: 0;
  font-size: 25px;
  margin-left: -1200px;
  -webkit-transition: .7s;
  -o-transition: .7s;
  transition: .7s;
  text-transform: capitalize;
  font-weight: 700
}
.portfolio-text a {
  background-color: #fff;
  text-decoration: none;
  color: #6B6FFF;
  text-transform: capitalize;
  display: inline-block;
  padding: 10px 30px;
  -webkit-transition: .7s;
  -o-transition: .7s;
  transition: .7s;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  margin-top: 20px;
  margin-left: -700px
}
.portfolio-text a:hover {
  background-color: #6B6FFF;
  color: #fff;
}
.single-project:hover .portfolio-text a {
  margin-left: 0
}
.single-project:hover .portfolio-text h5 {
  margin-left: 0
}
.owl-carousel .owl-dot.active {
  background-color: #1f3e7c !important;
  height: 15px;
  width: 15px;
  border-radius: 100%;
}
.owl-carousel .owl-dot {
  background-color: rgba(107, 111, 255, 0.5) !important;
  display: inline-block;
  height: 15px;
  margin: 0 3px;
  width: 15px;
  border-radius: 100%;
}
.owl-carousel .owl-dots {
  text-align: center;
  margin-top: 20px;
}
/*================== #1.12 Our Feature Section ======================*/
.our-features {
  padding: 90px 0;
  background-color: #F9F9FF
}
.features-heading {
  text-align: center;
  display: inline-block;
  margin: auto
}
.features-heading h2 {
  font-weight: 900;
  font-size: 35px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #3f7dc6;
}
.features-heading h4 {
  position: relative;
  display: inline-block;
  /* text-transform: uppercase; */
  color: #414142;
  font-size: 18px;
  margin-bottom: 50px;
  margin-top: 10px;
}
.features-heading h4::before {
  position: absolute;
  content: "";
  width: 80px;
  height: 3px;
  background-color: #686ab3;
  left: 50%;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  bottom: -10px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%)
}
.single-features {
  -webkit-box-shadow: -6px 10px 40px rgba(234, 229, 244, 0.7);
  box-shadow: -6px 10px 40px rgba(234, 229, 244, 0.7);
  text-align: center;
  padding: 40px 20px;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  background-color: #fff;
  position: relative;
  overflow: hidden;
}
.single-features:before {
  content: '';
  position: absolute;
  left: -100%;
  top: 0;
  width: 0;
  height: 3px;
  background: #686ab3;
  -webkit-transition: .7s;
  -o-transition: .7s;
  transition: .7s;
}
.single-features:after {
  content: '';
  position: absolute;
  right: -100%;
  bottom: 0;
  width: 0;
  height: 3px;
  background: #686ab3;
  -webkit-transition: .7s;
  -o-transition: .7s;
  transition: .7s;
}
.single-features:hover:before {
  left: 0;
  width: 100%;
}
.single-features:hover:after {
  right: 0;
  width: 100%;
}
.single-features img {
  margin-bottom: 30px
}
.single-features h4 {
  color: #414142;
  font-size: 19px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 15px;
}
.single-features p {
  font-size: 15.5px;
  line-height: 27px
}
/*=============== #1.13 Counter Section ===================*/
.counter-up-area {
  background-image: url(./img/counterup-bg.jpg);
  background-attachment: fixed;
  background-position: center;
  padding: 90px 0;
}
.single-count-area {
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
}
.single-count-area span {
  font-size: 36px
}
.single-count-area p {
  font-size: 22px;
  margin-top: 10px;
  color: #fff
}
/*================ #1.14 Our Team Section ====================*/
.our-team-area {
  padding: 90px 0;
  background-color: #F9F9FF
}
.team-heading {
  text-align: center;
  display: inline-block;
  margin: auto
}
.team-heading h2 {
  font-weight: 900;
  font-size: 33px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #686ab3;
}
.team-heading h4 {
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  color: #414142;
  font-size: 18px;
  margin-bottom: 80px
}
.team-heading h4::before {
  position: absolute;
  content: "";
  width: 80px;
  height: 3px;
  background-color: #686ab3;
  left: 50%;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  bottom: -10px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all 0.8s ease 0s;
  -o-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
}
.our-team {
  overflow: hidden;
  position: relative;
  border: 2px solid #EEEEFE
}
.our-team:after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(107, 111, 255, 0.7);
  position: absolute;
  top: -100%;
  left: 0;
  opacity: 0;
  -webkit-transition: all 0.8s ease 0s;
  -o-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
}
.our-team:hover:after {
  top: 0;
  opacity: 1;
}
.our-team img {
  width: 100%;
  height: auto;
}
.our-team .social {
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  top: -50%;
  left: 0;
  z-index: 1;
  -webkit-transition: all 0.8s ease 0s;
  -o-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
}
.our-team:hover .social {
  top: 38%;
}
.our-team .social li {
  display: inline-block;
}
.our-team .social li a {
  width: 35px;
  height: 35px;
  line-height: 35px;
  background: #fff;
  font-size: 20px;
  color: #6b6fff;
  margin: 0 2px;
}
.our-team .update-social-icon li a {
  width: 35px;
  height: 35px;
  line-height: 35px;
  background: #fff;
  font-size: 20px;
  color: #6b6fff;
  margin: 0 2px;
  border-radius: 25px;
}
.our-team .team-content {
  width: 100%;
  padding: 20px 25px;
  background: #fff;
  text-transform: uppercase;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  -webkit-transition: all 0.8s ease 0s;
  -o-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
}
.our-team:hover .team-content {
  background: #6b6fff;
}
.our-team .team-content:before {
  content: "";
  width: 100%;
  border-right: 420px solid #fff;
  border-top: 60px solid transparent;
  position: absolute;
  top: -59px;
  left: 0;
  -webkit-transition: all 0.8s ease 0s;
  -o-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
}
.our-team:hover .team-content:before {
  border-right-color: #6b6fff;
}
.our-team .title {
  font-size: 20px;
  color: #6b6fff;
  margin: 0;
  text-align: right;
  font-weight: 700;
  margin-top: -15px;
}
.our-team .post {
  display: block;
  font-size: 13px;
  font-weight: 400;
  color: #686ab3;
  margin-top: 3px;
  text-align: right;
  font-weight: 700
}
.our-team:hover .title {
  color: #fff !important
}
.our-team:hover .post {
  color: #e2e2e2 !important
}
/*================ #1.15 Client Section ====================*/
.client-testimonial {
  padding: 90px 0;
}
.testimonial-heading {
  text-align: center;
  display: inline-block;
  margin: auto
}
.testimonial-heading h2 {
  font-weight: 900;
  font-size: 33px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #3f7dc7;
}
.testimonial-heading h4 {
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  color: #414142;
  font-size: 18px;
  margin-bottom: 80px
}
.testimonial-heading h4::before {
  position: absolute;
  content: "";
  width: 80px;
  height: 3px;
  background-color: #686ab3;
  left: 50%;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  bottom: -10px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%)
}
.single-testimonial {
  /*     -webkit-box-shadow: 0 0 15px #ededed;
    box-shadow: 0 0 15px #ededed; */
  text-align: center;
  padding: 30px;
  margin: 15px;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s
}
.single-testimonial:hover {
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
  -webkit-box-shadow: 0px 15px 15px 0px #edeaea;
  box-shadow: 0px 15px 15px 0px #edeaea;
}
.single-testimonial:hover .client-img img {
  border: 3px solid #6B6FFF
}
.client-img img {
  width: 130px !important;
  margin: auto;
  margin-top: 5px;
  height: 130px;
  border-radius: 50%;
  border: 3px solid transparent;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s
}
.testimonial-content h5 {
  margin-top: 15px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 19px
}
.testimonial-content h6 {
  font-size: 16px;
  margin-top: -5px
}
.testimonial-content p {
  font-size: 15.5px;
  line-height: 26px;
  margin-bottom: 0;
  color: #414142;
}
/*============= #1.16 Blog Section ==============*/
.latest-blog-area {
  padding: 90px 0;
  background-image: url(./img/./blog-bg.jpg);
}
.blog-heading {
  text-align: center;
  display: inline-block;
  margin: auto
}
.blog-heading h2 {
  font-weight: 900;
  font-size: 33px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #fff;
}
.blog-heading h4 {
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  color: #fff;
  font-size: 18px;
  margin-bottom: 80px
}
.blog-heading h4::before {
  position: absolute;
  content: "";
  width: 80px;
  height: 3px;
  background-color: #fff;
  left: 50%;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  bottom: -10px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%)
}
.single-blog {
  background-color: #fff;
  overflow: hidden;
}
.single-blog .blog-image img:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.blog-image {
  position: relative;
  overflow: hidden
}
.blog-image img {
  -webkit-transition: .7s;
  -o-transition: .7s;
  transition: .7s;
  width: 100%
}
.blog-tag {
  position: absolute;
  top: 15px;
  right: 0;
}
.blog-tag span {
  background-color: #6b6fff;
  padding: 8px 18px;
  color: #fff;
  text-transform: capitalize;
  font-size: 15px;
  display: block;
  text-align: center
}
.blog-content {
  padding: 20px 20px 25px 20px
}
.blog-content-heading {
  display: inline-block;
  width: 70%
}
.blog-date {
  display: inline-block;
  width: 28%
}
.blog-content-heading h4, .blog-content-heading h4 > a {
  font-size: 18px;
  color: #414142;
  text-transform: uppercase;
  font-weight: 700;
}
.blog-date span {
  font-size: 14px;
  color: #686868;
  text-transform: capitalize;
  text-align: right;
  display: block
}
.blog-content p {
  font-size: 15.5px;
  line-height: 26px;
  margin-bottom: 0;
}
.blog-readmore-btn {
  text-transform: capitalize;
  display: inline-block;
  font-size: 15px;
  font-weight: 700;
  color: #6b6fff;
  position: relative;
  margin-top: 10px
}
.blog-readmore-btn::before {
  position: absolute;
  content: "";
  width: 0;
  height: 2px;
  background-color: #6b6fff;
  left: 0;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  bottom: -5px;
  opacity: 0;
  visibility: hidden;
  transition: .5s;
}
.blog-readmore-btn:hover:before {
  width: 50px;
  opacity: 1;
  visibility: visible;
}
/*========== #1.17 Contact Section ==============*/
.contact {
  height: 65vh;
  /*background-image: url('../images/banners/contact-us-banner.jpg');*/
  background-size: cover;
  background-position: center;
}
.contact-area {
  padding: 90px 0;
}
.contact-content {
  padding-right: 30px
}
.contact-icon {
  text-align: right;
  margin-bottom: -40px
}
.contact-box {
  padding: 15px;
}
.form-d {
  background-color: #E1E1FF;
  border: 15px solid #EFEFFF;
  padding: 30px;
  margin-top: 60px;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  margin-bottom: 80px
}
.form-d:hover {
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
  -webkit-box-shadow: 0px 15px 15px 0px #edeaea;
  box-shadow: 0px 15px 15px 0px #edeaea;
}
.form-d input[type="text"], textarea {
  width: 100%;
  padding: 12px;
  border: none;
  margin-top: 6px;
  margin-bottom: 35px;
  resize: vertical;
  background: transparent;
  border-bottom: 2px solid #D4D4FF;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s
}
.form-d input[type="text"]:focus {
  border-bottom: 2px solid #7e7ef2;
  padding: 12px 0 12px 15px
}
.form-d input[type="email"]:focus {
  border-bottom: 2px solid #7e7ef2;
  padding: 12px 0 12px 15px
}
.form-d textarea:focus {
  border-bottom: 2px solid #7e7ef2;
  padding: 12px 0 12px 15px
}
.form-d input[type="email"] {
  width: 100%;
  padding: 12px;
  border: none;
  margin-top: 6px;
  margin-bottom: 35px;
  resize: vertical;
  background: transparent;
  border-bottom: 2px solid #D4D4FF;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s
}
.form-d input[type=submit] {
  background-color: #6B6FFF;
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
  display: inline-block;
  padding: 15px 0;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  font-size: 14px;
  font-weight: 700;
  width: 150px;
  text-align: center;
  -webkit-box-shadow: 0 5px 16px #bababa;
  box-shadow: 0 5px 16px #bababa;
  border: 1px solid transparent;
  margin: auto;
  display: block;
  margin-top: 20px
}
.form-d input[type=submit]:hover {
  border: 1px solid #6B6FFF;
  color: #6B6FFF;
  background-color: #fff;
  -webkit-box-shadow: 0 5px 16px transparent;
  box-shadow: 0 5px 16px transparent;
  cursor: pointer
}
/*============= #1.18 Footer Section ================*/
.footer-area {
  background-image: url('img/./footer-bg.jpg');
  -webkit-clip-path: polygon(0 0, 100% 20%, 100% 100%, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 20%, 100% 100%, 100% 100%, 0 100%);
  position: relative;
  color: #fff
}
.footer-area::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(53, 56, 153, 0.95);
}
.footer-area-2 {
  background-image: url('../images/footer-bg.jpg');
  position: relative;
  color: #fff
}
.footer-area-2::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(31, 62, 124, 0.9);
}
.footer-icon {
  text-align: right;
  position: absolute;
  right: 0;
  bottom: -200px;
}
.footer-top {
  padding: 75px 0 75px 0;
}
.single-widget h2 {
  font-size: 20px;
  font-weight: 700;
  text-transform: capitalize;
}
.single-widget .border-right {
  border-right: 2px solid #fff
}
.company-logo img {
  /* width: 180px */
  height: 50px;
}
.about-company p {
  color: #e5e5e5;
  font-size: 15.5px;
  line-height: 26px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.about-company ul.social li {
  display: inline-block;
  margin-right: 10px
}
.about-company ul.social li a {
  display: inline-block;
  background-color: #fff;
  color: #2e307d;
  height: 30px;
  width: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s
}
.about-company ul.social li a:hover {
  color: #6B6FFF
}
.quick-links ul li a {
  color: #e5e5e5;
  font-size: 15.5px;
  line-height: 38px
}
.our-address p, .newsletter p {
  color: #22262a;
  font-size: 15.5px;
  line-height: 26px;
}
.our-address a {
  color: #e5e5e5;
  font-size: 15.5px;
  line-height: 26px;
}
.our-address i {
  margin-right: 10px;
  color: #fefefe;
  line-height: 28px;
}
.newsletter #newssubmit {
  width: 100%;
  background-color: transparent;
  color: #fff;
  border: 1px solid #fff;
  padding: 10px;
  margin-bottom: 15px;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s
}
.newsletter .subscribe {
  border: none;
  background-color: #6B6FFF;
  color: #fff;
  padding: 10px 10px;
  cursor: pointer;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s
}
.newsletter #newssubmit:focus {
  padding: 10px 0 10px 15px;
}
.newsletter .subscribe:hover {
  background-color: #fff;
  color: #6B6FFF
}
ul.list-icon {
  list-style: none;
}
/*======== Footer bottom ===========*/
.footer-bottom {
  background-color: #2e307d;
  height: 80px
}
.footer-bottom p {
  color: #e5e5e5;
  line-height: 80px;
  margin: 0;
  text-align: center;
}
.footer-bottom a {
  color: #b9b9e6;
  font-weight: 600;
}
/*================== #2.0 About Us Page =========================*/
.about {
  height: 65vh;
  /*background-image: url('../images/banners/about-us-banner.jpeg');*/
  background-size: cover;
  background-position: center;
}
.success-area {
  padding: 90px 0;
}
.about-p-reduce {
  padding-top: 0
}
/*========== #2.1 Video Section ================*/
.video-content {
  padding-top: 0
}
.video-play-button:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #6B6FFF;
  border-radius: 50%;
  -webkit-animation: pulse-border 1500ms ease-out infinite;
  animation: pulse-border 1500ms ease-out infinite;
}
.video-play-button:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #6B6FFF;
  border-radius: 50%;
  -webkit-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}
.video-play-button:hover:after {
  background-color: #9352f0a6;
}
.video-play-button img {
  position: relative;
  z-index: 3;
  max-width: 100%;
  width: auto;
  height: auto;
}
.video-play-button span {
  display: block;
  position: relative;
  z-index: 3;
  width: 0px;
  height: 0;
  border-left: 20px solid #fff;
  border-top: 14px solid transparent;
  border-bottom: 13px solid transparent;
  margin-right: -6px;
}
@-webkit-keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
@keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
.video-overlay {
  position: fixed;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  -webkit-transition: all ease 500ms;
  -o-transition: all ease 500ms;
  transition: all ease 500ms;
}
.video-overlay.open {
  position: fixed;
  z-index: 1000;
  opacity: 1;
}
.video-overlay-close {
  position: absolute;
  z-index: 1000;
  top: 15px;
  right: 20px;
  font-size: 36px;
  line-height: 1;
  font-weight: 400;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}
.video-overlay-close:hover {
  color: #fa183d;
}
.video-overlay iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.75);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.75);
}
.youtube-video-wrapper {
  background: url('img/about-video-bg.jpg') top center no-repeat;
  background-size: initial;
  padding: 160px 0;
  position: relative;
  text-align: center;
}
.popup-gallery {
  display: inline-block;
  position: relative;
}
a:hover, a:focus, a:active, a:visited {
  text-decoration: none;
}
.youtube-video-icon {
  width: 100px;
  height: 100px;
  border: 2px solid #fff;
  border-radius: 50% 50%;
  display: inline-block;
  background: #fff;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}
a, a:hover, a:focus {
  text-decoration: none;
  outline: 0;
}
.youtube-video-icon i {
  font-size: 60px;
  line-height: 100px;
  color: #6B02FF;
  margin-left: 10px;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}
/*========== #2.2 Expertise =============*/
.our-expertise {
  padding: 90px 0;
}
.expertise-heading h2 {
  font-weight: 900;
  font-size: 33px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #414142;
}
.expertise-heading {
  text-align: center;
  margin: auto
}
.expertise-heading p {
  padding-bottom: 15px
}
.expertise-item {
  position: relative;
  overflow: hidden;
}
.expertise-item:hover .expertise-text {
  background-color: rgba(107, 111, 255, 0.7)
}
.expertise-text {
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(107, 111, 255, 0.5);
  height: 100%;
  width: 100%;
  text-align: center;
  padding-top: 30%;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.expertise-text h5 {
  color: #fff;
  margin: 0;
  font-size: 26px;
  margin-left: -1200px;
  -webkit-transition: .7s;
  -o-transition: .7s;
  transition: .7s;
  text-transform: capitalize;
  font-weight: 700;
  position: relative;
  display: inline-block
}
.expertise-text h5::before {
  position: absolute;
  content: "";
  width: 0%;
  height: 3px;
  background-color: #fff;
  left: 50%;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  bottom: -10px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.expertise-item:hover .expertise-text h5::before {
  width: 65%
}
.expertise-item .expertise-text h5 {
  margin-left: 0
}
/*============ #2.3 Mission ===================*/
.our-mission {
  padding: 90px 0;
}
.mission-content {
  padding-top: 0;
}
.mission-content ul {
  margin-left: 20px;
}
.mission-content ul li {
  list-style: none;
  list-style-image: url('img/./list.png');
  line-height: 28px
}
.mission-list {
  padding-left: 15px;
  list-style: disc;
}
/*=================== #2.4 Brand =====================*/
.our-partner {
  padding: 90px 0;
}
.brand-item {
  padding: 20px;
  text-align: center;
}
/*===================== #3.0 Project Single Page ====================*/
/*========== #3.1 Project banner ===============*/
.project {
  height: 65vh;
  /*background-image: url('img/./about-page-bg.jpg');*/
}
.projects-area-single-page {
  padding: 90px 0;
}
.project-single {
  padding: 90px 0;
}
.single-project-area {
  margin: -6px 0px 0px 2px;
}
/*=========== #3.2 Single Project img ===================*/
.single-project-image {
  overflow: hidden;
}
.single-project-image img {
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}
.single-project-image:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1)
}
.single-project-area .single-project-text1 p, .single-project-area .single-project-text1 {
  margin-bottom: 30px;
}
.single-project-area h2 {
  font-weight: 600;
  margin-bottom: 6px;
  font-size: 25px;
}
.single-project-area .project-info {
  background-color: #f4f6f8;
  padding: 25px 27px 20px;
}
.single-project-area .project-info h4 {
  font-weight: 600;
  margin-bottom: 22px;
}
.single-project-area .project-info ul li {
  line-height: 30px;
}
.single-project-area .project-info ul li span {
  display: inline-block;
}
.single-project-area .project-info ul li span.name {
  width: 23.6%;
}
.single-project-area .project-info ul li span.info {
  padding-left: 48px;
}
.single-project-gallary {
  padding-left: 0;
}
.project-testimonial {
  margin: 0;
  margin-top: 15px
}
.single-project-gallary img {
  margin-bottom: 10px;
}
.project-grid-padright {
  padding-right: 5px
}
.project-grid-padleft {
  padding-left: 5px
}
/*============================= #4.0 Blog Page =========================*/
/*========== #4.1 Header area ==========*/
.blog-header-area {
  /*background-image: url(./img/blog/blog-header.jpg);*/
  height: 65vh;
  width: 100%;
  background-position: 50% 0;
  background-size: cover;
  position: relative;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 100% 100%, 0 85%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 100% 100%, 0 85%);
}
.blog-header-area:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(53, 56, 152, 0.9)), color-stop(rgba(40, 42, 85, 0.8)), to(rgba(21, 27, 51, 0.8)));
  background-image: -webkit-linear-gradient(top, rgba(53, 56, 152, 0.9), rgba(40, 42, 85, 0.8), rgba(21, 27, 51, 0.8));
  background-image: -o-linear-gradient(top, rgba(53, 56, 152, 0.9), rgba(40, 42, 85, 0.8), rgba(21, 27, 51, 0.8));
  background-image: linear-gradient(to bottom, rgba(53, 56, 152, 0.9), rgba(40, 42, 85, 0.8), rgba(21, 27, 51, 0.8))
}
.blog-area {
  padding: 90px 0;
}
/*========== #4.2 Blog filter ==========*/
.blog-filter {
  margin: 50px 0;
  list-style: none;
}
.blog-filter li {
  display: inline-block;
  margin: 8px 8px;
}
.blog-filter li a {
  font-size: 14px;
  padding: 10px 20px;
  text-decoration: none;
  text-transform: uppercase;
  color: #6b6fff;
  font-weight: 600;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  border: 1px solid transparent
}
.blog-filter li a:hover {
  color: #6b6fff;
  border: 1px solid #6b6fff;
}
.blog-filter li.active a {
  padding: 10px 20px;
  color: #fff;
  background: #6b6fff;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s
}
/*========== #4.3 Blog grid ==============*/
.blog-grid .blog-item {
  float: left;
}
.blog-grid .blog-item a:focus {
  outline: none;
}
.main-blog-content {
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  background-color: #fff;
  position: relative;
  overflow: hidden;
  padding: 30px;
  margin: 0 40px;
  bottom: 100px;
  border: 1px solid #f0f8ff;
  text-align: left;
  -webkit-box-shadow: 0 8px 7px -2px #eff0f0;
  box-shadow: 0 8px 7px -2px #eff0f0;
}
/*======= #4.4 Blog Pagination =========*/
.center {
  text-align: center;
}
.pagination {
  display: inline-block;
}
.pagination a {
  color: black;
  float: left;
  padding: 8px 16px;
  text-decoration: none;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  border-radius: 25px;
  margin: 0 4px;
  border: 1px solid transparent
}
.pagination a.active {
  background-color: #6b6fff;
  color: white;
  border: 1px solid #6b6fff;
}
.pagination a:hover:not(.active) {
  color: #6b6fff;
  border: 1px solid #6b6fff;
}
/*================================ #5.0 Single Blog Page ==============================*/
/*=========== #5.1 Single blog header img ===================*/
.single-blog-header-area {
  /*background-image: url(./img/blog/blog-header.jpg);*/
  height: 65vh;
  width: 100%;
  background-position: 50% 0;
  background-size: cover;
  position: relative;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 100% 100%, 0 85%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 100% 100%, 0 85%);
}
.single-blog-header-area:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(53, 56, 152, 0.9)), color-stop(rgba(40, 42, 85, 0.8)), to(rgba(21, 27, 51, 0.8)));
  background-image: -webkit-linear-gradient(top, rgba(53, 56, 152, 0.9), rgba(40, 42, 85, 0.8), rgba(21, 27, 51, 0.8));
  background-image: -o-linear-gradient(top, rgba(53, 56, 152, 0.9), rgba(40, 42, 85, 0.8), rgba(21, 27, 51, 0.8));
  background-image: linear-gradient(to bottom, rgba(53, 56, 152, 0.9), rgba(40, 42, 85, 0.8), rgba(21, 27, 51, 0.8))
}
.single-blog-area {
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  background-color: #fff;
  position: relative;
  overflow: hidden;
  padding: 30px;
  bottom: 100px;
  border: 1px solid aliceblue;
  text-align: left;
  -webkit-box-shadow: 0 8px 7px -2px #eff0f0;
  box-shadow: 0 8px 7px -2px #eff0f0;
}
.single-blog-area p {
  font-size: 15.5px;
  line-height: 28px
}
.single-blog-title {
  padding: 25px 0;
  font-size: 30px
}
.single-blog-content img {
  padding: 15px 0;
}
/*============= #5.2 Sidebar ===============*/
.post-share {
  display: block;
  margin-top: 20px;
  border-bottom: 2px solid #f5f5f5;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.post-share a i {
  height: 35px;
  width: 35px;
  line-height: 35px;
  font-size: 22px;
  text-align: center;
  margin-right: 3px
}
.share1, .share2, .share3, .share4 {
  display: inline-block
}
.sidebar-title p {
  text-transform: capitalize;
  font-size: 19px;
  margin-bottom: 0
}
.sidebar-title span {
  display: block;
  margin-bottom: 15px;
  font-size: 15px
}
.share1 a i {
  background-color: #1da1f2;
  color: #fff
}
.share2 a i {
  background-color: #4267b2;
  color: #fff
}
.share3 a i {
  background-color: #ff4500;
  color: #fff
}
.share4 a i {
  background-color: #e60023;
  color: #fff
}
#inlineFormInputGroupUsername {
  border: 1px solid #ebebeb;
}
.form-control:focus {
  -webkit-box-shadow: 0 0 0 .2rem transparent;
  box-shadow: 0 0 0 .2rem transparent;
}
.input-group-text {
  background-color: #6B6FFF;
  color: #fff;
  cursor: pointer
}
.sidebar-block ol {
  margin-top: 10px
}
.sidebar-block ol li {
  margin-bottom: 5px;
}
.sidebar-block {
  border-bottom: 2px solid #f5f5f5;
  padding: 25px 0;
}
.sidebar-block ol li a {
  color: #212121;
  font-size: 15px;
  text-transform: capitalize;
}
.sidebar-block ol li a:hover {
  color: #6B6FFF;
}
.sidebar-block ol li:last-child {
  margin-bottom: 0px;
}
.latest-post {
  border-bottom: 2px solid #f5f5f5;
  padding: 25px 0;
}
.latest-post ol {
  margin-top: 10px;
  margin-bottom: 0
}
.latest-post ol li a {
  color: #212121;
  font-size: 15px;
  text-transform: capitalize;
}
.latest-post ol li a:hover {
  color: #6B6FFF;
}
.latest-post ol li a:last-child {
  margin: 0px;
}
.latest-post ol li .rpost-img {
  float: left;
  margin-right: 15px;
  width: 75px;
  height: 75px
}
.latest-post ol li h5 {
  line-height: 22px;
  margin-bottom: 3px;
  font-size: 15px
}
.latest-post ol li {
  clear: both;
  padding: 3px 0px;
}
.latest-post p.text-muted {
  font-size: 12px;
  margin-bottom: 5px;
}
.advertise-block {
  padding: 25px 0;
  border-bottom: 2px solid #f5f5f5;
}
.advertise-block a img {
  margin-top: 10px;
}
.tag-block {
  padding: 25px 0;
}
.tagcloud {
  margin-top: 10px;
}
.tag-block .tagcloud a {
  border: 1px solid #e1e1e1;
  display: inline-block;
  color: #212121;
  font-size: 12px !important;
  line-height: 1.4em !important;
  margin-bottom: 5px;
  margin-right: 5px;
  padding: 6px 17px;
  text-decoration: none;
  letter-spacing: 0.05em;
}
.tag-block .tagcloud a:hover {
  color: white;
  background-color: #6B6FFF;
}
.top-header {
  padding: 25px 0;
}
.related-post-title {
  padding: 10px 0;
}
.related-blog-content {
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  background-color: #fff;
  position: relative;
  overflow: hidden;
  padding: 30px;
  margin: 0 40px;
  bottom: 120px;
  border: 1px solid aliceblue;
  text-align: left;
  -webkit-box-shadow: 0 8px 7px -2px #eff0f0;
  box-shadow: 0 8px 7px -2px #eff0f0;
}
/*============= #5.3 Comments ===============*/
#comments {
  padding: 20px 0px;
  background-color: #fff;
  margin-bottom: 10px
}
#comments a {
  color: inherit
}
#comments #comments-title {
  margin-top: 0;
  margin-bottom: 15px;
  color: #3e3e3e;
  text-transform: capitalize;
  font-size: 25px;
}
#comments .commentlist {
  margin: 0;
  padding: 0;
  list-style: none
}
#comments .commentlist > .comment .comment-box {
  border-bottom: 2px solid #f7f9f9
}
#comments .commentlist > .comment:last-child .comment-box {
  border-bottom: 0
}
#comments .commentlist .comment-author {
  float: left;
  width: 60px;
  overflow: hidden;
  border-radius: 50%
}
#comments .commentlist .comment-body {
  margin-left: 85px
}
#comments .commentlist .comment-body p {
  margin-top: 10px;
  font-size: 16px;
}
#comments .commentlist .children {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-left: 85px
}
#comments .commentlist .children .children {
  margin-left: 30px
}
.commentator a {
  text-transform: capitalize;
  font-weight: 700;
  cursor: default
}
#comments .comment-meta {
  font-size: 12px;
  color: #696969;
  margin-top: 3px
}
#comments .comment-box {
  position: relative;
  padding-top: 15px;
  padding-bottom: 15px;
}
#comments .comment-abs {
  position: absolute;
  display: inline-block;
  font-size: 0;
  top: 30px;
  right: 0
}
#comments .comment-abs a {
  display: inline-block;
  margin: 4px;
  font-size: 10px;
  text-transform: uppercase;
  color: #848484;
  border: 1px solid #eee;
  padding: 5px 8px;
  letter-spacing: .03em
}
#comments .comment-abs a:hover {
  border-color: #6B6FFF;
  background-color: #6B6FFF;
  color: #fff
}
.comment-reply-form h3 {
  margin-top: 0;
  margin-bottom: 15px;
  color: #3e3e3e;
  text-transform: capitalize;
  font-size: 25px;
}
.form-control:focus {
  color: #495057;
  border-color: #D4D4FF;
  outline: 0;
  -webkit-box-shadow: 0 0 0 .2rem transparent;
  box-shadow: 0 0 0 .2rem transparent;
}
.form-control {
  border-radius: 0;
  border-color: #D4D4FF;
}
#post-comment {
  background-color: #6B6FFF;
  color: #fff;
  border-radius: 0;
}
#post-comment:focus {
  -webkit-box-shadow: 0 0 0 .2rem transparent;
  box-shadow: 0 0 0 .2rem transparent;
}
/*================== #6.0 Contact Us Page ==================*/
.contact-section {
  padding: 90px 0;
  background-image: url('img/./contact-form-bg.png');
  background-repeat: repeat;
  background-position: center;
  background-size: cover
}
.mg-bottom-0 {
  margin-bottom: 0 !important;
}
.primary-contact .address {
  margin: 20px 0 15px;
}
.primary-contact .website {
  margin-bottom: 40px;
}
a.launch-map i {
  margin-left: 15px;
  color: #6B6FFF;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s
}
a.launch-map {
  background-color: #fff;
  text-decoration: none;
  color: #6B6FFF !important;
  text-transform: uppercase;
  display: inline-block;
  padding: 15px 0;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  font-size: 14px;
  font-weight: 700;
  width: 150px;
  text-align: center;
  -webkit-box-shadow: 0 5px 16px transparent;
  box-shadow: 0 5px 16px transparent;
  border: 1px solid #6B6FFF;
  cursor: pointer
}
a.launch-map:hover {
  color: #fff !important;
  background-color: #6B6FFF
}
a.launch-map:hover i {
  color: #fff !important;
}
/*============ #6.1 Contact form =================*/
.contact-form .input {
  width: 100%;
  border: none;
  -webkit-box-shadow: 1px 1px 10px 0px rgba(90, 144, 227, 0.2);
  box-shadow: 1px 1px 10px 0px rgba(90, 144, 227, 0.2);
  padding-left: 18px;
}
.contact-form .name-email {
  height: 45px;
}
.contact-form .help-block.with-errors {
  position: absolute;
  top: 100%;
  left: 0;
}
.contact-form .form-group {
  margin-bottom: 35px;
}
.contact-form .message {
  padding-top: 30px;
  resize: none;
}
.modal-content {
  margin-top: 30%;
  padding-right: 0
}
.form-c {
  margin: 0;
  background-color: #fff;
  border: 10px solid #eeeefe;
}
.contact-us-heading h2 {
  font-weight: 900;
  font-size: 25px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #686ab3;
  margin-top: 10px
}
.form-c input[type="submit"] {
  display: inline-block;
}
.form-c input[type="text"], textarea {
  margin-top: 0;
  margin-bottom: 20px;
}
/*======= #7.0 404 Error Page =========*/
.error-page-header {
  background-color: #6B6FFF;
  top: 0
}
.error-page {
  background-image: url(./img/404.jpg);
  height: 100vh;
  width: 100%;
  background-position: center;
  background-size: cover;
  position: relative;
}
.is-animate {
  position: absolute;
  bottom: 25%;
  left: 49.5%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/*============= #7.1 Default Text =============*/
.defult-text {
  position: absolute;
  bottom: 15%;
  left: 0;
  right: 0;
  text-align: center
}
.defult-text h1 {
  margin-bottom: 40px;
  font-size: 30px;
  font-weight: 400;
  color: #9590e5;
}
.defult-text a {
  border: 1px solid #6b6fff;
  color: #6b6fff;
  padding: 15px 30px;
  text-transform: uppercase;
  font-size: 15px;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s
}
.defult-text a:hover {
  background-color: #6b6fff;
  color: #fff
}
/*============= #7.2 404 Animation =============*/
.is-animate div {
  display: inline-block;
}
.is-animate span {
  font-size: 120px;
  font-weight: 900;
  color: #9590e5
}
.is-animate.style1 > div {
  -webkit-animation-name: style1;
  animation-name: style1;
}
.is-animate > div {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.is-animate > div:nth-child(1) {
  -webkit-animation-delay: 0.0s;
  animation-delay: 0.0s
}
.is-animate > div:nth-child(2) {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s
}
.is-animate > div:nth-child(3) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s
}
/*======= #8.0 Coming Soon Page =========*/
.coming-soon-area {
  background-image: url('img/./coming-soon.jpg');
  height: 100vh;
  width: 100%;
  position: relative
}
/*======= #8.1 Dot Background =========*/
.coming-soon-area:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background-image: url('img/./pattern.png')
}
.coming-soon-text h1 {
  text-transform: uppercase;
  color: #e0e0e0;
  text-align: center;
  font-weight: 400;
  font-size: 31px;
  margin-bottom: 40px;
  margin-top: 10px
}
.coming-soon-text {
  position: absolute;
  top: 48%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
}
.coming-soon-text a img {
  width: 250px
}
/*======= #8.2 Count Down =========*/
ul.countdown li {
  display: inline-block;
  width: 80px;
  height: 75px;
  background-color: #6A6EFF;
  margin-right: 15px;
  line-height: 75px;
  text-align: center;
  color: #fff;
  font-size: 40px;
  font-family: 'PT Sans', sans-serif;
}
ul.countdown li:first-child {
  margin-left: 0
}
ul.countdown li p {
  color: #ffffff;
  font-size: 15px;
  text-transform: uppercase;
  margin-top: 5px
}
/*======= #8.3 Coming Soon Social =========*/
.coming-share {
  position: absolute;
  bottom: 20%;
  left: 0;
  right: 0;
  text-align: center
}
.coming-share a {
  color: #fff;
  margin-left: 10px;
  font-size: 25px;
  height: 35px;
  width: 35px;
  line-height: 35px;
  text-transform: uppercase;
}
.coming-share span {
  font-size: 19px;
  display: block;
  margin-bottom: 5px;
}
.coming-share a:first-child {
  margin-left: 0
}
/*=====================================
=======================================
THE END
=======================================
=====================================*/
.service-box .cab-service-box {
  width: 100%;
  float: left;
  position: relative;
  text-align: center;
  border: 1px solid #ececec;
  margin-bottom: 60px;
  background-color: #fff;
}
.cab-service-box .service-thumb {
  background-color: #f9f9f9;
  padding: 30px 0;
  height: 125px;
  overflow: hidden;
}
.cab-service-box .service-desc {
  width: 100%;
  float: left;
  padding: 35px 60px;
}
.cab-service-box .service-desc h4 {
  font-weight: 500;
  font-size: 22px;
  line-height: 25px;
  font-family: 'PT Sans', sans-serif;
  color: #444444;
}
.cab-service-box .service-desc p {
  line-height: 24px;
  font-size: 15px;
  font-weight: 400;
  color: #777777;
}
.service-box .cab-service-box:hover {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.06);
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.06);
  -o-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.06);
  -ms-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.06);
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
  transform: translateY(10px);
}
.service-box .cab-service-box:hover .service-thumb {
  background-color: transparent;
}
.service-box .cab-service-box:after {
  font-family: 'Font Awesome 5 Free';
  content: '\f105';
  position: absolute;
  bottom: -14px;
  left: 0;
  font-weight: 600;
  text-align: center;
  width: 30px;
  height: 30px;
  color: #fff;
  line-height: 30px;
  opacity: 0;
  visibility: hidden;
  border-radius: 50%;
  background-color: red;
  -webkit-transition: all .4s ease-out;
  -moz-transition: all .4s ease-out;
  -ms-transition: all .4s ease-out;
  -o-transition: all .4s ease-out;
  transition: all .4s ease-out;
}
.service-box .cab-service-box:hover:after {
  opacity: 1;
  visibility: visible;
  left: 45%;
}
.background-image-holder {
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  background-size: cover !important;
  background-position: 50% 50% !important;
  z-index: 0;
  transition: opacity .3s linear;
  -webkit-transition: opacity .3s linear;
  opacity: 0;
  background: #252525;
  background-image: url(../images/education-1.jpg);
}
.img-fluid1 {
  max-width: 300px;
  height: 135px;
}
.bg-custom, .btn-custom, .timeline-page .timeline-item .date-label-left::after, .timeline-page .timeline-item .duration-right::after, .back-to-top:hover {
  background-color: #007dc5;
}
.timeline-page {
  padding: 10px 0;
  position: relative;
  margin-top: 35px;
}
.timeline-page::after {
  content: "";
  height: 65%;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 30px;
  width: 1px;
  background-color: #e8e8e8;
}
@media screen and (max-width: 350px) {
  .footer-bottom p {
    line-height: 25px;
    padding-top: 15px;
  }
}
@media screen and (max-width: 1000px) {
  .hr-title {
    border-top-style: none !important;
    border-top-width: 0px !important;
  }
  .hr-title abbr{
    line-height: 35px;
    padding: 0 !important;
  }
  .hr-title.hr-long {
    width: 100% !important;
  }
  .hr-title::before{
    position: absolute;
    content: "";
    width: 80px;
    height: 2px;
    background-color: #007ec6;
    left: 50%;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    bottom: 30px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@media only screen and (max-width: 575px) {
  .timeline-page::after {
    display: none;
  }
}
.timeline-item {
  margin-bottom: 80px;
}
.timeline-page .timeline-item .date-label-left {
  text-align: center;
  margin-right: 20px;
  position: relative;
}
.timeline-page .timeline-item .date-label-left::after, .timeline-page .timeline-item .duration-right::after {
  border: 3px solid rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  content: "";
  height: 20px;
  position: absolute;
  top: 20px;
  width: 20px;
  z-index: 1;
}
.timeline-page .timeline-item .date-label-left::after {
  right: -45px;
}
.timeline-page .timeline-item .duration-right::after {
  left: -45px;
}
.timeline-page .timeline-item .works-description-right {
  text-align: left;
  margin-left: 15px;
  float: left;
  border-radius: 0;
  padding: 20px 0;
}
.timeline-page .timeline-item .duration-right {
  text-align: center;
  margin-left: 20px;
  position: relative;
}
.timeline-page .timeline-item .works-description-left {
  text-align: right;
  margin-right: 15px;
  float: right;
  border-radius: 0;
  padding: 20px 0;
}
.timeline-page h4, .works-description-left h4 {
  font-size: 18px;
  margin-top: 0;
  text-transform: capitalize;
}
.timeline-subtitle {
  line-height: 26px;
  color: #666;
}
.bg-custom, .btn-custom, .timeline-page .timeline-item .date-label-left::after, .timeline-page .timeline-item .duration-right::after, .back-to-top:hover {
  background-color: #007dc5;
}
@media only screen and (max-width: 575px) {
  .bg-custom, .btn-custom, .timeline-page .timeline-item .date-label-left::after, .timeline-page .timeline-item .duration-right::after, .back-to-top:hover {
    display: none;
  }
}
.our-leaders {
  list-style: none;
  overflow: hidden;
  padding: 0;
}
.our-leaders li .leaders {
  background-color: white;
  margin: 0 20px 20px 0;
  border-radius: 10px;
  box-shadow: 2px 14px 32px 0 rgba(46, 46, 47, 0.04);
  height: 290px;
  text-align: center;
  position: relative;
}
.pic-details {
  cursor: pointer;
}
.our-leaders li .leaders .profileImg {
  margin: 0;
  margin-top: 30px;
  width: 40%;
}
.our-leaders li .leaders .directors-profileImg {
  margin: 0;
  margin-top: 30px;
  width: 40%;
  border-radius: 50%;
  border: 1px solid #ccc;
  padding: 4px;
}
.director-page-link-icon{
  width: 15px;
  margin-right: 5px;
}
.our-leaders li .leaders h3, .our-leaders li .leaders p {
  margin: 0;
}
.our-leaders li .leaders h3, .our-leaders li .leaders p {
  margin: 0;
}
.our-leaders li .leaders p {
  margin-top: 10px;
  font-size: 20px;
  color: #4b4b4b;
  text-transform: capitalize;
  text-align: center;
  font-weight: 400;
}
.our-leaders li .leaders h3 {
  color: #4a4a4a;
  font-size: 22px;
  margin-top: 20px;
  line-height: 16px;
  font-weight: 500;
  letter-spacing: 0.3px;
}
.pic-details p {
  font-size: 14px !important;
}
.pic-details a {
  display: none;
}
.our-leaders li .leaders .arrow {
  padding-top: 20px;
  cursor: pointer;
}
.modal-dialog.BoardMember {
  overflow-y: auto;
}
.modal-dialog.BoardMember {
  /* height: 550px; */
  /* overflow-y: scroll; */
  top: 8%;
}
.BoardMember {
  background: #fff;
  box-sizing: border-box;
  padding: 15px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  background-clip: padding-box;
  outline: 0;
  width: 65%;
  position: relative;
  text-align: center;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-width: none;
}
.BoardMember .arrow {
  position: absolute;
  top: 20px;
  left: 20px;
  cursor: pointer;
}
.BoardMember span {
  color: #4b4b4b;
  font-weight: 500;
  margin-top: 0px;
  font-size: 18px;
  letter-spacing: 0.3px;
}
.BoardMember .personDetails {
  padding-top: 50px;
}
.BoardMember h3 {
  text-transform: uppercase;
  font-size: 20px;
  color: #4a4a4a;
  letter-spacing: 0.3px;
  margin-bottom: 0px;
  margin-top: 5px;
  font-weight: 600;
}
.BoardMember span {
  color: #4b4b4b;
  font-weight: 400;
  margin-top: 0px;
  font-size: 16px;
  letter-spacing: 0.3px;
}
.BoardMember p {
  text-align: justify;
  margin: 15px 50px 0px 50px;
  line-height: 1.5;
  font-size: 14px;
  color: #625b5b;
  font-weight: 400;
}
.cover-background {
  position: relative !important;
  background-size: cover !important;
  overflow: hidden !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-attachment: fixed;
  padding: 30px 0 30px;
}
.cover-background::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(53, 56, 152, 0.9)), color-stop(rgba(40, 42, 85, 0.8)), to(rgba(21, 27, 51, 0.8)));
  background-image: -webkit-linear-gradient(top, rgba(53, 56, 152, 0.9), rgba(40, 42, 85, 0.8), rgba(21, 27, 51, 0.8));
  background-image: -o-linear-gradient(top, rgba(53, 56, 152, 0.9), rgba(40, 42, 85, 0.8), rgba(21, 27, 51, 0.8));
  background-image: linear-gradient(to bottom, rgba(53, 56, 152, 0.9), rgba(40, 42, 85, 0.8), rgba(21, 27, 51, 0.8));
}
.bg-black {
  background-color: #000;
}
.opacity-light {
  position: absolute;
  height: 100%;
  width: 100%;
  opacity: 0.3;
  top: 0;
  left: 0;
}
.section-heading.left {
  margin-bottom: 0px;
  text-align: left;
  color: #000;
}
.section-heading span {
  position: relative;
  font-size: 15px;
  font-weight: 500;
  color: #47588f;
  line-height: 200%;
  margin-bottom: 10px;
}
.our-features-choose {
  padding: 90px 0;
  background-color: #fff;
}
.services-style-one {
  position: relative;
}
.service-block {
  position: relative;
  margin-bottom: 30px;
}
.service-block .inner-box {
  position: relative;
  overflow: hidden;
}
.service-block .inner-box .image-box {
  position: relative;
}
.service-block .inner-box .image-box img {
  position: relative;
  width: 100%;
  max-height: 270px;
  display: block;
  min-height: 270px;
}
.service-block .inner-box .image-box .caption {
  position: absolute;
  width: 100%;
  left: 0px;
  bottom: 0px;
  color: #ffffff;
  display: block;
  font-size: 14px;
  padding: 16px 0px;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  background-color: rgba(31, 62, 124, 0.83);
  transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -webkit-transition: all 0.8s ease;
  -ms-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
}
.service-block .inner-box .image-box .overlay-box {
  position: absolute;
  left: 0px;
  bottom: -250px;
  padding: 40px 35px;
  width: 100%;
  text-align: center;
  background-color: rgba(31, 62, 124, 0.83);
  transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -webkit-transition: all 0.8s ease;
  -ms-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
}
.service-block .inner-box .image-box .overlay-box h3 {
  position: relative;
  font-size: 18px;
  color: #ffffff;
  margin-bottom: 12px;
  font-weight: 700;
  text-transform: uppercase;
}
.service-block .inner-box .image-box .overlay-box .text {
  color: #ffffff;
  margin-bottom: 15px;
}
.service-block .inner-box .image-box:hover .caption {
  bottom: -60px;
}
.service-block .inner-box .image-box:hover .overlay-box {
  bottom: 0px;
}
.list-icon li {
  margin-bottom: 10px;
  margin-left: 20px;
}
.list-icon i {
  font-size: 15px;
  margin-right: 14px;
  margin-left: -25px;
  width: 10px;
}
/* .personDetails.parthasarathy p {
    font-size: 16px;
}
 */
.service-block .inner-box .image-box .overlay-box a {
  color: #fff;
}
/*
======================================
  contact Section
======================================
*/
.contact_us {
  padding: 80px 0px 80px;
}
.default-cinfo .icon_box {
  width: 45px;
}
.default-cinfo li + li {
  margin-top: 8px;
  border-top: 1px solid #c3bebe;
  padding-top: 20px;
}
.default-cinfo li .icon_box, .default-cinfo li .text-box {
  display: table-cell;
  vertical-align: top;
}
.default-cinfo .icon_box i {
  font-size: 26px;
  color: #3f7dc7;
  position: relative;
  top: 2px;
}
.default-cinfo .accordion .acc-btn {
  background: #f7f7f7;
  padding: 14px 30px;
  margin: 0;
}
/*form*/
.default-form {
  position: relative;
}
.default-form p {
  color: #fff;
  font-size: 18px;
  line-height: 34px;
  margin-bottom: 20px;
}
.default-form p span {
  color: #ab7442;
  font-size: 20px;
  font-weight: 600;
}
.default-form .form-box {
  position: relative;
}
.comment-form .form-box {
  padding: 25px 25px 0px 25px;
}
.default-form .form-group {
  position: relative;
  margin-bottom: 20px;
}
.default-form .comment-form .form-box .form-group {
  margin-bottom: 25px;
}
.default-form.form-box .row {
  margin-left: -10px;
  margin-right: -10px;
}
.default-form.form-box .row .form-group {
  padding: 0px 0px;
}
.default-form .form-group .field-label {
  display: block;
  line-height: 24px;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #232323;
  font-weight: 500;
  font-size: 13px;
}
.default-form .form-group .field-label sup {
  color: #ff0000;
  font-size: 14px;
}
.default-form input[type="text"], .default-form input[type="email"], .default-form input[type="password"], .default-form input[type="number"], .default-form select, .default-form textarea {
  display: block;
  width: 100%;
  line-height: 24px;
  height: 52px;
  font-size: 16px;
  box-shadow: none;
  border: 1px solid #f4f4f4;
  padding: 12px 15px;
  background: #fff;
  border-radius: 25px;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}
.default-form textarea {
  height: 124px;
}
.default-form .bootstrap-select {
  border: 1px solid #f4f4f4;
  background: #f7f7f7;
  color: #a2a2a2;
  padding: 10px 0;
  font-size: 16px;
}
.default-form .btn-group.open .dropdown-toggle {
  box-shadow: none;
}
.default-form .btn-group.open .dropdown-toggle:focus {
  border: none;
  outline: none;
}
.default-form .bootstrap-select .dropdown-toggle:focus {
  outline: none !important;
}
.default-form .dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
  background-color: #fe1848;
  color: #fff;
}
.default-form .form-control:focus {
  border-color: #1f3e7c;
  box-shadow: none;
}
.default-form form input::-webkit-input-placeholder {
  color: #9e9e9e;
}
.default-form form input:-moz-placeholder {
  /* Firefox 18- */
  color: #9e9e9e;
}
.default-form form input::-moz-placeholder {
  /* Firefox 19+ */
  color: #9e9e9e;
}
.default-form form input:-ms-input-placeholder {
  color: #9e9e9e;
}
.default-form .alert-success {
  color: #fe1848;
  background: none;
  border: none;
  font-size: 18px;
}
.text-box p {
  font-size: 16px;
  text-align: justify;
  line-height: 25px;
}
.call-to-action.call-to-action-colored {
  background-color: #003e7c;
}
.call-to-action {
  overflow: hidden;
  padding: 36px 40px 24px;
  margin-bottom: 40px;
}
.call-to-action, .call-to-action .container {
  position: relative;
}
.call-to-action.call-to-action-colored h3, .call-to-action.call-to-action-colored p {
  color: #fff;
}
.call-to-action h3 {
  margin-top: 10px;
  font-weight: 600;
  margin-bottom: 10px;
}
.call-to-action.call-to-action-colored h3, .call-to-action.call-to-action-colored p {
  color: #fff;
}
.call-to-action p {
  margin-top: 0;
}
.btn.btn-light.btn-outline {
  border-color: #fff;
  background-color: transparent;
  color: #fff;
}
.call-to-action a.btn {
  margin-top: 20px;
}
.p-t-50 {
  padding-top: 50px !important;
}
.p-b-50 {
  padding-bottom: 50px !important;
}
.career {
  height: 65vh;
  /*background-image: url(../images/banners/career-banner.jpg);*/
  background-size: cover;
  background-position: center;
}
.tin {
  height: 65vh;
  /*background-image: url(../images/services-images/tin.jpeg);*/
  background-size: cover;
  background-position: center;
}
.banking {
  height: 65vh;
  /*background-image: url(../images/services-images/banking.jpg);*/
  background-size: cover;
  background-position: center;
}
#page-content {
  padding: 40px 0;
}
.tin-content h2 {
  color: #003e7c;
  font-weight: 600;
}
.tin-content h4 {
  color: #003e7c;
  font-weight: 600;
}
.hr-title {
  border-top-style: solid;
  border-top-width: 1px;
  font-size: 16px;
  text-align: center;
  line-height: 20px;
  margin: 10px 0;
  height: auto;
  color: #bbb;
}
.hr-title.hr-long {
  width: 50%;
  margin: 20px auto 30px;
}
.hr-title {
  font-size: 26px;
  color: #007ec6;
}
.hr-title abbr {
  letter-spacing: 0.1em;
}
.hr-title abbr {
  background-color: #fff;
  padding: 2px 10px;
  border-radius: 2px;
  position: relative;
  top: -10px;
  letter-spacing: .2em;
}
.portlet.light.bordered {
  border: 1px solid #e7ecf1 !important;
}
.portlet.light {
  padding: 12px 20px 15px;
  background-color: #fff;
}
.portlet {
  margin-top: 0;
  margin-bottom: 25px;
  padding: 0;
  border-radius: 2px;
  box-shadow: 0 2px 3px 2px rgba(0, 0, 0, .03);
}
/* ol, p, pre, table, ul {
    margin-bottom: 1.85714286em;
} */
ol ol, ol ul, ul ol, ul ul {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .page-services .portlet.block1 {
    min-height: 347px;
  }
  .page-services .portlet.block2, .page-services .portlet.block3 {
    min-height: 251px;
  }
  .page-services .portlet.block4 {
    min-height: 423px;
  }
  .directors-card{
    margin-right: 0;
  }
}
@media (max-width: 992px) {
  .directors-card{
    margin-right: 0 !important;
  }
}
.font-30 {
  font-size: 30px;
}
.gain p {
  font-size: 1.14714286em;
  line-height: 1.68421053em;
}
.testimonial {
  padding: 70px 30px 50px;
  margin: 50px 30px 30px;
  /*border: 1px solid #1e3e7c;*/
  position: relative;
}
.testimonial .pic {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 2px solid #1e3e7c;
  overflow: hidden;
  margin: 0 auto;
  position: absolute;
  top: -50px;
  left: 0;
  right: 0;
}
.testimonial .pic img {
  width: 100%;
  height: auto;
}
.testimonial .description {
  font-size: 15px;
  color: #5e595b;
  line-height: 27px;
  text-align: center;
  margin: 0;
  position: relative;
}
.testimonial .description:before {
  content: "\f10d";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 25px;
  color: #b6b6b6;
  position: absolute;
  top: -5px;
  left: -15px;
}
.testimonial .title {
  display: inline-table;
  padding: 10px;
  margin: 0 auto;
  background: #fff;
  border: 1px solid #1e3e7c;
  font-size: 20px;
  font-weight: 700;
  color: #c7373c;
  letter-spacing: 1px;
  text-transform: uppercase;
  position: absolute;
  bottom: -22px;
  left: 0;
  right: 0;
}
.testimonial .post {
  font-size: 15px;
  color: #671a36;
}
.owl-theme .owl-controls {
  width: 100%;
  height: 50px;
  opacity: 1;
  position: absolute;
  top: 38%;
}
.owl-theme .owl-controls .owl-buttons div {
  width: 50px;
  height: 50px;
  line-height: 40px;
  border-radius: 0;
  background: transparent;
}
.owl-prev {
  position: absolute;
  left: -5%;
}
.owl-next {
  position: absolute;
  right: -5%;
}
.owl-prev:after, .owl-next:after {
  content: "\f104";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 30px;
  color: #1e3e7c;
  opacity: 1;
}
.owl-next:after {
  content: "\f105";
}
@media only screen and (max-width: 479px) {
  .testimonial {
    padding: 70px 10px 30px;
  }
  .testimonial .description:before {
    top: -20px
  }
  .testimonial .title {
    font-size: 12px;
  }
  .testimonial .post {
    font-size: 11px;
  }
}
.modal {
  /*     top: 60px;
 */
  z-index: 9999999;
}
.our-testimonials {
  padding: 90px 0;
  background: #eeeeef;
}
.our-awards {
  padding: 90px 0;
  background: #ffffff;
}
.m-t-20 {
  margin-top: 20px !important;
}