body{
padding:0;
margin:0;
font-family: 'Open Sans', sans-serif;
}
h1,h2,h3,h4,h5,h6{
padding:0;
margin:0;
font-family: 'Josefin Sans', sans-serif;
}
p{
padding:0;
margin:0;
}

/*********header******/
/**** heeader****/

  ul.jead-link li {
    display: inline-block;
}
ul.jead-link li a {
    color: #fff;
    padding: 5px;
    font-size: 15px;
    display: block;
}
ul.top_aligniment li {
    display: inline-block;
    margin-right: 2px;
	margin-top:3px;
}
ul.top_aligniment li a {
    display: block;
    font-size: 16px;
    color: #fff;
    padding: 2px 5px;
}
.header-top {
    background: #eee;
}
ul.mini_logo {
    padding-top: 10px;
}
ul.mini_logo li {
    display: inline-block;
}
ul.mini_logo LI IMG {
    width: 100px;
    height: 100px;
}
.mini_logos h3 {
    color: #aa1646;
    font-size: 1.4em;
}
.mini_logos h4 {
    color: #000;
    line-height: 1.5em;
    font-size: 1.2em;
}
.ml {
    margin-top: 6px;
}
.mini_logos p {
    color: #777;
    line-height: 1.8em;
    font-size: 1em;
}
ul.top_aligniment {
    text-align: right;
}
header {
  box-sizing: border-box;
}
.header-top {
    background: #1daaed;
}
ul.head-add {
    margin: 0;
    padding: 0;
    margin-top: 6px;
	text-align:right;
}
ul.head-add li {
    display: inline-block;
    margin-right: 7px;
    color: #fff;
    font-size: 14px;
}
ul.head-add li i, span.glyphicon.glyphicon-earphone {
    margin-right: 7px;
    color: #fff;
    font-size: 16px;
}
ul.head-add li a {
    display: inline-block;
    margin-right: 7px;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
}
ul.head-link li {
    display: inline-block;
}
ul.head-link li a i {
    color: #d52a1e;
    background: #f2f2f2;
    height: 35px;
    width: 35px;
    text-align: center;
    padding-top: 10px;
    font-size: 16px;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
ul.head-link li a i:hover{
	color:#fff;
	background: #d52a1e;
}
ul.head-link {
    margin: 0;
    padding: 0;
}
.head {
    padding: 0;
}
.mini_logos img {
    width: 100%;
    height: 129px;
}
header {
  box-sizing: border-box;
}
ul.jead-link,ul.top_aligniment {
    margin: 0;
    padding: 0;
}
nav {
    width: 100%;
    background: rgb(179 27 76);
    position: sticky;
    top: 0;
    z-index: 999;
}
nav ul {
    display: block;
    margin: 0;
    padding: 10px 0px;
    justify-content: flex-end;
}

.dropdown-menu > li.more > a {
    padding-left:5px;
}
 
.dropdown-submenu {
    position:relative;
}
.dropdown-submenu>.dropdown-menu {
   top:0;left:100%;
   margin-top:-6px;margin-left:-1px;
   -webkit-border-radius:0 6px 6px 6px;-moz-border-radius:0 6px 6px 6px;border-radius:0 6px 6px 6px;
 }
  
.dropdown-submenu > a:after {
  border-color: transparent transparent transparent #333;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  content: " ";
  display: block;
  float: right;  
  height: 0;     
  margin-right: -10px;
  margin-top: 5px;
  width: 0;
}
 
.dropdown-submenu:hover>a:after {
    border-left-color:#555;
 }

.dropdown-menu > li > a:hover, .dropdown-menu > .active > a:hover {
  text-decoration: none;
}  
  
.navbar-inverse {
    background-color: #aa1f48;
    border-color: transparent;
    border-radius: 0;
    margin: 0;
}
.navbar-inverse .navbar-nav > li > a {
    color: #fff;
    font-size: 16px;
    font-family: 'Josefin Sans', sans-serif;
    padding: 5px 26px;
}
.dropdown-menu > li > a {
    display: block;
    padding: 4px 10px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #fff;
    white-space: nowrap;
    text-align: left;
}
.dropdown-menu {
    font-family: 'Josefin Sans', sans-serif;
   background-color: #aa1f48;
  
}
.dropdown-submenu > a:after {
    border-color: transparent transparent transparent #fff;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    content: " ";
    display: block;
    float: right;
    height: 0;
    margin-right: -5px;
    margin-top: 5px;
    width: 0;
}
.navbar-default {
    background-color: #ae3059;
    border-color: transparent;
    margin: 0;
    border: 0;
    border-radius: 0;
}
.navbar-default .navbar-nav > li > a {
    color: #fff;
    font-size: 16px;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #ae3059;
    background-color: #fff;
}
ul.nav.navbar-nav {
    margin: 0;
    padding: 0;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #ae3059;
    background-color: #fff;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color: #fff;
    background-color: #ae3059;
}
@media (max-width: 767px) {

  .navbar-nav  {
     display: inline;
  }
  .navbar-default .navbar-brand {
    display: inline;
  }
  .navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
  }
  .navbar-default .navbar-nav .dropdown-menu > li > a {
    color: red;
    background-color: #ccc;
    border-radius: 4px;
    margin-top: 2px;   
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #fff;
    background: transparent;
}
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    background-color: #fff;
    color: #ae3059;
}
   .navbar-nav .open .dropdown-menu {
     border-bottom: 1px solid white; 
     border-radius: 0;
   }
  .dropdown-menu {
      padding-left: 10px;
  }
  .dropdown-menu .dropdown-menu {
      padding-left: 20px;
   }
   .dropdown-menu .dropdown-menu .dropdown-menu {
      padding-left: 30px;
   }
   li.dropdown.open {
    border: 0px solid red;
   }

}
 
