body{
    font-family: 'Montserrat', sans-serif;
}

.p-85{
    padding: 85px 0px;
}

h2{
    color: #212529;
}
#mySidenav a{
    margin: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}
.phone-icon{
    background-image: url(../dedi-images/contact-icon.png);
    width: 9px;
    height: 22px;
    background-size: 100%;
    display: inline-block;
    position: relative;
    margin-right: 5px;
    top: 6px;
}
.contact-btn{
    float: right;
    margin-left: 0px;
}
.contact-btn a{
    padding: 5px 10px;
    border: solid 2px #f80b35;
    text-decoration: none;
    color: #000000;
    font-weight: 600;
    letter-spacing: 0.2px;
    line-height: 22px;
    font-size: 14px;
    display: block;
    border-radius: 4px;
}
a.contact-btn {
   position: relative;
   top: inherit;
   display: inline-block;
   right: inherit;
   background: #fff;
   color: #000 !important;
   border: 2px solid #f70c37;
   font-weight: 600;
   font-size: 14px;
   line-height: normal;
   width: auto;
   min-width: auto;
   height: auto;
   padding: 10px 13px;
}
.contact-btn {
   -webkit-transition: all 0.5s;
   -moz-transition: all 0.5s;
   transition: all 0.5s;
   animation-name: swing-new;
   transform: translate3d(0, 0, 0);
   backface-visibility: hidden;
   perspective: 1000px;
   animation-iteration-count: infinite;
   -webkit-animation-delay: 5s;
   animation-delay: 5s;
   -webkit-animation-duration: 4s;
   animation-duration: 4s;
   -webkit-animation-timing-function: linear;
   animation-timing-function: linear;
   transform-origin: top center;
   font-weight: 700;
   border-radius: 5px;
   z-index: 21;
   display: block;
   text-align: center;
}

.contact-btn:before {
   z-index: -1;
   left: 0;
   top: 0;
   right: 0;
   bottom: 0;
   -moz-border-radius: 8px;
   -webkit-border-radius: 8px;
   border-radius: 8px;
   border: 2px solid transparent;
   transition: all .2s;
   -webkit-transition: all .2s;
   display: block;
   position: absolute;
   content: "";
}

@keyframes swing-new {
    0% {
        transform: rotate3d(0, 0, 1, 3deg);
    }
    1% {
        transform: rotate3d(0, 0, 1, 0deg);
    }
    2% {
        transform: rotate3d(0, 0, 1, -3deg);
    }
    3% {
        transform: rotate3d(0, 0, 1, 0deg);
    }
    4% {
        transform: rotate3d(0, 0, 1, 3deg);
    }
    5% {
        transform: rotate3d(0, 0, 1, -3deg);
    }
    6% {
        transform: rotate3d(0, 0, 1, 0deg);
    }
    7% {
        transform: rotate3d(0, 0, 1, 3deg);
    }
    8% {
        transform: rotate3d(0, 0, 1, 0deg);
    }
    9% {
        transform: rotate3d(0, 0, 1, -3deg);
    }
    10% {
        transform: rotate3d(0, 0, 1, 0deg);
    }
    11% {
        transform: rotate3d(0, 0, 1, 3deg);
    }
    12% {
        transform: rotate3d(0, 0, 1, 0deg);
    }
    13% {
        transform: rotate3d(0, 0, 1, -3deg);
    }
    14% {
        transform: rotate3d(0, 0, 1, 0deg);
    }
    15%,
    90% {}
    to {
        transform: rotate3d(0, 0, 1, 0deg);
    }
}

/*model box css*/
.request-modal .modal-content{
    border: none;
} 
.request-modal{
    background-color: rgb(0 0 0 / 59%);
}
.request-modal .modal-body{
    padding: 0px;
}
.request-modal .close{
    position: absolute;
    right: -10px;
    top: -10px;
    width: 35px;
    height: 35px;
    font-size: 30px;
    font-weight: 500;
    background-color: #ffffff;
    color: #f80b35;
    outline: none;
    border-radius: 100%;
    opacity: 1;
    z-index: 99;
    border: solid 3px #f80b35;
}
.request-modal .close:hover{
    background-color: #f80b35;
    color: #ffffff;
}
.request-modal .close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover{
    opacity: 1;
}

