/* bootstrap */
: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,"Noto Sans",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%;
    -webkit-tap-highlight-color: transparent
}

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,"Noto Sans",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:not(:focus-visible) {
    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
}
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]) {
    color: inherit;
    text-decoration: none
}

a:not([href]):hover {
    color: inherit;
    text-decoration: none
}
img {
    vertical-align: middle;
    border-style: none
}

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

table {
    border-collapse: collapse
}
th {
    text-align: inherit
}

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

button {
    border-radius: 0
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color
}

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
}

select {
    word-wrap: normal
}

[type=button],[type=reset],[type=submit],button {
    -webkit-appearance: button
}

[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled),button:not(:disabled) {
    cursor: pointer
}

[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner {
    padding: 0;
    border-style: none
}

input[type=checkbox],input[type=radio] {
    box-sizing: border-box;
    padding: 0
}
textarea {
    overflow: auto;
    resize: vertical
}
.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6 {
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2
}

.h1,h1 {
    font-size: 2.5rem
}

.h2,h2 {
    font-size: 2rem
}

.h3,h3 {
    font-size: 1.75rem
}

.h4,h4 {
    font-size: 1.5rem
}

.h5,h5 {
    font-size: 1.25rem
}

.h6,h6 {
    font-size: 1rem
}
.list-unstyled {
    padding-left: 0;
    list-style: none
}
.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:85%
    }
}

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

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

@media (min-width: 1800) {
    .container {
        max-width:85%
    }
}

@media (min-width: 1300px) {
    .container {
        max-width:85%
    }
}

.container-fluid,.container-lg,.container-md,.container-sm,.container-xl {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

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

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

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

@media (min-width: 1200px) {
    .container,.container-lg,.container-md,.container-sm,.container-xl {
        max-width:85%
    }
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}
.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%;
    padding-right: 15px;
    padding-left: 15px
}
.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}
@media (min-width: 576px) {
    .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-sm-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

}
@media (min-width: 768px) {
    .col-md-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-md-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-md-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

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

    .col-md-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-md-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-md-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .offset-md-1 {
        margin-left: 8.333333%
    }
}
@media (min-width: 992px) {
    .col-lg-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-lg-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-lg-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

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

    .col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

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

    .col-lg-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-lg-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-lg-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

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

}
.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    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
}
.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0,123,255,.25)
}

.form-control::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1
}
.form-control::placeholder {
    color: #6c757d;
    opacity: 1
}

.form-group {
    margin-bottom: 1rem
}
.form-inline {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center
}
@media (min-width: 576px) {
    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }
}
.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}
.btn:hover {
    color: #212529;
    text-decoration: none
}

.btn.focus,.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0,123,255,.25)
}
.btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}
.fade {
    transition: opacity .15s linear
}
.fade:not(.show) {
    opacity: 0
}

.collapse:not(.show) {
    display: none
}
.dropdown,.dropleft,.dropright,.dropup {
    position: relative
}

.dropdown-toggle {
    white-space: nowrap
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent
}

.dropdown-toggle:empty::after {
    margin-left: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem
}
.dropdown-divider {
    height: 0;
    margin: .5rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0
}

.dropdown-item:focus,.dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa
}
.dropdown-menu.show {
    display: block
}
.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>.custom-file,.input-group>.custom-select,.input-group>.form-control,.input-group>.form-control-plaintext {
    position: relative;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
    min-width: 0;
    margin-bottom: 0
}
.input-group>.custom-file .custom-file-input:focus~.custom-file-label,.input-group>.custom-select:focus,.input-group>.form-control:focus {
    z-index: 3
}

.input-group>.custom-file .custom-file-input:focus {
    z-index: 4
}

.input-group>.custom-select:not(:last-child),.input-group>.form-control:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}
.input-group-append,.input-group-prepend {
    display: -ms-flexbox;
    display: flex
}
.input-group-append {
    margin-left: -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>.input-group-append>.btn,.input-group>.input-group-append>.input-group-text,.input-group>.input-group-prepend:first-child>.btn:not(:first-child),.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child),.input-group>.input-group-prepend:not(:first-child)>.btn,.input-group>.input-group-prepend:not(:first-child)>.input-group-text {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}
.nav-link {
    display: block;
    padding: .5rem 1rem
}

.nav-link:focus,.nav-link:hover {
    text-decoration: none
}
.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-brand {
    display: inline-block;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap
}

.navbar-brand:focus,.navbar-brand:hover {
    text-decoration: none
}

.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 {
    padding-right: 0;
    padding-left: 0
}

.navbar-nav .dropdown-menu {
    position: static;
    float: none
}

.navbar-text {
    display: inline-block;
    padding-top: .5rem;
    padding-bottom: .5rem
}

.navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-align: center;
    align-items: center
}

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

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

    .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute
    }

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

    .navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid,.navbar-expand-sm>.container-lg,.navbar-expand-sm>.container-md,.navbar-expand-sm>.container-sm,.navbar-expand-sm>.container-xl {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand-sm .navbar-collapse {
        display: -ms-flexbox!important;
        display: flex!important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-sm .navbar-toggler {
        display: none
    }
}
.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-nav .nav-link.disabled {
    color: rgba(255,255,255,.25)
}

.navbar-dark .navbar-nav .active>.nav-link,.navbar-dark .navbar-nav .nav-link.active,.navbar-dark .navbar-nav .nav-link.show,.navbar-dark .navbar-nav .show>.nav-link {
    color: #fff
}
.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5
}
button.close {
    padding: 5px;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}
.modal-open {
    overflow: hidden
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none
}

.modal.fade .modal-dialog {
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out,-webkit-transform .3s ease-out;
    -webkit-transform: translate(0,-50px);
    transform: translate(0,-50px)
}
.modal.show .modal-dialog {
    -webkit-transform: none;
    transform: none
}
.modal-dialog-centered {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - 1rem)
}

.modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    content: ""
}
.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: .3rem;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: .5
}
.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem
}
.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width:500px;
        margin: 1.75rem auto
    }
    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem)
    }

    .modal-dialog-centered::before {
        height: calc(100vh - 3.5rem)
    }

}
.bg-white {
    background-color: #fff!important
}
.d-none {
    display: none!important
}
.d-inline {
    display: inline!important
}

.d-inline-block {
    display: inline-block!important
}

.d-block {
    display: block!important
}
.d-flex {
    display: -ms-flexbox!important;
    display: flex!important
}
@media (min-width: 768px) {
    .d-md-block {
        display: block!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
}
.position-relative {
    position: relative!important
}

.position-absolute {
    position: absolute!important
}
.w-100 {
    width: 100%!important
}
.m-0 {
    margin: 0!important
}

.mt-0,.my-0 {
    margin-top: 0!important
}
.mt-3,.my-3 {
    margin-top: 1rem!important
}

.mr-3,.mx-3 {
    margin-right: 1rem!important
}

.mb-3,.my-3 {
    margin-bottom: 1rem!important
}
.mb-4,.my-4 {
    margin-bottom: 1.5rem!important
}
.p-0 {
    padding: 0!important
}
.pr-0,.px-0 {
    padding-right: 0!important
}
.pl-0,.px-0 {
    padding-left: 0!important
}
.pl-1,.px-1 {
    padding-left: .25rem!important
}
.pr-2,.px-2 {
    padding-right: .5rem!important
}
.pr-3,.px-3 {
    padding-right: 1rem!important
}

.pb-3,.py-3 {
    padding-bottom: 1rem!important
}

.pl-3,.px-3 {
    padding-left: 1rem!important
}
.pb-4,.py-4 {
    padding-bottom: 1.5rem!important
}
.pt-5,.py-5 {
    padding-top: 3rem!important
}
.m-auto {
    margin: auto!important
}
.mr-auto,.mx-auto {
    margin-right: auto!important
}
.text-left {
    text-align: left!important
}

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

.text-center {
    text-align: center!important
}
@media (min-width: 992px) {
    .text-lg-left {
        text-align:left!important
    }

    .text-lg-right {
        text-align: right!important
    }
}
.text-lowercase {
    text-transform: lowercase!important
}

.text-uppercase {
    text-transform: uppercase!important
}
.text-white {
    color: #fff!important
}
.text-danger {
    color: #dc3545!important
}
/* bootstrap end  */
/* owl carousel */
.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0px,0px,0px)
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d
}

.owl-carousel .owl-nav.disabled,.owl-carousel .owl-dots.disabled {
    display: none
}

.owl-carousel .owl-nav .owl-prev,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.no-js .owl-carousel {
    display: block
}
/* end owl carousel */
/* main.css  */
@font-face {
    font-family: SpaceGrotesk-Bold;
    src: url(../fonts/SpaceGrotesk-Bold.woff) format("truetype")
}

@font-face {
    font-family: SpaceGrotesk;
    src: url(../fonts/SpaceGrotesk-Regular.woff) format("truetype");
    font-weight: 400
}

::-moz-selection {
    background-color: #7c32ff;
    color: #fff
}
::selection {
    background-color: #7c32ff;
    color: #fff
}

::-webkit-input-placeholder {
    color: #777;
    font-weight: 300
}
body {
    color: #2a2f35;
    font-family: SpaceGrotesk,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    font-size: 14px;
    font-weight: 300;
    line-height: 1.625em;
    position: relative
}

ol,ul {
    margin: 0;
    padding: 0
}
iframe {
    border: 0
}

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

.btn.active.focus,.btn.active:focus,.btn.focus,.btn.focus:active,.btn:active:focus,.btn:focus {
    text-decoration: none;
    outline: 0
}
.card-panel {
    margin: 0;
    padding: 60px
}

.btn i,.btn-flat i,.btn-floating i,.btn-large i {
    font-size: 1em;
    line-height: inherit
}
h1,h2,h3,h4,h5,h6 {
    font-family: SpaceGrotesk-Bold;
    color: #222;
    line-height: 1.2em;
    margin-bottom: 0;
    margin-top: 0;
    font-weight: 900
}

.h1,.h2,.h3,.h4,.h5,.h6 {
    margin-bottom: 0;
    margin-top: 0;
    font-family: SpaceGrotesk-Bold;
    font-weight: 900;
    color: #222
}

.h1,h1 {
    font-size: 36px
}

.h2,h2 {
    font-size: 30px
}

.h3,h3 {
    font-size: 24px
}

.h4,h4 {
    font-size: 18px
}

.h5,h5 {
    font-size: 16px
}

.h6,h6 {
    font-size: 14px;
    color: #222
}

td,th {
    border-radius: 0
}
.fz-32 {
    font-size: 32px
}

.fz-36 {
    font-size: 36px
}
.mt-15 {
    margin-top: 15px
}

.mt-20 {
    margin-top: 20px
}
.mt-30 {
    margin-top: 30px
}
.mt-40 {
    margin-top: 40px
}
.mb-10 {
    margin-bottom: 10px!important
}

