/*@import url('../maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.html');*/

@font-face {
    font-family: "roboto";
    src: url("css/fonts/roboto/RobotoCondensed-Bold.html");
    /*
    src: url("css/fonts/rockwell.woff") format("woff"),
    url("css/fonts/rockwell.svg#filename") format("svg");
*/
}

@font-face {
    font-family: "robottobold";
    src: url('"css/fonts/roboto/Roboto-Bold.ttf');
}

/*
body {
    font-family: "roboto", Helvetica, Arial, sans-serif !important;
    transition: background-color .5s;
}
*/

body {
    font-family:helvetica neue, helvetica, arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #505c61;
    background-color: #fff;
    font-weight: 200;

}

p {
    font-size: 16px;
}

.bg-aqua {
    background-color: #0bc6cc;
}

.bg-dark-blue {
    background-color: #192b3f;
}

a {
    text-decoration: none;
    color: inherit;
}

a:hover {
    text-decoration: none;
    color: #f8f8f8;
}

/*all text color*/

.text-white {
    color: #ffffff !important;
    /*white color*/
}

/*navigation bar stylling*/

a.logo {
    overflow: hidden;
    height: 70px;
}

nav.navigation {
    background-color: #ffffff;
    border-radius: 0px;
    margin-bottom: 0px;
    min-height: 50px;
    height: auto;
}

nav.navigation .nav > li > a {
    position: relative;
    display: block;
    padding: 6px 12px;
    text-transform: uppercase;
    font-size: 12px;
    color: #454647;
    vertical-align: -webkit-baseline-middle;
}

nav.navigation .nav > li.iconHolder > a {
    padding: 6px 3px;
}

nav.navigation .navbar-nav > .active > a,
nav.navigation .navbar-nav > .active > a:focus,
nav.navigation .navbar-nav > .active > a:hover {
    color: #0bc6cc;
    background-color: transparent;
    /*    border-bottom: 1px solid #0bc6cc;*/
}

nav.navigation .navbar-nav > li > a:focus,
nav.navigation .navbar-nav > li > a:hover {
    color: #0bc6cc;
    background-color: transparent;
    /*    border-bottom: 1px solid #0bc6cc;*/
}

.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
    color: #0bc6cc;
    background-color: transparent;
    /*    border-bottom: 1px solid #0bc6cc;*/
}

nav.navigation .navbar-nav > .open > a,
nav.navigation .navbar-nav > .open > a:focus,
nav.navigation .navbar-nav > .open > a:hover {
    color: #0bc6cc;
    background-color: transparent;
    /*    border-bottom: 1px solid #0bc6cc;*/
}

nav.navigation ul.head > li > a {
    display: inline;
}

ul.navbar-nav {
    float: right;

}

.track {
    text-transform: capitalize;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    padding: 3px 10px;

}

.indexcity {
    z-index: 9999
}

#myNavbar .right {
    right: 0 !important;
    left: 0 !important
}

/*main section coding*/

a.carousel-control span img {
    position: absolute;
    font-size: 4vw;
    font-weight: 100;
    top: 100px;
    display: none;
}

#myCarousel div.caption {
    width: 50%;
    left: 50%;
    top: 50%;
    text-align: center;
    transform: translate(-50%, -50%);
}

div.caption h3 {
    font-size: 45px;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: capitalize;
}

div.divider {
    width: 60%;
    height: 4px;
    background-color: white;
    margin: 10px auto;
}

div.bannerCaption div.divider {

    margin: 10px 0px;
}

div.caption p {
    font-size: 1.6vw;
}

/*achievement section coding*/

