@import "https://fonts.googleapis.com/css?family=Rubik:400,500,700";
body {
    font-family: rubik, sans-serif;
    color: #9a9a9a;
    font-size: 14px;
    font-weight: 400;
    background: #fff;
    overflow-x: hidden
}

html {
    overflow-x: hidden
}

p {
    font-size: 14px;
    color: #9a9a9a;
    line-height: 26px;
    font-family: rubik, sans-serif;
    margin-bottom: 0
}

a:hover,
a:focus {
    color: #26ae61
}

a {
    color: #26ae61;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

h1,
h2,
h3,
h4,
h5 {
    font-family: rubik, sans-serif;
    font-size: 40px;
    font-weight: 700;
    color: #191c1e
}

ul {
    margin: 0;
    padding: 0
}

ul li {
    list-style: none
}

a:hover,
a:focus {
    text-decoration: none;
    outline: none
}

a:not([href]):not([tabindex]) {
    color: #fff
}

a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
    color: #fff
}

.bg-gray {
    background: #f9fcff
}

.bg-cyan {
    background: #f2f7fb
}

.section {
    padding: 30px 0
}

.section-header {
    color: #fff;
    margin-bottom: 40px;
    text-align: center;
    position: relative
}

.section-header .section-title {
    font-size: 30px;
    margin-bottom: 10px;
    font-family: rubik, sans-serif;
    font-weight: 500;
    color: #103687;
    position: relative
}

.btn {
    font-size: 16px;
    padding: 10px 30px;
    border-radius: 30px;
    letter-spacing: 1px;
    font-weight: 400;
    color: #fff;
    border: none;
    text-transform: uppercase;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    display: inline-block
}

.btn:focus,
.btn:active {
    box-shadow: none;
    outline: none
}

.btn-common {
    background:#ff8a00;
    position: relative;
    z-index: 1
}

.btn-common:hover {
    color: #fff;
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .15), 0 4px 15px 0 rgba(0, 0, 0, .15)
}

.btn-common::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    border-radius: 30px;
    opacity: 0;
    transform: scale(0, 0);
    z-index: -1;
    -webkit-transition: all .5s ease-out 0s;
    -moz-transition: all .5s ease-out 0s;
    -ms-transition: all .5s ease-out 0s;
    -o-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s
}

.btn-common:hover::before {
    background-color: rgba(255, 255, 255, .2);
    opacity: 1;
    transform: scale(1, 1)
}

.btn-border {
    border-style: solid;
    border-width: 2px;
    cursor: pointer;
    background-color: transparent;
    position: relative;
    border-color: #26ae61;
    color: #26ae61
}

.btn-border:hover {
    box-shadow: 0 7px 9px rgba(96, 94, 94, .17)
}

.btn-border::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    border-radius: 30px;
    -webkit-transition: all .5s ease-out 0s;
    -moz-transition: all .5s ease-out 0s;
    -ms-transition: all .5s ease-out 0s;
    -o-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s
}

.btn-border:hover::before {
    background-color: rgba(255, 255, 255, .2);
    transform: scale(.5, .5)
}

.btn-border-filled {
    cursor: pointer;
    background-color: #fff;
    border: 2px solid #fff;
    color: #26ae61
}

.btn-border-filled:hover {
    color: #fff;
    background-color: transparent;
    box-shadow: 0 8px 9px 0 rgba(96, 94, 94, .17)
}

.btn-lg {
    padding: 14px 33px;
    text-transform: uppercase;
    font-size: 16px
}

.btn-rm {
    color: #fff;
    padding: 10px 20px;
    text-transform: capitalize;
    font-size: 14px
}

.btn-rm i {
    vertical-align: middle
}

button:focus {
    outline: none !important
}

.btn-border-fill {
    background: #fff;
    border-color: #fff;
    color: #26ae61
}

.btn-subtitle {
    color: #191c1e;
    background: #dbecff;
    text-align: center;
    border-radius: 30px;
    padding: 6px 30px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 20px;
    font-size: 14px
}

.clear {
    clear: both
}

.mt {
    margin-top: 80px
}

