
html {
  scroll-behavior: smooth;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Nunito', sans-serif;
}


h1 {
    font-family: 'Nunito', sans-serif;
    font-weight: 600;
    font-size: 37px;
}

h2 {
    font-family: 'Nunito', sans-serif;
    font-weight: 600;
    font-size: 30px;
    color: #11308b;
    margin-bottom: 20px;
}

h3 {
    font-family: 'Nunito', sans-serif;
    font-weight: 600;
    font-size: 22px;
    color: #212529;
}

h4 {
    font-family: 'Nunito', sans-serif;
    font-weight: 500;
    font-size: 18px;
    color: #212529;
}
h5 {
    font-family: 'Nunito', sans-serif;
    font-weight: 700;
    font-size: 18px;
    color: #212529;
}
h6 {
    /*font-family: 'Nunito', sans-serif;*/
    font-family: 'Nunito', sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: #11308b;
}

p {
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    font-size: 15px;
    color: #808080;
}

a {
    color: #0072bc;
    font-size: 16px;
    font-weight: 600;
}




@media(max-width: 1024px){
    .navbar-expand-lg .navbar-nav .navitem-submenu{
        min-width: 63rem;
        left: -330px;
    }
}
a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}
/*Header css begin*/

.main-header{
    padding: 0px 0px;
    position: absolute;
    top: 0;
    z-index: 10;
    width: 100%;
    background: rgb(0 0 0 / 24%);
    box-shadow: 0px 3px 6px rgb(0 0 0 / 6%);
    
}
.navbar{
	padding: 0.5rem 0rem;
}

.main-header .nav-logo{
    width: 150px;
}
.navbar-nav li{
	padding: 0 0px 0 10px;
}

.navbar-nav{
    margin-top: 30px;
}
.navbar-nav li a{
	color: #fff;
	font-size: 16px;
	font-weight: 600;
    /*margin-top: 30px;*/
	/*vertical-align: bottom;*/
} 
.navbar-nav li a:hover{
    color: #f26051;
    }
.navbar-nav .navitem-submenu a{
    /*background: #000;*/
    color: #fff;
    text-decoration: none;

}
.navbar-nav .navitem-submenu a:hover{
    background-color: #150d3c;
    color: #f26051;
    text-decoration: none;

}
.dropdown-menu{
    /*background-color: rgb(0 0 0 / 24%) !important;*/
    background-color: #2a1855 !important;
    padding: 0;
}

.navbar-nav li a.dropdown-item{
    padding: 0.55rem 1.5rem;
}

@media(max-width: 480px){
    .navbar-nav{
        margin-top: 0px;
    }
}
.fa-bars{
	color: #000;
	font-size: 30px !important;
}
.navbar-toggler {
	outline: none !important;
}
/*Header css END*/
#banner{
	/*margin-top: 140px;*/
    background-size: cover !important;
    background-position: center;
  background-repeat: no-repeat;
    min-height: 92vh;
    /*padding-left: 0;
    padding-right: 0;
    padding-top: 20px;
    padding-bottom: 40px;*/
    display: flex;
    align-items: center;
}
.banner{
    min-height: 60vh !important;
}
#banner .pt-sm-5{
    padding-top: 6rem !important;
}
@media(max-width: 468px){
    #banner .pt-sm-5 {
    padding-top: 6rem !important;
    padding-bottom: 2rem;
}
}
.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1.2rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.btn-brand{
	color: #fff;
    background-color: #f26051;
    border-color: #f26051;
    border: none;
    border-radius: 8px;

}
.fa{
	color: #f26051;
}
a:hover{
	color: #fff;
	text-decoration: none;
}

/*Banner section starts*/

/*#banner{
	margin-top: 50px;
}*/
#banner p{
	margin-top: 0;
    margin-bottom: 1rem;
    /*margin-right: 120px;*/
    font-size: 18px;
    font-weight: 300;
}
#banner .mar{
    margin-right: 120px;
}

