@media screen and (min-width: 270px) {
    .mainContainer {
        display: block;
        width: 100%;
        margin: auto;
    }
    /********************* Masthead Header starts ********************/
    .custom-logo {
        color: #fff;
        /* font-size: 0.9rem;
        margin: 16px 0;
        padding-left: 60px; */
        display: none;
    }
    .bg-light {
        /* background-color: #019443!important; */
        background-color:#014069!important;
    }
    .dark-white-text{
        color: #fff;
    }
    .navbar {
        padding: 0;
        width: 100%;
        max-width: 1400px;
        margin: auto;
    }
    .navbar-light .navbar-toggler {
        color: #000;
        border-color: rgba(0, 0, 0, 0.63);
        margin-right: 1rem;
        padding: .1rem;
        background-color: #fff;
    }
    .companyLogo img {
        width: 100%;
        height: auto;
        float: left;
        margin-right: 0%;
        background: #fff;
        display: block;
        padding: 8px;
    }
    .nav-link {
        display: block;
        margin: 0 0.1rem;
    }
    .navbar-light .navbar-nav .nav-link {
        color: #fff;
        text-align: center;
        transition: color .2s;
        font-size: 1rem;
    }
    a.navbar-brand.companyLogo {
        text-align: center;
        width: 40%;
        background: #fff;
        font-size: 0.7rem;
    }
    li.nav-item {
        width: 100%;
    }
    li.nav-item:hover {
        /* background-color: #ffffff; */
        color:#ffffff;
    }
    .dropdown-item:focus, .dropdown-item:hover {
        color: #fff;
        text-decoration: none;
        background-color: #014069;
    }
    .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
        color: #014069;
        background-color: #fff;
        font-weight: 600;
    }
    .dropdown-menu {
        border-top: 0;
        border-radius: 0;
    }
    /*************** Masthead Header ends ******************/

    /*************** Footer css starts *********************/
    .footer {
        color: white;
        background: #272d34;
    }
    .websiteBoundary{
        padding: 0;
        width: 100%;
        max-width: 1400px;
        margin: auto;
    }
    .footer .links ul {
        list-style-type: none;
    }
    .footer .links li a {
        color: white;
        transition: color .2s;
    }
    .footer .links li a:hover {
        text-decoration: none;
        color: #4180CB;
    }
    .footer .about-company a {
        color: white;
        transition: color .2s;
    }
    .footer .about-company a:hover {
        color: #bbbdbf;
    }
    .footer .location i {
        font-size: 21px;
    }
    .footer .copyright p {
        border-top: 1px solid rgba(255, 255, 255, 0.1);
    }
    .text-white-50 {
        color:#fff !important;
        font-size: 0.8rem;
        width: 100%;
    }
    .f-links{
        font-size: 0.8rem;
    }
    .footer .about-company i {
        font-size: 35px;
    }
    .footer .h3, h3 {
        font-size: 1.4rem;
        padding: 5px 0;
    }
    .border-bottom{
        border-bottom: 1px solid rgba(255, 255, 255, 0.1)!important;
    }
    .border-right{
        /* border-right: 1px solid rgba(255, 255, 255, 0.1)!important; */
        border-right: 0 !important;
    }
    /*************** Footer css ends *********************/

    /*************** slider banner *************************/
    .carousel-item {
        height: 300px;
        overflow: hidden;
    }
    .carousel-item img{
        width: 100%;
        height: 300px;
        overflow: hidden;
    }
    .carousel-indicators li{
        height: 10px;
    }
    .carousel-control-next-icon, .carousel-control-prev-icon{
        width: 30px;
        height: 30px;
    }
    .carousel-caption{
        font-size: 2rem;
        background-color: #000;
        opacity: 0.6;
        width: 40%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        padding: 12% 0 0 6%;
        z-index: 0;
        text-align: left;
        
    }
    .carousel-control-next, .carousel-control-prev{
        width: 15%;
    }
    .carousel-caption p {
        font-size: 1.5rem;
        font-weight: 400;
        line-height: 1.14;
        animation-duration: 2.4s;
        animation-name: slidein;
        animation-direction: alternate;
        padding: 10px 0;
    }
    .carousel-caption h1 {
        font-size: 2.813rem;
        font-weight: normal;
        line-height: 1.07;
        animation-duration: 2s;
        animation-name: slidein;
        animation-direction: alternate;
        font-weight: 500;
    }

      @keyframes slidein {
        from {
          margin-top: 20%;
        }
        to {
          margin-top: 0%;
        }
      }
     
    /*************** slider banner *************************/

    /*************** content after slider banner *****/
    .contentAfterSlider{
        width: 100%;
        margin: auto;
    }
    .jumbotron {
        padding: 1rem;
        margin: 0 0 2rem 0;
    }
    
    .frpdesc {
        /* padding: 0.5rem; */
        animation-duration: 3s;
        animation-name: slideleft;
        animation-direction: alternate;
        font-size: 0.85rem;
    }
    h3.frpdesc {
        padding-top: 1rem;
        font-size: 1.25rem;
    }
    .dbBTN {
        padding: 0.5rem 1rem;
    }
    .h2Title {
        font-size: 1.3rem;
        padding: 1rem;
    }
    .lead {
        font-size: 0.85rem;
        font-weight: 400;
    }
    @keyframes slideleft {
        from {
          margin-left: 10%;
          width: 100%; 
        }
      
        to {
          margin-left: 0%;
          width: 100%;
        }
      }
      /* @keyframes slideright {
        from {
          margin-right: 20%;
          width: 100%; 
        }
        to {
          margin-right: 0%;
          width: 100%; 
        }
      } */
      .hp-tiles a.icon{
        width: 85px;
        height: 85px;
        line-height: 85px;
        text-align: center;
        -webkit-border-radius: 85px;
        -moz-border-radius: 85px;
        border-radius: 85px;
        margin: 0 auto 25px;
        font-size: 30px;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        background-color: #ab955f;
        color: #fff;
        display: block;
        background-color: #019443;
      }
      .hp-tiles .col-md-3{
          text-align: center;
      }
      .hp-tiles .hp-tiles-link{
        color: #000;
        font-weight: bold;
        font-size: 1.5rem;
      }
}
@media screen and (max-width: 520px) {
    .col-lg-5.col-xs-12.col-auto.col-8.border-right.about-company{
        flex: 0 0 86.666667%;
        max-width: 86.666667%;
    }
}
@media screen and (min-width: 520px) {
    /*************** Masthead Header starts ****************/

    /*************** Masthead Header ends ******************/

    /*************** Footer css starts *********************/
    .footer .location {
        padding-top: 0!important;
    }
    /*************** Footer css ends *********************/

}
@media screen and (min-width: 720px) {
    /********************* Masthead Header starts ****************/
    li.nav-item {
        width: 115px;
    }
    .dropdown:hover .dropdown-menu, .btn-group:hover .dropdown-menu{
		display: block;
	}
	.dropdown-menu{
		margin-top: 0;
	}
	.dropdown-toggle{
		margin-bottom: 2px;
	}
	.navbar .dropdown-toggle, .nav-tabs .dropdown-toggle{
		margin-bottom: 0;
    }
    .carousel-control-next, .carousel-control-prev {
        width: 8%;
    }
    .carousel-caption h1 {
        font-size: 2rem;
    }
    .carousel-caption p {
        font-size: 1rem;
    }
    .carousel-caption {
        width: 45%;
        padding: 12% 1% 0 7%;
    }
    /********************* Masthead Header ends ******************/

}

