body {
    font-family: "Open Sans", sans-serif !important;  
}

a{
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}


p{
font-family: "Open Sans", sans-serif !important;
}





.ip-cu-sec1-contact-list-item-value{
    margin-top:3px;
}

button:focus {
    outline: none !important;
    outline: none !important;
}

/* width */
::-webkit-scrollbar {
 width:4px;
}

/* Track */
::-webkit-scrollbar-track {
 box-shadow: inset 0 0 0px #cba104; 
 border-radius:0px;
}

/* Handle */
::-webkit-scrollbar-thumb {
 background:#cba104;
 border-radius:0px;
}



.slide .item img{
  height: 756px;
  float:left;
  margin-left:0px;
  width: 100%;
}




/********************new********************/
.menu ul li a:hover, .menu ul li:hover>a {
    background: #cba104;
    color: #fff;
}
.header_menu a svg{

    width: 26px;
    position: absolute;
    top: 22px;
    /* height: 24px; */
    left: 26px;

}

.header-content h6{
    font-size: 57px;
    color: #fff;
    /* text-align: left; */
    /* text-transform: uppercase; */
    font-weight: 300;
    /* line-height: 40px; */
}
.header-content h6 span{
  font-weight:700;
  /* width: 100%; */
  font-size: 57px;
  /* float: left; */
  /* margin-top: 30px; */
  /* margin-bottom: 52px; */
}



.sidenav .closebtn{
    z-index:9999!important;
    font-size:25px !important;
    padding: 6px 20px !important;
}
.sidenav .closebtn:hover{
    text-decoration:none;
}

.review-box h5{
    
font-size: 14px;
    
color: #101010;
    
padding-left: 62px;
    
font-weight: bold;
}
.ban-name{

font-weight: 700;

font-size: 26px;

color: #fff;

float: left;

position: relative;

z-index: 999;

top: 0px;

background: #1f6eb7;

padding: 40px 40px;
}



.slide .item {/* height: 100vh; */position: relative;}
.header-content p{
    line-height: 26px;
    font-size: 14px;
    color: #fff;
}
.header-content h1 {
   
font-size: 48px;
   
width: 100%;
   
padding-right: 20px;
   
/* font-family: 'Oswald'; */
   
position: relative;
   
color: #fff !important;
   
line-height: 57px;
   
font-weight: 700;
}


.header-content h1 span {
    font-weight: 700;
}
.header-top-area a h6:hover{
color: #b88c2b;
    }

.slide .item {height: 756px;width: 100%;float: left;position: relative;/* background: #1a1b1c; */}
.header-content p {
    float: left;
    line-height: 71px;
    /* margin-top: 10px; */
    font-size: 14px;
    color: #fff;
    font-family: "Open Sans", sans-serif;
    /* font-weight: bold; */
    /* padding: 14px 20px 14px 0px; */
    text-align: left;
    float: left;
    line-height: 30px;
}
.header-content h1 {
        font-size: 55px;
        width: 100%;
        padding-right: 20px;
        /* font-family: 'Oswald'; */
        position: relative;
        color: #fff !important;
        line-height: 64px;
        font-weight: bold;
}




.header-content h1 span {
    font-weight: 700;
}
.header-top-area a h6:hover{color: #ffe200;}
    .slide-image {
    float: right;
    margin-top: -72px;
    width: 100%;
    height: 558px;
    object-fit: cover;
}
.header-top-area a:hover svg{
    fill: #ffe200;
}
.sub-menu-1{
  position: absolute;
  top: 58px;
  padding: 5px 20px;
  left: 0;
  right: 0;
  background-color: #222222;
  overflow: hidden;
  width: 210px;
  height: 0;
  transition: .5s ease;
  z-index: 6000;
}
.sub-menu-1 li{
    float:left;
    text-align:left;
    width:100%;
    list-style:none;
    padding: 5px 0;
}
.sub-menu-1 li a:hover{
    text-decoration:none;
    color:#b88c2b;
}
.sub-menu-1 li a{
    font-size: 14px;
    color:#fff;
}
.sub-menu{
    position:relative;
}
.sub-menu:hover .sub-menu-1{
    height: 135px;
}
.slide .item .cover {
    /* padding: 10px 60px; */
    position: absolute;
    width: 100%;
    height: 100%;
    top: 36px;
    left: 0;
    /* background: rgba(0, 0, 0, 0.6); */
    display: flex;
    align-items: center;
}


/*.slide .item .cover .header-content a {
   
    border: 2px solid #cba104;
    
}*/

.slide .item .cover .header-content a{
    float: left;
    display: inline-block;
    float: left;
    font-size: 12px;
    border: 1px solid #F1ADBA;
    padding: 12px 40px;
    color: #000000;
    font-weight: 600;
    background-color: #F1ADBA;
    border-radius: 10px;
}

.slide .item .cover .header-content a:hover {
    background-color: #22479F;
    color: #ffffff;
    border: 2px solid #22479F;
    text-decoration: none;
}

.slide .item .cover .header-content {
    position: absolute;
    right: 0;
    top: 57%;
    z-index: 3;
    left: 0;
    margin: 0 auto;
    margin-top: -170px;
    padding: 20px 56px 53px 56px;
    position: absolute;
    width: 100%;
    margin-left: 0;
    /* text-align: center; */
    /* padding: 56px; */
    overflow: hidden;
    /* background: #ffefdfeb; */
}
/*.general-h2{
    font-size: 22px;
    text-align: center;
    font-weight: 700;
    margin: 40px 0 0;
}
.mt-58px {
    margin-top: 58px;
    margin-bottom: 0px;
}

.aboutus {
    float: left;
    width: 100%;
    margin-bottom: 50px;
}
.aboutus h2 {
    color: rgba(0, 0, 0, 0.85);
    font-size: 43px;
    float: left;
    width: 100%;

    line-height: 56px;
}*/
/*.fs40 {
    font-size: 35px !important;
}

.txt-center {
    text-align: center;
}
.aboutus p {
    float: left;
    width: 100%;
    font-size: 14px;
    line-height: 33px;
    color: rgba(0, 0, 0, 0.84);
    padding-top: 9px;
    padding-left: 0px;
    padding-right: 0px;
}
.vmp {
    float: left !important;
    width: 100% !important;
    padding-left: 150px !important;
    padding-right: 150px !important;
    text-align: center;
}
.row-dis {
    display: inherit !important;
}
.service-details img {
    float: left;
    margin-right: 30px;
    margin-top: 15px;
}
.service-details img {
    float: left;
    width:100%;
    margin-right: 30px;
    margin-top: 15px;
}*/
/*.service-details{
        float: left;
    width: 100%;
    font-size: 14px;
    line-height: 33px;
    color: rgba(0, 0, 0, 0.84);
    padding-top: 9px;
    padding-left: 0px;
    padding-right: 0px;
}
.mb-dk{
width: 100%;
    height: 250px;
    object-fit: cover;
    margin-top: 20px;
    border-radius: 5px;
    
}
.we-deal {
    margin-bottom: 0;
    margin-top: 0px;
    background: #f2f2f2;
    padding-top: 50px;
    padding-bottom: 0px;
}*/

/*.deal-bg {
        margin-bottom: 30px;
        background: white;
        border-radius: 5px;
        /* padding: 25px; */
        float: left;
        width: 100%;
}
*/
/*.about-section .years {
    float: left;
    width: 225px;
    background: #1f6eb7db;
    margin-top: 50px;
    position: absolute;
    right: 70px;
    bottom: 80px;
    height: 305px;
}
.about-section .count .item1 {
    color: #fff;
    font-size: 45px;
    font-weight: 900;
    float: left;
    text-align: center;
    position: relative;
    margin: 96px 15px 0 !important;
}*/



.slide .item .cover .header-content .line {
    /* content: ""; */
    /* display: inline-block; */
    /* width: 100%; */
    /* height: 100%; */
    /* left: 0; */
    /* top: 0; */
    /* position: absolute; */
    /* border: 9px solid #fff; */
    /* -webkit-clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%); */
    /* clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%); */
}

.slide .item .cover .header-content h2 {
    font-weight: 300;
    font-size: 35px;
    color: #fff;
}

.slide .item .cover .header-content h4 {
    font-size: 24px;
    font-weight: 300;
    line-height: 36px;
    color: #fff;
}

.slide .owl-item.active h1 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    animation-delay: 0.3s;
}
.slide .owl-item.active h6 {
    /* -webkit-animation-duration: 1s; */
    /* animation-duration: 1s; */
    /* -webkit-animation-fill-mode: both; */
    /* animation-fill-mode: both; */
    /* animation-name: fadeInDown; */
    animation-delay: 0.3s;
}
.slide .owl-item.active a {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    animation-delay: 0.3s;
}
.slide .owl-item.active p {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    animation-delay: 0.3s;
}
.slide .owl-item.active h2 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    animation-delay: 0.3s;
}

.slide .owl-item.active h4 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInUp;
    animation-delay: 0.3s;
}

.slide .owl-item.active .line {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInLeft;
    animation-delay: 0.3s;
}

.slide .owl-nav .owl-prev {
    position: absolute !important;
    right: 76px;
    bottom: 20px;
    opacity: 1;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    /* background: rgba(0, 0, 0, 0.5) !important; */
    width: 40px;
    cursor: pointer;
    /* height: 40px; */
    border: 0;
    position: absolute;
    display: block;
    z-index: 1000;
    border-radius: 0;
}

.slide .owl-nav .owl-prev span {
    font-size: 1.6875rem;
    color: #fff;
}

.slide .owl-nav .owl-prev:focus {
    outline: 0;
}

.slide .owl-nav .owl-prev:hover {
    /* background: #000 !important; */
}

.general-img{
    
}
.abt-left{

}
.abt-left p{
  margin-bottom: 30px !important;
}
.abt-final p{
  margin-bottom: 10px;
  padding: 0 10px;
}
.abt-final h2{
  margin-bottom: 30px;
  padding: 0 10px;
}

.slide .owl-nav .owl-next {
    position: absolute;
    right: 27px;
    bottom: 20px;
    opacity: 1;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    /* background: rgba(0, 0, 0, 0.5) !important; */
    width: 40px;
    cursor: pointer;
    height: 40px;
    border: 0;
    position: absolute;
    display: block;
    z-index: 1000;
    border-radius: 0;
}

.slide .owl-nav .owl-next span {
    font-size: 1.6875rem;
    color: #fff;
}

.slide .owl-nav .owl-next:focus {
    outline: 0;
}

.slide .owl-nav .owl-next:hover {
    filter: brightness(0.5);
    /* opacity: .7; */
}
.header_menu_area {
  /* width: 100%; */
  float: right;
  position: relative;
  text-align: center;
  /* margin-top: 6px; */
  height: 110px;
  }
  .header_menu_area > .mob_nav {
    display: none; }
  .header_menu_area > ul {
    width: auto;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0px;
    padding-left: 0px;
    height: 110px;
    padding-right: 0px;
    float: right;
    }
    .header_menu_area > ul > li {
      width: auto;
      display: inline-block;
      vertical-align: middle; }
      .header_menu_area > ul > li > a {
        width: auto;
        font-family:, sans-serif;
        float: left;
        margin: 0 9px;
        text-transform: uppercase;
        position: relative;
        font-size: 14px;
        color: #fff;
        letter-spacing: 0px !important;
        padding: 54px 20px 35px;
        z-index: 1;
        transition: all ease-in-out 0.5s;
        -o-transition: all ease-in-out 0.5s;
        -ms-transition: all ease-in-out 0.5s;
        -moz-transition: all ease-in-out 0.5s;
        -webkit-transition: all ease-in-out 0.5s;
        /* text-transform: uppercase; */
        text-decoration: none;
        }
        .header_menu_area > ul > li > a:hover {
          color: #fff;
          }
          .header_menu_area > ul > li > a:hover svg {
          fill: #000;
          }
        .header_menu_area > ul > li > a::after {
          content: '';
          position: absolute;
          width: 100%;
          color: #fff !important;
          text-decoration:none !important;
          height: 0px;
          background: transparent;
          left: 0;
          bottom: 0;
          z-index: -1;
          transition: all ease-in-out 0.5s;
          -o-transition: all ease-in-out 0.5s;
          -ms-transition: all ease-in-out 0.5s;
          -moz-transition: all ease-in-out 0.5s;
          -webkit-transition: all ease-in-out 0.5s;
          color: white;
          }
        .header_menu_area > ul > li > a:hover::after {
          height: 100%; }
   

.active-menu{
  background: #0A6A26;
  color: #ffffff !important;
  /* border-bottom: solid 4px #0f703a; */
}


@media (max-width: 1024px) {

    .header_menu_area > .mob_nav > div:nth-child(1) {
        top: 2px;
    }

    .header_menu_area > .mob_nav > div:nth-child(2), .header_menu_area > .mob_nav > div:nth-child(3) {
        top: 11px;
        width: 84%;
        float: right;
        right: 0;
        left: inherit;
    }

    .header_menu_area > .mob_nav > div:nth-child(4) {
        top: 21px;
        width: 63%;
        left: inherit;
        right: 0;
    }

    .mob_nav.open > div:nth-child(1), .mob_nav.open > div:nth-child(4) {
        left: 50%;
        top: 18px;
        width: 0%;
    }

    .mob_nav.open > div:nth-child(2) {
        background: #cba104;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
    }

    .mob_nav.open > div:nth-child(3) {
        background: #ae812b;
        -webkit-transform: rotate(-45deg);
        /* transform: rotate(-45deg); */
        -ms-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
    }

    .header_menu_area > ul > li > a::after {
        width: 0px;
        height: 100%;
        /* background: #ee7325; */
    }

    .header_menu_area > ul > li > a:hover::after {
        width: 4px;
    }

   
}
@media (min-width:1025px) and (max-width:1200px){
    .header_menu_area > ul > li > a {
    width: auto;
    float: left;
    margin: 0 15px;
    position: relative;
    font-size: 13px;
    /* font-family: 'Montserrat', sans-serif !important; */
    font-weight: 400;
    color: #fff;
    letter-spacing: 0px !important;
    padding: 63px 3px 26px;
    }
}




@media(min-width:1201px) and (max-width:1307px){
    .header_menu_area > ul > li > a{
        padding-left:9px;
        padding-right:9px;
    }
    .header_menu a svg{
        left:19px;
    }
}
@media (max-width: 500px) {
    .header_user_area {
        right: calc(5% + 55px);
    }

    .header_user_area .header_user {
        padding: 23px 18px 23px 0px;
    }

    .header_user_area .header_user > img {
        width: 30px;
        height: 30px;
    }

    .header_user_area .header_user > span {
        display: none;
    }

    .header_user_area > .header_login {
        margin: 0 5px 0 0;
    }
}

