.stellarnav,
.stellarnav ul ul {
    z-index: 9900;
    width: 100%
}

.stellarnav,
.stellarnav li {
    line-height: normal
}

.stellarnav a {
    color: #777;
}

.stellarnav ul {
    margin: 0;
    padding: 0;
    text-align: center
}

.stellarnav li {
    list-style: none;
    display: block;
    margin: 0;
    padding: 0;
    position: relative;
}

.stellarnav li a {
    padding: 0 0px 0px;
    text-decoration: none;
    color: #282828;
    font-size: 12px;
    box-sizing: border-box;
    -webkit-transition: .3s ease-out;
    -moz-transition: .3s ease-out;
    transition: .3s ease-out;
    font-weight: 600;
    line-height: 18px;
    background: #fff0;
}



.anchor_div a {
    line-height: 30px;
    width: 100%;
    border-radius: 50px;
    background: #fff;
    display: flex;
    align-items: center;
    margin: 0 0 0px;
    transition: all 0.5s ease-in-out;
    height: 33px;
}
.anchor_div a:hover{
    /*background:#f7f7f7;*/
    color: #ff960f;
    position: relative;
}




.anchor_div:hover .icon_img{ transform: rotate(360deg); }



.stellarnav.light a,
.stellarnav.light li a {
    color: #000
}

.stellarnav.mobile .call-btn-mobile,
.stellarnav.mobile .close-menu,
.stellarnav.mobile .dd-toggle,
.stellarnav.mobile .location-btn-mobile,
.stellarnav.mobile .menu-toggle,
.stellarnav>ul>li {
    display: inline-block
}

.stellarnav>ul>li>a {
    padding: 20px 40px
}

.stellarnav ul ul {
    top: 52px;
    position: absolute;
    text-align: left;
    display: none;
    width: 280px;
    left: 0;
    padding: 10px 20px 10px;
    height: auto;
    overflow-y: scroll;
    background: #ffffff;
    border-radius: 0px 0px 10px 10px;
}
/* Hide scrollbar for Chrome, Safari and Opera */
.stellarnav ul ul::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.stellarnav ul ul {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}
.stellarnav.dark .menu-toggle span.bars span,
.stellarnav.light,
.stellarnav.light ul ul,
.stellarnav.mobile.light ul {
    background: #fff
}

.stellarnav li li,
.stellarnav.mobile.active>ul,
.stellarnav.mobile>ul>li {
    display: block;
        position: relative;

}

.stellarnav ul ul ul {
    top: 0;
    left: 220px
}

.stellarnav>ul>li:hover>ul>li:hover>ul {
    opacity: 1;
    visibility: visible;
    top: 0
}

.stellarnav.mobile.right>ul,
.stellarnav>ul>li.drop-left>ul {
    right: 0
}

.stellarnav li.drop-left ul ul {
    left: auto;
    right: 220px
}

.stellarnav.dark,
.stellarnav.dark ul ul,
.stellarnav.light .menu-toggle span.bars span,
.stellarnav.mobile.dark ul {
    background: #000
}

.stellarnav.dark a,
.stellarnav.dark li a {
    color: #fff
}

.stellarnav.fixed {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9999
}

.stellarnav li .h3 {
    font-size: 15px;
    line-height: 1.3;
    margin: 0 0 0;
    font-weight: 700;
    color: #011c2f;
    font-family: "Raleway", sans-serif;
    display: inline-block;
    border-bottom: 2px solid #d61100;
    padding: 0 0 6px;
}

body.stellarnav-noscroll-x {
    overflow-x: hidden
}
.stellarnav li.has-sub>a:after {
    font-family: "Font Awesome 6 Free";
    position: absolute;
    top: 0;
    right: -6px;
    content: "\f107";
    font-size: 12px;
    color: #d41100;
}








.stellarnav .dd-toggle,
.stellarnav li.call-btn-mobile,
.stellarnav li.location-btn-mobile,
.stellarnav.desktop li.mega li.has-sub a:after,
.stellarnav.hide-arrows li li.has-sub>a:after,
.stellarnav.hide-arrows li.drop-left li.has-sub>a:after,
.stellarnav.hide-arrows li.has-sub>a:after,
.stellarnav.mobile li li.has-sub>a:after,
.stellarnav.mobile li.drop-left li.has-sub>a:after,
.stellarnav.mobile li.has-sub>a:after,
.stellarnav.mobile.left .close-menu.third span,
.stellarnav.mobile.right .close-menu.third span {
    display: none
}

.stellarnav li li.has-sub>a:after {
    margin-left: 10px;
    float: right;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid #fff;
    position: relative;
    top: 4px
}

