
    
  h2
{
color: #010f69;
font-weight: 800;
margin-top: 50px;
}

/* navbar */
  .navbar-fixed-bottom, .navbar-fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
    background-color: #ffffff;
}
.headcolor  {
    color:#9e0700;
    font-weight: 900;
    font-size: 16px;
    margin-top: 30px;
    font-family: "Roboto",sans-serif;
  }

  @media only screen and (max-width: 768px){

    .logo-height
    {
        height: 30px;
    }
    .headcolor  {
    color:#9e0700;
    font-weight: 900;
    font-size: 16px;
    margin-top: 0px;
    font-family: "Roboto",sans-serif;
  }

    
}
.navbar-toggle .icon-bar
{
    background: #010f68;
    width: 28px;
    height: 4px;
}

/* about us */
  
  .textstyle
  {
    font-size: 14px;
    font-weight: 500;
    margin-top: 20px;
    font-family: "Roboto",sans-serif;
    text-align: justify;
    line-height: 35px;
  }


/* services  */
.serviceBox{
    font-family: 'Poppins', sans-serif;
    padding: 25px;
    margin: 5px 0 0 5px;
    border-radius: 10px;
    box-shadow: 0 0 15px -5px rgba(0,0,0,0.3);
    transition: all 0.3s ease 0s;
}
.serviceBox:hover{ background: #001067; }
.serviceBox .service-icon{
    color: #FB374D;
    font-size: 55px;
    margin: 0 0 20px;
    transition: all 0.3s ease 0s;
}
.serviceBox .title{
    color: #444;
    font-size: 17px;
    font-weight: 600;
    text-transform: capitalize;
    margin: 0 0 10px;
    transition: all 0.3s ease 0s;
    text-align: center;
}
.serviceBox .description{
    color: #999;
    font-size: 14px;
    line-height: 27px;
    margin: 0 0 15px;
    transition: all 0.3s ease 0s;
}
.serviceBox .read-more{
    color: #FB374D;
    font-size: 15px;
    transition: all 0.3s ease 0s;
}
.serviceBox .read-more:hover{ text-shadow: 4px 4px rgba(255,255,255,0.3); }

.serviceBox.cyan:hover{ background: #36ADB3; }
.serviceBox.blue .service-icon,
.serviceBox.blue .read-more{
    color: #172E5A;
}
.serviceBox.blue:hover{ background: #172E5A; }
.serviceBox.orange .service-icon,
.serviceBox.orange .read-more{
    color: #F05D0D;
}
.serviceBox.orange:hover{ background: #F05D0D; }
.serviceBox:hover .service-icon,
.serviceBox:hover .title,
.serviceBox:hover .read-more{
    color: #fff;
}
.serviceBox:hover .description{ color: rgba(255,255,255,0.8); }
@media only screen and (max-width: 990px){
    .serviceBox{ margin: 0 0 30px; }
}
.text-para
{
  font-size: 16px;
    font-weight: 500;
    margin-top: 20px;
    font-family: "Roboto",sans-serif;
    text-align: center;
    

}
/*
.gutters {
    margin-right: 0;
    margin-left: 0;
    border: 1px solid transparent;
    padding: 30px 22px;
    
    position: relative;
    z-index: 1;
    background: #f7f7f7;
    height: 300px;
}
h3
{
  text-align:center;
  font-size: 18px;
  font-weight: 700;
}

.flex
{
  border-right: 1px solid #d9cece;
  margin-top: 20px;
  
}
.p-1
{
text-align: center;
} */



  /* slider */
.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
 /* height:100%;*/
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}


  *
  {
     font-family: Arial, sans-serif;
  }
  


body {
font-family: Arial, sans-serif !important;
}


/* footer */
.bg-dark-light {
  margin-top: 50px;
    background: #010f6a !important;
}
.bg-theme, .bg-dark, .bg-dark-light, .bg-secondary {
    color: #ffffff;
}
.footer-widgets
{
  margin-top: 20px;
}
.widgets.footer-widgets .widget-title {
    color: #ffffff;
    font-family: "Raleway", sans-serif;
    font-weight: 700;
    margin-bottom: 30px;
    letter-spacing: 0.5px;
    position: relative;
    padding-bottom: 15px;
}

.widgets.footer-widgets .widget-title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 100px;
    background: #13bfb1;
}
.widgets.footer-widgets .widget-quick-links ul {
    margin-top: -4px;
}
.widgets.footer-widgets .single-widget ul {
    padding-left: 0;
    margin-bottom: 0;
}

.widgets.footer-widgets .widget-quick-links ul li {
    display: block;
}
.widgets.footer-widgets .widget-quick-links ul li a {
    display: block;
    font-size: 13px;
    color: #ffffff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 9px 0;
}

.widgets.footer-widgets .single-widget ul li {
    list-style: none;
    font-family: "Raleway", sans-serif;
}
.widgets.footer-widgets .widget-contact ul li {
    color: #000;
    font-size: 13px;
    color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.widgets.footer-widgets .widget-contact ul li span {
    font-size: 14px;
    color: #ffffff;
    border: 2px solid #cccccc;
    border-radius: 3px;
    height: 32px;
    width: 32px;
    display: inline-block;
    line-height: 28px;
    text-align: center;
    margin-right: 20px;
	padding-top: 5px !important;
}
.widgets.footer-widgets .widget-contact ul li.phone, .widgets.footer-widgets .widget-contact ul li.fax {
    font-size: 15px;
}

.widgets.footer-widgets .widget-contact ul li + li {
    margin-top: 20px;
}






/*.foote_bottom_ul_amrc li { display:inline;}
.foote_bottom_ul_amrc li a { color:#999; margin:0 12px;}

.social_footer_ul { display:table; list-style-type:none;  }
.social_footer_ul li { padding-left:20px; padding-top:10px; float:left; }
.social_footer_ul li a { color:#CCC; border:1px solid #CCC; padding:8px;border-radius:50%;}
.social_footer_ul li i {  width:20px; height:20px; text-align:center;} */

 

 
 
  .image-aboutus-sm-banner {
    background: linear-gradient(rgba(0,0,0,.6), rgba(0,0,0,.6)), url("images/slider4p.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    color: #fff;
    padding-top: 30px;
    padding-bottom:30px;
 }
.lg-text {
    font-size:40px;
    font-weight: 600;
    text-transform: none;
    color:#fff;
}
.h3-text
{
    font-size:25px;
    color:#000d6c;
    font-weight: 600;
}
.image-aboutus-para {
    color:#fff;
}

/* padding-margin */
.paddingTB60 {
    padding:0px 60px 0px 60px;

}





/* Social Icons */

.social-icons{
    
    margin: 0;
    padding: 0;
    font-size : 10px;
}

.social {
    margin:7px 7px 7px 0px;
    color:#ffffff;
}


#social-fb:hover {
     color: #3B5998;
     transition:all .25s;
 }
 #social-tw:hover {
     color: #4099FF;
     transition:all .25s;
 }
 #social-gp:hover {
     color: #d34836;
     transition:all .25s;
 }
 #social-em:hover {
     color: #f39c12;
     transition:all .25s;
 }
 
 /* breadcrub */
