@import url('https://fonts.googleapis.com/css?family=Poppins&display=swap');

body{
	font-family: 'Poppins', sans-serif;
}

.row{
	margin: 0;
}

header{
	background-color: #000;
	width: 100%;
	height: auto;
	padding: 10px;
}


.topheader a{
   color: #fff;
   padding-left: 20px;
   font-size: 16px;
}

.topheader a:hover{
    text-decoration:none;
}

.navbar-brand img{
	width: 85%;
}

.navbar-brand{
	height: auto;
}

  
.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color: #ba8e46;
    border-radius: 10px;
    color: #fff;
}

.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: #ba8e46;
    border-color: #337ab7;
    border-radius: 10px;
    color: #fff;
}

.navbar-nav{
	margin-top: 37px!important;
}


.nav>li>a {
    position: relative;
    display: block;
    padding: 8px 21px;
    color: #000;
    font-weight: bold;
}

.navbar-nav>li {
    padding-right: 7px;
}

.navbar{
	border-bottom: 7px solid #ba8e46;
	margin-bottom: 0px!important;
}
 /*main home page slider css start*/
/* carousel fullscreen */
.carousel-fullscreen .carousel-inner .item {
    height: 70vh; 
    min-height: 200px; 
    background-position: center center; 
    background-repeat: no-repeat; 
    background-size: cover;
}
/* carousel fullscreen - vertically centered caption*/
.carousel-fullscreen .carousel-caption {
    top: 50%;  
    bottom: auto;
    -webkit-transform: translate(0, -50%); 
    -ms-transform: translate(0, -50%); 
    transform: translate(0, -50%);
}
/* overlay for better readibility of the caption  */
.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.3;
    transition: all 0.2s ease-out;
}
/* demo typography */
.super-heading {
        font-weight: bold;
    text-transform: uppercase;
    text-align:right;
    font-size: 45px;
    font-family: impact;
}
.super-paragraph {
    font-size: 24px;
    text-align: right;
    text-transform: uppercase;
}
.carousel-caption .super-paragraph a,
.carousel-caption .super-paragraph a:hover
{
    color: #fff;
}

#carousel-example-generic {
    margin: 40px 0;
}
/* carousel fade */
/* original solution by https://codepen.io/Rowno/pen/Afykb */
.carousel-fade .carousel-inner .item {
    -webkit-transition-property: opacity;
    transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
    z-index: 2;
}

.carousel-indicators .active {
    width: 18px;
    height: 18px;
    margin: 0;
    background-color: #ba8e46;
    border-color: #ba8e46;
}

.readbutt{
	border:1px solid #fff;
	padding: 10px;
	color: #fff;
	margin-top: 10px;
	font-size: 20px;
	border-radius: 5px;
}
.carousel-indicators li {
    display: inline-block;
    width: 18px;
    height: 18px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000\9;
    background-color: rgba(0,0,0,0);
    border: 1px solid #fff;
    border-radius: 0px;
}

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 86%;
    z-index: 15;
    width: 43%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none;
}
 /*main home page slider css end*/


 .aboutcon p{
 	font-size: 18px;
 	margin-bottom: 27px;
 }



.headings h2{
	text-align: center;
	font-weight: bold;
}

.headings img{
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
}

.butt{
	border: 2px solid #ba8e46;
    padding: 14px 5px;
    width: 27%;
    border-radius: 10px;
    }

.butt a{
	background-color: #ba8e46;
	padding: 10px 20px;
	border-radius: 10px;
	color: #fff;
	font-size: 17px;
}

.butt a:hover{
	text-decoration: none;
}

.headings2 h2{
	text-align: center;
	font-weight: bold;
}

.headings2 img{
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 23px;
}


.servicecon p{
	font-size: 18px;
	text-align: center;
 	margin-bottom: 119px;
}

.services{
	width: 100%;
	height: auto;
	padding: 20px;
	background-color: #ba8e46;
}

.imgbox2{
	margin-top: -100px;
}

.imgbox2 img{
	width: 100%;
}


.conn a{
	color: #7a4b1d;
	font-weight: bold;
}

.conn{
	text-align: center;
	width: 100%;
	background-color: #ffffff;
	padding:9px;
	margin-top: 10px;

}

.conn2{
	text-align: center;
	width: 100%;
	background-color: #ffffff;
	padding:19px;
	margin-top: 10px;

}

.conn2 a{
	color: #7a4b1d;
	font-weight: bold;
}

.content p{
	color: #fff;
	font-size: 17px;
	padding-top: 15px;
	margin-bottom: 25px;
}

.readboutton{
	background-color: #ffff;
	padding: 10px 20px;
	border-radius: 10px;
	color: #000;
}

.readboutton:hover{
	text-decoration: none;
}