@media (min-width: 768px) {
  ul.nav li:hover > ul.dropdown-menu {
    display: block;
  }
  #navbar {
    text-align: center;
  }
}  
/****banner***/

.banner {
    position: relative;
}
.rslides {
  position: relative;
  list-style: none;
  height:520px;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }
.rslides li {
  -webkit-backface-visibility: hidden;
  width: 100%;
  left: 0;
  top: 0;
  }

.callbacks_tabs a:after {
	content: "\f111";
	font-size: 0;
	font-family: FontAwesome;
	visibility: visible;
	display: block;
	height: 20px;
	width: 20px;
	display: inline-block;
	border: 2px solid #FFFFFF;
	background:#00a4e4;
}
.callbacks_here a:after{
	background:#70b500;
}
.callbacks_tabs a{
	visibility:hidden;
}
.callbacks_tabs li{
	display:block;
	
}
ul.callbacks_tabs.callbacks1_tabs {
	position: absolute;
	top: 50%;
	z-index: 999;
	right: 5%;
	display: none;
}
.callbacks_nav {
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: 44%;
  left: 14%;
  opacity: 0.7;
  z-index: 3;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 61px;
  width: 38px;
  background: none;
  margin-top: -45px;
  }
.callbacks_nav.next {
  left: auto;
  background-position: right top;
  right: 14%;
}
ul#slider img {
    width: 100%;
    height: 520px;
}

.view a {
    display: block;
    width: 100%;
    background: #f8991b;
    text-align: center;
    padding: 5em;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
}
.view a {
    display: block;
    width: 100%;
    background: #1daaed;
    text-align: center;
    padding: 1em;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
}
.view a:hover {
    display: block;
    width: 100%;
    background: #aa1f48;
}
/****banner***/

/****about***/
.abt-cont h3 {
    color: #000;
    font-size: 2.5em;
    line-height: 1.5em;
}
.abt-cont h4 {
    color: #000;
    padding-left: 40px;
}
.abt-cont h4:before {
    content: "";
    display: inline-block;
    width: 45px;
    height: 2px;
    background: #3d3d3d;
    left: 0px;
    top: 2%;
    transform: translatey(-50%);
    position: absolute;
    margin-top: -2px;
}
.abt-cont p {
    color: #777;
    font-size: 1.1em;
    line-height: 1.8em;
	margin-top:0.8em;
}
.About-section {
    padding: 5em 0;
}

