*{
    margin: 0;
    padding: 0;
}
body {
    /*font-family: 'Work Sans', sans-serif;*/
    /*font-family: 'Lato', sans-serif;*/
    font-family: "Noto Sans", sans-serif;
    overflow-x: hidden;
    font-weight:400;
}
h1,h2,h3,h4,h5,h6
{
    font-weight:600;
}

.brand img {
  filter: grayscale(65%);
  transition: filter 0.4s ease-in-out;
}

.brand img:hover {
  filter: grayscale(0%);
}


.d-relative{
    position:relative !important;
}
.header-main {
    background: linear-gradient(0deg, #ffffff, #ffffff), url(image.png);
    height: 120px;
    display: flex;
    align-items: center;
}
a.navbar-brand {
    margin: 0;
    padding: 0;
}
a.navbar-brand img {
    height: auto;
    margin: 0;
    padding: 0;
    width: 220px;
}
.video {
  height: 0;
  padding-bottom: 42.6%;
  position: relative;
}

.tl-industries{
    /*cursor: pointer;*/
    color: #19459c;
    font-size: 24px;
    line-height: 40px;
    font-weight: 500;
}

.video__frame {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: auto;
  height: auto;
}
.video video {
  width: 100%;
  height: 100%;
}
.dropdown-content {
    display: none;
}
svg.bi.bi-chevron-down {
    vertical-align: text-bottom;
    margin-left: 2px;
}
nav.navbar.navbar-expand-lg.navbar {
    padding: 0;
    width: 100%;
}
div#navbarNavAltMarkup {
    width: 100%;
    display: flex;
    justify-content: flex-end;
}
nav.navbar.navbar-expand-lg.navbar a {
    color: #000000;
    font-size: 14px;
    cursor: pointer;
    text-decoration: none;
    font-weight: 500;
}
.dropdown-content a {
    color: #000 !important;
    text-align: center;
    width: 100%;
    padding: 6px 10px 6px !important;
    display: flex;
    font-weight: 500;
}
.dropdown-content {
    position: absolute;
    background: #fff;
    z-index: 9;
    padding: 20px 10px;
    width: 200px;
    border-radius: 6px;
}

/* a.dropbtn.nav-item.nav-link.active {
    color: #FFCF01;
} */
/*.dropdown:hover .dropdown-content {*/
/*    display: flex;*/
/*}*/
section.introduction {
    padding: 80px 0;
}
section.introduction h2 {
    font-weight: 700;
    font-size: 34px;
    line-height: 54px;
    text-align: center;
    color: #19459c;
}
section.introduction p {
    font-weight: 300;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    color: #000;
    width: 80%;
    margin: 0 auto 20px;
}
.col-md-12.text-center.fav-mid img {
    width: 100px;
    margin-top: 20px;
}

.main-banner .item {
    display: flex;
    justify-content: center;
    align-items: center;
}
.banner-content.text-center p {
    font-weight: 500;
    font-size: 42px;
    line-height: 40px;
    text-align: center;
    color: #FFFFFF;
}
.boxs {
    border: 2px ;
    /* box-shadow: 0px 4px 24px 6px rgb(0 0 0 / 25%); */
    border-radius: 10px;
    padding: 0 20px 20px;
    cursor: pointer;
    transition: all 0.5s ease;
    
}
.boxs:hover {
    box-shadow: 0px 4px 15px 6px rgb(0 0 0 / 17%);
}
.box-header{
    text-align: center;
}
.box-header span {
    font-size: 20px;
    color: #22B45F;
    border-left: 2px ;
    border-right: 2px ;
    border-bottom: 2px ;
    font-weight: 500;
    line-height: 1;
    display: block;
    padding: 10px 0;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}
.boxs:hover .box-header {
    background: #22B45F;
    color: #fff;
        border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}
.boxs:hover .box-header span {
    color: #fff;
}

.box-contents p {
    margin-top: 25px;
}
.gallary-row {
    display: flex;
    align-items: center;
}
.image-box-1 {
    width: 50%;
}
.box-1 {
    width: 50%;
    /*background: #0F2D521A;*/
}
.image-box-2 {
    width: 50%;
}
.box-2 {
    width: 50%;
    /*background: #0F2D521A;*/
}
.image-box-3 {
    width: 50%;
}
.box-3 {
    width: 50%;
}
.box-1:hover h3 {
    color: #19459c;
}
.box-2:hover h3 {
    color: #19459c;
}
.box-3:hover h3 {
    color: #19459c;
}
.box-1:hover button.btnMain {
    background: #19459c;
    
}
.box-2:hover button.btnMain {
    background: #19459c;
    
}
.box-3:hover button.btnMain {
    background: #19459c;
    
}
section.gallaries {
    background: rgba(15, 45, 82, 0.1);
}
.gallary-row h3 {
    font-weight: 600;
    font-size: 32px;
    line-height: 47px;
    margin-top: 20px;
    color: #726E81;
}
.gallary-row p {
    font-weight: 300;
    font-size: 20px;
    line-height: 25px;
    color: #000000;
}
button.btnMain {
    background: #726E81;
    border-radius: 29px;
    height: 50px;
    width: auto;
    color: #fff;
    padding: 0 45px;
    font-size: 18px;
    cursor: pointer;
    line-height:26px;
}
.gallary-row p {
    font-weight: 300;
    font-size: 20px;
    line-height: 25px;
    color: #000000;
    margin: 20px 0 40px;
}
button.btnMain:hover {
    background: #22B45F;
}
.box--content {
    width: 80%;
    margin: auto;
    height: 100%;
}
.box-3 .box--content p {
    font-size: 32px;
    font-weight: 400;
}
section.recommended h2 {
    font-weight: 500;
    font-size: 34px;
    line-height: 54px;
    text-align: center;
    color: #1a2256;
}


section.recommended {
    padding: 40px 0;
}
.owl-carousel.recommend-carousel.owl-loaded.owl-drag {
    margin-top: 30px;
}
.recommended-box {
    background: #FFFFFF;
    box-shadow: 0px 3.51546px 3.51546px rgb(0 0 0 / 25%);
    border-radius: 8.78864px;
}
.client-img img {
    width: 40px !important;
}
.client-row p {
    margin: 0;
    margin-left: 8px;
    font-size: 14px;
}


.client-row {
    display: flex;
    align-items: center;
    padding: 15px;
}
.prize-detail h4 {
    font-weight: 600;
    font-size: 18px;
    line-height: 20px;
    color: #000000;
}
.prize-detail {
    padding: 0 15px 15px;
}
.prize-detail p {
    font-size: 14px;
}
section.banner {
    height: 500px;
    width: 100%;
}
section.banner img {
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
}
.prize-detail .btnMain {
    width: 100%;
    display:none;
}
section.partner h2 {
    font-weight: 500;
    font-size: 34px;
    line-height: 54px;
    text-align: center;
    color: #1a2256;
}


section.partner{
    padding:80px 0;
}
section.footer {
    background: #726e81;
    padding: 25px 0;
}
.footer-logo img {
    height: 40.44px;
    margin-bottom: 16px;
}
.footer-logo p {
    margin: 0;
    color: #fff;
    font-weight: 400;
    font-size: 14px;
}
span.social-icon {
    display: flex;
    margin-bottom: 15px;
    justify-content: space-around;
    margin-top: 10px;
}
span.social-icon img {
    width: 35px;
    /* margin-right: 10px; */
}
p.links a {
    color: #000;
    text-decoration: none;
    font-weight: 400;
    font-size: 14px;
}

p.links {
    display: flex;
    justify-content: space-around;
    margin: 0;
    text-decoration: underline;
}
a.nav-link:hover {
    color: #22B45F !important;
}
a.nav-link.active {
    color: #19459c !important;
}
.dropdown-content a:hover{
    color: #22B45F !important;
}
.dropdown-content a.active{
    color: #22B45F !important;
}
.main-banner .owl-nav {
    position: absolute;
    top: 39%;
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 0 40px;
    font-size: 80px;
}
.main-banner .owl-nav button:focus {
outline: 0;
}
section.recommended .owl-nav.disabled button {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    font-size: 35px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #726E81 !important;
    color: #fff !important;
    line-height: 1;
}
section.recommended .owl-nav.disabled button:hover{
    background: #22B45F !important;
}
section.recommended .owl-nav.disabled button:focus{
    outline: 0;
}
section.recommended .owl-nav.disabled button.owl-prev
{
    margin-right: 10px;
}
/*section.recommended .owl-nav.disabled {*/
/*    display: flex;*/
/*    justify-content: flex-end;*/
/*    margin-top: 30px;*/
/*}*/
.navbar-fixed {
    position: fixed;
    background: #ffffff;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 9999;
}
.owl-carousel.recommend-carousel.owl-loaded.owl-drag .owl-stage-outer {
    padding: 10px 0;
}

.industry-sec .about-sec{
    background: #f2f2f2;
    padding: 80px 0;
}

.banner-carousel .owl-stage-outer {
    height:80vh;
}

span.social-icon img:hover {
    transform: rotate(360deg);
}
span.social-icon img {
    width: 35px;
    transition: 1s;
}
div#navbarSupportedContent {
    /* width: 100%; */
    justify-content: flex-end;
}
@media(max-width: 720px){
    
    .pr-5.pl-5{
        padding : 0 !important;
    }
    nav.navbar.navbar-expand-lg.navbar {
    padding: 0 10px;
    width: 100%;
}
a.navbar-brand img {
    height: 35px;
    margin: 0;
    padding: 0;
}
div#navbarSupportedContent {
    position: absolute;
    top: 40px;
    left: 17px;
    width: 90%;
    background: #22B45Feb;
    border-radius: 6px;
    padding: 20px;
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%), 0 3px 6px rgb(0 0 0 / 23%);
}
button.navbar-toggler:focus {
    outline: 0;
}

button.navbar-toggler {
    color: #fff;
}
.boxs.mr-2 {
    margin: 0 !important;
    margin-bottom: 20px !important;
}
.boxs.ml-1.mr-1 {
    margin: 0 !important;
    margin-bottom: 20px !important;
}
.boxs.ml-2{
    margin: 0 !important;
}
section.banner {
    height: 100%;
    width: 100%;
}
section.introduction h2 {
    font-weight: 700;
    font-size: 25px;
    line-height: 30px;
    text-align: center;
    color: #19459c;
}
section.introduction {
    padding: 40px 0;
}
.main-banner .item {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 300px !important;
    background-size: contain;
}
.banner-content.text-center p {
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    color: #FFFFFF;
}
.main-banner .owl-nav {
    position: absolute;
    top: 35%;
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 0 8px;
    font-size: 40px;
}
.image-box-1 {
    width: 100%;
}
.box-1 {
    width: 100%;
}
.image-box-2 {
    width: 100%;
}
.box-2 {
    width: 100%;
}
.image-box-3 {
    width: 100%;
}
.box-3 {
    width: 100%;
}
.gallary-row {
    display: flex;
    flex-direction: column;
}
.gallary-row.row2 {
    flex-direction: column-reverse;
}
.box--content {
    padding: 20px 0;
}
.gallary-row h3 {
    font-weight: 700;
    font-size: 25px;
    line-height: 26px;
    color: #000;
}
.box--content {
    padding: 20px 0;
    width: 90%;
}
.gallary-row p {
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
    color: #000000;
    margin: 10px 0 25px;
}
.box-3 .box--content p {
    font-size: 25px;
    font-weight: 400;
}
section.recommended h2 {
        font-weight: 500;
        font-size: 25px;
        line-height: 30px;
        text-align: center;
        color: #1a2256;
    }
.owl-carousel.recommend-carousel.owl-loaded.owl-drag {
    margin-top: 18px;
}
section.partner h2 {
    font-weight: 500;
    font-size: 25px;
    line-height: 30px;
    text-align: center;
    color: #1a2256;
}
section.partner img {
    margin-bottom: 20px;
}
.footer-logo p {
    margin: 0;
    color: #fff;
    font-weight: 300;
    font-size: 12px;
    text-align: center;
}
span.social-icon {
    display: flex;
    margin-bottom: 15px;
    justify-content: space-between;
    margin-top: 20px;
}

