/********** Template CSS **********/
:root {
    --primary: #2124B1;
    --secondary: #4777F5;
    --light: #F7FAFF;
    --dark: #1D1D27;
}


/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}

.career-img{
    background-image: url("img/.career-img.jpeg");
}
/*** Heading ***/
h1,
h2,
h3,
.fw-bold {
    font-weight: 700 !important;
}

h4,
h5,
h6,
.fw-medium {
    font-weight: 400 !important;
}


/*** Button ***/
.btn {
    font-weight: 500;
    transition: .5s;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 50px;
}


/*** Navbar ***/
.navbar-light .navbar-nav .nav-link {
    position: relative;
    margin-left: 25px;
    padding: 35px 0;
    color: var(--light) !important;
    outline: none;
    transition: .5s;
}

.sticky-top.navbar-light .navbar-nav .nav-link {
    padding: 20px 0;
    color: #FFFFFF !important;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: #ffc107 !important;
    color: #ffc107 !important;
}

.navbar-light .navbar-brand h1 {
    color: #FFFFFF;
}

.navbar-light .navbar-brand img {
    /* max-height: 60px; */
    transition: .5s;
}

.sticky-top.navbar-light .navbar-brand img {
    max-height: 100px;
}
.main-div{
    padding-top:100px;
    padding-bottom: 100px;
}
@media (max-width: 991.98px) {
    .sticky-top.navbar-light {
        position: relative;
        background: #FFFFFF;
    }

    .navbar-light .navbar-collapse {
        margin-top: 15px;
        border-top: 1px solid #DDDDDD;
    }

    .navbar-light .navbar-nav .nav-link,
    .sticky-top.navbar-light .navbar-nav .nav-link {
        padding: 10px 0;
        margin-left: 0;
        color: var(--dark) !important;
    }

    .navbar-light .navbar-brand h1 {
        color: var(--primary);
    }

    /* .navbar-light .navbar-brand img {
        max-height: 80px;
    } */
}

@media (min-width: 992px) {
    .navbar-light {
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        border-bottom: 1px solid rgba(256, 256, 256, .1);
        z-index: 999;
    }
    
    .sticky-top.navbar-light {
        position: fixed;
        background: #FFFFFF;
    }

    .navbar-light .navbar-nav .nav-link::before {
        position: absolute;
        content: "";
        width: 0;
        height: 2px;
        bottom: -1px;
        left: 50%;
        background: #47fc6e;
        transition: .5s;
    }

    .navbar-light .navbar-nav .nav-link:hover::before,
    .navbar-light .navbar-nav .nav-link.active::before {
        width: 100%;
        left: 0;
    }

    .navbar-light .navbar-nav .nav-link.nav-contact::before {
        display: none;
    }

    .sticky-top.navbar-light .navbar-brand h1 {
        color: var(--primary);
    }
}


/*** Hero Header ***/
.hero-header {
    background:
        url(../img/bg-dot.png),
         url(../img/bg-dot.png),
        url(../img/bg-round.png),
        url(../img/bg-tree.png),
        url(../img/page-title-bg.jpg);  
    /* background-position:
        10px 10px,
        bottom 190px right 10px,
        left 55% top -1px,
        left 45% bottom -1px,
        center bottom -1px; */
    background-repeat: no-repeat;
   
}


/*** Section Title ***/
.section-title::before {
    position: absolute;
    content: "";
    width: 45px;
    height: 4px;
    bottom: 0;
    left: 0;
    /* background: var(--dark); */
}


.section-title::after {
    position: absolute;
    content: "";
    width: 4px;
    height: 4px;
    bottom: 0;
    left: 50px;
    /* background: var(--dark); */
}

.section-title.text-center::before {
    left: 50%;
    margin-left: -25px;
}

.section-title.text-center::after {
    left: 50%;
    margin-left: 25px;
}

