@import url('../fonts/fonts.css');

html,
body {
    font-family: "Poppins-Regular", Arial, sans-serif;
    scrollbar-color: #bababa transparent;
    scrollbar-width: thin;
}

::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    background: #000000;
}

::-webkit-scrollbar-track {
    border-radius: 0;
}

::-webkit-scrollbar-thumb {
    border-radius: 0;
    background-color: #999999;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #fdd913;
}

body {
    font-family: 'Poppins-Regular', Arial, sans-serif;
    padding-top: 0;
    overflow-x: hidden;
}

.l {
    box-shadow: 0 0 0 1px red
}

.icon {
    stroke: unset;
    stroke-width: 0px;
    transition: inherit;
    display: inline-block;
    width: 1em;
    height: 1em;
    fill: currentColor;
    vertical-align: -0.1em;
    transform-origin: center;
}
.hamburger_menu {
    width: 40px;
}

.container {
    width: 100%;
    max-width: 1330px;
}

header {
    background: #0070c0;
    position: sticky;
    width: 100%;
    z-index: 100;
    top: 0;
    left: 0;
    margin: 0;
}

header .navbar {
    padding: 0rem 1rem;
    margin: 0;
}

.navbar-expand-lg .navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
    margin-top: 13px;
}

.navbar-expand-lg .navbar-nav .nav-item {
    position: relative;
}
.dropdown-common .web-hosting:after {
    display: none;
}
.navbar-expand-lg .navbar-nav .nav-link {
    font-family: 'AvenirNextLTPro-Regular', Arial, sans-serif;
    color: rgba(255, 255, 255, 0.70);
    font-size: 18px;
    position: relative;
    margin-left: 20px;
    padding: 1.75rem 0.75rem;
}

.navbar-expand-lg .navbar-nav .nav-item.active .nav-link,
.nav-item.show .nav-link,
.navbar-expand-lg .navbar-nav .nav-item .nav-link:hover {
    color: rgba(255, 255, 255, 1);
}

.nav-item.active .nav-link:before,
.nav-item.show .nav-link:before {
    content: "";
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 6px;
    background: #fdd913;
    bottom: 0px;
}

nav .dropdown-toggle::after {
    display: none;
}

.dropdown-support {
    width: 800px;
    border: none;
    border-radius: 0;
    margin-top: 0;
    padding: 0;
}

.dropdown-support a {
    display: block;
    text-align: center;
    text-decoration: none;
    color: #000000;
    text-transform: uppercase;
    font-size: 14px;
    padding: 38px 5px;
}

.dropdown-support a:hover {
    color: #0070c0;
}
.map_area iframe {
    height: 460px !important;
    width: 100% !important;
}
.dropdown-support a img {
    width: 70px;
    display: block;
    margin: 10px auto;
}

.dropdown-support .col-md-3:nth-child(2n+1) {
    background: #f2f2f2;
}


/*S-AT*/

.home-banner {
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    width: 100%;
    min-height: 700px;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgba(76, 178, 250, 1) 0%, rgba(30, 127, 197, 1) 50%, rgba(0, 96, 164, 1) 100%) !important;
}
.home-banner h2 {
    color: #fff !important;
}

.home-banner .banner-text {
    color: #fff;
}
.banner-text {
    color:#fff;
}

.home-banner .banner-text p {
    color: #fff;
}

.home-bannercontent {
    color: #fff;
    padding-top: 150px;
}

.home-bannercontent h2 {
    font-family: 'Poppins-Bold', Arial, sans-serif;
    text-transform: uppercase;
    font-size: 55px;
    line-height: 70px;
}

.home-bannercontent p {
    font-family: 'Poppins-Regular', Arial, sans-serif;
    font-size: 20px;
    padding-top: 20px;
    line-height: 35px;
}

.home-bannercontent a {
    min-width: 200px;
    display: inline-block;
    background: #0070c0;
    box-shadow: 0px 0px 40px #0070c0;
    padding: 13px 0px;
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
    border-radius: 35px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
}

.home-6box {
    margin-top: -100px;
    background: #fff;
    padding-top: 0px;
    padding: 50px;
    box-shadow: 0px 0px 12px rgba(221, 221, 221, 0.73);
    z-index: 8;
}

.home-6box .col-md-4:hover {
    z-index: 10;
}

.home-6boxcontent {
    display: block;
    text-align: center;
    border-right: 1px solid #ddd;
    padding: 80px 70px;
    text-decoration: none;
    background: #fff;
    transition: 350ms;
}

.home-6boxcontent:hover {
    box-shadow: 0px 0px 26px 26px rgba(231, 242, 249, 1);
    border-color: transparent;
    transform: scale(1.025);
    text-decoration: none;
}

.home-6boxcontent h3 {
    font-family: 'Poppins-Regular', Arial, sans-serif;
    color: #393939;
    font-size: 26px;
    padding-top: 20px;
}

.home-6boxcontent:hover h3 {
    color: #0070c0;
}

.home-6boxcontent p {
    font-family: 'Poppins-Regular', Arial, sans-serif;
    color: #666;
    font-size: 16px;
    padding-top: 0px;
    line-height: 26px;
    margin-bottom: 0px;
}

.bright-none {
    border-right: none;
}

.border-bot-3box {
    border-bottom: 1px solid #ddd;
    height: 100%;
}

.contactform-boxs {
    z-index: 16;
    position: relative;
    overflow: hidden;
    padding-top: 45px;
}

.contactform-boxs .container .row .col-sm-11 {
    position: relative;
}
.bdr_none:nth-child(4) a,
.bdr_none:nth-child(5) a{
    border-bottom:none;
}
.bdr_none:nth-child(6) a{
    border-right:none;
    border-bottom:none;
}
.bdr_none:nth-child(3) a {
    border-right: none;
}
.contactform-boxs .container .row .col-sm-11:after {
    content: '';
    position: absolute;
    bottom: 0px;
    width: 500px;
    height: 200px;
    background: #212121;
    right: 100%;
    margin-right: -15px;
}

.contactform-boxs .container .row .col-sm-11:before {
    content: '';
    position: absolute;
    bottom: 0px;
    width: 500px;
    height: 200px;
    background: #212121;
    left: 100%;
    margin-left: -15px;
}

.tabs-heaings {
    font-family: 'Poppins-Medium', Arial, sans-serif;
    text-transform: uppercase;
    width: 100%;
    max-width: 500px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
    position: relative;
    padding-bottom: 20px;
    text-align: left;
}

.tabs-heaings:after {
    content: '';
    position: absolute;
    background: #0070c0;
    height: 7px;
    width: 100px;
    position: absolute;
    bottom: -1.5px;
    left: 20px;
}

.home-tabs-box {
    position: relative;
}

.home-tabs-box .nav-tabs {
    text-align: center;
    width: 100%;
    max-width: 620px;
    margin: 0px auto;
    border-bottom: none;
}

.home-tabs-box .nav-tabs .nav-link {
    border: 1px solid #ddd;
    background: #f2f8fc;
    color: #3c3c3c;
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
    border-radius: 6px;
    margin: 0px auto;
    width: 110px;
    box-sizing: border-box;
    margin-left: 7px;
    margin-right: 7px;
    min-height: 120px;
    box-sizing: border-box;
}

.home-tabs-box .nav-tabs .nav-link img {
    width: 35px;
    margin-bottom: 10px;
}

.home-tabs-box .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    background: #0070c0;
    border: 1px solid #0070c0;
    color: #fff;
    text-align: center;
    border-radius: 6px;
}

.home-tabs-box .tab-content {
    padding: 50px;
    box-shadow: 0px 0px 4px #ccc;
    margin-top: 50px;
    background: #fff;
}

.tabs-form {
    padding-bottom: 40px;
}

.tabs-form .input-group input.form-control {
    border: none;
    border-bottom: 1px solid #ccc;
    border-radius: 0px;
    font-size: 20px;
    color: #ccc;
}

.tabs-form .input-group .form-control:focus {
    box-shadow: none;
}

.tabs-form .input-group-text {
    background: #fff;
    border: none;
    border-bottom: 1px solid #ccc;
    border-radius: 0px;
    color: #888;
}

.btn-send {
    background: #0070c0;
    color: #fff;
    width: 180px;
    border-radius: 40px;
    padding: 13px 0px;
    font-size: 18px;
    text-transform: uppercase;
}

.btn-send:hover {
    color: #fff;
    opacity: 0.9;
    transition: 400ms;
    -webkit-transition: 400ms;
}

.digital-section {
    padding-top: 100px;
    padding-bottom: 100px;
    background: #f2f8fc;
}


/*Start| Printing Services*/

.digital-marketing {
    position: relative;
    overflow: hidden;
    background: #fff;
    padding-top: 140px;
    padding-bottom: 140px;
}

.right-bannerbg {
    position: absolute;
    height: auto;
    width: auto;
    max-width: 50%;
    top: 0px;
    right: 0px;
    box-sizing: border-box;
    z-index: 0;
}

.digital-text h2 {
    font-family: 'Poppins-SemiBold', Arial, sans-serif;
    text-transform: uppercase;
    font-size: 54px;
    letter-spacing: 1px;
    color: #393939;
}

.digital-text p {
    font-family: 'Poppins-Regular', Arial, sans-serif;
    color: #666;
    font-size: 18px;
    line-height: 25px;
}

.common-servicesbox {
    background: #f2f8fc;
    padding-top: 110px;
    padding-bottom: 120px;
}

.common-servicesbox h2 {
    font-family: 'Poppins-SemiBold', Arial, sans-serif;
    text-transform: uppercase;
    font-size: 54px;
    letter-spacing: 1px;
    color: #393939;
}

.digital-heading {
    font-family: 'Poppins-SemiBold', Arial, sans-serif;
    text-align: center;
    text-transform: uppercase;
    font-size: 54px;
    letter-spacing: 1px;
    font-weight: bold;
    padding-bottom: 20px;
    color: #393939;
}

