.f-ex-light {
    font-family: Muli;
    font-weight: 200
}

.f-light {
    font-family: Muli;
    font-weight: 300
}

.f-rglr {
    font-family: Muli;
    font-weight: 400
}

.f-sm-bold {
    font-family: Muli;
    font-weight: 600
}

.f-bold {
    font-family: Muli;
    font-weight: 700
}

.f-ex-bold {
    font-family: Muli;
    font-weight: 800
}

.white {
    color: #fff
}

.blue {
    color: #333b64
}

.grey {
    color: #3b6b73
}

div.main {
    margin-bottom: 591px;
	position:relative;
z-index:2;
}

header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 3;
    transform: translateY(0);
    transform: translate3d(0, 0, 0);
    transition: .25s transform;
    backface-visibility: hidden
}

.heads-up {
    transform: translateY(-6rem);
    transform: translate3d(0, -6rem, 0)
}

header.shrink {
    transition: all .5s ease-in-out;
    background: #fff;
    box-shadow: 0 0 15px #00000045
}

header .navbar-brand {
    padding: 5px 0 0;
    margin: 0
}

.navbar-nav li.dropdown .dropdown-toggle::after {
    display: inline-block;
    margin-left: 5px;
    vertical-align: unset;
    content: "";
    border-top: 6px solid;
    border-right: 6px solid transparent;
    border-bottom: 0;
    border-left: 6px solid transparent
}

header .navbar-nav li.dropdown .dropdown-menu {
    margin: 0;
    border: 0;
    box-shadow: 0 5px 15px #00000040;
    border-radius: 0
}

header .navbar-nav li.dropdown .dropdown-menu a {
    display: block;
    font-family: Muli;
    font-weight: 600;
    font-size: 14px;
    padding: 15px 25px;
    transition: all .3s ease-in-out
}

header .navbar-nav li.dropdown .dropdown-menu a:focus,
header .navbar-nav li.dropdown .dropdown-menu a:hover {
    background-color: #00c3be
}

header .navbar-nav li.dropdown .dropdown-menu a span {
    position: relative;
    left: 0;
    color: #000;
    display: block;
    transition: all .3s ease-in-out
}

header .navbar-nav li.dropdown .dropdown-menu a:hover span {
    position: relative;
    left: 2px;
    color: #fff
}

header .logo-box {
    width: 200px;
    position: relative;
    height: 76px
}

header .logo-box .white-logo .st0 {
    fill: #fff
}

header .logo-box .main-logo {
    position: absolute;
    top: 0;
    width: 200px;
    opacity: 0;
    transition: all .5s ease-in-out
}

header .logo-box .main-logo .st0 {
    fill: #07c3bf !important
}

header.shrink .logo-box .main-logo {
    opacity: 1
}

header.shrink .logo-box .white-logo {
    opacity: 0
}

header nav.navbar {
    justify-content: space-between;
    padding: 5px 0
}

header .navbar-expand-lg .navbar-nav .nav-link {
    font-family: Muli;
    font-weight: 600;
    color: #fff;
    font-size: 16px;
    padding: 10px 14px;
    transition: all .3s ease-in-out
}

header.shrink .navbar-expand-lg .navbar-nav .nav-link {
    color: #000
}

header .navbar-expand-lg .navbar-nav .nav-link.active,
header .navbar-expand-lg .navbar-nav .nav-link:hover {
    color: #00c3bf
}

header .navbar-nav .nav-item:last-child .nav-link {
    font-family: Muli;
    font-weight: 500;
    border: 1px solid #16818d;
    border-radius: 50px;
    display: inline-block;
    padding: 5px 10px;
    margin: 6px 0 0 15px
}

header.shrink .navbar-nav .nav-item:last-child .nav-link {
    border: 1px solid #16818d52
}

body a:focus,
body button:focus {
    outline: 0
}

.home-slider {
    position: relative;
    min-height: 59vh
}

.home-slider .parallax-container {
    position: relative;
    overflow: hidden
}