.section-title h6::before,
.section-title h6::after {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    top: 2px;
    left: 0;
    /* background: rgba(33, 66, 177, .5); */
}

.section-title h6::after {
    top: 5px;
    left: 3px;
}


/*** Service ***/
.service-item {
    position: relative;
    /* height: 350px; */
    padding: 30px 25px;
    background: #FFFFFF;
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
    transition: .5s;
}
.service-items {
    position: relative;
    background: #FFFFFF;
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
    transition: .5s;
    height: 550px;
}
 .service-item:hover {
    /* background: var(--primary); */
    border: 1px solid var(--primary);
}

.service-item .service-icon {
    margin: 0 auto 20px auto;
    width: 90px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--light);
    background: url(../img/icon-shape-primary.png) center center no-repeat;
    transition: .5s;
}

.service-item:hover .service-icon {
    color: var(--primary);
    background: url(../img/icon-shape-white.png);
}

.service-item h5,
.service-item p {
    transition: .5s;
}

/* .service-item:hover h5,
.service-item:hover p {
    color: var(--light);
} */

.service-item a.btn {
    position: relative;
    display: flex;
    color: var(--primary);
    transition: .5s;
    z-index: 1;
}

.service-item:hover a.btn {
    color: var(--primary);
}

/* .service-item a.btn::before {
    position: absolute;
    content: "";
    width: 35px;
    height: 35px;
    top: 0;
    left: 0;
    border-radius: 35px;
    background: #DDDDDD;
    transition: .5s;
    z-index: -1;
} */

.service-item:hover a.btn::before {
    width: 100%;
    background: var(--light);
}
@media (max-width: 776px) {
    .service-items{
          position: relative;
    background: #FFFFFF;
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
    transition: .5s;
    height:auto !important;
        
    } 
    .img-hire{
        width:100%;
        height:auto !important
    }
}
.img-hire{
     width:100%;
     height:500px
}
@media (max-width: 776px) {
    .service-items{
          position: relative;
    background: #FFFFFF;
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
    transition: .5s;
    height:auto !important;
        
    } 
    .img-hire{
        width:100%;
        height:auto !important
    }
}
.img-hire{
     width:100%;
     height:500px
}

/*** Testimonial ***/
.newsletter,
.testimonial {
    background:
        url(../img/bg-top.png),
        url(../img/bg-bottom.png);
    background-position:
        left top,
        right bottom;
    background-repeat: no-repeat;
}

.testimonial-carousel .owl-item .testimonial-item,
.testimonial-carousel .owl-item.center .testimonial-item * {
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-item {
    background: var(--light) !important;
    border-color: var(--light);
}

.testimonial-carousel .owl-item.center .testimonial-item * {
    color: #888888;
}

.testimonial-carousel .owl-item.center .testimonial-item i {
    color: var(--primary) !important;
}

.testimonial-carousel .owl-item.center .testimonial-item h6 {
    color: var(--dark) !important;
}


/*** Team ***/
.team-item {
    position: relative;
    transition: .5s;
    z-index: 1;
}

.team-item::after {
    position: absolute;
    content: "";
    top: 3rem;
    right: 3rem;
    bottom: 0;
    left: 0;
    border-radius: 10px;
    background: #FFFFFF;
    box-shadow: 0 0 45px rgba(0, 0, 0, .1);
    transition: .5s;
    z-index: -1;
}

.team-item:hover::after {
    background: var(--primary);
}

.team-item h5,
.team-item small {
    transition: .5s;
}

.team-item:hover h5,
.team-item:hover small {
    color: var(--light);
}


/*** Project Portfolio ***/
#portfolio-flters .btn {
    position: relative;
    display: inline-block;
    margin: 10px 4px 0 4px;
    transition: .5s;
}

#portfolio-flters .btn::after {
    position: absolute;
    content: "";
    right: -1px;
    bottom: -1px;
    border-left: 20px solid transparent;
    border-right: 0 solid transparent;
    border-bottom: 50px solid #FFFFFF;
}

