html,
body {
    padding: 0;
    margin: 0;
    background: #fff;
    letter-spacing: 1px;
    font-family: Montserrat, sans-serif !important;
    letter-spacing: 2px;
    font-size: 14px;
}

.container {
    padding: 0px;
}

button {
    letter-spacing: 2px;
}

body a {
    outline: none;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    text-decoration: none;
}

.form-control {
    padding: .3rem .5rem;
    font-size: 0.9rem;
}

textarea.form-control {
    height: 100px;
    min-height: 100px;
    max-height: 100px;
}

body a:hover {
    text-decoration: none;
}

body a:focus,
a:hover {
    text-decoration: none;
}

.tab-content {
    height: 600px;
    overflow: hidden;
    overflow-y: auto;
}

input[type="button"],
input[type="submit"] {
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    letter-spacing: 1px;
}

select,
input[type="email"],
input[type="text"],
input[type=password],
input[type="button"],
input[type="submit"],
textarea {
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    letter-spacing: 1px;
}

span.heading-titl {
    width: 100%;
    font-size: 13px;
    line-height: 3;
    display: block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    letter-spacing: 1px;
}

p {
    margin: 0;
    padding: 0;
    letter-spacing: 1px;
}

ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.row {
    margin: 0px;
}


/*-- //Reset-Code --*/

.clr {
    color: #fff;
}

.logo {
    max-width: 100%;
    height: 75px;
}

.nav-tabs .nav-link {
    border: 4px solid transparent;
    color: black;
    font-size: 13px
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #3075e8;
    font-size: 13px;
    font-weight: 600;
    border-color: #3075e8;
    border-bottom-color: #fff;
}


/* .show>.dropdown-menu {
    display: block;
    left: 10px;
} */

.c-icon img {
    height: 60px;
    width: auto;
    margin-bottom: 15px;
}

#sidebar {
    z-index: 99;
}

.ab_info P {
    text-align: justify;
}

.reg-area {
    margin-bottom: 30px;
}

@media all and (max-width: 699px) and (min-width: 300px) {
    .banner3 {
        padding: 30px 10px;
    }
    .banner3 h1 {
        font-size: 24px;
    }
    #adv-search {
        position: relative;
        margin-top: 15px;
    }
    #adv-search .dropdown-menu {
        width: 245px;
    }
    #adv-search .dropdown-menu .form-horizontal {
        padding: 0px;
    }
    .nav-tabs {
        display: block;
    }
    .nav-tabs .nav-item {
        display: block;
    }
    .nav-tabs .nav-link {
        border: 2px solid transparent;
        font-size: 12px
    }
    .nav-tabs .nav-item.show .nav-link,
    .nav-tabs .nav-link.active {
        border-bottom-color: #3075e8;
    }
}

.contact_grid {
    padding: 10px 0 10px;
    text-align: center;
    background: #004da3;
}

.contact_grid_right h4 {
    font-size: 1.2em;
    color: #ffffff;
    font-weight: 600;
    margin-bottom: .5em;
}

.contact_grid p {
    line-height: 1.8em;
    font-size: 28px;
    color: #feca11;
}

.lft {
    text-align: left;
}

.rigt {
    text-align: right;
}


/*-- header --*/


/* -- TOP HEADER */

.top-middle li {
    display: inline-block;
}

.top .top-middle,
.top .top-right {
    padding: 0px;
}

.top .top-left {
    padding: 4px 0 0;
    text-align: right;
}

.top-left li {
    display: inline-block;
    color: #fff;
    margin-right: 0em;
    letter-spacing: 1px;
}

.top {
    padding: 10px 0;
    background: #363d41;
}

.top-middle {
    text-align: left;
}

.top-left p {
    color: #fff;
    font-size: 16px;
    margin-top: 3px;
}

.top-left i.fab fa {
    margin-right: 2px;
    color: #ffffff;
    font-size: 20px;
}

.top-middle li {
    margin-right: 15px;
}

.top-middle i.fab.fa-facebook-f {
    font-size: 16px;
    text-align: center;
    line-height: 29px;
    width: 30px;
    height: 30px;
}

.top-middle i.fab.fa-facebook-f:hover {
    color: #527dbd;
}

.top-middle i.fab.fa-twitter {
    font-size: 16px;
    text-align: center;
    line-height: 29px;
    width: 30px;
    height: 30px;
}

.top-middle i.fab.fa-twitter:hover {
    color: #1da1f2;
}

.top-middle i.fab.fa-google-plus-g {
    font-size: 16px;
    text-align: center;
    line-height: 29px;
    width: 30px;
    height: 30px;
}

.top-middle i.fab.fa-google-plus-g:hover {
    color: #dd4b39;
}

.top-middle i.fab.fa-linkedin-in {
    font-size: 16px;
    text-align: center;
    line-height: 29px;
    width: 30px;
    height: 30px;
}

.top-middle i.fab.fa-linkedin-in:hover {
    color: #0077b5;
}

