*,::before,::after {
    margin:0;
    padding:0;
    -webkit-box-sizing:border-box;
    box-sizing:border-box
    }
    body {
    font-family:'Lato',sans-serif;
    color:#535353
    }
    :root{
        --primaryColor: #0a1d4e;
        --secondaryColor:#446084;
    }
    .margin-left{
        margin-left: 20px;
    }
    .object-cover{
        object-fit: cover;
        object-position: center;
    }
    body.down header .header__bottom.sticky {
    -webkit-transform:translateY(0);
    transform:translateY(0)
    }
    
    section,header,footer,main,.inner,.content_title,form.forms .form-group,form.forms input,form.forms textarea,form.forms .form50,section.contact_wrapper .top_image,section.contact_wrapper .contact_info,section.contact_wrapper .forms,.query_box,.getintouchform,.network_wrapper,footer .footer__top .footer_column {
    width:100%;
    float:left
    }
    
    header .header__top,header .header__bottom,header .header__bottom nav.navbar ul.navbar-nav li.nav-item a.nav-link,header .header__bottom nav.navbar ul.navbar-nav li.nav-item.dropdown ul.dropdown-menu li a,.why_choose_us .column .icon,section.blog_wrapper .owl-carousel .owl-nav,section.blog_wrapper .owl-carousel .owl-nav button,footer .footer__top .footer_column ul.social_links li a,footer .footer__top .footer_column ul.links li a,footer .footer__top .footer_column ul.info li a {
    -webkit-transition:.3s ease;
    transition:.3s ease
    }
    
    section {
    padding:60px 0
    }
    
    .greybg {
    background-color:#f4f4f4
    }
    
    a {
    text-decoration:none;
    display:inline-block
    }
    
    a.readmore {
    background-color:var(--secondaryColor);
    color:#fff;
    text-transform:uppercase;
    font-weight:700;
    padding:8px 15px
    }
    
    h4 {
    font-weight:600;
    font-size:1.2rem
    }
    
    .content_title h2 {
    font-size:1.8em;
    line-height:1.3;
    color: #27499f;
    text-transform:uppercase;
    font-weight:800
    }
    
    .content_title span {
    text-transform:uppercase;
    font-weight:600;
    color:var(--secondaryColor)
    }
    
    form.forms .form50 {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between;
    gap:20px
    }
    
    form.forms .form-group {
    margin-bottom:20px
    }
    
    form.forms .form-group input,form.forms .form-group textarea {
    border-radius:3px;
    color:#333;
    display:block;
    float:none;
    font-size:16px;
    border:1px solid #ccc;
    padding:6px 10px;
    width:100%;
    line-height:1.3;
    resize:none
    }
    form.forms .form-group input:focus,form.forms .form-group textarea:focus {
    outline:none;
    border: 1px solid var(--secondaryColor);
    }
    
    form.forms .form-group input.submit {
    background-color: var(--primaryColor);
    color:#fff;
    font-size:20px;
    text-transform:uppercase
    }
    header {
    -webkit-box-shadow:1px 1px 10px rgba(0,0,0,0.15);
    box-shadow:1px 1px 10px rgba(0,0,0,0.15)
    }
    
    header .header__top {
    background-color:var(--primaryColor);
    padding:10px 0
    }
    
    header .header__top .right {
    text-align:right
    }
    
    header .header__top a {
    color:#fff;
    font-weight:600
    }
    
    header .header__bottom nav.navbar {
    padding:10px 0
    }
    
    header .header__bottom nav.navbar a.navbar-brand img {
    height:55px
    }
    
    header .header__bottom nav.navbar ul.navbar-nav {
    gap:10px
    }
    
    header .header__bottom nav.navbar ul.navbar-nav li.nav-item a.nav-link {
    text-transform:uppercase;
    font-weight:800;
    color:#444;
    font-size:.9rem
    }
    
    header .header__bottom nav.navbar ul.navbar-nav li.nav-item a.nav-link:hover {
    color:var(--primaryColor)
    }
    
    header .header__bottom nav.navbar ul.navbar-nav li.nav-item.dropdown a.nav-link::after {
    content:"\f078";
    font-family:"Font Awesome 5 Free";
    padding-left:10px
    }
    
    header .header__bottom nav.navbar ul.navbar-nav li.nav-item.dropdown ul.dropdown-menu {
    display:block;
    padding:15px 25px;
    min-width:260px;
    border:2px solid #ddd;
    border-radius:0;
    top:calc(100% + 25px);
    -webkit-transition:.5s ease;
    transition:.5s ease;
    opacity:0;
    visibility:hidden
    }
    
    header .header__bottom nav.navbar ul.navbar-nav li.nav-item.dropdown ul.dropdown-menu li {
    padding:7px 0;
    border-bottom:solid 1px #eee
    }
    
    header .header__bottom nav.navbar ul.navbar-nav li.nav-item.dropdown ul.dropdown-menu li a {
    color:#666666d9;
    font-weight:600
    }
    
    header .header__bottom nav.navbar ul.navbar-nav li.nav-item.dropdown ul.dropdown-menu li a:hover {
    color:#000
    }
    
    header .header__bottom nav.navbar ul.navbar-nav li.nav-item.dropdown ul.dropdown-menu li:last-child {
    border:none
    }
    
    header .header__bottom nav.navbar ul.navbar-nav li.nav-item.dropdown:hover ul.dropdown-menu {
    opacity:1;
    visibility:visible;
    top:100%
    }
    
    header .header__bottom.sticky {
    position:fixed;
    top:0;
    left:0;
    width:100%;
    background-color:#fff;
    -webkit-transform:translateY(-100%);
    transform:translateY(-100%);
    z-index:99;
    -webkit-box-shadow:0 5px 10px rgba(0,0,0,0.09);
    box-shadow:0 5px 10px rgba(0,0,0,0.09);
    -webkit-transition:.7s ease;
    transition:.7s ease
    }
    
    section.hero_slider {
    padding:0;
    height:calc(100vh - 200px)
    }
    
    section.hero_slider .carousel,section.hero_slider .carousel-inner,section.hero_slider .carousel-item,section.hero_slider .carousel-item img {
    height:100%
    }
    
    section.hero_slider .carousel .carousel-indicators button {
    width:15px;
    height:15px;
    margin:0 7px;
    border-radius: 50px;
    }
    section.towerWrapper .towerInner{
        display: grid;
        grid-template-columns: repeat(5, 1fr);
        grid-template-rows: 1fr;
        margin-top: 15px;
    }
    section.towerWrapper .towerInner .column{
        height: 280px;
        overflow: hidden;
        position: relative;
    }
    section.towerWrapper .towerInner .column .content {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: rgba(0, 0, 0, 0.386);
        color: #fff;
        margin: 0;
        font-size: 1.5rem;
        padding: 15px;
    }
    section.achivmentWrapper .image img{
        max-width: 100px;
    }
    ul.commonList{
        padding: 0;
        margin: 0;
        list-style: none;
        column-count: 2;
    }
    ul.commonList li{
        position: relative;
        padding: 7px 0 7px 25px;
    }
    ul.commonList li::before{
        content: "\f0c8";
        position: absolute;
        top: 11px;
        left: 0;
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
        color: var(--primaryColor);
        font-size: 9px;
    }
    section.teamWrapper .team{
        position: relative;
        overflow: hidden;
    }
    section.teamWrapper .team .teamContent h3,section.teamWrapper .team .teamContent p,section.teamWrapper .team .teamContent a{
        color: #fff;
        font-weight: 600;
        text-transform: capitalize;
    }
    section.teamWrapper .team .teamImg{
        height: 400px;
    }
    section.teamWrapper .team .teamContent{
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        text-align: center;
        background: rgb(0 0 0 / 74%);
        padding: 25px 0;
    }
    section.hero_slider .carousel .carousel-indicators button.active {
    background-color:var(--primaryColor)
    }
    
    section.hero_slider .carousel .carousel-indicators button:focus {
    outline:none
    }
    
    section.hero_slider .carousel-inner .carousel-item .inner_banner {
    position:absolute;
    top:0;
    left:0;
    background-color:rgba(0,0,0,0.5);
    width:100%;
    height:100%;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center
    }
    
    section.hero_slider .carousel-inner .carousel-item .inner_banner .title_area {
    color:#fff
    }
    section.hero_slider .carousel-inner .carousel-item .inner_banner .title_area h2 {
    font-weight:900;
    font-size:4rem;
    text-transform:uppercase;
    margin:0 0 20px;
    text-align: center;
    }
    
    section.hero_slider .carousel-inner .carousel-item .inner_banner .title_area p {
    font-size:1.7rem
    }
    
    section.hero_slider .carousel-item img {
    -o-object-fit:cover;
    object-fit:cover;
    -o-object-position:center;
    object-position:center
    }
    
    section.hero_slider .carousel button {
    width:100px;
    font-size:2rem;
    opacity:1
    }
    
    section.hero_slider .carousel button:focus {
    outline:none
    }
    
    .why_choose_us {
    margin-top:40px
    }
    
    .why_choose_us .column {
    text-align:center;
    padding:0 30px;
    height:100%
    }
    
    .why_choose_us .column .icon {
    width:62px;
    height:62px;
    margin:0 auto 20px;
    border:solid 2px var(--secondaryColor);
    border-radius:50%;
    text-align:center;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center
    }
    
    .why_choose_us .column .icon img {
    height:35px
    }
    
    h3 {
    letter-spacing:.05em;
    color:#555;
    line-height:1.2;
    text-transform:uppercase;
    font-size:1rem;
    font-weight:900
    }
    
    .why_choose_us .column p {
    color:#330;
    font-weight:700
    }
    
    .why_choose_us .column:hover .icon {
    background-color:var(--secondaryColor)
    }
    
    section.ouservices {
    background-color:#f4f4f4
    }
    
    section.ouservices .inner {
    display:-ms-grid;   
    display:grid;
    -ms-grid-columns:repeat(4 ,1fr);
    grid-template-columns: repeat(4 ,1fr);
    gap:30px;
    -ms-grid-rows:1fr;
    grid-template-rows:1fr;
    margin-top:30px
    }
    
    section.ouservices .inner a.column {
    background-color:#fff;
    display:block;
    width:100%
    }
    
    section.ouservices .inner a.column .image {
    width:100%;
    height:250px;
    overflow:hidden
    }
    
    section.ouservices .inner a.column .image img {
    height:100%;
    -o-object-fit:cover;
    object-fit:cover;
    -o-object-position:center;
    object-position:center;
    -webkit-transition:.3s ease;
    -moz-transition:.3s ease;
    transition:.3s ease
    }
    
    section.ouservices .inner a.column .content {
    width:85%;
    margin:-15% auto 0;
    position:relative;
    z-index:1;
    background-color:#fff;
    text-align:center;
    padding:25px 20px
    }
    
    section.ouservices .inner a.column .content h3 {
    font-size:1.4rem;
    margin:0 0 10px;
    text-transform:uppercase;
    font-weight:900;
    color:var(--primaryColor);
    -webkit-transition:.3s ease;
    -moz-transition:.3s ease;
    transition:.3s ease
    }
    
    section.ouservices .inner a.column .content p {
    font-size:1rem;
    color:#535353;
    font-weight:600
    }
    
    section.ouservices .inner a.column .content a.readmore {
    background-color:var(--secondaryColor);
    color:#fff;
    text-transform:uppercase;
    font-weight:600;
    padding:8px 15px;
    font-size:1rem
    }
    
    section.ouservices .inner a.column:hover .image img {
    -webkit-transform:scale(1.08);
    -moz-transform:scale(1.08);
    transform:scale(1.08)
    }
    
    section.ouservices .inner a.column:hover .content h3 {
    color:var(--secondaryColor)
    }
    
    section.client_wrapper {
    padding:100px 0;
    background-image:url(../img/logistics-4.webp);
    background-repeat:no-repeat;
    background-size:cover;
    background-position:center;
    position:relative
    }
    
    section.client_wrapper .container {
    position:relative;
    z-index:1
    }
    
    section.client_wrapper::after {
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.3);
    z-index:0
    }
    
    section.client_wrapper .owl-carousel {
    margin-top:30px
    }
    
    section.client_wrapper .owl-carousel .item {
    text-align:center
    }
    
    section.client_wrapper .owl-carousel .item img {
    height:90px;
    width:auto;
    margin:0 auto;
    -webkit-filter:grayscale(1);
    filter:grayscale(1)
    }
    
    section.client_wrapper .owl-carousel .owl-nav {
    position:absolute;
    top:50%;
    left:0;
    width:100%;
    -webkit-transform:translateY(-50%);
    transform:translateY(-50%);
    margin:0;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between
    }
    
    section.client_wrapper .owl-carousel .owl-nav button {
    width:30px;
    height:30px;
    margin:0
    }
    
    section.client_wrapper .owl-carousel .owl-nav button span {
    line-height:30px;
    font-size:50px;
    color:#fff
    }
    
    section.client_wrapper .owl-carousel .owl-nav button:hover {
    background:none
    }
    
    section.blog_wrapper a.inner {
    width:100%;
    display:block
    }
    
    section.blog_wrapper .blog_column {
    background-color:#fff;
    text-align:center;
    padding-bottom:20px
    }
    
    section.blog_wrapper .blog_column .image {
    width:100%;
    height:400px;
    overflow:hidden
    }
    
    section.blog_wrapper .blog_column .image img {
    height:100%;
    -o-object-fit:cover;
    object-fit:cover;
    -o-object-position:center;
    object-position:center;
    -webkit-transition:.3s ease;
    -moz-transition:.3s ease;
    transition:.3s ease
    }
    
    section.blog_wrapper .blog_column .blog_des {
    width:85%;
    margin:-15% auto 0;
    background-color:#fff;
    z-index:2;
    position:relative;
    padding:25px 40px;
    -webkit-box-shadow:0 5px 15px rgba(0,0,0,0.1);
    -moz-box-shadow:0 5px 15px rgba(0,0,0,0.1);
    box-shadow:0 5px 15px rgba(0,0,0,0.1)
    }
    
    section.blog_wrapper .blog_column .blog_des p.cat-label {
    margin:0 0 8px;
    font-size:.7rem;
    text-transform:uppercase;
    background-color:rgba(0,0,0,0.65);
    color:#fff;
    display:inline-block;
    padding:2px 3px
    }
    
    section.blog_wrapper .blog_column .blog_des h4 {
    line-height:1.3;
    margin:0 0 10px;
    font-size:1.1rem;
    font-weight:600;
    position:relative;
    padding:0 0 15px;
    color:#000;
    -webkit-transition:.3s ease;
    -moz-transition:.3s ease;
    transition:.3s ease
    }
    
    a.learnmore {
    color:#000;
    font-weight:600
    }
    
    section.blog_wrapper .blog_column .blog_des h4::after {
    content:"";
    position:absolute;
    bottom:0;
    left:50%;
    -webkit-transform:translateX(-50%);
    transform:translateX(-50%);
    width:30px;
    background-color:rgba(0,0,0,0.2);
    height:3px
    }
    
    section.blog_wrapper .blog_column .blog_des p.des {
    font-size:.9rem;
    color:#333
    }
    
    section.blog_wrapper .blog_column:hover .image img {
    -webkit-transform:scale(1.09);
    -moz-transform:scale(1.09);
    transform:scale(1.09)
    }
    
    section.blog_wrapper .blog_column:hover .blog_des h4 {
    color:var(--primaryColor)
    }
    
    section.blog_wrapper .owl-carousel {
    margin-top:40px
    }
    
    section.service_wrappers .image {
    margin:0 0 30px
    }
    
    section.contact_wrapper .top_image {
    height:200px;
    margin:0 0 50px;
    position:relative
    }
    
    section.contact_wrapper .top_image img {
    height:100%;
    -o-object-fit:cover;
    object-fit:cover;
    -o-object-position:center;
    object-position:center
    }
    
    section.contact_wrapper .top_image .heading {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color:rgba(0,0,0,0.4);
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center
    }
    
    section.contact_wrapper .top_image .heading h1 {
    font-weight:900;
    color:#fff;
    margin:0;
    font-size:3rem
    }
    
    section.contact_wrapper .contact_info {
    display:-ms-grid;
    display:grid;
    -ms-grid-columns:1fr 1fr;
    grid-template-columns:1fr 1fr;
    -ms-grid-rows:1fr;
    grid-template-rows:1fr;
    gap:20px;
    margin-top:30px
    }
    
    section.contact_wrapper .contact_info .column {
    border:solid 1px  #3d64c8;
    padding:30px 20px;
    border-radius:10px
    }
    
    section.contact_wrapper .contact_info .column i {
    font-size:2rem;
    color: #3d64c8;
    margin:0 0 15px
    }
    
    section.contact_wrapper .contact_info .column h3 {
    font-size:1.2rem;
    font-weight:600;
    color:#000
    }
    
    section.contact_wrapper .contact_info .column p {
    margin:0
    }
    
    section.contact_wrapper .contact_info .column a {
    color:#535353
    }
    
    section.contact_wrapper .contact_info .column a:hover {
    color:var(--primaryColor)
    }
    
    section.contact_wrapper .forms {
    margin-top:30px
    }
    
    .query_box {
    background-color:#273647;
    color:#fff;
    text-align:center;
    padding:40px 25px;
    border-radius:10px
    }
    
    .query_box h3 {
    font-weight:700;
    font-size:1.5rem
    }
    
    .query_box p {
    margin:0 0 20px;
    font-weight:600
    }
    
    .query_box a.getintouch {
    background-color:var(--secondaryColor);
    text-transform:uppercase;
    padding:10px 30px;
    border-radius:5px;
    color:#fff;
    font-size:.8rem;
    font-weight:700
    }
    
    .getintouchform {
    margin-top:40px
    }
    
    .getintouchform h3 {
    font-weight:600;
    font-size:1.3rem
    }
    
    .getintouchform form.forms {
    margin-top:20px
    }
    
    .getintouchform form.forms .form-group input.submit {
    font-size:1rem
    }
    
    .network_wrapper {
    display:-ms-grid;
    display:grid;
    gap:30px;
    -ms-grid-columns:1fr 1fr 1fr;
    grid-template-columns:1fr 1fr 1fr;
    -ms-grid-rows:1fr;
    grid-template-rows:1fr
    }
    
    .network_wrapper .column {
    border:solid 2px #eee;
    padding:20px
    }
    
    .network_wrapper .column h3 {
    font-weight:600;
    color:#000;
    font-size:1.2rem;
    border-bottom:solid 1px #eee;
    padding:0 0 15px
    }
    
    .network_wrapper .column ul {
    list-style:none;
    padding:10px 0 0;
    margin:0
    }
    
    .network_wrapper .column ul li {
    line-height:1.2;
    position:relative;
    padding:5px 0 5px 30px;
    color:#535353
    }
    
    .network_wrapper .column ul li i {
    position:absolute;
    left:0;
    top:8px;
    color:var(--secondaryColor);
    font-size:.8rem
    }
    
    footer {
    background-color: #0a1d4e;
    color:#f1f1f1
    }
    
    footer .footer__top {
    padding:70px 0 50px
    }
    
    footer .footer__top .footer_column h4 {
    position:relative;
    text-transform:uppercase;
    font-weight:600;
    font-size:1.2rem;
    padding:0 0 20px;
    margin:0 0 25px
    }
    
    footer .footer__top .footer_column h4::after {
    content:"";
    position:absolute;
    left:0;
    bottom:0;
    width:30px;
    height:2px;
    background-color:#f1f1f1
    }
    
    footer .footer__top .footer_column ul {
    list-style:none;
    padding:0;
    margin:0
    }
    
    footer .footer__top .footer_column ul.social_links {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    gap:8px
    }
    
    footer .footer__top .footer_column ul.social_links li a {
    width:40px;
    height:40px;
    text-align:center;
    line-height:40px;
    color:#f1f1f1;
    border:solid 1px #f1f1f1;
    border-radius:50%;
    font-size:.8rem
    }
    
    footer .footer__top .footer_column ul.social_links li a:hover {
    background-color:#f1f1f1;
    color:#242424
    }
    
    footer .footer__top .footer_column ul.links li {
    padding:5px 0
    }
    
    footer .footer__top .footer_column ul.links li a {
    color:#f1f1f1
    }
    
    footer .footer__top .footer_column ul.links li a:hover {
    color:var(--primaryColor)
    }
    
    footer .footer__top .footer_column ul.info li {
    padding:3px 0 3px 30px;
    line-height:1.7;
    position:relative
    }
    
    footer .footer__top .footer_column ul.info li i {
    position:absolute;
    left:0;
    top:13px;
    font-size:.8rem
    }
    
    footer .footer__top .footer_column ul.info li a {
    color:#f1f1f1
    }
    
    footer .footer__top .footer_column ul.info li a:hover {
    color:var(--primaryColor)
    }
    
    footer .footer__bottom {
    background-color: #000;
    padding:15px 0
    }
    
    footer .footer__bottom p {
    margin:0
    }
    
    .keyWrapper {
    width:100%;
    float:left
    }
    
    .keyWrapper .inner_wrapper {
    width:100%;
    float:left;
    display:grid;
    -webkit-grid-template-columns:repeat(5,1fr);
    -moz-grid-template-columns:repeat(5,1fr);
    grid-template-columns:repeat(5,1fr);
    -wenkit-gap:15px;
    -moz-gap:15px;
    gap:15px;
    -webkit-grid-template-rows:1fr;
    -moz-grid-template-rows:1fr;
    grid-template-rows:1fr;
    padding:40px 0 50px;
    border-top:solid 1px #3c3a3a
    }
    
    .keyWrapper .inner_wrapper a::before {
    content:"\f0c8";
    position:absolute;
    left:0;
    top:6px;
    font-family:'Font Awesome 5 Free';
    font-size:9px;
    color:#f1f1f1;
    font-weight:900
    }
    
    .keyWrapper .inner_wrapper a {
    position:relative;
    padding-left:17px;
    color:#f1f1f1
    }
    
    .tags {
    width:100%;
    float:left;
    display:flex;
    flex-wrap:wrap;
    gap:15px;
    margin-top:20px
    }
    
    .tags a {
    color:#535353;
    text-decoration:underline
    }
    
    @media screen and (min-width: 768px) and (max-width: 991px) {
    .mt-sm-2 {
    margin-top:25px
    }
    
    header .header__bottom nav.navbar button.navbar-toggler {
    border:none
    }
    
    header .header__bottom nav.navbar button.navbar-toggler:focus {
    outline:none;
    -webkit-box-shadow:none;
    box-shadow:none
    }
    
    header .header__bottom nav.navbar ul.navbar-nav li.nav-item.dropdown ul.dropdown-menu {
    opacity:1;
    visibility:visible;
    display:none;
    -webkit-transition:inherit;
    transition:inherit;
    background-color:#f4f4f4
    }
    
    header .header__bottom nav.navbar ul.navbar-nav li.nav-item.dropdown ul.dropdown-menu li {
    padding:10px 0
    }
    
    footer .footer__top {
    padding:50px 0
    }
    
    footer .footer__top .footer_column h4 {
    margin-top:30px
    }
    
    .keyWrapper .inner_wrapper{
    grid-template-columns:repeat(3,1fr)
    }
    section.ouservices .inner,section.towerWrapper .towerInner{
        grid-template-columns:repeat(2,1fr)
    }
    }
    
    footer .footer__top,footer .footer__bottom {
    width:100%;
    float:left
    }
    
    @media screen and (max-width: 767px) {
    .d-mobile-none {
    display:none
    }
    
    .mt-sm-2 {
    margin-top:20px
    }
    
    header .header__top {
    text-align:center
    }
    
    header .header__bottom nav.navbar button.navbar-toggler {
    border:none
    }
    
    header .header__bottom nav.navbar button.navbar-toggler:focus {
    outline:none;
    -webkit-box-shadow:none;
    box-shadow:none
    }
    
    header .header__bottom nav.navbar ul.navbar-nav li.nav-item.dropdown ul.dropdown-menu {
    opacity:1;
    visibility:visible;
    display:none;
    -webkit-transition:inherit;
    transition:inherit;
    background-color:#f4f4f4
    }
    
    header .header__bottom nav.navbar ul.navbar-nav li.nav-item.dropdown ul.dropdown-menu li {
    padding:10px 0
    }
    
    section.hero_slider {
    height:60vh;
    }
    
    section.hero_slider .carousel-inner .carousel-item .inner_banner .title_area {
    text-align:center
    }
    
    section.hero_slider .carousel-inner .carousel-item .inner_banner .title_area h2 {
    font-size:3rem
    }
    
    section.hero_slider .carousel-inner .carousel-item .inner_banner .title_area p {
    font-size:1.4rem
    }
    
    section.ouservices .inner,section.towerWrapper .towerInner{
    -ms-grid-columns:1fr;
    grid-template-columns:1fr
    }
    
    section.blog_wrapper .blog_column .blog_des {
    padding:25px 20px
    }
    
    footer .footer__top {
    padding:50px 0
    }
    
    footer .footer__top .footer_column h4 {
    margin-top:30px
    }
    
    .network_wrapper {
    -ms-grid-columns:1fr;
    grid-template-columns:1fr
    }
    
    section.contact_wrapper .contact_info {
    -ms-grid-columns:1fr;
    grid-template-columns:1fr
    }
    
    .keyWrapper .inner_wrapper {
    -webkit-grid-template-columns:repeat(1,1fr);
    -moz-grid-template-columns:repeat(1,1fr);
    grid-template-columns:repeat(1,1fr)
    }
    }
    
    section.contact_wrapper .imagePart img {
    height:650px;
    object-fit:cover;
    object-position:center
    }
    section.galleryWrap .galleryBox{
        background-color: #fff;
        border-radius: 5px;
        padding: 10px;
        box-shadow: 0 5px 10px rgba(0,0,0,0.09);
        margin: 10px 0;
    }
    section.galleryWrap .galleryBox .galleryImg{
        height: 250px;
    }