#portfolio-flters .btn:hover,
#portfolio-flters .btn.active {
    color: var(--light);
    background: var(--primary);
}

.portfolio-overlay {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 30px;
    top: 0;
    left: 0;
    background: var(--primary);
    transition: .5s;
    z-index: 1;
    opacity: 0;
}

.portfolio-item:hover .portfolio-overlay {
    opacity: 1;
}

.portfolio-item .btn {
    position: absolute;
    width: 90px;
    height: 90px;
    top: 0px;
    right: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url(../img/icon-shape-white.png) center center no-repeat;
    border: none;
    transition: .5s;
    opacity: 0;
    z-index: 2;
}

.portfolio-item:hover .btn {
    opacity: 1;
    transition-delay: .15s;
}


/*** Footer ***/
.footer {
    background: url(../img/footer.png) center center no-repeat;
    background-size: contain;
}

.footer .btn.btn-social {
    margin-right: 5px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--light);
    border: 1px solid rgba(256, 256, 256, .1);
    border-radius: 40px;
    transition: .3s;
}

.footer .btn.btn-social:hover {
    color: var(--primary);
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 10px;
    padding: 0;
    text-align: left;
    color: var(--light);
    font-weight: normal;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .copyright {
    padding: 25px 0;
    font-size: 14px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: var(--light);
}

.footer .footer-menu a {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid rgba(255, 255, 255, .1);
}

.footer .footer-menu a:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}
.social_img i{
    transform: rotate(0deg);
    transition: 0.5s;
    margin:  0 5px;
  }
  .social_img i:hover{
    transform: rotate(360deg);
  }
  .btn-squares {
    width: 38px;
    height: 38px;
    background-color:#2124B1;
    color: #FFFFFF;
}
  .btn-squares,
.btn-sm-square,
.btn-lg-square {
    padding: 8px;
    /* display: flex; */
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 50px;
}

@media only screen and (max-width: 767px) {
    body,p {
        font-size:15px
    }

    .container {
        max-width: 100%;
    }
    .single-footer-widget h3 {
        margin-bottom: 20px;
        font-size: 20px
    }
    .img-rotated{
        width: 100px !important;
        height: 100px !important;
    }
    .main-div{
        margin-top: 0px !important;
    }
}

.footer-area {
    /* padding-top: 100px; */
    position: relative;
    z-index: 1
}

.footer-area.bg-color {
    background-color: #fefcf8
}

.single-footer-widget {
    margin-bottom: 30px
}

.single-footer-widget .logo {
    margin-bottom: 15px;
    font-size: 15px;
    display: inline-block
}

.single-footer-widget .social-link {
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 0;
    margin-top: 18px
}

.single-footer-widget .social-link li {
    display: inline-block;
    margin-right: 10px
}

.single-footer-widget .social-link li:last-child {
    margin-right: 0
}

.single-footer-widget .social-link li a {
    width: 30px;
    height: 30px;
    text-align: center;
    color: #fff;
    background-color: #6b6b84;
    font-size: 18px;
    position: relative;
    border-radius: 2px
}

.single-footer-widget .social-link li a i {
    position: absolute;
    left: 0;
    top: 50%;
    right: 0;
    transform: translateY(-48%)
}

.single-footer-widget .social-link li a:hover {
    background-color: #0910e3;
    color: #fff
}

.single-footer-widget h3 {
    margin-bottom: 25px;
    font-size: 26px
}

.single-footer-widget .footer-links-list {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none
}

.single-footer-widget .footer-links-list li {
    margin-bottom: 12px;
    color: #6b6b84;
    /* font-weight: 600 */
}

.single-footer-widget .footer-links-list li a {
    color: #6b6b84;
    display: inline-block
}

.single-footer-widget .footer-links-list li a:hover {
    color: #8da3e4
}

.single-footer-widget .footer-links-list li:last-child {
    margin-bottom: 0
}