@media(max-width: 768px){
    #banner p{
        margin-right: 0;
    }

    #banner .mar{
        margin-right: 0px;
    }
}

.card-img{
    width: 100%;
    border-radius: 8px;
}
/*Banner section ends*/
 /*pannel-2 section starts*/
 #pannel-2{
 	/*margin-top: 60px;*/
 	background: #f5f5fb;
    padding-bottom: 60px;
 	/*margin-bottom: 60px;*/

 }
 #pannel-2 .card .card-body img{
    width: 20%;
 }
 #pannel-2 .card .card-title{
    padding-top: 10px;
 }

 @media(max-width: 768px){
    #pannel-2 .card .card-title{
        min-height: 52px;
    }
 }
  @media(max-width: 480px){
    #pannel-2 .card .card-title{
        min-height: initial;
    }
 }
 .card{
 	border-radius: 8px;
 }
 .card .card-body .card-text{
 	color: #797979;
 }
 .card .card-body a{
 	font-size: 14px;
 	font-weight: 700;
 	color: #f26051;
 	text-decoration: underline;
 }
 .card .card-body a:hover{
 	
 	background: #f26051;
 	color: #fff;
 	padding: 5px;
 	border-radius: 8px;
 	text-decoration: none;
 	
 }
 /*pannel-2 section ends*/

 #pannel-3{
 	/*margin-top: 60px;*/
 	background: #fff;

 }
 #pannel-3 .card img{
    border-radius: 8px;
 }

 #pannel-3 .content{
    position: absolute; /* Position the background text */
  bottom: 0; /* At the bottom. Use top:0 to append it to the top */
  background: rgb(0, 0, 0); /* Fallback color */
  background: rgba(0, 0, 0, 0.5); /* Black background with 0.5 opacity */
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  color: #f1f1f1; /* Grey text */
  width: 100%; /* Full width */
  /*padding: 20px;  Some padding */
 }
 #pannel-3 .card-body{
    padding-top: 2px !important;
    padding-bottom: 1px !important;
 }
 #pannel-3 .card-body h3{
    margin-bottom: 0px !important;
 }
 #pannel-3 .card-body p{
    margin-bottom: 0px !important;
    font-size: 12px;
 }
 .card-body .date{
 	font-size: 12px;
 }
 .bg-white{
 	background: #fff;
 	/*border-radius: 6px;*/
 }
.bg-grey{
    background: #f2f2f2;
}
.bg-brand{
    background: #f26051;
}
 #pannel-4{
 	/*margin-top: 60px;*/
 	background: #000;

 }
 #pannel-4 .leadership-slider .card-img{
    background: #000;
 }
 #pannel-4 .leadership-slider h3{
    margin-bottom: 0px !important;
    font-size: 18px !important;
 }
 #pannel-4 .leadership-slider p{
    margin-bottom: 0px !important;
    font-size: 14px;
    font-weight: 300;
    color: #f26051; 
 }

 # pannel-4 p{
    font-size: 12px;
 }
 #pannel-6{
    background: #f2f2f2;

 }
 #blog-pannel{
    background: #f2f2f2;
    padding-bottom: 60px;
 }
 #blog-pannel .date{
    color: #f26051;
 }
 #blog-pannel a{
    text-decoration: none;
 }
 #blog-pannel .card .card-body a {
    font-size: 14px;
    font-weight: 700;
    /*color: #f26051;*/
    text-decoration: none;
}
#blog-sigle{
    padding-bottom: 60px;
}
#blog-sigle .margn{
    width: 80%;
    margin: left;
    font-size: 16px !important;
    color: #000;
}
#blog-sigle .margn ul li{
    font-size: 15px;
    font-weight: 4400;
    color: #000;
}
#blog-sigle .margn p{
    font-size: 15px;
    font-weight: 400;
    color: #000;
    font-family: 'Nunito', sans-serif;
}
#blog-pannel .card .card-body ul li a {
    font-size: 16px;
    font-weight: 700;
    color: #000;
    text-decoration: none;
}
.card .card-body a:hover {
    background: initial;
    color: #000;
    padding: 0px;
    border-radius: 0px;
    text-decoration: none;
}