.header_menu_area > ul li ul.submenu {
    *display: none;
    opacity: 0;
    margin-top: 10px;
    visibility: hidden;
    position: absolute;
    width: 210px;
    height: auto;
    overflow: hidden;
    background: #fff;
    margin-left: 25px !important;
    box-shadow: 0 0 3px rgba(0,0,0,0.15);
    -moz-box-shadow: 0 0 3px rgba(0,0,0,0.15);
    -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.10);
    transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}

.main_header_block {
    width: 100%;
    float: left;
}

.header_logo {
    width: auto;
    float: left;
    z-index: 999;
    position: relative;
    /* margin-top: 10px; */
}
.contact_full {
    width: 100%;
    float: left;
    margin-top: 60px;
}
.icon_box_05.ib5_left {
    padding-top: 0;
    padding-left: 59px;
    text-align: left;
    margin-bottom: 30px;
}
.chairman-sec{
  background-color: #4B514F;
  float: left;
  width: 100%;
  padding: 50px 0;
  position: relative;
}
.chairman-sec p{

padding: 0 12px;

color: #fff;

font-size: 14px;

line-height: 28px;
}
.chairman-sec h2{
  
color: #fff;
  
font-size: 25px;
  
font-weight: 700;
  
float: left;
  
width: 100%;
  
margin-bottom: 30px;
  
padding: 0 12px;
}
.chairman-sec img{
  
float: left;
  
position: relative;
}
.chairman-sec h5{
  
background: url('../images/quote.png');
  
float: right;
  
width: 500px;
  
text-align: right;
  
line-height: 30px;
  
color: #fff;
  
font-size: 18px;
  
font-weight: 600;
  
background-repeat: no-repeat;
  
background-position: 0 -2%;
  
padding-top: 30px;
}
.chairman-sec h6{
  
position: absolute;
  
bottom: -23px;
  
text-align: center;
  
background: #1f6eb7;
  
padding: 10px;
  
width: 77%;
  
color: #fff;
  
left: 25px;
  
border-radius: 30px;
  
font-size: 15px;
  
text-transform: capitalize;
}
.icon_box_05 {
    position: relative;
    padding-top: 59px;
    text-align: center;
}
.icon_box_05.ib5_left i {
    left: 0;
    top: 0;
    bottom: 0;
    right: auto;
    margin: auto 0;
}
.branch-new .owl-next{
    right: -70px;
    position: relative;
    top: 46px;
    border: 1px solid !important;
    padding: 10px;
}
.branch-new .owl-nav button:hover{
    background: #e1d7d7;
}
.branch-new .owl-nav button:hover img{
    filter: brightness(11);
}
.branch-new .owl-prev{
    left: -70px;
    position: relative;
    top: 46px;
    border: 1px solid !important;
    padding: 10px;
}
.active-class{
    
    /*background: #22479F;*/
}
.active-class svg{
    /*fill:#000;*/

}

.icon_box_05 i {
    width: 120px;
    height: 120px;
    border: 1px solid #ecebff;
    color: #ffffff;
    text-align: center;
    line-height: 118px;
    border-radius: 50%;
    background: #a3238e;
    font-size: 36px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: 0 auto;
}
.icon_box_05.ib5_left .ib5_inner {
    padding: 29px 20px 21px 90px;
}
.ib5_inner {
    border: 1px solid #ecebff;
    padding: 100px 25px 32px;
    background: #fbfbfb;
}
.ib5_inner h3 {
    font-size: 19px;
    line-height: .8;
    letter-spacing: -.52px;
    text-transform: uppercase;
    margin: 0 0 26px;
}
.ham-white{

height: 100%;

padding: 20px 80px;

background: #fff;
}
.ham-right{
    
height: 100%;
}
.ib5_inner p {
    font-size: 14px;
    line-height: 26px;
    color: #959ba9;
    letter-spacing: 0;
    word-break: break-all;
    margin: 0 0 17px;
}
.ib5_inner > a {
    font-size: 14px;
    display: inline-block;
    line-height: .8;
    color: #a3238e;
    font-weight: 500;
    text-transform: capitalize;
}
.sub_title.dark_sub_title {
    color: #a3238e;
    font-weight: 600;
}

.sub_title {
    font-size: 16px;
    color: #c3c8d4;
    letter-spacing: 0;
    text-transform: uppercase;
    font-weight: 500;
    margin: 0 0 20px;
    line-height: .8;
}
.sec_title span {
    font-size: 39px;
    margin-bottom: 16px;
    float: left;
}
.cotactForm {
    position: relative;
}
.iconInput {
    position: relative;
    margin-bottom: 20px;
}
.light_form .iconInput input:not([type="submit"]), .light_form .iconInput textarea {
    font-weight: 400;
    font-size: 13px;
    color: #959ba9;
    border-color: #ecebff;
    margin-bottom: 30px;
}
.iconInput input:not([type="submit"]), .iconInput textarea {
    padding: 0 0 0 50px;
    background: transparent;
    border: none;
    border-bottom: 2px solid #5b6c90;
    display: block;
    width: 100%;
    color: #8b97b1;
    font-weight: 600;
    letter-spacing: 0;
    height: 57px;
    transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -webkit-transition: all ease 300ms;
    -ms-transition: all ease 300ms;
    -o-transition: all ease 300ms;
}
.header_logo img {
    max-width: 100%;
    height: 149px;
    display: block;
    margin-top: 0;
    float: left;
}

.slider_block {
    width: 100%;
    float: left;
    padding: 0;
    position: relative;
}

