/*======================
    COMMON CSS START
========================*/
article, aside, audio, canvas, command, datalist, searchs, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video, banner {
    display:block
}
mark, rp, rt, ruby, summary, time {
    display:inline
}
body {
    color: #0F172A;
    font-size: 14px;
    line-height: 1.4;
    font-family: Montserrat;
    font-weight: 500;
}
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

#{
    font-family: Montserrat;
}

a {
    cursor: pointer;
    outline: 0 none;
    text-decoration: none !important;
    font-family: Montserrat;
    display: block;
    color: #0F172A;
    transition: 0.3s;
    font-weight: 500;
}
a:focus {
    outline: thin dotted;
    outline-offset: -2px;
    color: #0F172A;
}
a:hover, a:focus {
    text-decoration: underline;
    outline: none;
    color: #0F172A;
}
*::before, *::after {
    box-sizing: border-box;
}
.top-bottom{
    padding: 30px 0px;
}
input:focus::-webkit-input-placeholder { color:transparent; border-color: red; }
input:focus:-moz-placeholder { color:transparent; } /* FF 4-18 */
input:focus::-moz-placeholder { color:transparent; } /* FF 19+ */
input:focus:-ms-input-placeholder { color:transparent; } /* IE 10+ */
li {
    line-height: 18px;
    list-style: outside none none;
}
p {
    color: #696969;
    font-family: Montserrat;
    margin: 0 0 10px;
    padding: 0px;
    font-size: 14px;
    font-weight: 500;
}
input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus, input[type="text"]:focus,
{
    outline: none !important;
}
input[type="text"], input[type="email"], input[type="password"], textarea {
    padding: 7px 5px;
    border: #d8d8d8 1px solid;
    color:#444;
    font-size: 13px;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    border-radius:3px;
}
input[type="text"]:focus, input[type="text"]:focus-visible, input[type="email"]:focus, input[type="password"]:focus, textarea:focus {
    border: #5b40a9 1px solid;
    -moz-box-shadow: 0 0 5px #bbb;
    -webkit-box-shadow: 0 0 5px #bbb;
    box-shadow: 0 0 5px #bbb;
}
input:required {
    box-shadow:none;
}
input:invalid {
    box-shadow:none;
}
h1 {
    padding:0px;
    margin:0px;
}
h2 {
    padding:0px;
    margin:0px;
}
h3 {
    padding:0px;
    margin:0px;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6
{
    color: #212121;
    font-family: Montserrat;
    letter-spacing: 0px;
    font-weight: 600;
}
.about-us h5{
    color: #0F172A;
}

img {
    display: inline-block;
    max-width: 100%;
    border:none;
    height: auto;
}
ul {
    margin:0;
    padding:0;
}
li {
    list-style:none;
    text-align:left;
}
article {
    width:100%;
    float:left;
    position:relative;
    z-index:-9999;
}
section {
    overflow: hidden;
    width: 100%;
    float:left;
    position: relative;
}
header {
    width:100%;
}

nav {
    overflow:hidden;
    width:100%;
    float:left;
}
select{
    border: #d8d8d8 1px solid;
    background: url("../img/d-arrow.png") no-repeat scroll 98% center #FFFFFF !important;
    background-color: rgb(255, 255, 255);
    -webkit-appearance: none;
    -moz-appearance: none !important;
    background-color: #FFFFFF;
    border-radius: 3px;
    font-size: 14px;
    padding: 5px 4px 4px;
    text-indent: 0.01px;
    box-shadow: none;
    text-overflow: '';
    display: inline-block;
    cursor: pointer;
}


.color-dark{
    color: #000;
}
/*======================
    COMMON CSS END
========================*/

/*======================
    HEADER CSS START
========================*/
.top-header{
    background: #0F172A;
    padding: 5px;
}
.top-header li{
    display: inline-flex;
}
.top-header a {
    color: #fff;
}
.top-header a hover:{
    text-decoration: underline;
}


.dropbtn {
    background-color: transparent;
    color: #0F172A;
     font-size: 16px;
    border: none;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

 
.dropdown:hover .dropdown-content {display: block;}


.main-menu a {
    padding-right: 30px;
}
li.user_signin.amigoways-btn {
    border: solid 1px #3B82F6 !important;
    background: #fff;
    padding: 10px 30px;
    margin-bottom: 10px;
    color: #3B82F6 !important;
    margin-right: 10px;
}
.our-produdts h2{
    margin: 41px 0px 25px;
}
li.user_signup.amigoways-btn{
    padding: 10px 20px;
}
li.user_signin.amigoways-btn a{
    color: #3B82F6;
}
.projects-and-business-counts{
    background: url(../img/business-people.jpg);
    padding: 100px 0px;
    margin: 50px 0px;
}
.projects-and-business-counts h2{
    font-size: 45px;
}
.banner .amigoways-btn a{
    color: #fff;
}





.logos-companys{
    margin: 30px 0px;
}
.services-title{
    text-align: center;
}
.services-title .title h2{
    padding: 15px 0px;
}
.home-banner{
    height: auto; 
    background: #fff;
}
.about-us {
    margin-top: 20px;
}
.services h2{
    padding-top: 30px;
    padding-bottom: 20px;
}
.about-us p{
    margin-top: 25px;
}
.services{
    background-image: url(../img/why-choose-us-background.jpg);
    height: auto;
    margin: 30px 0ox 30px 0px !important;
}
.about-us-two{
    padding: 0px 0px 0px 20px;
    border-style: solid;
    border-width: 0px 0px 0px 5px;
    border-color: #000;
}
.about-us h2{
    font-weight: 700;
}
.about-us span{
    padding-top: 10px;
}
.about-us .amigoways-btn a{
    color: #fff;
}

.home-banner .amigoways-btn{
    margin-bottom: 0px;
}
.banner{
    padding: 30px 0px 0px 0px;
    background-repeat: repeat;
    background-size: auto;
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
}
.web_banner{
    padding: 300px 0px 150px 0px;
    background:  url(../img/web_banner.png);
    background-repeat: repeat;
    background-size: auto;
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
}
#web_banner{
    padding: 0px;
}
#web_banner img{
    width: 100%;
}