.single-footer-widget .footer-contact-info {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none
}

.single-footer-widget .footer-contact-info li {
    margin-bottom: 13px;
    color: #6b6b84;
    position: relative;
    padding-left: 23px;
    /* font-weight: 600 */
}

.single-footer-widget .footer-contact-info li a {
    color: #6b6b84;
    display: inline-block
}

.single-footer-widget .footer-contact-info li a:hover {
    color: #7680ea
}

.single-footer-widget .footer-contact-info li:last-child {
    margin-bottom: 0
}

.single-footer-widget .footer-contact-info li i {
    position: absolute;
    left: 0;
    color: #2124B1;
    top: 4px
}

.single-footer-widget .footer-contact-info li i.bxs-inbox {
    top: 3px
}

.footer-bottom-area {
    margin-top: 70px;
    border-top: 1px solid #f3f2ee;
    padding-top: 25px;
    padding-bottom: 25px
}

.footer-bottom-area p i {
    position: relative;
    top: 1.3px
}

.footer-bottom-area p a {
    color: #ff5d22;
    font-weight: 600
}

.footer-bottom-area p a:hover,.footer-bottom-area p strong {
    color: #221638
}

.footer-bottom-area ul {
    text-align: right;
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none
}

.footer-bottom-area ul li {
    color: #6b6b84;
    position: relative;
    display: inline-block;
    margin-right: 20px
}

.footer-bottom-area ul li:last-child {
    margin-right: 0
}

.footer-bottom-area ul li:last-child:before {
    display: none
}

.footer-bottom-area ul li:before {
    content: "";
    position: absolute;
    right: -12px;
    top: 5.6px;
    width: 1px;
    height: 14px;
    background-color: #6b6b84
}

.footer-bottom-area ul li a {
    display: block;
    color: #6b6b84
}

.footer-bottom-area ul li a:hover {
    color: #9d8ddc
}

.footer-map {
    position: absolute;
    right: 20%;
    top: 40%;
    transform: translateY(-40%);
    z-index: -1;
    opacity: .8
}

.footer-map img {
    animation: moveleftbounce 5s linear infinite
}

@keyframes moveleftbounce {
    0% {
        transform: translateX(0)
    }

    50% {
        transform: translateX(-20px)
    }

    to {
        transform: translateX(0)
    }
}

@media only screen and (max-width: 767px) {
    .single-footer-widget h3 {
        margin-bottom: 20px;
        font-size: 20px;
    }
}

@media only screen and (max-width: 767px) {
    body, p {
        font-size: 15px;
        text-align: justify;
    }
    .main-div{
        padding-top:10px;
        padding-bottom: 20px;
    }
}
p {
    color: #6b6b84;
    line-height: 1.8;
    margin-bottom: 15px;
    font-weight: 400;
    font-family: 'Courier New', Courier, monospace;
    /* font-size: 17px; */
}


/* .section-title .sub-title img {
    margin-right: 5px;
    animation-name: rotateme;
    animation-duration: 40s;
    animation-iteration-count: infinite;
    animation-timing-function: linear
} */

.image {
    position: absolute;
    /* top: 50%;
    left: 50%;
    width: 120px;
    height: 120px; */
    margin:-5px 0 0 -10px;
    -webkit-animation:spin 4s linear infinite;
    -moz-animation:spin 4s linear infinite;
    animation:spin 10s linear infinite;
}
@-moz-keyframes spin { 
    100% { -moz-transform: rotate(360deg); } 
}
@-webkit-keyframes spin { 
    100% { -webkit-transform: rotate(360deg); } 
}
@keyframes spin { 
    100% { 
        -webkit-transform: rotate(360deg); 
        transform:rotate(360deg); 
    } 
}


.our-mission-content {
    position: relative
}

.our-mission-content .content {
    max-width: 585px;
    margin-left: auto
}

