@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,700');

html,body{
  height:100%;
  width:100%;
  font-family:'poppins', sans-serif;
  color:#222;

}

/* Nav Bar */

.navbar{
  Padding:.8rem;
  background: linear-gradient(black, blue);
  
}
.navbar-nav li{
  padding-right:20px;
}
.nav-link{
    font-size:12px !important;
      
  text-transform: uppercase;
}

 .navbar-nav .nav-link {
    color:#fff;

}

 .navbar-nav  .nav-item:hover .nav-link {
    color:#5697d0;
}

.nav-linkreg{
	color: #fff;
    border-radius: 4px;
    padding: 7px 25px 8px 25px;
    white-space: nowrap;
    transition: 0.3s;
    font-size: 14px;
    display: inline-block;
    border: 2px solid #5697d0;
}

.navbar-toggler{
width: 47px;
height: 34px;
background-color:red;
border:blue;
}



.navbar-toggler-icon{
width: 100%;
float: left;
height: 2px;
background-color: #fff;
margin-bottom: 5px;
}

#main-login-form 
{
    -webkit-box-shadow: 0 3px 10px #aaa;
    -moz-box-shadow: 0 3px 10px #aaa;
    box-shadow: 0 3px 10px #aaa;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
  line-height:1.1em;
  float: right;
  
    width: 450px;
  height:240px;
  position:fixed;      
  top: 50%;
    left: 50%;
    margin-top:-100px; 
    margin-left:-250px; 
  z-index:6001;
  border:4px solid #999999;
  background:#f3f3f3;
  margin-bottom:40px;
  padding: 5px 20px 10px;

  display:none; 
}

.close-login-icon
{
  float:right;
  position:relative;
  top:-4px;
  left:19px;
}

.login-form-field
{
  width:280px;
  border:1px solid #aaaaaa;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  border-radius: 2px;
  height:28px;

  font-size:14px;
}

table 
{ 
    border-spacing: 4px;
    border-collapse: separate;
}


.login-hr
{
  color:#e0e0e0 !important;
  border-color:#e0e0e0 !important;
}

.margin-top-15 {
    margin-top: 10px;
}

.form .fixed-top{
  padding-top:100px;
}
@media (max-width: 952px) 
{

  #main-login-form
  {
    width: 320px !important;
    margin-left:-160px !important; 
  }
  
  .login-form-field
  {
    width:160px !important;
  }
}

@media only screen and (min-width: 480px) and (max-width: 952px) {

input[type="text"], textarea {margin-bottom: 15px;}
}
/* Nav Bar end*/




/* Footer */

footer{
  background-color: #151515;
  color: #d5d5d5;
  padding-top: 2rem;
  
}

footer a{
  color:#d5d5d5; 
}

hr.light{
  border-top:1px solid #d5d5d5;
  width:75%;
  margin-top: .8rem;
  margin-bottom: 1rem;
 margin-left: auto;

margin-right: auto;
}
 hr.light-100{
  border-top: 1px solid#5697d0;
  width: 100%;
  margin-top: .8rem;
  margin-bottom: 1rem;
 }

 
/* End Footer */



 /* Index Category/Latest/featured Section */

.padding{
  padding-bottom:1rem;
}

.welcome{
  width:75%;
  margin:0 auto;
  padding-top:2rem;
  margin-top: 4rem;
  margin-bottom: 1rem;

}

.display-3 {
    text-transform: uppercase;
    background: linear-gradient(to right, #30CFD0 0%, #330867 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 3.5rem;
    font-family: 'Poppins', sans-serif;
}


/* End Index welcome Section */

/* Main Card */
.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
   background-image: linear-gradient(to right, black, blue);
}

.Featured .overlay  {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
   background-image: linear-gradient(to right, black,red);
}

.card:hover .overlay {
  opacity: 1;
}

