body{margin: 0; padding: 0; font-family: 'Poppins', sans-serif;}
html {scroll-behavior: smooth; box-sizing: border-box;}
*{margin: 0; padding: 0;}


video{    width: 100%;}
/*********Top-bar-started******************/
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active, .bx-wrapper .bx-pager.bx-default-pager a:focus {
    background: #5bbda9;
}
.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto{
    bottom: 20px;
}
.slider-text p{
        font-family: 'Poppins', sans-serif;
    font-size: 16px;
    letter-spacing: 0.5px;
        color: #c6dbe5;
    font-weight: 400;
    line-height: 25px;
}
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #faf7f4;
    z-index: +9999;
}
#status {
    width: 900px;
    height: 500px;
    position: absolute;
    left: 50%;
    top: 50%;
    background-image: url(../images/loader.gif);
    background-repeat: no-repeat;
    background-position: center;
    transform: translate(-50%, -50%);
    /* margin: -100px 0 0 -100px; */
}
#top-bar {
    font-size: 15px;
    position: relative;
    z-index: 1;
    background-color: #1e90c3;
      font-family: 'Oxanium', cursive;


}
#top-bar, #top-bar a {
    color: #fff;
    text-decoration:none;
}
#top-bar-inner {
    padding: 10px 0;
}
#top-bar .top-bar-inner-wrap {
    display: table;
    overflow: hidden;
    width: 100%;
}
#top-bar .top-bar-content {
    display: table-cell;
    margin: 0;
    text-align: left;
    vertical-align: middle;
    width: 75%;
}
#top-bar .top-bar-socials {
    display: table-cell;
    text-align: right;
    vertical-align: middle;
    width: 25%;
}
.top-bar-content a {
    display: inline-block;
    padding: 0 7px;
    position: relative;
    letter-spacing: 0.4px;
}
.top-bar-content a:not(:last-child)::after {
    content: "";
    border: 1px solid #e2e2e2;
    border-width: 1px 1px 0 0;
    position: absolute;
    right: -3px;
    top: 0;
    height: 100%;
}
/*nav*/
.headmain{
    background-color: #fdfdfd;
    box-shadow: 1px 1px 10px #0000003b;
}

.new-nav{padding: 6px 0; margin: 0;}
.new-nav ul li a{      font-family: 'Oxanium', cursive;

    font-style: normal;
    font-size: 15px;
    line-height: 22px;
    color: #000 !important;
   
     font-weight: 600; margin: 0 16px; 
    letter-spacing: 0.5px; position: relative; text-transform:uppercase;}