.top-middle i.fab {
    color: #fff;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}


/* -- //TOP HEADER */


/*-- nav --*/

.header-bar {
    background: #ffffff;
}

h1 a.navbar-brand {
    padding-top: 0px;
    font-size: 40px;
    color: #7f67f8 !important;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
    padding-bottom: 0;
    margin-right: 0;
}

a.navbar-brand span {
    color: #868c94 !important;
    font-size: 30px;
    font-weight: 500;
}

.navbar-light .navbar-nav .nav-link {
    color: #363d41;
    font-size: 12px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0px 15px;
    padding: 0px 0px;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

nav.navbar.navbar-toggleable-md.navbar-light {
    padding: 0em;
    background: rgba(255, 255, 255, 0);
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #1a4ffc;
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.open,
.navbar-light .navbar-nav .open>.nav-link {
    color: #1a4ffc;
}


/*-- //nav --*/


/*-- //header --*/


/*-- banner --*/

.banner-main {
    position: relative;
}

.banner {
    background: url(../images/b1.jpg) no-repeat 0px 0px;
    text-align: center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
}

.banner,
.agile_dot_info {
    min-height: 532px;
}

.agile_dot_info {
    background: rgba(0, 0, 0, 0.37);
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
}

.banner1 {
    background: url(../images/b1.jpg) no-repeat 0px 0px;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    min-height: 300px;
    text-align: center;
}

.banner2 {
    background: url(../images/banner2.jpg) no-repeat 0px 0px;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    min-height: 400px;
    text-align: center;
    background-attachment: fixed;
}

.banner3 {
    background: url(../images/banner2.jpg) no-repeat 0px 0px;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    min-height: 132px;
    text-align: center;
    background-attachment: fixed;
}

.banner4 {
    background: url(../images/banner2.jpg) no-repeat 0px 0px;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    min-height: 289px;
    text-align: center;
    background-attachment: fixed;
}

.title-img img {
    width: 85%;
    padding-top: 34px;
}

.w3_banner_info {
    padding: 10em 0 0;
    text-align: center;
}

.w3_banner_info_grid h3,
.w3_banner_info_grid h2 {
    font-size: 3em;
    color: #fff;
    text-transform: uppercase;
    line-height: 1.4em;
    letter-spacing: .2em;
    font-weight: 400;
}

.w3_banner_info_grid p {
    font-size: 15px;
    color: #f0f357;
    line-height: 28px;
    margin: 20px auto 40px;
    width: 86%;
    letter-spacing: 1px;
    text-transform: capitalize;
}

.w3_banner_info_grid ul li {
    display: inline-block;
    font-size: 1em;
    margin-bottom: 0em;
}

.w3_banner_info_grid ul li a {
    padding: 8px 30px;
    text-decoration: none;
    display: block;
    color: #212121;
}

.w3ls_more,
.w3l_contact:hover {
    border: 2px solid #7f67f8;
    background: #7f67f8;
    color: #fff !important;
}

.w3l_contact,
.w3ls_more:hover {
    border: 2px solid #fdfdfd;
    color: #ffffff !important;
    background: none;
}

.wthree_banner_grids {
    padding: 8em 0;
}

.wthree_banner_grid {
    text-align: center;
}

.wthree_banner_grid i {
    font-size: 2.7em;
    color: #fff;
}

.wthree_banner_grid h4 {
    text-transform: capitalize;
    font-size: 1em;
    color: #fff;
    padding-top: 1em;
    letter-spacing: 1px;
}

.agileits_more ul li {
    display: inline-block;
}

.agileits_more ul li a.hvr-icon-hang {
    padding: 1em 3em 1em 2em;
    letter-spacing: 3px;
    color: #fff;
    font-weight: 600;
    text-transform: capitalize;
    text-decoration: none;
    border: 1px solid #fff;
    position: relative;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    display: inline-block;
    vertical-align: middle;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.w3ls_banner_info_grids {
    margin: 3em 0 0;
}

.w3l_banner_info_grid h4 {
    text-transform: capitalize;
    font-size: 1.2em;
    color: #212121;
    letter-spacing: 1px;
    padding: .5em 0 1em;
    position: relative;
    text-align: center;
    margin: 1em 0 0;
}

.w3l_banner_info_grid h4:before {
    content: '';
    background: #fff;
    height: 2px;
    width: 40%;
    position: absolute;
    top: 100%;
    right: 5%;
}

.w3l_banner_info_grid {
    padding: 2em;
    background: #7f67f8;
}

.w3_banner_info_grid.hi-icon-effect-4.hi-icon-effect-4b {
    text-align: left;
    padding: 0 1em;
}

.w3ls_banner_info_grid {
    padding: 0 .5em;
}


/* Effect 4b */

.hi-icon {
    display: inline-block;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    text-align: center;
    position: relative;
    z-index: 1;
    color: #fff;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 1);
}

.hi-icon:after {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content: '';
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.hi-icon:before {
    font-family: FontAwesome;
    speak: none;
    font-size: 1.5em;
    line-height: 3em;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    display: block;
    -webkit-font-smoothing: antialiased;
}

.hi-icon-effect-4 .hi-icon:after {
    top: -2px;
    left: -2px;
    padding: 0;
    z-index: 10;
    border: 2px dashed #fff;
}

.w3ls_banner_info_grid:hover .hi-icon-effect-4 .hi-icon {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    color: #fff;
}

.hi-icon-effect-4b .hi-icon:hover {
    -webkit-transition: box-shadow 0.2s;
    -moz-transition: box-shadow 0.2s;
    transition: box-shadow 0.2s;
}

.w3ls_banner_info_grid:hover .hi-icon-effect-4b .hi-icon:after {
    -webkit-animation: spinAround 9s linear infinite;
    -moz-animation: spinAround 9s linear infinite;
    animation: spinAround 9s linear infinite;
}

.w3_fa_user:before {
    content: "\f007";
}

.w3_fa_ravelry:before {
    content: "\f2d9";
}

.w3_fa_cubes:before {
    content: "\f1b3";
}

@keyframes spinAround {
    from {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(360deg);
    }
}


/*-- //banner --*/

.w3l_header {
    text-align: center;
    font-size: 3em;
    color: #2c363e;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.37);
}

.wthree_head_section p {
    font-size: 15px;
    text-align: center;
    margin: 20px auto;
    width: 60%;
    color: #5e5e5e;
    line-height: 1.8em;
    letter-spacing: 1px;
}

.wthree_head_section {
    margin-bottom: 5em;
}


/*-- agile-about --*/

.about-info-grids {
    text-align: center;
}

.bord {
    background: #e8e8e8;
    height: 1px;
    width: 75%;
    margin: 0 auto 3em;
}

.about-info.about-info2 {
    border-left: 1px solid #e8e8e8;
    border-right: 1px solid #e8e8e8;
}

.about-info-grids p {
    font-size: 15px;
    margin: 0;
    color: #777;
    font-weight: 400;
    line-height: 1.8em;
}

.about-info-grids h4 {
    font-size: 22px;
    color: #151515;
    letter-spacing: .075em;
    font-weight: 600;
    text-transform: capitalize;
    margin: 20px 0;
}

.about-info-grids i.fas {
    font-size: 40px;
    color: #f97c69;
}

section.Client {
    margin-bottom: 15px;
}

section.what_you {
    padding: 5em 0;
}


/*-- //agile-about --*/

.w3layouts_bottom {
    background: url(../images/3.jpg) no-repeat 0px 0px;
    text-align: center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    padding: 6em 0;
}

.w3layouts_getin_info h3 {
    color: #333;
    letter-spacing: 4px;
    font-size: 40px;
}

.w3layouts_getin a {
    font-size: 1em;
    color: #fff;
    background: #7f67f8;
    padding: 0.7em 2em;
    letter-spacing: 2px;
    display: inline-block;
}

.w3layouts_getin a:hover {
    color: #fff;
    background: #f97c69;
}


/*-- stats --*/

.w3layouts_stats_left {
    padding: 0;
    text-align: center;
}

.w3layouts_stats_left p {
    font-size: 3.5em;
    font-weight: 700;
    letter-spacing: 2px;
    color: #f97c69;
    margin: 0 0 0.2em 0;
}

.w3layouts_stats_left h3 {
    font-size: 20px;
    color: #2c363e;
    letter-spacing: 2px;
    font-weight: 600;
}

.stats {
    padding: 5em 0;
}

.inner_w3l_agile_grids-1 h6 {
    font-size: 15px;
    margin-top: 0.8em;
    color: #777;
}

section.stats h4 {
    font-size: 40px;
    width: 65%;
    text-align: center;
    line-height: 1.2em;
    margin: 0 auto;
    color: #2c363e;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.37);
}

p.stap {
    font-size: 15px;
    color: #777;
    margin: 1em 0 5em;
    text-align: center;
}


/*-- //stats --*/

.w3ls-about-grid {
    padding: 2.5em 2.5em;
}

.container2 h5 {
    font-size: 2em;
    text-transform: capitalize;
    color: #000;
    margin-bottom: 1.5em;
    margin-top: 1em;
}

.container2 h5 span {
    color: #f97c69;
}

.agileinfo-about-grid,
.service-left-grid {
    padding: 0;
}

.service-subgrids {
    padding: 0;
}

.container2 {
    width: 80%;
    margin: 0 auto;
}

.container2 h3.title-txt {
    text-align: left;
    margin-bottom: 0.5em;
}

h3.title {
    color: #000;
    font-size: 1.6em;
    text-transform: capitalize;
}

.services-left {
    width: 85%;
}

.services-left h4 span {
    font-weight: 600;
    color: #f97c69;
}

.services-left h4 {
    margin: 1em 0 0.5em;
    color: #000;
    line-height: 1.5;
    font-size: 1.4em;
}

.w3ls-about-grid h6 {
    text-transform: capitalize;
    font-size: 1.5em;
    margin: 1em 0;
    letter-spacing: 2px;
    color: #2c363e;
    font-weight: 600;
}

.w3ls-about-grid p {
    color: #000;
}

.w3ls-about-grid i {
    color: #f97c69;
    font-size: 3em;
}

.service-subgrids:nth-child(odd) {
    background: #f97c69;
}

.service-subgrids:nth-child(odd) p,
.service-subgrids:nth-child(odd) h6,
.service-subgrids:nth-child(odd) .w3ls-about-grid i {
    color: #fff;
}

.service-subgrids:nth-child(2) {
    background: #fff;
}

.service-subgrids:nth-child(4) {
    background: #fff;
}

.service-subgrids:nth-child(6) {
    background: #fff;
}


/*DEMO ONLY*/

.service-categories .card {
    transition: all 0.3s;
    margin-bottom: 53px;
    text-align: center;
}

.service-categories {
    transition: all 0.3s;
    margin: 10px;
    text-align: center;
}

h4.card-title {
    font-size: small;
}

.service-categories .card-title {
    padding-top: 0.5em;
}

.service-categories a:hover {
    text-decoration: none;
}

.service-card {
    background: #5d727c;
    border: 0;
}

.service-card:hover {
    background: rgba(72, 88, 104, 1);
    box-shadow: 2px 4px 8px 0px rgba(46, 61, 73, 0.2)
}


/* 
.fa {
    color: white;
} */

.mrgn {
    margin-top: 10%;
}

.faqs {
    padding: 45px;
    color: #fff;
}

.error {
    color: #f41363;
}

.success {
    color: green;
}


/* Scrollbar Styling */

 ::-webkit-scrollbar {
    width: 6px;
}

::-webkit-scrollbar-track {
    background-color: #dcdcdc;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #0275d8;
}

.emp-banner {
    width: 100%;
    height: 500px;
}

.emp-banner img {
    width: 100%
}

.caption {
    text-align: center;
    position: absolute;
    top: 32%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
}

.caption h5 {
    font-size: 47px;
    text-shadow: 0px 2px 6px black;
}

.caption p {
    text-shadow: 0px 2px 2px #000;
}

img .logo-footer {
    width: 81%;
    padding-top: 82px;
}

.card-block {
    margin-bottom: 33px;
}

.bnnr-tytl {
    width: 50%;
    margin: 0 auto;
}

.bnnr-tytl h2 {
    padding-top: 50px;
    color: #ffffff;
}

.dropdown-item {
    font-size: 11px;
    padding-bottom: 10px;
}

.dropdown-item:before {
    content: "";
    position: absolute;
    top: -10px;
    left: 40px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #ff7d4a transparent;
    z-index: 9999;
}

.dropdown-toggle::after {
    color: #ff8347;
    margin-left: 5px;
}

.btn-fltr-post {
    width: 100%;
    text-align: left;
    background: #ffffff;
    padding-bottom: 15px;
    padding-top: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #3e3636;
    font-weight: 700;
    border: 1px solid;
    text-decoration: none;
    white-space: nowrap;
    font-size: 13px;
    line-height: 1.42857143;
    border-radius: 4px;
    touch-action: manipulation;
    cursor: pointer;
}

.MultiCarousel {
    float: left;
    overflow: hidden;
    padding: 15px;
    width: 100%;
    position: relative;
}

.MultiCarousel .MultiCarousel-inner {
    transition: 1s ease all;
    float: left;
}

.MultiCarousel .MultiCarousel-inner .item {
    float: left;
}

.MultiCarousel .MultiCarousel-inner .item>div {
    text-align: center;
    padding: 10px;
    margin: 10px;
    background: #f1f1f1;
    color: #666;
}

.MultiCarousel .leftLst,
.MultiCarousel .rightLst {
    position: absolute;
    border-radius: 50%;
    top: calc(50% - 20px);
}

.MultiCarousel .leftLst {
    left: 0;
}

.MultiCarousel .rightLst {
    right: 0;
}

.MultiCarousel .leftLst.over,
.MultiCarousel .rightLst.over {
    pointer-events: none;
}

.about-agile a:hover {
    background: #39cad3;
    color: #fff;
}

ul.serv-list li {
    display: inline-block;
    margin-top: 1em;
    margin: 1em 1em 0 0;
}

section.services.section {
    background: url(../images/3.jpg) no-repeat 0px 0px;
    text-align: center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    padding: 5em 0;
}

h3.w3l_header.ser_m,
p.ser_p {
    color: #fff;
}


/* testimonals */

.testimonal img {
    border-radius: 50%;
    width: 110px;
    background: #7f67f8;
    padding: 5px;
}

.testimonals {
    padding: 5em 0;
}

.first-grid {
    text-align: center;
    padding: 40px 10px;
    margin-right: 10px;
}

.first-grid h3 {
    text-transform: capitalize;
    color: #2c363e;
    font-size: 20px;
    font-weight: 600;
    margin: 20px 0 0;
    letter-spacing: 2px;
}

.first-grid h4 {
    margin: 5px 0;
    text-transform: capitalize;
}

.first-grid p {
    font-size: 14px;
    color: #777;
    margin: 10px 0;
    line-height: 24px;
}


/*-- testimonials --*/


/*-- footer --*/

.footer {
    background: #0b0c11;
    padding: 5em 0;
}

.w3layouts_footer_grid h2,
.w3layouts_footer_grid h3 {
    font-size: 1.7em;
    color: #f97c69;
    position: relative;
    margin-bottom: 1.5em;
    letter-spacing: 2px;
}

h3.heading-agileinfo.white-w3ls {
    color: #f8b239;
    font-size: 35px;
    line-height: 48px;
}

.more-button a {
    font-size: 15px;
    background: #f8b239;
    color: #fff;
    padding: 8px 25px;
    display: inline-block;
    margin-top: 2em;
}

.more-button a:hover {
    background: #000;
}

ul.links li {
    list-style: none;
    color: #fff;
    margin-bottom: 10px;
}

.w3layouts_footer_grid h2 span,
.w3layouts_footer_grid h3 span {
    color: #FFC107;
}

ul.links li a {
    color: #fff;
}

.social_agileinfo li {
    display: inline-block;
}

.social_agileinfo li a {
    width: 40px;
    height: 40px;
    display: block;
    border: 1px solid #fff;
    text-align: center;
    color: #fff;
}

.social_agileinfo li a i {
    font-size: 1em;
    line-height: 2.8em;
}

.w3_facebook:hover {
    border: 1px solid #3b5998;
    background: #3b5998;
}

.w3_twitter:hover {
    border: 1px solid #1da1f2;
    background: #1da1f2;
}

.w3_instagram:hover {
    border: 1px solid #833ab4;
    background: #833ab4;
}

.w3_google:hover {
    border: 1px solid #dd4b39;
    background: #dd4b39;
}

.w3l_footer_nav {
    margin: 3em 0 3em;
}

.w3l_footer_nav li {
    display: inline-block;
    margin-right: 4em;
}

.w3l_footer_nav li a {
    color: #fff;
    font-weight: 400;
    text-decoration: none;
    letter-spacing: 2px;
}

.w3l_footer_nav li a:hover,
.w3l_footer_nav li a.active {
    color: #FFC107;
}

.w3layouts_footer_grid p {
    font-size: 1em;
    line-height: 2em;
    margin-bottom: 2em;
    letter-spacing: 1px;
    color: #bfbfbf;
}

p.copyright {
    color: #fff;
    line-height: 1.8em;
    letter-spacing: 2px;
    text-align: center;
    margin-top: 0em;
    background: #252525;
    padding: 16px 0;
}

p.copyright a {
    color: #fff;
    text-decoration: underline;
}

p.copyright a:hover {
    color: #f97c69;
}

.w3layouts_footer_grid form {
    border: 1px solid #fff;
    width: 100%;
}

.w3layouts_footer_grid input[type="email"] {
    outline: none;
    padding: 15px 15px;
    color: #fff;
    font-size: 14px;
    width: 88%;
    border: none;
    background: rgba(0, 0, 0, 0.22);
    letter-spacing: 2px;
}

button.btn1 {
    color: #fff;
    border: none;
    padding: 15px 0;
    text-align: center;
    text-decoration: none;
    background: #7f67f8;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
    float: right;
    width: 12%;
    cursor: pointer;
}

ul.con_inner_text li {
    list-style-type: none;
    color: #bfbfbf;
    font-size: 1em;
    letter-spacing: 1px;
    margin-bottom: 17px;
}

.w3layouts_footer_grid.fokt {
    padding-right: 5em;
}

ul.con_inner_text li label {
    display: block;
    margin-left: 1.7em;
}

ul.con_inner_text span {
    margin-right: 13px;
    color: #f97c69;
}

ul.con_inner_text li a {
    color: #bfbfbf;
}

ul.con_inner_text li label {
    color: #bfbfbf;
    margin-right: 1em;
    font-weight: 400 !important;
}

ul.con_inner_text.midimg li {
    display: inline-block;
    float: left;
    width: 22%;
}


/*-- //footer --*/

.agileits-w3layouts-info img {
    width: 100%;
}

h4.modal-title {
    font-size: 28px;
    color: #7f67f8;
    font-weight: 600;
    letter-spacing: 2px;
}

.agileits-w3layouts-info p {
    font-size: 14px;
    color: #777;
    line-height: 28px;
    padding: 1em;
}


/*-- to-top --*/

#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 24px;
    right: 1%;
    overflow: hidden;
    z-index: 999;
    width: 64px;
    height: 64px;
    border: none;
    text-indent: 100%;
    background: url("../images/arrow.png") no-repeat 0px 0px;
}

#toTopHover {
    width: 64px;
    height: 64px;
    display: block;
    overflow: hidden;
    float: right;
    opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
}


/*-- //to-top --*/


/*-- gallery --*/

.w3ls_gallery_grids {
    padding-top: 0em;
}

.agile_gallery_grid {
    margin-bottom: 2em;
}

.agile_gallery_grid1 {
    position: relative;
}

.w3layouts_gallery_grid1_pos {
    background: #7f67f8;
    bottom: 45px;
    left: 45px;
    opacity: 0;
    padding: 1em;
    position: absolute;
    right: 45px;
    text-align: center;
    top: 45px;
    visibility: hidden;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    -webkit-transition: all 0.8s ease;
    transition: all 0.8s ease;
}

.w3layouts_gallery_grid1_pos h3 {
    font-size: 1.2em;
    letter-spacing: 2px;
    font-weight: 600;
    margin: 1em 0 .5em;
    padding-bottom: .5em;
    position: relative;
    text-transform: uppercase;
    color: #212121;
}

.w3layouts_gallery_grid1_pos p {
    color: #fff;
    line-height: 2em;
    letter-spacing: 1px;
}

.agile_gallery_grid:hover .w3layouts_gallery_grid1_pos {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -moz-transform: scaleX(1);
    -o-transform: scaleX(1);
    -ms-transform: scaleX(1);
}

.banner-bottom.gallery {
    padding: 5em 0;
}

p.quia {
    font-size: 1.2em;
    color: #140b05;
    font-weight: 600;
    text-align: center;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.agile_gallery_grid img {
    width: 100%;
}


/*-- //gallery --*/


/*-- team --*/

.team_grid_info h3 {
    font-size: 1.2em;
    color: #222;
    margin: 1.5em 0 0.5em 0;
    font-weight: 600;
}

.team_grid_info p {
    color: #b7b6b6;
    font-size: 1em;
}

ul.team_icons li {
    display: inline-block;
    margin-right: 1em;
}

.team_grid ul li:last-child {
    margin: 0;
}

.team_grid_info:hover {
    background: #7f67f8;
}

.team_grid_info {
    text-align: center;
    padding: 0;
    width: 100%;
    -webkit-transition: 0.5s ease-in;
    -moz-transition: 0.5s ease-in;
    -ms-transition: 0.5s ease-in;
    -o-transition: 0.5s ease-in;
    transition: 0.5s ease-in;
    border: 1px solid #ddd;
    padding: 2em 2em;
    background: #f5fbf6;
}

.team_icons ul li {
    list-style: none;
    display: inline-block;
    margin-right: 10px;
}

.team_icons ul li a i {
    height: 32px;
    width: 32px;
    background: none;
    line-height: 31px;
    color: #222;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    border: 1px solid #24262d;
}

.team_icons ul li a i:hover {
    color: #f97c69;
    border: 1px solid #f97c69;
}

.team_grid_info img {
    margin: 0 auto;
    text-align: center;
}

.team_icons ul {
    margin-top: 1em;
}

.ab_info img {
    width: 100%;
}

.ab_info h4 {
    margin-top: 1em;
    font-size: 1.4em;
    font-weight: 600;
    color: #7f67f8;
}

p.sub_p {
    margin: 1.2em 0 0;
}

section.mid_slider {
    padding: 5em 0;
}


/*-- //team --*/


/*-- icons --*/

.codes a {
    color: #999;
}

.icon-box {
    padding: 8px 15px;
    background: rgba(149, 149, 149, 0.18);
    margin: 1em 0 1em 0;
    border: 5px solid #ffffff;
    text-align: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 13px;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -moz-transition: 0.5s all;
    cursor: pointer;
}

.icon-box:hover {
    background: #000;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -moz-transition: 0.5s all;
}

.icon-box:hover i.fa {
    color: #fff !important;
}

.icon-box:hover a.agile-icon {
    color: #fff !important;
}

.codes .bs-glyphicons li {
    float: left;
    width: 12.5%;
    height: 115px;
    padding: 10px;
    line-height: 1.4;
    text-align: center;
    font-size: 12px;
    list-style-type: none;
}

.codes .bs-glyphicons .glyphicon {
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 24px;
}

.codes .glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #777;
}

.codes .bs-glyphicons .glyphicon-class {
    display: block;
    text-align: center;
    word-wrap: break-word;
}

h3.icon-subheading {
    font-size: 28px;
    color: #89379a !important;
    margin: 30px 0 15px;
    font-weight: 700;
    letter-spacing: 2px;
}

h3.agileits-icons-title {
    text-align: center;
    font-size: 33px;
    color: #222222;
    font-weight: 700;
    letter-spacing: 2px;
}

.icons a {
    color: #999;
}

.icon-box i {
    margin-right: 10px !important;
    font-size: 20px !important;
    color: #282a2b !important;
}

.bs-glyphicons li {
    float: left;
    width: 18%;
    height: 115px;
    padding: 10px;
    line-height: 1.4;
    text-align: center;
    font-size: 12px;
    list-style-type: none;
    background: rgba(149, 149, 149, 0.18);
    margin: 1%;
}

.bs-glyphicons .glyphicon {
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 24px;
    color: #282a2b;
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #777;
}

.bs-glyphicons .glyphicon-class {
    display: block;
    text-align: center;
    word-wrap: break-word;
    color: #777;
}

@media (max-width:991px) {
    h3.agileits-icons-title {
        font-size: 28px;
    }
    h3.icon-subheading {
        font-size: 22px;
    }
}

@media (max-width:768px) {
    .ad-slide1 {
        margin-bottom: 2px;
    }
    .avatar img {
        width: 20%!important
    }
    .navbar-collapse ul {
        width: 100%!important;
        text-align: left!important;
    }
    .dropdown-item {
        color: #333!important;
    }
    .navbar-collapse li.nav-items {
        color: #fff;
        margin-left: 15px;
        margin-top: -15px;
        font-size: 12px!important;
    }
    .dropdown-item {
        font-size: 12px;
        padding-bottom: 10px;
    }
    .service-categories .card {
        margin-bottom: 10px;
    }
    h3.agileits-icons-title {
        font-size: 28px;
    }
    h3.icon-subheading {
        font-size: 25px;
    }
    .row {
        margin-right: 0;
        margin-left: 0;
    }
    .icon-box {
        margin: 0;
    }
    .tab-content {
        height: auto;
    }
}

@media (max-width: 640px) {
    .icon-box {
        float: left;
        width: 50%;
    }
}

@media (max-width: 480px) {
    button {
        margin-bottom: 5px;
    }
    .nav-tabs {
        display: block;
    }
    .nav-tabs li.nav-item {
        margin: 0px 0px;
    }
    .nav-tabs .nav-link {
        border: 1px solid #333;
    }
    .tab-content {
        line-height: 20px!important;
        padding: 15px 5px!important;
    }
    .bs-glyphicons li {
        width: 31%;
    }
}

@media (max-width: 414px) {
    h3.agileits-icons-title {
        font-size: 23px;
    }
    h3.icon-subheading {
        font-size: 22px;
    }
    .bs-glyphicons li {
        width: 31.33%;
    }
}

@media (max-width: 384px) {
    .icon-box {
        float: none;
        width: 100%;
    }
}


/*-- //icons --*/

.w3_wthree_agileits_icons.main-grid-border {
    padding: 5em 0;
}


/*--Typography--*/

.well {
    font-weight: 300;
    font-size: 14px;
}

.list-group-item {
    font-weight: 300;
    font-size: 14px;
}

li.list-group-item1 {
    font-size: 14px;
    font-weight: 300;
}

.typo p {
    font-size: 14px;
    font-weight: 300;
}

.show-grid [class^=col-] {
    background: #fff;
    text-align: center;
    margin-bottom: 10px;
    line-height: 2em;
    border: 10px solid #f0f0f0;
}

.show-grid [class*="col-"]:hover {
    background: #e0e0e0;
}

.grid_3 {
    margin-bottom: 2em;
}

.xs h3,
h3.m_1 {
    color: #000;
    font-size: 1.7em;
    font-weight: 300;
    margin-bottom: 1em;
}

.grid_3 p {
    color: #999;
    font-size: 0.85em;
    margin-bottom: 1em;
    font-weight: 300;
}

.grid_4 {
    background: none;
    margin-top: 50px;
}

.label {
    font-weight: 300 !important;
    border-radius: 4px;
}

.grid_5 {
    background: none;
    padding: 2em 0;
}

.grid_5 h3,
.grid_5 h2,
.grid_5 h1,
.grid_5 h4,
.grid_5 h5,
h3.hdg,
h3.bars {
    margin-bottom: 1em;
    color: #89379a;
    font-weight: 700;
    font-size: 30px;
    letter-spacing: 2px;
}

.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td {
    border-top: none !important;
}

.tab-content>.active {
    display: block;
    visibility: visible;
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
    z-index: 0;
}

.badge-primary {
    background-color: #03a9f4;
}

.badge-success {
    background-color: #fb5710;
}

.badge-warning {
    background-color: #ffc107;
}

.badge-danger {
    background-color: #e51c23;
}

.grid_3 p {
    line-height: 2em;
    color: #888;
    font-size: 0.9em;
    margin-bottom: 1em;
    font-weight: 300;
}

.bs-docs-example {
    margin: 1em 0;
}

section#tables p {
    margin-top: 1em;
}

.tab-container .tab-content {
    border-radius: 0 2px 2px 2px;
    border: 1px solid #e0e0e0;
    padding: 16px;
    background-color: #ffffff;
}

.table td,
.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    padding: 15px !important;
}

.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td {
    font-size: 0.9em;
    color: #999;
    border-top: none !important;
}

.tab-content>.active {
    display: block;
    visibility: visible;
}

.label {
    font-weight: 300 !important;
}

.label {
    padding: 4px 6px;
    border: none;
    text-shadow: none;
}

.alert {
    font-size: 0.85em;
}

h1.t-button,
h2.t-button,
h3.t-button,
h4.t-button,
h5.t-button {
    line-height: 2em;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

li.list-group-item1 {
    line-height: 2.5em;
}

.input-group {
    margin-bottom: 20px;
}

.in-gp-tl {
    padding: 0;
}

.in-gp-tb {
    padding-right: 0;
}

.list-group {
    margin-bottom: 48px;
}

ol {
    margin-bottom: 44px;
}

h2.typoh2 {
    margin: 0 0 10px;
}

@media (max-width:768px) {
    .grid_5 {
        padding: 0 0 1em;
    }
    .grid_3 {
        margin-bottom: 0em;
    }
}

@media (max-width:640px) {
    h1,
    .h1,
    h2,
    .h2,
    h3,
    .h3 {
        margin-top: 0px;
        margin-bottom: 0px;
    }
    .grid_5 h3,
    .grid_5 h2,
    .grid_5 h1,
    .grid_5 h4,
    .grid_5 h5,
    h3.hdg,
    h3.bars {
        margin-bottom: .5em;
    }
    .progress {
        height: 10px;
        margin-bottom: 10px;
    }
    ol.breadcrumb li,
    .grid_3 p,
    ul.list-group li,
    li.list-group-item1 {
        font-size: 14px;
    }
    .breadcrumb {
        margin-bottom: 25px;
    }
    .well {
        font-size: 14px;
        margin-bottom: 10px;
    }
    h2.typoh2 {
        font-size: 1.5em;
    }
    .label {
        font-size: 60%;
    }
    .in-gp-tl {
        padding: 0 1em;
    }
    .in-gp-tb {
        padding-right: 1em;
    }
}

@media (max-width:480px) {
    .grid_5 h3,
    .grid_5 h2,
    .grid_5 h1,
    .grid_5 h4,
    .grid_5 h5,
    h3.hdg,
    h3.bars {
        font-size: 1.2em;
    }
    .table h1 {
        font-size: 26px;
    }
    .table h2 {
        font-size: 23px;
    }
    .table h3 {
        font-size: 20px;
    }
    .label {
        font-size: 53%;
    }
    .alert,
    p {
        font-size: 14px;
    }
    .pagination {
        margin: 20px 0 0px;
    }
    .grid_3.grid_4.w3layouts {
        margin-top: 25px;
    }
}

@media (max-width: 320px) {
    .grid_4 {
        margin-top: 18px;
    }
    h3.title {
        font-size: 1.6em;
    }
    .alert {
        padding: 10px;
        margin-bottom: 10px;
    }
    ul.pagination li a {
        font-size: 14px;
        padding: 5px 11px;
    }
    .list-group {
        margin-bottom: 10px;
    }
    .well {
        padding: 10px;
    }
    .nav>li>a {
        font-size: 14px;
    }
    table.table.table-striped,
    .table-bordered,
    .bs-docs-example {
        display: none;
    }
}


/*-- //typography --*/

.typo {
    padding: 5em 0;
}

.form-group.row {
    margin-bottom: 1rem;
}

.bd-example {
    padding: 2em;
    border: 1px solid #eee;
    margin-bottom: 2em;
}

.team_grid_info img {
    width: 100%;
    width: 135px;
    border-radius: 50%;
}


/*--responsive--*/

@media(max-width:1920px) {}

@media(max-width:1680px) {}

@media(max-width:1600px) {}

@media(max-width:1440px) {
    h1 a.navbar-brand {
        font-size: 34px;
    }
}

@media(max-width:1366px) {}

@media(max-width:1280px) {}

@media(max-width:1080px) {
    .w3_banner_info_grid h3,
    .w3_banner_info_grid h2 {
        font-size: 2.5em;
    }
    .w3layouts_getin_info h3 {
        letter-spacing: 3px;
        font-size: 36px;
    }
    .banner1 {
        min-height: 250px;
    }
    .w3layouts_gallery_grid1_pos h3 {
        margin: 0em 0 .5em;
    }
}

@media(max-width:1050px) {
    h1 a.navbar-brand {
        font-size: 32px;
    }
}

@media(max-width:1024px) {}

@media(max-width:991px) {
    div#navbarSupportedContent {
        position: absolute;
        width: 100%;
        left: 0px;
        top: 75px;
        z-index: 999;
        background: #000;
    }
    ul.navbar-nav {
        width: 100%;
        left: 0px;
        text-align: center;
        padding: 1em 0em;
    }
    li.nav-item {
        margin: 10px 0px;
    }
    .navbar-light .navbar-toggler {
        border-color: #7f67f8;
        background: #7f67f8;
        padding: 2px 6px;
        margin-top: 24px;
        outline: none;
        margin-right: 0px;
        z-index: 9999;
        cursor: pointer;
        border-radius: 6px;
        transition: 0.5s all;
        -webkit-transition: 0.5s all;
        -moz-transition: 0.5s all;
        -o-transition: 0.5s all;
        -ms-transition: 0.5s all;
    }
    .navbar-light .navbar-toggler:hover {
        background: #7f67f8;
    }
    .dropdown-menu.show {
        text-align: center;
        background: #000;
    }
    .dropdown-item {
        color: #333;
    }
    .dropdown-divider {
        background-color: #000000;
    }
    .dropdown-item:focus,
    .dropdown-item:hover {
        color: #7f67f8;
        text-decoration: none;
        background-color: #000000;
    }
    .dropdown-item.active,
    .dropdown-item:active {
        color: #7f67f8;
        text-decoration: none;
        background-color: #000000;
    }
    .w3_banner_info_grid h3,
    .w3_banner_info_grid h2 {
        font-size: 2.3em;
        letter-spacing: .1em;
    }
    .w3_banner_info_grid p {
        width: 100%;
    }
    .w3_banner_info {
        padding: 11em 0 0;
    }
    .banner,
    .agile_dot_info {
        min-height: 560px;
    }
    .about-info-grids p {
        font-size: 14px;
    }
    .about-info-grids h4 {
        font-size: 20px;
    }
    .wthree_head_section p {
        width: 100%;
    }
    .w3layouts_getin_info h3 {
        letter-spacing: 1px;
        font-size: 30px;
    }
    .w3layouts_getin a {
        padding: 0.7em 1.3em;
    }
    section.stats h4 {
        width: 100%;
    }
    .w3ls-about-grid {
        padding: 1.5em 1.5em;
    }
    .w3ls-about-grid h6 {
        font-size: 1.4em;
    }
    .w3layouts_footer_grid.fokt {
        padding-right: 1em;
    }
    .navbar-light .navbar-nav .nav-link {
        color: #fff;
    }
    .w3layouts_gallery_grid1_pos {
        bottom: 20px;
        left: 20px;
        right: 20px;
        top: 20px;
    }
    .banner-bottom.gallery {
        padding: 3em 0;
    }
    .team_grid1 {
        float: left;
        width: 50%;
    }
    .team_grid_info {
        margin-bottom: 2em;
    }
    section.mid_slider {
        padding: 5em 0 3em;
    }
}

@media(max-width:800px) {
    div#navbarSupportedContent {
        top: 75px;
    }
    h1 a.navbar-brand {
        font-size: 37px;
    }
    .navbar-light .navbar-nav .nav-link {
        font-size: 18px;
        text-align: left;
        border-bottom: dashed 1px #f5f5f5;
        font-weight: 500;
        text-transform: inherit;
    }
    section.what_you {
        padding: 3em 0;
    }
    section.what_you {
        padding: 3em 0;
    }
    .w3l_header,
    section.stats h4 {
        font-size: 2.7em;
    }
    .w3layouts_bottom {
        padding: 4em 0;
    }
    .stats {
        padding: 3em 0;
    }
    .w3layouts_stats_left p {
        font-size: 2.8em;
    }
    p.stap {
        margin: 1em 0 3em;
    }
    section.services.section {
        padding: 3em 0;
    }
    .testimonals {
        padding: 3em 0;
    }
    .footer {
        padding: 3em 0;
    }
    .wthree_head_section {
        margin-bottom: 3em;
    }
    .mail_form {
        margin-top: 3em;
    }
    .typo {
        padding: 3em 0;
    }
    section.mid_slider {
        padding: 3em 0 1em;
    }
    .banner_bottom {
        padding: 0em 0;
    }
}