.ban1 {
    width: 100%;
    float: left;
    background: url('../images/slider1.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 655px;
    background-position: 100%;
}

.ban2 {
    width: 100%;
    float: left;
    background: url('../images/slider1.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 655px;
    background-position: 100%;
}

.header_block {
    width: 100%;
    HEIGHT: 120px;
    float: left;
    position: absolute;
    left: 0;
    top: 0;
    padding: 0 6%;
    z-index: 10;
    background: transparent;
}



.view-serv {
    border: 1px solid #222222;
    border-radius: 50%;
    height: 47px;
    /* margin-top: 20px; */
    position: relative;
    bottom: 7px;
    z-index: 1000;
    width: 47px;
    color: #fff;
    float: left;
    background-color: #222222;
    left: 21px;
}

.view-serv:hover {
    border: 1px solid #b88c2b;
    background-color: #b88c2b;
}

.view-serv svg {
    padding: 12px 10px;
    width: 46px;
}


.enquire {
    background-color: #F36F27;
    color: #fff;
    margin-top: 20px;
    width: 144px;
    float: right;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 25px 12px;
    border-radius: 5px;
}
.years h5{
  
width: 100%;
  
float: left;
  
padding: 5px 15px;
  
font-size: 14px;
  
color: #fff;
  
line-height: 27px;
  
padding-bottom: 18px;
}
.enquire:hover {
    text-decoration: none;
    color: #fff;
    background-color: #000;
}

.slider_block .owl-nav {
    display: none;
}

.slider_block .owl-dots {
    display: none;
}
.service-box img{
    width: 100%;
    float: left;
    height: 170px;
    object-fit: cover;
}
.cta-abt{

width: 100%;

float: left;

/* background: #000; */

/* padding: 50px 0; */
}
.cta-abt h2{

font-size: 18px;

line-height: 30px;

color: #fff;

background: #000;

padding: 32px 20px;

margin: 0;
}
.cta-abt p{

font-size: 17px;

color: #000;

padding: 32px 20px;

margin: 0;
}
.cta-abt a{

border-radius: 30px;

background: #1f6eb7;

float: right;

text-align: center;

color: #fff;

font-size: 15px;

width: 165px;

font-weight: 600;

padding: 15px;

margin-top: 32px;

box-shadow: -2px 1px 3px 0px #23202538;
}
.cta-abt a:hover{
  
text-decoration: none;
  
background: #000;
}
.services_full{

width: 100%;

float: left;

/* box-shadow: -1px 0 4px rgba(0, 0, 0, 0.15); */

background: rgb(244 244 244 / 39%);

/* margin-bottom: 20px*/

/* margin-bottom: 20px; */

padding-bottom: 30px;
}
.services_full img{
    
width: 100%;
    
height: 200px;
    
float: left;
    
object-fit: cover;
    
margin-bottom: 14px;
}
.services_full h2{

font-size: 20px;

float: left;

width: 100%;

margin: 0;

padding: 10px 15px 0;

/* font-weight: 700; */

letter-spacing: 1px;
}
.services_full p{

margin: 0 !important;

padding: 10px 15px !important;

line-height: 28px !important;
}
.service-box {
    width: 100%;
    float: left;
    background: #fff;
    position: relative;
    /* top: 20px; */
    left: 0;
    margin-bottom: 30px;
    height: auto;
}

.service .owl-nav img {
    width: 29px;
    opacity: .7;
    filter: brightness(11);
}

.ban-text {
    padding-top: 235px;
    width: 100%;
    float: left;
}
.service-sec{
    width:100%;
    float: left;
    position: relative;
    margin: 70px 0 15px;
}
.view-serv2 {
    border: 1px solid #ded83a;
    border-radius: 50%;
    height: 47px;
    /* margin-top: 20px; */
    position: absolute;
    bottom: -16px;
    width: 47px;
    color: #fff;
    float: left;
    background-color: #ded83a;
    left: 30px;
}

.view-serv2:hover {
    border: 1px solid #f8901f;
    background-color: #f8901f;
}

.view-serv2 svg {
    transform: rotate(180deg);
    padding: 12px 10px;
    width: 46px;
}
.service-sec-image{
    position: relative;
    height: 435px;
    margin-left: 17px;
    padding-left: 13px;
    /* width: 100%; */
    object-fit: cover;
    /* border-radius: 6px; */
}
.innerban6 {
    width: 100%;
    background-size: cover;
    background: url(../images/slide-6.png);
    height: 350px;
    float: left;
    /* margin-top: 100px; */
    text-align: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 79% 53%;
}
.innerban6 p {
    margin-top: 223px;
    color: #ffffff;
    font-weight: 700;
    width: 100%;
    float: left;
    /* font-style: italic; */
    text-align: center;
    font-size: 28px;
}

.innerban7 {
    width: 100%;
    background-size: cover;
    background: url(../images/slide-7.png);
    height: 350px;
    float: left;
    margin-top: -2px;
    text-align: center;
    background-size: cover;
    background-repeat: no-repeat;
    /* background-position: center; */
}
.innerban7 p {
    margin-top: 223px;
    color: #ffffff;
    font-weight: 700;
    width: 100%;
    float: left;
    /* font-style: italic; */
    text-align: center;
    font-size: 28px;
}
.innerban8 {
    width: 100%;
    background-size: cover;
    background: url(../images/slide-8.png);
    height: 350px;
    float: left;
    /* margin-top: 100px; */
    text-align: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.innerban8 p {
    margin-top: 223px;
    color: #fff;
    font-weight: 700;
    width: 100%;
    float: left;
    /* font-style: italic; */
    text-align: center;
    font-size: 28px;
}
.service-border{
    
margin-left: 25px;
    
float: left;
    
width: auto;
    
margin-bottom: 20px;
}
.service-sec h2{

font-size: 25px;

margin-left: 25px;

color: #131316;

margin-top: 15px;

font-weight: 400;
}
.service-sec h1{

font-size: 25px;

color: #131316;

font-weight: 700;

margin-left: 25px;
}
.service-sec p{
    
margin-left: 25px;
    
font-size: 14px;
    
float: left;
    
line-height: 28px;
    
color: #070707;
    
margin-bottom: 0;
    
padding: 5px 0;
}
.service-text-full h4{
    
font-size: 15px;
    
font-weight: 500;
}
.ban-text h1 {
    font-size: 37px;
/*    font-family: 'Baloo Paaji 2', cursive  !important; width: 100%;
*/    /* font-family: 'Oswald'; */
    position: relative;
    color: #fff !important;
    font-weight: 400;
}

.ban-text h1 span {
    font-weight: 700;
}
.get-in-touch{

width: 100%;

float: left;

margin-top: 40px;
}
.get-in-touch h2{

font-size: 35px;

font-weight: 700;

color: #101010;
}
.get-in-touch h2 span{

color: #a31c20;
}
.get-in-touch h3{

font-size: 20px;

font-weight: 700;

color: #a31c20;

margin: 10px 0;
}
.get-in-touch p{
    
font-size: 14px;
    
line-height: 26px;
    
color: #101010;
    
margin-bottom: 36px;
}
.abt-icons {
    position: absolute;
    /* border: 1px solid #ccc; */
    top: -22px;
    right: 15px;
    /* box-shadow: 0px 1px 0px 1px #eae4e4; */
    z-index: 99;
    padding-top: 9px;
    width: 47px;
    font-weight: 700;
    font-size: 21px;
    height: 47px;
    border-radius: 50%;
    text-align: center;
    background: #fff;
}

.abt-icons svg {
    margin: 12px 10px;
    width: 26px;
    fill: #310903;
    height: 24px;
}

.view-abt svg {
    padding: 12px 10px;
    width: 39px;
}

.view-abt:hover {
    border: 1px solid #222222;
    background-color: #222222;
}

.ban-text h1:after {
    /* position: absolute; */
    /* content: ''; */
    height: 2px;
    top: 8px;
    left: 192px;
    width: 57px;
    background-color: #ed2424;
}

.pro-overlay h5:after {
    position: absolute;
    content: '';
    height: 2px;
    top: 8px;
    left: 145px;
    width: 16px;
    background-color: #fff;
}
.menu-img{transition: all ease-in-out .5s;width: 100%;border-radius: 20px;height: 117px;object-fit: cover;}
.menu-img:hover{
    /* transform:scale(1.5); */
    filter: grayscale(1);
}
.menu-text{

width: 100%;

float: left;

margin-top: 25px;
}
.menu-text h2{

font-size: 18px;

font-weight: 700;

margin: 0;

color: #000;
}
.menu-text p{

margin: 0 !important;

font-size: 14px;
}
.menu-text span{

font-size: 14px;

font-weight: 600;

color: #000;
}
.menu-image{
  overflow: hidden;
  transition: all ease-in-out .5s;
  /* border-radius: 20px; */
  margin-bottom: 30px;
  cursor: pointer;
  width: 100%;
}
.panel-quote img{
    position: relative;
    top: 63px;
}
.conatct-ad-sec {
    width: 100%;
    float: left;
    margin-top: 35px;
    margin-bottom: 40px;
}

.location-text {
    float: left;
    width: 100%;
    text-align: center;
    text-align: -webkit-center;
    padding-bottom: 5px;
    text-align: -moz-center;
}

.location_titel {
    float: left;
    width: 100%;
    color: #000;
    font-weight: 700;
    padding-bottom: 11px;
    font-weight: 600;
    text-align: center;
    padding-top: 10px;
    text-transform: uppercase;
    font-size: 17px;
    /* letter-spacing: -1px; */
}
.slide .owl-theme .owl-dots .owl-dot:focus{
    outline: none !important;
}
.location_address {
    float: left;
    width: 100%;
    font-size: 15px;
    color: #000;
    font-weight: 500;
    text-align: center;
    line-height: 27px;
}
.innerban4 h2{
    margin-top: 190px;
    color: #ffffff;
    font-weight: 700;
    width: 100%;
    float: left;
    /* font-style: italic; */
    text-align: left;
    font-size: 24px;
}
.innerban4 {
    width: 100%;
    background-size: cover;
    background: url(../images/slide-9.png);
    height: 350px;
    float: left;
    /* margin-top: 100px; */
    text-align: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 79% 53%;
}
.dte{
    
padding: 5px 10px;
    
z-index: 999;
    
right: 11px;
    
position: absolute;
    
top: -10px;
    
color: #fff;
    
font-size: 13px;
    
border-radius: 32px;
    
background: #a31c20;
}
.innerban4 p {
    /* margin-top: 223px; */
    color: #ffffff;
    font-weight: 400;
    width: 100%;
    float: left;
    /* font-style: italic; */
    text-align: left;
    font-size: 18px;
}

.innerban3 {
    width: 100%;
    background-size: cover;
    background: url(../images/slide-3.png);
    height: 350px;
    float: left;
    /* margin-top: 100px; */
    text-align: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 79% 53%;
}
.innerban3 p {
    margin-top: 223px;
    color: #ffffff;
    font-weight: 700;
    width: 100%;
    float: left;
    /* font-style: italic; */
    text-align: center;
    font-size: 28px;
}
.ban-text h2 span {
    color: #2ba649;
    font-weight: 700;
}

.abt-icons:hover {
    background-color: #ded83a;
}

.abt-icons:hover svg {
    fill: #fff;
}

.ban-text p {
    float: left;
    width: 100%;
    font-size: 14px;
    line-height: 25px;
    padding: 6px 92px 0 0;
    font-weight: 400;
     
    color: #000;
}




.ban-text h2 {
    color: #000;
     
    font-size: 45px;
    line-height: 58px;
    padding-top: 0;
    font-weight: lighter;
}
.close_form {
    display: block;
    position: absolute;
    width: 40px;
    height: 40px;
    right: -50px;
    top: -35px;
    background: transparent url(../images/close.svg) no-repeat center center;
    background-size: 20px 20px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    border: none;
    cursor: pointer;
}


.ftr-right {
    width: 100%;
    float: left;
    padding: 73px 20px 0;
}

.ftr-right p {
    color: #fff;
    font-size: 19px;
    position: relative;
    font-weight: 400;
    padding: 1px 101px 47px 0;
    border-bottom: 1px solid #0f1119;
}
.vm .owl-theme .owl-dots, .owl-theme .owl-nav{
    text-align: left;
}
.vm .owl-theme .owl-dots .owl-dot {
    display: inline-block;
    z-index: 999;
    cursor: pointer;
    zoom: 1;
    background: transparent;
    text-align: center;
    border: none;
    top: -179px;
    left: 85px;
    /* right: 83px; */
    position: relative;
}

.vm.owl-theme .owl-dots .owl-dot span {
    position: relative;
    z-index: 99;
    width: 10px;
    cursor: pointer;
    height: 10px;
    margin: 5px 0px;
    border: 2px solid #ffdb5c;
    background: #ffdb5c !important;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}
.vm .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #fff!important;
    border: none;
}
.explore {
    background: transparent;
    color: #000;
    margin-top: 15px;
    float: left;
     
    ; /* height: 48px; */
    border-left: 2px solid #ED2424;
    border-bottom: 2px solid #ED2424;
    text-align: center;
    /* width: 143px; */
    /* border-radius: 4px; */
    font-weight: bold;
    font-size: 13px;
    padding: 0 13px 9px;
}

.social-hd {
    float: right;
    margin: 35px 20px;
}

.social-hd a {
    width: auto;
    margin: 3px 5px;
    float: right;
}

.social-hd a svg:hover {
    fill: #a3238e;
}

.quality-red a:hover {
    text-decoration: none;
    color: #fff;
}

.explore:hover {
    background-color: transparent;
    text-decoration: none;
    color: #fff;
}

.invest-btn:hover {
    text-decoration: none;
    background: #fa3b3b !important;
    color: #fff !important;
}
    .blink{
     
    }
    .blink a{
        font-size: 25px;
        color: white;
        animation: blink 1s linear infinite;
    }
@keyframes blink{
0%{opacity: 0;}
50%{opacity: .5;}
100%{opacity: .7;background: #06070aa3;}
}
.career-box {
    margin-bottom: 20px;
    background: #fff;
    padding: 25px !important;
    box-shadow: -1px 0 4px rgba(0, 0, 0, 0.15);
}


.mission-sec {
    width: 100%;
    float: left;
    text-align: center;
}



.panel-call {
    padding: 38px 0;
    border-right: 1px solid #ccc;
    text-align: center;
    float: left;
    width: 100%;
}

.panel-call img {
    float: left;
}

.panel-call p {
    float: left;
    font-size: 12px;
    padding: 3px 5px;
    font-weight: 600;
    margin-bottom: 0;
    color: #444141;
}

.panel-icons-rt {
    width: 100%;
    float: left;
}

.panel-icons-rt a img {
    margin: 0 20px;
}
.iconInput i {
    position: absolute;
    /* left: 20px; */
    top: 0;
    font-size: 14px;
    letter-spacing: -.42px;
    color: #a3238e;
    height: 57px;
    line-height: 57px;
}
.service .owl-nav {
    float: left;
    width: 100%;
    text-align: center;
}

.service .owl-next {
    position: relative;
    /* top: -111px; */
    padding: 4px 0px;
    background: transparent;
    /* left: -464px; */
}

.service .owl-prev {
    position: relative;
    padding: 4px 0px;
    /* top: -111px; */
    background: transparent;
    /* left: -453px; */
}

.panel-icons-rt a {
    padding-top: 31px;
    float: left;
}

.dot {
    /* padding-top: 50px; */
    /* float: left; */
}

.bg-orange {
    background: #f36f27;
    padding: 25px 0 !important;
    float: right !important;
}

.panel-bar .col-md-6 {
    padding-right: 0;
}

.panel-form {
    width: 240px;
    float: left;
    min-height: 460px;
    top: -193px;
    z-index: 200;
    padding: 20px 15px;
    position: absolute;
    background-color: #7D7A7B;
}
@media screen and (max-height: 450px){
.sidenav {
    padding-top: 0;
}
.sidenav a {
    font-size: 18px;
}

}
.ham-nav svg{
    fill: #656363;
    height: 34px;
    /*margin-top: 10px;*/
}
.ham-nav{
    float: right;
    /* font-size: 30px; */
    cursor: pointer;
    padding-left: 10px;
    /* background: #e8e8e8; */
    /* padding: 37px 12px; */
    margin-top: 53px;
}
.sidenav a {
    padding: 8px 0;
    text-decoration: none;
    -moz-transition: all ease-in-out .5s;
    font-size: 14px;
    transition: all ease-in-out .5s;
    color:rgb(255 255 255 / 79%);
    text-align: left;
    -webkit-transition: all ease-in-out .5s;
    position: relative;
    display: block;
    /* transition: 0.3s; */
    /* border-bottom: 1px solid #F2F2F2; */
    font-weight:normal;
}
.sidenav a:hover{
  text-decoration: none;
  opacity: .9;
}
.sidenav {
    float: left;
    height: 100%;
    /* border-top: 1px solid #ad6062; */
    width: 100%;
    position: fixed;
    height: 0;
    padding: 0;
    z-index: 9999;
    top: 0;
    right: 0;
    background-color: #000000;
    overflow-x: hidden;
    transition: 0.5s;
}
.panel-form h2 {
    font-size: 20px;
    line-height: 28px;
    font-weight: 100;
    color: #fff;
}
.head-quote1{
    color: #fff !important;
    background: #06070A;
    padding: 4px 10px 5px 4px !important;
    border-radius: 28px;
    font-size: 11px !important;
    margin-top: 7px !important;
    margin-right: 10px;
    /* width: 118px !important; */
    border: 2px solid transparent;
    margin-bottom: 0 !important;
}
.input-set {
    width: 100%;
    float: left;
    margin: 10px 0;
}

.input-set input {
    background: transparent;
    border: 1px solid #ccc;
    font-size: 300;
    color: #fff;
    padding: 8px 10px;
}

.panel-form p {
    font-size: 13px;
    color: #fff;
    float: left;
    line-height: 24px;
    font-weight: 300;
    padding: 5px 3px 5px 0;
}

.panel-form button {
    background: #B5B3B4;
    border: none;
    text-align: center;
    margin: auto;
    display: block;
    font-size: 14px;
    color: #000;
    cursor: pointer;
    padding: 10px 20px;
}



.view-abt {
    /* border: 1px solid #fff; */
    border-radius: 50%;
    height: 40px;
    width: 40px;
    color: #fff;
    background: #B88C2B;
    float: left;
    text-transform: uppercase;
}

.table{
        animation: rotate 5s infinite linear;
}




.contact-snd {
    text-transform: uppercase;
    /* border-radius: 100px; */
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 20px;
    font-style: normal;
    font-stretch: normal;
    border: none;
    line-height: normal;
    /* letter-spacing: 1.8px; */
    width: 100%;
    /* border-radius: 5px; */
    text-align: center;
    padding: 15px 42px;
    border: none;
    background: #a31c20;
    color: #fff;
    float: right;
    margin-top: 11px;
    /*    border: solid 2px #a3238e;
*/
    cursor: pointer;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}
.contact-snd:hover{
    background-color: #101010;
}


.investimg-new img {
    width: 100%;
    border-radius: 5px;
    height: 471px;
    width: 100%;
    float: left;
    object-fit: cover;
}
.investimg-new {
    width: 100%;
    float: left;
    margin-top: 0px !important;
}





.pro-img{margin-bottom: 30px;position: relative;overflow: hidden;width:100%;border-top-right-radius: 4px;float: left;}
.pro-img img{
    position: relative;
    border-top-right-radius: 5px;
    width: 100%;
    float: left;
    border-top-left-radius: 5px;
    height: 350px;
    transition: all ease-in-out .5s;
    object-fit: cover;
    }
.pro-img img:hover{
    
transform: scale(1.5);
}
.pro-img h6{
        font-size: 16px;
        font-weight: 600;
        float: left;
        color: #ffffff;
        text-align: center;
        /* margin-top: -60px; */
        background: rgba(0, 0, 0, 0.69);
        position: absolute;
        z-index: 111;
        left: 0;
        padding: 14px;
        width: 100%;
        bottom: -8px;
}


.modal-content {
    border-radius: 0 !important;
}
}
.modal-img {
    width: 100%!important;
    height: 186px!important;
    object-fit: cover;
}

.free_consult {
    z-index: 999;
    text-align: center;
    color: #fff;
    font-size: 20px;
    width: 100%;
    position: relative;
    bottom: 110px;
}
.modal-heads {
       font-size:18px;
    margin-top: 0px;
    color: #ffffff;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding-top: 13px;
    background:#aa7e14;
    padding-bottom: 13px;
}
.modal-frm input {
    width: 100%;
    padding: 10px 0px 10px 0px;
    outline: none;
    border: none;
    font-size: 13px;
    border: 1px solid #eee;
    margin-top: 20px;
    padding: 10px;
    height: 52px;
}
.modal-frm textarea {
    width: 100%;
    padding: 10px 0px 10px 0px;
    outline: none;
    border: none;
    font-size: 14px;
    border-bottom: 1px solid #eee;
    resize: none;
    margin-top: 20px;
    border: 1px solid #eee;
    margin-top: 20px;
    padding: 10px;
}
.modal-img {
    width: 100%!important;
    height: 186px!important;
    object-fit: cover;
    float: left;
    left: -1px;
    position: relative;
    top: -1px;
}
.close {
    position: absolute;
    right: -30px;
    top: 15px;
    width: 35px;
    height: 35px;
    background: rgba(0, 0, 0, 0.4);
    margin: 20px;
    cursor: pointer;
    padding: 5px;
}
.close:after, .close:before {
    content: '';
    position: absolute;
    top: 25%;
    left: -288px;
    width: 1.5px;
    height: 65%;
    background: #e4e4e4;
}
.close:after {
    transform: translate(-50%, -50%) rotate(-45deg);
}
.close:before {
    transform: translate(-50%, -50%) rotate(45deg);
}
.modal-submit {
    padding: 14px 23px 10px 20px;
    /* float: left; */
    margin: 5px auto 24px;
    display: block;
    width: 170px !important;
    height: 47px;
    cursor: pointer;
    font-size: 13px;
    font-weight: 500;
    color: #fff;
    background: #222222;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 30px;
}
.modal-submit:hover{
    background-color: #B88C2B;
}

.mt-80 {
    margin-top: 80px;
}

.pro-overlay {
    /* position: absolute; */
    /* height: 100%; */
    /* padding: 100px 51px; */
    /* width: 100%; */
    /* background-color: #ed3231e8; */
    /* left:0; */
    /* top: 0; */
    /* display: none; */
}

.pro-overlay h2 {
    font-size: 26px;
    color: #fff;
    font-weight: 500;
}

.pro-overlay h6 {
    font-size: 14px;
    font-weight: 400;
    padding-top: 16px;
    color: #fff;
    float: left;
    line-height: 25px;
}

.pro-overlay h5 {
    font-size: 14px;
    width: 100%;
    text-align: center;
    color: #fff;
    float: left;
    position: relative;
    margin-top: 20px;
}


.serv-line {
    position: relative;
}
.img-branch{
    height: 400px !important;
}
.serv-line::before {
    top: 20px;
    content: '';
    height: 1px;
    width: 100px;
    border: 1px solid #cccccc30;
    left: -101px;
    position: absolute;
}

.serv-line::after {
    top: 20px;
    content: '';
    height: 1px;
    width: 100px;
    border: 1px solid #cccccc30;
    right: -101px;
    position: absolute;
}


.ft-left{
width: 100%;
float: left;
}
.ft-left a{
    margin: 10px;
    width: auto;
    font-size: 15px;
    float: left;
    color: #fff;
}
.ft-left a:hover{
    color:#b54fa5;
    text-decoration: none;
}
.dot{
    
width: 8px;
    
height: 8px;
    
margin: 10px;
    
background: #cecece;
    
float: right;
    
border-radius: 50%;
}
.extra-sec a:hover{
    margin-left: 15px;
    text-decoration: none;
    color: #ffd847 !important;
}



.head-quote{color: #fff !important;background: #620609;padding: 4px 18px 7px !important;border-radius: 5px;margin-top: -17px !important;border: 2px solid transparent;margin-bottom: 0 !important;}

.social-ft a svg:hover{
    fill:#b54fa5;
}
.ftr-quote {
    position: absolute;
    top: 56px;
    left: 18px;
    height: 106px;
    /* width: 124px; */
    opacity: 0.4;
}

.ml-44 {
    margin-left: 64px;
}

.ml-66 {
    margin-left: 90px;
}

.start {
    width: 100%;
    float: left;
    margin-top: 20px;
    height: 159px;
}

.start h2 {
    font-size: 18px;
    font-weight: 500;
    color: #f5f5f5;
    margin-bottom: 10px;
}

.start-soc a svg {
    margin-right: 8px;
    width: 44px;
    margin-top: 8px;
    height: 30px;
}

.start-soc a {
    width: auto !important;
}

.start a {
    width: 100%;
    float: left;
    font-weight: 400;
    font-size: 15px;
    line-height: 36px;
    /* margin: 0 10px; */
    opacity: .7;
    color: #fff !important;
}

.start a:hover {
    text-decoration: none;
    color: #fff;
    opacity: 1;
}

.client {
    float: left;
    width: 100%;
    margin: 10px 0;
    /* position: relative; */
}

.client .owl-nav {
    z-index: -14;
    background: transparent;
    margin-top: 15px;
    /* display: none; */
    text-align: center;
}



.quote-cook {
    position: absolute;
    top: 2px;
    right: 31px;
}


.innerban2 {
    width: 100%;
    background-size: cover;
    background: url(../images/slide4.jpg);
    height: 250px;
    float: left;
    margin-top: 100px;
    text-align: center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.innerban p {
    margin-top: 123px;
    color: #fff;
    font-weight: 700;
    width: 100%;
    float: left;
    /* font-style: italic; */
    text-align: center;
    font-size: 28px;
    /* background: rgb(0 0 0 / 74%); */
    height: 250px;
    margin-top: 0px;
    padding-top: 80px;
}
.innerban9 p {
    color: #fff;
    font-weight: 700;
    width: 100%;
    margin-top: 223px;
    float: left;
    /*    font-style: italic;
*/
    text-align: center;
    font-size: 28px;
}
.innerban9{
    width: 100%;
    background-size: cover;
    background: url(../images/slide-9.png);
    height: 350px;
    float: left;
    /* margin-top: 100px; */
    text-align: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 79% 26%;
}

.service{
    width: 100%;
    float: left;
}
.innerban2 p {
    margin-top: 123px;
    color: #ffffff;
    font-weight: 700;
    width: 100%;
    float: left;
    /* font-style: italic; */
    text-align: center;
    font-size: 28px;
    background: rgb(0 0 0 / 74%);
    height: 250px;
    margin-top: 0px;
    padding-top: 80px;
}
.bc {
    border-top-right-radius: 4px;
    background: #e42e24;
    border-top-left-radius: 4px;
    width: auto;
    color: #ffffff;
    float: left;
    /* display: inline-block; */
    margin: 25px auto 0;
    /* text-align: center; */
    padding: 10px;
}

.bc a {
    color: #ffffff;
    padding: 0 5px;
    font-size: 14px;
}

.bc a:hover {
    color: #fff !important;
    text-decoration: none;
}



.abt-panel h1 {
    /* float: left; */
    /* width: 100%; */
    color: #101010;
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 21px;
    text-align: left;
    margin: 0px;
    margin-bottom: 10px;
    margin-top: 25px;
}

.abt-panel h1 span {
    color: #a31c20;
    font-weight: 700;
}

.contact-tag {
    float: left;
    width: 100%;
     
    font-size: 14px;
    color: rgba(0, 0, 0, 0.93);
    text-align: left;
    /* margin-top: 15px; */
    line-height: 28px;
    margin-bottom: 30px;
    padding-right: 50px;
}

.cnt-padding {
    padding-left: 0px !important;
}

.push-left {
    float: left;
}

.contact-label {
    float: left;
    width: 100%;
    text-align: left;
    font-size: 14px;
    color: #000;
    font-weight: 500;
}

.mct_form {
    border-bottom: 1px solid #b0aaaa;
    color: #272626;
    display: block;
    font-size: 13px;
    /* text-transform: uppercase; */
    height: 50px;
    margin-bottom: 10px  !important;
    padding: 0 20px;
    outline: none;
    background: #ffffff;
    width: 100%;
    padding-left: 0px;
    border: none;
    transition: all 500ms ease;
    border: solid 1px rgba(46, 67, 110, 0.22);
    margin-top: 3px;
    width: 100%;
    float: left;
    padding: 15px;
    margin-top: 17px;
    /* border-radius: 5px; */
}

.cnt-padding {
    padding-left: 0px !important;
}

.info-tag {
    line-height: 29px;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.93);
    margin-top: 9px;
}

.adr-section {
    float: left;
    width: 100%;
    margin-bottom: 15px;
    padding-left: 30px;
}

.adr-section h1 {
    float: left;
    width: 100%;
    color: #000;
    font-size: 30px;
    font-weight: bold;
    margin-top: 0px;
    margin-top: 10px;
    border-bottom: solid 1px #e6e6e6;
    padding-bottom: 16px;
}

.cnt-icons {
    padding-right: 8px;
    font-size: 29px !important;
    color: rgb(43, 166, 73);
}


@media(max-width: 600px) {
    .header-content h1 {
        font-size: 22px !important;
        line-height: 40px;
    }
}
@media(min-width:768px) and (max-width:1070px){
    .branch-new-box .branch-name{
        width: 100% !important;
    }
}


@media(min-width: 320px) and (max-width:410px) {
    .left-area {
        height: 318px;
    }

    .detail-area {
        min-height: 396px;
    }
}

@media(max-width: 575px) {
.gspace1 {
    width: 100%!important;
} 
.gspace2 {
    width: 100%!important;
} 
.gspace3 {
    width: 100%!important;
} 
.gspace4 {
    width: 100%!important;
} 
.gspace5 {
    width: 100%!important;
    margin-top: 0px;
} 
.c-heading h2 br{
    display: none;
}
.bott-content h2 br{
    display: none;
}
.click-link img {
    height: 55px!important;
}
.help {
     padding: 60px 10px!important; 
}

.click-link p {
    font-size: 18px!important;
    }

.gallery-banner{
    height: 300px !important;
}  

.gallery-banner h3 {
    padding-top: 110px !important;
} 

.service-banner {
    height: 300px !important;
}  

.service-banner h3 {
    padding-top: 110px !important;
}      

.contact-banner {
    height: 300px !important;
}  

.contact-banner h3 {
    padding-top: 110px !important;
}      

.form-area1 {
    width: 100%!important;
}
.service-list-sub{
    width: 100%!important;
}

.service-detail-sub {
width: 100%!important;
}   

.f-links a {
    float: none !important;
    padding: 5px !important;
    font-size: 14px !important;
}

.soc-icons a {
    float: none !important;
    margin: auto;
    display: inline-block;
}
.soc-icons {
    float: none !important;
    text-align: center;
}
.f-links {
    text-align: center !important;
}
.soc-icons a img {
    margin-left: 5px !important;
    margin-right: 5px;
}

    .Slide .item .cover .header-content {
    
    padding: 20px 35px 53px 35px;
    }
   .about-image img {
    margin-top: 30px;
   }
.panel-about {
    padding: 70px 0px 0px 0px !important;
}

.choose-sub {
    padding-left: 0px !important;
}
.blog-box {
    border-radius: 10px !important;
    padding-bottom: 20px;
}

.blog-date h5 {
    border-radius: 10px 0px 0px 0px;
}

.blog-box img {
    border-radius: 10px 10px 0px 0px;
    width: 100% !important;
    height: 200px;
    object-fit: cover;
}
.blog-box a {
    text-align: center;
    width: 100% !important;
    padding-left: 0px !important;
}
.blog-box a:after {
    display:none !important;
}
.blog-box h3 {
    text-align: center;
    width: 100% !important;
    padding-left: 0px !important;
}
.blog-box h2 {
    width: 100% !important;
    text-align: center;
    padding-left: 0px !important;
}

.blog-box p {
    padding: 0px 10px !important;
    width: 100% !important;
    text-align: center;
    /* padding-left: 0px !important; */
}
    .header-content h6 span {
    font-size: 30px;
    float: left;
    line-height: 53px;
    width: 100%;
    }
    .header-content h6 {
    font-size: 18px !important;
    text-align:center;
    }
    .features {
    /* margin-top: 20px !important; */
    display: none;
    }
    .slide .item .cover .header-content{
        padding: 71px 0px 0px 0px;
    }
    .slide .owl-item.active p {
    text-align: center;
    }
    .slide .item .cover .header-content a {
    display: table;
    float: none;
    margin-left: auto;
    margin-right: auto;
}
.header-content p br{
    display:none !important;
}
    .about-text {
        text-align: center;
        padding: 0px 0px 0px 0px !important; 
    }
    .about-text a {
    float: none !important;
    }
    
    .choose-panel {
    text-align: center;
    padding: 2px 0px 100px 0px;
    }
    .choose-image {
    width: 100% !important;
    }
    .choose-image img {
    float: none !important;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.choose-content h1 {
    width: 100%;
    margin-top: 20px;
    text-align: center;
}

.moment-panel {
    padding: 70px 20px 70px 20px !important;
}
    .choose-content {
    width: 100% !important;
    text-align: center;
}

.gallery-panel {
    padding: 0px 0 70px 0 !important;
}


.rating-box {
    margin-bottom: 20px;
}
.rating {
    padding: 70px 0 60px 0 !important;
}

.footer-logo {
    float: none !important;
    text-align: center;
}
.footer-logo img {
    float: none !important;
}
.news-btn {
    width: 60% !important;
}
.sub-btn {
    width: 40% !important;
}
.news-info p {
    width: 100%;
    text-align: center;
}
.event-location p {
    width: 100%;
    text-align: center !important;
    margin-right: 0px !important;

}
.event-location {
    text-align: center;
}
.event-location img {
    float: none !important;
    margin-bottom: 10px;
}

.footer {
    padding: 46px 0 26px 0;
}
.rights p {
    width: 100%;
    text-align:center;
}

    .slide{
        max-height: 600px;
    }
    .slide .owl-dots{
        display: none;
    }
   
 
  
    .request-info-box{
        width:100%;
        margin-top:20px;
    }
  
   
    .header_logo img {
        height: 54px;
        margin-top: 16px;
    }

    .client img {
        display: block;
        margin: auto;
    }
    .abpage-content img {
    margin-bottom: 30px;
    width: 100%!important;
}
.abpage-content p{
    text-align: center;
}
.abpage-content h5{
    text-align: center;
}
}




@media(min-width: 575px) and (max-width: 767px){
    .abpage-content img {
    margin-bottom: 30px;
    width: 100%!important;
}
.abpage-content p{
    text-align: center;
}
.abpage-content h5{
    text-align: center;
}
.gspace1 {
    width: 100%!important;
} 
.gspace2 {
    width: 100%!important;
} 
.gspace3 {
    width: 100%!important;
} 
.gspace4 {
    width: 100%!important;
} 
.gspace5 {
    width: 100%!important;
    margin-top: 0px;
} 
.c-heading h2 br{
    display: none;
}
.bott-content h2 br{
    display: none;
}
.click-link img {
    height: 55px!important;
}
.help {
     padding: 60px 10px!important; 
}

.click-link p {
    font-size: 18px!important;
    }

.gallery-banner{
    height: 300px !important;
}  

.gallery-banner h3 {
    padding-top: 110px !important;
} 

.service-banner {
    height: 300px !important;
}  

.service-banner h3 {
    padding-top: 110px !important;
}      

.contact-banner {
    height: 300px !important;
}  

.contact-banner h3 {
    padding-top: 110px !important;
}      

.form-area1 {
    width: 100%!important;
}
.service-list-sub{
    width: 100%!important;
}

.service-detail-sub {
width: 100%!important;
}   

.f-links a {
    float: none !important;
    padding: 5px !important;
    font-size: 14px !important;
}
.blog-box a {
    text-align: center;
    width: 100% !important;
    padding-left: 0px !important;
}
.soc-icons a {
    float: none !important;
    margin: auto;
    display: inline-block;
}
.soc-icons {
    float: none !important;
    text-align: center;
}
.f-links {
    text-align: center;
}
.blog-box a:after {
    display:none !important;
}
    .Slide .item .cover .header-content {
    
    padding: 20px 35px 53px 35px;
    }
   .about-image img {
    margin-top: 30px;
   }
.panel-about {
    padding: 70px 0px 0px 0px !important;
}

.choose-sub {
    padding-left: 0px !important;
}

.blog-box h3 {
    text-align: center;
    width: 100% !important;
    padding-left: 0px !important;
}
.blog-box h2 {
    width: 100% !important;
    text-align: center;
    padding-left: 0px !important;
}

.blog-box p {
    width: 100% !important;
    text-align: center;
    padding-left: 0px !important;
}
    .header-content h6 span {
    font-size: 30px;
    float: left;
    line-height: 53px;
    width: 100%;
    }
    .header-content h6 {
    font-size: 18px !important;
    text-align:center;
    }
    .features {
    margin-top: 20px !important;
    
    }
    .slide .item .cover .header-content{
        padding: 71px 0px 0px 0px;
    }
    .slide .owl-item.active p {
    text-align: center;
    }
    .slide .item .cover .header-content a {
    display: table;
    float: none;
    margin-left: auto;
    margin-right: auto;
}
.header-content p br{
    display:none !important;
}
    .about-text {
        text-align: center;
        padding: 0px 0px 0px 0px !important; 
    }
    .about-text a {
    float: none !important;
    }
    
    .choose-panel {
    text-align: center;
    padding: 2px 0px 100px 0px;
    }
    .choose-image {
    width: 100% !important;
    }
    .choose-image img {
    float: none !important;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.choose-content h1 {
    width: 100%;
    margin-top: 20px;
    text-align: center;
}

.moment-panel {
    padding: 70px 20px 70px 20px !important;
}
    .choose-content {
    width: 100% !important;
    text-align: center;
}

.gallery-panel {
    padding: 0px 0 70px 0 !important;
}

.blog-box {
    border-radius: 10px !important;
    padding-bottom: 20px;
}

.blog-date h5 {
    border-radius: 10px 0px 0px 0px;
}

.blog-box img {
    border-radius: 10px 10px 0px 0px;
    width: 100% !important;
    height: 200px;
    object-fit: cover;
}
.rating-box {
    margin-bottom: 20px;
}
.rating {
    padding: 70px 0 60px 0 !important;
}

.footer-logo {
    float: none !important;
    text-align: center;
}
.footer-logo img {
    float: none !important;
}
.news-btn {
    width: 60% !important;
}
.sub-btn {
    width: 40% !important;
}
.news-info p {
    width: 100%;
    text-align: center;
}
.event-location p {
    width: 100%;
    text-align: center;
}
.event-location {
    text-align: center;
}
.event-location img {
    float: none !important;
    margin-bottom: 10px;
}

.footer {
    padding: 46px 0 26px 0;
}
.rights p {
    width: 100%;
    text-align:center;
}

    .slide{
        max-height: 600px;
    }
    .slide .owl-dots{
        display: none;
    }
   
 
  
    .request-info-box{
        width:100%;
        margin-top:20px;
    }
  
   
    .header_logo img {
        height: 54px;
        margin-top: 16px;
    }

    .client img {
        display: block;
        margin: auto;
    }
}





@media(max-width: 767px) {

    .slide .item .cover{
        padding: 0;
        top: -17px;
    }
    .service-side{
        display: none;
    }
    .service .owl-nav{
        display: none;
    }
    .view-serv{
        right: 24px;
    }
    .service-sec-image{
        width: 100%;
        margin-left: 0;
        padding-left: 0;
    }
    .panel-text-quote{
        left: 20px;
        top: 10px;
        left: 0;
        padding: 0 20px;
        width: 100%;
        font-size: 24px;
        float: left;
    }
    
    .panel-quote img{
        top:18px;
    }
   /* .msg-box{
        display: none;
    }
 
    .hide-mob {
        display: none;
    }

    .ml-44 {
        margin-left: 0;
    }

    .ml-66 {
        margin-left: 0;
    }
*/
   

 
    .service .owl-next {
        position: relative;
        top: -600px;
        background: #FBFBFB !important;
        left: 0;
    }

    .service .owl-prev {
        position: relative;
        top: -600px;
        background: #fbfbfb !important;
        left: 0;
    }

    .extra-serv {
        display: none;
    }

    .service-text {
        position: relative;
        left: 0;
        width: 100%;
        top: 75px;
        float: left;
        padding: 0 30px;
    }

   

    .cnts-paddings {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

  
    .detail-area {
        left: 0;
        top: 0;
    }

    .left-area {
        left: 0;
        top: 0;
    }

    .ban-text p {
        padding: 0;
    }

    .ban-text {
        padding-top: 147px;
    }

    .join-img {
        display: flex;
        float: left;
    }

    .quality-red {
        left: 0;
    }

    .invest-btn {
        float: left !important;
    }

  

   

    .close_form {
        right: -25px;
        top: -14px;
        z-index: 100;
    }

    .links a {
        width: 49%;
    }
}

@media(max-width: 991px) {
    
   .table{
    width: 100%;
   }
    .social-hd {
        display: none;
    }

    .form-pad {
        padding: 0;
    }

    .panel-12 .ryt-pad {
        padding-right: 15px;
    }

    .panel-12 .lft-pad {
        padding-left: 15px;
    }

    .btm-icon img {
        margin: 0;
    }

    .enquire {
        float: left;
        width: 100%;
        background: #000;
    }

    .panel-sec {
        display: none;
    }
}

@media(min-width: 768px) {
    .slide .item {
    /*height: 100vh;*/
    position: relative;
}

    .view-mob {
        display: none;
    }

}

@media(min-width: 992px) and (max-width: 1200px){
    
.about-text {
    padding: 0px 0px 0px 30px !important;
}
    .blog-box {
    border-radius: 10px !important;
}

.blog-date h5 {
    border-radius: 10px 0px 0px 0px;
}

.blog-box img {
    width: 50% !important;
}
.blog-box p {
    padding: 0 10px;
    padding-left: 11px !important;
}
    .blog-box a {
    width: 50% !important;
    padding-left: 11px !important;
}
.blog-box a:after {
    display:none !important;
}
.blog-box h3 {
    width: 50% !important;

    padding-left: 11px !important;
}
.blog-box h2 {
    width: 50% !important;
    padding-top: 10px !important;
    padding-left: 11px !important;
}

.blog-box p {
    width: 50% !important;
    padding-left: 11px !important;
}
}

@media(min-width: 768px) and (max-width: 991px) {
    .choose-sub {
    padding-left: 0px!important;
}
.choose-content {
    float: left;
    padding-left: 30px;
}
    .about-text {
    padding: 0px 0px 0px 0px!important;
}
.blog-box {
    border-radius: 10px !important;
    padding-bottom: 20px;
}

.blog-date h5 {
    border-radius: 10px 0px 0px 0px;
}

.blog-box img {
    border-radius: 10px 10px 0px 0px;
    width: 100% !important;
    height: 200px;
    object-fit: cover;
}
.blog-box p {
    padding: 0 10px;
    }
    .blog-box a {
    text-align: center;
    width: 100% !important;
    padding-left: 0px !important;
}
.blog-box a:after {
    display:none !important;
}
.blog-box h3 {
    text-align: center;
    width: 100% !important;
    padding-left: 0px !important;
}
.blog-box h2 {
    width: 100% !important;
    text-align: center;
    padding-left: 0px !important;
}

.blog-box p {
    width: 100% !important;
    text-align: center;
    padding-left: 0px !important;
}

    .header_logo img {
    height: 79px;
    margin-top: 6px;
}

    .ftr-logo img{
        height: auto;
    }
  

    .service-text-new {
        position: relative;
        left: -29px;
        top: 38px;
    }

    .extra-serv-new {
        position: absolute !important;
        top: -1px;
        width: 100% !important;
        height: 500px;
        right: 0;
        background: #FBFBFB;
    }

    .service-text-new h2 {
        font-size: 26px;
        color: #131316;
        font-weight: 700;
    }

    .service-text-new p {
        font-size: 13px !important;
        line-height: 27px !important;
        margin-top: 0 !important;
    }

    .service-box {
        /* height: 316px; */
        /* left: 0; */
    }

    .service .owl-next {
        top: -165px;
        left: -356px;
    }

    .service .owl-prev {
        top: -165px;
        left: -354px;
    }

    .service-text {
        position: relative;
        left: -53px;
        top: 25px;
    }

    .service-text p {
        font-weight: 400;
        margin-top: 2px;
        color: #070707;
        font-size: 12px;
        line-height: 26px;
    }

    .extra-serv {
        top: 85px;
    }

    

    .start a {
        line-height: 25px;
    }

   


    
    .join-img {
        width: 100%;
        float: left;
    }

    .detail-area {
        padding: 4% 15px;
    }

    .left-area {
        padding: 4% 15px;
    }

    .detail-area p {
        font-size: 13px;
    }

    .left-area h2 {
        font-size: 24px;
    }

    .serv-img-sec img {
        width: 100%;
        float: left;
        height: 320px;
        object-fit: cover;
    }

    .main-off p {
        padding: 7px 0 0 25px;
    }

    .main-off h2 {
        margin: 5px 25px 0;
    }

    .quote-sec img {
        float: left;
        width: 70px;
    }

    .quote-sec h6 {
        font-size: 25px;
        font-weight: 100;
        float: left;
        padding-left: 30px;
        padding-top: 28px;
        line-height: 45px;
        width: auto;
    }

    .quote-sec {
        padding: 0;
    }

     
}

@media(min-width: 992px) and (max-width: 1024px) {
    .ban-text h2 {
        font-size: 25px;
    }

    .panel-call p {
        float: left;
        font-size: 10px;
        padding: 3px 0px;
    }

    .panel-call p {
        float: left;
        font-size: 10px;
        padding: 3px 0px;
    }
}
@media(min-width:576px) and (max-width:1127px){
  
}
    .slide-image {
    /* width: 100%; */
    /* height: 630px; */
    object-fit: cover;
}
.header-top-area a:hover svg{
    fill: #ffe200;
}
.sub-menu-1{
  position: absolute;
  top: 58px;
  padding: 5px 20px;
  left: 0;
  right: 0;
  background-color: #222222;
  overflow: hidden;
  width: 210px;
  height: 0;
  transition: .5s ease;
  z-index: 6000;
}
.sub-menu-1 li{
    float:left;
    text-align:left;
    width:100%;
    list-style:none;
    padding: 5px 0;
}
.sub-menu-1 li a:hover{
    text-decoration:none;
    color:#b88c2b;
}
.sub-menu-1 li a{
    font-size: 14px;
    color:#fff;
}
.sub-menu{
    position:relative;
}
.sub-menu:hover .sub-menu-1{
    height: 135px;
}
.slide .item .cover {
    /* padding: 10px 60px; */
    position: absolute;
    width: 100%;
    height: 100%;
    top: 10px;
    left: 0;
    /* background: rgba(0, 0, 0, 0.6); */
    /* display: flex; */
    /* align-items: center; */
}




.slide .item .cover .header-content {
    /* position: relative; */
    /* margin-top: 40px; */
    margin-left: 50px;
    /* padding: 56px; */
    overflow: hidden;
}
/*.general-h2{
    font-size: 22px;
    text-align: center;
    font-weight: 700;
    margin: 40px 0 0;
}
.mt-58px {
    margin-top: 58px;
    margin-bottom: 0px;
}

.aboutus {
    float: left;
    width: 100%;
    margin-bottom: 50px;
}
.aboutus h2 {
    color: rgba(0, 0, 0, 0.85);
    font-size: 43px;
    float: left;
    width: 100%;
    
    line-height: 56px;
}
.fs40 {
    font-size: 35px !important;
}

.txt-center {
    text-align: center;
}
.aboutus p {
    float: left;
    width: 100%;
    font-size: 14px;
    line-height: 33px;
    color: rgba(0, 0, 0, 0.84);
    padding-top: 9px;
    padding-left: 0px;
    padding-right: 0px;
}
.vmp {
    float: left !important;
    width: 100% !important;
    padding-left: 150px !important;
    padding-right: 150px !important;
    text-align: center;
}
.row-dis {
    display: inherit !important;
}
.service-details img {
    float: left;
    margin-right: 30px;
    margin-top: 15px;
}
.service-details img {
    float: left;
    width:100%;
    margin-right: 30px;
    margin-top: 15px;
}
.service-details{
        float: left;
    width: 100%;
    font-size: 14px;
    line-height: 33px;
    color: rgba(0, 0, 0, 0.84);
    padding-top: 9px;
    padding-left: 0px;
    padding-right: 0px;
}
.mb-dk{
width: 100%;
    height: 250px;
    object-fit: cover;
    margin-top: 20px;
    border-radius: 5px;
    
}
.we-deal {
    margin-bottom: 0;
    margin-top: 0px;
    background: #f2f2f2;
    padding-top: 50px;
    padding-bottom: 0px;
}*/

/*.deal-bg {
        margin-bottom: 30px;
        background: white;
        border-radius: 5px;
        float: left;
        width: 100%;
}*/

@media (max-width: 1999px) and (min-width: 426px){
.mb-ls {
    display: none !important;
}
}
.slide .item .cover .header-content .line {
    /* content: ""; */
    /* display: inline-block; */
    /* width: 100%; */
    /* height: 100%; */
    /* left: 0; */
    /* top: 0; */
    /* position: absolute; */
    /* border: 9px solid #fff; */
    /* -webkit-clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%); */
    /* clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%); */
}

.slide .item .cover .header-content h2 {
    font-weight: 300;
    font-size: 35px;
    color: #fff;
}

.slide .item .cover .header-content h4 {
    font-size: 24px;
    font-weight: 300;
    line-height: 36px;
    color: #fff;
}

.slide .owl-item.active h1 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    animation-delay: 0.3s;
}
.slide .owl-item.active h6 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    animation-delay: 0.3s;
}
.slide .owl-item.active a {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    animation-delay: 0.3s;
}
.slide .owl-item.active p {
    float: left;
    width: 100%;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    animation-delay: 0.3s;
}
.slide .owl-item.active h2 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    animation-delay: 0.3s;
}

.slide .owl-item.active h4 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInUp;
    animation-delay: 0.3s;
}

.slide .owl-item.active .line {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInLeft;
    animation-delay: 0.3s;
}

.slide .owl-nav .owl-prev {
    position: absolute;
    left: 15px;
    top: 43%;
    opacity: 0;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    background: rgba(0, 0, 0, 0.5) !important;
    width: 40px;
    cursor: pointer;
    height: 40px;
    position: absolute;
    display: block;
    z-index: 1000;
    border-radius: 0;
}

.slide .owl-nav .owl-prev span {
    font-size: 1.6875rem;
    color: #fff;
}

.slide .owl-nav .owl-prev:focus {
    outline: 0;
}

.slide .owl-nav .owl-prev:hover {
    background: #000 !important;
}

.general-img{
    
}
.general-img img{
    width:100%;
    float:left;
    border-radius: 5px;
}
.general-text{
    
width: 100%;
    
float: left;
}
.general-text h2{
    
font-size: 22px;
    
font-weight: 700;
    
margin: 0;
}
.general-text p{
    
}

.slide .owl-nav .owl-next {
    position: absolute;
    right: 15px;
    top: 43%;
    opacity: 0;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    background: rgba(0, 0, 0, 0.5) !important;
    width: 40px;
    cursor: pointer;
    height: 40px;
    position: absolute;
    display: block;
    z-index: 1000;
    border-radius: 0;
}

.slide .owl-nav .owl-next span {
    font-size: 1.6875rem;
    color: #fff;
}

.slide .owl-nav .owl-next:focus {
    outline: 0;
}

.slide .owl-nav .owl-next:hover {
    background: #000 !important;
}

.header_menu_area {
    /* width: 100%; */
    float: right;
    /* top: 56px; */
    /* position: absolute; */
    z-index: 9;
    text-align: center;
}

.header_menu_area > .mob_nav {
    display: none;
}

.header_menu_area > ul {
    width: auto;
    display: inline-block;
    margin-top: 15px;
    /* padding: 0 4%; */
    float: right;
    background: transparent;
}

.header_menu_area > ul > li {
    width: auto;
    display: inline-block;
    vertical-align: middle;
}

.header_menu_area > ul > li > a {
    width: auto;
    float: left;
    border-bottom: 3px solid transparent;
    text-decoration: none;
    position: relative;
    font-size: 14px;
    font-weight: 400;
    /* font-family: 'Josefin Sans', sans-serif; */
    /* margin-top: 20px; */
    color: #fff;
    /* line-height: 66px; */
    /* text-transform: uppercase; */
    padding: 16px 3px 3px;
    /* text-transform: uppercase; */
    letter-spacing: 0px !important;
    /*padding: 44px 23px;*/
    margin: 0 19px 37px;
    z-index: 1;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}
.client .owl-nav button img:hover{
    filter:brightness(11);
}
.active-class {
    border-radius: 2px;
    /* background: #1C1413; */
    color: #F1ADBA !important;
    /* border-top: 2px solid #fff; */
    border-bottom: 3px solid #F1ADBA;
}

.header_menu_area > ul > li > a:hover {
    color: #F1ADBA;
    border-bottom: 3px solid #F1ADBA;
    /* background: #1c1413; */
    /* border-top: 2px solid #fff; */
}
.slide{
    /* margin-top: 109px; */
}
.header_menu_area > ul > li > a::after {
    content: '';
    position: absolute;
    width: 100%;
    /* border-bottom: 2px solid #fff; */
    height: 0px;
    /* background: #1c1413; */
    left: 0;
    bottom: -1px;
    z-index: -1;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}

.header_menu_area > ul > li > a:hover::after {
    height: 100%;
}
@media (min-width: 991px) and (max-width: 1024px){
    .header_menu_area > ul {
        padding: 160px 0px 20px 0px !important;
    }
    .header_menu_area > .mob_nav {
        margin: 70px 10px!important;
    }
}
@media (max-width: 1024px) {
    .sub-menu-1{
        width:100%;
    }
    .innerban2{
        margin-top: 72px !important;
    }
    .innerban6{
        margin-top: 71px !important;
    }
    .innerban7{
        margin-top: 72px !important;
    }
    .innerban8{
        margin-top: 72px !important;
    }
    .innerban9{
        margin-top: 77px !important;
    }
 
    .head-quote {
    color: #fff !important;
    background: #a3238e;
    padding: 10px 17px 10px !important;

}
    .header_menu_area {
        position: inherit;
    }

    .header_menu_area > .mob_nav {
        position: relative;
        z-index: 9999;
        display: block;
        float: right;
        width: 25px;
        height: 25px;
        margin: 34px 10px;
        cursor: pointer;
        transform: rotate(0);
        -ms-transform: rotate(0);
        -webkit-transform: rotate(0);
        transition: all ease-in-out 0.5s;
        -o-transition: all ease-in-out 0.5s;
        -ms-transition: all ease-in-out 0.5s;
        -moz-transition: all ease-in-out 0.5s;
        -webkit-transition: all ease-in-out 0.5s;
    }

    .header_menu_area > .mob_nav > div {
        background: #F1ADBA;
        border-radius: 30px;
        -moz-border-radius: 30px;
        -webkit-border-radius: 30px;
        display: block;
        height: 3px;
        left: 0;
        position: absolute;
        transform: rotate(0);
        -ms-transform: rotate(0);
        -webkit-transform: rotate(0);
        transition: all ease-in-out 0.5s;
        -o-transition: all ease-in-out 0.5s;
        -ms-transition: all ease-in-out 0.5s;
        -moz-transition: all ease-in-out 0.5s;
        -webkit-transition: all ease-in-out 0.5s;
        width: 100%;
    }

    .header_menu_area > .mob_nav > div:nth-child(1) {
        top: 2px;
    }

    .header_menu_area > .mob_nav > div:nth-child(2), .header_menu_area > .mob_nav > div:nth-child(3) {
        top: 11px;
    }

    .header_menu_area > .mob_nav > div:nth-child(4) {
        top: 20px;
    }

    .mob_nav.open > div:nth-child(1), .mob_nav.open > div:nth-child(4) {
        left: 50%;
        top: 18px;
        width: 0%;
    }

    .mob_nav.open > div:nth-child(2) {
        background: #F1ADB8;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
    }

    .mob_nav.open > div:nth-child(3) {
        background: #F1ADBA;
        -webkit-transform: rotate(-45deg);
        /* transform: rotate(-45deg); */
        -ms-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
    }

    .header_menu_area > ul {
        width: 100%;
        position: absolute;
        top: -15%;
        left: 0;
        background: #a3238e;
        padding: 88px 0px 20px 0px;
        min-height: 100vh;
        visibility: hidden;
        opacity: 0;
        z-index: -1;
        transition: all ease-in-out 0.5s;
        -o-transition: all ease-in-out 0.5s;
        -ms-transition: all ease-in-out 0.5s;
        -moz-transition: all ease-in-out 0.5s;
        -webkit-transition: all ease-in-out 0.5s;
    }

    .header_menu_area > ul > li {
        width: 100%;
    }

    .header_menu_area > ul > li > a {
        color: #fff !important;
        width: 100%;
        line-height: 30px;
        background: #222222;
        margin: 0;
        padding: 10px 5%;
        text-align: left;
        border-bottom: solid 1px rgb(241 173 186);
    }

    .header_menu_area > ul > li > a::after {
        width: 0px;
        height: 100%;
        background: #ee7325;
    }

    .header_menu_area > ul > li > a:hover::after {
        width: 4px;
    }

    .header_menu_area ul.view {
        visibility: visible !important;
        opacity: 1;
        background: #222222;
        z-index: 100;
        display: block !important;
    }

    .header_user_area {
        right: calc(5% + 70px);
    }
}

@media (max-width: 500px) {
    .header_user_area {
        right: calc(5% + 55px);
    }

    .header_user_area .header_user {
        padding: 23px 18px 23px 0px;
    }

    .header_user_area .header_user > img {
        width: 30px;
        height: 30px;
    }

    .header_user_area .header_user > span {
        display: none;
    }

    .header_user_area > .header_login {
        margin: 0 5px 0 0;
    }
}

.header_menu_area > ul li ul.submenu {
    *display: none;
    opacity: 0;
    margin-top: 10px;
    visibility: hidden;
    position: absolute;
    width: 210px;
    height: auto;
    overflow: hidden;
    background: #fff;
    margin-left: 25px !important;
    box-shadow: 0 0 3px rgba(0,0,0,0.15);
    -moz-box-shadow: 0 0 3px rgba(0,0,0,0.15);
    -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.10);
    transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}

.main_header_block {
    width: 100%;
    float: left;
}

.header_logo {
    width: auto;
    float: left;
    z-index: 9999;
    position: relative;
    /* margin-top: -54px; */
}

/***********************responsive****************/
@media (min-width: 576px){

#get-quote .modal-dialog {
max-width:700px !important;
    }
}
@media(max-width: 600px) {
    .header-content h1 {
        font-size: 22px !important;
        line-height: 40px;
    }
}





.bs .owl-dots {
  display: none;
}
@media(min-width:1400px){
    .panel11 h2{
        margin-top:45px !important;
    }
    .panel1 h2 {
   
/* margin-top: 65px !important; */
}.new-section img {
    /* margin-top: 130px; */
    /* margin-bottom: 64px; */
    /* height: 400px; */
}
}
@media(min-width:1473px){
    .h2-span{
            margin-top: 80px !important;
    }
}







/*2222222222222222222222222*/




.head-button{
    float: right;
    
}


.head-button a{
    float: right;
    margin-top: 40px;
    margin-left: 5px;
    padding: 12px 28px;
    background-color: transparent;
    border: 2px solid #ffffff;
    border-radius: 2px;
    text-decoration: none;
    color: #ffffff;
    font-size: 12px;
}



.head-button a:hover{
    background-color: #22479F;
    text-decoration: none;

}



.ft-panel{
    float: left;
    width: 100%;
    padding: 0px 3%;
}

.features{
    float: left;
    width: 100%;
    padding: 17px 10px;
    z-index: 1;
    position: relative;
    margin-top: -62px;
    background: #F1ADBA;
    border-radius: 10px;
}

.features-sub{
    float: left;
    width: 100%;
    background-color: transparent;

}

.feat-sec{
float: left;
    width: 100%;
    padding: 10px 20px;
    font-size: 13px;
    border-radius: 3px;
    border: 1px solid #ffffff;
}

.ft-btn{
    float: left;
    width: 100%;
    color: #ffffff;
    font-size: 13px;
    padding: 10px;
    border-radius: 3px;
    background: #000000;
    border: 1px solid #000000;
}


@media (max-width:799px){
    .desktop-view{
        display:none;
    }
}

@media (min-width:800px){
    .media-view{
        display:none;
    }


}





/*about-panel*/

.panel-about{
    float: left;
    width: 100%;
    background-size: cover;
    padding: 70px 0px;
}

.about-image{
    float: left;
    width: 100%;
}

.about-image img{
    float: left;
    width: 100%;
}
.about-text{
    padding: 90px 0px 0px 30px;
    float: left;
    width: 100%;
}

.about-text h2{
    float: left;
    width: 100%;
    font-size: 30px;
    color: #F1ADBA;
}

.about-text p{
    float: left;
    width: 100%;
    font-size: 14px;
    line-height: 35px;
}

.about-text a{
    float: left;
    display: inline-block;
    float: left;
    font-size: 12px;
    border: 1px solid #F1ADBA;
    padding: 12px 30px;
    color: #1D1D1D;
    font-weight: 600;
    background-color: #F1ADBA;
    border-radius: 5px;
}

.about-text a:hover {
    background-color: #ffffff;
    color: #1D1D1D;
    text-decoration: none;
    border: 1px solid #F1ADBA;
}

/*about-panel*/



.service-panel{
    float: left;
    width: 100%;
    background-color: #F1ADBA;
    padding: 70px 0px 70px 0px;
}

.service-image{
    float: left;
    width: 100%;
}

.service-image h3{
    float: left;
    width: 100%;
    font-size: 30px;
    color: #000000;
    text-align: center;
    margin-bottom: 40px;
}





.service-image img{
    float: left;
    width: 100%;
    height: 630px;
    object-fit: cover;
}



.ser-cont-panel{
    float: left;
    width: 100%
}
.services-carousal{
    float: left;
    width: 100%;
}

.services-carousal{
    float: left;
    width: 100%;
}

.services-carousal img{
    height: 350px!important;
    object-fit:cover;
}

.service-list{
    float: left;
    width: 100%;
}



.service-list h2{
    line-height: 0px;
    float: left;
    /* width: 100%; */
    font-size: 150px;
    /* margin: 0px; */
    -webkit-text-stroke-width: thin;
    -webkit-text-stroke-color: rgb(255 255 255 / 24%);
    opacity: .7;
    padding-left: 30px;
    margin-top: 150px;
    /* padding-top: 67px; */
    margin-bottom: 129px;
    font-weight: 700;
    color: #0e405900;
}

.ser-cont-panel .owl-carousel.owl-loaded {
    display: block;
    float: left;
    margin-bottom: -37px;
}

.ser-cont-panel .owl-carousel .owl-item .ser-icon img{
     width: 130px!important; 
}

.ser-cont-panel .owl-carousel .owl-nav {
    background: none;
    position: relative;
    top: -37px;
    display: block!important;
    }

.ser-cont-panel .owl-nav{
    float: right;

}

.service-list img{
   float: right;
    width: 130px;
    position: relative;
    top: 200px;
    right: 40px;
    z-index: 9;
}

.service-list-sub {
    position: relative;
    top: -80px;
    float: right;
    width: 93%;
    padding: 25px 16px;
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 2%), 0 6px 20px 0 rgb(0 0 0 / 6%);
}