.home-banner p{
    margin-top: 30px;
}
.main-menu{
    padding-top: 33px;
    text-align: center;
}
.main-menu select{
    border: none;
    width: 60px;
}
.main-menu select.options-01 {
    width: 155px;
}
.main-menu select.options-02 {
    width: 175px;
}
.main-menu li{
    display: inline-flex;
}
.navbar-right a{
    color: #fff;
}
.sign-btu{
    padding-top: 21px;
}
header{
    padding-bottom: 7px;
}
.banner-search h1{
    font-weight: 700;
    margin-top: 45px;
    padding-bottom: 20px;
}
.banner-search p{
    padding-bottom: 20px;
    color: #000;
}
.banner-search{
    text-align: center;
}
input[type="text"] {
    width: 100%;
    border: none;
    border: 1px solid #767676;
    height: 50px;
    border-radius: 5px;
}
.banner p{
    padding: 10px 0px;
}

.home-banner .fa{
    padding: 0px 4px
}
.banner h1 {
    padding: 10px 0px;
    font-weight: 700;
}
.banner img{
    align-items: center;
}
.banner-img{
    text-align: right;
}
.experience select {
    width: 100%;
    border: none;
    border-right: 1px solid #0F172A;
    height: 50px;
    color: #000;
    border-radius: 0px;
}
.job-search-background{
    border: solid 2px #0F172A;
    height: auto;
    padding: 10px !important;
}
.col-md-12.col-sm-12.col-xs-12.job-search-background.paddingzero {
    padding: 2px !important;
    border-radius: 10px;
}
.search-btn input.amigoways-btn {
    padding: 15px 30px;
    width: 100%;
    border-radius: 0px 7px 7px 0px;
}
.our-produdts p{
    font-weight: bold;
    color: #e1840f;
    margin: 0px;
}
.banner .amigoways-btn{
    background: #e82329;
}
.contact-form .amigoways-btn{
    background: #e82329;
}
.top-feature-companies h2{
    text-align: center;
    font-weight: 500;
    margin-top: 45px;
    margin-bottom: 30px;
}
.company-logos{
    margin: 20px 0px 20px 0px;
}
.job-category img {
    margin: 35px 0px;
}
.job-category a {
    text-align: center;
}
.banner-search{
    margin-bottom: 20px;
}
.latest-jobs h2{
    text-align: center;
    font-weight: 500;
    margin-top: 45px;
    margin-bottom: 30px;
}
.company-name-logo{
    display: inline-flex;
}
.company-name-logo p {
    font-size: 17px;
    font-weight: 700;
    color: #000;
    margin: 12px 10px;
}
.latest-jobs-box{
    box-shadow: 0 14px 28px rgb(0 0 0 / 15%), 0 10px 10px rgb(0 0 0 / 15%);
    padding: 10px;
    margin-bottom: 20px;
    border-radius: 10px;
}
.job-name-title a{
    font-size: 20px;
    font-weight: 700;
    color: #000;
}
.location-experience a{
    color: #000;
    display: inline-flex;
}
.location-experience img {
    width: 15px;
    height: max-content;
}
.register-now{
    margin-bottom: 20px;
    background-image: url('http://localhost/azlan/php/consultancy-site/assets/img/banner/register-now.png');
    height: auto;
}
.register-now h2{
    font-size: 40px;
    color: #fff;
    font-weight: 300;
    margin: 30px 0px 20px 0px;
}
.register-now p{
    color: #fff;
    font-weight: 300;
}
.register-now .amigoways-btn{
    background: transparent;
    border: solid 2px #fff !important;
    margin-bottom: 30px;
}
.services h2{
    text-align: left;
    color: #fff;
    font-weight: 700;
    margin-top: 45px;
    margin-bottom: 30px;
}
.services{
    text-align: left;
    margin: 25px 0px;
    padding: 30px 0px;
}
.services .design{
    padding: 0px 0px 0px 35px;
    border-style: solid;
    border-width: 0px 0px 0px 5px;
    border-color: var(--e-global-color-4da9a17);
}
.services h5{
    color: #fff;
}
.services-text-box{
    text-align: left;
    padding: 35px 0px;
}
.services-text-box span{
    font-weight: 700;
    font-size: 20px;
    color: #000;
}
.services-text-box p{
    color: #898989;
    padding: 15px 0px;
}
.testimonials{
    background-image: url('http://localhost/azlan/php/consultancy-site/assets/img/banner/testimonials.png');
    text-align: center;
    margin-bottom: 20px;
}
.testimonials h2{
    font-weight: 700;
    margin-top: 45px;
    margin-bottom: 30px;
    color: #fff;
}
.testimonials img{
    max-width: 85%;
}
.testimonials-user{
    margin-top: 5px;
}
.testimonials p{
    color: #121212;
    font-weight: 400;
}
.testimonials-box{
    background: #fff;
    border-radius: 10px;
    padding: 10px;
    margin: 20px 10px;
}
.user-name{
    text-align: left;
}

