@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.6.0/css/all.min.css');

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
    padding: 0;
    margin: 0;
    list-style-type: none;
    text-decoration: none;
    outline: none;
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
    font-family: "Poppins", sans-serif;
}

h1, h2, h3, h5, h6 {
    font-family: "Poppins", sans-serif;
    margin: 0;
    padding: 0;
}

p {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    padding: 0;
    margin: 0;
    color: #4c4c4c;
    font-weight: 400;
    line-height: 24px;
}

ul, li {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

img {
    max-width: 100%;
    border: none;
}

a {
    text-decoration: none;
    outline: none !important;
}

html {
    scroll-behavior: smooth;
    font-size: 100%;
}

.p-80 {
    padding: 80px 0;
}

.bannertext h1 {
    font-size: 60px;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 15px;
}

.bannertext h1 span {
    font-size: 70px;
    font-weight: 600;
}

.headertext h3 {
    font-size: 44px;
    color: #000;
    margin-bottom: 10px;
    font-weight: 600;
    position: relative;
}

.headertext h3 span {
    color: #345C7E;
}

.headertext h5 {
    font-size: 20px;
    color: #000;
    margin-bottom: 15px;
    font-weight: 600;
    line-height: normal;
}

.headertext h6 {
    font-size: 25px;
    margin-bottom: 10px;
}

.boxtitle h4 {
    font-size: 28px;
    color: #000;
    font-weight: 600;
    margin-bottom: 15px;
}

.smalltitle h5 {
    font-size: 20px;
    color: #000;
    font-weight: 500;
    margin-bottom: 12px;
    line-height: normal;
}

/*[class^=col-] {
    margin-bottom: 30px; 
}*/


/* ======================================================================= */
    /* header start */
/* ======================================================================= */
/*.headerarea {
    background-color: #fff;
    box-shadow: none;
    border-radius: 20px;
    padding: 18px 20px;
    position: relative;
    box-shadow: 0 4px 15px rgb(255 255 255 / 12%);
}*/

.headerarea_in {
    background-color: #fff;
    box-shadow: none;
    border-radius: 20px;
    padding: 18px 20px;
    position: relative;
    box-shadow: 0 4px 15px rgb(255 255 255 / 12%);
}

/*.headerarea::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    width: 97%;
    bottom: -7px;
    height: 8px;
    margin: 0 auto;
    background-color: #919191;
    opacity: 20%;
    border-radius: 0 0 20px 20px;
}*/

.headerarea .logo {
    width: 100%;
    max-width: 170px;
}

.headerarea .logo img {
    width: 100%;
    object-fit: cover;
}

.headerarea .header-contact .call {
    width: 100%;
    min-width: 43px;
    max-width: 43px;
    height: 43px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #F6F7FB;
    background-color: #F6F7FB;
    color: #000000;
    border-radius: 100%;
    margin-left: 10px;
    transition: 0.5s;
}

.headerarea .header-contact .call:hover {
    border-color: #000000;
    background-color: #000000;
    color: #ffffff;
}

.headerarea.fix {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    background-color: #fff;
    border-radius: 0;
    box-shadow: 0 4px 10px rgb(0 0 0 / 10%);
    z-index: 3333;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

.header-right .header-contact .btn {
    margin-right: 10px;
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
/*menu CSS
--------------------------------------------------------------------------------------------------*/
.menu { margin-right: 25px; }
.menu ul {margin:0;padding:0;font-size:0;}
.menu ul li {display:inline-block;padding:0;list-style-type:none;position:relative;vertical-align:middle;}
.menu ul li.active { position: relative; }
.menu ul li.active::before { content: ''; position: absolute; top: -5px; left: 0; width: 100%; max-width: 50px; height: 50px; background-repeat: no-repeat; background-size: contain; background-position: center; background-image: url(../images/menu-active-shape.svg); }
.menu ul li span { position: absolute; top: 45%; right: 10px; }
.menu ul li span::after { content: '\2b'; color: #000000; font-family: FontAwesome; font-size: 10px; }
.menu ul li:hover span::after { color: #f7c624; }
.headarea.innerheader .menu ul li a { color: #000; }
.menu ul li a { color: #000000; font-size: 16px; text-transform: capitalize; font-weight: 400; display: block; padding: 35px 0px; margin: 0 15px; position: relative; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; -ms-transition: all 0.5s ease; transition: all 0.5s ease; }
.menu ul li a:hover, .menu ul li.active a { color: #345C7E; }
.menu ul li.active a::after{width: 100%;}
.menu ul li a span { display: inline-block; vertical-align: 0px; margin-left: 6px; font-size: 10px; }
.menu ul li:hover ul li a:hover { color: #000; background-color: #f7c624; }
.menu ul li ul { width: 240px; position: absolute; top: calc(100% + 30px); left: 0; z-index: 2; background-color: #ffffff; text-align: left; transition: 0.3s; opacity: 0; visibility: hidden; box-shadow: 0 4px 15px rgb(0 0 0 / 3%); }
.menu ul ul li:first-child:before {display:none;}
.menu ul ul li:after {display:none;}
.menu ul li:last-child ul {width:220px;position:absolute;top:100%;left:auto;right:0;z-index:2;background-color:#ffffff;box-shadow:0px 5px 14px rgb(0 0 0 / 2%);text-align:left;}
.menu ul li ul li a { font-size: 14px; text-transform: none; padding: 12px 15px; color: #000; line-height: 20px; font-weight: 500; transition: all ease-in-out 0.5s; -moz-transition: all ease-in-out 0.5s; -webkit-transition: all ease-in-out 0.5s; -o-transition: all ease-in-out 0.5s; -ms-transition: all ease-in-out 0.5s; -khtml-transition: all ease-in-out 0.5s; display: block; margin: 0; }
.menu ul li ul li ul {top:10px;left:149px;}
.menu ul li ul li span {right:7px;top:12px;}
.menu ul li a:hover.menu ul li ul {display:block;}
.menu ul li ul li {display:block;padding:0;border-bottom:solid 1px rgb(255 255 255 / 7%);border-right:none;}
.menu ul li ul li:last-child {border:none;}
.menuButton {width:40px;height:35px;padding:5px;float:right;display:none;}
.menuButton span { width: 100%; height: 2px; background: #000; margin-bottom: 6px; float: left; transition: all 0.3s ease-in-out 0s; }
.menuButton span:last-child {margin-bottom:0;}
@media (min-width:991.98px){.menu ul{display:block!important;}
 .menu ul li:hover > ul {opacity:1;top:100%;visibility:visible;}
}
@media (max-width:991.98px){.menuButton{display:block;margin-left:0px;cursor:pointer;}
 .menu ul li span {background:url(../images/menu_arrow.png) center center no-repeat;cursor:pointer;width:15px;height:15px;position:absolute;right:15px;top:20px;z-index:99;}
 .menu ul li:hover span {background:url(../images/menu_arrow_hover.png) center center no-repeat;}
 .arrow_change span:nth-child(2){display:none;}
 .arrow_change span:first-child {position:relative;top:9px;transform:rotate(-45deg);-moz-transform:rotate(-45deg);-webkit-transform:rotate(-45deg);}
 .arrow_change span:last-child {position:relative;top:1px;transform:rotate(45deg);-moz-transform:rotate(45deg);-webkit-transform:rotate(45deg);}
 .menuBar {padding:15px 0;}
 .menu {padding:5px 0;}
 .menu ul {display:none;background-color:#fff;position:absolute;top:100%;left:0;width:100%;z-index:99;}
 .menu ul li a {color:#071731;display:block;width:100%;font-size:14px;}
 .menu ul li ul {display:none;background-color:#e1e1e1;position:relative;top:5px;left:0;width:100%;z-index:1;padding:0;visibility: initial;opacity: 1;}
 .menu ul li:last-child ul {display:none;background-color:#e1e1e1;position:relative;top:5px;left:0;width:100%;z-index:1;}
 .menu ul li {display:block;padding:10px 15px 10px 15px;border-top:1px solid #cccccc54;text-align:left;position:relative;}
 .menu ul li span {position:absolute;right:30px;z-index:99;cursor:pointer;top:12px;text-align:center;}
 .menu ul li ul li ul {top:0;left:0;}
 .menu ul li ul li a {font-size: 12px;text-transform: none; background-color: #e1e1e1; padding: 8px 12px;color: #000;}
}
.header-contact .mobile-ligin-dropdown{
  display: none;
}

/*// 23.12.2024*/
.topHead {
    padding: 25px 0;
    position: absolute;
    width: 100%;
    z-index: 999;
}

/*// full width mobile search start //*/
.openBtn { background: #e5eaee; border: none; padding: 8px; width: 40px; height: 40px; border-radius: 50%; font-size: 17px; cursor: pointer; }
.openBtn:hover { background: #e5eaee; }
.overlay { height: 100vh; width: 100%; display: none; position: fixed; z-index: 999; top: 0; left: 0; background-color: rgb(0,0,0); background-color: rgba(0,0,0, 0.9); }
.overlay-content { position: relative; top: 46%; width: 80%; text-align: center; margin-top: 30px; margin: auto; }
.overlay .closebtn { position: absolute; top: 20px; right: 45px; font-size: 60px; cursor: pointer; color: white; }
.overlay .closebtn:hover { color: #ccc; }
.overlay input[type=text] { padding: 15px; font-size: 17px; border: none; float: left; width: 80%; background: white; }
.overlay input[type=text]:hover { background: #f1f1f1; }
.overlay button { float: left; width: 20%; padding: 15px; background: #ddd; font-size: 17px; border: none; cursor: pointer; }
.overlay button:hover { background: #bbb; }
/*// full width mobile search end //*/

/*-- header area stop --*/


.mainbtn {
    padding: 12px 30px;
    margin: 0 auto;
    position: relative;
    text-transform: uppercase;
    font-size: 16px;
    border-radius: 30px;
    font-weight: 500;
    border: none;
    background-color: #345C7E;
    color: #fff;
    text-align: center;
    display: inline-block;
    transition: 0.6s;
}

.mainbtn:hover {
    background-color: #000;
    color: #fff;
}

.callbox {
    padding: 5px 20px 5px 5px;
    margin-right: 15px;
    background-color: transparent;
    border: 1px solid #345C7E;
    text-align: center;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}

.callbox a {
    color: #345C7E;
}

.phone_circle {
    width: 35px;
    height: 35px;
    padding: 5px;
    overflow: hidden;
    background-color: #345C7E;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.phone_circle img {
    width: 23px;
    height: 23px;
    object-fit: contain;
}

.phone_circle h6 {
    font-size: 15px;
    color: #345C7E;
}


/* ======================================================================= */
    /* banner start */
/* ======================================================================= */
.banner {
    width: 100%;
    height: 100vh;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

/*.banner::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../images/shadow.png);
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}*/

.banner_contain {
    width: 80%;
    margin: 0 auto;
    position: relative;
    z-index: 111;
}


.icon-scroll, .icon-scroll:before { position: absolute; left: 50%; }
.icon-scroll { width: 30px; height: 50px; margin-left: -12px; bottom: 50px; margin-top: -35px; border: 2px solid #fff; border-radius: 25px; }
.icon-scroll:after { content: ""; position: absolute; bottom: -25px; left: 27%; background: url(../images/mouse.png); width: 13px; height: 15px; }
/*@media (max-width: 767px) {
    .icon-scroll {
        position: relative
    }
}*/
.icon-scroll:before { content: ''; width: 4px; height: 8px; background: #fff; margin-left: -2px; top: 8px; border-radius: 4px; animation-duration: 1.5s; animation-iteration-count: infinite; animation-name: scroll; }
@keyframes scroll {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        transform: translateY(26px)
    }
}

/*-- video banner area stop --*/

/* ======================================================================= */
    /* best_Deals start */
/* ======================================================================= */
.best_Deals {
    width: 100%;
}

.best_Dealstab {
    width: 100%;
    margin-top: 25px;
}

.best_Dealstab .nav-link {
    display: block;
    padding: 0;
    width: 235px;
    height: 200px;
    border: 5px solid #fff;
    border-radius: 15px;
    position: relative;
    margin-bottom: 10px;
    overflow: hidden;
    transition: 0.6s;
}

.best_Dealstab .nav-linkpic {
    height: 200px;
    position: relative;
    display: flex;
    overflow: hidden;
}

.best_Dealstab .nav-linkpic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.6s;
}

.best_Dealstab .nav-link:hover .nav-linkpic img {
    transform: scale(1.1);
}

.best_Dealstab .nav-linkbig {
    width: 850px;
    height: 612px;
    position: relative;
    display: flex;
    border-radius: 10px;
    overflow: hidden;
}

.best_Dealstab .nav-linkbig img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.6s;
}

.best_Dealstab:hover .nav-linkbig img {
    transform: scale(1.1);
    transition: 0.6s;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    border-color: #345C7E;
    box-shadow: 0 4px 15px rgb(0 0 0 / 12%);
}

.best_Dealstab .nav-linkpic::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 20px;
    background: rgb(0, 0, 0);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 1) 100%);
    opacity: 0.6;
}

.best_Dealstab_textbox {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 25px;
    text-align: center;
} 

.best_Dealstab_textbox h6 {
    font-size: 20px;
    color: #fff;
    font-weight: 500;
    position: relative;
    z-index: 1;
}

.best_Dealstab_textboxB {
    position: absolute;
   right: 0px;
    text-align: center;
   
    border-radius: 15px;
    padding: 15px;
    box-shadow: 0 4px 15px rgb(0 0 0 / 12%);
	width: 95%;
  display: flex;
  justify-content: space-between;
  bottom: 5px;
  margin: 0 auto;
  left: 0px;
  background: #ffffffd4;
}

.best_Dealstab_textboxB .phone_circle img {
    width: 23px;
    height: 23px;
    object-fit: contain;
}

.best_Dealstab_textboxB .callbox {
    padding: 5px;
    margin-right: 0;
    border: none;
}

.best_Dealstab_textboxB .mainbtn {
   margin: initial !important;
  padding: 10px 25px;
  font-size: 16px;
  line-height: 25px;
}


/* ======================================================================= */
    /* businessflight-area start */
/* ======================================================================= */
.businessflight .businessflight-img {
    position: relative;
    height: 630px;
    width: 100%;
    max-width: 535px;
    padding: 25px 15px 15px 0;
    order: 2
}

.businessflight .businessflight-img img {
    width: 100%;
    object-fit: cover;
    position: relative;
    z-index: 1;
    border-radius: 10px
    transition: 0.6s;
}

.businessflight .businessflight-img::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    max-width: 210px;
    height: 275px;
    border: 3px solid #DADEC6
}

.businessflight .businessflight-img::before {
    content: '';
    position: absolute;
    top: 0;
    left: 8%;
    width: 100%;
    max-width: 250px;
    height: 275px;
    background-color: #355a7c;
    border-radius: 10px
}

.businessflight .businessflight-contain {
    order: 1;
    text-align: left;
    position: relative;
    z-index: 91
}

.businessflight .businessflight-contain .headingbox {
    background-color: #fff;
    box-shadow: 0 4px 4px rgb(0 0 0 / .25);
    padding: 35px 45px;
    padding-right: 0;
    position: relative;
    border-radius: 14px 0 0 14px
}

.businessflight .businessflight-contain .btn-primary {
    border-color: #355a7c;
    background-color: #355a7c;
    color: #fff
}

.businessflight .businessflight-contain .btn-primary:hover {
    border-color: #000;
    background-color: #000;
    color: #fff
}

.businessflight .businessflight-contain .headingbox::after {
    display: none
}

.businessflight .businessflight-contain .headingbox::before {
    content: '';
    position: absolute;
    top: 0;
    right: -100px;
    width: 100%;
    max-width: 100px;
    height: 100%;
    background-color: #fff;
    border-radius: 0 14px 14px 0
}

.businessflight .businessflight-contain .headingbox h1 {
    right: 0;
    padding-right: 20px;
    padding-left: 0;
    padding-bottom: 20px;
    margin-bottom: 25px
}

.businessflight .businessflight-contain .headingbox h1::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 113px;
    height: 2px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(https://cheapbusinessclass.co.uk/wp-content/themes/cheapbusinessclass/css/../images/heading-line.png)
}

.headingbox h2 {
    font-size: 36px;
    font-weight: 600;
    line-height: 46px;
    margin: 0 0 15px;
    position: relative;
}

.headingbox p {
    margin: 0 0 15px;
}

/* ======================================================================= */
    /* latest_blog start */
/* ======================================================================= */
.latest_blog { width:100%;}
.latest_blog_slide { width:100%; margin-top: 40px;}
.sliderow { width: 100%; margin-top: 65px;}
.slide_box { width: 100%; position: relative;}
.slide_box:hover .slide_boxpic img { transform: scale(1.1); transition: 0.6s;}
.slide_boxpic { width: 100%; height: 350px; display: flex; overflow: hidden; border-radius: 12px; transition: 0.6s;}
.slide_boxpic img { width: 100%; height: 100%; object-fit: cover; transition: 0.6s;}
.blogtextbox { width: 100%; padding: 15px; position: relative;}
.datebox {
    width: 65%;
    margin: 0 auto;
    background-color: #fff;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    position: relative;
    border-radius: 8px;
    /* margin-bottom: 10px; */
    margin-top: -45px;
    /* margin-left: -15px; */
    box-shadow: 0 4px 15px rgb(0 0 0 / 12%);
}

.datebox_circle { width: 36px; height: 36px; text-align: center;  border-radius: 50%; padding: 5px; background-color: #9dd2ff5c; display: flex; align-items: center; justify-content: center;}
.datebox_circle .fa-calendar-days { color: #345c7e;}
.datebox h6 {
    font-size: 18px;
    color: #000;
    font-weight: 500;
    margin-bottom: 0px;
    text-align: center;
    line-height: 26px;
}
.blogtextbox h4 a { font-size: 20px; color: #000; font-weight: 500; position: relative; display: inline-block; }
.blogtextbox h4::before { content: ""; position: absolute; left: 5px; top: 48px; width: 37px; height: 1px; background-color: #345C7E; }
.blogtextbox p { font-size: 15px; color: #4c4c4c;  font-weight: 400; margin-bottom: 0px;}
.text_btm { width: 100%; padding-left: 35px; }
.learn_more { transition: 0.5s; font-size: 15px; color: #C72324; font-weight: 600; display: flex; align-items: center; justify-content: start; gap: 7px;}
.learn_more img { width: 18px !important; height: 13px;}
.learn_more:hover img { transition: 0.6s; filter: brightness(0) saturate(100%) invert(0%) sepia(2%) saturate(6%) hue-rotate(214deg) brightness(109%) contrast(101%);}
.learn_more:hover {color: #000;}
/**/
.blogpost_slide .owl-nav { position: absolute; top: -130px; width: 100%; left: 0; right: 0; text-align: center;}
.blogpost_slide .owl-nav button.owl-prev, .blogpost_slide .owl-nav button.owl-next { width: 40px; height: 40px; border: 1px solid #000; border-radius: 50%; color: #000; font-size: 30px;}
.blogpost_slide .owl-nav button.owl-prev span { position: relative; top: 0px; font-size: 0; display: flex; align-items: center; justify-content: center;}
.blogpost_slide .owl-nav button.owl-prev span::after { content: '\f060'; color: #000 !important; font-family: FontAwesome; position: absolute; border-radius: 50%; font-size: 16px; }
.blogpost_slide .owl-nav button.owl-prev:hover span::after { content: '\f060'; color: #fff !important; }
.blogpost_slide .owl-nav button.owl-next span { position: relative; top: 0px; font-size: 0; display: flex; align-items: center; justify-content: center;}
.blogpost_slide .owl-nav button.owl-next span::before { content: '\f061'; color: #000 !important; font-family: FontAwesome; position: absolute; border-radius: 50%; font-size: 16px; }
.blogpost_slide .owl-nav button.owl-next:hover span::before { content: '\f061'; color: #fff !important; }
.blogpost_slide .owl-nav button.owl-prev { left: 0px; position: relative;}
.blogpost_slide .owl-nav button.owl-next { right: 0px; position: relative;}
.blogpost_slide .owl-nav { position: absolute; top: -90px; display: inline-flex; right: 0; justify-content: end;}
.blogpost_slide .owl-nav button.owl-prev:hover, .blogpost_slide .owl-nav button.owl-next:hover { background: #C72324; border: 1px solid #C72324; color: #fff; transition: all .3s ease-in-out;}
.owl-theme .owl-nav { margin-top: 0; }
/**/

.latest_blog .headertext p {
    width: 60%;
    margin: 0 auto;
}

/* ======================================================================= */
    /* customer-feedback start */
/* ======================================================================= */
.customerfeedback {
    position: relative;
    padding: 12px;
    border-right: 1px solid #989898;
}

.customerfeedback::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    max-width: 40%;
    height: 1px;
    background-color: #989898;
}

.customerfeedback .customerfeedback-body {
    border: 10px solid #F3F3F3;
    background-color: #fff;
    padding: 100px 25px 30px;
    text-align: center;
}

.customerfeedback .customerfeedback-body p {
    margin: 0;
}

.customerfeedback .customerfeedback-icon {
    width: 100%;
    max-width: 90px;
    height: 90px;
    background-color: #DADEC6;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: 0 auto;
    z-index: 1;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.customerfeedback .customerfeedback-icon img {
    width: auto;
    height: 40px;
    object-fit: contain;
}

.customerfeedback-main-box .customerfeedback-footer .post-admin {
    position: relative;
    border-top: 1px solid #fff0;
    width: 100%;
    max-width: 75%;
    padding-top: 25px;
}

.customerfeedback-main-box .customerfeedback-footer .post-admin::before {
    content: '';
    position: absolute;
    top: -1px;
    right: 0;
    width: 100%;
    height: 1px;
    background-color: #989898;
    max-width: 89.5%;
}

.customerfeedback-main-box .customerfeedback-footer .post-admin .post-img {
    width: 58px;
    height: 58px;
    display: inline-flex;
    border-radius: 100%;
    position: relative;
}

.customerfeedback-main-box .customerfeedback-footer .post-admin .post-img::before {
    content: '';
    position: absolute;
    top: -26px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 1px;
    height: 12px;
    background-color: #989898;
}

.customerfeedback-main-box .customerfeedback-footer .post-admin .post-img::after {
    content: '';
    position: absolute;
    top: -15px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 5px;
    height: 5px;
    background-color: #989898;
    border-radius: 100%;
}

.customerfeedback-main-box .customerfeedback-footer .post-admin .post-img img {
    width: 100%;
    object-fit: cover;
    border-radius: 100%;
}

.customerfeedback-main-box .customerfeedback-footer .post-admin .post-body {
    padding-left: 12px;
}

.customerfeedback-main-box .customerfeedback-footer .post-admin .post-body h5 {
    font-size: 16px;
    font-weight: 500;
    color: #000;
    margin: 0 0 0;
}

.customerfeedback-main-box .customerfeedback-footer .post-admin .post-body p {
    color: #000;
    font-size: 14px;
    margin: 0;
}

.customer-feedback-carousel .owl-item.center .customerfeedback {
    border-right-color: #283A2B;
}

.customerfeedback:hover .customerfeedback-icon {
    background-color: #355a7c;
}

.customer-feedback-carousel .owl-item.center .customerfeedback-main-box .customerfeedback-footer .post-admin::before,.customer-feedback-carousel .owl-item.center .customerfeedback::before,.customer-feedback-carousel .owl-item.center .customerfeedback-main-box .customerfeedback-footer .post-admin .post-img::before,.customer-feedback-carousel .owl-item.center .customerfeedback-main-box .customerfeedback-footer .post-admin .post-img::after,.customer-feedback-carousel .owl-item.center .customerfeedback .customerfeedback-icon {
    background-color: #355a7c;
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 0;
    padding-top: 40px;
}

.owl-theme .owl-dots .owl-dot span {
    display: none;
}

.owl-theme .owl-dots .owl-dot {
    width: 100%;
    max-width: 25px;
    height: 2px;
    background-color: #355a7c;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.owl-theme .owl-dots .owl-dot.active {
    background-color: #283A2B;
}

.customer-feedback-carousel.owl-theme .owl-dots .owl-dot {
    max-width: 20%;
}

.customer-feedback-area .headertext {
    width: 65%;
    margin: 0 auto 50px;
    position: relative;
}

.customer-feedback-area .headertext::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 113px;
    height: 2px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/heading-line.png);
}

.customer-feedback-area .headertext p {
    padding-bottom: 35px;
}

/* ======================================================================= */
    /* whychooseus start */
/* ======================================================================= */
.whychooseus {
    width: 100%;
}

.whychooseus_pic {
    height: 450px;
    position: relative;
    display: flex;
    border-radius: 10px;
    overflow: hidden;
}

.whychooseus_pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.6s;
}

.whychooseus_pic:hover img {
    transform: scale(1.1);
}

.whychooseus_right {
    padding: 30px 25px 0;
    margin: 0 0 35px;
}

.whychooseus_right p {
    margin-bottom: 15px;
}



/* ======================================================================= */
    /* footer_sec start */
/* ======================================================================= */
.copyright {
    background-color: #DADEC6;
    padding: 15px 0;
}

.copyright p {
    text-align: center;
    font-size: 15px;
    font-weight: 400;
    color: #000;
    margin: 0;
}

.copyright p a {
    font-weight: 500;
    color: #075caa;
}

.copyright p a:hover {
    text-decoration: underline;
}

.footer-area {
    background-color: #355a7c;
    padding: 30px 0;
}

.footer-social {
    margin-bottom: 0;
}

.footer-social ul li {
    display: inline-block;
    margin: 0 5px 0 0;
}

.footer-social ul li:last-child {
    margin: 0;
}

.footer-social ul li a {
    width: 55px;
    height: 55px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    background-color: #FFF;
    color: #355a7c;
    font-size: 22px;
}

.footer-social ul li a:hover {
    background-color: #DADEC6;
}

.footer-menu {
    border-top: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
    padding: 20px 0;
    margin-bottom: 35px;
    margin-top: 35px;
}

.footer-menu ul li {
    display: inline-flex;
    justify-content: center;
    position: relative;
    margin-right: 20px;
    padding-right: 20px;
}

.footer-menu ul li:last-child {
    padding-right: 0;
    margin-right: 0;
}

.footer-menu ul li::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background-color: #fff;
}

.footer-menu ul li:last-child::after {
    display: none;
}

.footer-menu ul li a {
    font-size: 15px;
    font-weight: 300;
    color: #fff;
}

.footer-menu ul li a:hover {
    color: #DADEC6;
    text-decoration: underline;
}

.footer-contact ul li {
    display: inline-flex;
    align-items: center;
    position: relative;
    margin-right: 20px;
    padding-right: 20px;
}

.footer-contact ul li:last-child {
    padding-right: 0;
    margin-right: 0;
}

.footer-contact ul li::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background-color: #fff;
}

.footer-contact ul li:last-child::after {
    display: none;
}

.footer-contact-box .contact-icon {
    width: 20px;
    height: 20px;
}

.footer-contact-box .contact-icon i {
    color: #fff;
}

.footer-contact-box .contact-icon img {
    width: auto;
    height: 20px;
    object-fit: contain;
}

.footer-contact-box .contact-box {
    padding-left: 7px;
    color: #fff;
}

.footer-contact-box .contact-box br {
    display: none;
}

.footer-contact-box .contact-box a {
    font-size: 16px;
    color: #fff;
    font-weight: 300;
}

.footer-contact-box .contact-box a:hover {
    color: #DADEC6;
    text-decoration: underline;
}

/* ======================================================================= */
    /* modal start */
/* ======================================================================= */
.modal-dialog {
    max-width: 50%;
    min-height: calc(100vh - 60px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: auto;
}

.modal-header {
    border-bottom: none;
}

/*//*/
.inner-contact-form-box { padding: 0 25px 25px; }
.inner-contact-form-box h4 { color: #000; font-size: 30px; font-weight: 600; margin-bottom: 25px; text-align: center;}
.inner-contact-form-box h6 { color: #000; font-size: 20px; font-weight: 400; margin: 10px 0 15px; }
.inner-contact-form-box .form-control { padding: 5px 12px; border-radius: 6px; margin-bottom: 0px;  color: #000; border: 1px solid #c1c1c1; font-size: 16px; height: 52px; font-weight: 400; width: 100%;}
.inner-contact-form-box textarea.form-control { height: 125px!important; }
.inner-contact-form-box label { position: relative; margin-bottom: 5px; }
.btn-submit { padding: 14px 30px; background: #333333; color: #fff; margin-top: 20px; }
.inner-contact-form-box .btn-submit { border: none; }
.btn-submit:after { display: none; }
.inner-contact-information-box-new2 { position: relative; box-shadow: 0 1px 5px 0 rgb(0 0 0 / 10%), 0 1px 8px 0 rgb(0 0 0 / 15%); width: 100%; background: #fff; border: 1px solid #dcdcdc; }
.inner-contact-information-box-new2 h4 { font-size: 20px; padding: 15px 20px; border-bottom: 1px solid #cccccc; }
.contact-new-inform-bx { padding: 20px; }
.btn01 { font-size: 16px; font-weight: 600; padding: 12px 35px; color: #000; background-color: #fff; border: none; position: relative; border-radius: 6px; margin: 15px 0 0 0; transition: all 0.6s ease; display: inline-block; }
.subbtn01:hover { background-color: #000; color: #fff; }
.form-control:focus { box-shadow: none; }

.inner-contact-form-box .form-group {
    margin-bottom: 15px;
}

.form-select {
    padding: 5px 12px;
    border-radius: 6px;
    margin-bottom: 0px;
    color: #000;
    border: 1px solid #c1c1c1;
    font-size: 16px;
    height: 52px;
    font-weight: 500;
    width: 100%;
}
.submit02 {
    font-size: 16px;
    font-weight: 500;
    padding: 14px 25px;
    color: #fff;
    background-color: #345C7E;
    border: none;
    position: relative;
    border-radius: 8px;
    margin: 15px 0 0 0;
    transition: all 0.4s ease;
}

.submit02:hover {
    background-color: #000;
}

