.new-nav ul li a:hover{text-decoration: none; color: #3e9582; }
.new-nav ul li a:before{position: absolute; content: ''; left: 0; width:0%; bottom: -7px; background: #269990; height: 2px; transition: 0.5s;}
.new-nav ul li a:hover:before{width: 100%;}
.app_btn{background: #A3007C; padding: 10px 20px; border-radius: 5px; border: 0; color: #fff; letter-spacing: 0.5px;
    font-weight: 500; font-size: 14px; margin: 0 0 0 15px; position: relative; z-index: 1; overflow: hidden;}
.app_btn:before{position: absolute; content: ''; width: 100%; height: 100%; background: #a85794; bottom: -60px; left: 0; border-radius: 5px; z-index: -1; transition: 0.2s;  }   
.app_btn:hover:before{bottom: 0;} 
.main-nav img{width: 100%; max-width: 140px; padding: 5px 0; }
header.sticky #top-bar{
    display: none;
}
.navbar{
    align-items: center;
    justify-content: space-between;
   
  
    /* margin-top: -52px; */
    z-index: 111;
    position: relative;
}
header.sticky {
    position: fixed;
    width: 100%;
    background: #fff;
    text-align: left;
    margin: 0;
    z-index: 500;
    box-shadow: 1px 1px 10px #0000003b;
       
}
header.sticky .main-nav {
    background-color: transparent;}
    .navbar .active a {
    color: #2e3192 !important;
}
/*****************slider css************************/

.dropdown-item{
    margin:0px !important;
    font-size: 14px !important;
        padding: 0.4rem 1.5rem;
}
.dropdown-item:before{
        background: transparent !important;
}
 .slider-text h6:before {
    position: absolute;
    content: '';
    left: 0;
    
    width: 20%;
    bottom: -20px;
    background: #097cb1;
    height: 6px;
    transition: 0.5s;
    margin: 0 auto;
}
.main-slider {
    
    position: relative;
}
.slider-img {

    position: relative;
}
.slider-img img {
    width: 100%;
    height: 750px;
}
.slider-text {
   position: absolute;
    top: 170px;
    left: 0;
    right: 0;
    color: #fff;
}.small-title:before {
    position: absolute;
    top: 0;
    content: '';
    left: 0;
    width: 100%;
    background: #0a7db2;
    height: 3px;
}
.small-title {
    color: #484a9f;
    font-size: 20px;
    font-weight: 600;
    position: relative;
    padding: 10px 0 0;
    display: inline-block;      
    font-family: 'Oxanium', cursive;

}
.textside {
    margin-left: 0;
    margin-right: 0;
    display: initial;
    z-index: 11;
}
h6 {

font-weight: bold;
line-height: 75px;
      font-family: 'Oxanium', cursive;
    letter-spacing: 1px;
    position: relative;
    color: #fff;
    font-size: 65px !important;
    
    /* font-family: 'Montserrat Regular'; */
    margin-top: 0px;
    

}

.more_btn {
    background: #84c440;
    color: #fff;
    font-size: 16px;
    letter-spacing: 0.5px;
    padding: 13px 40px;
    display: inline-block;
    margin: 20px 0 20px;
    text-decoration: none;
    border-radius: 30px;
    box-shadow: 3px 3px 1px #111212;
    transition: 0.5s;
    animation-delay: 1s;
    animation-duration: 1s;
    font-family:  'Poppins', sans-serif;
    
}
.bx-wrapper {
    border: 0;
    margin-bottom: 0;
    box-shadow: none;
    background: none;
}
.slider-img:before {
    position: absolute;
    content: '';
   
}

.slider-img:before {
        position: absolute;
    content: '';
    top: 0;
    left: -140px;
    background: #000000b8;
    width: 60%;
    height: 100%;
    transform: skew(15deg);
    border-right: 8px solid #097cb1;
}
/*******feature***************/
.middle-title  span, .big-title span {
    color: #0a7db2;
    position: relative;
}
.abut-text2 i {
    font-size: 42px;
    color: #40b649;
}
#topid {
    background-color: #fff;
   box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
   position: relative;
    margin-top: -115px !important;
}
#colsec {
    opacity: 1;
    z-index: 2;
    background-color: #fff;
    padding: 45px 20px 45px 20px;
    border-right: 1px solid #e5e5e5;
}
.abut-text2 {
    padding-bottom: 25px;
    text-align: center;
}
.abut-text2, .divsec {
    text-align: center;
}
.divsec h5 {
    padding-bottom: 20px;
}
.divsec p {
    text-align: center;
}
#colsec:hover {
    background-color: #0a7db2;
}
#colsec:hover .abut-text2 i, #colsec:hover .divsec h5, #colsec:hover .divsec p {
    color: #fff;
}
/*************about section*****************/
.tnb {
    padding: 70px 0;
}

