@font-face {
    font-family: 'Linearicons-Free';
    src:url('../fonts/Linearicons-Free.eot');
    src:url('../fonts/Linearicons-Free-1.eot') format('embedded-opentype'),
    url('../fonts/Linearicons-Free.woff2') format('woff2'),
    url('../fonts/Linearicons-Free.woff') format('woff'),
    url('../fonts/Linearicons-Free.ttf') format('truetype'),
    url('../fonts/Linearicons-Free.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

.lnr {
    font-family: 'Linearicons-Free';
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
}

.lnr-chevron-left:before {
    content: "\e875";
}
.lnr-chevron-right:before {
    content: "\e876";
}
@font-face {
    font-family: 'FontAwesome';
    src: url('../fonts/fontawesome-webfont.eot');
    src: url('../fonts/fontawesome-webfont-1.eot') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2') format('woff2'), url('../fonts/fontawesome-webfont.woff') format('woff'), url('../fonts/fontawesome-webfont.ttf') format('truetype'), url('../fonts/fontawesome-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal
}

.mt-0 {margin-top: 0 !important;}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
}

.fa-ul>li {
    position: relative
}

.fa-search:before {
    content: "\f002"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-github:before {
    content: "\f09b"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-vimeo:before {
    content: "\f27d"
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

/*! * Bootstrap v4.1.3 (https://getbootstrap.com/) * Copyright 2011-2018 The Bootstrap Authors * Copyright 2011-2018 Twitter, Inc. * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) */
:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

*,
::after,
::before {
    box-sizing: border-box
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block
}

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff
}

[tabindex="-1"]:focus {
    outline: 0 !important
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: .5rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

abbr[data-original-title],
abbr[title] {
    text-decoration: underline;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit
}

dl,
ol,
ul {
    margin-top: 0;
    margin-bottom: 1rem
}

ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0
}

b,
strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
}

a:hover {
    color: #0056b3;
    text-decoration: underline
}

a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([tabindex]):focus {
    outline: 0
}

img {
    width: 100%;
    max-width: 100%;
    vertical-align: middle;
    border-style: none
}

svg {
    overflow: hidden;
    vertical-align: middle
}

label {
    display: inline-block;
    margin-bottom: .5rem
}

button {
    border-radius: 0
}

button:focus {
    outline: 1px dotted;
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

textarea {
    overflow: auto;
    resize: vertical
}

progress {
    vertical-align: baseline
}


[hidden] {
    display: none !important
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, .1)
}

.img-fluid {
    max-width: 100%;
    height: auto
}

code {
    font-size: 87.5%;
    color: #e83e8c;
    word-break: break-word
}

a>code {
    color: inherit
}

kbd {
    padding: .2rem .4rem;
    font-size: 87.5%;
    color: #fff;
    background-color: #212529;
    border-radius: .2rem
}


.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width:576px) {
    .container {
        max-width: 540px
    }
}

@media (min-width:768px) {
    .container {
        max-width: 720px
    }
}

@media (min-width:992px) {
    .container {
        max-width: 960px
    }
}

@media (min-width:1200px) {
    .container {
        max-width: 1140px
    }
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

@media (min-width:576px) {

    .col-sm-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

}

@media (min-width:768px) {

    .col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

}

@media (min-width:992px) {

    .col-lg-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-lg-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-lg-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

}

@media (min-width:1200px) {

}


.form-control {
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {
    .form-control {
        transition: none
    }
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}


textarea.form-control {
    height: auto
}

.form-group {
    margin-bottom: 1rem
}
.my-submit {
    float: left;
    width: 20%;
    padding: 10px;
    background: #e45447;
    color: white;
    font-size: 17px;
    border: none;
    cursor: pointer;
    border-radius: 0;
}

.my-row .form-control {
    min-width: 300px;
    flex: 1;
    margin-top: 5px;
    outline: none !important;
    border-radius: 0;
    border-color: #007bff;
}
.my-row .form-control:focus,
.my-row .form-control:active {
    min-width: 300px;
    flex: 1;
    margin-top: 5px;
    outline: none !important;
}

.about-content h1 {
    font-size: 60px;
    font-weight: 700;
}
.text-white {
    color: #fff !important;
}

.banner-area {
    background: #90acd1;
    min-height: 200px;
}

.my-row {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    margin: 30px 0;
}
.my-row > div{
   width: 50%;
}
.my-label {
    margin-right: 15px;
    color: #222;
    padding-top: 20px;
    padding-left: 5px;
    width: 60px;
}

@media (min-width:576px) {
    .form-inline label {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 0
    }

    .form-inline .form-group {
        display: -ms-flexbox;
        display: flex;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 0
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

}

.btn-toolbar .input-group {
    width: auto
}

.btn-group-toggle>.btn input[type=checkbox],
.btn-group-toggle>.btn input[type=radio],
.btn-group-toggle>.btn-group>.btn input[type=checkbox],
.btn-group-toggle>.btn-group>.btn input[type=radio] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none
}

.input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%
}

.input-group-prepend {
    margin-right: -1px
}

.input-group-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: .25rem
}

.input-group-text input[type=checkbox],
.input-group-text input[type=radio] {
    margin-top: 0
}

.nav-link {
    display: block;
    padding: .5rem 1rem
}

.nav-link:focus,
.nav-link:hover {
    text-decoration: none
}

.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: #e9ecef #e9ecef #dee2e6
}

