body{
    font-family: 'Poppins', sans-serif;
}
.btn.focus, .btn:focus{
    box-shadow: none;
}
a,a:hover{
    text-decoration: none;
}
.pd-40{
    padding: 40px 0px;
}
.pd-60{
    padding: 60px 0px;
}
.pd-80{
    padding: 80px 0px;
}
.social-fixed{
    position: fixed;
    top: 50%;
    padding: 0;
    margin: 0;
    right: 20px;
    transform: translateY(-50%);
    z-index: 2;
}
.social-fixed li{
    list-style: none;
    margin-bottom: 12px;
}
.social-fixed li:last-child{
    margin-bottom: 0px;
}
.social-fixed li a{
    display: block;
    text-align: center;
    color: #000;
    border: 1px solid #C3C3C3;
    border-radius: 50%;
    background: #fff;
    font-size: 20px;
    height: 42px;
  line-height: 38px;
    width: 42px;
    position: relative;
     z-index: 1;
      border-radius: 50%;
    overflow: hidden;
      margin: 2px 5px;
   
    padding: 0;
        border: 2px solid #ddd;
}
    

  

   
  
   
/*.social-fixed li a:hover{
   color: #FC6E3A;
    background: rgba(255,255,255,1);
    color: #fff;
    background: #FC6E3A;
}*/
.sechead-txt{
    margin-bottom: 40px;
}
.sechead-txt p{
    color: #FC6D3A;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 5px;
}
.sechead-txt h4{
    color: #101010;
    font-size: 32px;
}
/****------ Header CSS ------****/
.main-header a.navbar-brand img{
    width: 260px;
}
.main-header a.navbar-brand img.scroll,
.main-header.Navscroll a.navbar-brand img.Notscroll{
    display: none;
}
.main-header a.navbar-brand img.Notscroll,
.main-header.Navscroll a.navbar-brand img.scroll{
    display: block;
}
.main-header .navbar{
    width: 100%;
    position: absolute;
    z-index: 3;
    left: 0;
    padding: 10px;
}
.main-header.Navscroll .navbar{
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 3;
    background-color: #ffffff;
    animation: 600ms ease-in-out 0s normal none 1 running fadeInDown;
    -webkit-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(60, 60, 60, 0.08);
    box-shadow: 0px 0px 30px 0px rgba(60, 60, 60, 0.08)
}
.main-header.Navscroll a.navbar-brand img[alt="CosmostakeR-logo"]{
    display: none;
}
.main-header.Navscroll ul.navbar-nav li.nav-item a.nav-link{
    color: #000;
}
.main-header.Navscroll .flag-btn{
    color: #afafaf;
    border: 1px solid rgba(0, 0, 0, 0.2);
}
.main-header .navbar.navbar-expand-lg.navbar-light.navbar2 .nav-link{
    color: #000;
}
.main-header ul.navbar-nav li.nav-item a.nav-link{
    color: #fff;
    font-size: 15px;
    padding: 13px 20px;
    font-weight: 501;
    font-family: 'Poppins',sans-serif;
}
.main-header ul.navbar-nav li.nav-item.show a.nav-link{
    color: #FC6E3A;
}
.main-header .flag-btn{
    color: #ffffff;
    border-radius: 6px;
    padding: 12px 10px;
    border: 1px solid rgba(255, 255, 255, 0.5);
}
.main-header .flag-menu{
    margin-top: 5px;
    padding: 0;
    border-radius: 0px;
}
.main-header .flag-menu .dropdown-item{
    font-size: 14px;
    padding: 6px 12px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.main-header .flag-menu .dropdown-item.active,
.main-header .flag-menu .dropdown-item:active{
    background-color: #FC6E3A;
}
.main-header .nav-btn{
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
    line-height: 20px;
    border: 2px solid #FC6E3A;
    transition: all .3s;
    border-radius: 8px;
}
.main-header .nav-btn.nav-btn-full{
   /* border: 2px solid #FC6E3A;
    background-color: #FC6E3A;*/
}
/*.main-header .nav-btn:hover{
    color: #ffffff!important;
    border-color:#FC6E3A;
    background-color: #FC6E3A;
}*/
/*.main-header .mega-menu{
    position: static!important;
}*/
.main-header .mega-menu .dropdown-menu{
    width: auto !Important;
    transition: all 0.3s;
    overflow: hidden;
    opacity: 0;
    margin-top: 0;
    border-radius: 0;
    padding: 15px 18px;
    background-color: #fff;    
    border: 2px solid #FC6E3A;
    border-width: 0px 0px 2px 0px;
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
.main-header .mega-menu.show .dropdown-menu{
    opacity: 1;
}
.main-header .mega-menu .min-ht-130{
    min-height: 120px;
}
.main-header .mega-menu .min-ht-105{
    min-height: 100px;
}
.main-header .mega-menu h3{
    color: #101010;
    font-size: 17px;
    font-weight: 600;
}
.main-header .mega-menu p{
    color: #a2a2a2;
    font-size: 13px;
    margin-bottom: 0;
}
/****------ Banner CSS ------****/
.banner-section{
    position: relative;
    background-color: transparent;
    background-image: linear-gradient(340deg,#f35218 25%, #5b0061 100%);
}
.banner-section::after{
    content: '';
    width: 100%;
    height: 100%;
    bottom: -166px;
    left: 0px;
    background-image: url('../img/banner-footer.png');
    background-size:contain;
    background-repeat: no-repeat;
    background-position: bottom;
    position: absolute;
}
.banner-section h2{
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 10px;
    letter-spacing: 4.2px;
    line-height: 28px;
}
.banner-section h3{
    color: #ffffff;
    font-size: 35px;
    font-weight: 800;
    letter-spacing: 1.5px;
    margin-bottom: 10px;
}
.banner-section p{
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    width: 100%;
    max-width: 900px;
    margin-bottom: 24px;
}
.banner-box{
    display: table;
    width: 100%;
    height: 100vh;
    position: relative;
    z-index: 1;
}
.banner-box .banner-inner{
    display: table-cell;
    /* height: calc(100vh - 82px); */
    vertical-align: middle;
}
.banner-section .banner-btn{
    color: #ffffff;
    font-size: 15px;
    border-radius: 8px;
    font-weight: 500;
    padding: 15px 18px;
    transition: all .3s;
    letter-spacing: 2px;
}
.banner-section .banner-btn.btn-org{
    background-color: #FC6E3A;
    border:2px solid #FC6E3A;
}
.banner-section .banner-btn.btn-org-white{
    background-color: transparent;
    border:2px solid #fff;
}
.banner-section .banner-btn:hover{
    transform: scale(0.9);
    color: #FC6E3A;
    border-color:#ffffff;
    background-color: #ffffff;
}
.banner-section .banner-fixed-btn.btn-org.banner-btn{
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 3;
    font-size: 16px;
    padding: 10px 20px;
    border-radius: 5px;
    box-shadow: 0 0 15px rgba(51,51,51,0.4);
    letter-spacing: 1px;
}
.banner-img img{
    width: 100%;
    margin-top: 18px;
    max-width: 400px;
}
.chat-btn{
    position: fixed;
    bottom: 20px;
    left: 20px;
    padding: 3px;
    width: 60px;
    border-radius: 60px;
    height: 60px;
    font-size: 14px;
    background-color: #FC6E3A;
    line-height: 100%;
    z-index: 1;
    text-align: center;
    line-height: 60px;
}
.chat-btn i{
    font-size: 30px;
    color: #fff;
}
/****------ Technologies CSS ------****/
.techhead-txt h4{
    color: #101010;
    font-size: 35px;
    font-weight: 600;
}
.techhead-txt h4 span{
    color: #fc6e3a;
}
.techhead-txt p{
    color: #6D7077;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.7em;
}
.techhead-txt a{
    color: #fc6e3a;
}
.technologies-section{
    background-color: #f1f1f1;
    -webkit-clip-path: polygon(0 0, 100% 15%, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 15%, 100% 100%, 0% 100%);
}
.techbox{
    margin-bottom: 20px;
    text-align: center;
    padding: 15px 20px;
    border-radius: 10px;
    background-color: #fff;
    position: relative;
    z-index: 0;
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(60, 60, 60, 0.08);
    box-shadow: 0px 0px 30px 0px rgba(60, 60, 60, 0.08);
}
.techbox::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 3px;
    width: 0;
    border-radius: 10px;
    background-color: #fc6e3a;
    transition: all 500ms ease-in;
    z-index: -1;
}
.techbox:hover::after {
    width: 100%;
}
.techbox img{
    max-width: 60px;
    margin: 0 auto;
}
.techbox h5{
    color: #101010;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 0;
    margin-top: 15px;
}
.techOwl .owl-nav{
    margin-top: 0px;
    text-align: right;
}
.techOwl .owl-nav button{
    width: 35px;
    height: 35px;
    color: #FFF!important;
    font-size: 23px!important;
    line-height: 25px!important;
    border: 1px solid #FC6E3A!important;
    background:#FC6E3A!important;
    border-radius: 50%!important;
}
.techOwl.owl-theme .owl-nav [class*=owl-]:hover,
.techOwl.owl-theme .owl-nav [class*=owl-]:focus{
    outline: 0!important;
}
/****------ Services CSS ------****/
.services-box{
    position: relative;
    text-align: center;
    margin-bottom: 70px;
    border-radius: 50px;
    background: #fff;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    padding: 30px 30px 40px 30px;
    -webkit-box-shadow: 0 15px 30px 0 rgba(255, 69, 0, 0.15);
    box-shadow: 0 15px 30px 0 rgba(255, 69, 0, 0.15);
}
.services-box .services-bg-img {
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    visibility: hidden;
    position: absolute;
    border-radius: 50px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
}
.services-box:hover {
    background: #171718;
}
.services-box:hover .services-bg-img{
    opacity: 0.15;
    visibility: visible;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.services-box:hover i.icon,
.services-box:hover h2,
.services-box:hover p,
.services-box:hover a{
    color: #FFF;
}
.services-box i.icon{
    color: #FC6D3A;
    display: block;
    font-size: 50px;
    margin-bottom: 12px;
}
.services-box h2{
    color: #101010;
    font-size: 18px;
    font-weight:600;
    margin-bottom: 12px;
}
.services-box p{
    color: #6D7077;
    font-size: 15px;
    font-weight: 300;
}
.services-box a{
    color: #FC6D3A;
    font-size: 16px;
    font-weight:500;
}
.services-box a i{
    font-size: 18px;
}
.services-box .span-icon {
    left: 50%;
    bottom: -24px;
    position: absolute;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.services-box .span-icon span {
    background: #FC6D3A;
}
.services-box .span-icon span {
    width: 50px;
    height: 50px;
    font-size: 20px;
    position: relative;
    line-height: 50px;
    border-radius: 50%;
    color: #fff;
    background: #FC6D3A;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.services-box .icon-border {
    left: 50%;
    bottom: 0;
    z-index: -3;
    position: absolute;
    margin-left: 30px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.services-box .icon-border:after,
.services-box .icon-border:before {
    border-color: #FC6D3A;
}
.services-box .icon-border:before {
    right: -20px;
    width: 100px;
    height: 100px;
    line-height: 100px;
}
.services-box  .icon-border:after {
    right: -10px;
    width: 80px;
    height: 80px;
    line-height: 80px;
}
.services-box .icon-border:after,
.services-box .icon-border:before {
    top: 0;
    content: "";
    position: absolute;
    border-radius: 50%;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border: 2px solid #FC6D3A;
}
/****------ Atomic CSS ------****/
.atomic-txt{
    margin-bottom: 60px;
}
.atomic-txt p{
    color: #101010;
    font-weight: 300;
    font-size: 22px;
    letter-spacing: 4.2px;
    margin-bottom: 2px;
}
.atomic-txt h4{
    color: #FC6D3A;
    font-weight: 500;
    font-size: 52px;
    letter-spacing: 3px;
}
.atomic-box{
    position: relative;
    margin-bottom: 40px;
}
.order-right.atomic-lft{
    right: 0;
    left: inherit;
}
.atomic-lft{
    width: 100%;
    max-width: 600px;
    background-color: #FFF;
    border-radius: 40px; 
    position: absolute;
    top: 50%;
    height: 100%;
    left: 0;
    transition: all .3s;
    transform: translateY(-50%);
    padding: 40px 50px;
    box-shadow: 0 0 55px 0 rgba(84,89,95,.18);
}
.atomic-lft i.icon{
    color: #FC6D3A;
    font-size: 60px;
    margin-bottom: 20px;
}
.atomic-lft h2{
    color: #101010;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 20px;
}
.atomic-lft p{
    color: #101010;
    font-size: 16px;
    letter-spacing: 3px;
    font-weight: 300;
    margin-bottom: 20px;
}
.atomic-lft a{
    color: #FC6D3A;
    font-weight: 500;
    font-size: 20px;
}
.atomic-lft a .fa-arrow-circle-right{
    font-size: 18px;
    margin-left: 5px;
}
.atomic-lft:hover,
.atomic-rht:hover{
    border-radius: 60px; 
}
.atomic-rht{    
    overflow: hidden;
    box-shadow: 0 0 55px 0 rgba(84,89,95,.18);
    border-radius: 40px;    
    transition: all .3s;
    width: 100%;
    margin-left: auto;
    max-width: 650px;
    background: #fff;
    height: 485px;
}
.order-right.atomic-rht{
    margin-left: inherit;
    margin-right: auto;
}
.atomic-rht img{
    width: 100%;
}

/****------ Casestudies CSS ------****/
.case-left img{
    width: 100%;
}
.case-rght h5 {
    font-size: 14px;
    color: #101010;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0 0 10px 0;
}
.case-rght h2 {
    font-size: 30px;
    color: #101010;
    font-weight: 800;
    line-height: 38px;
}
.case-rght p {
    color: #6D7077;
    font-size: 16px;
    line-height: 26px;
}
.case-tag{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin:15px 0px 0px; 
    padding:0;
}
.case-tag li{
    margin-right: 15px;
    margin-bottom: 15px;
    list-style: none;
}
.case-tag li a {
    display: block;
    border: solid 1px #e8e8e8;
    padding: 9px 18px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 500;
    color: #101010;
}
.case-tag li a:hover {
    border: solid 1px #FC6D3A;
    color: #FC6D3A;
}
.case-rght .btn-thm{
    color: #FFF;
    font-size: 14px;
    padding: 8px 16px;
    font-weight: 500;
    border: 1px solid #FC6E3A;
    background-color: #FC6E3A;
}

/****------ Testimonials CSS ------****/
.clients-section{
    background-color: #f1f1f1;
    -webkit-clip-path: polygon(0 0, 100% 15%, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 15%, 100% 100%, 0% 100%);
}
.Testibox .Testibox-img{
    overflow: hidden;
    width: 100%;
    max-width: 400px;   
    height: 600px;
    border-radius: 40px 0px 40px 0px;
    margin-right: 35px;
    position: relative;
}
.Testibox .video-tag{
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 12px 20px;
    background: #fff;
    font-size: 16px;
    font-weight: 600;
    border-radius: 50px;
}
.Testibox .Testibox-img img{
    height: 100%;
    object-fit: cover;
}
.Testibox .Testibox-txt h2{
    font-weight: 500;
    font-size: 23px;
    line-height: 36px;
    color: #101010;
}
.Testibox .Testibox-txt h2 i{
    font-size: 35px;
}
.Testibox .Testibox-txt h5{
    font-size: 18px;
    font-weight: 600;
    position: relative;
    margin-left: 25px;
    color: #101010;    
    margin-top: 15px;
    margin-bottom: 0;
}
.Testibox .Testibox-txt h5::before{
    content: '';
    position: absolute;
    width: 15px;
    height: 1px;
    background-color: #FC6E3A;
    top: 50%;
    transform: translateY(-50%);
    left: -25px;
}
.Testibox .Testibox-txt h5 span{
    font-size: 16px;
    color: #6D7077;
    font-weight: 400;
}
/*.owl-theme.TestiOwl .owl-dots .owl-dot.active span{
    background:#fc6e3a;
}*/
.owl-theme .owl-dots .owl-dot.active span{
    background:#fc6e3a;
}
/*.owl-theme.TestiOwl button{
    outline: 0!important;
}*/
.owl-theme button{
    outline: 0!important;
}

/****------ Research CSS ------****/
.research-box{
    overflow: hidden;
    border-radius: 6px;
    background: #fff;
    width: 100%;
    position: relative;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(60, 60, 60, 0.08);
    box-shadow: 0px 0px 30px 0px rgba(60, 60, 60, 0.08);
    margin-bottom: 10px;
}
.research-box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.research-box .research-text {
    position: absolute;
    bottom: -75px;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    /* padding: 10px; */
    background-color: rgba(0, 0, 0, 0.6);
    /* VERTICAL-ALIGN: TOP; */
    /* DISPLAY: inline-block; */
    /* WIDTH: 100%; */
    HEIGHT: 134PX;
    PADDING: 13px 12PX;
}


.research-box:hover .research-text{
    bottom: 0px;
}
.research-box .research-text h2{
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 8px;
}
.research-box .research-text p{
    color: #fff;
    font-size: 13px;
    font-weight: 300;
    margin-bottom: 5px;
}
.research-box .research-text a{
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
}

/****------ technology CSS ------****/
.technology-section{
    position: relative;
    background-image: url('../img/technology-bg.jpg');
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
}
.technology-section .techhead-txt{
    position: relative;
}
.technology-section .techhead-txt h4,
.technology-section .techhead-txt p{
    color: #fff;
}
.technology-section::before{
    top: 0;
    left: 0;
    content: '';
    background-color: rgba(0, 0, 0, 0.6);
    position: absolute;
    width: 100%;
    height: 100%;
}
.technologybox{
    background: #fff;
    padding: 10px;
    overflow: hidden;
    border-radius: 8px;
}

/****------ awards CSS ------****/
.awards-box{
    text-align: center;
    padding: 15px 20px;
    background-color: #fff;
    position: relative;
    overflow: hidden;
    border: 1px solid #e4e4e4;
}
.awards-box img{
    margin-bottom: 10px;
}
.awards-box h5 {
    border-top: 1px solid #e4e4e4;
    font-size: 14px;
    color: #101010;
    font-weight: 500;
    padding-top: 12px;
    margin-bottom: 0px;
}

/****------ Form Section CSS ------****/
.form-section{
    background-color: #f1f1f1;
}
.form-section .form-txt h2{
    font-size: 48px;
    line-height: 1.31;
    letter-spacing: -1px;
    font-weight: 500;
    color: #101010;
    margin-bottom: 21px;
}
.form-section .form-txt p{
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #6D7077;
    margin-bottom: 25px;
}
.form-section .form-txt a{
    color: #101010;
    font-size: 20px;
    font-weight: 400;
    text-decoration: none;    
}
.form-section .form-txt a.thm-clr{
    color: #FC6E3A;
    margin-top: 15px;
}
.form-box .form-control{
    color: #6D7077;
    font-size: 13px;
    min-height: 45px;
    background-color: #fff;
    border-color: #e4e4e4;
}
.form-box .form-control:focus{
    border-color: #e4e4e4;
    outline: 0;
    box-shadow: none;
}

/****------ Footer Section CSS ------****/
footer{
    position: relative;
    background-color: #111;
    background-image: url('../img/footer-sec.png');
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.footer-logotxt img{
    width: 100%;
    max-width: 220px;
}
.footer-logotxt p{
    color: #5a5a5a;
    font-weight: 300;
    font-size: 14px;
    margin: 16px auto 20px;
    width: 100%;
    max-width: 850px;
    line-height: 25px;
}
.footer-list h4{
    color: #a7a7a7;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 15px;
}
.footer-list ul{
    padding: 0;
    margin: 0;
}
.footer-list ul li{
   list-style: none;
}
.footer-list ul li a{
    color: #5a5a5a;
    font-weight: 300;
    font-size: 14px;
    margin-bottom: 6px;
    display: inline-block;
}
.footer-list ul li a:hover {
    color: #5a5a5a;
}
.footer-list ul li p,
.footer-copy{
    color: #5a5a5a;
    font-weight: 300;
    font-size: 14px;
}
.footer-copy{
    border-top: 1px solid #1b1b1b;
    margin-bottom: 0px;
    padding: 10px 0px 10px;
    margin-top: 20px;
}
/*--addition--*/
.modalOpen{
    z-index: 999;
}
.modal-backdrop {
	z-index: auto;
}
.consultModal.close {
	position: absolute;
	right: 20px;
	top: 8px;
}
.consultModal .modal-header h5{
    color: #FC6E3A;
}
.formIcon{
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    max-width: 20px;
}
.posRel{
    position: relative;
}
.flag-btn:hover img{
    transform: rotateY(360deg);
    transition: 0.70s;
  -webkit-transition: 0.70s;
  -moz-transition: 0.70s;
  -ms-transition: 0.70s;
  -o-transition: 0.70s;
}

/* navbar detail page*/
.navbar.navbar-expand-lg.navbar-light.navbar2 {
	/*position: relative;
	background-color: #000;*/
background-color: #fff;
  /*  background: linear-gradient(
340deg
,#f35218 25%, #5b0061 100%);*/
}

/* app developmentdet css*/
.sectionPad{
    padding: 60px 0 0;
}
.leftContent p, .tableContent p{
    color: #6D7077;
    font-size: 15px;
    font-weight: 300;
}
.imageFixedSection {
	background-image: url("../img/detailImages/2.jpg");
	background-attachment: fixed;
	background-position: top center;
	height: 100%;
	position: relative;
	padding: 30px 0;
}
.tableContent {
	background-color: #fff;
	border-top: 5px solid #FC6E3A;
	padding: 15px;
	margin-top: 0;
}

/*--embedded detail css--*/
.Subtitle{
    color: #FC6E3A;
    font-weight: 700;
    }
    .topTitile{
    padding: 30px 0;
    }
    .titleBox p, .leftGreySection p{
    color: #6D7077;
    font-size: 15px;
    font-weight: 300;
    }
    .rightImage img{
    border: 1px solid #ddd;
    padding: 10px;
    }
    .lowerGreySec{
    background-color: #f2f2f2;
    padding: 30px 0;
    }

 /*--ai and ml detail css--*/
.titleTopSec{
    padding: 80px 0 0;
}
.titleTopSec p, .leftText p{
    color: #6D7077;
    font-size: 15px;
    font-weight: 300;
}
.rightImage2 img{
    object-fit: cover;
}
.greyBackground{
    background-color: #f2f2f2;
    padding: 30px 0;
}
.cardBlock {
	background-color: #fff;
	padding: 20px;
	border: 10px solid #ddd;
}
.cardBlock h6{
    line-height: 27px;
}
.backgroundImageText{
    background-image:url("../img/detailImages/5.jpg");
    background-size: cover;
    height: 350px;
    position: relative;
}
.backgroundImageText::before{
    content:"";
    position: absolute;
    background-color: rgba(0,0,0,0.6);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.contentText p {
	position: absolute;
	color: #fff;
	left: 0;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	max-width: 70%;
	margin: 0 auto;
	line-height: 35px;
	font-size: 20px;
}
.dropdown-menu {
    position: absolute;
    top: auto !important;
    left: auto !important;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem;
}
/*about page*/
.about {
	width: 100%;
	height: auto;
	background: #fdf4f5;
	padding: 150px 0 30px !important;
	position: relative;
}
.about span.about1 {
    position: absolute;
    top: 10%;
    left: 5%;
    animation: triangle1 2s infinite linear;
}
.about span.about1 img {
    width: 15px;
    height: 15px;
    object-fit: cover;
}
.about span.about2 {
    position: absolute;
    bottom: 30%;
    right: 15%;
    animation: triangle2 2s infinite linear;
}
.about span.about2 img {
    width: 15px;
    height: 15px;
    object-fit: cover;
}
.about span.circle7 {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #fca70c;
    position: absolute;
    bottom: 30%;
    left: 3%;
}
.about span.circle8 {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #8384f0;
    position: absolute;
    top: 7%;
    right: 15%;
}
.about .about-content {
    width: 100%;
    height: auto;
    background: transparent;
    display: flex;
    justify-content: center;
}
.about-left {
    width: 90%;
    height: auto;
}
.imgabout {
    width: 100%;
    height: 400px;
    background: transparent;
}
.imgabout img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}
.success {
    width: 70%;
    height: auto;
    background: #fff;
    display: inline-block;
    justify-content: center;
    padding: 20px;
    border-radius: 15px;
    box-shadow: 0px 0px 4px 1px rgb(0 0 0 / 20%);
    position: absolute;
    position: relative;
    bottom: 100px;
    left: 45%;
}
.success h2 {
    font-size: 25px;
    font-weight: 600;
    color: #FC6E3A;
    margin-bottom: 10px;
    text-align: center;
}	
.success span img {
    width: 45%;
    height: auto;
    object-fit: cover;
}
.success span p {
    font-size: 12px;
    text-align: center;
    color: #b1b1b1;
    display: inline-block;
    position: relative;
    padding-left: 10px;
}
.about-right {
    width: 90%;
    height: auto;
    background: transparent;
    margin: 0 auto;
}
.about-text {
    width: 100%;
    height: auto;
    background: transparent;
}
.about-text h1 {
    padding-top: 20px;
}
.about-text p {
	color: #333;
	font-size: 14px;
}
.text-block {
    background: linear-gradient(
90deg
, rgba(150,10,12,1) 0%, rgba(207,4,4,1) 60%);
    background: transparent;
    padding-top: 20px;
}
.text-block {
    width: 100%;
    height: auto;
    background: transparent;
}

.innerblock {
    width: 100%;
    height: auto;
    background: transparent;
    display: flex;
}
.text-block span {
    font-size: 12px;
    color: #fff;
    font-family: 'Lato', sans-serif;
}
.innerblock span img {
    width: 30px;
    height: 30px;
}
.innerblock p {
	font-size: 14px;
	color: #333;
	padding-left: 15px;
}

button.btn.btn-outline-primary.bnr {
    transition: all .5s ease-in-out;
    outline: none;
    border-radius: 50px;
    padding: 10px 35px;
    font-size: 12px;
    font-family: 'Poppins', sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}
button.btn.btn-outline-primary.bnr {
    background: rgb(153,10,12);
    background: linear-gradient(90deg, #FC6E3A 0%, #ff4400 100%);
    border: none;
    color: #fff;
    margin-right: 15px;
}
i.fa.fa-chevron-right {
    font-size: 16px;
    width: 35px;
    height: 35px;
    background: #eeedf3;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin-left: 10px;
    position: relative;
    top: 0px;
    left: 25px;
    color: #000;
}
.col-12.headtext {
    text-align: center;
}
.col-12.headtext h3 {
    font-size: 18px;
    color: black;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    color: #fc6e3a;
}
.col-12.headtext h1 {
    font-size: 35px;
    color: #000;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
}

/*about_2*/
.about_2 {
	width: 100%;
	height: auto;
	background: #fff;
	padding: 150px 0 30px !important;
	position: relative;
}

.about_2 span.about1 {
    position: absolute;
    top: 10%;
    left: 5%;
    animation: triangle1 2s infinite linear;
}
.about_2 span.about1 img {
    width: 15px;
    height: 15px;
    object-fit: cover;
}
.about_2 span.about2 {
    position: absolute;
    bottom: 30%;
    right: 15%;
    animation: triangle2 2s infinite linear;
}
.about_2 span.about2 img {
    width: 15px;
    height: 15px;
    object-fit: cover;
}

.about_2 span.circle7 {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #fca70c;
    position: absolute;
    bottom: 30%;
    left: 3%;
}
.about_2 span.circle8 {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #8384f0;
    position: absolute;
    top: 7%;
    right: 15%;
}
.about_2 .about-content {
    width: 100%;
    height: auto;
    background: transparent;
    display: flex;
    justify-content: center;
}
/*whychoose*/
.whychoose .col-12.headtext p {
    font-size: 14px;
    color: #b1b1b1;
    width: 50%;
    text-align: center;
    margin: 0 auto;
    padding-top: 15px;
}
.whychoose .why-content {
    width: 90%;
    height: auto;
    background: transparent;
    margin: 0 auto;
    display: flex;
    margin-top: 25px;
}
.best-block, .happy-block, .prefer-block {
    width: 100%;
    height: auto;
    background: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;
}
.imgblock {
    width: 120px;
    height: 120px;
    background-image: url(../img/circle.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    animation: why-choose 3s linear infinite;
}
.best-block i {
 position: absolute;
    top: 50px;
    left: 46%;
}

.happy-block i {
    position: absolute;
      top: 50px;
    left: 47%;;
}
.prefer-block i {
    position: absolute;
       top: 50px;
    left: 48%;
}
.best-block i, .happy-block i, .prefer-block i {
    font-size: 25px;
    color: #43b8fe;
}

.best-block, .happy-block, .prefer-block {
    width: 100%;
    height: auto;
    background: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;
}
@keyframes why-choose{
    0%{
        transform: rotate(0deg);
    }
    100%{
        transform: rotate(360deg);
    }
} 

element.style {
}
.whychoose {
    width: 100%;
    height: auto;
    background: #f1f1f5;
    position: relative;
}
.whychoose span.pencil2 img {
    width: 75px;
    height: auto;
    object-fit: cover;
    position: absolute;
    top: 22%;
    left: 30%;
}
.looking {
    width: 100%;
    height: auto;
    background: #fdf7f7;
    position: relative;
	padding-top:114px !important;
}
.looking span.about1 {
    position: absolute;
    top: 30%;
    left: 7%;
    animation: triangle1 2s infinite linear;
}
.looking span.about1 img {
    width: 15px;
    height: 15px;
    object-fit: cover;
}
.looking span.about2 {
    position: absolute;
    bottom: 25%;
    right: 12%;
    animation: triangle2 2s infinite linear;
}
.looking span.about2 img {
    width: 15px;
    height: 15px;
    object-fit: cover;
}
.looking span.circle9 {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #fca70c;
    position: absolute;
    bottom: 8%;
    left: 3%;
}
.looking span.circle10 {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #8384f0;
    position: absolute;
    top: 48%;
    right: 20%;
}
.looking span.pencil2 img {
    width: 75px;
    height: auto;
    object-fit: cover;
    position: absolute;
    bottom: 16%;
    left: 50%;
    margin: 40px auto;
}
.looking .look-content {
    background: transparent;
    display: flex;
    width: 90%;
    margin: 0 auto;
}
.look-left {
    width: 100%;
    height: auto;
    background: transparent;
}
.look-left h1 {
    font-size: 40px;
    color: #000;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 25px;
}
button.btn.btn-outline-primary.look {
    transition: all .5s ease-in-out;
    outline: none;
    border-radius: 50px;
    padding: 16px 32px;
    font-size: 12px;
    font-family: 'Poppins', sans-serif;
}
.look-right {
    width: 100%;
    height: 320px;
    background: transparent;
    position: absolute;
    top: -100px;
    right: 0px;
}
.look-right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#subheader {
    text-align: center;
    overflow: hidden;
    padding: 100px 0 100px 0;
}
.image-container {
    height: 100%;
    overflow: hidden;
    padding: 0;
    position: absolute;
    top: 0;
}
.image-container.pos-right {
    right: 0;
}
.rs-breadcrumbs {
    position: relative;
    background: #000;
}
.rs-breadcrumbs .breadcrumbs-single {
    background-size: cover;
    background-position: center top;
}

element.style {
}
.rs-breadcrumbs .page-title, .rs-breadcrumbs ul li *, .rs-breadcrumbs ul li.trail-begin a:before, .rs-breadcrumbs ul li, .rs-breadcrumbs .breadcrumbs-title .current-item, .rs-breadcrumbs .breadcrumbs-title span a span {
    color: #FFFFFF !important;
}
.full-blog-content .blog-title a, .rs-breadcrumbs .page-title {
    word-break: break-word;
}
.rs-breadcrumbs .page-title {
    margin: 0 auto;
    max-width: 850px;
    padding-bottom: 0 !important;
    color: #fff !important;
    text-shadow: 1px 1px 2px rgb(0 0 0 / 30%);
    font-size: 48px;
}
.rs-breadcrumbs .breadcrumbs-inner, #rs-header.header-style-3 .rs-breadcrumbs .breadcrumbs-inner {
    padding-top: 150px;
    padding-bottom: 150px;
}
.cont {
    padding: 115px 0px 110px 0px;
}
.elementor-padding{
	padding:0px 60px 50px 0px;
}
.elementor-padding .sub-text {
    font-size: 16px;
    text-transform: uppercase;
    color: #FC6E3A;
	font-weight: 500;
    margin: 0 0 10px;
    display: block;
    
    line-height: 28px;
    font-family: 'Livvic', sans-serif;
    font-size: 14px;
    letter-spacing: 1px;
}
.elementor-padding .title {
       line-height: 1.3em;
    margin: 0px 0px 18px 0px;
    color: #0a0a0a;
    
    font-weight: 700;
    position: relative
}

.elementor-padding .title span.watermark {
    position: absolute;
    font-size: 200px;
    text-transform: uppercase;
    font-weight: 900;
    font-family: 'Livvic', sans-serif;
    opacity: 0.05;
    width: 100%;
    left: 0;
    color: inherit;
    white-space: nowrap;
    vertical-align: middle;
}
.elementor-padding .heading-line {
    height: 5px;
    width: 90px;
    background: #FC6E3A;
    margin: 0px;
    position: relative;
    border-radius: 30px;
}
    
	.heading-line {
background-color: #B9C7F6;
}
 .heading-line:before {
    content: '';
    position: absolute;
    left: 0;
    top: -2.7px;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background: #FC6E3A;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: MOVE-Rs-Dot;
    animation-name: MOVE-Rs-Dot;
}
 .heading-line:before {
    background-color: #FC6E3A;
}
 .description p {
    font-size: 20px;
    margin: 26px 0px 7px 0px;
}
 .rs-btn a {
    padding: 14px 40px 14px 40px;
    background-color: #FC6E3A;
  color:#fff;
    border-radius: 30px 30px 30px 30px;
}
.detl-button{
	padding-top:30px;
}
.ds1-box {
    margin: 0px 0px 0px 0px;
    padding: 25px 25px 25px 25px;
    background-color: #fff;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 4px 12px #0000002e;
}
.ds1-box .services-txt {
    padding: 0;
    margin: 0;
}
.ds1 {
    margin-bottom: 110px;
}
.ds2 .title {
    line-height: 1.3em;
    margin: 0px 0px 18px 0px;
    color: #0a0a0a;
    font-weight: 700;
    position: relative;
}
.ds2 p {
    font-size: 20px;
    margin: 26px 0px 7px 0px;
}
.ds2 {
    padding-bottom: 110px;
    background: #F1F6FC;
    padding-top: 70px;
}

.elementor-padding.a {
    padding: 0px 0 0 0px;
}
.ds1.a {
    margin-top: 30px;
    margin-bottom: 11px;
}
.row.aa {
    margin-top: 79px;
    text-align: center;
}




  .social-fixed li a i {
    position: relative;
    color: #101010;
    transition: .5s;
    z-index: 3;
}
.social-fixed li a::before {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ff7f00;
    transition: .5s;
    z-index: 2;
}

.social-fixed li a:hover i{ 

    color: #fff;
    transform: rotateY(
360deg
);
}

.social-fixed li a:hover::before{
        color: #fff;
    top: 0;
}




#navbarSupportedContent .nav-item .dropdown-menu ul {
    padding-left: 0;
}
#navbarSupportedContent .nav-item .dropdown-menu ul li {
    list-style: none;
    margin: 10px 0;
    padding: 0;
}
#navbarSupportedContent .nav-item .dropdown-menu ul li:hover a {
    color: #f35219;
}
#navbarSupportedContent .nav-item .dropdown-menu ul li a {
    color: #000;
    font-weight: normal;
}
.Navscroll nav.navbar.navbar-expand-lg.navbar-light {
       background-color: #fff;
    background: white;
    box-shadow: 0 4px 12px #0000003b;
}





a.nav-link.nav-btn.mr-2::before {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: #FC6E3A;
    transition: .5s;
    z-index: -1;
}

a.nav-link.nav-btn.mr-2:hover::before {
    color: #fff;
    top: 0;
}
.nav-link.nav-btn.mr-2{
    color: #fff;
   
   
    
    text-align: center;
    margin: 2px 5px;

    overflow: hidden;
    padding: 0;
    border: 2px solid #ddd;
    z-index: 1;
    font-size: 20px;
    position: relative;
    }
    .imgzom {
    transform: scale(1);
    transition: transform .45s cubic-bezier(.22,.61,.36,1);
    will-change: transform;
}
.imgzom:hover {
    transform: scale(1.02);
}
@media screen and (min-width: 767px) {
.abc {
    flex-wrap: inherit;
}
}
@media screen and (max-width: 767px) {
 
.banner-box {
    display: table;
    width: 100%;
    height: 100vh;
    position: relative;
    z-index: 1;
    padding-top: 126px;
}
.details-page .row .col-sm-6 {
    width:100%;
}
.best-block i {

    left: 43%;
}
.happy-block i {
    left: 42%;
}
.prefer-block i {
   
    left: 44%;
}
.abc {
    flex-wrap: wrap;
    max-height: 100% !important;
    padding: 40px !important;
}
iframe {
    width: 100%;
}
}



#navbarSupportedContent ul li:nth-child(2) {
    display: none;
}
#navbarSupportedContent ul li:nth-child(3) {
    display: none;
}
.research-box .research-text.heightResearch {
	HEIGHT: 200PX;
}*,*:before,*:after {  margin: 0;  padding: 0;  box-sizing: border-box;}:root {  --body-background: #f1f1f1;  --nav-bg: #283e4a;  --icon-inactive: #c7d1d8;  --icon-active: #fff;  --link: #666;  --search-bg: #ecf2f4;  --job-role: #202020;  --job-desc: #666;  --search-button-bg: #0073b1;  --search-button-hover-bg: #006097;  --shadow-small: 0 0 0 1px rgba(0, 0, 0, 0.15), 0 2px 3px rgba(0, 0, 0, 0.2);  font-family: "Noto Sans", "Roboto", sans-serif;  --font-sizes-used: 16px (base), 24px, 14px, 12px;}a {  color: inherit;  text-decoration: none;}a:hover {  text-decoration: underline;}ul {  list-style: none;} body {  background-color: #f1f1f1;}.container {  max-width: 1120px;  margin-left: auto;  margin-right: auto;}.main-nav {  background-color: var(--nav-bg);  padding: 8px 0;}.main-nav img {  height: 30px;  margin-left: 32px;}.actions-menu {  font-size: 16px;  color: #666;  background-color: #fff;  padding: 16px;  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15), 0 2px 3px rgba(0, 0, 0, 0.2);  width: 100%;  margin: 16px auto;  display: flex;}.actions-menu a {  font-weight: bold;  padding: 0 16px;  border-right: 1px solid #ccc;  display: inline-flex;}.actions-menu a img {  margin-right: 8px;}.actions-menu a:first-of-type {  padding-left: 0px;}.search {  margin: 16px auto;  padding: 16px 64px 24px 64px;  background-color: var(--search-bg);  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15), 0 2px 3px rgba(0, 0, 0, 0.2);}.search h2 {  font-size: 24px;  font-weight: 300;  text-align: center;  margin-bottom: 16px;}.search form {  text-align: center;  font-size: 16px;}.search input {  font: inherit;  padding: 8px;  width: 40%;  border: 1px solid #ccc;  border-radius: 2px;  margin-right: 4px;}.search button {  font: inherit;  padding: 8px 16px;  font-weight: bold;  color: white;  background-color: var(--search-button-bg);  border: 1px solid #ccc;  border-radius: 4px;  margin-left: 4px;}.listings {  background-color: #fff;  padding: 24px;  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15), 0 2px 3px rgba(0, 0, 0, 0.2);}.listings__heading {  font-size: 16px;  color: #222;  margin-bottom: 16px;}.listings__grid {  display: grid;  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));  grid-column-gap: 8px;  grid-row-gap: 24px;}.card {background-color: white;padding: 16px;border: solid 1px #ccc;max-width: 260px;border-radius: 2px;}.card__logo {  border-radius: 2px;  height: 64px;  width: 64px;  margin: 4px 0;}.card__heading {  color: #222;  font-weight: bold;  line-height: 1.5;  font-size: 16px;}.card__text {  color: #666;  font-size: 14px;}.card__text--small {  font-size: 12px;}.card__separator {  width: 32px;  border: none;  border-top: 1px solid #ccc;  height: 1px;  margin: 8px 0;}/*  *{  margin: 0;  padding: 0;  box-sizing: border-box;  border: none;}:root{  font-family: 'Noto Sans', sans-serif;  background-color: #eee;}.container {  max-width: 1120px;  margin-left: auto;  margin-right: auto;}nav{  background-color: #283e4a;  padding: 8px;}.main-nav_logo{  width: 34px;  height: 34px;  margin-left: 24px;}a{  color: #666;  text-decoration: none;  font-size: 16px;  font-weight : bold;  padding-right: 32px;  margin-right: 32px;  border-right: 1px solid #ccc;}a:hover{  text-decoration: underline;}section{  background-color: #fff;  padding: 24px;  margin: 16px 0;  border: 1px solid #ccc;}.search {  background-color: #ecf2f4;}.search_heading{  color: #222;  font-size: 24px;  font-weight: 300;  text-align: center;}.search_form{  margin-top: 16px;  text-align: center;}.search_input{  font-size: 16px;  padding: 8px;  width: 40%;  margin-right: 8px;  border: 1px solid #ccc;  border-radius: 2px;}.search_button{  font-size: 16px;  font-weight: bold;  color: white;  background-color: #0073b1;  padding: 8px 16px;  border-radius: 2px;}.listings_heading{  font-size: 16px;}.listings_grid{  list-style: none;  margin-top: 16px;  display: grid;  grid-template-columns: 250px 250px 250px;  grid-column-gap: 8px;  grid-row-gap: 16px;}.card {  border: 1px solid #ccc;  padding: 16px;  max-width: 260px;  border-radius: 2px;}.card_logo{  width : 64px;  height : 64px;  margin: 4px 0px;  border-radius: 2px;}.card_heading{  font-size: 16px;  font-weight: bold;  color: #222;  line-height: 2;}.card_text {  font-size: 14px;  color: #666;  line-height: 1.5;}.card_text--small{  font-size: 12px;}.card_separator{  border-top: 1px solid #ccc;  margin: 8px 0;  width : 32px;  border: none;  height: 1px;}.mt{  margin-top: 16px;}  */