/*-- nav menu--*/
.skiptranslate {
    display: none !important;
}
.goog-te-gadget {
    display: none !important;
}
header {
    z-index: 1;
    width: 100%;
    padding: 10px 0;
}
#innerHeader {
    margin: 110px 0 50px 0;
}
.dp-logo {
    display: inline-block;
}
.langconsult {
    display: inline-block;
    font-size: 16px;
}
.language {
    border-left: 1px solid #c6b2bd;
    padding: 0 5px;
    margin-left: 10px;
    display: inline-block;
}
.mob_link:hover {
    color: #fff;
}
.mob_link:active {
    color: #fff;
}
.mob_link:visited {
    color: #fff;
}
.language select {
    color: #000;
    padding: 5px;
    margin: 0;
    border: 0;
    font-size: 16px;
    background: transparent;
    outline: 0;
    cursor: pointer;
}
.toglBtn {
    position: relative
}
.header-fixed-top {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1030;
    width: 100%;
    background: #fff;
    animation: smoothScroll 1s forwards
}
@keyframes smoothScroll {
    0% {
        transform: translateY(-40px)
    }
    100% {
        transform: translateY(0)
    }
}
img#normal_logo {
    width: 125px;
}
#stick_head {
    display: none;
}
.toogle_button {
    position: absolute;
    top: 0;
    right: 2%;
    height: 50px;
    width: 40px;
    cursor: pointer;
    z-index: 1001;
    transition: opacity 0.25s ease;
}
.toogle_button.active .top {
    transform: translateY(11px) translateX(0) rotate(45deg);
    background: #fff !important;
    top: 30px;
}
.toogle_button.active .middle {
    opacity: 0;
    background: #fff !important;
    top: 28px;
}
.toogle_button.active .bottom {
    transform: translateY(-11px) translateX(0) rotate(-45deg);
    background: #fff !important;
    top: 52px;
}
.toogle_button small {
    position: absolute;
    top: 1px;
    left: 0;
    font-size: 14px;
    height: 17px;
    transition: all 0.35s ease;
    cursor: pointer;
    color: #000;
    font-weight: 500;
}
.toogle_button span {
    background: #000;
    border: none;
    height: 4px;
    width: 100%;
    position: absolute;
    top: 23px;
    left: 0;
    transition: all 0.35s ease;
    cursor: pointer;
    border-radius: 50px;
}
.toogle_button span:nth-of-type(2) {
    top: 31px;
    border-radius: 50px;
}
.toogle_button span:nth-of-type(3) {
    top: 39px;
    border-radius: 50px;
}
/*.navShowDesktop .dropdown-menu .fa{font-size}*/
.navShowDesktop .nav-item {
    margin-bottom: 20px;
}
.navoverlay {
    position: fixed;
    background: #000000;
    top: 0;
    right: 0;
    width: 100%;
    height: 0%;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.35s, visibility 0.35s, height 0.35s;
    overflow: hidden;
    z-index: 100;
}
.navopen .navoverlay {
    opacity: 1;
    visibility: visible;
    height: 100vh;
}
.navopen .navShowDesktop li {
    animation: fadeIn 0.3s ease forwards;
}
#navoverlay nav ul li a:after {
    border: none !important;
}
#navoverlay nav {
    position: relative;
    padding-bottom: 100px;
    top: 100px;
    font-weight: 400;
    overflow-y: Scroll;
    overflow-x: hidden;
    height: 100%;
}
#navoverlay nav ul {
    list-style: none;
    padding: 0;
    position: relative;
    text-align: left
}
#navoverlay nav ul li {
    display: block;
    position: relative;
}
#navoverlay nav ul li a {
    position: relative;
    color: #fff;
    font-size: 27px;
    line-height: 30px;
    font-weight: 600;
    text-decoration: none;
    overflow: hidden;
}
#navoverlay nav ul li a.show {
    color: #e43945;
}
#navoverlay nav ul li a:hover {
    color: #e43945;
}
#navoverlay nav ul li a:after {
    content: "";
    position: absolute;
    top: 50%;
    width: 0%;
    height: 3px;
    background: #000;
    transition: 0.35s;
}
.overlay_logo_img {
    width: 150px;
    padding-top: 15px;
}
p a {
    text-decoration: underline;
}
.blogs p a {
    text-decoration: none;
}
footer p a {
    text-decoration: none;
}
.service_heading p a {
    text-decoration: none;
}
.rotate {
    -moz-transition: all .5s linear;
    -webkit-transition: all .5s linear;
    transition: all .5s linear;
    font-size: 25px;
    margin-right: 5px;
    font-family: 'FontAwesome';
    align-items: center;
    vertical-align: middle;
    background: transparent;
    color: #fff;
    border-radius: 50%;
    padding: 0px 8px;
    border: 2px solid #fff;
}
.rotate1 {
    -moz-transition: all .5s linear;
    -webkit-transition: all .5s linear;
    transition: all .5s linear;
    font-size: 25px;
    margin-right: 5px;
    font-family: 'FontAwesome';
    align-items: center;
    vertical-align: middle;
    background: transparent;
    color: #fff;
    border-radius: 50%;
    padding: 0px 8px;
    border: 2px solid #fff;
}
.rotate2 {
    -moz-transition: all .5s linear;
    -webkit-transition: all .5s linear;
    transition: all .5s linear;
    font-size: 25px;
    margin-right: 5px;
    font-family: 'FontAwesome';
    align-items: center;
    vertical-align: middle;
    background: transparent;
    color: #fff;
    border-radius: 50%;
    padding: 0px 8px;
    border: 2px solid #fff;
}
.nav-link .fa-angle-right {
    -moz-transition: all .5s linear;
    -webkit-transition: all .5s linear;
    transition: all .5s linear;
    font-size: 20px !important;
    margin-right: 5px;
    font-family: 'FontAwesome';
    align-items: center;
    vertical-align: middle;
    background: transparent;
    color: #fff;
    border-radius: 50%;
    padding: 0px 5px 0 7px;
    border: 2px solid #fff;
}
.rotate.down {
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.rotate1.down {
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.rotate2.down {
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.dropdown-menu {
    position: relative !important;
    transform: initial !important;
}
#navoverlay nav ul li>ul.dropdown-menu li a {
    position: relative;
    color: #939393;
    font-size: 15px;
    line-height: 18px;
    margin-bottom: 0px;
    font-weight: 500;
    text-decoration: none;
    overflow: hidden;
}
#navoverlay nav ul li>ul.dropdown-menu li a:hover {
    color: #fff
}
/*.navcntct{margin-top:30px;}*/
.navcntct .socialicon a .fa,
.navcntct .socialicon-in a .fa {
    padding: 8px 7px;
    width: 37px;
    height: 37px;
    font-size: 21px;
}
#navoverlay nav {
    scrollbar-width: auto;
    scrollbar-color: #e43945 #e43945;
}
#navoverlay nav::-webkit-scrollbar {
    width: 10px;
}
#navoverlay nav::-webkit-scrollbar-track {
    background: #e43945;
}
#navoverlay nav::-webkit-scrollbar-thumb {
    background-color: #e43945;
    border-radius: 10px;
    border: 3px solid #e43945;
}
.mob_contect_no {
    display: none;
}
.dropdown-menu {
    display: block;
}
ul.dropdown-menu.show {
    display: block;
}
.desk_bird {
    display: block;
}
.mob_bird {
    display: none;
}
@media (max-width: 768px) {
    #innerHeader p.hdrParacraph {
        width: 95%;
        margin: 50px auto 0 auto
    }
    .topHomeHeading2 {
        width: 100%;
        margin: 0px auto 0 auto
    }
    .botmLine1 img {
        width: 100%;
    }
    .h2BigHeading {
        margin-top: 30px;
        font-size: calc(2rem + 1vw);
    }
    .mobcenter {
        text-align: center !important;
    }
    .nodeskt {
        display: block !important;
    }
    #launchbox {
        background: none !important
    }
    #navoverlay nav ul li a {
        font-size: 20px;
        line-height: 21px;
    }
    #navoverlay nav ul li>ul.dropdown-menu li a {
        font-size: 13px;
        line-height: 14px;
    }
    #navoverlay nav ul li a .fa {
        transform: rotate(90deg);
        position: absolute;
        right: 0;
        border: 0;
    }
    .navShowDesktop .nav-item {
        margin-bottom: 3px;
    }
    .toogle_button.active span {
        width: 50%;
        height: 2px;
    }
    .navoverlay #moblogoW {
        display: block;
        padding: 15px 0 0 15px;
        display: inline-block;
        position: absolute;
    }
}
@media (max-width: 550px) {
    .mob_contect_no {
        display: block;
        background: #e43945;
        text-align: center;
        margin-top: 8px;
        font-size: 17px;
        padding: 5px 0;
    }
    .mob_contect_no a {
        color: #fff;
    }
    .hdr_call {
        color: #fff;
    }
    .mob_link {
        color: #fff;
    }
    header {
        padding-bottom: 0;
    }
    .desk_bird {
        display: none;
    }
    .mob_bird {
        display: block;
    }
    /*.dp-logo img{width:50%}*/
    img#normal_logo {
        width: 100px;
    }
    #innerHeader h2 {
        font-size: calc(2.75rem + .9vw);
    }
    /*.toogle_button{*/
    /*    top:0%;*/
    /*    transform: translateY(-50%);*/
    /*}*/
    .dropdown-menu {
        display: none;
    }
    ul.dropdown-menu.show {
        display: block;
    }
    .overlay_logo_img {
        width: 125px;
        padding-top: 15px;
    }
    #innerHeader {
        margin: 0;
    }
    .langconsult,
    .down_arrow {
        display: none;
    }
    .toglBtn {
        position: inherit;
    }
    .servedIcon {
        width: 50%;
    }
    .servedIcon p {
        text-align: center
    }
    .topHomeHeading2 {
        font-size: calc(2rem + 6vw);
        line-height: 1;
        word-break: break-word;
    }
    .brndPckmrktng,
    .mrketRate {
        text-align: center
    }
    .mrketRate p {
        padding-right: 0px;
    }
    .botmLine1 img {
        width: 100%;
        padding: 60px 0 0 0;
    }
    .h2BigHeading {
        margin-top: 30px;
        font-size: calc(2rem + 11vw);
    }
    .service_heading {
        text-align: center;
        margin-bottom: 40px;
    }
    .srvce-frstbox {
        margin-top: 0;
    }
    #blue-joinus h3 a {
        display: block;
    }
    .brandingnameLiBox ul {
        position: initial;
        margin-bottom: 20px;
    }
    .chngnlne {
        display: inline-block;
        width: 100%;
        margin-top: 12px;
    }
    #slider-ltr {
        font-size: 17px !important;
        line-height: 20px !important;
    }
    .briefing-pic {
        margin-top: 0px;
    }
    .servedIcon img {
        height: 60px;
    }
    .brndPckmrktng img {
        height: 60px;
    }
}
/* MENU CIRCLE BUTTON CSS VERY INPORTANT FOR HEADER LOGO PEOPLE WEBSITE, DO NOT DELETE OR CHANGE ANYTHING IN THIS FILE. */
.sdlkgsdlkgnlkgnd {
    width: 60px;
    height: 60px;
    background: #e43945;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    position: relative;
    z-index: 9999;
}
.sdlkgsdlkgnlkgnd span {
    position: absolute;
    width: 30px;
    height: 3px;
    background: #fff;
    border-radius: 50px;
    transition: all .4s ease;
}
.sdlkgsdlkgnlkgnd span:nth-child(1) {
    transform: translateY(-8px);
}
.sdlkgsdlkgnlkgnd span:nth-child(2) {
    transform: translateY(0);
}
.sdlkgsdlkgnlkgnd span:nth-child(3) {
    transform: translateY(8px);
}
.sdlkgsdlkgnlkgnd.active span:nth-child(1) {
    transform: rotate(45deg);
}
.sdlkgsdlkgnlkgnd.active span:nth-child(2) {
    opacity: 0;
}
.sdlkgsdlkgnlkgnd.active span:nth-child(3) {
    transform: rotate(-45deg);
}
@media (min-width: 1200px) {
    .displexflexforonlybigscreen {
        display: flex !important;
        justify-content: flex-end !important;
    }
}
@media (max-width: 1200px) {
 .sdlkgsdlkgnlkgnd {
    width: 45px;
    height: 45px;
}
.sdlkgsdlkgnlkgnd span {
    width: 25px;
}
}
/* MENU CIRCLE BUTTON CSS VERY INPORTANT FOR HEADER LOGO PEOPLE WEBSITE, DO NOT DELETE OR CHANGE ANYTHING IN THIS FILE. */