section.achievements,
section.bannerFoot {
    background-image: url(../img/Banner.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 200px;
    overflow: hidden;
    width: 100%;
}

section.bannerFoot {
    background-image: url(../img/Buraq1.jpg);
    height: 500px;
}

.dflex {
    display: flex;
    flex-wrap: nowrap;
}

.justify-content-space-around {
    justify-content: space-around;
}

.justify-content-space-between {
    justify-content: space-between;
}

.align-items-middle {
    align-items: center;
}

/*

.circle {
    width: 170px;
    height: 170px;
    border-radius: 50%;
    font-size: 16px;
    color: #fff;
    line-height: 200px;
    text-align: center;
    background: #000;
    white-space: pre-wrap;
    box-sizing: border-box;
    border: 4px solid white;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    transition: 0.3s;
}
*/

div.circle {
    position: relative;
    width: 170px;
    height: 170px;
    border-radius: 50%;
    transition-delay: 5s;
}

div.circle img {
    transition-delay: 60s;
}

div.circlecaption {
    position: absolute;
    top: 85%;
    left: 53%;
    transform: translate(-50%, -80%);
    text-align: center;
    color: white;
    width: 170px;
    white-space: normal;
}

div.circlecaption h2 {
    font-size: 13px;
    text-transform: uppercase;
}

div.circlecaption p {
    font-size: 20px;
    font-weight: bold;
}



/* On mouse-over, add a deeper shadow */

.circle:hover {
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}

/*content section*/

section.contents {
    margin: 3% 0px;
}

div.aboutUs {
    background: #f8f8f8;
    padding: 10px;
}

h1.heading {
    color: #082e6c;
    font-size: 22px;
    font-weight: bold;
    margin: 8px 0px;
}

button.bg-dark-blue:hover,
button.bg-dark-blue:active {
    background-color: #1e3d60;
    color: white;
}

div.thumbnail {
    background: #f8f8f8;
    min-height: 251px;
    overflow: hidden;
    height: 308px;
}

div.thumbnail a:hover {
    text-decoration: none;
}

.thumbnail .caption {
    width: 100%;
    text-align: justify;
}

section.bannerFoot .heading {
    font-size: 30px;
}

section.bannerFoot div.divider {
    width: 60%;
    height: 4px;
    background-color: #082e6c;
    margin: 10px 0px;
}

div.thumbnail div.caption h6,
div.thumbnail div.caption p {
    font-size: 14px;
}

/*
section.contents div.col-md-8 div.thumbnail button {
    position: absolute;
    bottom: 20px;
    right: 20px;

}
*/

section.contents div.col-md-8 div.thumbnail button {
    position: absolute;
    bottom: 35px;
    right: 20px;
    padding: 0px;
    color: #4b7abf !important;
    background: transparent;
    border: none;
}

section.contents div.col-md-8 div.thumbnail button::after {
    content: &raquo;
}

aside {
    background: #f8f8f8;
    width: 100%;
    padding: 10px;
    overflow: hidden;
}

aside p.lead {
    font-size: 16px;
    color: black;
        margin-bottom: 9px;/*Ayush Changes*/
}

aside p {
    font-size: 14px;
}

aside .divider {
    width: 100%;
    background: #e6e6e6;
    margin: 20px 0px;/*Ayush Changes*/
}
/*----Sticky Footer----*/

footer {
    background: #192b3f;
    color: white;
    line-height: 51px;

}

footer li:not(:last-child):after {
    content: ' |';
    margin-left: 10px;
}

/*
div.thumbnail div.caption p {
    font-size: 14px;

}
*/

div#galleryImages {
    height: 120px;
    overflow: hidden;
}

/*internal pages styling*/

