@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;
}

/*======================Pre header======================*/
header {
    position: fixed;
    width: 100%;
    height: 112px;
    z-index: 1;
    box-shadow: 0 10px 10px rgb(0 0 0 / 15%);
    background-color: white;
}
.menu_block {
    float: right;
}
.menu_block i {
    font-size: 20px;
    color: black;
}
/*======================Main header======================*/
/*=============================================================
        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: -22px;
    clear: both;
}
.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: 6px;
    padding-bottom: 6px;
    padding-left: 10px;
    padding-right: 10px;
    color: #000000;
    font-size: 16px;
    font-weight: bold;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
}
ul#nav_inner a:hover {
    border-bottom: 6px solid #00a3d8;
}
ul#nav_inner>li>a:hover {
    color: black;
}
button#toggle_inner {
    margin-top: 20px;
}
.fixed {
    position: fixed !important;
    background-color: white !important;
    width: 100%;
    top: 0;
    box-shadow: 0 10px 10px rgba(0,0,0,.15);
}
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: transparent;
    border-color: transparent;
    margin: 0 0;
    border: 0;
    padding-top: 12px;
}
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: white;
}
.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;
}
/*=============================================================
    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;
}
/*=======================header closed=================*/

/*======================Banner block begins======================*/
section.banner_block {
    padding-top: 64px;
}
section.banner_block img {
    width: 100%;
}
.centered {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.centered h1 {
    text-align: center;
    color: white;
    font-size: 34px;
    line-height: 1.6;
} 
/*======================Banner block ends======================*/

/*======================description block begins===============*/
.col-md-3.img_padding {
    padding: 0px;
}
.col-md-3.img_padding img {
    width: 100%;
}
.content_block {
    height: 400px;
    padding: 73px;
    background-color: white;
    padding-top: 100px;
    padding-bottom: 100px;
}
.content_block h3 {
    font-size: 22px;
    text-transform: uppercase;
    text-align: -webkit-center;
    margin-bottom: 1em;
    color: #900f57;
    font-weight: bold;
}
.content_block p {
    font-size: 16px;
    text-align: center;
    margin-top: 1em;
    color: #333;
}
.abt-btn {
    text-align: center;
    margin-top: 2em;
}
.abt-btn a {
    border: 1px solid transparent;
    display: inline-block;
    padding: 8px 20px;
    text-transform: uppercase;
    font-size: 14px;
    background: #961b60;
    font-weight: 700;
    color: #fff;
}
.service-image.service-image-2 {
    background-position: center !important;
    background-size: cover !important;
    height: 400px;
}
section.desc_block {
    margin-top: -10px;
}
/*=============description block ends==========*/

/*=============parallex block begins===========*/
/* Section - Title */
/**************************/

/* Section - Block */
/**************************/

/* Section - Parallax */
/**************************/
#parallax-world-of-ugg .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;
}
/* Media Queries */
/**************************/
@media screen and (max-width: 959px) and (min-width: 768px) {
  #parallax-world-of-ugg .block {padding: 40px; width:620px;}
}
@media screen and (max-width: 767px) {
  #parallax-world-of-ugg .block {padding: 30px; width:420px;}
  #parallax-world-of-ugg h2 {font-size:30px;}
  #parallax-world-of-ugg .block {padding: 30px;}
  #parallax-world-of-ugg .parallax-one, #parallax-world-of-ugg .parallax-two, #parallax-world-of-ugg .parallax-three {padding-top:100px; padding-bottom:100px;}
}
@media screen and (max-width: 479px) {
  #parallax-world-of-ugg .block {padding: 30px 15px; width:290px;}
}
.top_title p {
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    margin: 0px;
    line-height: 1.575em;
}
p.parallex_p {
    font-size: 18px;
    color: #fff;
    line-height: 26px;
    margin-top: 15px;
    width: 60%;
    margin-bottom: 74px;
    padding-left: 15px;
    font-weight: 100;
}
p.parallex_top {
    margin: 0px;
    color: #fff;
    font-size: 20px;
    padding-top: 10px;
    padding-bottom: 5px;
}
p.para_desc {
    color: white;
    font-size: 14px;
    margin: 0px;
    font-weight: 100;
}
.top_title {
    padding-left: 15px;
}

