﻿*, :after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font-family: 'Varela Round', sans-serif;
    font-weight: normal;
    font-size: 15px;
    line-height: 1.5;
    color: #666666;
    padding-top: 60px;

}

a {
    color: #666666;
    text-decoration: none;
    
            -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}
    a:hover, a:active {
    text-decoration:none;
    }
.smart-scroll{
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
      background-color: #ffffff;
      box-shadow: inset rgba(0,0,0,.1) 0 -1px 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}
.scrolled-down{
   transform:translateY(-100%); transition: all 0.3s ease-in-out;
}
.scrolled-up{
   transform:translateY(0); transition: all 0.3s ease-in-out;
}
#button {
  display: inline-block;
  background-color: #ee7125;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#button::after {
  content: "\f106";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
}
#button:hover {
  cursor: pointer;
  background-color: #29489e;
}
#button:active {
  background-color: #dd3393;
}
#button.show {
  opacity: 1;
  visibility: visible;
}
.my-navabr li {
margin:0 5px;
}
    .my-navabr li:last-child {
    margin-right:0;
    }

.home-sec1 h1 {
 animation: typing 4s steps(20);
  overflow: hidden;
  animation-iteration-count: 1;
   letter-spacing: 1px;
  white-space: nowrap;
  color:#fff;
}
@keyframes typing {
  0% {
    width: 0ch;
  }
  100% {
    width: 20ch;
  }
}
footer .fa {
        margin-right: 10px;
}

.my-navabr li a {
        font-size: 15px;
    vertical-align: middle;
    margin: 2px 0;
    padding: 8px 14px;
    display: block;
    border: 1px solid transparent;
        border-radius: 4px;
        text-transform: uppercase;
            -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}
.my-navabr li a:hover, .my-navabr li a:active {
 border: 1px solid #666666;
 font-weight:bold;
     color: #666666;

}
.home-sec1 {
background:url(../img/banner.jpg)no-repeat center center / cover; 
    padding: 230px 0;
}
.screen-reader-text, .search_jobs label, .search_resumes label, .site-description {
    position: absolute!important;
    clip: rect(1px,1px,1px,1px);
}
.search_jobs > div input, .search_jobs > div select{
    line-height: 1;
    font-size: 16px;
        padding: 10px 14px;
    background: #fff;
        border-radius: 6px;
            color: #797979;
                margin: 0;
    max-width: 100%;
        border-color: transparent;
}
footer a {
color:#ffffff;
}

footer a:hover, footer a:active {
    color: #ee7125;
    
}
footer .get-in p:hover {
     color: #ee7125;
}
input:focus, select:focus, textarea:focus {
    outline: 0;
}
.search_jobs .search_keywords, .search_jobs .search_location, .search_jobs .search_categories {
    margin-right: 15px;
}
.search_jobs {
    margin-top: 20px;
}
.search_jobs .banner-search {
    background-color: #29489f;
    color: #fff;
    
     -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}
    .search_jobs .banner-search:hover, .search_jobs .banner-search:active {
        background-color: #df2f94;
    color: #fff;
    cursor:pointer;
    }
.home-sec2, .home-sec4, .home-sec6 {
    margin: 5em auto;
}
.compay-list {
    margin-top: 2em;
}
.home-sec3 {
    background:url(../img/home-sec3.jpg)no-repeat center center / cover; 
    background-attachment:fixed;
      padding: 5em 0;
      color:#ffffff;
    
}

.white-btn {
    background-color:#fff;
    color:#666666;
    border-color: #fff;
    border-radius: 4px;
    text-transform: uppercase;
    padding: 7px 20px;
}
    .white-btn:hover, .white-btn:active {
    background-color:transparent;
    color:#fff;
    }
.company-logo img {
width:70px;
}
.ul-li li{
position:relative;
    margin-bottom: 0.2em;
}
.home-sec6-i {
margin:4em 0;
}
    .ul-li li:before {
    content:'\f00c';
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 15px;
    color: #666666;
    margin-right: 6px;
    }

.comp-location p:before {
       content: "\f041";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 15px;
    color: #666666;
    margin-right: 6px;
}
.job-time {
    background-color: #29489f;
    padding: 4px 30px;
    color: #ffffff;
    border-radius: 150px;
}
    .job-time:hover, .job-time:active {
    text-decoration:none;
        background-color: #ee7125;
        color: #ffffff;
    }