.mt-30 {
    margin-top: 30px
}

.mb-30 {
    margin-bottom: 30px
}

.mb-50 {
    margin-bottom: 50px
}

.padding-0 {
    padding: 0
}

.pb-45 {
    padding-bottom: 45px
}


#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 9999999
}

.loader {
    top: 50%;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    position: relative;
    margin: 0 auto
}

#loader-1:before,
#loader-1:after {
    content: "";
    position: absolute;
    top: -10px;
    left: -10px;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    border: 7px solid transparent;
    border-top-color: #26ae61
}

#loader-1:before {
    z-index: 100;
    animation: spin 2s infinite
}

#loader-1:after {
    border: 7px solid #fafafa
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.back-to-top {
    display: none;
    position: fixed;
    bottom: 12px;
    right: 15px;
    width: 40px;
    height: 40px;
    line-height: 45px;
    cursor: pointer;
    text-align: center;
    border-radius: 30px;
    background: #ff8a00;
    /* border: 1px solid #fff; */
    z-index: 99
}

.back-to-top i {
    color: #fff;
    font-size: 16px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.navbar-brand {
    position: relative;
    padding: 7px 0
}

.top-nav-collapse {
    background: #fff;
    z-index: 999999;
    top: 0 !important;
    /* min-height: 58px; */
    box-shadow: 0 1px 7px rgba(0, 0, 0, .06);
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    background: #fff !important
}

.top-nav-collapse .navbar-brand {
    top: 0
}

.top-nav-collapse .navbar-nav .nav-link {
    color: #333 !important
}

.top-nav-collapse .navbar-nav .nav-link:hover {
    color: #26ae61 !important
}

.top-nav-collapse .navbar-nav li.active a.nav-link {
    color: #26ae61 !important
}

.theme-header {
    width: 100%
}

.theme-header .navbar-header {
    float: left;
    width: 100%;
}

.navbar-expand-lg .navbar-nav .nav-link {
    font-size: 14px;
    color: #9a9a9a;
    padding: 0 17px;
    letter-spacing: .5px;
    border-radius: 4px;
    line-height: 37px;
    margin-top: 10px;
    margin-bottom: 10px;
    background: 0 0;
    font-weight: 400;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.navbar-expand-lg .navbar-nav li a:hover,
.navbar-expand-lg .navbar-nav li .active>a,
.navbar-expand-lg .navbar-nav li a:focus {
    color: #26ae61;
    outline: none
}

.navbar {
    padding: 0
}

.navbar li.active a.nav-link {
    color: #26ae61
}

.dropdown-toggle::after {
    display: none
}

.dropdown-menu {
    margin: 0;
    padding: 10px;
    display: none;
    position: absolute;
    z-index: 99;
    min-width: 190px;
    border: none;
    background-color: #fff;
    white-space: nowrap;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, .08);
    -moz-box-shadow: 0 0 25px 0 rgba(0, 0, 0, .08);
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, .08);
    animation: fadeIn .4s;
    -webkit-animation: fadeIn .4s;
    -moz-animation: fadeIn .4s;
    -o-animation: fadeIn .4s;
    -ms-animation: fadeIn .4s
}

.dropdown-menu:before {
    position: absolute;
    top: -8px;
    left: 22px;
    display: block;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 9px 8px;
    border-color: transparent transparent #fff;
    box-sizing: border-box
}

.dropdown:hover .dropdown-menu {
    display: block;
    position: absolute;
    text-align: left;
    top: 100%;
    animation: fadeIn .4s;
    -webkit-animation: fadeIn .4s;
    -moz-animation: fadeIn .4s;
    -o-animation: fadeIn .4s;
    -ms-animation: fadeIn .4s;
    background: #fff
}

.dropdown .dropdown-menu .dropdown-item {
    width: 100%;
    padding: 6px 12px;
    margin-bottom: 2px;
    border-radius: 4px;
    font-size: 14px;
    color: #9a9a9a;
    text-decoration: none;
    display: inline-block;
    float: left;
    letter-spacing: .5px;
    clear: both;
    position: relative;
    outline: 0;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out
}

