@import url("https://fonts.googleapis.com/css?family=Open+Sans:600,700,800");
 html, body {
     margin: 0px;
     padding: 0px;
     height: 100%;
     font-family: "Open Sans", sans-serif !important;
}
 .container, .container-lg, .container-md, .container-sm, .container-xl {
     max-width: 1140px;
     padding-right: 25px;
     padding-left: 25px;
}
 ::-webkit-scrollbar {
     width: 6px;
     height: 6px;
}
 ::-webkit-scrollbar-track {
     background-color: rgb(235, 235, 235);
     border-radius: 10px;
     height: 6px;
}
 ::-webkit-scrollbar-thumb {
     border-radius: 10px;
     background: rgb(165, 165, 165);
     height: 6px;
}
 a, a:hover {
     color: rgb(4, 54, 113);
     text-decoration: none;
     cursor: pointer;
}
 @keyframes flickerAnimation {
     0% {
         opacity: 1;
    }
     50% {
         opacity: 0.3;
    }
     100% {
         opacity: 1;
    }
}
 @-webkit-keyframes flickerAnimation {
     0% {
         opacity: 1;
    }
     50% {
         opacity: 0.3;
    }
     100% {
         opacity: 1;
    }
}
 .animate-flicker {
     animation: 0.8s ease 0s infinite normal none running flickerAnimation;
}
 .header-bg {
     position: fixed;
     top: 0px;
     left: 0px;
     right: 0px;
     width: 100%;
     height: 100%;
     background-image: url("../images/main-bg-header.jpg");
     background-size: 100%;
     background-position: center top;
     background-repeat: no-repeat;
     z-index: -2;
     opacity: 0.15;
     overflow: hidden;
}
 #particles-js {
     width: 100%;
     height: 100%;
     background-color: transparent;
     background-image: url("");
     background-size: cover;
     background-position: 50% 50%;
     background-repeat: no-repeat;
     position: absolute;
     top: 0px;
     left: 0px;
     z-index: -1;
}
 .navbar {
     width: 100%;
     margin: 15px 0px;
     position: absolute;
     top: 0px;
     left: 0px;
     z-index: 20000;
     padding: 0px;
}
 .navbar.navbar-inner::before {
     content: "";
     background: rgb(51, 60, 93);
     position: absolute;
     top: 0px;
     left: 0px;
     width: 100%;
     height: 95px;
}
 .navbar .navbar-brand {
     float: left;
     padding: 0px;
     margin: 0px;
     position: relative;
}
 .navbar .navbar-brand img {
     height: 80px;
     float: left;
     width: auto;
}
 .navbar .navbar-collapse {
     vertical-align: top;
     float: right;
     display: inline-block !important;
}
 .navbar .navbar-collapse .highlight-btn {
     text-transform: capitalize;
     color: rgb(255, 255, 255);
     position: relative;
     font-size: 15px;
     padding: 0px 30px;
     display: inline-block;
     vertical-align: top;
     font-weight: 600;
     background: rgb(232, 126, 35);
     line-height: 40px;
     border-radius: 180px;
     overflow: hidden;
}
 .navbar .navbar-collapse .highlight-btn::before {
     content: "";
     width: 0%;
     top: 0px;
     left: 0px;
     transition: all 0.3s ease 0s;
     background: rgb(232, 108, 1);
     height: 100%;
     position: absolute;
     border-radius: 180px;
}
 .navbar .navbar-collapse .highlight-btn:hover::before {
     content: "";
     width: 100%;
}
 .navbar .navbar-collapse .highlight-btn span {
     color: rgb(255, 255, 255);
     float: left;
     position: relative;
}
 .navbar .navbar-nav {
     margin: 0px;
     float: right;
     flex-direction: row;
}
 .navbar .navbar-nav .nav-item {
     margin-left: 20px;
     margin-bottom: 0px !important;
}
 .navbar .navbar-nav .nav-item .nav-link {
     text-transform: capitalize;
     color: rgb(109, 109, 109);
     position: relative;
     font-size: 15px;
     padding: 0px;
     display: inline-block;
     vertical-align: top;
     font-weight: 600;
     float: left;
     line-height: 40px;
}
 .navbar .navbar-nav .nav-item.active .nav-link {
     color: rgb(56, 82, 142);
}
 .navbar .navbar-nav .nav-item.active .nav-link::before, .navbar .navbar-nav .nav-item:hover .nav-link::before {
     content: "";
     position: absolute;
     bottom: 0px;
     height: 2px;
     transition: height 0.3s ease 0s;
     z-index: -1;
     left: 0px;
     right: 0px;
     background: rgb(232, 126, 35);
     width: 100%;
}
 .navbar .navbar-nav .nav-item.current-nav-item .nav-link, .navbar .navbar-nav .nav-item.current_menu_item .nav-link, .navbar .navbar-nav .nav-item:hover .nav-link, .navbar .navbar-nav .nav-item.current-menu-ancestor .nav-link {
     color: rgb(56, 82, 142);
}
 .navbar .navbar-nav .nav-item .sub-menu {
     padding: 0px;
     border-radius: 0px;
     margin: 0px;
     background: rgb(245, 157, 47);
     border: none;
     position: absolute;
     list-style: none;
     max-width: 200px;
}
 .navbar .navbar-nav .nav-item.nav-item-has-children:hover .sub-menu {
     display: block;
}
 .navbar .navbar-nav .nav-item .sub-menu {
     display: none;
}
 .navbar .navbar-nav .nav-item .sub-menu .nav-item {
     width: 100%;
     float: left;
     text-transform: capitalize;
     font-weight: 400;
     color: rgb(255, 255, 255);
     position: relative;
     font-size: 14px;
     padding: 0px;
     margin: 0px;
     background: transparent !important;
}
 .navbar .navbar-nav .nav-item .sub-menu .nav-item + .nav-item {
     border-top: 1px solid rgba(255, 255, 255, 0.3);
}
 .navbar .navbar-nav .nav-item .sub-menu .nav-item a {
     padding: 12px 15px;
     margin: 0px;
     line-height: 21px;
     width: 100%;
     color: rgb(255, 255, 255);
     background: rgb(245, 157, 47);
}
 .navbar .navbar-nav .nav-item .sub-menu .nav-item:hover a {
     background: rgba(0, 0, 0, 0.4) !important;
}
 .banner-content-group {
     position: relative;
     width: 100%;
     padding: 150px 0px 50px;
     display: inline-block;
     vertical-align: top;
}
 .banner-content-group.banner-inner-page {
     padding: 110px 0px 50px;
}
 .banner-content-group::after {
     content: "";
     background: linear-gradient(rgba(255, 255, 255, 0), rgb(255, 255, 255));
     height: 100px;
     position: absolute;
     bottom: 0px;
     left: 0px;
     width: 100%;
}
 .banner-content-group .banner-content {
     width: 100%;
     color: rgb(255, 255, 255);
     float: left;
     padding-right: 450px;
     position: relative;
     min-height: 350px;
     z-index: 1;
}
 .banner-content-group .banner-content .banner-tagline {
     margin: 0px 0px 10px;
     border-radius: 0px 40px 40px;
     text-transform: uppercase;
     float: left;
     font-size: 15px;
     color: rgb(56, 82, 142);
}
 .banner-content-group .banner-content .banner-title {
     width: 100%;
     float: left;
     font-size: 48px;
     color: rgb(71, 77, 88);
     font-weight: 800;
     text-transform: none;
     line-height: 60px;
     letter-spacing: 0px;
}
 .banner-content-group .banner-content .banner-subtitle {
     width: 100%;
     float: left;
     margin: 20px 0px;
     color: rgb(232, 126, 35);
     font-size: 18px;
     font-weight: 600;
     line-height: 28px;
}
 p {
     font-size: 14px;
     line-height: 24px;
     color: rgb(105, 105, 105);
     position: relative;
     width: 100%;
     float: left;
     text-align: left;
     margin-bottom: 15px;
}
 ul li {
     font-size: 14px;
     line-height: 24px;
     color: rgb(105, 105, 105);
     position: relative;
     width: 100%;
     float: left;
     text-align: left;
     margin-bottom: 5px;
}
 .btn-center-group {
     width: 100%;
     position: relative;
     text-align: center;
     margin: 10px 0px;
     display: inline-block;
     vertical-align: top;
}
 .btn-theme {
     color: rgb(255, 255, 255);
     position: relative;
     font-size: 15px;
     padding: 0px 50px;
     display: inline-block;
     vertical-align: top;
     font-weight: 600;
     background: rgb(232, 126, 35);
     line-height: 50px;
     border-radius: 180px;
     overflow: hidden;
}
 .btn-theme span {
     float: left;
     color: rgb(255, 255, 255);
     z-index: 1;
     position: relative;
     transition: all 0.3s ease 0s;
}
 .btn-theme:hover span {
     color: rgb(255, 255, 255);
}
 .btn-theme:hover::before {
     content: "";
     width: 100%;
}
 .btn-theme::before {
     content: "";
     width: 0%;
     top: 0px;
     left: 0px;
     transition: all 0.3s ease 0s;
     background: rgb(232, 108, 1);
     height: 100%;
     position: absolute;
     border-radius: 180px;
}
 .btn-orange {
     color: rgb(255, 255, 255);
     position: relative;
     font-size: 15px;
     padding: 0px 50px;
     display: inline-block;
     vertical-align: top;
     font-weight: 600;
     background: rgb(232, 126, 35);
     line-height: 50px;
     border-radius: 180px;
     overflow: hidden;
}
 .btn-orange span {
     float: left;
     color: rgb(255, 255, 255);
     z-index: 1;
     position: relative;
     transition: all 0.3s ease 0s;
}
 .btn-orange:hover span {
     color: rgb(255, 255, 255);
}
 .btn-orange:hover::before {
     content: "";
     width: 100%;
}
 .btn-orange::before {
     content: "";
     width: 0%;
     top: 0px;
     left: 0px;
     transition: all 0.3s ease 0s;
     background: rgb(222, 142, 0);
     height: 100%;
     position: absolute;
     border-radius: 180px;
}
 .page-content {
     position: relative;
     width: 100%;
     background: rgb(255, 255, 255);
     overflow: hidden;
     display: inline-block;
     vertical-align: top;
}
 .page-title-group {
     position: relative;
     width: 100%;
     text-align: left;
     padding: 25px 0px;
     display: inline-block;
     vertical-align: top;
     z-index: 1;
}
 .page-title-group .page-title-label {
     position: relative;
     width: 100%;
     float: left;
     margin-bottom: 5px;
}
 .page-title-group .page-title-label .page-label {
     padding: 8px 24px;
     background-color: rgb(205, 240, 255);
     border-radius: 12px;
     display: inline-block;
     vertical-align: top;
     font-weight: 600;
     font-size: 14px;
}
 .page-title-group .page-title {
     width: 100%;
     float: left;
     font-size: 32px;
     color: rgb(232, 126, 35);
     font-weight: 700;
     text-transform: none;
     line-height: 44px;
     letter-spacing: 0px;
}
 .page-title-group .page-subtitle {
     color: rgb(142, 142, 142);
     width: 100%;
     float: left;
     position: relative;
     line-height: 25px;
     font-weight: 400;
     font-size: 15px;
     margin-top: 10px;
}
 .about-semtegra {
     position: relative;
     width: 100%;
     padding: 0px;
     text-align: center;
     display: inline-block;
     vertical-align: top;
}
 .about-semtegra .about-header {
     position: relative;
     width: 100%;
     float: left;
     margin-bottom: 15px;
}
 .about-semtegra .about-header .about-header-title {
     font-size: 24px;
     font-weight: 600;
     color: rgb(0, 0, 0);
     position: relative;
     width: 100%;
     float: left;
}
 .about-semtegra .about-header .about-header-subtitle {
     position: relative;
     width: 100%;
     float: left;
     font-size: 15px;
     font-weight: 300;
     line-height: 28px;
}
 .about-semtegra .about-title {
     position: relative;
     width: 100%;
     float: left;
     font-size: 44px;
     color: rgb(56, 82, 142);
     font-weight: 700;
     text-transform: none;
     line-height: 54px;
     letter-spacing: 0px;
     margin-bottom: 16px;
}
 .about-semtegra .about-subtitle {
     position: relative;
     width: 100%;
     float: left;
     line-height: 25px;
     font-weight: 400;
     font-size: 16px;
     margin-bottom: 15px;
}
 .testiomonials {
     width: 100%;
     position: relative;
     background: rgb(18, 21, 26);
     padding: 50px 0px;
     display: inline-block;
     vertical-align: top;
}
 .testiomonials::before {
     content: "";
     width: 50%;
     position: absolute;
     height: 100%;
     left: 0px;
     top: 0px;
     background: rgb(27, 72, 115);
}
 .testiomonials .page-title-group {
     margin-bottom: 50px;
     padding: 0px 60px;
}
 .testiomonials .page-title-group .page-title-label .page-label {
     background-color: rgb(254, 237, 205);
}
 .testimonials-group {
     width: 100%;
     float: left;
     position: relative;
     padding: 0px 40px;
}
 .testimonials-group .owl-dots {
     position: relative;
     bottom: 0px;
     width: 100%;
     left: 0px;
     text-align: center;
     height: 5px;
     margin-top: 20px;
}
 .testimonials-group .owl-dot {
     background: rgba(210, 210, 210, 0.37);
     width: 10px;
     height: 10px;
     display: inline-block;
     vertical-align: top;
     margin: 0px 3px;
     border-radius: 50%;
}
 .testimonials-group .owl-dot.active {
     background: rgb(255, 255, 255);
}
 .single-testimonial {
     width: 100%;
     float: left;
     position: relative;
     margin: 0px;
}
 .single-testimonial .testimonial-message {
     width: 100%;
     float: left;
     position: relative;
     line-height: 28px;
     color: rgb(142, 142, 142);
     font-size: 14px;
     font-weight: 400;
     background-color: rgb(255, 255, 255);
     padding: 35px;
     margin: 0px 0px 38px;
     border-radius: 24px;
     box-shadow: rgba(25, 25, 25, 0.08) 0px 13px 22px 0px;
}
 .single-testimonial .testimonial-message::after {
     content: "";
     border-color: rgb(255, 255, 255) transparent transparent;
     right: 50px;
     bottom: -20px;
     width: 0px;
     height: 0px;
     border-style: solid;
     border-width: 20px 30px 0px 0px;
     display: block;
     position: absolute;
}
 .single-testimonial .testimonial-footer {
     width: 100%;
     float: left;
     position: relative;
     text-align: center;
}
 .single-testimonial .testimonial-footer .testimonial-user-photo {
     width: 100%;
     float: left;
     position: relative;
     margin-bottom: 15px;
}
 .single-testimonial .testimonial-footer .testimonial-user-photo img {
     width: 100px;
     position: relative;
     display: inline-block;
     vertical-align: top;
     border-radius: 50%;
}
 .single-testimonial .testimonial-footer .testimonial-user-name {
     width: 100%;
     float: left;
     position: relative;
     line-height: 25px;
     color: rgb(255, 255, 255);
     font-size: 17px;
     font-weight: 600;
}
 .single-testimonial .testimonial-footer .testimonial-user-designation {
     width: 100%;
     float: left;
     position: relative;
     color: rgba(255, 255, 255, 0.58);
     font-size: 13px;
     font-weight: normal;
}
 .testimonials-group .owl-nav {
     display: none;
}
 .testimonial-title-group {
     width: 100%;
     float: left;
     position: relative;
     padding: 0px 40px;
}
 .testimonial-title-group .testimonial-photo {
     width: 100%;
     float: left;
     position: relative;
     margin-bottom: 15px;
}
 .testimonial-title-group .testimonial-photo img {
     max-height: 100px;
}
 .testimonial-title-group .testimonial-title {
     width: 100%;
     float: left;
     font-size: 32px;
     color: rgb(255, 255, 255);
     font-weight: 700;
     text-transform: none;
     line-height: 44px;
     letter-spacing: 0px;
     margin-bottom: 15px;
}
 .testimonial-title-group .testimonial-subtitle {
     width: 100%;
     float: left;
     font-size: 15px;
     color: rgba(255, 255, 255, 0.64);
     font-weight: normal;
     text-transform: none;
     line-height: 25px;
     letter-spacing: 0px;
}
 .our-team {
     position: relative;
     width: 100%;
     padding-bottom: 40px;
     display: inline-block;
     vertical-align: top;
}
 .our-team .page-title-group {
     text-align: center;
}
 .our-team .team-single {
     width: 100%;
     float: left;
     text-align: center;
     margin-bottom: 30px;
}
 .our-team .team-single .team-photo {
     display: inline-block;
     vertical-align: top;
     margin-bottom: 15px;
     width: 100%;
     float: left;
     position: relative;
     height: 280px;
     background-position: center center;
     background-size: cover;
     transition: all 0.6s ease-out 0s;
     border-radius: 30px 10px;
}
 .our-team .team-single .team-name {
     font-size: 18px;
     font-weight: 600;
     width: 100%;
     float: left;
     position: relative;
     color: rgb(71, 77, 88);
}
 .our-team .team-single .team-designation {
     font-size: 14px;
     font-weight: normal;
     width: 100%;
     float: left;
     position: relative;
     color: rgb(232, 161, 35);
}
 .menu-toggler {
     border-radius: 180px;
     float: right;
     height: 18px;
     width: 20px;
     text-align: center;
     vertical-align: top;
     margin: 13px 10px;
     z-index: 1;
     position: absolute;
     top: 10px;
     right: 15px;
     border: none !important;
     box-shadow: none !important;
     outline: none !important;
}
 .menu-toggler .bar1, .menu-toggler .bar2, .menu-toggler .bar3 {
     width: 20px;
     height: 2px;
     background-color: rgb(30, 78, 136);
     margin: 2px 0px;
     transition: all 0.4s ease 0s;
     float: left;
}
 .header-theme.menu-toggler-active .menu-toggler .bar1 {
     transform: rotate(-45deg) translate(-4px, 4px);
}
 .header-theme.menu-toggler-active .menu-toggler .bar2 {
     opacity: 0;
}
 .header-theme.menu-toggler-active .menu-toggler .bar3 {
     transform: rotate(45deg) translate(-5px, -4px);
}
 .menu-toggler-2 {
     border-radius: 180px;
     float: right;
     height: 18px;
     width: 20px;
     text-align: center;
     display: inline-block;
     vertical-align: top;
     margin: 11px 10px;
     z-index: 1;
     top: 25px;
     right: 15px;
     position: absolute;
     border: none !important;
     box-shadow: none !important;
     outline: none !important;
}
 .menu-toggler-2 .bar1, .menu-toggler-2 .bar2, .menu-toggler-2 .bar3 {
     width: 20px;
     height: 2px;
     background-color: rgb(134, 188, 37);
     margin: 2px 0px;
     transition: all 0.4s ease 0s;
     float: left;
}
 .menu-toggler-2.menu-toggler-active .bar1 {
     transform: rotate(-45deg) translate(-4px, 4px);
}
 .menu-toggler-2.menu-toggler-active .bar2 {
     opacity: 0;
}
 .menu-toggler-2.menu-toggler-active .bar3 {
     transform: rotate(45deg) translate(-5px, -4px);
}
 .theme-form {
     width: 100%;
     position: relative;
     float: none;
     max-width: 70%;
     display: inline-block;
     vertical-align: top;
     margin: 0px 15%;
}
 .theme-form .form-group {
     width: 100%;
     padding: 0px 10px;
     float: left;
     margin-bottom: 26px;
     text-align: center;
}
 .theme-form .form-group.width-50 {
     width: 50%;
}
 .theme-form .form-group .form-control {
     height: 50px;
     border: 1px solid rgb(234, 234, 234);
     background: rgb(241, 241, 241);
     font-size: 13px;
     width: 100%;
     float: left;
     outline: none;
     box-shadow: none;
     border-radius: 9px;
     text-align: left;
     padding: 12px 16px;
     line-height: 18px;
}
 .theme-form .form-group .form-control:focus {
     border: 1px solid rgb(232, 126, 35);
}
 .theme-form .form-group textarea.form-control {
     min-height: 120px;
     resize: none;
}
 .theme-form .form-group .btn-send {
     color: rgb(255, 255, 255);
     font-size: 14px;
     line-height: 40px;
     float: none;
     position: relative;
     background: rgb(134, 188, 37);
     padding: 0px 25px;
     border-radius: 0px;
     display: inline-block;
     vertical-align: top;
     text-align: center;
     min-width: 150px;
     letter-spacing: 2px;
     text-transform: uppercase;
     transition: all 0.2s ease-in-out 0s;
}
 .theme-form .form-group .btn-send:hover {
     background: rgb(109, 164, 173);
}
 .page-center {
     width: 100%;
     position: relative;
     float: none;
     display: inline-block;
     vertical-align: top;
}
 .banner-left-content {
     width: 100%;
     float: left;
}
 .banner-image {
     width: 450px;
     float: right;
     margin-right: -450px;
     text-align: center;
     overflow: hidden;
}
 .banner-image .banner-back-image {
     width: 100%;
     position: relative;
     max-width: 350px;
     float: none;
     display: inline-block;
     vertical-align: top;
     overflow: hidden;
}
 .banner-image .banner-back-image > img {
     width: 100%;
     float: left;
     padding: 60px;
     animation-name: theme-bounce;
     animation-timing-function: linear;
     animation-duration: 2s;
     animation-iteration-count: infinite;
}
 .banner-image .banner-front-image {
     width: 100%;
     float: left;
     position: absolute;
     top: 0px;
     left: 0px;
     height: 100%;
}
 .banner-image .banner-front-image > img {
     width: 100%;
     float: left;
     animation: 60s linear 0s infinite normal none running fa-spin;
}
 @keyframes theme-bounce {
     0% {
         transform: translateY(0px);
    }
     50% {
         transform: translateY(-10px);
    }
     100% {
         transform: translateY(0px);
    }
}
 @-webkit-keyframes fa-spin {
     0% {
         transform: rotate(0deg);
    }
     100% {
         transform: rotate(359deg);
    }
}
 @keyframes fa-spin {
     0% {
         transform: rotate(0deg);
    }
     100% {
         transform: rotate(359deg);
    }
}
 .service-image {
     width: 100%;
     float: left;
     position: relative;
}
 .service-image img {
     width: auto;
     float: left;
     position: relative;
     max-width: 100%;
     padding: 25px;
}
 .services-section {
     width: 100%;
     position: relative;
     background: rgb(243, 243, 245);
     padding: 0px 0px 25px;
     display: inline-block;
     vertical-align: top;
}
 .services-group.services-home {
}
 .services-group.services-home .single-service {
     padding: 20px;
     align-content: center;
}
 .services-group.services-home .single-service .service-image {
     width: 100%;
     margin: 0px 0px 15px;
     text-align: center;
     height: 250px;
     position: relative;
}
 .services-group.services-home .single-service .service-image img {
     max-width: 100%;
     max-height: 100%;
     width: auto;
     height: auto;
     position: absolute;
     bottom: auto;
     top: 50%;
     left: 50%;
     transform: translateY(-50%) translateX(-50%);
     text-align: center;
     transition: all 0.7s ease-out 0s;
     padding: 10px;
}
 .services-group {
     width: 100%;
     float: left;
     position: relative;
}
 .single-service {
     width: 100%;
     float: left;
     position: relative;
     border: 1px solid rgba(245, 245, 245, 0.18);
     border-radius: 25px;
     margin-bottom: 30px;
     box-shadow: rgba(109, 109, 109, 0.08) 0px 10px 10px 0px;
     padding: 20px 20px 20px 130px;
     background: rgb(255, 255, 255);
}
 .single-service.single-service-large {
     padding: 20px 20px 20px 350px;
}
 .single-service.single-service-large .service-subtitle {
     min-height: initial;
}
 .single-service.single-service-large .service-image {
     width: 350px;
     margin-left: -350px;
     float: left;
}
 .single-service.single-service-large .service-image img {
     width: auto;
     float: left;
     position: relative;
     max-width: 100%;
     padding: 25px;
}
 .single-service.single-service-large .service-title {
     font-size: 30px;
     margin-bottom: 15px;
     line-height: initial;
}
 .single-service .service-icon {
     width: 90px;
     position: absolute;
     top: 20px;
     left: 20px;
}
 .single-service .service-icon img {
     width: 100%;
     padding: 10px;
}
 .single-service .service-title {
     width: 100%;
     float: left;
     font-size: 20px;
     color: rgb(232, 126, 35);
     font-weight: 600;
     text-transform: none;
     line-height: 32px;
     letter-spacing: 0px;
     margin-bottom: 8px;
}
 .single-service .service-subtitle {
     position: relative;
     width: 100%;
     float: left;
     line-height: 24px;
     font-weight: 400;
     font-size: 14px;
     margin-bottom: 10px;
     color: rgb(111, 111, 111);
     min-height: 144px;
}
 .single-service .service-ul {
     position: relative;
     width: 100%;
     float: left;
     line-height: 25px;
     margin-bottom: 10px;
     margin-top: 0px;
     padding-left: 0px;
}
 .single-service .service-ul li {
     position: relative;
     width: 100%;
     float: left;
     line-height: 25px;
     font-weight: 400;
     font-size: 14px;
     margin-bottom: 0px;
     list-style: none;
     color: rgb(0, 0, 0);
     padding-left: 20px;
}
 .single-service .service-ul li::before {
     content: "";
     width: 6px;
     height: 6px;
     position: absolute;
     left: 5px;
     top: 10px;
     background: rgb(30, 78, 136);
     border-radius: 50%;
}
 .approach-section {
     width: 100%;
     position: relative;
     padding: 0px 0px 25px;
     display: inline-block;
     vertical-align: top;
}
 .approach-group {
     width: 100%;
     position: relative;
     display: inline-block;
     vertical-align: top;
}
 .single-approach {
     width: 100%;
     float: left;
     position: relative;
     margin-bottom: 30px;
}
 .single-approach .approach-icon {
     width: 100%;
     position: relative;
     margin-bottom: 20px;
     height: 90px;
     float: left;
}
 .single-approach .approach-icon .approach-front-icon {
     width: 90px;
     position: relative;
     height: 90px;
     float: left;
     background: rgba(39, 75, 93, 0.65);
     border-radius: 50%;
     z-index: 1;
}
 .single-approach .approach-icon .approach-front-icon img {
     width: 100%;
     padding: 20px;
}
 .single-approach .approach-icon .approach-right-icon {
     width: 90px;
     position: relative;
     height: 90px;
     float: left;
     margin-left: -35px;
}
 .single-approach .approach-icon .approach-right-icon img {
     width: 100%;
     padding: 10px;
}
 .single-approach .approach-title {
     width: 100%;
     float: left;
     font-size: 20px;
     color: rgb(56, 82, 142);
     font-weight: 600;
     text-transform: none;
     line-height: 36px;
     letter-spacing: 0px;
     margin-bottom: 8px;
}
 .single-approach .approach-subtitle {
     position: relative;
     width: 100%;
     float: left;
     line-height: 24px;
     font-weight: 400;
     font-size: 14px;
     margin-bottom: 10px;
     color: rgb(111, 111, 111);
}
 .back-pattern {
     position: absolute;
     left: -50px;
     bottom: 50px;
}
 .back-pattern img {
     position: relative;
     animation: 40s linear 0s infinite normal none running rotation;
     width: 500px;
}
 @-webkit-keyframes rotation {
     0% {
         transform: rotate(0deg);
    }
     100% {
         transform: rotate(359deg);
    }
}
 .industry-section {
     width: 100%;
     position: relative;
     background: rgb(255, 255, 255);
     padding: 0px 0px 30px;
     display: inline-block;
     vertical-align: top;
}
 .industry-section .industry-single {
     width: 100%;
     padding: 30px;
     background: rgb(255, 255, 255);
     border-radius: 15px;
     margin-bottom: 30px;
     float: left;
     display: table;
     text-align: center;
     border: 2px solid rgb(56, 82, 142);
}
 .industry-section .industry-single .industry-photo {
     width: 100%;
     float: none;
     margin-bottom: 15px;
}
 .industry-section .industry-single .industry-photo img {
     height: 50px;
}
 .industry-section .industry-single .industry-name {
     width: 100%;
     float: left;
     font-size: 18px;
     color: rgb(71, 77, 88);
     font-weight: 600;
     line-height: 24px;
     letter-spacing: 0px;
     min-height: 48px;
}
 .industry-section .industry-single:hover {
     background: rgb(56, 82, 142);
}
 .industry-section .industry-single:hover .industry-photo img {
     filter: brightness(0) invert(1);
}
 .industry-section .industry-single:hover .industry-name {
     color: rgb(255, 255, 255);
}
 .theme-footer {
     overflow: hidden;
     width: 100%;
     position: relative;
     padding-top: 200px;
     padding-bottom: 20px;
     background: linear-gradient(-45deg, rgb(30, 64, 97), rgb(12, 32, 54));
     display: inline-block;
     vertical-align: top;
}
 .theme-footer::after {
     content: "";
     background: url("../images/footer.png") 0% 0% / 100% 100%;
     width: 100%;
     height: 200px;
     position: absolute;
     top: 0px;
     left: 0px;
}
 .theme-footer::before {
     position: absolute;
     background: url("../images/footer-shade.png") no-repeat;
     content: "";
     right: 0px;
     top: 50px;
     width: 678px;
     height: 684px;
     z-index: 1;
}
 .theme-footer .page-title-group .page-title-label .page-label {
     background: rgb(255, 238, 205);
}
 .theme-footer .footer-image {
     position: relative;
     width: 100%;
     float: left;
     text-align: center;
     margin-bottom: 25px;
}
 .theme-footer .footer-image img {
     max-width: 250px;
}
 .theme-footer .page-address {
     position: relative;
     width: 100%;
     float: left;
     margin-top: 20px;
}
 .theme-footer .page-address .single-address {
     color: rgba(0, 0, 0, 0.62);
     width: 100%;
     float: left;
     position: relative;
     line-height: 25px;
     font-weight: 400;
     font-size: 14px;
     margin-top: 4px;
}
 .theme-footer .page-address .single-address a {
     color: rgb(0, 0, 0);
}
 .footer-bottom {
     color: rgb(0, 0, 0);
     width: 100%;
     position: relative;
     line-height: 25px;
     font-weight: 400;
     font-size: 13px;
     margin-top: 0px;
     text-align: center;
     padding: 25px 0px;
     background: rgb(255, 255, 255);
     display: inline-block;
     vertical-align: top;
}
 .footer-bottom a {
     color: rgb(232, 126, 35);
}
 .footer-section {
     width: 100%;
     float: left;
     position: relative;
     z-index: 1;
}
 .single-footer-section {
     width: 100%;
     padding: 25px 0px;
     float: left;
     position: relative;
}
 .single-footer-section + .single-footer-section {
     margin-left: 30px;
}
 .single-footer-section .footer-title {
     margin: 0px 0px 15px;
     color: rgb(255, 255, 255);
     font-size: 22px;
     font-weight: 600;
     width: 100%;
     float: left;
     position: relative;
}
 .single-footer-section .footer-address {
     width: 100%;
     float: left;
     position: relative;
     margin-bottom: 25px;
}
 .single-footer-section .footer-para-title {
     margin: 0px 0px 5px;
     font-weight: 600;
     color: rgb(255, 255, 255);
     width: 100%;
     float: left;
     position: relative;
     font-size: 16px;
}
 .single-footer-section .footer-para {
     color: rgba(255, 255, 255, 0.5);
     font-size: 15px;
     margin: 0px 0px 5px;
     width: 100%;
     float: left;
     position: relative;
     line-height: 22px;
}
 .single-footer-section .footer-para a {
     color: rgb(255, 255, 255);
}
 .single-footer-section .footer-para.footer-para-highlight {
     font-size: 30px;
     color: rgb(255, 255, 255);
     line-height: 48px;
     font-weight: 600;
}
 .single-footer-section .footer-ul {
     width: 100%;
     float: left;
     position: relative;
     margin: 0px;
     padding: 0px;
     list-style: none;
}
 .single-footer-section .footer-ul li {
     width: 100%;
     float: left;
     position: relative;
}
 .single-footer-section .footer-ul li .footer-nav {
     color: rgba(255, 255, 255, 0.5);
     font-size: 15px;
     margin: 0px 0px 5px;
     width: 100%;
     float: left;
     position: relative;
     line-height: 22px;
}
 .single-footer-section .footer-ul li .footer-nav:hover {
     color: rgb(255, 255, 255);
}
 .single-footer-section .footer-questions {
     width: 100%;
     float: left;
     margin-bottom: 15px;
}
 .single-footer-section .footer-questions .footer-title-color {
     color: rgb(255, 122, 0);
}
 .footer-social {
     width: 100%;
     float: left;
     margin: 0px;
     padding: 0px;
     text-align: left;
}
 .footer-social li {
     display: inline-block;
     vertical-align: top;
     margin: 0px 5px;
}
 .footer-social li a {
     text-transform: uppercase;
     font-weight: 500;
     width: 32px;
     text-align: center;
     line-height: 32px;
     height: 32px;
     border: 1px solid rgb(214, 214, 214);
     border-radius: 50%;
     float: left;
     font-size: 15px !important;
     color: rgb(255, 255, 255) !important;
     text-decoration: none !important;
}
 .footer-social li a:hover {
     opacity: 1;
     border: 1px solid rgb(255, 255, 255);
     color: rgb(22, 50, 79) !important;
     background: rgb(255, 255, 255) !important;
}
 .footer-address {
     width: 100%;
     float: left;
     margin: 0px;
     padding: 0px;
     text-align: left;
}
 .footer-address li {
     display: inline-block;
     vertical-align: top;
     padding-left: 35px;
     position: relative;
     color: rgb(255, 255, 255);
     margin-bottom: 10px;
     line-height: 32px;
     font-size: 15px !important;
}
 .footer-address li .fa {
     position: absolute;
     left: 0pc;
     top: 0px;
     line-height: 32px;
     width: 32px;
     text-align: center;
     font-size: 19px;
}
 .footer-address li a {
     font-weight: 500;
     text-align: center;
     line-height: 32px;
     border-radius: 50%;
     float: left;
     color: rgb(255, 255, 255) !important;
     text-decoration: none !important;
}
 .footer-address li a:hover {
     opacity: 0.5;
}
 .footer-logo {
     width: 100%;
     margin-bottom: 30px;
     float: left;
     position: relative;
     padding-right: 40px;
}
 .footer-logo img {
     max-width: 100%;
     width: auto;
}
 .contact-response {
     padding: 10px 0px;
     margin: 10px 0px;
     display: none;
}
 .error {
     font-size: 15px;
     color: rgb(220, 53, 69) !important;
}
 .join-team {
     width: 100%;
     float: none;
     display: inline-block;
     vertical-align: top;
     position: relative;
     text-align: left;
     margin-bottom: 50px;
}
 .join-team-left {
     width: 100%;
     float: none;
     display: inline-block;
     vertical-align: top;
     position: relative;
}
 .join-team .join-team-right {
     width: 100%;
     float: none;
     display: inline-block;
     vertical-align: top;
     position: relative;
}
 .join-team .join-team-description {
     width: 100%;
     float: left;
     position: relative;
     font-size: 24px;
     line-height: 36px;
     color: rgb(0, 0, 0);
     font-weight: 600;
     margin: 0px 0px 20px;
     min-height: 60px;
}
 .join-team .view-job {
     width: 100%;
     float: left;
     position: relative;
}
 .join-team .view-job .view-job-btn {
     background: rgb(255, 255, 255);
     line-height: 44px;
     color: rgb(232, 126, 35);
     position: relative;
     font-size: 15px;
     padding: 0px 20px;
     float: left;
     border-radius: 0px;
     border: 2px solid rgb(232, 126, 35);
     text-transform: uppercase;
     transition: all 0.3s ease-in-out 0s;
}
 .join-team .view-job .view-job-btn:hover {
     background: rgb(232, 126, 35);
     color: rgb(255, 255, 255);
}
 .single-position {
     width: 100%;
     float: none;
     display: inline-block;
     vertical-align: top;
     position: relative;
     margin-bottom: 20px;
}
 .single-position .position-category {
     width: 100%;
     float: left;
     position: relative;
     font-size: 15px;
     line-height: 20px;
     color: rgb(125, 125, 125);
     font-weight: normal;
     margin: 0px;
}
 .single-position .position-name {
     width: 100%;
     float: left;
     position: relative;
     font-size: 22px;
     line-height: 32px;
     color: rgb(0, 0, 0);
     font-weight: 600;
}
 .single-position .position-join-now {
     width: 100%;
     float: left;
     position: relative;
}
 .single-position .position-join-now .join-now-btn {
     background: rgb(255, 255, 255);
     position: relative;
     font-size: 16px;
     line-height: 30px;
     float: left;
     z-index: 1;
}
 .single-position .position-join-now .join-now-btn:hover {
     color: rgb(0, 0, 0);
}
 .single-position .position-join-now .join-now-btn::before {
     content: "Ã¯ÂÂ¡";
     font-family: FontAwesome;
     font-weight: normal;
     font-size: 15px;
     line-height: 30px;
     position: absolute;
     right: 0px;
     width: 35px;
     text-align: center;
     opacity: 0;
     transition: all 0.3s ease-in-out 0s;
     z-index: -1;
}
 .single-position .position-join-now:hover .join-now-btn::before {
     opacity: 1;
     right: -35px;
     color: rgb(232, 126, 35);
}
 .jobdescription-group {
     width: 100%;
     float: left;
     position: relative;
}
 .jobdescription-group .jobdescription-card-body {
     width: 100%;
     float: left;
     position: relative;
     margin-top: 10px;
     border: 1px solid rgb(221, 221, 221);
     border-radius: 12px;
     padding: 15px;
}
 .jobdescription-group .jobdescription-card-body p {
     width: 100%;
     float: left;
     position: relative;
     margin-bottom: 10px;
}
 .jobdescription-group .jobdescription-card-body ul {
     width: 100%;
     float: left;
     position: relative;
     padding: 0px 0px 0px 25px;
     margin: 0px;
}
 .jobdescription-group .jobdescription-card-body ul li {
     width: 100%;
     float: left;
     position: relative;
     font-size: 14px;
     margin-bottom: 5px;
}
 .course-information-group {
     width: 100%;
     float: left;
     position: relative;
}
 .course-information-group .course-title {
     width: 100%;
     float: left;
     position: relative;
     font-size: 26px;
     color: rgb(56, 82, 142);
     font-weight: 700;
     text-transform: none;
     line-height: 44px;
     margin-bottom: 15px;
}
 .course-information {
     width: 100%;
     float: left;
     position: relative;
}
 .course-information .single-information {
     width: 100%;
     float: left;
     position: relative;
     padding-left: 40px;
     margin-bottom: 15px;
}
 .course-information .single-information .course-icon {
     width: 30px;
     line-height: 30px;
     text-align: center;
     border-radius: 180px;
     background: rgb(238, 238, 238);
     color: rgb(56, 82, 142);
     position: absolute;
     left: 0px;
     top: 0px;
}
 .course-information .single-information .course-infolabel {
     width: 100%;
     float: left;
     position: relative;
     font-size: 13px;
     color: rgb(0, 0, 0);
     font-weight: normal;
     text-transform: none;
}
 .course-information .single-information .course-infovalue {
     width: 100%;
     float: left;
     position: relative;
     font-size: 15px;
     color: rgb(0, 0, 0);
     font-weight: 600;
     text-transform: none;
     min-height: 50px;
}
 .course-list {
     width: 100%;
     float: left;
     position: relative;
}
 .single-course {
     width: 100%;
     float: left;
     position: relative;
     border: 1px solid rgb(230, 230, 230);
     border-radius: 12px;
     margin-bottom: 15px;
     box-shadow: rgba(109, 109, 109, 0.08) 0px 10px 10px 0px;
     background: rgb(255, 255, 255);
     overflow: hidden;
}
 .single-course .course-header {
     width: 100%;
     float: left;
     position: relative;
     padding: 10px 20px;
}
 .single-course .course-name {
     width: 100%;
     float: left;
     position: relative;
     font-size: 16px;
     color: rgb(232 126 35);
     font-weight: 600;
     text-transform: none;
}
 .single-course .course-name::before {
    content: "ï„†";
    font-family: FontAwesome;
    position: absolute;
    right: 0px;
    line-height: 24px;
    width: 24px;
    text-align: center;
    font-size: 24px;
    transition: all 0.3s ease 0s;
}
 .single-course .course-name.collapsed::before {
    transform: rotate(180deg);
}
 .single-course .course-body {
     width: 100%;
     float: left;
     position: relative;
}
 .single-course .course-body .course-body-content {
     border-top: 1px solid rgb(230, 230, 230);
     width: 100%;
     float: left;
     position: relative;
     padding: 10px 20px;
}
 