@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300&display=swap');
/*=========================================================================
                        css common style
=========================================================================*/
body {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.6;
    color: #000;
    background-color: #ffffff;
    height: 100%;
    -webkit-font-smoothing: subpixel-antialiased;
}
body h1, body h2, body h3, body h4, body h5, body h6 {
    color: #000;
   font-family: 'Lato', sans-serif;
    font-style: normal;
    line-height: 1.6;
    margin: 0 0 8px;
}
.btn{   
    border-radius: 0;
    border: none;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    -ms-transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.btn.focus, .btn:focus, .btn:hover {
    color: #fff;
    text-decoration: none;
}
ul{
    margin-bottom: 0px;
    padding: 0px;
}
p {
  font-family: 'Lato', sans-serif;
    
}
a:hover{
    text-decoration: none;
}
.form-control {
    border-radius: 0;
}
a {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    text-decoration: none !important;
}
img {
    -webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -ms-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    display: inline-block;
}

/*======================header block begins==============*/

.header_block {
    background-image: url(../images/banner.jpg);
    height: 750px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
}
a.navbar-brand img {
    width: 70%;
}

/*======================header block ends==============*/

/*=============================================================
        Header css 
==============================================================*/
section.nav_block {
    background-color: white;
    height: 64px;
}
header.top_nav {
    background: white;
    height: 100px;
    width: 100%;
    z-index: 1000;
}
img#logo_inner {
    margin-top: -10px;
}
ul#nav_inner {
    float: right;
    margin-top: 0px;
    clear: both;
    margin-bottom: 17px;
}
.menu_block i {
    clear: both;
    font-size: 12px;
}
.menu_block a {
    padding-right: 16px;
}
.menu_block a {
    font-size: 12px;
    color: black;
    font-weight: bold;
}
section.nav_block {
    padding-left: 20px;
    padding-right: 20px;
}
ul#nav_inner>li>a {
    margin: 10px 5px 0px;
    padding-top: 0px;
    padding-bottom: 6px;
    padding-left: 10px;
    padding-right: 10px;
    color: #000000;
    font-size: 18px;
    font-weight: bold;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    margin-top: -14px;
    margin-bottom: 14px;
}
ul#nav_inner a:hover {
    border-bottom: 6px solid #33aa64;
}
ul#nav_inner>li>a:hover {
    color: black;
}
button#toggle_inner {
    margin-top: 20px;
}
.fixed {
    position: fixed !important;
    background-color: white !important;
    width: 98.4%;
    top: -32px;
    box-shadow: 0 10px 10px rgb(0 0 0 / 15%);
    z-index: 1;
    padding-bottom: 0px !important;
}
nav#header-sticky {
    top: -32px;
    box-shadow: 0 10px 10px rgb(0 0 0 / 15%);
    z-index: 1;
    padding-bottom: 0px !important;
}

span.logo-text {
    color: black;
    font-weight: 900;
    font-size: 30px;
}
a.navbar-brand {
    margin-top: 5px;
    padding: 0;
}
a.navbar-brand>span {
    font-size: 20px;
    color: black;
    font-weight: 900;
}
.navbar-default {
    background-color: #ffffff;
    border-color: white;
    margin: 0 0;
    border: 0;
    padding-top: 4px;
    margin-top: 0px;
    padding-bottom: 4px;
    margin-left: -15px;
}
section#nav {
    background: #b88c1d;
    z-index: 100;
}
ul.nav.navbar-nav>li>a {
    color: black;
    margin-right: 25px;
}
.fixed ul.nav.navbar-nav>li>a {
    color: black;
}
ul.nav.navbar-nav>li>a:hover {
    color: black;
}
.fixme { 
    width: 100%; 
    box-shadow: 0px 7px 16px 0px rgba(50, 50, 50, 0.1);
}
main.main {
  /*  padding-bottom: 75px;*/
}
ul.dropdown-menu.dropdown-content li a:hover {
    background-color: #f7941d;
}
li.job_upload a {
    background-color: #00a3d8;
    color: white !important;
    border-radius: 5px;
    padding-left: 20px !important;
    padding-right: 20px !important;
}
li.job_upload a:hover {
    background-color: #00a3d8 !important;
}
header.nav_header {
    background-color: white;
    height: 108px;
}
/*=============================================================
    dropdown css
==============================================================*/
.dropdown:hover .dropdown-content {
transition-delay: .5s;
-webkit-transition: height .5s, line-height .5s; /* Safari */
transition: height .5s, line-height .5s;
transition: all .3s linear;
display: block;
}
.dropdown-content > li > a {
    transition-delay: .5s;
    -webkit-transition: height .5s, line-height .5s; /* Safari */
    transition: height .5s, line-height .5s;
    transition: all .3s linear;
    color: black;
    padding: 10px 12px;
    text-decoration: none;
    display: block;
    border: 1px dashed #e2e2e2;
}
.dropdown-content > li > a:hover {
    transition-delay: .5s;
-webkit-transition: height .5s, line-height .5s; /* Safari */
transition: height .5s, line-height .5s;
transition: all .3s linear;
color: black;
background-color: #f4cb10;
}
span.caret {
    margin-left: 10px;
}
li.job_upload a:hover {
    border: none !important;
}
.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
    margin-left: 0px;
}
ul#nav_inner a:hover {
    color: black !important;
}
li.social_icons {
    padding-left: 20px;
}
nav.navbar.navbar-default.header-main {
    position: fixed;
    width: 100%;
    z-index: 1;
    border-radius: 0px !important;
}
/*=======================above text====================*/
.header_content.block {
    text-align: center;
    padding-top: 252px;
}
.header_content.block h1 {
    color: white;
    font-weight: bold;
    font-size: 66px;
}
.header_content.block p {
    color: white;
    font-size: 18px;
    margin-bottom: 32px;
}
.header_content.block a {
    background-color: #05366c;
    padding: 20px;
    color: white;
    font-size: 18px;
    padding-left: 30px;
    padding-right: 30px;
}
/*=======================header closed=================*/