.our-mission-content .content .sub-title {
    position: relative;
    display: block;
    text-transform: uppercase;
    margin-bottom: 15px;
    /* color: #2e11ea; */
    font-weight: 700;
    font-size: 15px
}

.our-mission-content .content .sub-title img {
    margin-right: 5px;
    animation-name: rotateme;
    animation-duration: 40s;
    animation-iteration-count: infinite;
    animation-timing-function: linear
}

.our-mission-content .content h2 {
    margin-bottom: 15px;
    font-size: 44px
}

.our-mission-content .content p {
    margin-bottom: 20px
}

.our-mission-content .content p:last-child {
    margin-bottom: 0
}

.our-mission-content .content .our-mission-list {
    padding-left: 0;
    list-style-type: none;
    /* overflow: hidden; */
    padding-bottom: 7px;
    margin: -20px -15px 30px
}

.our-mission-content .content .our-mission-list li {
    width:250px;
    float: left;
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 30px;
    position: relative;
    box-shadow: 0 0 10px rgba(0,0,0,.05);
    padding: 15px 15px 17px 68px;
    border-radius: 5px;
    z-index: 1;
    background-color: #fff;
    font-size: 14px
}

.our-mission-content .content .our-mission-list li i {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 3px;
    width: 40px;
    height: 40px;
    line-height: 41px;
    text-align: center;
    transition: .5s;
    background-color: #deecf4;
    font-size: 20px
}

.our-mission-content .content .our-mission-list li img {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1
}

.our-mission-content .content .our-mission-list li:hover i {
    background-color: #0a5dd2;
    color: #fff
}

.our-mission-content .content .features-list {
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 30px;
    margin-top: 30px
}

.our-mission-content .content .features-list li {
    position: relative;
    margin-bottom: 35px;
    padding-left: 53px;
    font-size: 19px;
    font-weight: 800
}

.our-mission-content .content .features-list li i {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 3px;
    width: 40px;
    height: 40px;
    line-height: 41px;
    text-align: center;
    transition: .5s;
    background-color: #deecf4;
    font-size: 20px
}

.our-mission-content .content .features-list li:last-child {
    margin-bottom: 0
}

.our-mission-content .content .features-list li:hover i {
    background-color: #ff5d22;
    color: #fff
}

.our-mission-content .content .default-btn {
    margin-top: 5px
}

.our-mission-image {
    text-align: center;
    position: relative;
    z-index: 1
}

.our-mission-image .shape {
    position: absolute;
    right: -15px;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1
}

#customers {
    font-family: Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 100%;
    background-color: #36a5d9;
    color: white;
  }
  
  #customers td, #customers th {
    border: 1px solid #ddd;
    padding: 8px;
    color: white;
  }
  
  /* #customers tr:nth-child(even){background-color: #f2f2f2;} */
  
  #customers tr:hover {background-color: #ddd;}
  
  #customers th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #04AA6D;
    color: white;
  }
  #blink_text{	
    animation-name:blink;
    width:280px;
    animation-duration:2s;
    animation-timing-function:ease-in;
    animation-iteration-count:Infinite;
    }
  
  @keyframes blink{
    0%{color:rgb(223, 9, 235);}
    50%{color:white;}
    100%{color:rgb(60, 15, 223);}
  }
  

.rotating {
    -webkit-animation: rotating 5s linear infinite;
    opacity: 0.5;
    
}
@-webkit-keyframes rotating {
    from{
        -webkit-transform: rotate(0deg);
    }
    to{
        -webkit-transform: rotate(360deg);
    }
}


.rotatings {
    -webkit-animation: rotating 30s linear infinite;
    opacity: 0.5;
    
}
@-webkit-keyframes rotatings {
    from{
        -webkit-transform: left(0deg);
    }
    to{
        -webkit-transform:right(360deg);
    }
}

.img-rotated{
    width:100%;
    height:100%;
}
.main-div{
    margin-top: 100px;
}