@import url("https://fonts.googleapis.com/css2?family=PT+Sans:wght@400;700&amp;display=swap");

body {
  margin: 0px;
  padding: 0px;
  font-family: "PT Sans", sans-serif;
}

* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}

img {
  max-width: 100%;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0px;
}

ul, ol {
  margin: 0px;
  padding: 0px;
}

li {
  list-style: outside none none;
}

a {
  text-decoration: none;
}

p {
  margin: 0px;
}

a:hover {
  text-decoration: none;
}

.container {
  max-width: 1170px;
}

@media screen and ( max-width : 575px ) {
  .container {
    padding: 0px 15px;
    max-width: 100%;
    width: 100%;
  }
}

header .my-nav {
  position: relative;
  width: 100%;
  left: 0px;
  top: 0px;
  z-index: 999;
  padding: 15px 0px 15px 15px;
}

header .sub-01 {
  position: relative;
  background: #fd580b none repeat scroll 0% 0%;
}

header .nav-items {
  display: flex;
  flex-wrap: wrap;
  flex: 1 1 100%;
  max-width: 100%;
  width: 100%;
  position: relative;
  align-items: center;
}

header .nav-items .menu-toggle {
  position: absolute;
  top: 1.5625rem;
  right: 0.9375rem;
transition: all 0.5s ease-in-out 0s;
  display: flex;
  align-items: center;
  justify-content: center;
  visibility: hidden;
  opacity: 0;
}

@media screen and ( max-width : 767.98px ) {
  header .nav-items .menu-toggle {
    visibility: visible;
    opacity: 1;
  }
}

header .nav-items .menu-toggle .menu-hamburger {
  width: 1.875rem;
  height: 0.125rem;
transition: all 0.1s ease-in-out 0s;
box-shadow: 0px 2px 5px rgba(255, 255, 255, 0.6);
  background: #fd580b none repeat scroll 0% 0%;
  position: relative;
}

header .nav-items .menu-toggle .menu-hamburger.active {
  background: rgba(0, 0, 0, 0) none repeat scroll 0% 0%;
box-shadow: none;
}

header .nav-items .menu-toggle .menu-hamburger.active::after {
  transform: rotate(45deg);
}

header .nav-items .menu-toggle .menu-hamburger.active::before {
  transform: rotate(135deg);
}

header .nav-items .menu-toggle .menu-hamburger::before {
  position: absolute;
  content: "";
  width: 1.875rem;
  height: 0.125rem;
transition: all 0.1s ease-in-out 0s;
box-shadow: 0px 2px 5px rgba(255, 255, 255, 0.6);
  background: #fd580b none repeat scroll 0% 0%;
  transform: translateY(-0.625rem);
}

header .nav-items .menu-toggle .menu-hamburger::after {
  position: absolute;
  content: "";
  width: 1.875rem;
  height: 0.125rem;
transition: all 0.1s ease-in-out 0s;
box-shadow: 0px 2px 5px rgba(255, 255, 255, 0.6);
  background: #fd580b none repeat scroll 0% 0%;
  transform: translateY(0.625rem);
}

header .nav-items .logo {
  width: 50%;
  flex: 1 1 30%;
  max-width: 50%;
}

header .nav-items .logo img {
  max-width: 350px;
}

@media screen and ( max-width : 767.98px ) {
  header .nav-items .logo {
    width: 80%;
    flex: 1 1 80%;
    max-width: 80%;
  }
}

header .nav-items .menu-items {
  width: 70%;
  flex: 1 1 70%;
  max-width: 70%;
  position: relative;
  align-items: center;
  justify-content: flex-end;
}

@media screen and ( max-width : 767.98px ) {
  header .nav-items .menu-items {
    width: 100%;
    flex: 1 1 100%;
    max-width: 100%;
    margin-top: 10px;
  }
}

header .nav-items .menu-items .menu {
  display: block;
  width: 100%;
  text-align: right;
}

header .nav-items .menu-items .menu.active {
  opacity: 1;
  visibility: visible;
  display: block;
transition: all 0.9s ease-in-out 0s;
}

