@font-face {
    font-family: 'Calibri';
    src: url('./fonts/calibri.ttf') format('truetype');
  }

  body {
    font-family: 'Calibri' !important;
  }
body {
    
    font-size: 17px;
    font-weight: 300;
}

a {
    color: inherit;
    text-decoration: inherit;
}
.custom-pointer {
  cursor: pointer;
  list-style-type: disclosure-closed;
}
.custom-pointer:hover {
color: #001f33;
}
img {
    width: 100%;
}

h2 {
    font: normal normal 600 80px/90px Calibri;
    
}

h4 {
    font-size: 35px;
    font-weight: 400;
}
.modal{z-index:999999}
.primary-color {
    color: #c69930;
}

.secondry-color {
    color: #002e4d;
}

.primary-color-button {
    background-color: #F8C243;
    color: #484848;
    padding: 10px 30px;
    border-radius: 0;
    font-weight: 600;
}

.primary-color-button:hover {
    background: #fff;
    color: #484848;
}

.color-white {
    color: #fff
}

.color-black {
    color: #000;
}

.headerBg header nav.navbar.navbar-expand-lg.navbar-light .container-fluid {
    padding: 0;
}
.text-right{text-align: right;}
.headerBg {
    background-image: url(../video/varmoda2.gif);
    background-repeat: no-repeat;
    background-size: cover;
}

.text-left {
    text-align: left;
}

/* menu */
.headerMenu i {
    color: #000;
    margin-top: 15px;
    font-size: 28px;
}

.menuItem {
    position: absolute;
    left: 0;
    right: 0;
    top: 73px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 30%, rgba(255, 255, 255, 0) 100%);
    /* background: #fff; */
    height: calc(100vh - 73px);
    width: 100%;
    display: none;
    overflow: auto;
    z-index: 999;
    margin-bottom: 100px;
}

.menuItem>li a {
    width: 200px;

}

.menuItem>li {
    position: relative;
}

.menuItem .subMenu {
    width: initial;
    position: absolute;
    left: 300px;
    top: 0;
    display: none;
    height: 100vh;
    background: #fff;
}

.menuItem li:hover .subMenu {
    display: block;
}

.headerVarmoda .navbar-branding {
    display: flex;
    justify-content: flex-end;
}

.headerVarmoda .navbar-branding img {
    width: inherit;
}

.menuItem .mainMenu li {
    font-size: 17px;
    font-weight: 300;
    width: 300px;
    padding: 15px 35px;
    color: #000;
}

.menuItem .mainMenu li:hover {
    background: #f2f2f2;
    font-size: 17px;
    font-weight: 300;
    color: #000;
}

.menuItem .mainMenu li a:hover {
    color: #000;
}

.menuItem .mainMenu .subMenu li {
    font-size: 17px;
    font-weight: 300;
    padding: 10px 35px;
    background: #fff;
}

.menuItem .mainMenu .subMenu li a:hover {
    background: #fff;
    font-size: 17px;
    font-weight: 300;
    color: #c69930;
}

.menuItem .mainMenu .subMenu li {
    width: 400px;
}

/* .menuItem .mainMenu:first-child:active {
    background: #f2f2f2;
} */
/* end menu */
.headerVarmoda {
    padding-top: 10px;
    padding-bottom: 10px;
    position: sticky;
    top: 0;
    width: 100%;
    background: #ececec;
    z-index: 999999;
}

.navbar-light .navbar-nav .nav-link {
    color: #fff;
}

.navbar-expand-lg .navbar-collapse {
    justify-content: flex-end;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #c69930;
}

.headerContent {
    color: #fff;
    font-size: 80px !important;
    padding: 50px 0;
}

.headerContent p {
    font: normal normal normal 17px / 36px Calibri;
    line-height: 36px;
    margin-top: 36px;
}

.headerContent h2 span {
    font: normal normal 300 80px/90px Calibri;
}

.serviceBg {
    background: #002E4D;
    /* padding: 100px 0; */
    padding-bottom: 50px;
}

.serviceBg.homePage {
    padding: 100px 0;
}

