@media only screen and (max-width: 2000px) and (min-width: 1401px) {
    .container {
        max-width: 1200px;
    }
}

a {
    color: white;
    text-decoration: none;
    background-color: transparent; 
}

a:hover {
    color:white;
    text-decoration: none;
}

.navbar-brand
{
	/*width:40%;*/
width:30%;	
}

.mymenu
{
	text-align:right;
}

@media screen and (max-width: 600px) {
.hide
{
    display: none;
}    
.navbar-toggler .navbar-toggler-icon
{
	color:#fff;
	/*background:#333;*/
	outline:0px;
}

.navbar-brand
{
	width:34%;
}

.navbar-nav .nav-item
{
	border-bottom:1px solid #f2f2f2;
	line-height:15px;
	font-size:20px;
}
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

/*.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem;    
}*/



.navbar-expand-lg .navbar-nav .nav-link:hover {
    padding-right: .5rem;
    padding-left: 20px;
    color:#c9184a;
}

.about h3
{
    color:#fff;
    font-size: 22px;
    font-weight: 500;
    line-height: 26px;
    margin-bottom: 20px;
    text-align: justify;
    /*font-family: 'Poppins', sans-serif;*/
    /* font-family: ui-rounded;    */
}

.about p
{
    color:#fff;
    font-size: 16px;
    line-height: 26px;
    text-align: justify;
    /*font-family: 'Roboto Slab', serif;*/
    font-family: serif;    
}

.area-1 {
    padding: 104px 0 0;
}

.area-2 {
    padding: 20px 0;
}

.area-3 {
    padding: 20px 0;
    margin-bottom:70px;
}

.main-title h1
{    
    color:#c9184a;
    text-align: center;
    font-size: 34px;
    font-weight: 600;
    line-height: 26px;
    margin-bottom: 40px;    
    /*font-family: 'Poppins', sans-serif; */ 
    /* font-family: ui-rounded; */
    /* text-shadow: 2px 2px 4px white;     */
    /* font-family: Roboto; */
}


@media (max-width: 991px){
.about {
    margin-top: 30px;
}
.myheader
{
    background:white;    
}
.logo
{
    height:60px;
}
.paramargin
{
    margin-top:0px;
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: 20px;
    color:#000;
    font-weight: 600;
    font-size: 16px;
    padding-top: 15px;
    padding-bottom: 15px;
}
}

@media only screen and (max-width: 2000px) and (min-width: 992px) {
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: 20px;
    color:#1E2A5E;
    font-weight: 600;
    font-size: 18px;
}    
.paramargin
{
    margin-top:20px;
}    
.logo
{
    height:62px;
}    
.myheader
{
    background:white;    
    position: fixed;
    top:0;
    width:100%;
    z-index:1000;
}
.marginlg
{
    margin-top: 110px;
}
}


.offers
{
    padding: 80px 0 70px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.background {
    position: relative;
}

.background:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* background-color: pink; */
}
.offer h1
{
    color:#1E2A5E;
    font-size: 34px;
    font-weight: 600;
    line-height: 28px;
    margin-bottom: 30px;
    text-align: center;
    /*font-family: 'Poppins', sans-serif;*/
    /* font-family: ui-rounded;    */
    text-shadow: 2px 2px 4px white;
}

.offer p
{
    color:#fff;
    font-size: 17px;
    line-height: 26px;
    text-align: justify;
    font-weight: 500;
    /*font-family: 'Roboto Slab', serif;*/
    /* font-family: serif;     */
}

.ser{
    border:1px solid #c7c9ca;
    padding:5px;
}

.services h1 {    
    color: #fff;
    background-color: #c9184a;
    /* font-family: 'roboto', sans-serif; */
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    padding: 25px 0 15px 0;
} 

.services p {    
    color: #fff;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    /* font-family: 'Roboto Slab', serif; */
    /* font-family: serif; */
    
}   

.portfolio
{
    margin-bottom: 30px;
}

.portfoliohead
{
    /*border:1px solid #c7c9ca;*/
    color:#fff;
    background-color:#1E2A5E;
    /* font-family: roboto;  */
    font-size:18px;
    font-weight: 100;
    text-align: center;
    padding:25px 0 25px 0;
}

.count
{
    padding: 80px 0 70px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}


.counter-box {
    display: block;
    /*background: #f6f6f6;*/
    padding: 20px 20px 20px;
    text-align: center
}

.counter-box p {
    margin: 5px 0 0;
    padding: 0;
    color: #c9184a;
    font-size: 18px;
    font-weight: 500;
    text-shadow: 2px 2px 4px white;
}

.counter-box i {
    font-size: 60px;
    margin: 0 0 15px;
    color: #d2d2d2
}

.counter {
    display: block;
    font-size: 32px;
    font-weight: 700;
    color: #fff;
    line-height: 28px
}

.counter-box.colored {
    background: #3acf87
}

.counter-box.colored p,
.counter-box.colored i,
.counter-box.colored .counter {
    color: #fff
}


.footer {
    background: #1E2A5E;
    padding: 80px 0 0;
    border-top: 2px solid ;
}

.footer h4 {
    font-size: 25px;
    margin-bottom: 30px;
    color:white;
    font-weight: 200;
    /*letter-spacing: 1px;*/
}