#mixedSlider {
  position: relative;
  margin-top: 50px;
}
#mixedSlider .MS-content {
  white-space: nowrap;
  overflow: hidden;
  margin: 0 5%;
}
#mixedSlider .MS-content .item {
  display: inline-block;
  width: 33.3333%;
  position: relative;
  vertical-align: top;
  overflow: hidden;
  height: 100%;
  white-space: normal;
  padding: 0 10px;
}
@media (max-width: 991px) {
  #mixedSlider .MS-content .item {
    width: 50%;
  }
}
@media (max-width: 767px) {
  #mixedSlider .MS-content .item {
    width: 100%;
  }
}
#mixedSlider .MS-content .item .imgTitle {
    position: relative;
    width: 56%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
#mixedSlider .MS-content .item .imgTitle .blogTitle {
  margin: 0;
  text-align: left;
  letter-spacing: 2px;
  color: #252525;
  font-style: italic;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.5);
  width: 100%;
  bottom: 0;
  font-weight: bold;
  padding: 0 0 2px 10px;
}
#mixedSlider .MS-content .item .imgTitle img {
  height: auto;
  width: 100%;
}
#mixedSlider .MS-content .item p {
  font-size: 16px;
  margin: 2px 10px 0 5px;
  text-align: center;
  margin-top: 10px;
}
#mixedSlider .MS-content .item a {
  float: right;
  margin: 0 20px 0 0;
  font-size: 16px;
  font-style: italic;
  color: rgba(173, 0, 0, 0.82);
  font-weight: bold;
  letter-spacing: 1px;
  transition: linear 0.1s;
}
#mixedSlider .MS-content .item a:hover {
  text-shadow: 0 0 1px grey;
}
#mixedSlider .MS-controls button {
  position: absolute;
  border: none;
  background-color: transparent;
  outline: 0;
  font-size: 50px;
  top: 95px;
  color: rgba(0, 0, 0, 0.4);
  transition: 0.15s linear;
}
#mixedSlider .MS-controls button:hover {
  color: rgba(0, 0, 0, 0.8);
}
@media (max-width: 992px) {
  #mixedSlider .MS-controls button {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  #mixedSlider .MS-controls button {
    font-size: 20px;
  }
}
#mixedSlider .MS-controls .MS-left {
  left: 0px;
}
@media (max-width: 767px) {
  #mixedSlider .MS-controls .MS-left {
    left: -10px;
  }
}
#mixedSlider .MS-controls .MS-right {
  right: 0px;
}
@media (max-width: 767px) {
  #mixedSlider .MS-controls .MS-right {
    right: -10px;
  }
}

footer{
	width: 100%;
     background-color: #232320;
     padding: 20px;
     margin-top: 50px;
}

.footabout h3{
	color: #ffff;
	font-weight: bold;
	    font-size: 18px;
}

.footabout p{
	color: #fff;
	text-align: justify;
}

.quick h3{
	color: #ffff;
	font-weight: bold;
	    font-size: 18px;
}

.quick li{
	    list-style-type: none;
    margin-top: 12px;
    border-bottom: 1px dashed #fff;
    width: 146px;
}
.quick li a{
	color: #fff;
	margin-top: 10px;
}
.quick{
	margin-left: 120px;
}

.question h3{
	color: #ffff;
	font-weight: bold;
	    font-size: 18px;
}

.question p{
	color: #fff;
}

.icon1{
	width: 45px;
    height: 45px;
    background-color: #3e3e3c;
    border-radius: 50px;
    display: inline-block;
    margin-left: 5px;
    text-align: center;
    padding: 10px;
}

.icon1 a{
	color: #a5a5a5;
    font-size: 18px;
}

.copyright{
	width: 100%;
	background-color: #ba8e46;
	padding: 10px;
	text-align: center;
}

.copyright p{
      margin-bottom: 0px;
      color: #fff;
      font-size: 18px;
}