.name h4 {
    font-size: 18px;
}
.job-time-p {
     background-color: #dd3393;
        color: #ffffff;
         padding: 4px 30px;
         border-radius: 150px;
}
    .job-time-p:hover, .job-time-p:active {
     background-color: #ee7125;
      color: #ffffff;
    }
.job-listing li {
position:relative;
}
.job-listing li:before {
        content: '';
    border-left: 2px solid transparent;
    position: absolute;
    left: 0;
    
    height: 100%;
    top: 0;

}
    .job-listing li:nth-child(odd):hover:before {
    border-left: 2px solid #29489f;
    }
    .job-listing li:nth-child(even):hover:before {
    border-left: 2px solid #dd3393;
    }

.title h2 {
margin-bottom:2em; 
}
.org-btn {
    border: 1px solid #ee7125;
    color: #ee7125;
}
    .org-btn:hover, .org-btn:active {
    background-color:#ee7125;
    color:#ffffff;
    }
.home-sec5 {
    background:url(../img/home-sec5.jpg)no-repeat center center / cover; 
    background-attachment:fixed;
      padding: 6em 0;
      color:#ffffff;
}
#counter {
    margin: 0;
 
    list-style: none;
    padding: 0;
}
#counter li {
      flex: auto;
  text-align: center;
  border-right:1px solid #ddd;

}
    #counter li:last-child {
      border-right:1px solid transparent;
    }
#counter span.percent:after {
  content: "+";
  display: inline-block;
}
    #counter li p {
    font-size:18px;
    }
        #counter li span {
    font-size:30px;
    }
.home-sec7 {

    background-color: #fff;
    padding: 5em 0;
    color:#222;
}
.home-sec3 p {
    text-shadow: 1px 1px 20px #000;
}

.home-sec3 .ul-li li {
     text-shadow: 1px 1px 20px #000;
}
    .home-sec3 .ul-li li:before {
    color:#fff;
         text-shadow: 1px 1px 20px #000;
    }
    .home-sec7 a {
    color:#222;
    }
    .table-hover tbody tr:hover {
    background-color: rgba(0,0,0,0.5);
}
footer {
    background-color: #666666;
    padding:5em 0;
    color:#ffffff;
}
.copyright {
    color: #b2b2b2;
        padding: 30px 0;
    overflow: hidden;
    box-shadow: inset rgba(255,255,255,.1) 0 1px 0;
    position: relative;
}
.footer-social {
    float: right;
    width: auto;
    color: #b2b2b2;
    margin: 0;
}

    .footer-social .fa {
     color: #b2b2b2;
    }
    .footer-social a {
    margin:0 10px;
    }
        .footer-social a:last-child {
        margin-right:0;
        }
        .btn-primary {
    color: #fff;
   
    border-color: #29489f;
    background-color: #29489f;
}
            .btn-primary:hover, .btn-primary:focus {
                background-color: #ee7125;
                        box-shadow: none;
                         border-color: #ee7125;
                        color: #fff;
            }

            .blink_me {
  animation: blinker 1s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}
        .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #ffffff;
    outline: 0;
       box-shadow: 0 0 0 0.1rem rgb(200 203 206 / 25%);
}

@media (max-width: 767px) {
    .navbar-toggler-icon:after {
        content: "\f0c9";
        
    font-family: FontAwesome;
        font-size: 20px;
    color: #666666;
    }
    .navbar-toggler:focus, .navbar-toggler:hover {
    outline:none;
    }
    .home-sec1 {
    background: url(../img/banner.jpg)no-repeat center center / cover;
        padding: 100px 0;
}
        .home-sec1 h1 {
            font-size: 35px;
        }
        .home-sec1 p {
            text-align: center;
            font-size:14px;
        }
    .search_keywords, .search_location, .search_categories, .search_submit {
        width: 80%;
    margin: 10px 0;
    }
    .search_jobs > div input, .search_jobs > div select {
     width: 100%;
    }

    .job-listing .company-logo {
        -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33%%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
    }
    .job-listing .name {
            -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66% %%;
    flex: 0 0 66.66%;
    max-width: 66.66%;
    
    }
    .job-listing .comp-location, .job-listing .job-timing{
        -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;

    text-align: center;
    }
    .home-sec5 .col-6 {
            -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    }
    #counter {
        display: flex;
  
    justify-content: center;
    }
    #counter li {
    flex: 1;
    text-align: center;
    border-right: 0px solid #ddd;
        margin-right: 15px;
}
    #counter li span {
    font-size: 18px;
}
    #counter li p {
    font-size: 14px;
    text-align: center;
}

    .footer-social {
        display: none;
    }
  
}