section.bannerHolder {
    height: 220px;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.industries-banner {
    background-image: url("../img/banners/Banner-industries.png");
}

.warehouse-banner {
    background-image: url("../img/banners/Warehouse-banner.png");
}

.roadShipment-banner {
    background-image: url("../img/Buraq1.jpg");
}

.ftl-banner {
    background-image: url("../img/banners/services/Fleet-banner.png");
}

.airShipment-banner {
    background-image: url("../img/banners/services/Air-cargo-banner.png");
}

.airexpressfoot-banner {
    background-image: url("../img/banners/services/Air-bottom.png") !important;
}

.livehoul-banner {
    background-image: url("../img/Buraq1.jpg");
}

.livehoulfoot-banner {
    background-image: url("../img/Buraq3.jpg") !important;
}

.milk-run-banner {
    background-image: url("../img/banners/services/Milk-run-banner.png");
}

.milk-run-foot {
    background-image: url("../img/banners/services/Milk-run-bottom.png") !important;
}

.ftlfoot-banner {
    background-image: url("../img/Buraq2.jpg") !important;
}

.warehousefoot-banner {
    background-image: url("../img/banners/services/Warehouse-1.png") !important;
}

.whoweare-banner {
    background-image: url("../img/Who-we-are.png");
}

.contactus-banner {
    background-image: url("../img/banners/Contact-Us.png");
}

.technologies-banner {
    background-image: url("../img/banners/Technology.png");
}

.career-banner {
    background-image: url("../img/banners/Career.png");
}

.partner-with-us-banner {
    background-image: url("../img/banners/Partner-with-us.png");
}

div.bannerCaption {
    width: 40%;
    position: absolute;
    left: 10%;
    top: 10%;
    text-align: left;
    color: white;
    transform: translate(-10%, -10%);
}

div.bannerCaption h3 {
    font-size: 3vw;
    font-weight: bold;
}

section.contentHolder {
    margin-top: 3%;
    margin-bottom: 3%;
}

section.contentHolder ul li {
    font-size: 16px;
}

div.bannerCaption p {
    font-size: 1.6vw;
}

.subHeading {
    font-size: 20px;
    font-weight: bold;
}

div.formHolder {
    border: 1px solid silver;
    background: #f8f8f8;
    padding: 10px;
}

div.formHolder form .control-label {
    white-space: nowrap;
    text-align: left;
}

div.formHolder form .form-control,
div.formHolder form button {
    border-radius: 0px;
    border-color: #b4b4b4;
}

div.formHead {
    text-align: center;
    margin-bottom: 6%;
    border-bottom: 1px solid silver;
    font-size: 16px;
    font-weight: normal;
    padding: 10px;
}

div.card {
    background-color: #f8f8f8;
    color: black;
    text-align: center;
    padding: 2% 1% 1%;
    position: relative;
    border: 1px solid #f1f1f1;
    box-sizing: border-box;
}

.mx-30 {
    margin: 30px auto;
}

div.iconholder {
    font-size: 30px;
    color: white;
    background-color: #34ccff;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    text-align: center;
    line-height: 70px;
    position: absolute;
    top: -42%;
    left: 50%;
    transform: translate(-50%, 50%);
}

div.squareShape {
    top: -18%;
    left: 55%;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg) translate(-50%, 50%);
    border-radius: 0px;
}