@media screen and ( max-width : 767.98px ) {
  header .nav-items .menu-items .menu {
    text-align: left;
    opacity: 0;
    visibility: hidden;
    display: none;
  }
}

header .nav-items .menu-items .menu ul li {
  display: inline-block;
  padding: 0.375rem;
}

@media screen and ( max-width : 767.98px ) {
  header .nav-items .menu-items .menu ul li {
    display: block;
  }
}

header .nav-items .menu-items .menu ul li a {
  color: #222222;
  padding: 0px 1rem;
  font-weight: 700;
}

header .nav-items .menu-items .menu ul li a:hover {
  color: #fd580b;
}

@media screen and ( max-width : 767.98px ) {
  header .nav-items .menu-items .menu ul li a {
    padding: 0rem;
  }
}

@media ( min-width : 768px ) and ( max-width : 991.98px ) {
  header .nav-items .menu-items .menu ul li a {
    padding: 0px 0.525rem;
  }
}

.og-hf {
  position: fixed;
transition: all 0.5s ease-in-out 0s;
  width: 100%;
  z-index: 999;
  left: 0px;
  top: 0px;
}

.og-hf .my-nav {
  background: white none repeat scroll 0% 0%;
}

.banner {
  position: relative;
  height: 37.5rem;
  overflow: hidden;
transition: all 0.5s ease-in-out 0s;
  background-image: url("../images/slider/1.html");
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
  padding: 3.125rem 0px;
}

.banner .wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
  text-align: center;
  margin: 1.25rem 0px;
  padding: 1.25rem 0px 6.5rem;
}

.banner .wrapper h1 {
  font-size: 1.875rem;
  color: white;
  display: block;
  margin: 0.625rem 0px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.2px;
}

.banner .wrapper p {
  display: block;
  font-size: 1.25rem;
  margin: 0.625rem 0px;
  color: white;
}

.banner .wrapper ol li {
  display: inline-block;
  background-color: #fd580b;
  font-size: 1rem;
  color: white;
  padding: 0.625rem;
  border-radius: 0.3125rem;
  margin: 0.625rem 0px;
}

.banner .wrapper ol li:nth-child(2) {
  margin-left: 1.25rem;
}

.banner .wrapper ol li a {
  color: white;
}

.bg-01 {
  position: relative;
  margin-top: -5rem;
  width: 100%;
}

.bg-01 .wrapper {
  background: white none repeat scroll 0% 0%;
  position: relative;
  padding: 1.5rem 1.875rem;
  display: block;
  width: 100%;
box-shadow: 0px 16px 28px 0px rgba(0, 0, 0, 0.15);
  z-index: 9;
}

.bg-01 .wrapper .content {
  display: block;
  position: relative;
transition: all 0.5s ease-in-out 0s;
  margin: 0.625rem 0px;
}

.bg-01 .wrapper .content ol .dashed {
  border-right: 1px dashed #dddddd;
}

.bg-01 .wrapper .content ol li {
  display: inline-block;
  position: relative;
  padding: 0.625rem 0px;
}

.bg-01 .wrapper .content ol li i {
  display: block;
  font-size: 2.5rem;
  color: #fd580b;
}

.bg-01 .wrapper .content ol li h3 {
  font-size: 1.25rem;
  color: #222222;
  text-transform: capitalize;
  font-weight: 600;
  display: inline-block;
  margin: 0.625rem 0px;
}

.bg-01 .wrapper .content ol li p {
  display: block;
  font-size: 1rem;
  color: #373738;
  line-height: 1.5rem;
  margin: 0px 0px 0.625rem;
}

.bg-02 {
  padding: 1.125rem 0px;
  position: relative;
  overflow: hidden;
}

.bg-02 .wrapper {
  margin: 1.25rem 0px;
  position: relative;
  display: block;
}

.bg-02 .wrapper figure {
  margin: 0px;
}

.bg-02 .wrapper .bs {
  padding: 1.25rem;
  border: 1px dashed #dddddd;
  position: relative;
  display: inline-block;
}

.bg-02 .wrapper .bs h3 {
  font-size: 1.25rem;
  color: #222222;
  font-weight: 600;
}