/*================parallex block ends==============*/

/*================grid block begins===========*/

.grid_div {
    padding: 0px;
}
.col-md-6.grid_div img {
    width: 100%;
    height: 100%;
    background-color: black;
    background-size: 100% 100%;
    height: 400px;
    background-position: center;
    overflow: hidden;
}
.col-md-3.grid_div img {
    width: 100%;
    height: 400px;
}
.grid_div img:hover {
     transform: scale(1.15) rotate(2deg);
    transition: all 0.5s ease-in-out;
}
.grid_div {
    left: 0;
    top: 0;
    position: relative;
    overflow: hidden;
}
.grid_div img {
    -webkit-transition: 0.6s ease;
    transition: 0.6s ease;
}
/*================grid block ends===========*/

/*================map block begins==========*/
.container-fluid.mapping-contain {
    padding-left: 0px;
}
.widget-contacting1 {
    padding-right: 0px;
}
.contact-box {
    padding: 26px 40px;
    background: #f4cb10;
    margin-bottom: 5px;
    margin-top: 5px;
}
.contact-box i {
    font-size: 20px;
    color: #000;
    float: left;
    width: 20px;
    margin-right: 15px;
    text-align: right;
}
.contact-details {
    padding-left: 35px;
}
h4.pre-footer-title {
    font-size: 20px;
    color: #03153e;
    font-weight: bold;
    margin: 0 0 15px;
}
.contact-details p {
    font-size: 16px;
    color: #03153e;
    line-height: 1.5;
    margin-bottom: 0;
}
/*================map block ends==========*/

/*================footer block begins=====*/

.footer {
    padding: 0;
    background: #961b60;
    padding-top: 30px;
    padding-bottom: 30px;
}
.about-txt.widget img {
    padding-top: 30px;
}
h2.widget-title-semi {
    font-size: 34px;
    color: #fff;
    font-weight: bold;
    line-height: 1;
    margin: 30px 0;
    text-transform: uppercase;
}
.about-txt.widget P {
    color: rgba(255, 255, 255, 0.73);
    margin-top: 10px;
    text-align: justify;
    font-weight: 100;
}
.about-txt.widget p a {
    color: rgba(255, 255, 255, 0.73);
}
h2.widget-title {
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    line-height: 1;
    margin: 30px 0;
    text-transform: uppercase;
}
.quick-links.widget ul li {
    list-style-type: none;
}
.quick-links.widget li a {
    color: rgba(255, 255, 255, 0.73);
    line-height: 1.6;
    font-size: 14px;
    padding-bottom: 15px;
    display: block;
    font-weight: 100;
}
.our-services.widget ul li {
    list-style-type: none;
}
.our-services.widget li a {
    color: rgba(255, 255, 255, 0.73);
    line-height: 1.6;
    font-size: 14px;
    padding-bottom: 15px;
    display: block;
    font-weight: 100;
}

h5.widget-title-5 {
    color: #fff;
    line-height: 25px;
}
.address.widget p {
    color: rgba(255, 255, 255, 0.73);
    font-weight: 100;
}
.widgets-social i {
    background: #f4cb10;
    width: 36px;
    height: 36px;
    color: #000;
    display: inline-block;
    line-height: 36px;
    text-align: center;
    margin-right: 10px;
    border-radius: 50%;
    font-size: 15px;
    margin-top: 10px;
    margin-bottom: 30px;
}
.copyright {
    padding: 20px 0;
    background: #641542;
}
.copyright p {
    color: white;
    margin: 0px;
}
i.fa.fa-phone {
    font-size: 16px;
    padding-right: 10px;
}
i.fa.fa-envelope {
    font-size: 16px;
    padding-right: 7px;
}
/*================footer block ends=====*/

