@font-face {
    font-family: 'Poppins, sans-serif';
    src:url('../fonts/poppins-regular.woff') format('woff'),
          url('../fonts/poppins-regular.woff2') format('woff2');
  
    font-weight: normal;
    font-style: normal;
    font-display: swap;
  }

.container-padding {
    padding: 0px 25px;
    line-height: 24px;
}
.coloume-auto {
    margin: auto;
    width: 100%;
}
body {
    background: #e9eaee;
    font-family: 'Poppins, sans-serif';
}
/* main nav */
nav {
    background-color: rgba(0, 0, 0, 0.9) !important;
    height: 82px;
    display: flex;
    flex-direction: column;
    padding-bottom: 0px;
    place-content: center;
}
/* main logo */
.main_logo img {
    max-width: 130px;
    width: 100% ;
}
.smaller_header {
    display: none;
}

.small_Menu {
    position: absolute;
    left: 30px;
    width: 40px;
    top: 0;
    bottom: 0;
    height: 33px;
    margin: auto;
    text-align: center;
    border: 1px solid #7b7f89;
    border-radius: .25rem;
}
.small_Menu span {color: #7b7f89;}
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
  }
  
  .sidenav a {
    padding: 8px 8px 8px 0;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;

  }
  
  .sidenav a:hover {
    color: #f1f1f1;
  }
  
  .sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
  }
  
/* middle navigation */
.middle_nav {
    text-align: left;
}
.middle_nav ul {
    margin: 0 0;
    padding: 0 0;
}
.middle_nav ul li {
    display: inline-block;
    margin: 0 18px;
}
.middle_nav ul li a {
    color: rgba(255, 255, 255, .55);
    font-family: 'Poppins, sans-serif';
    font-size: 14px;
    text-transform: uppercase;
}
.middle_nav ul li a:hover {
    text-decoration: none;
    color: white;
 
}

/* right side nav */
.right_nav {
    text-align: right;
}
.right_nav ul li {
    display: inline-block;
    margin: 0 12px;
    text-align: center;
    position: relative;
}
.right_nav ul li:first-child::before {
    position: absolute;
    content: "";
    height: 11px;
    width: 1px;
    right: -15px;
    background-color: #ffffff;
    top: 5px;
}
.right_nav ul li a {
    color: rgba(255, 255, 255, .55);
    font-family: 'Poppins, sans-serif';
    font-size: 14px;
    text-transform: uppercase;
}
.right_nav ul li a:hover {
    text-decoration: none;
    color: white;
    
}
.right_nav ul {
    margin: 0 0;
    padding: 0 0;
}

/* slider */
.slider_cover {
    height: max-content;
    width: 100%;
    position: relative;

}
.slider_cover::before {
    position: absolute;
    content: "";
    top: 0px;
    left: 0px;
    background: black;
    opacity: 0.5;
    height: 100%;
    width: 100%;
}
.slider-content {
    text-align: center;
    padding: 155px 0;

}
.slider-content h2 , .slider-content h3 {
    color: white;
    margin: 0 0;
}
.slider-content h2 {
    font-family: 'Poppins, sans-serif';
    font-weight: 600;
}
.slider-content h3 {
    font-size: 20px;
    margin: 16px 0;
    font-family: 'Poppins, sans-serif';
}
.slider_fields .slider_fields_top form input{
    height: 34px;
    width: 245px;
    background: white;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding-left: 16px;
    margin-right: 17px;
}
.slider_fields .slider_fields_top form input:focus-visible {
    outline: none;
}
.slider_fields .slider_fields_top form input:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}
.slider_fields .slider_fields_top form .fa-magnifying-glass {
    color: white;
    font-size: 22px;
    vertical-align: middle;
}
.slider_fields .slider_fields_top form select{
    height: 34px;
    width: 245px;
    background: white;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding-left: 16px;
    margin-right: 17px;
}
.slider_fields .slider_fields_top form select:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}