/****about***/
/****about***/
.view0, .view1 {
    padding: 0;
}
.view1 {
    padding: 0;
}
.view1 h4 {
    color: #000;
    font-size: 1.5em;
    padding-left: 56px;
}
.view1 h3 {
    color: #000;
    font-size: 2em;
	margin:0.8em 0;
}
.view-icon i {
    border: 1px solid #000;
    height: 80px;
    width: 80px;
    text-align: center;
    font-size: 2.5em;
    padding-top: 19px;
    border-radius: 43px;
}
.view-con{
	float:right;
	width:80%;
}
.view1 h4:before {
    content: "";
    display: inline-block;
    width: 45px;
    height: 2px;
    background: #3d3d3d;
    left: 76px;
    top: 24%;
    transform: translatey(-50%);
    position: absolute;
    margin-top: -2px;
}
.view-icon {
	float:left;
	width:20%;
}
.row-grids {
    margin-bottom: 2em;
}
.view-con p {
    color: #777;
    line-height: 1.8em;
    font-size: 1em;
}
.view1 {
    background: #eee;
    padding: 8.2em 5em;
}
/****about***/
/****service-section***/
.service-section h2 {
    color: #000;
    font-size: 2.5em;
    margin-bottom: 1.5em;
}
/*
<!-- ============================================================== -->
<!-- Start service area Css -->
<!-- ============================================================== -->*/
.service-area {
    padding: 100px 0 70px;
}
.service-button a {
    display: inline-block;
    background: #ffbb00;
    padding: 15px 31px;
    font-size: 18px;
    text-transform: uppercase;
    float: right;
    font-family: 'Rajdhani';
    font-weight: 600;
    transition: .5s;
    position: relative;
    z-index: 1;
}
.besoft-sinlge-service-box {
    transition: .5s;
	transition:0.5s all;
 -webkit-transition:0.5s all;
 -moz-transition:0.5s all;
 -o-transition:0.5s all;
 -ms-transition:0.5s all;
}

.besoft-service-box-inner {
    position: relative;
    z-index: 1;
    background: #fff;
    border: 1px solid #f1edf7;
    padding: 39px 36px 35px;
    margin-bottom: 30px;
    transition: .5s;
}

.besoft-service-title p{
    transition: .5s;
	color:#777;
	line-height:1.8em;
	 
}
.besoft-service-icon i {
    font-size: 3em;
    color: #000;
	 transition: .5s;
}
.service-section {
    background: #f3f1f1;
    padding: 5em 0;
}
.besoft-service-box-inner:hover i{
	color:#fff;
}
.besoft-service-box-inner:hover {
    background: #1daaed;
}
.besoft-service-title h2 {
    font-size: 22px;
    transition: .5s;
    margin-bottom: 11px;
    transition: .5s;
    color: #000;
    margin: 0.8em 0;
}
.besoft-service-box-inner:hover p{
	color:#fff;
}
.besoft-service-box-inner:hover h2{
	color:#fff;
}
/****service-section***/



/*--flexisel--*/
.foot h4 {
    font-size: 1.4em;
    color: #fff;
    margin-bottom: 15px;
}
.foot p {
    color: #fff;
    line-height: 1.8em;
    font-size: 14px;
    MARGIN: 0.5EM 0;
}
ul.foot-icons,ul.foot-add{
	padding:0;
	margin:0;
}
ul.foot-icons li {
    display: inline-block;
    margin-right: 5px;
}
ul.foot-icons li a i {
    background: #fff;
    color: ffbb00;
    height: 30px;
    width: 30px;
    text-align: center;
    padding-top: 8px;
}
ul.foot-icons {
    margin-top: 1em;
}
ul.foot-links li {
    list-style-type: none;
    line-height: 1.8em;
	padding:5px 0;
}
ul.foot-links li a {
    color: #fff;
    font-size: 13px;
}
ul.foot-links li i {
    color: #fff;
    font-size: 21px;
    margin-right: 6px;
}
ul.foot-add li {
    list-style-type: none;
    color: #fff;
    font-size: 14px;
    line-height: 1.8em;
    margin-bottom: 5px;
}
ul.foot-add li i {
    color: #aa1f48;
    margin-right: 4px;
}
ul.foot-add li a {
    color: #777;
}
.copyright-section p {
    text-align: center;
    font-size: 15px;
    line-height: 1.8em;
    color: #fff;
}
.copyright-section {
    padding: 10px 0;
    background: #000;
}
.footer-section {
    padding: 4em 0;
    background: #504d4d;
}
/********pages***/

.list-group.gallery img {
    width: 100%;
    height: 200px;
}
.about-content.career {
    text-align: center;
}


/** main-footer **/

