body,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Poppins Regular, sans-serif';
	font-display: swap;
}

h2 {
    font-family: 'Poppins Bold, sans-serif';
	font-display: swap;
}

@font-face {
    font-family: 'Poppins Black, sans-serif';
    src: url(../fonts/Poppins-Black.ttf);
	font-display: swap;
}

@font-face {
    font-family: 'Poppins Bold, sans-serif';
    src: url(../fonts/Poppins-Bold.ttf);
	font-display: swap;
}

@font-face {
    font-family: 'Poppins ExtraBold, sans-serif';
    src: url(../fonts/Poppins-ExtraBold.ttf);
	font-display: swap;
}

@font-face {
    font-family: 'Poppins ExtraLight, sans-serif';
    src: url(../fonts/Poppins-ExtraLight.ttf);
	font-display: swap;
}

@font-face {
    font-family: 'Poppins Italic, sans-serif';
    src: url(../fonts/Poppins-Italic.ttf);
	font-display: swap;
}

@font-face {
    font-family: 'Poppins Medium, sans-serif';
    src: url(../fonts/Poppins-Medium.ttf);
	font-display: swap;
}

@font-face {
    font-family: 'Poppins Regular, sans-serif';
    src: url(../fonts/Poppins-Regular.ttf);
	font-display: swap;
}

@font-face {
    font-family: 'Poppins SemiBold, sans-serif';
    src: url(../fonts/Poppins-SemiBold.ttf);
	font-display: swap;
}

@font-face {
    font-family: 'Poppins Thin, sans-serif';
    src: url(../fonts/Poppins-Thin.ttf);
	font-display: swap;
}

a,
h1 {
    color: #252525
}

#home h3,
.section-title h2 {
    margin: 0
}

html {
    scroll-behavior: smooth;
}

#contact-form select {
    color: #9b909b;
}

#contact-form option:checked {
    color: #292929;
}

a.hire_cta {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 164px;
    margin: 0 auto;
    width: 100%;
    margin-top: 40px;
}

#study_section,
.gopher_bg,
section {
    position: relative
}

.entry-form,
footer {
    background: #252020
}

body {
    background: #fff;
    overflow-x: hidden
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    line-height: inherit
}

.section-btn,
p {
    font-weight: 400
}

h1 {
    font-size: 5em;
    line-height: 75px
}

h2 {
    color: #353535;
    font-size: 3em;
    padding-bottom: 10px;
    margin-top: 0
}

h3 {
    font-size: 1.5em;
    margin-bottom: 0
}

h3,
h3 a {
    color: #454545
}

p {
    color: #757575;
    font-size: 14px;
    line-height: 24px
}

html {
    -webkit-font-smoothing: antialiased
}

a {
    text-decoration: none !important
}

.form-control,
a,
button,
input {
    -webkit-transition: .5s;
    transition: .5s
}

a:active,
a:focus,
a:hover {
    color: #2994a5;
    outline: 0;
}

::-webkit-scrollbar {
    width: 8px;
    height: 8px
}

::-webkit-scrollbar-thumb {
    cursor: pointer;
    background: #000
}

.section-title {
    padding-bottom: 40px
}

.section-title small {
    display: block
}

.entry-form {
    border-radius: 100%;
    text-align: center;
    padding: 6em;
    width: 450px;
    height: 450px
}

.entry-form h2 {
    color: #fff;
    margin: 0
}

.entry-form .form-control {
    background: 0 0;
    border: 0;
    border-bottom: 1px solid;
    border-radius: 0;
    box-shadow: none;
    height: 45px;
    margin: 10px 0
}

.entry-form .submit-btn {
    background: #fff;
    border-radius: 50px;
    border: 0;
    color: #252020;
    width: 50%;
    height: 50px;
    margin: 30px auto 10px
}

section {
    padding: 100px 0
}

#team,
#testimonial {
    background: #f9f9f9;
    text-align: center
}

#google-map iframe {
    border: 0;
    width: 100%;
    height: 390px
}

.section-btn {
    background: white;
    border-radius: 10px;
    border: 1px solid #fff;
    color: #000;
    font-size: inherit;
    padding: 16px 36px;
    transition: .5s;
}

