body{
    font-family: Poppins;
}
header {
    position: sticky;
    top: 0;
    z-index: 1000;
    box-shadow: 2px 4px 10px rgba(0, 0, 0, 0.2);
}

.top-header {
    background: #adb5bd;
    padding: 5px 0px;
}

.btn {
    font-weight: bold;
    text-transform: uppercase;
}

nav {
    padding: 5px 0px;
    background: #fff;
}

nav .row {
    align-items: center;
}

nav .logo img {
    width: 210px;
}

nav ul {
    margin: 0px;
    padding: 0px;
    display: flex;
    gap: 45px;
    float: right;
}

nav ul li {
    list-style: none;
}

nav ul li a {
    text-decoration: none;
    text-transform: uppercase;
    color: #000;
    font-weight: 500;
}
.navbar-light .navbar-nav .nav-link{
    text-decoration: none;
    text-transform: uppercase;
    color: #000;
    font-weight: 500;
}

nav ul li a:hover {
    text-decoration: none;
}
.navbar-nav .nav-link {
    padding-right: 5px;
    padding-left: 5px;
}
.dropdown-item {
    font-size: .95rem;
}
/* .video-section {
    padding: 50px 0px;
    background: #fbe8b4;
} */

.video-section video {
    width: 100%;
    /* border: 20px solid #fabd2e; */
}

.about-section {
    padding: 50px 0px;
    background: beige;
}

.outsourcing-section {
    padding: 50px 0px;
    background: #fff5f8;
}

footer {
    background: #2b384b;
    padding: 40px 0px;
    color: #fff;
}

footer .footer-links {
    margin: 0px;
    padding: 0px;
    margin-left: 20px;
}

footer .footer-links li {
    list-style: circle;
}

footer .footer-links li a {
    color: #fff;
}

footer .logo {
    width: 160px;
}

footer .footer-box {
    text-align: center;
    margin-top: 50px;
}

.social-icons {
    margin: 0px;
    padding: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    float: right;
}

.social-icons li {
    list-style: none;
    background: #2b384b;
    border-radius: 5px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.social-icons li:nth-child(1){
    background-color: #0062cc;
}

.social-icons li:nth-child(2){
    background-color: #cc000a;
}

.social-icons li a svg {
    color: #fff;
}

footer p {
    margin-top: 20px;
}

.slide-section {
    position: relative;
}

.slide-section img {
    width: 100%;
}

.slide-section .slide-caption {
    position: absolute;
    top: 80px;
    /* left: 0; */
    right: 200px;
    margin-left: auto;
    margin-right: auto;
    /* text-align: center; */
    width: 600px;
}

.slide-section .slide-caption h2 {
    color: #fff;
    font-size: 60px;
    font-weight: bold;
    text-shadow: 2px 4px 10px rgba(0, 0, 0, 0.8);
}

.service-section {
    padding: 50px 0px;
}

.service-section .service-wrapper {
    display: flex;
    gap: 20px;
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 20px 10px;
    margin-top: 30px;
    min-height: 185px;
    background: #f5f5f5;
    box-shadow: 5px 4px 5px #d1d1d1;
}

.service-section .service-wrapper h3 {
    font-size: 20px;
}

.service-section .service-wrapper ul {
    margin: 0px;
    padding: 0px;
}

.service-section .service-wrapper ul li {
    list-style: circle;
    margin-left: 20px;
}

.inner-header-section {
    background: #42a3b9;
    padding: 24px 0px;
}

.contact-page-section-1 {
    padding: 40px;
}

.contact-map-section iframe {
    width: 100%;
    height: 400px;
    border: 0px;
    margin: 0px;
    padding: 0px;
}

.service-page-section {
    padding: 50px 0px;
    background: beige;
}

.service-page-section ul {
    margin: 0px;
    padding: 0px;
}

.service-page-section ul li {
    list-style: none;
}

.inner-header img {
    width: 100%;
}

#commonMsg .modal-content {
    border-radius: 10px;
    border: 0px;
    overflow: hidden;
}