.mb-15 {
    margin-bottom: 15px!important
}
.mb-30 {
    margin-bottom: 30px
}
.pt-20 {
    padding-top: 20px
}
.pt-25 {
    padding-top: 25px
}

.pt-30 {
    padding-top: 30px
}
.pt-90 {
    padding-top: 130px
}
.pb-10 {
    padding-bottom: 10px
}

.pb-15 {
    padding-bottom: 15px
}
.pb-30 {
    padding-bottom: 30px
}
.py-60 {
    padding-top: 60px;
    padding-bottom: 60px
}
.text-white {
    color: #fff
}
.text-center {
    text-align: center
}

.text-left {
    text-align: left
}
.light {
    color: #fff
}
.section-gap {
    padding: 60px 0
}

@media(max-width: 991px) {
    .section-gap {
        padding:30px 0
    }
}
.blog-pagination .page-item.active .page-link,.blog-pagination .page-link:hover,.comment-form .btn,.contact-page-area .form-area .btn,.course-details-left .course-list li .btn:hover,.footer-area .footer-bottom .footer-social a:hover,.footer-area .single-footer-widget .click-btn,.gradient-bg,.post-content-area .single-post .primary-btn:hover,.registration-area .course-form-section .btn,.right-contents .btn.enroll,.top-category-widget-area .single-cat-widget:hover .overlay-bg,.widget-wrap .newsletter-widget .bbtns {
    background: -webkit-linear-gradient(90deg,#7c32ff 0,#c738d8 100%);
    background: -moz-linear-gradient(90deg,#7c32ff 0,#c738d8 100%);
    background: -o-linear-gradient(90deg,#7c32ff 0,#c738d8 100%);
    background: -ms-linear-gradient(90deg,#7c32ff 0,#c738d8 100%);
    background: linear-gradient(90deg,#7c32ff 0,#c738d8 100%)
}
.navbar {
    padding: 0
}
.navbar-nav li a {
    font-size: 17px;
    font-weight: 400;
    color: #fff;
    padding: 0 15px
}
.header-scrolled {
    position: fixed!important;
    top: 0;
    left: 0;
    width: 100%;
    background: #222!important;
    z-index: 999
}
.home-banner-area {
    background: linear-gradient(90deg,#7c32ffe3 0,#c738d863 100%);
    background-size: 100% 100%;
    background-position: center center;
    max-height: 1200px
}
@media(max-width: 768px) {
    .home-banner-left {
        text-align:center
    }
}

.home-banner-left h1 {
    color: #222;
    font-size: 48px;
    line-height: 1em;
    margin-bottom: 20px
}

.home-banner-left h1 span {
    font-weight: 900
}

@media(max-width: 768px) {
    .home-banner-left h1 {
        font-size:36px
    }
}
@media(max-width: 767px) {
    .home-banner-left h1 br {
        display:none
    }
}

@media(max-width: 991px) {
    .home-banner-left h1 {
        font-size:45px
    }
}

@media(max-width: 414px) {
    .home-banner-left h1 {
        font-size:40px
    }
}

@media(max-width: 800px) {
    .home-banner-left {
        margin-top:30px
    }
}
.video-area {
    background: url(../img/video-area-bg.png) no-repeat center
}

@media(max-width: 991px) {
    .video-area {
        background:#828bb2;
        padding: 60px 0
    }
}
.testimonials-area {
    position: relative
}

.testimonials-area .owl-controls {
    position: absolute;
    bottom: 10px;
    left: 51.5%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%)
}

@media(max-width: 991px) {
    .testimonials-area .owl-controls {
        display:none
    }
}

.testimonials-area .owl-controls .owl-nav {
    display: -ms-flexbox;
    display: flex
}

.testimonials-area .owl-controls .owl-next {
    -webkit-filter: brightness(1) invert(1);
    -moz-filter: brightness(1) invert(1);
    -ms-filter: brightness(1) invert(1);
    -o-filter: brightness(1) invert(1);
    filter: brightness(1) invert(1)
}

.testimonials-area .owl-controls .owl-prev {
    padding-right: 20px;
    -webkit-filter: brightness(1) invert(1);
    -moz-filter: brightness(1) invert(1);
    -ms-filter: brightness(1) invert(1);
    -o-filter: brightness(1) invert(1);
    filter: brightness(1) invert(1)
}

.affiliate-slider .testi-item img,.testi-slider .testi-item img {
    width: auto
}

.testi-item {
    margin-bottom: 50px
}

.testi-item span {
    font-size: 18px;
    margin-top: 40px;
    margin-bottom: 10px;
    display: block;
    font-weight: 600;
}
.testi-item .text p {
    font-size: 20px;
    margin-bottom: 0;
    line-height: 32px;
    font-style: italic
}

@media(max-width: 575px) {
    .testi-item .text p {
        font-size:16px
    }
}

.testi-item p {
    margin-bottom: 0
}
.post-content-area .single-post .comments a,.post-content-area .single-post .date a, .date span,.view span, .comments span,.user-name span, view ,.post-content-area .single-post .user-name a,.post-content-area .single-post .view a {
    color: #828bb2;
    margin-right: 10px;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

h1 {
    font-size: 42px
}

h2 {
    font-size: 30px
}

h3 {
    font-size: 24px
}

h4 {
    font-size: 21px
}

h5 {
    font-size: 16px
}

h6 {
    font-size: 14px
}

h1,h2,h3,h4,h5,h6 {
    line-height: 1.2em
}
.genric-btn {
    display: inline-block;
    outline: 0;
    padding: 0 30px;
    font-size: 1em;
    text-align: center;
    text-decoration: none;
    font-weight: 500;
    cursor: pointer;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.genric-btn:focus {
    outline: 0
}
.genric-btn.circle {
    border-radius: 25px
}

.genric-btn.arrow {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.genric-btn.arrow span {
    margin-left: 10px
}
.genric-btn.info {
    color: #fff;
    background: #38a4ff;
    border: 2px solid transparent
}

.genric-btn.info:hover {
    color: #fff;
    border: 2px solid #38a4ff;
    background: 0 0
}
.genric-btn.danger {
    color: #fff;
    background: #f44a40;
    border: 2px dotted #fff
}

.genric-btn.danger:hover {
    color: #fff;
    border: 2px solid #fff;
    background: 0 0
}
.footer-area {
    padding: 32% 0 20px;
    background: url(../img/footer-bg.png) no-repeat center;
    background-size: cover
}

@media(max-width: 991px) {
    .footer-area {
        background:#222;
        padding: 60px 0
    }
}

@media(max-width: 991px) {
    .footer-area .single-footer-widget {
        margin-bottom:30px
    }
}

.footer-area .single-footer-widget .footer-heading {
    color: #fff;
    margin-bottom: 20px;
    font-size: 20px;
    font-family: SpaceGrotesk-Bold
}

@media(max-width: 1024px) {
    .footer-area .single-footer-widget .footer-heading {
        font-size:18px
    }
}

@media(max-width: 991px) {
    .footer-area .single-footer-widget .footer-heading {
        margin-bottom:15px
    }
}

.footer-area .single-footer-widget ul li {
    margin-bottom: 15px
}

.footer-area .single-footer-widget ul li a {
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    color: #828bb2;
    z-index: 3
}

.footer-area .single-footer-widget ul li a:hover {
    color: #fff
}

.footer-area .single-footer-widget .form-wrap {
    margin-top: 25px
}

.footer-area .single-footer-widget input {
    height: 40px;
    border: 0;
    width: 67%!important;
    font-weight: 400;
    background: #363a4b;
    color: #fff;
    padding-left: 20px;
    border-radius: 0;
    font-size: 14px;
    padding: 10px
}
.footer-area .single-footer-widget input:focus {
    outline: 0;
    box-shadow: none
}

.footer-area .single-footer-widget input.placeholder {
    padding-left: 10px;
    color: #828bb2
}

.footer-area .single-footer-widget input:-moz-placeholder {
    padding-left: 10px;
    color: #828bb2
}

.footer-area .single-footer-widget input::-moz-placeholder {
    padding-left: 10px;
    color: #828bb2
}

.footer-area .single-footer-widget input::-webkit-input-placeholder {
    padding-left: 10px;
    color: #828bb2
}

.footer-area .single-footer-widget .click-btn {
    color: #fff;
    border-radius: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    padding: 8px 20px;
    border: 0;
    font-size: 12px;
    font-weight: 500;
    position: relative;
    left: -15px
}

.footer-area .single-footer-widget .click-btn:focus {
    outline: 0;
    box-shadow: none
}

@media(max-width: 991px) {
    .footer-area .footer-bottom {
        margin-top:20px
    }
}

.footer-area .footer-bottom p {
    color: #fff;
    padding-top: 20px
}

.footer-area .footer-bottom a,.footer-area .footer-bottom span {
    color: #c738d8
}

.footer-area .footer-bottom span {
    font-weight: 700
}

@media(max-width: 991px) {
    .footer-area .footer-bottom .footer-social {
        text-align:left;
        margin-top: 30px
    }
}

.footer-social {
    margin-bottom: 15px
}

.footer-area .footer-bottom .footer-social a {
    background: #363a4b;
    margin-left: 5px;
    width: 40px;
    color: #fff;
    display: inline-grid;
    text-align: center;
    height: 40px;
    align-content: center;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.offer-model-btn {
    position: relative;
    top: -66px;
}

.offer-model-btn >.left {
    position: absolute;
    left: 9px;
    top: 9px;
}

.offer-model-btn >.right {
    position: absolute;
    right: 9px;
    top: 9px;
}

.membershipbox .genric-btn.info:hover {
    color: #38a4ff;
}
/* end main.css  */
/* new_style.css  */
@font-face {
    font-family: SpaceGrotesk-Bold;
    src: url(../fonts/SpaceGrotesk-Bold.woff) format("truetype")
}

@font-face {
    font-family: SpaceGrotesk;
    src: url(../fonts/SpaceGrotesk-Regular.woff) format("truetype");
    font-weight: 400
}

::-webkit-scrollbar {
    width: 7px
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px
}

::-webkit-scrollbar-thumb {
    background: #8442ab;
    border-radius: 10px
}

::-webkit-scrollbar-thumb:hover {
    background: #b30000
}

.brddefault {
    border: 2px solid #f44a40;
    width: 100px;
    margin: 30px auto;
    border-radius: 10px
}

.fonth4 {
    text-transform: uppercase;
    font-size: 24px;
    letter-spacing: 1px;
    padding-top: 20px
}
.intl-tel-input .selected-flag .iti-arrow {
    border-top: 4px solid #fff!important
}
.navbar-brand img {
    width: 250px;
    margin: 7px 0
}

.navbar-brand {
    margin: 0
}

.secondry-header .navbar-brand {
    align-self: center
}

.secondry-header .leftside li:hover:first-child::after {
    content: unset
}

.secondry-header .leftside>li>a {
    padding: 1.5em 1em!important
}

.secondry-header .navbar-brand {
    padding: 0
}

.deagenric-btn {
    padding: .3em 1em!important;
    background: 0 0!important
}

.deagenric-btn:hover {
    background: #38a4ff!important;
    border: 2px solid #38a4ff
}

.main-menu {
    display: block;
    position: absolute;
    width: 100%;
    padding: 0;
    z-index: 999
}

.secondry-header .container-menu {
    width: 100%;
    margin: 0 auto
}

.main-menu:after,.main-menu:before {
    display: table;
    line-height: 0;
    content: ""
}

.secondry-header .dropdown>li>.dropdown2>li>.dropdown2 {
    width: 190%;
    background: #fff;
    overflow-y: scroll
}

.secondry-header .dropdown>li>.dropdown2>li>.dropdown2>li {
    width: 49%;
    display: inline-block
}

.secondry-header .core-menu {
    font: Poppins,sans-serif;
    overflow: hidden;
    width: auto;
    align-self: center;
    display: inline
}

.secondry-header .core-menu li {
    list-style: none;
    display: inline-block;
    cursor: pointer;
    align-self: center
}

.secondry-header .core-menu li a {
    display: inline-block;
    padding: .2em .5em;
    color: #fff;
    font-size: 16px
}

.bannerform .form-group {
    margin-bottom: 1.5rem
}

.brdright {
    border-right: 1px solid #fff
}

.ordernow {
    padding: 10px 30px;
    font-size: 1.3em;
    margin-top: 16px;
    margin-bottom: 5px
}

.ordernowhead {
    padding: .7em 1em!important;
    margin-left: 10px
}

.secondry-header li span.toggle {
    padding-left: 1em
}

.secondry-header .toggle:before {
    content: "\f107";
    font: normal normal normal 16px/1 FontAwesome
}

.secondry-header .dropdown2 {
    position: absolute;
    width: 70%;
    background: #f8f8f8;
    text-align: left;
    display: none;
    right: -100%;
    top: 0;
    left: 100%;
    height: 100%;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175)
}

.secondry-header .dropdown2 li {
    display: block
}

.secondry-header .dropdown2 li a {
    display: block;
    color: #000
}

.secondry-header li span.toggle2 {
    position: absolute;
    right: 0;
    margin-right: 20px;
    top: 29%
}

.secondry-header .toggle2:before {
    content: "\f105";
    font: normal normal normal 16px/1 FontAwesome
}

.secondry-header .hamburger-menu {
    padding: 1em;
    display: none;
    font: Poppins,sans-serif;
    text-transform: uppercase
}

.secondrightheader {
    float: right;
    text-align: end
}

.earnbtn {
    border: 2px dotted #38a4ff;
    background: #fff;
    margin-left: 10px;
    font-weight: 500;
    border-radius: 4px;
    padding: .3em 1em!important
}
.secondrightheader li a:hover {
    background: 0 0
}
.resources-menu:before,.service-menu:before {
    content: '';
    border-style: solid;
    border-width: 10px;
    border-color: transparent transparent #fff;
    position: absolute;
    top: -18px;
    z-index: 2
}

.resources-div-col a {
    color: #788290!important;
    font-size: 15px!important;
    padding: .7em .5em!important
}

.service-menu:before {
    left: 63%
}

.sample-detail-sec ol li,.sample-detail-sec ul li {
    list-style: disc
}

.sample-detail-sec ol,.sample-detail-sec ul {
    padding-left: 15px
}

.resources-menu:before {
    left: 22%
}

.single-popular-course h4 {
    height: 53px;
    overflow: hidden
}

.secondry-header .dropdown ._for {
    font-family: inherit;
    font-weight: 600;
    font-style: italic;
    font-size: 13px;
    margin-right: 5px;
    opacity: .5;
    display: inline
}

.secondry-header .dropdown .headh5 {
    font-family: 'SpaceGrotesk-Bold';
    font-style: unset !important;
    font-weight: 600;
    margin: 10px 0 20px 0;
    letter-spacing: 0;
    font-size: 13px;
    text-transform: none;
    display: inline;
    text-transform: uppercase
}
.secondry-header .dropdown .menu_h5 {
    font-family: 'SpaceGrotesk-Bold';
    font-weight: 900;
    margin: 10px 0px 20px;
    letter-spacing: 0px;
    font-size: 13px;
    display: inline;
    text-transform: uppercase;
    font-style: unset !important;
}

.secondry-header .dropdown p {
    font-style: italic;
    font-size: 12px;
    margin-bottom: 0
}
.resources-div-col .resources-menu-title {
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1.5px;
    font-size: 15px;
    margin-bottom: 25px !important;
    font-family: SpaceGrotesk-Bold;
    font-style: unset!important;
}
.resources-menu {
    width: 1000px;
    min-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    padding: 0;
    transform: translate(-17%,0);
    border: 0;
    left: unset!important
}

.resources-div-col.brd0 {
    border-right: 0
}

.resources-div-col {
    padding: 20px;
    border-right: 1px solid #d9dde1;
    border-bottom: 1px solid #d9dde1;
    min-height: 300px;
    max-height: 300px
}

.offer-content-box h5 {
    text-decoration: none;
    display: block;
    font-weight: 700;
    margin-bottom: 10px;
    margin-top: 5px;
    padding-left: 15px
}

.resources-div-col h4 {
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1.5px;
    font-size: 15px;
    margin-bottom: 25px;
    font-family: SpaceGrotesk-Bold
}

.resources-menu ul li a {
    padding: 0;
    text-decoration: none;
    color: #788290!important;
    display: block;
    font-weight: 400;
    padding: 5px 15px!important;
    line-height: 19px;
    font-size: 13px!important
}

.tools-icon img {
    width: 48px
}

.resources-div-col ul {
    display: block!important
}

.secondry-header .dropdown {
    position: absolute;
    min-width: 33%;
    left: 0;
    background: #fff;
    text-align: left;
    display: none;
    z-index: 99;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175)
}

.secondry-header .dropdown li {
    display: block
}

.secondry-header .dropdown li a {
    display: block;
    color: #000;
    position: relative;
    padding: .5em 1em
}

.secondry-header .dropdown .lavel-1 {
    padding: 3px 1em !important
}

.mobile-header>li i {
    padding-right: 10px
}

.mobile-header li a {
    font-size: 22px;
    color: #fff
}

.mobile-submenu li {
    padding: 10px 5px
}

.intl-tel-input {
    display: table-cell
}

.intl-tel-input .selected-flag {
    z-index: 4
}

.intl-tel-input .country-list {
    z-index: 5
}

.telephoneno {
    width: 100%;
    height: 38px;
    border-radius: 5px
}

.intl-tel-input {
    width: 100%
}

.bannerform h3,.bannerform h4,.bannerform h5,label, .banner_heading_top,.banner_heading_bottm {
    color: #fff;
    font-family: SpaceGrotesk-Bold;
    font-weight: 300
}

.banner_heading_top {
    font-size: 24px;
}

.banner_heading_bottm {
    font-size: 22px;
}

.bannerform {
    border-radius: 5px;
    padding: 10px;
    box-shadow: 0 0 10px 0 rgba(0,0,0,.2)
}

.bg-form {
    background-color: #b072f9
}

.home-banner-row {
    padding-top: 11%
}

.discountbox {
    background: #fff3;
    border-radius: 5px;
    padding: 15px
}

.bannerform .form-control {
    background: 0 0;
    color: #fff;
    border: 1px dashed #fff;
    border-radius: 5px;
    font-family: SpaceGrotesk
}

.bannerform ::placeholder {
    color: #fff;
    font-weight: 400
}

.home-banner-area h1 {
    font-family: SpaceGrotesk-Bold
}

.sample-detail-sec li,.sample-detail-sec ol {
    list-style: unset!important;
    padding-left: 15px
}

.bannerform .input-group-text {
    border: 1px dashed #fff;
    color: #fff;
    background-color: transparent
}
img {
    height: auto
}
.rw-sentence span {
    color: #000;
    white-space: nowrap;
    font-size: 18px;
    font-weight: 400;
    line-height: 36px
}

.rw-words {
    display: inline;
    text-indent: 10px
}

.rw-words span {
    position: absolute;
    opacity: 0;
    overflow: hidden;
    color: #8fd028
}

.deartext {
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: 15px
}

.btn-feedback {
    background: #8c32f6;
    color: #fff;
    padding: 5px 30px;
    font-size: 20px
}

.rw-wrapper p {
    margin-bottom: 5px
}

.rw-wrapper textarea {
    width: 100%;
    padding: 0 10px 10px 5px;
    border: 1px dashed;
    font-size: 18px;
    color: #8c32f6;
    margin-top: 5px
}

.emailpad {
    padding: 0 5px 5px!important
}

.rw-wrapper input {
    border: 0;
    border-bottom: 1px dashed;
    outline: 0;
    font-size: 18px;
    padding: 0 5px;
    color: #8c32f6
}

.rw-wrapper ::placeholder {
    color: #8c32f6
}

.rw-words-1 span {
    -webkit-animation: rotateWordsFirst 18s linear infinite 0s;
    -ms-animation: rotateWordsFirst 18s linear infinite 0s;
    animation: rotateWordsFirst 18s linear infinite 0s
}

.rw-words-2 span {
    -webkit-animation: rotateWordsSecond 18s linear infinite 0s;
    -ms-animation: rotateWordsSecond 18s linear infinite 0s;
    animation: rotateWordsSecond 18s linear infinite 0s
}

.rw-words span:nth-child(2) {
    -webkit-animation-delay: 3s;
    -ms-animation-delay: 3s;
    animation-delay: 3s;
    color: #8fd028
}

.rw-words span:nth-child(3) {
    -webkit-animation-delay: 6s;
    -ms-animation-delay: 6s;
    animation-delay: 6s;
    color: #8fd028
}
.rw-wrapper {
    text-align: left
}
@media screen and (max-width: 768px) {
    .rw-sentence {
        font-size:18px
    }
}

.feedbacktext {
    font-size: 32px;
    font-weight: 100;
    width: auto;
    color: #8c32f6;
    line-height: 50px;
    font-family: SpaceGrotesk
}

.feeddback .typed-cursor {
    opacity: 1;
    color: #8c32f6;
    font-size: 36px;
    -webkit-animation: blink 2s infinite;
    animation: blink 2s infinite
}

.feedbackhead-text p {
    font-size: 20px;
    margin-bottom: 4px;
    color: #8c32f6cc
}

.typed-cursor {
    opacity: 1;
    color: #fff;
    font-size: 250%;
    -webkit-animation: blink 2s infinite;
    animation: blink 2s infinite
}
@-webkit-keyframes blink {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes blink {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.rating-stars {
    padding-top: 5px
}

.rating-stars .fa {
    font-size: 19px;
    color: #ff0
}

.fonth3 {
    font-size: 42px;
    font-weight: 600;
    padding-bottom: 15px
}

.writingservice h3 {
    line-height: 76px;
    padding-top: 30px
}

.writingservice {
    background-size: 100% 100%;
    min-height: 474px
}

.talkexpert {
    text-decoration: underline;
    font-size: 16px
}
.anim1 {
    animation: slide1 1s ease-in-out infinite
}

.testmonialimg img {
    width: 150px!important;
    height: 150px;
    border-radius: 50%;
    margin: 0 auto
}

.affiliate-slider .testi-item img,.testi-slider .testi-item img {
    display: unset
}

.testi-item img:first-child {
    transform: rotate(180deg);
    position: relative;
    bottom: 17px;
    width: 47px;
    height: auto;
}

.sh-side-options {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 99;
    transition: .3s all ease;
    transition: .2s all;
    padding: 0;
    width: 420px;
    transform: translateX(420px);
    z-index: 9999;
}

.sh-side-options.open {
    transform: translateX(0);
    box-shadow: 0 0 39px 10px rgba(0,0,0,.2)
}

.sh-side-options-container {
    position: absolute;
    top: 210px;
    left: -75px;
    width: 60px;
    background-color: #fff;
    border-radius: 5px;
    margin-right: 15px;
    box-shadow: -10px 0 20px 2px rgba(0,0,0,.06)
}

.sh-side-options.sh-side-options-pages .sh-side-options-container {
    top: 150px
}

.sh-side-options-item {
    display: block;
    text-align: center;
    margin: 0;
    transition: .3s all ease-in-out;
    position: relative;
    padding: 7px;
    cursor: pointer
}

.sh-side-options-item:not(:last-child) {
    border-bottom: 1px solid #f1f3fc
}

.sh-side-options-item-container {
    border-radius: 4px;
    padding: 8px 0
}

.sh-side-options-item:focus .sh-side-options-item-container,.sh-side-options-item:hover .sh-side-options-item-container,.sh-side-options.open .sh-side-options-item-trigger-demos .sh-side-options-item-container {
    background-color: #f3f5fd
}

.sh-side-options-item i {
    font-size: 22px
}

.sh-side-options-item:not(:hover):not(:focus) {
    color: #9396a5!important
}

.sh-side-options-item:hover .sh-side-options-hover {
    opacity: 1;
    transform: translateX(-97%)
}

.sh-side-options-hover {
    position: absolute;
    background-color: #fff;
    color: #32343d;
    padding: 17px 26px;
    transform: translateX(-31%);
    left: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
    transition: .2s all ease-in-out;
    z-index: -100;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    font-size: 15px;
    box-shadow: 0 0 20px 2px rgba(0,0,0,.08)
}

.sh-side-options-hover span {
    padding: 0 3px
}

@media(max-width: 700px) {
    .sh-side-options {
        width:52px
    }

    .sh-side-options-item {
        padding: 10px 0
    }

    .sh-side-options-item i {
        font-size: 16px
    }
}

@media(max-width: 600px) {
    .sh-side-options {
        display:none
    }
}

@media(max-height: 500px) {
    .sh-side-options {
        top:120px!important
    }
}

.sh-side-options-item i {
    color: #9396a5!important
}

.sh-side-options-item:focus i,.sh-side-options-item:hover i,.sh-side-options.open .sh-side-options-item-trigger-demos i {
    color: #294cff!important
}

.sh-side-demos-container {
    top: 0;
    left: 0;
    right: -17px;
    bottom: 0;
    position: absolute;
    overflow-y: scroll;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: right top;
    padding: 22px
}

.sh-side-demos-container-close {
    position: absolute;
    top: 22px;
    right: 22px;
    cursor: pointer
}

.sh-side-demos-container-close i {
    color: #c5c5c5;
    font-size: 18px;
    transition: .3s all ease
}

.sh-side-demos-container-close:focus i,.sh-side-demos-container-close:hover i {
    color: #7f7f7f
}

.icon-button {
    background-color: #fff;
    border-radius: 2.6rem;
    cursor: pointer;
    display: inline-block;
    font-size: 1.3rem;
    height: 2.6rem;
    line-height: 2.6rem;
    margin: 0 5px;
    position: relative;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 2.6rem
}

.icon-button span {
    border-radius: 0;
    display: block;
    height: 0;
    left: 50%;
    margin: 0;
    position: absolute;
    top: 50%;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    width: 0
}

.icon-button:hover span {
    width: 2.6rem;
    height: 2.6rem;
    border-radius: 2.6rem;
    margin: -1.3rem
}

.icon-button i {
    background: 0;
    color: #fff;
    height: 2.6rem;
    left: 0;
    line-height: 2.6rem;
    position: absolute;
    top: 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    width: 2.6rem;
    z-index: 10;
    font-size: 20px
}

.twitter span {
    background-color: #4099ff
}

.facebook span {
    background-color: #3b5998
}

.google-plus span {
    background-color: #db5a3c
}
.tumblr span {
    background-color: #34526f
}

.instagram span {
    background-color: #517fa4
}

.youtube span {
    background-color: #b00
}

.pinterest span {
    background-color: #cb2027
}

.icon-button .icon-twitter {
    color: #4099ff
}

.icon-button .icon-facebook {
    color: #3b5998
}

.icon-button .fa-tumblr {
    color: #34526f
}

.icon-button .icon-google-plus {
    color: #db5a3c
}

.icon-button .fa-instagram {
    color: #517fa4
}

.icon-button .fa-youtube {
    color: #b00
}

.icon-button .fa-pinterest {
    color: #cb2027
}

.icon-button:hover .fa-instagram,.icon-button:hover .fa-pinterest,.icon-button:hover .fa-tumblr,.icon-button:hover .fa-youtube,.icon-button:hover .icon-facebook,.icon-button:hover .icon-google-plus,.icon-button:hover .icon-twitter {
    color: #fff
}
@media all and (max-width: 680px) {
    .icon-button {
        border-radius:1.6rem;
        font-size: .8rem;
        height: 1.6rem;
        line-height: 1.6rem;
        width: 1.6rem
    }

    .icon-button:hover span {
        width: 1.6rem;
        height: 1.6rem;
        border-radius: 1.6rem;
        margin: -.8rem
    }

    .pinterest {
        display: none
    }
}
.text-black {
    color: #000
}
.orderbtn:hover {
    color: #38a4ff!important;
    border-color: #38a4ff!important
}

.phonebtnbox .button {
    display: inline-block;
    font-family: Montserrat,"Trebuchet MS",Helvetica,sans-serif;
    -webkit-font-smoothing: antialiased;
    position: relative;
    padding: .8em 1.4em;
    padding-right: 4.7em;
    background: #009ed8;
    border: 0;
    color: #fff;
    transition: .2s
}

.phonebtnbox .button:after,.phonebtnbox .button:before {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    padding-top: inherit;
    padding-bottom: inherit;
    width: 2.8em;
    content: "\00a0";
    font-family: FontAwesome,sans-serif;
    font-size: 1.2em;
    text-align: center;
    transition: .2s;
    transform-origin: 50% 60%
}

.chatbox .button:after,.chatbox .button:before {
    content: "\f075"!important
}

.phonebtnbox .button:before {
    background: rgba(0,0,0,.1)
}

.phonebtnbox .button:hover {
    background: #0079a5
}

.phonebtnbox .button:active,.phonebtnbox .button:focus {
    background: #002e3f;
    outline: 0
}

.phonebtnbox .button {
    width: 100%;
    font-size: 18px
}

.phonebtnbox .chat,.phonebtnbox .phone {
    background: #8442ab
}

.phonebtnbox .phone:hover {
    background: #7b4cb3bf
}

.phonebtnbox .phone:active,.phonebtnbox .phone:focus {
    background: #8737e670
}

.phonebtnbox .phone:after {
    content: "\F095"
}

.phonebtnbox .chat:after {
    content: "\F095"
}

.phonebtnbox .phone:hover:after {
    -webkit-animation: wiggle .05s alternate ease infinite;
    animation: wiggle .05s alternate ease infinite
}

@-webkit-keyframes wiggle {
    from {
        -webkit-transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(30deg)
    }
}

@keyframes wiggle {
    from {
        transform: rotate(0)
    }

    to {
        transform: rotate(30deg)
    }
}

table {
    width: 100%
}

.free-structure {
    box-shadow: 0 3px 6px rgba(0,0,0,.2);
    border-top: 5px solid #8442ab;
    border-radius: 10px 10px 0 0
}

.free-structure h3 {
    text-transform: uppercase;
    font-size: 24px;
    letter-spacing: 1px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc
}

.free-structure table {
    margin-top: 10px
}

.free-structure .price {
    font-size: 20px;
    font-weight: 600;
    text-decoration: line-through;
    padding-right: 5px
}

.free-structure table tr td {
    font-size: 15px;
    padding: 8px 10px
}

.free-structure table tr:nth-child(even) {
    border-bottom: 1px solid #ccc
}

.free-structure .free {
    font-size: 18px;
    color: #e49c18;
    font-weight: 500
}
.home-banner-right .form-group {
    margin-bottom: 1rem
}

.home-banner-right .form-group label {
    font-size: 16px
}

.home-banner-right .form-group .form-control {
    font-size: 15px
}
.sample-detail-sec {
    box-shadow: 0 .25rem .75rem rgba(0,0,0,.2);
    padding: 15px;
    padding-bottom: 60px;
    position: relative
}
.h-520 {
    height: 520px
}

.search-container button {
    float: right;
    padding: 9px 10px;
    background: #ddd;
    font-size: 17px;
    border: 0;
    cursor: pointer;
    width: 10%
}

.search-container button:hover {
    background: #ccc
}

.search-container input[type=text] {
    width: 90%;
    height: 40px;
    background: #ddd;
    border: 0;
    padding: 0 10px
}

@media screen and (max-width: 600px) {
    .search-container {
        float:none
    }

    .search-container a,.search-container button,.search-container input[type=text] {
        float: none;
        display: block;
        text-align: left;
        width: 100%;
        margin: 0;
        padding: 14px
    }

    .search-container input[type=text] {
        border: 1px solid #ccc
    }
}

.table-contents .cat-list li {
    padding-top: 15px;
    padding-bottom: 8px;
    border-bottom: 2px dotted #eee;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.table-contents .cat-list {
    padding: 0 10px 20px
}

.table-contents .cat-list li p {
    margin-bottom: 0
}

.sample-details-btn {
    justify-content: space-between;
    position: absolute;
    bottom: 10px;
    width: 100%;
    right: 0;
    padding: 0 20px
}

.sample-details-btn a {
    text-decoration: underline;
    padding-bottom: 5px;
    font-size: 18px
}
.table-contents .cat-list li:hover,.table-contents .cat-list li:hover a p {
    border-color: #222;
    color: #222;
    font-weight: 600
}
.sh-side-demos-intro h5 {
    margin-bottom: 3px;
    margin-top: 15px
}

.sh-side-demos-intro a {
    font-size: 16px
}

#particle-slider {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-position: center top
}

.contact-social .icon-button {
    background-color: #fff;
    border-radius: 2.6rem;
    cursor: pointer;
    display: inline-block;
    font-size: 1.3rem;
    height: 2.6rem;
    line-height: 2.6rem;
    margin: 0 15px;
    position: relative;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 2.6rem
}

.contact-social .icon-button span {
    border-radius: 0;
    display: block;
    height: 0;
    left: 50%;
    margin: 0;
    position: absolute;
    top: 50%;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    width: 0
}

.contact-social .icon-button:hover span {
    width: 2.6rem;
    height: 2.6rem;
    border-radius: 2.6rem;
    margin: -1.3rem
}

.contact-social .icon-button i {
    background: 0;
    color: #fff;
    height: 2.6rem;
    left: 0;
    line-height: 2.6rem;
    position: absolute;
    top: 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    width: 2.6rem;
    z-index: 10;
    font-size: 28px
}

.contact-social .twitter span {
    background-color: #4099ff
}

.contact-social .facebook span {
    background-color: #3b5998
}

.contact-social .google-plus span {
    background-color: #db5a3c
}

.contact-social .youtube span {
    background-color: #b00
}

.contact-social .pinterest span {
    background-color: #cb2027
}

.contact-social .icon-button .icon-twitter {
    color: #4099ff
}

.contact-social .icon-button .icon-facebook {
    color: #3b5998
}

.contact-social .icon-button .fa-tumblr {
    color: #34526f
}

.contact-social .icon-button .icon-google-plus {
    color: #db5a3c
}

.contact-social .icon-button .fa-instagram {
    color: #517fa4
}

.contact-social .icon-button .fa-youtube {
    color: #b00
}

.contact-social .icon-button .fa-pinterest {
    color: #cb2027
}

.contact-social .icon-button:hover .fa-instagram,.contact-social .icon-button:hover .fa-pinterest,.contact-social .icon-button:hover .fa-tumblr,.contact-social .icon-button:hover .fa-youtube,.contact-social .icon-button:hover .icon-facebook,.contact-social .icon-button:hover .icon-google-plus,.contact-social .icon-button:hover .icon-twitter {
    color: #fff
}

.rating {
    display: flex;
    width: 100%;
    justify-content: center;
    overflow: hidden;
    flex-direction: row-reverse;
    height: 150px;
    position: relative
}

.rating-0 {
    filter: grayscale(100%)
}

.rating>input {
    display: none
}

.rating>label {
    cursor: pointer;
    width: 40px;
    height: 40px;
    margin-top: auto;
    background-image: url("https://www.assignmentachievers.com/assets/img/star.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 76%;
    transition: .3s
}

.rating>input:checked~label,.rating>input:checked~label~label {
    background-image: url("https://www.assignmentachievers.com/assets/img/star_filled.png")
}

.rating>input:not(:checked)~label:hover,.rating>input:not(:checked)~label:hover~label {
    background-image: url("https://www.assignmentachievers.com/assets/img/star_filled.png")
}

.emoji-wrapper {
    width: 100%;
    text-align: center;
    height: 100px;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0
}

.emoji-wrapper:after,.emoji-wrapper:before {
    content: "";
    height: 15px;
    width: 100%;
    position: absolute;
    left: 0;
    z-index: 1
}

.emoji-wrapper:before {
    top: 0;
    background: linear-gradient(to bottom,#fff 0,#fff 35%,rgba(255,255,255,0) 100%)
}

.emoji-wrapper:after {
    bottom: 0;
    background: linear-gradient(to top,#fff 0,#fff 35%,rgba(255,255,255,0) 100%)
}

.emoji {
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: .3s
}

.emoji>svg {
    margin: 15px 0;
    width: 70px;
    height: 70px;
    flex-shrink: 0
}

.feedback {
    max-width: 360px;
    background-color: #fff;
    width: 100%;
    padding: 0 30px;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center
}

.modal-body {
    padding: 20px 45px;
    text-align: center
}
.feedback-info-div h5 {
    font-family: SpaceGrotesk-Bold
}

.resouces-offers-sec .resources-div-col {
    border-bottom: 0!important
}

.servicesul li {
    display: flex;
    margin-bottom: 30px
}

.serviceicon {
    padding-right: 10px;
    padding-top: 10px
}

.fortext {
    font-style: italic;
    padding-left: 5px
}

.headh5 {
    text-transform: unset!important;
    padding: 0 15px
}

.service-menu h1,.service-menu h2,.service-menu h3,.service-menu h4,.service-menu h5,.service-menu h6 {
    font-family: SpaceGrotesk-Bold!important
}

.service-menu li:hover {
    background: #cccccc2b
}

.dg {
    display: none
}
.videoClass {
    object-fit: cover;
    width: 100%
}
.footer_reach_out i {
    padding-right: 5px
}

.footer-area .footer-bottom a {
    font-size: 13px
}

.single-footer-widget p {
    color: #ffffffa1
}

.single-footer-widget .footerbtn {
    position: relative;
    top: 20px;
    width: 100%;
    padding: 10px 15px;
    background-color: #f44a40;
    border: 2px solid transparent
}

.single-footer-widget .footerbtn:hover {
    border: 2px solid #f44a40;
    color: #f44a40!important
}

.single-footer-widget .footerbtn i {
    padding-right: 5px
}

.disclamair_text p {
    color: #465a71;
    padding: 15px 0
}

.logo_text p {
    padding-top: 15px;
    color: #fff
}

.logo_text {
    background: #040a25f2;
    padding: 30px 0
}

.logo_text ul li {
    display: inline-block;
    padding-top: 5px;
    margin: 0 15px;
    color: #fff
}

.copyright_text a {
    font-size: 16px!important
}

.copyright_text a:hover {
    text-decoration: underline;
    color: #f44a40
}
.intl-tel-input {
    width: 100%
}

.divider {
    display: none
}
.info-card-assg {
    color: #eb4700;
    font-family: 'Source Sans Pro',sans-serif;
    text-align: center;
    width: 210px;
    margin: 0 auto;
    position: relative;
    z-index: 1
}

.info-card-assg .info-card-assg-icon {
    color: #fff;
    background-color: #fff;
    font-size: 40px;
    line-height: 70px;
    height: 70px;
    width: 70px;
    box-shadow: 0 0 10px rgba(0,0,0,.5);
    border-radius: 50%;
    transform: translateY(-50%);
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 1
}

.info-card-assg-icon img {
    width: 38px
}

.info-card-assg .info-card-assg-content {
    background: radial-gradient(#e9e9e9,#fff,#e9e9e9,#fff);
    min-height: 140px;
    padding: 20px 10px 5px 80px;
    border-radius: 30px;
    -webkit-clip-path: polygon(50% 0,100% 0,100% 100%,50% 100%,0 50%);
    clip-path: polygon(50% 0,100% 0,100% 100%,50% 100%,0 50%)
}

.info-card-assg .info-card-assg-value {
    font-size: 40px;
    font-weight: 700;
    line-height: 50px;
    display: block;
    transition: all .3s
}

.info-card-assg:hover .info-card-assg-value {
    text-shadow: 0 0 5px #fff
}

.info-card-assg-name {
    color: #000;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0;
    transition: all .3s
}

@media screen and (max-width: 990px) {
    .info-card-assg {
        margin-bottom:40px
    }
}

.top_nav {
    padding: 9px 0;
    box-shadow: 0 0 6px 1px #fff;
    background: #fff
}

.top_nav ul li:first-child {
    margin-left: 0
}

.top_nav ul li {
    margin: 0 5px;
    display: flex;
    align-items: center
}

.top_nav ul li a {
    font-size: 15px;
    color: #7e41ae!important
}

.top_nav ul li a i {
    color: #7e41ae;
    font-size: 18px
}

.top_nav ul li a i.fa-whatsapp {
    color: #fff
}

.top_nav ul li .whatsapp_btn {
    background: green;
    padding: 5px 20px!important;
    border-radius: 17px;
    color: #fff!important
}

.top_nav ul li a.referearnbtn {
    background: #f44a40;
    padding: 5px 15px!important;
    border-radius: 17px;
    color: #fff!important
}

.top_nav .rating-stars .fa {
    color: #7e41ae
}

.home-banner-area .row.justify-content-center {
    height: 600px!important
}

.modal_label {
    color: #333;
    text-align: left!important;
    width: 100%;
    font-family: SpaceGrotesk
}

.new_icon {
    margin-top: -20px;
    margin-left: -8px
}

.sample-detail-sec>p>span {
    user-select: none;
}

.push_left {
    left: -46px;
}

#dropdownMenuCountrySelect::after {
    vertical-align: 1px;
}

.flag_img {
    width: 32px;
}

@media (min-width: 576px) {
    .callback-model-document {
        max-width:700px;
        margin: 1.75rem auto;
    }
}

.model-left-imf-main img {
    mix-blend-mode: multiply;
}

.model-left-logo img {
    max-width: 86%;
    margin-bottom: 10px;
    margin-top: 17px
}

.model-left-con {
    font-size: 16px
}

.model-left-con span {
    display: block
}

.model-left-section {
    background-color: #4f2f7f;
    color: #fff
}

.chatnow-model {
    padding: 10px 30px !important;
    font-size: 1.3em !important;
    margin-top: 16px;
    margin-bottom: 5px;
    color: #4f2f7f!important;
    background: #fff!important
}

.search-box-blog form {
    position: relative;
    width: 145px
}

.search-box-blog form input {
    position: absolute;
    top: -16px;
    left: 0;
    width: 100%;
    height: 34.5px;
    line-height: 30px;
    outline: 0;
    border: 0;
    display: block;
    font-size: 1em;
    border-radius: 20px;
    padding: 0 20px;
    box-shadow: inset 1px 1px 1px 1px #dedcdc;
}

.search-box-blog form button {
    border: none;
}

.search-box-blog form .fa {
    box-sizing: border-box;
    padding: 8px;
    width: 31.5px;
    height: 30.5px;
    position: absolute;
    top: -14px;
    right: 2px;
    border-radius: 50%;
    color: #07051a;
    text-align: center;
    font-size: 1.2em;
    transition: all 1s;
    background: #f44a40;
    color: #fff
}

.search-box-blog:hover {
    cursor: pointer
}
b, strong {
    font-weight: bold !important;
}

/* new_style.css  */
/* responsiveness.css  */
@media(max-width: 1023px) {
    .main-menu {
        height:70px;
        background: #000
    }

    .secondry-header .navbar-brand {
        align-self: unset;
        line-height: 70px
    }
    .secondry-header .container-menu {
        width: 100%
    }

    .home-banner-area>div>.row {
        height: 100%!important;
        margin-top: 60px;
        padding: 0px;
    }

    .secondry-header .navigation {
        float: left;
        display: block;
        width: 100%
    }
    .secondry-header .core-menu {
        float: right;
        width: 100%;
        background: #000;
        margin: auto;
        display: none;
        position: absolute;
        top: 70px;
        left: 0;
        height: 100vh;
        overflow-y: auto;
        z-index: 99
    }

    .secondry-header .core-menu li {
        width: 100%;
        display: block;
        text-align: left
    }

    .secondry-header .core-menu li a,.universal-search-form {
        display: block;
        margin: auto;
        padding: 1em!important;
        font-size: 20px
    }

    .universal-search-form button {
        float: left;
        padding: 6px 6px;
        background: #ddd;
        font-size: 17px;
        border: none;
        margin: 0;
    }

    .universal-search-form input {
        padding: 6px;
        border: none;
        width: 54%;
        float: left;
    }

    .secondry-header .hamburger-menu {
        display: block;
        width: 100%;
        position: relative;
        top: 10px;
        right: -15px;
        padding: 0
    }

    .secondry-header .burger-1,.secondry-header .burger-2,.secondry-header .burger-3 {
        display: block;
        position: absolute;
        width: 20px;
        height: 3px;
        border-radius: 30px;
        right: 0;
        margin-right: 25px;
        background: #fff;
        -webkit-transition: .2s ease;
        -ms-transition: .2s ease;
        -moz-transition: .2s ease;
        -o-transition: .2s ease;
        transition: .2s ease
    }

    .secondry-header .burger-1 {
        top: 15px
    }

    .secondry-header .burger-2 {
        top: 23px
    }

    .secondry-header .burger-3 {
        top: 31px
    }

    .secondry-header .burger-1.open,.secondry-header .burger-2.open,.secondry-header .burger-3.open {
        -webkit-transition: .2s ease;
        -ms-transition: .2s ease;
        -moz-transition: .2s ease;
        -o-transition: .2s ease;
        transition: .2s ease;
        transform-origin: 50% 50%
    }

    .secondry-header .burger-1.open {
        top: 25px;
        width: 23px;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg)
    }

    .secondry-header .burger-2.open {
        opacity: 0
    }

    .secondry-header .burger-3.open {
        top: 25px;
        width: 23px;
        transform: rotate(-45deg)
    }

    .home-banner-row {
        padding-top: 15%
    }

    .secondry-header .dropdown {
        width: 100%;
        background: #0e0e0e;
        text-align: center;
        position: relative
    }

    .secondry-header .dropdown2 {
        right: unset;
        left: 0;
        top: 0;
        width: 100%;
        position: relative;
        padding: 0 20px;
        background: #000;
        min-height: 100%;
        max-height: 100%;
        padding: 0
    }

    .home-banner-area .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: 0 auto
    }
    .fonth3 {
        font-size: 24px
    }

    .writingservice h3 {
        line-height: 1.5;
        padding-top: 0px;
    }
    .home-banner-area {
        background: #7c32ff;
        max-height: 100%;
        padding-top: 50px
    }
    .writingservice {
        min-height: unset;
        padding: 20px;
    }
    .hidden-sm {
        display: none!important
    }
    .resources-menu:before,.service-menu:before {
        content: unset
    }

    .secondry-header .dropdown li a {
        color: #fff
    }

    .secondry-header .dropdown .headh5,.secondry-header .dropdown h6 {
        color: #fff
    }

    .secondry-header .dropdown>li>.dropdown2>li>.dropdown2 {
        background: #000;
        width: 100%;
        padding: 0
    }

    .secondry-header .dropdown>li>.dropdown2>li>.dropdown2>li {
        width: 100%;
        padding: 0
    }
    .home-banner-area {
        padding-bottom: 60px
    }
    .h-520 {
        height: 100%
    }
    .sample-details-btn {
        right: unset
    }

    .search-container {
        margin-top: 30px
    }

    .search-container input[type=text] {
        width: 90%!important;
        border: 0
    }

    .search-container button {
        width: 10%!important;
        padding: 0 7px
    }

    .search-container form {
        display: flex
    }

    .contact-page-area .orderbtn {
        margin-top: 30px!important
    }

    .footer_btn_container {
        text-align: center
    }

    .single-footer-widget .footerbtn {
        width: auto
    }
    .bannerform {
        margin: 20px 0
    }


}

@media(min-width: 1024px) {
    .mobile-header {
        display:none!important
    }
}

@media(min-width: 768px) and (max-width:1024px) {
    .free-structure table tr {
        display:grid
    }
    .fonth3 {
        font-size: 34px
    }

    .search-container input[type=text] {
        width: 87.5%
    }
}
/* responsiveness.css  */
/* intlTellnput.css */
.intl-tel-input {
    position: relative;
    display: inline-block
}

.intl-tel-input * {
    box-sizing: border-box;
    -moz-box-sizing: border-box
}

.intl-tel-input .hide {
    display: none
}
.intl-tel-input input,.intl-tel-input input[type=text],.intl-tel-input input[type=tel] {
    position: relative;
    z-index: 0;
    margin-top: 0!important;
    margin-bottom: 0!important;
    padding-right: 36px;
    margin-right: 0
}

.intl-tel-input .flag-container {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    padding: 1px
}

.intl-tel-input .selected-flag {
    z-index: 1;
    position: relative;
    width: 36px;
    height: 100%;
    padding: 0 0 0 8px
}

.intl-tel-input .selected-flag .iti-flag {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto
}

.intl-tel-input .selected-flag .iti-arrow {
    position: absolute;
    top: 50%;
    margin-top: -2px;
    right: 6px;
    width: 0;
    height: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 4px solid #555
}

.intl-tel-input .selected-flag .iti-arrow.up {
    border-top: 0;
    border-bottom: 4px solid #555
}

.intl-tel-input .country-list {
    position: absolute;
    z-index: 2;
    list-style: none;
    text-align: left;
    padding: 0;
    margin: 0 0 0 -1px;
    box-shadow: 1px 1px 4px rgba(0,0,0,0.2);
    background-color: white;
    border: 1px solid #CCC;
    white-space: nowrap;
    max-height: 200px;
    overflow-y: scroll
}

.intl-tel-input .country-list.dropup {
    bottom: 100%;
    margin-bottom: -1px
}

.intl-tel-input .country-list .flag-box {
    display: inline-block;
    width: 20px
}

@media(max-width: 500px) {
    .intl-tel-input .country-list {
        white-space:normal
    }
    .table_of_content li p {
        font-size: 18px;
        display: block !important;
        text-align: center;
    }
    ul.cat-list.list-unstyled li a {
        font-size: 18px;
        text-align: center;
        display: block !important;
    }
}

.intl-tel-input .country-list .divider {
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #CCC
}

.intl-tel-input .country-list .country {
    padding: 5px 10px
}

.intl-tel-input .country-list .country .dial-code {
    color: #999
}

.intl-tel-input .country-list .country.highlight {
    background-color: rgba(0,0,0,0.05)
}

.intl-tel-input .country-list .flag-box,.intl-tel-input .country-list .country-name,.intl-tel-input .country-list .dial-code {
    vertical-align: middle
}

.intl-tel-input .country-list .flag-box,.intl-tel-input .country-list .country-name {
    margin-right: 6px
}

.intl-tel-input.allow-dropdown input,.intl-tel-input.allow-dropdown input[type=text],.intl-tel-input.allow-dropdown input[type=tel] {
    padding-right: 6px;
    padding-left: 52px;
    margin-left: 0
}

.intl-tel-input.allow-dropdown .flag-container {
    right: auto;
    left: 0
}

.intl-tel-input.allow-dropdown .selected-flag {
    width: 46px
}

.intl-tel-input.allow-dropdown .flag-container:hover {
    cursor: pointer
}

.intl-tel-input.allow-dropdown .flag-container:hover .selected-flag {
    background-color: rgba(0,0,0,0.05)
}

.iti-flag {
    width: 20px
}

.iti-flag.be {
    width: 18px
}

.iti-flag.ch {
    width: 15px
}

.iti-flag.mc {
    width: 19px
}

.iti-flag.ne {
    width: 18px
}

.iti-flag.np {
    width: 13px
}

.iti-flag.va {
    width: 15px
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),only screen and (min--moz-device-pixel-ratio:2),only screen and (-o-min-device-pixel-ratio:2 / 1),only screen and (min-device-pixel-ratio:2),only screen and (min-resolution:192dpi),only screen and (min-resolution:2dppx) {
    .iti-flag {
        background-size:5630px 15px
    }
}

.iti-flag.ad {
    height: 14px;
    background-position: -22px 0
}

.iti-flag.ae {
    height: 10px;
    background-position: -44px 0
}

.iti-flag.af {
    height: 14px;
    background-position: -66px 0
}

.iti-flag.ag {
    height: 14px;
    background-position: -88px 0
}

.iti-flag.ai {
    height: 10px;
    background-position: -110px 0
}

.iti-flag.al {
    height: 15px;
    background-position: -132px 0
}

.iti-flag.am {
    height: 10px;
    background-position: -154px 0
}

.iti-flag.ao {
    height: 14px;
    background-position: -176px 0
}

.iti-flag.ar {
    height: 13px;
    background-position: -220px 0
}

.iti-flag.as {
    height: 10px;
    background-position: -242px 0
}

.iti-flag.at {
    height: 14px;
    background-position: -264px 0
}

.iti-flag.au {
    height: 10px;
    background-position: -286px 0
}

.iti-flag.aw {
    height: 14px;
    background-position: -308px 0
}

.iti-flag.ax {
    height: 13px;
    background-position: -330px 0
}

.iti-flag.az {
    height: 10px;
    background-position: -352px 0
}

.iti-flag.ba {
    height: 10px;
    background-position: -374px 0
}

.iti-flag.bb {
    height: 14px;
    background-position: -396px 0
}

.iti-flag.bd {
    height: 12px;
    background-position: -418px 0
}

.iti-flag.be {
    height: 15px;
    background-position: -440px 0
}

.iti-flag.bf {
    height: 14px;
    background-position: -460px 0
}

.iti-flag.bg {
    height: 12px;
    background-position: -482px 0
}

.iti-flag.bh {
    height: 12px;
    background-position: -504px 0
}

.iti-flag.bi {
    height: 12px;
    background-position: -526px 0
}

.iti-flag.bj {
    height: 14px;
    background-position: -548px 0
}

.iti-flag.bl {
    height: 14px;
    background-position: -570px 0
}

.iti-flag.bm {
    height: 10px;
    background-position: -592px 0
}

.iti-flag.bn {
    height: 10px;
    background-position: -614px 0
}

.iti-flag.bo {
    height: 14px;
    background-position: -636px 0
}

.iti-flag.bq {
    height: 14px;
    background-position: -658px 0
}

.iti-flag.br {
    height: 14px;
    background-position: -680px 0
}

.iti-flag.bs {
    height: 10px;
    background-position: -702px 0
}

.iti-flag.bt {
    height: 14px;
    background-position: -724px 0
}

.iti-flag.bv {
    height: 15px;
    background-position: -746px 0
}

.iti-flag.bw {
    height: 14px;
    background-position: -768px 0
}

.iti-flag.by {
    height: 10px;
    background-position: -790px 0
}

.iti-flag.bz {
    height: 14px;
    background-position: -812px 0
}

.iti-flag.ca {
    height: 10px;
    background-position: -834px 0
}

.iti-flag.cc {
    height: 10px;
    background-position: -856px 0
}

.iti-flag.cd {
    height: 15px;
    background-position: -878px 0
}

.iti-flag.cf {
    height: 14px;
    background-position: -900px 0
}

.iti-flag.cg {
    height: 14px;
    background-position: -922px 0
}

.iti-flag.ch {
    height: 15px;
    background-position: -944px 0
}

.iti-flag.ci {
    height: 14px;
    background-position: -961px 0
}

.iti-flag.ck {
    height: 10px;
    background-position: -983px 0
}

.iti-flag.cl {
    height: 14px;
    background-position: -1005px 0
}

.iti-flag.cm {
    height: 14px;
    background-position: -1027px 0
}

.iti-flag.cn {
    height: 14px;
    background-position: -1049px 0
}

.iti-flag.co {
    height: 14px;
    background-position: -1071px 0
}

.iti-flag.cr {
    height: 12px;
    background-position: -1115px 0
}

.iti-flag.cu {
    height: 10px;
    background-position: -1137px 0
}

.iti-flag.cv {
    height: 12px;
    background-position: -1159px 0
}

.iti-flag.cw {
    height: 14px;
    background-position: -1181px 0
}

.iti-flag.cx {
    height: 10px;
    background-position: -1203px 0
}

.iti-flag.cy {
    height: 13px;
    background-position: -1225px 0
}

.iti-flag.cz {
    height: 14px;
    background-position: -1247px 0
}

.iti-flag.de {
    height: 12px;
    background-position: -1269px 0
}

.iti-flag.dj {
    height: 14px;
    background-position: -1313px 0
}

.iti-flag.dk {
    height: 15px;
    background-position: -1335px 0
}

.iti-flag.dm {
    height: 10px;
    background-position: -1357px 0
}

.iti-flag.do {
    height: 13px;
    background-position: -1379px 0
}

.iti-flag.dz {
    height: 14px;
    background-position: -1401px 0
}

.iti-flag.ec {
    height: 14px;
    background-position: -1445px 0
}

.iti-flag.ee {
    height: 13px;
    background-position: -1467px 0
}

.iti-flag.eg {
    height: 14px;
    background-position: -1489px 0
}

.iti-flag.eh {
    height: 10px;
    background-position: -1511px 0
}

.iti-flag.er {
    height: 10px;
    background-position: -1533px 0
}

.iti-flag.es {
    height: 14px;
    background-position: -1555px 0
}

.iti-flag.et {
    height: 10px;
    background-position: -1577px 0
}

.iti-flag.fi {
    height: 12px;
    background-position: -1621px 0
}

.iti-flag.fj {
    height: 10px;
    background-position: -1643px 0
}

.iti-flag.fk {
    height: 10px;
    background-position: -1665px 0
}

.iti-flag.fm {
    height: 11px;
    background-position: -1687px 0
}

.iti-flag.fo {
    height: 15px;
    background-position: -1709px 0
}

.iti-flag.fr {
    height: 14px;
    background-position: -1731px 0
}

.iti-flag.ga {
    height: 15px;
    background-position: -1753px 0
}

.iti-flag.gb {
    height: 10px;
    background-position: -1775px 0
}

.iti-flag.gd {
    height: 12px;
    background-position: -1797px 0
}

.iti-flag.ge {
    height: 14px;
    background-position: -1819px 0
}

.iti-flag.gf {
    height: 14px;
    background-position: -1841px 0
}

.iti-flag.gg {
    height: 14px;
    background-position: -1863px 0
}

.iti-flag.gh {
    height: 14px;
    background-position: -1885px 0
}

.iti-flag.gi {
    height: 10px;
    background-position: -1907px 0
}

.iti-flag.gl {
    height: 14px;
    background-position: -1929px 0
}

.iti-flag.gm {
    height: 14px;
    background-position: -1951px 0
}

.iti-flag.gn {
    height: 14px;
    background-position: -1973px 0
}

.iti-flag.gp {
    height: 14px;
    background-position: -1995px 0
}

.iti-flag.gq {
    height: 14px;
    background-position: -2017px 0
}

.iti-flag.gr {
    height: 14px;
    background-position: -2039px 0
}

.iti-flag.gs {
    height: 10px;
    background-position: -2061px 0
}

.iti-flag.gt {
    height: 13px;
    background-position: -2083px 0
}

.iti-flag.gu {
    height: 11px;
    background-position: -2105px 0
}

.iti-flag.gw {
    height: 10px;
    background-position: -2127px 0
}

.iti-flag.gy {
    height: 12px;
    background-position: -2149px 0
}

.iti-flag.hk {
    height: 14px;
    background-position: -2171px 0
}

.iti-flag.hm {
    height: 10px;
    background-position: -2193px 0
}

.iti-flag.hn {
    height: 10px;
    background-position: -2215px 0
}

.iti-flag.hr {
    height: 10px;
    background-position: -2237px 0
}

.iti-flag.ht {
    height: 12px;
    background-position: -2259px 0
}

.iti-flag.hu {
    height: 10px;
    background-position: -2281px 0
}

.iti-flag.ic {
    height: 14px;
    background-position: -2303px 0
}

.iti-flag.id {
    height: 14px;
    background-position: -2325px 0
}

.iti-flag.ie {
    height: 10px;
    background-position: -2347px 0
}

.iti-flag.il {
    height: 15px;
    background-position: -2369px 0
}

.iti-flag.im {
    height: 10px;
    background-position: -2391px 0
}

.iti-flag.in {
    height: 14px;
    background-position: -2413px 0
}

.iti-flag.io {
    height: 10px;
    background-position: -2435px 0
}

.iti-flag.iq {
    height: 14px;
    background-position: -2457px 0
}

.iti-flag.ir {
    height: 12px;
    background-position: -2479px 0
}

.iti-flag.is {
    height: 15px;
    background-position: -2501px 0
}

.iti-flag.it {
    height: 14px;
    background-position: -2523px 0
}

.iti-flag.je {
    height: 12px;
    background-position: -2545px 0
}

.iti-flag.jm {
    height: 10px;
    background-position: -2567px 0
}

.iti-flag.jo {
    height: 10px;
    background-position: -2589px 0
}

.iti-flag.jp {
    height: 14px;
    background-position: -2611px 0
}

.iti-flag.ke {
    height: 14px;
    background-position: -2633px 0
}

.iti-flag.kg {
    height: 12px;
    background-position: -2655px 0
}

.iti-flag.kh {
    height: 13px;
    background-position: -2677px 0
}

.iti-flag.ki {
    height: 10px;
    background-position: -2699px 0
}

.iti-flag.km {
    height: 12px;
    background-position: -2721px 0
}

.iti-flag.kn {
    height: 14px;
    background-position: -2743px 0
}

.iti-flag.kp {
    height: 10px;
    background-position: -2765px 0
}

.iti-flag.kr {
    height: 14px;
    background-position: -2787px 0
}

.iti-flag.kw {
    height: 10px;
    background-position: -2809px 0
}

.iti-flag.ky {
    height: 10px;
    background-position: -2831px 0
}

.iti-flag.kz {
    height: 10px;
    background-position: -2853px 0
}

.iti-flag.la {
    height: 14px;
    background-position: -2875px 0
}

.iti-flag.lb {
    height: 14px;
    background-position: -2897px 0
}

.iti-flag.lc {
    height: 10px;
    background-position: -2919px 0
}

.iti-flag.li {
    height: 12px;
    background-position: -2941px 0
}

.iti-flag.lk {
    height: 10px;
    background-position: -2963px 0
}

.iti-flag.lr {
    height: 11px;
    background-position: -2985px 0
}

.iti-flag.ls {
    height: 14px;
    background-position: -3007px 0
}

.iti-flag.lt {
    height: 12px;
    background-position: -3029px 0
}

.iti-flag.lu {
    height: 12px;
    background-position: -3051px 0
}

.iti-flag.lv {
    height: 10px;
    background-position: -3073px 0
}

.iti-flag.ly {
    height: 10px;
    background-position: -3095px 0
}

.iti-flag.ma {
    height: 14px;
    background-position: -3117px 0
}

.iti-flag.mc {
    height: 15px;
    background-position: -3139px 0
}

.iti-flag.md {
    height: 10px;
    background-position: -3160px 0
}

.iti-flag.me {
    height: 10px;
    background-position: -3182px 0
}

.iti-flag.mf {
    height: 14px;
    background-position: -3204px 0
}

.iti-flag.mg {
    height: 14px;
    background-position: -3226px 0
}

.iti-flag.mh {
    height: 11px;
    background-position: -3248px 0
}

.iti-flag.mk {
    height: 10px;
    background-position: -3270px 0
}

.iti-flag.ml {
    height: 14px;
    background-position: -3292px 0
}

.iti-flag.mm {
    height: 14px;
    background-position: -3314px 0
}

.iti-flag.mn {
    height: 10px;
    background-position: -3336px 0
}

.iti-flag.mo {
    height: 14px;
    background-position: -3358px 0
}

.iti-flag.mp {
    height: 10px;
    background-position: -3380px 0
}

.iti-flag.mq {
    height: 14px;
    background-position: -3402px 0
}

.iti-flag.mr {
    height: 14px;
    background-position: -3424px 0
}

.iti-flag.ms {
    height: 10px;
    background-position: -3446px 0
}

.iti-flag.mt {
    height: 14px;
    background-position: -3468px 0
}

.iti-flag.mu {
    height: 14px;
    background-position: -3490px 0
}

.iti-flag.mv {
    height: 14px;
    background-position: -3512px 0
}

.iti-flag.mw {
    height: 14px;
    background-position: -3534px 0
}

.iti-flag.mx {
    height: 12px;
    background-position: -3556px 0
}

.iti-flag.my {
    height: 10px;
    background-position: -3578px 0
}

.iti-flag.mz {
    height: 14px;
    background-position: -3600px 0
}

.iti-flag.na {
    height: 14px;
    background-position: -3622px 0
}

.iti-flag.nc {
    height: 10px;
    background-position: -3644px 0
}

.iti-flag.ne {
    height: 15px;
    background-position: -3666px 0
}

.iti-flag.nf {
    height: 10px;
    background-position: -3686px 0
}

.iti-flag.ng {
    height: 10px;
    background-position: -3708px 0
}

.iti-flag.ni {
    height: 12px;
    background-position: -3730px 0
}

.iti-flag.nl {
    height: 14px;
    background-position: -3752px 0
}

.iti-flag.no {
    height: 15px;
    background-position: -3774px 0
}

.iti-flag.np {
    height: 15px;
    background-position: -3796px 0
}

.iti-flag.nr {
    height: 10px;
    background-position: -3811px 0
}

.iti-flag.nu {
    height: 10px;
    background-position: -3833px 0
}

.iti-flag.nz {
    height: 10px;
    background-position: -3855px 0
}

.iti-flag.om {
    height: 10px;
    background-position: -3877px 0
}

.iti-flag.pa {
    height: 14px;
    background-position: -3899px 0
}

.iti-flag.pe {
    height: 14px;
    background-position: -3921px 0
}

.iti-flag.pf {
    height: 14px;
    background-position: -3943px 0
}

.iti-flag.pg {
    height: 15px;
    background-position: -3965px 0
}

.iti-flag.ph {
    height: 10px;
    background-position: -3987px 0
}

.iti-flag.pk {
    height: 14px;
    background-position: -4009px 0
}

.iti-flag.pl {
    height: 13px;
    background-position: -4031px 0
}

.iti-flag.pm {
    height: 14px;
    background-position: -4053px 0
}

.iti-flag.pn {
    height: 10px;
    background-position: -4075px 0
}

.iti-flag.pr {
    height: 14px;
    background-position: -4097px 0
}

.iti-flag.ps {
    height: 10px;
    background-position: -4119px 0
}

.iti-flag.pt {
    height: 14px;
    background-position: -4141px 0
}

.iti-flag.pw {
    height: 13px;
    background-position: -4163px 0
}

.iti-flag.py {
    height: 11px;
    background-position: -4185px 0
}

.iti-flag.qa {
    height: 8px;
    background-position: -4207px 0
}

.iti-flag.re {
    height: 14px;
    background-position: -4229px 0
}

.iti-flag.ro {
    height: 14px;
    background-position: -4251px 0
}

.iti-flag.rs {
    height: 14px;
    background-position: -4273px 0
}

.iti-flag.ru {
    height: 14px;
    background-position: -4295px 0
}

.iti-flag.rw {
    height: 14px;
    background-position: -4317px 0
}

.iti-flag.sa {
    height: 14px;
    background-position: -4339px 0
}

.iti-flag.sb {
    height: 10px;
    background-position: -4361px 0
}

.iti-flag.sc {
    height: 10px;
    background-position: -4383px 0
}

.iti-flag.sd {
    height: 10px;
    background-position: -4405px 0
}

.iti-flag.se {
    height: 13px;
    background-position: -4427px 0
}

.iti-flag.sg {
    height: 14px;
    background-position: -4449px 0
}

.iti-flag.sh {
    height: 10px;
    background-position: -4471px 0
}

.iti-flag.si {
    height: 10px;
    background-position: -4493px 0
}

.iti-flag.sj {
    height: 15px;
    background-position: -4515px 0
}

.iti-flag.sk {
    height: 14px;
    background-position: -4537px 0
}

.iti-flag.sl {
    height: 14px;
    background-position: -4559px 0
}

.iti-flag.sm {
    height: 15px;
    background-position: -4581px 0
}

.iti-flag.sn {
    height: 14px;
    background-position: -4603px 0
}

.iti-flag.so {
    height: 14px;
    background-position: -4625px 0
}

.iti-flag.sr {
    height: 14px;
    background-position: -4647px 0
}

.iti-flag.ss {
    height: 10px;
    background-position: -4669px 0
}

.iti-flag.st {
    height: 10px;
    background-position: -4691px 0
}

.iti-flag.sv {
    height: 12px;
    background-position: -4713px 0
}

.iti-flag.sx {
    height: 14px;
    background-position: -4735px 0
}

.iti-flag.sy {
    height: 14px;
    background-position: -4757px 0
}

.iti-flag.sz {
    height: 14px;
    background-position: -4779px 0
}

.iti-flag.ta {
    height: 10px;
    background-position: -4801px 0
}

.iti-flag.tc {
    height: 10px;
    background-position: -4823px 0
}

.iti-flag.td {
    height: 14px;
    background-position: -4845px 0
}

.iti-flag.tf {
    height: 14px;
    background-position: -4867px 0
}

.iti-flag.tg {
    height: 13px;
    background-position: -4889px 0
}

.iti-flag.th {
    height: 14px;
    background-position: -4911px 0
}

.iti-flag.tj {
    height: 10px;
    background-position: -4933px 0
}

.iti-flag.tk {
    height: 10px;
    background-position: -4955px 0
}

.iti-flag.tl {
    height: 10px;
    background-position: -4977px 0
}

.iti-flag.tm {
    height: 14px;
    background-position: -4999px 0
}

.iti-flag.tn {
    height: 14px;
    background-position: -5021px 0
}

.iti-flag.to {
    height: 10px;
    background-position: -5043px 0
}

.iti-flag.tr {
    height: 14px;
    background-position: -5065px 0
}

.iti-flag.tt {
    height: 12px;
    background-position: -5087px 0
}

.iti-flag.tv {
    height: 10px;
    background-position: -5109px 0
}

.iti-flag.tw {
    height: 14px;
    background-position: -5131px 0
}

.iti-flag.tz {
    height: 14px;
    background-position: -5153px 0
}

.iti-flag.ua {
    height: 14px;
    background-position: -5175px 0
}

.iti-flag.ug {
    height: 14px;
    background-position: -5197px 0
}

.iti-flag.um {
    height: 11px;
    background-position: -5219px 0
}

.iti-flag.us {
    height: 11px;
    background-position: -5241px 0
}

.iti-flag.uy {
    height: 14px;
    background-position: -5263px 0
}

.iti-flag.uz {
    height: 10px;
    background-position: -5285px 0
}

.iti-flag.va {
    height: 15px;
    background-position: -5307px 0
}

.iti-flag.vc {
    height: 14px;
    background-position: -5324px 0
}

.iti-flag.ve {
    height: 14px;
    background-position: -5346px 0
}

.iti-flag.vg {
    height: 10px;
    background-position: -5368px 0
}

.iti-flag.vi {
    height: 14px;
    background-position: -5390px 0
}

.iti-flag.vn {
    height: 14px;
    background-position: -5412px 0
}

.iti-flag.vu {
    height: 12px;
    background-position: -5434px 0
}

.iti-flag.wf {
    height: 14px;
    background-position: -5456px 0
}

.iti-flag.ws {
    height: 10px;
    background-position: -5478px 0
}

.iti-flag.xk {
    height: 15px;
    background-position: -5500px 0
}

.iti-flag.ye {
    height: 14px;
    background-position: -5522px 0
}

.iti-flag.yt {
    height: 14px;
    background-position: -5544px 0
}

.iti-flag.za {
    height: 14px;
    background-position: -5566px 0
}

.iti-flag.zm {
    height: 14px;
    background-position: -5588px 0
}

.iti-flag.zw {
    height: 10px;
    background-position: -5610px 0
}

.iti-flag {
    width: 20px;
    height: 15px;
    box-shadow: 0 0 1px 0 #888;
    background-image: url("../img/flags.png");
    background-repeat: no-repeat;
    background-color: #dbdbdb;
    background-position: 20px 0
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),only screen and (min--moz-device-pixel-ratio:2),only screen and (-o-min-device-pixel-ratio:2 / 1),only screen and (min-device-pixel-ratio:2),only screen and (min-resolution:192dpi),only screen and (min-resolution:2dppx) {
    .iti-flag {
        background-image:url("../img/flags@2x.png")
    }
}

.iti-flag.np {
    background-color: transparent
}
/* end intlTellnput.css */
/* font-awsome */
@font-face {
    font-family: 'FontAwesome';
    src: url('../fonts/fontawesome-webfont3e6e.eot?v=4.7.0');
    src: url('../fonts/fontawesome-webfontd41d.eot?#iefix&v=4.7.0') format('embedded-opentype'),url('../fonts/fontawesome-webfont3e6e.woff2?v=4.7.0') format('woff2'),url('../fonts/fontawesome-webfont3e6e.woff?v=4.7.0') format('woff'),url('../fonts/fontawesome-webfont3e6e.ttf?v=4.7.0') format('truetype'),url('../fonts/fontawesome-webfont3e6e.svg?v=4.7.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}
.pull-right {
    float: right
}
.fa-search:before {
    content: "\f002"
}

.fa-envelope-o:before {
    content: "\f003"
}
.fa-star:before {
    content: "\f005"
}

.fa-star-o:before {
    content: "\f006"
}

.fa-user:before {
    content: "\f007"
}

.fa-remove:before,.fa-close:before,.fa-times:before {
    content: "\f00d"
}

.fa-gear:before,.fa-cog:before {
    content: "\f013"
}
.fa-clock-o:before {
    content: "\f017"
}
.fa-map-marker:before {
    content: "\f041"
}
.fa-edit:before,.fa-pencil-square-o:before {
    content: "\f044"
}
.fa-chevron-left:before {
    content: "\f053"
}

.fa-chevron-right:before {
    content: "\f054"
}
.fa-question-circle:before {
    content: "\f059"
}

.fa-info-circle:before {
    content: "\f05a"
}
.fa-calendar:before {
    content: "\f073"
}
.fa-comment:before {
    content: "\f075"
}

.fa-magnet:before {
    content: "\f076"
}

.fa-chevron-up:before {
    content: "\f077"
}

.fa-chevron-down:before {
    content: "\f078"
}

.fa-shopping-cart:before {
    content: "\f07a"
}
.fa-sign-in:before {
    content: "\f090"
}
.fa-phone:before {
    content: "\f095"
}
.fa-twitter:before {
    content: "\f099"
}

.fa-facebook-f:before,.fa-facebook:before {
    content: "\f09a"
}
.fa-feed:before,.fa-rss:before {
    content: "\f09e"
}
.fa-pinterest:before {
    content: "\f0d2"
}
.fa-envelope:before {
    content: "\f0e0"
}
.fa-dollar:before,.fa-usd:before {
    content: "\f155"
}
.fa-youtube:before {
    content: "\f167"
}
.fa-instagram:before {
    content: "\f16d"
}
.fa-skype:before {
    content: "\f17e"
}
.fa-send:before,.fa-paper-plane:before {
    content: "\f1d8"
}
.fa-trash:before {
    content: "\f1f8"
}
.fa-whatsapp:before {
    content: "\f232"
}
/* end font-awsome */
.callback_submit_btn {
    padding: 7px 26px;
    margin: 11px 0px;
}.callback_submit_btn:hover {
    color: rgb(56, 164, 255) !important;
}
.profileimg {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    box-shadow: 0 0 6px 3px #fff;
}
@media (min-width: 306px) {
    .col-sm_6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-sm_12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .single-footer-widget.footer-bottom, .single-footer-widget.footer-bottom .footer-social{
        text-align: center;
    }
    .footer-area .single-footer-widget ul li{
        list-style: none;
    }
}
@media (min-width: 768px) {
    .col-md_12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .single-footer-widget.footer-bottom, .single-footer-widget.footer-bottom .footer-social{
        text-align: left;
    }
    .footer-area .single-footer-widget ul li{
        list-style: unset;
    }
}