.section-btn:hover {
    background: #ffffff00;
    border: 1px solid #fff;
    color: #fff;
}

.custom-navbar {
    background: #fff;
    border-top: 5px solid #006474;
    border-bottom: 0;
    -webkit-box-shadow: 0 1px 30px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 1px 30px rgba(0, 0, 0, .1);
    box-shadow: 0 1px 30px rgba(0, 0, 0, .1);
    margin-bottom: 0;
    padding: 0
}

.custom-navbar .navbar-brand {
    color: #454545;
    font-size: 18px;
    font-weight: 700;
    line-height: 40px
}

.custom-navbar .navbar-nav.navbar-nav-first {
    margin-left: 8em
}

.custom-navbar .navbar-nav.navbar-right li a {
    padding-right: 12px;
    padding-left: 12px;
    font-size: 17px;
}

.custom-navbar .navbar-nav.navbar-right li a .fa {
    background: #006474;
    border-radius: 100%;
    color: #fff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    display: inline-block;
    margin-right: 5px
}

.custom-navbar .nav li a {
    line-height: 40px;
    color: #575757;
    padding-right: 22px;
    padding-left: 22px
}

.custom-navbar .navbar-nav>li>a:focus,
.custom-navbar .navbar-nav>li>a:hover {
    background-color: transparent
}

.custom-navbar .nav li a:hover {
    background-color: #006474;
    color: #fff
}

.custom-navbar .nav li.active>a {
    background-color: #29ca8e;
    color: #fff
}

.custom-navbar .navbar-toggle {
    border: none;
    padding-top: 10px;
    background-color: transparent
}

.custom-navbar .nav li a:hover .fa {
    background: white;
    color: black;
}

.custom-navbar .navbar-toggle .icon-bar {
    background: #252525;
    border-color: transparent
}

img.drish_logo {
    width: 100%;
    max-width: 122px
}

#contact h2,
#home h1 {
    color: #fff;
    font-family: 'Poppins Bold, sans-serif';
}

.go_lang_heading {
    font-size: 5em;
    line-height: 78px;
}

#contact a,
#contact h2>small,
#contact p,
#home h3 {
    color: #f9f9f9
}

#home h3 {
    font-size: 22px;
    font-weight: 300;
    padding: 15px 0 40px
}

.left_content {
    align-items: center
}

img.Gopher {
    max-width: 600px;
    margin-top: 0px;
}

#home {
    background-color: #006474;
    padding: 185px 10px 160px
}

.hero_img {
    display: flex;
    justify-content: left;
    margin-top: 20px;
}

.feature-thumb {
    border: 1px solid #f0f0f0;
    padding: 4em 3em
}

.feature-thumb span {
    background: #66d7e9;
    border-radius: 50px;
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    display: inline-block;
    width: 46px;
    height: 46px;
    line-height: 50px;
    text-align: center;
    margin-bottom: 11px
}

.feature-thumb h3 {
    margin: 10px 0
}

.gopher_bg::before {
    position: absolute;
    background: url(../images/go-lang.png) 0 0/cover;
    height: 174px;
    width: 186px;
    content: '';
    right: -89px;
    z-index: -1;
    bottom: -12px;
}

.custom-content-projects {
    padding-bottom: 65px
}

.hire {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
}

.hire {
    background: linear-gradient(rgb(0 100 116 / 90%), rgb(0 100 116 / 90%)) center/cover, url(../images/hire.jpg) center/cover;
    padding-bottom: 100px;
    padding-top: 100px;
    background-position: center;
    background-size: cover;
}

h2.hire_heading {
    color: #fff;
    text-align: center;
    margin-bottom: 4px;
    font-size: 46px;
}

.hire_cta {
    background: 0 0;
    padding: 16px 31px;
    border-radius: 10px;
    border: 1px solid #fff;
    color: #fff;
}

#contact-form .submit-form-btn:hover,
.hire_cta:hover {
    background: #fff;
    color: #000
}

.hire_btn {
    align-items: center;
    margin-top: 34px
}

.project_subtext {
    width: 100%;
    max-width: 538px;
    margin: 0 auto;
    font-size: 16px;
    line-height: 26px;
}

#study_section {
    display: none
}