.uncovering-section {
    padding-top: 100px;
    padding-bottom: 80px;
}

.uncovering-list img {
    width: 50px;
}

.uncovering-list {
    min-height: 180px;
    position: relative;
    text-align: center;
}

.uncovering-list p {
    font-size: 15.5px;
    margin-bottom: 0px;
    white-space: nowrap;
    position: absolute;
    bottom: 75px;
    left: 0px;
    right: 0px;
}

::-webkit-input-placeholder {
    /* Edge */
    color: #bbb !important;
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #bbb !important;
}

::placeholder {
    color: #bbb !important;
}

.digital-tabs {
    margin: 0px;
    padding: 0px;
}

.digital-tabs li {
    margin: 0px;
    padding: 0px;
    display: block;
}

.digital-tabs li a {
    font-family: 'Poppins-Medium', Arial, sans-serif;
    background: #fff;
    color: #666;
    box-shadow: 0px 0px 7px #ddd;
    display: block;
    margin-bottom: 15px;
    padding: 15px;
    text-decoration: none;
    position: relative;
    padding-left: 50px;
    color: #464646;
    font-size: 16px;
    cursor: pointer;
    border-radius: 4px;
}

.digital-tabs li a span {
    position: absolute;
    top: 50%;
    left: 20px;
    margin-top: -13px;
    color: #888;
    font-size: 20px;
}

.tab-content1 {
    display: none;
    padding: 15px;
}

.tab-content1.current {
    display: inherit;
}

.digital-tabs li a.current {
    box-shadow: inset 0px 0px 6px #0070c0 !important;
}

.tabs-form svg.icon {
    font-size: 24px;
    fill: #bbbbbb;
    color: #bbbbbb;
}


/*E-At*/


/*S-Al*/

.common-heading {
    line-height: 0.5;
    text-align: center;
}

.common-heading span,
.left-heading span {
    display: inline-block;
    position: relative;
}

label.error {
    position: absolute;
    left: 0;
    bottom: -1.5rem;
    color: red;
    margin-bottom: 0;
}

.common-heading span:before,
.common-heading span:after {
    content: "";
    position: absolute;
    height: 5px;
    top: 5px;
    width: 50px;
    background: #fdd913;
}

.left-heading span:after {
    content: "";
    position: absolute;
    height: 5px;
    top: 50%;
    width: 50px;
    background: #fdd913;
    margin-top: -3px;
}

.common-heading span:before {
    right: 100%;
    margin-right: 15px;
}

.common-heading span:after,
.left-heading span:after {
    left: 100%;
    margin-left: 15px;
}

.greatest-section {
    padding: 80px 0px;
    background: url(../images/greatest-bg.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    z-index: 5;
    background-position: center;
    margin-top: -125px;
}

.common-heading,
.left-heading {
    font-family: 'Poppins-Medium';
    position: relative;
    color: #0070c0;
    text-transform: uppercase;
    font-size: 30px;
    padding-top: 0px;
    padding-bottom: 75px;
}

.greatest-section .owl-nav {
    max-width: 184px;
    width: 100%;
    text-align: center;
    display: flex;
    margin: 60px auto;
    justify-content: space-around;
}

.greatest-section .owl-carousel .owl-nav button.owl-next,
.greatest-section .owl-carousel .owl-nav button.owl-prev {
    opacity: 0.9;
    transition: 350ms;
    color: #ffffff;
    background-color: transparent;
    width: 70px;
    height: 70px;
    font-family: serif;
    padding: 0 0 4px 0;
    text-align: center;
    border-radius: 50%;
    border: 2px solid #939599;
}

.greatest-section .owl-carousel .owl-nav button.owl-prev span,
.greatest-section .owl-carousel .owl-nav button.owl-next span {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    font-size: 38px;
    line-height: 28px;
    display: block;
}

.greatest-section .owl-carousel .owl-nav button.owl-next:hover {
    border: 2px solid #0070c0;
}

.greatest-section .owl-carousel .owl-nav button.owl-prev:hover {
    border: 2px solid #0070c0;
}

.greatest-section .owl-carousel .owl-nav button.owl-next:hover svg.icon.icon-menuon {
    color: #0070c0;
    fill: #0070c0;
}

.greatest-section .owl-carousel .owl-nav button.owl-prev:hover svg.icon.icon-menuon {
    color: #0070c0;
    fill: #0070c0;
}

svg.icon.icon-menuon {
    fill: #939599;
    color: #939599;
    font-size: 37px;
    padding-top: 5px;
}

button.owl-next:focus,
button.owl-prev:focus {
    outline: none;
}

.clients-box img {
    max-width: 100%;
    width: auto !important;
    padding: 15px 40px;
    border: 1px solid #dddddd;
    border-radius: 10px;
    min-height: 150px;
    margin-bottom: 30px;
    object-fit: contain;
    transition: 600ms;
}

.clients-box img:hover {
    box-shadow: 6px 8px 30px -5px rgba(175, 175, 175, 0.88);
    background: #ffffff;
}

.happy-clients {
    padding-top: 55px;
    padding-bottom: 55px;
}

.happy-clients .owl-prev:focus,
.happy-clients .owl-prev span:focus,
.happy-clients .owl-next:focus,
.happy-clients .owl-next span:focus {
    outline: none;
}

.happy-clients .owl-carousel .owl-nav button.owl-next,
.happy-clients .owl-carousel .owl-nav button.owl-prev {
    opacity: 0.7;
    transition: 350ms;
    top: 50%;
    margin-top: -45px;
    position: absolute;
    color: #d4d4d4;
    width: 35px;
    height: 35px;
    font-family: serif;
    padding: 0 0 4px 0;
    text-align: center;
    border-radius: 50%;
}

.happy-clients .owl-carousel .owl-nav button.owl-next:hover,
.happy-clients .owl-carousel .owl-nav button.owl-prev:hover {
    color: #666666
}

.happy-clients .owl-carousel .owl-nav button.owl-prev {
    left: -45px;
}

.happy-clients .owl-carousel .owl-nav button.owl-next {
    right: -45px;
}

.happy-clients .owl-carousel .owl-nav button.owl-prev span,
.happy-clients .owl-carousel .owl-nav button.owl-next span {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    font-size: 38px;
    line-height: 28px;
    display: block;
}

.happy-clients svg.icon.icon-menuon:hover {
    fill: #666666;
}

.blog-section {
    position: relative;
    overflow: hidden;
}

.inner-heading {
    position: relative;
    color: #0070c0;
    text-transform: uppercase;
    font-size: 30px;
    padding-top: 75px;
    padding-bottom: 75px;
}

.b-shadow {
    box-shadow: 6px 8px 50px -13px rgb(174, 209, 236);
    margin-bottom: 57px !important;
}

.blog-box img {
    width: 100%;
    max-width: 40%;
    object-fit: cover;
    
}

.blog-box ul li {
    display: inline-block;
    color: #888888;
    font-size: 14px;
    font-family: 'Poppins-Regular';
}

.blog-summary {
    width: 100%;
    max-width: 350px;
    padding: 20px;
}

.blog-summary h4 {
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 4px;
    font-family: 'Poppins-Regular';
}

.blog-summary p {
    color: #666666;
    font-size: 16px;
    font-family: 'Poppins-Regular';
}

.blog-section .owl-dots {
    text-align: center;
    margin-top: 25px;
}

.blog-section .owl-dot {
    width: 10px;
    height: 10px;
    background: #d7d7d7 !important;
    border-radius: 50%;
    margin-left: 7px;
    margin-right: 7px;
}

.blog-section .owl-dot.active {
    background: #fdd913 !important;
}

.speak-box {
    background: url('../images/speak-section.png');
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 45px;
    padding-left: 55px;
}

.speak-box {
    position: absolute;
    height: 100%;
    width: 50%;
    top: 0px;
    right: 0px;
    box-sizing: border-box;
    z-index: 10;
}

.pt-28 {
    padding-top: 25px;
}

.speakclient-box {
    padding: 50px 35px 30px 25px;
    background: #fff;
    font-family: 'Poppins-Regular';
}

.img-client {
    display: flex;
    justify-content: left;
    align-items: center;
}

.img-client img {
    max-width: 100%;
    width: auto !important;
}

.img-client p {
    color: #0070c0;
    font-size: 20px;
}

.blog-section .owl-prev:focus,
.blog-section .owl-prev span:focus,
.blog-section .owl-next:focus,
.blog-section .owl-next span:focus {
    outline: none;
}

.blog-section .owl-carousel .owl-nav button.owl-next,
.blog-section .owl-carousel .owl-nav button.owl-prev {
    opacity: 0.7;
    transition: 350ms;
    top: 36%;
    position: relative;
    color: #d4d4d4;
    width: 35px;
    height: 35px;
    font-family: serif;
    padding: 0 0 4px 0;
    text-align: center;
    border-radius: 50%;
}

.blog-section .owl-carousel .owl-nav button.owl-next:hover,
.blog-section .owl-carousel .owl-nav button.owl-prev:hover {
    color: #666666
}

.blog-section .owl-carousel .owl-nav button.owl-prev span,
.blog-section .owl-carousel .owl-nav button.owl-next span {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    font-size: 38px;
    line-height: 28px;
    display: block;
}

.blog-section .owl-nav {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    max-width: 160px;
    margin: 30px auto;
}

.blog-section svg.icon.icon-menuon:hover {
    fill: #0070c0;
}

.blog-summary svg.icon.icon-menuon {
    font-size: 20px;
    color: #0070c0;
    fill: #0070c0;
}

.blog-section .owl-carousel .owl-nav button.owl-prev.width-large {
    width: 100px;
}

.blog-section .owl-carousel .owl-nav button.owl-next.width-large {
    width: 100px;
}


/*custom button next prev*/

.blog-section .owl-prev,
.blog-section .owl-next {
    width: 80px;
    height: 15px;
    background: transparent;
    display: inline-block;
    position: relative;
    cursor: pointer;
}

.blog-section .owl-prev:after,
.blog-section .owl-next:after {
    content: '';
    width: 100%;
    height: 2px;
    background: #ccc;
    left: 0;
    top: 50%;
    margin-top: -1px;
    position: absolute;
}

.blog-section .owl-prev:before,
.blog-section .owl-next:before {
    content: '';
    position: absolute;
    display: block;
    top: 50%;
    margin-top: -5px;
    left: 0;
    width: 10px;
    height: 10px;
    border-top: 2px solid #ccc;
    border-left: 2px solid #ccc;
    transform: rotate(-45deg);
}

.blog-section .owl-next:before {
    left: auto;
    right: 0;
    transform: rotate(135deg);
}

.blog-section .owl-prev:hover:after,
.blog-section .owl-next:hover:after {
    background: #0070c0;
}

.blog-section .owl-prev:hover:before,
.blog-section .owl-next:hover:before {
    border-top: 2px solid #0070c0;
    border-left: 2px solid #0070c0;
}


/*E-Al*/

.tabs-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.tabs-box {
    width: 100%;
    max-width: 360px;
    position: relative;
}

.tabimages-box {
    padding: 15px;
    width: 100%;
}

.tabbing-link {
    font-family: 'Poppins-Medium', Arial, sans-serif;
    ;
    font-size: 20px;
    color: #393939;
    position: relative;
    padding-left: 100px;
    padding-right: 30px;
    min-height: 124px;
    background: #ffffff;
    margin: 20px 0 0 0;
    border-radius: 5px;
    display: flex;
    flex-flow: column;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 0 24px rgba(0, 0, 0, 0.15);
    z-index: 3;
}

.tabbing-link:after {
    content: '';
    position: absolute;
    width: 44px;
    height: 44px;
    display: block;
    right: -22px;
    transition: 350ms;
    border-radius: 50px;
    z-index: 2;
}

.tabbing-link span {
    font-size: 30px;
    color: #d1d1d1;
    position: absolute;
    left: 0;
    width: 100px;
    text-align: center;
    transition: 350ms;
}

.tabbing-link.active:after {
    background: #0070c0;
}

.tabbing-link.active span {
    color: #0070c0;
}

.lets-experience {
    background: #0070c0;
    color: #fff;
    font-size: 24px;
    padding-left: 35px;
    padding-right: 15px;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 4px;
    box-shadow: 0px 0px 7px #ddd;
    transition: 350ms;
}

.lets-experience strong {
    width: 48px;
    height: 48px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: #ffffff;
    vertical-align: middle;
    border-radius: 50%;
    color: #000;
    text-align: center;
    position: relative;
    margin-left: 15px;
    font-size: 25px;
}

.lets-experience:hover {
    color: #0070c0;
    background: #ffffff;
    text-decoration: none;
}

.lets-experience:hover strong {
    background: #0070c0;
    color: #ffffff;
}

.upload-browse {
    width: 100%;
    box-sizing: border-box;
    border: 2px dashed #acacac;
    position: relative;
    height: 75px;
    border-radius: 50px;
    background: #f6f6f6;
    text-align: left;
}

.upload-btn {
    position: absolute;
    width: 115px;
    background: #0070c0;
    color: #fff;
    line-height: 50px;
    height: 48px;
    text-align: center;
    pointer-events: none;
    right: 12px;
    top: 11px;
    border-radius: 50px;
    text-transform: uppercase;
}

.upload-filename {
    pointer-events: none;
    position: absolute;
    right: 0px;
    left: 30px;
    padding-right: 100px;
    height: inherit;
    width: 100%;
    line-height: 75px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 1rem;
    color: #bbbbbb;
    top: 0;
}

.upload-browse input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 10;
}