.stellarnav li.drop-left li.has-sub>a:after {
    float: left;
    margin-right: 10px;
    border-left: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-right: 6px solid #fff
}

.stellarnav .call-btn-mobile,
.stellarnav .close-menu,
.stellarnav .location-btn-mobile,
.stellarnav .menu-toggle {
    display: none;
    text-transform: uppercase;
    text-decoration: none;
}

.stellarnav .dd-toggle {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0;
    width: 48px;
    height: 48px;
    text-align: center;
    z-index: 9999;
    border: 0
}

.stellarnav.desktop li.has-sub a {
    padding-right: 10px;
}
.stellarnav.desktop li.has-sub a:hover{           color: #d61100;


}
.stellarnav.desktop.hide-arrows li.has-sub a {
    padding-right: 15px
}

.stellarnav.mobile>ul>li>a.dd-toggle {
    padding: 0
}

.stellarnav svg {
    fill: currentColor;
    width: 1em;
    height: 1em;
    position: relative;
    top: 2px
}

.stellarnav a.dd-toggle .icon-plus {
    box-sizing: border-box;
    transition: transform .3s;
    width: 45px;
    height: 30%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.stellarnav a.dd-toggle .icon-plus:after,
.stellarnav a.dd-toggle .icon-plus:before {
    content: '';
    display: block;
    height: 0;
    top: 50%;
    border-bottom: 3px solid #282828;
    position: absolute;
    width: 12px
}

.stellarnav a.dd-toggle .icon-plus:before {
    transform: rotate(90deg);
    transition: width .3s
}

.stellarnav.light .icon-close:after,
.stellarnav.light .icon-close:before,
.stellarnav.light a.dd-toggle .icon-plus:after,
.stellarnav.light a.dd-toggle .icon-plus:before {
    border-color: #000
}

.stellarnav.dark .icon-close:after,
.stellarnav.dark .icon-close:before,
.stellarnav.dark a.dd-toggle .icon-plus:after,
.stellarnav.dark a.dd-toggle .icon-plus:before {
    border-color: #fff
}

.stellarnav .icon-close {
    box-sizing: border-box;
    width: 12px;
    height: 12px;
    position: relative;
    display: inline-block;
    position: absolute;
    top: 50px;
    right: 15px;
}
.stellarnav .icon-close:after, .stellarnav .icon-close:before {
    content: '';
    display: block;
    width: 12px;
    height: 0;
    top: -20px;
    border-bottom: 3px solid #000;
    position: absolute;
}

.stellarnav .icon-close:before {
    transform: rotate(45deg)
}

.stellarnav .icon-close:after {
    transform: rotate(-45deg)
}

.stellarnav .call-btn-mobile,
.stellarnav .close-menu,
.stellarnav .location-btn-mobile,
.stellarnav .menu-toggle {
    padding: 15px;
    box-sizing: border-box
}

.stellarnav .menu-toggle span.bars {
    display: inline-block;
    margin-right: 0;
    position: relative;
    top: auto;
}

.stellarnav .menu-toggle span.bars span {
    display: block;
    width: 15px;
    height: 2px;
    border-radius: 6px;
    background: #fff;
    margin: 0 0 3px
}

.stellarnav .full,
.stellarnav.desktop>ul>li.mega>ul {
    width: 100%
}

.stellarnav .half {
    width: 50%
}

.stellarnav .third {
    width: 33%;
    text-align: center
}

.stellarnav .location-btn-mobile.third,
.stellarnav.mobile.left .call-btn-mobile.half,
.stellarnav.mobile.left .call-btn-mobile.third,
.stellarnav.mobile.left .close-menu.half,
.stellarnav.mobile.left .close-menu.third,
.stellarnav.mobile.left .location-btn-mobile.half,
.stellarnav.mobile.left .location-btn-mobile.third,
.stellarnav.mobile.right .call-btn-mobile.half,
.stellarnav.mobile.right .call-btn-mobile.third,
.stellarnav.mobile.right .close-menu.half,
.stellarnav.mobile.right .close-menu.third,
.stellarnav.mobile.right .location-btn-mobile.half,
.stellarnav.mobile.right .location-btn-mobile.third {
    text-align: center
}

.stellarnav .location-btn-mobile.half {
    text-align: right
}

.stellarnav.light .half,
.stellarnav.light .third {
    border-left: 1px solid rgba(0, 0, 0, .15)
}

.stellarnav.light.left .half,
.stellarnav.light.left .third,
.stellarnav.light.right .half,
.stellarnav.light.right .third,
.stellarnav.mobile.light li a {
    border-bottom: 1px solid rgba(0, 0, 0, .15)
}

.stellarnav.dark.left .half,
.stellarnav.dark.left .third,
.stellarnav.dark.right .half,
.stellarnav.dark.right .third,
.stellarnav.mobile li {
    border-bottom: 1px solid rgba(255, 255, 255, .15)
}

.stellarnav.dark .half:first-child,
.stellarnav.dark .third:first-child,
.stellarnav.light .half:first-child,
.stellarnav.light .third:first-child {
    border-left: 0
}

.stellarnav.dark .half,
.stellarnav.dark .third {
    border-left: 1px solid rgba(255, 255, 255, .15)
}

.stellarnav.dark.left .menu-toggle,
.stellarnav.dark.right .menu-toggle,
.stellarnav.light.left .menu-toggle,
.stellarnav.light.right .menu-toggle {
    border-bottom: 0
}

.stellarnav.mobile,
.stellarnav.mobile.fixed {
    position: static
}

.stellarnav.mobile ul {
    position: relative;
    display: none;
    text-align: left;
    background: rgb(235 235 235);

}

.stellarnav.mobile.active {
    padding-bottom: 0
}

.stellarnav.mobile>ul>li>a {
    padding: 15px
}

.stellarnav.mobile ul ul {
    position: relative;
    opacity: 1;
    visibility: visible;
    width: auto;
    display: none;
    -moz-transition: none;
    -webkit-transition: none;
    -o-transition: color 0 ease-in;
    transition: none
}

.stellarnav.mobile ul ul ul {
    left: auto;
    top: auto
}

.stellarnav.mobile li.drop-left ul ul {
    right: auto
}

.stellarnav.mobile li {
    padding: 10px
}

.stellarnav.mobile>ul {
    border-top: 1px solid rgba(255, 255, 255, .15)
}

.stellarnav.mobile.light>ul {
    border-top: 1px solid rgba(0, 0, 0, .15)
}

.stellarnav.mobile li a.dd-toggle,
.stellarnav.mobile.light li a.dd-toggle {
    border: 0
}

.stellarnav.mobile li.call-btn-mobile {
    border-right: 1px solid rgba(255, 255, 255, .1);
    box-sizing: border-box
}

.stellarnav.mobile li.call-btn-mobile,
.stellarnav.mobile li.location-btn-mobile {
    display: inline-block;
    width: 50%;
    text-transform: uppercase;
    text-align: center
}

.stellarnav.mobile li.call-btn-mobile.full,
.stellarnav.mobile li.location-btn-mobile.full {
    display: block;
    width: 100%;
    text-transform: uppercase;
    border-right: 0;
    text-align: left
}

.stellarnav.mobile.dark ul ul {
    background: rgba(255, 255, 255, .08)
}

.stellarnav.mobile.light li.call-btn-mobile {
    border-right: 1px solid rgba(0, 0, 0, .1)
}

.stellarnav.mobile.top {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9999
}

.stellarnav.mobile.left>ul,
.stellarnav.mobile.right>ul {
    position: fixed;
    top: 0;
    bottom: 0;
    width: 100%;
    max-width: 250px;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch
}

.stellarnav.mobile.left .close-menu,
.stellarnav.mobile.right .close-menu {
    display: inline-block;
    text-align: right;
    z-index: 5
}

.stellarnav.mobile.left>ul {
    left: 0
}

.stellarnav.mobile.left .menu-toggle.half,
.stellarnav.mobile.left .menu-toggle.third,
.stellarnav.mobile.right .menu-toggle.half,
.stellarnav.mobile.right .menu-toggle.third {
    text-align: left
}

.stellarnav.desktop li.mega ul ul {
    background: 0 0;
    width: auto
}

.stellarnav.desktop li.mega li {
    display: inline-block;
    vertical-align: top;
    margin-left: -4px
}

.stellarnav.desktop li.mega li li {
    display: block;
    position: relative;
    left: 4px
}

.stellarnav.desktop>ul>li.mega {
    position: inherit
}

.stellarnav.desktop>ul>li.mega>ul li.has-sub ul {
    display: block;
    position: relative;
    left: auto
}

.stellarnav.desktop>ul>li.mega>ul>li {
    padding-bottom: 15px;
    box-sizing: border-box
}

.stellarnav.desktop li.mega li li a {
    padding: 5px 15px
}

.stellarnav.desktop>ul>li.mega>ul>li>a {
    color: #ff0
}

.main_header {
}




 .mega_menu {
    padding: 2% 0;
}
.drop_menu p {
    line-height: 27px;
    margin: 0;
    color: #282828;
    font-size: 13px;
    font-weight: 400;
}

.icon_img {
    background: url(../images/icon_img.webp);
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-position: -50px 4px;
    position: absolute;
    left: -60px;
    top: 16px;
    background-color: #e1e0de;
    border-radius: 50px;
    transition:all 0.5s ease-out;
}
a.si_font {font-size: 15px !important;font-weight: 700 !important;}
    

.icon_img.icon_2 {        background-position: -145px 4px;}
.icon_img.icon_3 {    background-position: -260px 4px;}
.icon_img.icon_4 {    background-position: -383px 4px;}
.icon_img.icon_5 {
    background-position: -505px -5px;
    position: unset;
        height: 30px;

}
.icon_img.icon_6 {     
    background-position: -605px -5px;
    position: unset;
        height: 30px;

}
.icon_img.icon_7 {      
    background-position: -701px -5px;
    position: unset;
        height: 30px;

}


.drop_menu span.h4 {
    position: relative;
    background: #e1e0de;
    display: inline-flex;
    width: 81%;
    height: 50px;
    border-radius: 0px 0px 10px 10px;
    margin: 0 0 20px;
    align-items: center;
    font-size: 15px;
    color: #282828;
    font-weight: 700;
}


/*.stellarnav ul ul{ display: block; }*/



header {
    background: #ffffff;
    width: 100%;
    padding: 0;
    border-bottom: 2px solid #d61100;
}


.sticky {
    position: fixed;
    z-index: 9999;
    background-color: #faeadb;
    -webkit-box-shadow: 0 20px 50px 0 rgb(0 0 0 / 5%);
    -moz-box-shadow: 0 20px 50px 0 rgba(0, 0, 0, .05);
    box-shadow: 0 20px 50px 0 rgb(0 0 0 / 5%);
    -webkit-transition: .3s ease-out;
    -moz-transition: .3s ease-out;
    -ms-transition: .3s ease-out;
    -o-transition: .3s ease-out;
    transition: .3s ease-out;
    border-bottom: 2px solid #ff9900;
    color: #fff !important
}

.footer_icons i,
.nav-tabs .nav-link,
.techbox img {
    transition: .3s ease-in-out
}

.animated-logo {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    justify-content: center;
    background: #e7effd
}

.animated-logo img {
    width: 100%
}

.header-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
    padding: 0px 0 0;
    height: 100%;
    width: 100%;
    position: relative;
}