p {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    letter-spacing: 0.5px;
    text-align: justify;
    color: #000;
    font-weight: 400;
    line-height: 25px;
    padding: 0;
    margin: 0;
}
.form-group {
    margin-bottom: 5px;
}
.middle-title{
    text-align: center;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 25px;
}
.middle-title h1{
    letter-spacing: 1px;
    margin-bottom: 20px;
   font-size: 35px;
    color: #3f2218;
  
    text-align: left;
  font-family: 'Oxanium', cursive;
    font-weight: 700;
    font-style: normal;
    text-transform: capitalize;
}
#about1, #services,#contact{
    background-color: #faf7f4;
}
#about1 h3{
        font-family:  'Poppins', sans-serif;
    font-size: 30px;
}
.about-img {
    text-align: right;
    position: relative;
}
.about-img img {
        object-fit: cover;
    border-radius: 30px;
    width:100%;
}
.about-img img.img-about {
    position: absolute;
    left: 0;
    bottom: 0;
}
/***********************callsec**********************/
#callsec{
    position: relative;
    margin-bottom: -30px;
    padding-bottom: 0px;
    z-index: 11;
}
.whwe h5{
    line-height: 30px;

}
.bigtxt{
    font-size: 35px;
}
.wprt-action-box{
   background-image: url(../images/bgimg.jpg);
    position: relative;
    width: 100%;
    height: 100%;
    opacity: .9;
    background-position: center;
    background-size: cover;
   padding: 25px 0;
    border-radius: 15px;
}
.cta h2  a{
    color:#e33b28;
        font-size: 35px;

}
.cta h2 {
    font-family:  'Poppins', sans-serif;
    font-size: 25px;
    color: #fff;
    margin: 0;
}
/**********why choose us?********************/
#prosec{
        display: flex;
    align-items: center;
}
.proinfo ul{
        margin-left: 20px;
}
.proinfo{
    padding-left:30px;
}
.big-title{
    text-align: center;
    margin: 0 auto;
    margin-top: 20px;
    width: 100%;
}
.big-title h1{
    letter-spacing: 1px;
    margin-bottom: 20px;
   font-size: 35px;
    color: #3f2218;
  font-family: 'Oxanium', cursive;
    font-weight: 700;
    font-style: normal;
    text-transform: capitalize;
}

/************servicess****************/

.next {
    margin: 0 auto;
    border: none;
    margin-top: 20px;
}
.servicesec{
    position: relative;
    overflow: hidden;
    transition: all 0.5s;
    /* background-color: #fff; */
    border-radius: 20px;
    margin: 30px 0px;
    background-color: #fff !important;
    padding: 0;
    position: relative;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
}
.servimg img{
    width:100%;
}
.servicetxt{
    padding:20px 30px;
}
.servicetxt h4{
    text-align: center;
        margin-bottom: 15px;
      font-family: 'Oxanium', cursive;
}
.servicesec:hover {
    box-shadow: 0 1rem 3rem rgba(0,0,0,.175);
}
.servicetxt .more_btn{
    width: 100%;
    text-align: center;
}
/*********what we do**************************/
.whatsapp-float {
    position: fixed;
    bottom: 350px;
    right: 20px;
    width: 58px;
    height: 58px;
    background: #25D366;
    color: #fff;
    font-size: 26px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25);
    z-index: 9999;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.whatsapp-float::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: rgba(37, 211, 102, 0.35);
    animation: whatsappPulse 2s infinite;
    z-index: -1;
}.whatsapp-float:hover {
  transform: scale(1.08);
  box-shadow: 0 15px 35px rgba(0,0,0,0.35);
  color: #fff;
}
@keyframes whatsappPulse {
  0% {
    transform: scale(1);
    opacity: 0.7;
  }
  100% {
    transform: scale(1.6);
    opacity: 0;
  }
}
.whwe{
    background-color: #ffffff;
    border-radius: 25px;
    padding: 40px;
}
#whtwedo{background-image: url(../images/whyus.png);
   background-size: cover;
    background-attachment: fixed;
    position: relative;
    background-position: 100% 100%;
    background-repeat: no-repeat;
    padding-bottom: 180px;
}
#whtwedo:before {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
        background: #0a0a0ac7  none repeat scroll 0 0;
    opacity: .8;
}

.custom-list, #whtwedo p{
    color:#222222;
}
.custom-list i{
    padding-right: 10px;
    color:#91550a;
}
#whtwedo h1{
    position: relative;
}
/**************************footer*****************************/