.upload-heading {
    font-family: 'Poppins-regular';
    font-size: 1rem;
    color: #bbbbbb;
    text-align: left;
    margin-bottom: 17px;
    margin-top: 20px;
}

.stay-para {
    font-family: 'Poppins-regular';
    font-size: 17px;
    color: #acacac;
    padding: 20px 0px;
    text-align: left;
    margin-bottom: 0px;
}

.follow-us {
    text-align: left;
    text-transform: uppercase;
    font-size: 20px;
    font-family: 'poppins-regular';
    margin-bottom: 12px;
}

.stay-social {
    list-style: none;
    text-align: left;
    display: flex;
}

.stay-social a {
    background: #0070c0;
    color: #fff;
    box-sizing: border-box;
    display: inline-block;
    text-align: center;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    position: relative;
    transition: 350ms;
    line-height: 48px;
    margin-right: 12px;
}

@media (min-width: 992px) {
    .col-box-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}

.myservices-point {
    display: block;
    margin: 32px auto;
    position: relative;
    text-align: center;
    font-size: 18px;
    color: #5e605f;
}

.myservices-point img {
    max-width: 100%;
    display: block;
    margin: 0 auto 10px auto;
}

.myservices-point span {
    display: block;
}


/*Start | Portfolio*/

.portfolio-box {
    padding-top: 45px;
    padding-bottom: 90px;
}

.portfolio-item {
    display: block;
    margin: 15px auto;
    text-decoration: none;
    transition: 350ms;
    padding-bottom: 15px;
    overflow: hidden;
}

.portfolio-item img {
    transition: 350ms;
}

.nav-link.active .icon {
    filter: brightness(0) invert(1);
}