@media(max-width:768px) {
    div#navbarSupportedContent {
        top: 75px;
    }
    .w3_banner_info {
        padding: 8em 0 0;
    }
    .banner,
    .agile_dot_info {
        min-height: 490px;
    }
    .banner1 {
        min-height: 220px;
    }
    .service-categories .card {
        margin-bottom: 10px;
    }
    .banner4 {
        min-height: auto;
    }
    section.section {
        padding-top: 15px;
        padding-bottom: 15px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .ab_info P {
        text-align: justify;
    }
}

@media(max-width:767px) {}

@media(max-width:736px) {
    .w3_banner_info_grid h3,
    .w3_banner_info_grid h2 {
        font-size: 1.6em;
    }
    .w3_banner_info_grid p {
        font-size: 14px;
    }
    .banner,
    .agile_dot_info {
        min-height: 455px;
    }
    .w3layouts_getin {
        margin-top: 1.5em;
    }
    .w3layouts_stats_left p {
        font-size: 2.2em;
    }
    section.stats h4 {
        line-height: 1.1em;
    }
    .w3layouts_footer_grid h2,
    .w3layouts_footer_grid h3 {
        margin-bottom: 0.5em;
    }
    .w3layouts_footer_grid {
        margin-top: 2em;
    }
    .footer {
        padding: 3em 0 2em;
    }
    .w3layouts_gallery_grid1_pos {
        bottom: 40px;
        left: 40px;
        right: 40px;
        top: 40px;
    }
    .w3layouts_gallery_grid1_pos h3 {
        margin: 3em 0 .5em;
    }
}