.footer-logo p {
    margin: 0;
    color: #fff;
    font-weight: 300;
    font-size: 12px;
    text-align: center;
    margin-top: 8px;
}
section.recommended .owl-nav button {
    width: 30px !important;
    height: 30px !important;
    border-radius: 50%;
    font-size: 30px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #C4C4C4 !important;
    color: #fff !important;
    line-height: 1;
}
section.recommended .owl-nav button:hover{
    background: #22B45F !important;
}
section.recommended .owl-nav button:focus{
    outline: 0;
}
section.recommended .owl-nav button.owl-prev
{
    margin-right: 10px;
}
/*section.recommended .owl-nav {*/
/*    display: flex;*/
/*    justify-content: flex-end;*/
/*    margin-top: 30px;*/
/*}*/
section.recommended {
    padding: 40px 0 0;
}
}
@media(min-width:721px) and (max-width: 768px){
/*    nav.navbar.navbar-expand-lg.navbar {*/
/*    padding: 0 10px;*/
/*    width: 100%;*/
/*}*/
/*a.navbar-brand img {*/
/*    height: 35px;*/
/*    margin: 0;*/
/*    padding: 0;*/
/*}*/
/*div#navbarSupportedContent {*/
/*    position: absolute;*/
/*    top: 40px;*/
/*    left: 17px;*/
/*    width: 90%;*/
/*    background: #22B45Feb;*/
/*    border-radius: 6px;*/
/*    padding: 20px;*/
/*    box-shadow: 0 3px 6px rgb(0 0 0 / 16%), 0 3px 6px rgb(0 0 0 / 23%);*/
/*}*/
button.navbar-toggler:focus {
    outline: 0;
}

button.navbar-toggler {
    color: #fff;
}
.boxs.mr-2 {
    margin: 0 !important;
    margin-bottom: 20px !important;
}
.boxs.ml-1.mr-1 {
    margin: 0 !important;
    margin-bottom: 20px !important;
}
.boxs.ml-2{
    margin: 0 !important;
}
section.banner {
    height: 100%;
    width: 100%;
}
section.introduction h2 {
    font-weight: 700;
    font-size: 25px;
    line-height: 30px;
    text-align: center;
    color: #19459c;
}
section.introduction {
    padding: 40px 0;
}
.banner-content.text-center p {
    font-weight: 500;
    font-size: 32px;
    line-height: 40px;
    text-align: center;
    color: #FFFFFF;
}
.main-banner .owl-nav {
    position: absolute;
    top: 37%;
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 0 12px;
    font-size: 70px;
}
.image-box-1 {
    width: 100%;
}
.box-1 {
    width: 100%;
}
.image-box-2 {
    width: 100%;
}
.box-2 {
    width: 100%;
}
.image-box-3 {
    width: 100%;
}
.box-3 {
    width: 100%;
}
.gallary-row {
    display: flex;
    flex-direction: column;
}
.gallary-row.row2 {
    flex-direction: column-reverse;
}
.box--content {
    padding: 20px 0;
}
.gallary-row h3 {
    font-weight: 700;
    font-size: 25px;
    line-height: 26px;
    color: #000;
}
.box--content {
    padding: 30px 0;
    width: 90%;
}
.gallary-row p {
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
    color: #000000;
    margin: 10px 0 25px;
}
.box-3 .box--content p {
    font-size: 25px;
    font-weight: 400;
}
    section.recommended h2 {
        font-weight: 500;
        font-size: 25px;
        line-height: 30px;
        text-align: center;
        color: #1a2256;
    }
.owl-carousel.recommend-carousel.owl-loaded.owl-drag {
    margin-top: 18px;
}
    section.partner h2 {
        font-weight: 500;
        font-size: 25px;
        line-height: 30px;
        text-align: center;
        color: #1a2256;
    }
section.partner img {
    margin-bottom: 20px;
}
section.recommended .owl-nav button {
    width: 30px !important;
    height: 30px !important;
    border-radius: 50%;
    font-size: 30px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #C4C4C4 !important;
    color: #fff !important;
    line-height: 1;
}
section.recommended .owl-nav button:hover{
    background: #22B45F !important;
}
section.recommended .owl-nav button:focus{
    outline: 0;
}
section.recommended .owl-nav button.owl-prev
{
    margin-right: 10px;
}
section.recommended .owl-nav {
    display: flex;
    justify-content: flex-end;
    margin-top: 30px;
}
section.recommended {
    padding: 40px 0 0;
}
.box-header span{
    font-size: 18px;
}
.boxs {
    border: 2px ;
    border-radius: 10px;
    padding: 0 15px 16px;
    cursor: pointer;
}
section.gallaries {
    background: rgba(15, 45, 82, 0.1);
    /*padding: 20px 0;*/
}
.prize-detail .btnMain {
    width: auto;
}
.prize-detail h4 {
    font-weight: 600;
    font-size: 18px;
    line-height: 20px;
    color: #000000;
}
.prize-detail p {
    font-size: 14px;
}
.client-img img {
    width: 33px !important;
}
.client-row p {
    margin: 0;
    margin-left: 15px;
    font-size: 20px;
}
}
html.sr {
    overflow-x: hidden;
}
.header-main {
    background: transparent;
    height: 120px;
    display: flex;
    align-items: center;
    position: fixed;
    width: 100%;
}
section.banner {
    height: 100%;
    width: 100%;
    margin-bottom: 80px;
    margin-top: 120px; 
}
.nav-toggle img {
    width: 60px;
}

button.nav-toggle:focus {
    outline: 0;
}
button.nav-toggle {
    border: none;
    background: no-repeat;
}
.nav-show {
    position: absolute;
    right: 0;
    top: 0;
    width: auto !important;
}
nav.navbar.navbar-expand-lg.navbar {
    position: unset;
    align-items: unset;
}
.container-fluid {
    width: 100%;
    padding-right: 50px;
    padding-left: 50px;
    margin-right: auto;
    margin-left: auto;
}
.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 0;
    margin-left: 0;
}
.close img {
    width: 30px;
}
.nav-toggle img {
    width: 45px;
}
.nav-head {
    padding: 42.5px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
button.nav-toggle {
    border: none;
    background: no-repeat;
    cursor: pointer;
}
a.nav-item {
    padding: 35px 20px;
    color: #fff !important;
    display: flex;
    justify-content: space-between;
    font-size: 18px !important;
}

a.dropbtn.nav-item.nav-link1 {
    background: #19459c;
}
a.dropbtn.nav-item.nav-link2 {
background: #22B45F;
}
a.nav-item.nav-link3 {
background: #726E81;
}
svg.bi.bi-chevron-down {
    width: 25px;
    height: 25px;
}
svg.bi.bi-chevron-up
{
    width: 25px;
    height: 25px;
}
/* svg.bi.bi-chevron-up2
{
    width: 25px;
    height: 25px;
    transform: rotate(180deg);
} */
.dropdown-contents a {
    padding: 0 20px;
}

.dropdown-contents {
    display: flex;
    flex-direction: column;
    height: 200px;
    justify-content: space-evenly;
    align-items: baseline;
    background: rgba(44, 104, 81, 0.1);
}
.dropdown-contents1 a {
    padding: 0 20px;
}

.dropdown-contents1 {
    display: flex;
    flex-direction: column;
    height: 200px;
    justify-content: space-evenly;
    align-items: baseline;
    background: rgba(44, 104, 81, 0.1);
}
.dropdown-contents2 a {
    padding: 0 20px;
}

.dropdown-contents2 {
    display: flex;
    flex-direction: column;
    height: 200px;
    justify-content: space-evenly;
    align-items: baseline;
    background: rgba(44, 104, 81, 0.1);
}
.navbar-nav a {
    font-weight: 400 !important;
}


nav.navbar.navbar-expand-lg.navbar a {
    color: #000000;
    font-size: 15px;
}
.boxs {
    border: 2px solid #726e8117;
}
.box-header span {
    font-size: 20px;
    color: #fff;
    border-left: 2px solid #726E81;
    border-right: 2px solid #726E81;
    border-bottom: 2px solid #726E81;
    font-weight: 500;
    line-height: 1;
    display: block;
    padding: 10px 0;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    background:#726E81;
     transition: all 0.5s ease;
}

.boxs span i {
    font-size: 50px;
    padding: 40px 0;
    color: #fff;
}
.boxs:hover .box-header span {
    background: #19459c;
    color: #fff;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}
.boxs:hover {
    border: 2px solid #ffffff;
}
.header-main.navbar-fixed {
    /* background: #fff; */
    /*Adeytayo: reduced the header fixed height*/
    height: 100px;
    /*top: -11px !important;*/
}
.header-main {
    background: transparent;
    height: 120px;
    display: flex;
    align-items: center;
    position: fixed;
    width: 100%;
    z-index: 99999;
}

/*sujal css*/

.button{
    margin: 0;
    height: auto;
    background: transparent;
    padding: 0;
    border: none;
}

.button{
    --border-right:6px;
    --text-stroke-color:rgba(255,255,255);
    --animation-color:rgb(255, 192, 0);
    --fs-size: 3rem;
    letter-spacing: 3px;
    text-decoration: none;
    font-size: var(--fs-size);
    font-family: "Arial";
    position: relative;
    text-transform: uppercase;
    color: transparent;
    -webkit-text-stroke: 1px var(--text-stroke-color);
}

.hover-text{
    position: absolute;
    box-sizing: border-box;
    content: attr(data-text);
    color: var(--animation-color);
    width: 0%;
    inset: 0;
    border-right: var(--border-right) solid var(--animation-color);
    overflow: hidden;
    transition: 0.5s;
    -webkit-text-stroke: 1px var(--animation-color);
}

.button:hover .hover-text{
    width: 100%;
    filter: drop-shadow(0 0 23px) var(--animation-color);
}

.banner-heading {
    position: absolute;
    top: 140px;
    left: 185px;
}

.main-banner-about {
    height: 350px;
    margin: 0 0 80px;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
}

.banner-heading h3 {
    font-size: 67px;
    color: rgb(255, 192, 0);
    font-weight: 500;
    letter-spacing: -5px;
    margin-top: -19px;
    margin-left: -6px;
    margin-bottom: 3px;
}

.banner-heading p {
    color: #fff;
    font-weight: 300;
    font-size: 20px;
}

.customers-section p {
    color: #000;
    font-size: 17px;
}

.customers-section h3 {
    color: #000;
    font-weight: 400;
    font-size: 32px;
    margin-bottom: 10px;
}


.right-line {
    height: 1px;
    background: #000;
    width: 30%;
    position: absolute;
    top: 20px;
    right: 30px;
}

.industry-heading {
    text-align: center;
    position: relative;
    margin: 50px 0;
}

.left-line {
    height: 1px;
    background: #000;
    width: 30%;
    position: absolute;
    top: 20px;
    left: 30px;
}

.industry-heading h3 {
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 30px;
}

.left-line2 {
    height: 2px;
    background:#19459c;
    width: 27%;
    position: absolute;
    top: 26px;
    left: 40px;
}

.right-line2 {
    height: 2px;
    background: #19459c;
    width: 27%;
    position: absolute;
    top: 26px;
    right: 40px;
}

.box {
    background-color: #19459c;
    border-radius: 1.6rem;
    box-shadow: 0 0 3rem 0.5rem hsl(0deg 0% 0% / 20%);
    height: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color:#fff;
}

.box2 {
    background-color: #22b45f;
    border-radius: 1.6rem;
    box-shadow: 0 0 3rem 0.5rem hsl(0deg 0% 0% / 20%);
    height: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color:#fff;
}
.box3 {
    background-color: #6d697b;
    border-radius: 1.6rem;
    box-shadow: 0 0 3rem 0.5rem hsl(0deg 0% 0% / 20%);
    height: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color:#fff;
}

.box2 h2{
    text-align:center;
}

.practice-sec {
    background: #2b6650;
    padding: 30px 20px 10px;
    margin: 25px 15px 80px;
    border-radius: 1.6rem;
    color: #fff;
}

.main-prac-head h2 {
    border-right: 3px solid #fff;
    font-size: 28px;
    line-height: 30px;
    font-weight: 600;
    margin-right: -20px;
}

.prac-head {
    text-align: center;
}

.prac-head h3 {
    font-size: 20px;
    margin-bottom: 0px;
    font-weight: 600;
}

.prac-head p {
    font-size: 13px;
}

.industry-heading2 {
    text-align: center;
    position: relative;
    /*margin: 50px 0;*/
}

.industry-heading2 h2 {
    font-weight: 700;
    font-size: 34px;
    line-height: 54px;
    text-align: center;
    color: #19459c;
    text-transform: uppercase;
    margin-top: -6px;
}


.left-line3 {
    height: 1px;
    background: #000;
    width: 28%;
    position: absolute;
    top: 20px;
    left: 15px;
}


.right-line3 {
    height: 1px;
    background: #000;
    width: 28%;
    position: absolute;
    top: 20px;
    right: 15px;
}


figure.snip1390 {
  font-family: "Roboto", Arial, sans-serif;
  position: relative;
  overflow: hidden;
  margin: 10px;
  min-width: 230px;
  max-width: 315px;
  width: 100%;
  color: #000000;
  text-align: center;
  font-size: 16px;
  background-color: #19459c;
  padding: 30px;
  background-image: linear-gradient(
    -25deg,
    rgba(0, 0, 0, 0.2) 0%,
    rgba(255, 255, 255, 0.1) 100%
  );
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 15px;
}

figure.snip1390 *,
figure.snip1390 *:before,
figure.snip1390 *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

figure.snip1390 figcaption {
  width: 100%;
}

figure.snip1390 h4,
figure.snip1390 h6,
figure.snip1390 blockquote {
  margin: 0;
}

figure.snip1390 h4,
figure.snip1390 h6 {
  font-weight: 300;
}

figure.snip1390 h4 {
  color: #ffffff;
}

figure.snip1390 h6 {
  color: #a6a6a6;
}

figure.snip1390 blockquote {
  font-size: 1em;
  padding: 45px 20px 40px 50px;
  margin-top: 30px;
  background-color: #ffffff;
  border-radius: 5px;
  box-shadow: inset -1.4px -1.4px 2px rgba(0, 0, 0, 0.3);
  text-align: left;
  position: relative;
}

figure.snip1390 blockquote:before {
  font-family: "FontAwesome";
  content: "\201C";
  position: absolute;
  font-size: 70px;
  opacity: 0.25;
  font-style: normal;
  top: 0px;
  left: 20px;
}

figure.snip1390 .profile {
  width: 100px;
  border-radius: 50%;
  display: inline-block;
  box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.4);
  margin-bottom: 10px;
  border: solid 5px #a6a57a;
}  

img.profile-img {
    --s: 150px;
    --b: 3px;
    --g: 5px;
    --c:#fff;
    width: var(--s);
    aspect-ratio: 1;
    outline: calc(var(--s)/2) solid #00000040;
    outline-offset: calc(var(--s)/-2);
    cursor: pointer;
    transition: 0.3s;
    margin-bottom: 20px;
}

img.profile-img:hover{
    outline:var(--b) solid var(--c);
    outline-offset: var(--g);
}

img.profile-img {
    border-radius: 50%;
}

figcaption p {
    margin-top: 10px;
    color: #ffc00066;
}

.tech-sec {
    margin: 100px 0;
}

h2.featurette-heading {
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #19459c;
}


p.lead {
    font-size: 18px;
    font-style: italic;
    font-weight: 300;
    margin-bottom: 30px;
    text-align: justify;
}
.tech-sec img {
    margin-left: 75px;
    border-radius: 10px;
}

img.com-img {
    margin-left: 0px;
    width: 85%;
}

.contact-head {
    margin: 0 0 80px;
    text-align: center;
    position: relative;
}

.contact-head h2 {
   font-weight: 700;
    font-size: 34px;
    line-height: 54px;
    text-align: center;
    color: #19459c;
    text-transform: uppercase;
}

.address-sec h4 {
    font-size: 34px;
    font-weight: 500;
    margin-bottom: 0;
}

.address-sec p {
    margin-bottom: 0;
    font-size: 18px;
}

.address-sec p {
    margin-bottom: 0;
    font-size: 18px;
}
.address-sec a {
    color: #000;
}
.address-sec a:hover{
    color: #000;
    text-decoration: none;
}


form.contact-form input {
    width: 100%;
    margin-bottom: 30px;
    padding: 8px 10px;
    border-radius: 5px;
    border: 1px solid grey;
    outline: none;
}

form.contact-form #your-message {
    height: 100px;
    width: 100%;
    padding: 10px 10px;
    border-radius: 5px;
    margin-bottom: 20px;
    outline: none;
}