.service-list-sub h4{
    
float: left;
    
width: 100%;
    
font-size: 15px;
    
color: #F1ADBA;
    
font-weight: 700;
    
/* margin-bottom: 15px; */
}

.service-list-sub p{
    float: left;
    width: 100%;
    font-size: 14px;
    color: #1D1D1D;
    font-weight: 400;
    line-height: 30px;
}

.service-list-sub a{
    float: left;
    display: inline-block;
    float: left;
    font-size: 12px;
    color: #000000;
    font-weight: 600;
}
.service-list-sub a:after {
    position: absolute;
    content: "";
    bottom: 33px;
    left: 103px;
    background-color: #F1ADBA;
    height: 2px;
    width: 40px;
}
.service-list-sub a:hover {
    color: #ffffff;
    text-decoration: none;
}




.choose-panel{
    float: left;
    width: 100%;
    padding: 50px 0px 100px 0px;
}

.choose-sub{
    float: left;
    width: 100%;
    padding-left: 30px;
    padding-top: 70px;
}

.choose-team{
    float: left;
    width: 100%;
    padding: 23px 0px 12px 0px;
}

.choose-border{
    float: left;
    border-bottom: 1px solid #E1DEDE;
    border-top: 1px solid #E1DEDE;
}

.choose-image{
    float: left;
    width: 20%;
}