@media(max-width:667px) {}

@media(max-width:640px) {
    div#navbarSupportedContent {
        position: absolute;
        width: 100%;
        left: 0px;
        top: 78px;
        z-index: 999;
        background: #000;
    }
    .banner1 {
        min-height: 200px;
    }
}

@media(max-width:600px) {}

@media(max-width:568px) {
    .team_grid_info p {
        font-size: 0.9em;
    }
    .top .top-middle,
    .top .top-right {
        float: left;
        width: 50%;
    }
    .top .top-left {
        float: right;
        width: 50%;
        padding: 0px 0 0;
    }
    .header-bar {
        padding: 0.2em 0em;
    }
    .w3_banner_info {
        padding: 6em 0 0;
    }
    .banner,
    .agile_dot_info {
        min-height: 420px;
    }
    .about-info.about-info2 {
        border-left: none;
        border-right: none;
        margin: 2em 0;
    }
    .w3l_header,
    section.stats h4 {
        font-size: 2.5em;
    }
    .w3_counter_grid1 {
        margin: 1em 0;
    }
    .bord {
        margin: 0 auto 2em;
    }
    .banner1 {
        min-height: 160px;
    }
}

@media(max-width:480px) {
    .team_grid_info h3 {
        font-size: 1.1em;
    }
    .w3_banner_info_grid h3,
    .w3_banner_info_grid h2 {
        font-size: 1.4em;
    }
    .w3_banner_info_grid p {
        margin: 10px auto 20px;
    }
    .w3_banner_info {
        padding: 5em 0 0;
    }
    .banner,
    .agile_dot_info {
        min-height: 390px;
    }
    .w3layouts_gallery_grid1_pos h3 {
        margin: 3em 0 .5em;
    }
    .team_icons ul li {
        margin-right: 10px;
    }
    .team_grid_info {
        padding: 2em 1em;
    }
}