.dropdown .dropdown-item:focus,
.dropdown .dropdown-item:hover,
.dropdown .dropdown-item.active {
    background: #26ae61;
    color: #fff !important
}

.dropdown-item.active,
.dropdown-item:active {
    background: 0 0
}

.button-group .button {
    font-size: 14px;
    line-height: 14px;
    display: inline-block;
    position: relative;
    outline: none !important;
    background: #ff8a00;
    color: #fff;
    border: none;
    text-align: center;
    overflow: hidden;
    padding: 9px 21px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    border-radius: 30px;
    z-index: 1;
    margin-top: 12px;
    float: right;
}

.button-group .button:hover {
    color: #fff !important;
    box-shadow: 0 7px 9px rgba(96, 94, 94, .17)
}

.fadeInUpMenu {
    -webkit-animation-name: fadeInUpMenu;
    animation-name: fadeInUpMenu
}

@media(min-width:768px) and (max-width:1024px) {
    
    .widget a {
        padding: 5px !important;
        font-size: 12px !important;
    }
}

@media(min-width:768px) and (max-width:991px) {
    #nav-main li a.nav-link {
        padding-top: 18px
    }
    
}

.navbar-toggler {
    display: none
}

.slicknav_menu {
    display: none;
    background: #fff;
    padding: 0 20px;
    text-align: left
}

.slicknav_brand {
    float: left;
    line-height: inherit;
    padding: 7px 0;
    height: auto
}

.slicknav_btn {
    margin: 14px 0;
    background-color: #5e78af;
    padding: 8px 9px 7px
}

.slicknav_nav {
    background-color: #0e0202;
    overflow: auto;
    max-height: 350px;
    padding: 20px 10px
}

.slicknav_menu .slicknav_icon-bar {
    background: #fff
}

.slicknav_nav ul {
    margin: 0
}

.slicknav_nav a,
.slicknav_nav .slicknav_row,
.slicknav_nav a {
    padding: 10px 0;
    font-size: 14px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.slicknav_parent ul {
    padding-left: 15px
}

.slicknav_parent ul a {
    font-size: 14px;
    text-transform: capitalize;
    border-bottom: 0;
    font-weight: 400
}

.slicknav_nav a:hover a,
.slicknav_nav a:hover,
.slicknav_nav .slicknav_row:hover,
.slicknav_nav .slicknav_item a:hover,
.slicknav_nav .slicknav_parent-link a:hover {
    background-color: transparent;
    color: #26ae61
}

.slicknav_nav .slicknav_arrow {
    float: right
}

.slicknav_nav a h3 {
    font-size: 14px;
    display: inline;
    text-transform: capitalize;
    font-weight: 500
}

.slicknav_menu li p {
    display: none
}

.sticky-menu {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: auto;
    z-index: 99;
    background-color: #fff;
    -webkit-animation: slideInDown;
    animation: slideInDown;
    -webkit-animation-duration: .6s;
    animation-duration: .6s;
    -webkit-box-shadow: 0 0 20px -7px rgba(0, 0, 0, .4);
    box-shadow: 0 0 20px -7px rgba(0, 0, 0, .4)
}

@media(max-width:991px) {

    .container {
        padding-right: 15px !important;
        padding-left: 15px !important;
    }


    .slicknav_menu {
        display: block;
        width: 100%
    }
    .theme-header {
        /* display: none */
    }
    .mobile-menu {
        width: 100%
    }
    .dropdown-menu {
        position: relative;
        background: 0 0
    }
    .dropdown:hover .dropdown-menu {
        position: relative;
        background: 0 0
    }
    .dropdown .dropdown-menu .dropdown-item {
        border-radius: 0
    }
    .dropdown-menu:before {
        display: none
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding: 0;
        line-height: 22px
    }
    .top-nav-collapse .navbar-nav .nav-link {
        color: #9a9a9a !important
    }
}

@media(max-width:767px) {
    .sticky-menu {
        margin: 0
    }
}

.hero-area {
    background: #fff;
    color: #fff;
    overflow: hidden;
    position: relative;
    padding: 23px 0px;
}

.hero-area .contents {
    padding: 110px 0 80px
}

.hero-area .contents h2 {
    color: #103687;
    font-size: 42px;
    font-weight: 700;
    line-height: 60px;
    margin-bottom: 25px
}

.hero-area .contents p {
    color: #9a9a9a;
    font-size: 14px;
    line-height: 26px
}

.hero-area .contents .btn {
    /* margin-top: 40px; */
    margin-right: 20px;
    text-transform: uppercase
}

.hero-area .contents .btn-border {
    border: 2px solid #fff;
    color: #fff
}

.hero-area .intro-img {
    padding: 120px 0 0
}

.hero-area .intro-img img {
    display: block;
    height: auto;
    max-width: 100%
}

.job-search-form {
    margin-top: 35px
}

.job-search-form .form-group {
    margin-bottom: 0
}

.job-search-form .form-group .form-control {
    height: 46px
}

.job-search-form .form-group i {
    position: absolute;
    top: 16px;
    color: #9a9a9a;
    right: 6px;
    font-size: 21px
}

.job-search-form .search-category-container .styled-select>select {
    background: 0 0;
    font-size: 17px;
    line-height: 25px;
    border: 0;
    border-radius: 30px;
    height: 46px;
    border: 1px solid #ececec;
    color: #495057;
    padding: 10px 7px;
    z-index: 1;
    width: 100%;
    position: relative;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none
}

.job-search-form .button {
    font-size: 22px;
    line-height: 14px;
    display: inline-block;
    position: relative;
    outline: none !important;
    background: #ff8a00;
    color: #fff;
    cursor: pointer;
    border: none;
    text-align: center;
    overflow: hidden;
    padding: 11px 12px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    border-radius: 4px;
    z-index: 1
}

.job-search-form .button:hover {
    box-shadow: 0 7px 9px rgba(96, 94, 94, .17)
}

.job-search-form .button::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    border-radius: 4px;
    opacity: 0;
    transform: scale(0, 0);
    z-index: -1;
    -webkit-transition: all .5s ease-out 0s;
    -moz-transition: all .5s ease-out 0s;
    -ms-transition: all .5s ease-out 0s;
    -o-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s
}