.bg-02 .wrapper .bs p {
  font-size: 0.9375rem;
  color: #373738;
  line-height: 1.5rem;
  display: inline-block;
  margin: 0.625rem 0px;
}

.bg-02 .wrapper .bs ol li {
  display: inline-block;
  font-size: 0.8125rem;
}

.bg-02 .wrapper .bs ol li i {
  margin: 0px 0.625rem 0px 0px;
  color: #fd580b;
}

.bg-03 {
  position: relative;
  padding: 1.125rem 0px;
  background: #fafafa none repeat scroll 0% 0%;
  overflow: hidden;
}

.bg-03 .wrapper {
  position: relative;
  display: block;
  margin: 1.25rem 0px;
  padding: 1.25rem;
}

.bg-03 .wrapper .content {
  text-align: center;
}

.bg-03 .wrapper .content ol li {
  display: block;
}

.bg-03 .wrapper .content ol li i {
  font-size: 1.875rem;
  color: #fd580b;
  margin: 0.625rem 0px;
  display: block;
}

.bg-03 .wrapper .content ol li h3 {
  font-size: 1.25rem;
  color: #222222;
  font-weight: 600;
}

.bg-03 .wrapper .content ol li p {
  display: block;
  margin: 0.625rem 0px;
  color: #373738;
  font-size: 1rem;
}

.bg-04 {
  padding: 1.125rem 0px;
  position: relative;
  overflow: hidden;
}

.bg-04 .main-team-card {
  flex-wrap: wrap;
  width: 100%;
  padding: 10px 15px;
  margin: 20px 0px;
  position: relative;
transition: all 0.5s ease 0s;
}

.bg-04 .main-team-card .team-setup {
  margin: 0px 0px 20px;
  padding: 10px;
  flex: 1 1 25%;
  width: 25%;
  max-width: 25%;
}

@media screen and ( max-width : 375px ) {
  .bg-04 .main-team-card .team-setup {
    width: 100%;
    max-width: 100%;
    flex: 1 1 100%;
  }
}

@media ( min-width : 376px ) and ( max-width : 767.98px ) {
  .bg-04 .main-team-card .team-setup {
    width: 50%;
    max-width: 50%;
    flex: 1 1 50%;
  }
}

.bg-04 .main-team-card .team-setup .team-items {
  width: 100%;
  display: block;
box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.07);
transition: all 0.5s ease 0s;
  position: relative;
}

.bg-04 .main-team-card .team-setup .team-items:hover .team-user-social {
  opacity: 1;
  visibility: visible;
  left: 0px;
  display: block;
}

.bg-04 .main-team-card .team-setup .team-items:hover .team-user::before {
  width: 100%;
  opacity: 1;
  visibility: visible;
  display: block;
}

.bg-04 .main-team-card .team-setup .team-items .team-name {
  padding: 5px 0px;
  position: relative;
  display: block;
  text-align: center;
  z-index: 2;
}

.bg-04 .main-team-card .team-setup .team-items .team-name::before {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  background: white none repeat scroll 0% 0%;
  top: -10px;
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  left: 47%;
  z-index: 1;
}

.bg-04 .main-team-card .team-setup .team-items .team-name h2 {
  font-size: 18px;
}

.bg-04 .main-team-card .team-setup .team-items .team-name b {
  font-size: 15px;
  color: #848484;
}

.bg-04 .main-team-card .team-setup .team-items .team-user {
  overflow: hidden;
  position: relative;
transition: all 0.5s ease 0s;
}

.bg-04 .main-team-card .team-setup .team-items .team-user::before {
  position: absolute;
  content: "";
  height: 100%;
  left: 0px;
  top: 0px;
  width: 0px;
  opacity: 0;
  visibility: hidden;
transition: all 0.5s ease 0s;
  background: rgba(0, 0, 0, 0.7) none repeat scroll 0% 0%;
}

.bg-04 .main-team-card .team-setup .team-items .team-user-social {
  position: absolute;
  height: 45px;
  background: rgba(255, 255, 255, 0.1) none repeat scroll 0% 0%;
  width: 100%;
  padding: 5px 0px;
  top: 50%;
  text-align: center;
  align-items: center;
  justify-content: center;
  left: -100%;
  opacity: 0;
  visibility: hidden;
transition: all 0.5s ease 0s;
  display: none;
}