@media(max-width:440px) {
    .w3l_header,
    section.stats h4 {
        font-size: 2.3em;
    }
    .w3_banner_info_grid h3,
    .w3_banner_info_grid h2 {
        font-size: 1.2em;
    }
    .w3_banner_info_grid p {
        font-size: 13px;
        line-height: 23px;
    }
    .banner,
    .agile_dot_info {
        min-height: 370px;
    }
    .w3layouts_gallery_grid1_pos h3 {
        margin: 1em 0 .5em;
    }
    .team_grid1 {
        width: 100%;
    }
    .team_grid_info {
        padding: 2em 2em;
    }
}

@media(max-width:414px) {
    .w3_banner_info_grid ul li a {
        padding: 6px 15px;
        font-size: 14px;
    }
    .banner,
    .agile_dot_info {
        min-height: 350px;
    }
    .top-middle li {
        margin-right: 7px;
    }
    .w3_banner_info_grid h3,
    .w3_banner_info_grid h2 {
        letter-spacing: 0em;
    }
    .banner1 {
        min-height: 130px;
    }
}

@media(max-width:384px) {}

@media(max-width:375px) {
    .w3layouts_stats_left h3 {
        font-size: 0.8em;
    }
}

@media(max-width:320px) {
    ul.con_inner_text li {
        font-size: 14px;
    }
    button.btn1 {
        width: 18%;
    }
    .w3layouts_footer_grid input[type="email"] {
        width: 80%;
    }
    .footer {
        padding: 1em 0 2em;
    }
    .testimonals {
        padding: 2.5em 0;
    }
    .wthree_head_section {
        margin-bottom: 2em;
    }
    .w3l_header,
    section.stats h4 {
        font-size: 2em;
    }
    .wthree_head_section p {
        font-size: 14px;
    }
    section.services.section {
        padding: 2.5em 0;
    }
    .stats {
        padding: 2.5em 0;
    }
    .w3layouts_bottom {
        padding: 3em 0;
    }
    .w3layouts_getin_info h3 {
        font-size: 25px;
    }
    section.what_you {
        padding: 2.5em 0;
    }
    .w3_banner_info {
        padding: 4em 0 0;
    }
    .banner,
    .agile_dot_info {
        min-height: 310px;
    }
    .w3_banner_info {
        padding: 3em 0 0;
    }
    .banner_bottom {
        padding: 2.5em 0;
    }
    .banner1 {
        min-height: 110px;
    }
    .top-middle i.fab.fa-google-plus-g,
    .top-middle i.fab.fa-twitter,
    .top-middle i.fab.fa-facebook-f,
    .top-middle i.fab.fa-linkedin-in {
        width: 24px;
        height: 24px;
    }
    .top-middle li {
        margin-right: 5px;
    }
    .w3_banner_info_grid h3,
    .w3_banner_info_grid h2 {
        font-size: 1em;
    }
    .w3_banner_info_grid p {
        font-size: 12px;
        line-height: 20px;
    }
    .w3_banner_info_grid ul li a {
        padding: 6px 10px;
        font-size: 13px;
    }
    .w3layouts_footer_grid h2,
    .w3layouts_footer_grid h3 {
        font-size: 1.5em;
    }
    .typo {
        padding: 2.5em 0;
    }
    .w3layouts_gallery_grid1_pos {
        bottom: 30px;
        left: 30px;
        right: 30px;
        top: 30px;
    }
    .w3layouts_gallery_grid1_pos h3 {
        margin: 0em 0px 0.5em;
    }
    .banner-bottom.gallery {
        padding: 2.5em 0;
    }
    section.mid_slider {
        padding: 2.5em 0 1em;
    }
}