.portfolio-item h5 {
    font-family: "Poppins-Medium", Arial, sans-serif;
    ;
    font-size: 17px;
    text-transform: uppercase;
    color: #393939;
    margin: 0;
    padding: 15px 15px 5px 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.portfolio-item p {
    color: #666;
    font-size: 16px;
    margin: 0px;
    padding: 0 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.portfolio-item:hover img,
.portfolio-item:focus img {
    transition: 350ms;
    opacity: 0.6;
}

.portfolio-item:hover,
.portfolio-item:focus {
    text-decoration: none;
    box-shadow: 0 5px 12px rgba(0, 0, 0, 0.25);
    z-index: 5;
}


/*End*/


/*Start | Porfolio Page Style*/

.tabwork-section h2 {
    font-family: 'Poppins-SemiBold';
    font-size: 60px;
    padding-top: 55px;
    padding-bottom: 0px;
}

.tabwork-section p {
    font-family: 'Poppins-Regular';
    font-size: 20px;
    color: #666666;
    margin: 0;
}

.work-tab {
    justify-content: center;
}

.work-tab .nav-item {
    width: 100%;
    max-width: 140px;
    min-height: 140px;
    margin-left: 10px;
    margin-right: 10px;
}

.work-tab .nav-link {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f2f8fc;
    color: #0070c0;
    flex-direction: column;
    min-height: 140px;
    border: 1px solid #f0f0f0;
    cursor: pointer;
}

.work-tab .nav-link span {
    font-family: 'Poppins-SemiBold';
    font-size: 16px;
    text-transform: uppercase;
    color: #3d3d3d;
    font-weight: 600;
    line-height: 20px;
    margin-top: 20px;
}

.work-tab .nav-link.active {
    background: #0070c0;
    color: #ffffff;
}

.work-tab .nav-link.active span {
    color: #ffffff;
}

.work-tab .icon {
    font-size: 50px;
    min-height: 50px;
}

.work-itembox {
    display: block;
    position: relative;
    border: 1px solid #e1e1e1;
    background: #fff;
    transition: 400ms;
    text-decoration: none;
    margin: 15px auto 25px auto;
}

.work-itembox:hover {
    text-decoration: none;
    background: #0070c0;
    border: 1px solid #0070c0;
}

.work-itembox:before {
    content: "";
    position: absolute;
    height: 15px;
    border: 1px solid #e1e1e1;
    bottom: -14px;
    left: 0;
    right: 0;
    width: 90%;
    margin: auto;
    overflow: hidden;
    z-index: -9999;
    background: #fff;
    transition: 400ms;
}

.work-itembox:hover:before {
    background: #00487c;
    border: 1px solid #00487c;
}

.work-itembox:after {
    content: "";
    position: absolute;
    height: 15px;
    border: 1px solid #e1e1e1;
    bottom: -8px;
    left: 0;
    right: 0;
    width: 95%;
    margin: auto;
    overflow: hidden;
    z-index: -9999;
    background: #fff;
    transition: 400ms;
}

.work-itembox:hover:after {
    background: #0161a6;
    border: 1px solid #0161a6;
}

.tab-text {
    padding: 20px 80px 20px 20px;
    display: block;
    transition: 400ms;
    position: relative;
}

.tab-text h4 {
    font-family: "Poppins-Medium";
    font-size: 20px;
    color: #404040;
    text-transform: uppercase;
}

.tab-text p {
    font-family: "Poppins-Regular";
    font-size: 16px;
    color: #666666;
    margin-bottom: 0px;
}

.arrow-link {
    width: 44px;
    height: 44px;
    display: block;
    background: #fdd913;
    border-radius: 50%;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    color: #000;
    transition: 400ms;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -22px;
}

.arrow-link svg.icon {
    font-size: 20px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.work-itembox:hover .arrow-link {
    background: #fdd913;
    visibility: visible;
    opacity: 1;
}

.work-itembox:hover .tab-text h4,
.work-itembox:hover .tab-text p {
    color: #ffffff;
}

.pagination-box {
    box-shadow: 0px 0px 20px -4px rgba(189, 189, 189, 0.88);
    padding: 9px 0px;
    border-radius: 50px;
    max-width: 412px;
    margin: 20px auto;
}

.pagination-box .page-item .page-link.arrow-mark {
    width: 60px;
    height: 60px;
    background: #0070c0;
    border-radius: 100% !important;
}

.pagination-box .page-item.disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.page-item .page-link.arrow-mark svg.icon {
    fill: #ffffff;
    width: 28px;
    height: 28px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.pagination-box .page-item {
    margin: 12px;
}

.pagination-box .page-item {
    margin: 10px 9px 10px 9px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 35px;
}

.pagination-box .page-item.active .page-link {
    z-index: 1;
    color: #000;
    background-color: #e4e4e4;
    border-color: transparent !important;
    border-radius: 50%;
    border: none;
    width: 45px;
    height: 45px;
    line-height: 30px;
}

.pagination-box .page-item .page-link {
    border: none;
    color: #000;
}

.get-ready {
    background: #f5f8ff;
    position: relative;
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
}

.readyget-arrow {
    position: absolute;
    right: 0px;
    top: 20px;
    z-index: 0;
}

.ready-get-started {
    width: 100%;
    max-width: 550px;
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: start;
    z-index: 2;
    position: relative;
}

.ready-get-started h2 {
    font-family: 'Poppins-SemiBold';
    font-size: 80px;
    color: #393939;
}

.ready-get-started p {
    font-size: 20px;
    color: #666666;
}

.ready-get-started button {
    background: #0070c0;
    color: #fff;
    text-transform: uppercase;
    font-size: 24px;
    font-family: 'Poppins-Medium';
    border-radius: 50px;
    max-width: 295px;
    height: 80px;
    width: 100%;
    margin: 20px 0 20px 0;
}

.ready-get-started button:hover,
.ready-get-started button:focus,
.ready-get-started button:visited,
.ready-get-started button:not(:disabled):not(.disabled):active {
    background: #fdd913;
    border-color: #fdd913;
    color: #000;
}

.ready-get-started button:focus {
    box-shadow: 0 0 0 0.2rem rgba(253, 217, 19, .5);
}


/*End*/


/*Start | Contact Us Design*/

.banner-text h2 {
    font-family: 'Poppins-SemiBold', Arial, sans-serif;
    font-size: 70px;
    text-transform: uppercase;
    color: #212529;
}

.banner-text p {
    width: 100%;
    max-width: 565px;
    font-size: 20px;
    color: #666666
}

.banner-text button {
    font-family: 'Poppins-Medium', Arial, sans-serif;
    background: #0070c0;
    color: #fff;
    text-transform: uppercase;
    font-size: 22px;
    border-radius: 50px;
    max-width: 290px;
    height: 80px;
    width: 100%;
    margin: 30px 0 30px 0;
}

.banner-text button:hover,
.banner-text button:focus,
.banner-text button:visited,
.banner-text button:not(:disabled):not(.disabled):active {
    background: #fdd913;
    border-color: #fdd913;
    color: #000;
}

.banner-text button:focus {
    box-shadow: 0 0 0 0.2rem rgba(253, 217, 19, .5);
}

.address-section {
    padding: 40px 0px;
}

.contact-baar {
    box-shadow: 0px 0px 25px rgba(0, 112, 192, 0.25);
    border-radius: 7px;
    padding: 25px;
}

.address-box {
    padding: 15px 10px;
    min-height: 142px;
    margin-right: 25px;
}

.address-section .col-md-6:nth-child(1) .address-box,
.address-section .col-md-6:nth-child(2) .address-box {
    border-right: 1px solid #e7e7e7;
}

.address-box .icon {
    color: #0673c1;
    font-size: 48px;
}

.address-box span {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.address-box span:before {
    position: absolute;
    content: "";
    background: #fddc23;
    height: 3px;
    width: 30px;
    bottom: -17px;
}

.map-box {
    overflow: hidden;
    border-radius: 7px;
    box-shadow: 0px 0px 25px rgba(0, 112, 192, 0.30);
}

.map-box iframe {
    display: block;
    margin: 0;
}

.address-box h3 {
    font-family: 'Poppins-Medium', Arial, sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    color: #000000;
}

.address-box p {
    font-size: 17px;
    color: #888;
    margin-bottom: 8px;
}

.address-box p a {
    color: #888;
}

.address-box p a:hover {
    color: #0070c0;
}

.getintouch-section {
    position: relative;
    margin-top: -70px;
}

.getintouch-section .left-arrow {
    position: absolute;
    top: 10%;
    left: 0px;
}

.get-touch {
    padding-top: 200px;
    padding-bottom: 120px;
}

.get-touch h2 {
    font-family: 'Poppins-SemiBold', Arial, sans-serif;
    font-size: 60px;
    color: #393939;
}

.get-touch p {
    font-size: 20px;
    color: #666666;
}

.contact-form {
    padding: 45px 40px 45px 40px;
    background: #fff;
    box-shadow: 0px 0px 25px rgba(0, 112, 192, 0.25);
}

.contact-form .form-control {
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #d3e5eb;
    height: 70px;
    padding-left: 40px;
    margin: 10px 0;
}

.contact-form textarea.form-control {
    height: 80px;
}

.contact-form button {
    background: #0070c0;
    border-radius: 80px;
    text-align: center;
    text-transform: uppercase;
    min-width: 216px;
    margin-top: 25px;
    padding: 15px 15px;
}

.contact-form button:hover,
.contact-form button:focus,
.contact-form button:visited,
.contact-form button:not(:disabled):not(.disabled):active {
    background: #fdd913;
    border-color: #fdd913;
    color: #000;
}

.contact-form button:focus {
    box-shadow: 0 0 0 0.2rem rgba(253, 217, 19, .5);
}

.contact-form .position-relative svg.icon {
    width: 24px;
    height: 24px;
    position: absolute;
    top: 50%;
    margin-top: -12px;
    text-align: center;
    left: 2px;
    color: #bdbdbd;
    pointer-events: none;
}

.contact-form .message-field svg.icon {
    top: 19px;
}


/*End*/


/*PreDefine-Clasees*/

.dropdown-menu-center {
    right: auto;
    left: 50%;
    margin-top: 0px;
    -webkit-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.dropdown-common {
    width: 620px;
    border: none;
    border-radius: 0;
    padding: 15px;
}

.dropdown-common a {
    text-decoration: none;
    display: block;
    position: relative;
    overflow: hidden;
    font-size: 19px;
    color: #000000;
    margin: 2px auto;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 14px 0;
}

.dropdown-common a:hover img,
.dropdown-common a.active img {
    box-shadow: inset 0 0 0 1px #0070c0;
}

.dropdown-common a:hover,
.dropdown-common a.active {
    text-decoration: none;
    color: #0070c0;
}

.dropdown-common a:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 60px;
    width: 100%;
    height: 1px;
    background: #ebebeb;
}

.dropdown-common .printing:after {
    display: none;
}

.dropdown-common img {
    width: 48px;
    height: 48px;
    background: #ebebeb;
    padding: 8px;
    border-radius: 50px;
    vertical-align: middle;
    margin-right: 12px;
}


/*Start | Footer Styling*/

footer {
    background: #212121;
    padding-top: 60px;
    padding-bottom: 50px;
    z-index: 2;
    position: relative;
}

.footer-logo {
    width: 150px;
}

.footer-content {
    font-size: 16px;
    color: #fff;
    margin-bottom: 7px;
}

.coptright {
    font-size: 14px;
    color: #707172;
}
.coptright span {
    position: relative;
    padding: 0px 0px 0px 20px;
    margin: 0px 0 0px 6px;
}
.site-footer {
    padding-bottom: 0;
}
.coptright span:after {
    content: "\2764";
    font-family: FontAwesome;
    left: 0;
    position: absolute;
    top: 0;
    color:#ff5b5c;
}

.dsktp_bottom_ftr {
    background: #1d1d1d;
    padding: 20px 0px 12px;
    margin-top: 60px;
}
.right_text_itm {
    margin-left: auto;
}
.dsktp_bottom_ftr .container {
    display: flex;
}
.footer-heading {
    color: #fff;
    text-transform: uppercase;
    padding-left: 60px;
    padding-bottom: 15px;
    font-size: 19px;
}
.right_text_itm p,
.left_text_itm p {
    margin-bottom: 0px;
    color: #fff;
}
.footer-listing {
    margin: 0px;
    padding: 0px;
}

.footer-listing li {
    display: block;
    list-style-type: none;
    padding-left: 60px;
}

.footer-listing li a {
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 5px;
    display: inline-block;
}

.footer-listing li a:hover {
    text-decoration: none;
    color: #0070c0;
}

.social-footer {
    margin: 0px;
    padding: 0px;
    padding-left: 60px;
}

.social-footer li {
    display: inline-block;
    margin: 0px;
}

.social-footer li a {
    color: #fff;
    box-sizing: border-box;
    display: inline-block;
    text-align: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    position: relative;
    transition: 350ms;
}

.social-footer li a .icon {
    width: 16px;
    height: 16px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.social-footer li a:hover {
    background: #0070c0;
}


/*End*/


/*start about page css*/

.about-area li {
    list-style: none;
    width: 100%;
    max-width: 260px;
    display: inline-block;
    color: #666;
    font-family: 'Poppins-Regular';
    font-size: 18px;
    line-height: 38px;
}

.about-area .icon {
    font-size: 27px;
    color: #868b91;
    vertical-align: middle;
}

.specification-area h2 {
    font-family: 'Poppins-SemiBold';
    font-size: 60px;
    padding-top: 55px;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.specification-area p {
    font-family: 'Poppins-Regular';
    font-size: 20px;
    color: #666666;
    margin: 0;
}

.specification-box {
    border: 1px solid #f8f8f8;
    padding: 30px 25px;
    border-radius: 10px;
    margin-bottom: 40px;
    transition: 500ms;
}

.specification-box:hover {
    box-shadow: 0px 0px 26px 26px rgba(231, 242, 249, 1);
}

.specification-box h2,
.mision-vision-text h2 {
    color: #5e605f;
    font-size: 24px;
    font-family: 'Poppins-SemiBold';
}

.specification-box p,
.mision-vision-text p {
    color: #8a8a8a;
    font-size: 16px;
    font-family: 'Poppins-Regular';
}

.mision-vision {
    position: relative;
    background: url(../images/vision-bg.png);
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding: 120px 0px;
}

.mision-vision .right-bannerbg {
    top: 15%;
}

.vision-box {
    min-height: 105px;
}

.vision-box img {
    position: absolute;
}

.vision-text {
    padding-left: 100px;
}

.vision-text h2 {
    font-size: 18px;
    font-family: 'Poppins-SemiBold';
    color: #6e6e6e;
}

.vision-text p {
    font-size: 14px;
    font-family: 'Poppins-Regular';
    color: #808080;
}

.vision-box li {
    list-style: none;
    color: #8a8a8a;
    font-size: 15px;
    font-family: 'Poppins-Regular';
    background-image: url(../images/about/about-tick.png);
    background-repeat: no-repeat;
    list-style: none;
    background-position: 0px 1px;
    background-size: 22px 21px;
    padding-left: 30px;
    line-height: 23px;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 12px;
}

.team-slider {
    padding-left: 60px;
    padding-right: 60px;
}

.team-box {
    border: 1px solid #f3f3f3;
    padding: 20px 0px;
    text-align: center;
    box-shadow: 5px 5px 8px -4px rgba(177, 177, 177, 0.8);
    margin-bottom: 70px;
}

.team-box img {
    width: auto !important;
    display: inline-block !important;
}

.team-box h2 {
    font-family: 'Poppins-SemiBold';
    margin-top: 30px;
    font-size: 12px;
    text-transform: uppercase;
    color: #000000;
}

.team-box p {
    color: #0070c0;
    font-family: 'Poppins-SemiBold';
    font-size: 12px;
    text-transform: uppercase;
}

.team-section .owl-prev:focus,
.team-section .owl-prev span:focus,
.team-section .owl-next:focus,
.team-section .owl-next span:focus {
    outline: none;
}

.team-section .owl-carousel .owl-nav button.owl-next,
.team-section .owl-carousel .owl-nav button.owl-prev {
    opacity: 0.7;
    transition: 350ms;
    top: 40%;
    position: absolute;
    color: #949293;
    background-color: transparent;
    width: 40px;
    height: 40px;
    font-family: serif;
    padding: 0 0 4px 0;
    text-align: center;
    border-radius: 50%;
    /*box-shadow: 0px 0px 7px 0px #b7b7b7;*/
    border: 2px solid #5a5a5a;
}

.team-section .owl-carousel .owl-nav button.owl-next:hover,
.team-section .owl-carousel .owl-nav button.owl-prev:hover {
    opacity: 1;
    border: 2px solid #f8f8f8;
    box-shadow: 0px 7px 10px rgba(0, 0, 0, 0.16);
}

.team-section .owl-carousel .owl-nav button.owl-prev {
    left: -70px;
}

.team-section .owl-carousel .owl-nav button.owl-next {
    right: -70px;
}

.team-section .owl-carousel .owl-nav button.owl-prev span,
.team-section .owl-carousel .owl-nav button.owl-next span {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    font-size: 38px;
    line-height: 30px;
    display: block;
}


/*career page css*/

.requirement-box {
    position: relative;
    padding: 25px 200px 25px 25px;
    overflow: hidden;
    box-shadow: 0 3px 25px rgba(0, 0, 0, 0.20);
    min-height: 100%;
    border-radius: 1px;
}

.requirement-box:before {
    content: '';
    display: block;
    position: absolute;
    right: -120px;
    top: -120px;
    border-radius: 50%;
    width: 300px;
    height: 300px;
    background: #f7f8ff;
    z-index: -1;
}

.requirement-box h3 {
    font-family: 'Poppins-Medium';
    color: #393939;
}

.requirement-box p {
    font-size: 16px;
    color: #666666
}

.requirement-box a {
    padding: 10px 22px;
    background: #0070c0;
    color: #ffffff;
    font-size: 18px;
    display: inline-block;
    border-radius: 50px;
    text-decoration: none;
    transition: 350ms;
}

.requirement-box a .icon {
    transform: scale(1.45);
}

.requirement-box a:hover {
    background: #fdd913;
    color: #000;
    text-decoration: none;
}

.requirement-img {
    position: absolute;
    height: 90px;
    top: 30px;
    right: 20px;
}

.workwith-section {
    background: #f5f8ff;
    padding: 70px 0;
}

.workwith-section h2 {
    font-family: 'Poppins-Medium';
    color: #393939;
    font-size: 50px;
}

.withus-box {
    display: block;
    text-align: center;
}

.circle-icon {
    display: block;
    position: relative;
    width: 170px;
    height: 170px;
    border-radius: 50%;
    background: #ffffff;
    box-shadow: 0 0 32px rgba(156, 169, 198, 0.30);
    padding-top: 35px;
    padding-left: 35px;
    margin: 15px auto;
}

.circle-icon img {
    display: block;
    width: 100px;
    height: 100px;
}

.withus-box h4 {
    font-family: 'Poppins-Medium';
    color: #393939;
    font-size: 24px;
    padding: 5px 0;
}

.withus-box p {
    font-size: 18px;
    color: #393939;
}

.getintouch-career {
    position: relative;
    padding: 40px 0px 40px 0px;
}

.getintouch-career .left-arrow {
    position: absolute;
    left: 0px;
    top: 0px;
}

.getintouch-career .contact-form {
    box-shadow: none;
    padding: 0px;
}

.getintouch-career .upload-filename {
    line-height: 75px;
    font-size: 1rem;
}


/*.footer form css*/

.footer-custom-form .position-relative svg.icon {
    width: 24px;
    height: 24px;
    position: absolute;
    top: 50%;
    margin-top: -12px;
    text-align: center;
    left: 2px;
    color: #bdbdbd;
    pointer-events: none;
}

.footer-custom-form .form-control {
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #d3e5eb;
    height: 70px;
    padding-left: 40px;
    margin: 10px 0;
}


/*end footer form css*/


/*Pre-Classes*/

.pt-70 {
    padding-top: 70px !important;
}

.pt-80 {
    padding-top: 80px;
}

.pt-90 {
    padding-top: 90px;
}

.pt-100 {
    padding-top: 100px;
}

.pt-120 {
    padding-top: 120px !important;
}

.r-50 {
    right: 50px !important;
}

.navbar-toggler {
    padding: 0 !important;
    width: 44px;
    height: 44px;
    border: none;
    outline: none !important;
    position: relative;
    color: #eee;
}


.navbar-toggler .icon {
    width: 30px;
    height: 30px;
    position: absolute;
    display: block;
    top: 41.5%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media (min-width: 1100px) {
    .custom-resize {
        top: -45px;
        right: 146px;
    }
}

@media (max-width: 1800px) {

    .getintouch-section .left-arrow,
    .readyget-arrow {
        opacity: 0.1;
    }
}

@media (max-width: 991px) {
    body {
        padding-top: 0;
    }

    .navbar-expand-lg .navbar-nav .nav-item {
        text-align: center;
    }

    .navbar-expand-lg .navbar-nav {
        padding-bottom: 20px;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        font-size: 17px;
        margin-left: 0px;
        padding: 1rem 0.75rem;
    }

    .dropdown-menu-center {
        right: 0;
        left: 0;
        margin: 0px auto;
        -webkit-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    .tabbing-link {
        font-size: 16px;
        padding-left: 50px;
        padding-right: 10px;
        min-height: 70px;
        margin: 15px 0 0 0;
    }

    .tabbing-link:after {
        width: 30px;
        height: 30px;
        right: -15px;
    }

    .tabbing-link span {
        font-size: 20px;
        width: 50px;
    }

    .lets-experience strong {
        width: 32px;
        height: 32px;
        margin-left: 10px;
        font-size: 18px;
    }

    /*S-Al*/
    .work-tab .nav-item {
        margin-bottom: 20px;
    }

    .tabwork-section .work-tab-box {
        margin-bottom: 40px;
    }

    .address-box {
        border-right: none;
        margin-bottom: 50px;
    }

    .home-6boxcontent {
        padding: 25px;
    }

    .speak-box {
        position: static;
        height: 100%;
        width: 100%;
    }

    .common-heading,
    .left-heading {
        font-size: 20px;
    }

    svg.icon.icon-menuon {
        font-size: 22px;
    }

    .greatest-section .owl-carousel .owl-nav button.owl-next,
    .greatest-section .owl-carousel .owl-nav button.owl-prev {
        width: 40px;
        height: 40px;
    }

    .greatest-section .owl-nav {
        max-width: 100px;
    }

    /*E-Al*/
}

@media (max-width:768px) {
    .home-6boxcontent:hover {
        box-shadow: none;
        transform: none;
    }

    .getintouch-career .right-bannerbg {
        left: 0%;
        right: 0;
        margin-top: 0px;
        max-width: 100%;
        padding: 0px 12px
    }

    /*S-At*/
    .home-banner {
        min-height: 400px;
    }

    .home-bannercontent {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .home-6box {
        padding: 40px 20px;
        margin: 24px 8px 40px;
        flex: 0 0 72%;
        border-radius: 12px;
        box-shadow: 0px 0px 20px #ccc;
    }
    .home-6boxcontent p
    {
        font-size: 14px;
    }
    .home-6boxcontent h3
    {
        font-size: 22px;
    }

    .content-wrapper {
        display: flex;
        overflow: auto;
        overflow: -moz-scrollbars-none;
        -ms-overflow-style: none;
    }
    .content-wrapper::-webkit-scrollbar { 
        width: 0 !important;
        display: none; 
      }

    .home-bannercontent h2 {
        font-size: 30px;
        line-height: 40px;
    }

    .home-tabs-box .nav-tabs .nav-link {
        margin-bottom: 5px;
        margin-left: 1.5px;
        margin-right: 1.5px;
        font-size: 12px;
        width: 90px;
        min-height: 120px;
    }

    .digital-marketing {
        padding-top: 0px;
        padding-bottom: 0px;
    }
    .bg_none {
        background:none !important;
    }

    .right-bannerbg {
        position: static;
        display: block;
        height: auto;
        width: auto;
        margin-top: -35px;
        max-width: 100%;
    }

    .digital-text {
        padding-top: 20px;
    }

    .digital-text h3 {
        font-size: 35px;
    }

    .digital-text p {
        font-size: 16px;
        line-height: 22px;
    }

    /*E-At*/
}

@media (max-width: 767px) {
    .footer-listing li a:hover {
    color: #fdd913;
}
.dropdown-common .web-hosting:after {
    display: block;
}
#main_gallery .slider-box {
    position: relative;
}
#main_gallery h5 {
    position: absolute;
    left: 0;
    bottom: 0;
    color: #fff;
    background-color: rgba(0,0,0,0.80);
    width: 100%;
    padding: 13px 15px;
    margin: 0px;
    border-left: #fdd913 solid 5px;
    font-size: 16px;
}
.prt_box_items {
    padding: 0;
    margin: 0 10px 0;
    flex: 0 0 95%;
}
.img_flt {
    display: flex;
    justify-content: flex-start !important;
    overflow: auto;
    overflow: -moz-scrollbars-none;
    -ms-overflow-style: none;
}
.img_flt::-webkit-scrollbar { 
        width: 0 !important;
        display: none; 
      }
    .team-slider
    {
        padding-left: 0;
        padding-right: 0;
    }
    #clients2 .item{
        box-shadow: none;
    }
   #blo .item {
    margin-top: 25px;
    border-radius: 0;
    box-shadow: none;
    background: none;
    border-radius: 0 0 20px 20px;
}
    .item  {
        box-shadow:#00000047 0px 0px 9px;
        margin-top: 25px;
        border-radius: 10px;
    }
    header .navbar {
    padding: 0rem 1rem 0.3rem;
    }
    .home-banner .right-bannerbg {
        background: none;
        clip-path: inherit;
        padding: 0px;
    }
    .greatest-section .owl-nav
    {
        margin: 30px auto 0;
    }
    #blo {
        display: flex;
        overflow: auto;
        overflow: -moz-scrollbars-none;
        -ms-overflow-style: none;
    }
     #blo::-webkit-scrollbar {
        width: 0 !important;
        display: none; 
    }
    #blo .item {
        flex: 0 0 85%;
        margin: 24px 8px 0px;
    }
    .blog-box img
    {
        max-width: none;
        object-fit: unset;
        border-radius: 20px 20px 0 0;
    }
    .speak-box
    {
       padding: 30px 0px 0px;
        background: #fff;
    }
    .greatest-section .owl-carousel .owl-nav button.owl-next, .greatest-section .owl-carousel .owl-nav button.owl-prev
    {
        border-color: #0070c0;
        background: #fff;
    }
    .greatest-section .owl-carousel .owl-nav button.owl-next:hover, .greatest-section .owl-carousel .owl-nav button.owl-prev:hover{
        background: #0070c0;
    }
    .greatest-section .owl-carousel .owl-nav svg.icon.icon-menuon
    {
        fill: #0070c0;
    }
    .greatest-section .owl-carousel .owl-nav svg.icon.icon-menuon:hover {
         fill: #fff !important;
    }
    .greatest-section
    {
        background: #f2faff;
        padding: 30px 0;
        margin: 0;
    }
    .stylish-hdng
    {
        position: relative;
    }
    .stylish-hdng::before {
        content: '';
        background: #fdd913;
        height: 8px;
        width: 86%;
        position: absolute;
        left: 0;
        right: 0;
        top: 50%;
        margin: auto;
        z-index: 0;
    }
    .stylish-hdng h4
    {
        width: 178px;
        margin: auto;
        background: #fff;
        color: #0070c0;
        position: relative;
        font-weight: 600;
    }
    .bluebg-hdng h4
    {
        background: #f2faff;
    }
    .blog-section {
        padding: 40px 0px 0px;
    }
    .happy-clients
    {
        padding: 30px 0;
    }
    .img-client img {
        max-width: 100px;
        width: 100% !important;
    }
    .bluebg
    {
        background: #f2faff;
        padding: 30px 0px 0px;
    }

    .mobile-section .banner-text button {
        background: #fdd913;
        color: #000;
    }

    .common-servicesbox {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .common-servicesbox h2 {
        font-size: 36px;
    }

    .digital-heading {
        font-size: 36px;
    }

    .digital-text h2 {
        font-size: 36px;
    }

    .tabs-container {
        display: flex;
        flex-wrap: wrap;
        flex: 1;
    }

    .tabs-box {
        width: 50%;
        padding: 0 7.5px;
    }
    .work-tab .nav-link {
        border-radius: 0.70rem !important;
    }
    .ready-get-started {
        padding: 25px 15px;
    }

    .tabwork-section h2{
        font-size: 36px;
    }

    .banner-text h2,
    .get-touch h2 {
        padding-top: 20px;
        font-size: 30px;
    }

    .banner-text p,
    .get-touch p {
        font-size: 14px;
    }

    .banner-text button,
    .ready-get-started button {
        font-size: 18px;
        max-width: 185px;
        height: 50px;
        margin: 0px 0;
        max-width: 232px;
    }

    .address-section .col-md-6:nth-child(1) .address-box,
    .address-section .col-md-6:nth-child(2) .address-box {
        border-right: none;
        border-bottom: 1px solid #e7e7e7;
    }

    .get-touch {
        padding-top: 120px;
        padding-bottom: 20px;
    }

    /*S-Al*/
    .clients-box {
        width: 100%;
        text-align: center;
    }

    .clients-box a {
        display: block;
    }
    .happy-clients .owl-dots {
        text-align: center;
    }
    .happy-clients .owl-dot{
        background: #daeefd !important;
        width: 20px;
        height: 10px;
        border-radius: 50px;
        text-align: center;
        margin:0px 2px;
    }
    .happy-clients .owl-dot.active{
        background-color: #0070c0 !important;
    }
    .grphc .greatest-section {
        padding: 0px;
    }
    .blog-box.mb-4.d-flex {
        flex-direction: column;
        align-items: center;
        border-radius: 0 0 20px 20px;
    }
    .speakclient-box {
        padding: 35px 30px 35px 30px;
    }
    .img-client p {
        font-size: 16px;
    }
    .border-bot-3box {
        border-bottom: none;
    }

    .home-6boxcontent {
        border-right: none;
        background: transparent;
        padding: 0;
    }

    .home-tabs-box .tab-content {
        padding:0px 25px 50px;
        box-shadow: none;
        margin:0px;
    }

    /*E-Al*/
    footer {
        text-align: center;
        background-color: #0070c0;
        padding: 30px 0px 0px;
    }

    .footer-heading {
        padding-top: 30px;
        padding-bottom: 6px;
        padding-left: 0px;
    }

    .footer-listing li {
        padding-left: 0px;
    }
   .bottom-ftr {
        background: #06558e;
        color: #fff;
        display: flex;
        justify-content: space-between;
    }
   .coptright {
        font-size: 12px;
        padding: 15px;
        margin: 0px;
        color: #fff;
        text-align: center;
        display: flex;
        justify-content: space-between;
    }
    .social-footer {
        padding-left: 0px;
    }

    .upload-filename {
        font-size: 11px;
        left: 10px;
    }

    .getintouch-career .left-arrow {
      position: absolute;
    left: 0px;
    top: -28px;
    width: 68%;
    }

    .getintouch-career {
        position: relative;
        padding: 0px 0px 40px 0px;
    }
    .work-tab {
        flex-wrap: nowrap;
        overflow: auto;
        justify-content: flex-start;
        overflow: -moz-scrollbars-none;
        -ms-overflow-style: none;
    }
    .work-tab .nav-item {
        margin-bottom: 20px;
        flex: 00 0 60%;
        margin: 10px;
    }
    .work-tab::-webkit-scrollbar { 
        width: 0 !important;
        display: none; 
      }
    .d_flex {
        display: flex;
        flex-wrap: nowrap;
        overflow: auto;
        overflow: -moz-scrollbars-none;
        -ms-overflow-style: none;
    }
    .d_flex::-webkit-scrollbar { 
        width: 0 !important;
        display: none; 
    
    }
    .d_flex .item {
        flex: 0 0 73%;
        border: #e6e6e6 solid 1px;
        margin: 0px 9px 0;
    }
    .contactform-boxs .container .row .col-sm-11:before,
    .contactform-boxs .container .row .col-sm-11:after {
        background: none; 
    }

    /* graphic-design page */
    .digital-marketing {
        background-color: #2786cd;
    }
    .right-bannerbg {
        background: #fff;
        padding-bottom: 90px;
        clip-path: circle(91.4% at 50% 2%);
    }
  .digital-text h1 {
    font-size: 40px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Bebas Neue', cursive;
    letter-spacing: 0px;
    font-weight: 300;
    line-height: 45px;
    }
    .digital-text p{
        color: #fff;
        text-align: center;
    }
    .mobile_sec .stylish-hdng h4{
        width: 211px;
        text-align: center;
    }
    .uncovering-section {
        padding-top: 40px;
        padding-bottom: 0;
    }
    .portfolio-box {
        padding-top: 40px;
        padding-bottom: 0;
        background: #fff;
    }
    .myservices-point {
        font-size: 12px;
        color:#000;
    }



    /* Moblie App Development */
    .mbl_app .stylish-hdng h4 {
        width: 184px;
    }
    .mble_slou .card_bx h4 {
        padding: 17px 0px 0px 0px;
    }
    
    .grphc .card_bx h4 {
        padding: 25px 0px 15px 0px;
    }
    .main_slider .owl-carousel {
        z-index:1;
    }
    .main_slider {
        padding-top: 15px;
    }
    .main_slider .owl-carousel .owl-nav button.owl-next,
    .main_slider .owl-carousel .owl-nav button.owl-prev {
        background-color: #fdd913;
        border: none;
    }
    .main_slider .owl-carousel .owl-nav svg.icon.icon-menuon {
        fill: #000000;
    }
    .card_bx {
        background: #ffff;
        height: auto;
        box-shadow: #0000001f 0 0 7px;
        margin: 5px 5px 30px 5px;
        border-radius: 23px;
        padding: 15px;
    }
    
    .card_bx h4 {
        font-size: 20px;
        font-weight: 900;
        text-align: center;
        text-transform: uppercase;
        margin: 0px;
        padding: 0px;
    }
  
    .main_slider .owl-nav {
        margin: 15px auto 0;
    }
    .uncovering-section .myservices-point img {
        width: auto;
    }
    .our_prtflo .owl-nav {
        margin: 0 auto 0px;
        padding-bottom:40px;
    }
    .web_dvlpmnt .stylish-hdng h4 {
        width: 198px;
    }
      .prt_foloio_sld h5 {
        position: absolute;
        bottom: 0px;
    }
    #upc .myservices-point img {
        width: auto;
    }
    .prt_foloio_sld h5 {
        position: absolute;
        bottom: 30px;
        color: #fff;
        background-color: rgba(0,0,0,0.60);
        font-size: 17px;
        width: 100%;
        padding: 10px;
        border-left: #fdd913 solid 5px;
    }
    .gry-hdng h4 {
        background-color: #f2f8fc;
    }
   #card-button {
    text-align: center;
    position: absolute;
    bottom: 16px;
    z-index: 0;
    }
    .mbl_app .mble_slou #card-button,
    .web_dvlpmnt .wb_dvlpmnt #card-button {
        bottom: 17px;
        z-index:0;
    }
    #card-button .item {
    background: #0070c0;
    width: 55px;
    height: 55px;
    border-radius: 50px;
    margin: 0px auto;
    line-height: 55px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    }
    #card-button .owl-stage {
    transition: opacity .75s linear !important;
    }
    .grphc .owl-nav {
    margin: 0px auto;
    max-width: 220px;
    }
    .grphc .greatest-section {
    background: #f2faff;
    position: relative;
    }
      .our_prtflo {
        padding: 8px 0px 0px;
    }
    .web_dvlpmnt .card_bx{
        margin: 5px 5px 30px 5px;
    }
    .design-srvc #card-button {
        bottom: 16px;
        z-index: 0;
    }
    #market_card #card-button {
        bottom: -9px;
    }
    #upc .owl-stage-outer {
        background: #f2faff;
        margin: 35px 0px 20px;
    }

    #upc .owl-dots {
        text-align: center;
        margin: -15px 0px 40px 0px;
    }
    #upc .owl-dot{
        background: #daeefd !important;
        width: 30px;
        height: 9px;
        border-radius: 50px;
        text-align: center;
        margin:0px 2px;
    }
    #upc .owl-dot.active{
        background-color: #0070c0 !important;
    }
    #clients2 .clients-box img {
        max-width: inherit !important;
    }
    .blog-summary {
        background-color: #fff;
        border-radius: 0 0 20px 20px;
    }
    
    /*About Us*/
    .banner-text {
        text-align:center;
    }
    .banner-text p {
        color:#fff;
    }
    .banner-text h2 {
        color: #fff;
        font-size: 40px;
        text-transform: uppercase;
        font-family: 'Bebas Neue', cursive;
        letter-spacing: 0px;
        font-weight: 300;
        line-height: 45px;
        text-align:center;
    }
    .banner-text button {
        background: #fdd913;
        color: #000;
    }
    .team_dsc {
        background: #fdd913;
        padding: 10px 0px;
        border-radius: 15px 15px 0px 0px;
        margin:0px 15px;
    }
    .team_dsc h2 {
        padding: 0px;
        margin: 0px;
        font-size: 16px;
    }
    .team_dsc p {
        margin: 0px;
        padding: 0px;
    }
    .about_heading {
    position: relative;
    }
    #about_wrapper .right-bannerbg {
    padding-bottom: 0px;
    }
    #about_wrapper .digital-text.banner-text ul li {
    background: none;
    color: #fff;
    padding-left: 0px;
    line-height: 60px;
    position: relative;
    }
    #about_wrapper .digital-text.banner-text ul li:after {
    position: absolute;
    bottom: -5px;
    left:35%;
    content: "";
    background: #fdd913;
    width: 80px;
    height: 7px;
    margin: 0 auto;
    border-radius: 50px;
    }
   
    #about_wrapper .digital-text.banner-text ul li:last-child:after{
        content:none;
    }
    #specification_slider h2 {
    padding-top: 20px;
    }
    .specification-area {
    padding-top: 40px;
    }
    .stylish-hdng h4 {
        width:250px;
    }
    .specification-box {
    box-shadow: #00000047 0px 0px 9px;
    margin: 7px 0px;
    }
    #about_wrapper .specification-box h2{
    color: #202020;
    padding-bottom: 13px;
    }
    .mision-vision p,
    .team-section p,
    #about_wrapper .specification-box p{
        color: #202020;
    }
    .mision-vision {
        padding:0px 0px 40px;
        background-color: #f2faff;
    }
    .vision-text h2 {
    color: #0070c0;
    }
    .vision-box img {
    position: relative;
    }
    
    .vision-box {
    min-height: auto;
    background-color: #fff;
    padding: 20px 20px 10px;
    border-radius: 4px;
    box-shadow: #0000003b 0 0 20px;
    border-radius: 20px;
    }
    .vision-text {
    padding-left: 0;
     display: inline-block;
    }
    .accordian_box .vision-text h2 {
    color: #0070c0;
    display: inline;
    }
    
   .accordion_dwn {
    cursor: pointer;
    padding: 0 0px 0px 10px;
    transition: 0.4s;
    }