@media ( min-width : 768px ) and ( max-width : 991.98px ) {
  .bg-04 .main-team-card .team-setup .team-items .team-user-social {
    top: 40%;
  }
}

.bg-04 .main-team-card .team-setup .team-items .team-user-social ol li {
  display: inline-block;
  color: white;
transition: all 0.6s ease 0s;
  height: 30px;
  width: 30px;
  background: #fd580b none repeat scroll 0% 0%;
  line-height: 30px;
  text-align: center;
  padding: 0px;
  border-radius: 50px;
  font-size: 16px;
  margin-right: 5px;
}

.bg-04 .main-team-card .team-setup .team-items .team-user-social ol li:hover {
  color: #fd580b;
  transform: translateX(-5px);
}

.bg-05 {
  position: relative;
  padding: 3.125rem 0px;
  background: #fafafa none repeat scroll 0% 0%;
  overflow: hidden;
}

.bg-05 .blog-main-card {
  flex-wrap: wrap;
  width: 100%;
  padding: 10px 15px;
  margin: 20px 0px;
}

.bg-05 .blog-main-card .blog-sub {
  width: 33.3%;
  max-width: 33.3%;
  flex: 1 1 33.3%;
  margin: 0px 0px 20px;
  padding: 0px 10px;
  position: relative;
}

@media ( max-width : 575.98px ) {
  .bg-05 .blog-main-card .blog-sub {
    width: 100%;
    max-width: 100%;
    flex: 1 1 100%;
  }
}

@media ( min-width : 576px ) and ( max-width : 767.98px ) {
  .bg-05 .blog-main-card .blog-sub {
    width: 50%;
    max-width: 50%;
    flex: 1 1 50%;
  }
}

.bg-05 .blog-main-card .blog-sub .blog-content {
  position: relative;
  display: block;
  overflow: hidden;
}

.bg-05 .blog-main-card .blog-sub .blog-content-section {
  padding: 20px 25px;
  background: white none repeat scroll 0% 0%;
  border-width: 0px 1px 1px;
  border-style: none solid solid;
  border-color: currentcolor #eee8e8 #eee8e8;
  display: block;
  width: 100%;
}

.bg-05 .blog-main-card .blog-sub .blog-content-section .blog-admin {
  margin: 5px 0px;
}

.bg-05 .blog-main-card .blog-sub .blog-content-section .blog-admin ol li {
  display: inline-block;
  color: #fd580b;
  font-size: 15px;
  margin: 0px 5px 0px 0px;
}

.bg-05 .blog-main-card .blog-sub .blog-content-section .blog-admin ol li i {
  padding: 0px 5px 0px 0px;
}

.bg-05 .blog-main-card .blog-sub .blog-content-section .blo-content-title h4 {
  font-size: 20px;
  font-weight: 600;
  color: #222222;
  padding: 3px 0px;
}

.bg-05 .blog-main-card .blog-sub .blog-content-section .blo-content-title p {
  margin: 0px;
  padding: 3px 0px;
  line-height: 27px;
  color: #373738;
}

.about-001 {
  padding: 3.125rem 0px 0.5rem 0px ;
  position: relative;
  overflow: hidden;
  background: #fafafa none repeat scroll 0% 0%;
}

.about-001 .text-part, .about-001 .image-part {
  position: relative;
  margin: 1.25rem 0px;
}

.about-001 .text-part h2, .about-001 .image-part h2 {
  font-weight: 600;
  font-size: 1.8rem;
  margin-bottom: 20px;
  color: #222222;
}

.about-001 .text-part p, .about-001 .image-part p {
  text-indent: 20px;
  margin-bottom: 15px;
  line-height: 27px;
  font-weight: 500;
  text-align: justify;
  font-size: 0.9rem;
}

.about-001 .text-part .about-qcard, .about-001 .image-part .about-qcard {
  padding: 50px 30px;
  background-color: white;
box-shadow: 0px 2px 3px 0px rgba(218, 218, 253, 0.35), 0px 0px 3px 0px rgba(206, 206, 238, 0.35);
  text-align: center;
  margin-bottom: 30px;
}