.home-slider .parallax-parent {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.home-slider .parallax-content {
    position: relative;
    left: 50%;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.owl-carousel {
    z-index: 0 !important
}

.home-slider .item>img {
    width: 100%
}

.home-slider .owl-theme .owl-dots {
    position: absolute;
    bottom: 0;
    width: 100%;
    bottom: 3%
}

.home-slider .owl-theme .owl-dots .owl-dot.active span,
.home-slider .owl-theme .owl-dots .owl-dot:hover span {
    background: #fff !important
}

.home-slider .owl-theme .owl-dots .owl-dot span {
    background: #ffffff63 !important;
    transition: all .3s ease-in-out
}

.home-slider .owl-theme .owl-dots .owl-dot span {
    margin: 5px;
    width: 22px;
    height: 5px
}

.home-slider .item {
    position: relative
}

.home-slider .item .caption-box {
    position: absolute;
    height: auto;
    top: 22%;
    left: 0;
    right: 0;
    margin: 0 auto
}

.home-slider .item .caption-box .digital-business {
    width: auto;
    margin: 0 auto
}

.home-slider .item .caption-box h2 {
    font-size: 43px;
    margin: 100px 0 0;
    color: #fff;
    transform: translateX(10%);
    transition: all .6s ease;
    opacity: 0
}

.home-slider .owl-item.active .item .caption-box h2,
.home-slider .owl-item.active .item .caption-box p {
    transform: translateX(0);
    opacity: 1
}

.home-slider .owl-item.active .item .caption-box .digital-business {
    animation: slide-in-right 1s cubic-bezier(.25, .46, .45, .94) both
}

@keyframes slide-in-right {
    0% {
        -webkit-transform: translateX(30%);
        transform: translateX(30%);
        opacity: 0
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }
}

.home-slider .item .caption-box p {
    font-size: 16px;
    color: #fff;
    letter-spacing: .3px;
    margin: 10px 0 50px;
    transform: translateX(10%);
    transition: all .8s ease;
    opacity: 0
}

.home-slider .quote-box .select-box {
    float: left;
    width: 60%;
    position: relative
}

.home-slider .quote-box {
    position: absolute;
    bottom: 21%;
    margin: 0 auto;
    left: 0;
    height: auto;
    right: 0
}

.home-slider .quote-box .select-section {
    box-shadow: 0 25px 24px 0 rgba(0, 0, 0, .19);
    width: 90%;
    margin-bottom: 50px
}

.home-slider .quote-box .dotted-img {
    width: auto;
    position: absolute;
    right: 20px;
    top: -30px;
    z-index: 0
}

.home-slider .quote-box .select-box .icon-down {
    position: absolute;
    right: 0;
    top: 25px;
    color: #143b63;
    background: #fff;
    font-size: 10px;
    font-weight: 600;
    padding: 5px 10px;
    pointer-events: none
}

.home-slider .quote-box .box-style {
    color: #143b63;
    font-family: Muli;
    font-weight: 700;
    font-size: 17px;
    height: 65px !important;
    border: 0;
    cursor: pointer;
    border-radius: 0;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px
}

.home-slider .quote-box .box-style:focus {
    outline: 0;
    box-shadow: none
}

.home-slider .quote-box .quate-btn {
    float: left;
    font-family: Muli;
    font-weight: 700;
    font-size: 17px;
    color: #fff;
    height: 65px;
    position: relative;
    background: #00c3bf;
    border: 0;
    display: block;
    border-radius: 0;
    cursor: pointer;
    padding: 19px 15px;
    text-align: center;
    line-height: 1.5;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    text-transform: uppercase;
    transition: all .3s ease-in-out
}

.home-slider .detail-form {
    position: absolute;
    top: 30%;
    left: 0;
    right: 0;
    margin: 0 auto
}

.home-slider .detail-form .dotted-img {
    position: absolute;
    z-index: 0;
    right: -30px;
    bottom: 20px
}

.home-slider .detail-form h5 {
    font-size: 33px;
    margin: 0 0 20px;
    display: inline-block
}

.home-slider .detail-form .close-box {
    display: inline-block;
    margin-left: 30px;
    cursor: pointer
}

.home-slider .detail-form .close-text {
    font-size: 10px;
    color: #fff;
    position: relative;
    bottom: 4px;
    text-transform: uppercase
}

.home-slider .detail-form .close-box .icon-cross {
    font-size: 20px;
    color: #fff
}

.home-slider .detail-form .form-group {
    float: left;
    width: 50%
}

.home-slider .detail-form .form-group:nth-child(1),
.home-slider .detail-form .form-group:nth-child(3) {
    padding-right: 8px
}

.home-slider .detail-form .form-group:nth-child(2),
.home-slider .detail-form .form-group:nth-child(4) {
    padding-left: 8px
}

.home-slider .detail-form .box-style::placeholder,
.home-slider .detail-form select.box-style {
    font-family: Muli;
    font-weight: 600;
    color: #5c8ca7;
    font-size: 17px
}

.home-slider .detail-form .out-box {
    position: relative;
    margin-right: 55px
}

.home-slider .detail-form .box-style {
    height: 55px !important;
    border: 0;
    border-radius: 5px;
    font-size: 18px;
    color: #5c8ca7;
    font-family: Muli;
    font-weight: 300;
    position: relative
}

.home-slider .detail-form .free-quote {
    font-family: Muli;
    font-weight: 700;
    font-size: 17px;
    color: #fff;
    height: 55px;
    width: 100%;
    background: #00c3bf;
    border: 0;
    position: relative;
    display: block;
    border-radius: 5px;
    cursor: pointer;
    padding: 0 10px;
    text-transform: uppercase;
    transition: all .3s ease-in-out
}

.home-slider .detail-form .free-quote:hover {
    background: #333b64
}

.home-slider .detail-form>.dotted-img {
    width: auto;
    position: absolute;
    right: -25px;
    bottom: 20px;
    top: auto;
    z-index: -1
}

.home-slider .box-style:focus {
    outline: 0;
    box-shadow: none
}

.client-slider {
    background: #eaf7f7;
    padding: 7px 0
}

.client-slider .item img {
    width: auto !important
}

.client-slider .item {
    text-align: -webkit-center;
    display: table-cell;
    vertical-align: middle;
    opacity: .5;
    filter: grayscale(100%);
    transition: all .5s ease-in-out
}

.client-slider .item:hover {
    opacity: 1;
    filter: none
}

.about-div {
    position: relative;
    overflow: hidden
}

.about-div .container {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 15%
}

.about-div h1 {
    color: #333b64;
    font-size: 33px;
    margin: 0 0 25px
}

.about-div p {
    color: #3b6b73;
    font-size: 16px;
    margin: 0 0 30px
}

.about-div .read-btn {
    background: #00c3bf;
    padding: 10px;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    border-radius: 50px;
    font-size: 15px;
    width: 130px;
    height: 40px;
    text-align: center;
    line-height: 1.2;
    transition: all .3s ease-in-out
}

.about-div .read-btn:hover,
.development-section .read-btn:hover,
.home-slider .quote-box .quate-btn:hover,
.services-div .read-btn:hover {
    background: #333b64
}

.development-section {
    background: #e6f8f8;
    padding: 50px 50px 160px;
    position: relative
}

.development-section h2 {
    color: #333b64;
    font-size: 33px;
    margin: 0 0 25px
}

.development-section .info-box p {
    color: #3b6b73;
    font-size: 16px;
    margin: 0 0 30px
}

.development-section .read-btn {
    background: #00c3bf;
    padding: 10px;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    border-radius: 50px;
    font-size: 15px;
    width: 140px;
    height: 40px;
    text-align: center;
    line-height: 1.3;
    transition: all .3s ease-in-out
}

.development-section .item .img-box,
.development-section .item .info-box {
    width: 50%
}

.development-section .item .img-box {
    float: right
}

.development-section .item .img-box img {
    width: auto
}

.development-section .item .text-div {
    position: relative;
    transform: translateY(70%);
    margin-left: 50px
}

.services-carousel .owl-item.active .item .read-btn,
.services-carousel .owl-item.active .item h1,
.services-carousel .owl-item.active .item p {
    animation: 1s .5s fadeInDown both
}

.development-section .owl-item.active .item .phones {
    animation: 1s .5s fadeIn both
}

.development-section .tab-section .tab-div {
    float: left;
    width: 20%;
    background: #f0f8fa;
    text-align: center;
    border-top: 1px solid #cbcbcb;
    border-bottom: 1px solid #cbcbcb;
    border-right: 1px solid #cbcbcb;
    transition: all .5s ease-in-out
}

.development-section .tab-section {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 7%
}

.development-section .tab-section .tab-div a.active,
.development-section .tab-section .tab-div:hover {
    background: #fff
}

.development-section .tab-section .tab-div:nth-child(1) {
    border-left: 1px solid #cbcbcb;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px
}

.development-section .tab-section .tab-div:nth-child(1) a {
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px
}

.development-section .tab-section .tab-div:last-child {
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px
}

.development-section .tab-section .tab-div:last-child a {
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px
}

.development-section .tab-section .tab-div a {
    display: block;
    padding: 25px 0;
    cursor: pointer;
    text-decoration: none;
    position: relative
}

.development-section .tab-section .tab-div a .arrow {
    opacity: 0;
    margin: 0 auto;
    left: 0;
    right: 0;
    display: block;
    position: absolute;
    top: -1px;
    transition: all .5s ease-in-out
}

.development-section .tab-section .tab-div a.active .arrow,
.development-section .tab-section .tab-div a:hover .arrow {
    opacity: 1
}

.development-section .tab-section .icon-box {
    display: inline-block;
    vertical-align: middle
}

.development-section .tab-section .icon-box>span {
    font-size: 58px
}

.development-section .tab-section h6 {
    font-size: 18px;
    color: #0b5562;
    margin: 0 0 0 15px;
    vertical-align: middle;
    display: inline-block;
    text-align: left
}

.filter-section .tab-div {
    padding: 50px 0;
    background: url(../images/filter-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover
}

.bg-white {
    background: #fff
}

.filter-section h2 {
    color: #333b64;
    font-size: 33px;
    margin: 0 0 10px;
    text-align: center
}

.filter-section p {
    color: #3b6b73;
    font-size: 17px;
    margin: 0 0 30px;
    text-align: center
}

.filter-section .svg-icon {
    width: 25px;
    display: inline-block;
    vertical-align: middle;
    line-height: 1
}

.filter-section .svg-icon .st0 {
    stroke: #868aa0;
    transition: all .5s ease-in-out
}

.filter-section .tab a.active .svg-icon .st0,
.filter-section .tab a:hover .svg-icon .st0 {
    stroke: #12789a
}

.filter-section .tab a {
    color: #868aa0;
    cursor: pointer;
    font-size: 15px;
    font-family: Muli;
    font-weight: 700;
    text-decoration: none;
    display: inline-block;
    border: 1px solid #ebf4f7;
    border-radius: 50px;
    padding: 5px 15px;
    margin: 0 10px;
    text-align: center;
    width: 187px;
    transition: all .3s ease-in-out
}

.filter-section .tab a.active,
.filter-section .tab a:hover {
    color: #171933;
    box-shadow: 0 3px 18px 0 rgba(16, 109, 140, .37)
}

.filter-section .img-block {
    position: relative;
    width: 33.33%;
    float: left;
    cursor: pointer;
    -webkit-transform: scale(0);
    transform: scale(0);
    transition: all .5s ease;
    overflow: hidden
}

.filter-section .img-block img {
    transition: all .3s ease-in-out
}

.filter-section .img-block:hover img {
    transform: scale(1.2)
}

.filter-section .img-block.scale-anm,
.work-section .blog.scale-anm {
    transform: scale(1)
}

.filter-section .img-block img {
    aspect-ratio: 634 / 348;
    object-fit: cover;
    width: 100%
}

.filter-section .img-block .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #0000008c;
    z-index: 1;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all .3s ease-in-out
}

.filter-section .img-block:hover .overlay {
    opacity: 1
}

.filter-section .img-block:hover .overlay h3 {
    bottom: 18%
}

.filter-section .img-block:hover .overlay .arrow {
    bottom: 10%;
    opacity: 1
}

.filter-section .img-block small {
    position: absolute;
    top: 20px;
    right: 20px;
    display: inline-block;
    border-radius: 50px;
    padding: 3px 15px;
    font-size: 12px;
    border: 1px solid #fff;
    z-index: 1;
    display: none
}

.filter-section .img-block .overlay h3 {
    font-size: 33px;
    margin: 0;
    position: absolute;
    bottom: 10%;
    left: 10%;
    transition: all .3s ease-in-out
}

.filter-section .img-block .overlay .arrow {
    font-size: 25px;
    position: absolute;
    bottom: 10%;
    left: 10%;
    opacity: 0;
    transition: all .3s ease-in-out
}

.tagline-section {
    padding: 100px 0 0;
    background: url(../images/tagline-bg.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center bottom;
    background-color: #fff
}

.tagline-section h5 {
    text-transform: uppercase;
    font-size: 23px;
    margin: 20px 0 15px
}

.tagline-section p {
    font-size: 16px;
    margin: 0 0 10px
}

.tagline-section .icon-box {
    font-size: 95px
}

.tagline-section .col-sm-4:nth-child(1) .icon-box {
    font-size: 80px;
    margin-top: 10px;
    display: block
}

footer.fixed {
    position: fixed
}

footer {
    width: 100%;
    margin: 0 auto;
    z-index:1;
    bottom: 0
}

footer .top-footer {
    padding: 0 0 30px;
    background: #1a212a
}

footer .col-div {
    width: 20%;
    float: left
}

footer .col-div h4 {
    color: #18c4ca;
    text-transform: uppercase;
    font-size: 12px;
    font-family: Muli;
    font-weight: 700;
    margin: 40px 0 8px
}

footer .col-div a {
    color: #82878f;
    font-size: 12px;
    padding: 0 0 5px;
    text-transform: capitalize;
    font-family: Muli;
    text-decoration: none;
    font-weight: 300;
    display: block;
    transition: all .3s ease-in-out;
    width:fit-content;
}

footer .col-div a:hover {
    color: #18c4ca
}

footer .col-div:nth-child(4) a {
    text-transform: lowercase
}

footer .col-div p {
    color: #82878f;
    font-size: 13px;
    margin: 0 0 0;
    font-family: Muli;
    font-weight: 300
}

footer .col-div:nth-child(5) .social {
    padding: 0;
    margin: 20px 0 0
}

footer .col-div:nth-child(5) .social li {
    display: inline-block
}

footer .col-div:nth-child(5) .social li a {
    padding: 5px;
    color: #07c3bf;
    font-size: 17px;
    transition: all .3s ease-in-out
}

footer .col-div:nth-child(5) .social li a:hover {
    color: #fff
}

footer .container {
    position: relative
}

footer .img-box {
    position: absolute;
    right: 3%;
    bottom: 10%
}

footer .img-box .dmca-icon {
    margin-right: 20px
}

.bottom-strip {
    padding: 15px 0 25px 0;
    background: #191a1d;
    text-align: center
}

.bottom-strip .container {
    position: relative
}

.bottom-strip a.f-link {
    text-decoration: none;
    font-size: 16px;
    font-family: Muli;
    font-weight: 600;
    color: #fff;
    padding: 0 0 5px;
    display: inline-block;
    margin-right: 20px;
    transition: all .5s ease-in-out
}

.bottom-strip .copyright a:hover,
.bottom-strip a.f-link:hover {
    color: #18c4ca
}

.bottom-strip .copyright a,
.bottom-strip .copyright p {
    color: #82878f;
    text-decoration: none;
    display: inline-block;
    font-family: Muli;
    font-weight: 300;
    font-size: 14px;
    margin: 0;
    transition: all .5s ease-in-out
}

.top-arrow {
    text-decoration: none;
    color: #07c3bf;
    background: #131416;
    padding: 8px;
    transform: rotate(91deg);
    position: fixed;
    right: 41px;
    bottom: 9%;
    transition: all .3s ease-in-out;
    display: none;
    height: 40px;
    width: 40px;
    font-size: 18px;
    text-align: center
}

.top-arrow:hover {
    background: #242629;
    color: #07c3bf;
    text-decoration: none
}

.breadcum {
    position: relative
}

.breadcum .parallax-container {
    position: relative;
    overflow: hidden
}

.breadcum .parallax-parent {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.breadcum .parallax-content {
    position: absolute;
    left: 50%;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.breadcum img {
    width: 100%
}

.breadcum .container {
    position: absolute;
    top: 45%;
    left: 0;
    right: 0;
    margin: 0 auto
}

.breadcum .figcaption.animated {
    visibility: visible;
    opacity: 0;
    animation: fadeIn 1.5s .5s cubic-bezier(.18, .98, .45, 1) forwards;
    will-change: opacity, transform;
    animation-name: mastheadCaption;
    animation-delay: .62s
}

@keyframes mastheadCaption {
    0% {
        opacity: 0;
        transform: scale(1.3) translateY(-35px)
    }
    100% {
        opacity: 1;
        transform: scale(1) translateY(0)
    }
}

.breadcum h2 {
    color: #00c3bf;
    font-size: 50px;
    margin: 0 0 10px;
    text-align: center
}

.breadcum p {
    font-size: 16px;
    margin: 0;
    text-align: center
}

.introduction-div {
    background: #fff;
    padding: 80px 0
}

.introduction-div h1 {
    font-size: 35px;
    margin: 0 0 20px
}

.introduction-div p {
    font-size: 16px;
    margin: 0
}

.introduction-div p span {
    text-decoration: none;
    color: #1b2246;
    font-size: 16px
}

.introduction-div .indroduction-img {
    margin-top: 15%
}

.introduction-div .img-box {
    float: right;
    width: 50%
}

.introduction-div .text-div {
    width: 50%
}

.vision-section {
    padding: 80px 0;
    background-image: linear-gradient(to right, #00c3bf 50%, #1ba5ae 50%);
    text-align: center
}

.vision-section h3 {
    font-size: 35px;
    margin: 0 0 20px
}

.vision-section p {
    font-size: 16px;
    width: 80%;
    margin: 0 auto;
    margin-top: 30px
}

.whyus-section {
    background: #213148;
    padding: 80px 0
}

.whyus-section h2 {
    font-size: 33px;
    margin: 0 0 20px
}

.whyus-section h3 {
    font-size: 30px;
    margin: 0 0 20px
}

.whyus-section p {
    font-size: 16px;
    margin: 0
}

.whyus-section .nav-tabs {
    display: none
}

.whyus-section .nav-tabs li {
    display: block;
    margin: 0 0 15px
}

.whyus-section .nav-tabs .nav-link {
    color: #b7b9c1;
    font-size: 23px;
    font-family: Muli;
    font-weight: 800;
    display: inline-block;
    padding: 8px 20px;
    border: 0;
    border-radius: 50px;
    width: 400px;
    transition: all .3s ease-in-out
}

.whyus-section .nav-tabs .nav-link:hover {
    background: #314055
}

.whyus-section .nav-tabs .nav-link.active {
    color: #333b64;
    background: #fff
}

.golden-words {
    background: #fff;
    padding: 80px 0;
    overflow: hidden
}

.golden-words h3 {
    font-size: 35px;
    margin: 0;
    text-align: center
}

.golden-words h6 {
    color: #56606b;
    font-size: 17px;
    margin: 0 0 50px;
    text-align: center
}

.golden-words .item p {
    font-size: 16px;
    margin: 0 0 35px
}

.golden-words .item .crcl-box {
    height: 70px;
    width: 70px;
    background: #e5f0f3;
    border-radius: 100px;
    position: relative;
    float: left
}

.golden-words .item h2 {
    font-size: 20px;
    margin: 0;
    font-size: 35px;
    margin: 0 auto;
    position: absolute;
    left: 35%;
    top: 20%;
    color: #333b64d4;
    display: inline-block
}

.golden-words .item .text-box {
    float: left;
    margin-left: 20px
}

.golden-words .item .text-box h5 {
    font-size: 18px;
    margin: 15px 0 0
}

.golden-words .item .text-box small {
    font-size: 18px;
    display: inline-block
}

.golden-words .slider-box {
    position: relative;
    padding: 70px 0 20px
}

.golden-words .slider-box .small-quate {
    position: absolute;
    top: 0;
    left: 0
}

.golden-words .slider-box .big-quate {
    position: absolute;
    right: 0;
    bottom: 20px
}

.golden-words .owl-theme .owl-dots {
    width: 100%;
    left: 0;
    right: 0;
    margin: 0;
    padding-top: 25px;
    text-align: left
}

.golden-words .owl-theme .owl-dots .owl-dot.active span,
.golden-words .owl-theme .owl-dots .owl-dot:hover span {
    background: #1ba5ae
}

.golden-words .owl-theme .owl-dots .owl-dot span {
    background: #b1e0e3;
    margin: 5px 5px
}

.project-discuss {
    padding: 200px 0 95px;
    background-color: #fff;
    background: url(../images/project-discuss.jpg);
    background-repeat: no-repeat;
    background-size: cover
}

.project-discuss h2 {
    font-size: 35px;
    margin: 0 0 20px
}

.project-discuss p {
    font-size: 19px;
    margin: 0 0 0
}

.project-discuss a.phone {
    transition: all .5s ease-in-out;
    color: #fff;
    text-decoration: none
}

.project-discuss a.phone:hover {
    color: #07c3bf
}

.project-discuss a.contact-btn {
    text-decoration: none;
    font-family: Muli;
    font-weight: 700;
    font-size: 15px;
    transition: all .5s ease-in-out;
    text-align: center;
    background: #00c3bf;
    color: #fff;
    margin-top: 20px;
    border-radius: 50px;
    padding: 10px;
    width: 145px;
    transition: all .3s ease-in-out;
    display: inline-block
}

.project-discuss a.contact-btn:hover {
    background: #fff;
    color: #00c3bf
}

.counters-div {
    padding: 20px;
    background: #00c2be
}

.tagline-section .ht-200 {
    height: 200px
}

.counters-div .count-box {
    width: 18.5%;
    float: left;
    background: #03b9b5;
    padding: 7px;
    border-radius: 50px;
    margin-right: 20px
}

.counters-div .count-box:nth-child(1) {
    margin-left: 10%
}

.counters-div .count-box:nth-child(5) {
    margin-right: 0
}

.counters-div .count-box .icon-box {
    display: inline-block;
    padding: 10px;
    background: #fff;
    border-radius: 50px;
    text-align: center;
    float: left;
    margin-right: 15px
}

.counters-div .count-box:nth-child(3) .icon-box {
    height: 60px;
    width: 60px;
    padding: 16px 7px
}

.counters-div .count-box:nth-child(3) .icon-box>span {
    font-size: 30px
}

.counters-div .count-box .icon-box>span {
    font-size: 40px;
    display: inline-block
}

.counters-div .count-box h2,
.counters-div .count-box h3 {
    font-size: 26px;
    margin: 0;
    display: inline-block;
    color: #fff;
    line-height: 1.2;
    vertical-align: bottom
}

.counters-div .count-box p {
    font-size: 14px;
    margin: 0;
    line-height: 1.2
}

.counters-div .count-box .plus {
    font-family: Muli;
    font-weight: 800;
    font-size: 25px;
    display: inline-block;
    color: #fff;
    line-height: 1.2;
    vertical-align: bottom
}

.services-div.services-section {
    padding: 80px 0 0
}

.services-div {
    background: #fff;
    padding: 80px 0;
    overflow: hidden
}

.services-section h1 {
    font-size: 35px;
    margin: 0 0 20px;
    text-align: center
}

.services-section h6 {
    font-size: 17px;
    margin: 0;
    line-height: 1.8;
    text-align: center
}

.services-div .text-box {
    position: relative;
    transform: translateY(40%)
}

.services-div .srvc-icon {
    font-size: 60px;
    display: inline-block
}

.services-div h2 {
    font-size: 35px;
    margin: 10px 0 20px
}

.services-div p {
    font-size: 16px;
    margin: 0
}

.services-div .read-btn {
    text-decoration: none;
    display: inline-block;
    width: 165px;
    background: #00c3bf;
    font-size: 15px;
    color: #fff;
    padding: 10px;
    border-radius: 50px;
    text-align: center;
    margin-top: 25px;
    transition: all .3s ease-in-out
}

.services-div.web-design-div .text-box {
    text-align: right;
    transform: translateY(20%)
}

.services-div.graphics-div.software-div .text-box {
    transform: translateY(20%)
}

.detail-section {
    position: relative;
    background: url(../images/ideas-to-life.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 0 185px;
    background-position: 100% 100%;
    background-color: #fff
}

.detail-section img {
    width: 100%
}

.detail-section h1 {
    font-size: 35px;
    margin: 0 0 20px
}

.detail-section p {
    font-size: 16px;
    margin: 0;
    letter-spacing: .5px;
    line-height: 1.5
}

.detail-section .technologies {
    text-align: center
}

.detail-section .technologies img {
    width: auto;
    display: inline-block;
    margin: 20px 19px 0 19px;
    position: relative
}

.we-do-more {
    background: #fff;
    padding: 100px 0
}

.we-do-more h3 {
    font-size: 35px;
    margin: 0 0 10px;
    text-align: center
}

.we-do-more h6 {
    font-size: 17px;
    margin: 0;
    color: #56606b;
    text-align: center
}

.we-do-more .more-box {
    float: left;
    width: 16.6%;
    text-align: center;
    margin-top: 50px
}

.we-do-more.app-development .more-box:nth-of-type(1) {
    margin-left: 8%
}

.we-do-more .more-box:nth-of-type(7) {
    clear: both
}

.we-do-more.graphics-designing .more-box:nth-of-type(7) {
    clear: both;
    margin-left: 16.5%
}

.we-do-more.software-development .more-box:nth-of-type(7) {
    margin-left: 10%
}

.we-do-more .more-box .icon-div {
    background: #22395a;
    display: inline-block;
    border-radius: 50px;
    height: 97px;
    width: 97px;
    display: inline-flex;
    align-items: center;
    transition: all .5s ease
}

.we-do-more .more-box .icon-div:hover {
    background: #08c3be
}

.we-do-more .more-box .icon-div>span {
    font-size: 47px;
    display: block;
    margin: 0 auto
}

.we-do-more .more-box .icon-div>span.icon-php {
    font-size: 40px
}

.we-do-more .more-box .icon-div span:before {
    color: #fff
}

.we-do-more p {
    color: #265c81;
    font-size: 16px;
    margin: 10px 0 0
}

.feature-section {
    background: url(../images/graphics-bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.feature-section.web-bg {
    background: url(../images/web-bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.feature-section.software-bg {
    background: url(../images/software-bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.feature-section.app-bg {
    background: url(../images/app-bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.feature-section .text-box {
    padding: 50px 0
}

.feature-section h2 {
    font-size: 35px;
    margin: 0 0 20px
}

.feature-section ul {
    margin: 0;
    padding: 0
}

.feature-section ul li {
    position: relative
}

.feature-section ul li:before {
    position: absolute;
    left: 0;
    top: 5px;
    color: #265c81;
    display: block;
    content: "\e98f";
    font-family: icomoon !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    font-size: 20px
}

.feature-section p {
    color: #265c81;
    font-family: Muli;
    font-weight: 600;
    font-size: 16px;
    margin: 0 0 10px;
    padding-left: 35px
}

.related-work {
    padding: 80px 0;
    background: #fff
}

.related-work h2 {
    font-size: 35px;
    margin: 0 0 10px;
    text-align: center
}

.related-work h6 {
    color: #56606b;
    font-size: 17px;
    margin: 0 0 50px;
    text-align: center
}

.related-work .item .img-box {
    position: relative;
    overflow: hidden
}

.related-work .item .img-box:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0;
    width: 100%;
    background-image: linear-gradient(to bottom, #dddddd0a 0, #000000ad 100%);
    height: 50%;
    z-index: 1
}

.related-work .item .img-box img {
    transition: all .3s ease-in-out;
    aspect-ratio: 3 / 2;
}

.related-work .item .img-box:hover img {
    transform: scale(1.2)
}

.related-work .item .img-box h5 {
    position: absolute;
    bottom: 10px;
    left: 30px;
    font-size: 21px;
    z-index: 1
}

.related-work .owl-theme .owl-nav {
    position: absolute;
    width: 100%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 40%
}

.related-work .owl-theme .owl-nav [class*=owl-],
.related-work .owl-theme .owl-nav [class*=owl-]:hover {
    background: 0 0;
    padding: 5px 10px;
    margin: 0;
    color: #285a69;
    font-size: 20px;
    border: 1px solid#285a69;
    border-radius: 50px
}

.related-work .owl-theme .owl-nav .owl-prev {
    position: absolute;
    left: -5%
}

.related-work .owl-theme .owl-nav .disabled {
    opacity: 0
}

.related-work .owl-theme .owl-nav .owl-next {
    position: absolute;
    right: -5%
}

.work-title {
    background: #fff
}

.work-title .brdr-div {
    padding: 50px 0;
    border-bottom: 1px solid #46859045
}

.work-title h2 {
    font-size: 35px;
    margin: 0 0 20px
}

.work-title p {
    font-size: 17px;
    margin: 0
}

.work-div-outer {
    padding: 50px 0;
    background: #fff
}

.work-section {
    background: #fff
}

.filter-section.work-div .tab-div {
    background: #fff;
    padding: 50px 0 0;
    position: relative
}

.filter-section.work-div .tab {
    position: relative
}

.tab-div .select-box {
    position: absolute;
    right: 0;
    top: 5px;
    border-radius: 50px;
    box-shadow: 0 3px 18px 0 rgba(14, 121, 156, .17)
}

.tab-div .select-box .box-style {
    font-size: 15px;
    color: #171933;
    border-radius: 50px;
    border: 0
}

.tab-div .select-box .box-style:focus {
    outline: 0;
    box-shadow: none
}

.tab-div .select-box select.form-control:not([size]):not([multiple]) {
    height: auto
}

.work-section .blog:first-of-type {
    margin: 0 auto
}

.work-section .blog {
    width: 1200px;
    position: relative;
    margin: 50px auto 0
}

.work-section .blog .img-box {
    position: relative
}

.work-section .blog .img-box .category {
    font-size: 16px;
    margin: 0;
    display: inline-block;
    background: #7e8d96;
    padding: 5px 20px;
    position: absolute;
    left: 0;
    bottom: 0;
    border-top-right-radius: 15px
}

.work-section .blog .img-box {
    width: 65%;
    display: block;
    float: left
}

.work-section .blog .img-box img {
    width: 100%;
    height: 400px;
    transition: all .3s ease-in-out
}

.work-section .blog .img-box .item {
    overflow: hidden;
    position: relative
}

.work-section .blog .img-box:hover img {
    transform: scale(1.1)
}

.work-section .blog .info-box {
    float: left;
    width: 35%;
    height: 400px;
    padding: 50px;
    background: #e46763;
    position: relative;
    display: block
}

.work-section .blog.samrudhi-atta .info-box {
    background: #37ca8a
}

.work-section .blog.clin-global .info-box {
    background: #17a5af
}

.work-section .blog.bellpeppers-graphics .info-box {
    background: red
}

.work-section .blog.autonism-web .info-box {
    background: #e2b71a
}

.work-section .blog.bellpeppers-sorftware .info-box {
    background: #ef2c56
}

.work-section .blog.avs-app .info-box {
    background: #0bd
}

.work-section .blog.gupta-glass .info-box {
    background: #4a4271
}

.work-section .blog.pos-soft .info-box {
    background: #d83344
}

.work-section .blog.bell-pepper-app .info-box {
    background: #69c39c
}

.work-section .blog.aaeither-marine-soft .info-box {
    background: #3c6aab
}

.work-section .blog.hikal-web .info-box {
    background: #149485
}

.work-section .blog.bellpeppers-graphics .info-box {
    background: #b53158
}

.work-section .blog.krsna-app .info-box {
    background: #a93863
}

.work-section .blog.autonism-graphics .info-box {
    background: #eac11d
}

.work-section .blog.rdcc-web .info-box {
    background: #66bf37
}

.work-section .blog.mci-app .info-box {
    background: #f36530
}

.work-section .blog.mediteknosys-web .info-box {
    background: #c32a45
}

.work-section .blog.bigb-graphics .info-box {
    background: #a78973
}

.work-section .blog.rk-group-web .info-box {
    background: #c8ab73
}

.work-section .blog.supriya-marine-graphics .info-box {
    background: #434577
}

.work-section .blog.smill-gift-app .info-box {
    background: #c0c342
}

.work-section .blog.gym-buddy-app .info-box {
    background: #46557b
}

.work-section .blog.dms-soft .info-box {
    background: #5284a2
}

.work-section .blog.invoicing-soft .info-box {
    background: #dc5f53
}

.work-section .blog.QMS-soft .info-box {
    background: #3a6da5
}

.work-section .blog.workbook-soft .info-box {
    background: #e25d4c
}

.work-section .blog.monasha-energy .info-box {
    background: #ff6f02
}

.work-section .blog.biocrux .info-box {
    background: #555d62
}

.work-section .blog.b-beginners .info-box {
    background: #79c51d
}

.work-section .blog.builderflat .info-box {
    background: #222546
}

.work-section .blog.b-idea .info-box {
    background: #f5aa00
}

.work-section .blog.dental-essence .info-box {
    background: #5a9f9a
}

.work-section .blog.elite-ocean .info-box {
    background: #2258a2
}

.work-section .blog.finozol .info-box {
    background: #fb7608
}

.work-section .blog.global-educare .info-box {
    background: #72ba58
}

.work-section .blog.go-digital .info-box {
    background: #0a5f79
}

.work-section .blog.global-educare .info-box {
    background: #66b122
}

.work-section .blog.gryphon .info-box {
    background: #626262
}

.work-section .blog.hermes-maritime .info-box {
    background: #e59143
}

.work-section .blog.paramount .info-box {
    background: #c42007
}

.work-section .blog.prasad-jindam .info-box {
    background: #6e6d6d
}

.work-section .blog.rajeeventerprises .info-box {
    background: #2b2e51
}

.work-section .blog.shreeharicopier .info-box {
    background: #f27f2e
}

.work-section .blog.shrinamrataproperties .info-box {
    background: #aaa087
}

.work-section .blog.shubhangiroadlines .info-box {
    background: #4b85c5
}

.work-section .blog.kshatriy-samaj .info-box {
    background: #dc0642
}

.work-section .blog.superapp .info-box {
    background: #9ec54d
}

.work-section .blog.stellar .info-box {
    background: #0fe1e0
}

.work-section .blog.tinyroots .info-box {
    background: #6e2c91
}

.work-section .blog.tutelage .info-box {
    background: #c35f31
}

.work-section .blog.tvak .info-box {
    background: #518889
}

.work-section .blog.u-p-control .info-box {
    background: #c82b26
}

.work-section .blog. .info-box .wrapper {
    display: table;
    width: 100%;
    height: 100%
}

.work-section .info-box h6 {
    font-size: 15px;
    margin: 0
}

.work-section .info-box h2 {
    font-size: 28px;
    margin: 10px 0
}

.work-section .info-box p {
    font-size: 16px;
    margin: 0
}

.work-section .info-box .tcnlgy {
    font-size: 12px;
    margin: 0;
    display: block
}

.work-section .info-box .sftwr {
    font-size: 16px;
    margin: 0;
    display: block
}

.work-section .info-box .date {
    font-size: 16px;
    margin: 0;
    display: inline-block;
    background: #0404041c;
    padding: 5px 20px;
    position: absolute;
    right: 0;
    bottom: 0;
    border-top-left-radius: 15px
}

.work-section .blog.samrudhi-atta .date {
    background: #73b08e
}

.work-section .blog.samrudhi-atta .category {
    background: #0000005c
}

.work-section .blog.aks-group .date {
    background: #043e65
}

.work-section .blog.aks-group .category {
    background: #51ada1
}

.work-section .blog.clin-global .date {
    background: #17949c
}

.work-section .blog.clin-global .category {
    background: #56a9ba
}

.work-section .info-box .visit-btn {
    font-family: Muli;
    font-weight: 700;
    text-decoration: none;
    display: inline-block;
    color: #fff;
    border: 1px solid #fff;
    background: 0 0;
    width: 130px;
    text-align: center;
    border-radius: 50px;
    padding: 12px;
    font-size: 15px;
    line-height: 1;
    transition: all .3s ease-in-out
}

.work-section .info-box .visit-btn:hover {
    background: #fff;
    color: #e46763
}

.work-section .info-box .skill {
    padding: 35px 0 35px
}

.work-section .info-box .skill_new {
    padding: 2px 0 40px
}

.why-us {
    background: #fff;
    padding: 80px 0
}

.why-us h1 {
    font-size: 35px;
    margin: 0 0 15px
}

.why-us p.info {
    font-size: 16px;
    margin: 0;
    font-family: Muli;
    font-weight: 400;
    padding: 0
}

.why-us ul {
    margin: 0;
    padding: 0
}

.why-us ul li {
    position: relative
}

.why-us ul li:before {
    position: absolute;
    left: 0;
    top: 5px;
    color: #265c81;
    display: block;
    content: "\e98f";
    font-family: icomoon !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    font-size: 20px
}

.why-us p {
    color: #265c81;
    font-family: Muli;
    font-weight: 600;
    font-size: 16px;
    margin: 0 0 15px;
    padding-left: 35px
}

.benefit {
    position: relative
}

.benefit .parallax-container {
    position: relative;
    overflow: hidden;
    height: 700px
}

.benefit .parallax {
    position: absolute;
    left: 0;
    right: 0;
    height: 700px
}

.benefit .parallax img.parallax-img {
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 100%;
    min-height: 100%;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.benefit .parallax .container {
    position: absolute;
    top: 10%;
    left: 0;
    right: 0;
    margin: 0 auto
}

.benefit .row .col-sm-6 {
    margin-top: 60px
}

.benefit .row .col-sm-6:nth-child(5) {
    margin-left: 150px
}

.benefit h2 {
    text-align: center;
    font-size: 35px;
    margin: 0 0 5px
}

.benefit h6 {
    text-align: center;
    font-size: 17px;
    margin: 0
}

.benefit h3 {
    font-size: 17px;
    margin: 0 0 5px;
    text-transform: uppercase
}

.benefit .icon-size {
    display: block;
    font-size: 70px;
    margin: 0 0 25px
}

.benefit p {
    font-size: 16px;
    margin: 0;
    padding: 0 15px
}

.opportunity-div {
    padding: 80px 0;
    background: #e6f8f8
}

.opportunity-div .nav-tabs {
    display: none
}

.opportunity-div h2 {
    font-size: 35px;
    margin: 0 0 5px;
    text-align: center
}

.opportunity-div h6 {
    text-align: center;
    font-size: 17px;
    margin: 0 0 50px
}

.opportunity-div .nav-tabs li {
    margin: 0 0 20px
}

.opportunity-div .nav-link {
    display: block;
    background: #fff;
    padding: 20px;
    border: 0;
    position: relative;
    transition: all .3s ease-in-out
}

.opportunity-div .nav-link.active .read-btn {
    background: #333b64;
    border: 1px solid #333b64;
    color: #fff
}

.opportunity-div .nav-link.active,
.opportunity-div .nav-link:hover {
    box-shadow: 0 7px 10px 0 rgba(179, 183, 189, .65)
}

.opportunity-div .nav-link:before {
    position: absolute;
    content: '';
    right: -10px;
    top: 40px;
    width: auto;
    border-left: 10px solid #fff;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    display: block;
    opacity: 0;
    transition: all .3s ease-in-out
}

.opportunity-div .nav-link.active:before,
.opportunity-div .nav-link:hover:before {
    opacity: 1
}

.opportunity-div .nav-link .read-btn {
    display: inline-block;
    position: absolute;
    bottom: 20px;
    right: 20px;
    color: #333b64;
    font-size: 12px;
    font-family: Muli;
    font-weight: 700;
    line-height: 1;
    border: 1px solid #327480;
    border-radius: 50px;
    width: 70px;
    height: 27px;
    padding: 7px;
    text-align: center
}

.opportunity-div .nav-tabs .nav-link:focus,
.opportunity-div .nav-tabs .nav-link:hover {
    border-color: unset;
    border: 0
}

.opportunity-div .nav-link .icon-box {
    display: inline-block;
    font-size: 50px;
    background: #054875;
    color: #fff;
    padding: 10px;
    vertical-align: top
}

.opportunity-div .card-body .box-icon,
.opportunity-div .nav-link .box-icon {
    display: inline-block;
    font-size: 40px;
    height: 70px;
    width: 70px;
    background: #054875;
    color: #fff;
    padding: 10px;
    vertical-align: top
}

.opportunity-div .card-body .icon-pencil.icon-box,
.opportunity-div .nav-link .icon-pencil.icon-box {
    background: #1ba5af
}

.opportunity-div .card-body .icon-web1.icon-box,
.opportunity-div .nav-link .icon-web1.icon-box {
    background: #86c1a1
}

.opportunity-div .card-body .icon-sdvdsfgbgb.icon-box,
.opportunity-div .nav-link .icon-sdvdsfgbgb.icon-box {
    background: #e46763;
    font-size: 40px
}

.opportunity-div .nav-link .text-box {
    display: inline-block;
    margin-left: 15px
}

.opportunity-div .nav-link h5 {
    color: #333b64;
    font-size: 21px;
    margin: 0
}

.opportunity-div .nav-link small {
    color: #327480;
    font-size: 16px;
    display: block
}

.opportunity-div .tab-content {
    background: #fff
}

.opportunity-div .card-body {
    background: #fff;
    padding: 30px
}

.opportunity-div .card-body .icon-box {
    display: inline-block;
    font-size: 50px;
    background: #054875;
    padding: 10px;
    color: #fff;
    vertical-align: middle;
    animation: 3s 0s fadeIn
}

.opportunity-div .card-body h4 {
    font-size: 21px;
    margin: 0 0 0 15px;
    display: inline-block;
    animation: 3s 0s fadeIn
}

.opportunity-div .card-body hr {
    border-top: 1px solid #c7f2f1;
    margin: 20px auto 10px
}

.opportunity-div .card-body p.bullet {
    color: #327480;
    font-size: 16px;
    margin: 0 0 5px;
    padding-left: 15px;
    position: relative;
    animation: 3s 0s fadeIn
}

.opportunity-div .card-body h5 {
    font-size: 16px;
    margin: 25px 0 5px;
    animation: 3s 0s fadeIn
}

.opportunity-div .card-body p.bullet:before {
    position: absolute;
    left: 0;
    top: 10px;
    content: '';
    background: #327480;
    height: 7px;
    width: 7px;
    border-radius: 50px
}

.opportunity-div .card-body p {
    font-size: 16px;
    margin: 0;
    animation: 3s 0s fadeIn
}

.opportunity-div .apply-btn {
    background: #333b64;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    width: 110px;
    height: 40px;
    color: #fff;
    font-size: 15px;
    padding: 10px;
    margin-top: 25px;
    border-radius: 50px;
    animation: 3s 0s fadeIn;
    line-height: 1.1;
    transition: all .3s ease-in-out
}

.opportunity-div .apply-btn:hover {
    background: #02c2bd
}

.get-in-touch {
    background: #fff;
    padding: 80px 0 100px
}

.get-in-touch h1 {
    font-size: 35px;
    margin: 0 0 10px;
    text-align: center
}

.get-in-touch h6 {
    font-size: 17px;
    margin: 0;
    text-align: center
}

.get-in-touch .outer-box {
    width: 75%;
    margin: 50px auto 0
}

.get-in-touch .block {
    float: left;
    width: 33.33%;
    height: 250px;
    text-align: center
}

.get-in-touch .find-us .inner-div {
    transform: translateY(25%)
}

.get-in-touch .mail .inner-div {
    transform: translateY(40%)
}

.get-in-touch .contact .inner-div {
    transform: translateY(60%)
}

.get-in-touch .block .icon-size {
    display: inline-block;
    font-size: 40px;
    color: #fff
}

.get-in-touch .block h5 {
    font-size: 14px;
    margin: 0 0 10px;
    text-transform: uppercase
}

.get-in-touch .block p {
    font-size: 16px;
    margin: 0
}

.get-in-touch .find-us {
    background: #00c3bf
}

.get-in-touch .mail:before {
    position: absolute;
    content: '';
    left: 0;
    border-left: 15px solid #00c3be;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    width: 20px;
    transform: translateY(105px)
}

.get-in-touch .mail:after {
    position: absolute;
    content: '';
    right: -20px;
    border-left: 15px solid #1ba4ae;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    width: 20px;
    transform: translateY(-38px)
}

.get-in-touch .find-us .icon-size {
    margin-bottom: 10px;
    font-size: 35px
}

.get-in-touch .mail {
    background: #1ba5ae;
    position: relative
}

.get-in-touch .mail a {
    text-decoration: none;
    font-size: 16px;
    color: #fff
}

.get-in-touch .contact {
    background: #333b64
}

.get-in-touch .contact a {
    text-decoration: none;
    font-size: 16px;
    line-height: 1.5;
    color: #fff
}

.get-in-touch .contact .icon-size {
    font-size: 30px;
    margin-bottom: 10px
}

.support-div {
    background: url(../images/support-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    height: 514px;
    padding: 100px 0
}

.support-div .container {
    transform: translateY(100%)
}

.support-div .left-div {
    text-align: right
}

.support-div .left-div h3 {
    font-size: 90px;
    margin: 0;
    line-height: 1;
    display: inline-block
}

.support-div .left-div h2 {
    font-size: 35px;
    margin: 0;
    line-height: 1;
    text-align: left;
    display: inline-block
}

.support-div .left-div p {
    font-size: 16px;
    margin: 0 0 0
}

.support-div .right-div a {
    font-size: 23px;
    font-family: Muli;
    font-weight: 600;
    color: #fff;
    display: inline-block;
    text-decoration: none;
    transition: all .3s ease-in-out;
    margin: 0 0 10px
}

.support-div .right-div .mail {
    display: inline-block;
    color: #fff;
    font-size: 30px;
    transform: rotate(25deg);
    vertical-align: middle;
    margin-right: 15px
}

.support-div .right-div a:hover {
    color: #08c3be
}

.support-div .right-div .call {
    display: inline-block;
    color: #fff;
    font-size: 30px;
    transform: rotate(45deg);
    vertical-align: middle;
    margin-right: 15px
}

.support-div .right-div {
    position: relative;
    padding-top: 15px;
    padding-left: 50px;
    margin-left: 50px
}

.support-div .right-div .line-arrow {
    position: absolute;
    left: 0;
    top: 0
}

.drop-us {
    background: #fff;
    padding: 80px 0
}

.drop-us h3 {
    text-align: center;
    font-size: 35px;
    margin: 0
}

.drop-us h6 {
    text-align: center;
    font-size: 17px;
    margin: 0 0 20px
}

.drop-us label {
    color: #265c81;
    font-size: 18px;
    transition: all .3s ease-in-out
}

.drop-us .form-group {
    position: relative;
    margin: 50px 30px 10px
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none
}

.drop-us .form-group .hide_label {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    pointer-events: none
}

.drop-us .form-group .box-style {
    padding: 5px;
    border: 0;
    border-bottom: 1px solid #8cabc0;
    border-radius: 0;
    box-shadow: none
}

.drop-us button {
    width: 110px;
    height: 45px;
    color: #fff;
    cursor: pointer;
    font-size: 15px;
    text-align: center;
    line-height: 1;
    padding: 10px;
    border: 0;
    border-radius: 50px;
    margin-right: 20px;
    margin-top: 30px;
    background: #333b64;
    transition: all .3s ease-in-out
}

.drop-us button:hover {
    background: #02c2bd
}

.map-div {
    border-top: 6px solid #1ba5ae;
    background: #02c2bd
}

.gallary-div {
    padding: 80px 0;
    background: url(../images/team-bg-img.jpg);
    background-repeat: no-repeat;
    background-size: cover
}

.gallary-div h3 {
    text-align: center;
    font-size: 35px;
    margin: 0 0 5px
}

.gallary-div h6 {
    text-align: center;
    font-size: 17px;
    margin: 0 0 50px
}

.gallary-div .item a {
    display: block;
    box-shadow: 0 10px 24px 0 rgba(20, 36, 58, .79);
    position: relative;
    overflow: hidden
}

.gallary-div .item a img {
    transition: all .3s ease-in-out;
    aspect-ratio: 4 / 3;
    object-fit: cover;
}
.gallary-div .item a:hover img {
    transform: scale(1.1)
}

.gallary-div .item {
    padding: 20px
}

.gallary-div .owl-theme .owl-nav {
    position: absolute;
    width: 100%;
    margin: 0 auto;
    top: 40%
}

.gallary-div .owl-theme .owl-nav [class*=owl-],
.gallary-div .owl-theme .owl-nav [class*=owl-]:hover {
    color: #fff;
    font-size: 20px;
    margin: 0;
    padding: 4px 9px;
    background: 0 0;
    display: inline-block;
    cursor: pointer;
    border-radius: 50px;
    border: 1px solid #fff
}

.gallary-div .slider-div {
    padding: 0 20px
}

.gallary-div .owl-theme .owl-nav .owl-prev {
    position: absolute;
    left: -4%
}

.gallary-div .owl-theme .owl-nav .owl-next {
    position: absolute;
    right: -4%
}

.client-section {
    background: #e6f8f8;
    padding: 80px 0
}

.client-section .icon-box {
    width: 18.27%;
    float: left;
    text-align: center;
    height: 150px;
    display: flex;
    align-items: center;
    background: #fff;
    position: relative;
    margin: 0 10px 10px 0;
    transition: all .3s ease-in-out !important
}

.client-section .icon-box p {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    font-size: 14px;
    background: #00000091;
    color: #fff;
    padding: 6px 0;
    display: none
}

.client-section .icon-box:hover {
    box-shadow: -12px 0 20px -12px rgba(0, 0, 0, .35), 12px 0 20px -12px rgba(0, 0, 0, .35)
}

.client-section .icon-box:nth-child(10),
.client-section .icon-box:nth-child(15),
.client-section .icon-box:nth-child(20),
.client-section .icon-box:nth-child(25),
.client-section .icon-box:nth-child(30),
.client-section .icon-box:nth-child(5) {
    margin-right: 0
}

.client-section .icon-box img {
    display: block;
    margin: 0 auto
}

.blog-section {
    padding: 80px 0;
    background: #e6f8f8
}

.blog-section .blog-div:nth-of-type(1) {
    margin-top: 0
}

.blog-section .left-div {
    padding: 0 30px 0 40px
}

.blog-section .right-div {
    padding: 0 40px 0 0
}

.blog-section .blog-div {
    margin-top: 50px
}

.blog-section .img-box {
    position: relative;
    transition: all .3s ease-in-out
}

.blog-section .img-box img {
    width: 100%
}

.blog-section .info-div {
    padding: 35px;
    background: #fff
}

.blog-section .info-div h2 {
    font-size: 30px;
    margin: 0 0 5px
}

.blog-section .info-div p {
    font-size: 16px;
    margin: 0 0 25px
}

.blog-section .info-div .read-btn {
    color: #fff;
    text-decoration: none;
    padding: 9px 0;
    display: inline-block;
    background: #333b64;
    text-align: center;
    border-radius: 50px;
    font-size: 15px;
    width: 120px;
    height: 43px;
    transition: all .3s ease-in-out
}

.blog-section .info-div .read-btn:hover {
    background: #08c3be
}

.blog-section .right-div h5 {
    font-size: 20px;
    margin: 0 0 15px;
    padding: 0 0 5px;
    border-bottom: 1px solid #d0e1e6
}

.blog-section .info-div .lbel {
    color: #333b64;
    border: 1px solid #333b64;
    border-radius: 50px;
    font-size: 14px;
    padding: 15px 15px;
    margin-left: 20px;
    text-decoration: none;
    line-height: 1.3;
    display: inline-block;
    vertical-align: bottom
}

.blog-section .search-box .box-style {
    font-size: 16px;
    font-family: Muli;
    background: 0 0;
    font-weight: 400;
    border: 1px solid #d0e1e6;
    height: 50px;
    border-radius: 50px;
    padding: 10px 20px;
    transition: all .3s ease-in-out
}

.blog-section .search-box .box-style:focus {
    outline: 0;
    box-shadow: none;
    background: #fff;
    box-shadow: 3px 4px 13px #00000014
}

.blog-section .search-box input::placeholder {
    color: #718799
}

.blog-section .search-box {
    position: relative
}

.blog-section .pad30 {
    padding: 25px
}

.blog-section .search-box .search {
    pointer-events: none;
    background: #333b64;
    color: #fff;
    padding: 13px;
    border-radius: 50px;
    position: absolute;
    right: 4px;
    top: 3px;
    font-size: 18px;
    border:0px;
}

.blog-section .social {
    padding: 0;
    margin: 0
}

.blog-section .social li {
    display: inline-block
}

.blog-section .social li a {
    text-decoration: none;
    padding: 6px;
    background: #fff;
    border-radius: 50px;
    color: #333b64;
    font-size: 17px;
    transition: all .3s ease-in-out;
    display: inline-block;
    text-align: center;
    height: 30px;
    width: 30px;
    margin-right: 5px;
    transition: all .3s ease-in-out
}

.blog-section .social li a:hover {
    background: #08c3be
}

.blog-section .social li a i {
    display: block
}

.blog-section a.link {
    color: #333b64;
    display: block;
    margin: 0 0 10px;
    font-family: Muli;
    font-weight: 300;
    text-decoration: none;
    font-size: 16px;
    position: relative;
    left: 0;
    transition: all .3s ease-in-out
}

.blog-section a.link:hover {
    padding: 0 0 0 25px
}

.blog-section a.link:before {
    font-family: icomoon !important;
    content: "\e902";
    left: -5px;
    top: 0;
    position: absolute;
    opacity: 0;
    transition: all .3s ease-in-out
}

.blog-section a.link:hover:before {
    left: 1px;
    opacity: 1
}

.blog-section .block {
    text-decoration: none;
    margin-top: 30px;
}
.blog-section .block img {
    display: block;
    float: left;
    margin-right: 15px
}

.blog-section .block h4 {
    font-size: 16px;
    margin: 0;
    font-family: Muli;
}

.blog-section.blog-detail {
    background: #fff
}

.blog-section .tags {
    color: #333b64;
    border: 1px solid #333b64;
    border-radius: 50px;
    font-size: 14px;
    padding: 5px 15px;
    margin: 0 10px 10px 0;
    text-decoration: none;
    line-height: 1.3;
    display: inline-block;
    vertical-align: bottom
}

.blog-detail .blog-div h2 {
    font-size: 30px;
    margin: 0 0 15px
}

.blog-detail .blog-div .date {
    font-size: 16px;
    display: inline-block
}

.blog-detail .blog-div .technology {
    font-size: 16px;
    display: inline-block;
    text-decoration: none;
    color: #00c3bf;
    border-left: 1px solid #b0c7cd;
    border-right: 1px solid #b0c7cd;
    padding: 0 15px;
    line-height: 1.5;
    margin-left: 15px
}

.blog-detail .blog-div .lbel {
    color: #333b64;
    border: 1px solid #333b64;
    border-radius: 50px;
    font-size: 14px;
    padding: 15px 15px;
    margin-left: 15px;
    text-decoration: none;
    line-height: 1.3;
    display: inline-block;
    vertical-align: bottom
}

.blog-detail .blog-div h6 {
    font-size: 19px;
    margin: 0 0 20px
}

.blog-detail .social-link a {
    text-decoration: none;
    font-family: Muli;
    font-weight: 700;
    font-size: 15px;
    color: #fff;
    padding: 5px 25px;
    border-radius: 50px;
    width: 130px;
    text-align: center;
    display: inline-block
}

.blog-detail .social-link a i {
    font-weight: 400;
    font-size: 14px;
    display: inline-block;
    margin: 0 15px 0 0
}

.blog-detail .slider-div {
    padding: 0 35px
}

.blog-detail .social-link a.facebook {
    background: #3b5998
}

.blog-detail .social-link a.twitter {
    background: #00aced
}

.blog-detail .relered-blog h4 {
    font-size: 19px;
    margin: 0 0 30px;
    padding: 0 0 15px;
    border-bottom: 1px solid #d0e1e6
}

.relered-blog .owl-theme .owl-nav {
    position: absolute;
    width: 100%;
    margin: 0 auto;
    top: 30%
}

.relered-blog .owl-theme .owl-nav [class*=owl-],
.relered-blog .owl-theme .owl-nav [class*=owl-]:hover {
    color: #000;
    font-size: 30px;
    margin: 0;
    padding: 0;
    background: 0 0;
    display: inline-block;
    cursor: pointer;
    border-radius: 0
}

.relered-blog .owl-theme .owl-nav .owl-prev {
    position: absolute;
    left: -6%
}

.relered-blog .owl-theme .owl-nav .owl-next {
    position: absolute;
    right: -6%
}

.blog-detail .left-div p {
    font-size: 16px;
    margin: 0
}

.error-section {
    height: 40vh;
    background: #fff;
    text-align: center;
    display: flex;
    align-items: center
}

.error-section .btn {
    background: #00c3bf;
    padding: 10px;
    font-family: Muli;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    border-radius: 50px;
    font-size: 15px;
    width: 130px;
    height: 40px;
    text-align: center;
    margin-right: 15px;
    line-height: 1.2;
    transition: all .3s ease-in-out
}

.error-section .btn:hover {
    background: #fff;
    color: #333c65
}

.sitemap-div {
    background: #fff;
    padding: 100px 0
}

.sitemap-div li a {
    display: inline-block;
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
    font-family: Muli;
    color: #333b64;
    transition: all .3s ease-in-out
}

.sitemap-div li a.sub-menu {
    font-size: 16px;
    font-weight: 400;
    font-family: Muli;
    color: #82878f;
    padding: 3px 0
}

.sitemap-div li a:hover {
    color: #00c2be
}

.apply-job-modal .form-group {
    position: relative;
    margin: 40px 0 0;
    padding: 0 20px
}

.apply-job-modal h2 {
    text-align: center;
    font-size: 25px;
    margin: 0
}

.apply-job-modal .form-group:nth-of-type(3) {
    margin: 78px 0 0
}

.apply-job-modal .half-box {
    float: left;
    width: 50%
}

.apply-job-modal label {
    color: #265c81;
    font-size: 17px
}

.apply-job-modal .hide_label {
    position: absolute;
    top: 0;
    left: 30px;
    margin: 0;
    pointer-events: none;
    transition: all .3s ease-in-out
}

.apply-job-modal .box-style {
    padding: 5px;
    border: 0;
    border-bottom: 1px solid #8cabc0;
    border-radius: 0;
    box-shadow: none
}

.apply-job-modal .btn {
    width: 120px;
    height: 40px;
    color: #fff;
    cursor: pointer;
    font-size: 15px;
    text-align: center;
    line-height: 1;
    padding: 10px;
    border: 0;
    border-radius: 50px;
    margin: 0 auto 20px 0px;
    background: #333b64;
    transition: all .3s ease-in-out
}

.apply-job-modal .btn:hover {
    background: #08c3be
}

.apply-job-modal .modal-content {
    position: relative
}

.apply-job-modal .close {
    height: 25px;
    width: 25px;
    position: absolute;
    right: 5px;
    top: 5px;
    color: #000;
    border-radius: 50px;
    opacity: .7;
    padding: 1;
    display: block;
    font-size: 15px;
    transition: all .3s ease-in-out
}

.apply-job-modal .close:hover {
    opacity: 1
}

.apply-job-modal .modal-dialog {
    margin: 10% auto
}

.help-block.form-error {
    color: #b94a48;
    position: absolute
}

.filter-carousel {
    overflow: hidden
}

.filter-carousel .owl-nav {
    width: 100%;
    margin: 0;
    position: absolute;
    top: 42%
}

.work-section .owl-theme .owl-nav [class*=owl-] {
    color: #fff;
    font-size: 20px;
    margin: 0;
    padding: 11px 6px;
    background: #0000005e;
    display: inline-block;
    cursor: pointer;
    border-radius: 0;
    transition: all .3s ease-in-out
}

.work-section .owl-theme .owl-nav [class*=owl-]:hover {
    background: #000;
    color: #fff
}

.work-section .owl-theme .owl-nav .owl-prev {
    position: absolute;
    left: -28px;
    opacity: 0
}

.work-section .owl-theme .owl-nav .owl-next {
    position: absolute;
    right: -28px;
    opacity: 0
}

.work-section .owl-theme:hover .owl-nav .owl-prev {
    opacity: 1;
    left: 0
}

.work-section .owl-theme:hover .owl-nav .owl-next {
    opacity: 1;
    right: 0
}

.work-section .owl-theme .owl-nav .disabled,
.work-section .owl-theme:hover .owl-nav .owl-next.disabled {
    opacity: 0
}

.lg-backdrop {
    background-color: #000000bd !important
}

.term-condtion {
    background: #fff;
    padding: 80px 0
}

.term-condtion p {
    margin: 0 0 20px;
    font-size: 16px
}

.term-condtion h5 {
    font-size: 20px;
    margin: 0 0 2px
}

.work-section .owl-theme .owl-nav .owl-prev.disabled {
    opacity: 0
}

.slash {
    display: inline-block;
    background: #908787;
    width: 1px;
    height: 13px;
    margin: 0 6px 0 7px;
    position: relative;
    top: 2px
}

.call-btn {
    text-decoration: none !important;
    background: #03b9b5;
    display: block;
    color: #fff;
    padding: 10px;
    text-align: center;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 1;
    font-size: 18px
}

.call-btn .call-icon {
    font-size: 20px;
    display: inline-block;
    position: relative;
    top: 3px
}

.call-btn:focus,
.call-btn:hover {
    background: #03b9b5;
    color: #fff
}
span.date.f-bold.white {
    display: none;
}

.feature-section.marketing-bg {
    background: url(../images/marketing-bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.get-in-touch .find-us h4 {
    font-size: 18px;
    color: #fff;
    margin-bottom: 0px;
}

.breadcum h1 {
    color: #00c3bf;
    font-size: 50px;
    margin: 0 0 10px;
    text-align: center;
}
.about-div h1 {
    color: #333b64;
}
.drop-us .btns {
    margin: 0 auto;
    display: block;
    text-align: center;
}
.right-div.sticky.aos-init.aos-animate.fixed {
    position: sticky;
    right: 6%;
    width: 100%;
    top: 0px;
}
.info-div {
    margin-bottom: 30px;
}
a.blog-div {
    text-decoration: none;
    color:#000;
}
.blog-section .right-div p a {
    font-size: 12px;
    color: #0e101a;
    text-decoration: none;
    text-align: left;
}
.blog-section .block {
    text-decoration: none;
}

.blog-section .block {
    text-decoration: none;
    display: block;
}
.right-div.sticky p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.right-div.sticky span {
    font-size: 13px;
}
.right-div.sticky h4 {
    font-size: 13px;
}
.errors {font-size: 15px; color: red; display: none;}