#study_section::before {
    background: url(../images/go-gopher.png) 0 0/cover;
    content: '';
    height: 393px;
    position: absolute;
    left: 0;
    top: -22px;
    z-index: -1;
    width: 100%;
    max-width: 251px
}

img.projects_logo {
    width: 100%;
    max-width: 136px;
    margin-bottom: 15px
}

.recent_projects {
    margin-bottom: 30px;
    font-size: 22px;
    letter-spacing: 1.1px;
}

section#popular_appps {
    padding: 100px 0 160px
}

.bubbles_bg {
    margin-bottom: 25px !important;
    width: 116px !important;
    height: 116px !important;
    background: #fff;
    box-shadow: 0 20px 30px 0 rgb(65 94 148 / 8%);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition-duration: .3s
}

.transition:hover {
    transition-duration: .3s
}

h1.section_heading {
    margin-bottom: 120px
}

.apps_img {
    width: 100%;
    max-width: 53px
}

.lqd-highlight-txt {
    color: #033165
}

.custom_bubbles_bg {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: inline-block;
    margin: 0 35px
}

.privacy_policy {
    font-size: 12px;
    margin-top: 15px;
    text-align: center;
}

a.policy_link {
    text-decoration: underline !important;
}

.selectoption {
    color: #9e9e9e;
}

h4.highlight_subtext {
    color: white;
    font-size: 18px;
    margin-top: -2px;
}

@-webkit-keyframes hover-board {
    0%,
    100% {
        transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        animation-timing-function: ease-in-out
    }
    50% {
        transform: translate(0, 22px);
        -webkit-transform: translate(0, 22px);
        animation-timing-function: ease-in-out
    }
}

@-moz-keyframes hover-board {
    0%,
    100% {
        transform: translate(0, 0);
        animation-timing-function: ease-in-out
    }
    50% {
        transform: translate(0, 22px);
        animation-timing-function: ease-in-out
    }
}

@-o-keyframes hover-board {
    0%,
    100% {
        transform: translate(0, 0);
        animation-timing-function: ease-in-out
    }
    50% {
        transform: translate(0, 22px);
        animation-timing-function: ease-in-out
    }
}

@keyframes hover-board {
    0%,
    100% {
        transform: translate(0, 0);
        animation-timing-function: ease-in-out
    }
    50% {
        transform: translate(0, 50px);
        animation-timing-function: ease-in-out
    }
}

.custom_bubbles_bg:hover {
    animation-play-state: paused
}

.animation {
    -webkit-animation: 3s hover-board;
    -moz-animation: 3s hover-board;
    -o-animation: 3s hover-board;
    animation: 3s hover-board
}

.custom_bubbles_bg:nth-child(2n) {
    -webkit-animation-delay: 1s;
    animation-delay: 1s
}

.padding-top-column {
    padding-top: 30px
}

#about figure {
    display: inline-block;
    vertical-align: top;
    margin-left: 15px
}

#about figure span {
    float: left;
    margin-left: -15px;
    padding: 15px 20px;
    position: relative;
    top: 20px
}

#about figure span i {
    background: #29ca8e;
    border-radius: 50px;
    color: #fff;
    font-size: 25px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center
}

footer p {
    text-align: center;
    margin: 20px 0
}

#feature .feature-thumb {
    transition: .3s ease-in-out;
    margin: 20px;
    box-shadow: 0 10px 29px 0 rgba(68, 88, 144, .1);
    background: #fff;
    height: 326px;
    border-radius: 10px;
}

#contact {
    background: linear-gradient(rgb(0 100 116 / 85%), rgb(0 100 116 / 85%)) center/cover no-repeat, url(../images/abstract.jpg) center/cover no-repeat;
    padding-bottom: 90px;
    padding-top: 100px;
    position: relative;
    background-size: cover;
}

form#contact-form {
    width: 100%;
    max-width: 550px;
    margin: 0 auto
}

#contact .section-title {
    padding-bottom: 20px
}

#contact-form {
    padding: 1em 0
}

#contact-form .col-md-12,
#contact-form .col-md-4 {
    padding-left: 0
}

#contact-form .form-control {
    border: 0;
    border-radius: 10px;
    box-shadow: none;
    margin: 16px 0;
}

#contact-form input,
select#select-option {
    height: 50px
}