.request-form{
    width: 100%;
}
.request-top{
    padding: 15px 15px 30px 15px;
    background-color: #f80b35;
    border-radius: 3px 3px 0px 0px; 
}
.request-top h2{
    font-size: 24px;
    text-align: center;
    margin-bottom: 2px;
    color: #ffffff;
    letter-spacing: 1px;
    font-weight: 600;
}
.request-top p{
    text-align: center;
    margin-bottom: 0px;
    font-weight: 600;
    font-size: 20px;
    color: #ffffff;
}
.request-top p a{
    /*font-size: 18px;*/
    text-align: center;
    color: #fd680c;
    text-decoration: none;
    -webkit-animation: blinking 1500ms infinite;
    -moz-animation: blinking 1500ms infinite;
    -o-animation: blinking 1500ms infinite;
    animation: blinking 1500ms infinite;
}
.request-top p a:hover{
    color: #28a745;
}

@-webkit-keyframes blinking {
    0% { color: #ffffff;}
    50% { color: #000;}
    100% { color: #ffffff;}
}

@-moz-keyframes blinking {
    0% { color: #ffffff;}
    50% { color: #000;}
    100% { color: #ffffff;}
}

@-o-keyframes blinking {
    0% { color: #ffffff;}
    50% { color: #000;}
    100% { color: #ffffff;}
}

@keyframes blinking {
    0% { color: #ffffff;}
    50% { color: #000;}
    100% { color: #ffffff;}
}

.modal-seperator {
    border-bottom: 1px solid #CCC;
    text-align: center;
    /*margin: 5px -15px 30px;*/
    position: relative;
    position: relative;
    top: -20px;
}
.modal-seperator span {
    width: 40px;
    height: 40px;
    border-right: 2px solid #f80b35;
    border-radius: 50%;
    margin: 0 auto -20px;
    line-height: 38px;
    display: block;
    background: #FFF;
    font-weight: 600;
    border-bottom: solid 2px #f80b35;
}

.request-bottom{
    padding: 25px 25px 25px 25px;
}
.request-bottom .form-group{
    margin-bottom: 17px;
}
.request-bottom .form-group .form-control{
    font-size: 15px;
    font-weight: 500;
    line-height: 0;
    color: #000000;
    padding: 18px 15px;
}
.request-bottom .btn{
    padding: 10px 30px;
    background-color: #f80b35;
    border-color: #f80b35;
    font-size: 15px;
    margin-top: 10px;
    font-weight: 500;
}
.request-bottom .btn:hover{
    background-color: #000;
    border-color: #000; 
}
.btn-success:not(:disabled):not(.disabled):active:focus{
    box-shadow: none; 
}
.request-bottom .btn-success:not(:disabled):not(.disabled):active{
    background-color: #000;
    border-color: #000; 
}
.request-bottom .form-group p{
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #000000;
}
.request-bottom .form-control:focus{
    border-color: #f80b35;
}
.jq-selected-flag{
    display: none;
}

/*banner*/
.banner-main{
    width: 100%;
    position: relative;
    background-size: cover;
    height: 623px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.banner-text{
    z-index: 2;
    width: 100%;
    padding: 25px 0px 20px 0px;
}
.banner-text h1{
    display: block;
    color: #ffffff;
    font-size: 43px;
    font-weight: 600;
    /*padding: 0px 50px;*/
    font-family: 'Poppins', sans-serif;
    letter-spacing: -1px;
}
.banner-text p{
    font-size: 17px;
    padding-top: 13px;
    color: #ffffff;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    padding-bottom: 10px;
    letter-spacing: 0.4px;
}
.banner-text a{
    padding: 12px 35px;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    letter-spacing: 1px;
}
.btn-danger:not(:disabled):not(.disabled).active:focus, .btn-danger:not(:disabled):not(.disabled):active:focus, .show>.btn-danger.dropdown-toggle:focus{
    box-shadow: none;
}
/*banner end*/

/*hire*/
.header-title h2{
    font-size: 40px;
    font-weight: 700;
    padding-right: 200px;
    padding-bottom: 20px;
}
.header-title h6{
    font-size: 15.5px;
    text-transform: uppercase;
}
.header-title p{
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    padding-top: 5px;
    padding-bottom: 20px;
    margin-bottom: 0px;
}
.header-title h5{
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
}
.hire-main{
    width: 100%;
}
.hire-main .hire-box{
    display: flex;
    margin-bottom: 20px;
}
.hire-main .hire-box .card{
    border-color: #e3e3e3;
    border-radius: 0px;
}
.hire-main .hire-box .card-body{
    padding: 35px 30px;
}
.hire-main .hire-box img{
    width: auto;
    margin-bottom: 40px;
    height: 48px;
}
.hire-main .hire-box .card-body h3{
    font-size: 22px;
    font-weight: 600;
    color: #000000;
    padding-bottom: 20px;
}
.hire-main .hire-box .card-body p{
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 15px;
}
.hire-main .hire-box .card-body p span{
    color: #f70c37;
}

/*request main*/
.request-main{
    padding: 52px 0px;
    width: 100%;
}
.request-main h5{
    font-size: 20px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 0px;
    padding-top: 15px;
}
.request-main p{
    font-size: 15px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 0px;
}
.request-main a{
    border: solid 2px #fff;
    padding: 12px 30px;
    color: #fff;
    border-radius: 3px;
    margin-top: 3px;
    display: inline-block;
    font-weight: 500;
}
.request-main a:hover{
    background-color: #fff;
    color: #f70c37;
    text-decoration: none;
}
.dedicated-times{
    margin-left: -30px;
    margin-right: -30px;
    display: flex;
    flex-wrap: wrap;
}
.dedicated-times .col-lg-6.col-md-6.col-sm-6{
    display: flex;
} 

.dedicated-times .col-lg-2.col-md-4.col-sm-4.col-xs-6{
    display: flex;
} 


/*techinqual start*/
.tehnology-main{
    width: 100%;
    position: relative;
}
.tehnology-main .tabbedPanels{
    margin-top: 30px;
    width: 100%;
    margin-bottom: 30px;
}
.tehnology-main .tabs{
    display: flex;
    border-bottom: none;
    width: 100%;
    clear: both;
    height: auto;
    align-items: center;
    margin-bottom: 20px;
    flex-wrap: wrap;
    float: none;
}
.tehnology-main .tabs li{
    flex: 1 1 auto;
    padding: 0px;
}
.tehnology-main .tabs li:after{
    display: none;
}
.tehnology-main .tabs li a{
    display: flex;
    align-items: center;
    font-size: 15px;
    font-weight: 500;
    border: none;
    color: #000000;
    text-decoration: none;
    border-bottom: solid 5px #cacaca;
    margin-right: 2px;
    padding: 0px 15px 4px 15px;
}
.tehnology-main .tabs li:last-child {
    margin-right: 0px;
}
.tehnology-main .tabs li i{
    width: 40px;
    height: 41px;
    background-image: url(../dedi-images/tab-icons.png);
    background-size: auto;
    display: inline-block;
    margin-right: 10px;
    margin-top: -5px;
}
.mobile-icon{
    background-position: 50px 0px;
}
.web-icon{
    background-position: 46px -50px;
}
.develop-icon{
    background-position: 45px -101px;
}
.design-icon{
    background-position: 46px 46px;
}
.tehnology-main .tabs li a.active {
    border-color: #f70c37;
}
.tehnology-main .tabs li a.active .mobile-icon{
    background-position: -13px 0px;
}
.tehnology-main .tabs li a.active .mobile-icon{
    background-position: 0px 0px;
}
.tehnology-main .tabs li a.active .web-icon{
    background-position: -4px -50px;
}
.tehnology-main .tabs li a.active .develop-icon{
    background-position: -5px -101px;
}
.tehnology-main .tabs li a.active .design-icon{
    background-position: -4px 46px;
}
.tehnology-main .tabbedPanels{
    padding: 20px 0px 0px 0px;
    margin-bottom: 0px;
}
.tehnology-main .tabbedPanels .panel p{
    font-size: 18px;
    color: #000000;
    font-weight: 400;
    line-height: 30px;
    padding-bottom: 40px;
    margin-bottom: 0px;
}
.technology-icons{
    display: flex;
    padding-left: 0px;
    list-style: none;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
.icon-box-main{
    margin-right: 40px;
}
.panelContainer .panel{
    box-shadow: none;
}
.icon-box{
    background-color: #f70c37;
    width: 180px;
    height: 180px;
    border-radius: 100%;
    display: flex;
    flex-wrap: wrap;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
    transition: 0.4s;
    margin: auto;
}
.icon-box img{
    margin: auto;
}
.icon-box-main p{
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    padding-top: 20px;
}
.icon-box-main a{
    color: #000;
    text-decoration: none;
}
.icon-box-main a:hover .icon-box{
    background-color: #ccc;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
    transition: 0.4s;
}
.icon-box-main a:hover p{
    color: #f70c37;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
    transition: 0.4s;
}

.hire-button{
    margin-top: 20px;
}
.hire-button a{
    color: #000;
    border: solid 3px #f70c37;
    border-radius: 3px;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 15px 35px;
}
.hire-button a:hover{
    background-color: #f70c37;
    color: #ffffff;
    text-decoration: none;
}
.top-spc{
    padding-top: 20px;
}
/*hiring main*/
.hiring-main{
    width: 100%;
}
.hiring-box-main{
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    padding-top: 30px;
}
.hiring-box{
    width: 100%;
    border: solid 1px #e1e1e1;
    text-align: center;
    padding: 30px 5px;
    margin-right: 2.5%;
    margin-bottom: 15px;
}
.hiring-box:last-child {
    margin-right: 0px;
}
.hiring-box h5{
    font-size: 16px;
    font-weight: 600;
}
.hiring-box img{
    height: 60px;
    margin: 20px 0px;
}
.hiring-box p{
    font-size: 14px;
    font-weight: 600;
    line-height: 22px;
    margin-bottom: 0px;
}
.dedicated-hiring .hiring-box{
    width: 18%;
    float: left;
}


/*dedicated*/
.dedicated-main{
    width: 100%;
}

.dedicated-main .tabpanel{
    display: flex;
    width: 100%;
    padding-top: 40px;
}
.dedicated-main .tabpanel .list-group{
    width: 60%;
}
.dedicated-main .list-group-item.active{
    background-color: #f70c37;
    border-color: #f70c37;
    color: #fff;
}
.dedicated-main .list-group-item.active i{
    color: #efedee;
}
.dedicated-main .list-group-item{
    margin-bottom: 6px;
    border: none;
    background-color: #efedee;
    border-radius: 3px;
    font-weight: 500;
    font-size: 17px;
    display: flex;
    align-items: center;
    padding: 17px 25px 17px 35px;
    color: #000000;
}
.dedicated-main .list-group-item i{
    text-align: right;
    flex: 1 1 auto;
    font-size: 18px;
}
.dedicated-main .tab-pane{
    padding-left: 35px;
}

.dedicated-main .tab-content {
    width: 100%;
    padding-right: 20px;
}
.dedicated-main .tab-content h3{
    font-size: 30px;
    font-weight: 600;
    padding-right: 100px;
}
.dedicated-main .tab-content p{
    font-size: 16px;
    font-weight: 400;
    padding-top: 15px;
    margin-bottom: 5px;
    line-height: 26px;
}

/*form section*/
.form-main{
    width: 100%;
}
.form-main h2{
    font-size: 33px;
    text-align: center;
    font-weight: 600;
    margin-bottom: 0px;
    padding-bottom: 30px;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}
.form-box{
    max-width: 1000px;
    margin: auto;
    box-shadow: 0px 0px 15px 5px rgb(0 0 0 / 10%);
    padding: 60px;
    width: 100%;
}
.form-box .form-control{
    border: none;
    border-bottom: solid 2px #000000;
    border-radius: 0px;
    font-size: 15px;
    color: #000;
    font-weight: 500;
    padding-left: 5px;
    box-shadow: none;
}
.form-box .row{
    margin-bottom: 25px;
}
.form-control:focus{
    box-shadow: none;
}
.form-control::-webkit-input-placeholder { /* Edge */
  color: #000 !important;
}
.form-control:-ms-input-placeholder { /* Internet Explorer */
  color: #000 !important;
}
.form-control::placeholder {
  color: #000 !important;
}
.humner{
    text-align: right;
    font-size: 14px;
    font-weight: 500;
    padding-top: 7px;
    padding-right: 0px;
}
.form-box button{
    padding: 15px 40px;
    text-align: center;
    font-weight: 600;
    font-size: 15px;
    text-transform: uppercase;
    margin-top: 10px;
}
/*work main*/
.works-main{
    text-align: center;
    padding: 60px 0px;
}
.works-main h2{
    font-size: 30px;
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
}
.works-main a{
    border: solid 2px #fff;
    padding: 10px 35px;
    color: #fff;
    font-size: 16px;
    border-radius: 3px;
    margin-top: 6px;
    display: inline-block;
    font-weight: 500;
    margin: 20px 0px;
}
.works-main a:hover{
    background-color: #fff;
    color: #f70c37;
    text-decoration: none;
}
.works-main p{
    font-size: 22px;
    color: #ffffff;
    margin-bottom: 0px;
    padding-top: 10px;
    font-weight: 600;
    margin-bottom: 0px;
}


/*services start*/
.services-main{
    padding: 50px 0px 30px 0px;
}
.services-text{
    width: 100%;
}
.services-text h2{
    display: block;
    font-size: 40px;
    font-weight: 700;
    color: #f70c37;
    padding-bottom: 30px;
}
.services-text ul{
    list-style: none;
    display: flex;
    padding-left: 0px;
    align-items: center;
    margin-bottom: 0px;
    flex-wrap: wrap;
}
.services-text ul li{
    width: 25%;
    padding-bottom: 20px;
}
.services-text ul li a{
    font-size: 16px;
    color: #000000;
    font-weight: 700;
    text-transform: uppercase;
}
.services-text ul li a:hover{
    color: #f70c37;
    text-decoration: none;
}


/*custom css*/
.custom-content h4{
    font-size: 35px;
    padding-top: 20px;
    padding-bottom: 15px;
    font-weight: 700;
    margin-bottom: 0px;
    color: #f70c37;
}
.custom-content h3{
    font-size: 20px;
    padding-top: 20px;
    padding-bottom: 15px;
    font-weight: 700;
    margin-bottom: 0px;   
}
.custom-content p{
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    padding-bottom: 15px;
    margin-bottom: 0px;
}
.custom-content p strong{
    font-weight: 600;
}
.custom-content ul{
    list-style: disc;
    padding-left: 40px;
}
.custom-content ul li{
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    padding-bottom: 5px;
    margin-bottom: 0px;   
}

/*hiring steps*/
.hire-steps-main{
    width: 100%;
    background-color: #f70c37;
}
.hire-step-box{
    background-color: #fff;
    padding: 25px;
    margin-bottom: 30px;
}
.hire-step-box h3{
    font-size: 22px;
    color: #f70c37;
    font-weight: 700;
    padding-bottom: 15px;
    margin-bottom: 0px;
}
.hire-step-box p{
    color: #000;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 10px;
}
.change-color h2{
    color: #fff;
}
.change-color p{
    color: #fff;
}
.hire-procedure .hire-box .card-body h3{
    font-size: 25px;
}
.hire-procedure .hire-box .card-body p{
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 0px;
    font-weight: 400;
}


.dedicated-top-tab .tabpanel{
    display: block;
    padding-top: 0px;
}
.dedicated-top-tab .list-group{
    display: flex;
    width: 100% !important;
    flex-direction: unset;
}
.dedicated-top-tab .list-group .list-group-item{
    flex: 1 1 auto;
    width: auto;
    justify-content: center;
    padding: 15px;
}
.dedicated-top-tab .list-group .list-group-item:nth-child(2n+2) {
    margin-left: 10px;
    margin-right: 10px;
}

.dedicated-top-tab .tab-content{
    width: 100%;
}
.dedicated-top-tab .tab-pane{
    padding-left: 0px;
    padding-top: 30px;
}
.dedicated-top-tab .tab-pane .panel-text h5{
    padding-bottom: 20px;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0px;
    line-height: 26px;
}
.dedicated-top-tab .tab-pane .panel-text h3{
    color: #f70c37;
    padding-top: 20px;
    margin-bottom: 0px;
}

/* litesh form color css start */

.from-wrap{
    background-color: #efedee;
    padding-bottom: 50px;
}

.clutch-main h2{
    text-align: center;
    font-family:"Montserrat";
    font-weight: 700;
    padding-bottom: 20px;
    font-size: 40px;
}

.custom-form-contact h2{
    text-align: center;
    font-family:"Montserrat";
    font-weight: 700;
    padding-bottom: 20px;
}

.color-w a{
    color: #ffffff;
}

.color-w a:hover{
    color: #ffffff;
}

.mail-popup.color-txt{
    color: #ffffff !important;
}
.cta{height: 60px;}

/* form color css end */


/* css on 18-7-2022 start */

.banner-text h1 {
    line-height: 50px;
}

.header-title h2 {
    line-height: 45px;
}

.custom-content h4 {
    line-height: 40px;
}

.hire-procedure .hire-box .card-body h3 {
    line-height: 28px;
}
/* css on 18-7-2022 end */




/*ressponsive start css*/
@media(max-width: 1200px){
    .contact-btn a{
        font-size: 14px;
    }
    .header-title h2{
        padding-right: 160px;
    }
    .p-85{
        padding: 60px 0px;
    }
    .icon-box-main{
        margin-right: 32px;
    }
    .icon-box{
        width: 150px;
        height: 150px;
    }
    .tehnology-main .nav-tabs .nav-link{
        padding: 8px 12px;
    }
    .dedicated-main .tab-content{
        padding-right: 0px;
    }
    .dedicated-main .list-group-item{
        font-size: 15px;
        padding: 15px 25px;
    }
    .tehnology-main .tabs li a{
        font-size: 14px;
    }
}


@media(max-width: 992px){
    .banner-main{
        height: 500px;   
    }
    .banner-text h1{
        font-size: 35px;
    }
    .contact-btn{
        display: none;
    }
    .phone-icon{
        width: 7px;
        height: 18px;
        top: 4px;
        margin-right: 2px;
    }
    .p-85{
        padding: 50px 0px;
    }
    .header-title h2{
        font-size: 35px;
        padding-right: 30px;
    }
    .header-title p{
        padding-bottom: 20px;
        font-size: 16px;
        line-height: 26px;
    }
    .header-title h5{
        font-size: 16px;
        line-height: 26px;
    }
    .hire-main .hire-box .card-body{
        padding: 25px 20px;
    }
    .hire-main .hire-box img{
        margin-bottom: 25px;
        height: 40px;
    }
    .request-main{
        padding: 40px 0px;
    }
    .request-main a{
        padding: 10px 25px;
    }
    .tehnology-main nav{
        margin-top: 20px;
        margin-bottom: 20px;
        padding: 0px 0px;
    }
    .technology-icons{
        margin-bottom: 10px;
    }
    .icon-box-main{
        margin-right: 18px;
        flex: 1 1 auto;
    }
    .icon-box {
        width: 120px;
        height: 120px;
        margin: auto;
    }
    .icon-box img{
        width: 50px;
    }
    .icon-box-main p{
        font-size: 14px;
        padding-top: 10px;
    }
    .tehnology-main .tabs li{
        margin-bottom: 10px;
    }
    .hiring-box{
        margin-bottom: 20px;
    }
    .hiring-box:nth-child(2n+2){
        margin-right: 2.5% !important;
    }
    .dedicated-hiring .hiring-box{
        width: 30.8%;
    }
    .dedicated-hiring .hiring-box:nth-child(2n+2){
        margin-right: unset;
    }
    .dedicated-main .tab-pane{
        padding-left: 20px;
    }
    .dedicated-top-tab .tab-pane{
        padding-left: 0px;
    }
    .dedicated-main .tab-content h3{
        padding-right: 0px;
        font-size: 25px;
    }
    .dedicated-main .tab-content p{
        padding-top: 10px;
        font-size: 16px;
    }
    .form-main h2{
        font-size: 30px;
    }
    .works-main{
        padding: 40px 15px;
    }
    .custom-content h4{
        font-size: 22px;
        padding-bottom: 10px;
    }
    .custom-content h3{
        font-size: 16px;
        padding-bottom: 10px;
        padding-top: 10px;
    }
    .custom-content ul li{
        font-size: 16px;
        line-height: 26px;
    }
    .custom-content p{
        font-size: 16px;
        line-height: 26px;
    }
    .new-testimonials p{
        padding: 10px 0 10px 0px;
    }
}

@media(max-width: 767.5px){
    .banner-main{
        height: 450px;
    }
    .banner-text{
        padding: 0px 15px;
    }
    .banner-text h1{
        font-size: 30px;
    }
    .banner-text p {
        font-size: 16px;
    }
    .header-title{
        padding: 0px 15px;
    }
    .header-title h2{
        font-size: 25px;
        padding-right: 0px;
    }
    .hire-main .mt-5{
        margin-top: 1rem!important;
    }
    .hire-main .hire-box{
        margin-bottom: 15px;
    }
    .hire-main .hire-box .card-body h3{
        padding-bottom: 15px;
    }
    .request-main{
        text-align: center;
    }
    .request-main a{
        margin-top: 20px;
    }
    .hire-button{
        margin: 20px auto;
    }
    .hiring-box-main{
        padding: 0px 15px;
    }
    .hiring-box:nth-child(2n+2){
        margin-right: 0px;
    }
    .dedicated-times {
        margin-left: -15px;
        margin-right: -15px;
    }
    .develop-skills{
        margin-left: -30px;
        margin-right: -30px;   
    }
    .dedicated-main .tabpanel{
        padding: 30px 15px 0px 15px;
    }
    .dedicated-main .list-group-item{
        font-size: 14px;
        padding: 10px 15px;
    }
    .dedicated-main .tab-content h3{
        font-size: 20px;
    }
    .form-main{
        padding: 30px 15px !important;
    }
    .form-main h2{
        font-size: 25px;
    }
    .form-box{
        padding: 30px;
    }
    .form-box .row {
        margin-bottom: 15px;
    }
    .works-main h2{
        font-size: 25px;
    }
    .works-main p{
        font-size: 18px;
    }
    .request-main h5{
        padding-top: 0px;
    }
    .form-box button {
        padding: 10px 30px;
    }   
    .works-main a{
        margin: 10px 0px;
    }
    .services-main{
        padding: 30px 15px 20px 15px;
    }
    .services-text h2{
        padding-bottom: 15px;
        font-size: 30px;
    }
    .services-text ul li a{
        font-size: 15px;
    }
    .tehnology-main nav{
        padding: 0px 15px;
    }
    .tehnology-main .tab-content{
        padding: 0px 15px;
    }
    .dedicated-top-tab .tab-pane .panel-text h5{
        font-size: 16px;
        line-height: 24px;
    }
    .dedicated-top-tab .list-group .list-group-item{
        padding: 15px 10px;
        text-align: center;
    }
}

@media(max-width: 576px){
    .banner-main{
        height: 350px;
    }
    .banner-text{
        padding: 25px 15px 0px 15px;
    }
    .banner-text h1{
        font-size: 25px;
    }
    .banner-text p{
        font-size: 14px;
        line-height: 20px;
    }
    .banner-text a{
        font-size: 12px;
        padding: 10px 15px;
        letter-spacing: 0.2px;
    }
    .popular-banner{
        padding: 0px 15px;
    }
    .header-title h2{
        font-size: 20px;
        padding-right: 0px;
        padding-bottom: 15px;
        line-height: 25px;
    }
    .p-85 {
        padding: 30px 0px;
    }
    .hiring-box-main .col-lg-2.col-md-4.col-sm-4.col-xs-6{
        padding: 0px;
    }
    .hiring-box:nth-child(2n+2) {
        margin-right: 0px;
    }
    .hiring-box img {
        height: 50px;
        margin: 10px 0px;
    }
    .form-box{
        padding: 20px;
    }
    .humner{
        padding-right: 0px;
        font-size: 13px;
    }
    .dedicated-main .list-group-item{
        font-size: 12px;
        padding: 10px;
        line-height: 17px;
    }
    .dedicated-main .list-group-item i{
        font-size: 14px;
    }
    .works-main h2{
        font-size: 20px;
    }
    .works-main p{
        font-size: 16px;
        padding-top: 5px;
    }
    .form-main h2{
        font-size: 20px;
    }
    .form-box .row{
        display: block;
    }
    .form-box .row .col{
        display: block;
        width: 100%;
        margin-bottom: 15px;
    }
    .form-box .captcha{
        display: flex;
    }
    .services-text ul li{
        width: 50%;
        padding-bottom: 10px;
    }
    .services-text ul li a{
        font-size: 13px;
    }
    .tehnology-main{
        padding-bottom: 40px;
    }
    .tehnology-main .tabbedPanels{
        padding: 15px 15px;
        margin-top: 10px;
    }
    .tehnology-main .tabbedPanels .panel p{
        padding-bottom: 20px;
        font-size: 16px;
    }
    .hire-button{
        margin-top: 0px;
    }
    .hire-button a{
        font-weight: 600;
        font-size: 14px;
        padding: 10px 25px;
    }
    .dedicated-hiring .hiring-box{
        width: 47.5%;
    }
    .footer-nav{
        padding: 0px 0px 0px 15px;
    }
    .footer{
        padding: 0px 0px 0px 15px;   
    }
    .custom-content{
        padding: 0px 15px;
    }
    .rpa-sucsess-stry .img {
        width: 160px;
        height: 160px;
    }
    .dedicated-top-tab .list-group .list-group-item{
        font-size: 15px;
        padding: 12px 10px;
    }
    .develop-skills{
        margin-left: -15px;
        margin-right: -15px;   
    }
    .different-txt{
        padding: 0px 15px;
    }

    .custom-content h4 {
        line-height: 25px;
    }

    .hire-step-box h3 {
        line-height: 25px;
    }

    .cstm-different-txt p{
        line-height: 25px;
    }

    .hire-main .hire-box .card-body h3 {
        line-height: 29px;
    }
}

@media(max-width: 400px){
    .banner-text h1{
        font-size: 22px;
        line-height: 27px;
    }
    .hiring-box img{
        height: 35px;
    }
    .dedicated-hiring .hiring-box:nth-child(2n+2){
        margin-right: 0% !important;
    }
    .dedicated-hiring .hiring-box{
        width: 100%;
        float: none;
        margin-right: 0px;
    }
    .dedicated-top-tab .list-group{
        display: block;
    }
    .dedicated-top-tab .list-group .list-group-item:nth-child(2n+2){
        margin-left: 0px;
        margin-right: 0px;
    }
    .dedicated-top-tab .list-group .list-group-item{
        font-size: 14px;
        padding: 10px 10px;
    }

    .request-main h5 {
        line-height: 23px;
    }
    .dedicated-main .list-group-item.active {
        line-height: 17px;
    }

    .dedicated-main .tab-content h3 {
        line-height: 25px;
    }
}





/* litesh css start new header  */

.cstm-nav-main ul li a{
    font-size: 16px;
}

.cstm-nav-rt{
    float: right;
    margin-right: 305px;
}

.cstm-img-left{
    margin-left: 130px !important;
}

.cstm-bavbar-default{
    background-color: #ffffff;
    border-color: #ffffff;

}

.contact {
    background: #ffffff !important;
    color: #f70c37!important;
    margin-top: 11px;
    margin-right: 130px;
    border: 2px solid #f70c37 !important;
}

.cstm-bavbar-default .navbar-nav>.active>a{
    color: red;
    background-color: transparent;
}
.cstm-bavbar-default .navbar-nav>.active>a:hover{
    color: red;
    background-color: transparent;
    text-decoration: none;
}

.navbar-default .navbar-nav>li>a:hover {
    color: red;
    background-color: transparent;
    text-decoration: none;
}


.dropdown-menu>li>a:hover{
    color: red;
    text-decoration: none;

}

.navbar-default .navbar-nav>li>a {
    color: #000000;
    font-weight: 600;
}

.cstm-bavbar-default .navbar-nav>.open>a, .cstm-bavbar-default .navbar-nav>.open>a:focus, .cstm-bavbar-default .navbar-nav>.open>a:hover{
    color: red;
    background-color: transparent;
}

.mail-popup {
    /* padding: 0px; */

}


.cstm-nav{
    color: #fff;
    font-size: 36px;
    margin-top: 20px;
    display: block;
}

.cstm-nav>li {
    position: relative;
    display: block;
}

.cstm-nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.cstm-nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px;
}

.dropdown-menu {
    border: none;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.request-main {
    background-color: #f70c37;
}

.color-w a {
    background-color: #f70c37;
}

/* .hire-main .hire-box {
    border: 1px solid #d1d1d1;
} */

.btn-danger:hover {
    background-color: #ec395a;
}

.hire-main .hire-box .card {
    width: 100%;
    border: 1px solid#e3e3e3;
}


@media(min-width: 1366px) and  (max-width: 1680px){
    .cstm-img-left {
        margin-left: 50px !important;
    }

    .contact {
        margin-right: 50px !important; 
    }

    .cstm-nav-rt {
        margin-right: 230px;
    }

    .cstm-nav>li>a {
        padding: 10px 12px;
    }

    .cstm-nav-main ul li a {
        font-size: 14px;
    }

    .banner-main {
        height: 445px;
    }

    .cstm-awm i{
        font-size: 50px;
    }

}


@media(min-width: 1200px) and  (max-width: 1365px){

    .banner-img-sec .why-aks {
        font-size: 65px;
    }

    .why-aks {
        font-size: 65px;
    }

    .cstm-img-left {
        margin-left: 50px !important;
    }

    .contact {
        margin-right: 50px !important;
    }

    .cstm-nav-rt {
        margin-right: 220px !important;
    }

    .cstm-awm i{
        font-size: 45px;
    }

}


@media(min-width: 1025px) and  (max-width: 1199px){
    .banner-img-sec .why-aks {
        font-size: 65px;
    }

    .why-aks {
        font-size: 65px;
    }

    .cstm-img-left {
        margin-left: 0px !important;
    }

    .contact {
        margin-right: 0px !important;
    }

    .cstm-nav-rt {
        margin-right: 170px !important;
    }

    .cstm-nav-main ul li a {
        font-size: 14px !important;
    }

    .cstm-nav>li>a {
        padding: 10px 12px !important;
    }
}

@media(max-width: 1024px) {
    .cstm-img-left {
        margin-left: 0px !important;
    }
    .contact {
        margin-right: 80px;
    }

    
    .cstm-nav-rt{
        width: 100%;
        margin-right: 0;
    }

    .navbar-toggle {
        margin-top: 25px;
    }

    .cstm-awm i{
        font-size: 45px;
    }
}

@media(max-width: 768px) {
    .cstm-nav-rt {
        float: left;
        margin-right: 00px;
    }

    .cstm-img-left {
        margin-left: 0px !important;
        margin-bottom: 10px;
    }

    .contact {
        margin-right: 0px;
    }

    .cstm-nav-rt {
        margin-right: 40px;
        float: right;
    }

    .cstm-nav-rt{
        width: 100%;
        margin-right: 0;
    }

    .contact {
        margin-right: 80px;
    }

    .cstm-awm i{
        font-size: 35px;
    }

}

@media(max-width: 600px) {
    .cstm-img-left {
        margin-left: 0px !important;
    }

    .navbar {
        min-height: 70px;

    }

    .navbar-toggle {
        margin-top: 30px;
    }

    .cstm-nav-rt {
        float: left;
        width: 100%;
    }

    .navbar-nav {
        margin: 0px;
        margin-top: 20px;
    }
}


@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) { 

    .navbar-collapse.collapse {
        display: none !important;
        padding-left:0;
    }
    .navbar-collapse.collapse.in {
        display: block !important;
        padding-left:0;
    }
    .navbar-header .collapse, .navbar-toggle {
        display:block !important;
    }
    .navbar-header {
        float:none;
    }
    .navbar-nav>li {
        float:none !important;
    }
}
/* litesh css end new header  */



.cstm-awm i{
    display: flex;
    margin: auto;
    color: white;
    font-size: 65px;
}