@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=Norican&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Syne:wght@400..800&family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap');
@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');

/* @font-face {
    font-family: 'Valentiamo';
    src: url('../fonts/Valentiamo.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Valentiamo';
    src: url('../fonts/Valentiamo.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
} */

@font-face {
    font-family: 'fonnts.com-Lust-Text-Book-';
    src: url('../fonts/fonnts.com-Lust-Text-Book-.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'fonnts.com-Lust-Text-Medium';
    src: url('../fonts/fonnts.com-Lust-Text-Medium.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'fonnts.com-Lust-Text-Light';
    src: url('../fonts/fonnts.com-Lust-Text-Light.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

* {
    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;
    overflow-x: hidden;
}

h1, h2, h4, h5, h6 {
    font-family: 'fonnts.com-Lust-Text-Light';
    margin: 0;
    padding: 0;
}
b, strong {
  font-weight: 700;
}
p {
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    padding: 0;
    margin: 15px 0 0 0;
    color: #4c4c4c;
    font-weight: 300;
    line-height: 23px;
}

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%;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
 color: #000;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #000;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #000;
}
:-moz-placeholder { /* Firefox 18- */
  color: #000;
}

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

.bannertext h1 {
    font-size: 65px;
    color: var(--black);
    font-weight: 500;
	letter-spacing: 4px;
	animation-name: text;
  	animation-duration: 4s;
  	animation-iteration-count: infinite;
}

@keyframes text {
  0% {
    color: black;
    margin-bottom: -40px;
  }
  30% {
    letter-spacing: 25px;
    margin-bottom: -40px;
  }
  85% {
    letter-spacing: 8px;
    margin-bottom: -40px;
  }
  100% {
    margin-bottom: 20px;
  }
}

.bannertext h2 {
	font-family: 'fonnts.com-Lust-Text-Light';
    font-size: 50px;
    color: #fff;
    margin: 0 0 10px;
}

.headertext h3 {
    font-family: 'fonnts.com-Lust-Text-Light';
    font-size: 72px;
    color: #1f3c56;
    line-height: 78px;
    margin: 0;
    position: relative;
    text-transform: capitalize;
}



/* .headertext h3:after {
    content: attr(data-shadow);
    position: absolute;
    top: .06em;
    left: .06em;
    z-index: -1;
    text-shadow: none;
    background-image: linear-gradient(45deg, transparent 45%, hsl(0deg 0% 0%) 45%, hsla(48, 20%, 90%, 1) 55%, #00000000 0);
    background-size: .05em .05em;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: shad-anim 15s linear infinite;
}
@keyframes shad-anim {
  0% {background-position: 0 0}
  0% {background-position: 100% -100%}
  } */

/* .headertext h3:hover{
    background-position: -100% 0;
} */
/*.headertext h3::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 90px;
    height: 2px;
    background-color: var(--theme-color);
}*/

.headertext h5 {
    font-size: 20px;
    color: var(--black);
    margin-bottom: 15px;
    font-weight: 600;
    line-height: normal;
}

.headertext h6 {
    font-size: 25px;
    color: var(--red);
    margin-bottom: 10px;
}


.commonbtn {
    position: relative;
    padding: 12px 25px;
    font-size: 16px;
    font-weight: 600;
    min-width: 140px;
    letter-spacing: 1px;
    border: none;
    background-color: #fff;
    text-transform: uppercase;
    color: #000;
    text-align: center;
    display: inline-block;
    transition: 0.6s;
}

/*[class^=col-] {
    margin-bottom: 30px; 
}*/
.btn-1 {
    box-shadow: inset 0 0 #ee4036;
    transition: all 0.3s ease-out;
}

.btn-1:hover {
    box-shadow: inset 12em 0 #1f3c56;
    cursor: pointer;
    color: rgb(0, 0, 0);
}

.btn-2 {
    position: relative;
    z-index: 1;
    background: #000;
}

.btn-2::before {
    content: " ";
    position: absolute;
    height: 100%;
    width: 55%;
    background: #ee4036;
    top: 0;
    left: 0;
    border-radius: 0;
    z-index: -1;
    transition: all 0.3s ease-out;
}

.btn-2::after {
    content: " ";
    position: absolute;
    height: 100%;
    width: 55%;
    right: 0;
    top: 0;
    background: #ee4036;
    border-radius: 0;
    z-index: -1;
    transition: all 0.3s ease-out;
}

.btn-2:hover:before {
    width: 0;
}

.btn-2:hover:after {
    width: 0;
}

.btn-2:hover {
    cursor: pointer;
    color: rgb(0, 0, 0);
}

.btn-3 {
    position: relative;
    background: rgb(0, 89, 255);
    z-index: 1;
    transition: all 0.3s ease-out;
}
.btn-3:hover {
    color: black;
    cursor: pointer;
}

.btn-3::after {
    content: " ";
    position: absolute;
    height: 100%;
    width: 0;
    background: #fffb0e;
    right: 0;
    top: 0;
    border-radius: 5px;
    z-index: -1;
    transition: all 0.3s ease-out;
}

.btn-3:hover:after {
    width: 100%;
}

/* ======================================================================= */
    /* header start */
/* ======================================================================= */

.headerarea {
    box-shadow: none;
    padding: 0px;
    position: relative;
    /*box-shadow: 0 4px 15px rgb(255 255 255 / 12%);*/;
}

.topHead {
    width: 100%;
    border-top: 2px solid #ee4036;
    background-color: rgb(255 255 255 / 10%);
    height: 75px;
    position: relative;
    top: 0;
    z-index: 22;
}

.headerarea .logo {
    width: 100%;
    max-width: 120px;
    position: relative;
    display: inline-block;
    background-color: #fff;
    padding: 10px;
    border-radius: 0 0 10px 10px;
}

/*.headerarea .logo::before {
    content: "";
    position: absolute;
    left: -15px;
    bottom: -25px;
    border: 2px solid #fff;
    border-radius: 50%;
    width: 135px;
    height: 135px;
    border-top-color: transparent;
    background-color: #fff;
}*/

.headerarea .logo img {
    width: 100%;
    object-fit: cover;
    position: relative;
}
img.twentytwenty-after {
    filter: grayscale(1);
}
.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;
    border-radius: 0;
    background-color: #fff;
    padding: 2px 100px;
    border-top: 2px solid #F67C3C;
    z-index: 3333;
    box-shadow: 0 4px 10px rgb(0 0 0 / 10%);
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

.headerarea.fix .menu ul li a {
    color: #000;
}

.headerarea.fix .menu {
    margin-top: 0px;
    margin-right: 0;
}

.headerarea.fix .menu ul li a:hover, .headerarea.fix .menu ul li.active a {
    color: #ee4036;
}

.header-right {
    display: flex;
    align-items: center;
    justify-content: center;
}

.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-top: -15px;
    margin-right: 0;
}
.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 { font-family: 'fonnts.com-Lust-Text-Light'; color: #1f3c56; font-size: 17px;  display: block; padding: 15px 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: #ee4036; }
.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:15px;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:15px;}
 .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;}
}

.headerarea .menu .active>a {
    color: #ee4036;
    background: transparent;
}

/*-- header area stop --*/

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

.twentytwenty-container {
    height: 100vh!important;
}

.twentytwenty-container img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.twentytwenty-overlay:hover {
    background: transparent;
}
/*.twentytwenty-handle {
    opacity: 0;
}*/
.twentytwenty-horizontal .twentytwenty-handle:before, .twentytwenty-horizontal .twentytwenty-handle:after {
    width: 0;
}

.owl-carousel button.owl-dot {
    background: #fff;
    color: inherit;
    border: none;
    padding: 0!important;
    font: inherit;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    display: inline-block;
    margin: 0 5px;
}

.brands-carousel .owl-dots {
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 25px;
}

.twentytwenty-after-label, .twentytwenty-before-label {
    display: none;
}




/* ======================================================================= */
    /* about_sec start */
/* ======================================================================= */
.about_sec {
	width: 100%;
	position: relative;
	padding-top: 130px;
	overflow: hidden;
}

.about_left {
    width: 100%;
    padding: 0;
}

.about_sec .headertext p {
    margin-bottom: 25px;
}

.about_leftpic {
    height: 296px;
/*    position: relative;*/
    display: flex;
    overflow: hidden;
}

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

.about_left:hover .about_leftpic img, .about_left:hover .about_endpic img {
    transform: scale(1.1);
}

.borderbtn {
    width: auto;
    display: inline-block;
    border: 1px solid #000;
    padding: 3px;
    margin: 0 auto;
    transition: 0.6s;
}

.borderbtn:hover {
    border-color: #ee4036;
}

.about_sec .commonbtn {
    background-color: #ee4036;
    color: #fff;
    position: relative;
}

.borderbtn:hover .commonbtn{
    background-color: #000;
}