/*================service block begins======*/
#parallax-world-of-ugg .parallax-two {
    padding-top: 70px;
    padding-bottom: 68px;
    overflow: hidden;
    position: relative;
    width: 100%;
    background-image: url(../images/parralex_banner.png);
    background-attachment: fixed;
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-repeat: no-repeat;
}
.service_desc {
    width: 108px;
    height: 108px;
    background-color: white;
    padding: 22px;
    text-align: center;
    margin-bottom: 20px;
}
.service_desc img {
    width: 42px;
}
.service_desc p {
    font-size: 12px;
    padding-top: 5px;
    color: #a41763;
    font-weight: bold;
}
.col-md-5.service_det_desc {
    padding-left: 40px;
}
.col-md-5.service_det_desc p {
    font-size: 16px;
    padding-top: 5px;
    color: #a41763;
    font-weight: bold;
    text-transform: uppercase;
}
p.det_desc {
    color: #4b4b4b !important;
    font-size: 14px !important;
    text-transform: capitalize !important;
}
.col-md-6.service_det_desc img {
    width: 100%;
}
.col-md-5.indigo_desc h1 {
    color: white;
}
.col-md-5.indigo_desc p {
    color: white;
    text-align: justify;
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 25px;
}
.col-md-5.indigo_desc a {
    color: white;
    border: 1px solid white;
    padding: 10px;
    padding-left: 20px;
    padding-right: 20px;
}
section.parallex_banner {
    height: 600px;
    clear: both;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../images/Background-image-hero-new.webp);
}
.background_color {
    background-color: #ffffffd6;
    padding: 30px;
    width: 450px;
    height: 450px;
    margin-top: 75px;
}
.background_color p {
    font-size: 18px;
    text-align: justify;
    line-height: 1.8;
    font-weight: 100;
    margin-bottom: 45px;
}
.background_color a {
    color: #33b4e8;
    border: 1px solid #00a3d8;
    padding: 20px;
    padding-left: 40px;
    padding-right: 40px;
}
.background_color h1 {
    font-size: 50px;
    text-align: center;
    font-weight: bold;
}
/*================service block ends======*/

#myVideo {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%; 
  min-height: 100%;
}

.content {
  position: fixed;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  color: #f1f1f1;
  width: 100%;
  padding: 20px;
}

#myBtn {
  width: 200px;
  font-size: 18px;
  padding: 10px;
  border: none;
  background: #000;
  color: #fff;
  cursor: pointer;
}

#myBtn:hover {
  background: #ddd;
  color: black;
}
.centered {
    color: white;
    font-size: 46px;
    text-align: center;
    width: 818px;
    font-weight: 100;
    top: 57%;
}