.main-footer {
    width: 100%;
    position: relative;
    background-color: #c3dfeb;
    color: #222;
    padding-top:70px;
    
}
.main-footer::after {
    content: "";
    
    background-size: cover;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1;
    
}
.footer-text .widget {
    margin: 0 0 26px;
    padding: 0 20px 0 0px;
}
.footer-text ul li a, .footer-text p {
     color: #222;;
    font-size: 16px;
    letter-spacing: 0.5px;
    font-family: 'Poppins', sans-serif;
}

.margin-bottom-25 {
    margin-bottom: 25px;
}
/*.main-footer .widget {
    text-align: center;
    padding: 0 20px 0 0px;
}*/
.widget .socials {
    margin: 10px -3px;

    display: inline-flex;
}
.widget.widget_socials .socials .icon {
    padding: 0 3px;
    
    margin: 1px 0 3px 0;
}
.footer-text .widget.widget_socials .socials a.active {
    background-color: #2e3192;
    border-color: #2e3192;
    color: #fff;
}
.widget.widget_socials .socials a {
    float: left;
    font-size: 14px;
    
    color: #222;
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    z-index: 1;
}
.main-footer .col-md-4:nth-child(2) .footer-text {
    padding: 0 107px;
}
.footer-text h5 {
        font-weight: 700;

    color: #1b1e94;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 2px;
    
    margin: 0 0 15px !important;
     font-family: 'Oxanium', cursive;
}
.footer-text ul {
    padding: 0;
    margin: 0;
}
.widget.widget_socials .socials a:hover, .widget.widget_socials .socials a.active{
   
    border-color: #91550a;
    color: #91550a;
}
.footer-text ul li {
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: list-item;
    line-height: 35px;
    color: #222;
    font-size: 16px;
  
}
.footer-text ul li i {
    color: #1b1e94;
    margin-right: 5px;
}
.copy-right {
   
    background-color: #222;
    padding: 15px 0 15px;
    margin: 20px 0 0;
}
.copy-right-left p {
    text-align: left;
    color: #fff;
    font-weight: 300;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    
}
.copy-right-left span {
    color: #0b7fb3;
    font-weight: 500;
    text-transform: capitalize;

}
.copy-right-right p {
    text-align: right;
    color: #fff;
    font-weight: 300;
    font-size: 14px;
}
#back-to-top-btn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 35px;
    font-size: 26px;
    width: 50px;
    height: 50px;
    background-color: #2e3192;
    color: #333;
    cursor: pointer;
    outline: none;
    border-radius: 20%;
    transition-duration: 0.2s;
    transition-timing-function: ease-in-out;
    transition-property: background-color, color;
    border: 1px solid white;
    z-index: 2;
}
#back-to-top-btn img {
    margin: 0 auto;
    position: absolute;
    left: 50%;
    right: 50%;
    transform: translate(-50%, -50%);
}
.copy-right-right p a{
    color:#fff;
}
/**********************8about us****************************/
.policy-right {
    background: #e87a71;
    text-align: center;
    color: #fff;
    padding: 20px;
    box-shadow: 1px 1px 10px #0000003b;
    transition: 0.5s;
}
.policy_icon .fa {
    font-size: 50px;
}
.policy_text h5 {
    font-size: 24px;
    font-weight: 700;
    margin: 15px 0;
    padding: 0;
}
.policy-right p {
    color: #fff;
}
.policy-left {
    background: #fff;
    text-align: center;
    color: #e87a71;
    padding: 20px;
    box-shadow: 1px 1px 10px #0000003b;
    transition: 0.5s;
}
.policy-right:hover {
    background: #fff;
    color: #e87a71;
    margin: -10px 0 0;
}
.policy_iconn{
    text-align: center;
    color: #e87a71;
    font-size: 50px;
}
.policy-right:hover p {
    color: #e87a71;
}
.policy-left:hover {
    background: #fff;
    color: #e87a71;
    margin: -10px 0 0;
}
.policy-left p {
    color: #e87a71;
}
.abtpage p{
    text-align: center;
}
.inner-header {
   
    background-color: #002b46;
    position: relative;
    background-attachment: fixed;
    background-size: cover;
    color: #fff;
    padding: 100px 0;
    background-image: url(../images/bghead.jpg);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    width: 100%;
}
.inner-header:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, #0c05161f , #1601153d);
    top: 0;
    left: 0;
}
.ed_img_overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgb(0 0 0 / 59%);
}
.inner-header-text{
    text-align: center;
}
.inner-header-text h2{
    letter-spacing: 2px;
   color: #FFFFFF00;
    font-size: 45px;
    -webkit-text-stroke: 0.5px #fff;
        margin-top: 35px;
  font-family: 'Oxanium', cursive;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
}
.whtimg img{
    width:100%;
    box-shadow: 0px 7px 4px #0000003b;
}
.whattxt h4{
    text-align: center;
    margin: 20px 0;
   font-family: 'Oxanium', cursive;
    color:#3e9582;
}
.whattxt p{
    text-align: center;
}
#about2{
    background-image: url(../images/bannerabt.png);
    
    /* background-color: #002b46; */
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    background-position: 100% 100%;
    background-repeat: no-repeat;
}
#about2:before {
   background: #0a0a0ae8 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.8;
    position: absolute;
    top: 0;
    width: 100%;
}
#about2 h1{
    letter-spacing: 2px;
}