.footer h5 {
    font-size: 17px;
    margin-bottom: 30px;
    color: #fff;
    font-weight: 350;
    /*letter-spacing: 1px;*/
}

.footer .footer-inner .contact-info li {
    margin-bottom: 15px;
    color: #fff;
    font-size: 13px;
}

.footer .footer-inner p {
    line-height: 27px;
    color: #fff;
    font-size: 15px;
}

.footer a {
    color: #fff;
    font-size: 15px;
}

.footer a:hover {
    color: #02abf2;
    font-size: 15px;
}

.footer .copy {
    padding: 20px 0;
    border-top: solid 1px #fff;
    margin: 50px 0 0;
    text-align: center;
}

.footer .footer-inner .social-list {
    margin: 30px 0 0;
    display: inline;
}

.footer .footer-inner .social-list li a {
    font-size: 25px;
    float: left;
    margin-right: 20px;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
    color: c9184a;
}

@media (max-width: 800px){
.offer h1 {
    color: #c9184a;
    font-size: 24px;
    font-weight: 600;
    line-height: 28px;
    margin-bottom: 30px;
    text-align: center;
    /* font-family: 'Poppins', sans-serif; */
    /* font-family: ui-rounded; */
    /* text-shadow: 2px 2px 4px white; */
}    
.main-title h1
{    
    color:#fff;
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    line-height: 26px;
    margin-bottom: 40px;    
    /*font-family: 'Poppins', sans-serif; */ 
    /* font-family: ui-rounded; */
    /* text-shadow: 2px 2px 4px white;     */
}
    
.portfoliohead {
    /*border: 1px solid #c7c9ca;*/
    color: #fff;
    background-color: #1E2A5E;
    font-family: roboto;
    font-size: 16px;
    font-weight: 100;
    text-align: center;
    padding: 15px 0 15px 0;
}    
.footermargin {
    margin-top: 30px;
}
.area-1 {
    padding: 55px 0 0;
}
.area-11 {
    padding: 55px 0;
}
.area-7 {
    padding: 55px 0;
}
}

#btn-back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
}

.img_shadow{
    box-shadow: 0 4px 8px 0 #fff, 0 6px 20px 0 #fff;
}

.outline{
    border: 1px solid #c7c9ca;
}

.rounded {
    border-radius: 0.50rem!important;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  height:80px;
  width:80px;
}

@media (max-width: 767px){
.teammargin
{
    margin-top: 50px;
}
.footer .copy {
    padding: 20px 0;
    border-top: solid 1px #c9184a;
    margin: 50px 0 -60px;
    text-align: center;
}
} 

button:focus {
    outline: 1px dotted;
    /*outline: 5px auto -webkit-focus-ring-color;*/
}

.client-img {
    width: 120px;
    height: 120px;
    overflow: hidden;
    border: 4px solid #fff;
    margin: 0px auto 20px;
    border-radius: 100%;
}
.carousel-content {
    padding: 50px 0px;
}
.carousel-content h3 span {
    font-size: 17px;
    font-weight: normal;
    color: #e8e8e8;
    text-transform: uppercase;
}
.client-img img {
    width: 100%;
}
#testimonial {
    text-align: center;
    padding: 38px 0px;
    color: #fff;
    /* font-family: serif; */
}
#testimonial .carousel-control-prev,
#testimonial .carousel-control-next {
    font-size: 36px;
}
#testimonial h2 {
    color: white;
    font-size: 34px;
    font-weight: 600;
    line-height: 28px;
    margin-bottom: 30px;
    text-align: center;
    /* font-family: 'Roboto'; */
    /* text-shadow: 2px 2px 4px black; */
}

.portfolio {
    position: relative;
  width: 50%;
  }
  
  .image {
    display: block;
  width: 100%;
  height: auto;
  }
  
  .overlay {
    position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: black;
  overflow: hidden;
  width: 91%;
  height: 0;
  transition: .5s ease;
  margin-left: 12px;
  opacity: 0.7;
  }
  
  .portfolio:hover .overlay {
    height: 98%;
    margin-bottom: 8px;
    padding:27px;
    width: 93.5%;
    /* width:373px; */
    border-radius: 10px;
  }
  
  .text {
    color: white;
  font-size: 15px;
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  }

  /* .text {
  float: left;
    margin: 5px;
    width: 90%;
    color: white;
    font-size: 15px;
    position: relative;
  } */

  #more {display: none;}

  .readmore {
    background-color:#c9184a; /******add button color here*****/
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 15px;
  margin: 4px 2px;
  cursor: pointer;
  -webkit-transition-duration: 0.4s; /* Safari */
  transition-duration: 0.4s;

  }
.readmore:hover {
  box-shadow: 0 12px 16px 0 rgba(0, 0, 0, 0.541),0 17px 50px 0 rgba(0,0,0,0.19);
}
.pic
{
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 4opx;
}
.btn-primary {
    color: #fff;
    background: linear-gradient(90deg, rgba(140, 84, 253, 1) 0%, rgba(197, 113, 175, 1) 35%, rgba(250, 139, 94, 1) 100%);    border-color: #1E2A5E;
border: none;
}