.job-search-form .button:hover::before {
    background-color: rgba(255, 255, 255, .2);
    opacity: 1;
    transform: scale(1, 1)
}

.job-featured-search {
    padding: 15px 0;
    border-radius: 6px
}

.about-content h3 {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 20px
}

.about-content .desc {
    font-weight: 500;
    line-height: 26px;
    margin-top: 20px
}

.about-content p {
    margin-bottom: 20px
}

.work-process {
    padding: 0 30px;
    text-align: center
}

.work-process .process-icon {
    font-size: 48px;
    color: #ff8a00;
    display: inline-block;
    margin-bottom: 10px
}

.work-process h4 {
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 10px
}



.block-title {
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 20px;
    position: relative
}

footer .footer-Content {
    /* background-color: #fff; */
    padding: 60px 0;
    color: #8a99b3
}

footer .footer-Content p {
    color: #8a99b3
}

.footer-logo {
    margin-bottom: 0
}

.textwidget {
    font-size: 14px;
    font-weight: 400;
    line-height: 27px
}

.textwidget p {
    color: #8a99b3;
    font-size: 14px
}

footer .menu {
    padding-left: 0;
    float: left;
    width: 50%
}

footer .menu li {
    list-style: none;
    padding-bottom: 15px
}

footer .menu li a {
    color: #8a99b3;
    font-size: 14px
}

footer .menu li a:hover {
    color: #26ae61
}

footer .menu li .small-title {
    color: #fff;
    font-weight: 500
}

.contact-footer {
    margin: 0;
    padding: 0;
    display: inline-block
}

.contact-footer li {
    padding-bottom: 20px
}

.contact-footer li strong {
    float: left
}

.contact-footer li strong i {
    font-size: 15px
}

.contact-footer li span {
    margin-left: 40px;
    display: block
}

.contact-footer li span a {
    color: #bfbfbf
}