#about2 .abut-text{
    background-color: #91550a;
    border-radius: 25px;
    padding: 40px;
}
#whtsec, #services1{
    background-color: #f7f8fa;
}
#motto p{
    text-align: center;
}
#motto h1{
    text-align: center;
}
#motto .abut-text{
    box-shadow: 0 0 6px 1px rgb(91 190 170);
    padding: 40px;
    border-radius: 20px;
    background-color: #faf7f4;
}
/*************servicespage**********************/
.sertxt{
   padding:30px; 
}
.servi img{
    width: 100%;
        border: 7px solid #5f463dab;
    border-radius: 20px;
}
.servi h4{
    color: #e54a32;
    margin-bottom: 15px;
    font-family: 'Oxanium', cursive;
    font-weight: 600;
}
.serimg{
    display: table-cell;
    vertical-align: middle;
}
#serim{
     display: table;
    vertical-align: middle;
}
.mobview {
    display: none;
}
/**************howwework************************/
.iconbig i{
    width: 60px;
    height: 60px;
    line-height: 60px;
    background-color: #fff;
    border-radius: 30px;
    color: #cb4536;
    font-size: 30px;
}
#howework .abut-text{
    border-radius: 20px;
    padding: 30px;
    background-color: #faf7f4;
}
::marker {
    color:#2a8ab5;
    
}
.ulhow{
    padding: 0 15px;
}
/*******************contact***********************/
.bgcolorc {
    background: #d0574a;
    border: 1px solid #e5e5e5;
    padding: 16px 13px;
}
.addHeader {
   border: 2px solid #fff;
    padding: 6px;
    border-radius: 22px;
    margin: 0 auto;
    display: table;
    color: #fff;
}
.addHeader i{
        font-size: 30px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
}
.muli_light {
    text-align: center;
    color: #fff;
    font-size: 20px;
    
}
.muli_light a{
    color: #fff;
}
#contactus{
    padding-top: 140px;
}
.main-slider h6,  .main-slider a{
        z-index: 11;
    }
    /* CTA */