.accordion_dwn:after {
  content: "";
    float: right;
    position: absolute;
    right: 25px;
    border: #7a7a7a solid 3px;
    border-width: 2px;
    transform: rotate(-45deg);
    width: 10px;
    height: 10px;
    border-left: none;
    border-top: none;
    top: 55px;
}

.accordion_dwn.active:after {
  content: "";
   transform: rotate(45deg);
}

.panel {
    padding: 12px 0px 0px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    }
    .tb_hdng .tab-text {
    position: absolute;
    bottom: 0px;
    background: rgba(0,0,0,0.5);
    width: 100%;
    padding: 10px 15px;
    border-radius: 0 0 14px 14px;
    }
.tab-text h4 {
    color: #fff;
    padding: 0px;
    margin: 0px;
    }
    .work-itembox {
    border-radius: 14px;
}
    .work-itembox:after {
    bottom: -8px;
    border-radius: 10px;
    }
    .work-itembox:before {
    bottom: -15px;
    border-radius: 10px;
    }
    .work-itembox img {
        border-radius: 14px;
    }
  
    .ready-get-started {
        align-items: center;
    }
    .ready-get-started h2 {
        font-family: 'Bebas Neue', cursive;
        font-size: 36px;
        
    }
    .ready-get-started p {
        color: #393939;
    }
    .ready-get-started button {
        background: #393939;
    }
    .ready-get-started a {
        width:75%;
    }
    .ready-get-started button {
     max-width: 100% !important; 
    display: inline-block;
    }
    .tb_hdng p {
    color: #202020;
    }
    .contact-form {
    border-radius: 15px;
    }
    .contact-form button {
        min-width:100%;
    }
    .ready_wrapper .contact-form button{
         min-width:auto;
    }
    .contact_panel {
  background-color: #fff;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
.nav_link.contact_accordion span {
    font-size: 18px;
    font-weight: bold;
    padding-left: 12px;
    color: #1b79bc;
}
.contact_accordion {
  background-color: #fff;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
  border-radius: 20px;
  margin-top: 5px;
  margin-bottom: 13px;
  position: relative;
  box-shadow: 0px 0px 25px rgb(0 112 192 / 25%);
}
.address-section {
    padding: 0px;
}


.contact_accordion:after {
    content: "";
    float: right;
    position: absolute;
    right: 25px;
    border: #7a7a7a solid 3px;
    border-width: 2px;
    transform: rotate(-45deg);
    width: 10px;
    height: 10px;
    border-left: none;
    border-top: none;
    top: 35px;
}

.contact_accordion.active:after {
  content: "";
   transform: rotate(45deg);
}
.contact_accordion .icon {
    width: 75px;
    height: 50px;
    border-radius: 10px;
    align-items: center;
    vertical-align: middle;
}
.contact_bg {
    background: #f2f0fe;
}
.getintouch-section .left-arrow {
    top: -22px;
    width: 70%;
}
.getintouch-section .left-arrow, .readyget-arrow {
     opacity: 1; 
}
.getintouch-section {
    margin-top: 20px;
}
.contact_bg h2 {
    font-family: 'Bebas Neue', cursive;
    font-size:40px;
    text-align:center;
}
.right_text {
    flex: 0 0 75%;
}
.gap_t .address-box {
    display: flex;
    margin-bottom: 0;

}
.contact_bg .get-touch p {
    color:#000;
}
.right_text h3 {
    padding-bottom: 15px;
    position: relative;
}
.short_icon {
    flex: 0 0 25%;
}
.right_text h3:after {
    content: "";
    background: #1977bb;
    width: 32%;
    height: 4px;
    position: absolute;
    bottom: 0;
    margin: 0px auto;
    text-align: center;
    left: 0px;
}
.team-box {
    margin-bottom: 26px;
    padding-bottom: 0;
}
    #work-with-slider .owl-dots,
    #team_slider3 .owl-dots {
        text-align: center;
    }
    #work-with-slider .owl-dot,
    #team_slider3 .owl-dot {
        background: #daeefd !important;
        width: 35px; 
        height: 10px;
        border-radius: 50px;
        margin: 0px 2px;
    }
     #work-with-slider .owl-dot.active,
    #team_slider3 .owl-dot.active{
        background-color: #0070c0 !important;
    }
    #work-with-slider .circle-icon {
        padding-left: 0px;
    }
    .sec_heading p {
         color: #4e4e4e;
    }
    .dwn_arrow {
    background-color: #2786cd;
    text-align: center;
    height: 38px;
    }
    .dwn_arrow .icon {
    transform: rotate(90deg);
    background: #fff;
    font-size: 72px;
    padding: 20px 0px 20px 0px;
    border-radius: 38px;
    text-align: center;
    fill: #2786cd;
    box-shadow: 0px 0px 12px #ccc;
    
}
.cnt_wrp {
    position:relative;
}
.cnt_wrp:after {
    content: "";
    background: #2786cd;
    position: absolute;
    width: 100%;
    height: 50px;
    top: 0px;
    z-index: -1;
    }
    .short_thumb {
    display: flex;
    align-items: center;
}
.requirement-box a {
    width: 100%;
    text-align: center;
}
.short_thumb.accordion_rqrmnt h3 {
    font-size: 18px;
    color:#0070c0;
}
.requirement_accor {
    padding: 28px 20px 15px;
    position: initial;
    position: relative;
    border-radius: 13px;
}
.requirement-img {
    position: relative;
    height: 60px;
    top: 0;
    left: 0;
}
.requirement-box:before {
    content: '';
    display: block;
    position: relative;
    right: 0;
    top: 0;
    border-radius: 50%;
    width: auto;
    height: auto;
    background: #f7f8ff;
    z-index: -1;
}
.accordion_rqrmnt {
  color: #444;
  cursor: pointer;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
}