@media only screen and (max-width: 960px) and (min-width: 767px) {
    .carr-sec-1 .job-listing li .row .col-1,  .carr-sec-1 .job-listing li .row .col-8,  .carr-sec-1 .job-listing li .row .col-3{
        -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    }

    }

.containerw {
    width: 85%;
    background: #fff;
    border-radius: 6px;
    padding: 20px 60px 30px 40px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

    .containerw .content {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

        .containerw .content .left-side {
            width: 25%;
            height: 100%;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            margin-top: 15px;
            position: relative;
        }

.content .left-side::before {
    content: '';
    position: absolute;
    height: 70%;
    width: 2px;
    right: -15px;
    top: 50%;
    transform: translateY(-50%);
    background: #afafb6;
}

.content .left-side .details {
    margin: 14px;
    text-align: center;
}

    .content .left-side .details i {
        font-size: 30px;
        color: #3e2093;
        margin-bottom: 10px;
    }

    .content .left-side .details .topic {
        font-size: 18px;
        font-weight: 500;
    }

    .content .left-side .details .text-one,
    .content .left-side .details .text-two {
        font-size: 14px;
        color: #afafb6;
    }

.containerw .content .right-side {
    width: 75%;
    margin-left: 75px;
}

.content .right-side .topic-text {
    font-size: 23px;
    font-weight: 600;
    color: #3e2093;
}

.right-side .input-box {
    height: 50px;
    width: 100%;
    margin: 12px 0;
}

    .right-side .input-box input,
    .right-side .input-box textarea {
        height: 100%;
        width: 100%;
        border: none;
        outline: none;
        font-size: 16px;
        background: #F0F1F8;
        border-radius: 6px;
        padding: 0 15px;
        resize: none;
    }

.right-side .message-box {
    min-height: 110px;
}

.right-side .input-box textarea {
    padding-top: 6px;
}

.right-side .button {
    display: inline-block;
    margin-top: 12px;
}

    .right-side .button input[type="button"] {
        color: #fff;
        font-size: 18px;
        outline: none;
        border: none;
        padding: 8px 16px;
        border-radius: 6px;
        background: #3e2093;
        cursor: pointer;
        transition: all 0.3s ease;
    }

.button input[type="button"]:hover {
    background: #5029bc;
}

@media (max-width: 950px) {
    .containerw {
        width: 90%;
        padding: 30px 40px 40px 35px;
    }

        .containerw .content .right-side {
            width: 75%;
            margin-left: 55px;
        }
}

@media (max-width: 820px) {
    .containerw {
        margin: 40px 0;
        height: 100%;
    }

        .containerw .content {
            flex-direction: column-reverse;
        }

            .containerw .content .left-side {
                width: 100%;
                flex-direction: row;
                margin-top: 40px;
                justify-content: center;
                flex-wrap: wrap;
            }

                .containerw .content .left-side::before {
                    display: none;
                }

            .containerw .content .right-side {
                width: 100%;
                margin-left: 0;
            }
}
.box-model {
    border: 2px solid pink;
    border-radius: 7px;
    text-align:center;
    background: #f9d9cc;
    padding:35px;
}
    .box-model:hover {
        background: #ffb99d;
    }
.fs-20{
    font-size:20px;
}
.h-222{
    height:222px;
}
.padding-37{
    padding:23px;
}

/* Mobile view */
@media (max-width: 767px) and (orientation: portrait) {
    .gp {
       gap:15px;
    }
}


@media (max-width: 767px) and (orientation: landscape) {
    .gp {
        gap: 15px;
    }
}