.rc-cta {
background: linear-gradient(135deg, #1f474d, #2c9dd0);  color: #fff;
  padding: 80px 0;
}

/* =========================
   BOOKING FORM
========================= */

.booking-form {
  background: #fff;
  padding: 35px;
  border-radius: 20px;
  box-shadow: 0 15px 40px rgba(0,0,0,0.12);
}

.booking-form .form-control {
  height: 48px;
  border-radius: 12px;
  border: 1px solid #ddd;
  font-size: 0.95rem;
}

.booking-form .form-control:focus {
  box-shadow: none;
  border-color: var(--green-soft);
}

/* =========================
   GOOGLE MAP
========================= */

.map-box {
  width: 100%;
      margin-top: 68px;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 15px 40px rgba(0,0,0,0.12);
}

.map-box iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

/*******************media query*******************************/
@media only screen and (max-width: 425px) {
    #prosec{
        border-bottom: 3px solid #1e90c3;
    padding-bottom: 20px;
    }
    .slider-img:before {
        left: -200px;
        width: 147%;
    }
     .slider-text {
    
    top: 210px;}
}
@media only screen and (max-width: 767px){
    .proinfo {
    padding-left: 0;
    padding-top: 20px;
}
    .main-nav img{
        max-width:80px;
    }
   
    #top-bar .top-bar-inner-wrap {
    display: table-row-group;}
    .main-slider h6,  .main-slider a{
        z-index: 11;
            position: relative;
    }
    #howework h5{
        line-height: 30px;
    }
    #howework h4 {line-height: 30px;
    font-size: 22px;}
    #colsec {
    border-bottom: 1px solid #e5e5e5;
}
    #slide:before {
    width: 85%;}
    .cta h2 a {
    font-size: 25px;
}
.bigtxt {
    font-size: 30px;
}
.cta h2 {
    font-size: 20px;}
.top-bar-content {
    display: none !important;
}
#top-bar .top-bar-socials {
    text-align: center !important;
}
.navbar-brand{
    width:50%;
}
.navbar{
    padding:0 10px;
}
.navbar-toggler {
   
    background-color: #1e90c3;
}
.navbar-nav {
    text-align: center;
    background: #e9e6ea;
      
    margin: 10PX 0PX;
}
.new-nav ul li {
    border-bottom: 2px solid white;
}
.new-nav ul li:last-child{
    border-bottom: none;
}
.new-nav ul li a {
   
    line-height: 30px;
}
.main-slider {
    margin-top: 0px;}

    .main-nav {
    background-color: transparent;
}
.main-slider, .main-about {
    overflow: hidden;
}
.slider-img {
    overflow: hidden;
}
.slider-img img {
    max-width: unset;
    width: auto;
}
header.sticky {
margin-top: 0px;
}
h6 {
    
    line-height: 42px;
    font-size: 35px !important;}

#about1 .middle-title h1 {
    font-size: 32px;
    text-align: center;}
    #about1 h3 {
   
    font-size: 25px;
}
#about1 img{
    margin-bottom: 20px;
}
.middle-title h1 {
    font-size: 32px;
}
#whyus .abut-text1 img{
    margin-top: 20px;
}
.main-footer .col-md-4:nth-child(2) .footer-text {
    padding: 0 0;
}
#quiklink{
    margin-bottom: 20px;
}
.copy-right-left p {
    text-align: center;
}
.copy-right-right p {
    text-align: center;
}
.textwidget p {
    text-align: center;
}
.main-footer .col-md-4:nth-child(2) .footer-text {
    text-align: center;
}
.main-footer .col-md-4:nth-child(3) .footer-text {
    text-align: center;
    border-right: none;
    border-left: none;
    margin: 20px 0;
}
.inner-header {
    margin-top: 0px;}
.whattxt{
        padding-bottom: 20px;
}
#about2 .abut-text {
   
    padding: 20px;
}
.mobview {
    display: block;
}
.desktopview {
    display: none;
}
.bgcolorc{
    margin-bottom: 20px;

}

}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px){
#about1 .middle-title h1 {
    font-size: 32px;
    text-align: center;}
    .main-footer .col-md-4:nth-child(2) .footer-text{
        padding: 0 0;
    }
#slide:before {
    width: 85%;
}
#about1 .more_btn{
        display: table;
    margin-left: auto;
    margin-right: auto;
}
#services .more_btn{
padding: 13px 20px;
}
}
@media only screen and (min-device-width : 1600px) and (max-device-width : 1920px){
    .slider-text{
        top:230px;
    }
}