:root {
    --primary-color: rgb(10, 112, 161);
    /*    #000034;*/
    --second-color: #0c0c0c;
    --body-color: #000;
    --footer-bg: #2F4137;
}
.primary-color{
    background-color: var(--primary-color) !important;
}
.section-bg{
    background-color: #faf7f2;
}
.menu-bg{
    background: #FFF;
    background: linear-gradient(90deg,rgba(255, 255, 255, 1) 0%, rgba(10, 112, 161, 1) 70%, rgba(10, 112, 161, 1) 100%);
}
.logo {
    width: 200px;
    padding: 8px 0px 8px 0px;
}
.overview_container .btn-dowonload {
    color: #fff;
    background-color: var(--primary-color);
    padding: 10px 20px;
    border-radius: 0;
    font-size: 16px;
    letter-spacing: .5px;
}
.custom_navbar .mobile-icon_top {
    filter: invert(1);
    width: 20px;
    margin-right: 5px;
}
.section-heading h2 {
    font-size: 1.8rem;
    color: var(--primary-color);
    letter-spacing: .5px;
    text-transform: uppercase;
    margin-bottom: 15px;
    margin-top: 0;
    position: relative;
    font-weight: 900;
    display: inline-block;
}
.section-heading h5 {
    color: var(--primary-color);
    font-weight: 500;
    letter-spacing: .5px;
    margin-bottom: 10px;
    margin-top: 0
}
.section-heading h2::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    background-color: transparent;
    display: none
}

.video-banner {
  display: flex;
  justify-content: center;
  align-items: center;
  height: calc(100vh - 70px);
  width: 100%;
  overflow: hidden;
  position: relative;
}

.banner-video {
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.neworldSlogan{
    font-size: 1.2rem;
}
.right_top_col .timeline-items {
    padding: .01em 0 0 15px;
}
.right_top_col .timeline-item h3 {
    font-size: 1rem;
    font-weight: 500;
    text-transform: uppercase;
    margin: 0;
    position: relative;
    padding: 2px;
    color: #3d3d3d;
}
.highlight_box {
    overflow: hidden;
    position: relative;
    font-size: 16px;
    box-shadow: rgb(23 43 99 / 30%) 0 2px 10px;
    margin-bottom: 15px;
}
.highlights_container .highlight_img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.explore_img{
    object-fit: cover;
    height: 550px;
    width: 100%;
}
.highlight_box p {
    width: 90%;
    letter-spacing: 1px;
    text-align: left;
    margin-bottom: 0;
    padding: 8px;
}
.highlight_box span {
        right: 5px;
        font-size: 1rem;
        color: #fff;
        font-weight: 500;
        bottom: 4px;
    right: 4px;
}
.section-padding, .section{
    padding: 80px 0
}
.highlight_box::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 7%;
    background-color: var(--primary-color);
    z-index: 1;
}
.highlight_box::after {
    content: "";
    position: absolute;
    right: -21px;
    bottom: 0;
    width: 43px;
    height: 35px;
    background-color: var(--primary-color);
    z-index: 1;
    transform: skewX(340deg);
}
.contactusSection{
    list-style: none;
    padding: 0;
}
.contactusSection li{
    gap: 10px;
    vertical-align: middle;
    margin-bottom: 10px;
}
.contactusSection a, .contactusSection a:hover, .contactusSection a:active{
    color: #fff;
}
.about_developer_container::before {
        width: 45%;
    }
.about_developer_container {
    
    background-position: left bottom;
    overflow: hidden;
}
.about_developer_container::before {
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 45.3%;
    height: 8%;
    background-color: var(--primary-color);
    z-index: 9;
    border-width: 5px;
    border-style: solid none none;
    border-color: #fff;
    border-image: initial;
    border-left: none;
    border-bottom: none;
    border-right: none;
}
.about_developer_container::after {
    content: "";
    position: absolute;
    right: -60px;
    bottom: 0;
    width: 55%;
    height: 91%;
    background-color: var(--primary-color);
    z-index: 1;
    transform: skewX(340deg);
    border: 5px solid #fff;
    border-bottom: none;
    border-right: none;
}
.gallery_container .custom_container {
    width: 100%;
    display: flex;
     padding: 0; 
}
.gallery_container .Customslide {        
        border-radius: 5px;    
    }
/*Footer*/
.footer-bottom{
    padding: 14px 0;
    background: rgb(8 28 80);
    border-top: 2px solid #f2f6ff66;
}
.footer-bottom .y-middle {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.footer-bottom ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.footer-bottom ul.copy-right-menu li {
    display: inline-block;
    position: relative;
    padding: 0 10px 0px 12px;
}
.footer-bottom .copy-right-menu li a {
    color: #ffffff;
    font-size: 12px;
}
.footer-bottom .copyright p {
    color: #fff;
    font-size: 12px;
    margin: 0;
    line-height: 1.8;
}
.text-right{
        text-align: right;
}

.contactInfo .links{
    font-weight: 400;
    color: #dbdbdb !important;
}
/*End Footer*/
.header-banner {
    background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../images/header-banner.jpg);
    padding: 70px 0 70px;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-position: top center;
}
.header-banner h1 {
    color: #fff;
    font-weight: 500;
    font-size: 50px;
    text-align: center;
    margin: 0;
}
.modal-body .form_box_2 {
    padding: 0;
    background-color: transparent;
}
#myModal .modal-content{
    border-radius: 15px;
}
#myModal .modal-body{
    padding: 25px;
    background-color: var(--primary-color);
    border-radius: 15px;
}
.inner-model{
    padding: 25px;
    background-color: #fff;
    border-radius: 15px;
}
.error{
    color: red
}
@media (max-width: 1600px) {
    .custom_navbar .navbar-brand:before {
        height: auto;
        width: auto;
        left: -57px;
        top: unset;
        background: transparent;
    }
    .custom_slider .right_top_col .typologying_heading {
        margin-top: 10px;
        font-size: 1.6rem;
        font-weight: 500;
        text-shadow: 0 0 black;
    }
    .custom_slider .right_top_col .timelines {
        margin-top: 15px;
        margin-left: 0;
    }
}
@media (max-width: 600px) {
    #myModal .modal-body{
        padding: 15px;
    }
    .section-heading h2 {
        font-size: 1.6rem;
    }
    .about_developer_container {
        background: var(--primary-color);
    }
    .about_developer_container:after {
        background: transparent;
        border: 0;
    }
    .gallery_container .Customslide {        
        border-radius: 5px;
        height: auto;        
    }
    .section-padding{
        padding: 60px 0
    }
    .logo {
        width: 150px !important;
    }
    .custom_navbar{
        background-color: var(--primary-color);
    }
    .custom_navbar .navbar-brand:before {
        height: auto;
        width: auto;
        left: -57px;
        top: unset;
        background: transparent;        
    }
}