.accordion_rqrmnt:after {
    content: "";
    float: right;
    position: absolute;
    right: 25px;
    border: #7a7a7a solid 3px;
    border-width: 2px;
    transform: rotate(-45deg);
    width: 10px;
    height: 10px;
    border-left: none;
    border-top: none;
    top: 50px;
    }

.accordion_rqrmnt.active:after {
  content: "";
   transform: rotate(45deg);
}

.panel {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
.banner-text.ready-to-join p,
.banner-text.ready-to-join h2 {
    color: #393939;
}
.ready_wrapper {
    padding-top: 72px;
    }
    .career_form {
    padding: 45px 25px 45px 25px;
    border-radius: 15px;
    box-shadow: 0px 0px 20px #ccc;
    }
    .ready_wrapper .upload-btn {
    width: 95px;
    line-height: 35px;
    height: 35px;
    top: 8px;
    font-size: 12px;
}
.ready_wrapper .upload-browse {
    height: 54px;
}
.ready_wrapper .upload-filename {
    line-height: 50px;
    font-size: 12px;
}
#single-img-slider .item{
    box-shadow: none;
    }
    .single-wrap #single-img-slider .owl-item img {
    min-height: auto !important;
    max-height: auto;
    margin: auto;
    height: 232px;
}

.single-wrap #single-img-slider .owl-nav {
    top: 50% !important;
}
}