.ad-slide {
    margin: 5px 0px;
}

.ad-slide img {
    width: auto;
    height: 60px;
    padding: 3px;
    max-width: 100%;
}


}
.shadow {
    border: none;
    box-shadow: 0px 0px 15px -8px;
    margin-top: 41px;
}
.card {
    border: none;
}

/*--//responsive--*/
.ads {
    margin: 5%;
}
.section-padding {
    padding: 60px 0;
}
.brand-carousel {
    background: #eee;
    margin-top: 10%;
}
.owl-dots {
    text-align: center;
}
.owl-dot {
    display: inline-block;
    height: 15px !important;
    width: 15px !important;
    background-color: #222222 !important;
    opacity: 0.8;
    border-radius: 50%;
    margin: 0 5px;
}
.owl-dot.active {
    background-color: #FF170F !important;
}

/* ignore the code below */
.link-area {
    position: fixed;
    bottom: 20px;
    left: 20px;
    padding: 15px;
    border-radius: 40px;
    background: tomato;
}
.link-area a {
    text-decoration: none;
    color: #fff;
    font-size: 25px;
}
.box {
    display: flex;
    background: lightgrey;
    padding: 20px;
}
.container-4 {
    overflow: hidden;
    width: 50%;
    vertical-align: middle;
    white-space: nowrap;
    margin: 10px;
}
.container-4 input#search {
    width: 100%;
    height: 35px;
    background: #ffffff;
    border: none;
    font-size: 10pt;
    float: left;
    color: #fff;
    padding-left: 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.container-4 input#search::-webkit-input-placeholder {
    color: #65737e;
}
.container-4 input#search:-moz-placeholder {
    /* Firefox 18- */
    
    color: #65737e;
}
.container-4 input#search::-moz-placeholder {
    /* Firefox 19+ */
    
    color: #65737e;
}
.container-4 input#search:-ms-input-placeholder {
    color: #65737e;
}
.container-4 button.icon {
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border: none;
    background: #232833;
    height: 35px;
    width: 50px;
    color: #4f5b66;
    opacity: 0;
    font-size: 10pt;
    -webkit-transition: all .55s ease;
    -moz-transition: all .55s ease;
    -ms-transition: all .55s ease;
    -o-transition: all .55s ease;
    transition: all .55s ease;
}
.container-4:hover button.icon,
.container-4:active button.icon,
.container-4:focus button.icon {
    outline: none;
    opacity: 1;
    margin-left: -50px;
}
.container-4:hover button.icon:hover {
    background: #9799a2;
}
img.profile-pic {
    width: 50%;
}
.d-flex {
    border: 1px solid;
    padding: 10px;
    margin: 5px;
}
.profile {
    margin-top: 0%;
    background: #e6e6e6;
    padding-top: 26px;
    overflow-y: scroll;
    height: 300px;
    box-shadow: 5px 8px 6px -8px;
}
h1.req-head {
    text-align: center;
    font-size: 23px;
    margin-bottom: 5%;
}
.bgcolor {
    background-color: #fff;
}
.bgcolor_02 {
    background-color: #ededef;
}
.bgcolor_03 {
    background-color: lightblue;
}