input.submit-btn {
    width: 30% !important;
    background: #19459c;
    border: none !important;
    outline: none;
    color: #fff;
    cursor: pointer;
}

input.submit-btn:hover{
    color:#fff;
    background:#726E81;
    transition: background 0.5s ease;
}

.address-sec {
    text-align: end;
}

.address-sec h4 svg {
    margin-right: 10px;
    vertical-align: revert;
}
section.about-contact {
    background: #726E81;
    color: #fff;
    border-radius: 6px;
    padding: 20px;
    margin-bottom: 80px;
}

.industry-heading h3 {
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 30px;
    color: #19459c;
    text-transform: uppercase;
}


.left-line {
    height: 2px;
    background: #19459c;
    width: 35%;
    position: absolute;
    top: 20px;
    left: 20px;
}

.right-line {
    height: 2px;
    background: #19459c;
    width: 35%;
    position: absolute;
    top: 20px;
    right: 20px;
}

section.introduction h2 {
    text-transform: uppercase;
}

.customers-section {
    text-align: center;
}

.customers-section h3 {
    font-weight: 200;
    font-size: 38px;
}

.customers-section p {
    color: #000;
    font-size: 18px;
    font-weight: 300;
    line-height: 30px;
    margin-bottom: 80px;
}
section.introduction {
    padding: 0 0 80px;
}

section.introduction h2 {
    text-transform: uppercase;
    margin-top: -6px;
}

figcaption p {
    margin-top: 10px;
    color: #fff;
}

.industry-heading2 p{
    font-weight: 300;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    color: #000;
}

.prac-head {
  position: relative;
}

.prac-head:after {
    content: '';
    min-height: 100%;
    width: 1px;
    position: absolute;
    right: -15px;
    top: 0;
    background-color: #fff;
}

.left-line3 {
    height: 2px;
    background: #19459c;
    width: 25%;
    position: absolute;
    top: 27px;
    left: -10px;
}

.right-line3 {
    height: 2px;
    background: #19459c;
    width: 25%;
    position: absolute;
    top: 27px;
    right: -10px;
}

.contact-head p{
    font-weight: 300;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    color: #000;
}

.right-line4 {
    height: 2px;
    background: #19459c;
    width: 13%;
    position: absolute;
    top: 27px;
    right: 75px;
}

.left-line4 {
    height: 2px;
    background: #19459c;
    width: 13%;
    position: absolute;
    top: 27px;
    left: 75px;
}

.boxs {
    padding: 0 40px 40px;
    min-height: 100%;
}
.box-contents p {
    font-size: 14px;
    font-weight: 300;
    /*text-align: justify;*/
}

section.boxes {
    margin-bottom: 100px;
}
.main-banner {
    margin-bottom: 80px;
}

button.btnMain {
    border: none;
    outline: none;
    transition: background 0.3s linear;
}
button.btnMain:hover{
    background:#19459c;
    color:#fff;
}
section.recommended .owl-nav.disabled button:hover {
    background: #19459c !important;
}


.main-banner .owl-nav {
    top: 45%;
    font-weight: 200;
}

.recommended-box {
    min-height: 310px;
    position: relative;
}

section.recommended {
    padding: 80px 0;
}

.box-2 h3 {
    margin-top: -30px;
}

h3.board {
    margin-top: 140px;
}


.left-line5 {
    height: 2px;
    background: #19459c;
    width: 18%;
    position: absolute;
    top: 26px;
    left: -10px;
}


.right-line5 {
    height: 2px;
    background: #19459c;
    width: 18%;
    position: absolute;
    top: 26px;
    right: -10px;
}

.job-sec {
    margin: 50px 0 80px;
    height: 237px;
    position: relative;
}

.ness-head {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align:center;
}

.ness-head a {
    text-align: center;
    width: 80%;
    background: #fff;
    border-radius: 30px;
    padding-top: 10px;
    transition: background 0.5s linear;
}

.ness-head a:hover{
    background: #19459c;
}

.ness-head h3 {
    font-size: 40px;
    color: #fff;
    font-weight: 600;
}

.right-line6 {
    height: 2px;
    background: #19459c;
    width: 23%;
    position: absolute;
    top: 26px;
    right: -10px;
}

.left-line6 {
    height: 2px;
    background: #19459c;
    width: 23%;
    position: absolute;
    top: 26px;
    left: -10px;
}

span.join {
    font-size: 18px;
    font-weight: 600;
}

.ment p {
    font-size: 15px;
    font-weight: 400;
}

.ment {
    margin: 80px 0;
}

.boxs.mr-2.order{
min-height: 100%;
}

.ment a {
    color: #000;
    text-decoration: revert;
}

.ment a:hover {
    text-decoration: none;
}

a.poly-link {
    text-decoration: none;
    color: #19459c;
    font-weight: 500;
}
.what-we-do {
    background: #19459c;
    margin-bottom: 50px;
    height: 324px;
}

.do-head {
    padding: 57px 0;
    color: #fff;
}

.do-head p {
    font-size: 18px;
    font-weight: 300;
}

.do-head h3 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 15px;
}

.flip-card{
    background-color: transparent;
    height: 300px;
    perspective: 1000px;
}

.flip-card-inner{
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
}

.flip-card:hover .flip-card-inner{
    transform: rotateY(180deg);
}

.flip-card-front,
.flip-card-back{
position: absolute;
width: 100%;
height: 80%;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
border-radius: 16px;
}

.flip-card-front {
    background: rgb(249 249 249);
}
.flip-card-front img{
    width: 220px;
    margin-top:1rem;
}

.flip-card-back{
    background:#726e81;
    color: #fff;
    transform: rotateY(180deg);
    padding: 55px 30px;
}

.flip-card-back img{
    width: 140px;
    margin-top:1rem;
}

.flip-card-back h3{
    margin-bottom: 0.3rem;
}

.flip-card-back h1{
    margin: 0;
}
.flip-card-front {
    padding: 65px 30px;
}

.flip-card-front h5 {
    letter-spacing: 10px;
    font-size: 28px;
    font-weight: 300;
}

.flip-card-front span {
    font-size: 20px;
    font-weight: 600;
}

.flip-card-back a {
    position: absolute;
    bottom: 20px;
    right: 10px;
    color: #000;
    font-weight: 300;
}

.top-line {
    position: absolute;
    height: 1px;
    width: 140px;
    background: #000;
    top: 45px;
    left: 96px;
}

.bottom-line {
    position: absolute;
    height: 1px;
    width: 140px;
    background: #000;
    bottom: 45px;
    left: 96px;
}

.row.overlay-sec {
    justify-content: space-evenly;
}

.secure p span {
    color: #22b45f;
}

.secure p {
    font-size: 28px;
    color: #fff;
    font-weight: 600;
}


.secure {
    width: 100%;
    height: 78%;
    background: #726e81;
    padding: 30px 50px;
    border-radius: 10px;
}

.featured-sec {
    background: rgb(249 249 249);
}

.featured-head {
    padding: 20px;
}

.featured-sec img {
    height: 100%;
}

.featured-head h4 {
    font-size: 28px;
    font-weight: 300;
    margin-bottom: 20px;
}

.featured-head h2 {
    color: #19459c;
    font-size: 34px;
    font-weight: 600;
}

.featured-head span {
    font-size: 24px;
    font-weight: 500;
}
.featured-head p {
    font-size: 14px;
}
.score-sec {
    background: rgb(249 249 249);
}
.score-img {
    margin-left: 90px;
}
.score-img {
    margin-left: 90px;
    margin-bottom: 68px;
}
.score-head p {
    font-style: italic;
}
.score-head h2 {
    color: #19459c;
    font-size: 34px;
    font-weight: 600;
}
.score-head {
    padding: 50px 20px;
}
.agency-sec {
    background: #726e81;
    padding: 40px;
    color:#fff;
    margin-bottom: 80px;
}

.agency-head p:nth-child(2) {
    text-align: end;
    margin-top: 40px;
}

.achieve-sec {
    background: #19459c;
}


.achieve-sec {
    background: #19459c;
    height: 200px;
    margin: 30px 0;
    color: #fff;
    text-align: center;
    padding: 50px 0;
}
.achieve-head h3 {
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 15px;
}
.achieve-head a {
    border: 2px solid #fff;
    color: #fff;
    border-radius: 15px;
    padding: 7px 15px;
}
.achieve-head a:hover {
    border: 2px solid #22b45f;
    background: #726e81;
    color: #22b45f;
}
.boxs.boom {
    min-height: 100%;
}
.egt-sec {
    background: #22b45f;
    padding: 45px;
    margin-bottom: 60px;
}
.egt-sec h3 {
    color: #fff;
    font-size: 42px;
    text-align: center;
    font-weight: 600;
}
.account-sec {
    display: flex;
    background: rgb(250, 250, 250);
    padding: 30px 30px 30px 0px;
    height: 275px;
    margin-bottom: 50px;
}
.jmpr-sec {
    text-align: center;
    padding: 70px 30px;
}
.account-head h4 {
    font-size: 22px;
    font-weight: 600;
}
.account-head span {
    color: #22b45f;
    font-size: 15px;
}
.account-head p{
    font-size:15px;
}
.box-1.auto{
    height: 850px;
}
.box-2.auto{
    height: 870px;
}
.image-box-1.man-image.slide-left img {
    width: 100%;
    height: 100%;
}
.image-box-1.man-image.slide-right img {
    width: 100%;
    height: 100%;
}

ul.work-list {
    padding-left: 30px;
}
ul.work-list li span {
    font-weight: 600;
}
.recommended-img img {
    width: 100%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
a.detail-link p {
    color: #000;
}
a.detail-link:hover {
    text-decoration: none;
}
a.detail-link:hover h4{
    color: #726e81;
    text-decoration: none;
}
a.detail-link:hover p{
    color: #726e81;
    text-decoration: none;
}
.recommended-box.blog-sec {
    min-height: 550px;
}

.blog-line {
    position: absolute;
    background: #726e81;
    height: 1px;
    width: 310px;
    bottom: 60px;
}

.watch-head svg {
    vertical-align: sub;
}
.watch-head {
    position: absolute;
    bottom: 20px;
}
.skin-blue .navbar {
    background-color: #fff;
}
section.banner video {
    width: 100%;
    height: 100%;
    margin-top: 0;
    object-fit: cover;
}
section.introduction img {
    max-width: 15%;
}
p.vaction {
    font-size: 44px;
    font-weight: 300;
    margin-bottom: 55px;
}
h3.board {
    margin-bottom: 35px;
}

.slider-box {
    width: 100%;
    height: 687px;
    position: relative;
    overflow: hidden;
    background-position: 100%;
    background-size: cover;
}

        #slider{
            width: 100%;
            display: inline-flex;
            transition: 0.7s;
        }
        #slider img{
            width: 100%;
        }
        .indicators{
            position:absolute;
            left:50%;
            bottom: 20px;
            transform:translateX(-50%)
        }
        .indicators span{
            display: inline-block;
            width: 15px;
            height: 15px;
            border-radius: 50%;
            background:gray;
            cursor: pointer;
        }
        span.active{
            background-color: #fff;
        }
        
        .recommended-box.innoc {
    min-height: 100%px;
}


