@charset "UTF-8";
/*
Template Name: Wasancy
*/
/*================================================
1. Default CSS
2. Header Menu CSS
3. Header Hero CSS
4. Service Area CSS
5. About Area CSS
6. Cta CSS
7. Portfolio area CSS
8. Feature area CSS
9. Subscribe area CSS
10. Team Area CSS
11. Pricing area CSS
12. Testimonial Area CSS
13. Blog CSS
14. Footer Area CSS



15. Service Page CSS
16. Service Details Page CSS
17. Blog Page CSS
18. Blog Sidebar Page CSS
19. Blog Standard Page CSS
20. Blog Details Page CSS
21. Portfolio List Page CSS
22. Portfolio Details Page CSS
23. Team Page CSS
24. FAQ Page CSS
25. Contact Page CSS
26. 404 Page CSS

=================================================*/
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:wght@400;700&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:wght@400;700&amp;family=Source+Sans+Pro:wght@200;300;400;600;700;900&amp;display=swap");
/*================================================
1. Default CSS
=================================================*/
/* Color Variable */
/* Font Variable */
html , body
{
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;
}
.no-pad
{
  padding: 0 !important;
  margin: 0 !important;
}
p
{
  text-align: justify;
}
h3
{
  margin: 0px !important;
}
.wow, .animated {
  animation-duration: 2s !important;
}
.alignleft {
  float: left;
  margin-right: 15px;
}

.alignright {
  float: right;
  margin-left: 15px;
}

.aligncenter {
  display: block;
  margin: 0 auto 15px;
}

a {
  color: unset;
}
a:focus {
  outline: 0 solid;
}
a:hover {
  color: unset;
}

img {
  max-width: 100%;
  height: auto;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0 0 15px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  color: #1A2C42;
}

html, body {
  font-family: "Poppins", sans-serif;
  color: #717171;
  font-weight: 400;
  line-height: 1.6;
}
body {
    margin-top: -15px;
}
.header-bg {
    /* margin-top: 15px; */
    background: #192682;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #fff !important;
}
input:focus, textarea:focus, button:focus {
  outline: none;
}

a:hover {
  text-decoration: none;
  color: unset;
}

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

i.bx {
  vertical-align: middle;
}

/* Remove Chrome Input Field's Unwanted Yellow Background Color */
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}
input:-webkit-autofill:hover, input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}

.pt-90 {
  padding-top: 90px;
}

.pb-90 {
  padding-bottom: 90px;
}

.mt-100 {
  margin-top: 100px;
}

.mt-45 {
  margin-top: 45px;
}
.mb-45 {
  margin-bottom: 45px;
}
.mb-90 {
  margin-bottom: 90px;
}

.common-btn {
  background: #192682;
  color: #fff;
  padding: 8px 30px;
  transition: all 1s ease 0s;
}
.common-btn:hover {
  background: #1A2C42;
  color: #fff;
}
.btn-wrap {
  display: inline-table;
  border: 3px solid #192682;
  /* border-radius: 36px; */
  background: #192682;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all 1s ease 0s;
}

.btn-wrap:hover
{
  border: 3px solid #1A2C42;
  background: #1A2C42;
}

.btn-wrap-2 .common-btn {
  border: 4px solid #fff;
}

.breadcrumb-area {
  background-image: url(../images/breadcrumb-bg.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 185px;
  padding-bottom: 143px;
}

.breadcrumb-content h2 {
  background: #D26A54;
  display: inline-block;
  font-size: 26px;
  color: #fff;
  font-weight: 600;
  padding: 10px 25px;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
.breadcrumb-content span {
  color: #fff;
  font-weight: 500;
  font-family: Noto Sans, sans-serif;
}
.breadcrumb-content span i {
  margin: 0 5px;
}
.breadcrumb-content span a {
  transition: all 0.3s ease;
}
.breadcrumb-content span a:hover {
  color: #D70837;
}

h2.text1 {
  display: none;
}

/*================================================
2. Header Menu CSS
=================================================*/
.header-menu-area {
  position: relative;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-right:50px;
  padding-left:50px;
  background: transparent;
}
.header-menu-area .logo {
  margin-top: 9px;
  }
  .header-menu-area .logo a img
  {
    max-width: 150% !important;
  }
  .mobile-ham-logo a img
{
  width: 95%;
}
.header-menu-area .menu-btn-wrap {
  float: right;
}

.sticky {
    position: fixed;
    top: 0;
    /* background: #1A2C42; */
    background: #fff;
    z-index: 9999;
    animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
    box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.01);
    padding: 5px 50px 10px;

}
.sticky .main-nav
{
  background: none !important;
}
.sticky .main-nav li .browna {
  color: #D70837 !important;
}
.hamburger {
  position: absolute;
  width: 40px;
  height: 30px;
  cursor: pointer;
  border: 5px solid transparent;
  margin-top: 10px;
  display: none;
  right: -240.5%;
  z-index: 999999;
}

.hamburger span {
  width: 100%;
  height: 2px;
  background: #D70837;
  display: block;
  position: absolute;
  right: 0;
  transition: all 0.3s;
}

.hamburger span.h-top {
  top: 0;
}

.hamburger span.h-bottom {
  bottom: 0;
  width: 27px;
}

.hamburger span.h-middle {
  top: 50%;
  margin-top: -1px;
  width: 25px;
}

.hamburger.h-active span {
  width: 100%;
}

.hamburger.h-active span.h-top {
  transform: rotate(45deg);
  top: 50%;
  margin-top: -1px;
}

.hamburger.h-active span.h-middle {
  transform: translateX(-30px);
  opacity: 0;
}

.hamburger.h-active span.h-bottom {
  transform: rotate(-45deg);
  bottom: 50%;
  margin-bottom: -1px;
}

.bottombar {
  background-color: #08509e;
}

.main-nav {
  float: right;
  margin-top: 4px;
  /* background: rgba(0, 98, 204, 0.8); */
  /* border-radius: 15px 15px; */
  padding-left: 25px;
  padding-right: 25px;
}

.main-nav > ul {
  padding: 10px 0px 10px 10px;
  margin: 0;
  list-style: none;
}

.main-nav > ul > li:last-child {
  padding-right: 0;
}

.main-nav > ul > li {
  display: inline-block;
  position: relative;
  padding-right: 15px;
}

.main-nav > ul > li.has-child-menu:after {
  position: absolute;
  right: -5px;
  top: -2px;
  font-family: "boxicons";
  content: "";
  font-size: 20px;
  color: #fff;
}
.sticky .main-nav > ul > li.has-child-menu:after {
  color: #D70837;
}
.main-nav > ul > li + li {
  padding: 0 15px;
}

.main-nav > ul > li > a {
  display: block;
  text-decoration: none;
  color: #2e2e2e;
  font-size: 16px;
  font-weight: 500;
  position: relative;
  transition: all 0.3s;
}

.main-nav > ul > li > a.active {
  color: #192682;
}

.main-nav > ul > li:hover > a  {
  color: #192682 !important;
}

.main-nav > ul > li:hover > a:after {
  opacity: 1;
}

.main-nav ul li .sub-menu {
  position: absolute;
  left: 0;
  top: 28px;
  right: 0;
  min-width: 300px;
  list-style: none;
  margin: 0;
  padding: 0;
  background: #F3F2F7;
  opacity: 0;
  visibility: hidden;
  z-index: 9999;
  transform: translateY(20px);
  transition: all 0.3s;
}

.main-nav ul li .sub-menu li .sub-menu {
  right: -200px;
  left: inherit;
  top: 0;
}

.main-nav ul li .sub-menu > li {
  display: block;
  margin: 0;
  position: relative;
}

.main-nav ul li .sub-menu > li a {
  display: block;
  padding: 15px 18px;
  color: #262339;
  line-height: 1;
  font-size: 15px;
  font-weight: 500;
  border-bottom: 1px solid #ddd;
  text-decoration: none;
  transition: all 0.3s;
}

.main-nav ul li .sub-menu > li a:last-child {
  border: none;
}

.main-nav ul li .sub-menu > li a:hover {
  background: #D70837;
  color: #fff;
}

.main-nav .fl {
  width: 30px;
  font-size: 20px;
  line-height: 35px;
  text-align: center;
  color: #192682;
  font-style: normal;
  position: absolute;
  right: -5px;
  top: 0;
  z-index: 999;
  display: none;
  cursor: pointer;
}

.main-nav .fl:before {
  font-size: 14px;
  text-align: center;
  line-height: 35px;
}

.main-nav > ul > li + li > .sub-menu {
  left: 15px;
}

.main-nav > ul > li:hover > .sub-menu, .main-nav ul li .sub-menu li:hover > .sub-menu, .main-nav ul li .sub-menu li .sub-menu li:hover > .sub-menu {
  transform: translateY(0);
  visibility: visible;
  opacity: 1;
}

.slideInUp {
  visibility: hidden;
  opacity: 0;
  transform: translate3d(0, 30px, 0);
  transition: all 1s ease-out;
}

.is-active .slideInUp {
  visibility: visible;
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.slideInUp2 {
  transition-delay: 0.3s;
}

/*================================================
3. Header Hero CSS
=================================================*/
.hero-area {
  background-image: url(../images/hero-shape.png);
  padding-top: 185px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  padding-bottom: 100px;
}
/*.hero-area {
    background-image: url(../images/hero-shape.png);
    padding-top: 185px;
    padding-top: 800px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    padding-bottom: 100px;
	height: 724px !important;		
}*/
.hero-area .hero-content-wrap {
  height: 100%;
  width: 100%;
}
.hero-area .hero-content-wrap .hero-content {
  vertical-align: middle;
}
.hero-area .hero-content-wrap .hero-content h6 {
  font-size: 20px;
  color: #D70837;
  margin-bottom: 0;
}
.hero-area .hero-content-wrap .hero-content h1 {
  font-size: 46px;
  color: #fff;
  margin-top: 16px;
  line-height: 62px;
}
.hero-area .hero-content-wrap .hero-content h1 span {
  color: #D70837;
}
.hero-area .hero-content-wrap .hero-content p {
  color: #fff;
  margin-bottom: 0;
}
.hero-area .hero-btn-wrap {
  margin-top: 35px;
}

.mobile-hero {
  display: none;
}

.hero-img-right {
  animation: pulse 1.5s infinite alternate;
}
@keyframes pulse {
  0% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(5px);
  }
}

/*================================================
4. Service Area CSS
=================================================*/
.service-area {
  margin-top: 135px;
}
.service-area h3
{
  text-align: center;
}
.service-area .single-service-slide-wrap {
  padding: 5px;
  position: relative;
  transition: all 1s ease 0s;
  overflow: hidden;
}
.single-service-slide .service-icon img {
  width: 100%;
    height: auto;
    transform: scale(1.06) rotate(0deg);
    transition: all 0.3s ease-in-out;
}

.single-service-slide-wrap:hover .single-service-slide .service-icon img {
  /*transform: translate(0, -20px);*/
  transform: scale(1.1) rotate(4deg) !important;
}
.service-area .single-service-slide-wrap::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 0;
  width: 85px;
  height: 76px;
}
.service-area .single-service-slide-wrap .single-service-slide {
  padding: 19px 0px;
  box-shadow: 0px 0px 81px 0px rgba(47, 47, 47, 0.1);
  transition: all 0.3s ease-in-out;
  margin-bottom: 50px;
  height: 550px;
}
.courses-paddiv
{
  padding: 0px 25px;
}
.service-area .single-service-slide-wrap .single-service-slide .service-icon {
  display: inline-block;  
  background: #F2D5D4;
  transition: all 1s ease 0s;
}
.service-area .single-service-slide-wrap .single-service-slide .service-icon i::before {
  margin-left: 0;
  font-weight: 400;
  color: #D70837;
  font-size: 55px;
  transition: all 1s ease 0s;
}
.service-area .single-service-slide-wrap .single-service-slide .service-content {
  margin-top: 31px;
  /* min-height: 180px; */
}
.service-area .single-service-slide-wrap .single-service-slide .service-content h4 {
  font-size: 23px;
  transition: all 1s ease 0s;
}
.service-area .single-service-slide-wrap .single-service-slide .service-details-btn {
  margin-top: -12px;
  margin-bottom: 4px;
}
.service-area .single-service-slide-wrap .single-service-slide .service-details-btn a i {
  vertical-align: middle;
  display: inline-block;
  background: #EBC1BF;
  font-size: 31px;
  color: #D70837;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 42px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.service-area .owl-nav .owl-prev, .service-area .owl-nav .owl-next {
  border: none;
  background: #FBF1EE;
  color: #D70837;
  display: inline-block;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  font-size: 27px;
  text-align: center;
  position: absolute;
  top: 50%;
  margin-top: -25px;
}
.service-area .owl-nav .owl-next {
  right: -6%;
}
.service-area .owl-nav .owl-prev {
  left: -6%;
}
.decor-2 {
  width: 100%;
  text-align: center;
  margin: 0px auto;
}
.decor-2:after {
  position: relative;
  top: 0px;
  display: inline-block;
  width: 130px;
  padding-right: 10px;
  padding-left: 10px;
  border-bottom: 5px solid #D70837;
  content: '';
}