.slider_fields_bottom {
    text-align: center;
    margin-top: 16px;
}
.slider_fields_bottom ul {
    margin: 0 0;
    padding:  0 0;
    display: flex;
    justify-content: center;

}
.slider_fields_bottom li:first-child {
    color: white;
    margin-right: 80px;

}
.slider_fields_bottom li {
    color: #ad163a;
    list-style: none;
    margin-right: 165px;
    position: relative;
    font-size: 18px;

}
.slider_fields_bottom li:last-child {
    margin-right: 51px;
}
.slider_fields_bottom li:not(:first-child):not(:last-child):before {
    position: absolute;
    content: "";
    height: 16px;
    width: 2px;
    right: -74px;
    background-color: #ad163a;
    top: 5px;
}

/* carusole slider */

#myCarousel .thumbnail {
	margin-bottom: 0;
    background: transparent;
    border: none;
    text-align: center;
}
#myCarousel .caption {
padding: 0 0;
}
.carousel-control.left, .carousel-control.right {
	background-image:none !important;
}
.carousel-control {
	color:#fff;
	top:40%;
	color:#428BCA;
	bottom:auto;
	padding-top:4px;
	width:30px;
	height:30px;
	text-shadow:none;
	opacity:1;
}
.carousel-control:hover {
	color: #d9534f;
}
.carousel-control.left, .carousel-control.right {
	background-image:none !important;
}
.carousel-control.right {
	left:auto;
    color: white;
    background: #ad163a;
    padding: 7px;
    width: 34px;
    height: 34px;
    font-size: 15px;
}
.carousel-control.right:hover {
    background-color: #ad163a;
}
.carousel-control.left {
	right:auto;
    color: white;
    background: #ad163a;
    padding: 7px;
    width: 34px;
    height: 34px;
    font-size: 15px;
}
.carousel-control.left:hover {
    background-color: #ad163a;
}
.carousel-indicators {
	bottom:-30px;
}
.carousel-indicators li {
	border-radius:0;
	width:10px;
	height:10px;
	background:#ccc;
	border:1px solid #ccc;
}
.carousel-indicators .active {
	width:12px;
	height:12px;
	background:#3276b1;
	border-color:#3276b1;
}
.carousel-inner .thumbnail img {
    height: 60px;
    object-fit: contain;
    object-position: center;
    padding: 10px;
}
.carousel-inner .thumbnail a {
    margin: 6px 0;
    font-size: 24px;
    color: #ad163a;
    text-decoration: none;
}
.carousel-inner .thumbnail a:hover {
    background: #ad163a;
    color: white;
}
.carousel-inner .thumbnail p {
    margin: 0 0;
    color: #747d89;
    font-size: 11px;
}
.carousel_setion {
    padding: 50px 0;
}



/* Footer */
footer {
    background: #212529;
    padding-top: 25px;
    position: relative;
    bottom: 0;
    width: 100%;
}
.footer_left {
    display: flex;
    flex-direction: column;
    place-content: center;
    justify-content: center;
}
.footer_left img{
    max-width: 130px;
    width: 100%;
    margin: auto;
}
.footer_left ul {
    display: flex;
    padding: 0 0;
    margin-top: 12px;
    place-content: center;
}
.footer_left ul li {
   
    margin: 15px 8px 0;
}

.footer_left ul li::marker {
    color: transparent;
}