.serviceContent h4 {
    font-size: 40px;
    line-height: 30px;
    color: #F8C243;
}

.serviceContent p {
    line-height: 30px;
    color: #fff;
    margin-top: 20px;
}

.serviceBoximage img {
    width: inherit;
}

.serviceBox {
    margin-top: 20px;
    text-align: center;
    border: 1px solid #fff !important;
    padding: 15px 15px;
    min-height: 260px;
    border-radius: 10px;
}

.serviceBox:hover {
    background: #fff;
}

.serviceBox:hover h5 {
    color: #af8624;
}

.serviceBox:hover p {
    color: #000;
}

.serviceBox:last-child {
    border: 0px;
}

.serviceBoxContent {
    /* padding-left: 15px; */
    width: 100%;
}

.serviceBoxContent h5 {
    font-size: 24px;
    line-height: 26px;
    color: #fff;
}

.serviceBoxContent p {
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    margin-top: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 3; /* Number of lines to show */
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.arrow {
    font-size: 45px;
    font-weight: 300;
    color: #0060A2;
}

.serviceContentBg {
    background: #004C80;
    padding: 20px 40px;
    transform: skewX(-10deg);
}

.ourMission {
    position: relative;
    bottom: 50px;
}

.serviceContentBg.serviceContent h4,
.serviceContentBg.serviceContent p {
    transform: skewX(10deg);
}

/* .whyChoose{
    padding-bottom: 100px;
} */
.serviceBg.whyChoose .serviceContent.serviceContentBg.core p {
    font-size: 17px;
    line-height: 30px;
}

.whyChoose .whyChooseBox {
    border-left: 3px solid #c69930;
    padding-left: 15px;
}

.whoWeAre {
    background-color: #002E4D;
    padding: 30px 0 0 0;
}

.yourTrustedPartner {
    background-color: #002E4D;
    padding: 50px 0;
}

/* .yourTrustedPartner .yourTrustedPartnerBox::after{
    background-color: #004c80;
    width: 633px;
    height: 548px;
    position: absolute;
    content: '';
    left: 0;
    transform: skew(0deg, 10deg);
    } */
.yourTrustedPartnerForm .form-control {
    border-radius: 0px;
    padding: 10px;
}

footer {
    background: #001f33;
    padding: 20px 0 0
}

footer .logo img {
    width: inherit;
}

.footerMenu p {
    font-size: 16px;
    line-height: 30px;
}

/* footer .footerMenu ul li{
    display: inline-block;   
} */
footer .footerMenu ul {
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
}

footer .footerMenu ul li a {
    text-decoration: inherit;
    color: #fff;
    margin-right: 15px;
}

footer .footerMenu p {
    color: #fff;
}

.headerContent h3 {
    font-size: 75px;
    text-align: center;
    font-weight: 300;
}

.serviceContent.serviceContentBg.core {
    margin-top: -100px;
}

.headerContentOther {
    padding: 100px 0;
}

.headerContentOther p {
    font-size: 36px;
    color: #fff;
    font-weight: 500;
}

.headerContentOther h3 {
    font: normal normal normal 24px / 36px Calibri;
    line-height: 36px;
    padding-right: 100px;
    color: #fff;
    font-weight: 300;
}

.yourTrustedPartnerContent h3 {
    font-size: 16px;
    line-height: 26px;
}

.yourTrustedPartner.yourTrustedPartnerContentBefore .yourTrustedPartnerContent {
    padding: 0px 75px 0 0;
}

.yourTrustedPartner.yourTrustedPartnerContentBefore .yourTrustedPartnerContent h4 {
    font-weight: 600;
    line-height: 48px;
}

.yourTrustedPartner.yourTrustedPartnerDetails h4 {
    font-weight: 600;
    line-height: 48px;
}

.whatWeDo {
    padding: 30px 0 30px 0 ;
}

/*.whatWeDo .row {*/
/*    align-items: center;*/
/*}*/

.whatWeDo .whoWeAreContent p {
    font-size: 16px;
    line-height: 26px;
}

.whatWeDoImage ul li {
    display: inline-block;
    padding-bottom: 30px;
    padding-left: 25px;
    padding-right: 25px;
}

.whatWeDoImage ul li img {
    width: inherit;
}

.certified img {
    width: inherit;
}

.news {
    background-color: #002E4D;
    /* padding: 100px 0; */
}

.news .newsMeta p {
    margin-top: 15px;
    color: #fff;
}

.news .newsTitle h3 {
    font-size: 20px;
    line-height: 26px;
    margin-top: 15px;
    margin-bottom: 15px;
        max-height: 52px;
    height: 52px;
}

.news .newsContent p {
    font-size: 14px;
    display: -webkit-box;
  -webkit-line-clamp: 5; /* Number of lines to show */
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.careersSection {
    background: #002E4D;
    padding: 100px 0
}

.careersSection h4 {
    font-size: 40px;
    line-height: 26px;
    color: #C69930;
}

.careersSection p {
    color: #fff;
    font-size: 16ppx;
    line-height: 30px; text-align: justify;
    margin-top: 15px;
   
}
.careersSection .benefit-box p{
 display: -webkit-box;
    -webkit-line-clamp: 3; 
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.benefit-box {
    background: #00243C;
    padding: 30px;
    margin-top: 30px;
    /* min-height: 240px; */
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.careersSection .benefit-box {
    position: relative;
}

.careersSection .first-bg .benefit-box:before {
    content: "";
    position: absolute;
    right: 0;
    width: 37%;
    background: url(../images/bg1.png) no-repeat;
    top: 0;
    height: 280px;
    opacity: 0.2;
}

.careersSection .two-bg .benefit-box:before {
    content: "";
    position: absolute;
    right: 0;
    width: 37%;
    background: url(../images/bg2.png) no-repeat;
    top: 0;
    height: 280px;
    opacity: 0.2;
}

.careersSection .three-bg .benefit-box:before {
    content: "";
    position: absolute;
    right: 0;
    width: 37%;
    background: url(../images/bg3.png) no-repeat;
    top: 0;
    height: 230px;
    opacity: 0.2;
}

.careersSection .four-bg .benefit-box:before {
    content: "";
    position: absolute;
    right: 0;
    width: 37%;
    background: url(../images/bg4.png) no-repeat;
    top: 0;
    height: 230px;
    opacity: 0.2;
}

.benefit-title {
    font-size: 20px;
    line-height: 26px;
    color: #C69930;
}

.benefit-description {
    font-size: 16px;
    line-height: 26px;
}

.postion {
    background-color: #fff;
    padding: 100px 0;
}

/* .postion .serviceBox{
    margin-top: 20px;
    text-align: left;
    border: 0px solid #fff !important;
    padding: inherit;
    min-height: inherit;
    border-radius: inherit;
    display: flex;
    align-items: center;
} */
.postion .serviceBox {
    min-height: inherit;
    border: 1px solid #002e4d !important;
}

.postion .serviceBox:hover {
    background: #002e4d;
}

.postion .serviceBox:hover p {
    color: #fff;
}

.postion .serviceBox:hover h5 {
    color: #c69930;
}

.postion .serviceContent h4 {
    color: #002e4d;
}

.postion .serviceContent p {
    color: #000;
}
.title .titleContent h4 {
    color: #002e4d;
    /* margin-top: 50px; */
}
.title .titleContent h4 span{
    border-bottom: 3px solid #af8624 ;
    width: 100px;
    display: block;
    margin: 15px auto 30px; 
}
.title .yourTrustedPartnerContent.whyVarmodaTech.titleContent h4 span{
    margin: 15px 0px 30px;
}
.careersSection .title .titleContent h4.section-title span{
    margin: 15px 0px 30px;
}
/* .postion .serviceBox{
    border-bottom: 2px solid #efefef !important;
}
.postion .serviceBox:last-child{
    border:0
} */
.postion .serviceBoxContent h5 {
    min-height: 53px;
}

.postion .serviceBoxContent h5,
.postion .serviceBoxContent p {
    color: #000;
}

.benefitsCareer {
    background-color: #002E4D;
    /* padding-top: 100px; */
}

.benefitsCareerBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    border-right: 2px solid #0a3d5e;
}

.benefitsCareerimg img {
    width: inherit;
}

.yourTrustedPartnerContentBefore {
    position: relative;
}

.yourTrustedPartnerContentBefore:before {
    width: 37%;
    height: 85%;
    background: rgba(0, 76, 128, 1);
    opacity: 1;
    position: absolute;
    top: 45px;
    left: 0px;
    content: '';
    transform: skew(26deg, -37deg);
    rotate: 37deg;
}

.yourTrustedPartnerContentBefore .yourTrustedPartnerBox img {
    position: relative;
}
.yourTrustedPartnerBox img{
    width: 100%;
}
/*.whoWeAre:before {*/
/*    content: '';*/
/*    background: #00406b;*/
/*    padding: 30px 0;*/
/*    margin-top: -30px;*/
/*    transform: rotate(-2deg);*/
/*    width: 99.9%;*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*}*/

/*.whatWeDo:before {*/
/*    content: '';*/
/*    background: #00406b;*/
/*    padding: 30px 0;*/
/*    margin-top: -30px;*/
/*    transform: rotate(-2deg);*/
/*    width: 99.9%;*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*}*/

/* .bg:before {
        content: '';
    background: #00406b;
    padding: 30px 0;
    margin-top: -25px;
    transform: rotate(-2deg);
    width: 99.9%;
    position: absolute;
    bottom: 20px;
    left: 0;
    }
    .bg{
        background: #00406b;
        padding: 23px 0;
        margin-top: 0;
        transform: rotate(-2deg);
        width: 99.9%;
        position: absolute;
        bottom: -30px;
        left: 0;
    } */
.whoWeAre,
.whatWeDo {
    position: relative;
}

.accelerating-your-mission-bg {
    background: #004C80;
    padding-left: 0;
}

.accelerating-your-mission .accelerating-your-missionContent h4 {
    font-weight: 600;
    line-height: 60px;
    color: #e7b33a;
    font-size: 50px;
}

.accelerating-your-mission .accelerating-your-missionContent p {
    font-size: 19px;
}

.accelerating-your-missionContent .primary-color-button {
    background-color: #F8C243;
    color: #484848;
    padding: 10px 10px;
    border-radius: 0;
    font-weight: 600;
    font-size: 15px;
    border: 2px solid #F8C243;
}

.accelerating-your-missionContent .primary-color-button:hover {
    background: #002E4D;
    color: #fff;
    border: 2px solid #fff;
}

.yourTrustedPartnerimg {
    text-align: center;
}

.yourTrustedPartnerimg img {
    text-align: center;
    width: 50%;
}

.craft-solutions-that-Content {
    position: absolute;
    bottom: 0;
    left: -15px;
    width: 65%;
    background: #002E4D;
    padding: 30px;

}

.craft-solutions-that-Content h4 {
    font-weight: 600;
    line-height: 48px;
}

.craft-solutions-that-Content::before {
    content: url(../images/pointy_blue_top.svg);
    position: absolute !important;
    display: block !important;
    left: 20px !important;
    top: -30px !important;
    visibility: visible;
    width: 28px;
    height: 32px;
}

.digitalSection h4,
.yourTrustedPartner.yourTrustedPartnerContentBefore.trans,
.eDiscovery h4 {
    margin-top: 100px;
}

.contents.serviceBg,
.contents.DevSecOps,
.digitalSection,
.eDiscovery,
.workplace {
    position: relative;
}

.contents.serviceBg::before,
.digitalSection::before,
.eDiscovery::before {
    content: '';
    background: #00406b;
    padding: 30px 0;
    margin-top: -30px;
    transform: rotate(-2deg);
    width: 99.9%;
    position: absolute;
    top: 0;
    left: 0;
}

.contents.DevSecOps::before,
.yourTrustedPartner.yourTrustedPartnerContentBefore.trans::after {
    content: '';
    background: #00406b;
    padding: 30px 0;
    margin-top: -30px;
    transform: rotate(-2deg);
    width: 99.9%;
    position: absolute;
    top: 0;
    left: 0;
}

.contents.DevSecOps:after {
    content: '';
    background: #00406b;
    padding: 30px 0;
    margin-top: 0;
    transform: rotate(-2deg);
    width: 99.9%;
    position: absolute;
    bottom: -24px;
    left: 0;
    z-index: 999;
}

.headerBg1 {
    position: relative;

}

.headerBg1 video {
    display: block;
    height: 700px;
    object-fit: cover;
}

.headerContentbg {
    position: absolute;
    width: 100%;
    top: 0px;
    bottom: 0;
    left: 0;
}

.clientSection img {
    border-radius: 20px;
}

.GSAMultipleAwardScheduleContent {
    border: 1px solid #ececec;
    padding: 20px 10px;
    border-radius: 15px;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
}

.GSAMultipleAwardScheduleContent .tital {
    font-size: 17px;
    height: 41px;
    min-height: 41px;
}

.GSAMultipleAwardScheduleContent strong {
    color: #c69930;
}

.GSAMultipleAwardSchedule h4 {
    font-size: 25px;
}

.technologyPartners .card {
    position: relative;
    background: radial-gradient(#111 50%, #000 100%);
    overflow: hidden;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    min-width: 0;
    border: 0;
    border-radius: 15px;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
}

/* .technologyPartners .card img {
    transform: scale(1.3);
    transition: 0.3s ease-out;
} */

.technologyPartners .card:hover img {
    /* transform: scale(1.1) translateY(0px); */
    opacity: 0.3;
}

.technologyPartners .overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 15px;
    text-align: center;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.technologyPartners .text-h1 {
    transform: translateY(30px);
    opacity: 0;
    transition: all .3s ease-out;
    font-size: 20px;
    font-weight: 600;
    line-height: 1;
}

.technologyPartners .text-p {
    transform: translateY(30px);
    opacity: 0;
    transition: all .3s ease-out 0.2s;
    display: -webkit-box;
    -webkit-line-clamp: 3; /* Number of lines to show */
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 25px;
}

.technologyPartners .link-a {
    display: inline-block;
    background: crimson;
    color: #fff;
    padding: 5px 20px;
    border-radius: 5px;
    transform: translateY(30px);
    opacity: 0;
    transition: all .3s ease-out 0.4s;
}

.technologyPartners .overlay .link-a:hover {
    background: rgb(95, 199, 10);
}

.technologyPartners .card:hover .overlay .text-h1 {
    opacity: 1;
    transform: translateY(0);
}

.technologyPartners .card:hover .overlay .text-p {
    opacity: 1;
    transform: translateY(0);
}

.technologyPartners .card:hover .overlay .link-a {
    opacity: 1;
    transform: translateY(0);
}


.homeTestimonials .contentBox span {
    display: inline-block;
    transition: 0.5s;
    /* margin-top: 0.625rem; */
    font-weight: 600;
}

.homeTestimonials h2 {
    margin-bottom: 0;
    font-size: 30px;
    line-height: 50px;
}

.technologyPartners .nav-pills .nav-link.active {
    background-color: inherit;
}

.headerVarmoda .dropdown-menu {
    padding: 0;
}

.headerVarmoda .dropdown-menu li {
    border-bottom: 1px solid #002E4D;
}

.headerVarmoda .dropdown-menu .dropdown-item {
    padding: 10px 1rem;
}

.navbar-nav .nav-link {
    color: #fff;
}

.dropend .dropdown-toggle {
    color: #F8C243;
    margin-left: 1em;
}

.dropdown-item:hover {
    background-color: #F8C243;
    color: #fff;
}

.dropdown .dropdown-menu {
    display: none;
}

.dropdown:hover>.dropdown-menu,
.dropend:hover>.dropdown-menu {
    display: block;
    margin-top: 0.125em;
    margin-left: 0.125em;
}
.footerMenu ul li{
    display: flex;
    align-items: center;
}
.footerMenu ul li i{
    margin-right: 15px;
}
.footerMenu .footerMenuSubMenu li{
    line-height: 35px;
    width: 50%;
}
/*.footerMenuBorder {
    border-right: 1px solid #8f8f8f;
    min-height: 100%;
}
*/
/* .yourTrustedPartnerContent.whyVarmodaTech{
    margin-top: 30px;
} */
.yourTrustedPartnerContent.whyVarmodaTech ul p, .yourTrustedPartnerContent.whyVarmodaTech p{
    color: #000;
}
.desktop{
    display: block;
}
.mobile{
    display: none;
}
.modal-content{
    border-radius: 35px !important;
    border: 0px !important;
    -webkit-box-shadow: 0 3px 10px -1px rgba(0, 0, 0, .5), 0 2px 50px 2px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 10px -1px rgba(0, 0, 0, .5), 0 2px 50px 2px rgba(0, 0, 0, .5);
}
.modal-title{
    font-size: 25px;
    font-weight: 600;
    color: #00406b;
}
.modal-sub-title{
    font-weight: 600;
}
.modal-header{
    border-bottom: 0px;
}
.fixed-column {
    height: 100vh;
    overflow: hidden;
    background-color: #fff;
    padding: 1rem;
  }
  .scrollable-column {
    height: 100vh;
    overflow-y: auto;
    background-color: #fff;
    padding: 1rem;
  }
  footer.desktop h3 {
    margin-bottom: 20px;
}
/* @media screen and (max-width: 1680px) {}  */
@media screen and (max-width: 1440px) {
    /* .yourTrustedPartnerContentBefore:before{
        width: 530px;
    } */
}

@media screen and (max-width: 1399px) {
    .whatWeDoImage ul li {
        padding-left: 10px;
        padding-right: 10px;
    }

    .headerContent h2 span {
        font: normal normal 300 70px / 90px Calibri;
    }
}

@media screen and (max-width: 1366px) {
    /* .yourTrustedPartnerContentBefore:before{
        height: 480px;
        width: 500px;
    } */
}

@media screen and (max-width: 1199px) {
    .headerContent {
        padding: 100px 0;
    }

    .yourTrustedPartner.yourTrustedPartnerContentBefore .yourTrustedPartnerContent {
        padding: 0;
    }

    /* .yourTrustedPartnerContentBefore:before {
        height: 420px;
        width: 450px;
    } */
    .headerContent p {
        margin-top: 0;
    }
    .serviceContentBg {
        transform: skewX(-9deg);
    }
}

@media screen and (max-width: 991px) {
    .navbar-light .navbar-toggler {
        color: rgba(0, 0, 0, .55);
        border-color: #fff;
        background: #fff;
    }

    .headerContent h2 span {
        font: normal normal 300 60px / 90px Calibri;
    }

    .headerContent h2 {
        font: normal normal 600 65px / 90px Calibri;
    }

    .headerContent {
        padding: 50px 0;
    }

    footer .logo img {
        width: 100%;
    }
    .yourTrustedPartnerContent h4 {
        font-size: 26px;
    }

    .headerContent p {
        font: normal normal normal 15px / 28px Calibri;
    }

    .craft-solutions-that-Content {
        position: inherit;
        width: 100%;
        left: 0;
    }
    .serviceBoxContent h5 {
        min-height: 52px;
    }
    .yourTrustedPartnerContentBefore:before{
        top: 60px;
        height: 70%;
    }
    footer .footerMenu ul li{
        display: block;
    }
    .footerMenu ul li i{
        margin-right: 10px;
    }
    footer .footerMenu ul li a{
        margin-right: 0px;
    }

}
@media screen and (max-width: 820px) {
      .desktop{
        display: none;
    }
    .mobile{
        display: block;
    }
        footer .logo img {
        width: inherit;
        text-align: left;
    }
    footer .footerMenu .footerMenutest{
            flex-direction: column;
    }
    .footerMenu ul li {
    text-align: left;
}
}
@media screen and (max-width: 767px) {
    .titleRight .title .whoWeAreContent.titleContent h4 span{
        margin: 20px 0px 0px 68% !important;
    }
    .title .yourTrustedPartnerContent.whyVarmodaTech.titleContent h4 span {
        margin: 15px 100px 30px;
    }
    .menuItem{
        background-color: #f2f2f2;
        
    }
  
    .menuItem .subMenu {
        position: static;
        display: block;
        height: auto;
    }

    .serviceContentBg {
        padding: 20px;
        transform: inherit;
    }

    .serviceContentBg.serviceContent h4,
    .serviceContentBg.serviceContent p {
        transform: inherit;
    }

    footer .footerMenu {
        text-align: center;
    }

    .footerMenu ul {
        padding-left: 0;
    }

    .headerContent h2 {
        font: normal normal 600 49px / 60px Calibri;
    }

    .headerContent h2 span {
        font: normal normal 300 45px / 60px Calibri;
    }

    .serviceContent h4,
    .serviceContent p {
        text-align: center;
    }

    .whyChoose .whyChooseBox {
        border-left: 0px solid #c69930;
        border-bottom: 3px solid #c69930;
        padding-left: 0;
        padding-bottom: 15px;
    }

    .whyChoose .col-md-6.col-sm-12.mt-5:last-child .whyChooseBox {
        border-left: 0px solid #c69930;
        border-bottom: 0px solid #c69930;
        padding-left: 0;
        padding-bottom: 0;
    }

    .whyChoose h4 {
        font-size: 30px;
    }

    .yourTrustedPartnerContentBefore:before {
        display: none;
    }

    .yourTrustedPartnerContent h4 {
        font-size: 20px;
    }

    .yourTrustedPartnerContent p {

        font-size: 15px;
    }

    .yourTrustedPartnerContent {
        margin-top: 15px;
    }

    section.yourTrustedPartner.yourTrustedPartnerContentBefore {
        padding: 50px 0 0 0;
    }

    .yourTrustedPartner {
        padding: 50px 0;
    }

    footer .logo {
        text-align: left;
        padding-bottom: 15px;
    }

    footer .footerMenu p {
        font-size: 15px;
        text-align: justify;
    }

    /* .whyChoose{
        padding: 50px 0;
    } */
    .craft-solutions-that-Content h4 {
        font-weight: 500;
        /* line-height: 28px; */
        line-height: 38px;
    }

    .serviceContent.serviceContentBg.core {
        margin-top: 0;
    }

    .serviceContent {
        margin-bottom: 0 !important;
    }

    .yourTrustedPartner.yourTrustedPartnerContentBefore .yourTrustedPartnerContent {
        padding: 0 0 15px 0;
    }
    .footerMenu ul li i {
        margin-right: 10px;
    }
    .footerMenuBorder{
        border: 0px;
    }
    .footerMenu ul li a{
    font-size: 15px;
    }  
    .serviceBoxContent h5 {
        min-height: inherit;
    }
}

@media screen and (max-width: 567px) {

    .yourTrustedPartner.yourTrustedPartnerContentBefore .yourTrustedPartnerContent h4,
    .yourTrustedPartner.yourTrustedPartnerDetails h4 {
        line-height: 30px;
    }
    footer .logo img {
        width: inherit;
    }
    footer .footerMenu ul li {
        text-align: left;
    }
    footer .logo {
        text-align: left;
    }
    .craft-solutions-that-Content h4{
        font-size: 21px;
    }
}

@media screen and (max-width: 400px) {
    .headerContentOther h3 {
        padding-right: 0;
        font-size: 40px;
        line-height: 50px;
    }

    .headerContent h2 {
        font: normal normal 600 30px / 60px Calibri;
    }

    .headerContent h2 span {
        font: normal normal 300 32px / 60px Calibri;
    }

    .headerContent p {
        font: normal normal normal 15px / 30px Calibri;
        margin-top: 0;
    }

    .serviceContent p {
        font-size: 13px;
    }

    .yourTrustedPartner {
        padding: 25px 0;
    }

    .serviceBoxContent h5 {
        font-size: 20px;
    }
}

@media screen and (min-width: 769px) {
    .dropend:hover>.dropdown-menu {
        position: absolute;
        top: 0;
        left: 100%;
    }

    .dropend .dropdown-toggle {
        margin-left: 0.5em;
    }
}