.testimonials-box p{
    color: #121212;
}
.description{
    text-align: left;
    color: #121212;
    padding-top: 10px;
}



.discover-the-key h2{
    color: #089920;
    font-weight: 800;
    padding-bottom: 20px;
}
.discover-the-key img{
    border-radius: 30px;
}
.discover p{
    text-align: center;
    color: #121212;
    padding: 10px;
    font-weight: 700;
}
.discover-text h5{
    font-size: 20px;
    font-weight: 700;
    color: #565656;
}
.introduction-to-our-services h2{
    color: #13679b;
    font-weight: 800;
    padding-bottom: 20px;
}
.introduction-to-our-services img{
    width: 90px;
}
.introduction{
    text-align: center;
}
.introduction-background{
    background: #c0e0f2;
    padding: 50px 0px 50px 0px;
}
.introduction-img{
    margin-top: 35px;
}

.introduction-text{
    text-align: left;
    padding: 58px 20px 20px 21px;
    background: #fff;
    margin-top: -40px;
    height: 630px;
    border-radius: 50px;
}
.introduction span {
    font-weight: 700;
    color: #121212;
}
.discover-background{
    padding: 30px 0px 30px 0px;
}
.testimonials-box img{
    width: 85px;
    padding-bottom: 9px;
}
.testimonials-box span {
    font-weight: 700;
    color: #121212;
}
.testimonials-box a{
    color: #a9661f;
}
.testimonials-box{
    background: #efeded !important;
}
.testimonials h2{
    color: #089920;
    font-weight: 800;
}
.testimonials h2 {
    margin-bottom: 15px;
}
.contact-us-background{
    background: #4f443e;
}
 .intro-ul-section {
    color: #696969;
    margin-bottom: 25px;
 }

 .intro-ul-section li{
    color: #696969;
 }
 .text-white{
    color:#fff !important;
 }