.text {
  color: white;
  font-size: 16px;
  position: absolute;
  top: 10%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

.Description {
  color: white;
  font-size: 12px;
  position: absolute;
  top: 20%;
  padding-left:5px;
   overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 9; /* number of lines to show */
   -webkit-box-orient: vertical;
}

.seemore {
  color: red;
  font-size: 15px;
  position: absolute;
  top: 90%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

.card2 .card  {
  width:10rem;
 

 
}

.card-img-top{
	width:10rem;
}

@media only screen and (max-width: 992px){
  .Resp {
    

 
 padding-bottom: 30px;

}
}
@media only screen and (max-width: 768px){

.display-3 {
font-size: 2.5rem;
}
  .Resp {
    

 
 padding-bottom: 30px;

}
}

@media only screen and (max-width: 576px){
.Resp {
    

  padding-left: 160px;
 padding-right: -160px;
 padding-bottom: 30px;

}

.display-3 {
font-size: 2.5rem;
}
}

.card-title1 {
  font-size: 15px;
  color: #5697d0;
}
.card-subtitle{
  font-size: 15px;
}

/* end Main Card */


/* Category card icons */

.cardicons {
  color:#e54d26;
  font-size:2rem;
  margin:1.5rem;

}

.card-title {
    font-size: 16px !important;
    color: #777777;
    text-decoration: none;
}

/* End Category card Icons */

/* Banner */

.banner-home {
  background-image: url(img/background.jpg);
  
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  position: relative;
  z-index: 1;
  padding: 180px 0 95px;
 height: 600px;
}

.banner-home h1 {
    font-size: 50px;
}

.title {
    line-height: 34px;
    color: #ffffff;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
}

.banner-home h3 {
    font-size: 22px;
    font-weight: 300;
    margin: 25px 0 30px;
}

.padding-top-65 {
    padding-top: 10px;
}

form {
    margin-bottom: 0;
}

@media (max-width: 576px) {
  .banner-home  h1{
  font-size: 20px !important;
  }
 
  .banner-home  h3{
    display:none; 
  }
  .padding-top-65 {
    padding-top: 0px;
}
.banner-home {
 padding: 140px 0 95px;
  }
}

@media (max-width: 768px ) {
  .banner-home  h1{
  font-size: 20px !important;
  }
 
  .banner-home  h3{
    display:none; 
  }
}


/* end Banner */

/* Latest and Featured  Banner + heading css + Pagination */

.cover {
  background-image: url(img/background4.png);
  
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  position: relative;
  z-index: 1;
  padding: 180px 0 95px;
 height: 600px;
}

.cover h1 {
    font-size: 50px;
}



 h2, h3, h4, h5, h6 {
    font-family: 'Poppins', sans-serif;
    font-weight: normal;
}

.cover h3 {
    font-size: 22px;
    font-weight: 300;
    margin: 25px 0 30px;
}

@media (max-width: 576px) {
  .cover  h1{
  font-size: 20px !important;
  }
 
  .cover h3{
    display:none; 
  }
  .padding-top-65 {
    padding-top: 0px;
}
.cover {
 padding: 140px 0 95px;
  }
}

@media (max-width: 768px ) {
  .cover h1{
  font-size: 20px !important;
  }
 
  .cover  h3{
    display:none; 
  }
}

.top {
  background-image: url(img/background6.jfif);
  
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  position: relative;
  z-index: 1;
  padding: 180px 0 95px;
 height: 600px;
}

.top h1 {
    font-size: 50px;
}



 h2, h3, h4, h5, h6 {
    font-family: 'Poppins', sans-serif;
    font-weight: normal;
}

.top h3 {
    font-size: 22px;
    font-weight: 300;
    margin: 25px 0 30px;
}

@media (max-width: 576px) {
  .top  h1{
  font-size: 20px !important;
  }
 
  .top  h3{
    display:none; 
  }
  .padding-top-65 {
    padding-top: 0px;
}
  .top {
 padding: 140px 0 95px;
  }
}

@media (max-width: 768px ) {
  .top h1{
  font-size: 20px !important;
  }
 
  .top  h3{
   display:none; 
  }
}


.no-margin2{
  text-transform: uppercase;
    background: linear-gradient(to right, #30CFD0 0%, #330867 50%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 2rem;
    font-family: 'Poppins', sans-serif;
}

.pagination {
  display: inline-block;
}

.pagination a {
  color: black;
  float: left;
  padding: 8px 16px;
  text-decoration: none;
}

.pagination a.active {
  background-color: red;
  color: white;
  border-radius: 5px;
}

.pagination a:hover:not(.active) {
  background-color: #ddd;
  border-radius: 5px;
}

/* EndLatest and Featured  Banner + heading css + Pagination*/


/*Search Box index,Latest,Featured pages*/

 button, input, optgroup, select, textarea {
    margin: 0;
    font: inherit;
    color: inherit;
}

input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

input {
    line-height: normal;
}

.search-form-wrap {
    padding-top: 5px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    background: rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,.1);
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
}

.search-form-wrap input[type="text"], .search-form-wrap textarea, .search-form-wrap select {
    color: #333;
    border: none;
    outline: none;
    width: 100%;
    padding: 10px 15px;
    display: block;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    border-radius: 0;
    height: auto;
    background: #FFF;

}

button, select {
    text-transform: none;
}

.search-form-wrap button {
    width: 100%;
    text-align: center;
    color: #fff;
    padding: 10px 0;
    background: #00a8d6;
    border: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    font-weight: bold;
    border-radius: 0;
    font-size:15px;
}

.btn {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;

}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}


button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button {
    overflow: visible;
}

.white-font {
    color: #ffffff !important;
}




/* End Search Box index,Latest,Featured pages*/

 /* Featured Side column , News , About, Contact, Register */

.side_column{
	text-transform: uppercase;
    background: linear-gradient(to right, #30CFD0 0%, #330867 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 1.5rem;
    font-family: 'Poppins', sans-serif;
}


.margin_10
{
  margin-top:10px;
  margin-bottom:10px;
}
.smooth-separator
{
  width:100%;
  height:10px;
  background:url(../images/bottom_background.png);
  margin-top:6px;
  margin-bottom:3px;
}

  .sub-text{
 
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3; /* number of lines to show */
  -webkit-box-orient: vertical;
}

@media (max-width: 992px) 
{
  
}
h4, .featured_listing_title, .listing_title
  {
    font-size: 16px !important;
  }

  .img-right-margin
{
  margin-right:15px;
}
}



	
 /* End Featured Side column , News , About, Contact, Register */



/* add your business */

.pricing-container {padding-left: 40px; padding-right: 0px; }
.price-column { background: #fff; margin-top:0; margin-bottom: 40px; -webkit-box-shadow: 0 0 7px rgba(0,0,0,0.1); box-shadow: 0 0 7px rgba(0,0,0,0.1); margin-top: 20px; -webkit-transition: all 0.25s ease-in-out;-moz-transition: all 0.25s ease-in-out;-o-transition: all 0.25s ease-in-out;transition: all 0.25s ease-in-out; position: relative; z-index: 1;}
.price-column h2 { background-color: #991a1a; color: #ffffff !important; font-size: 17px; text-align: center; margin-bottom: 0; padding: 30px 0;  } 
.price-column h3 { color: #ffffff !important; text-align: center; font-size: 32px; background: #d82a24; margin-bottom: 0; padding: 30px 0; font-weight: bold;}
.price-column h3 span { font-weight: 300; font-size: 18px; }
.price-column h3 sup {font-size: 18px;}
.price-column ul {margin:25px 0;}
.price-column li {border-top: 1px dotted #EFEFEF; padding: 15px 0; width: 75%; margin:0 auto; color: #333;}
.price-column li:first-child {border-top: none;}

.price-bottom {background: #0F141A; padding: 25px 0; text-align: center;}
.price-btn {background: transparent; padding: 12px 30px; border: 2px solid #FFF; border-radius: 0; color: #FFF; font-weight: bold; text-transform: uppercase; font-size: 14px;}

.price-column.large {margin-top: ;position: relative; z-index:2; -webkit-box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.2); box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.2);  }
.price-column.large h2 { background-color:   #D74600;}
.price-column.large h3 { background: #F24F00; padding: 45px 0; font-size: 38px;}
.price-column.large .price-bottom {background-color: #0F141A;}
.price-bottom {background: #0F141A; padding: 25px 0; text-align: center;}


.price-column1 { background: #fff; margin-top:0; margin-bottom: 40px; -webkit-box-shadow: 0 0 7px rgba(0,0,0,0.1); box-shadow: 0 0 7px rgba(0,0,0,0.1); margin-top: 20px; -webkit-transition: all 0.25s ease-in-out;-moz-transition: all 0.25s ease-in-out;-o-transition: all 0.25s ease-in-out;transition: all 0.25s ease-in-out; position: relative; z-index: 1;}
.price-column1 h2 { background-color:#28a745; color: #ffffff !important; font-size: 17px; text-align: center; margin-bottom: 0; padding: 30px 0;  } 
.price-column1 h3 { color: #ffffff !important; text-align: center; font-size: 32px; background: #03cb35; margin-bottom: 0; padding: 30px 0; font-weight: bold;}
.price-column1 h3 sup {font-size: 18px;}
.price-column1 h3 span { font-weight: 300; font-size: 18px; }
.price-column1 ul {margin:25px 0;}
.price-column1 li {border-top: 1px dotted #EFEFEF; padding: 15px 0; width: 75%; margin:0 auto; color: #333;}
.price-column1 li:first-child {border-top: none;}
.price-btn:hover {background: #FFF; color: #00a8d6; border: 2px solid #FFF;}



/* end add your business */

 

 /* Contact form */

form#main fieldset 
  {
    border: none;
    margin-bottom: 25px;
  
  }

  form#main legend 
  {
    
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 10px;
  }
  
  form#main ol li 
  {
    list-style: none;
  }
  




@media (max-width: 952px) 
{
	 form#main {
    padding:20px;
    width:100% !important;
    min-width:300px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background:#f8f8f8;
  }


  form#main input:not([type=radio]):not([type=checkbox]),
  form#main select,
  form#main textarea {
    background: #ffffff;
    border: 1px solid #eaeaea;
    outline: none;
    padding: 5px;
    clear:both !important;
    width: 100% !important;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
    min-height:32px;
  }

  form#main label {
    
    font-size:16px;
    margin-top:10px;
  }

  form#main label,.div_label {
    
    font-size:16px;
    margin-top:10px;
  }
   
  
}


@media (min-width: 953px) 
{
  form#main {
    
    padding: 20px;
    width: 95%;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background:#eaeaea;
    margin-top: 25px;
  }

  

form#main ol li 
  {
    background: #f4f4f4;
    border-color: #cccccc;
    border-style: solid;
    border-width: 1px;
    line-height: 30px;
    list-style: none;
    padding: 5px 10px;
    margin-bottom: 2px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
  }

  form#main ol ol li 
  {
    background: none;
    border: none;
    float: left;
  }

  form#main label {
    float: left;

    width: 28%;
    font-weight:400;
  }

  form#main input:not([type=radio]):not([type=checkbox]),
  form#main select,
  form#main textarea {
    background: #ffffff;
    border: none;
    font: italic 13px Georgia, "Times New Roman", Times, serif;
    outline: none;
    padding: 5px;
    width: 65%;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
    min-height:32px;
  }
  form#main input:not([type=submit]):focus,
  form#main textarea:focus 
  {
    background: #eaeaea;
  }

  form#main input[type=radio]
   {
    float: left;
    margin-right: 5px;
  }

 }

@media only screen and (min-width: 480px) and (max-width: 952px)
input[type="text"], textarea {
    margin-bottom: 15px;
}
}
 /* end Contact form */ 



/* Registration Form */

form#main fieldset 
  {
    border: none;
    margin-bottom: 25px;
  
  }

 form#main legend 
  {
    
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 10px;
  }

   form#main ol li 
  {
    list-style: none;
  } 

 form#main fieldset:last-of-type 
  {
    margin-bottom: 0;
  }


@media (max-width: 952px) 
{
 form#main {
    padding:20px;
    width:100% !important;
    min-width:300px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background:#f8f8f8;
  }

  form#main input:not([type=radio]):not([type=checkbox]),
  form#main select,
  form#main textarea {
    background: #ffffff;
    border: 1px solid #eaeaea;
    outline: none;
    padding: 5px;
    clear:both !important;
    width: 100% !important;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
    min-height:32px;
  }

  form#main label {
    
    font-size:16px;
    margin-top:10px;
  }

   form#main label,.div_label {
    
    font-size:16px;
    margin-top:10px;
  }
    }  
/* End Registraion Form */

.no-gutter > [class*="col-"]{
  padding-right: 0px;
  padding-left: 0px;
}


ul 
{ 
  margin: 0; 
  padding: 0; 
  list-style: none;
}
 


 h5{


color: #5697d0;
font-size: 20px;
}


.social a{
  font-size:2em;
  
}

  .social a:hover {
  color: #0072b1 ;
}




.main_column{
	text-transform: uppercase;
    background: linear-gradient(to right, #30CFD0 0%, #330867 50%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 1.5rem;
    font-family: 'Poppins', sans-serif;
}


.g{
 width:100%;
background-color:#3f3f3f;
}




.fa-code ,.fa-gamepad,.fa-camera-retro, .fa-phone{
  color:#e54d26;
  font-size:2rem;
  margin:1rem;

}


/*---Media Queries --*/
@media (max-width: 992px) {
.social a{
  font-size:2em;
  padding:2rem;
}


}
@media (max-width: 768px) {
  .display-4{
    font-size:200%;
}
.social a{
  font-size:2.5em;
  padding:1.2rem;
}
}
@media (max-width: 576px) {
  .display-4{
    font-size:160%;
}
.social a{
  font-size:2em;
  padding: .7rem;
}
}


.no-top-margin{
  text-transform: uppercase;
    background: linear-gradient(to right, #30CFD0 0%, #330867 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 1rem;
    font-family: 'Poppins', sans-serif;


}
.no-top-margin a:hover{
   text-transform: uppercase;
  background: linear-gradient(to right, #330867 0%, #30CFD0 100%);
  -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 1rem;
    font-family: 'Poppins', sans-serif;
}


.btn-primary2 {
    color: #fff;
    background-color: red;
    border-color: #202224;
}

/*
.social {
text-transform: uppercase;
    background: linear-gradient(#30CFD0 0%, #330867 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 2rem;
    font-family: 'Poppins', sans-serif;
}

*/
/*
.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

*/
   
/*
Extra small (xs) devices (portrait phones, less than 576px)
No media query since this is the default in Bootstrap

Small (sm) devices (landscape phones, 576px and up)
@media (min-width: 576px) { ... }

Medium (md) devices (tablets, 768px and up)
@media (min-width: 768px) { ... }

Large (lg) devices (desktops, 992px and up)
@media (min-width: 992px) { ... }

Extra (xl) large devices (large desktops, 1200px and up)
@media (min-width: 1200px) { ... }
*/











.carousel-inner img{
  width:100%;
  height:100;
}
.carousel-caption {
  position: absolute;
  top:50%;
  transform: translateY(-50%);

}

.welcome hr{
  border-top:2px solid #b4b4b4;
  width:95%;

}


/*---Firefox Bug Fix --*/
.carousel-item {
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
}
/*--- Fixed Background Image --*/
figure {
  position: relative;
  width: 100%;
  height: 60%;
  margin: 0!important;
}
.fixed-wrap {
  clip: rect(0, auto, auto, 0);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#fixed {
  background-image: url('img/mac.png');
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  will-change: transform;
}
/*--- Bootstrap Padding Fix --*/



/* ---  style for card --*/
/* --- 
.card{
  width:25px;
}
.card-body{
  width:25px;
}
--*/

.card-group{
  height: :100rem;
}




/* About us area css
============================================================================================ */
.banner_area .banner_content h2 {
    color: #fff;
    font-family: "Cantata One", serif;
    
   
     padding-top: 100px;
}

.banner_area .banner_content h2 {
font-size: 50px;
}


.banner_area .banner_content {
    text-align: center;
    
}

.banner_area .banner_content a {
    font-size: 18px;
    font-family: "Open Sans", sans-serif;
    color: #fff;
    margin-right: 15px;
    position: relative;
}

a {
    text-decoration: none;
}
.banner_area .banner_content a.active {
    color: #b10400;
}
.banner_area .banner_content a:last-child {
    margin-right: 0px;
}


@media (max-width: 991px){
.banner_area .banner_content {
        
    }
 .about_us_content .about_inner_item .about_left_content h4 {
        padding-top: 20px;
    }
 .about_us_content .about_inner_item .about_left_content ul {
        padding-bottom: 30px;
    }      
}


.about_us_content {
  padding: 40px 0px 100px 0;
}

.about_us_content .about_inner_item {
  margin-top: 60px;
}

.about_us_content .about_inner_item .about_left_contents h3 {
  font-family: "Cantata One", serif;
  font-size: 24px;
  color: #333333;
  margin-bottom: -12px;
}

.about_us_content .about_inner_item .about_left_content p {
  font-size: 14px;
  line-height: 26px;
  font-family: "Open Sans", sans-serif;
  color: #666666;
  padding-top: 25px;
}

.about_us_content .about_inner_item .about_left_content ul {
  padding-top: 22px;
}

.about_us_content .about_inner_item .about_left_content ul li {
  margin-bottom: 6px;
}

.about_us_content .about_inner_item .about_left_content ul li a {
  font-size: 14px;
  line-height: 26px;
  color: #666666;
  font-family: "Open Sans", sans-serif;
  transition: all 400ms linear 0s;
}

.about_us_content .about_inner_item .about_left_content ul li a i {
  color: #b10400;
  padding-right: 5px;
}

.about_us_content .about_inner_item .about_left_content ul li:last-child {
  margin-bottom: 0px;
}

.about_us_content .about_inner_item .about_left_content ul li:hover a {
  color: #b10400;
}

.about_us_content .about_inner_item .about_right_image img {
  max-width: 100%;
}

.about_us_content .about_inner_item .about_right_ms {
  margin-top: -15px;
  margin-right: -15px;
}

.about_us_content .about_inner_item .about_right_ms .about_ms_item {
  max-width: 100%;
  margin-right: 15px;
  margin-top: 15px;
}

.about_us_content .about_inner_item .about_single_content p {
  font-size: 14px;
  line-height: 26px;
  font-family: "Open Sans", sans-serif;
  color: #666666;
  padding-top: 15px;
}

.banner_area {
  background-image: url(img/banner23.jpg) ;
  background-repeat: no-repeat;
  background-position:scroll center center; 
  background-size: cover;
  min-height: 450px;
}

.about_left_contents{
  text-transform: uppercase;
    background: linear-gradient(to right, #30CFD0 0%, #330867 50%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
   
    font-family: 'Poppins', sans-serif;
}
/* End About us area css
============================================================================================ */