.about_sec .headertext {
    margin-top: -60px;
}

.about_endpic {
    height: 430px;
    position: relative;
    display: flex;
    overflow: hidden;
    margin-top: 30px;
}

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

/* ======================================================================= */
    /* memories_sec start */
/* ======================================================================= */
.memories_sec {
    width: 100%;
    position: relative;
    padding-top: 0;
    overflow: hidden;
}

.memories_sec::before {
    content: '';
    position: absolute;
    top: -300px;
    right: 0px;
    width: 100%;
    max-width: 500px;
    height: 500px;
    z-index: -1;
    background-color: #75bde980;
    border-radius: 100%;
    filter: blur(100px);
    -webkit-filter: blur(100px);
}

.memories_secpic {
    height: 680px;
    position: relative;
    display: flex;
    overflow: hidden;
}

.memories_secpic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.memories_right {
    width: 100%;
    padding: 0 0 0 50px;
}

.memories_right p {
    margin: 0;
}

.memories_rightcard {
    width: 100%;
	padding: 15px;
	margin-bottom: 15px;
	border-radius: 10px;
	box-shadow: 0 4px 12px rgb(182 182 182 / 30%);
}

.callus {
    margin: 35px 0 0 0;
    padding: 10px 0px;
    border: none;
    /* border-top: 1px solid #1f3c56; */
    /* border-bottom: 1px solid #1f3c56; */
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 25px;
	text-align: left;
}

.callus h4 {
    font-size: 20px;
    color: #000;
    font-weight: 500;
}

.callus .borderbtn {
    margin: 0;
}

.callus .commonbtn {
    padding: 10px 20px;
    font-size: 14px;
	border: 1px solid #0c70a2;
    min-width: auto;
    background-color: #0c70a2;
    color: #fff;
	transition: 0.6s;
}

.callus .commonbtn:hover {
    background-color: transparent;
    color: #0c70a2;
}


/* ======================================================================= */
    /* photography_sec start */
/* ======================================================================= */
.photography_sec {
    width: 100%;
    position: relative;
    padding-top: 0;
}

.photography_sec::before {
    content: '';
    position: absolute;
    top: -190px;
    left: 0px;
    width: 100%;
    max-width: 500px;
    height: 500px;
    z-index: -1;
    background-color: rgb(253,245,229);
    border-radius: 100%;
    filter: blur(100px);
    -webkit-filter: blur(100px);
}

.photography_sec::after {
    content: '';
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 100%;
    max-width: 500px;
    height: 500px;
    z-index: -1;
    background-color: rgb(253,245,229);
    border-radius: 100%;
    filter: blur(100px);
    -webkit-filter: blur(100px);
}

.photography_sec .headertext {
    padding: 0 35px 50px;
}

.photography_pic {
    height: 380px;
    position: relative;
    display: flex;
    overflow: hidden;
}

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

.photography_sec .col-lg-12:hover .photography_pic img {
	transform: scale(1.1);
}

.endpic {
    width: 100%;
    height: 317px;
    position: relative;
    display: flex;
    overflow: hidden;
    margin-top: 24px;
}

.endpic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* ======================================================================= */
    /* choose_sec start */