@media (max-width: 660px) {
    .dropdown-common {
        width: 300px;
    }
}

@media (max-width:575px) {
    .common-heading span:before {
        display: none;
    }

    .common-heading span:after {
        display: none;
    }
}

@media (max-width: 520px) {
    .tabs-box {
        width: 100%;
        max-width: 100%;
        padding: 0 7.5px;
    }

    .tabbing-link {
        min-height: 50px;
        margin: 10px 0 0 0;
        box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
    }
    .dropdown-support {
        width:100%;
    }
}

@media (max-width: 360px) {
    .dropdown-common {
        width: 280px;
    }

    .dropdown-common a {
        font-size: 16px;
    }
}

@media (max-width:1024px) {
    .ready-get-started span {
        display: none;
    }

    .happy-clients .owl-carousel .owl-nav button.owl-prev {
        left: 0px;
    }

    .happy-clients .owl-carousel .owl-nav button.owl-next {
        right: 0px;
    }

    .clients-box img {
        width: 100% !important;
        max-width: 150px !important
    }
}


/* protfolio detals*/

.page-title-wrap {
    background: url(../images/portfolio-heading-bg.webp) no-repeat center center;
    padding: 50px 0;
    text-align: center;
    margin-bottom: 35px;
    background-color: #f0f0f0;
}