/*==============technology block begins============*/
.full_subbanner {
    background-color: #000000b8;
    height: 210px;
    margin-top: 14px;
}
section.subbanner_block {
    background-image: url(../images/sub_banner.png);
    height: 320px;
    padding-top: 98px;
}
section.subbanner_block p {
    color: white;
    text-transform: uppercase;
    padding-top: 100px;
    font-size: 20px;
}
.full_subbanner h1 {
    color: white;
    font-size: 40px;
}
section.subbanner_block.technology h1 {
    padding-top: 0px;
}
section.tech_desc {
    padding-top: 40px;
    padding-bottom: 40px;
}
section.tech_desc h1 {
    color: black;
    font-weight: bold;
    font-size: 32px;
    margin-bottom: 20px;
}
.contest_left img {
    float: left;
    margin: 0 1.5rem 1rem 0;
    padding-top: 8px;
}
.contest_left p {
    color: #4b4f54;
    text-align: justify;
    font-size: 18px;
    font-weight: 500;
}
.contest_right h4 {
    text-transform: uppercase;
    line-height: 1.25em;
    width: 100%;
    border-bottom: 1px solid #a7a8aa;
    padding-bottom: 0.5rem;
    color: #ff671f;
    letter-spacing: 0.25px;
    font-size: 22px;
    font-weight: bold;
}
.contest_right ul {
    margin-bottom: 1.5rem;
    list-style: disc outside;
    margin-left: 20px;
}
.contest_right ul li {
    color: #4b4f54;
    line-height: 3;
    font-size: 18px;
    font-weight: bold;
}
section.tech_desc P {
    color: #4b4f54;
    text-align: justify;
    font-size: 18px;
    font-weight: 500;
}
.value_block h4 {
    text-transform: uppercase;
    line-height: 1.25em;
    width: 100%;
    border-bottom: 1px solid #a7a8aa;
    padding-bottom: 0.5rem;
    color: #ff671f;
    letter-spacing: 0.25px;
    margin-top: 30px;
    margin-bottom: 15px;
}
.value_block {
    clear: both;
}
.vid-blk {
    margin-top: 20px;
    margin-bottom: 25px;
}
.value_block ul {
    margin: 1rem 1rem 1.5rem;
}
.value_block ul li {
    margin-bottom: 1.5rem;
    list-style: disc outside;
    margin-left: 7px;
    font-weight: 500;
    font-size: 18px;
    text-align: justify;
}
.contest_left_img img {
    width: 100%;
}
.contest_aval {
    padding-top: 50px;
}
.contest_aval h4 {
    color: #ff711f;
    text-transform: uppercase;
    letter-spacing: 1.025px;
    line-height: 1.25em;
    font-weight: bold;
}
.contest_aval ul {
    margin: 1rem 1rem 1.5rem;
}
.contest_aval ul li {
    color: #4b4f54;
    line-height: 3;
    font-size: 18px;
    font-weight: 100;
}
.contest_aval ul {
    margin: 10px;
    margin-left: 18px;
}
.contest_left_img.cont_right p {
    padding-top: 0px;
    margin-top: -6px;
}
.contest_left_img li {
    color: #4b4f54;
    line-height: 3;
    font-size: 18px;
    font-weight: bold;
}
.col-md-8.contest_aval.contest_right {
    padding-top: 24px;
}
.contest_right {
    padding-top: 10px;
}
/*======================technology block ends============*/

/*======================about block begins===============*/

.full_subbanner h1 {
    padding-top: 100px;
}
section.about_desc {
    padding-top: 40px;
    padding-bottom: 40px;
}
section.about_desc h1 {
    font-size: 26px;
    font-weight: 700;
}
section.about_desc p {
    font-size: 18px;
    text-align: justify;
    padding-top: 10px;
    font-weight: 500;
}
.col-md-6.contest_aval {
    padding-top: 12px;
}
/*================about block ends=============*/

/*================products block begins========*/


/*================products block begins========*/

/*================contact block begins=========*/

section.contact_block {
    padding-top: 40px;
    padding-bottom: 40px;
}
.col-md-6.contact_left i {
    color: #961b60;
    padding-right: 10px;
}
.col-md-6.contact_left h2 {
    color: black;
    font-weight: bold;
    font-size: 24px;
}
.col-md-6.contact_left p {
    font-size: 18px;
    text-align: justify;
    font-weight: 500;
}
.number_block i {
    font-size: 26px !important;
}
.number_block {
    margin-bottom: 20px;
}
/*================contact block ends=========*/

.project-tab thead{
    background: #f3f3f3;
    color: #333;
}
table.table td {
    color: black;
    font-weight: 100;
}
table.table th {
    color: black;
    font-weight: bold;
}
table.table {
    font-size: 18px;
}
.contest_left_img {
    padding-top: 44px;
}
video#mejs_5683422793947412_html5 {
    float: right;
}
.col-md-6.contest_aval img {
    float: right;
}
i.fa.fa-mobile {
    font-size: 22px;
    padding-right: 10px;
}