#commonMsg button {
    opacity: 1;
    color: #ccc;
}

#commonMsg .modal-header {
    background: #2b384b !important;
    color: #fff;
    border: 0px;
}

#commonMsg .modal-title {
    font-size: 16px;
}

nav .nav-toggle {
    display: none;
}


.work-process-area .section-title h2 {
    max-width: 550px;
    margin-left: auto;
    margin-right: auto
}

.work-process-left {
    background-color: #ffc107;
    padding: 148px 50px;
    border-radius: 10px;
    /* margin-bottom: -3px; */
    position: relative;
    z-index: 1
}

.work-process-left::before {
    content: '';
    position: absolute;
    z-index: -1;
    opacity: .2;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../images/shape/bg-shape.png)
}

.work-process-left .section-title {
    margin-bottom: 30px
}

.work-process-left .section-title h2 {
    color: #fff
}

.work-process-left .default-btn {
    margin: 0 auto
}

.work-process-card {
    background-color: #fff;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    padding: 30px 20px;
    /* margin-bottom: 8px; */
    position: relative;
    border-radius: 10px;
    font-size: .98rem;
    height: 100%;
    z-index: 1
}
.work-process-card h4{
    font-size: 18px;
}
.work-process-card::before {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    width: 70px;
    height: 55px;
    background-color: #ffc107;
    border-radius: 0 0 0 270px;
    opacity: .1;
    -webkit-transition: .7s;
    transition: .7s
}

.work-process-card i {
    font-size: 60px;
    color: #0071dc;
    line-height: 1.2
}

.work-process-card h3 {
    margin-top: 15px;
    margin-bottom: 10px
}

.work-process-card p {
    margin-bottom: 0
}

.work-process-card .number {
    font-size: 24px;
    color: #fcbd00;
    font-weight: 600;
    position: absolute;
    top: 5px;
    right: 15px
}

.work-process-area-two {
    position: relative;
    background: #f5f5dc;
    padding: 30px 0;
}

.work-shape {
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center
}

.work-process-card-two {
    background-color: #fff;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    padding: 35px 23px;
    margin-bottom: 30px
}

.work-process-card-two .number-title {
    font-size: 30px;
    color: #0071dc;
    font-weight: 600;
    margin-bottom: 10px;
    display: block
}

.work-process-card-two h3 {
    margin-bottom: 15px
}

.work-process-card-two p {
    margin-bottom: 0
}

.work-process-right {
    background-color: #070b3b;
    padding: 138px 50px;
    border-radius: 10px;
    margin-bottom: 30px;
    position: relative;
    z-index: 1
}

.work-process-right::before {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../images/shape/bg-shape2.png)
}

.work-process-right .section-title {
    margin-bottom: 30px
}

.work-process-right .section-title h2 {
    color: #fff
}

.work-process-right .default-btn {
    margin: 0 auto
}

.work-process-card-three {
    background-color: #fff;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    padding: 35px 23px;
    margin-bottom: 30px;
    position: relative;
    z-index: 1
}

.work-process-card-three::before {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    width: 85px;
    height: 75px;
    background-color: #0071dc;
    border-radius: 0 0 0 100%;
    opacity: .1;
    -webkit-transition: .7s;
    transition: .7s
}

.work-process-card-three .number-title {
    font-size: 30px;
    color: #0071dc;
    font-weight: 600;
    margin-bottom: 10px;
    display: block
}

.work-process-card-three h3 {
    margin-bottom: 15px
}

.work-process-card-three p {
    margin-bottom: 0
}

.work-process-card-three i {
    font-size: 30px;
    color: #0071dc;
    position: absolute;
    top: 7px;
    right: 15px
}
.counter-area {
    position: relative
}

.counter-area .section-title h2 {
    max-width: 560px;
    margin-left: auto;
    margin-right: auto
}