/*================================================
5. About Area CSS
=================================================*/
.about-area .about-left-img-wrap, .feature-area .about-left-img-wrap {
  height: 100%;
  width: 100%;
}
.about-area .about-left-img-wrap .about-left-img, .feature-area .about-left-img-wrap .about-left-img {
  vertical-align: middle;
}
.about-area .about-right-content, .feature-area .about-right-content {
  margin-top: 20px;
  margin-bottom: 30px;
}
.about-area .about-btn-wrap, .feature-area .about-btn-wrap {
  margin-top: 24px;
}
.about-area .about-features p, .feature-area .about-features p {
  font-size: 15px;
  color: #1A2C42;
  background: #FBEFDA;
  border-radius: 10px;
  padding: 10px 0 10px 80px;
  font-weight: 500;
}
.about-area .about-features span i::before, .feature-area .about-features span i::before {
  margin-left: 0;
  font-size: 24px;
  color: #D70837;
  position: absolute;
  z-index: 1;
  left: 16px;
  top: 0;
  background: #F8E2BC;
  border-radius: 10px;
  padding: 3px 21px;
}

/*================================================
6. Cta CSS
=================================================*/
.cta-area {
  padding-top: 200px;
  padding-bottom: 170px;
  background: linear-gradient(109.02deg, #ECAF44 21.71%, rgba(209, 92, 87, 0.97) 77.66%);
}
.cta-area .count-container {
  width: 100%;
  height: 90px;
}
.cta-area .cta-img {
  text-align: center;
}
.cta-area .cta-img i {
  display: inline-block;
  background: #EACBCF;
  border-radius: 50%;
  text-align: center;
  height: 75px;
  width: 75px;
  color: #D70837;
  border: 1px solid #ECAF44;
  line-height: 72px;
}
.cta-area .cta-img i::before {
  font-size: 43px;
  padding: 0;
  margin: 0 auto;
  text-align: center;
  align-items: center;
}
.cta-area .cta-img i.flaticon-briefing::before, .cta-area .cta-img i.flaticon-person::before {
  margin-left: 13px;
}
.cta-area .count-box {
  background: #fff;
  border: 1px solid #D70837;
  padding: 17px 10px 0px 10px;
}
.cta-area .count-box h6 {
  font-size: 24px;
}
.cta-area .count-box-sp-1 {
  border-bottom-right-radius: 85px;
  border-top-left-radius: 85px;
}
.cta-area .count-box-sp-2 {
  border-bottom-left-radius: 85px;
  border-top-right-radius: 85px;
  margin-top: -30px;
}
.cta-area .cta-countcount h4 {
  color: #D70837;
  font-size: 37px;
}
.cta-area .cta-countcount span {
  color: #D70837;
  font-size: 37px;
  margin-top: -7px;
  font-weight: 700;
}
.cta-area .cta-countcount h4 {
  margin-left: 13px;
}

.cta-bg {
  position: relative;
  background-image: url(../images/why-choose-bg.jpg);
  background-attachment: fixed;
}
.cta-bg::before {
  content: "";
  background-image: linear-gradient(145deg, #D70837, #192682);
  opacity: 0.80;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 0;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

/*================================================
7. Portfolio area CSS
=================================================*/
.prtfolio-area {
  padding-bottom: 70px;
}
.prtfolio-area .work-mixi {
  margin-top: 36px;
}
.prtfolio-area .work-mixi .mix {
  display: none;
}
.prtfolio-area .portfolio-link li {
  display: inline-block;
  font-size: 17px;
  color: #1A2C42;
  font-weight: 500;
  padding: 2px 15px;
  margin: 0px 10px 0px 0px;
  cursor: pointer;
}
.prtfolio-area .portfolio-link li.active {
  background: #D70837;
  color: #fff;
  border-radius: 3px;
}
.prtfolio-area .single-project-wrap {
  width: 100%;
  margin-bottom: 30px;
  position: relative;
}
.prtfolio-area .single-project-wrap .poroject-content {
  position: absolute;
  z-index: 1;
  color: #fff;
  text-align: center;
  left: 0;
  right: 0;
  top: 50%;
  opacity: 0;
  visibility: hidden;
  margin-top: -25px;
  transition: all 0.6s ease-out 0s;
}
.prtfolio-area .single-project-wrap .poroject-content h5 {
  margin-bottom: 6px;
}
.prtfolio-area .single-project-wrap .poroject-content h5 a {
  color: #fff;
  font-size: 20px;
  transition: all 0.6s ease-out 0s;
}
.prtfolio-area .single-project-wrap .poroject-content a {
  font-size: 14px;
  color: #ECAF44;
  transition: all 0.6s ease-out 0s;
}
.prtfolio-area .single-project-wrap::before {
  position: absolute;
  content: "";
  background: #242C41;
  height: 100%;
  width: 100%;
  transform: rotateY(180deg) scale(0.5);
  opacity: 0;
  visibility: hidden;
  transition: all 0.6s ease-out 0s;
}
.prtfolio-area .single-project-wrap:hover .poroject-content {
  visibility: visible;
  opacity: 1;
}
.prtfolio-area .single-project-wrap:hover::before {
  visibility: visible;
  opacity: 0.8;
  transform: rotateY(0deg) scale(1);
}

/*================================================
8. Feature area CSS
=================================================*/
.feature-area .feature-all-box {
  width: 100%;
  height: 100%;
}
.feature-area .feature-all-box .feature-box {
  vertical-align: middle;
}
.feature-area .feature-left-wrap {
  background: #CB5954;
  color: #fff;
  width: 100%;
  margin-bottom: 30px;
  padding-top: 11.5px;
  padding-bottom: 0px;
  height: 86px;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.feature-area .feature-left-wrap p {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 0;
  position: absolute;
  top: 50%;
  left: 97px;
  margin-top: -25px;
  line-height: 25px;
  text-transform: uppercase;
}
.feature-area .feature-left-wrap span i::before {
  margin-left: 10px;
  font-size: 41px;
  font-weight: 400;
  border: 1px solid #b7504ba1;
  border-radius: 50%;
  padding: 9px;
  margin-right: 12px;
}
.feature-area .feature-left-wrap.two {
  background: #ECAF44;
}
.feature-area .feature-left-wrap.two span i::before {
  border: 1px solid #c9953a6e;
}
.feature-area .feature-left-wrap.three {
  background: #1A2C42;
}
.feature-area .feature-left-wrap.three span i::before {
  border: 1px solid #26374C;
}
.feature-area .feature-left-wrap.four {
  background: #CB5954;
}
.feature-area .feature-left-wrap.five {
  background: #F0BF69;
}
.feature-area .feature-left-wrap.five span i::before {
  border: 1px solid #c9a05859;
}
.feature-area .feature-left-wrap.six {
  background: #485668;
}
.feature-area .feature-left-wrap.six span i::before {
  border: 1px solid #59667680;
}
.feature-area .feature-btn-wrap {
  margin-top: 3px;
}

/*================================================
9. Subscribe area CSS
=================================================*/
.subscribe-area {
  position: relative;
  background-image: url(../images/subscribe-bg-back.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding-top: 114px;
}
.subscribe-area .subscribe-content {
  color: #fff;
  margin-top: 100px;
  margin-bottom: 100px;
}
.subscribe-area .subscribe-content h1 {
  font-weight: 800;
  color: #fff;
  margin-bottom: 0;
}
.subscribe-area .subscribe-content p {
  margin-top: 20px;
  margin-bottom: 54px;
}
.subscribe-area .subscribe-content .subscribe-form input {
  border: 2px solid #ECAF44;
  background: #fff;
  color: #1A2C42;
  padding: 15px 191px 15px 32px;
  border-radius: 47px;
  width: 64%;
}
.subscribe-area .subscribe-content .subscribe-form input::placeholder {
  color: #1A2C42;
}
.subscribe-area .subscribe-content .subscribe-form a {
  position: absolute;
  background: #ECAF44;
  font-size: 18px;
  font-weight: 600;
  right: 187px;
  border-radius: 69px;
  width: 179px;
  height: 49px;
  margin-top: 5px;
  line-height: 50px;
  box-shadow: 2px 2px 10px rgba(26, 34, 56, 0.18);
  transition: all 0.4s;
}
.subscribe-area .subscribe-content .subscribe-form a:hover {
  background: #D70837;
}

/*================================================
10. Team Area CSS
=================================================*/
.team-area
{
  margin-top: 155px;
  margin-bottom: 185px;
}
.team-area .team-wrap {
  width: 100%;
  /* background-image: url(../images/food-manufacturing.jpg); */
  /* padding-top: 119px; */
  /* border-radius: 20px; */
  overflow: hidden;
}
.team-area .team-wrap img
{
  transition: all 0.8s;
    transform: rotate(0deg) scale(1);
    object-fit: cover;
    width: 100%;
}
.team-area .team-wrap:hover  img {
  transform: rotate(3deg) scale(1.1);
}
.team-area .team-wrap::after
{
  background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(255, 255, 255, 0) 100%);
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    max-height: 220px;
    bottom: 0;
    transition: all 0.4s;
}

.team-area .team-wrap h4
{
  font-size: 30px;
  color: #ffffff;
  font-weight: 500;
  position: absolute;
  bottom: 35px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  z-index: 1;

}
.team-area .team-wrap .single-team {
  /* background: #192682; */
  padding: 20px 16px;
  /* border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px; */
}
.team-area .team-wrap .single-team .team-img {
  overflow: hidden;
}
.team-area .team-wrap .single-team .team-img img {
  background: #fff;
  border-radius: 50%;
  padding: 4px;
  transition: all 0.4s;
}
.team-area .team-wrap .single-team .team-content {
  color: #fff;
}
.team-area .team-wrap .single-team .team-content h5 {
  color: #F0BF69;
  margin-top: 20px;
  margin-bottom: 10px;
}
.team-area .team-wrap .single-team .team-content h6 {
  color: #fff;
  font-family: Noto Sans;
  font-weight: 400;
  margin-bottom: 0;
}
.team-area .team-wrap .single-team .team-content p {
  font-size: 12px;
  margin-top: 10px;
  font-weight: 400;
}
.team-area .team-wrap .single-team .team-socila li {
  display: inline-block;
}
.team-area .team-wrap .single-team .team-socila li a {
  color: #D70837;
  display: inline-block;
  font-size: 15px;
  background: #fff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  padding: 4px;
  margin-right: 4px;
  transition: 0.3s;
  line-height: 18px;
}
.team-area .team-wrap .single-team .team-socila li a:hover {
  background: #D70837;
  color: #fff;
  transform: rotate(-5deg);
}
.team-area .team-wrap .single-team .team-socila li a i {
  vertical-align: middle;
  font-size: 20px;
}

.team-feature {
  margin-top: -99px;
}

.team-all-slide.owl-carousel .owl-item img, .testimonial-slide.owl-carousel .owl-item img {
  display: unset !important;
  width: unset !important;
}

.team-all-slide .owl-nav .owl-prev, .team-all-slide .owl-nav .owl-next {
  border: none;
  background: #FBF1EE;
  color: #D70837;
  display: inline-block;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  font-size: 27px;
  text-align: center;
  position: absolute;
  top: 50%;
  margin-top: -25px;
}
.team-all-slide .owl-nav .owl-next {
  right: -6%;
}
.team-all-slide .owl-nav .owl-prev {
  left: -6%;
}

/*================================================
11. Pricing area CSS
=================================================*/
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #D70837;
  -webkit-transition: 0.4s;
  transform: translate(0px, 0px);
  transition: 0.6s ease transform, 0.6s box-shadow;
}
.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: #ECAF44;
  transition: 0.4s;
}

.slider.round {
  border-radius: 34px;
}
.slider.round:before {
  border-radius: 50%;
}

.toggle-btn {
  margin-top: 34px;
  margin-bottom: 102px;
}
.toggle-btn input:checked + .slider {
  background-color: #1A2C42;
}
.toggle-btn input:focus + .slider {
  box-shadow: 0 0 1px #50bfe6;
}
.toggle-btn input:checked + .slider:before {
  transform: translateX(26px);
}
.toggle-btn span {
  color: #D70837;
  font-size: 22px;
  font-weight: 700;
}
.toggle-btn input, .toggle-btn label {
  display: inline-block;
  vertical-align: middle;
  margin: 10px 0;
}

.price-content-wrap {
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  padding-bottom: 40px;
}

.price-content-line-3 .price-content-wrap {
  background: linear-gradient(109.02deg, #ECAF44 21.71%, rgba(209, 92, 87, 0.97) 77.66%);
}
.price-content-line-3 .price-top-content {
  background: #F8E7E0;
}
.price-content-line-3 .price-top-content h1 {
  color: #D70837;
}
.price-content-line-3 .price-list li {
  color: #fff;
}

.price-top-content {
  background: linear-gradient(109.02deg, #ECAF44 21.71%, rgba(209, 92, 87, 0.97) 77.66%);
  clip-path: polygon(100% 0, 100% 16%, 90% 87%, 0 100%, 0 0);
  padding-top: 20px;
  padding-bottom: 25px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.price-top-content h1 {
  font-size: 30px;
  color: #fff;
}
.price-top-content h2 {
  font-size: 45px;
  font-weight: 800;
  margin-bottom: 0;
}
.price-top-content h2 span {
  font-size: 24px;
  margin-right: 3px;
}

.price-list li {
  color: #646567;
  line-height: 44px;
}
.price-list li i {
  vertical-align: middle;
  color: #D70837;
  margin-right: 3px;
}
.price-list ul {
  margin-top: 45px;
  margin-bottom: 40px;
}

.price-line .price-content-line-1.col-xl-4.col-lg-4.col-sm-12.col-12 {
  padding-right: 3px;
}
.price-line .price-content-line-2.col-xl-4.col-lg-4.col-sm-12.col-12 {
  padding: 0;
}
.price-line .price-content-line-2.col-xl-4.col-lg-4.col-sm-12.col-12 .price-content-wrap {
  position: relative;
  margin-top: -68px;
  padding-bottom: 64px;
}
.price-line .price-content-line-2.col-xl-4.col-lg-4.col-sm-12.col-12 .price-content-wrap::before {
  background-image: url(../images/price-middle-shape.png);
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
  width: 276px;
  height: 225px;
  background-repeat: no-repeat;
}
.price-line .price-content-line-2.col-xl-4.col-lg-4.col-sm-12.col-12 .price-content-wrap .price-top-content {
  clip-path: circle(69.8% at 50% -11%);
  padding-bottom: 40px;
  padding-top: 40px;
}
.price-line .price-content-line-2.col-xl-4.col-lg-4.col-sm-12.col-12 .price-content-wrap .price-top-content h1 {
  font-size: 35px;
}
.price-line .price-content-line-2.col-xl-4.col-lg-4.col-sm-12.col-12 .price-content-wrap .price-list ul {
  margin-bottom: 72px;
}
.price-line .price-content-line-2.col-xl-4.col-lg-4.col-sm-12.col-12 .price-content-wrap .price-list li {
  font-size: 18px;
  line-height: 49px;
}
.price-line .price-content-line-3.col-xl-4.col-lg-4.col-sm-12.col-12 {
  padding-left: 3px;
}

.pricing-area {
  padding-bottom: 100px;
}

/*================================================
12. Testimonial Area CSS
=================================================*/
.testimonial-area {
  background-image: linear-gradient(145deg, #192682, #ffffff);
  padding: 100px 0;
  position: relative;
}
.testimonial-area::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background-image: url(../images/testimonial-area-bg.png);
  z-index: 0;
  top: 0;
  left: 0;
}

.testimonial-content-wrap {
  height: 100%;
  width: 100%;
}
.testimonial-content-wrap .testimonial-left-content {
  vertical-align: middle;
}
.testimonial-content-wrap .testimonial-left-content .testimonial-title h3 {
  font-size: 33px;
  font-weight: 900;
  margin-bottom: 16px;
}
.testimonial-content-wrap .testimonial-left-content p:last-child {
  color: #fff;
  margin-bottom: 0;
}

.single-testimonial {
  background:#192682;
  background-repeat: no-repeat;
  height: 229px;
  background-size: contain;
  padding: 15px;
}

.testimonial-slide-content p {
  font-size: 14px;
  color: #fff;
  margin-bottom: 7px;
  margin-top: 7px;
  font-family: Noto Sans, sans-serif;
}
.testimonial-slide-content h5 {
  font-family: Source Sans Pro, sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #ECAF44;
  margin-bottom: 5px;
}
.testimonial-slide-content h6 {
  font-family: Noto Sans, sans-serif;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
}
.testimonial-slide-content img {
  margin-top: 26px;
  border: 2px solid #fff;
  border-radius: 50%;
}

.estimonial-top-quote i, .estimonial-bottom-quote i {
  color: #fff;
  font-size: 40px;
  position: absolute;
}

.estimonial-top-quote i {
  left: 30px;
  top: 36px;
}

.estimonial-bottom-quote i {
  right: 30px;
  bottom: 23px;
}

.testimonial-slide .owl-dot {
  border: none;
  border-radius: 50%;
  height: 20px;
  width: 20px;
  background: #D70837;
  margin-left: 5px;
}
.testimonial-slide .owl-dots {
  text-align: center;
  margin-top: 30px;
  position: absolute;
  left: 0;
  right: 0;
}
.testimonial-slide .owl-dot.active {
  border: 3px solid #ddd;
}

/*

/*================================================
13. Blog CSS
=================================================*/
.blog-area {
  padding-bottom: 100px;
}

.blog-img {
  overflow: hidden;
}
.blog-img a img {
  transition: all 0.4s ease;
  margin-bottom: -1px;
	width:100%;
}
.blog-img a img:hover {
  transform: scale(1.05) rotate(2deg);
  opacity: 0.8;
}

.blog-meta {
  display: flex;
  justify-content: space-between;
}
.blog-meta a {
  font-size: 12px;
  color: #fff;
  background: #CB5954;
  padding: 8px;
  font-weight: 600;
  border-bottom-left-radius: 20px;
  width: 45%;
  text-align: right;
}
.blog-meta a:nth-child(odd) {
  border-bottom-left-radius: unset;
  border-bottom-right-radius: 20px;
  text-align: left;
}
.blog-meta a i {
  vertical-align: middle;
  font-size: 15px;
  margin-right: 4px;
}

.blog-content {
  padding: 10px;
  border: 1px solid #dddddd6e;
  border-top: none;
  border-radius: 10px;
  border-top-right-radius: unset;
  border-top-left-radius: unset;
}
.blog-content h4 {
  font-size: 17px;
  margin-top: 7px;
  line-height: 25px;
}
.blog-content h4 a {
  transition: all 0.4s ease;
}
.blog-content h4 a:hover {
  color: #D70837;
}
.blog-content p {
  margin-bottom: unset;
}
.blog-content p a {
  font-size: 15px;
  color: #D70837;
  transition: 0.5s;
  display: inline-block;
}
.blog-content p a:hover {
  transform: translateX(5px);
}
.blog-content p a i {
  vertical-align: middle;
}

/*

/*================================================
14. Footer Area CSS
=================================================*/
.footer-area {
  background: #192682;
}

.footer-wrap {
  margin-top: 141px;
}

.footer-title h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #fff;
}
.footer-title ul li {
  color: #fff;
  font-size: 15px;
  line-height: 34px;
  font-weight: 400;
}

.footer-link {
  display: flex;
  justify-content: space-between;
}

.footer-address {
  display: flex;
  justify-content: flex-start;
  margin-top: 26px;
}
.footer-address:hover span {
  color: #D70837;
}
.footer-address:hover i {
  color: #fff;
  background: #D70837;
}
.footer-address span {
  color: #fff;
  font-weight: 400;
  font-size: 15px;
  margin-left: 10px;
  transition: all 0.4s;
}
.footer-address i {
  font-size: 18px;
  color: #D70837;
  background: #fff;
  display: inline-block;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  text-align: center;
  vertical-align: middle;
  line-height: 28px;
  transition: all 0.4s;
	padding: 0px 6px;
}

.footer-logo a img {
  margin-bottom: 20px;
  margin-top: -5px; 
  background-color: #fff;
  width: 80%;
  padding: 1rem;
}
.footer-logo p {
  font-weight: 400;
  color: #fff;
  font-size: 16px;
  line-height: 27px;
  margin-bottom: 25px;
}

.footer-time {
  color: #fff;
  position: relative;
}
.footer-time:before {
  position: absolute;
  content: "";
  height: 5px;
  width: 59px;
  background: #D70837;
  top: 32px;
  left: 0;
  border-radius: 5px;
}
.footer-time:after {
  position: absolute;
  content: "";
  height: 5px;
  width: 18px;
  background: #192682;
  top: 32px;
  left: 20px;
  border-radius: 0px;
}
.footer-time h1 {
  font-size: 22px;
  margin-bottom: 25px;
  color: #fff;
}
.footer-time p {
  font-size: 16px;
}
.footer-time p span {
  color: #D70837;
  margin-left: 7px;
}

.copy-text {
  color: #fff;
  font-weight: 300;
  margin-top: 15px;
}

.footer-link li a, .footer-title li a {
  transition: all 0.4s ease;
  display: inline-block;
}

.footer-link li a:hover, .footer-title li a:hover {
  color: #D70837;
  transform: translateX(2px);
}

/*

/*================================================
15. Service Page CSS
=================================================*/
.service-page-wrap {
  margin-bottom: 30px;
}

.service-page-area {
  margin-top: 100px;
  margin-bottom: 70px;
}

/*

/*================================================
16. Service Details Page CSS
=================================================*/
.service-category-box {
  border: 1px solid #D8827F;
  border-radius: 5px;
  margin-bottom: 30px;
}

.category-subject hr {
  margin-top: 0;
  margin-bottom: 0;
  background: #ffffff2e;
  margin-left: 32px;
  margin-right: 32px;
}
.category-subject ul li {
  font-size: 17px;
  color: #1A2C42;
  font-weight: 500;
  padding: 12px;
  transition: 0.3s;
}
.category-subject ul li:hover {
  background: linear-gradient(109.02deg, #ECAF44 21.71%, rgba(209, 92, 87, 0.97) 77.66%);
  color: #fff;
}
.category-subject ul li:hover a i::before {
  color: #fff;
}
.category-subject ul li:hover a i.bx::before {
  visibility: visible;
  color: #D70837;
}

.category-subject i::before {
  color: #D70837;
  vertical-align: middle;
  font-size: 26px;
  margin-right: 10px;
  transition: 0.3s;
}
.category-subject i.bx::before {
  height: 30px;
  width: 30px;
  background: #EDC1BE;
  text-align: center;
  border-radius: 50%;
  line-height: 30px;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  right: 28px;
  margin-top: -15px;
  visibility: hidden;
  transition: 0.3s;
}

.category-download ul li {
  margin-left: 23px;
}
.category-download ul li:hover {
  background: #fff;
  color: #192682;
}
.category-download ul li span {
  vertical-align: middle;
}
.category-download ul li span::before {
  color: #D70837;
  vertical-align: middle;
  font-size: 26px;
  margin-right: 10px;
}

.service-details-left-content {
  padding: 31px;
}
.service-details-left-content p {
  margin-bottom: -10px;
  font-weight: 500;
  font-family: Noto Sans, sans-serif;
  color: #1A2C42;
}
.service-details-left-content h6 {
  color: #D70837;
  font-size: 15px;
}

.service-details-right p, .service-details-right-bottom p {
  font-family: Noto Sans, sans-serif;
  color: #717171;
  font-size: 15px;
}

.service-details-right-img-wrap {
  /*border: 1px solid #D70837;*/
  border-radius: 5px;
  margin-top: 20px;
  margin-bottom: 32px;
}

.service-details-right-img {
  padding-top: 6px;
  margin-left: -1.3px;
  margin-right: -1px;
  margin-bottom: -2px;
}

.service-details-right li {
  font-family: Noto Sans;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  color: #ECAF44;
  line-height: 2.8;
}
.service-details-right li i {
  vertical-align: middle;
  margin-right: 10px;
  color: #D70837;
}
.service-details-right ul {
  margin-bottom: 20px;
}

.service-details-right-bottom {
  display: flex;
  justify-content: space-between;
  margin-top: 35px;
}
.service-details-right-bottom p {
  margin-bottom: 0;
  padding: 0 17px 0 0;
}

/*

/*================================================
17. Blog Page CSS
=================================================*/
.page-single-blog {
  margin-bottom: 30px;
}

.page-number li {
  display: inline-block;
}

.page-number li a {
  display: inline-block;
  border: 1px solid #ddd;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 38px;
  font-weight: bold;
  font-size: 20px;
  color: #D70837;
  margin-right: 25px;
  transition: all 0.4s ease;
}

.page-number li:last-child a {
  margin-right: 0;
}

.page-number li:hover a, .page-number li.active a {
  background: #D70837;
  border: 1px solid #D70837;
  color: #fff;
}

.page-number {
  margin-top: 50px;
}

/*

/*================================================
18. Blog Sidebar Page CSS
=================================================*/
.post-search {
  margin-bottom: 40px;
}
.post-search input {
  width: 100%;
  border: 1px solid #D70837;
  border-radius: 5px;
  padding: 10px 64px 10px 25px;
}
.post-search a {
  color: #fff;
  height: 32px;
  width: 50px;
  text-align: center;
  font-size: 20px;
  line-height: 30px;
  position: absolute;
  right: 22px;
  top: 7px;
  background: linear-gradient(109.02deg, #ECAF44 21.71%, rgba(209, 92, 87, 0.97) 77.66%);
  border-radius: 10px;
}

.box-title h5 {
  font-weight: 500;
  font-size: 24px;
  border-bottom: 1px solid #D70837;
  padding-bottom: 16px;
  margin-bottom: 21px;
}

.post-category li {
  font-family: Noto Sans, sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #192682;
  line-height: 40px;
  transition: all 0.4s ease;
}
.post-category li:hover {
  color: #D70837;
}
.post-category li a span {
  float: right;
}

.single-post-wrap {
  padding: 25px 23px;
  border: 1px solid #D70837;
  border-radius: 5px;
}

.post-page-right-wrap {
  margin-bottom: 30px;
}
.post-page-right-wrap:last-child {
  margin-bottom: 0;
}

.single-right-blog {
  display: flex;
  margin-bottom: 20px;
}

.blog-right-top-meta a {
  font-weight: 500;
  font-size: 13px;
  color: #1A2C42;
}
.blog-right-top-meta a i {
  color: #D70837;
  font-size: 18px;
  margin-right: 4px;
}

.blog-right-content h6 {
  margin-bottom: 0;
  font-family: Noto Sans;
  font-weight: 600;
  font-size: 16px;
  transition: 0.3s;
}
.blog-right-content h6:hover {
  color: #D70837;
}

.blog-right-img {
  width: 100%;
  max-width: 100px;
  overflow: hidden;
}
.blog-right-img img {
  transition: 0.3s;
}
.blog-right-img img:hover {
  transform: scale(1.05);
}

.single-right-blog:last-child {
  margin-bottom: 0;
}

.blog-right-content {
  margin-top: 8px;
}

.post-gallery li {
  display: inline-block;
}
.post-gallery li a {
  display: block;
  padding: 2px 3px;
  margin: 0px 1px 9px 0px;
}

.post-tag li {
  display: inline-block;
}
.post-tag li a {
  display: block;
  font-weight: 500;
  font-size: 14px;
  color: #282932;
  background: rgba(190, 47, 41, 0.15);
  border: 1px solid rgba(190, 47, 41, 0.3);
  padding: 5px 20px;
  margin: 0px 6px 9px 0px;
  border-radius: 5px;
  transition: all 0.4s ease;
}
.post-tag li a:hover {
  background: #D70837;
  border: 1px solid #D70837;
  color: #fff;
}

/*

/*================================================
19. Blog Standard Page CSS
=================================================*/
.standard-single-blog .blog-meta a {
  width: 28%;
}
.standard-single-blog .blog-content h4 {
  font-size: 22px;
  line-height: 34px;
}
.standard-single-blog .blog-img a img:hover {
  transform: scale(1.05) rotate(1deg);
  opacity: 0.8;
}

/*

/*================================================
20. Blog Details Page CSS
=================================================*/
.details-single-blog .blog-meta {
  margin-bottom: -18px;
  transform: translateY(-39px);
}
.details-single-blog .blog-meta a {
  font-size: 15px;
  width: 30%;
  background: #D70837;
  opacity: 0.8;
  border-bottom-left-radius: unset;
  border-top-left-radius: 20px;
}
.details-single-blog .blog-meta a:nth-child(odd) {
  border-top-left-radius: unset;
  border-top-right-radius: 20px;
  border-bottom-right-radius: unset;
}
.details-single-blog .blog-meta a i {
  font-size: 18px;
}

.details-single-blog .blog-content {
  border: none;
  padding: 0;
}
.details-single-blog .blog-content h4 {
  font-size: 25px;
  line-height: 1.4;
}
.details-single-blog p {
  font-family: Noto Sans, sans-serif;
  font-weight: 500;
  font-size: 17px;
}

.blog-details-page-p-1 {
  margin-top: 15px;
}

.quote-box {
  padding: 48px 32px;
  background: #f5e0df57;
  margin-top: 35px;
  margin-bottom: 35px;
}
.quote-box i {
  font-size: 34px;
  color: #D70837;
  position: absolute;
  opacity: 0.5;
}
.quote-box i.bx.bxs-quote-alt-left {
  left: 12px;
  margin-top: -54px;
}
.quote-box i.bx.bxs-quote-alt-right {
  right: 11px;
  margin-top: 19px;
}
.quote-box p {
  font-weight: 600;
  font-size: 20px;
  color: #1A2C42;
}

.details-content-with-img {
  margin-top: 23px;
  margin-bottom: 15px;
}

.blog-details-bottom-content {
  padding: 0 20px 0 0px;
}

.details-comments-title h3 {
  font-size: 30px;
  border-bottom: 2px solid #D70837;
  display: inline-block;
  padding-bottom: 10px;
  margin-bottom: 42px;
}

.details-comments li {
  display: flex;
  margin-bottom: 45px;
}
.details-comments li:last-child {
  margin-bottom: 0;
}
.details-comments li:nth-child(even) {
  margin-left: 40px;
}

.comments-img {
  min-width: 110px;
}
.comments-img img {
  border-radius: 50%;
  border: 1px solid #D70837;
}

.comments-content h6 {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 5px;
}
.comments-content p {
  font-family: Noto Sans, sans-serif;
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 10px;
}
.comments-content a {
  color: #D70837;
  font-size: 15px;
}
.comments-content a i {
  font-size: 21px;
  margin-right: 2px;
  margin-top: -3px;
}
.comments-content span {
  float: right;
  font-size: 13px;
  color: #1A2C42;
  margin-top: 3px;
}

.contat-input label {
  color: #1A2C42;
  font-weight: 500;
  font-size: 14px;
}
.contat-input input, .contat-input textarea {
  width: 100%;
  background: #fff;
  border: 1px solid #dddddd8c;
  border-radius: 3px;
  padding: 10px 20px;
  margin-bottom: 30px;
}

.details-page-wrap {
  margin-left: 15px;
}
.details-page-wrap button {
  cursor: pointer;
}

.form-message.error {
  position: absolute;
  bottom: -38px;
  margin-bottom: 0;
  left: 22px;
  color: #ff0000;
}

/*================================================
21. Portfolio List Page CSS
=================================================*/
.single-project-list-wrap {
  overflow: hidden;
  position: relative;
  margin-bottom: 30px;
}
.single-project-list-wrap:hover .project-list-overlay {
  clip-path: circle(150% at 0% 100%);
}
.single-project-list-wrap:hover .poroject-list-content {
  background: none;
}

.project-list-overlay {
  background: linear-gradient(109.02deg, #ECAF44 21.71%, rgba(209, 92, 87, 0.97) 77.66%);
  color: #fff;
  font-size: 45px;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  text-align: center;
  position: absolute;
  justify-content: center;
  top: 0;
  left: 0;
  opacity: 0.8;
  clip-path: circle(0% at 0% 100%);
  transition: all 0.4s;
}

.poroject-list-content {
  background: linear-gradient(109.02deg, #ECAF44 21.71%, rgba(209, 92, 87, 0.97) 77.66%);
  color: #fff;
  padding: 20px;
  border-radius: 3px;
  border-top-right-radius: 180px;
  margin-top: -108px;
  position: relative;
  z-index: 1;
}
.poroject-list-content h5 {
  font-size: 24px;
  color: #fff;
  position: relative;
}
.poroject-list-content p {
  margin-bottom: 0;
}
.poroject-list-content h5:before {
  position: absolute;
  content: "";
  background: #fff;
  height: 1px;
  width: 92px;
  bottom: -10px;
}

/*================================================
22. Portfolio Details Page CSS
=================================================*/
.portfolio-category-subject {
  padding: 20px;
}
.portfolio-category-subject ul li {
  font-size: 17px;
  color: #1A2C42;
  font-weight: 500;
  padding: 13px 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-bottom: 1px solid #D70837;
}
.portfolio-category-subject ul li span {
  float: right;
  font-size: 13px;
  margin-top: 5px;
}
.portfolio-category-subject ul li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  padding-top: 20px;
}
.portfolio-category-subject ul li:first-child {
  padding-top: 0;
}
.portfolio-category-subject ul li:nth-child(4) span {
  color: #D70837;
  padding: 0 8px;
  font-size: 16px;
}
.portfolio-category-subject ul li:nth-child(4) span:first-child {
  padding-right: 0;
}
.portfolio-category-subject ul li:last-child span {
  display: inline-block;
  color: #D70837;
  background: #FFFFFF;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  padding: 6px;
  font-size: 20px;
  margin-left: 10px;
  border-radius: 3px;
  margin-top: -2px;
  transition: all 0.4s;
  cursor: pointer;
}
.portfolio-category-subject ul li:last-child span:hover {
  background: linear-gradient(109.02deg, #ECAF44 21.71%, rgba(209, 92, 87, 0.97) 77.66%);
  opacity: 0.7;
  color: #fff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  transform: rotate(-5deg);
}
.portfolio-category-subject ul li:hover {
  background: unset;
  color: #1A2C42;
}

.portfolio-details-right-img-1 {
  margin-bottom: 35px;
}

.portflio-details-right-img-wrap img {
  margin-bottom: 30px;
}

.portfolio-dtls-left-img li {
  margin-bottom: 30px;
}

/*================================================
23. Team Page CSS
=================================================*/
.team-page-area {
  margin-bottom: 70px;
}

.team-page {
  margin-bottom: 30px;
}

/*================================================
24. FAQ Page CSS
=================================================*/
.style-faq a {
  color: #1A2C42;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
}
.style-faq a:hover {
  color: unset;
  text-decoration: none;
}
.style-faq a.focus, .style-faq a:focus {
  text-decoration: none;
}
.style-faq .card {
  border: none;
  border-radius: 0.25rem;
  margin-bottom: 28px;
}
.style-faq .card:last-child {
  margin-bottom: 0;
}
.style-faq .card-header {
  border-bottom: 1px solid #EACDCC;
  padding: 16px 20px;
  background: #FFFFFF;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}
.style-faq .card-body {
  font-family: Noto Sans, sans-serif;
  font-weight: 500;
  font-size: 15px;
  color: #717171;
  padding: 20px 19px 0px 20px;
}
.style-faq .card .card-header a[aria-expanded=true] i.fas.fa-minus, .style-faq .card .card-header a[aria-expanded=false] i.fas.fa-plus {
  display: block;
  border: 1px solid #D70837;
  border-radius: 50%;
  color: #D70837;
  height: 22px;
  width: 22px;
  text-align: center;
  font-size: 12px;
  line-height: 19px;
}
.style-faq .card .card-header a i {
  position: absolute;
  right: 20px;
  top: 20px;
  display: none;
}

.faq-body {
  min-height: 600px;
}

/*================================================
25. Contact Page CSS
=================================================*/
.contact-left-img {
  display: flex;
  height: 100%;
  align-items: center;
}

.contact-title h4 {
  font-size: 40px;
  margin-bottom: 35px;
}

.contact-details {
  margin-bottom: 20px;
  background: linear-gradient(109.02deg, #ECAF44 21.71%, rgba(209, 92, 87, 0.97) 77.66%);
  color: #fff;
  padding: 20px 0;
  border-radius: 3px;
}
.contact-details:hover i {
  background: #1A2C42;
}
.contact-details p {
  font-family: Noto Sans;
  font-weight: normal;
  font-size: 18px;
  margin-bottom: 5px;
}
.contact-details p:last-child {
  margin-bottom: 0;
}
.contact-details i {
  font-size: 35px;
  display: inline-block;
  padding: 20px;
  border: 2px solid #fff;
  border-radius: 50%;
  margin-bottom: 12px;
  transition: all 0.4s;
}

.contact-info li {
  display: inline-block;
  color: #D70837;
  padding: 0 10px;
  font-size: 22px;
  transition: 0.1s;
  line-height: 0;
}
.contact-info li:first-child {
  padding-left: 0;
}
.contact-info ul {
  margin-top: 40px;
}
.contact-info li:hover {
  color: #1A2C42;
  transform: rotate(-5deg);
}

.map-img {
  height: 468px;
}
.map-img iframe {
  height: 100%;
  width: 100%;
  border: none;
}

/*


/*================================================
26. 404 Page CSS
=================================================*/
.error-content h1 {
  font-size: 38px;
}

.error-content p {
  font-family: Noto Sans, sans-serif;
  font-weight: normal;
  font-size: 15px;
}

.error-btn-wrap {
  margin-top: 30px;
}

.error-btn-wrap a i {
  font-size: 18px;
  margin-right: 5px;
  margin-top: -5px;
}

.error-img img {
  max-width: 650px;
  width: 100%;
  display: block;
  margin: 0px auto;
}

/*


/*
============================================
============= Preloader CSS ================
*/
.preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 99999;
  background: #fff;
  top: 0;
  left: 0;
  font-size: 30px;
  vertical-align: center;
}
.preloader [class=loader] {
  display: inline-block;
  width: 1em;
  height: 1em;
  color: #D70837;
  pointer-events: none;
}
.preloader .loader {
  animation: loader-1 2s infinite linear;
  position: absolute;
  top: 45%;
  left: 50%;
}
.preloader .loader:before, .preloader .loader:after {
  content: "";
  width: 0;
  height: 0;
  border: 1rem solid currentcolor;
  display: block;
  position: absolute;
  border-radius: 100%;
  animation: loader-2 2s infinite ease-in-out;
}
.preloader .loader:before {
  top: 0;
  left: 50%;
}
.preloader .loader:after {
  bottom: 0;
  right: 50%;
  animation-delay: -1s;
}
@keyframes loader-1 {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes loader-2 {
  0%, 100% {
    transform: scale(0);
  }
  50% {
    transform: scale(1);
  }
}



.inquiry-content {
    background-color: #fefefe;
    margin: 10% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
}

.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
}

    .close:hover,
    .close:focus {
        color: black;
        text-decoration: none;
        cursor: pointer;
    }

.right-align {
    text-align: right;
}

/* ============= POP up ================ */



/* ============= POP up ================ */


/* The sidepanel menu */


/*
============= Preloader CSS END ================
================================================
*/

/*# sourceMappingURL=style.css.map */

/*Testimonial*/
/*.shape-testimonial {
    padding: 15px;
    overflow: hidden;
    border-radius: 30px;
}

    .shape-testimonial .shape-img {
        width: 440px;
        transform: translate(-60px, -40px);
    }*/
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .shape-testimonial {
        height: 253px;
        background-size: cover;
        background-position: center;
        border-radius: 20px;
    }
}

.shape-testimonial {
    background: url(../images/jamsab-course-img.png) repeat;
    background-size: cover;
    background-position: center;
    height: 229px;
    border-radius: 20px;
    cursor: pointer;
    transition: transform 3s; /* Animation */
}

    .shape-testimonial .shape-img {
        background-color: #000000;
        opacity: 0.6;
        height: 229px;
        border-radius: 20px;
    }

        .shape-testimonial:hover {
            overflow:hidden;
            transform: scale(1.1);
        }
        .shape-testimonial .shape-img .bx-play {
            color: #ffffff;
            border: 3px solid #ffffff;
            padding: 2px;
            border-radius: 50%;
            font-size: 100px;
            transform: translate(0, 50%);
        }
/*modal*/
.animate-top {
    position: relative;
    animation: animatetop 0.4s
}

@keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }

    to {
        top: 0;
        opacity: 1
    }
}

.modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.275);
}

.modal-content {
    margin: 10% auto;
    width: 700px;
    max-width: 90%;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.175);
    border-radius: .3rem;
    outline: 0;
}

.modal-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #e9ecef;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem;
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
    margin-top: 0;
    font-size: 1.25rem;
}

.modal-header .close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
    padding: 1rem;
    margin: -1rem -1rem -1rem auto;
    background-color: transparent;
    border: 0;
}

.close:not(:disabled):not(.disabled) {
    cursor: pointer;
}
.modal-body .close span {
    color : #000000;
}
.modal-body .close {
    background-color: #ffffff;
    position: absolute;
    top: -20px;
    right: -15px;
    padding: 5px 11px;
    border-radius: 50%;
    opacity: 1;
    box-shadow: 0 0px 5px 1px #00000040;
}
.modal-body.jamsab-testimonial .video-bg {
    background-color : #000000 !important;
}
.modal-body {
    flex: 1 1 auto;
    padding: 1rem;
}


/* buttons */
.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    cursor: pointer;
}

    .btn:focus, .btn:hover {
        text-decoration: none;
    }

.btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

    .btn-primary:hover {
        color: #fff;
        background-color: #0069d9;
        border-color: #192682;
    }

.btn-secondary {
    color: #fff;
    background-color: #7c8287;
    border-color: #7c8287;
}

    .btn-secondary:hover {
        color: #fff;
        background-color: #6c757d;
        border-color: #6c757d;
    }
/*Testimonial*/


/* Welcome Section */
/* .course-sec h3 {
  text-align: center;
} */
.wel-sec
{
  margin-top: 150px;
}
.welcome-img
{
  width: 100%;
}
.head-titlespan , .section-title
{
  font-size: 30px;
  font-style: italic;
  background: linear-gradient(to right, #da3135, #ff6b08,#da3135, #ff6b08);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    padding-right: 5px;
}
.welc-second-col
{
  padding: 0px 35px;
}
.progress-bardiv
{
  padding: 10px 0px;
}
.progress-width
{
  padding: 2px 0px;
  background: #f2f2f2;
  font-size: 12px;
  width: 100%;
}
.progress-bartitle
{
  color: #D70837;
}
.progress-barwidth
{
  background: #192682;
}
.progress-barwidth1
{
  width: 92%;
}
.progress-barwidth2
{
  width: 98%;
}
.progress-barwidth3
{
  width: 90%;
}
.progress-barspan1
{
  display: inline-block;
  width: 90%;
  
}
.progress-barspan2
{
  display: inline-block;
  width: 8%;
  color: #fff;
  text-align: right;
  
}
.more-btn
{
  background: #D70837;
  padding: 10px;
  margin-top: 30px;
  width: 155px;
  text-align: center;
  color: #fff;
}

/* Counter section */
.counter-title , .counter-title span
{
  color: #fff !important;
}
.counter-title span
{
  font-size: 30px;
  font-style: italic;
  padding-right: 5px;
}
.text-center {
  text-align: center !important;
}
.counters-item {
  padding-bottom: 30px;
  color: #fff;
  position: relative;
}
.counters-item:before {
  background: #c9c2c2;
  content: "";
  margin-top: -27.5px;
  height: 55px;
  width: 1px;
  position: absolute;
  right: -15px;
  top: 50%;
}
.counters-item i {
  font-size: 40px;
  display: inline-block;
  color: #fff;
}
.bi-people::before {
  content: "\f4a9";
}
.counters-item span {
  display: inline;
  font-size: 35px;
  font-weight: 700;
  line-height: 50px;
}
.counters-item h3 {
  font-size: 18px;
  margin: 0;
  color: #fff;
}

/* Course Section */

.course-sec
{
  margin-top: 255px;
  margin-bottom: 85px;
}
.course-small-head
{
  color: #D70837;
  padding: 0;
  margin: 2px;
}
.course-head
{
  font-size: 55px;
  padding-bottom: 15px;
}

/* Contact Us */

.contact-sec
{
  margin-top: 215px;
  margin-bottom: 215px;
}
.contact-sec h3
{
  text-align: center;
}
.contact-div
{
  background: #192682;
  padding: 35px;
  color: #fff;
  display: table;
  margin-top: 25px;
  min-height: 450px;
}
.contact1 , .contact2
{
  display: table-cell;
  padding: 10px;
  line-height: 35px;
}
.contact1 i
{
  font-size: 20px;
}
.contact-map
{
  margin-top: 25px;
}

/* Topic Covered */
.topic-cover
{
  background: #D70837;
  color: #fff;
  padding-top: 105px;
  padding-bottom: 105px;
  line-height: 33px;
}
.topic-cover h3
{
  text-align: center;
  border-bottom: 2px #fff solid;
  width: fit-content;
  margin: 0 auto !important;
  padding-bottom:8px ;
  margin-bottom: 55px !important;
  color :#fff;
}
.topic-cover h4
{
  background: #fff;
  color:#D70837;
  padding: 10px;
  text-align: center;
}
.topic-cover ul li i
{
  padding-right: 10px;
}
.last-point-p
{
  border: 1px solid #fff;
  text-align: center;
  padding-top:5px;
  padding-bottom: 5px;
  margin-top: 20px;
  border-radius: 20px;
  font-weight: 600;
  font-size: 22px;
}
.topic-cover .cont-fluid
{
  padding-left: 155px;
  padding-right: 155px;
}
.topic-hr
{
  border: solid 1px #fff;
  margin-bottom: 35px;
}




/* Gallery Page Start*/
.gallery-sec
{
  margin-left: 100px !important;
  margin-right: 100px !important;
}
.gallery-sec .gallery
{
  margin-top:4%;
}
.img-area .img-div
{
  width: 100%;
  position: relative;
  transition: all .15s cubic-bezier(0.5, 0.2, 0.2, 0.5);
}
.img-area .img-div:hover
{
  width: 150%;
  position:absolute;
  left: -10%;
}
.img-area .last-img-div:hover
{
  width: 150% !important;
  position:absolute !important;
  left: -50% !important;
}
.gallery img {
	width: 100%;
	height: auto;
	object-fit: cover;
	left: 0;
	top: 0;
	transition: all .15s cubic-bezier(0.5, 0.2, 0.2, 0.5);
	position: relative;
	box-shadow: 0 0 0 #000;
	opacity: .7;
}
.gallery img:hover  {
	width: 120% !important;
	height: auto;
	opacity: 1;
	z-index: 1;
	box-shadow: 1em 1em 1em #0004;
	transition: all .3s cubic-bezier(0.5, 0.2, 0.2, 0.5);
	border-radius: 5px;
	top: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.wrapper {
		width: 80%;
		height: auto;
		margin: 5%;
	}
	.img-area {
		grid-template-rows: repeat(3, 20vh);
		grid-template-columns: repeat(2, 32vh);
	}
	.gallery img:hover {
		width: 100%;
		height: 200%;
	}
}
@media only screen and (max-width: 767px) {

	.gallery img:hover {
		width: 100%;
		height: 200%;
	}
}

.vision-sec h3
{
  margin-bottom: 15px !important;
  
  
}



.wel-home-sec
{
  text-align: center;
  background: #192682;
  height: 100vh;
}
.wel-home-sec h3
{
  color: #fff !important;
  padding-bottom: 55px;
  font-size: 55px;
}

.overseas-home-cardimg
{
  /* images (13) 1 */

box-sizing: border-box;
/* width: 425px;
height: 363.73px; */
left: 221px;
top: 337px;
/* border: 4px solid #FFFFFF; */
/* filter: drop-shadow(0px 4px 4px #FFFFFF); */
border-radius: 40px;
text-align: center;
}
.overseas-home-cardimg img
{
  width: 100%;
}

/* Rectangle 102 */

.overseas-home-cardbtn
{
  position: relative;
  width: 80%;
  /* height: 129.41px; */
  margin: 0 auto !important;
  
  border: 2px solid #FFFFFF;
  border-radius: 20px;
  text-align: center;
  position: relative;
  top: -60px;
  overflow: hidden;
}
.overseas-home-cardbtn div
{
  padding: 25px;
  background: #192682;
  
}
.wel-home-sec a
{
  display: block;
}
.overseas-home-cardbtn h4
{
  color: #fff;
  margin: 0px !important;
  padding: 0px !important;
}

.wel-home-sec-inner
{
  padding-top:10%;
  background: url(../images/wel-home-bg.png) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 100vh;
}
.main-wel-body
{
  overflow: hidden !important;
}
.gallery-sec h3
{
  text-align: center !important;
}

.contact-div h3
{
  border-bottom: 2px #fff solid;
  text-align: left;
  color: #fff;
  padding-bottom: 8px;
  width: fit-content;
}
.contact-sec hr
{
  height: 2px;
  border: none;
  
  /* Set the hr color */
  color: #333;  /* old IE */
  background-color: #333;  /* Modern Browsers */
}

.inqsec
{
  margin-top: 155px !important;
}
.text-primary {
  color: #ed3237 !important;
}
.text-uppercase {
  text-transform: uppercase !important;
}
.mb-2 {
  margin-bottom: .5rem !important;
}
.fw-medium {
  font-weight: 600 !important;
}
.mb-4 {
  margin-bottom: 1.5rem !important;
}
@media (min-width: 1200px) {
  .display-5 {
      font-size: 3rem;
  }
}
.display-5 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 700;
  line-height: 1.2;
}
.btn-square, .btn-sm-square, .btn-lg-square {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: normal;
}
.btn-square {
  width: 38px;
  height: 38px;
}
.rounded-circle {
  border-radius: 50% !important;
}
.bg-primary {
  background-color: #ed3237 !important;
}
.flex-shrink-0 {
  flex-shrink: 0 !important;
}
.text-white {
  color: #fff !important;
  /* margin-bottom: -15px; */
}
.fa-phone-alt:before {
  content: "\f879";
}
.g-3, .gy-3 {
  --bs-gutter-y: 1rem;
}
.g-3, .gx-3 {
  --bs-gutter-x: 1rem;
}
.form-floating {
  position: relative;
}
.form-floating>.form-control, .form-floating>.form-select {
  height: calc(3.5rem + 2px);
  padding: 1rem .75rem;
}
.form-control {
  display: block;
  width: 100%;
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #5F656F;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  appearance: none;
  border-radius: 0px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
input, button, select, optgroup, textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
.form-floating>label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding: 1rem .75rem;
  pointer-events: none;
  border: 1px solid transparent;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}