.main-footer{
  position: relative;
  background:#404242;
  color: #999999;
}

.footer-top{
  position: relative;
  padding: 50px 0px 50px 0px;
}

.footer-top .logo-widget{
  position: relative;
  margin-top: -8px;
}

.footer-top .logo-widget .footer-logo{
  position: relative;
  margin-bottom: 32px;
}

.footer-top .logo-widget .text {
    margin-bottom: 9px;
    color: #777;
    font-size: 15px;
}

.footer-top .logo-widget .info-box li{
  position: relative;
  display: block;
  margin-bottom: 5px;
}

.footer-top .logo-widget .info-box li:last-child{
  margin-bottom: 0px;
}

.footer-top .logo-widget .info-box li a,
.footer-top .logo-widget .address{
  color: #cccccc;
}

.footer-top .logo-widget .info-box li a:hover{
  color: #1280b4;
}

.footer-top .logo-widget .address{
  line-height: 24px;
}

.footer-top .logo-widget .info-box{
  position: relative;
  margin-bottom: 24px;
}

.footer-top .footer-title h4{
  position: relative;
  color: #ffffff;
  font-weight: 500;
  padding-top: 9px;
  margin-bottom: 24px;
}

.footer-top .footer-title h4:before{
  position: absolute;
  content: '';
  background: #1280b4;
  width: 15px;
  height: 3px;
  left: 0px;
  top: 0px;
}

.footer-top .service-widget .service-list li{
  position: relative;
  display: block;
  padding: 0px 0px 0px 23px;
  margin-bottom: 4px;
}

.footer-top .service-widget .service-list li:before{
  position: absolute;
  left: 0px;
  top: 1px;
  content: "\f152";
  font-family: 'Font Awesome 5 Free';
  font-size: 12px;
  color: #1280b4;
  font-weight: 700;
}

.footer-top .service-widget .service-list li:last-child{
  margin-bottom: 0px;
}

.footer-top .service-widget .service-list li a{
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-family: 'PT Sans', sans-serif;
  font-weight: 400;
  color: #999999;
}

.footer-top .service-widget .service-list li a:hover,
.footer-top .post-widget .post .text a:hover{
  color: #1280b4;
}

.footer-top .service-widget{
  margin-left: 27px;
}

.footer-top .post-widget .post{
  position: relative;
  margin-bottom: 33px;
}

.footer-top .post-widget .post:last-child{
  margin-bottom: 0px;
}

.footer-top .post-widget .post .text a{
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-family: 'PT Sans', sans-serif;
  color: #999999;
  margin-bottom: 8px;
}

.footer-top .post-widget .post .post-date{
  position: relative;
  font-size: 12px;
  font-family: 'Poppins', sans-serif;
  color: #1280b4;
}

.footer-top .post-widget{
  margin-right: 15px;
}

.footer-top .newsletter-widget .text{
  margin-bottom: 26px;
}

.footer-top .newsletter-widget .newsletter-form .form-group{
  position: relative;
  margin-bottom: 40px;
}

.footer-top .newsletter-widget .newsletter-form .form-group input[type='email']{
  width: 100%;
  height: 52px;
  background: #ffffff;
  padding: 10px 50px 10px 20px;
  border: 2px solid #ffffff;
  transition: all 500ms ease;
}

.footer-top .newsletter-widget .newsletter-form .form-group input[type='email']:focus{
  border: 2px solid #1280b4;
}

.footer-top .newsletter-widget .newsletter-form .form-group button {
    position: absolute;
    top: 10px;
    right: 21px;
    background: transparent;
    font-size: 22px;
    color: #1280b4;
    cursor: pointer;
    border: 0;
}

.footer-top .newsletter-widget .footer-social li{
  position: relative;
  float: left;
  margin-right: 4px;
}

.footer-top .newsletter-widget .footer-social li:last-child{
  margin-right: 0px;
}

.footer-top .newsletter-widget .footer-social li a{
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: #ffffff;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  background: #27343a;
}

.footer-top .newsletter-widget .footer-social li a:hover{
  background: #1280b4;
}

.main-footer .footer-bottom{
  position: relative;
  padding: 41px 0px 45px 0px;
  border-top: 1px solid #252c2e;
}