/*=======================intro block begins============*/
section.intro_block {
    padding-top: 80px;
    padding-bottom: 90px;
    background-color: #F4ECE7;
}
.main_intro {
    text-align: center;
}
.main_intro h1 {
    font-size: 48px;
    font-weight: bold;
}
.main_intro p {
    font-size: 19px;
    line-height: 1.8;
}
.intro_sub {
    background-color: white;
    margin-top: 60px;
    margin-bottom: 0px;
    text-align: center;
    padding: 10px;
}
.intro_sub p {
    font-size: 20px;
    font-weight: bold;
}
/*=======================intro block ends============*/

/*=======================desc block begins===========*/
section.desc_block {
    padding-top: 60px;
    padding-bottom: 60px;
}
section.desc_block h1 {
    text-align: center;
    font-size: 48px;
    font-weight: bold;
    margin-bottom: 30px;
}
.img_left img {
    width: 100%;
}
.col-md-1.img_point img {
    width: 100%;
}
.col-md-6.desc_right p {
    font-size: 18px;
    padding-top: 26px;
    padding-bottom: 0px;
    margin-bottom: 6px;
}
.col-md-5.img_left {
    padding-top: 20px;
}
.col-md-1.img_point {
    width: 90px;
    padding-top: 15px;
}
.col-md-5.img_left a {
    background-color: #05366c;
    margin-left: 14px;
    padding: 20px;
    padding-left: 50px;
    padding-right: 50px;
    color: white;
    font-size: 18px;
    border-radius: 60px;
}
.col-md-5.img_left {
    text-align: center;
}
.img_left img {
    width: 100%;
    margin-bottom: 50px;
}
.video_block {
    padding-bottom: 36px;
    text-align: center;
}
.social-box .box {
    background: #FFF;
    border-radius: 10px;
    padding: 10px 10px;
    margin: 0px 0px;
    transition: all 0.5s ease-out;
}

.social-box .box .box-text{
    margin:20px 0px;
    font-size: 15px;
    line-height: 30px;
}

.social-box .box .box-btn a{
    text-decoration: none;
    color: #4183D7;
    font-size: 16px;
}
.box_step h1 {
    color: #3dac69;
    font-size: 32px !important;
    margin-bottom: 2px !important;
}
.col-md-4.text-center {
    padding-top: 15px;
    padding-bottom: 46px;
    margin-top: 0px;
}
.col-md-6.video_block a {
    background-color: #05366c;
    margin-left: 14px;
    padding: 20px;
    padding-left: 50px;
    padding-right: 50px;
    color: white;
    font-size: 18px;
    border-radius: 60px;
}
.box i {
    color: #089946;
    font-size: 20px;
    padding-right: 22px;
    bottom: 128px;
    position: absolute;
    left: -3px;
}
.box span {
    padding-left: -6px;
    text-align: left;
    font-size: 16px;
}
.box {
    text-align: left;
}
.social-box .box {
    height: 116px;
}
/*=======================desc block ends===========*/