.about-001 .text-part .about-qcard i, .about-001 .image-part .about-qcard i {
  font-size: 3rem;
  margin-bottom: 30px;
  color: #fd580b;
}

.about-001 .text-part .about-qcard p, .about-001 .image-part .about-qcard p {
  font-weight: 600;
  font-size: 1.2rem;
}

.heading {
  margin: 20px 0px;
  text-align: left;
  position: relative;
  display: block;
}

.heading h2 {
  font-size: 25px;
  color: #222222;
  line-height: 50px;
  font-weight: 700;
  text-transform: capitalize;
  position: relative;
  display: inline-block;
}

footer {
  position: relative;
  padding: 50px 0px 0px;
  background: #212121 none repeat scroll 0% 0%;
}

@media screen and ( max-width : 767.98px ) {
  footer {
    padding: 20px 0px 0px;
  }
}

footer .copy-right {
  padding: 20px 0px;
  border-top: 1px solid #dfdfdf;
  font-size: 14px;
  color: #84878a;
  text-align: center;
}

footer .copy-right p a {
  color: #fd580b;
  padding-left: 10px;
  font-weight: bold;
}

footer .footer-content {
  margin: 20px 0px;
  display: block;
  width: 100%;
  color: #84878a;
}

footer .footer-content p {
  font-size: 16px;
  padding: 10px 0px;
  line-height: 27px;
  margin: 0px;
}

footer .footer-content ul li {
  display: inline-block;
  height: 30px;
  width: 30px;
  background: #fd580b none repeat scroll 0% 0%;
  color: white;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  margin: 5px 3px 0px 0px;
}

footer .footer-content ol li {
  padding: 10px 0px;
  position: relative;
}

footer .footer-content ol li a {
  color: #84878a;
  font-size: 16px;
}

footer .footer-content ol li a i {
  padding-right: 10px;
  color: #fd580b;
}

footer .footer-content h2 {
  font-size: 20px;
  position: relative;
  padding: 5px 0px;
  font-weight: 600;
  color: white;
}

footer .footer-content .form-group {
  position: relative;
}

footer .footer-content .form-group .form-control {
  height: 40px;
  padding-right: 40px;
  text-overflow: ellipsis;
}

footer .footer-content .form-group i {
  position: absolute;
  height: 40px;
  width: 40px;
  line-height: 40px;
  color: white;
  background: #fd580b none repeat scroll 0% 0%;
  text-align: center;
  top: 0px;
  right: 0px;
}

.bg-0-b {
  padding: 50px 0px;
  position: relative;
  background: #e8f0f5 none repeat scroll 0% 0%;
  z-index: 2;
}

.bg-0-b .main-card-contact {
  flex-wrap: wrap;
  width: 100%;
  margin: 20px 0px;
  padding: 10px 15px;
  position: relative;
  z-index: 9;
}

.bg-0-b .main-card-contact .sup-card-contact {
  width: 40%;
  max-width: 40%;
  flex: 1 1 40%;
}

@media screen and ( max-width : 767.98px ) {
  .bg-0-b .main-card-contact .sup-card-contact {
    width: 100%;
    max-width: 100%;
    flex: 1 1 100%;
  }
}

.bg-0-b .main-card-contact .sup-card-contact .contact-title {
  position: relative;
}

.bg-0-b .main-card-contact .sup-card-contact .contact-title h2 {
  font-size: 20px;
  margin: 0px 0px 10px;
  color: #222222;
  padding-bottom: 5px;
  position: relative;
  display: inline-block;
}

.bg-0-b .main-card-contact .sup-card-contact .contact-title h2::before {
  position: absolute;
  content: "";
  background: #fd580b none repeat scroll 0% 0%;
  width: 100%;
  height: 3px;
  bottom: 0px;
}

.bg-0-b .main-card-contact .sup-card-contact .contact-title ol li {
  display: block;
  padding: 10px 0px;
  color: #606060;
  font-size: 16px;
  font-weight: 600;
}