.logo img {
    width: 100%;
    margin: 0px auto;
}
.header-right,
.main_menu>ul {
    display: flex;
    align-items: center;
}

.header-right {
    width: calc(100% - 210px);
    justify-content: flex-end;
}

.main_menu {
    width: calc(100% - 240px)
}

.main_menu>ul {
    justify-content: flex-end;
    gap: 10px;
    margin: 0 20px 0 0
}

.main_menu>ul>li>a {
    padding: 0 0 0 22px;
    position: relative;
    transition: .4s ease-in-out;
    font-size: 14px;
    font-weight: 700;
    color: #011c2f;
    display: inline-block;
    transition: all 0.5s ease-in-out;
    font-family: "Raleway", sans-serif;
}


.main_menu>ul>li>a:hover{ 
color: #ff1919;
 }

.copy_right {
    padding: 0 0 1%;
}

/*
.main_menu>ul>li>a:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 1px;
    background: red;
    transition: .4s ease-in-out
}*/


.header-button a+a {
    color: #000;
    width: 160px;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 600;
    height: 26px
}

.header-button a+a i {
    font-size: 14px;
    margin: 0 5px 0 0
}

a.cta-btn.bttn i {
    margin: -2px 5px 0 0
}

span.phone-icon img {
    margin: 0 10px 0 0;
    transition: all 0.5s ease-in-out;
    border-radius: 50px;
    width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
}