.card .c
 #pannel-6 .date{
    color: #f26051;
 }
 .team-para{
 	width: 65%;
 	margin: auto;
    margin-bottom: 30px;
    font-weight: 300;
 }
@media(max-width: 480px){
    .team-para{
        width: 100%;
    }
}

 .bg-blue{
 	background: #1e85c7;
 }
 .pannel-5{
 	background: #fff;
 	/*margin-top: 60px;*/
 }
 .pannel-5 .item{
    width: 14.23%;
    margin: 0 auto;
    align-self: flex-end;
}
#footer{
	background: #3d3d3d;
 	/*margin-top: 60px;*/
}
footer .footer-wrapper {
	display: block;
	height: calc(100% - 0);
	margin: 0;
	padding-right:95px;

}


@media(max-width: 1025px){
    footer .footer-wrapper{
    padding-right: 60px;
    }
 }

 @media (max-width: 1025px){
    footer .footer-wrapper {
        padding-right: 75px;
    }
 }


@media(max-width: 480px){
    footer .footer-wrapper{
    width: 50%;
    float: left;
    margin-bottom: 20px;
    padding-right: 0;
    }
 }

 footer .footer-list h5{
    color: #fff;
    font-weight: 600;
    font-family: 'Nunito', sans-serif;
    font-size: 20px;
 }


footer .footer-list {
	list-style: none;
	padding: 0;
	margin: 0;
	height: calc(100% - 0px);
	margin: 5px 0
}

footer .footer-list li {
	margin-bottom: .5rem;
	line-height: 1.2;
}
footer .footer-list .tel{
    color: #f26051;
}

footer .footer-list li a,
footer .footer-list li span {
	font-size: 15px;
	color: #c6c6c6;
	font-weight: 400;
    font-family: 'Nunito', sans-serif;
}

@media (max-width: 600px) {
	footer .footer-list li a,
	footer .footer-list li span {
		font-size: .8rem;
        font-family: 'Nunito', sans-serif;
	}
}
#footer-2 .main-footer p{
    font-size: 14px;
}
#footer-2 .main-footer p a{
    font-size: 14px;
    text-decoration: underline;
    color: #fff;
    font-weight: 300;
}

footer .footer-list li:last-child {
	margin-bottom: 0
}
#footer-2{
	background: #000;
 	/*margin-top: 60px;*/
}
.social-media a{
    color: #fff;
    font-size: 25px;

}

.card{
    border: 0;
}

.client-navs{
    width: 52.3%;;
    margin: auto;
    background: #F7F7F7;
    border-radius: 50px;
}
.client-navs .nav-item .nav-link{
    padding: 0.5rem 1.5rem;
    font-weight: 500;
    font-size: 18px;
    font-family: 'Nunito', sans-serif;
    position: relative;
    color: #000;
}
.client-navs .nav-item .nav-link.active{
    border-radius: 50px;
    background: #f26051 !important;
    color: #fff;
}
.client-navs .nav-item .nav-link:hover{
    background:rgb(0 114 188 / 10%);
    border-radius: 50px;
}

@media(max-width: 1024px){
    .client-navs{
        width: 50.4%;
    }
}
@media(max-width: 768px){
    .client-navs{
        width: 67.8%;
    }

}

@media(max-width: 480px){
    .client-navs{
        width: 100%;
        border-radius: 15px;
    }
    .client-navs .nav-item{
        width: 50%;
        float: left;
    }
    .client-navs .nav-item .nav-link{
        font-size: 15px;
        text-align: center;
        padding: 0.5rem 0rem;
    }
}
#pannel-5 .item img{
    width: 90%;
}


/*Slick CSS Begin*/