/*ayemin*/
section.section.section-small {
    padding-top: 15px;
    padding-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
}
section.section {
    margin-top: 25px;
    background-color: #fff;
    border-top: 10px solid #0cc;
    border-radius: 3px;
    box-shadow: -1px 0 2px 0 rgba(0, 0, 0, .12), 1px 0 2px 0 rgba(0, 0, 0, .12), 0 1px 1px 0 rgba(0, 0, 0, .12);
}
section.section {
    padding-top: 15px;
    padding-bottom: 30px;
    padding-left: 45px;
    padding-right: 45px;
}
.btn-kootour-bold {}
.btn-kootour,
.btn-kootour-bold {
    border-radius: 3px;
    color: #fff;
    background-color: #0cc;
    width: 200px;
}
.btn {
    padding: 8px 16px;
    font-size: 16px;
    font-size: 1.6rem;
    border-radius: 3px;
}
.btn-lg,
.btn-group-lg>.btn {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}
.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.text-center {
    text-align: center;
}
.subtitle {
    font-size: 18px;
    font-size: 1.8rem;
    color: #0cc;
    padding: 0;
}
.nopadding {
    padding: 0;
}
.md-outline.select-wrapper+label {
    top: .5em !important;
    z-index: 2 !important;
}
.adv-fltr {
    padding: 1%;
    background: lightgrey;
}
select.selectpicker {
    width: 100%;
    height: 35px;
    border-radius: 5px;
}
.table-t {
    text-align: center;
    margin: 3%;
    font-size: 25px;
}
table {
    border-collapse: collapse;
}
thead {
    background-color: #357c9e;
    color: white;
}
th,
td {
    padding: .5em 1em;
    cell-spacing: none;
}
th.is-sorted::before {
    content: '\/\'';
}
th.is-sorted.is-asc::before {
    content: '\\/ ';
}
.table thead th {
    font-size: 12px;
}
.card-counter {
    box-shadow: 2px 2px 10px #DADADA;
    margin: 5px;
    padding: 20px 10px;
    background-color: #fff;
    height: 100px;
    border-radius: 5px;
    transition: .3s linear all;
}
.card-counter:hover {
    box-shadow: 4px 4px 20px #DADADA;
    transition: .3s linear all;
}
.card-counter.primary {
    background-color: #007bff;
    color: #FFF;
}
.card-counter.danger {
    background-color: #ef5350;
    color: #FFF;
}
.card-counter.success {
    background-color: #66bb6a;
    color: #FFF;
}
.card-counter.info {
    background-color: #26c6da;
    color: #FFF;
}
.card-counter i {
    font-size: 5em;
    opacity: 0.2;
}
.card-counter .count-numbers {
    position: absolute;
    right: 35px;
    top: 20px;
    font-size: 32px;
    display: block;
}
.card-counter .count-name {
    position: absolute;
    right: 35px;
    top: 65px;
    font-style: italic;
    text-transform: capitalize;
    display: block;
    font-size: 12px;
    color: black;
}
.other-info {
    padding: 20px;
    background: beige;
}
.site-footer {
    background-color: #26272b;
    padding: 45px 0 20px;
    font-size: 15px;
    line-height: 24px;
    color: #737373;
}
.site-footer hr {
    border-top-color: #bbb;
    opacity: 0.5
}
.site-footer hr.small {
    margin: 20px 0
}
.site-footer h6 {
    color: #fff;
    font-size: 12px;
    margin-bottom: 15px;
    font-weight: 600;
    letter-spacing: 2px
}
.blog-page-date-filter {
    padding: 22px;
    background: aliceblue;
    border: 1px solid #00000014;
}
.site-footer a {
    color: #737373;
}
.site-footer a:hover {
    color: #3366cc;
    text-decoration: none;
}
.footer-links {
    padding-left: 0;
    list-style: none;
    font-size: 11px;
}
.footer-links li {
    display: block
}
.footer-links a {
    color: #737373 font-size: 12px;
}

}
.footer-links a:active,
.footer-links a:focus,
.footer-links a:hover {
    color: #3366cc;
    text-decoration: none;
}
.footer-links.inline li {
    display: inline-block
}
.site-footer .social-icons {
    text-align: right
}
.site-footer .social-icons a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin-left: 6px;
    margin-right: 0;
    border-radius: 100%;
    background-color: #33353d
}
.copyright-text {
    font-size: 11px;
    padding-top: 14px;
}
@media (max-width:991px) {
    .site-footer [class^=col-] {
        margin-bottom: 30px
    }
}
@media (max-width:767px) {
    .site-footer {
        padding-bottom: 0
    }
    .site-footer .copyright-text,
    .site-footer .social-icons {
        text-align: center
    }
}
.social-icons {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}
.social-icons li {
    display: inline-block;
    margin-bottom: 4px
}
.social-icons li.title {
    margin-right: 15px;
    text-transform: uppercase;
    color: #96a2b2;
    font-weight: 700;
    font-size: 13px
}
.social-icons a {
    background-color: #eceeef;
    color: #818a91;
    font-size: 16px;
    display: inline-block;
    line-height: 44px;
    width: 44px;
    height: 44px;
    text-align: center;
    margin-right: 8px;
    border-radius: 100%;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear
}
.social-icons a:active,
.social-icons a:focus,
.social-icons a:hover {
    color: #fff;
    background-color: #29aafe
}
.social-icons.size-sm a {
    line-height: 34px;
    height: 34px;
    width: 34px;
    font-size: 14px
}
.social-icons a.facebook:hover {
    background-color: #3b5998
}
.social-icons a.twitter:hover {
    background-color: #00aced
}
.social-icons a.linkedin:hover {
    background-color: #007bb6
}
.social-icons a.dribbble:hover {
    background-color: #ea4c89
}
@media (max-width:767px) {
    .social-icons li.title {
        display: block;
        margin-right: 0;
        font-weight: 600
    }
}
.chart-ty {
    font-size: 23px;
    margin-top: 53px;
    text-align: center;
}
.table-candi {
    overflow-y: scroll;
    height: 300px;
    background-color: #f2f9ff;
}