/*responsive for mobile phones*/

@media (max-width:720px){
    section.gallaries.industries .content p:nth-of-type(2) {
    font-size: 13px !important;
    line-height: 24px;
}
    
    section.gallaries.industries .gallary-row h3 {
    font-size: 14px !important;
    line-height: 20px !important;
    font-weight: 500 !important;
    color: #19459c !important;
}
    
    section.banner video {
    width: 100%;
    height: 100%;
}
section.banner {
    height: 200px;
    margin-top: 120px;
}

.container-fluid {
     padding-right: 0px; 
     padding-left: 0px; 
}
a.navbar-brand img {
    height: 100px;
}
div#navbarSupportedContent {
    position: absolute;
    top: -19px;
    left: 65px;
    width: 90%;
    background: none; 
    border-radius: 6px;
    padding: 20px;
    box-shadow:none; 
}
.navbar-nav {
    width: 108%;
}
.main-banner .owl-nav {
    top: 40%;
}
.boxs {
    padding: 0 20px 40px;
    min-height: 300px;
}
.box--content {
    width: 90%;
    margin: 0px auto 0;
    height: 100%;
}
.box-2 h3 {
    margin-top: 0px;
}
h3.board {
    margin-top: 0px;
}
.gallary-row h3{
    font-size: 22px;
}
p.vaction {
    font-size: 25px;
    font-weight: 300;
    margin-bottom: 40px;
}
button.btnMain {
    height: 40px;
    line-height: 0px;
    font-size:15px;
}
.recommended-box{
    margin: 0 30px;
}
section.recommended .owl-nav {
    display: flex;
    justify-content: space-evenly;
    margin-top: 10px;
}
section.partner h2 {
    font-size: 34px;
}
.footer-logo {
    text-align: center;
}
.footer-logo p{
    font-size: 16px;
}
span.social-icon{
    justify-content: space-evenly;
    padding-left:0 !important;
}
p.links{
    justify-content: space-evenly;
}
p.links a{
    font-size: 16px;
}
.boxs.mr-2 {
    margin-bottom: 50px !important;
    min-height:auto !important;
}
.customers-section h3 {
    font-size: 30px;
}
section.introduction h2 {
    font-size: 30px;
    margin-bottom: 30px;
}
section.introduction p{
    width:100%;
}
section.introduction img {
    max-width: 10%;
    margin-right: 0 !important;
}
.left-line{
    display:none;
}
.right-line{
    display:none;
}
.left-line2{
    display:none;
}
.right-line2{
    display:none;
}
.industry-heading2 h2{
    font-size: 30px;
    line-height: 35px;
}
.box{
    margin-bottom: 40px;
}
.box2{
    margin-bottom: 40px;
}
.box3{
    margin-bottom: 40px;
}
ul {
    margin: 20px 0px 0;
}
.main-prac-head h2 {
    border-bottom: 3px solid #fff;
    border-right:none;
    margin-bottom: 25px;
    padding-bottom: 20px;
    width: 100%;
}
.prac-head:after {
    content: '' !important;
    min-height: 1px !important;
    width: 100% !important;
    position: absolute !important;
    right: 0px !important;
    top: 63px !important;
    background-color: #fff !important;
}
.prac-head p {
    font-size: 13px;
    padding-bottom: 20px;
}
.left-line3{
    display:none;
}
.right-line3{
    display:none;
}

figure.snip1390 {
    margin: 0 0 30px 0;
    max-width: 100%;
}
.tech-sec {
    margin: 80px 0;
}
h2.featurette-heading{
    text-align: center;
}
.tech-sec img {
    margin-left: 0; 
    border-radius: 10px;
    margin-top: 30px;
    width: 100%;
}
img.com-img {
    margin-left: 0px;
    width: 100%;
}
.tech-sec {
    margin: 50px 0;
}
h2.featurette-heading{
    margin-top: 30px;
}
.right-line4{
    display:none;
}
.left-line4{
    display:none;
}
.contact-head {
    margin: 0 0 50px;
}
input.submit-btn {
    width: 100% !important;
}
iframe {
    width: 100%;
    height: 100%;
}
.address-sec {
    text-align: left;
}
section.about-contact {
    margin-top: 230px;
}
section.about-contact {
    padding: 20px 20px 20px 0px;
}
.what-we-do{
    height: auto;
}
.what-we-do img {
    width: 100%;
}
.what-we-do .col-md-4 {
    max-width: 100%;
    padding: 0 !important;
}
.do-head {
    padding: 30px 0;
}
.top-line{
    display:none;
}
.bottom-line{
    display:none;
}
.secure {
    height: auto;
    margin-bottom: 50px;
    padding: 30px 20px;
}

.featured-sec .col-md-4 {
    padding: 0;
}
.featured-sec img {
    width: 100%;
}
.featured-head {
    padding: 20px 0;
}
.score-head {
    padding: 50px 20px 30px;
}
.score-img {
    margin-left: 0px;
    margin-bottom: 68px;
}
.score-img img {
    width: 100%;
}
.agency-sec{
    padding:20px;
}
.right-line5{
    display:none;
}
.left-line5{
    display:none;
}
.industry-heading2 h2 {
    margin-bottom: 30px;
}
.achieve-head h3 {
    font-size: 28px;
}
.achieve-sec{
    height:auto;
    border-radius: 10px;
}
.achieve-head a{
    margin: 10px 0px 0;
}
.slider-box{
    height:auto;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    width: 40px !important;
    height: 40px !important;
    font-size: 45px !important;
}

.banner-content {
    border-radius: 0px !important;
    height: 50px !important;
    top: 99px !important;
}
.banner-content.text-center p {
    font-size: 13px !important;
}
.egt-sec {
    padding: 30px;
}
.egt-sec h3{
    font-size:28px;
}

.jmpr-sec {
    padding: 0px 0px 30px;
}
.account-sec{
    padding: 30px 30px 30px 30px;
    height: auto;
    flex-direction: column;
}
ul.work-list {
    padding-left: 15px;
    margin: 20px 0;
}
.box-1.auto {
    height: auto;
}
.box-2.auto {
    height: auto;
}
.box-2.auto h3 {
    padding-top: 50px;
}
.recommended-box.innoc {
    min-height: auto;
    margin: 40px 0 0;
}

.blog-line {
    position: absolute;
    background: #726e81;
    height: 1px;
    width: 100%;
    bottom: 60px;
    left: 0;
}
.recommended-box.blog-sec {
    min-height: 550px;
    margin: 30px auto 0;
}
.job-sec{
    background-size: cover;
    background-position: center;
}
.right-line6{
    display:none;
}
.left-line6{
    display:none;
}
.ment {
    margin: 20px 0 80px;
}
.secure p {
    font-size: 22px;
}
.slider-header h1{
     font-size: 14px !important;
}
.slide-content{
    top: 59% !important;
}
.banner-carousel .slide{
    height:190px !important;
}
.slide-content img {
    display: none !important;
}
.banner-carousel .owl-dots{
        bottom: 5%;
}
.box h2,.box2 h2,.box3 h2{
    font-size:25px;
}


}

/*end*/

/*responsive for ipad*/

@media (min-width: 721px) and (max-width: 990px){
    
/*   a.navbar-brand img {*/
/*    height: 100px;*/
/*   }*/
/*   div#navbarSupportedContent {*/
/*    position: absolute;*/
/*    top: 0px;*/
/*    left: 276px;*/
/*    width: 64% !important;*/
/*    background: #22B45Feb;*/
/*    border-radius: 6px;*/
/*    padding: 20px;*/
/*    box-shadow: 0 3px 6px rgb(0 0 0 / 16%), 0 3px 6px rgb(0 0 0 / 23%);*/
/*}*/
section.banner {
    height: 350px;
}
.boxs {
    padding: 0 20px 40px;
    min-height: 100%;
}
.box-header span{
    font-size: 16px;
}
.box-contents p{
    font-size: 14px;
}
.box--content {
    padding: 0px 0 30px;
    margin: 0px auto 0;
}
.box-2 h3 {
    margin-top: 30px;
}
h3.board {
    margin-top: 35px;
}
button.btnMain {
    height: 40px;
    line-height: 0px;
}
section.recommended h2{
    font-size: 34px;
}

.right-line {
    height: 2px;
    background: #19459c;
    width: 13%;
    position: absolute;
    top: 8px;
    right: 20px;
}

.left-line {
    height: 2px;
    background: #19459c;
    width: 13%;
    position: absolute;
    top: 8px;
    left: 20px;
}
section.introduction p{
    width:100%;
}
section.introduction img {
    max-width: 10%;
}

.right-line2 {
    height: 2px;
    background: #19459c;
    width: 20%;
    position: absolute;
    top: 26px;
    right: 0px;
}

.left-line2 {
    height: 2px;
    background: #19459c;
    width: 20%;
    position: absolute;
    top: 26px;
    left: 0px;
}
.box h2, .box2 h2, .box3 h2 {
    font-size: 24px;
    text-align: center;
}
ul {
    margin: 15px 0 0 25px;
}
section.introduction h2 {
    font-size: 32px;
}
.practice-sec{
    margin: 25px 15px 80px;
}
.main-prac-head h2 {
    border-right: 3px solid #fff;
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    margin-right: -25px;
}

.prac-head h3 {
    font-size: 16px;
    margin-bottom: 0px;
    font-weight: 600;
}
.prac-head p {
    font-size: 11px;
}
.prac-head:after {
    content: '';
    height: 60%;
    width: 1px;
    position: absolute;
    right: -15px;
    top: 0;
    background-color: #fff;
}
.right-line3{
    width: 11%;
}
.left-line3{
    width: 11%;
}
figure.snip1390 blockquote:before{
    content:none;
}
figure.snip1390 blockquote {
    padding: 20px 20px 20px 20px;
}
figure.snip1390{
    min-width: 200px;
    padding: 20px;
    margin:0;
}
.tech-sec img {
    margin-left: 30px;
    border-radius: 10px;
    width: 90%;
    margin-top: -30px;
}

img.com-img {
    margin-left: 0px;
    margin-right: 30px;
    border-radius: 10px;
    max-width: 90%;
    margin-top: 0px;
}
.right-line4 {
    height: 2px;
    background: #19459c;
    width: 30%;
    position: absolute;
    top: 26px;
    right: 0px;
}

.left-line4 {
    height: 2px;
    background: #19459c;
    width: 30%;
    position: absolute;
    top: 26px;
    left: 0px;
}
iframe {
    width: 100%;
    height: 77%;
}
.address-sec h4 {
    font-size: 28px;
}
.address-sec h4 svg {
    margin-right: 10px;
    vertical-align: bottom;
    max-width: 35px;
}
.address-sec {
    text-align: left;
}
section.about-contact{
    margin-top: 100px;
}
.what-we-do img {
    height: 100%;
}
.what-we-do{
    height:auto;
}

.top-line {
    left: 27px;
}
.bottom-line {
    left: 27px;
}
.flip-card-front h5 {
    font-size: 28px;
}
.flip-card-front span {
    font-size: 18px;
}
.flip-card-front {
    padding: 65px 20px;
}
.secure p {
    font-size: 21.5px;
}
.secure{
    padding:30px;
}

.score-img img {
    width: 100%;
}
.score-img {
    margin-left: 0px;
    margin-bottom: 0px;
    margin-top: 90px;
}
.right-line5 {
    height: 2px;
    background: #19459c;
    width: 1%;
    position: absolute;
    top: 26px;
    right: 0px;
}

.left-line5 {
    height: 2px;
    background: #19459c;
    width: 1%;
    position: absolute;
    top: 26px;
    left: 0px;
}
.boxs.boom {
    min-height: 100%;
}
.egt-sec{
    padding: 30px;
}
.egt-sec h3{
    font-size: 30px;
}
.account-sec {
    flex-direction: column;
    padding: 30px;
    height: 90%;
    margin-bottom: 60px;
    justify-content: space-between;
}
.jmpr-sec {
    padding: 0px 0px 30px;
}
.box-1.auto {
    height: auto;
}
.box-2.auto {
    height: auto;
}
.image-box-1.man-image img{
    width: 100%;
}
ul.work-list {
    padding-left: 0px;
    margin: 15px 0 0 15px;
}
.recommended-box.innoc {
    min-height: 524px;
}
a.detail-link p {
    font-size: 15px;
}
.client-row p {
    font-size: 14px;
}
.prize-detail h4 {
    font-size: 16px;
}
.blog-line{
    width: 100%;
    left: 0;
}
.job-sec {
    background-size: cover;
    background-position: right;
}

.right-line6 {
    width: 6%;
    right: 0px;
}

.left-line6 {
    width: 6%;
    right: 0px;
}

span.social-icon {
    justify-content: space-around !important;
    width: 90% !important;
    padding-left:0 !important;
}

p.links{
    justify-content: space-around !important;
    width: 100% !important;
}

.slider-box{
    height:100%;
}
.banner-carousel .slide{
    height: 349px !important;
}
.slider-header h1{
    font-size: 32px !important;
}
.recommended-box {
    min-height: 47vh;
}
.prize-detail .btnMain {
    width: auto;
    padding: 0 43px;
    font-size: 14px;
}
.flip-card-back a{
    bottom:10px !important;
}

.flip-card-back {
    padding: 40px 20px;
    font-size: 15px;
}


}