.nav-pills .nav-link {
    border-radius: .25rem
}

.navbar {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: .5rem 1rem
}

.navbar-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.navbar-nav .nav-link {
    font-weight: bold;
    font-size: 1rem;
    color: #222;
}

@media (min-width:576px) {

    .navbar-expand-sm .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

}

@media (min-width:768px) {

    .navbar-expand-md .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

}

@media (min-width:992px) {
    .navbar-expand-lg {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-lg .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row
    }

}


@media (min-width:1200px) {

    .navbar-expand-xl .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

}

.navbar-expand .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row
}

.navbar-expand .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, .5)
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: rgba(0, 0, 0, .7)
}

.navbar-light .navbar-text a {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-text a:focus,
.navbar-light .navbar-text a:hover {
    color: rgba(0, 0, 0, .9)
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, .5)
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
    color: rgba(255, 255, 255, .75)
}

.navbar-dark .navbar-text a {
    color: #fff
}

.navbar-dark .navbar-text a:focus,
.navbar-dark .navbar-text a:hover {
    color: #fff
}

.card>hr {
    margin-right: 0;
    margin-left: 0
}

.pagination {
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem
}

.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6
}

.page-link:hover {
    z-index: 2;
    color: #0056b3;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6
}

.page-link:focus {
    z-index: 2;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.page-item:last-child .page-link {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6
}

.pagination-lg .page-link {
    padding: .75rem 1.5rem;
    font-size: 1.25rem;
    line-height: 1.5
}

.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: .3rem;
    border-bottom-left-radius: .3rem
}

.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: .3rem;
    border-bottom-right-radius: .3rem
}

.pagination-sm .page-link {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5
}

.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: .2rem;
    border-bottom-left-radius: .2rem
}

.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: .2rem;
    border-bottom-right-radius: .2rem
}

.modal-footer>:not(:first-child) {
    margin-left: .25rem
}

.modal-footer>:not(:last-child) {
    margin-right: .25rem
}

.carousel-indicators li {
    position: relative;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: rgba(255, 255, 255, .5)
}

.carousel-indicators li::before {
    position: absolute;
    top: -10px;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 10px;
    content: ""
}

.carousel-indicators li::after {
    position: absolute;
    bottom: -10px;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 10px;
    content: ""
}

.d-flex {
    display: -ms-flexbox !important;
    display: flex !important
}

.flex-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important
}

.flex-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important
}

.justify-content-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important
}

.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important
}

.justify-content-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important
}

.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important
}


.text-center {
    text-align: center !important
}



body {
    color: #777;
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.625em;
    position: relative
}

ol,
ul {
    margin: 0;
    padding: 0;
    list-style: none
}

select {
    display: block
}

a,
a:focus,
a:hover {
    text-decoration: none;
    outline: 0
}