.slick-slide{
    height: auto;
}
.slider-container {
    position: relative
}
.partner-slider .slick-arrow{
    top: 18%;
}
.slick-arrow {
     font-family: "Font Awesome 5 Free";
    background: transparent;
    width: 35px;
    height: 35px;
    position: absolute;
    top: 32%;
    margin: auto;
    color: #f26051;
    z-index: 1;
    border: 0;
    font-size: 0;
    outline: 0;
    border: 0;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    opacity: 1;
    outline: 0;
}


button{
    outline: 0 !important;
}

.slick-arrow:hover{
    background: #f26051;
}

.slick-arrow.slick-prev:before {
    font-family: "Font Awesome 5 Free";
    content: "\f053";
    color: #f26051;
    font-size: 16px;
    line-height: 2.2;
    font-weight: 600;
}

.slick-arrow.slick-prev {
    left: -30px;
}
.slick-arrow.slick-next {
    right: -30px;
}

.slick-arrow.slick-next:before {
    font-family: "Font Awesome 5 Free";
    content: "\f054";
    color: #f26051;
    font-size: 16px;
    line-height: 2.2;
    font-weight: 600;
}

.slick-arrow:hover.slick-prev:before{
    color: #fff;
}
.slick-arrow:hover.slick-next:before{
    color: #fff;
}

.slick-dots {
    text-align: center;
    padding: 0;
    margin-top: 10px;
    margin-bottom: 20px;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0 2px;
    padding: 0;
    cursor: pointer
}

.slick-dots li:only-child {
    opacity: 0
}

.leadership-slider .slick-dots li button::before,
.slick-dots li button:before{
    background: rgb(255 255 255 / 60%);
}

.leadership-slider .slick-dots li.slick-active button::before,
.slick-dots li.slick-active button:before{
    background: #fff;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 12px;
    height: 12px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: 0;
    background: 0 0
}

.slick-dots li button::before,
.slick-dots li button:before {
    content: ' ';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    left: 0;
    margin: auto auto;
    width: 6px;
    height: 6px;
    background: 0 0;
    background: #777;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%
}

.slick-dots li.slick-active button::before,
.slick-dots li.slick-active button:before {
    background: #f26051;
    width: 12px;
    height: 12px
}

@media(max-width: 480px){
    .slick-arrow{
        top: 4%;
    }
}
/*Slick Css END*/


/*about page*/

#about-banner{
    background-size: cover !important;
    min-height: 40vh;
}
.centered {
  position: absolute;
  top: 32%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#about-pannel-2 {
    padding-top: 60px;
    padding-bottom: 60px;
    background: #f5f5fb;
    /*border-top: 12px solid #1e85c7;*/
    /*margin-bottom: 60px;*/
}
#about-pannel-2 .machine-img{
    max-width: 100%;
    height: auto;
    /*padding-right: 0px;*/
}
#about-pannel-2 ul li{
    font-size: 15px;

}
/*ul li{
    color: #000;
}*/
ul {
    list-style-type: disc;
}

#about-pannel-2 ul{
line-height: 28px;
}
#about-pannel-3 img{
    /*background: #fff;*/
    padding-top: 60px;
    padding-bottom: 60px;
}
#about-pannel-4{
    /*margin-top: 60px;*/
    background: #fff;

 }
 @media(max-width:768px){
    #about-banner {
    background-image: url(../images/main-banner.jpg);
    background-position:5% !important;
    }
}

 #about-pannel-4 .team-para {
    width: 65%;
    margin: auto;
    margin-bottom: 30px;
    font-weight: 400;
}
#about-pannel-4 .partner-slider p {
    /*margin-bottom: 2px !important;*/
    font-size: 14px;
    font-weight: 400;
    color: #f26051;
}
#about-pannel-4 .partner-slider h3 {
    margin-bottom: 0px !important;
}
@media(max-width: 468px){
        #about-pannel-4 .partner-slider{
            width: 100%;
            margin: auto;
        }
    }
 /* Bottom right text */