/*end*/
.col-md-12.text-center.fav-mid img {
    width: auto;
    margin-top: 20px;
    max-width: 100%;
}
/*responsive for ipad pro*/

@media (min-width: 991px) and (max-width: 1024px){
    
section.banner {
    height: 480px;
}
.boxs {
    min-height: 100%;
}
.box--content {
    margin: 0px auto 20px;
}
.box-2 h3 {
    margin-top: 0;
}
.image-box-1.slide-right img {
    height: 100%;
}
h3.board {
    margin-top: 65px;
}

p.vaction {
    font-size: 36px;
    font-weight: 300;
    margin-bottom: 50px;
}

element.style {
}
button.btnMain {
    border: none;
    outline: none;
    transition: background 0.3s linear;
}
button.btnMain {
    height: 40px;
    line-height: 1px;
    font-size: 17px;
}

.box-2 {
    margin: 20px 0;
}
.recommended-box button.btnMain{
    padding:0 30px;
    font-size:16px;
}
section.partner h2{
    font-size: 40px;
}
.right-line{
    width:21%;
}
.left-line{
    width:21%;
}
section.introduction img {
    max-width: 11%;
}
.left-line2{
    width:22%;
}
.right-line2{
    width:22%;
}
.box h2, .box2 h2, .box3 h2 {
    font-size: 25px;
}
.box ul {
    padding: 0 10px 0 55px;
}
.box2 ul {
    padding: 0 0 0 55px;
}
.main-prac-head h2{
    font-size: 26px;
    margin-right: -30px;
}
.right-line3{
    width:20%;
}
.left-line3{
    width:20%;
}
figure.snip1390{
    margin:0;
}
.tech-sec img {
    margin-left: 20px;
    border-radius: 10px;
    max-width: 100%;
}
img.com-img {
    margin-left: 0px;
    max-width: 100%;
}
.right-line4 {
    height: 2px;
    background: #19459c;
    width: 35%;
    position: absolute;
    top: 25px;
    right: 0px;
}
.left-line4 {
    height: 2px;
    background: #19459c;
    width: 35%;
    position: absolute;
    top: 25px;
    left: 0px;
}
iframe {
    width: 100%;
    height: 78%;
}

section.about-contact {
    margin-top: 100px;
}
.top-line{
    left: 67px;
}
.bottom-line{
    left: 67px;
}
.secure{
    padding: 36px 50px;
}
.secure p {
    font-size: 27px;
    margin-bottom: 0;
}
.do-head {
    padding: 44px 0;
}
.what-we-do img {
    height: 100%;
}
.score-img {
    margin-left: 0px;
}

.right-line5 {
    width: 13%;
    right: 0px;
}

.left-line5 {
    width: 14%;
    left: 0px;
}
figure.snip1390 blockquote{
    padding: 45px 20px 40px 30px;
}
figure.snip1390 blockquote:before{
    left:3px;
}
.secure{
    padding: 30px 45px;
}
.secure p {
    font-size: 28px;
}
.achieve-head h3 {
    font-size: 28px;
}
.boxs.boom {
    min-height: 100%;
}
.account-sec{
    height: auto;
}
.jmpr-sec {
    padding: 95px 30px;
}
.box-2.auto {
    height: auto;
}

.right-line6 {
    width: 18%;
    right: 0px;
}

.left-line6 {
    width: 18%;
    right: 0px;
}
.boxs.mr-2.order {
    min-height: 100%;
}
span.social-icon{
    width:85% !important;
    padding-left:0 !important;
}
p.links{
   width:100% !important; 
}
.slider-box{
    height:100%;
}

.blog-line {
    width: 100%;
    left: 0;
}
.banner-carousel .slide{
    height: 480px !important;
}
.slider-header h1{
    font-size:44px !important;
}



}

/*end*/

/*responsive for full hd*/

@media (min-width: 1600px) and (max-width: 1920px){
   
   section.banner {
    height: auto;
}
   .box-2 h3 {
    margin-top: -70px;
}
.box--content {
    margin: 200px auto 0;
}
.box--content.vantion {
    margin: 60px auto 0;
}
.box--content.vantion h3{
    margin-top: 0 !important;
}

p.links {
    display: flex !important;
    justify-content: space-evenly !important;
    margin: 0 auto !important;
    text-decoration: underline !important;
    width: 60% !important;
}

span.social-icon {
    display: flex !important;
    justify-content: space-evenly !important;
    width: 60% !important;
    margin: 10px auto 15px !important;
}
.banner-carousel .slide{
    height:88vh !important;
}
.slide-content{
    top:56%;
}
.recommended-box {
    height: 52vh;
}

}

/*end*/


.nav-toggle img {
    width: 45px;
}
button.owl-prev span {
    margin-bottom: 9px;
}
button.owl-next span {
    margin-bottom: 9px;
}


.banner-content.text-center p {
    font-size: 26px;
    margin-bottom: 0;
}
.banner-content {
    background: #000000CC;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100px;
    position: absolute;
    width: 100%;
    left: 0;
    top: 150px;
}
.main-banner .item{
        position: relative;
}

span.social-icon {
    display: flex;
    margin-bottom: 15px;
    justify-content: space-evenly;
    margin-top: 10px;
    width: 100%;
    margin: 10px auto 15px;
    padding-left: 110px;
}

p.links {
    display: flex;
    justify-content: space-evenly;
    margin: 0 auto;
    text-decoration: underline;
    width: 80%;
}
/*section.recommended button.owl-prev span {*/
/*    margin-bottom: 4px;*/
/*    font-size: 40px;*/
/*    font-weight: 300;*/
/*}*/
/*section.recommended button.owl-next span {*/
/*    margin-bottom: 4px;*/
/*    font-size: 40px;*/
/*    font-weight: 300;*/
/*}*/
.image-box-1.man-image img {
    height: 100%;
}
/*.box ul {*/
/*    padding: 0 0 0 65px;*/
/*}*/

.lames .owl-stage {
    display: flex;
    align-items: center;
}
.banner-carousel .owl-carousel {
    width: 100%;
    height: 100%;
}

.banner-carousel .slide {
    width: 100%;
    height: 100vh;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.slide-content {
    text-align: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    padding: 0;
}


.banner-carousel .owl-dots {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 1%;
}

.banner-carousel .owl-dots span {
    width: 20px !important;
    height: 20px !important;
}

.banner-carousel .owl-dots button {
    border: none !important;
    outline: none !important;
}

/*.banner-carousel .owl-nav button {*/
/*    border: none !important;*/
/*    outline: none !important;*/
/*}*/

/*.owl-prev, .owl-next {*/
/*    position: absolute;*/
/*    top: 50%;*/
/*    transform: translateY(-50%);*/
/*    color: #fff !important;*/
/*    font-size: 65px !important;*/
/*    font-weight: bolder !important;*/
/*    background:none !important;*/
/*}*/

/*.owl-prev {*/
/*    left: 1%;*/
/*}*/

/*.owl-next {*/
/*    right: 1%;*/
/*}*/

element.style {
}
.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}
.banner-carousel button.owl-dot span {
    background: #726E81 !important;
}
.banner-carousel button.owl-dot.active span {
    background: #fff !important;
}
.content-img img{
    max-width:80%;
}