.btn i,
.btn-large i,
.btn-floating i,
.btn-large i,
.btn-flat i {
    font-size: 1em;
    line-height: inherit
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Poppins", sans-serif;
    color: #222;
    line-height: 1.2em;
    margin-bottom: 0;
    margin-top: 0;
    font-weight: 600
}

a,
:after,
:before,
.transition,
.primary-btn span {
    transition: all 0.3s ease 0s
}

.section-gap {
    padding: 90px 0
}

.section-title h2 {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 70px;
    text-transform: capitalize;
    position: relative;
    line-height: 44px
}

.section-title h2:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -35px;
    width: 10px;
    height: 10px;
    background: #e45447;
    border-radius: 7px
}

.section-title h2:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -31px;
    width: 100px;
    height: 2px;
    background: #e45447
}

.section-title p {
    max-width: 535px;
    margin-bottom: 0
}

b{
    color: #e45447
}

.primary-btn {
    color: #fff;
    padding: 0 52px;
    background: #e45447;
    overflow: hidden;
    border-radius: 40px;
    font-size: 15px;
    font-weight: 600;
    display: inline-block;
    border: 1px solid #e45447;
    vertical-align: middle;
    position: relative;
    z-index: 1;
    cursor: pointer;
    text-align: center;
    backface-visibility: hidden
}

.primary-btn:before {
    content: attr(data-text);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 13px 0;
    transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    color: #fff
}

.primary-btn:hover {
    background: #fff;
    border: 1px solid #e45447
}

.primary-btn:hover:before {
    opacity: 0;
    transform: translate3d(0, 100%, 0)
}

.primary-btn:hover span {
    opacity: 1;
    color: #e45447;
    transform: translate3d(0, 0, 0)
}

.primary-btn:hover span:nth-child(1) {
    transition-delay: 0.01s
}

.primary-btn:hover span:nth-child(2) {
    transition-delay: 0.05s
}


.primary-btn span {
    display: inline-block;
    padding: 12px 0;
    opacity: 0;
    color: #fff;
    transform: translate3d(10, 10px, 0);
    transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1)
}

.primary-btn.white span {
    color: #222
}

.primary-btn.white:hover span {
    color: #fff
}

.header_area {
    padding: 0px 0px 20px 0px;
    position: absolute;
    width: 100%;
    z-index: 99;
    top: 0;
    left: 0;
    overflow-x: hidden
}

.header_area .row {
    position: relative
}

.header_pt20 {
    padding-top: 15px
}

.logo_area {
    display: inline-block
}

.logo_area>a {
    position: relative;
    z-index: 2;
    margin-right: 50px;
    margin-left: 15px;
    font-size: 20px !important;
}

.menu-open-close {
    position: absolute;
    right: 15px;
    top: 5px;
}

.custom-main-menu {
    width: 50%;
    background-color: rgba(255, 255, 255, 0.95);
    position: fixed;
    left: -55%;
    top: 0;
    padding-left: 15%;
    z-index: 9;
    -webkit-transition-duration: 1000ms;
    transition-duration: 1000ms
}

.header-social-info {
    width: 50%;
    background-color: rgba(255, 255, 255, 0.95);
    right: -55%;
    position: fixed;
    height: 100%;
    top: 0;
    z-index: 9;
    padding-right: 15%;
    transition-duration: 1000ms
}

.custom-menu-area.menu-open .custom-main-menu {
    left: 0
}

.custom-menu-area.menu-open .header-social-info {
    right: 0
}

.custom-menu-area .navbar {
    padding: 0
}

.custom-menu-area ul.navbar-nav {
    -ms-flex-direction: column !important;
    flex-direction: column !important
}

.custom-menu-area li .nav-link {
    color: #959595;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 500;
    padding: 10px 0
}

.custom-menu-area li:hover .nav-link,
.custom-menu-area li.active .nav-link {
    color: #e45447;
    font-weight: 500
}

.header-social-info .h-social-icon>a {
    color: #959595;
    margin-bottom: 30px;
    display: block
}

.header-social-info .h-social-icon>a:hover {
    color: #e45447
}

#nav-icon {
    width: 25px;
    height: 25px;
    position: relative;
    transform: rotate(0deg);
    transition: .5s ease-in-out;
    cursor: pointer
}