ul.info-box {
    padding: 0;
    margin: 0;
}
ul.info-box li{
    line-height:1.8em;
}
ul.service-list {
    margin: 0;
    padding: 0;
}
ul.footer-social.clearfix {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
ul.service-list li {
    color: #777;
    line-height: 1.8em;
}
.copyright a {
    color: #fff;
}
ul.info-box li i {
    color: #1280b4;
    font-size: 15px;
}
.page_banner {
    background: #eee;
    padding: 5em 0;
}
.page_banner h3 {
    text-align: center;
    font-size: 2.5em;
    color: #000;
}
ul.grid-para li {
    list-style: none;
    line-height: 1.8em;
    color: #777;
    font-size: 1em;
    margin-top: 3px;
}
ul.grid-para li i {
    color: #aa1646;
    margin-right: 5px;
}
/********pages***/
.contact-form {
    float: left;
    width: 49%;
    margin-right: 7px;
}
input#cntfrm {
    width: 100%;
    padding: 12px;
    outline: 0;
    border: 0;
    border: 1px solid #eee;
}
textarea#msg {
    width: 100%;
    height: 150px;
    outline: 0;
    padding: 8px;
    border: 0;
    border: 1px solid #eee;
}
input#cntsbmt {
    border-radius: 3px;
    border: 0;
    background: #32bdf9;
    font-size: 1.1em;
    padding: 0.4em 0.8em;
    color: #fff;
}
.form-row1 {
    margin-bottom: 10px;
}
ul.foot-add li {
    list-style-type: none;
    color: #777;
    font-size: 1.1em;
    line-height: 1.8em;
    margin-top: 6px;
}
/**********pages**********/
.page-banner {
  background: url(../images/page-title.jpg);
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-size: auto;
  height: 400px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position:relative;
}
.page-banner-content{
	position:absolute;
	top:12em;
	left:5em;
	right:5em;
}
.breatcumb-title h2 {
  font-size: 55px;
  color: #fff;
  font-family: Inter;
  font-weight: 600;
}
.breatcumb-content-text ul li a {
  display: inline-block;
  font-family: 'Inter';
  color: #044096;
  font-size: 18px;
  text-transform: capitalize;
  margin-top: 25px;
}
.breatcumb-content-text ul li i {
  display: inline-block;
  color: #044096;
}
.breatcumb-content-text ul li span {
  color: #fff;
  font-family: 'Inter';
  font-size: 18px;
}
.abt-cnt h2,.page-content h2 {
    color: #000;
    font-size: 2em;
}
.page-content h3 {
    color: #000;
    font-size: 2em;
	margin:0.5em 0;
}
.abt-cnt {
    padding: 1.5em;
}
.abt-cnt p ,.page-content p{
    color: #777;
    font-size: 1em;
	line-height:1.8em;
	margin-top:0.8em;
}
.apge-grid1 {
    margin-top: 3em;
}
.page-content {
    padding: 4em 0;
}
/* contact us form design */
input#ct-frm {
    width: 100%;
    border: 1px solid #eee;
    padding: 7px;
}
textarea#text-msg {
    width: 100%;
    height: 80px;
	 border: 1px solid #eee;
    padding: 7px;
}
input#cnt-btn {
    border: 0;
    width: 100%;
    background: #fa911e;
    color: #fff;
    padding: 6px;
}

.page-grid1 {
    margin-top: 3em;
}
.cnt-grid {
    margin-top: 1em;
}
/* contact us form design end */

/* contact us location widget end */

.page-abt-cnt h4 {
    color: #e8751a;
    font-size: 1.5em;
}
.page-abt-cnt p {
    color: #777;
    font-size: 1em;
	line-height:1.8em;
	margin-top:0.7em;
}
.contact-now-area h4 {
    font-size: 1.5em;
    color: #000;
    margin-top: 11px;
}
.contact-now-area p {
      color: #777;
    font-size: 1em;
	line-height:1.8em;
	margin-top:0.7em;
}
.page-grid {
    margin-top: 2em;
}
.min-height {
    height: 14px;
}
ul.grid-list {
    margin: 0;
    padding: 0;
}
ul.grid-list li{
   list-style-type:none;
   color:#777;
   font-size:14px;
}
ul.grid-list li {
    list-style-type: none;
    color: #777;
    font-size: 15px;
    line-height: 1.8em;
	margin-top:10px;
}
ul.grid-list li i {
    color: #843000;
    margin-right: 6px;
}
i.fas.fa-phone {
    transform: rotate(
92deg);
}