.content-forminput[type="text"], input[type="email"], input[type="password"], textarea {
    padding: 7px 5px;
    border: #d8d8d8 1px solid;
    color: #444;
    font-size: 13px;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.pno_prefix {
    height: 50px;
    padding: 14.5px 0px !important;
}
.input-box{
    margin-top: 183px;
    padding-left: 29px;
}
.main-footer{
    background: #0F172A;
    padding-bottom: 10px;
}
.footer{
    padding: 40px 0px;
}
.main-footer{
    /*margin-top: 50px;*/
}
.footer-widget-01 img{
    width: 157px;
}
.footer p{
    margin-top: 20px;
    color: #fff;
    font-weight: 600;
    font-size: 15px;
}
.footer span{
    padding: 5px 0px;
    color: #fff;
}
.footer_social_link{
    display: flex;
}
.footer_social_link .fa{
    padding: 8px 11px;
    background-color: #fff;
    border-radius: 100%;
    margin: 0px 5px 10px 0px;
    color: #1d2a38;
}
.footer a {
    padding: 2px 0px;
    color: #fff;
}
.display-flex{
    margin-top: 15px;
}
span.footer-about-us {
    padding: 0px 30px 0px 0px;

}
a .right {
    font-weight: 700;
}
.display-flex a{
    display: flex !important;
}
.copy-rights .right a {
        float: left !important;
        width: 100%;
    }
.copy-rights a{
    display: flex !important;
}
.search-box-01 input[type="text"]{
    width: 100%;
    border: none;
    border-right: 1px solid #0F172A;
    height: 40px;
    border-radius: 0px;
}
.experience-all select {
    width: 100%;
    border: none;
    border-right: 1px solid #0F172A;
    height: 40px;
    padding: 11px 2px 11px !important;
    color: #000;
    border-radius: 0px;
}
.mid-header{
    margin-bottom: 20px;
}
.search-box input[type="text"] {
    border: none;
    border-right: 1px solid #767676;
    border-radius: 0px;
}
.home-menu{
    padding: 0px;
    background: transparent !important;
} 
.dropbtn {
    background-color: transparent;
    color: #0F172A;
     font-size: 16px;
    border: none;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 200px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

 
.dropdown:hover .dropdown-content {
    display: block;
}

.banner-border{
    border: solid 3px #0F172A;
    width: 150px;
    border-radius: 20px;
}
.social_link a .fa {
    border-radius: 50%;
    color: #fff !important;
    line-height: 15px;
    text-align: center;
    font-size: 15px;
}
.social_link .fa-facebook {
    background: linear-gradient(to bottom, #3580b3 25%, #001e71 75%);
    padding: 8px 11px;
}
.social_link .fa-twitter {
    background: linear-gradient(to bottom, #70c4df 25%, #0359c5 75%);
    padding: 8px;
}
.social_link .fa-whatsapp {
    background: linear-gradient(to bottom, #63b76a 25%, #005312 75%);
    padding: 8px 9px;
}
.social_link .fa-instagram {
    display: inline-block;
    background: #d6249f;
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    box-shadow: 0px 3px 10px rgba(0, 0, 0, .25);
    padding: 8px 9px;
}
.social_link .fa-youtube {
    background: linear-gradient(to bottom, #ff847e 25%, #fb0000 75%);
    padding: 8px 9px;
}
.social_link .fa-pinterest {
    background: linear-gradient(to bottom, #ef97a8 25%, #ad000b 75%);
    padding: 8px 6px;
    font-size: 22px !important;
}
.social_link .fa-linkedin {
    background: linear-gradient(to bottom, #007ab9 25%, #2a445d 75%);
    padding: 8px 9px;
}
.social_link li a {
    margin-right: 7px;
}
.footer_menu a {
    padding: 0 7px 15px 0px;
}
.social_link {
    display: inline-flex;
}
.footer-terms-and-conditions{
    display: block !important;
}
.footer-widget-04 img{
    width: 40%;
}
.add-banner{
    margin: 30px 0px;
}

















































































































































































@media (min-width: 768px)
.col-sm-6 {
    width: 50%;
    display: none;
}




/*======================
    RESPONSIVE VIEW START
========================*/

/*Full view Start*/
@media(min-width: 981px) 
{
    




}
/*Full view End*/


/*Tab view Start*/
@media (min-width:768px)
{

    
    
}
/*Tab view End*/

/*Mobile view Start*/
@media (max-width:576px) 
{
.services-text-box {
    text-align: center;
}
.search-btn input.amigoways-btn {
    border-radius: 7px;
}
.save-btn .amigoways-btn{
    width: 88%;
}



}
/*Mobile view End*/

/*Tab and Mobile view Start*/
@media(max-width: 980px) 
{
    .main-menu {
    display: none !important;
}
.top-header{
    display: none;
}
.search-menu{
    display: none;
}
.rating-view-more img {
    width: 35%;
}
.rating-view-more a {
    width: 16%;
}
.companys-search-box {
    padding: 5px !important;
}
.companys-search input.amigoways-btn {
    margin: 8px 19px;
}







}
/*Tab and Mobile view End*/


/*======================
    RESPONSIVE VIEW END
========================*/




































/*======================
    HEADER CSS END
========================*/



    /*Script page*/
    .page-menu-section 
    {
        overflow: scroll;
        max-width: 800px;
    }
    .page-menu-section #onepage-nav {
        min-width: 800px;
    }


    /* Footer page */
    .copyright_con.copyright_con
    {
        text-align: center;
        display: block;
    }
    .copyright_menu li:last-child a
    {
        border-right: none;
    }
    .footer_column
    {
        padding: 10px 0px;
    }
    .payment_method
    {
        border: none;
    }
    .subscribe_settings .amigoways-btn
    {
        text-align: center;
        width: auto;
    }
}
@media(max-width: 599px)
{
    .my_model_popup .modal-dialog
    {
        margin:20px 20px;
    }
    .social_login
    {
        width: 100%;
        text-align: center;
    }
}
@media(max-width: 479px)
{
    .popup_tab_content, .signin_content
    {
        padding: 15px 10px 16px;
    }
    .footer_social_link li a
    {
        padding-right: 2px;
    }
}
.career-resources-img{
    width: 80px;
    background: #fff;
    border-radius: 100%;
    padding: 3px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}
.three-box{
    margin: 41px 0px 25px;
}
.career-resources-box{
    background: #fff;
    border-radius: 10px;
    padding: 35px 10px 10px 10px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    margin-top: -30px;
}
.career-resources-box p{
    font-weight: 800;
    color: #121212;
}
.career-resources-box span{
    font-size: 12px;
    color: #979797;
}

.event-background{
    background: url(http://localhost/azlan/php/fststeps/assets/img/banner/event-background.png);
    padding: 20px 0px 50px 0px;
}
.header-title h6{
    font-size: 14px;
    color: #3B82F6;
    margin-top: 30px;
}
.header-title{
    text-align: center;
}
.header-title h2{
    font-weight: 700;
    padding-bottom: 7px;
}
.event-img{
    border-radius: 10px;
    width: 150px;
    text-align: left;
    margin-top: -50px;
    display: inline-flex;
}
.event-box{
    background-color: #fff;
    box-shadow: 0 14px 28px rgb(0 0 0 / 15%), 0 10px 10px rgb(0 0 0 / 15%);
    border-radius: 10px;
    padding: 15px 0px 0px 0px;
    width: 100%;
}
.user-image{
    width: 50px;
    height: 50px;
}
.event-box p{
    display: inline;
}
.event-box span{
    display: inline;
}
.event-box img{
    margin-right: 8px;
}
.event-name{
    margin-right: 8px;
}
.event-top-img{
    display: inline-flex;
}
.event-top-box{
    margin-top: -50px;
    width: 100%;
}
.event-box{
    margin-top: 100px;
    margin-left: 10px;
}
.event-name p{
    color: #000;
    font-weight: 700;
    margin-top: 7px;
}
.event-name span{
    font-size: 10px;
    color: #333333;
}
.event-title-details{
    margin: -210px 0px 230px 0px;
}
.event-date-details{
    font-size: 10px;
    color: #000;
    font-weight: 600;
}
.event-date-details img{
    margin: 0px;

}
.event-date-details span{
    margin: 2px 0px 0px 2px;
}
.event-date-details a{
    font-weight: 800;
    font-size: 20px;
    color: #000;
}
.event-date-details{
    margin-left: 50px;
}
.event-title-box{
    margin-top: -150px !important;
}
.margin-left-p{
    margin-left: -25px;
}
.event-date-details p{
    color: #FF0000;
    font-weight: 900;
}
.event-button{
    background: #3B82F6;
    padding: 10px 15px;
    color: #fff;
    font-weight: 500;
    border: none;
    border-radius: 5px;
    margin-left: 25px;
    margin-top: 7px;
}
.testimonials-text-box{
    background: url(http://localhost/azlan/php/fststeps/assets/img/testimonials.png);
}
.testimonials-img img{
    width: 100px;
    margin: 15px;
    height: fit-content;
}
.testimonials-img p{
    margin-top: 15px;
}
.testimonials-img{
    display: inline-flex;
}
.testimonials-footer img{
    width: 120px;
    margin: 10px 0px 0px 120px;
}
.testimonials-footer p{
    color: #000;
    font-weight: 700;
    margin-top: 7px;
    margin-bottom: 0px;
}
.testimonials-footer span{
    font-size: 10px;
    color: #333333;
}
span .ster{
     color: #000;
    font-weight: 700;
    margin-top: 7px;
    margin-bottom: 0px;
}
.testimonials-text-box{
    box-shadow: 0 14px 28px rgb(0 0 0 / 15%), 0 10px 10px rgb(0 0 0 / 15%);
    padding: 10px 0px;
    margin: 40px 0px;
    border-radius: 10px;
}
.blog-image{
    background: url(http://localhost/azlan/php/fststeps/assets/img/blog-img.png);
    color: #fff;
    border-radius: 10px;
    padding: 5px 10px;
}
.blog-image p{
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-top: 70px;
    margin-bottom: 0px;
}
.blog-title .header-title{
    text-align: left !important;
}
.blog-title .header-title h2{
    margin-bottom: 30px;
}
.blog-image label{
    font-weight: 500;
}
.blog-image span{
    padding-bottom: 10px;
    font-size: 10px;
}
.career-resources{
    background: url(http://localhost/azlan/php/fststeps/assets/img/career-resources-img.png);
}
.career-resources-button{
    text-align: left;
}
.career-resources-button button {
    background: #3B82F6;
    padding: 15px 95px;
    border: none;
    color: #fff;
    border-radius: 5px;
    margin-top: 30px;
}
.career-resources h2{
    margin-top: 65px;
}

img.amigoways-img.img-responsive {
    width: 133px;
    margin-top: 10px;
}
.top-right-menu span{
    color: #fff;
}
.normal-box{
    text-align: center;
}
.normal-box-shadow{
    box-shadow: 3px 8px 16px 1px rgba(0,0,0,0.2);
    border-radius: 5px;
    padding: 10px 0px;
}
.what-are-you-looking-for{
    margin-top: 30px;
}
.what-are-you-looking-for h5{
    font-weight: 700;
    font-size: 20px;
}
.box-top{
    margin-top: 20px;
}
.banner{
    margin: 30px 0px;
}
.services-background{
    background: #E1E4E9;
}
.services-icons{
    text-align: center !important;
    margin: 30px 0px;
}
.services-icons img{
    width: 80px;
    margin: 10px 0px;
}
body {
    color: #696969;
    font-size: 14px;
    line-height: 1.4;
    font-family: Montserrat;
    font-weight: 500;
}
.fa {
    margin: 10px 0px;
}
.margin-top-2{
    padding-top: 20px;
}