@media screen and (min-width: 980px) {
    /*************** Masthead Header starts *****************/
    .carousel-item {
        height: 500px;
    }
    .custom-logo {
        font-size: 1rem;
        padding-top: 12px;
        display: block;
    }
    .companyLogo img {
        margin-right: 5%;
        padding: 12px;
    }
    .carousel-item img{
        height: 500px;
    }
    .nav-link {
        padding: 1.15rem;
    }
    .carousel-caption h1 {
        font-size: 2.813rem;
    }
    .carousel-caption p {
        font-size: 1.2rem;
        line-height: 1.75;
    }
    .carousel-caption {
        width: 40%;
        padding: 12% 0 0 6%;
    }
    a.navbar-brand.companyLogo {
        width: 14%;
    }
    /************** Masthead Header ends ******************/

    /*************** slider banner *************************/

    .carousel-control-next, .carousel-control-prev{
        width: 5%;
    }

    /*************** slider banner *************************/

    /*************** content after slider banner *****/
    .contentAfterSlider{
        width: 100%;
        max-width: 1400px;
        margin: auto;
    }
    .jumbotron {
        padding: 2rem 2rem;
        margin: 0 0 2rem 0;
    }
    .frpdesc {
        padding: 1rem;
        font-size: 1rem;
    }
    
    h3.frpdesc {
        padding-top: 1rem;
        font-size: 1.75rem;
    }
    .h2Title {
        font-size: 1.8rem;
    }
    .lead {
        font-size: 1.05rem;
    }
    /*************** content after slider banner *****/


    /*************** Footer css starts *********************/
    .text-white-50 {
        width: 80%;
    }
    .border-bottom{
        border: 0!important;
    }
    /*************** Footer css ends *********************/
}
@media screen and (min-width: 1200px) {

}