.breadcrumb {
    background: none;
    margin: 0;
    font-weight: 300;
    padding-left: 0;
    font-size: 14px;
}
.breadcrumb a {
    color: #999;
}
.breadcrumb > .active {
    color: #fff;
}
.breadcrumb > li + li::before {
    content: "\203A";
    color: #999;
    padding: 0 8px;
}

.bullet1 li {
    font-size: 12px;
    line-height: 20px;
    padding-left: 25px;
    background: url("images/arrow1.gif") no-repeat 2px 4px;
}
.bullet2 li {
    font-size: 12px;
    line-height: 20px;
    padding-left: 25px;
    background: url("images/arrow2.gif") no-repeat 9px 6px;
    *padding-left: 15px;
}
ul {
    list-style: none;
}

/* inner about */
.text-style1
{
    text-align: justify;
}

.serviceBox1
{
    font-family: 'Poppins', sans-serif;
    padding: 25px;
    margin: 5px 0 0 5px;
    border-radius: 10px;
    box-shadow: 0 0 15px -5px rgba(0,0,0,0.3);
    transition: all 0.3s ease 0s;
}
  /* main header */
  #topbar {
    background: #00115c;
    padding-top: 8px;
    font-size: 14px;
    transition: all 0.5s;
    overflow: hidden;
    color: #fff;
    z-index: 996;
    height: 35px;
}
@media only screen and (max-width: 320px){
#topbar {
    background: #00115c;
    padding-top: 8px;
    font-size: 14px;
    transition: all 0.5s;
    overflow: hidden;
    color: #fff;
    z-index: 996;
    height: 50px;
    
}
}
 .contact-info{
        text-align: right;
    }
    .a-style
    {
        color: #fff;
    }



    a{

        color: #fff;
    }



}