/* ======================================================================= */
.choose_sec {
    width: 100%;
    position: relative;
   background: linear-gradient(to bottom,rgba(4,51,80,.8),rgba(4,51,80,.8));
    overflow: hidden;
}
.innerservice{background: #fff;}
/* .choose_sec::after {
    content: '';
    position: absolute;
    top: -70px;
    right: 0px;
    background-image: url(../images/small_pic02.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
    width: 205px;
    height: 186px;
	z-index: 1;
} */

/* .choose_sec::before {
    content: '';
    position: absolute;
    bottom: -70px;
    left: 0px;
    background-image: url(../images/small_pic03.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
    width: 223px;
    height: 118px;
	z-index: 1;
} */

.choose_sec .headertext h3, .choose_sec .headertext p {
    color: #fff;
    width: 80%;
    margin: 0 auto;
}

.choose_sec .headertext p {
    margin: 25px auto 0;
}

.choose_sec .headertext {
    margin: 0 0 65px;
}

.slide_card {
    width: 100%;
    position: relative;
    text-align: center;
    transform: scale(0.7);
	transition: 0.8s;
}

.slide_cardpic {
    height: 500px;
    position: relative;
    display: flex;
    overflow: hidden;
	transition: 0.6s;
}

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

/* .innerslider:hover {
	transform: scale(1.2, 1.1);
	box-shadow: 0px 4px 15px rgb(0 0 0 / 10%);
	z-index:1;
} */
/* .innerslider {transition: opacity 0.3s ease;}
.innerservice:hover .innerslider {
  opacity: 0.2;
}

.innerslider:hover {
  opacity: 1 !important;
} */

/* .wrapper {
  display: flex;
  gap: 10px;
  margin: 50px;
}

.box {
  width: 100px;
  height: 100px;
  background-color: lightcoral;
  text-align: center;
  line-height: 100px;
  border: 1px solid #333;
  transition: opacity 0.3s ease;
  cursor: pointer;
}

.wrapper:hover .box {
  opacity: 0.2;
}

.box:hover {
  opacity: 1 !important;
} */


.slide_text {
    width: 100%;
    text-align: center;
    padding: 65px 0 30px;
    position: relative;
}

.slide_text::before {
    content: "";
    position: absolute;
    top: 15px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 1px;
    height: 50px;
    background-color: #8e8e8e;
}

.slide_text h5 {
    font-size: 17px;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: -52px auto 0;
    width: 60%;
}

.slide_text h5 span {
    position: relative;
    display: block;
    cursor: pointer;
    padding: 0 10px;
    transition: 0.6s;
    text-align: center;
}
.services_gridBox .slide_text p{
	text-align: left;
}
.slide_text h5 span:hover {
  color: #faae40;
  transition: 0.6s;
}
.slide_text h5 span:before, .slide_text h5 span:after {
  content: "";
  position: absolute;
  width: 0%;
  height: 1px;
  top: 50%;
  margin-top: -0.5px;
  background: #506a75;
}
.slide_text h5 span:before {
  left: -2.5px;
}
.slide_text h5 span:after {
  right: 2.5px;
  background: #506a75;
  transition: width 0.8s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.slide_text h5 span:hover:before {
  background: #fff;
  width: 100%;
  transition: width 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.slide_text h5 span:hover:after {
  background: transparent;
  width: 100%;
  transition: 0s;
  color: #506a75;
}

.slide_text h4 {
	font-family: 'Valentiamo';
	font-size: 70px;
	color: #8e8e8e12;
}

.slide_text:hover h5  span{
    transform: scale(1.1);
}

.choose_slide .owl-nav { position: absolute; top: -130px; width: 100%; left: 0; right: 0; text-align: center;}
.choose_slide .owl-nav button.owl-prev, .choose_slide .owl-nav button.owl-next { width: 45px; height: 45px; border: 1px solid #fff; box-shadow: 0 4px 10px rgb(0 0 0 / 10%); border-radius: 50%; color: #fff; font-size: 30px;}

.choose_slide .owl-nav button.owl-prev span { position: relative; top: 0px; font-size: 0; display: flex; align-items: center; justify-content: center;}
.choose_slide .owl-nav button.owl-prev span::after { content: '\f060'; color: #fff !important; font-family: FontAwesome; position: absolute; border-radius: 50%; font-size: 16px; }
.choose_slide .owl-nav button.owl-prev:hover span::after { content: '\f060'; color: #000 !important; }
.choose_slide .owl-nav button.owl-next span { position: relative; top: 0px; font-size: 0; display: flex; align-items: center; justify-content: center;}
.choose_slide .owl-nav button.owl-next span::before { content: '\f061'; color: #fff !important; font-family: FontAwesome; position: absolute; border-radius: 50%; font-size: 16px; }
.choose_slide .owl-nav button.owl-next:hover span::before { content: '\f061'; color: #000 !important; }
.choose_slide .owl-nav button.owl-prev { left: 0px; position: relative;}
.choose_slide .owl-nav button.owl-next { right: 0px; position: relative;}
.choose_slide .owl-nav { position: absolute; top: 36%; display: inline-flex; left: 0; justify-content: space-between; width: 100%;}
.choose_slide .owl-nav button.owl-prev:hover, .choose_slide .owl-nav button.owl-next:hover { background: #faae40; border: 1px solid #faae40; color: #fff; transition: all .3s ease-in-out;}
.owl-theme .owl-nav { margin-top: 0; }
.choose_slide .owl-nav button.owl-prev:hover span::after, .choose_slide .owl-nav button.owl-next:hover span::before {
    color: #1f3c56 !important;
    transition: 0.6s;
}

.owl-carousel .choose_slide .owl-dots.disabled, .owl-carousel .choose_slide .owl-nav.disabled {
    display: block !important;
}

.owl-item.active.center .slide_card {
    transform: scale(1.1);
}

.choose_slide05 .owl-item.active.center .slide_card {
    transform: scale(1.1);
} 

.choose_slide05 .slide_card {
    width: 100%;
    position: relative;
    text-align: center;
    transform: none;
    transition: 0.8s;
	z-index: -1;
}

/* .choose_slide05 .slide_cardpic:hover {
    transform: scale(1.2, 1.1);
	position: relative;
	z-index: 1;
} */

.choose_slide05 .slide_card:hover {
    transform: scale(1.2, 1.1);
	position: relative;
	z-index: 1;
}

/* ======================================================================= */
    /* portfolio_sec start */
/* ======================================================================= */
.portfolio_sec {
    width: 100%;
    position: relative;
}

.portfolio_secpic {
    height: 560px;
    position: relative;
    display: flex;
    overflow: hidden;
}

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

.portfolio_grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 20px;
}

.portfolio_gridbox:nth-child(1) {
    grid-row: 1/3;
    grid-column: 1/3;
}

.portfolio_gridbox:nth-child(2) {
    height: 270px;
    padding-left: 25px;
    position: relative;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.portfolio_gridbox:nth-child(3) {
    height: 270px;
    position: relative;
    display: flex;
    overflow: hidden;
    object-fit: contain;
}

.portfolio_gridbox:nth-child(4) {
    height: 100%;
    position: relative;
    display: flex;
    overflow: hidden;
}

.portfolio_gridbox:nth-child(5) {
    height: 560px;
    position: relative;
    display: flex;
    overflow: hidden;
}

.portfolio_gridbox:nth-child(6) {
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: self-start;
    justify-content: center;
    overflow: hidden;
    padding-left: 25px;
}

.portfolio_sec .borderbtn:hover {
    border-color: #ee4036;
}

.portfolio_sec .commonbtn {
    background-color: #ee4036;
    color: #fff;
    position: relative;
}

.borderbtn:hover .portfolio_sec .commonbtn {
    background-color: #000;
}

.portfolio_sec .borderbtn {
    margin: 0;
}

.portfolio_sec p {
    margin: 0 0 25px;
}

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

/* ======================================================================= */
    /* feedback_sec start */
/* ======================================================================= */
.feedback_sec {
    width: 100%;
    background: linear-gradient(to bottom,rgba(4,51,80,.8),rgba(4,51,80,.8));
    position: relative;
}
.feedback_sec .headertext h3{color: #fff;}
/* .feedback_sec::after {
    content: '';
    position: absolute;
    top: -70px;
    right: 0px;
    background-image: url(../images/small_pic05.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
    width: 168px;
    height: 137px;
}

.feedback_sec::before {
    content: '';
    position: absolute;
    bottom: -70px;
    left: 0px;
    background-image: url(../images/small_pic06.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
    width: 166px;
    height: 156px;
} */

.feedback_in {
    width: 100%;
    margin-top: 35px;
}

.feedback_box {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 35px;
}

.feedback_text p {
    font-style: italic;
	color: #fff;
}

.feedback_slidebox {
    display: inline-flex;
    flex-shrink: 0;
    flex-basis: 335px;
    flex-direction: column;
    gap: 8px;
}

.feedback_slidebox h6 {
    font-size: 15px;
    color: #fff;
    font-weight: 500;
    padding-left: 65px;
    position: relative;
    text-transform: uppercase;
}

.feedback_slidebox h6::after {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 55px;
    height: 1px;
    background-color: #fff;
}

.feedback_boxpic {
    height: 400px;
    position: relative;
    display: flex;
    overflow: hidden;
	transition: 0.6s
}

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

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

.feedback_btm {
    width: 100%;
    margin-top: 15px;
    display: flex;
    align-items: center;
    justify-content: start;
}

.feedback_btm ul{ padding:0px; margin:0px}
.feedback_btm ul li{ display:inline-block;}


.feedback_btm h6 {
    font-size: 15px;
    color: #fff;
    font-weight: 500;
    position: relative;
    display: flex;
    text-transform: uppercase;
}
.wpcf7-spinner{ display:none;}
.feedback_btm h6::after {
    content: "";
    position: absolute;
    right: -65px;
    top: 9px;
    width: 55px;
    height: 1px;
    background-color: #fff;
}

.feedback_btm img {
    display: flex;
    flex-shrink: 0;
    flex-basis: 130px;
    max-width: 100%;
    width: 150px !important;
    margin-left: 65px;
}

.feedback_btm .fa-star {
    font-size: 12px;
    color: #faae40;
}

.feedback_slide .owl-nav { position: absolute; top: -130px; width: 100%; left: 0; right: 0; text-align: center;}
.feedback_slide .owl-nav button.owl-prev, .feedback_slide .owl-nav button.owl-next { width: 45px; height: 45px; border: 1px solid #fff; box-shadow: 0 4px 10px rgb(0 0 0 / 10%); border-radius: 50%; color: #fff; font-size: 30px;}
.feedback_slide .owl-nav button.owl-prev span { position: relative; top: 0px; font-size: 0; display: flex; align-items: center; justify-content: center;}
.feedback_slide .owl-nav button.owl-prev span::after { content: '\f060'; color: #fff !important; font-family: FontAwesome; position: absolute; border-radius: 50%; font-size: 16px; }
.feedback_slide .owl-nav button.owl-prev:hover span::after { content: '\f060'; color: #000 !important; }
.feedback_slide .owl-nav button.owl-next span { position: relative; top: 0px; font-size: 0; display: flex; align-items: center; justify-content: center;}
.feedback_slide .owl-nav button.owl-next span::before { content: '\f061'; color: #fff !important; font-family: FontAwesome; position: absolute; border-radius: 50%; font-size: 16px; }
.feedback_slide .owl-nav button.owl-next:hover span::before { content: '\f061'; color: #000 !important; }
.feedback_slide .owl-nav button.owl-prev { left: 0px; position: relative;}
.feedback_slide .owl-nav button.owl-next { right: 0px; position: relative;}
.feedback_slide .owl-nav { position: absolute; top: 36%; display: inline-flex; left: 0; justify-content: space-between; width: 100%;}
.feedback_slide .owl-nav button.owl-prev:hover, .feedback_slide .owl-nav button.owl-next:hover { background: #F67C3C; border: 1px solid #F67C3C; color: #fff; transition: all .3s ease-in-out;}
.owl-theme .owl-nav { margin-top: 0; }
.feedback_slide .owl-nav button.owl-prev:hover span::after, .feedback_slide .owl-nav button.owl-next:hover span::before {
    color: #fff !important;
    transition: 0.6s;
}

.owl-carousel .feedback_slide .owl-dots.disabled, .owl-carousel .feedback_slide .owl-nav.disabled {
    display: block !important;
}

.owl-item.active.center .slide_card {
    transform: scale(1.1);
}

.feedback_right {
    width: 100%;
}

.feedback_rightpic {
    width: 100%;
    height: 400px;
    position: relative;
    display: flex;
    overflow: hidden;
}

.feedback_rightpic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

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

.feedback_righttext {
    position: absolute;
    bottom: 0;
    z-index: 11;
}

.feedback_righttext h6 {
    font-size: 15px;
    color: #fff;
    position: relative;
    text-transform: uppercase;
    transform: rotate(-90deg);
    transform-origin: 28% -163%;
}

.feedback_righttext h6::before {
    content: "";
    position: absolute;
    top: -8px;
    left: -15px;
    width: 60px;
    height: 1px;
    background-color: #fff;
}


/* ======================================================================= */
    /* quote_sec start */
/* ======================================================================= */
.quote_sec {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.quote_sec::before {
    content: '';
    position: absolute;
    top: 0;
    right: -350px;
    width: 100%;
    max-width: 600px;
    height: 600px;
    z-index: -1;
    background-color: rgb(253,245,229);
    border-radius: 100%;
    filter: blur(100px);
    -webkit-filter: blur(100px);
}

.quote_sec_in {
    width: 70%;
    margin: 0 auto 15px;
}

.quote_box {
    width: 100%;
    border: 1px solid #000;
    padding: 0 70px 0;
    position: relative;
    transition: 0.6s;
}

.quote_box:hover {
    border-color: #ee4036;
}

.quote_box h6 {
    font-family: "Syne", sans-serif;
    font-size: 16px;
    width: 50%;
    color: #000;
    font-weight: 500;
    margin: -10px auto 0;
    text-transform: uppercase;
    letter-spacing: 2px;
    background-color: #fff;
}

.quote_box .headertext h3 {
    width: 80%;
    margin: 0 auto;
}

.formbox { width: 100%; margin-top: 25px; }
.formbox .form-group { margin-bottom: 25px; }
.formbox .form-control { background-color: transparent; height: 45px; font-size: 16px; color: #000; padding: 5px 15px; border: none; font-weight: 500; border-bottom: 1px solid #8d8d8d8f; border-radius: 0px; box-shadow: none; }
.formbox textarea.form-control { min-height: 110px; resize: none; }
.formbox .form-control:focus, .formbox textarea.form-control:focus, .form-file + label:focus { border-color: #1F3C56; transition: 0.9s; }
.formbox .form-control:focus { outline: 0; box-shadow: none; }
.formbox .mainbtn { border: 1px solid #000; }
.formbox .mainbtn:hover { border: 1px solid #000; }

.submit_btn {
    padding: 12px 25px;
    position: relative;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 16px;
    border-radius: 0;
    font-weight: 600;
    border: none;
    background-color: #ee4036;
    color: #fff;
    text-align: center;
    display: block;
    transition: 0.6s;
}

.formbox button, .formbox .button {
    margin: 0;
}

.quote_box .borderbtn {
    width: auto;
    display: table;
    position: relative;
    bottom: -25px;
    background-color: #fff;
}

.quote_box .borderbtn:hover {
    border-color: #ee4036;
}

.quote_box .borderbtn:hover .submit_btn{
    background-color: #000;
    color: #fff;
}

/* ======================================================================= */
    /* ready_to_take start */
/* ======================================================================= */
.ready_to_take {
    width: 100%;
    position: relative;
    min-height: 400px;
    text-align: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ready_to_take::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: hsl(0deg 0% 0% / 35%);
}

.ready_to_take .headertext h3 {
    color: #fff;
    position: relative;
    width: 70%;
    margin: 0 auto;
    line-height: 80px;
    margin-bottom: 25px;
    z-index: 1;
}

.ready_to_take .borderbtn {
    border: 1px solid #fff;
}

.ready_to_take .borderbtn:hover {
    border-color: #fff;
}

.ready_to_take .commonbtn {
    background-color: #fff;
    color: #fff;
    position: relative;
}

.ready_to_take .borderbtn:hover .commonbtn{
    background-color: #1f3c56;
    color: #fff;
}

/* ======================================================================= */
    /* footer start */
/* ======================================================================= */
.footer_area {
    width: 100%;
    padding: 60px 0;
    position: relative;
}

.footer_area::before {
    content: '';
    position: absolute;
    top: -150px;
    left: 0;
    width: 100%;
    max-width: 300px;
    height: 300px;
    z-index: -1;
    background-color: rgb(254 200 0 / 30%);
    border-radius: 100%;
    filter: blur(100px);
    -webkit-filter: blur(100px);
}

.footer_area::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    max-width: 300px;
    height: 300px;
    z-index: -1;
    background-color: rgb(254 200 0 / 30%);
    border-radius: 100%;
    filter: blur(100px);
    -webkit-filter: blur(100px);
}
.footer_card { width: 100%; }
.ftr_logo { width: 100%; max-width: 170px; margin: 0 auto; position: relative; padding: 0 15px; }
.ftr_logo::before { content: ""; position: absolute; top: 0; left: 0; height: 100%; width: 2px; background-color: #ccc; }
.ftr_logo::after { content: ""; position: absolute; top: 0; right: 0; height: 100%; width: 2px; background-color: #ccc; }
.footer_card ul { padding: 0; margin: 0; list-style: none; display: grid; grid-template-columns: 1fr 1fr; gap: 0px; }
.footer_card ul li { width: auto;}
.footer_card ul li a { display: block; font-size: 16px; color: #1f3c56; font-weight: 500; padding-bottom: 15px; text-decoration: none; transition: 0.6s; }
.footer_card ul li a:hover { color: #074675; margin-left: 5px; }
.footer_card h6 { font-size: 13px; color: #000; font-weight: 500; letter-spacing: 2px; margin: 0px; }
.footer_card h5, .footer_card h5 a { font-size: 18px; color: #000; font-weight: 500; margin: 0; }

/*// copyRight*/

.copyRight { width: 100%; background-color: #1f3c56; padding: 15px 0; position: relative;}
.copyRightin {display: flex; align-items: center; justify-content: space-between;}
/* .copyRight::after {
    content: '';
    position: absolute;
    top: -90px;
    right: 0px;
    background-image: url(../images/small_pic04.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
    width: 168px;
    height: 101px;
} */
.copyRight p { margin: 0; color: #fff; }
.copyRight b, .copyRight strong { font-weight: 500; }
.s_media { display: flex;align-items: center;justify-content: center;}
.s_media a { text-decoration: none; color: inherit; background: none; padding: 0; }
.s_media a i { color: #fff; display: flex; align-items: center; justify-content: center; margin-left: 8px; text-decoration: none; font-size: 16px; width: 35px; height: 35px; border-radius: 8px; text-align: center; background-color: transparent; border: 1px solid #fff; transition: 0.6s; }
.s_media a i:hover { background-color: #fff; border: 1px solid #fff; color: #1F3C56; }

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

.about_page  a {
    color: #fff;
    text-decoration: none;
}

.breadcrumb-item.active, .breadcrumb-item+.breadcrumb-item::before {
    color: #fff;
}

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

.about_studio .headertext p {
    width: 80%;
    margin: 15px auto 0;
}

/* ======================================================================= */
    /* our_vision start */
/* ======================================================================= */
.our_vision {
    width: 100%;
    padding-top: 0;
}

.our_visionleft {
    width: 100%;
}

.our_visionleft .headertext h3 span {
    padding-left: 65px;
}

.our_visionleft .headertext h3 {
    position: relative;
}

.our_visionleft .headertext h3::before {
    content: "";
    position: absolute;
    left: -1500px;
    bottom: -15px;
    width: 1800px;
    height: 1px;
    background-color: #1f3c56;
}

.our_visionleft .headertext p {
    padding: 55px 0 0 65px;
    margin: 0;
}

.our_visionright {
    width: 100%;
    padding-left: 25px;
}

.our_visionrightpic {
    height: 550px;
    position: relative;
    display: flex;
    overflow: hidden;
}

.our_visionrightpic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper {
    width: 400px;
    height: 560px;
}

.swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0;
}

.swiper-slidepic {
    width: 400px;
    height: 560px;
    display: flex;
    position: relative;
    overflow: hidden;
}

.swiper-slidepic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* ======================================================================= */
    /* expertise_sec start */
/* ======================================================================= */
.expertise_sec {
    width: 100%;
    padding-top: 0;
    overflow: hidden;
}

.expertise_secleft {
    width: 100%;
    padding-right: 25px;
}

.expertise_pic {
    height: 450px;
    position: relative;
    display: flex;
    overflow: hidden;
}

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

.expertise_secright {
    width: 100%;
}

.expertise_secright .headertext h3 span {
    padding-left: 65px;
}

.expertise_secright .headertext h3 {
    position: relative;
}

.expertise_secright .headertext h3::after {
    content: "";
    position: absolute;
    right: -1460px;
    bottom: -20px;
    width: 1800px;
    height: 1px;
    background-color: #1f3c56;
}

.expertise_secright .headertext p {
    padding: 55px 0 0 65px;
    margin: 0;
}

/* ======================================================================= */
    /* team_member start */
/* ======================================================================= */
.team_member {
    width: 100%;
    padding-top: 0;
}

.team_member .headertext p {
    width: 65%;
    margin: 15px auto 0;
}

.team_memberin {
    width: 100%;
    margin-top: 35px;
}

.team_card {
    width: 100%;
    position: relative;
}

.team_cardpic {
    height: 380px;
    position: relative;
    display: flex;
    overflow: hidden;
}

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

.team_cardpic:hover .midtext{opacity: 9;}

.midtext {
    position: absolute;
    top: 0px;
    left: 0px;
    transform: scale(1);
    opacity: 0;
    background-color: #1f3c56a8;
    width: 100%;
    height: 100%;
    flex-direction: column;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s ease-in-out;
}

.midtext h5 {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    margin: 0 0 5px;
}

.midtext h6 {
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    margin: 0;
}

/*.team_cardpic::before:hover .midtext {
    transform: scale(1.1);
}*/

.team_text {
    width: 90%;
    background-color: #fff;
    padding: 15px;
    text-align: left;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 12px;
    margin: 0 auto;
    transition: 0.6s;
}

.team_text h5 {
    font-size: 20px;
    font-weight: 600;
    color: #074675;
    margin: 0 0 5px;
}

.team_text h6 {
    font-size: 15px;
    font-weight: 500;
    color: #4c4c4c;
    margin: 0;
}

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

.team_card:hover .team_text {
    opacity: 0;
}



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

.wedding_left {
    width: 100%;
    padding: 15px 15px 30px;
    margin-bottom: 20px;
    box-shadow: 0 0px 20px 3px rgb(0 0 0 / 5%);
}

.wedding_leftpic {
    height: 650px;
    position: relative;
    display: flex;
    overflow: hidden;
    margin-bottom: 35px;
}

.wedding_leftpic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.wedding_sec h2 {
    font-family: 'Valentiamo';
    font-size: 54px;
    color: #000;
}

.wedding_sec h4 {
    font-family: 'Valentiamo';
    font-size: 36px;
    color: #000;
    margin-top: 35px;
}

.wedding_sec h5 {
    font-size: 24px;
    color: #000;
    margin-top: 35px;
}

/*// accordion start */
.accordion_row { width: 100%; margin-top: 25px; }
.accordion-item { margin-bottom: 15px; }
.accordion-item { border-radius: 0px; }
.accordion-button { font-family: "Urbanist", sans-serif; font-size: 20px; color: #000; font-weight: 600; padding: 15px; background-color: transparent; }
.accordion-button span { color: #FF7200; margin-right: 5px; }
.accordion-button:not(.collapsed) { background-color: transparent; }
.accordion-item:last-of-type>.accordion-header .accordion-button.collapsed { background-color: transparent; }
.accordion-body p { margin: 0; }
.accordion-button:focus { z-index: 3; outline: 0; box-shadow: none; }
.accordion-button::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-plus' viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3E%3C/svg%3E");
  transition: all 0.5s; width: 40px; height: 40px; background-position: 11px; border-radius: 50%; background-color: #FFF2E6; text-align: center; }
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-dash' viewBox='0 0 16 16'%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/%3E%3C/svg%3E");
  width: 40px; height: 40px; background-position: 11px; border-radius: 50%; background-color: #FFF2E6; text-align: center; }
.accordion-button::after {
  transition: all 0.5s;
}
.accordion-item { box-shadow: 0 4px 10px 0px rgb(0 0 0 / 5%); border: none; border-bottom: 1px solid #ffbd7a; }
/*.accordion-button:not(.collapsed) {box-shadow: none; }*/
.accordion-button:not(.collapsed) { color: #000; background-color: transparent; box-shadow: none; }
.accordion-body { padding: 0 15px 15px 42px; }
.accordion-item:first-of-type, .accordion-item:last-of-type>.accordion-collapse, .accordion-item:last-of-type {
    border-radius: 0;
}
/*// accordion end */

.pricing_row {
    width: 100%;
    margin-top: 35px;
}

.pricing_box {
    width: 100%;
    padding: 35px 20px 25px;
    border: 1px solid #E5E5E5;
    transition: 0.6s;
}

.pricing_row h5 {
    font-family: "Urbanist", sans-serif;
    font-size: 22px;
    color: #000;
    margin: 0;
    transition: 0.6s;
}

.pricing_row h4 {
    font-family: "Urbanist", sans-serif;
    font-size: 42px;
    color: #000;
    margin: 10px 0 20px;
    font-weight: 700;
    transition: 0.6s;
}

.pricing_box .borderbtn {
    border: 1px solid #F67C3C;
}

.pricing_box:hover .borderbtn {
    border-color: #fff;
}

.pricing_box .commonbtn {
    padding: 10px 20px;
    font-size: 16px;
    background-color: #F67C3C;
    color: #fff;
    min-width: auto;
}

.pricing_box:hover .commonbtn {
    background-color: #fff;
    color: #F67C3C;
}

.pricing_btm {
    width: 100%;
    border-top: 1px solid #dbdbdb;
    margin-top: 25px;
    padding-top: 25px;
}

.pricing_btm ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.pricing_btm ul li {
    width: 100%;
    position: relative;
    padding: 0 0 15px 27px;
    font-size: 16px;
    color: #4c4c4c;
    font-weight: 500;
    transition: 0.6s;
}

.pricing_btm ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 3px;
    background-image: url(../images/check.svg);
    width: 16px;
    height: 16px;
    background-position: left;
    background-repeat: no-repeat;
    background-size: contain;
    transition: 0.6s;
    filter: brightness(0) saturate(100%) invert(29%) sepia(2%) saturate(18%) hue-rotate(352deg) brightness(92%) contrast(87%);
}

.pricing_box:hover {
    background-color: #F67C3C;
    border-color: #F67C3C;
}

.pricing_box:hover .pricing_btm ul li, .pricing_box:hover h4, .pricing_box:hover h5 {
    color: #fff;
}

.pricing_box:hover .pricing_btm ul li::before {
    filter: brightness(0) saturate(100%) invert(97%) sepia(100%) saturate(14%) hue-rotate(203deg) brightness(103%) contrast(104%);
}

.wedding_right {
    width: 100%;
    padding: 25px 0 0;
    margin-bottom: 20px;
    box-shadow: 0 0px 20px 3px rgb(0 0 0 / 5%);
}

.wedding_right h5 {
    font-family: 'Valentiamo';
    font-size: 28px;
    color: #000;
    margin: 0 0 10px;
    padding: 0 15px 0;
    border-left: 3px solid #F67C3C;
}

.wedding_right .formbox {
    width: 100%;
    padding: 15px 15px 30px;
    margin: 0;
}

.wedding_right .formbox .form-control {
    border: 1px solid #8d8d8d8f;
    padding: 5px 12px;
    box-shadow: inset 0 0 10px #dedede;
}

.wedding_right .formbox .form-group {
    margin-bottom: 5px;
}

.wedding_right select {
    width: 100%;
    background-color: transparent;
    height: 45px;
    font-size: 16px;
    color: #2c2c2c;
    padding: 5px 10px;
    border: none;
    font-weight: 500;
    border: 1px solid #8d8d8d8f;
    border-radius: 0px;
    box-shadow: inset 0 0 10px #dedede;
}

.wedding_right .borderbtn {
    margin-top: 15px;
}

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

/*// support start */
.support { width: 100%; background-color: #F67C3C; position: relative; padding-top: 25px;}
.support_in { padding: 20px 15px; }
.support_top { width: 100%; gap: 10px; }
.support h6 { font-family: "Urbanist", sans-serif; font-size: 22px; color: #fff; font-weight: bold; padding: 0 15px; border-left: 3px solid #fff; margin: 0; position: relative; }
.ph_circle { width: 52px; height: 52px; background-color: #fff; display: flex; align-items: center; justify-content: center; border-radius: 50%; }
.ph_circle img { width: 22px; height: 22px; }
.support h4 { font-family: "Urbanist", sans-serif; font-size: 22px; color: #fff; font-weight: bold; margin: 0; line-height: 22px; }
.support h4 span { font-size: 15px; color: #fff; font-weight: 400; }
.support h5 { font-size: 18px; color: #fff; font-weight: 600; margin: 15px 0 10px; }
.support h5 span { font-size: 17px; color: #ffffff; }
.support p { font-size: 14px; color: #fff; line-height: 20px; }
/*// support end */


.contact_area{
    position: relative;
}
.contact_area .contact_rightbox {
    background-position: center;
    background-size: cover;
   
    background-repeat: no-repeat;
}
.contact_innerpage {
    box-sizing: border-box;
    padding:40px 40px 40px 0px;
    border-radius: 6px;
    overflow: hidden;
    background-color: #fff;
    position: relative;
}
.contact_innerpage::after {
    position: absolute;
    right: 10px;
    top: 6px;
    height: 98%;
    width: 80%;
    background: #fff;
    content: ' ';
    box-shadow: 0 1px 5px 0 rgb(0 0 0 / 10%), 0 1px 8px 0 rgb(0 0 0 / 15%);
}
.contact_formbox label {
    font-weight: 500;
    font-size: 16px;
    color: #000000d4;
    text-transform: capitalize;
}

.contact_formbox .form-control {
    height: 46px;
    border-color: rgb(28 69 100 / 39%);
    color: #000;
    box-shadow: none;
    font-weight: 400;
    border-radius: 0;
    margin-bottom: 20px;
}
.contact_formbox .form-control::placeholder{
    font-weight: 400;
}

.contact_formbox .form-control:hover {
    border-color: rgb(32 74 105);
}
.contact_formbox textarea.form-control {
    height: 100px;
    resize: none;
    padding-top: 10px;
    border-radius: 0;
}
.contact_formbox {
    box-sizing: border-box;
    padding: 40px;
position: relative;
    z-index: 1;
}
.contact_rightboxinner {
    box-sizing: border-box;
    padding: 50px 40px;
    height: 100%;
    position: relative;
    z-index: 1;
   background: #1f3c56;
}
.contact_area{
    padding: 100px 0px 120px;
}
.contact_rightboxinner h3 {
    font-size: 34px;
    font-weight: 300;
    color: #ffffff;
    margin-bottom: 25px;
}
.contact_rightboxinner h3 strong{
    font-weight: 400;
}
.contact_rightboxinner h3 span {
    display: block;
    border-left: 2px solid #fff;
    font-size: 17px;
    padding-left: 8px;
    margin-bottom: 5px;
    font-weight: 400;
}
.contact_rightboxinner ul.contact_list{
    padding: 0;
    margin: 0;
    list-style: none;
}
.contact_rightboxinner ul.contact_list li {
    padding: 7px 0 0 55px;
    margin: 0 0 25px;
    position: relative;
    min-height: 43px;
}
.contact_rightboxinner ul.contact_list li .icon{
    position: absolute;
    top: 0;
    left: 0;
    width: 43px;
    height: 43px;
    object-fit: cover;
    border-radius: 50%;
}
.contact_rightboxinner ul.contact_list li a {
    font-size: 18px;
    font-weight: 300;
    color: #ffffff;
}
.contact_rightboxinner ul.contact_list li a:hover{
    text-decoration: underline;
}
.contact_rightboxinner .view_map{
    padding: 10px 15px;
    border: 1px solid #ffffff;
    font-size: 15px;
    font-weight: 400;
    color: #ffffff;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.contact_rightboxinner .view_map:hover{
    background-color: #ffffff;
    color: #000000;
}
.contact_rightboxinner ul.contact_social {
    padding: 30px 0 0 0;
    margin: 50px 0 0;
    list-style: none;
    border-top: 1px solid #fff;
    text-align: center;
}
.contact_rightboxinner ul.contact_social h5{
    font-size: 20px;
    padding-bottom: 20px;
    display: block;
    color: #fff;
}
.contact_rightboxinner ul.contact_social li{
    display: inline-block;
    padding: 0 0 0 0;
    margin: 0 8px 0 0;
}
.contact_rightboxinner ul.contact_social li a {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #ffffff;
    font-size: 18px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    border: 2px solid #fff;
}
.contact_rightboxinner ul.contact_social li a:hover {
    background-color: #ffffff;
    color: #f25529;
}
.contact_rightboxinner .inn-cntct-icon {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: #ee4036;
    margin-right: 20px;
    background: #fff;
    font-size: 22px;
}
.contact_rightboxinner .media{
    display: flex;
    color: #fff;
    margin-bottom: 35px;
}
.contact_rightboxinner .media-body{
    flex: 1;
    -webkit-box-flex: 1;
    -ms-flex: 1;
}
.contact_rightboxinner .media-body h5{
    font-size: 20px;
    padding-bottom: 5px;
}
.contact_rightboxinner .media-body p{
    color: #fff;
	margin: 0px;
}
.contact_rightboxinner .media-body p a{
    color: #fff;
}
.contact_area .about-new-shape {
    bottom:40%;
}

.submit_btn:hover{ background:#000;}
.fild{ position:relative}
.fild:after{ position:absolute; content:"";border: solid #171717;border-width: 0 2px 2px 0;display: inline-block; padding: 3px;transform: rotate(-45deg);-webkit-transform: rotate(45deg); top: 17px;right: 15px;}

.innerslider{transform: initial;  transition: 0.6s; overflow: hidden;}
.innerslider .slide_text::before{ display:none;}
.innerslider .slide_text{padding: 15px 0 15px;}
.innerslider .slide_text h5{margin: 0px;width: 100%;font-size: 35px; text-align: left;}
.innerslider .slide_cardpic{ height:350px}

.innerslider:hover .slide_cardpic img {
	transform: scale(1.1);
}
.itemOrder .itemList:nth-of-type(2n) .slide_cardpic{
	order: 2;
}
.itemOrder .itemList:nth-of-type(2n) .slide_text{
	order: 1;
}
/* ======================================================================= */
    /* our_gallery start */
/* ======================================================================= */

.our_gallery {
  width: 100%;
}

.planing_gallery {
    column-count: 3;
    --webkit-column-count: 3;
    --moz-column-count: 3;
    gap: 1rem;
    padding: 0;
    
}

.planing_gallery .galleryimg {
  margin-bottom: 1rem;
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.planing_gallery .galleryimg:hover {
  margin-bottom: 1rem;
  cursor: pointer;
}

.galleryimg img {
  height: auto;
  width: 100%;
  object-fit: cover;
  transition: 1s;
  border-radius: 15px;
}
.gallerybg{background: #f4603982;
  position: absolute;
  top: 0px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 15px;opacity: 0;}
.gallerybgarea:hover .gallerybg{ opacity:1}
.galleryimg:hover img {
  opacity: 0.7;
}
.galleryicon{position: absolute;
  right: 0px;
  left: 0px;
  margin: 0 auto;
  text-align: center;
  font-size: 50px;
  color: #fff;}




.about_page::after {
    content: '';
    position: absolute;
    bottom: -4px;
    right: 0px;
    background-image: url(https://webtechnomind.in/work/maldives/wp-content/uploads/2025/05/inner_bg_after.png);
    background-repeat: repeat-x;
    background-size: contain;
    background-position: bottom;
    width: 100%;
    height: 55px;
}

.about_page {
    z-index: 1;
}
.about_page::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 43%);
    z-index: -1;
    top: 0;
}


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

.experience_photography_left {
    width: 100%;
    position: relative;
}

/*.experience_photography_left::before {
    content: "";
    position: absolute;
    top: 30px;
    left: -100%;
    width: 175%;
    height: 115%;
    background-color: #EDFCFF;
}*/

.experience_photography_pic {
    height: 600px;
    position: relative;
    display: flex;
    z-index: 1;
}

/*.experience_photography_pic::before {
    content: "";
    position: absolute;
    left: 30px;
    bottom: 0;
    width: 400px;
    height: 230px;
    background-color: #D6F9FF;
    z-index: -1;
}*/

.experience_photography_pic img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.experience_photography_right {
    width: 100%;
    padding-left: 25px;
}

/*.experience_photography_right .headertext {
    margin-top: 75px;
}*/

.list_item {
    width: 100%;
    margin: 20px 0;
}

.list_item ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.list_item ul li {
    width: 100%;
    position: relative;
    font-size: 16px;
    color: #000;
    padding-bottom: 10px;
    gap: 5px;
    display: flex;
}

.list_item ul li::before {
    content: "\f058";
    position: relative;
    font-family: FontAwesome;
    font-size: 16px;
    color: #F67C3C;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
}

.happy_dr {
    padding: 25px 15px;
    background-color: #fff;
    text-align: center;
    position: absolute;
    left: 10%;
    bottom: -70px;
    border-radius: 10px;
    width: 38%;
}

.happy_circle {
    width: 50px;
    height: 50px;
    margin: 0 auto 15px;
    border-radius: 50%;
    background-color: #04A0FE;
    padding: 5px;
    border: 4px solid rgb(229,248,254);
    display: flex;
    align-items: center;
    justify-content: center;
}

.happy_circle img {
    width: 20px;
    height: 20px;
    filter: brightness(0) invert(1);
}

.happy_dr h5 {
    font-size: 16px;
    color: #000;
    font-weight: 500;
    margin: 0;
    width: 70%;
    margin: 0 auto;
}

.happy_dr p {
    font-size: 14px;
    line-height: 22px;
}

.experience_photography .commonbtn {
    background-color: #F67C3C;
    color: #fff;
    position: relative;
}

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

.experience_btm h4 {
    font-family: 'Valentiamo';
    font-size: 36px;
    color: #000;
    margin-top: 20px;
}

.experience_btm h5 {
    font-size: 24px;
    color: #000;
    margin-top: 35px;
}



/* ======================================================================= */
    /* plan_sec start */
/* ======================================================================= */
.plan_sec {
    width: 100%;
    background-color: #f9f9f9;
}

.plan_sec .headertext {
    margin: 0 auto 50px;
    width: 75%;
}

.plan_sec .headertext h3 {
    text-align: center;
}

.plan_sec .headertext p {
    margin: 0 auto;
    text-align: center;
}

.plan_sec_left {
    width: 100%;
}

.plan_sec_right {
    width: 100%;
}

.plan_sec_rightpic {
    height: 800px;
    position: relative;
    display: flex;
    overflow: hidden;
}

.plan_sec_rightpic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.planitem_box {
    width: 100%;
    background-color: #fff;
    margin: 0 auto;
    border: 1px #eeeeee solid;
    text-align: center;
	box-shadow: 0 0px 12px rgb(0 0 0 / 10%);
}

.planitem_box:hover .commonbtn {
	background-color: #1f3c56;
}

.planitem_box:hover .borderbtn {
	border-color: #074675;
}

.planitem_box_top {
    width: 100%;
    padding: 25px;
    background-color: #ee4036;
}

.planitem_box_top h6 {
    font-size: 16px;
    color: #fff4f4;
    font-weight: 400;
    text-transform: uppercase;
}

.planitem_box_top h2 {
    font-size: 60px;
    color: #fff;
    margin: 15px 0;
    font-weight: 700;
}

.planitem_box_top h5 {
    font-size: 16px;
    color: #fff;
    font-style: italic;
}

.planitem_box_btm {
    width: 100%;
    padding: 35px 20px 35px 20px;
}

.planitem_box_btm ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.planitem_box_btm ul li {
    padding: 0 0 9px 0;
    margin: 0 0 11px 0;
    position: relative;
    color: #737479;
    font-style: italic;
}

.planitem_box_btm ul li:before {
    display: none;
}

.planitem_box_btm ul li:after {
    width: 100px;
    height: 1px;
    background: #eeeeee;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -50px;
    content: '';
}

.planitem_box_btm ul li:last-child {
    margin-bottom: 0;
}

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

.planitem_box_btm .commonbtn {
    padding: 10px 20px;
    font-size: 16px;
    background-color: #074675;
    color: #fff;
    min-width: auto;
}



.planitem_box_btm .borderbtn {
    margin-top: 15px;
}

.brands-carousel .box {
    position: relative;
}

.brands-carousel .box .borderbtn {
    position: absolute;
    bottom: 34%;
    right: 30%;
	z-index: 11;
}

.brands-carousel .box .commonbtn {
	color: #fff;
	padding: 10px 18px;
    font-size: 15px;
}

.brands-carousel .box .borderbtn {
    border: 1px solid #fff;
}
.brands-carousel .box .textbox {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 3;
    top: 35%;
    text-align: center;
}
.brands-carousel .box .textbox h1 {
/*     font-family: 'fonnts.com-Lust-Text-Book-';
    display: inline-block;
    font-size: 80px;
    text-transform: uppercase;
    color: #084675;
    -webkit-text-stroke: 1px #ffffff;
    font-weight: 900;
    text-shadow: 0px 0px 5px rgb(0 0 0 / 35%);
    line-height: 80px;
    margin-left: -56px; */
}

svg {
	position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 3;
    top: 0%;
    text-align: center; 
	width: 100%; 
	height: 100%;
}
svg text {
	text-transform: uppercase;
	animation: stroke 5s infinite alternate;
	stroke-width: 2;
	stroke: #ee4036;
	font-size: 75px;
}
@keyframes stroke {
	0%   {
		fill: rgba(246, 124, 60, 0); stroke: rgba(246, 124, 60, 1);
		stroke-dashoffset: 25%; stroke-dasharray: 0 50%; stroke-width: 2;
	}
	70%  {fill: rgba(246, 124, 60, 0); stroke: rgba(246, 124, 60, 1); }
	80%  {fill: rgba(72,138,20,0); stroke: rgba(246, 124, 60, 1); stroke-width: 3; }
	100% {
		fill: rgba(246, 124, 60, 1); stroke: rgba(246, 124, 60, 0); 
		stroke-dashoffset: -25%; stroke-dasharray: 50% 0; stroke-width: 0;
	}
}

.toptext01 {
    position: absolute;
    top: -20%;
    left: -15%;
	font-family: 'fonnts.com-Lust-Text-Medium';
	font-weight: 500;
	letter-spacing: 2px;
}

.toptext02 {
    position: absolute;
    top: -11%;
    left: 2%;
	font-family: 'fonnts.com-Lust-Text-Medium';
	font-weight: 500;
	letter-spacing: 2px;
}

.toptext03 {
    position: absolute;
    top: -2%;
    left: 7%;
	font-family: 'fonnts.com-Lust-Text-Medium';
	font-weight: 500;
	letter-spacing: 2px;
}

.brands-carousel .box h4 {
    font-family: 'fonnts.com-Lust-Text-Light';
    font-weight: 500;
    font-size: 30px;
    color: #fff;
    text-align: center;
    position: absolute;
    top: 21%;
    left: -34%;
    right: 0;
}

.brands-carousel .box h5 {
    font-family: 'fonnts.com-Lust-Text-Light';
    font-weight: 500;
    font-size: 30px;
    color: #fff;
    text-align: center;
    position: absolute;
    bottom: 42%;
    right: 20%;
}

/* .before_after {
	height: 700px;
	position: relative;
	display: flex;
	overflow: hidden;
}

.before_after img {
	width: 100%;
	height: 100%;
	object-fit: cover;
} */

.brands-carousel .box .textbox h1 small {
    display: block;
    text-align: left;
    color: #fff;
    font-size: 26px;
    -webkit-text-stroke: none;
    text-shadow: none;
    font-weight: 300;
    text-transform: capitalize;
    letter-spacing: 1px;
    margin-left: 100px;
	font-family: 'fonnts.com-Lust-Text-Light';
}
.brands-carousel .box .textbox p {
    color: #fff;
    text-align: left;
    display: inline-flex;
    margin-top: 0;
    position: relative;
    top: 44px;
    font-size: 24px;
    position: relative;
    line-height: 30px;
    font-weight: 500;
}
.brands-carousel .box .textbox p:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: -13px;
    background-color: #fff;
}
.brands-carousel .box .textbox h1 b {
    display: block;
    position: relative;
    left: 100px;
}
.brands-carousel .box .textbox h1 span {
    position: relative;
    left: 180px;
}
.twentytwenty-handle {
    display: none;
}
.twentytwenty-overlay {
    background: rgb(0 0 0 / 32%);
}

.innerservice .slide_text h5 {
    color: #074675;
}

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

.portfolio_sec_left {
    width: 100%;
    position: sticky;
    top: 98px;
}

.portfolio_sec_leftpic {
    height: 800px;
	position: relative;
	display: flex;
	overflow: hidden;
}

.portfolio_sec_leftpic img {
    width: 100%;
	height: 100%;
	object-fit: cover;
}

.portfolio_sec_leftpic::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgb(7 70 117 / 74%) 7%, rgba(0, 0, 0, 0.08725488486410193) 65%);
    top: 0px;
    left: 0px;
    background: #000000;
    background: linear-gradient(180deg, rgb(0 0 0 / 15%) 0%, rgba(0, 0, 0, 1) 100%);
}

.portfolio_textbox {
    position: absolute;
    bottom: 0px;
    padding: 15px 35px 25px;
    z-index: 3;
}

.portfolio_textbox h5 {
    color: #fff;
    font-size: 32px;
	font-weight: 700;
	margin-bottom: 10px;
}

.portfolio_textbox p {
    color: #fff;
    font-size: 14px;
}

.portfolio_sec_right {
    width: 100%;
}
.nav-pills {
    width: 100%;
    background-color: transparent;
    padding: 0;
    border-radius: 0;
    margin-bottom: 18px;
    gap: 16px;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #75bde9;
}
.nav-pills .nav-link {
    border-radius: 0;
    font-size: 16px;
    border: 1px solid #75bde9;
    padding: 5px 20px 4px;
    display: inline-flex;
    color: #5190b7;
}
.nav-link {
    font-size: 18px;
	color: #fff;
	border-bottom: 2px solid #F67C3C;
	border-top: 2px solid #F67C3C;
}
.tab-content>.tab-pane {
    height: auto;
    overflow-y: scroll;
    scrollbar-width: none;
}
.nav-link:focus, .nav-link:hover {
    color: #fff;
    background-color: #75bde9;
}

.portfolio_sec .tab-content {
    width: 100%;
    /* padding: 20px; */
    /* border-radius: 20px; */
    /* background-color: #f3f3f3e0; */
}

.planing_gallery {
    column-count: 2;
    --webkit-column-count: 2;
    --moz-column-count: 2;
    gap: 1rem;
    padding: 0;
    margin-top: 0px;
}

.planing_gallery .galleryimg {
  margin-bottom: 1rem;
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
	overflow: hidden;
}

.planing_gallery .galleryimg:hover {
  margin-bottom: 1rem;
  cursor: pointer;
}

.galleryimg img {
    height: auto;
    width: 100%;
    object-fit: cover;
    transition: 1s;
    border-radius: 0;
}

.galleryimg:hover img {
  opacity: 0.7;
	transform: scale(1.1);
}



/* ======================================================================= */
    /* portfolio_sec start */
/* ======================================================================= */
.portfoliosec_mid {
    width: 100%;
	margin-top: 35px;
}

.portfoliosec_mid h2 {
    font-size: 42px;
    color: #074675;
    margin-bottom: 35px;
}

.gallery_slide_wise_in { width: 100%; margin-top: 35px; }
.gallery_slide_card { width: 100%; overflow: hidden; }
.gallery_slide_cardimg { height: 460px; overflow: hidden; border-radius: 0px; position: relative; transition: all .5s ease-in-out; }
.gallery_slide_cardimg img { width: 100%; height: 100%; object-fit: cover; transition: all .5s ease-in-out; }
/* .gallery_slide_cardimg::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgb(31 60 86 / 80%) 7%, rgba(0, 0, 0, 0.08725488486410193) 65%);
    top: 0px;
    left: 0px;
    border-radius: 15px;
} */
.gallery_slide_cardtext { position: absolute; bottom: 0px; padding: 15px 20px 25px; z-index: 3; }
.gallery_slide_cardtext h5 { color: #fff; font-size: 32px; }
.gallery_slide_cardtext p { color: #fff; }
.gallery_slide_cardtext .commonbtn { padding: 10px 20px; font-size: 16px; margin-top: 20px; border: 1px solid #fff; background-color: #fff; color: #1f3c56; border-radius: 8px;}
.gallery_slide_card:hover .gallery_slide_cardimg img { transform: scale(1.1); } 
.gallery_slide_card:hover .commonbtn { background-color: #074675; color: #fff; }
.countries_slide .owl-carousel .owl-stage-outer { padding: 55px 0 0 !important; }
/*.gallery-carousel .owl-nav { position: absolute; top: -130px; width: 100%; left: 0; right: 0; text-align: center;}*/
.gallery-carousel .owl-nav button.owl-prev, .gallery-carousel .owl-nav button.owl-next { width: 40px; height: 40px; border: 1px solid #1f3c56; border-radius: 50%; color: #345C7E; font-size: 30px;}
.gallery-carousel .owl-nav button.owl-prev span { position: relative; top: 0px; font-size: 0; display: flex; align-items: center; justify-content: center;}
.gallery-carousel .owl-nav button.owl-prev span::after { content: '\f060'; color: #1f3c56 !important; font-family: FontAwesome; position: absolute; border-radius: 50%; font-size: 16px; }
.gallery-carousel .owl-nav button.owl-prev:hover span::after { content: '\f060'; color: #fff !important; }
.gallery-carousel .owl-nav button.owl-next span { position: relative; top: 0px; font-size: 0; display: flex; align-items: center; justify-content: center;}
.gallery-carousel .owl-nav button.owl-next span::before { content: '\f061'; color: #024A8E !important; font-family: FontAwesome; position: absolute; border-radius: 50%; font-size: 16px; }
.gallery-carousel .owl-nav button.owl-next:hover span::before { content: '\f061'; color: #fff !important; }
.gallery-carousel .owl-nav button.owl-prev { left: 0px; position: relative;}
.gallery-carousel .owl-nav button.owl-next { right: 0px; position: relative;}
.gallery-carousel .owl-nav { position: absolute; top: -85px; display: inline-flex; left: 0; justify-content: end; width: 100%;}
.gallery-carousel .owl-nav button.owl-prev:hover, .gallery-carousel .owl-nav button.owl-next:hover { background: #074675; border: 1px solid #074675; color: #fff; transition: all .3s ease-in-out;}
.owl-theme .owl-nav { margin-top: 0; }
.owl-carousel .gallery-carousel .owl-dots.disabled, .owl-carousel .gallery-carousel .owl-nav.disabled {
    display: block !important;
}

/* header end menu gallery */
.header-right button img {
    width: 26px;
    height: 26px;
	filter: brightness(0) saturate(100%) invert(18%) sepia(5%) saturate(7084%) hue-rotate(169deg) brightness(94%) contrast(86%);
}

.header-right button img:hover {
	filter: brightness(0) saturate(100%) invert(29%) sepia(90%) saturate(2551%) hue-rotate(345deg) brightness(107%) contrast(90%);
}

button:hover, button:focus, .button:hover, .button:focus {
    background-color: transparent;
    border: none;
    outline: none;
}

.offcanvas-body h4 {
    font-size: 22px;
    color: #000;
    margin-bottom: 10px;
    font-weight: 600;
}

.menu_gallery {
    width: 100%;
}

.menu_gallerybox {
    width: 100%;
    margin-bottom: 15px;
    transition: 0.6s;
}

.menu_gallerybox_pic {
    height: 115px;
    position: relative;
    display: flex;
    overflow: hidden;
    border-radius: 0;
}

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

.menu_gallerybox h5 {
    font-size: 16px;
    color: #1f3c56;
    font-weight: 600;
    margin: 8px 0 0;
    text-align: center;
}

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

.newsletter {
    width: 100%;
    padding: 25px 12px 0 12px;
    margin-top: 25px;
    border-top: 1px solid #cacaca;
}

.newsletter p {
    margin: 0;
}

.newsletter .form-control {
    background-color: #1f3c56 !important;
    height: 50px;
    width: 100%;
    font-size: 16px;
    color: #fff;
    padding: 5px 25px;
    text-align: center;
    border: none;
    font-weight: 500;
    border: 1px solid #1f3c56;
    border-radius: 30px;
    box-shadow: none;
}

.form-control::placeholder {
    color: #fff;
}

.newsletter .submit_btn {
    width: 100%;
    padding: 12px 25px;
    height: 50px;
    position: relative;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 16px;
    border-radius: 30px;
    font-weight: 600;
    border: none;
    background-color: #1f3c56;
    color: #fff;
    text-align: center;
    display: block;
    transition: 0.6s;
}

.newsletter .submit_btn:hover {
    background-color: #074675;
}

.newsletter .s_media {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.newsletter .s_media a i {
    color: #1f3c56;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 6px 0 0;
    text-decoration: none;
    font-size: 16px;
    width: 35px;
    height: 35px;
    border-radius: 8px;
    text-align: center;
    background-color: transparent;
    border: 1px solid #1f3c56;
    transition: 0.6s;
}

.newsletter .s_media a i:hover {
    background-color: #1f3c56;
    color: #fff;
}

.topHead .btn {
    margin-bottom: 15px;
}

.headerarea.fix .btn {
    margin: 0;
}

.offcanvas.offcanvas-end {
	top: 15%;
	right: 5%;
	height: 80vh;
}
.offcanvas-body {
    overflow-y: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
    padding: 0 40px 40px 40px;
    height: 66vh;
    /* overflow-y: hidden; */
    flex-grow: inherit;
}

.offcanvas-header .btn-close {
    background-color: #faae40 !important;
    width: 35px;
    height: 35px;
    border-radius: 50%;
	opacity: 1;
}

.offcanvas.show:not(.hiding), .offcanvas.showing {
    border-radius: 0;
}
.topHead .btn {
    border: none;
}


.newsletter::-webkit-input-placeholder { /* Chrome/Opera/Safari */
 color: #fff;
}
.newsletter::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
}
.newsletter:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
}
.newsletter:-moz-placeholder { /* Firefox 18- */
  color: #fff;
}
/* .portfolio_sec_leftpic.sticky-top {
	position: -webkit-sticky;
	position: sticky;
	top: 210px;
	z-index: 0;
}
 */

.services_gridBox {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 40px;
}

.services_gridBox .slide_cardpic {
    height: 400px;
    flex-basis: 50%;
    flex-shrink: 0;
}
.services_gridBox .slide_text h6 {
	font-size: 20px;
	color: #000;
	font-weight: 600;
	margin: 15px 0;
	text-align: left;
}

.services_gridBox .slide_text ul {
    padding: 0;
    margin: 10px 0 0 25px;
    list-style: none;
}
.services_gridBox .slide_text ul li {
	width: 100%;
	font-size: 15px;
	color: #1c1c1c;
	padding-bottom: 5px;
	list-style: disc;
	text-align: left;
}
.services_gridBox  .slide_text {
    padding: 15px 0px 15px;
}





.video-play-button { position: absolute; z-index: 10; top: 50%; left: 50%; transform: translateX(-50%) translateY(-50%); box-sizing: content-box; display: block; width: 32px; height: 44px; border-radius: 50%; padding: 18px 20px 18px 28px; }
.video-play-button:before { content: ""; position: absolute; z-index: 0; left: 50%; top: 50%; transform: translateX(-50%) translateY(-50%); display: block; width: 70px; height: 70px; background: #fcf0de; border-radius: 50%; animation: pulse-border 1100ms ease-out infinite; }
.video-play-button:after { content: ""; position: absolute; z-index: 1; left: 50%; top: 50%; transform: translateX(-50%) translateY(-50%); display: flex; align-items: center; justify-content: center; width: 65px; height: 65px; background: rgb(117, 189, 233); border-radius: 50%; transition: all 200ms; }
.video-play-button span { display: block; position: relative; z-index: 3; width: 0; height: 0; border-left: 19px solid #fff; border-top: 12px solid transparent; border-bottom: 12px solid transparent; top: 10px; left: 5px; }
.video-play-button .fa-play { font-size: 25px; color: #fff; position: relative; z-index: 2; left: 50%; top: 50%; transform: translateX(-50%) translateY(-50%); }
@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}


.client_logo{display: flex;
  align-items: center;
  justify-content: center;height: 150px;}

.callinner{width: 35px;
  height: 35px;
  border: 1px solid #2f2f2fe3;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 7px;
  color: #9b9b9b;
  font-size: 16px;}

.choose_secinner{ background:#fff;}
.choose_secinner .headertext h3{color: #222;}
select {
  word-wrap: normal;
  color: #888 !important;
}