.counter-area .section-title p {
    margin-left: auto;
    margin-right: auto;
    max-width: 720px
}

.counter-content {
    margin-bottom: 30px;
    text-align: center
}

.counter-content h1 {
    font-size: 170px;
    color: #252525;
    margin-bottom: 0;
    line-height: 1
}

.counter-content h1 span {
    color: #0071dc;
    line-height: 1;
    position: relative;
    top: -6px
}

.counter-content h3 {
    margin-bottom: 13px
}

.counter-content p {
    max-width: 355px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0
}

.counter-another-content {
    margin-bottom: 25px;
    padding-left: 90px;
    position: relative
}

.counter-another-content svg {
    position: absolute;
    line-height: 1;
    font-size: 60px;
    top: 3px;
    left: 0;
    color: #0071dc
}

.counter-another-content h3 {
    color: #252525;
    font-size: 35px;
    line-height: 1;
    margin-bottom: 8px
}

.counter-another-content span {
    font-size: 17px;
    color: #444;
    margin-bottom: 0;
    font-weight: 600
}

.counter-shape {
    display: none
}

.counter-shape .shape1 {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1
}

.counter-shape .shape1 img {
    max-width: 200px
}

.counter-shape .shape2 {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1
}

.counter-shape .shape2 img {
    max-width: 200px
}


/*/ start count stats /*/

section#counter-stats {
	display: flex;
	justify-content: center;
	margin: 70px;
}

.stats {
  text-align: center;
  font-size: 35px;
  font-weight: 700;
}

.stats svg {
  color: #ffc107;
  font-size: 60px;
}
.counting{
    color: #243753;
}
/*/ end count stats /*/
a:hover{
    text-decoration: none;
}
a .card{
    color: #333;
    background-color: #f4f4f4;

}
a .card h6{
    font-size: .89rem;
}
a .card:hover{
    color: #333;
    text-decoration: none;
    background-color:#fabd2e;
    box-shadow: 0 0 10px #ffc107;
}


.default-form .form-group {
    position: relative;
    display: block;
    margin-bottom: 20px;
}

.default-form .form-group .select-box {
    min-height: 60px;
}

.default-form .form-group input[type='text'],
.default-form .form-group input[type='email'],
.default-form .form-group input[type='number'],
.default-form .form-group input[type='tel'],
.default-form .form-group textarea,
.default-form select {
    position: relative;
    display: block;
    width: 100%;
    height: 60px;
    border: 1px solid #e6e2e3;
    border-radius: 15px;
    font-size: 1rem;
    color: #757072;
    padding: 15px;
    padding-right: 50px;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.08);
    transition: all 500ms ease;
}

.default-form .form-group textarea {
    height: 110px;
    resize: none;
}

.default-form .form-group input:focus,
.default-form .form-group textarea:focus {}

.default-form .form-group i {
    position: absolute;
    top: 22px;
    right: 20px;
    font-size: 16px;
    z-index: 1;
}

.default-form .form-group .theme-btn {
    border: 1px solid #e6e2e3;
    box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 08%);
    width: 100%;
}

.default-form .form-group.message-btn {
    margin-bottom: 0px;
}


.events-details .form-inner {
    position: relative;
    display: block;
    background: #fff;
    border-radius: 15px;
    border: 1px solid #e6e2e3;
    padding: 70px 60px 80px 60px;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.10);
}

.events-details .form-inner .column {
    padding: 0px 10px;
}

.events-details .form-inner .events-form {
    margin: 0px 5px;
}

.events-details .form-inner .form-group textarea {
    height: 130px;
}

.events-details .form-inner .form-group button {
    width: 100%;
}

.events-details .form-inner .form-title {
    margin-bottom: 52px;
}

.events-details .form-inner .form-title h2 {
    margin-bottom: 8px;
}

.contact-info li{
    list-style: none;
    border-bottom: 1px solid #ccc;
}

.nav-item:hover .dropdown-menu{
    display: block;
}