.choose-content{
    float: left;
    width: 80%;
}
.choose-image img{
    float: left;
    height: 80px;
}

.choose-content h1{
    float: left;
    font-size: 23px;
    font-weight: 700;
    color: #000000;

}

.choose-content h2{
    float: left;
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
    color: #000000;
}


.choose-text h2{
    float: left;
    width: 100%;
    font-size: 30px;
    color: #F1ADBA;
}

.choose-text p{
    text-align: justify;
    float: left;
    width: 100%;
    font-size: 14px;
    line-height: 35px;
}










.blog{
    float: left;
    width: 100%;
    padding: 70px 0px;
    background: #F1ADBA;
}

.bloghead h1 {
    float: left;
    width: 100%;
    font-size: 30px;
    color: #000000;
    text-align: center;
    margin-bottom: 40px;
}
.blog-date{

}

.blog-date h5{
    z-index: 99;
    top: 20px;
    position: absolute;
    float: left;
    background: #000000;
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    padding: 10px 15px;
}

.blog-content h3{
    float: left;
    width: 100%;
    font-size: 14px;
    padding-left: 55px;
    font-weight: 700;
    color: #1b5bab;
    position: relative;
    margin-top: 20px;
}


.blog-content h5{
    margin-top: 10px;
    float: left;
    width: 100%;
    font-size: 46px;
    font-weight: 300;
    line-height: 62px;
    color: #000000;
}