textarea#Inputhelp {
    padding: 18px 12px;
}

#contact-form .submit-form-btn {
    border-radius: 10px;
    border: 1px solid #fff;
    margin-top: 7px;
    background: 0 0;
    font-size: 17px;
    color: #fff;
    font-weight: 500;
    width: 100%;
    height: 54px;
}

button.study_btn {
    background: #fff;
    padding: 15px 25px;
    border-radius: 32px;
    margin-top: 12px
}

small.tell_us {
    color: white;
    margin-top: 0px;
    font-size: 16px;
}

img.img-responsive {
    width: 100%;
    max-width: 580px;
    margin-top: 138px
}

span.error {
    color: #ff9595;
    font-size: 13px;
    margin-bottom: -6px !important;
    display: inline-block
}

.representative {
    color: #000;
    margin: 60px auto;
    text-align: center;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
    padding: 100px 37px;
    font-size: 19px;
    line-height: initial;
    background: #fff;
    box-shadow: 0 0 7px #0000002b;
    opacity: .9;
    width: 100%;
    max-width: 584px
}

.verified {
    height: 80px;
    width: 80px;
    margin: 0 auto 6px;
    border: 2px solid #26717e;
    display: flex;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center
}

.mail-msg {
    margin-top: 30px
}

.tick {
    width: 100%;
    max-width: 49px
}

.loading {
    display: none;
    text-align: start;
    padding: 7px 0 0;
}

img.spinner {
    width: 100%;
    max-width: 26px
}

footer {
    padding: 0
}

footer .section-title {
    padding-bottom: 10px
}

footer h2 {
    font-size: 20px
}

footer a,
footer p {
    color: #d9d9d9
}

@media screen and (max-width:1396px) {
    .go_lang_heading {
        font-size: 5em;
        line-height: 72px
    }
}

@media screen and (max-width:1170px) {
    .custom-navbar .navbar-nav.navbar-nav-first {
        margin-left: inherit
    }
    .go_lang_heading {
        font-size: 3em;
        line-height: 53px;
    }
    .left_content {
        margin-top: 0;
    }
    img.Gopher {
        max-width: 690px;
        width: 100%;
        height: 195px;
    }
    #home {
        background-color: #006474;
        padding: 120px 10px 60px;
    }
    #home h3 {
        padding: 15px 0 30px;
    }
    #study_section::before {
        background: url(../images/go-gopher.png) 0 0/cover;
        content: '';
        height: 338px;
        position: absolute;
        left: 0;
        top: -20px;
        z-index: -1;
        width: 100%;
        max-width: 217px
    }
    .custom_bubbles_bg {
        display: inline-block;
        margin: 0 18px
    }
    h2.hire_heading {
        color: #fff;
        text-align: center;
        font-size: 34px;
    }
    .gopher_bg::before {
        display: none
    }
}

@media only screen and (max-width:992px) {
    footer#footer {
        padding-top: 44px
    }
    footer p {
        text-align: center;
        margin: 0;
        color: #fff
    }
    .home-slider .item {
        background-position: center center
    }
    .about-info,
    .feature-thumb,
    .footer-info,
    .team-thumb {
        margin-bottom: 50px
    }
    .contact-image {
        margin-top: 50px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .custom-navbar .nav li a {
        padding-right: 10px;
        padding-left: 10px
    }
    img.Gopher {
        max-width: 546px;
        width: 100%;
        height: 180px;
    }
    #home {
        background-color: #006474;
        padding: 130px 10px 65px;
    }
    .go_lang_heading {
        font-size: 2.7em;
        line-height: 47px;
    }
    .custom_bubbles_bg {
        margin: 26px 60px
    }
    #study_section::before {
        background: url(../images/go-gopher.png) 0 0/cover;
        content: '';
        height: 196px;
        position: absolute;
        left: 0;
        top: -22px;
        z-index: -1;
        width: 100%;
        max-width: 150px
    }
    .feature-thumb {
        border: 1px solid #f0f0f0;
        padding: 2em
    }
    #feature .feature-thumb {
        margin: 5px
    }
    section#popular_appps {
        padding: 100px 0 101px
    }
}

@media only screen and(max-width:768px) {
    select {
        width: 250px !important
    }
}