.contact-footer li span a:hover {
    color: #26ae61
}

.contact-list li {
    padding: 5px 0;
    margin-bottom: 12px;
    color: #8a99b3
}

.contact-list li i {
    width: 34px;
    height: 34px;
    line-height: 30px;
    float: left;
    color: #fff;
    text-align: center;
    font-size: 22px;
    top: 4px;
    margin-right: 10px
}

#subscribe-form {
    margin-top: 15px
}

#subscribe-form .form-group {
    position: relative
}

#subscribe-form .form-group .form-control {
    border-radius: 30px;
    background: 0 0;
    color: #fff;
    border: 1px solid #536688;
    padding: 15px;
    height: 40px;
    line-height: 40px
}

#subscribe-form .form-group .form-control:focus {
    border-color: #26ae61
}

#subscribe-form .form-group .btn-common {
    position: absolute;
    top: 0;
    right: 0;
    padding: 7px 15px;
    height: 40px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    background: 0 0;
    background: #26ae61
}

#subscribe-form .form-group .btn-common:before {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px
}

.footer-social {
    margin-top: 20px
}

.footer-social li {
    display: inline-block;
    margin-right: 12px
}

.footer-social li a {
    background-color: #26ae61;
    border-radius: 30px;
    color: #fff;
    height: 32px;
    line-height: 35px;
    text-align: center;
    width: 32px;
    display: inline-block;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.footer-social li .facebook {
    background-color: #3b5998
}

.footer-social li .twitter {
    background-color: #55acee
}

.footer-social li .linkedin {
    background-color: #007bb5
}

.footer-social li .google-plus {
    background-color: #dd4b39
}

#copyright {
    background-color: #edf6ff;
    padding: 20px 0 10px;
    color: #1b2772;
}

#copyright p {
    line-height: 34px;
    color: #1b2772;
}
.copyright_icon {
    width: 13px;
}

#copyright p a {
    color: #ff8a00;
}

#copyright p a:hover {
    text-decoration: underline
}

.social-icon .facebook:hover {
    background-color: #3b5998
}

.social-icon .twitter:hover {
    background-color: #55acee
}

.social-icon .dribble:hover {
    background-color: #d34836
}

.social-icon .flickr:hover {
    background-color: #ff0084
}

.social-icon .youtube:hover {
    background-color: #cc181e
}

.social-icon .google-plus:hover {
    background-color: #dd4b39
}

.social-icon .linkedin:hover {
    background-color: #007bb5
}

#counter .counter-box {
    padding: 30px 0
}

#counter .counter-box .icon {
    margin-bottom: 30px;
    margin-right: 30px;
    float: left
}



#counter .counter-box h3 {
    color: #333;
    font-size: 26px;
    font-weight: 500;
    margin-bottom: 0
}

#counter .counter-box p {
    font-size: 14px;
    color: #333;
    font-weight: 400
}


.fixed-top {
    border-bottom: 1px solid #eef3ff;
    background: #fff;
}

.paragraph {
    padding: 0 120px;
    margin-top: 20px !important;
}

.widget {
    text-align: center;
    font-size: 16px;
}

.widget a {
    padding: 20px;
    color: #1b273c;
}
.widget a:hover {
    padding: 20px;
    color: #ff8a00;
}

.navbar-brand.logo img {
    width: 33%;
}
.Get_btn {
    width: 100%;
    float: right;
}

.section-title::before {
    background: #ff8a00;
    border: 0 none;
    content: "";
    height: 3px;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
    border-radius: 30px;
    position: absolute;
    bottom: -12px;
    width: 80px;
}
.f-category:hover {
    transform: scale(1.05);
    z-index: 9;
}
.work_box {
    box-shadow: 0 2px 20px rgba(0,0,0,0.05);
}

.work_box {
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
    padding-bottom: 21px;
    background: #fff;
    padding-top: 10px;
    margin: 0px 10px;
    max-width: 23.2%;
}

.work_box:hover {
    transition: 0.4s;
    transform: scale(1.05);
    z-index: 9;
    cursor: pointer;
    background: #ff8a00;
}