.text-block {
  position: absolute;
  bottom: 130px;
  right: 50px;
  background: rgb(0, 0, 0); /* Fallback color */
  background: rgba(0, 0, 0, 0.8); /* Black background with 0.5 opacity */
  color: #ededed; /* Grey text */
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
  border-radius: 8px;
  /*line-height: 20px;*/
}
.text-block p{
    font-size: 14px;
    font-weight: 200;
    margin-bottom: 1rem !important;
    
}

@media(min-width: 768px){
    .desk-blk{
        display: block;
    }
}
@media(max-width: 480px){
    .text-block{
        position: initial;
        padding-bottom: 5px;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }
    #about-pannel-3 img{
        margin-top: 0px;
        padding-top: 10px;
        padding-bottom: 0px;
    }
    #about-pannel-3{
        padding: 0 15px;
        margin-bottom: 20px;
    }
    #about-pannel-4 .team-para{
        width: 100%;
    }
}

.stickymain {
    position: fixed !important;
    top: 0;
    width: 100% !important;
    z-index: 99;
    box-shadow: 0px 0px 5px -1px #ddd;
    background: #150d3c;
}

/*Contact page*/

#contact-pannel{
    background: #fff;
    padding-bottom: 60px;
    padding-top: 60px;
}
#contact-pannel .card{
    border: 1px;
    box-shadow: 0px 0px 5px 1px #ddd;

}
#contact-pannel .card-title {
    margin-bottom: 0rem;
}
#contact-pannel p{
    font-weight: 500;
    font-size: 14px;
    font-family: 'Nunito', sans-serif;
}
#contact-pannel p a{
    text-decoration: underline;
    color: #455763 !important;
    font-weight: 400;
    font-size: 14px;
    font-family: 'Nunito', sans-serif;
}

#contact-pannel .center {
    text-align: center;
    width: 100%;
}
#contact-pannel .card .fas{
    color: #f26051;
    font-size: 45px;
}
#contact-pannel-3 .text-block {
    position: absolute;
    bottom: 50px;
    right: 50px;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.8);
    color: #ededed;
    /*padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;*/
    border-radius: 8px;
    /*padding-bottom: 20px;*/
    padding: 25px;
}
@media(max-width: 480px){
    #contact-pannel-3 .text-block{
        position: initial;
        padding-bottom: 5px;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }
    #contact-pannel-3 img{
        margin-top: 0px;
        padding-bottom: 0px;
    }
    #contact-pannel-3{
        padding: 0 15px;
        margin-bottom: 20px;
    }
    
}

/*Machine Intelligence*/

#mi-text-section{
    background: #056bf1;
}
#mi-text-section p{
    font-weight: 400;
    font-size: 18px;
    font-family: 'Nunito', sans-serif;
    margin-bottom: 0px !important;
}
.mi-banner {
    /*max-width: 60vh;*/
    min-height: 75vh !important;
}

/* Style the tab */

#tab-pannel{
    padding-bottom: 60px;
}

#tab-pannel .nav-pills .nav-link{
    color: #fff;
    /*margin-bottom: 15px;*/
    font-size: 15px;
    padding: 12px 12px;
}
#tab-pannel .nav-pills .nav-link.active{
    background-color: #FF6258;
    border-radius: 0;
    color: #fff;
    position: relative;
}
#tab-pannel .tabnav-bg{
    background: #000;
}
#tab-pannel .tabcontent-bg{
    background: #eeeeee;
}

#tab-pannel .nav-pills .nav-link.active .tooltiptext::after {
  content: "";
    position: absolute;
    top: 50%;
    left: 88.5%;
    margin-top: -17px;
    border-width: 18px;
    border-style: solid;
    border-color: transparent #eeeeee transparent transparent;
}
#tab-pannel .tabcontent-title{
    color: #000;
}

@media(max-width: 768px){
    #tab-pannel .tabcontent-title{
        margin-top: 20px;
    }
}
#tab-pannel .tabcontent-para{
    color: #000;
    font-weight: 300;
    font-size: 14px;
}
/*@media(max-width: 480px){
#tab-pannel iframe{
    height: 200;
}
}*/


/*----------------------------------------------*/