.servicecon2{
  background-image: url(../images/servebac.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 100%;
  height: 579px;
}

.imgbox img{
  width: 100%;
}

.servicecon2 h3{
  color: #fff;
  margin-top: 0;
}
.servicecon2 p{
  color: #fff;
  font-size: 18px;
}

.servicecon2{
  padding: 200px 20px;
}

.ser1{
  margin-top: 20px;
}

.cta{
background-image: url(../images/cta.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 221px;
    padding: 23px;
    margin-top: 35px;
}

.cta p{
  font-size: 18px; 
  text-align: center;
  color: #fff;
  margin-top: 46px;
}



.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: #090808;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    margin-top: 30px;
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    color: #fff;
    background-color: #fff;
}

@media only screen and (max-width: 766px) {
  .butt {
    border: 2px solid #ba8e46;
    padding: 14px 5px;
    width: 42%;
    border-radius: 10px;
}
.imgbox2 {
    margin-top: 24px;
}
.quick {
    margin-left: 0px;
}
.cta {
    background-image: url(../images/cta.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: auto;
    padding: 23px;
    margin-top: 35px;
}
.servicecon2 {
    background-image: url(../images/servebac.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 674px;
}
.calignmoba{
  padding: 75px 20px!important;
}
.servicecon2 p {
    color: #fff;
    font-size: 17px;
}
}


@media only screen and (min-width: 384px) and (max-width: 386px) {
.butt {
    border: 2px solid #ba8e46;
    padding: 14px 5px;
    padding-top: 14px;
    padding-right: 5px;
    padding-bottom: 14px;
    padding-left: 5px;
    width: 45%;
    border-radius: 10px;
}
}

@media only screen and (min-width: 360px) and (max-width: 364px) {
.butt {
    border: 2px solid #ba8e46;
    padding: 14px 5px;
    padding-top: 14px;
    padding-right: 5px;
    padding-bottom: 14px;
    padding-left: 5px;
    width: 49%;
    border-radius: 10px;
}
.topheader a {
    color: #fff;
    padding-left: 20px;
    font-size: 14px;
}
.calignmoba{
  padding: 55px 20px!important;
}
.servicecon2 p {
    color: #fff;
    font-size: 16px;
}
}

@media only screen and (min-width: 768px) and (max-width: 900px) {
.aboutcon p {
    font-size: 11px;
    margin-bottom: 27px;
}
.butt {
    border: 2px solid #ba8e46;
    padding: 14px 5px;
    width: 44%;
    border-radius: 10px;
}
.imgbox2 {
    margin-top: 26px;
}
.quick {
    margin-left: 27px;
}
.ser1 p{
  font-size: 12px;
}
.servicecon2 {
    background-image: url(../images/servebac.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 330px;
}
.servicecon2 {
    padding: 26px 20px;
}
.imgalignmob{
  height: 330px!important;
}
.servicecon2 p {
    color: #fff;
    font-size: 12px;
}
.calignmoba{
  padding: 18px 20px!important;
}
}

@media only screen and (min-width: 375px) and (max-width: 378px) {
   .butt {
    border: 2px solid #ba8e46;
    padding: 14px 5px;
    width: 46%;
    border-radius: 10px;
}
.topheader a {
    color: #fff;
    padding-left: 20px;
    font-size: 15px;
}
}

@media only screen and (max-width: 320px) {
  .topheader a {
    color: #fff;
    padding-left: 20px;
    font-size: 12px;
}
.butt {
    border: 2px solid #ba8e46;
    padding: 14px 5px;
    width: 56%;
    border-radius: 10px;
}
.super-heading {
    font-size: 34px;
}
.super-paragraph {
    font-size: 16px;
}
.calignmoba{
  padding: 10px 20px!important;
}
.servicecon2 p {
    color: #fff;
    font-size: 16px;
}
}


@media only screen and (min-width: 1024px) and (max-width: 1320px) {
  .butt {
    border: 2px solid #ba8e46;
    padding: 14px 5px;
    width: 33%;
    border-radius: 10px;
}
.aboutcon p {
    font-size: 13px;
    margin-bottom: 27px;
}
.quick {
    margin-left: 60px;
}
}

@media only screen and (min-width: 834px) and (max-width: 899px) {
  .servicecon2 {
    background-image: url(../images/servebac.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 358px;
}
}

@media only screen and (min-width: 1024px) and (max-width: 1080px) {
  .servicecon2 {
    background-image: url(../images/servebac.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 438px;
}
.imgalignmob{
  height: 438px!important;
}
.calignmoba{
  padding: 31px 20px!important;
}
}

@media only screen and (min-width: 1280px) and (max-width: 1290px) {
  .servicecon2 {
    background-image: url(../images/servebac.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 550px!important;
}
.imgalignmob{
  height: 550px!important;
}
}

@media only screen and (min-width: 800px) and (max-width: 820px) {
  .servicecon2 {
    background-image: url(../images/servebac.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 344px;
}
}


.dropdown-menu {
    position: absolute;
    top: 41px;
    left: -86px!important;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 275px!important;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
     border: none; 
     border: none; 
    border-radius: 8px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,0.35);
}

.navbar-nav>li>.dropdown-menu {
    margin-top: 0;
     border-top-left-radius: 8px; 
     border-top-right-radius: 8px; 
}


.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    background-color: #ba8e46;
    background-image: none;
    background-image: none;
    background-image: none;
    background-image: none;
    filter: none;
    background-repeat: none;
    color: #fff;
}

.headings p{
  font-size: 18px;
    text-align: center;
    margin-bottom: 36px;
    line-height: 35px;
}
.partner img{
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.partner{
  padding-top: 20px;
}
.partner p{
  text-align: center;
  margin-top: 25px;
  font-size: 18px;
}

.partnerback{
  background-image: url(../images/partback.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 100%;
  height: auto;
    padding: 50px;
}
.partnerback p{
  text-align: center;
  color: #fff;
    font-size: 18px;
}

.partcontent{
  text-align: center;
}

.partcontent p{
  font-size: 18px; 
  padding-top: 30px;
  margin-bottom: 45px;
}

.partcontent a{
  background-color: #ba8e46;
    color: #fff;
    padding: 17px;
    border-radius: 5px;
    font-size: 17px;
}

.application h2{
  margin-top: 0;
  margin-bottom: 0;
}

.application .form-control{
  height: 50px!important;
}