/*Sub*/
.home-newsletter {
    padding: 45px 18px;
    background: #b7b7b7;
    margin-bottom: 20px;
}
.home-newsletter .single {
    max-width: 650px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 2;
}
.home-newsletter .single h2 {
    font-size: 22px;
    color: #333;
    text-transform: uppercase;
    margin-bottom: 40px;
}
.form-control {
    line-height: 30px;
    padding: 3px 5px;
    height: calc(2.25rem+2px);
}
.home-newsletter .single .form-control {
    height: 50px;
    background: rgba(255,
    255,
    255,
    0.6);
    border-color: transparent;
    border-radius: 20px 0 0 20px;
}
.home-newsletter .single .form-control:focus {
    box-shadow: none;
    border-color: #243c4f;
}
.home-newsletter .single .btn {
    min-height: 50px;
    border-radius: 0 20px 20px 0;
    background: #243c4f;
    color: #fff;
}

/*---------------------------------------login and reg page css--------------------------------------------------------------------------------*/
.stepwizard-step p {
    margin-top: 10px;
}
.stepwizard-row {
    display: table-row;
}
.stepwizard {
    display: table;
    width: 100%;
    position: relative;
}
.stepwizard-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}
.stepwizard-row:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #ccc;
    z-order: 0;
}
.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
}
.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
}

/******************** Login-area********************/
.wrapper {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    min-height: 100%;
    padding: 20px;
}
#formContent {
    -webkit-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
    background: #fff;
    padding: 30px;
    width: 90%;
    max-width: 450px;
    position: relative;
    padding: 0px;
    -webkit-box-shadow: 0 30px 60px 0 rgba(0,
    0,
    0,
    0.3);
    box-shadow: 0 30px 60px 0 rgba(0,
    0,
    0,
    0.3);
    text-align: center;
}
#formFooter {
    background-color: #f6f6f6;
    border-top: 1px solid #dce8f1;
    padding: 25px;
    text-align: center;
    -webkit-border-radius: 0 0 10px 10px;
    border-radius: 0 0 10px 10px;
}

/* TABS */
h2.inactive {
    color: #cccccc;
}
h2.active {
    color: #0d0d0d;
    border-bottom: 2px solid #5fbae9;
}

/* FORM TYPOGRAPHY*/
input[type=button],
input[type=submit],
input[type=reset] {
    background-color: #56baed;
    border: none;
    color: white;
    padding: 15px 80px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    text-transform: uppercase;
    font-size: 13px;
    -webkit-box-shadow: 0 10px 30px 0 rgba(95,
    186,
    233,
    0.4);
    box-shadow: 0 10px 30px 0 rgba(95,
    186,
    233,
    0.4);
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    margin: 5px 20px 40px 20px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
input[type=button]:hover,
input[type=submit]:hover,
input[type=reset]:hover {
    background-color: #39ace7;
}
input[type=button]:active,
input[type=submit]:active,
input[type=reset]:active {
    -moz-transform: scale(0.95);
    -webkit-transform: scale(0.95);
    -o-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
}
input[type=text],
input[type=password],
[type=email] {
    /*background-color: #f6f6f6;*/
    border: none;
    color: #0d0d0d;
    /*padding: 15px 32px;*/
    text-decoration: none;
    display: inline-block;
    /*width: 85%;*/
    width: 100%;
    border: 1px solid #dedede;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}
input[type=text]:focus {
    background-color: #fff;
    border-bottom: 2px solid #5fbae9;
}
input[type=text]:placeholder {
    color: #cccccc;
}

/* ANIMATIONS */

/* Simple CSS3 Fade-in-down Animation */
.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

/* Simple CSS3 Fade-in Animation */
@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@-moz-keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
.fadeIn {
    opacity: 0;
    -webkit-animation: fadeIn ease-in 1;
    -moz-animation: fadeIn ease-in 1;
    animation: fadeIn ease-in 1;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    animation-duration: 1s;
}
.fadeIn.first {
    -webkit-animation-delay: 0.4s;
    -moz-animation-delay: 0.4s;
    animation-delay: 0.4s;
}
.fadeIn.second {
    -webkit-animation-delay: 0.6s;
    -moz-animation-delay: 0.6s;
    animation-delay: 0.6s;
}
.fadeIn.third {
    -webkit-animation-delay: 0.8s;
    -moz-animation-delay: 0.8s;
    animation-delay: 0.8s;
}
.fadeIn.fourth {
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    animation-delay: 1s;
}

/* Simple CSS3 Fade-in Animation */
.underlineHover:after {
    display: block;
    left: 0;
    bottom: -10px;
    width: 0;
    height: 2px;
    background-color: #56baed;
    content: "";
    transition: width 0.2s;
}
.underlineHover:hover {
    color: #0d0d0d;
}
.underlineHover:hover:after {
    width: 100%;
}

/* OTHERS */
*:focus {
    outline: none;
}
#icon {
    width: 60%;
}
section.login-reg {
    margin-top: 3%;
    margin-bottom: 10%;
}
.term-con {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}
.frm-submit {
    width: 50%;
    margin: 0 auto;
    text-align: center;
}
.navbar-nav {
    padding: 19px;
}
li.avatar img {
    width: 30%;
}
.heading {
    color: #3075e8;
    border-bottom: solid 1px #ccc;
    font-size: 14px;
}
.skills li {
    display: inline-block;
    margin-bottom: 5px;
}
.skills li a {
    border: solid 1px #ccc;
    padding: 3px 10px;
    border-radius: 10px
}
.Benifits {
    line-height: 18px;
}
.Benifits div {
    padding: 10px;
    border-right: solid 1px #ccc;
    border-bottom: solid 1px #ccc
}
.Benifits i.fas {
    display: block;
    margin: auto;
    font-size: 24px;
    color: #999;
}
.fa-ul {
    font-size: 12px;
    color: #62728e;
}
.fa-ul>li {
    margin-top: 5px;
}
hr.style1 {
    border-top: 1px solid #8c8b8b;
}
.save-btn-area {
    padding-top: 30px;
}
.total-post {
    display: flex;
}
ul.post {
    display: flex;
    padding-right: 10px;
    padding-left: 10px;
    color: #707173;
    font-size: 10px;
}
ul.appli {
    display: flex;
    padding-right: 10px;
    padding-left: 10px;
    color: #707173;
    font-size: 11px;
}
a.like-this {
    float: right;
    font-size: 11px;
    font-weight: 700;
}
.gray {
    font-size: 12px;
    color: #4d4f52;
    font-weight: 700;
}
.light-disp {
    color: #515156;
}
.card.hovercard .avatar img {
    width: 100px;
    height: 100px;
    max-width: 100px;
    max-height: 100px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 5px solid rgba(255,
    255,
    255,
    0.5);
}
.card.hovercard .cardheader {
    background: url(../images/banner2.jpg) no-repeat 0px 0px;
    background-size: cover;
    height: 135px;
}
.card.hovercard .info {
    padding: 4px 8px 10px;
    text-align: center;
}
.card.hovercard .avatar {
    position: relative;
    top: -50px;
    margin-bottom: -50px;
    text-align: center;
}
.card.hovercard .info .title {
    margin-bottom: 4px;
    font-size: 24px;
    line-height: 1;
    color: #262626;
    vertical-align: middle;
}
.bottom {
    text-align: center;
}
.candidate-reg-page {
    background: #e0e0e0;
    padding: 2%;
    border-radius: 13px;
    box-shadow: 0px 2px 4px 1px #9dabaf;
}
.title-banner-center {
    color: #fff;
    padding-top: 4%;
    text-align: center;
}
input.input-full-wid {
    width: 100%;
    padding: 15px 32px;
}
.title {
    color: #fff;
    padding-top: 15%;
}
.title h2 {
    margin-bottom: 37px;
}
.box-shdo {
    background: #00000091;
    box-shadow: 0px 0px 2px 0px black;
}
.service-categories {
    padding-top: 3em;
    padding-bottom: 3em;
    background-size: cover;
}