label {
  display: inline-block;
}


.wel-sec ul
{
  padding: 0;
  margin: 0;
}
.wel-sec ul li
{
  padding: 5px 0px 5px;
  margin: 0;
  display: table;
}
.wel-sec ul li div
{
  display:table-cell;
  padding-right: 5px;
}
.wel-sec ul li i
{
  color: #1A2C42;
}
.ceo-div
{
  display: flex;
}
.ceo-div div
{
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
}
.ceo-div h6
{
  padding: 0;
  margin: 0px 0px 5px 0px;
}
.ceo-div img
{
  padding-right: 15px;
}
.ceo-div p
{
  font-weight: 300;
}

.contact-map iframe
{
  width: 100% !important;
}
.hr-mar
{
  margin-top: 50px !important;
  margin-bottom: 50px !important;
}




/*Mission vision section*/

.rs-services-style7 .Services-wrap .Services-item {
  position: relative;
  overflow: hidden;
  margin: 15px 0px;
  border-radius: 15px;
  border: 3px solid #192682;
}

.rs-services-style7 .Services-wrap .Services-item:before {
  position: absolute;
  content: "";
  background: #181b29c2;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transition: all .3s ease 0s;
  border-radius: 8px;
}
.rs-services-style7 .Services-wrap .Services-item .Services-desc i:before {
  font-size: 45px;
  color: #007bff;
}
.rs-services-style7 .Services-wrap .Services-item .Services-icon img {
  width: 100%;
  height: auto;
}