#mi-pannel-3{
    padding-bottom: 60px;
    /*padding-top: 60px;*/
    background: #fff;
}

.tabcontent-link {
    font-size: 14px;
    font-weight: 700;
    color: #f26051;
    text-decoration: underline;
 }
 .tabcontent-link:hover{
    
    background: #f26051;
    color: #fff;
    padding: 5px;
    border-radius: 8px;
    text-decoration: none;
    
 }

#ai-pannel{
    padding-top: 60px;
}
#ai-pannel .ai-col-img{
    padding-right: 0px !important;
    background-position: 100% !important;
}

#ai-pannel .row{
    margin-right: 0px;
}
#ai-pannel .ai-col{
    background: #000;
    padding: 35px;
}
#ai-pannel p{
    font-weight: 200;
    font-size: 14px;
    /*color: #e6e6e6;*/

}
#ai-pannel h2{
    font-size: 28px !important;
}
#jobs-pannel{
    padding-top: 60px;
}
#career-pannel-2{
    padding-bottom: 60px;
}
#career-pannel-2 .career_row{
    margin-right: 0;
    margin-left: 0;
    border-radius: 8px;
}

#career-pannel-2 .row .col-sm-4 {
    padding-right: 0px; 
    padding-left: 0px;
}
#career-pannel-2 .career_card-body{
    padding: 30px;
}
#career-pannel-2 .career_card-body .imag-fluid{
    width: 60px;
    padding-bottom: 20px;
}
#jobs-pannel .table td, .table th{
    border-top: none;
    padding: 0rem;
}
#jobs-pannel h2{
    margin-bottom: 0px;
}

table td h4{
    font-size: 18px;
    font-weight: 600;
    color: #000;
    padding-top: 20px;
}
table td p{
    font-size: 14px;
    font-weight: 300;
    color: #000;
}
.text-blue{
    color: #1169dc;
    font-weight: 600;
    /*font-size: 20px;*/
}
table a{

    color: #0072bc;
    font-size: 24px;
    font-weight: 600;
    text-decoration: none;
}
.table-border{
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-bottom-color: #ddd;

}
table td a{
    color: #f26051;
    /*text-align: center;*/
}
table td a:hover{
    color: #f26051;
    text-decoration: none;

}
table td a i{
    align: center;
}
.modal-dialog {
      max-width: 800px;
      margin: 100px auto;

  }

  @media(max-width: 768px){
    .modal-dialog {
      max-width: 500px;
      margin: 150px auto;
      padding-left: 15px;
      padding-right: 40px;

  }
  }



.modal-body {
  position:relative;
  padding:0px;
}
.close {
  position:absolute;
  right:-30px;
  top:0;
  z-index:999;
  font-size:2rem;
  font-weight: normal;
  color:#fff;
  opacity:1;
}
.close:hover{
    color: #f26051;
    text-decoration: none;
}



#accordionCareers button{
    width: 100%;
    text-align: left;
}
#accordionCareers .card-header{
    padding: 0;
    background: transparent;
    padding-top: 10px;
}
#accordionCareers .card-body{
    padding-left: 0;
    padding-right: 0;
}
#accordionCareers button:hover{
    text-decoration: none;
}
#accordionCareers button:focus{
    text-decoration: none;
}
#accordionCareers button h4{
    font-weight: 600;
}
#accordionCareers button h4.text-blue{
    color: #1069DE;
}
.panel{
    position: relative;
}
#accordionCareers button:before {
    content: "\f146";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 26px;
    position: absolute;
    top: 20px;
    right: 20px;
    color: #F26051
}
#accordionCareers button.collapsed:before {
    content: "\f0fe";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 26px;
    position: absolute;
    top: 20px;
    right: 20px;
    color: #F26051;
}