.slider-header h1 {
    text-align: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    padding: 0 10%;
    font-size: 65px;
    font-weight: 300;
    z-index: 9999;
    text-transform: uppercase;
}
.set-bg {
    background: #19459c82;
    width: 100%;
    height: 100%;
    z-index: 1;
    position: absolute;
}
.navbar-brand img {
    margin: 0;
    padding: 0;
    width: auto;
    height: 70px;
}
.navbar-brand {
    /* width: 100%; */
    height: auto;
    margin: auto;
}
.header-main {
    background: linear-gradient(0deg, #19459C, #19459C), url(image.png);
    height: 120px;
    display: flex;
    align-items: center;
    position: fixed;
    width: 100%;
    z-index: 99999;
    text-transform:uppercase;
}
.navbar-expand-lg .navbar-collapse {
    width: 70%;
}
.navbar-expand-lg .navbar-collapse a {
    padding: 0 0 0 30px !important;
    font-size: 16px !important;
}
.navbar-expand-lg .navbar-nav {
    width: 100%;
    justify-content: flex-end;
}
.navbar-expand-lg .navbar-collapse .dropdown-content a {
    padding: 0 !important;
}
/* a.nav-link:hover,a.nav-link.active {
    color: #FFCF01 !important;
} */
.navbar-expand-lg .navbar-collapse .dropdown-content a {
    padding: 4px !important;
}
.dropdown-content {
    position: absolute;
    background: #fff;
    z-index: 9;
    padding: 10px 15px;
    width: 200px;
    border-radius: 6px;
}
section.banner {
    height: 100%;
    width: 100%;
    margin-bottom: 80px;
    margin-top: 0;
}
.header-main {
    background: linear-gradient(0deg, #1a225685, #1a2256ad);
    height: 120px;
    display: flex;
    align-items: center;
    position: fixed;
    width: 100%;
    z-index: 99999;
    /* text-transform: uppercase; */
}
.header-main.navbar-fixed {
    background: #19459c;
    transition: 0.6s;
}
.navbar-brand {
    width: 30%;
}
.navbar-brand img {
    margin: 0;
    padding: 0;
    width: auto;
    /*height: 100%; Adetayo: reduced the logo height*/
    height: 50px;
}
.navbar-expand-lg .navbar-collapse a {
    padding: 0 0 10px !important;
    font-size: 16px !important;
    margin-left: 30px;
}
/* adding a new css here.. */

.image-box-1 {
    width: 50%;
    height: auto;
}
.img-fluid {
    max-width: 100%;
    height: 100%;
    object-fit: cover;
}
.box-2 h3 {
    margin-top: 0;
}
.slide-content {
    text-align: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    padding: 0;
    width: 100%;
    height: 100%;
}
.client-img img {
    width: 40px !important;
    display: inline !important;
}
.client-img {
    display: inline;
}
.content-img img {
    max-width: 100%;
}
ul li{
    display: block;
}
.address-sec h4 svg {
    margin-right: 10px;
    vertical-align: bottom;
    width: 24px;
}
.address-sec h4 {
    font-size: 24px;
    line-height: 38px;
    color: #19459c;
}
.address-sec p {
    font-size: 16px;
}
.iframe-container iframe {
    width: 100%;
}

.iframe-container {
    position: relative;
    margin-bottom: 20px;
}
/* .left-line4 {
    height: 2px;
    background: #19459c;
    width: 10%;
    position: absolute;
    top: 25px;
    left: 75px;
}
.right-line4 {
    height: 2px;
    background: #19459c;
    width: 10%;
    position: absolute;
    top: 25px;
    right: 75px;
} */
.address-sec {
    text-align: left;
    margin-bottom: 20px;
}
.img-container img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.img-container {
    height: 100%;
}
.industry-heading h2 {
    color: #19459c;
    font-weight: 700;
    font-size: 30px;
}
ul.mb-4.culture li strong {
    font-weight: 600;
}

ul.mb-4.culture li {
    font-weight: 300;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    color: #000;
}
.row.recuitment h2 {
    text-align: center;
    margin-top: 40px;
}
.row.recuitment a {
    font-weight: 500;
    color: #19459c;
}

.row.recuitment p {
    font-weight: 300;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    color: #000;
}
.row.recuitment-ul ul a {
    font-weight: 500;
    color: #19459c;
}
.row.recuitment-ul ul li {
    text-align: center;
}
.col-md-12.text-center.fav-mid img {
  animation-name: example;
  animation-duration: 2s;
  animation-timing-function: linear;
  animation-delay: 0.5s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}

@keyframes example {
  0%   {transform: scale(1);}
  25%  {transform: scale(1.2);}
  50%  {transform: scale(1.3);}
  75%  {transform: scale(1.4);}
  100% {transform: scale(1.5);}
}
@media(min-width: 1100px) and (max-width: 1480px){
.navbar-expand-lg .navbar-collapse a {
    /* padding: 0 0 0 25px !important; */
    font-size: 14px !important;
}
}
@media(max-width: 720px){
div#navbarSupportedContent {
    position: absolute;
    top: 116px;
    left: 65px;
    width: 82%;
    background: none;
    border-radius: 6px;
    padding: 20px;
    box-shadow: none;
    background: #172254f7;
}
.navbar-expand-lg .navbar-collapse a {
    padding: 0 0 15px 0 !important;
    font-size: 18px !important;
}
.navbar-brand {
    width: 80%;
}
.header-main {
    background: linear-gradient(0deg, #19459c, #19459c8c);
    height: 80px;
    display: flex;
    align-items: center;
    position: fixed;
    width: 100%;
    z-index: 99999;
    text-transform: uppercase;
}
.header-main.navbar-fixed {
    background: #19459c;
    transition: 0.6s;
    height: 80px;
}
div#navbarSupportedContent {
    position: absolute;
    top: 82px;
}
section.banner {
    height: 100%;
    width: 100%;
    margin-bottom: 80px;
    margin-top: 80px;
}
section.introduction img {
    max-width: 100%;
    margin-right: 0 !important;
}
.box--content {
    padding: 20px 15px;
}
.image-box-1 {
    width: 100%;
    padding: 0 15px;
}
.col-md-12.text-center.fav-mid img {
    width: auto;
    margin-top: 20px;
}
.mid-index-banner .banner-carousel .slider-header h1 {
    text-align: center;
    position: relative;
    top: 0;
    transform: unset;
    color: #fff;
    font-weight: 400;
    z-index: 9999;
    text-transform: capitalize;
    background: #19459c3b;
    padding: 20px;
    width: 100%;
    left: 0;
}
.mid-index-banner .banner-carousel .slide {
    height: 100% !important;
}
}
.owl-carousel.recommend-carousel.owl-loaded.owl-drag .owl-stage-outer {
    padding: 10px 18px 10px;
    margin: 0 -18px;
}
.recommended-box {
    min-height: 48vh;
    height: auto;
}
.prize-detail p {
    font-size: 14px;
    text-align: justify;
}
.recommended-box.business-box {
    min-height: 52vh;
}
nav.navbar.navbar-expand-lg.navbar a{
    overflow: hidden;
    position: relative;
}
a.nav-link:before {
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #fff;
  transform: translateX(-100%);
}
a.nav-link:hover:before {
  transform: translateX(0);
  color: #fff !important;
}
a.nav-link:before {
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #fff;
  transform: translateX(-100%);
  content: '';
  position: absolute;
  transition: transform .5s ease;
  /*added border radius*/
  border-radius: 100px;
}
a.nav-link.active:before {
  transform: translateX(0);
  color: #fff !important;
}
a.nav-link.active,a.nav-link:hover{
 color: #fff !important;
}

.set-bg {
    width: 100%;
    height: 100%;
    z-index: 1;
    position: absolute;
    background: linear-gradient(0deg, #1a2256eb, #1a2256d9);
    /*background: linear-gradient(0deg, #1a2256c2, #1a2256cc);*/
    box-shadow: -1px 1px 2px 0px #666666;
}

.banner h1 b{
    font-weight: bolder;
    color: #f2f200;
}
.slider-header h1 {
    text-align: center;
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    color: #fff;
    padding: 0 10%;
    font-size: 32px;
    font-weight: 500;
    z-index: 9999;
    text-transform: capitalize;
}
.slider-header h1 {
    text-align: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    font-size: 32px;
    font-weight: 400;
    z-index: 9999;
    text-transform: none;
    /* background: #19459c3b; */
    padding: 20px;
    width: 70%;
    left: 15%;
    font-size: 40px;
    font-weight: 900;
    letter-spacing: 1px;
    line-height: 65px;
    text-shadow: 0px 2px 7px #030303;
}
.footer-logo p a {
    color: #fff;
}
.client-row p {
    margin: 0;
    margin-left: 8px;
    font-size: 14px;
    color: #19459c;
}
section.footer {
    /*background: #19459c;*/
    background:#1a2256;
    padding: 75px 0;
}
span.social-icon i {
    color: #fff;
    font-size: 20px;
}
.slider-header p {
    font-size: 22px !important;
    font-weight: 400;
    line-height: 32px;
    margin: 0;
    text-align: justify;
}
@media(min-width: 1500px) and (max-width: 1600px)
{
.recommended-box.business-box {
    min-height: 68vh;
}
}
@media(min-width: 1200px) and (max-width: 1499px)
{
.recommended-box.business-box {
    min-height: 650px;
    height: auto;
}

}
@media(min-width: 990px) and (max-width: 1199px){
    .navbar-expand-lg .navbar-collapse a {
    font-size: 14px !important;
    margin-left: 20px !important;
}
.footer-logo p {
    margin: 0;
    color: #fff;
    font-weight: 400;
    font-size: 12px;
}
}

.box-heading h4 {
    color: #19459c;
}

.box-contents img {
    margin-top: 30px;
    border-radius: 10px;
}

/* shivani css */
@media(max-width:720px)
{
    .navbar-brand img
    {
        height: 80% !important;
        width: 80% !important;
    }
  
}
@media(max-width:462px)
{
    section.recommended h2 {
        font-size: 24px !important;
    }

    .box-header span
    {
        font-size: 3.6vw !important;
    }
    .all-industries-title
    {
        font-size: 10vw !important;
    }
    h1
    {
        font-size: 10vw !important;
    }
    .navbar-expand-lg .navbar-collapse a
    {
        font-size: 5.5vw !important;
    }
    section.boxes {
        margin-bottom: 40px !important;
    }
    section.recommended .text-center p
    {
        font-size: 16px !important;
    }
   .slider-header  .prize-detail  :nth-child(3)
    {
        font-size: 16px !important;
    }
}
@media(min-width:650px) and (max-width:720px)
{
 .slider-header h1 
    {
        
        height: 700px !important; 
    }
}
@media(min-width:550px) and (max-width:649x)
{
    .slider-header h1 
    {
        height: 850px !important; 
    }
}
@media(min-width:480px) and (max-width:549px)
{
 .slider-header h1 
    {
        height: 1100px !important; 
    }
}
@media(min-width:420px) and (max-width:479px)
{
   .slider-header h1 
    {
        height: 1200px !important; 
    }
}
@media(min-width:380px) and (max-width:419px)
{
    .slider-header h1 
    {
        height: 1250px !important;
    }
}

@media (min-width:300px) and (max-width:379px)
{
    .slider-header h1 
    {
        height: 1400px !important;
    }
}
@media(max-width:299px)
{
    .slider-header h1 
    {
        height: 1400px !important;
    }
}




/* end */



.owl-nav {
    display: block;
    position: absolute;
}

.owl-theme .owl-dots .owl-dot span
{
    width:10px !important;
    height:10px !important;
}
.owl-nav button {
    width: 40px;
    height: 40px;
    font-size: 30px !important;
    color: white !important;
    background: #19459c !important;
    border-radius: 100% !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
}
.owl-nav {
    justify-content: space-between !important;
    display: flex;
    width: 100%;
  top:44% !important;
padding: 0 10px !important;
}
section.partner .owl-nav {
    top: 26% !important;
    width: 104%;
    left: -25px;
}

.container-fluid
{
    max-width:80rem;
}
section.introduction .about-image, section.introduction .about-image img
{
    height: 400px;
    width: 100%;
    max-width:100%;
}
.industries .image-box-1,.industries .box-1
{
    width:100%;
}
section.gallaries.industries {
    background: none;
        padding-top: 50px;
}

section.gallaries.industries .content p:nth-of-type(2) {
    font-size: 18px;
    margin-bottom: 30px;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    overflow: hidden;
    width: 245px;
    margin: 0;
    padding-bottom:20px;
}

section.gallaries.industries .gallary-row h3 {
    font-size: 21px;
    line-height: 35px;    
    font-weight: 500;
    color: #19459c;
}
section.gallaries.industries .content {
    height: 240px;
    padding: 10px;
    padding: 10px 10px 20px 10px;
    display: flex
;
    flex-direction: column;
    justify-content: space-around;
}

section.gallaries.industries .gallary-row
{
    border: 2px solid #726e8117;
    border-radius: 5px;
    overflow:hidden;
    margin-bottom: 30px;
    transition: all 0.5s ease;
        flex-direction: column;
        border: 2px solid #726e8117;
}
section.gallaries.industries .gallary-row:hover 
{
      border-width: 2px;
    border-style: solid;
    border-color:#fff;
    border-image: initial;
    /*box-shadow: rgba(0, 0, 0, 0.25) 0px 4px 24px 6px;*/
    box-shadow: 0px 4px 15px 6px rgb(0 0 0 / 17%);
    
}
section.gallaries.industries .content p:nth-of-type(1), section.gallaries.industries .content p:nth-of-type(3) {
    display: none;
}
section.gallaries.industries .box--content {
    width: 100%;
    margin: 0;
}

section.banner.mid-index-banner.my-5.m-0 {
    display: none;
}
/*section.partner .owl-nav {*/
/*    top: 3% !important;*/
/*    width: 112%;*/
/*    left: -57px;*/
/*}*/
    .container.partner-grid {
        /*padding-top: 170px;*/
        padding-bottom: 80px;
    }
   section.gallaries.services {
    /*margin-bottom: 80px;*/
}
section.footer .col-md-4 {
    display: flex
;
    justify-content: center;
}
span.social-icon
{
    padding-left:0;
}

.footer-bottom {
    text-align: center;
    margin-top: 20px;
    /*border-top: 1px solid #8d8989;*/
    padding-top: 40px;
    font-size:14px;
}

.gap-20{
    gap: 20px;
}

footer address{
    font-size:14px;
}

footer address i{
    font-size:20px;
}


.footer * {
    color: white;
}
.footer a:hover {
    color: #eac853;
    text-decoration: none;
}
section.footer .row {
    display: flex
;
    align-items: start !important;
    padding-top: 20px;
}
.footer-logo img {
    width: 340px;
}
nav.navbar.navbar-expand-lg.navbar a {
    font-size: 14px !important;
}
h2 {
    font-weight: 500;
    font-size: 30px;
    line-height: 54px;
    text-align: center;
    color: #1a2256;
}
p{
    color: #566175;
}
img.about-img {
    height: auto;
    object-fit: cover;
    width: 100%;
    border-radius: 20px;
    box-shadow: 2px 2px 3px #e3e3e3;
}
section.about-us {
    padding-bottom: 60px;
}
section.our-journey {
    padding-bottom: 100px;
    text-align: justify;
}
section.our-journey h2 {
    text-align: left;
    /*padding-bottom: 12px;*/
    color: #1a2256;
    font-size: 24px;
}
.leader-content {
    display: flex
;
    flex-direction: column;
    height: 100%;
    justify-content: center;
}
.leader-content p:first-of-type {
    font-size: 20px;
    padding-bottom: 20px;
}
.leadership .carousel-control-next, .leadership .carousel-control-prev {
    opacity: 1;
    padding: 10px;
    background: #19459c;
    width: 30px;
    height: 30px;
    top: auto;
    left: 95% !important;
}
.leadership .carousel-control-prev
{
      left: 90% !important; 
}
.blue-header h2 {
    font-size: 30px;
    color: #212529;
}

.blue-header {
    margin-top: 180px;
    background: linear-gradient(0deg, #19459c3d, #19459c73);
    padding: 20px;
    margin-bottom: 60px;
    border-top: 1px solid white;
}
.top-bar {
    position: absolute;
    top: 0;
    width: 100%;
    background: #19459c;
    height: 50px;
    display: flex
;
    align-items: center;
    z-index: 999999;
}
.header-main
{
        height: 180px;
    align-items: end;
    padding-bottom: 30px;
}
.top-bar .contact-info {
    display: flex;
    justify-content: space-between;
}
.top-bar * {
    color: white;
    text-transform: capitalize;
}
.top-bar .contact-info span {
    display: flex
;
    align-items: center;
    gap:5px;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  visibility: hidden;
  opacity: 0;
  transform: translateY(-20px);
  position: absolute;
  background-color: #f1f1f1;
  overflow: auto;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  width: max-content;
  border-radius: 4px;
  transition: all 0.5s ease; /* smooth fade + slide */
  display: flex;
    flex-wrap: wrap;
    right: -111%;
    width:400px;
}
div#myDropdown p {
    width: 50%;
}
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.show {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

div#myDropdown a {
  margin-left: 0;
}

div#myDropdown a:hover {
  color: #19459c !important;
}

/*section.gallaries.services h3 {*/
/*    cursor:pointer;*/
/*}*/
.service-detail h3 {
    padding-top: 40px;
}
section.our-journey.leadership.service {
    margin-top: 50px;
}

.request-quote{
    background: #e7eaed;
    padding: 100px 0;
}

.request-quote h6{
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
}

.call-us a{
    color: #19459c;
    font-size: 040px;
    font-weight: 800;
    text-decoration: none;
}
.contact-us-button a{
    background: #19459c;
    padding: 13px 60px;
    border-radius: 5px;
    color: #fff;
    text-decoration: none;
}




    section.our-journey.leadership.service .col-md-4:first-of-type {
        padding-left: 0;
    }
    
    div#myDropdown a
    {
        color:black !important;
        text-align: left;
    }
    
div#myDropdown p {
    font-size: 15px;
    cursor: pointer;
    text-transform: none;
}

div#myDropdown p:hover
{
      color: #19459c; 
}