.blog-content p{
    margin-top: 10px;
    float: left;
    width: 100%;
    font-size: 14px;
    font-weight: 300;
    line-height: 30px;
    color: #000000;
}

.blog-box{
    float: left;
    min-height: 270px;
    width: 100%;
    background-color: #ffffff;
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 0 10px 10px 0;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 2%), 0 6px 20px 0 rgb(0 0 0 / 6%);
}

.blog-box img{
    object-fit: cover;
    height: 270px;
    position: relative;
    float: left;
    width: 45%;
    }



.blog-box h2{
    line-height: 25px;
    float: left;
    padding-top: 20px;
    padding-left: 16px;
    width: 55%;
    font-size: 18px;
    font-weight: 700;
    color: #000000;
}
.blog-box h3{
    float: left;
    width: 55%;
    padding-left: 16px;
    font-size: 14px;
    font-weight: 700;
    color: #F1ADBA;
}
.blog-box p{
    float: left;
    width: 55%;
    padding-left: 16px;
    font-size: 14px;
    font-weight: 400;
    color: #000000;
    line-height: 30px;
}
.blog-box a{
    display: inline-block;
    float: left;
    font-size: 12px;
    position: relative;
    color: #000000;
    font-weight: 600;
    width: 55%;
    padding-left: 16px;
    color: #000000;
    text-decoration: none;
}