.padding_rem {
    padding-left: 0;
    padding-right: 0;
}
.form01 {
    border: 2px solid #e8e8e8;
    border-radius: 50px;
    height: 57px;
}
.job-search-form .form-group .form-control {
    height: 54px !important;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.job-search-form .search-category-container .styled-select > select {
    height: 54px !important;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.form_btn {
    margin-right: 0px !important;
    height: 54px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    width: 100%;
    font-size: 20px;
    padding: 0;
}

.form_btn:hover {
    color: #fff;
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .15), 0 4px 15px 0 rgba(0, 0, 0, .15);
     border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}
.form_btn::before {
    border-radius: 0px !important;
    }

.img-thumb img {
    background: #ffffff;
    margin: 10px;
    border-radius: 4px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    width: 100%;
}
.img-thumb img:hover {
    border-left: 2px solid #ff8a00;
}

.styled-select p {
    top: 15px;
    position: relative;
    right: -11px;
    color: #757d85 !important;
}

/* ::placeholder {
  font-size:10px;
}

:-ms-input-placeholder { 
 font-size:10px;
}

::-ms-input-placeholder {
 font-size:10px;
} */


.icon-box {
    background: #ffffff;
    border-radius: 6px;
    padding: 30px 20px;
    text-align: center;
    margin-bottom: 30px;
    position: relative;
    transition: 0.4s;
    box-shadow: 0 2px 20px rgba(0,0,0,0.05);
    z-index: 1;
    cursor: pointer;
}

.utf-icon-box-circle {
    background-color: #ffa233;
    width: 80px;
    height: 80px;
    line-height: 80px;
    border-radius: 50px;
    z-index: 100;
    margin: 0 auto;
        margin-bottom: 0px;
    display: inline-block;
    position: relative;
    margin-bottom: 20px;
}

.icon-box h3 {
    margin: 4px 0;
    line-height: 26px;
    font-size: 18px;
    font-weight: 600;
}

.icon-box p {
    margin: 0;
        margin-top: 0px;
    margin-top: 15px;
    font-style: 16px;
    padding: 0;
    color: #808080;
}

.icon-box:hover {
    background: #ffa233;
    transition: 0.4s;
    transform: scale(1.05);
    z-index: 9;
}
.icon-box:hover h3, .icon-box:hover p {
    color: #ffffff;
}
.icon-box:hover .utf-icon-box-circle {
    background-color: #ffffff;
    color: #ff8a00;
}
.icon-box:hover .utf-icon-box-circle .utf-icon-box-circle-inner: hover {
    color: #ff8a00;
    background-color: #ffffff;
    color: #ff8a00 !important;
}
.icon-box:hover .utf-icon-box-circle .utf-icon-box-circle-inner i {
    color: #ff8a00;
}
.how-it-works i {
    font-size: 35px;
    color: #fff;
    text-align: center;
    top: 10px;
    position: relative;
}
.location {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}
.mobile {
    display: none;
}
.icon001 {
    font-size: 14px !important;
    top: 20px !important;
}

.widget a:focus {
    color: #ff8a00;
}






@media(max-width:567px) {

    .for_mobile { width: 50%;}
    .navbar-brand.logo img { width: 95%; margin: 0 auto;display: block;}
    .button-group .button {margin-top: 7px; font-size: 10px;}
    .widget a { display: block; padding: 10px;}
    .line001 { display: none;}
    .for_mobile_center { margin: 0 auto;}
} 

@media (min-width:768px) and (max-width:1024px) {

    .navbar-brand.logo img {width: 50%;}
    .contact-form-area { padding: 30px 30px;}
    /* .label01 { font-size: 9px;} */

}   


@media (min-width:568px) and (max-width:767px) and (orientation:landscape) {
    .for_mobile { width: 50%;}
    .navbar-brand.logo img {width: 70%;margin: 0 auto;display: block;}
    .button-group .button {margin-top: 11px; font-size: 13px;}
    .widget a { display: block; padding: 10px;}
    .line001 { display: none;}
    .for_mobile_center {margin: 0 auto;}

}    