.industry-img img {
    width: 100%;
}
.industry-detail {
    padding-top: 50px;
    padding-bottom: 50px;
}
.industry-content {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: justify;
}
.box--content h4 {
    display: none;
}
/*.navbar .dropdown:hover .dropdown-content {*/
/*    display: flex;*/
/*    opacity: 1;*/
/*    visibility: visible;*/
/*    transform: translateY(1px);*/
/*}*/
a.dropbtn.nav-item.nav-link.active {
    cursor: pointer;
}

.navbar .dropdown-content
{
    display:flex;
}

.footer-logo p span {
    font-weight: 600;
}

.partner .owl-dots {
    margin-top: 60px;
}

.footer-col.company ul li {
    padding-bottom: 8px;
}

.footer-col h4 {
    margin-bottom: 14px;
    font-size: 16px;
    color: #a3adc2;
    font-weight: 400;
}

.footer-logo p
{
        line-height: 24px;
}

.footer ul li{
    color:#fff;
    margin-bottom:14px;
    font-size:14px;
}

.footer-bottom p span {
    padding: 0 10px;
}

nav.navbar.navbar-expand-lg.navbar a {
    text-transform: capitalize;
    font-size: 14px !important;
    font-weight: 300 !important;
}
.header-main .container-fluid, .header-main .row, .header-main .container-fluid, .header-main .navbar-expand-lg .navbar-nav {
    height: 100%;
}
nav.navbar.navbar-expand-lg.navbar a {
    align-items: center;
    height: 100%;
}
a.nav-link:before
{
    height:3px;
    bottom:2px;
}
.header-main
{
    padding-bottom:0;
    /*top:48px;*/
    /* Adetayo: removed the header address && reduced the header height*/
    height:80px;
}
.header-main.navbar-fixed {
    top: 0;
}
section.introduction h2 {
    text-transform: capitalize;
}

.boxes .col-md-12.text-center p, .recommended .text-center p {
    margin-bottom: 40px !important;
       width: 50%;
    margin: auto;
    line-height: 25px;
    font-size: 14px;
    font-weight: 100;
}
section.partner .row:nth-of-type(2) {
    width: 80%;
    margin: auto;
}

section.gallaries.services h3 {
    /*cursor: pointer;*/
    color: #19459c;
    font-size: 24px;
    line-height: 40px;
    font-weight: 500;
}

.gallaries.services a, .see-more {
    color: #19459c;
    font-size: 14px;
    font-weight: 200;
    display: block;
    text-align: right;
}

.gallaries.services a:hover, .see-more:hover {
    color: #967c22;
    font-size: 14px;
    font-weight: 200;
    text-decoration: none;
}

.gallary-row p {
    font-size: 14px;
    font-weight: 200;
    line-height: 30px;
    color: #566175;
}
section.recommended
{
    padding-top:80px;
}

section.gallaries.industries .content p:nth-of-type(2) {
    height: 57px;
    white-space: pre-wrap;
    line-height: 26px;
}
section.gallaries.industries button {
    display: none;
}
section.gallaries.industries .gallary-row h3
{
        color: #19459c;
}

section.gallaries.industries .content {
    height: 175px;
    padding-bottom: 40px;
}

section.our-journey img {
    height: 350px;
    border-radius: 5px;
}

section.our-journey.leadership img {
    width: 100%;
    height: auto;
}

section.our-journey p {
    font-size: 14px;
    color: #566175;
}

.items-center{
    justify-content: center;
    display: flex;
    align-items: center;
}

.banner-carousel.home-main-banner
{
    display:block !important;
}

.static-banner {
    position: relative;
    width: 100%;
    height: 25rem;
}

.static-banner img {
    width: 100%;
}

.static-banner h1 {
    font-size: 40px !important;
}

section.gallaries.industries .gallary-row h3
{
    cursor:pointer;
}
.blue-header {
    margin-top: 167px;
}

nav.navbar.navbar-expand-lg.navbar a {
    font-size: 14px !important;
}
.navbar-brand img {
    height: 3.3vw;
}

.footer-logo img {
    width: 90%;
    height: 100%;
}

.box-header span {
    line-height: 20px;
    font-size: 14px;
    padding: 15px;
    background: #19459c;
    text-shadow: 0px 0px 0px #000;
}
.our-journey strong{
    font-size: 18px;
    font-weight: 500;
    color: #19459c;
}


.owl-carousel
 {
    display: none;
    width: 100%;
    z-index: 1;
    padding: 0;
}

.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none;
    /*margin-right: 5px !important;*/
}

.partner .owl-carousel .owl-item {
    margin-right: 5px !important;
}

.our-journey p{
    margin-bottom:30px !important;
}

.our-journey p i{
    padding-right: 15px;
    font-size: 16px;
    top: -2px;
    position: relative;
    color: #19459c;
    text-shadow: 0px 0px 2px #000000cc;
}


/*.owl-theme .owl-nav*/
/*{*/
/*    display:block;*/
/*}*/
/*button.owl-prev {*/
/*    position: absolute;*/
/*    left: 6px;*/
/*}*/
/*button.owl-next {*/
/*    position: absolute;*/
/*    right: 6px;*/
/*}*/

.blue-header {
    margin-top: 100px;
}

section.gallaries.industries .content {
    height: 190px;
    padding: 0 15px 40px 15px;
}
section.gallaries.industries .content p:nth-of-type(2) {
    height: 82px;
    width: 100%;
}
section.our-journey.leadership h2 {
    text-align: center;
}
section.our-journey p
{
    margin:0;
}
section.gallaries.services h3 {
    padding-top: 30px;
}
section.gallaries.services img {
    height: 510px;
}
section.gallaries.services .gallary-row p
{
      display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 10;
    overflow: hidden;
    text-overflow: ellipsis;  
    text-align: justify;
}

section.partner .owl-nav {
    top: unset !important;
    width: 100%;
    left: 0;
}
.partner .owl-nav button {
    position: absolute;
      top: -72px;
}

.partner button.owl-prev {
    left: -6%;
}
.partner button.owl-next {
    right: -5.7%;
}

.leader-content
{
    height: 364px;
}

.boxs {
    padding: 0 10px 10px 10px;
}
.mobile-top {
    display: none;
}
a.dropbtn.nav-item.nav-link i {
    padding-left: 6px;
}


@media(min-width:1500px)
{
  .header-main .container-fluid {
    max-width: 100%;
    padding: 0 11vw;
}  
}

@media(min-width:1025px) and (max-width:1200px)
{
    .navbar-brand img
    {
      height: 41px;  
    }
    nav.navbar.navbar-expand-lg.navbar a {
    font-size: 14px !important;
}  
    section.gallaries.industries .gallary-row h3
{
   overflow: hidden;
    text-overflow: ellipsis; 
}
section.gallaries.industries .content {
    height: 231px;
    padding: 0 15px 40px 15px;
}
.partner .owl-nav button {
    position: absolute;
    top: -66px;
}


.slider-header h1 {
        font-size: 25px;
    line-height: 37px;
    top: 42%;
}
}

@media(min-width:993px) and (max-width:1024px)
{
    .navbar-brand img
    {
      height: 41px;  
    }
    nav.navbar.navbar-expand-lg.navbar a {
    font-size: 14px !important;
}
.gallaries.industries .col-md-3 {
    padding: 0 10px !important;
}
.box-header span
{
    font-size: 14px;
}

    .slider-header h1 {
        font-size: 24px !important;
        line-height: 36px;
    }
    section.gallaries.industries .gallary-row h3
{
   overflow: hidden;
    text-overflow: ellipsis; 
}
section.gallaries.industries .content {
    height: 231px;
    padding: 0 15px 40px 15px;
}
    .partner .owl-nav button {
        top: -66px;
    }
    .banner .static-banner .slider-header h1 {
    font-size: 35px !important;
    line-height: 36px;
}
    .boxs {
        min-height: 100%;
        padding: 0 20px 20px 20px;
    }
}

@media(max-width:1000px)
{
        .partner .owl-nav  {
       display:none;
    }
}

@media(min-width:721px) and (max-width:992px){
.navbar-collapse {
    display: flex;
    flex-basis: 70% ;
}
.navbar-expand-lg .navbar-nav
{
    flex-direction:row;
}
button.navbar-toggler {
    display: none ;
}
 .navbar-brand img {
    height: 3.8vw;
}  
nav.navbar.navbar-expand-lg.navbar a {
    font-size: 1.4vw !important;
    margin-left: 20px;
}
header .container-fluid {
        padding: 0 30px;
}
.footer-col ul {
    margin-left: 0;
}
.footer-col h4 {
    font-size: 20px;
}
.container.partner-grid {
    padding-top: 0px;
}
.static-banner {

    height: 40rem;
}
.banner-carousel .slide
{
    height:80vh !important;
}
.banner .slider-header h1 {
    font-size: 21px !important;
    line-height: 34px;
}
.banner .static-banner .slider-header h1 {
    font-size: 32px !important;
    line-height: 34px;
}
.boxes .col-md-12.text-center p, .recommended .text-center p
{
    width:75%;
}
    .box-contents p {
        font-size: 14px;
    }
    
    .boxs {
        padding: 0 20px 40px;
        min-height: 100%;
    }
    
    section.partner .row:nth-of-type(2) {
    width: 90%;
    margin: auto;
}
    
    
    section.our-journey .col-md-6 {
    width: 50%;
}
section.our-journey h2 {
    text-align: left;
    padding-bottom: 0;
}
      .text-center>h2, .text-center>h3,.text-center>h1, .container.partner-grid h1, .contact-head h2, .blue-header h2 {
        font-size: 28px !important;
                line-height: 42px;
    }
 section.our-journey {
    padding-bottom: 50px;
}
     .gallaries.services .gallary-row {
        flex-direction: row !important;
    }
        .gallaries.services .gallary-row>:first-child, .gallaries.services .gallary-row>:nth-child(2) {
        width: 50%;
        max-width: 50%;
        flex:0 0 50%;
    }
    section.gallaries.services h3 {
    font-size: 25px;
    line-height: 35px;
    padding-bottom: 20px;
}
.leader-content p:first-of-type {
    font-size: 18px;
}
.industry-detail .col-md-6 {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
}
    .industry-detail .industry-content {
        margin-top: 20px;
    }
}

@media(min-width:769px) and (max-width:992px)
{
    section.boxes .col-md-4 {
      width: 50%;
    flex:0 0 50%;
    max-width:50%;
    margin-bottom: 30px;
}
 
       section.gallaries.industries .col-md-3 {
     width: 33%;
    flex: 0 0 33%;
    max-width:33%;
}

.gallaries.services .image-box-1 img {
    width: 100%;
    object-fit: cover;
    height:560px;
}

section.gallaries.industries .content {
    height: 190px;
    padding-bottom: 25px;
}
section.gallaries.industries .content p:nth-of-type(2)
{
        width: 100%;
    height: 82px;
}

}

@media(min-width:769px) and (max-width:800px)
{
        .gallaries.industries .col-md-3 {
    width: 50% !important;
    max-width: 50% !important;
    flex:0 0 50% !important;
}
.gallaries.industries .content p:nth-of-type(2)
{
        width: 100%;
    height: 82px;
}
.gallaries.industries .content {
    height: 175px;
    padding-bottom: 0px;
}
    section.gallaries.industries .content {
        padding: 0 20px;
    }
    
}

@media(min-width:721px) and (max-width:768px)
{
 .footer .row>:nth-child(2), .footer .row>:nth-child(3) {
    width: 50%;
}
    .footer-col {
        text-align: left;
        margin-top: 30px;
    }
    .footer-logo img {
        width: 85%;
        margin-bottom: 30px !important;
    }
    .container {
        max-width: 650px;
    }
    .container.partner-grid .col-md-3 {
    width: 33%;
    max-width:33%;
    flex-basis:33%;
}
section.boxes .col-md-4 {
    width: 50%;
    flex:0 0 50%;
    max-width:50%;
    margin-bottom: 30px;
}
    .gallaries.services .gallary-row {
        text-align: center;
    }

    .gallaries.industries .col-md-3 {
    width: 50%;
    max-width: 50%;
    flex:0 0 50%;
}
.gallaries.industries .content p:nth-of-type(2)
{
        width: 100%;
    height: 82px;
}
.gallaries.industries .content {
    height: 175px;
    padding-bottom: 0px;
}
section.our-journey .col-md-6 {
    width: 50%;
}
section.our-journey.leadership h2 {
        text-align: center;
        margin-bottom: 30px;
        padding-top:0;
      
}
section.our-journey.leadership img {
    width: 40%;
    display: flex;
    margin: auto;
      padding-bottom:40px;
}
.leader-content p:first-of-type {
    font-size: 18px;
    text-align: center;
}
.container-fluid
{
    padding: 0 30px;
}
section.our-journey.culture {
    padding-bottom: 50px;
}
section.our-journey.leadership h2 {
        text-align: center;
        margin-bottom: 30px;
        padding-top:0;
      
}
section.our-journey.leadership .col-md-4,.col-md-8 {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
}
.gallaries.services .image-box-1 {
    width: 100%;
}
    h3, h2 {
        font-size: 28px;
    }
      .industry-detail .industry-content {
        margin-top: 20px;
    }
    .leader-content {
    height: 300px;
    justify-content: start;
    align-items:center;
    text-align:center;
}
section.our-journey.leadership.service h3 {
    text-align: center;
    margin-bottom: 40px;
}

.leadership .carousel-control-next, .leadership .carousel-control-prev
{
    position:unset;
}
.testi-nevigation {
    display: flex;
    position: absolute;
    bottom: 0;
    display: flex;
    left: 42%;
    gap: 10px;
}
}