.blog-box a:hover{
    text-decoration: none;
}

.blog-box a:after {
    position: absolute;
    content: "";
    bottom: 6px;
    left: 82px;
    background-color: #F1ADBA;
    height: 2px;
    width: 40px;
}


.call-action2 {
    float: left;
    width: 100%;
    text-align: center;
}


.call-bg2 {

    padding: 80px 0 130px 0;
}


.call-bg2 h1{
    margin-bottom: 45px;
    font-size: 48px;
    line-height: 60px;
    color: #000000;
    font-weight: 400;
}

.call-nav2 {
    /*float: left;*/
    position: relative;
    font-size: 14px;
    color: #ffffff;
    line-height: 20px;
    font-weight: 600;
    margin-top: 14px;
    padding: 15px 50px;
    border: 1px solid #F1ADBA;
    background: #F1ADBA;
    /* box-shadow: 0 0 40px rgb(0 0 0 / 5%); */
    /* border: none; */
    -moz-border-radius: 30px;
    -webkit-border-radius: 5px;
    cursor: pointer;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    outline: none;
}

/*.call-nav2:hover {

  text-decoration: none;
  color: #ffffff;
  background:  #053444;
   
}*/

.call-nav2:hover {
    background-color: #ffffff;
    color: #000000;
    text-decoration: none;
    border: 2px solid #F1ADBA;
}








.footer{
  float: left;
  width: 100%;
  background-color: #000000;
  padding: 46px 0 60px 0;
  border-bottom: 1px solid #F1ADBA;
}
.footer-logo{
    float: left;
    width: 100%;
}

.footer-logo img{
    float: left;
    width: 104px;
    height: auto;
    margin-bottom: 30px;
}

.footer-logo p{
    float: left;
    width: 100%;
    font-size: 14px;
    color: #ffffff;
    margin: 0px;
    line-height: 30px;
}

.footer-logo p a{
    color: #ffffff;
    text-decoration: none;
}

.f-links{
    float: left;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: right;
}

.f-links a{
    float: none;
    padding-left: 40px;
    font-size: 14px;
    color: #ffffff;
}

.f-links a:hover {
    text-decoration: none;
    color: #F1ADBA;

}

.news-letter{
    float: left;
    width: 100%;
}

.news-letter input{
    float: right;
    padding: 10px;
    font-size: 12px;
}

.sub-btn{
    width: 149px;
    border-radius: 0px 10px 10px 0px;
    border: 0;
    background: #F1ADBA;
    color: #ffffff;
    font-weight: 700;
}

.news-btn{
   width: 352px;
   border-radius: 10px 0px 0px 10px;
   border: 0;
}

.news-info{
    float: right;
    width: 100%;
}

.news-info p{
    float: right;
    font-size: 12px;
    color: #FFFFFF;
    font-weight: 100;
    margin-top: 10px;
}

.event-location{
    float: right;
    width: 100%;
    margin-top: 30px;
}
.event-location img{
    margin-top: 8px;
    float: right;
    width: 35px;
}
.event-location p{
    float: right;
    text-align: right;
    font-size: 16px;
    margin-right: 10px;
    color: #F1ADBA;
    font-weight: 700;
}

.final-footer{
    float: left;
  width: 100%;
  background-color: #000000;
  padding: 19px 0;
}

.rights{
    float: left;
    width: 100%;
}
.rights p{
    float: left;
    color: #ffffff;
    font-size: 14px;
    font-weight: 100;
    margin-top: 10px;
}

.soc-icons{
    float: right;
    width: 100%;
}
.soc-icons a{
    float: right;
}
.soc-icons a img{
    float: right;
    width: 40px;
    margin-left: 10px;
}







.slide .owl-dots{
    float: right;
    text-align: right;
    position: relative;
    top: -400px;
   transform: rotate(90deg);
}

.slide .owl-dots .active{
     background: #22479F!important;
}


.slide .owl-dots button {
    float: right;
    background: #fff!important;
    color: inherit;
    border: none;
    padding: 0 !important;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    margin: 8px;
}

.slide{
    height: 756px;
    float: left;
    width: 100%;
}