.bg-0-b .main-card-contact .sup-card-contact .contact-title ol li i {
  color: #fd580b;
  padding-right: 15px;
}

.bg-0-b .main-card-contact .sup-card-contact .head-content {
  position: relative;
  display: block;
}

.bg-0-b .main-card-contact .sup-card-contact .head-content h2 {
  font-size: 20px;
  margin: 0px 0px 10px;
  color: #222222;
  padding-bottom: 5px;
  position: relative;
  display: inline-block;
}

.bg-0-b .main-card-contact .sup-card-contact .head-content h2::before {
  position: absolute;
  content: "";
  background: #fd580b none repeat scroll 0% 0%;
  width: 100%;
  height: 3px;
  bottom: 0px;
}

.bg-0-b .main-card-contact .sup-card-contact .head-content p {
  font-size: 16px;
  line-height: 27px;
  display: block;
  padding: 20px 0px;
  margin: 0px;
}

.bg-0-b .main-card-contact .sup-card-contact-0a {
  width: 60%;
  max-width: 60%;
  flex: 1 1 60%;
}

@media screen and ( max-width : 767.98px ) {
  .bg-0-b .main-card-contact .sup-card-contact-0a {
    width: 100%;
    max-width: 100%;
    flex: 1 1 100%;
  }
}

.bg-0-b .main-card-contact .sup-card-contact-0a .dived {
  width: 100%;
  flex-wrap: wrap;
}

.bg-0-b .main-card-contact .sup-card-contact-0a .dived .ca-ool {
  padding: 0px 10px;
}

.bg-0-b .main-card-contact .sup-card-contact-0a .dived .form-group {
  width: 50%;
  max-width: 50%;
  flex: 1 1 50%;
}

.bg-0-b .main-card-contact .sup-card-contact-0a .dived .form-group .form-sup {
  margin: 10px;
  position: relative;
}

.bg-0-b .main-card-contact .sup-card-contact-0a .dived .form-group .form-sup .cal-01 {
  position: relative;
}

.bg-0-b .main-card-contact .sup-card-contact-0a .dived .form-group .form-sup i {
  position: absolute;
  right: 0px;
  top: 0px;
  height: 45px;
  width: 45px;
  background: #fd580b none repeat scroll 0% 0%;
  text-align: center;
  line-height: 45px;
  color: white;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.bg-0-b .main-card-contact .sup-card-contact-0a .dived .form-group .form-sup label {
  font-size: 15px;
  color: #6e6e6e;
}

.bg-0-b .main-card-contact .sup-card-contact-0a .dived .form-group .form-sup label span {
  position: relative;
  top: 4px;
  left: 5px;
  color: #fd580b;
}

.bg-0-b .main-card-contact .sup-card-contact-0a .dived .form-group .form-control {
  padding: 10px 15px;
  margin: 30px 0px;
  height: 45px;
  position: relative;
}

.abt-01 {
  padding: 1.125rem 0px;
  background: #fd580b none repeat scroll 0% 0%;
  position: relative;
  overflow: hidden;
  z-index: 9;
}

.abt-01::before {
  position: absolute;
  content: "";
  background: white none repeat scroll 0% 0%;
  height: 9.375rem;
  width: 9.375rem;
  top: 0%;
  left: 48%;
  z-index: 1;
  opacity: 0.1;
  transform: translate3d(-23%, 17%, 0px) rotate(-54deg);
}

.abt-01 .heading-wrapper {
  position: relative;
  margin: 1.25rem 0px;
  display: block;
  text-align: center;
  z-index: 8;
}

.abt-01 .heading-wrapper h3 {
  font-size: 1.25rem;
  font-weight: 700;
  color: white;
  margin-bottom: 0.625rem;
  text-transform: uppercase;
}

.abt-01 .heading-wrapper ol li {
  display: inline-block;
  font-size: 1rem;
  color: #dddddd;
}

.abt-01 .heading-wrapper ol li:nth-child(2) {
  color: white;
}

.abt-01 .heading-wrapper ol li i {
  margin: 0px 0.625rem;
  color: #dddddd;
}

.alert-link:hover {
  float: right;
  clear: right;
}