#nav-icon span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background-color: #000;
    border-radius: 5px;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: .25s ease-in-out
}

#nav-icon span:nth-child(1) {
    top: 0px
}

#nav-icon span:nth-child(2) {
    top: 8.5px
}

#nav-icon span:nth-child(3) {
    top: 18px
}

#nav-icon.open span:nth-child(1) {
    top: 12px;
    transform: rotate(135deg)
}

#nav-icon.open span:nth-child(2) {
    opacity: 0;
    left: -100px
}

#nav-icon.open span:nth-child(3) {
    top: 12px;
    transform: rotate(-135deg)
}

.banner-content h1 {
    font-size: 60px;
    font-weight: 700;
    line-height: 66px;
    margin-top: 30px;
    margin-bottom: 30px
}

.brand-wrap .owl-carousel .owl-item img {
    width: auto !important
}

.show-xs {display: none;}

@media screen and (max-width: 768px) {
    .show-xs {
        display: block !important
    }
    .hidden-xs {
        display: none !important
    }
}

.counter_item i {
    font-size: 40px
}

.counter_item span {
    font-size: 35px;
    font-weight: 600;
    padding: 0px 0px 20px 0px;
    display: block;
    color: #222
}

.counter_item h5 {
    text-transform: uppercase
}

@media (max-width: 1199px) {
}

.skill-title h2 {
    font-weight: 700;
    font-size: 48px;
    margin-bottom: 20px !important;
    color: #222
}

.work-area .filters ul {
    padding: 0;
    text-align: right
}

.work-area .filters ul li {
    list-style: none;
    display: inline-block;
    padding: 15px;
    cursor: pointer;
    position: relative;
    text-transform: capitalize
}

.work-area .filters ul li:last-child {
    padding-right: 0
}

.work-area .filters-content img {
    border-radius: 10px;
    width: 100%
}

.single-work .middle h4 {
    font-size: 21px;
    color: #fff
}

.single-job .top-left h4 {
    color: #000;
    font-size: 21px;
    font-weight: 700
}

.single-job .primary-btn {
    padding: 0 28px;
    background: #fff;
    color: #222;
    border: 1px solid #90acd1
}

.single-job .primary-btn span,
.single-job .primary-btn:before {
    color: #222
}

.single-job:hover .top-left h4 {
    color: #fff
}

@media (max-width: 1199px) {
    .single-job .top-left h4 {
        font-size: 18px
    }

    .single-job .primary-btn {
        padding: 0 15px
    }
}

.single-service h4 {
    margin-top: 20px;
    margin-bottom: 20px
}

@media (max-width: 1199px) {
}

.testi_slider .testi_item img {
    width: auto;
    margin: auto
}

.testi_item h4 {
    font-size: 21px;
    font-weight: 700;
    margin-top: 40px;
    margin-bottom: 10px
}

.testi_item .list li {
    display: inline-block
}

.testi_item .list li a {
    color: #ffc000;
    font-size: 14px
}

.testi_item p {
    max-width: 570px;
    margin: auto
}
.contact-form{
    padding: 10px 30px !important;
}

.contact-area .contact-title h2 {
    color: #fff;
    position: relative;
    margin-bottom: 70px;
    font-size: 48px;
    line-height: 44px
}

.contact-area .contact-title h2:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -31px;
    transform: translateX(-50%);
    width: 100px;
    height: 2px;
    background: #fff
}

.contact-area .contact-title h2:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -35px;
    transform: translateX(-50%);
    background: #fff;
    width: 10px;
    height: 10px;
    border-radius: 8px
}

.contact-area .contact-title p {
    max-width: 540px;
    margin: 0 auto
}

.contact-area .primary-btn {
    background: #fff;
    color: #000;
    border: 1px solid #fff
}

.contact-area .primary-btn:before,
.contact-area .primary-btn span {
    color: #000
}

.contact-area .primary-btn:hover {
    background: transparent
}

.contact-area .primary-btn:hover span {
    color: #fff
}

.contact-box h4 {
    font-weight: 600;
    color: #fff;
    line-height: 40px
}