/*
.btn.btn_red:hover span.phone-icon img {
    background: #d61100;
}*/

.drop_menu.left {
    position: relative;
    z-index: 3;
    padding: 0 51px 0 55px;
}

.Expertise .drop_menu.left {
    padding: 0 51px 0 0px;
}
.drop_menu {
    position: relative;
    z-index: 3;
    padding: 0
}


.header-button .btn.btn_red {
    padding: 5px 15px;
}





.sticky {
    position: fixed;
    z-index: 999;
    background-color: #fff;
    -webkit-box-shadow: 0 20px 50px 0 rgb(0 0 0 / 5%);
    -moz-box-shadow: 0 20px 50px 0 rgba(0, 0, 0, .05);
    box-shadow: 0 20px 50px 0 rgb(0 0 0 / 5%);
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    border-bottom: 2px solid #d61100;
}

li.menu-links.small_menue,
li.menu-links.small_menue.career,
li.menu-links.small_menue.insite {

    position: relative;
}

li.menu-links.small_menue .mega_menu .col-md-3 {
    width: 100%;
}
li.menu-links.small_menue ul {
    width: 590px;
    top: 52px;
}
li.menu-links.small_menue.insite ul {
    width: 260px;
    top: 52px;
}


li.menu-links.small_menue ul:after {
    position: absolute;
    top: 0;
    right: 0;
    background: #01208400;
    content: '';
    width: 27%;
    height: 100%;
    z-index: 1;
    border-left: 2px dashed #ffffff00
}