@media(max-width: 575px){
.call-bg2 {
    padding: 80px 0px!important;
}

.call-bg2 h1 {
    font-size: 36px;
}

.call-bg {
    padding: 80px 0px!important;
}

.call-bg h1{
    font-size: 36px;
}

.panel-count-sub {
    margin-bottom: 80px;
}

.custom-content h4 {
    font-size: 32px
}

.custom-content {
    width: 100%;
    text-align: center;
     padding-left: 0px; 
}
.features-sub {
    width: 50%;
    text-align: center;
}

.fs-image {
    float: left;
    width: 100%;
    padding-right: 0px;
}

.fs-text {
    float: left;
    width: 100%;
    padding-left: 0px;
}
.fs-text h5 {
    float: none;
    text-align: center;
    }

    .fs-image img {
    float: none;
   /* height: 60px;*/
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.features-sub {
    background-color: transparent;
    margin-bottom: 10px;
    width: 100%;
}
.slide {
    height: 450px;
}

.slide .item {
    height: 450px;
}

.slide .item .cover .header-content {
    top: 49%;
}
.slide .item .cover .header-content {
    margin-left: 0 !important;
}
.slide .item img {
    height: 450px;
}

}













.moment-panel{
    float: left;
    width: 100%;
    padding: 70px 0 70px 120px;
}

.m-head{
    float: left;
    width: 100%;
}

.m-head h2{
    float: left;
    width: 100%;
    font-size: 30px;
    color: #000000;
    text-align: center;
    margin-bottom: 40px;
}

/* Style the video: 100% width and height to cover the entire window */
.moment-item {
  
  width: 100%;
  height: 350px;
  object-fit: cover;
  border-radius: 10px;
}

.moment-image{
    opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}

.m-position {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50px;
  left: 62px;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.moment-item:hover .moment-image {
  opacity: 0.7;
}

.moment-item:hover .m-position {
  opacity: 1;
}

.m-text {
  background-color: #000000;
  color: white;
  font-size: 14px;
  padding: 14px 32px;
}

.moment-c .owl-dots {
    float: none;
    margin-top: 30px;
    background: #F1ADBA;
    border-radius: 25px;
    display: table;
    margin-right: auto;
    margin-left: auto;
    padding: 6px 8px;
}

.moment-c .owl-dots button {
    float: right;
    background: #ffffff !important;
    color: inherit;
    border: none;
    padding: 0 !important;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    margin: 8px 3px;
}

.moment-c .owl-dots .active {
    width: 28px;
    height: 8px;
    border-radius: 25px;
}


/*gallery*/

.gallery-panel{
    float: left;
    width: 100%;
    padding: 70px 0;
}

.gallery-head h1 {
    float: left;
    width: 100%;
    font-size: 30px;
    color: #000000;
    text-align: center;
    margin-bottom: 40px;
}
@media(min-width: 576px){
        .gspace1{
    float: left; 
    height: 494px!important; 
    width: 30% !important;
}
.gedit-1{
    height: 494px!important;
    max-width: 100% !important;
}

.gspace2{
    float: left; 
    height: 494px!important; 
    width: 30% !important;
}
.gedit-2{
    height: 494px!important;
    max-width: 100% !important;
}

.gspace3{
    float: left; 
    height: 342px!important; 
    width: 40% !important;
}
.gedit-3{
    height: 342px!important; 
    max-width: 100% !important;
}

.gspace4{
    float: left; 
    height:382px!important; 
    width: 60% !important;
}
.gedit-4{
    height: 382px!important; 
    max-width: 100% !important;
}

.gspace5{
    float: left; 
    height:534px!important; 
    width: 40% !important; 
    margin-top: -152px;
}
.gedit-5{
    height: 534px!important;
    max-width: 100% !important;
}
}




.ih-item.square.effect6 {
  overflow: hidden;
}
.ih-item.square.effect6.colored .info {
  background: #1a4a72;
  background: rgba(26, 74, 114, 0.6);
}
.ih-item.square.effect6.colored .info h3 {
  background: rgba(12, 34, 52, 0.6);
}
.ih-item.square.effect6 .img {
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.ih-item.square.effect6 .info {
  background: #f1adbab8;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.ih-item.square.effect6 .info h3 {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  font-size: 17px;
  padding: 10px;
  background: #111111;
  margin: 30px 0 0 0;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.ih-item.square.effect6 .info p {
  font-style: italic;
  font-size: 12px;
  position: relative;
  color: #bbb;
  padding: 20px 20px 20px;
  text-align: center;
  -webkit-transition: all 0.35s 0.1s linear;
  -moz-transition: all 0.35s 0.1s linear;
  transition: all 0.35s 0.1s linear;
}
.ih-item.square.effect6 a:hover .img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.ih-item.square.effect6 a:hover .info {
  visibility: visible;
  opacity: 1;
}

.ih-item.square.effect6.from_top_and_bottom .info h3 {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.ih-item.square.effect6.from_top_and_bottom .info p {
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
}
.ih-item.square.effect6.from_top_and_bottom a:hover .info h3,
.ih-item.square.effect6.from_top_and_bottom a:hover .info p {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.ih-item.square.effect6.from_left_and_right .info h3 {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}
.ih-item.square.effect6.from_left_and_right .info p {
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}
.ih-item.square.effect6.from_left_and_right a:hover .info h3,
.ih-item.square.effect6.from_left_and_right a:hover .info p {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

.ih-item.square.effect6.top_to_bottom .info h3 {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.ih-item.square.effect6.top_to_bottom .info p {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.ih-item.square.effect6.top_to_bottom a:hover .info h3,
.ih-item.square.effect6.top_to_bottom a:hover .info p {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.ih-item.square.effect6.bottom_to_top .info h3 {
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
}
.ih-item.square.effect6.bottom_to_top .info p {
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
}
.ih-item.square.effect6.bottom_to_top a:hover .info h3,
.ih-item.square.effect6.bottom_to_top a:hover .info p {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.ih-item.square .info {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}


.img-fluid{
  width: 100%;
}

.productimg{
  width: 100%;
  object-fit: cover !important;
}

.gal-v{
    float: left;
    margin-top: 47px;
    text-align: center;
    width: 100%;
}

.gallery-view {
    text-align: center;
    float: none;
    font-size: 14px;
    color: #1D1D1D;
    line-height: 20px;
    font-weight: 700;
    margin-right: auto;
    margin-left: auto;
    margin-top: 24px;
    padding: 15px 28px;
    border: 2px solid #ffffff;
    background: #F1ADBA;
    box-shadow: 0 0 40px rgb(0 0 0 / 5%);
    /* border: none; */
    -moz-border-radius: 30px;
    -webkit-border-radius: 5px;
    cursor: pointer;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    outline: none;
}


.gallery-view:hover {
    background-color: #ffffff;
    text-decoration: none;
    border: 2px solid #F1ADBA;
}



.info .client_section{
  float: left;
  width: 100%;
}


.info .client_section img{
  float: none;
  width: 30px;
  height: 30px;
  margin-top: 100px;
}

.in-head{
    position: absolute;
    top: 50%;
  float: left;
  width: 100%;
  color: #000000;
  z-index: 99;
  text-align: center;
  font-size: 20px;
}





/*rating***************/

.rating{
    float: left;
    width: 100%;
    padding: 70px 0 90px 0;
}
.rating-head{
    float: left;
    width: 100%;
}
.rating-head h1{
    float: left;
    width: 100%;
    font-size: 30px;
    color: #000000;
    text-align: center;
    margin-bottom: 40px;
}
.rating-box{
    float: left;
    width: 100%;
    padding: 30px 30px;
    border: 1px solid #CBCBCB;
    border-radius: 10px;
}

.r-image-1{
    margin-left: auto;
    margin-right: auto;
    display: block;
    height: 40px;
    width: auto;
    margin-bottom: 10px;
}
.r-image-2{
    margin-left: auto;
    margin-right: auto;
    display: block;
    height: 20px;
    width: auto;
}
.rating-box h5 {
    float: left;
    width: 100%;
    font-size: 14px;
    text-align: center;
    color: #000000;
    margin-top: 10px;
}




/*testimonial************/


.testimonial{
    float: left;
    width: 100%;
    padding: 70px 0 70px 0;
    background-color: #F1ADBA;

}

.testi-head{
    float: left;
    width: 100%;
}
.testi-head h1{
    float: left;
    width: 100%;
    font-size: 30px;
    color: #000000;
    text-align: center;
    margin-bottom: -10px;
}

.testimonial-view{
    float: left;
    width: 100%;
}
.testi-box{
    float: left;
    width: 100%;
    padding: 20px 50px;
    background: #ffffff;
    border-radius: 10px;
}

.testi-image{
    float: left;
    width: 100%;
    text-align: center;
}

.testi-image img{
    position: relative;
    top: 66px;
    width: 130px!important;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.testi-box h3{
    float: left;
    width: 100%;
    font-size: 14px;
    padding: 10px 30px;
    text-align: center;
    font-weight: 400;
    color: #000000;
    line-height: 30px;
}
.testi-box p{
    float: left;
    width: 100%;
    font-size: 14px;
    padding: 0px 30px;
    text-align: center;
    font-weight: 700;
    color: #F1ADBA;
    line-height: 30px;
}

.quote-1{
    float: left;
    width: 55px !important;
}

.quote-2{
    float: right;
    width: 55px !important;
}

.testimonial-view .owl-dots {
    float: none;
    display: table;
    margin-right: auto;
    margin-left: auto;
    margin-top: 30px;
}

.testimonial-view .owl-dots button {
    float: right;
    background: #000000 !important;
    color: inherit;
    border: none;
    padding: 0 !important;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    margin: 4px;
}

.testimonial-view .owl-dots .active{
    float: right;
    background: #ffffff !important;
    color: inherit;
    border: none;
    padding: 0 !important;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    margin: 4px;
}




/*about-page*/
.about-banner{
    float: left;
    width: 100%;
    height: 450px;
    background-size: cover;
    background-image: url("../images/bb1.png");
    padding: 30px;
}
.about-banner h3{
    float: left;
    width: 100%;
    padding-top: 170px;
    text-align: center;
    color: #ffffff;
    font-size: 35px;
    font-weight: 200;
}

.abpage{
    float: left;
    width: 100%;
    padding: 70px 0px 70px 0px;
}

.abpage-content{
    float: left;
    width: 100%;
}


.abpage-content img{
    float: left;
    width: 400px;
    padding-right: 30px;
}

.abpage-content h5 {
    float: none;
    font-size: 30px;
    color: #F1ADBA;
}

.abpage-content p {
    float: none;
    font-size: 14px;
    line-height: 30px;
}



@media (max-width: 575px){
    .about-banner {
    height: 249px;
}
.about-banner h3 {
    padding-top: 80px;
    }
}


/*about-page*/
.contact-banner{
    float: left;
    width: 100%;
    height: 450px;
    background-size: cover;
    background-image: url("../images/bb1.png");
    padding: 30px;
}
.contact-banner h3{
    float: left;
    width: 100%;
    padding-top: 170px;
    text-align: center;
    color: #ffffff;
    font-size: 35px;
    font-weight: 200;
}
.cnt-details{
    float: left;
    width: 100%;
}
.cnt-image{
    float: left;
    width: 60%;
}
.cnt-image img{
    float: left;
    width: 100%;
}





/*help*/

.help{
  float: left;
  width: 100%;
  padding: 60px;
}
.f-heading h1{
  float: left;
  width: 100%;
  font-size: 40px;
  font-weight: 600;
  color: #000000;
  text-align: center;
  margin-bottom: 30px;
}

.f-heading h2{
  float: left;
  width: 100%;
  font-size: 13px;
  font-weight: 400;
  color: #000000;
  text-align: center;
  margin-bottom: 50px;
  line-height: 26px;
}

.click-link{
  float:left;
  width: 100%;
  text-align: center;
  }

  .click-link img{
    height: 100px;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;

  }

  .click-link p{
    float: left;
    width: 100%;
    text-align: center;
    font-size: 24px;
    font-weight: 400;
    color: #000000;
    margin-top: 10px;
  }

/*help-end*/



/*contact-panel*/

.contact-panel{
  float: left;
  width: 100%;
  padding: 60px 0px;
  background-size: cover;
  background-image: url("../images/cnt-b.png");
}

.c-heading h1{
  float: left;
  width: 100%;
  font-size: 40px;
  font-weight: 600;
  color: #ffffff;
  text-align: center;
  margin-bottom: 30px;
}

.c-heading h2{
  float: left;
  width: 100%;
  font-size: 13px;
  font-weight: 400;
  color: #ffffff;
  text-align: center;
  margin-bottom: 30px;
  line-height: 26px;
}

.h-contact-form{
  float: left;
  width: 100%;

}

.h-padd{
  padding: 0px 30px;
}

.ff-padd{
  padding: 0px 30px!important;
}

.sec-2{
  width: 100%;
  float: left;
}

.sec-2 .msg-box{
  width: 100%;
  /*height: 344px;*/
  float: left;
  /* background: #ffffff00; */
}

.form-headd{
  float: left;
  width: 100%;
  color: #ffffff;
  font-weight: 400;
  font-size: 14px;
  margin-top: 30px;
  margin-bottom: 10px; 
}
.sec-2 .msg-box .bodys{
  width: 100%;
  float: left;

  /*height: 248px;*/
  border-radius: 0px 0px 10px 10px;
}
.form-area1 {
    width: 70%;
    /* float: left; */
    margin-left: auto;
    margin-right: auto;
    /* padding: 10px 20px; */
}

.form_div {
    border-bottom: 1px solid #b0aaaa;
    color: #272626;
    display: block;
    font-size: 13px;
    /*height: 40px;*/
    margin-bottom: 10px !important;
    padding: 13px 15px 15px 15px;
    outline: none;
    background: #ffffff;
    width: 100%;
    border: none;
    transition: all 500ms ease;
    border-bottom: solid 1px #e3e3e3;
    border-radius: 5px;
    float: left;
    width: 100%;
}
.titel_normal {
    /* height: 100%; */
    line-height: 26px;
    /* top: 151px; */
    position: absolute;
    width: 35px;
    /* padding-left: 8px; */
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: 5px;
    color: rgba(0, 0, 0, 0.88);
    text-transform: uppercase;
    border-right: solid 1px #D4D4D4;
}


.normal_form {
    
    display: block;
    width:78%;
    font-size: 14px;
    
    color: #18191b96;
    
    outline: none;
    background: #ffffff;
    
    padding-left: 0px;
    border: none;
    transition: all 500ms ease;
    padding: 15px;
    float: left;
    left: 47px;
    position: relative;
    padding: 0px;
    
    padding-top: 2px;
}


.normal_textform {
   width: 100%;
    display: block;
    font-size: 14px;
    color: #18191b96;
    outline: none;
    background: #ffffff;
    padding-left: 0px;
    border: none;
    transition: all 500ms ease;
    padding: 15px;
    float: left;
    padding: 0px;
    padding-top: 2px;
}
.form-bot{
  width: 100%;
  float: left;
}
.form-boto-st {
    /* width: 43%; */
    padding: 15px 80px;
    /* float: left; */
    margin-left: auto;
    margin-right: auto;
    font-size: 14px;
    font-weight: 400;
    display: block;
    background: #F1ADBA;
    color: #fff;
    border: none;
    /* height: 40px; */
    border-radius: 5px;
    margin-top: 35px;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}
.form-boto-st:hover{
  background:#ffffff;
  color:#14469E;
  cursor:pointer;
}
.form-boto-st:focus, active{
 outline: none;
}


.bott-content{
  float: left;
  width: 100%;
}
.bott-content h2{
  margin-top: 35px;
  float: left;
  width: 100%;
  font-size: 13px;
  font-weight: 400;
  color: #ffffff;
  text-align: center;
  line-height: 26px;
}

/*contact-panel end*/




/*service-page-panel*/
.service-banner{
    float: left;
    width: 100%;
    height: 450px;
    background-size: cover;
    background-image: url("../images/bb1.png");
    padding: 30px;
}
.service-banner h3{
    float: left;
    width: 100%;
    padding-top: 170px;
    text-align: center;
    color: #ffffff;
    font-size: 35px;
    font-weight: 200;
}
.service-page{
    float: left;
    width: 100%;
    background-color: #F1ADBA;
    padding: 70px 0px 70px 0px;
}

.service-details{
    float: left;
    width: 100%;
}

.service-details img{
    float: left;
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 10px;
}



.service-detaillist{
    float: left;
    width: 100%;
}



.service-detail-sub {
    min-height: 330px;
    position: relative;
    top: -60px;
    margin-bottom: -10px;
    float: right;
    width: 90%;
    padding: 25px 20px;
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 2%), 0 6px 20px 0 rgb(0 0 0 / 6%);
}

.service-detail-sub h4{
    
float: left;
    
width: 100%;
    
font-size: 20px;
    
color: #F1ADBA;
    
font-weight: 700;
}

.service-detail-sub p{
    float: left;
    width: 100%;
    font-size: 14px;
    color: #1D1D1D;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 0px;
}



/*gallerypage*/
.gallery-banner{
    float: left;
    width: 100%;
    height: 450px;
    background-size: cover;
    background-image: url("../images/bb1.png");
    padding: 30px;
}
.gallery-banner h3{
    float: left;
    width: 100%;
    padding-top: 170px;
    text-align: center;
    color: #ffffff;
    font-size: 35px;
    font-weight: 200;
}


.gallery-page{
    float: left;
    width: 100%;
    padding: 70px 0 60px 0;
    background: #fff2f2;
}
.ih-pageitem.square.effect6 {
  overflow: hidden;
}
.ih-pageitem.square.effect6.colored .info {
  background: #1a4a72;
  background: rgba(26, 74, 114, 0.6);
}
.ih-pageitem.square.effect6.colored .info h3 {
  background: rgba(12, 34, 52, 0.6);
}
.ih-pageitem.square.effect6 .img {
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.ih-pageitem.square.effect6 .info {
  background: #333333;
  background: hsl(195deg 95% 15% / 78%);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.ih-pageitem.square.effect6 .info h3 {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  font-size: 17px;
  padding: 10px;
  background: #111111;
  margin: 30px 0 0 0;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.ih-pageitem.square.effect6 .info p {
  font-style: italic;
  font-size: 12px;
  position: relative;
  color: #bbb;
  padding: 20px 20px 20px;
  text-align: center;
  -webkit-transition: all 0.35s 0.1s linear;
  -moz-transition: all 0.35s 0.1s linear;
  transition: all 0.35s 0.1s linear;
}
.ih-pageitem.square.effect6 a:hover .img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.ih-pageitem.square.effect6 a:hover .info {
  visibility: visible;
  opacity: 1;
}

.ih-pageitem.square.effect6.from_top_and_bottom .info h3 {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.ih-pageitem.square.effect6.from_top_and_bottom .info p {
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
}
.ih-pageitem.square.effect6.from_top_and_bottom a:hover .info h3,
.ih-pageitem.square.effect6.from_top_and_bottom a:hover .info p {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.ih-pageitem.square.effect6.from_left_and_right .info h3 {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}
.ih-pageitem.square.effect6.from_left_and_right .info p {
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}
.ih-pageitem.square.effect6.from_left_and_right a:hover .info h3,
.ih-pageitem.square.effect6.from_left_and_right a:hover .info p {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

.ih-pageitem.square.effect6.top_to_bottom .info h3 {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.ih-pageitem.square.effect6.top_to_bottom .info p {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.ih-pageitem.square.effect6.top_to_bottom a:hover .info h3,
.ih-pageitem.square.effect6.top_to_bottom a:hover .info p {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.ih-pageitem.square.effect6.bottom_to_top .info h3 {
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
}
.ih-pageitem.square.effect6.bottom_to_top .info p {
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
}
.ih-pageitem.square.effect6.bottom_to_top a:hover .info h3,
.ih-pageitem.square.effect6.bottom_to_top a:hover .info p {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.ih-pageitem.square {
  position: relative;
  /* width: 316px; */
   height: 350px; 
  /* border: 8px solid #fff; */
  /* box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3); */
}
.ih-pageitem.square .info {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}


.img-fluid{
  width: 100%;
}

.productimg-1{
  width: 100%;
  object-fit: cover !important;
  height:250px !important;
  margin-bottom: 30px;
}

.image-edit-1{
    height:250px !important;
  margin-bottom: 30px;
}

.page-box1{
  float: left;
  width: 100%;
}





/*blog***********************/

.blog-banner{
    float: left;
    width: 100%;
    height: 450px;
    background-size: cover;
    background-image: url("../images/bb1.png");
    padding: 30px;
}
.blog-banner h3{
    float: left;
    width: 100%;
    padding-top: 170px;
    text-align: center;
    color: #ffffff;
    font-size: 35px;
    font-weight: 200;
}


.blog-page{
    float: left;
    width: 100%;
    padding: 70px 0 60px 0;
    background: #fff2f2;
}





.blogpg{
    float: left;
    width: 100%;
    padding: 70px 0px;
    background: #F1ADBA;
}

.blogpghead h1 {
    float: left;
    width: 100%;
    font-size: 30px;
    color: #000000;
    text-align: center;
    margin-bottom: 40px;
}
.blogpg-date{

}

.blogpg-date h5{
    z-index: 99;
    top: 20px;
    position: absolute;
    float: left;
    background: #000000;
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    padding: 10px 15px;
}

.blogpg-content h3{
    float: left;
    width: 100%;
    font-size: 14px;
    padding-left: 55px;
    font-weight: 700;
    color: #1b5bab;
    position: relative;
    margin-top: 20px;
}


.blogpg-content h5{
    margin-top: 10px;
    float: left;
    width: 100%;
    font-size: 46px;
    font-weight: 300;
    line-height: 62px;
    color: #000000;
}

.blogpg-content p{
    margin-top: 10px;
    float: left;
    width: 100%;
    font-size: 14px;
    font-weight: 300;
    line-height: 30px;
    color: #000000;
}

.blogpg-box{
    float: left;
    /* height: 350px; */
    padding-right: 20px;
    width: 100%;
    background-color: #ffffff;
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 0 10px 10px 0;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 2%), 0 6px 20px 0 rgb(0 0 0 / 6%);
}

.blogpg-box img {
    padding-right: 15px;
    /* height: 350px; */
    object-fit: cover;
    position: relative;
    float: left;
    width: 30%;
}

.blogpg-box h2{
    float: left;
    padding-top: 30px;
    /* padding-left: 16px; */
    width: 70%;
    font-size: 18px;
    font-weight: 700;
    color: #000000;
}
.blogpg-box h3{
    float: left;
    width: 70%;
    /* padding-left: 16px; */
    font-size: 14px;
    font-weight: 700;
    color: #F1ADBA;
}
.blogpg-box p{
    float: none;
    /* width: 70%; */
    padding-left: 16px;
    font-size: 14px;
    font-weight: 400;
    color: #000000;
    line-height: 30px;
}
.blogpg-box a{
    display: inline-block;
    float: left;
    font-size: 12px;
    position: relative;
    color: #000000;
    font-weight: 600;
    width: 55%;
    padding-left: 16px;
    color: #000000;
    text-decoration: none;
}

.blogpg-box a:hover{
    text-decoration: none;
}

.blogpg-box a:after {
    position: absolute;
    content: "";
    bottom: 6px;
    left: 82px;
    background-color: #F1ADBA;
    height: 2px;
    width: 40px;
}