/*  ====Global Css====   */

body {
    background: #fff;
    margin: 0px;
    padding: 0px;
    font-family: 'Poppins', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0px;
    padding: 0px;
    font-weight: 400;
}

p {
    margin: 0px 0px 20px;
    padding: 0px;
    font-weight: 400;
    line-height: 30px;
    font-size: 14px;
    color: #000;
}

.mobile-show {
    display: none;
}

.mobile-block {
    display: block;
}

.mt0 {
    margin-top: 0 !important;
}

.mt-100 {
    margin-top: 100px;
}

.pt0 {
    padding-top: 0 !important;
}

img {
    max-width: 100%;
    width: 100%;
}

header,
footer,
section {
    width: 100%;
    float: left;
}

* {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.heading {
    width: 100%;
    float: left;
    text-align: center;
    margin-bottom: 20px;
    position: relative;
}

.heading.txt-left {
    text-align: left;
    padding-left: 94px;
}

.heading h2 {
    font-size: 24px;
    color: #fff;
    margin-bottom: 10px;
}

.heading h2 span {
    color: #81005f;
}

.heading .subtitle {
    font-size: 34px;
    color: #fff;
    font-weight: 600;
}

.heading.whit-head {
    text-align: left;
}

.heading.whit-head.txt-center {
    text-align: center;
}

.heading.whit-head h2 {
    color: #000;
}

.heading.whit-head .subtitle {
    color: #000;
}


/*  ====Global Css end====   */

.deskt-block {
    display: block;
}

.deskt-none {
    display: none;
}


/*  ====header====   */

header {
    background-image: url(../images/header-bg.png);
    background-repeat: no-repeat;
    background-position: top right;
    padding-bottom: 50px;
    padding-top: 120px;
}

header.hdr-btm {
    padding: 0px;
}

nav.navbar {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 9999;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

nav.navbar.nav-fixed {
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    background: #fff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

nav.navbar.nav-fixed .righthambarg {
    top: 10px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

nav.navbar.nav-fixed.navbar-light .navbar-brand {
    width: 170px;
}

nav.navbar.nav-fixed.navbar-light .navbar-brand img {
    width: 100px;
    transition: all 0.3s;
}

.navbar-brand {
    margin-right: 13rem;
}

.navbar-light .navbar-nav .nav-link {
    color: #000;
    padding-right: 20px;
    padding-left: 20px;
    font-weight: 500;
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
    color: #81005f;
}

.dropdown-toggle::after {
    border-top: .3em solid #81005f;
}

.nav-item.right-btn {
    float: right;
}

.dropdown-item {
    color: #000;
    font-size: 14px;
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #fff;
    background-color: #81005f;
}

.call-btn-link {
    background: #81005f;
    /* Old browsers */
    background: -moz-linear-gradient(top, #81005f 0%, #eb0081 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #81005f 0%, #eb0081 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #201736 0%, #5a4689 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#f33212', endColorstr='#f35212', GradientType=0);
    /* IE6-9 */
    float: right;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    border-radius: 20px;
    width: 173px;
    height: 37px;
    text-align: center;
    line-height: 37px;
    margin-left: 30px;
}


/*  ====Sidenav====   */

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    background: #81005f;
    /* Old browsers */
    background: -moz-linear-gradient(top, #81005f 0%, #eb0081 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #81005f 0%, #eb0081 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #201736 0%, #5a4689 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#f33212', endColorstr='#feab01', GradientType=0);
    /* IE6-9 */
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 110px;
}

.righthambarg {
    font-size: 30px;
    cursor: pointer;
    color: #fff;
    background: #81005f;
    /* Old browsers */
    background: -moz-linear-gradient(top, #81005f 0%, #eb0081 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #81005f 0%, #eb0081 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #201736 0%, #5a4689 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#f33212', endColorstr='#f35212', GradientType=0);
    /* IE6-9 */
    box-shadow: 0px 0px 10px #81005f;
    padding: 0px 10px;
    border-radius: 50px 50px 50px 0px;
    position: absolute;
    right: 120px;
    top: 30px;
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #fff;
    display: block;
    transition: 0.3s;
}

.sidenav a:hover {
    color: #f1f1f1;
    text-decoration: none;
}

.sidenav .closebtn {
    position: absolute;
    top: 20px;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
    color: #fff;
}

ul.sidenav-link {
    width: 100%;
    float: left;
    margin: 0px;
    padding: 0px 20px;
}

ul.sidenav-link li {
    list-style: none;
    float: left;
    width: 100%;
    font-size: 16px;
    color: #fff;
    margin: 10px 0px;
}

ul.sidenav-link li i {
    margin-right: 8px;
    width: 20px;
    float: left;
    margin-top: 3px;
}


/*  ====Sidenav end====   */


/*  ====header end====   */


/*  ====footer====   */

footer {
    padding: 70px 0px 40px 0px;
    text-align: left;
    background: #000000;
}

footer h6 {
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 30px;
    margin-top: 30px;
}

footer h6:after {
    width: 33px;
    height: 3px;
    position: absolute;
    left: 0px;
    bottom: 0px;
    content: "";
    background: #81005f;
}

footer p {
    font-size: 14px;
    color: #fff;
    font-weight: 500;
}

footer p a {
    color: #81005f;
    text-decoration: none;
}

.ftr-logo {
    display: block;
    width: 170px;
    margin-bottom: 40px;
}

ul.ftr-info-column {
    width: 100%;
    float: left;
    margin: 0px 0px 20px;
    padding: 0px;
}

ul.ftr-info-column li {
    list-style: none;
    float: left;
    width: 100%;
    font-size: 18px;
    color: #000;
}

ul.ftr-info-column li .info-icon {
    width: 35px;
    height: 35px;
    float: left;
    margin-right: 10px;
}

ul.ftr-info-column li p {
    float: left;
    width: 87%;
    font-size: 16px;
    font-weight: 600;
}

ul.ftr-link {
    width: 100%;
    float: left;
    margin: 0px 0px 20px;
    padding: 0px;
}

ul.ftr-link li {
    list-style: none;
    float: left;
    width: 100%;
    font-size: 14px;
    margin: 6px 0px;
}

ul.ftr-link li a:after {
    content: "";
    height: 1px;
    left: 0;
    bottom: 0;
    width: 1px;
    position: absolute;
    -webkit-transition: width 1s ease, background-color 1s ease;
    -moz-transition: width 1s ease, background-color 1s ease;
    -ms-transition: width 1s ease, background-color 1s ease;
    -o-transition: width 1s ease, background-color 1s ease;
    transition: width 1s ease, background-color 1s ease;
    right: 0;
    margin: 0 auto;
}

ul.ftr-link li a:hover {
    color: #81005f;
    -webkit-transition: color 1s ease;
    -moz-transition: color 1s ease;
    -ms-transition: color 1s ease;
    -o-transition: color 1s ease;
    transition: color 1s ease;
    cursor: pointer;
    font-weight: 600;
}

ul.ftr-link li a:hover:after,
ul.ftr-link li a:focus:after {
    width: 100%;
    background-color: #81005f;
}

ul.ftr-link li a {
    color: #fff;
    text-decoration: none;
    position: relative;
}

ul.ftr-link li a:hover {}

ul.ftr-link.service-link li {
    width: 50%;
}

ul.socail-link {
    width: auto;
    float: right;
    margin: 0px;
    padding: 0px;
}

ul.socail-link li {
    list-style: none;
    width: auto;
    float: left;
}

ul.socail-link li a {
    width: 50px;
    height: 50px;
    background-color: transparent;
    text-align: center;
    line-height: 45px;
    font-size: 22px;
    margin: 0 5px;
    display: block;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    border: 2px solid #fff;
    z-index: 1;
}

ul.socail-link li a .icon {
    position: relative;
    color: #fff;
    transition: .5s;
    z-index: 3;
}

ul.socail-link li a:hover .icon {
    color: #fff;
    transform: rotateY(360deg);
}

ul.socail-link li a:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: #81005f;
    transition: .5s;
    z-index: 2;
}

ul.socail-link li a:hover:before {
    top: 0;
}

ul.socail-link li:nth-child(1) a:before {
    background: #3b5999;
}

ul.socail-link li:nth-child(2) a:before {
    background: #55acee;
}

ul.socail-link li:nth-child(3) a:before {
    background: #0077b5;
}

ul.socail-link li:nth-child(4) a:before {
    background: #81005f;
}

.copyrght p {
    margin: 10px 0px;
}


/*  ====footer end====   */


/*  ====Home Page====   */


/*  ====header Slider====   */

.header-slider {
    text-align: center;
    float: left;
    width: 100%;
}

.globalsoft-animate-text {
    width: 91.3%;
    display: inline-block;
}

.globalsoft-animate-text h1 {
    color: #fff;
    font-size: 75px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    background: linear-gradient(to right, #221936 10%, #620076 50%, #76659d 60%);
    background-size: auto auto;
    background-clip: border-box;
    background-size: 200% auto;
    color: #fff;
    background-clip: text;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: textclip 1.5s linear infinite;
    display: inline-block;
}

@keyframes textclip {
    to {
        background-position: 200% center;
    }
}

.globalsoft-animate-text img {
    width: 100%;
    display: inline-block !important;
    height: auto;
}

.carousel-item {
    padding-right: 60px;
}

.carousel-image {
    width: 55%;
    float: right;
    right: 60px;
}

.carousel-caption {
    position: relative;
    text-align: left;
    left: 0;
    bottom: inherit;
    margin-top: 6%;
    width: 39%;
    float: left;
    min-height: 360px;
}

.carousel-caption h3 {
    font-size: 48px;
    color: #000;
    font-weight: 800;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.carousel-caption p {
    font-size: 16px;
    font-weight: 500;
    top: 140px;
}

.carousel-caption a.btn-link {
    bottom: 60px;
    top: inherit;
    position: absolute;
}

.carousel-caption a.btn-link span {
    position: relative;
}

.carousel-control-next,
.carousel-control-prev {
    width: 53px;
    height: 53px;
    top: 50%;
    opacity: 1;
}

.carousel-control-prev {
    right: 0;
    left: auto;
    background-image: url("../images/up-arrow.png");
}

.carousel-control-prev:hover,
.carousel-control-next:hover {
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    border-radius: 10px;
}

.carousel-control-next {
    background-image: url("../images/down-arrow.png");
    margin-top: 53px;
}

a.btn-link,
.submit-btn {
    border-radius: 0px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f33212+0,f35212+100 */
    background: #81005f;
    /* Old browsers */
    background: -moz-linear-gradient(top, #81005f 0%, #eb0081 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #81005f 0%, #eb0081 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #201736 0%, #5a4689 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#f33212', endColorstr='#f35212', GradientType=0);
    /* IE6-9 */
    border: none;
    color: #fff !important;
    text-align: center;
    font-size: 18px;
    padding: 11px;
    width: 220px;
    transition: all 0.5s;
    cursor: pointer;
    box-shadow: 0 10px 20px -8px rgba(0, 0, 0, .7);
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
}

a.btn-link:after,
.submit-btn:after {
    content: "";
    position: absolute;
    opacity: 0;
    top: 21px;
    right: -20px;
    transition: 0.5s;
    background-image: url("../images/btn-arrow-icon.png");
    background-repeat: no-repeat;
    width: 21px;
    height: 6px;
}

a.btn-link:hover,
.submit-btn:hover {
    padding-right: 24px;
    padding-left: 8px;
    background: #81005f;
    /* Old browsers */
    background: -moz-linear-gradient(top, #81005f 0%, #eb0081 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #81005f 0%, #eb0081 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #201736 0%, #5a4689 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#f35212', endColorstr='#f33212', GradientType=0);
    /* IE6-9 */
}

a.btn-link:hover:after,
.submit-btn:hover:after {
    opacity: 1;
    right: 20px;
}

@-webkit-keyframes fadeInUpSD {
    0% {
        opacity: 0;
        -webkit-transform: translateY(100px);
        transform: translateY(100px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
    }
}

@keyframes fadeInUpSD {
    0% {
        opacity: 0;
        -webkit-transform: translateY(100px);
        transform: translateY(100px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
    }
}

@-webkit-keyframes fadeInUpSDD {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        transform: translateY(40px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
    }
}

.fadeInUpSD {
    -webkit-animation-name: fadeInUpSD;
    animation-name: fadeInUpSD;
}

.fadeInUpSDD {
    -webkit-animation-name: fadeInUpSDD;
    animation-name: fadeInUpSDD;
}

.carousel-item.active .carousel-caption {
    animation-name: fadeInUpSD;
    animation-duration: 1s;
    opacity: 1;
}

.carousel-item.active .carousel-image {
    animation-name: fadeInUpSDD;
    animation-duration: 1s;
    opacity: 1;
}

.carousel-fade .carousel-item.active .carousel-image,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
    opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    opacity: 0;
}

.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
    transform: translateX(0);
    transform: translate3d(0, 0, 0);
}


/*  ====header Slider end====   */


/*  ====Service====   */

.rocket {
    position: relative;
    z-index: 1;
}

.rocket .rocket-body {
    animation: bounce 0.5s infinite;
}

.rocket .rocket-body .body {
    background-color: #dadada;
    height: 180px;
    left: calc(50% - 50px);
    border-top-right-radius: 100%;
    border-top-left-radius: 100%;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-top: 5px solid #f5f5f5;
}


/* .rocket .rocket-body:before {

  content: '';

  position: absolute;

  left: calc(50% - 24px);

  width: 48px;

  height: 13px;

  background-color: #554842;

  bottom: -13px;

  border-bottom-right-radius: 60%;

  border-bottom-left-radius: 60%;

} */

.rocket .window {
    position: absolute;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background-color: #a75248;
    left: calc(50% - 25px);
    top: 40px;
    border: 5px solid #b4b2b2;
}

.rocket .fin {
    position: absolute;
    z-index: -100;
    height: 55px;
    width: 50px;
    background-color: #a75248;
}

.rocket .fin-left {
    left: -30px;
    top: calc(100% - 55px);
    border-top-left-radius: 80%;
    border-bottom-left-radius: 20%;
}

.rocket .fin-right {
    right: -30px;
    top: calc(100% - 55px);
    border-top-right-radius: 80%;
    border-bottom-right-radius: 20%;
}

.rocket .exhaust-flame {
    position: absolute;
    background: url(../images/rocket-exhaust.png) no-repeat;
    width: 129px;
    height: 321px;
    animation: exhaust 3s infinite;
    top: 470px;
    left: 108px;
    z-index: 99;
}

.rocket .exhaust-fumes li {
    width: 60px;
    height: 60px;
    background-color: #f5f5f5;
    list-style: none;
    position: absolute;
    display: none;
    border-radius: 100%;
}

.rocket .exhaust-fumes li:first-child {
    width: 200px;
    height: 200px;
    bottom: 0;
    display: block;
    animation: fumes 5s infinite;
    left: 70px;
}

.rocket .exhaust-fumes li:nth-child(2) {
    width: 150px;
    height: 150px;
    left: -40px;
    bottom: 10px;
    display: block;
    animation: fumes 3.2s infinite;
}

.rocket .exhaust-fumes li:nth-child(3) {
    width: 120px;
    height: 120px;
    left: 10px;
    bottom: 100px;
    display: block;
    animation: fumes 3s 1s infinite;
}

.rocket .exhaust-fumes li:nth-child(4) {
    width: 100px;
    height: 100px;
    left: -100px;
    display: block;
    animation: fumes 4s 2s infinite;
    bottom: 20px;
}

.rocket .exhaust-fumes li:nth-child(5) {
    width: 130px;
    height: 130px;
    right: 0px;
    bottom: 60px;
    display: block;
    animation: fumes 5s infinite;
}

.rocket .exhaust-fumes li:nth-child(6) {
    width: 160px;
    height: 170px;
    right: 90px;
    bottom: 10px;
    display: block;
    animation: fumes2 10s infinite;
}

.rocket .exhaust-fumes li:nth-child(7) {
    width: 100px;
    height: 100px;
    right: 10px;
    display: block;
    bottom: 10px;
}

.rocket .exhaust-fumes li:nth-child(8) {
    width: 110px;
    height: 110px;
    right: -20px;
    display: block;
    bottom: 30px;
}

.rocket .exhaust-fumes li:nth-child(9) {
    width: 90px;
    height: 90px;
    right: 270px;
    bottom: 40px;
    display: block;
    animation: fumes 20s infinite;
}

.star li {
    list-style: none;
    position: absolute;
}

.star li:before,
.star li:after {
    content: '';
    position: absolute;
    background-color: #f5f5f5;
}

.star li:before {
    width: 10px;
    height: 2px;
    border-radius: 50%;
}

.star li:after {
    height: 8px;
    width: 2px;
    left: 4px;
    top: -3px;
}

.star li:first-child {
    top: -30px;
    left: -210px;
    animation: twinkle 0.4s infinite;
}

.star li:nth-child(2) {
    top: 0;
    left: 60px;
    animation: twinkle 0.5s infinite;
}

.star li:nth-child(2):before {
    height: 1px;
    width: 5px;
}

.star li:nth-child(2):after {
    width: 1px;
    height: 5px;
    top: -2px;
    left: 2px;
}

.star li:nth-child(3) {
    left: 120px;
    top: 220px;
    animation: twinkle 1s infinite;
}

.star li:nth-child(4) {
    left: -100px;
    top: 200px;
    animation: twinkle 0.5s ease infinite;
}

.star li:nth-child(5) {
    left: 170px;
    top: 100px;
    animation: twinkle 0.4s ease infinite;
}

.star li:nth-child(6) {
    top: 87px;
    left: -79px;
    animation: twinkle 0.2s infinite;
}

.star li:nth-child(6):before {
    height: 1px;
    width: 5px;
}

.star li:nth-child(6):after {
    width: 1px;
    height: 5px;
    top: -2px;
    left: 2px;
}

@keyframes fumes {
    50% {
        transform: scale(1.5);
        background-color: transparent;
    }
    51% {
        transform: scale(0.8);
    }
    100% {
        background-color: #f5f5f5;
        transform: scale(1);
    }
}

@keyframes bounce {
    0% {
        transform: translate3d(0px, 0px, 0);
    }
    50% {
        transform: translate3d(0px, -4px, 0);
    }
    100% {
        transform: translate3d(0px, 0px, 0);
    }
}

@keyframes exhaust {
    0% {
        background: url(../images/rocket-exhaust.png) no-repeat;
        opacity: .2;
        transform: translate3d(0px, 0px, 0);
    }
    50% {
        background: url(../images/rocket-exhaust.png) no-repeat;
        opacity: .3;
        transform: translate3d(0px, -4px, 0);
    }
    75% {
        background: url(../images/rocket-exhaust.png) no-repeat;
        opacity: .4;
        transform: translate3d(0px, 0px, 0);
    }
}

@keyframes fumes2 {
    50% {
        transform: scale(1.1);
    }
}

@keyframes twinkle {
    80% {
        transform: scale(1.1);
        opacity: 0.7;
    }
}

.service-section {
    background: #f33212;
    /* Old browsers */
    background: -moz-linear-gradient(top,  #81005f 0%, #eb0081 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #81005f 0%, #eb0081 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #201736 0%, #5a4689 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#f33212', endColorstr='#feab01', GradientType=0);
    /* IE6-9 */
    padding: 50px 0px 75px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.service-section:after {
    width: 100%;
    height: 100px;
    float: left;
    position: absolute;
    left: 0px;
    bottom: -30px;
    content: "";
    /* background-image: url(../images/service-after-cloud.png); */
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
    background: #fff;
    transform: rotate(-4deg) scale(1.5);
}

.rocket-image {
    width: 342px;
    display: inline-block;
    position: relative;
    margin: 60px 0px 0px;
}

.service-column {
    width: 457px;
    position: absolute;
    left: 0px;
    top: -60px;
    text-align: left;
    padding: 14px;
}

.service-column:hover:before {
    background: rgba(255, 255, 255, .1);
    animation: white-liner .6s;
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 10px;
    top: -3px;
    left: -3px;
    position: absolute;
}

@keyframes white-liner {
    0% {
        height: 0%;
    }
    100% {
        height: 100%;
    }
}

.service-column.ui-ux-column {
    left: -80%;
}

.service-column.softdev-column {
    left: -100%;
    top: 13%;
}

.service-column.webdev-column {
    left: -103%;
    top: 34%;
}

.service-column.mobileapp-column {
    left: -108%;
    top: 56%;
}

.service-column.searchengine-column {
    left: auto;
    right: -120%;
    top: -60px;
}

.service-column.ai-ml-column {
    right: -126%;
    top: 13%;
    left: auto;
}

.service-column.iot-column {
    right: -132%;
    left: auto;
    top: 34%;
}

.service-column.fantasysport-column {
    right: -137%;
    top: 56%;
    left: auto;
}

.service-column .service-icon {
    width: 80px;
    height: 80px;
    float: left;
    background: #f33212;
    /* Old browsers */
    background: -moz-linear-gradient(top, #f33212 0%, #feab01 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #f33212 0%, #feab01 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #f33212 0%, #feab01 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#f33212', endColorstr='#feab01', GradientType=0);
    /* IE6-9 */
    border-radius: 10px;
    border: 3px solid #f35412;
    margin-right: 20px;
    text-align: center;
    line-height: 74px;
}

.service-column .service-icon img {
    width: 64px;
    float: none;
    display: inline-block !important;
}

.service-column .service-col-content {
    width: 70%;
    float: left;
}

.service-column h4 {
    font-size: 21px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 10px;
}

.service-column p {
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    width: 80%;
}

a.readmore-link {
    font-size: 14px;
    color: #fff;
    float: left;
    position: relative;
}

a.readmore-link:after {
    content: "";
    position: absolute;
    right: -30px;
    top: 8px;
    background-image: url("../images/btn-arrow-icon.png");
    background-repeat: no-repeat;
    width: 21px;
    height: 6px;
}


/*  ====Service end====   */


/*  ====About us====   */

.about-section {
    padding: 0px 0px 50px 0px;
    position: relative;
    z-index: 2;
}

.about-image {
    position: relative;
    width: 100%;
    float: left;
    margin: 50px 0px 0px;
}

.about-left-image {
    width: 60%;
    float: left;
    position: relative;
    margin-top: 20%;
}

.about-left-image img {
    border-radius: 20px;
}

.about-left-image.about-rght-image {
    width: 70%;
    position: absolute;
    right: 0px;
    top: -75px;
}

.abotpading {
    padding-left: 35px;
}


/*  ====About Us end====   */


/*  ====Whychoose====   */

.whychoose-section {
    margin: 90px 0px;
}

.choose-content {
    margin: 100px 0px 0px;
}

.whychoose-section p {
    font-size: 16px;
}

.whychoose-section ul {
    margin: 0px;
    padding: 0px;
    position: relative;
}

.whychoose-section ul li {
    list-style: none;
    height: 130px;
    background: #fff;
    border-radius: 10px;
    border: 1px solid #f35012;
    box-shadow: 0px 0px 10px #ccc;
    position: absolute;
    padding: 20px 40px;
    margin: 15px;
    left: 0px;
    top: 0px;
}

.whychoose-section ul li:hover {
    background: #81005f;
    /* Old browsers */
    background: -moz-linear-gradient(top, #81005f 0%, #eb0081 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #81005f 0%, #eb0081 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #201736 0%, #5a4689 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#f33212', endColorstr='#feab01', GradientType=0);
    /* IE6-9 */
}

.whychoose-section ul li:hover .counter {
    color: #fff;
}

.whychoose-section ul li:hover h5 {
    color: #fff;
}

.whychoose-section ul li.coutries {
    width: 290px;
}

.whychoose-section ul li.projectdone {
    left: 310px;
    width: 250px;
    top: -60px;
}

.whychoose-section ul li.reward {
    top: 160px;
    left: 20px;
    width: 250px;
}

.whychoose-section ul li.cup-coffee {
    left: 300px;
    top: 100px;
    width: 290px;
}

.whychoose-section ul li.vision {
    left: 285px;
    top: 260px;
    width: 250px;
}

.approach-section:before {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .7);
    position: absolute;
    left: 0px;
    top: 0px;
    content: "";
}

.counter-column {
    margin: 0px;
    background: #fff;
    padding: 50px 0px;
    position: relative;
}

.counter-column ul li {
    position: relative;
    left: auto;
    top: auto;
    float: left;
    box-shadow: 0px 0px 0px;
    width: 22%;
    height: 190px;
}

.whychoose-section ul li .icon.approach-icon {
    background: url("../images/approach-icon.png") no-repeat;
}

.whychoose-section ul li:hover .icon.approach-icon {
    background-position: left bottom;
}

.whychoose-section ul li .icon.ability-icon {
    background: url("../images/abilities-icon.png") no-repeat;
}

.whychoose-section ul li:hover .icon.ability-icon {
    background-position: left bottom;
}

.whychoose-section ul li .icon.attitude-icon {
    background: url("../images/attitude-icon.png") no-repeat;
}

.whychoose-section ul li:hover .icon.attitude-icon {
    background-position: left bottom;
}

.whychoose-section ul li .icon.quality-icon {
    background: url("../images/quality-icon.png") no-repeat;
}

.whychoose-section ul li:hover .icon.quality-icon {
    background-position: left bottom;
}

.whychoose-section ul li .icon.vision-icon {
    background: url("../images/app-vision-icon.png") no-repeat;
}

.whychoose-section ul li:hover .icon.vision-icon {
    background-position: left bottom;
}

.whychoose-section ul li .icon {
    width: 55px;
    height: 52px;
    display: block;
    transition: all 0.5s;
}

.whychoose-section ul li .icon.user-icon {
    background: url("../images/user-icon.png") no-repeat;
}

.whychoose-section ul li:hover .icon.user-icon {
    background-position: left bottom;
}

.whychoose-section ul li .icon.projectdone-icon {
    background: url("../images/projectdone-icon.png") no-repeat;
}

.whychoose-section ul li:hover .icon.projectdone-icon {
    background-position: left bottom;
}

.whychoose-section ul li .icon.reward-icon {
    background: url("../images/reward-icon.png") no-repeat;
}

.whychoose-section ul li:hover .icon.reward-icon {
    background-position: left bottom;
}

.whychoose-section ul li .icon.coffee-icon {
    background: url("../images/coffee-icon.png") no-repeat;
}

.whychoose-section ul li:hover .icon.coffee-icon {
    background-position: left bottom;
}

.whychoose-section ul li .counter {
    font-size: 48px;
    color: #81005f;
    font-weight: 700;
    line-height: 50px;
}

.whychoose-section ul li h5 {
    font-size: 18px;
    color: #000;
    font-weight: 600;
    margin: 5px 0px 0px;
}


/*  ====WhyChoose end====   */


/*  ====Project====   */

.project-section {
    background: #81005f;
    /* Old browsers */
    background: -moz-linear-gradient(top, #81005f 0%, #eb0081 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #81005f 0%, #eb0081 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #201736 0%, #5a4689 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#f33212', endColorstr='#feab01', GradientType=0);
    /* IE6-9 */
    padding: 50px 0px;
}

.project-slider {
    width: 100%;
    float: left;
    position: relative;
    margin-bottom: -240px;
}

.project-slider .project-tabbing {
    width: auto;
    position: absolute;
    right: 0px;
    top: -70px;
}

.project-slider .tab-content>.tab-pane {
    display: block;
    height: 0;
    overflow: hidden;
}

.project-slider .tab-content>.active {
    height: auto;
}

.project-slider .project-tabbing ul {
    margin: 0px;
    padding: 0px;
    border-bottom: 0;
}

.project-slider .project-tabbing ul li {
    list-style: none;
    font-size: 18px;
    width: auto;
}

.project-slider .project-tabbing ul li a {
    color: #f9cf09;
    text-decoration: none;
}

.project-slider .project-tabbing ul li a:hover,
.project-slider .project-tabbing ul li a.active {
    color: #fff;
}

.project-slider ul {
    width: 100%;
    float: left;
    margin: 0px;
    padding: 0px 0px 0px 80px;
}

.project-slider ul li {
    list-style: none;
    float: left;
    width: 30%;
    margin: 15px;
    position: relative;
}

.project-slider ul li span {
    position: absolute;
    top: 0;
    background: rgba(0, 0, 0, .7);
    width: 100%;
    left: 0;
    height: 100%;
    border-radius: 10px;
    padding: 30px 20px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    background: #81005f;
    background: -moz-linear-gradient(top, #81005f 0%, #eb0081 100%);
    background: -webkit-linear-gradient(top, #81005f 0%, #eb0081 100%);
    background: linear-gradient(to bottom, #201736 0%, #5a4689 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#f33212', endColorstr='#feab01', GradientType=0);
}

.project-slider ul li:hover span {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.project-slider ul li span h2 {
    color: #fff;
    font-size: 24px;
    margin-bottom: 15px;
}

.project-slider ul li span p {
    color: #fff;
    /*font-size: 16px;*/
    margin-bottom: 5px;
}

.project-slider div.mobile_app_tech img {
    width: 130px;
    filter: grayscale(1) invert(1);
    margin-right: 10px;
    float: left;
    box-shadow: none;
    border-radius: 0;
    margin-top: 16px;
}

.project-slider ul li span a {
    color: #feab01;
    font-weight: 600;
    font-size: 18px;
    text-decoration: underline;
}

.project-slider ul li img {
    border-radius: 10px;
    box-shadow: 0px 0px 10px #81005f;
    transition: 0.4s all linear;
}

.project-slider .slick-prev,
.project-slider .slick-next {
    background: #81005f;
    width: 100px;
    height: 100px;
    left: 20px;
    width: 45px;
    height: 45px;
    top: 50%;
    opacity: 1;
}

.project-slider .slick-prev {
    top: 38%;
    background: url("../images/up-arrow.png") no-repeat center center #fff;
}

.project-slider .slick-next {
    bottom: 38%;
    background: url("../images/down-arrow.png") no-repeat center center #fff;
}

.project-slider .slick-prev:before,
.project-slider .slick-next:before {
    display: none;
}


/*  ====Project end====   */


/*  ====Technology====   */

.technology-section {
    padding: 240px 0 100px 0;
    background: url(../images/technology-bg.png) no-repeat center center;
    background-size: cover;
}

ul.technology-list {
    width: 100%;
    float: left;
    margin: 0px;
    padding: 0px 100px;
    text-align: center;
    margin: 50px 0px;
}

ul.technology-list li {
    list-style: none;
    display: inline-block;
    width: 110px;
    margin: 20px;
    box-shadow: 0px 0px 30px #ccc;
    border: 3px solid #81005f;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

ul.technology-list li:hover,
ul.technology-list li:focus,
ul.technology-list li:active {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
}

ul.technology-list li:hover:before,
ul.technology-list li:focus:before,
ul.technology-list li:active:before {
    opacity: 1;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
}

ul.technology-list li:before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 0;
    background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform, opacity;
    transition-property: transform, opacity;
}


/*  ====Technology end====   */


/*  ====Testimonial====   */

.testimonial-section {
    padding: 10px 0px 150px;
    position: relative;
}

.testimonial-bg {
    padding-left: 60px;
}

.testimonial-section:after {
    background: url(../images/testimonial-bg.png) no-repeat;
    position: absolute;
    content: '';
    width: 58.333333%;
    height: 538px;
    top: 0px;
    right: 0;
    z-index: -1;
}

.quote-image {
    width: 173px;
    float: left;
    margin-bottom: 40px;
    margin-top: 100px;
}

.client-slider {
    width: 80%;
    float: left;
}

.client-slider .carousel-item {
    padding-right: 0px;
}

.client-slider .client-image {
    width: 110px;
    margin-bottom: 20px;
}

.client-slider .client-image img {
    border-radius: 100%;
}

.client-slider p {
    font-size: 22px;
    color: #000000;
    line-height: 34px;
}

.client-slider .client-name {
    font-size: 18px;
    color: #fff;
    font-weight: 700;
}

.client-indicater {
    width: 100%;
    float: left;
}

.client-indicater ul {
    float: right;
    margin: 0px;
    padding: 0px;
}

.client-indicater ul li {
    list-style: none;
    float: left;
    width: 10px;
    height: 4px;
    border-radius: 5px;
    background: #81005f;
    margin: 5px;
}

.client-indicater ul li.active {
    width: 24px;
    background: #fff;
}


/*  ====Testimonial end====   */


/*  ====Home Page end====   */


/*  ====Inner banner====   */

.inner-banner {
    padding: 30px 0px 0px;
    /* background-image: url("../images/inner-bg.jpg"); */
    background-color: #81005f ;
    background-repeat: no-repeat;
    text-align: center;
    background-size: cover;
    margin-bottom: 200px;
    margin-top: 100px;
}

.inner-banner h1 {
    font-size: 50px;
    font-weight: 800;
    color: #fff;
    text-transform: uppercase;
}

.breadcrumb-col {
    width: 100%;
    float: left;
    text-align: center;
    margin-bottom: 20px;
}

.breadcrumb-col ul {
    margin: 0px;
    padding: 0px;
    display: inline-block;
}

.breadcrumb-col ul li {
    list-style: none;
    font-size: 18px;
    font-weight: 600;
    display: inline-block;
    color: #fff;
    position: relative;
    padding: 0px 40px 0px 20px;
}

.breadcrumb-col ul li:after {
    width: 21px;
    height: 6px;
    position: absolute;
    right: 0px;
    top: 11px;
    content: "";
    background-image: url("../images/btn-arrow-icon.png");
    background-repeat: no-repeat;
}

.breadcrumb-col ul li:last-child:after {
    display: none;
}

.breadcrumb-col ul li a {
    color: #fff;
    text-decoration: none;
}

.breadcrumb-col ul li:last-child {
    padding-right: 20px;
}

.banner-column {
    width: 80%;
    float: left;
    margin: 0px 10% -200px;
}

.banner-column .banner-image {
    width: 100%;
    float: left;
    margin-bottom: 40px;
}

.banner-column p {
    text-align: left;
}

.banner-column .banner-image img {
    border-radius: 10px;
    box-shadow: 0px 0px 10px #81005f;
}

p.fnt_head {
    color: #81005f;
    font-size: 20px;
    font-weight: 700;
}


/*  ====Inner banner end====   */


/*  ====About us page====   */

.mission-vission-section {
    background: #e7e7e7;
    padding: 30px 0px;
}

.mission-column {
    background-image: url("../images/orange-divider.jpg");
    background-repeat: no-repeat;
    width: 100%;
    float: left;
    text-align: left;
    padding: 0px 40px;
    margin: 30px;
}

.mission-column .mision-icon {
    width: 80px;
    height: 80px;
    display: block;
    background: #81005f;
    /* Old browsers */
    background: -moz-linear-gradient(top, #81005f 0%, #eb0081 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #81005f 0%, #eb0081 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #201736 0%, #5a4689 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#f33212', endColorstr='#feab01', GradientType=0);
    /* IE6-9 */
    border-radius: 10px;
    border: 3px solid #81005f;
    margin-right: 30px;
    text-align: center;
    line-height: 74px;
    margin-bottom: 20px;
}

.mission-column .mision-icon img {
    width: 56px;
    height: 56px;
}

.approach-section {
    background-image: url("../images/approach-bg.jpg");
    background-repeat: no-repeat;
    padding: 50px 0px;
    position: relative;
    background-size: cover;
    background-attachment: fixed;
    margin-bottom: 300px;
}

.approach-section:before {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .7);
    position: absolute;
    left: 0px;
    top: 0px;
    content: "";
}

.approach-row {
    width: 100%;
    float: left;
    margin-bottom: -311px;
}

.approach-steps {
    width: 196px;
    float: left;
    min-height: 478px;
    /*	padding:20px 40px 20px 20px;*/
    position: relative;
    margin: 50px 16px;
    background: url(../images/pricing-gradient-bg.png) no-repeat;
}

.approach-steps:first-child {
    margin-left: 0px;
}

.approach-steps:last-child {
    margin-right: 0px;
}

.approach-steps:before {
    width: 79px;
    height: 66px;
    position: absolute;
    left: -15px;
    top: 46px;
    content: "";
    background-image: url(../images/pricing-arrow.png);
    background-repeat: repeat-y;
    z-index: 1;
}

.whtie-bg-wrapper {
    background: #fff;
    width: 100%;
    float: left;
    border-radius: 0 72px 102px 102px;
    padding: 150px 15px 25px 15px;
    box-shadow: 0px 6px 13px rgba(255, 109, 0, .2);
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.whtie-bg-wrapper:hover,
.whtie-bg-wrapper:focus,
.whtie-bg-wrapper:active {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
}

.whtie-bg-wrapper:hover:before,
.whtie-bg-wrapper:focus:before,
.whtie-bg-wrapper:active:before {
    opacity: 1;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
}

.whtie-bg-wrapper:before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 0;
    background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform, opacity;
    transition-property: transform, opacity;
}

.whtie-bg-wrapper:hover {
    background: #81005f;
    /* Old browsers */
    background: -moz-linear-gradient(top, #81005f 0%, #eb0081 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #81005f 0%, #eb0081 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #201736 0%, #5a4689 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffd800', endColorstr='#f35212', GradientType=0);
    /* IE6-9 */
    cursor: pointer;
}

.whtie-bg-wrapper:hover p {
    color: #fff;
}

.approach-steps .step-heading {
    width: 102px;
    height: 102px;
    font-size: 40px;
    color: #fff;
    position: absolute;
    margin-bottom: 30px;
    z-index: 1;
    background: url(../images/pricing-circle-bg.png) no-repeat;
    top: 25px;
    right: 20px;
    text-align: center;
    line-height: 32px;
    font-weight: 600;
    padding-top: 7px;
}

.approach-steps .step-heading span {
    font-size: 18px;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
}

.approach-steps h4 {
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    text-align: right;
    margin-bottom: 10px;
    text-align: center;
    display: inline-block;
    width: 100%;
    margin-top: 39px;
    text-transform: uppercase;
}

.approach-steps p {
    text-align: center;
    line-height: 24px;
    width: 100%;
    min-height: 120px;
}

.approach-steps .step-icon {
    text-align: center;
    width: 100%;
    float: left;
}

.approach-steps .step-icon img {
    width: 60px;
    height: 60px;
    display: inline-block !important;
}

.team-section {
    padding: 50px 0px;
    display: none;
}

.ourteam-column {
    width: 100%;
    float: left;
    padding: 0px 0px 0px 40px;
    margin: 80px 0px 0px;
}

.ourteam-column .team-image {
    width: 100%;
    float: right;
    position: relative;
    margin-bottom: 20px;
}

.ourteam-column .team-image:before {
    width: 62px;
    height: 100%;
    position: absolute;
    left: -40px;
    top: -30px;
    content: "";
    background: #81005f;
    /* Old browsers */
    background: -moz-linear-gradient(top, #81005f 0%, #eb0081 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #81005f 0%, #eb0081 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #201736 0%, #5a4689 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#f33212', endColorstr='#feab01', GradientType=0);
    /* IE6-9 */
    z-index: -2;
}

.ourteam-column .team-image img {
    border-radius: 10px;
}

.ourteam-column h4 {
    font-size: 20px;
    color: #000;
    font-weight: 600;
}

.ourteam-column p {
    font-size: 15px;
    color: #656565;
    font-weight: 600;
}


/*  ====About us page end====   */


/*  ====Contact page====   */

.contact-info-section {
    padding: 0px 0px 50px 0px;
}

.contact-information {
    width: 100%;
    float: left;
    text-align: left;
}

.contact-information .icons {
    width: 105px;
    height: 103px;
    background-image: url("../images/contac-icon-bg.png");
    background-repeat: no-repeat;
    display: block;
    padding: 23px 10px 5px 30px;
}

.contact-information .icons img {
    width: 60px;
    height: 66px;
}

.contact-information h4 {
    font-size: 20px;
    color: #81005f;
    font-weight: 700;
    text-transform: uppercase;
    margin: 20px 0px;
}

.contact-information p {
    font-size: 18px;
}

.contact-form-section {
    padding: 100px 0px;
    background-image: url("../images/contact-bg.jpg");
    background-repeat: no-repeat;
    position: relative;
    text-align: left;
    background-size: cover;
}

.contact-form-section:before {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .3);
    position: absolute;
    left: 0px;
    top: 0px;
    content: "";
}

.contact-form-section h4 {
    font-size: 40px;
    color: #fff;
    font-weight: 700;
    margin: 80px 0px 0px;
}

.contact-form-section h4 .fnt60 {
    font-size: 60px;
    color: #81005f;
}

.contact-form-section form {
    padding-left: 50px;
}

.contact-form-section .form-control {
    background: transparent;
    border: 0px;
    border-bottom: 1px solid #fff;
    border-radius: 0px;
    padding: 20px 0px;
    color: #fff;
}

.contact-form-section .form-control:focus {
    box-shadow: 0 0 0 0;
}

.contact-form-section .form-control::placeholder {
    color: #fff;
}


/*  ====Contact page end====   */

.service-page-section {
    padding: 170px 0px 50px;
    position: relative;
}

.service-page-section:before,
.service-page-section:after {
    width: 878px;
    height: 539px;
    position: absolute;
    content: "";
    background-repeat: no-repeat;
    z-index: -1;
}

.service-page-section:before {
    left: 0px;
    top: 0px;
    background-image: url("../images/service-page-before-bg.png");
}

.service-page-section:after {
    right: 0px;
    bottom: 0px;
    background-image: url("../images/service-page-after-bg.png");
}

.service-content {
    width: 60%;
    float: right;
    text-align: left;
}

.service-content h4 {
    font-size: 24px;
    color: #000;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 10px;
}

.service-content .red-heading {
    font-size: 18px;
    color: #81005f;
    font-weight: 700;
    margin-bottom: 10px;
}

.service-box {
    padding: 20px;
    width: 100%;
    float: left;
    text-align: left;
}

.service-box.box1 {
    margin: -150px 0px 0px;
}

.service-box.box2 {
    margin: 0px;
}

.service-box.box3 {
    margin: 160px 0px 0px;
}

.service-box.box4 {
    margin: -280px 0px 0px;
}

.service-box.box5 {
    margin: -80px 0px 0px;
}

.service-box.box6 {
    margin: 30px 0px 0px;
}

.service-box.box7 {
    margin: -280px 0px 0px;
}

.service-box.box8 {
    margin: -80px 0px 0px;
}

.service-box.box9 {
    margin: 30px 0px 0px;
}

.service-box .service-image {
    width: 100%;
    float: left;
    position: relative;
}

.service-box .service-image:before,
.service-box .service-image:after {
    width: 90%;
    height: 17px;
    position: absolute;
    content: "";
    background: #81005f;
}

.service-box .service-image:before {
    left: 5%;
    top: -17px;
}

.service-box .service-image:after {
    left: 5%;
    bottom: -17px;
}

.service-box h4 {
    font-size: 18px;
    color: #81005f;
    font-weight: 700;
    border-left: 3px solid #81005f;
    padding-left: 10px;
    width: 100%;
    float: left;
    margin: 40px 0px 20px;
}

.service-box p {
    line-height: 24px;
}

.inner-banner.project-bg {
    /* background: url(../images/portfolio-bg.png) no-repeat center top; */
    background-color: #81005f ;
    background-size: cover;
    margin-bottom: 50px;
}

.project-wrapper {
    width: 100%;
    float: left;
}

.project-lft-sidebar {
    /*max-width: 242px;*/
    /*float: left;*/
    width: 100%;
    /*text-align: left;*/
}

.project-lft-sidebar ul {
    margin: 0px;
    padding: 0px;
    border-bottom: 0px;
    display: flex;
    justify-content: center;
}

.project-lft-sidebar ul li {
    /*width: 100%;*/
    /*list-style: none;*/
    /*float: left;*/
    margin: 0 20px 50px;
}

.project-lft-sidebar ul li a {
    padding: 15px 0;
    color: #000;
    font-size: 20px;
    float: left;
    width: 100%;
    line-height: 25px;
    text-decoration: none !important;
}

.project-lft-sidebar ul li a.active {
    font-weight: 600;
    position: relative;
}

.project-lft-sidebar ul li a.active:before {
    height: 4px;
    width: 45px;
    content: '';
    position: absolute;
    bottom: 7px;
    left: 0;
    background: #fff;
}

.project-rht-sidebar {
    max-width: 100%;
    float: left;
    width: 100%;
    padding-left: 20px;
    text-align: left;
}

.three-grid-col {
    width: 100%;
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
}

.three-grid-col .project-col-img {
    /*margin-right: 10px;*/
    margin-bottom: 10px;
    position: relative;
    width: calc(100%/2 - 20px);
}

.three-grid-col .project-col-img figure {
    overflow: hidden;
    border-radius: 8px;
}

.three-grid-col .project-col-img img {
    transition: .2s all linear;
}

.three-grid-col .project-col-img:hover span {
    opacity: 1;
    visibility: visible;
}

.three-grid-col .project-col-img:hover figure img {
    transform: scale(1.1) rotate(-2deg);
}


/*.three-grid-col .project-col-img span {*/


/*  position: absolute;*/


/*  top: 0;*/


/*  background: rgba(0, 0, 0, .7);*/


/*  width: 100%;*/


/*  height: 100%;*/


/*  padding: 15px 15px;*/


/*  opacity: 0;*/


/*  visibility: hidden;*/


/*  left: 0;*/


/*  -webkit-transition: all 0.3s;*/


/*  transition: all 0.3s;*/


/*}*/

.three-grid-col .project-col-img span.mobile_app_tech {
    position: initial;
    width: 100%;
    float: left;
    background: transparent;
    padding: 10px 0;
}

.three-grid-col .project-col-img span.mobile_app_tech img {
    width: 100px;
}

.three-grid-col .project-col-img span.mobile_app_tech a {
    font-size: 40px;
    color: #000;
    margin: 0 10px 0 0;
}

.three-grid-col .project-col-img span h2 {
    color: #000;
    font-size: 20px;
    margin-bottom: 5px;
    margin-top: 15px;
}

.three-grid-col .project-col-img span p {
    color: #000;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 5px;
}

.three-grid-col .project-col-img span a {
    color: #81005f;
    font-weight: 600;
    font-size: 16px;
    text-decoration: underline;
    margin-bottom: 20px;
    display: inline-block;
}

.project-talk-wrapper {
    background: #fff;
    box-shadow: 0 0 47px rgba(0, 0, 0, .2);
}

.project-talk-left {
    width: 50%;
    float: left;
    padding: 75px 65px 45px;
}

.project-talk-left h3 {
    font-size: 60px;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.project-talk-left p {
    font-size: 30px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 35px;
    padding-right: 110px;
}

.project-talk-right {
    float: right;
    width: 50%;
}

.inner-banner.fantasy-sport-banner {
    background-image: url(../images/fantasy-banner.jpg);
    height: 553px;
    padding: 15% 0px;
    margin-bottom: 0px;
}

.about-image.custom-image {
    margin: 0px 0px 50px;
}

.service-page-section.solution-section {
    padding: 100px 0px;
    margin: 50px 0px 0px;
}

.approach-section.feature-section {
    margin: 0px;
}

.feature-list {
    width: 100%;
    float: left;
    margin: 0px;
    padding: 40px 20px;
    background: #fff;
    border-radius: 0px 80px;
    margin: 20px 0px;
}

.feature-list h5 {
    font-size: 28px;
    color: #000;
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 5px;
}

.feature-list h5:after {
    width: 33px;
    height: 3px;
    position: absolute;
    left: 0px;
    bottom: 0px;
    content: "";
    background: #81005f;
}

.feature-list ul {
    margin: 0px 0px 20px;
    padding: 0px;
    width: 100%;
    float: left;
}

.feature-list ul li {
    list-style: none;
    width: 100%;
    float: left;
    color: #000;
    font-size: 18px;
    margin: 5px 0px;
    position: relative;
    padding: 0px 20px;
}

.feature-list ul li:before {
    width: 10px;
    height: 6px;
    position: absolute;
    background-image: url(../images/features-arrow.png);
    left: 0px;
    top: 10px;
    content: "";
}

.inner-banner.fantasy-sport-banner.softwaredevelop-banner {
    background-image: url(../images/softwaredevelop-banner.jpg);
    position: relative;
}

.inner-banner.fantasy-sport-banner.softwaredevelop-banner:before {
    position: absolute;
    left: 0px;
    top: 0px;
    background: rgba(0, 0, 0, .8);
    content: "";
    width: 100%;
    height: 100%;
}

ul.content-list {
    width: 100%;
    float: left;
    margin: 0px;
    padding: 0px;
}

ul.content-list li {
    list-style: none;
    width: 100%;
    font-size: 16px;
    color: #000;
    position: relative;
    padding: 5px 30px;
    float: left;
    font-weight: 500;
}

ul.content-list li:before {
    width: 14px;
    height: 14px;
    background: transparent;
    border: 4px solid #81005f;
    content: "";
    float: left;
    border-radius: 100%;
    position: absolute;
    left: 0px;
    top: 9px;
}

ul.content-list li:after {
    width: 2px;
    height: 24px;
    background: #81005f;
    bottom: -12px;
    left: 6px;
    content: "";
    position: absolute;
    float: left;
}

ul.content-list li:last-child:after {
    display: none;
}

.inner-banner.fantasy-sport-banner.softwaredevelop-banner.mobileapp-banner {
    background-image: url(../images/mobilapp-banner.jpg);
    position: relative;
}

.inner-banner.fantasy-sport-banner.softwaredevelop-banner.webdevelop-banner {
    background-image: url(../images/webdevelop-banner.jpg);
    position: relative;
}

.custom-webapp-section {
    padding: 50px 0px;
    background: #f2f2f2;
}

ul.content-list.whit-list-txt {
    margin-bottom: 20px;
}

ul.content-list.whit-list-txt li {
    color: #fff;
}


/*  ====Service Home page====   */

.career-form-section {
    padding: 100px 0px;
    background: #f2f2f2;
}

form.career-form {
    width: 100%;
}

form.career-form .col-4,
form.career-form .col-12 {
    float: left;
}

select {
    -webkit-appearance: none;
    appearance: none;
    background-image: url(../images/down-arrow.png);
    background-repeat: no-repeat;
    background-position: right 7px;
}

.form-control {
    padding: 18px;
}

select.form-control:not([size]):not([multiple]) {
    height: calc(3.25rem + 2px);
}


/*==============DropZone Upload===========*/

.file-upload {
    background-color: #ffffff;
    padding: 10px;
}

.file-upload-btn {
    width: 100%;
    margin: 0;
    color: #fff;
    background: #1FB264;
    border: none;
    padding: 10px;
    border-radius: 4px;
    border-bottom: 4px solid #15824B;
    transition: all .2s ease;
    outline: none;
    text-transform: uppercase;
    font-weight: 700;
}

.file-upload-btn:hover {
    background: #1AA059;
    color: #ffffff;
    transition: all .2s ease;
    cursor: pointer;
}

.file-upload-btn:active {
    border: 0;
    transition: all .2s ease;
}

.file-upload-content {
    display: none;
    text-align: left;
}

.file-upload-input {
    position: absolute;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    outline: none;
    opacity: 0;
    cursor: pointer;
}

.image-upload-wrap {
    border: 2px dashed #81005f;
    position: relative;
}

.image-dropping,
.image-upload-wrap:hover {
    cursor: pointer;
}

.image-title-wrap {
    display: inline-block;
}

.drag-text {
    text-align: center;
}

.drag-text h3 {
    font-weight: 100;
    text-transform: uppercase;
    color: #81005f;
    padding: 60px 0;
}

.file-upload-image {
    max-width: 130px;
    background: #fff;
    border: 1px solid #ccc;
    padding: 10px;
    display: inline-block;
}

.remove-image {
    width: auto;
    margin: 0;
    color: #111;
    background: transparent;
    border: none;
    padding: 10px;
    border-radius: 4px;
    transition: all .2s ease;
    outline: none;
    font-size: 13px;
    position: relative;
    padding-right: 25px;
}

.remove-image .fa {
    font-size: 14px;
    color: #111;
    position: absolute;
    right: 0;
    top: 12px;
}

.remove-image:active {
    border: 0;
    transition: all .2s ease;
}


/*==============DropZone Upload===========*/

.inner-banner.privacy-banner {
    margin-bottom: 0px;
}

.privacy-section {
    padding: 50px 0px;
}

.custom-file-upload {
    display: block;
    width: auto;
    font-size: 16px;
    margin-top: 30px;
}

.custom-file-upload label {
    display: block;
    margin-bottom: 5px;
}

.file-upload-wrapper {
    position: relative;
    margin-bottom: 5px;
}

.file-upload-input {
    width: 100%;
    color: #fff;
    font-size: 16px;
    padding: 11px 17px;
    border: none;
    background-color: #81005f;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    float: left;
    /* IE 9 Fix */
}

.file-upload-input:hover,
.file-upload-input:focus {
    background-color: #81005f;
    outline: none;
}

.file-upload-button {
    cursor: pointer;
    display: inline-block;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    padding: 11px 20px;
    border: none;
    margin-left: -1px;
    background-color: #81005f;
    float: left;
    /* IE 9 Fix */
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

.file-upload-button:hover {
    background-color: #81005f;
}

.privacy-section h4 {
    font-size: 24px;
    color: #81005f;
    font-weight: 700;
    margin-bottom: 10px;
}

.privacy-section h5 {
    font-size: 18px;
    color: #000;
    font-weight: 700;
    margin-bottom: 15px;
}

table,
th,
td {
    border: 1px solid #eaeaea;
    border: 1px solid rgba(51, 51, 51, 0.1);
}

table {
    border-collapse: separate;
    border-spacing: 0;
    border-width: 1px 0 0 1px;
    margin: 0 0 1.6em;
    table-layout: fixed;
    width: 100%;
}

table {
    max-width: 100%;
    background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0;
}

table>thead>tr>th,
table>tbody>tr>th,
table>tfoot>tr>th,
table>thead>tr>td,
table>tbody>tr>td,
table>tfoot>tr>td {
    border: 1px solid #e9e9e9;
    line-height: 1.42857;
    padding: 0px;
    vertical-align: middle;
    text-align: center;
    width: 100%;
}

th.brwon-clr-box {
    background: 81005f;
    color: #fff !important;
    height: 80px !important;
}

th.blue-clr-box {
    background: blue;
    color: #fff !important;
}

th.red-clr-box {
    background: 81005f;
    color: #fff !important;
}

table.comparison-table tr:nth-child(even) {
    background-color: #fff;
}

table.comparison-table tr:nth-child(odd) {
    background-color: #f2f2f2;
}

table.comparison-table td {
    padding: 15px 0px;
    color: #000;
}

.tick {
    font-size: 20px;
}

.tick img {
    width: 20px;
}

@media only screen and (min-width:992px) and (max-width: 1297px) {
    .rocket-image {
        width: 220px;
        margin: 340px 0px 0px;
    }
    .service-column {
        top: -325px;
        width: 375px;
    }
    .service-column .service-col-content {
        width: 68%;
    }
    .service-column.ui-ux-column {
        left: -160%;
    }
    .service-column.softdev-column {
        left: -160%;
        top: -32%;
    }
    .service-column.webdev-column {
        left: -163%;
        top: -1%;
    }
    .service-column.mobileapp-column {
        left: -160%;
        top: 30%;
    }
    .service-column.searchengine-column {
        left: auto;
        right: -160%;
        top: -340px;
    }
    .service-column.ai-ml-column {
        right: -162%;
        top: -32%;
    }
    .service-column.iot-column {
        right: -162%;
        left: auto;
        top: -5%;
    }
    .service-column.fantasysport-column {
        right: -165%;
        top: 25%;
    }
    .service-column p {
        width: 100%;
        margin-bottom: 10px;
    }
    .service-column h4 {
        font-size: 16px;
    }
    .whychoose-section ul li.coutries {
        width: 230px;
    }
    .whychoose-section ul li.projectdone {
        left: 245px;
        width: 262px;
    }
    .whychoose-section ul li.reward {
        left: 0px;
        width: 220px;
    }
    .whychoose-section ul li.cup-coffee {
        left: 245px;
        width: 262px;
    }
    .whychoose-section ul li.vision {
        left: 245px;
        width: 262px;
    }
}


/*  ====Service Home page end====   */

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .navbar-brand {
        margin-right: 1rem;
    }
    .globalsoft-animate-text h1 {
        font-size: 100px;
    }
    .carousel-caption h3 {
        font-size: 35px;
    }
    .carousel-caption p {
        top: 120px;
    }
    ul.technology-list {
        padding: 0px;
    }
    .approach-steps {
        width: 160px;
        background-size: contain;
        background-position: bottom;
    }
    .service-box.box2 {
        margin: -70px 0px 0px;
    }
    .service-box.box3 {
        margin: 0px 0px 0px;
    }
    .service-box.box4 {
        margin: -140px 0px 0px;
    }
    .service-box.box5 {
        margin: -10px 0px 0px;
    }
    .service-box.box6 {
        margin: -50px 0px 0px;
    }
    .project-slider {
        margin-bottom: -130px;
    }
    .project-slider .slick-next {
        top: 52%;
    }
    .approach-steps h4 {
        font-size: 19px;
    }
    .project-rht-sidebar {
        max-width: 688px;
    }
    .project-talk-left {
        padding: 40px;
    }
    .project-talk-left h3 {
        font-size: 46px;
    }
    .navbar-light .navbar-nav .nav-link {
        padding-right: 10px;
        padding-left: 10px;
        font-size: 14px;
    }
    .navbar-expand-lg .navbar-collapse {
        justify-content: center;
    }
    .whychoose-section ul li,
    .counter-column ul li {
        width: 21%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .globalsoft-animate-text h1 {
        font-size: 80px;
    }
    .carousel-caption h3 {
        font-size: 28px;
    }
    .carousel-caption p {
        top: 95px;
    }
    .service-box.box2 {
        margin: -50px 0px 0px 0px;
    }
    .service-box.box3 {
        margin: -90px 0px 0px;
    }
    .service-box.box4 {
        margin: 50px 0px 0px;
    }
    .service-box.box5 {
        margin: -100px 0px 0px;
    }
    .service-box.box6 {
        margin: 45px 0px 0px;
    }
    .service-box.box7 {
        margin: -100px 0px 0px;
    }
    .service-box.box8 {
        margin: 50px 0px 0px;
    }
    .service-box.box9 {
        margin: -90px 0px 0px;
    }
    .project-slider {
        margin-bottom: -130px;
    }
}

@media only screen and (min-width: 310px) and (max-width: 991px) {
    /* .three-grid-col .project-col-img span p {
        display: none;
    } */
    .three-grid-col .project-col-img {
        width: 100%;
    }
    .service-column .service-col-content {
        width: 67%;
    }
    .service-column h4 {
        font-size: 14px;
    }
    .service-column p {
        font-size: 14px;
        width: 100%;
        line-height: 24px;
        margin-bottom: 10px;
        min-height: 72px;
    }
    .project-lft-sidebar ul li a {
        text-align: center;
    }
    .project-lft-sidebar ul li a.active {
        color: #81005f;
    }
    /* .righthambarg {

    display: none;

  } */
    .navbar-light .navbar-toggler {
        border: 0px;
    }
    .navbar>.container,
    .navbar>.container-fluid {
        padding: 0px;
        max-width: 100%;
    }
    .navbar-nav {
        background: #fff;
        box-shadow: 0px 0px 10px #81005f;
    }
    .navbar-light .navbar-nav .nav-link {
        color: #000;
    }
    .navbar-light .navbar-nav .active>.nav-link,
    .navbar-light .navbar-nav .nav-link.active,
    .navbar-light .navbar-nav .nav-link.show,
    .navbar-light .navbar-nav .show>.nav-link {
        background: #fff;
    }
    nav.navbar {
        padding: .5rem 0rem;
    }
    .navbar-brand {
        margin-left: 10px;
    }
    .navbar-toggler:focus,
    .navbar-toggler:hover {
        outline: 0;
    }
    .nav-item {
        border-bottom: 1px solid #ccc;
    }
    .service-column {
        width: 100%;
    }
    .heading h2 {
        font-size: 20px;
    }
    .heading .subtitle {
        font-size: 28px;
    }
    .about-image {
        margin: 0px 0px 28%;
    }
    .abotpading {
        padding-left: 15px;
    }
    .deskt-block {
        display: none;
    }
    .deskt-none {
        display: block;
    }
    .about-left-image {
        margin-top: 14%;
    }
    .choose-content {
        margin: 0px;
    }
    .whychoose-section ul li {
        width: 40%;
        height: auto;
        float: left;
        margin: 10px;
        text-align: center;
        position: relative;
        padding: 10px;
    }
    .whychoose-section ul li.projectdone,
    .whychoose-section ul li.reward,
    .whychoose-section ul li.cup-coffee {
        left: 0px;
        top: 0px;
    }
    .whychoose-section ul li .icon {
        display: inline-block;
    }
    .whychoose-section ul li .counter {
        display: inline-block;
        width: 100%;
        font-size: 35px;
        line-height: 38px;
    }
    .whychoose-section ul li h5 {
        font-size: 15px;
    }
    .whychoose-section {
        margin: 90px 0px 0px;
    }
    ul.technology-list {
        padding: 0px;
    }
    ul.technology-list li {
        margin: 10px;
    }
    .testimonial-section:after {
        width: 100%;
        bottom: -120px;
        top: auto;
    }
    .client-slider p {
        font-size: 19px;
        line-height: 30px;
    }
    .mission-column {
        margin: 0px;
    }
    .inner-banner h1 {
        font-size: 33px;
    }
    .ourteam-column h4 {
        font-size: 20px;
    }
    .ourteam-column p {
        font-size: 16px;
    }
    .team-section {
        padding: 50px 0px 0px;
    }
    .banner-column {
        width: 100%;
        margin: 0px 0% -200px;
    }
    .contact-form-section h4 {
        font-size: 26px;
    }
    .contact-form-section h4 .fnt60 {
        font-size: 35px;
    }
    .service-page-section:before,
    .service-page-section:after {
        width: 100%;
    }
    .service-box {
        padding: 0px;
    }
    ul.ftr-info-column li {
        padding-left: 40px;
    }
    ul.ftr-info-column li .info-icon {
        position: absolute;
        left: 10px;
    }
    .navbar-brand {
        margin-right: 1rem;
    }
    .rocket {
        display: none;
    }
    .service-column {
        position: relative;
        width: 50%;
        float: left;
        top: 0px;
    }
    .service-column.softdev-column,
    .service-column.webdev-column,
    .service-column.mobileapp-column,
    .service-column.searchengine-column,
    .service-column.ai-ml-column,
    .service-column.blockdev-column,
    .service-column.iot-column,
    .service-column.fantasysport-column {
        left: 0%;
        top: 0%;
        right: 0px;
    }
    .rocket-image {
        width: 100%;
        margin: 0px 0px 100px;
    }
    .approach-row {
        text-align: center;
    }
    .approach-steps {
        display: inline-block;
        float: none;
    }
    .project-slider .project-tabbing ul li {
        font-size: 14px;
        margin: 10px 8px;
    }
    .project-lft-sidebar {
        max-width: 100%;
        margin-bottom: 20px;
    }
    .project-lft-sidebar ul li a {
        font-size: 17px;
    }
    .project-lft-sidebar ul li {
        width: 100%;
        margin: 0;
    }
    .project-rht-sidebar {
        padding-left: 0;
    }
    .project-talk-left {
        padding: 30px;
    }
    .project-talk-left h3 {
        font-size: 30px;
    }
    .project-talk-left p {
        font-size: 23px;
        line-height: 30px;
        padding: 0px;
    }
    .about-image.custom-image {
        margin: 100px 0px 0px;
    }
    .service-page-section.solution-section {
        padding: 0px;
        margin: 0px;
    }
    .service-box {
        margin-bottom: 20px;
    }
    .carousel-caption {
        bottom: 0;
        margin-top: 0;
        width: 100%;
        min-height: 210px;
        padding: 0;
    }
    .carousel-caption h3 {
        font-size: 16px;
        width: 100%;
        text-align: center;
    }
    .carousel-caption h3 br {
        display: none;
    }
    .carousel-caption p {
        font-size: 12px;
        top: 34px;
        width: 100%;
        text-align: center;
    }
    .carousel-image {
        width: 100%;
        float: right;
        right: 0px;
        text-align: center;
    }
    .carousel-image img {
        max-width: 310px;
        width: 100%;
        display: inline-block !important;
        position: relative;
    }
    .carousel-caption a.btn-link {
        bottom: 0px;
        left: 50%;
        margin-left: -80px;
        width: 160px;
    }
    .service-column.ui-ux-column {
        left: 0;
    }
    .whychoose-section ul li,
    .counter-column ul li {
        width: 47%;
    }
    .whychoose-section ul li.coutries,
    .whychoose-section ul li.projectdone,
    .whychoose-section ul li.reward,
    .whychoose-section ul li.cup-coffee,
    .whychoose-section ul li.vision {
        width: 45%;
        left: auto;
        top: auto;
    }
    .counter-column {
        margin: 0px;
    }
    .career-form-section {
        padding: 40px 0px;
    }
    .form-group label {
        font-size: 16px;
    }
    .form-control {
        font-size: 16px;
        padding: 11px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .globalsoft-animate-text h1 {
        font-size: 48px;
    }
    .globalsoft-animate-text {
        width: 100%;
    }
    ul.socail-link {
        float: left;
    }
    .contact-form-section form {
        padding-left: 0px;
    }
    .service-box.box1,
    .service-box.box2,
    .service-box.box3,
    .service-box.box4,
    .service-box.box5,
    .service-box.box6,
    .service-box.box7,
    .service-box.box8,
    .service-box.box9 {
        margin: 0px 0px 30px;
    }
    .service-page-section {
        padding: 50px 0px 50px;
    }
    .project-slider {
        margin-bottom: 0;
    }
    .project-slider .project-tabbing ul li {
        font-size: 12px;
        margin: 0 5px;
    }
    .heading.txt-left {
        text-align: center;
        padding-left: 0;
    }
    .project-slider .project-tabbing {
        top: 0px;
        width: 100%;
    }
    .project-slider .tab-content {
        display: inline-block;
        width: 100%;
        margin-top: 50px;
    }
    .project-slider .project-tabbing ul {
        justify-content: center;
    }
    .project-slider ul {
        padding: 40px 0 0 0;
    }
    .project-slider ul li {
        margin: 5px;
    }
    .project-slider .slick-prev,
    .project-slider .slick-next {
        width: 30px;
        height: 30px;
        background-size: 42px !important;
        bottom: inherit !important;
        top: 22px;
    }
    .project-slider .slick-prev {
        left: 40% !important;
        left: inherit;
    }
    .project-slider .slick-next {
        right: 40% !important;
        left: inherit;
    }
    .approach-section {
        padding: 50px 20px;
    }
    .container {
        max-width: 100%;
        width: 100%;
    }
    .service-column .service-col-content {
        width: 100%;
        margin: 10px 0px 0px;
    }
    .contact-information {
        text-align: center;
    }
    .contact-information .icons {
        display: inline-block;
    }
    .contact-form-section h4 {
        margin: 0px;
    }
    .about-image.custom-image {
        margin: 50px 0px 150px;
    }
    .whychoose-section ul li,
    .counter-column ul li {
        width: 46%;
    }
}

@media only screen and (min-width:310px) and (max-width: 767px) {
    .mt-100 {
        margin-top: 10px;
    }
    .mobile-show {
        display: block !important;
    }
    .mobile-block {
        display: none;
    }
    .about-left-image.about-rght-image {
        top: -45px;
    }
    .project-slider {
        margin-bottom: -130px;
    }
    footer {
        padding: 50px 0px 20px 0px;
    }
    .navbar-collapse {
        justify-content: center;
    }
    .mission-vission-section {
        text-align: center;
    }
    .mission-column .mision-icon {
        display: inline-block;
        float: none
    }
    .contact-info-section {
        padding: 0px 20px 0px 20px;
    }
    .carousel-caption {
        min-height: 160px;
    }
    a.btn-link:hover:after,
    .submit-btn:hover:after {
        right: 10px;
    }
    ul.technology-list li {
        width: 56px;
    }
    .banner-column {
        position: relative;
        margin: 0px;
    }
    .banner-column .banner-image {
        margin-bottom: 0px;
    }
    .inner-banner {
        padding-bottom: 20px;
        margin-bottom: 30px;
    }
    .approach-steps {
        min-height: 278px;
        margin: 10px 0px;
    }
    .approach-steps .step-heading {
        width: 82px;
        height: 82px;
        font-size: 28px;
        line-height: 26px;
        padding-top: 12px;
        margin-bottom: 10px;
        background-size: contain;
        top: 10px;
        right: 10px;
    }
    .approach-steps .step-heading span {
        font-size: 14px;
    }
    .whtie-bg-wrapper {
        border-radius: 0 0px 102px 102px;
        padding: 99px 15px 25px 15px;
    }
    .approach-steps:before {
        width: 59px;
        height: 46px;
        left: -10px;
        top: 34px;
        background-size: contain;
    }
    .approach-steps h4 {
        margin-top: 12px;
    }
}

@media only screen and (min-width:310px) and (max-width: 575px) {
    .righthambarg {
        right: 84px;
    }
    .globalsoft-animate-text h1 {
        font-size: 32px;
    }
    .three-grid-col {
        display: inherit;
    }
    .service-column {
        width: 100%;
    }
    .service-column .service-col-content {
        width: 60%;
    }
    .service-section {
        padding: 50px 0px 0px;
    }
    .service-section:after {
        display: none;
    }
    .rocket-image {
        margin: 0px;
    }
    .about-section {
        padding: 50px 0px;
    }
    .about-image {
        margin: 0px 0px 25%;
    }
    p {
        line-height: 22px;
        font-size: 13px;
    }
    .whychoose-section {
        margin: 20px 0px 0px;
    }
    .whychoose-section p {
        font-size: 13px;
    }
    .whychoose-section ul li {
        width: 46%;
        margin: 5px;
        padding: 10px 5px;
    }
    .whychoose-section ul li .counter {
        font-size: 30px;
        line-height: 24px;
    }
    .whychoose-section ul li h5 {
        font-size: 14px;
    }
    .heading.txt-left {
        padding-left: 0px;
    }
    .project-slider .project-tabbing ul li {
        font-size: 10px;
        margin: 5px;
    }
    .project-slider .project-tabbing {
        top: -15px;
    }
    ul.technology-list {
        margin: 0px;
        padding: 0px;
    }
    .technology-section {
        padding: 100px 0 0px 0;
    }
    .quote-image {
        width: 70px;
        margin-top: 40px;
        margin-bottom: 20px;
        float: none;
        display: inline-block;
    }
    .testimonial-bg {
        padding-left: 15px;
    }
    .client-slider {
        width: 100%;
    }
    .client-slider p {
        font-size: 15px;
        line-height: 22px;
        min-height: 60px;
    }
    .client-slider .client-name {
        font-size: 13px;
    }
    .client-slider .client-image {
        margin-bottom: 0px;
    }
    .testimonial-section:after {
        bottom: -220px;
    }
    .testimonial-section {
        padding: 10px 0px 50px;
        text-align: center;
    }
    ul.ftr-link.service-link li {
        width: 100%;
    }
    .ftr-logo {
        margin-bottom: 15px;
    }
    ul.ftr-info-column li p {
        width: 100%;
    }
    footer h6 {
        font-size: 15px;
        margin-bottom: 10px;
    }
    ul.ftr-link li {
        font-size: 14px;
        margin: 2px 0px;
    }
    footer p {
        font-size: 11px;
    }
    ul.socail-link {
        float: left;
    }
    .approach-steps {
        margin: 20px 0;
    }
    .ourteam-column {
        margin: 10px 0px 0px;
        padding: 0px;
    }
    .ourteam-column .team-image:before {
        display: none;
    }
    .contact-information {
        text-align: center;
    }
    .contact-information .icons {
        display: inline-block;
    }
    .contact-form-section h4 {
        margin: 0px;
    }
    .contact-information h4 {
        font-size: 18px;
        margin: 10px 0px;
    }
    .contact-information p {
        font-size: 16px;
    }
    .contact-form-section {
        padding: 50px 0px;
    }
    .contact-form-section form {
        padding-left: 0px;
    }
    .contact-form-section .form-control {
        padding: 10px 0px;
        font-size: 14px;
    }
    .project-talk-left {
        width: 100%;
    }
    .project-talk-right {
        width: 100%;
    }
    .project-talk-left h3 {
        font-size: 22px;
    }
    .project-talk-left p {
        font-size: 18px;
        line-height: 24px;
    }
    .project-lft-sidebar ul li a {
        padding: 10px 0;
    }
    .inner-banner.project-bg {
        margin-bottom: 50px;
        padding-bottom: 0px;
    }
    .service-box.box1,
    .service-box.box2,
    .service-box.box3,
    .service-box.box4,
    .service-box.box5,
    .service-box.box6,
    .service-box.box7,
    .service-box.box8,
    .service-box.box9 {
        margin: 0px 0px 30px;
    }
    .service-page-section {
        padding: 50px 0px 0px;
    }
    .about-image.custom-image {
        margin: 0px 0px 110px;
    }
    ul.content-list li {
        word-wrap: break-word;
        font-size: 14px;
    }
    .inner-banner h1 {
        font-size: 20px;
    }
    .breadcrumb-col ul li {
        font-size: 12px;
        padding: 0px 30px 0px 10px;
    }
    .breadcrumb-col ul li:after {
        top: 5px;
    }
    ul.technology-list li {
        margin: 0px;
    }
    .client-indicater ul {
        bottom: -40px;
    }
    .client-slider .client-image {
        float: none;
        display: inline-block;
    }
    ul.ftr-info-column li {
        padding-left: 26px;
        margin-bottom: 10px;
    }
    ul.ftr-info-column li p {
        font-size: 13px;
        margin-bottom: 0px;
    }
    ul.ftr-info-column li .info-icon {
        width: 23px;
        height: 23px;
    }
    .ourteam-column h4 {
        font-size: 14px;
        min-height: 35px;
        display: block;
    }
    .ourteam-column p {
        font-size: 14px;
    }
    .approach-steps {
        min-height: auto;
        width: 100%;
        background: #81005f;
    }
    .approach-steps p {
        min-height: auto;
    }
    .approach-row {
        margin-bottom: 0px;
    }
    .approach-section {
        margin-bottom: 0px;
    }
}

@media screen and (max-width:992px) {
    .navbar-light .navbar-toggler-icon {
        display: none;
    }
    .navbar-light .navbar-toggler {
        margin-right: 45px;
        width: 30px;
        height: 30px;
        color: #000;
    }
    .navbar-light .navbar-toggler:after {
        font: normal normal normal 14px/1 FontAwesome;
        content: '\f0c9';
        font-size: 31px;
    }
    .dropdown-toggle::after {
        float: right;
    }
    .navbar-light .navbar-nav .nav-link {
        padding: 15px 20px;
    }
}