/**********pages**********/

@media screen and (max-width: 1024px) {
   ul#slider img {
    width: 100%;
    height: 400px;
}

.rslides {
 
  height:400px;
  overflow: hidden;
 
  }

.abt-cont h3 {
   font-size: 1.5em;
}
.abt-cont p {
    font-size: 1em;
    margin-top: 0.5em;
}
.besoft-service-title h2 {
    font-size: 17px;
}
.besoft-service-title p {
    transition: .5s;
    color: #777;
    line-height: 1.8em;
    text-align: left;
    font-size: 14px;
}
.besoft-service-box-inner {
  
    height: 490px;
}
.views {
    padding: 10px;
}
.col-md-4.about-img IMG {
    width: 100%;
    height: 342px;
}
.ser-cont p {
    
    font-size: 14px;
}
.view-grid {
    margin-bottom: 2em;
}
.page-banner {
   height: 320px;
}
.page-banner-content {
    position: absolute;
    top: 7em;
    left: 1em;
    right: 1em;
}
.page-abt-img img {
    width: 100%;
    height: 230px;
}
}
@media screen and (max-width: 768px) {
    ul#slider img {
    width: 100%;
    height: 355px;
}

.rslides {
 
  height:355px;
  overflow: hidden;
 
  }
  
.slider img {
    width: 100%;
    height: 355px;
}
.banner-text {
    position: absolute;
    top: 4em;
    left: 0;
    right: 0;
}
.rslides {
    position: relative;
    list-style: none;
    height: 362px
}
.navbar-brand > img {
    display: block;
    height: 90px;
    width: 80%;
}
.about-cnt {
    margin-top: 2em;
}
.s0 {
    float: left;
    width: 50%;
}
.about-cnt h3 {
    font-size: 1.6em;
}
.about-cnt p {
    font-size: 16px;
   
}
.support-section a {
    width: 26%;
}
.service {
   
    margin-bottom: 30px;
}
.besoft-service-title h2 {
    font-size: 27px;
}
.page-banner {
    height: 280px;
}
.page-abt-img img {
    width: 100%;
    height: auto;
}
.foot {
    float: left;
    width: 50%;
    margin-bottom: 15px;
}
.about-banner {
    background: url(../images/about-banner.jpg)no-repeat 0px 0px;
    background-size: cover;
    min-height: 220px;
}
.col-md-8.abt-cont {
    margin-top: 1em;
}
}
@media screen and (max-width: 412px) {
    .navbar-brand {
    margin: -23px 5px;
}
  
.navbar-brand > img {
    display: block;
    height: 90px;
    width: 100%;
}
.banner-text {
    position: absolute;
    top: 3em;
    left: 1em;
    right: 1em;
}

.banner-text h2 {
    color: #fff;
    font-size: 2em;
    text-align: center;
}
.banner-text p {
    color: #fff;
    font-size: 1.1em;
    line-height: 1.8em;
    width: 100%;
    margin: 1em auto;
}

.banner-text a {
    width: 32%;
}
.rslides {
    position: relative;
    list-style: none;
    height: 310px
}
.s0 {
    float: inherit;
    width: 100%;
}
.slider img {
    width: 100%;
    height: 310px;
}
.col-md-4.about-img IMG {
    width: 100%;
    height: INHERIT;
}
.support-section a {
    width: 50%;
}
.foot {
    float: INHERIT;
    width: 100%;
    margin-bottom: 15px;
}
.page-banner {
    height: 240px;
}
.breatcumb-title h2 {
    font-size: 40px;
   }
.navbar-nav {
    margin: 7.5px -15px;
    BACKGROUND: #FFF;
}
.page-banner-content {
    position: absolute;
    top: 6em;
    left: 1em;
    right: 1em;
}
}
@media screen and (max-width: 375px) {
    .carousel-caption {
    top: 0em;
}
.banner-text h3 {
    font-size: 13px;
    LINE-HEIGHT: 1.6EM;
}
    .support-section a {
    width: 55%;
}
.banner-text a {
    width: 44%;
    font-size: 11px;
    PADDING: 7px;
    MARGIN-TOP: 5px;
}
}
@media screen and (max-width: 320px) {
    .about-banner {
    min-height: 93px;
}
}