div.squareShape span {
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

div.card h1.heading {
    font-size: 16px;
    width: 50%;
    font-weight: 500;
    border-bottom: 2px solid #082e6c;
    margin: 10px auto;
    white-space: nowrap;
    padding-bottom: 7px;
}
div.col-24{
  width:24%;
}
div.col-30 {
    width: 31.5%;
}

div.col-2 {
    width: 45.5%;
    padding-top: 3%;
    text-align: left;
    margin-bottom: 6%;

}

div.col-2 h1.heading {
    margin: 10px 0px;

}

div.card p {
    font-size: 13px;
    line-height: 24px;
}

.custom-bullet {}

.custom-bullet li {
    display: block;
    clear: both;
    position: relative;
}

.custom-bullet li:before {
    /*Using a Bootstrap glyphicon as the bullet point*/
    content: "\e080";
    font-family: 'Glyphicons Halflings';
    font-size: 9px;
    float: left;
    margin-top: -5px;
    margin-right: 20px;
    margin-left: -25px;
}

.custom-bullet li.addressIcon:before,
.custom-bullet li.phoneIcon:before {
    content: "\e062";
    font-size: 20px;
    color: #34ccff;
}

.custom-bullet li.phoneIcon:before {
    content: "\e182";
}

div.contentDivider {
    height: 1px;
    background: #082e6c;
    width: 100%;
    margin: 30px 0px;
}

/*modal from left and right styling*/

.modal.left .modal-dialog,
.modal.right .modal-dialog {
    position: fixed;
    margin: auto;
    width: 380px;
    height: 100%;
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
}

.modal.left .modal-content,
.modal.right .modal-content {
    height: 100%;
    overflow-y: auto;
}

.modal.left .modal-body,
.modal.right .modal-body {
    padding: 15px 15px 80px;
}

/*Right*/

.modal.right.fade .modal-dialog {
    right: -320px;
    -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
    -o-transition: opacity 0.3s linear, right 0.3s ease-out;
    transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.right.fade.in .modal-dialog {
    right: 0;
}

/* ----- MODAL STYLE ----- */

.modal-content {
    border-radius: 0;
    border: none;
}

.modal-header {
    border-bottom-color: #EEEEEE;
    background-color: #FAFAFA;
}

/*pannel styling for carrer page*/

.panel-group .panel {
    border-radius: 0;
    box-shadow: none;
    border-color: #EEEEEE;
}

.panel-default > .panel-heading {
    padding: 0;
    border-radius: 6px;
    color: #212121;
    background-color: #FAFAFA;
    border-color: #EEEEEE;
    border-left: 3px solid #082e6c;
}

.panel-title {
    font-size: 14px;
}

.panel-title > a {
    display: block;
    padding: 15px;
    text-decoration: none;
}

.more-less {
    float: right;
    color: #212121;
}

.more-less.glyphicon.glyphicon-minus {
    color: white !important;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #EEEEEE;
}

div.partnerwithusDiv {
    border: 1px solid #dbd7d7;
    padding: 10px 0px;
    width: 100%;
    height: 100%;
    margin: 10px 0px;
    background: #f8f8f8;
    float: none;
    overflow: hidden;
}

div.partnerwithusDiv [class*="col-"] {
    margin: 20px 0px;
}

/*ended here*/

.panel-heading.active {
    background-color: #082e6c;
    color: white;
}

button.btnGetAQuote {
    background: none;
    border: 2px solid coral;
    font-size: 17px;
    color: white;
    text-transform: uppercase;
    background-color: coral;
    position: relative;
    z-index: 99;
}

div.getAQuote form .form-group {
    margin: 5px 0px;
}

div.getAQuote form .form-group .form-control {
    border-radius: 0px;
}

form label.important::after {
    content: "*";
    color: #df3c3c;
    vertical-align: middle;
    margin: 3px;
}

div.getAQuote form label {
    color: #768287 !important;
    text-transform: uppercase;
    font-size: 11px !important;
    cursor: default;
    display: inline-block;
    font-family: 'Open Sans', arial, sans-serif, Georgia, 'Times New Roman';
    font-weight: normal;
    margin-bottom: 5px;
    min-width: 216px;
    text-align: left;
    font-weight: normal;
}

div.getAQuote form label.radio-inline {
    min-width: 0px;
    width: auto;
}

form.instantServiceCheck label {
    text-align: left !important;
}

ul.serviceQuote > li > a {
    border: 1px solid #0bc6cc;
    border-radius: 10px;
    padding: 3px 6px;
    font-size: 12px;
    margin: 0px 3px;
    color: black;
    white-space: nowrap;

}

div.modal-body ul.serviceQuote > li > a {
    border: 1px solid #0bc6cc;
    border-radius: 4px;
    margin: 10px 10px;
    color: black;
    white-space: nowrap;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
}

.serviceQuote > li.active > a,
.serviceQuote > li.active > a:focus,
.serviceQuote > li.active > a:hover {
    color: #fff;
    background-color: #0bc6cc;
}

ul.serviceQuote > li > a > img {
    margin: 0px 2px;
    vertical-align: middle;
}

div.picCaption {
    font-size: 11px;
    color: #706b6b;
}

a.getInstant {
    border: 1px solid #bab9b9;
    text-transform: uppercase;
}

/*==============right caption pannel group*/

div.rightCaption {
    left: 100% !important;
    transform: translate(-100%, -115%) !important;
}

div.rightCaption .panel-title > a {
    padding: 9px;
}

div.rightCaption .panel-group .panel {
    border-radius: 0;
    box-shadow: none;
    border-color: #EEEEEE;
    background: rgba(40, 38, 38, 0.28);
}



div.rightCaption ul.serviceQuote > li > a {
    border: 1px solid #0bc6cc;
    border-radius: 10px;
    padding: 3px 6px;
    font-size: 12px;
    margin: 0px 3px;
    color: white;
    white-space: nowrap;
}


/*=============================addon styling=========================*/

slideanim {
    visibility: hidden;
}

.slideUP {
    /* The name of the animation */
    animation-name: slide;
    -webkit-animation-name: slide;
    /* The duration of the animation */
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    /* Make the element visible */
    visibility: visible;
}

.swiper-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.5);
    background-image: url(../img/pattern.png);
    background-repeat: repeat;
}

.swiper-overlay .slider-text {
    transition: all .15s ease-in-out;
    -webkit-transition: all .15s ease-in-out;
    transition-delay: .3;
    -webkit-transition-delay: .3s;
    transform: translateY(50px);
    -webkit-transform: translateY(50px);
    opacity: 0;
}

.active .swiper-overlay .slider-text {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    opacity: 1;
}

/* Go from 0% to 100% opacity (see-through) and specify the percentage from when to slide in the element along the Y-axis */

@keyframes slide {
    0% {
        opacity: 0;
        transform: translateY(70%);
    }
    100% {
        opacity: 1;
        transform: translateY(0%);
    }
}

@-webkit-keyframes slide {
    0% {
        opacity: 0;
        -webkit-transform: translateY(70%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0%);
    }
}

