.htop{
	background-color:#fb722e;
	padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
.secondary-solid-btn {
    color: #fff;
    background: #fb722e;
    border: 1px solid #fb722e;
}

.secondary-solid-btn:hover {
    background: transparent;
    color: #fb722e;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.secondary-solid-btn1 {
    color: #fff;
    background: #343c5c;
    border: 1px solid #343c5c;
}
.secondary-solid-btn2 {
    color: #fff;
    background: #343c5c;
    border: 1px solid #343c5c;
    text-align:left !important;
}
.secondary-solid-btn:hover {
    background: transparent;
    color: #ffffff;
    -webkit-box-shadow: none;
    box-shadow: none;
} /*
a.check-btn:hover{
    color: #fb722e !important;
} */
.gradient-bg {
    background-color:#343c5c;
}
.affix {
    background-color: #343c5c;
    -webkit-transition: padding 0.4s ease-out;
    -moz-transition: padding 0.4s ease-out;
    -o-transition: padding 0.4s ease-out;
    transition: padding 0.4s ease-out;
}
/*header topbar*/
.topbar-text ul li {
    font-size: 16px;
    font-weight: 600;
    font-family: ;
}
.topbar-text ul li:not(:last-child){
    margin-right: 20px;
}
.topbar-text ul li strong{
    font-size: 14px;
    vertical-align: middle;
}
.topbar-text ul li a {
    display: inline-flex;
    align-items: center;
    color: inherit;
}

.topbar-text ul li a:hover {
    color: #e80566;
}

.gradient-bg .topbar-text ul li, .gradient-bg .topbar-text ul li a{
    color: #ffffff;
    opacity: 0.8;
}

.gradient-bg .topbar-text ul li a:hover{
    opacity: 1;
}

.topbar-text ul li span {
    vertical-align: middle;
}
.custom-nav ul li a, .custom-nav-2.affix ul li a {
    color: #ffffff;
}
.custom-nav.affix ul li a {
    color: #353535;
}


.white-bg.affix, .custom-nav.affix, .custom-nav-3.affix {
    background: #ffffff !important;
    border-bottom: 1px solid #ebebeb;
}

.fixed-top{
    top: auto;
}
.fixed-top.affix{
    top: 0px;
}
.white-bg.custom-nav ul li a:hover {
    opacity: 1;
}
.bg-transparent ul li a{
    color: #ffffff;
    opacity: 0.7;
}
.bg-transparent ul li a:hover, .white-bg.affix ul li a:hover {
    opacity: 1;
}

.bg-transparent.affix {
    background: linear-gradient(75deg, #65258a 10%, #e80566) !important;
}

.navbar-toggler{
    color: #ffffff;
}
/*main menu new style*/
.header nav.navbar{
    padding: 0.3rem 1rem;
    transition: all .3s ease-in-out;
}
.header nav.navbar.affix{
    padding: 0 1rem;
}
.navbar-brand {
    font-size: inherit;
    height: auto;
    margin-bottom: -8px;
}

.menu {
    display: block;
}

.menu li {
    display: inline-block;
    position: relative;
}

.menu li:first-child {
    margin-left: 0;
}

.menu li a {
    font-size: 14px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    text-decoration: none;
    padding: 20px 12px;
    display: block;
    transition: all 0.3s ease-in-out 0s;
    color: #353535;
    opacity: 1.8;
}
.white-bg> .menu li a{
    color: #081d43 !important;
}
.menu li a:hover, .menu li:hover>a {
    opacity: 1;
}

.menu ul {
    visibility: hidden;
    opacity: 0;
    margin: 0;
    padding: 0;
    width: 300px;
    position: absolute;
    left: 0;
    background: #fff;
    z-index: 9;
    border-radius: 4px;
    transform: translate(0,20px);
    transition: all 0.3s ease-out;
    -webkit-box-shadow: 0 4px 10px rgba(0,0,0,.15);
    box-shadow: 0 4px 10px rgba(0,0,0,.15);
}

.menu ul:after {
    bottom: 100%;
    left: 35px;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border: solid transparent;
    border-bottom-color: #fff;
    border-width: 8px;
    margin-left: -8px;
}
.menu li a.dropdown-toggle::after {
    position: relative;
    left: 2px;
    vertical-align: middle;
}
.sub-menu li a.dropdown-toggle-inner::after{
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f105";
    margin-left: auto;
    position: absolute;
    right: 15px;
    font-size: 12px;
}

.menu ul li {
    display: block;
    float: none;
    background: none;
    margin: 0;
    padding: 0;
}

.menu ul li a {
    text-transform: inherit;
    font-weight: normal;
    display: block;
    color: #424141;
    padding: 8px 15px;
    font-family: 'Montserrat', sans-serif;
}
.menu ul li a:hover, .menu ul li:hover>a {
    color: #ffffff;
    background-color: #343c5c;
}

.menu ul.sub-menu li:first-child a:hover,
.menu ul.sub-menu li:last-child ul li:first-child a:hover{
    border-radius: 4px 4px 0 0;
}
.menu ul.sub-menu li:last-child a:hover,
.menu ul.sub-menu li:last-child ul li:last-child a:hover{
    border-radius: 0 0 4px 4px;
}
.menu ul.sub-menu li:last-child ul li a:hover{
    border-radius: 0;
}

.menu li:hover>ul {
    visibility: visible;
    opacity: 1;
    transform: translate(0,0);
}

.menu ul ul {
    left: 200px;
    top: 0;
    visibility: hidden;
    opacity: 0;
    transform: translate(20px,20px);
    transition: all 0.2s ease-out;
}

.menu ul.sub-menu ul:after {
    left: -8px;
    top: 10px;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border: solid transparent;
    border-right-color: #fff;
    border-width: 8px;
}

.menu li>ul ul:hover {
    visibility: visible;
    opacity: 1;
    transform: translate(0,0);
}
.responsive-menu {
    display: none;
    width: 100%;
    padding: 20px 15px;
    background: #374147;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
}

.responsive-menu:hover {
    background: #374147;
    color: #fff;
    text-decoration: none;
}
@media (min-width: 320px) and (max-width: 992px) {
    .navbar {
        background: linear-gradient(75deg, #65258a 10%, #e80566) !important;
        padding: .45rem 1rem !important;
    }
    .menu li{
        display: block;
    }

    .white-bg.affix, .custom-nav.affix, .navbar.white-bg {
        background: #ffffff !important;
        border-bottom: 1px solid #ebebeb;
    }

    .white-bg.custom-nav ul li a, .custom-nav ul li a {
        color: #081d43 !important;
    }

    .white-bg.navbar .navbar-toggler span {
        color: #343c5c;
    }

    .ptb-100 {
        padding: 55px 0;
    }

    .pt-100 {
        padding-top: 55px;
    }

    .pb-100 {
        padding-bottom: 55px;
    }
    .pt-165{
        padding-top: 100px;
    }
    .mt--165{
        margin-top: 0 !important;
    }
    .hero-equal-height{
        min-height: auto !important;
    }
}

@media (min-width: 768px) and (max-width: 979px) {
    .mainWrap {
        width: 768px;
    }

    .menu ul {
        top: 37px;
    }

    .menu li a {
        padding: 8px 15px;
    }

    a.homer {
        background: #374147;
    }
}

@media (max-width: 767px) {
    .responsive-menu{
        display: block;
    }
    .header nav.navbar{
        padding: 0.5rem 1rem;
    }
    .mainWrap {
        width: auto;
        padding: 50px 20px;
    }

    nav {
        margin: 0;
        background: none;
    }

    .menu li {
        display: block;
        margin: 0;
    }

    .menu li a {
        padding: 8px 15px;
    }

    .menu li a:hover,.menu li:hover>a {
        background:#343c5c;
        color: #fff;
    }

    .menu ul {
        visibility: hidden;
        opacity: 0;
        top: 0;
        left: 0;
        width: 100%;
        transform: initial;
    }

    .menu li:hover>ul {
        visibility: visible;
        opacity: 1;
        position: relative;
        transform: initial;
    }

    .menu ul ul {
        left: 0;
        transform: initial;
    }

    .menu li>ul ul:hover {
        transform: initial;
    }
  
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}
body, h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, p, .navbar, .brand, .btn, .btn-simple, a, .td-name, td {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}

body {
    background-color: #ffffff;
    font-family: 'Open Sans', sans-serif;
    font-size: 1rem;
    color: #707070;
    font-weight: 400;
    line-height: 1.75;
}
html {
    overflow-y: scroll;
    font-size: 15px;
}

ol, ul {
    list-style: none;
}
.white-bg {
    background: #ffffff;
}

a {
    color: #343c5c;
}

a:hover {
    color: #e80566;
    text-decoration: none;
}
.outline-btn, .secondary-solid-btn, .primary-solid-btn, .solid-white-btn, .outline-white-btn, .secondary-outline-btn {
    padding: 12px 30px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 13px;
    transition: all .25s ease-in-out;
}

.solid-white-btn {
    background: #ffffff;
    border-color: #ffffff;
    color: #343c5c;
}

.solid-white-btn:hover {
    background: transparent;
    color: #ffffff;
}

.outline-white-btn {
    color: #ffffff;
    border-color: #ffffff;
}

.outline-white-btn:hover {
    background: #ffffff;
    color: #343c5c;
}
.check-btn{
    color: #ffffff !important;
    padding: 8px 20px !important;
}
a.check-btn:hover{
    color: #fb722e !important;
} 
.check-btn1{
    color: #ffffff !important;
    padding: 8px 20px !important;
}
a.check-btn1:hover{
    color: #ffffff !important;
} 
.check-btn2{
    color: #ffffff !important;
    padding: 8px 20px !important;
}
a.check-btn2:hover{
    color: #ffffff !important;
} 
a.check-btn.solid-white-btn{
    color: #343c5c !important;
    opacity: 0.9;
}
a.check-btn.solid-white-btn:hover{
    background: #ffffff;
    color: #343c5c !important;
    border-color: #ffffff;
}
button.scroll-top:focus{
    outline: none;
}
.scroll-top.open {
    bottom: 30px;
}

.scroll-top {
    width: 50px;
    height: 50px;
    line-height: 50px;
    position: fixed;
    bottom: 105%;
    right: 50px;
    font-size: 16px;
    border-radius: 50%;
    z-index: 99;
    color: #ffffff;
    text-align: center;
    cursor: pointer;
    background: #343c5c;
    transition: 1s ease;
    border: none;
}
.scroll-top span {
    color: #fff;
}

.scroll-top:after {
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 1;
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
}


/* Slider Start */

h2 {
    font-size: 2.100em !important;
}

h1, h2, h3, h4, h5 {
    margin: 0 0 1rem;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    line-height: 1.21;
    color: initial;
}
.ptb-100 {
    padding: 50px 0;
}

.pt-100 {
    padding-top: 50px;
}

.pt-165 {
    padding-top: 165px;
}
.ptb-70{
    padding: 30px 0;
}
.pb-100 {
    padding-bottom: 50px;
}
h1{
	margin-top: 0;
    font-size: 2.121em;
}

.animate-border {
    position: relative;
    display: block;
    width: 115px;
    height: 3px;
    background: #fb722e;
    overflow: hidden;
}
.animate-border:after {
    position: absolute;
    content: "";
    width: 35px;
    height: 3px;
    left: 15px;
    bottom: 0;
    border-left: 10px solid #fff;
    border-right: 10px solid #fff;
    -webkit-animation: animborder 2s linear infinite;
    animation: animborder 2s linear infinite;
}

@-webkit-keyframes animborder {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        -webkit-transform: translateX(113px);
        transform: translateX(113px);
    }
}

@keyframes animborder {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        -webkit-transform: translateX(113px);
        transform: translateX(113px);
    }
}
.z-index {
    z-index: 9;
}

.height-lg-100vh {
    min-height: 100vh;
}
small, .text_small {
    font-size: 0.8em;
}

strong, b {
    font-weight: 600 !important;
    font-family: 'Montserrat', sans-serif;
}

/* Pimo Code */
.pimo6{
    font-size:25px !important;
    font-weight: 700;
}
.pimo8{
    text-align: center;
    font-size: 35px;
    margin-bottom: 40px;
    font-weight: 700;
    color: #343c5c;
    margin-top: 40px;
}

.pimoabout{
    text-align: center;
    font-size: 50px;
    margin-bottom: 40px;
    font-weight: 700;
    color: #343c5c;
}

.pimo9{
    margin-left:500px;
}
.pimo10{
    margin-top:2px;
}
.footer{
	background-color: #343c5c;
}
.footer1 {
    padding-top: 50px;
    padding-bottom: 20px;
}
.footers{
	color: white;
	font-size: 2rem !important;
}
.footers1{
	color: white;
}
.footers2{
	color: white;
	font-size: 16px;
}
.shivanshcreation {
    background-color: #fb722e;
    color: white;
    text-align: center;
    height: 80px;
    line-height: 80px;
    font-size: 25px;
    margin: 0px;
}
.pimotechnologies{
    background-color: #fb722e;
    color: white;
    text-align: center;
    height: 80px;
    line-height: 80px;
    font-size: 25px;
    margin: 0px;
}
.client_list2 {
    width: 140px;
    border-top: 4px solid;
    margin-top: -7px;
    color: #fb722e;
    margin-left: 0px;
}
.aboutinner{
    background-image: url(../photo/pimo.png);
    width: 100%;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1;
    margin-left:0px;
    margin-right:0px;
}
.aboutinner1{
    width: 100%;
    padding: 90px 0;
    text-align: center;
    background-color: rgba(52,60,92,0.89);
}
.aboutinner2{
    align-items: center!important;
}
.aboutinner3 h2{
    font-weight: 700;
    text-transform: capitalize;
    font-size: 41px;
    line-height: 51px;
    margin-bottom: 0px;
    color: #fff;
}
.aboutinner4{
    color: #fb722e;
}
.aboutinner4 span{
    font-weight: 400;
    text-transform: capitalize;
    font-size: 14px;
    line-height: 30px;
    position: relative;
}
.aboutinner4 span:first-child a {
    color: #fff;
    text-decoration: none;
}
.aboutus{
    text-align:center;
}
.pimo85{
    margin-top:35px;
}
.pimo86{
    text-align:justify;
}
.pimo87{
    color:white;
}
.pimologo{
    height:50px;
}
.areads{
    background-color: #fb722e;
    color: white;
    font-size: 20px;
    text-decoration: none;
    border-radius: 20px;
    padding-left: 10px;
    padding-right: 10px;
}
.areads:hover {
    background-color: #fb722e;
    color: white;
    text-decoration: none;
    border-radius: 20px;
}
.pimos86{
    text-align: justify;
    font-size: 24px;
    font-weight: 800;
}
.pimodigital7{
    margin-top:10px;
    margin-bottom:60px;
}
.pimodigital{
    font-size: 28px;
    font-weight: 700;
    color: #343c5c;
    margin-top: 10px;
}


.pimodigital1{
    background-color:#fb722e;
    position:sticky;
    top:70px;
} 
.pimodigital2{
    height: 50px;
    border-bottom: 2px white solid;
}
.pimodigital4{
    background-color:#343c5c;
    height: 50px;
    border-bottom: 2px white solid;
}
.pimodigital5{
    line-height: 50px;
    color: white;
    margin-left: 20px;
}
.pimodigital6{
    line-height: 50px;
    color: white;
}
.pimodigital6:hover{
   color:white !important;
   text-decoration:none;
} 
.pimofrequently{
    background-color:#ebebeb;
    padding-top: 50px;
    padding-bottom: 50px;
}
.pimofrequently1{
    margin-top:10px;
    margin-bottom:10px;
}
.pimofrequently2{
    color:#343c5c;
    font-size:20px;
    font-weight:700;
    text-align:center;
}
.pimoseo1{
    color: #343c5c;
    font-size: 35px;
    font-weight: 900;
}
.pimoabout1{
    color: #343c5c;
    font-size: 35px;
    font-weight: 900;
    margin-top: -40px;
}
.pimoabout2{
    color: #343c5c;
    font-size: 35px;
    font-weight: 900;
    margin-top: 20px;
}
.pimoabout4{
    color: #343c5c;
    font-size: 35px;
    font-weight: 900;
    margin-top: 20px;
}
/* New Code */
/* About Us */
.pimoaboutus{
    text-align: center;
    font-size: 50px;
    margin-bottom: 40px;
    font-weight: 700;
    color: #343c5c;
}
.pimoaboutus1{
    color: #343c5c;
    font-size: 35px;
    font-weight: 700;
    margin-top: 10px;
}
/* About Us */
/* Our Team */
.pimoteam{
    color: #343c5c;
    font-size: 50px;
    text-align: center;
    font-weight: 900;
    margin-bottom: 40px;
}
.pimoteam1{
    font-size:17px;
}
/* Our Team */
/* Our Parter */
.pimopartner{
    color: #343c5c;
    font-size: 50px;
    text-align: center;
    font-weight: 900;
    margin-bottom: 40px;
}
.pimopartner1{
    font-size:24px;
}
/* Our Parter */
/* Ecommerce Website */
.pimoecommerce1{
    text-align: center;
    font-size: 35px;
    margin-bottom: 40px;
    font-weight: 700;
    color: #343c5c;
    margin-top: 40px;
}
.pimoecommerce2{
    font-size: 35px;
    font-weight: 700;
    color: #343c5c;
    margin-top: 10px;
}
.pimoecommerce5{
    line-height: 50px;
    color: white;
    margin-left: 20px;
}
/* Ecommerce Website */
/* Website Design */
.pimowebsite1{
    text-align:center;
    font-size: 35px;
    margin-bottom: 40px;
    font-weight: 700;
    color: #343c5c;
    margin-top: 40px;
}
/* Website Design */
/* SMO Service */
.pimosmo{
    font-size: 24px;
    font-weight: 700;
    color: #343c5c;
    margin-top: 10px;
}
.pimosmo1{
    line-height: 50px;
    color: white;
    margin-left: 20px;
    font-size:20px;
}
.pimosmo2{
    text-align: center;
    font-size: 35px;
    margin-bottom: 40px;
    font-weight: 700;
    color: #343c5c;
    margin-top: 40px;
}
/* SMO Service */
/* SEO Service */
.pimoseo{
    font-size: 23px;
    font-weight: 700;
    color: #343c5c;
    margin-top: 10px;
}
.pimoseo1{
    line-height: 50px;
    color: white;
    margin-left: 20px;
    font-size:20px;
}
.pimoseo2{
    text-align: center;
    font-size: 35px;
    margin-bottom: 40px;
    font-weight: 700;
    color: #343c5c;
    margin-top: 40px;
}
/* SEO Service */
/* Portfolio */
.portfolio{
    background-color:#ebebeb;
    padding-top: 50px;
    padding-bottom: 50px;
}
.portfolio1{
    margin-top:10px;
    margin-bottom:10px;
}
.portfolio2{
    color:#343c5c;
    font-size:20px;
    font-weight:700;
    text-align:center;
    margin-bottom: 50px;
}
.portfolio4{
    margin-top:2px;
    height:100px;
    width:100%;
}
/* Portfolio */
/* Career */
.career{
    padding-top: 50px;
    padding-bottom: 50px;
}
.career1{
    margin-top:10px;
    margin-bottom:10px;
}
.career2{
    color:#343c5c;
    font-size:20px;
    font-weight:700;
    text-align:center;
    margin-bottom: 50px;
}
.career4{
    font-size:18px;
    color:#ffff; 
    background-color:#343c5c;
    text-align:center;
}
.career5{
    font-size:16px; 
    text-align:center;
}
/* Career */
/* Contact Us */
.contact{
    padding-top: 50px;
    padding-bottom: 50px;
}
.contact1{
    margin-top:10px;
    margin-bottom:10px;
}
.contact2{
    color:#343c5c;
    font-size:20px;
    font-weight:700;
    text-align:center;
    margin-bottom: 50px;
}
.contact4{
    color:#343c5c;
}
.contact5{
    background-color:#ebebeb;
    padding-top: 50px;
    padding-bottom: 50px;
}
.contact6{
    margin-top:10px;
    margin-bottom:10px;
}
.contact7{
    color:#343c5c;
    font-size:20px;
    font-weight:700;
    margin-bottom: 25px;
}
.contact8{
    margin-top:20px;
}
.contact9{
    width:550px;
    height:310px;
    border:0;
}
/* Contact Us */
/* Contact Us */
.modal_enquiry{
    background-color: #343c5c;
}
.modal_enquiry1{
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: 15px;
    color: white;
}
.model_enquiry2:hover{
    background-color:#fb722e;
}
.model_enquiry4{
    width: 220px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    margin-bottom: 25px;
}
.model_enquiry5{
    margin-top: -8px;
}
.model_enquiry6{
    background-color: #343c5c;
    color: white;
}
.model_enquiry6:hover{
    background-color: #343c5c;
    color: white;
}
/* Contact Us */
/* Mobile App */
.pimoapp{
    text-align: center;
    font-size: 35px;
    margin-bottom: 40px;
    font-weight: 700;
    color: #343c5c;
    margin-top: 40px;
}
.pimoapp1{
    font-size: 32px;
    font-weight: 700;
    color: #343c5c;
    margin-top: 10px;
}
.pimoapp5{
    line-height: 50px;
    color: white;
    margin-left: 10px;
}
/* Mobile App */
/* Software Developement */
.pimosoftware{
    text-align: center;
    font-size: 35px;
    margin-bottom: 40px;
    font-weight: 700;
    color: #343c5c;
    margin-top: 40px;
}
.pimosoftware1{
    font-size: 25px;
    font-weight: 700;
    color: #343c5c;
    margin-top: 10px;
}
.pimosoftware2{
    font-size:18px;
    line-height: 50px;
    color: white;
    margin-left: 20px;
}
/* Software Developement */





/* Mobile Device */
@media only screen and (max-width: 600px) {
.pimodigital{
    font-size:17px;
}   
.pimodigital1{
    margin-top:20px;
}
.pimodigital2{
    height: 40px;
}
.pimodigital4{
    height: 40px;
}
.pimodigital5{
    line-height: 40px;
    font-size:12px;
    font-weight:900;
} 

.pimodigital6{
    line-height: 40px;
}
.pimo8{
    font-size: 20px !important;
    margin-top: 30px !important;
    margin-bottom: 40px !important;
}
.pimofrequently2{
    font-size:18px !important;
}

}
/* Mobile Device */