.footer-area {
    padding: 20px 0 !important
}

.footer-area .footer-logo h4 {
    font-size: 21px;
    color: #777;
    font-weight: 700;
    margin-top: 48px
}

.footer-area .footer-social {
    margin: 25px 0px 50px
}

.footer-area .footer-social a {
    padding: 0 20px
}

.footer-area .footer-social a i {
    color: #ccc;
    font-size: 36px
}

.footer-area .footer-social a i:hover {
    color: #e45447
}

.footer-area .footer-bottom p {
    margin-bottom: 0
}

.footer-area .footer-bottom a {
    color: #e45447
}

#back-top a {
    background: #90acd1;
    display: block;
    text-align: center;
    width: 35px;
    height: 40px;
    border-radius: 5px 5px 0 0;
    padding: 12px 8px 8px 7px
}

#back-top a i {
    font-size: 22px;
    color: #fff
}

#back-top a:hover {
    box-shadow: 0 8px 12px rgba(156, 156, 156, 0.7)
}

.blog-header {
    background: #fff !important;
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    z-index: 999;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}

.about-content h1 {
    font-size: 60px;
    font-weight: 700
}

.about-content .box a {
    color: #fff;
    font-size: 15px;
    padding-left: 16px;
    padding-right: 16px;
    border-right: 2px solid #fff
}

.about-content .box a:first-child {
    padding-left: 0
}

.about-content .box a:last-child {
    border-right: 0;
    padding-right: 0
}

.about-content .box a:hover {
    color: #e45447
}

.top-category-widget-area .single-cat-widget img {
    width: 100%
}

.top-category-widget-area .single-cat-widget .content-details h4 {
    color: #fff
}

.top-category-widget-area .single-cat-widget .content-details span {
    display: inline-block;
    background: #fff;
    width: 60%;
    height: 1%
}

.post-content-area .single-post {
    margin-bottom: 50px
}

.post-content-area .single-post .meta-details .tags li {
    display: inline-block;
    font-size: 14px
}

.post-content-area .single-post .meta-details .tags li a {
    color: #000
}

.post-content-area .single-post .meta-details .tags li a:hover {
    color: #e45447
}

@media (max-width: 1024px) {
}

.post-content-area .single-post .user-name a,
.post-content-area .single-post .date a,
.post-content-area .single-post .view a,
.post-content-area .single-post .comments a {
    color: #777;
    margin-right: 10px
}

.post-content-area .single-post .user-name a:hover,
.post-content-area .single-post .date a:hover,
.post-content-area .single-post .view a:hover,
.post-content-area .single-post .comments a:hover {
    color: #e45447
}

.post-content-area .single-post .user-name .lnr,
.post-content-area .single-post .date .lnr,
.post-content-area .single-post .view .lnr,
.post-content-area .single-post .comments .lnr {
    font-weight: 900;
    color: #000
}

.post-content-area .single-post .feature-img img {
    width: 100%
}

.post-content-area .single-post .posts-title h3 {
    margin: 20px 0px;
    font-weight: 700
}

.post-content-area .single-post .excert {
    margin-bottom: 20px
}

.post-content-area .single-post .primary-btn {
    background: #fff !important;
    color: #222
}

.post-content-area .single-post .primary-btn:before {
    color: #222;
    padding: 6px 0
}

.post-content-area .single-post .primary-btn span {
    padding: 6px 0
}

.post-content-area .single-post .primary-btn:hover {
    background: #e45447 !important;
    color: #fff !important
}

.post-content-area .single-post .primary-btn:hover:before,
.post-content-area .single-post .primary-btn:hover span {
    color: #fff
}

.blog-pagination {
    padding: 60px
}

.blog-pagination .page-link {
    border-radius: 0
}

.blog-pagination .page-item {
    border: none
}

.page-link {
    background: transparent;
    font-weight: 400
}

.blog-pagination .page-item.active .page-link {
    background-color: #e45447;
    border-color: transparent
}

.blog-pagination .page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #777;
    border: none
}

.blog-pagination .page-link .lnr {
    font-weight: 600
}