@media(max-width:720px)
{
    
    div#myDropdown a {
    color: #fff !important;
    text-align: left;
}
 div#myDropdown a:hover {
    color: #f2f2f2 !important;
    text-align: left;
}

.boxs {
    padding: 0 10px 10px 10px;
    margin-top: 15px;
}

section.partner {
    padding: 80px 0 80px;
}

nav.navbar.navbar-expand-lg.navbar a {
    font-size: 14px !important;
    text-align: center;
    width: max-content;
    margin-left:0;
    padding-bottom:0 !important;
}
.navbar-nav {
    align-items: center;
}
.header-main {
    background: linear-gradient(0deg, #172253, #172255), url(image.png);
}


.navbar-brand img
{
  width: 245px !important;  
}
.footer-col {
    text-align: left;
    margin-top: 30px;
}
.footer-col h4 {
    font-size: 18px;
}
.footer-bottom p {
    font-size: 13px !important;
    padding:0 10px;
}
.footer-logo img
{
    width:300px;
}

 section.gallaries.industries .content p:nth-of-type(2)
    {
        width:100%;
    }
    .partner .owl-dots {
    margin-top: 10px;
}
    .container {
        max-width: 675px;
    }
.container.partner-grid {
    padding-top: 0px;
}
.industry-detail .industry-content {
    margin-top: 20px;
}
.industry-detail {
    padding-top: 0px;
    padding-bottom: 60px;
}
    .container-fluid {
        padding-right: 30px;
        padding-left: 30px;
    }
    .static-banner {

    height: 35rem;
}
.static-banner .slider-header h1
{
   font-size:28px !important; 
}

section.about-us, section.our-journey {
    padding-bottom: 50px;
}
    section.gallaries.industries .content {
        height: 190px;
        padding: 0 10px 10px 10px !important;
    }
    section.gallaries.industries .content p:nth-of-type(2) {
        width: 100%;
        height: 82px;
    }
    section.our-journey h2 {
    padding-bottom: 0;
    padding-top:40px;
}
    section.our-journey .row {
        flex-direction: column-reverse;
    }
    section.our-journey.leadership .row {
        flex-direction: column;
}
section.our-journey.leadership img {
    width: 100%;
    height: auto;
    width: 40%;
    margin: auto;
    display: flex
;
margin-bottom:30px;
}
section.our-journey.leadership h2 {
        text-align: center;
        margin-bottom: 30px;
        padding-top:0;
      
}
section.our-journey.leadership img {
    width: 40%;
    display: flex;
    margin: auto;
      padding-bottom:40px;
}
.leader-content p:first-of-type {
    font-size: 18px;
    text-align: center;
}
.gallaries.services .image-box-1 {
    padding: 0;
}
section.gallaries.services h3 {
    padding-top: 30px;
    font-size: 26px;
}
.navbar .dropdown-content {
    display: flex
;
    flex-direction: column;
    width: max-content;
   left: -17%;
}
div#myDropdown p {
    width: 100%;
}
.service-detail h3 {
    font-size: 24px;
}
    .text-center>h2, .text-center>h3,.text-center>h1, .container.partner-grid h1,.contact-head h2, section.our-journey h2, .blue-header h2{
    font-size: 28px !important;
    line-height: 35px ;
}
section.contact-sec h4 {
    font-size: 20px;
}
.leader-content {
    height: 310px;
    justify-content: start;
    align-items:center;
    text-align:center;
}
.leadership .carousel-control-prev {
    left: auto !important;
    right: 61px !important;
}
.leadership .carousel-control-next {
    left: auto !important;
    right: 20px;
}
 .recommended .text-center p
 {
     margin-bottom:0 !important;
 }
     .static-banner {
        height: 25rem;
    }
    .static-banner .set-bg {
    height: 100%;
}
section.our-journey.leadership.service h3 {
    text-align: center;
    margin-bottom: 40px;
}
.term-desc h4 {
    padding-top: 20px;
    font-size: 20px;
}
.blue-header {
    margin-bottom: 40px;
}
section.gallaries.industries .gallary-row h3 {
    overflow: hidden;
    text-overflow: ellipsis;
}
 .testi-nevigation {
    position: absolute;
    bottom: 0;
    display: flex;
    left: 42%;
    gap: 10px;
}
.leadership .carousel-control-next, .leadership .carousel-control-prev
{
    position:unset;
}
    .navbar .dropdown-content {
        right: -52%;
        left:unset;
    }
        div#myDropdown p {
        font-size: 15px !important;
    }
    .mobile-top {
        display: flex
;
        justify-content: space-between;
        align-items: center;
        padding: 13px 10px;
        border-bottom: 1px solid #2e375d;
        height: 79px;
    }
       .mobile-top img {
        width: 80%;
        height: auto;
        
    }
        .mobile-top a {
        width: 70% !important;
        display: flex
;
        align-items: center;
        justify-content: center;
    }
        div#navbarSupportedContent {
        position: fixed;
        top: 82px;
        top: 0;
        right: 0;
        left: unset;
        width: 60%;
        height: 100%;
        padding:0;
    }
        .navbar-nav {
        align-items: center;
        height: 85% !important;
        gap: 20px;
        padding: 40px;
        overflow: auto !important;
        justify-content:start !important;
        }
        a.nav-item.nav-link {
        border-bottom: 0.5px solid #2e3968fa;
        line-height: 40px;
    }
        nav.navbar.navbar-expand-lg.navbar a {
        padding-bottom: 0 !important;
        width: 100%;
        text-align: left;
       height:auto;
       overflow:unset;
    }
    
    .dropdown {
    width: 100%;
}
    nav.navbar.navbar-expand-lg.navbar a.dropbtn {
        justify-content: space-between;
    }
    a.dropbtn.nav-item.nav-link i {
    padding-left: 6px;
    padding: 8px 10px;
    background: #1a34a5;
    position: relative;
    top: -6px;
}
nav.navbar.navbar-expand-lg.navbar a::before {
        display: none;
}
    .navbar .dropdown-content.show {
        position: unset;
    }
    div#myDropdown p {
        font-size: 15px !important;
        border-bottom: 0.5px solid #2e3c7b;
        margin-bottom: 0;
        line-height: 35px;
        margin-bottom: 10px;
        margin-left: 20px;
    }
        div#myDropdown {
        font-size: 14px !important;
        background: transparent;
        box-shadow: none;
        color: #cccccc;
        left: 0;
        right: unset;
    }
    .navbar-nav>:last-child,div#myDropdown>:last-child {
    border-bottom: none !important;
}
    .slide-content img {
        display: block !important;
    }
     .mobile-top img {
        display: block;
    }
    div#myDropdown p:hover {
    color: #f9f9f9;
}
div#myDropdown
{
   width: 100%;
        padding: 20px 0; 
}
}

@media(min-width:561px) and (max-width:720px)
{
        .container.partner-grid .col-md-3 {
    width: 33%;
    max-width:33%;
    flex:0 0 33%;
}
 

  .banner-content
{
       width: 90%;
    left: unset;
    top: 80px !important; 
}
.boxes .col-md-12.text-center p, .recommended .text-center p
{
    width:80%;
}
    .banner-carousel .slide {
        height: 80vh !important;
    }
    .slide-content {
    transform: translateY(-56%);
    }
        .slider-header h1 {
        height: auto !important;
        line-height: 25px;
        font-size:17px !important;
    }
        .main-banner .owl-nav {
        top: 32% !important;
    }
    .main-banner,section.boxes {
    margin-bottom: 50px;
}
section.boxes .col-md-4 {
    width: 50%;
}
.box-header span {
    font-size: 14px;
    padding: 9px;
    line-height: 23px;
}

    .boxs.mr-2 {
        margin-bottom: 50px !important;
        min-height: auto !important;
        min-height: 778px !important;
    } 
    section.gallaries.industries .col-md-3 {
    width: 50%;
    max-width: 50%;
}
    .image-box-1 {
        padding: 0;
    }
    section.gallaries.industries .box--content {
    width: 100%;
    }
    section.gallaries.industries .content p:nth-of-type(2)
    {
        width:100%;
    }
        .banner-content.text-center p {
        font-size: 15px !important;
    }
      .partner .owl-nav button
    {
     top: -99px;
    }
    .partner button.owl-next {
    right: -8.7%;
}
.partner button.owl-prev {
    left: -10%;
}
 .boxs.mr-2
 {
     padding: 0 18px;
    margin-bottom: 30px !important;
 }
 .box-contents p {
    font-size: 16px;
 }
}


@media(max-width:560px)
{
    section.boxes .col-md-4 {
    width: 100%;
    }
    section.footer {
        /* background: #19459c; */
        background: #1a2256;
        padding: 35px 0;
    }


    .slider-header h1 {
             height: auto !important;
        padding: 20px 10px;
        width: 90%;
        left: 5%;
        top: 20vh;
        line-height:20px;
    }
    .slide-content,section.banner video,.set-bg
    {
        height:315px;
    }
    .slide-content {
    top: 50%;
    transform: translateY(-54%);
}

.banner-carousel .owl-stage-outer {
    height: 40vh;
}
.boxes .col-md-12.text-center p, .recommended .text-center p {
        width: 100%;
    }
    .box-header span {
        font-size: 15px !important;
        padding: 10px;
        line-height: 20px;
    }

    .box--content {
        margin: 0 5px;
        width:95%;
    }
    p {
    font-size: 14px !important;
}
.industries .image-box-1, .industries .box-1
{
    padding:0;
}

.partner .owl-dots {
    margin-top: 0;
}
    .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
        width: 35px !important;
        height: 35px !important;
        font-size: 45px !important;
    }

section.gallaries.industries .col-md-3
{
   width:80%;
   margin:auto;
}
section.boxes .col-md-4 {
    width: 100%;
    margin: auto;
}
.contact-sec .col-md-12 {
    padding: 0;
}
    .container-fluid {
        padding-right: 20px;
        padding-left: 20px;
    }
.container.partner-grid .col-md-3 {
        width: 33%;
        flex: 0 0 50%;
        max-width: 33%;
        padding: 0 5px;
    }
.owl-theme .owl-nav
{
    display:none;
}

.partner .owl-dots {
    display: none;
}
  .partner .owl-nav button
    {
     top: -99px;
    }
    .partner button.owl-next {
    right: -8.7%;
}
.partner button.owl-prev {
    left: -10%;
}
    .partner .owl-dots {
       display:none;
    }
    .leader-content h4 {
    font-size: 20px;
}
section.our-journey p:nth-of-type(2) {
    font-size: 15px !important;
}
.leader-content {
    height: 400px;
    justify-content: start;
}
    div#navbarSupportedContent {
        width: 95%;
    }
        .mobile-top img {
        width: 100%;
        }
    .home-main-banner .slide-content,.home-main-banner video,.set-bg
    {
        height:70vh !important;
    }
    
        .static-banner .set-bg {
        height: 100% !important;
    }
}

@media(max-width:360px)
{

    section.gallaries.industries .col-md-3,section.gallaries.industries .col-md-3
{
   width:100%;
   margin:0;
}
   .navbar-brand img
{
  width: 210px !important;  
} 
      section.boxes .col-md-4 {
        width: 100%;
        margin: 0;
    }
    
    .partner .owl-dots>:first-child, .partner .owl-dosts>:nth-child(2) {
        display: block !important;
}
     .leader-content {
        height: 440px !important;
    } 
        .container-fluid {
        padding-right: 10px;
        padding-left: 10px;
    }
  div#navbarSupportedContent {
        width: 100%;
    }
}


section.gallaries.industries .content p:nth-of-type(2) {
    width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    height: unset;
    padding-bottom: 0;
}

section.gallaries.industries .gallary-row h3
{
    margin-top:0;
}

section.gallaries.industries .content
{
   padding: 0 10px 0px 10px;
   justify-content:center;
}

section.contact-sec .right-line4, .left-line4 {
    display: none;
}

.contact-head {
    margin: 0 0 40px;
}
.contact-head h2
{
  text-transform: capitalize;
}

section.contact-sec h4 {
    font-size: 20px;
}

section.contact-sec {
    padding-top: 60px !important;
}


section.our-journey.leadership {
    padding-bottom: 100px;
}

.main-banner {
    margin-bottom: 50px;
}

section.recommended
{
    padding-bottom:50px;
}

.term-desc ul {
    margin: 0;
}
.term-desc h4 {
    padding-top: 20px;
}

    section.our-journey.leadership.service h3 {
        text-align: center;
        margin-bottom: 40px;
    }
    
    
    
    .box--content
    {
        margin:auto;
    }
    
    section.gallaries.industries .content p:nth-of-type(2) {
    font-size: 14px;
    line-height: 24px;
}
.industry-content h3, .service-detail h3 {
        color: #19469c;
}