@media only screen and (max-width:767px) {
    h1 {
        font-size: 2.5em
    }
    h1,
    h2,
    h3 {
        line-height: normal
    }
    .padding-top-column {
        padding-top: unset
    }
    .custom-navbar {
        background: #fff;
        -webkit-box-shadow: 0 1px 30px rgba(0, 0, 0, .1);
        -moz-box-shadow: 0 1px 30px rgba(0, 0, 0, .1);
        box-shadow: 0 1px 30px rgba(0, 0, 0, .1);
        padding: 10px 0;
        text-align: center
    }
    .custom-navbar .navbar-nav.navbar-right li {
        display: inline-block
    }
    .footer-info {
        margin-right: 0
    }
    .footer-info.newsletter-form {
        margin-bottom: 0
    }
    .entry-form {
        display: block;
        margin: 0 auto
    }
    #contact {
        padding-bottom: 40px;
        padding-top: 40px
    }
    h2.hire_heading {
        color: #fff;
        text-align: center;
        font-size: 1.8em;
        line-height: 26px;
        padding-bottom: 0;
        margin-bottom: 12px;
    }
    h4.highlight_subtext {
        color: white;
        font-size: 18px;
        margin-top: -2px;
        font-weight: 500;
    }
    .heading_app {
        font-size: 16px;
    }
    #hire {
        padding-bottom: 60px;
        padding-top: 60px
    }
    .feature-thumb {
        border: 1px solid #f0f0f0;
        padding: 1em 3em
    }
    .custom_bubbles_bg {
        display: inline-block;
        margin: 0 32px
    }
    section#popular_appps {
        padding: 60px 0 80px;
    }
    section {
        position: relative;
        padding: 65px 0;
    }
    #home {
        background-color: #006474;
        padding: 151px 10px 70px;
    }
    .go_lang_heading {
        font-size: 3.4em;
        line-height: 60px;
        margin-top: 29px;
    }
    a.hire_cta {
        font-size: 16px;
    }
    .privacy_policy {
        font-size: 14px;
    }
    footer#footer {
        padding-top: 25px;
    }
    .footer-info {
        margin-bottom: 25px;
    }
    .hire {
        padding-top: 70px !important;
        padding-bottom: 70px !important;
    }
    img.Gopher {
        width: 100%;
        margin-top: -26px;
        height: auto;
        margin-left: -21px;
    }
    #home .row {
        flex-direction: column-reverse;
        display: flex;
    }
    .custom-navbar .navbar-nav.navbar-right li a {
        padding-right: 12px;
        padding-left: 12px;
        font-size: 15px;
    }
    .project_subtext {
        font-size: 16px;
        padding: 0px 5px;
        text-align: justify;
    }
    form#contact-form {
        margin: 0 auto;
        padding: 0px 20px;
    }
    .feature-thumb p {
        font-size: 15px;
        line-height: 26px;
    }
}

@media only screen and (max-width:580px) {
    h2 {
        font-size: 1.8em
    }
    #testimonial .item {
        padding: 2em
    }
    .contact-image {
        margin-top: 0
    }
}

@media only screen and (max-width:480px) {
    h1 {
        font-size: 2em
    }
    #home h3 {
        font-size: 14px
    }
    .entry-form {
        border-radius: 0;
        padding: 2em;
        max-width: 100%;
        max-height: 100%;
        width: inherit;
        height: inherit
    }
    #home h3 {
        font-size: 19px;
        font-weight: 300;
        padding: 4px 0 30px;
    }
}

@media only screen and (max-width:400px) {
    .custom_bubbles_bg {
        display: inline-block;
        margin: 0 20px;
    }
    #home h3 {
        font-size: 18px;
        font-weight: 300;
        padding: 15px 0 22px;
    }
    .go_lang_heading {
        line-height: 50px;
    }
    .project_subtext {
        width: 100%;
        max-width: 596px;
        margin: 0 auto;
        font-size: 14px;
        text-align: justify;
    }
    .feature-thumb {
        border: 1px solid #f0f0f0;
        padding: 2em 2em;
    }
}

@media only screen and (max-width:380px) {
    .feature-thumb {
        border: 1px solid #f0f0f0;
        padding: 1em 2em;
    }
    img.Gopher {
        width: 100%;
    }
}