/*.stellarnav ul ul:before {*/
/*    position: absolute;*/
/*    content: '';*/
/*    bottom: 0;*/
/*    left: 530px;*/
/*    width: 1px;*/
/*    height: 83%;*/
/*    background: #ccc;*/
/*    z-index: 6;*/
/*}*/

li.menu-links.small_menue.Hire_A_Developer.has-sub  ul:before {
    width: 0px;
}

li.menu-links.small_menue.Hire_A_Developer.has-sub .drop_menu.left {
    padding: 0;
}
.header-button a i {
    margin: 0 5px 0 0px;
}

.mega_menu hr {
    margin: 0;
}


.drop_menu .h3 {
    color: #191919;
    font-weight: 700;
    line-height: 25px;
    font-size: 15px;
    border-bottom: 2px solid #ffd699;
    padding: 0 0 10px;
    margin: 0 0 20px;
    display: table;
}
.drop_menu {
    position: relative;
    z-index: 3;
    padding: 0;
    margin: 0 0 50px;
}




/*.icon {
    height: 41px;
    width: 40px;
    background: #1c181800 url(../images/services-icon.webp) no-repeat;
    display: flex;
    background-position: -11px -19px;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease-in-out;
    margin: 0 5px 0 0px;
    border-radius: 50px;
}*/

.stellarnav a:hover .icon {
    background-position: -12px -71px;
    background-color: #d61100;
    border-radius: 50px;
}


.stellarnav .comp_btn {
    width: 100%;
    display: inline-flex;
    justify-content: flex-start;
    gap: 20px;
    margin: 20px 0 0px;
}

.comp_btn .f  {    background: #1976d2;
} 





.comp_btn a {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    color: #fff !important;
    font-size: 19px !important;
    padding: 0!important;
}

.comp_btn a i {
    font-size: 21px;
}


.comp_btn  .ins{ 
background:url(../images/ins.webp) no-repeat;
background-position:0 0;


 }
.comp_btn  .x {
    background: #000;
}


.comp_btn .link{ background:#0077b5;  }


.comp_text span.h5 {
    font-size: 24px;
    font-weight: 600;
    color: #000;
    line-height: 36px;
}

.comp_text span.h5 small{ 
   font-size: 24px;
    font-weight: 600;
    color: #fe0000;
 }
.comp_text p {
    color: #707070;
    font-size: 14px;
    font-weight: 500;
}

.comp_btn .f {
    background: #1976d2;
}
.drop_menu.why {
    margin: 27px 0 0;
}

.stellarnav li a i{ padding-right:5px;}





/*.main_header .container {
    max-width: 1400px;
}*/
/*.stellarnav ul ul{ display: block; }*/


.stellarnav .company ul , .stellarnav .Career ul  {
    height: auto;
}

@media only screen and (max-width :1024px) {

    .stellarnav .menu-toggle span.bars span {
        display: block;
        width: 15px;
        height: 2px;
        border-radius: 6px;
        background: #fff;
        margin: 0 0 3px;
    }
    a.menu-toggle {
        position: absolute;
        top: 22px;
        right: -30px;
        background: #d61100;
        padding: 0 !important;
        display: flex !important;
        height: 39px;
        width: 37px;
        align-items: center;
        justify-content: center;
        border-radius: 8px;
}
}
@media only screen and (max-width :1366px) {
    
    .drop_menu .h3 {
        font-size: 13px;
    }
} 
    
    
    
    
    @media only screen and (max-width :768px) {
    .stellarnav {
        overflow: hidden;
        display: block
    }

    .stellarnav ul {
        position: relative;
        display: none
    }
    .main_header .container {
        max-width: auto;
    }
    .comp_btn {
        display: block;
    }

}

@media only screen and (max-width :420px) {

    .stellarnav.mobile .call-btn-mobile.third span,
    .stellarnav.mobile .location-btn-mobile.third span {
        display: none;
    }
}