div.bg-fade {
    height: 100%;
    background: -moz-linear-gradient(left, rgba(247, 249, 249, 0.95) 0%, rgba(247, 249, 249, 0.95) 40%, rgba(247, 249, 249, 0) 80%, rgba(247, 249, 249, 0) 100%);
    background: -webkit-linear-gradient(left, rgba(247, 249, 249, 0.95) 0%, rgba(247, 249, 249, 0.95) 40%, rgba(247, 249, 249, 0) 80%, rgba(247, 249, 249, 0) 100%);
    background: linear-gradient(to right, rgba(247, 249, 249, 0.95) 0%, rgba(247, 249, 249, 0.95) 40%, rgba(247, 249, 249, 0) 80%, rgba(247, 249, 249, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2f7f9f9', endColorstr='#00f7f9f9', GradientType=1);
}

div.imageSection,
div.contentSection {
    padding: 20px 30px;
}

div.bannerfootContent {
    height: 500px;
}

/*----------Ayush Changes-----------------*/

/*-------Technology Solution------*/

div.technology .technologycontent {
    padding: 20px 80px;
}

div.technology .technologycontent p {
    font-size: 17px;
    line-height: 1.8;
    font-weight: normal;
}

.technology .imageHolderService {
    /*display:inline-block;
  background: -webkit-radial-gradient(farthest-corner at 60% 55%,rgba(0, 0, 255, 0),rgba(0, 128, 0, 0),rgba(255, 255, 0, 0),rgba(2, 2, 2, 0.45098039215686275)); /* Chrome10+,Safari5.1+
  background: -o-radial-gradient(farthest-corner at 60% 55%,rgba(0, 0, 255, 0),rgba(0, 128, 0, 0),rgba(255, 255, 0, 0),rgba(2, 2, 2, 0.45098039215686275)); /* Opera 11.10+
  background: -ms-radial-gradient(farthest-corner at 60% 55%,rgba(0, 0, 255, 0),rgba(0, 128, 0, 0),rgba(255, 255, 0, 0),rgba(2, 2, 2, 0.45098039215686275)); /* IE10+
  background: radial-gradient(farthest-corner at 60% 55%,rgba(0, 0, 255, 0),rgba(0, 128, 0, 0),rgba(255, 255, 0, 0),rgba(2, 2, 2, 0.45098039215686275));*/
}

.technology .imageHolderService img {
    position: relative;
    z-index: -1;
    display: block;
    /*height:200px; */
    width: auto;
}
.text-bold{
  font-weight:bold;
}
.bg-themeblue{
  background-color: #0bc6cc;
}
.text-white{
  color:white;
}
label.requiredentery::after {
    content: " *" !important;
    color: red;
}
.btnGetAQuote:hover{
  color:white;
}
/*--Input type="number"---*/
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
    -moz-appearance:textfield;
}
/*---Changes Ended here--*/
/*terms and condition*/

section.caHolder {
    height: 150px;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background: #082e6c;
}

section.caHolder h1 {
    vertical-align: middle;
    line-height: 150px;
    text-align: center;
    font-size: 34px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.flatPages h1.heading {
    margin: 35px 0px;
}



/*----------Partner With Us-----------*/

section.partnerwithus .formcontainer {
    width: 97%;
    margin: 0px auto;
    /* box-shadow: 3px 3px 5px #e4dede; */
    background-color: #ffffff;
    border: 1px solid #e7e5e5;
    overflow: hidden;
}

section.partnerwithus .formcontainer .form-horizontal .control-label {
    text-align: left;
}

.pd-15 {
    padding: 15px;
}

.text-bold {
    font-weight: bold;
}

.mb-20 {
    margin-bottom: 20px;
}

.mt-25 {
    margin-top: 25px;
}
.font-12{
  font-size:12px;
}
div.searchNetwork {
    float: right;
}
ul.serviceQuote li.active a.selectservice img.blackimage,
ul.serviceQuote li a.selectservice img.whiteimage{
  display:none;
}
ul.serviceQuote li.active a.selectservice img.whiteimage{
  display:inline-block;
}
ul.serviceQuote li.active a.selectservice{
  color:white;
}
nav.navigation .nav > li.iconHolder > a.trackOrderBtn{
	 color: white;
    margin-right: 5px;
    font-size: 10px;
    padding: 5px 5px;
    background-color: coral;
}
/*===========================media queries===================================*/

@media (min-width: 1200px) {
    section.contents .container {
        width: 1240px;
    }
}

@media screen and (min-width: 768px) {
    .carousel-indicators {
        bottom: 0px;
    }
}

@media only screen and (max-width:1024px) {
    nav.navigation .nav > li > a {
        padding: 6px 6px;
    }
    #myCarousel div.caption {
        top: 40%;
        width: 60%;

    }
}


@media only screen and (max-width:768px) {
    .navbar-collapse {
        background-color: #127dc1;
        position: fixed;
        top: 0;
        color: #fff;
        transition: all .8s ease-out;
        height: 100%;
        width: 70%;
        left: -700px;
        z-index: 99;
    }
    nav.navigation .nav > li > a {
        color: white;
    }

    .mx-30 {
      margin: 50px auto;/*---Ayush Changes---*/
    }
    /*
    div#galleryImages {
        height: 240px;
        overflow: hidden;
    }
*/
}
/*---Ayush Changes----*/
@media only screen and (max-width:767px){
  nav.navigation {
      background-color: #ffffff;
      border-radius: 0px;
      margin-bottom: 0px;
      min-height: 60px;
      box-sizing: border-box;
      padding: 10px;
  }
  .navbar-toggle {
      float: left;
  }
  .navbar-brand {
      float: right;
      height: 50px;
      padding: 15px 15px;
      font-size: 18px;
      line-height: 0px;
      width: 60%;
  }
  a.logo {
      overflow: hidden;
      height: 65px;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
      color: #f9f9f9;
  }
  /*---Contact Us page---*/
  section.contactuscontent .dflex {
      display: flex;
      flex-wrap: wrap;
  }
  section.contactuscontent .card.col-24{
    width:100%;
    margin-bottom:30px;
  }
}
/*----Changes Ende here---*/


@media only screen and (max-width:468px) {


    /*
    .logo img {
        width: 60%;
        float: right;
    }
*/
    .dflex {
        display: flex;
        flex-wrap: wrap;
    }
    section.achievements {
        height: auto;
    }

    div.circle {
        width: auto;
        height: 170px;
        margin: 10px 15px;
    }

    footer {
        text-align: center;
    }

    footer .pull-left,
    footer .pull-right {
        float: none !important;

    }
    section.bannerHolder {
        height: 200px;
    }
    div.col-30 {
        width: 100%;
        margin: 30px auto;
    }
    div.card {
        padding: 10% 1% 1%;
    }

    /*inner pages responsive*/
    div.bannerCaption {
        width: 100%;
        left: 15%;
        top: 50%;
        transform: translate(-12%, -50%);
    }
    div.bannerCaption h3 {
        font-size: 29px;
    }
    div.divider {
        margin: 10px auto;
    }
    div.bannerCaption p {
        font-size: 19px;
    }
    div.one {
        flex-wrap: wrap-reverse !important;
    }
    div.technology .technologycontent {
        padding: 20px 20px;
    }
    /*    service network stylling*/
    div.seviceNetworkDiv {
        display: block !important;
        margin-top: 0%;
    }
    div.seviceNetworkDiv div.col-2 {
        width: 100%;
        margin: 20% 0%;
    }
    div.searchNetwork {
        float: none;
    }
    h1.heading {
        margin: 8px auto;
        text-align: center;
        width: 100%;
    }
    section.contents div.col-md-8 div.thumbnail button {
        bottom: 5px;
    }
    div.caption h3 {
        font-size: 25px;
    }
    #myCarousel div.caption {
        width: 100%;
        left: 0%;
        top: 50%;
        text-align: center;
        transform: translate(0%, -50%);
        padding-top: 0px;
    }
    div.caption p {
        font-size: 19px;
        margin-bottom: 10px;
    }
    /*
    button.btnGetAQuote {
        border: 1px solid #0bc6cc;
        font-size: 10px;
    }
*/
    /*
    section.mainBanner .carousel-indicators {
        display: none;
    }
*/
    section.mainBanner .carousel .item {
        height: 485px;
    }

    section.mainBanner .carousel .item img {
        position: absolute;
        top: 0;
        left: 0;
        min-height: 485px;
    }
    div.bannerfootContent {
        text-align: center;
        color: black;
    }
    section.bannerFoot div.divider {
        margin: 10px auto;
    }
    div.circlecaption {
        left: 50%;
    }
}
/*
Div {
    position: absolute;
    top: 0;
    color: black;
    display: block;
    height: 150px;
    width: 440px;
    border: 1px solid red;
    background: linear-gradient(to bottom, rgba(255, 127, 80, 1), rgba(255, 127, 80, 1));
}*/