.blog-pagination .page-item:last-child .page-link,
.blog-pagination .page-item:first-child .page-link {
    border-radius: 0
}

.blog-pagination .page-link:hover {
    color: #fff;
    text-decoration: none;
    background-color: #e45447;
    border-color: #eee
}

.widget-wrap {
    background: #fafaff;
    padding: 20px 0px;
    border: 1px solid #eee
}

.widget-wrap .single-sidebar-widget {
    margin: 30px 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #eee
}

.widget-wrap .single-sidebar-widget:last-child {
    border-bottom: none;
    margin-bottom: 0px
}

.widget-wrap .search-widget form.search-form input[type=text] {
    color: #fff;
    padding: 10px 22px;
    font-size: 14px;
    border: none;
    float: left;
    width: 80%;
    border-bottom-left-radius: 20px;
    border-top-left-radius: 20px;
    background: #e45447
}

.widget-wrap .search-widget form.search-form button {
    float: left;
    width: 20%;
    padding: 10px;
    background: #e45447;
    color: white;
    font-size: 17px;
    border: none;
    cursor: pointer;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px
}

.widget-wrap .search-widget form.search-form::after {
    content: "";
    clear: both;
    display: table
}

.widget-wrap .user-info-widget {
    text-align: center
}

.widget-wrap .user-info-widget img {
    border-radius: 50%
}

.widget-wrap .user-info-widget a h4 {
    margin-top: 40px;
    margin-bottom: 5px
}

.widget-wrap .user-info-widget .social-links li {
    display: inline-block;
    margin-bottom: 10px
}

.widget-wrap .user-info-widget .social-links li a {
    color: #000;
    padding: 10px;
    font-size: 14px
}

.widget-wrap .user-info-widget .social-links li a:hover {
    color: #e45447
}

.widget-wrap .popular-post-widget .popular-title {
    background: #e45447;
    color: #fff;
    text-align: center;
    padding: 12px 0px
}

.widget-wrap .popular-post-widget .popular-post-list {
    margin-top: 30px
}

.widget-wrap .popular-post-widget .popular-post-list .thumb img {
    width: 100%
}

.widget-wrap .popular-post-widget .single-post-list {
    margin-bottom: 20px
}

.widget-wrap .popular-post-widget .single-post-list .details {
    margin-left: 12px
}

.widget-wrap .popular-post-widget .single-post-list .details h6 {
    font-weight: 600;
    margin-bottom: 10px
}

.widget-wrap .popular-post-widget .single-post-list .details p {
    margin-bottom: 0px
}

.widget-wrap .ads-widget img {
    width: 100%
}

.widget-wrap .post-category-widget .category-title {
    background: #e45447;
    color: #fff;
    text-align: center;
    padding: 12px 0px
}

.widget-wrap .post-category-widget .cat-list li {
    padding-top: 15px;
    padding-bottom: 8px;
    border-bottom: 2px dotted #eee
}

.widget-wrap .post-category-widget .cat-list li p {
    font-weight: 300;
    font-size: 14px;
    margin-bottom: 0px
}

.widget-wrap .post-category-widget .cat-list li a {
    color: #777
}

.widget-wrap .post-category-widget .cat-list li:hover {
    border-color: #e45447
}

.widget-wrap .post-category-widget .cat-list li:hover p {
    color: #e45447
}

.widget-wrap .newsletter-widget .newsletter-title {
    background: #e45447;
    color: #fff;
    text-align: center;
    padding: 12px 0px
}

.widget-wrap .newsletter-widget .col-autos {
    width: 100%
}

.widget-wrap .newsletter-widget p {
    text-align: center;
    margin: 20px 0px
}

.widget-wrap .newsletter-widget .bbtns {
    background: #e45447;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    padding: 7px 20px;
    border-radius: 0
}

.widget-wrap .newsletter-widget .input-group-text {
    background: #fff;
    border-radius: 0px;
    vertical-align: top
}

.widget-wrap .newsletter-widget .input-group-text i {
    color: #ccc;
    margin-top: -1px
}

.widget-wrap .newsletter-widget .form-control {
    border-left: none !important;
    border-right: none !important;
    border-radius: 0px;
    font-size: 13px;
    color: #ccc;
    padding: 9px;
    padding-left: 0px
}