.footer_left ul li a {
    text-decoration: none;
    color: white;
}
.footer_left ul li a img {
    width: 30px;
    filter: invert(1);
}
.footer_left ul li i {
    color: white;
}
.footer_middle , .footer_right {
    text-align: center;
}
.footer_middle h3 {
    color: #ad163a;
    margin-top: 0px;
}
.footer_middle p { 
    color: white;
}
.footer_middle p span {
    display: block;
}
.footer_right  h3 {
    color: #ad163a;
    margin-top: 0px;
}
.footer_right  p { 
    color: white;
    font-size: 14px;
    line-height: 23px;
}
.footer_right  p span {
    display: block;
}
.footer_right {
    display: flex;
    flex-direction: column;
    place-content: center;
    justify-content: center;
}
.footer_bottom {
   text-align: center;
   padding-bottom: 7px;
   padding-top: 20px;
}
.footer_bottom p {
    color: #6c757d;
    font-size: 11px;
    margin-bottom: 0px;
}
.footer_bottom ul {
    padding: 0 0;
    margin: 0 0
}
.footer_bottom ul li {
    padding: 0 12px;
    display: inline-block;
    position: relative;
}
.footer_bottom ul li:not(:last-child)::before {
    position: absolute;
    content: "";
    height: 9px;
    width: 1px;
    right: -2px;
    background-color: #ffffff;
    top: 7px;
}

.footer_bottom ul li a {
    color: white;
    font-size: 11px;
}

.slider_cover.slider_job_cover .slider-content {
    padding: 0 0;
}
.job_main {
    padding: 15px 0;
    /*height: calc(100vh - 432px);*/
}

.job_main .jumbotron{
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: 10px;
    padding: 10px 30px 20px;
}
.job_main .jumbotron h4{
    font-size: 20px;
    color: #333;
    font-family: 'Poppins, sans-serif';
    font-weight: 600;
}

    .job_main .jumbotron p   {
        font-size: 11px;
        font-family: 'Poppins, sans-serif';
    }
    .job_main .jumbotron a {    
        color: #FFF;
        outline: none;
        text-decoration: none;
        float: right;
        border-radius: 4px;
        font-weight: 600;
        height: 34px;
        padding: 6px 12px;
        width: fit-content;
        background: #ad163a;
        box-shadow: none;
        border:1px solid #ad163a;
        font-size: 14px;}

.main_detail {
    background: white;
    padding: 10px 40px;
}
.main_detail_requirements h4 {
     
        font-weight: 700 !important;
        font-size: 14px !important;
           font-family: 'Poppins, sans-serif';
}
.main_detail_requirements p {
    font-size: 14px !important;
    line-height: 25px;
           font-family: 'Poppins, sans-serif';
}
.main_detail p a{    color: #FFF;
    outline: none;
    text-decoration: none;
    border-radius: 4px;
    font-weight: 600;
    height: 34px;
    line-height: 21px;
    float: right;
    padding: 6px 12px;
    width: fit-content;
    background: #ad163a;
    box-shadow: none;
    border: 1px solid #ad163a;
    font-size: 14px;}