.border-title{
    position: relative;
}
.border-title:before{
    content: '';
    position: absolute;
    width: 1px;
    height: 50px;
    background: #f7f7f7;
    right: 40px;
    top: 0;
    bottom: 0;
    margin-right: auto;
}
#jobs-pannel .card .card-body a {
    font-size: 18px;
    font-weight: 700;
    color: #f26051;
    text-decoration: none;
}
#jobs-pannel .card .card-body a:hover {
    background: initial;
    color: #f26051;
    padding: 0px !important;
    border-radius: 0px !important;
    text-decoration: underline;
}
@media(min-width: 768px){
    .brdleftrad{
        border-top-left-radius: 8px
    }
    .brdrighttrad{
        border-top-right-radius: 8px
    }
    .brdleftbottomrad{
        border-bottom-left-radius: 8px
    }
    .brdrightbottomrad{
        border-bottom-right-radius: 8px
    }
}

@media(max-width: 480px){
    .border-title:before{
        content: none;
    }
    #jobs-pannel{
        overflow: hidden;
    }
    #ai-pannel .ai-col{
        margin-left: 15px;
    }
}
#AI-text-section{
    border-top: 8px solid #056bf1;
}
#AI-pannel-4{
    /*margin-top: 60px;*/
    background: #f2f2f2;

 }
 #AI-pannel-4 p{
    font-size: 14px;
 }
 #AI-pannel-4 h3{
    font-size: 21px;
 }
 #approach-pannel{
    background: #000;
    padding-top: 60px;
    padding-bottom: 60px;
 }
 @media(max-width: 468px){
    #AI-pannel-4 .row{
        padding-left: 20px;
        padding-right: 20px;
    }
    #datapipeline-pannel{
        padding-left: 10px;
        padding-right: 10px;
    }
 }
 @media(max-width: 768px){
    #AI-pannel-4 .card{
        height: 70px;
    }
 }

 #AI-pannel-4 .team-para {
    width: 70%;
    margin: auto;
    /*margin-bottom: 30px;*/
    font-weight: 400;
}
@media(max-width: 480px){
    #AI-pannel-4 .team-para {
    width: 100%;
}

}

#AI-pannel-4 .card {
    height: 25vh;
}

@media(max-width: 375px){
    #AI-pannel-4 .card {
    height: 30vh;
}
}


#strategy-pannel{
    padding-top: 60px;
    padding-bottom: 60px;
}
#strategy-pannel .ai-col-img{
    padding-right: 0px !important;
}

#strategy-pannel .row{
    margin-right: 0px;
}
#strategy-pannel .ai-col{
    background: #000;
    padding-right: 0;
}
@media(max-width: 480px){
    #strategy-pannel .ai-col{
        margin-left: 15px;
    }
}
#strategy-pannel p{
    font-weight: 200;
    font-size: 14px;
    color: #e6e6e6;

}
#strategy-pannel h2{
    font-size: 28px !important;
    padding-top: 15rem!important;

}
#client-pannel{
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #f2f2f2;
}
#client-pannel .client-slider .card{
    /*bacolor: #056bf1;*/
    background: #fff;
}
#client-pannel .client-slider img{
    height: 30px;
}
#client-pannel .client-slider .card .card-body p{
    font-weight: 100;
    /*padding: 10px;*/
    /*padding-left: 10px;*/
}
#client-pannel .client-slider .wigth{
    font-weight: 300 !important;
    /*padding: 10px;*/
    /*padding-left: 10px;*/
}
#about-pannel-4 .board-slider p {
    /* margin-bottom: 2px !important; */
    font-size: 14px;
    font-weight: 400;
    color: #f26051;
}
#about-pannel-4 .board-slider h3 {
    margin-bottom: 0px !important;
}

/*wigth*/

@media(min-width: 768px){
    .clientslider-width{
        width: 80%;
        margin: auto;
    }
}
@media(max-width: 768px){
    .mob-blk{
        display: block;
    }
    .border-title:before{
        right: 5px;
    }
    #accordionCareers button.collapsed:before{
        top: 35px;
    }
     #accordionCareers button:before{
        top: 35px;
    }
    #ai-pannel .ai-col-img{
        background-position: 60% !important;
    }
    .ai-col h2{
        padding-left: 10px !important;
    }
    .ai-col p{
        padding-left: 10px !important;
    }
}
@media(max-width: 480px){
    #accordionCareers button{
        padding-left: 0;
    }
    
}
@media(max-width: 767px){
    #ai-pannel .ai-col-img{
        height: 250px;
        margin-left: 15px;
    }
    
}