.widget-wrap .newsletter-widget .form-control:focus {
    box-shadow: none;
    border-color: #ccc
}

.widget-wrap .newsletter-widget ::-webkit-input-placeholder {
    font-size: 13px;
    color: #ccc
}

.widget-wrap .newsletter-widget ::-moz-placeholder {
    font-size: 13px;
    color: #ccc
}

.widget-wrap .newsletter-widget :-ms-input-placeholder {
    font-size: 13px;
    color: #ccc
}

.widget-wrap .newsletter-widget :-moz-placeholder {
    font-size: 13px;
    color: #ccc
}

.widget-wrap .newsletter-widget .text-bottom {
    margin-bottom: 0px
}

.widget-wrap .tag-cloud-widget .tagcloud-title {
    background: #e45447;
    color: #fff;
    text-align: center;
    padding: 12px 0px;
    margin-bottom: 30px
}

.widget-wrap .tag-cloud-widget ul li {
    display: inline-block;
    border: 1px solid #eee;
    background: #fff;
    padding: 4px 14px;
    margin-bottom: 10px
}

.widget-wrap .tag-cloud-widget ul li:hover {
    background: #e45447
}

.widget-wrap .tag-cloud-widget ul li:hover a {
    color: #fff
}

.widget-wrap .tag-cloud-widget ul li a {
    font-size: 12px;
    color: black
}

.post-content-area .posts-list .single-post:last-of-type {
    margin-bottom: 0 !important;
}

@media (max-width: 1480px) {

    .banner-img img {
        max-width: 80%
    }
}

@media screen and (max-width: 991px) {
    .section-gap {
        padding: 60px 0;
    }

    .about-content h1,
    .banner-content h1 {
        font-size: 55px
    }

    .skill-title h2,
    .section-title h2,
    .contact-area .contact-title h2 {
        font-size: 33px;
        margin-bottom: 40px
    }

    .section-title h2:before,
    .contact-area .contact-title h2:after {
        bottom: -20px;
    }

    .section-title h2:after,
    .contact-area .contact-title h2:before {
        bottom: -16px
    }

    .work-area .filters ul {
        text-align: left
    }

    .work-area .filters ul li:first-child {
        padding-left: 0
    }

    .blog-header{
        padding-bottom: 5px;
    }

    .header_pt20{
        padding-top: 5px;
    }
}

.col,.col-1,.col-10,.col-11,.col-12,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-auto,.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-auto,.col-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-auto,.col-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-auto,.col-xl,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.mt-3{
    margin-top: 100px;
}


@media only screen and (max-width: 767px) {
    #custom-nav {margin-left: 20px;}

    .footer-bottom {padding-bottom: 20px;}

    .about-content h1,
    .banner-content h1 {
        font-size: 40px
    }

    .primary-btn {
        padding: 0 35px
    }

    .primary-btn:before,
    .primary-btn span {
        padding: 8px 0
    }

    .mt-3{
        margin-top: 70px;
    }

}

@media only screen and (max-width: 576px) {

    .footer-area .footer-social a i {
        font-size: 25px
    }
}

@media only screen and (max-width: 380px) {
    .about-content .box a {
        font-size: 13px
    }
}

@media (min-width:1024px) {
    .phoneCont{
      display: none !important;
    }
  }
  
  .positionFixed {
      bottom: 0px;
      left: 50%;
      position: fixed;
      transform: translate(-50%, 0%);
      z-index: 999;
      width: 100%;
      background-color: #e4e4e4;
      display: flex;
      justify-content: center;
  }
  
  .ad-div {
      margin-bottom: 50px;
      width: 100%;
      min-height: 250px;
      clear: both;
  }
  
  .t_de {
      clear: both;
      height: 0.2rem;
      width: 100%;
      max-width: 100%;
      line-height: 0.3rem;
      font-size: 0.6rem;
      padding: 0.5rem 0 1rem 0;
      box-sizing: border-box;
      color: #707070;
      text-align: center;
  }
  
  .grecaptcha-badge {
      visibility: hidden;
  }