/*=======================subdesc block begins======*/
section.subdesc_block h1 {
    text-align: center;
    font-size: 48px;
    font-weight: bold;
}
section.subdesc_block {
    padding-top: 60px;
    padding-bottom: 70px;
    background-color: #f4ece7;
}
section.subdesc_block p {
    font-size: 18px;
    line-height: 1.8;
    text-align: center;
}
.col-md-4.advantage img {
    width: 100%;
    margin-top: 20px;
}
.centered {
    width: 100%;
    top: 89.7%;
    padding-left: 19px;
    padding-right: 10px;
    height: 74px;
    line-height: 1.2;
    position: absolute;
    top: 84%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    background-color: #ffffffa6;
    color: black;
    text-align: center;
    margin-left: 0px;
    padding-bottom: 10px;
    padding-top: 14px;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
}
/*=======================subdesc block ends======*/

/*=======================parallex block begins===*/

.parallax-one {
    padding-top: 100px;
    padding-bottom: 100px;
    overflow: hidden;
    position: relative;
    width: 100%;
    background-image: url(../images/parallex1.png);
    background-attachment: fixed;
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}
.backwards_parallex {
    background-color: #ffffff;
    padding: 40px;
}
.col-md-4.parallex_text {
    text-align: center;
}
.col-md-4.parallex_text h3 {
    font-weight: bold;
    font-size: 24px;
}
.col-md-4.parallex_text ul {
    text-align: left !important;
    list-style-type: auto;
    padding-left: 120px;
}
.col-md-4.parallex_text ul li {
    font-size: 18px;
    font-weight: bold;
}
ul.scond_block {
    list-style-type: none !important;
    padding-left: 0px !important;
}
ul.scond_block.second {
    padding-left: 132px !important;
}
.col-md-6.parallex_img {
    padding-top: 60px;
    padding-bottom: 30px;
}
.col-md-6.parallex_img img {
    width: 100%;
}
.col-md-6.parallex_text ul {
    list-style-type: none;
}
.col-md-6.parallex_text h3 {
    font-weight: bold;
}
.col-md-6.parallex_text {
    text-align: center;
}
.col-md-6.parallex_text ul li {
    font-size: 18px;
}
/*=======================parallex block ends===*/

/*=======================contact block begins==*/
section.map_block {
    padding-top: 0px;
    padding-bottom: 0px;
}
.col-md-6.contatc_block h1 {
    font-weight: bold !important;
    font-size: 18px !important;
}
h1.address_block {
    font-size: 24px !important;
}
.col-md-6.contatc_block p {
    font-size: 18px;
}
h1.address_block i {
    padding-right: 10px;
}
.col-md-6.contatc_block {
    padding: 0px;
    padding-top: 30px;
    padding-bottom: 30px;
}
h1.address_block {
    font-size: 18px !important;
}
/*=======================contact block ends==*/

/*=======================footer block begins==*/
footer.footer_block {
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #00983f;
}
.logo_left img {
    width: 200px;
}
.logo_left {
    float: left;
}
.menu_right {
    float: right;
}
.social_media ul {
    display: flex;
    list-style-type: none;
}
.social_media ul li i {
    padding-right: 46px;
    font-size: 20px;
    color: white;
}
.social_media {
    padding-top: 15px;
    float: right;
}
.menu_footer_block ul {
    display: flex;
    list-style-type: none;
}
.menu_footer_block ul li a {
    color: white;
    padding-right: 30px;
    font-size: 18px;
}
.menu_footer_block {
    padding-top: 10px;
}
.menu_footer_block {
    padding-top: 50px;
    float: initial;
}
/*=======================footer block ends==*/

/*=======================testimonials block begins=======*/

section.testimonials_block {
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #f4ece7;
}
section.testimonials_block h1 {
    text-align: center;
    font-size: 38px;
    font-weight: bold;
    text-transform: uppercase;
}
.testim_block {
    background-color: white;
    padding: 30px;
}
.testim_block {
    background-color: white;
    padding: 30px;
    text-align: center;
}
.testim_block h3 {
    font-weight: bold;
    font-size: 18px;
}
/*=======================testimonials block ends=======*/

/*=======================gallery block begins==========*/
section.gallery_block {
    padding-top: 50px;
    padding-bottom: 50px;
}
section.gallery_block h1 {
    text-align: center;
    font-size: 38px;
    font-weight: bold;
    text-transform: uppercase;
}
#image-gallery .modal-footer{
  display: block;
}

.thumb{
  margin-top: 15px;
  margin-bottom: 15px;
}
.img-thumbnail {
    background-color: #fff;
    border: 1px solid #fff;
}
.thumbnail {
    border: 1px solid #fff;
}
/*=======================gallery block ends==========*/