.job_detail_link:hover{    color: #FFF !important;
    text-decoration: none;
    background-color: #ad163a !important;}

       .main_detail h1 {font-size: 30px;color:#333}
       .main_detail p  {    font-size: 14px;     margin-left: 3rem!important;
        line-height: 25px;}
       .main_detail h3 {
            font-weight: 700!important;
            font-size: 14px;
            line-height: 25px;
        }
       .main_detail h4 {
        text-transform: capitalize;
        font-weight: 700;
        font-size: 18px;
        margin-left: 3rem!important;
        }
        .main_description {
            color: rgba(0, 0, 0, 0.9);
            font-family: 'Poppins, sans-serif';
        }


        input[id="et_pb_contact_brand_file_request_0"] {
            display: none;
        }
        label[for="et_pb_contact_brand_file_request_0"] {
            background: transparent;
            height: 160px;
            width: 100%;
            cursor: pointer;
            position: relative;
            border: 1px dashed #999;
            border-radius: 20px;
        }
    
        label[for="et_pb_contact_brand_file_request_0"] {
          cursor: pointer;
          transition: 400ms ease;
        }
        label[for="et_pb_contact_brand_file_request_0"]:hover h4 {
            text-decoration: underline;
        }
        label[for="et_pb_contact_brand_file_request_0"]:hover svg {
            color: #666;
        }
        .file_names {
            position: absolute;
            color: #444;
            background: transparent;
            width: 100%;
            font-size: 30px;
            font-weight: 300;
            transition: all 0.5s ease;
            margin: auto;
            display: flex;
            place-content: center;
            align-items: center;
           inset: 0;
        }
        .file_names svg {font-size: inherit;margin-right: 15px;}
        .drop_CV_ideas {
            text-align: center;
            margin-top: 20px;
        }
        .drop_CV_ideas svg {
            font-size: 50px;
            color: #999;
        }
    .drop_CV_ideas h4 {
        color: #333;
        font-size: 24px;
           font-family: 'Poppins, sans-serif';
    }
    .file-upload-form h3{
           font-family: 'Poppins, sans-serif';
        font-weight: 600;
        font-size: 30px;
    }
    .file-msg {
        font-size:.875rem;
    }
    .file-upload-form h3 span{
        color: #ad163a;
    }
    .drop_CV_ideas p {
        color: #333;
        font-size: 14px;
        font-weight: 600;
        transition: all 0.5s ease;
        font-family: 'Poppins, sans-serif';
    }

    .drop_CV_ideas p span {
        color: #ad163a;
    }

    .dropdcform .drop_CV_ideas{
        display: none;
    }
    .dropdcform {
        height: 55px !important;
    }
    .p-l {
        padding-right: 7px;
    }
    .p-r {
      padding-left: 7px;
    }
    .drop_CV { background-color: rgba(255, 255, 255, 0.9);
        border-radius: 20px;
        margin: 15px auto;
        padding: 5px 50px;
        text-align: center;
        width: 50%;
        height: fit-content;
    }
    .drop_CV form input {
        width: 100%;
        color: #555;
        background-color: #fff;
        background-image: none;
        border: 1px solid #ccc;
        text-indent: 10px;
        border-radius: 4px;
        font-size: 13px;
        height: 34px;
        margin-bottom: 15px;
    }
    .drop_CV form input[type="date"]{
        padding-right: 7px;
        text-indent: 6px;
    }
    .drop_CV .file-upload-form p {
        padding:5px 0px 15px;
    }
    .drop_CV form input:focus{    border-color: #66afe9;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);}
    .drop_CV form select {
        width: 100%;
        color: #555;
        background-color: #fff;
        background-image: none;
        text-indent: 10px;
        border: 1px solid #ccc;
        border-radius: 4px;
        font-size: 13px;
        height: 34px;
        margin-bottom: 15px;
    }
    .drop_CV form select:focus{    border-color: #66afe9;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);}

        .drop_CV form input[type="submit"]{
            width: fit-content;
            text-align: center;
            background-color: #ad163a !important;
            display: flex;
            color: #fff;
            font-size: 14px;
            place-content: center;
            margin: auto auto 5px;
            text-indent: 0;
            padding: 5px 20px;
        }

        .drop_img{background-image: url(../ideas/assets/images/ideas1.jpg);
            background-position: center;
            background-repeat: no-repeat;
            background-size: cover;
            background-attachment: fixed;
            position: fixed;
            height: 100vh;
            inset: 0;
            z-index: -1;
            filter: brightness(0.25);
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;}
            .drop_CV a {
                color: #23527c;
            }
            .drop_CV a:hover{color: #FFF !important;
                text-decoration: none;
                background-color: #ad163a !important
            }
            .g-recaptcha {
                display: flex;
                place-content: center;
                margin-bottom: 15px;
            }
			 .aboutus {
                padding: 40px 0;
                height: calc(100vh - 268px);
            }
            .contactus {
                padding: 40px 0;
        
            }
            .aboutus p,.contactus p {
                line-height: 20px;
            }
            .aboutus h3, .contactus h3 {
                font-size: 20px;
                color: #333;
                font-family: 'Poppins, sans-serif';
                font-weight: 600;
                margin-bottom: 15px;
            }

            .aboutus .main-h3,.contactus .main-h3 {
                text-align: center;
                margin-bottom: 3%;
                font-size: 35px;
            }
            .aboutus .content_about > div,.contactus .content_about > div {
                margin-bottom: 35px;
            }