.rs-services-style7 .Services-wrap .Services-item .Services-desc {
  position: absolute;
  bottom: 25px;
  left: 0;
  text-align: center;
  width: 100%;
  transition: all .5s ease 0s;
  z-index: 10;
}

.rs-services-style7 .Services-wrap .Services-item .Services-desc i {
  webkit-animation-name: rs-animation-scale-up;
  animation-name: rs-animation-scale-up;
  display: none;
}
.rs-services-style7 .Services-wrap .Services-item:hover .Services-desc i {
  display: block;
}
.rs-services-style7 .Services-wrap .Services-item:hover:before {opacity: 1;visibility: visible;}
.rs-services-style7 .Services-wrap .Services-item:hover .Services-desc {bottom: 50%;transform: translateY(50%);}
.fa {
  display: inline-block;
  font: normal normal normal 14px / 1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.rs-services-style7 .Services-wrap .Services-item .Services-desc .services-title {
  font-size: 22px;
  line-height: 30px;
  font-weight: 500;
  margin: 0;
}

.rs-services-style7 .Services-wrap .Services-item .Services-desc .services-title a {
  text-decoration: none;
  letter-spacing: 0.5px;
  font-size: 20px;
  color: #ffffff;
  text-transform: uppercase;
}
.rs-services-style7 .Services-wrap .Services-item .Services-desc .services-title {
  font-size: 22px;
  line-height: 30px;
  font-weight: 500;
  margin: 0;
}
.mission-vision-sec
{
  margin-top: 135px;
}
.outer-flex
{
  display : flex;
  align-items : center;
}
.wel-icon
{
  width:95%;
}
.course-sec .service-area .single-service-slide
{
  padding: 0;
}
.course-sec .service-area .single-service-slide-wrap .single-service-slide .service-content {
  min-height: 90px;
}
.course-sec .service-area .single-service-slide-wrap .single-service-slide .service-content {
  text-align: center;
}
.course-sec .service-area .single-service-slide-wrap .single-service-slide {
  height: 487px;
}

.team-wrap .single-team .team-content p
{
  text-align: center;
}