.page-title-wrap h2 {
    text-transform: uppercase;
}

.page-title-wrap .lead {
    font-size: 20px;
    margin: 0;
}


/* single page start  */


/*.single-wrap #single-img-slider .owl-nav.disabled {*/


/*display: none;*/


/*}*/

.single-wrap {
    margin-bottom: 30px;
}

.single-wrap .portView h3 {
    color: #0070c0;
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 1px;
    margin-bottom: 30px;
    margin-top: 10px;
}

.single-wrap .portView p,
.share_wrap,
.ib-img-wrap {
    border-bottom: 1px solid #e7e6e6;
    padding-bottom: 10px;
    float: left;
    width: 100%;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.single-wrap .portView p span,
.share_wrap span:first-child,
.ib-img-wrap span {
    font-weight: 600;
    width: 100%;
    display: inline-block;
    font-size: 14px;
    max-width: 133px;
    color: #4d4d4d;
}

.ib-img-wrap img {
    width: 50px;
    margin-left: 20px;
}

.single-wrap .portView p label {
    font-size: 14px;
    margin: 0;
}

.single-wrap .portView p.Project-url a {
    font-size: 14px;
    color: #3e3e3e;
}

.share_wrap>div {
    width: 100%;
}

.tags-wrap lable {
    font-size: 14px;
    line-height: 22px;
    color: #4d4d4d;
}


/*.share_wrap img {*/


/*    width: 100%;*/


/*    max-width: 140px;*/


/*}*/

.share_div span.fleft.mar-left-15 {
    margin-left: 10px;
}

.single-wrap .portView .desp {
    float: left;
    width: 100%;
    line-height: 18px;
    font-size: 13px;
}

.single-wrap .portView .quote {
    float: left;
    width: 100%;
    font-weight: bold;
    margin-top: 10px;
}

.single-wrap button.yellow {
    background: #fdd913;
    border: none;
    text-shadow: none;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0 0 0 10px;
    padding: 12px 20px;
}

.single-wrap #single-img-slider {
    position: relative;
}

.single-wrap #single-img-slider .owl-nav {
    position: absolute;
    top: calc(50% - 20px);
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.single-wrap #single-img-slider .owl-nav button span {
    background: rgb(255 255 255 / 35%);
    padding: 0;
    font-size: 60px;
    width: 30px;
    height: 40px;
    line-height: 35px;
    display: block;
    color: #282727;
}

.single-wrap #single-img-slider .owl-nav button span:hover {
    background: rgb(255 255 255 / 59%);
}

.single-wrap #single-img-slider .team-box {
    padding: 0;
    margin-bottom: 30px;
}

.single-wrap #single-img-slider .owl-item img {
    display: block;
    width: 100% !important;
    min-height: 400px;
    max-height: 400px;
    margin: auto;
    object-fit: contain;
}

.single-wrap #single-img-slider .single-slider-team-box {
    overflow: hidden;
}

@media (min-width: 1200px) {

    .single-wrap .container,
    .joinTeam-form-wrap .container {
        max-width: 1140px !important;
    }

    .similar-projects-wrap .container {
        width: 1170px;
    }
}

.similar-projects-wrap {
    padding: 70px 0 70px;
}

.similar-projects-wrap h4 {
    color: #0070c0;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 1px;
}

.similar-projects-wrap .col-similar {
    padding: 0;
}

.similar-projects-wrap h3 a {
    color: #3e3e3e;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 20px;
}

.similar-projects-wrap .similar-sec p {
    line-height: 20px;
    margin-top: 10px !important;
    color: #4D4D4D;
}

.similar-projects-wrap .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    padding: 0px 15px;
}

.similar-projects-wrap .ports-img img {
    height: 200px;
    width: 100%;
    opacity: .6;
}

.similar-projects-wrap .col-similar:hover .ports-img img {
    opacity: 1;
}


/* single page end */


/* request quote form start */

.joinTeam-form-wrap {
    background: #0070c0;
    padding: 60px 0 40px;
    display: none;
}

.joinTeam-form-wrap .nav-tabs>li.active>a {
    color: #fdd913 !important;
    background: #0070c0 url(../images/iconJoins.png) no-repeat left top;
    border: none;
    border-bottom: 3px solid #fdd913;
    padding: 0px 0 9px 40px;
    background-position-y: -52px;
}

.joinTeam-form-wrap .form-horizontal .control-label {
    text-align: left;
    padding: 0 0 5px;
    color: #fff;
    font-weight: normal;
    margin-bottom: 0;
}

.joinTeam-form-wrap .nav-tabs {
    border: none;
    margin-bottom: 35px;
}

.joinTeam-form-wrap form {
    padding: 0px 15px;
}

.nav>li {
    position: relative;
    display: block;
}

.joinTeam-form-wrap .form-group button {
    position: relative;
    background: #fdd913;
    text-shadow: none;
    box-shadow: none;
    border: none;
    text-transform: uppercase;
    font-weight: bold;
    padding: 10px 100px;
    margin-top: 20px;
}

@media (max-width: 597px) {
    .single-wrap .portView .quote {
        text-align: center;
    }

    .single-wrap button.yellow {
        margin: 20px 0px 0px;
    }
}

.request_a_quote label.error {
    position: relative;
    bottom: 0;
    color: #a94442;
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 14px;
}