#studio-1{
    background: #fff;
    padding-top: 60px;
    padding-bottom: 60px;
}
#studio-2{
    background: #000;
    padding-top: 30px;
    padding-bottom: 60px;
}
#studio-2 p{
    font-weight: 200;
    font-size: 14px;
    margin-bottom: 0.5rem;
}
#studio-2 h2{
    font-size: 26px;
}
#studio-2 img{
    border-radius: 8px;
    /*height: 57vh;*/
}
@media(max-width: 480px){
    #studio-2 img{
    border-radius: 8px;
    height: auto;
}
}
#studio-3{
   background: #f2f2f2;
    padding-top: 60px;
    padding-bottom: 60px; 
}

#studio-3 h3{
    color: #11308b;
    font-size: 26px;
}
#studio-3 ul li{
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 0.5rem;

}
#about-pannel-3 .cnt-btn{
    background: #f26051;
    color: #fff;
    padding: 8px;
    border-radius: 4px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
}
#studio-3 p{
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 0.5rem;
}
#board-of-advisors .board-pic{
    width: 75%;
    margin: auto;
}
@media(max-width: 468px){
    #board-of-advisors .board-pic{
    width: 90%;
    margin: auto;
}
}
#board-of-advisors .board-slider p {
    /* margin-bottom: 2px !important; */
    font-size: 14px;
    font-weight: 400;
    color: #f26051;
    }
#board-of-advisors .board-slider h3 {
    margin-bottom: 0px !important;
}
#banner .margin_width{
    width: 65%;
    margin: auto;
}
@media(max-width: 480px){
    #banner .margin_width{
    width: 100%;
    margin: auto;
 }
}
#approach-pannel .card{
  background-color: #000;
  border-style: solid;
  border-width: 1px;
  border-color:#fff;
}

#privacy{
    padding-top: 60px;
    padding-bottom: 60px;
}
#about-pannel-4 .partner-slider h3{
    font-size: 18px !important;
}
#privacy a{
    text-decoration: underline;
    color: #000;
    font-weight: 400;
}
#privacy a:hover{
    text-decoration: underline;
    color: #000;
}

#contact-pannel .text-block {
  position: initial;
  background: initial;
  color: #ededed; /* Grey text */
  padding-left: 40px;
  padding-right: 0px;
  padding-top: 0px;
  border-radius: 8px;
  /*line-height: 20px;*/
}
@media(max-width: 480px){
    #contact-pannel .text-block {
    padding-left: 0px;
    }
    #contact-pannel h2{
        padding-top: 20px;
    }
}
.form-control{
    background-color: #fafafa;
    padding: 0.375rem 0.45rem;
    font-size: 0.9rem;
    line-height: 1.6;
    border-radius: 0px;
}


@media(max-width: 768px){
    .tabcolwidth{
        max-width: 100%;
        flex: 0 0 100%;
    }
}
@media(min-width: 767px){
    .hidden-xs{
        display: block;
    }
    .visible-xs{
        display: none;
    }
}
@media(max-width: 767px){
    .contactbgimg{
        height: 250px;
        /*border-radius: 8px;*/
    }
    .visible-xs{
        display: block;
    }
    .hidden-xs{
        display: none;
    }
}

#video-pannel{
    background: #f2f2f2;
}

#video-pannel .nav-link {
    display: block;
    padding: 1rem 1rem;
}
#video-pannel .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #f26051;
}
#video-pannel li a {
    color: #f26051;
    text-decoration: none;
    background-color: #fff;
    -webkit-text-decoration-skip: objects;
}
#video-pannel a{
    text-decoration: underline;
    color: #f26051;

}

/*#video-pannel ul li {
    padding-bottom: 15px;
}*/