@charset "utf-8";
/* start :: font */
@import url('https://fonts.googleapis.com/css2?family=Barlow+Semi+Condensed: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&family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap');
/* end :: font */
:root{
    /* Fonts */
    --body-font:"Work Sans", sans-serif;
    --heading-font:"Barlow Semi Condensed", sans-serif;
    /* Colors */
    --primary: #1B3E3F;
    --yellow: #CB9A65;
    --dark-yellow: #A1805D;
    --white: #ffffff;
    --light-green: #879F9F;
    --cream: #F9F1E7;
    --grey: #6C6C6C;
    --wrapper:1506px;
}

/* 1. Create a Clean Base
------------------------------------------------------------------------------*/
html, body, br, hr, div, span, a, object, iframe, ul, ol, dl, li, dt, dd, h1, h2, h3, h4, h5, h6, p, blockquote, q, address,
small, big, cite, dfn, ins, del, i, em, b, strong, sup, sub, strike, pre, code, samp, kbd, var, tt, form, fieldset, legend, label,input, textarea, option, .nobox {background: transparent; border: 0; font-size: 100%; margin: 0; outline: 0; padding: 0; vertical-align: baseline;}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {display: block;}
blockquote, q {quotes: none;}
br {height: 0;}
ul, ol, dl, li {margin:0; padding:0;}
li{list-style-position: inside;}

body {font-family:var(--body-font);position:relative;font-size:18px;line-height:1.66;color:var(--white);font-weight:500; overflow-x: hidden;}

/* Class for clearing floats */
.clear {clear:both; display:block; overflow:hidden; visibility:hidden; width:0; height:0;}
.cf:after,.cf:before{display: table;content: ''}
.cf:after{clear: both;}
*{-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;margin: 0;font-family: var(--body-font);}
body.overlay{overflow:hidden;}

/* 2. Define Base Typography
------------------------------------------------------------------------------*/

/* Create the Default Headers  */
h1,.h1, h2,.h2, h3,.h3, h4,.h4, h5,.h5, h6,.h6{ margin-bottom:0;font-family: var(--heading-font); line-height:normal;font-weight: 700;}

/* Specific Header Settings */
h1,.h1 {font-size:64px;line-height: 1.35;margin-bottom: 18px;}
h2,.h2 {font-size: 56px; line-height: 1.35; text-transform: uppercase;margin-bottom: 18px;color: var(--yellow);}
h3,.h3 {font-size: 37.29px; line-height: 1; text-transform: uppercase;color: var(--white);margin-bottom: 15px;}
h4,.h4 { font-size: 30px;line-height: normal; text-transform: uppercase; }
h5,.h5 { font-family: var(--body-font); font-size: 22px;line-height: 1.36; color: var(--primary);}
h6,.h6 {font-family: var(--body-font); font-size: 18px; line-height: 4.14; letter-spacing: 3.96px; text-transform: uppercase;color: var(--primary);}
/* Other Typo */
strong {font-weight: bold;}
ol {list-style: decimal;}
ul {list-style: none;}
p:not(:last-child){margin-bottom: 25px;}
section{padding: 100px 0;}

/* 3. Images
------------------------------------------------------------------------------*/
img {border: 0; border-style: none;max-width: 100%;display: block;height: auto; }

/* 4. Links
------------------------------------------------------------------------------*/

/* Default Link Types */
a{color: var(--primary); font-size:18px; font-weight: 600;line-height: normal; text-decoration:none; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; display: inline-block;}
a:hover{color: var(--yellow);}
.btn{border-radius: 30px;padding: 18px 48px 18px 49px;background-color: var(--white);color: var(--primary);font-size: 20px;}
.btn:hover{background-color: var(--yellow);color: var(--white);}
a:focus{outline: none;}
.btn-arrow{ color: var(--white);background-color: var(--primary);position: relative; }
.btn-arrow::after{ content: ""; display: inline-block; background-image: url(../images/arrow-top-right.svg); width: 13.16px; height: 14.35px; margin-left: 15px; transition: 0.3s; -webkit-transition: 0.3s; -moz-transition: 0.3s; -ms-transition: 0.3s; -o-transition: 0.3s; }
.btn-arrow:hover::after{filter: brightness(0) saturate(100%) invert(65%) sepia(57%) saturate(324%) hue-rotate(350deg) brightness(88%) contrast(87%);}


/* 5. Forms
------------------------------------------------------------------------------*/
input[type='submit']{appearance:none; -webkit-appearance:none; -webkit-text-size-adjust:none; font-weight: 500; color: var(--white); background-color: var(--primary); cursor: pointer; padding: 18px 30.8px;}
input[type='submit']:hover{background-color: var(--yellow); transition: 0.3s; -webkit-transition: 0.3s; -moz-transition: 0.3s; -ms-transition: 0.3s; -o-transition: 0.3s;}
input[type='text'],input[type='tel'],input[type='email'],input[type='password'],select{border-bottom: 1.5px solid rgba(27, 62, 63, 0.50);color: var(--primary); font-size: 18px; font-weight: 400; line-height: 1.66;width: 100%;}
input:hover , input:active , input:focus , input:focus-visible , select:hover , select:active , select:focus , select:focus-visible{border-color: var(--primary);font-weight: 500;}
textarea{color: var(--primary);border-bottom: rgba(27, 62, 63, 0.50);}
::-webkit-input-placeholder{ color: var(--primary); opacity: 1;}
:-moz-placeholder{color: var(--primary); opacity: 1;}
::-moz-placeholder{color: var(--primary); opacity: 1;}
:-ms-input-placeholder{color: var(--primary); opacity: 1;}
::-ms-input-placeholder{color: var(--primary); opacity: 1;}

/* Removes fieldset borders. even on Opea 7 */
fieldset {border: 1px solid transparent;}

/* 6. Tables
------------------------------------------------------------------------------*/
/* Table Fixes */
table {border-spacing: 0; border-collapse: collapse;}
td {text-align: left; font-weight: normal;}

/* 7. Framework
------------------------------------------------------------------------------*/

/* Common CSS */
.container{ width:100%;max-width:var(--wrapper);margin-right:auto;margin-left:auto;}
.row{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;}
.col{width: 100%;}

.d-flex{display: flex;}
.d-none{display: none;}
.flex-wrap{flex-wrap: wrap;}
.flex-column{flex-direction: column;}
.flex-column-reverse{flex-direction: column-reverse;}
.align-items-center{align-items:center}
.align-items-end{align-items: flex-end;}
.justify-content-center{justify-content: center;}
.justify-content-between{ justify-content: space-between;}
.justify-content-start{ justify-content: flex-start;}
.justify-content-end{justify-content: flex-end;}
.text-center{text-align: center;}
.text-left{text-align: left;}
.text-right{text-align: right;}
.unlisted{list-style: none;}
.bg-set{background-repeat: no-repeat;background-position: center center;background-size: cover;}
.bg-green{background-color: var(--primary);}
.bg-cream{background-color: var(--cream);}
.pos-rel{position: relative;}
span{font-family: inherit;}
.list-wrap ul li{position: relative;color: var(--primary);font-size: 20px;line-height: normal;}
.list-wrap ul li::before{content: "";display: inline-block;background-image: url(../images/list-arrow.svg);width: 30px;height: 30px;vertical-align: middle;margin-right: 10px;}
/* owl */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%;-webkit-transform-style:preserve-3d}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;cursor:hand;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-loaded{display:block}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{display:none}.owl-carousel.owl-drag .owl-item{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.no-js .owl-carousel{display:block}.owl-carousel .animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOut{0%{opacity:1}100%{opacity:0}}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item img.owl-lazy{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:-webkit-transform .1s ease;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-webkit-transform:scale(1.3,1.3);-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
/* owl end */

body{background-color: #f0f7f8;font-size: 18px;}
.header-main{ position: fixed; top: 0; left: 0; right: 0; padding: 37px 0; z-index: 9999; transition: .3s; -webkit-transition: .3s; -moz-transition: .3s; -ms-transition: .3s; -o-transition: .3s; }
.header-main.fixed{background-color: var(--primary);padding: 15px 0;}
.header-main .brand{max-width: 103px;}
.header-main.fixed .brand{max-width:80px;}
.header-main .header-wrapper .logo{min-width: 103px;}
.header-main .header-wrapper .header-menu nav ul{display: flex;align-items: center;gap: 0 90px;}
.header-main .header-wrapper .header-menu nav ul li a{color: var(--white);font-weight: 500;}
.header-main .header-wrapper .header-menu nav ul li a:hover , .header-main .header-wrapper .header-menu nav ul li.current_page_item > a{color: var(--yellow);font-weight: 600;}
.header-main .header-wrapper .header-menu .contact-us{display: none;}
.header-main .header-wrapper .contact-us .btn{background-color: var(--yellow);color: var(--white);padding: 18px 51px;}
.header-main .header-wrapper .contact-us .btn:hover{background-color: var(--white);color: var(--yellow);}
.header-main .header-wrapper .navbar-toggler{width: 32px; height: 18px; position: relative; z-index: 999; display: none; cursor: pointer; background: transparent; border: none;}
.header-main .header-wrapper .navbar-toggler span { width: 100%; height: 2px; background-color: var(--white); position: absolute; left: 0; top: 0; bottom: 0; margin: auto; transition: 0.3s ease all; border-radius: 5px; -webkit-transition: 0.3s ease all; -moz-transition: 0.3s ease all; -ms-transition: 0.3s ease all; -o-transition: 0.3s ease all; }
.header-main .header-wrapper .navbar-toggler span:first-child { bottom: auto; }
.header-main .header-wrapper .navbar-toggler span:last-child { top: auto; }
body.menu-open .header-main .header-wrapper .navbar-toggler span:first-child { transform: rotate(45deg); bottom: 0; }
body.menu-open .header-main .header-wrapper .navbar-toggler span:nth-child(2) { opacity: 0; }
body.menu-open .header-main .header-wrapper .navbar-toggler span:last-child{ transform: rotate(-45deg); top: 0; }
/* end :: header */
/* start :: banner-section */
.banner-section{padding-top:281px;overflow: hidden;z-index: 1;position: relative;padding-bottom: 0;}
.banner-section .row{align-items: flex-end;}
.banner-section::after{content: "";position: absolute; border-radius: 500px; opacity: 0.4; background: var(--dark-yellow); filter: blur(167px); backdrop-filter: blur(67px);width: 363.171px; height: 359.97px; transform: rotate(-46.938deg); flex-shrink: 0;bottom: 92px;left: 100px;z-index: -1;}
.banner-section .lawyer{font-family: var(--heading-font); font-size: 122.555px; font-weight: 700; line-height: 0.97; text-transform: uppercase;opacity: 0.03; background: linear-gradient(179deg, #FFF 47.07%, rgba(153, 153, 153, 0.00) 120.87%); background-clip: text; -webkit-background-clip: text; -webkit-text-fill-color: transparent;position: absolute;left: 0;bottom: 0;display: inline-block;}
.banner-section .jameson-barlage { width: 479px; position: absolute; right: 0; top: 0; z-index: 1; height: 832px; display: flex; justify-content: flex-end; align-items: flex-end; }
.banner-section .jameson-barlage::after{ background: rgb(27,62,63); background: linear-gradient(180deg, rgba(27,62,63,1) 0%, rgba(132,146,146,0.4) 100%); content: ""; position: absolute; width: 100%; height: 100%; border-radius: 0 0 290px 290px; -webkit-border-radius: 0 0 290px 290px; -moz-border-radius: 0 0 290px 290px; -ms-border-radius: 0 0 290px 290px; -o-border-radius: 0 0 290px 290px;z-index: -1; }
.banner-section .left-content-wrapper{max-width: 59%;}
.banner-section .left-content-wrapper-inner{margin-right: 124.67px;padding-bottom: 238px;}
.banner-section .left-content-wrapper-inner h1{color: var(--white);}
.banner-section .left-content-wrapper-inner h1 span{color: var(--yellow);}
.banner-section .left-content-wrapper-inner p{margin-bottom: 25px;max-width: 595px;}
.banner-section .right-content-wrapper{max-width: 19.39%;position: relative;margin-bottom: -20px;}
.list-wrapper ul li{padding: 22.1px 0 22.1px 65.33px; border-radius: 83px 0 0 83px; -webkit-border-radius: 83px 0 0 83px; -moz-border-radius: 83px 0 0 83px; -ms-border-radius: 83px 0 0 83px; -o-border-radius: 83px 0 0 83px; position: relative; display: inline-block; background: linear-gradient(90deg, #849292 -201.06%, #1B3E3F 50%);}
.list-wrapper ul li:not(:last-child){margin-bottom: 16.56px;}
.list-wrapper ul li:last-child{opacity: .5;}
.list-wrapper ul li:last-child .image{opacity: 0;visibility: hidden;}
.list-wrapper ul li:last-child p{opacity: 0;}
.list-wrapper ul li .image{position: absolute;width: 33.21px;height: 33.21px;left: 22.81px;margin-right: 5.81px;top: 28px;}
.list-wrapper ul li h3{margin-bottom: 7px;}
.list-wrapper ul li p{font-size: 14.916px; font-weight: 600; line-height: 1;}
.justice-img{position: absolute; left: -57px; bottom:calc(100% + 5px); z-index: 9;}
.banner-section .right-content-wrapper .vertical-slider{height:463px; overflow: hidden;}
/* end :: banner-section */
.title{position: relative;padding-bottom: 19px;}
.title::after{content: '';position: absolute;bottom: 0;width: 85px;height: 3px;background-color: var(--yellow);}
.title h6{color: var(--yellow);line-height: 3;}
.title h2{color: var(--white);margin-bottom: 0px;}
.title_white{padding-bottom: 0px;padding-top: 19px;}
.title_white::after{background-color: var(--primary);bottom: auto;top: 0;}
.title_white h6{color: var(--primary)}
.title_white h2{color: var(--yellow);}


.why_choose{background-color: var(--primary);padding: 90px 0;}
.why_choose .top_col{justify-content: space-between;align-items: end}
.why_choose .title{width:767px;}
.why_choose .top_col p{width:calc(100% - 767px);margin-bottom: 15px;}
.why_choose .wrap{align-items: flex-start;position: relative;margin-top: 85px;text-align: center;}
.why_choose .wrap::after{    content: ''; position: absolute; top: 31px; width: 100%; height: 0px; border-bottom: 2px dashed var(--yellow); opacity: 0.4;}
.why_choose .colin{width: 33%;padding: 0px 53.5px;}
.why_choose .colin .img{width: 62px;height: 62px;border-radius: 50%;background-color: var(--yellow);display: flex;justify-content: center;align-items: center;position: relative;margin: 0 auto;margin-bottom: 51px;}
.why_choose .colin .img img{position: relative;z-index: 2;}
.why_choose .colin .img::after{content: '';position: absolute;top: 0;left: -19px;bottom: 0;width: calc(100% + 38px);height: calc(100% + 38px);margin: auto;background-color: var(--yellow);opacity: 0.5;border-radius: 50%;}
.why_choose .colin h4{color: var(--yellow);margin-bottom: 16px;}

.our_expertise{padding: 86px 0px 120px;position: relative;}
.our_expertise .img_col{position: relative;width: fit-content;}
.our_expertise .img_col .img{width: 240px;height: 240px;border-radius: 50%;background-color: var(--primary);display: flex;justify-content: center;align-items: center;position: relative;margin:auto 0;position: absolute; right: -140px; top: 33px; bottom: 0;}
.our_expertise .img_col .img::after{content: '';position: absolute;top: 0;left: -16px;bottom: 0;width: calc(100% + 32px);height: calc(100% + 32px);margin: auto;border-radius: 50%;border: 2px dashed var(--primary);z-index: -1;}
.our_expertise .title{margin-bottom: 30px;}
.our_expertise .text_col{width: 42.4%;padding-top: 60px;}
.our_expertise .text_col p{color: var(--primary);margin-bottom: 33px;}
.our_expertise .text_col article{padding-left: 76px;font-size: 22px;line-height: 30px;font-weight: bold;color: var(--primary);margin-bottom: 35px;position: relative;}
.our_expertise .text_col article::before{    content: '“'; color: var(--primary); font-size: 118px; font-weight: bold; position: absolute; left: 0; top: -10px; line-height: 1;}
.our_expertise .sign {padding-left: 25px;}
.our_expertise .sign label{margin-left: 65px;color: var(--primary);}
.our_expertise .sign label strong{display: block;position: relative;}
.our_expertise .sign label strong::after{content: '';background-color: var(--primary);right: calc(100% + 10px);width: 13px;height: 2px;    position: absolute; top: 0; bottom: 0; margin: auto;}
.our_expertise .bigtext{    font-family: var(--heading-font); font-size: 214px; font-weight: 700; line-height: 0.97; text-transform: uppercase; opacity: 0.08; background: linear-gradient(179deg, #1B3E3F 47.07%, rgba(153, 153, 153, 0.00) 120.87%); background-clip: text; -webkit-background-clip: text; -webkit-text-fill-color: transparent; position: absolute; right: 71px; top:8px; display: inline-block;letter-spacing: 11px;}

.practice_area{padding: 114px 0px 35px;position: relative;border-bottom: 2px solid #c5d2d3;}
.practice_area.practice-area{padding: 100.58px 0 120.83px 0;overflow: hidden;}
.practice_area.practice-area .fork{position: absolute;width: fit-content;top: 56.65px;right: -60.76px;}
.practice_area.practice-area .woman{position: absolute; width: fit-content; bottom: -20px; left: 0; opacity: 0.4;}
.practice_area .img1{position: absolute;left: 0;bottom: 0;right:0;margin: 0 auto;width: fit-content;}
.practice_area .top_col{align-items: flex-end;}
.practice_area .top_col .btn-arrow:hover::after{filter: none;}
.practice_area.practice-area ul{margin-top: 0;}
.practice_area ul{list-style: none;padding: 0;flex-wrap: wrap;margin-top: 62px;}
.practice_area ul li{position: relative;width: 612px;color: var(--primary);font-size: 30px;font-weight: 600;line-height: 38px;margin-bottom:55px;position: relative;overflow: hidden;}
.practice_area.practice-area ul li{width: 100%;}
.practice_area.practice-area ul li{margin-bottom: 49px;}
.practice_area.practice-area ul li:last-child{margin-bottom: 0;}
.practice_area ul li::after{    content: ''; position: absolute; top: 22px; width: 100%; height: 0px; border-bottom: 2px dashed var(--primary); opacity: 0.4; }
.practice_area ul li strong{width:fit-content;background-color: #f0f7f8;position: relative;z-index: 1;margin-bottom: 10px;padding-right: 14px;line-height: normal;display: inline-block;font-weight: 600;}
.practice_area ul li span{width: 70px;position: relative;z-index: 1;background-color: #f0f7f8;padding-left: 10px;position: absolute;right: 0;top: 0;}
.practice_area ul li p{font-size: 16px;font-weight: 400;color: var(--primary);margin-bottom: 0;}
.practice_area.practice-area ul li p{line-height: 2;margin-bottom: 5.52px;}
.practice_area ul li a:hover::after{ filter: none; -webkit-filter: none; }
.practice_area ul li a{padding: 11px 20px 12px 20px;font-size: 18px;}
.practice_area ul li a::after{margin-left: 11px;}

.resent_case_solving{padding: 120px 0;}
.resent_case_solving .top_col{align-items: flex-end;}
.resent_case_solving .top_col .btn-arrow:hover::after{filter: none;}
.resent_case_solving .inner{margin-top: 26px;padding-left: calc((100% - var(--wrapper) - 15px)/2);}
.resent_case_solving .colin{position: relative;border-radius: 5px;box-shadow: 0px 0px 20px #0000002a;width: 482px;height: 495px;}
.resent_case_solving .colin img{width: auto;}
.resent_case_solving .colin .text{background-color: var(--light-green);padding: 22px 30px;position: absolute;left: 0;width: 100%;bottom: 0;border-radius: 0px 0px 5px 5px;transition: 0.2s ease all;padding-right: 80px;}
.resent_case_solving .colin .text h4{line-height: 36px;margin-bottom: 10px;transition: 0.2s ease all;}
.resent_case_solving .colin .text p{font-weight: 400;line-height: 30px;margin-bottom: 0;}
.resent_case_solving .colin .text .link{background-color: var(--primary);width: 50px;height: 50px;border-radius: 50%;position: absolute;right: 30px;top: 0;bottom: 0;margin: auto;display: flex;justify-content: center;align-items: center;transition: 0.2s ease all;}
.resent_case_solving .colin .date{position: absolute;top: 20px;right: 30px;border-radius: 5px;text-align: center;font-size: 16px;font-weight: 400;background-color: var(--light-green);width: 60px;height: 60px;    display: block; line-height: 1.2; padding-top: 5px;transition: 0.2s ease all;z-index: 1;text-transform: uppercase;}
.resent_case_solving .colin .date strong{display: block;font-size: 24px;font-family: var(--heading-font);}
.resent_case_solving .colin:hover .date{background-color: var(--yellow);}
.resent_case_solving .colin:hover .text{background-color: var(--primary);}
.resent_case_solving .colin:hover .text h4{color: var(--yellow);}
.resent_case_solving .colin:hover .text .link{background-color: var(--yellow);}
.resent_case_solving .wrap{padding: 15px;}
.resent_case_solving .owl-dots{margin-top: 45px;}
.owl-dots{width: 100%;display: flex;justify-content: center;align-items: center;}
.owl-dots .owl-dot{width: 41px;height: 4px;border-radius: 4px;background-color: var(--light-green);margin: 0px 8px;}
.owl-dots .owl-dot.active{background-color: var(--primary);}
.owl-nav{display: flex;justify-content: space-between;align-items: center;}
.owl-nav>div{width: 49.5px;height: 49.5px;border-radius: 50%;background-color: var(--light-green);position: relative;font-size: 0;}
.owl-nav>div.owl-prev::after{    transform: rotate(180deg);}
.owl-nav>div::after{content: ""; display: inline-block; background-image: url(../images/ss_arrow.svg); width: 20px; height: 12px;transition: 0.3s; -webkit-transition: 0.3s; -moz-transition: 0.3s; -ms-transition: 0.3s; -o-transition: 0.3s;     position: absolute; left: 0; top: 0; margin: auto; right: 0; bottom: 0;background-repeat: no-repeat;}
.owl-nav>div:hover{background-color:var(--yellow);}
.resent_case_solving.case-result{padding: 100px 0 120px 0;}
.resent_case_solving.case-result .wrap{gap: 30px;padding: 0;}
.resent_case_solving.case-result .wrap .colin{ max-width: calc(33.33% - 20px); width: 100%; border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; -ms-border-radius: 5px; -o-border-radius: 5px; height: auto; box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.20); -webkit-filter: 10px 10px 20px rgba(0, 0, 0, 0.20); }
.resent_case_solving.case-result .wrap .colin .image{width: 100%;height: 375.2px;}
.resent_case_solving.case-result .wrap .colin .image img{ border-radius:5px 5px 0 0 ; -webkit-border-radius:5px 5px 0 0 ; -moz-border-radius:5px 5px 0 0 ; -ms-border-radius:5px 5px 0 0 ; -o-border-radius:5px 5px 0 0 ; height: 100%;width: 100%;object-fit: cover;}
.resent_case_solving.case-result .wrap .colin .text {position: static;padding-right: 30px;}
.resent_case_solving.case-result .wrap .colin .text .link{margin: 0;position: static;}

.review{background-color:var(--primary);padding:65px 0 159px;overflow: hidden;position: relative;}
.review .colin{display: flex;justify-content: space-between;align-items: flex-end;}
.review .colin .client_img{width: 422px;height: auto;position: relative;}
.review .colin .client_text{width:calc(100% - 422px);padding-left: 40px;}
.review article{padding-left: 76px;font-size: 18px;line-height: 30px;font-weight: 500;color: var(--white);margin-bottom: 57px;position: relative;margin-top: 71px;}
.review article::before{content: '“'; color: var(--yellow); font-size: 118px; font-weight: bold; position: absolute; left: 0; top: -45px; line-height: 1;}
.review .title{margin-top: 0px;padding-top: 0;}
.review .title::after{display: none;}
.review .title h6{color: var(--white);}
.review .sign {justify-content: flex-end;}
.review .sign label strong{display: block;position: relative;}
.review .sign label strong::after{content: '';background-color: var(--white);right: calc(100% + 10px);width: 13px;height: 2px;    position: absolute; top: 0; bottom: 0; margin: auto;}
.review .bigtext{ font-family: var(--heading-font); font-size: 185px; font-weight: 700; line-height: 1; text-transform: uppercase; opacity: 0.08; background: linear-gradient(179deg, #FFF 47.07%, rgba(153, 153, 153, 0.00) 120.87%); background-clip: text; -webkit-background-clip: text; -webkit-text-fill-color: transparent; position: absolute; left: 32%; bottom:-20px; display: inline-block;letter-spacing: 11px;}
.review .review_layer{position: absolute; left: 0; bottom: 196px; max-width: 29%;}
.review .owl-nav{position: absolute;left: 532px;bottom: 0;}
.review .owl-prev{margin-right: 30px;}

/* start :: footer */
footer{ padding: 50.73px 0 51.64px 0; z-index: 1;overflow: hidden;}
footer::after{ content: ""; position: absolute; background-image: url(../images/earth.png);max-width: 1212px;width: 100%;height: 100%;top: 43.47px;left: 0;right: 0; margin: auto; z-index: -1;}
footer .top-wrap{padding-bottom: 66.67px;border-bottom: 1.5px solid var(--light-green);}
footer .top-wrap .brand{min-width: 103px;margin-bottom: 70.79px;display: block;margin: 0 auto 70.79px auto;text-align: center;}
footer .top-wrap .brand img{display: inline-block;}
footer .top-wrap ul{display: flex;align-items: center;justify-content: space-between;flex-wrap: wrap;}
footer .top-wrap ul li{display: flex;align-items: center;gap: 30px;}
footer .top-wrap ul li:not(:last-child){margin-right: 108px;}
footer .top-wrap ul li span{max-width: 65.23px;height: auto;}
footer .top-wrap ul li .contact-wrap h4{color: var(--yellow);}
footer .top-wrap ul li .contact-wrap p , footer .top-wrap ul li .contact-wrap a{color: var(--light-green);font-size: 16px; font-weight: 500; line-height: 1.87;}
footer .top-wrap ul li .contact-wrap a:hover{color: var(--yellow);}
footer .bottom-wrap{padding-top: 50.1px;}
footer .bottom-wrap p{color: var(--white);font-size: 16px; font-weight: 500; line-height: 1.87;}
footer .bottom-wrap p span , footer .bottom-wrap p a{color: var(--yellow);font-size: inherit;font-weight: inherit;line-height: inherit;}
footer .bottom-wrap p a:hover{color: var(--white);}
/* end :: footer */
/* start :: partner-section */
.partner-section{ white-space: nowrap; overflow: hidden; padding: 50.21px 0;}
.partner-section .marquee {white-space: nowrap; transform: translate3d(0%, 0, 0); animation-name: marquee; animation-timing-function: linear; animation-iteration-count: infinite;}
.partner-section .marquee .item{margin: 0 75px;min-width: 182px;text-align: center;}
.partner-section .marquee .item img{max-width: fit-content;}
@keyframes marquee { 0% { transform: translate3d(0%, 0, 0); } 100% { transform: translate3d(-100%, 0, 0); } }
/* end :: partner-section */
/* start :: appointment-section */
.appointment-section{padding: 119.93px 0 69.67px 0;}
.appointment-section .image{position: absolute;right: 0;bottom: -18px;z-index: -1;}
.appointment-section .appoint-wrap{max-width: calc(41% + 19.3px); margin: auto;width: 100%;}
.appointment-section .title{margin-bottom: 100.73px;}
.appointment-section form .field-wrap{gap: 28.5px;margin-bottom: 68.71px;}
.appointment-section form .field-wrap input{max-width: calc(50% - 14.375px);padding: 0 0 9.96px 0;}
.appointment-section form select{margin-bottom: 68.71px;width: 100%;max-width: 100%;background: transparent;appearance: none;-webkit-appearance: none;-moz-appearance: none;-o-appearance: none;-ms-appearance: none;border-width: 0 0 1.5px 0;padding: 0 0 9.96px 0;}
.appointment-section form select:focus , .appointment-section form select:focus-visible , .appointment-section form select:active{outline: none;}
/* end :: appointment-section */
/* start :: article-section */
.article-section{ padding: 140.41px 0 120.33px 0; }
.article-section .title-btn{margin-bottom: 67.44px;}
.article-section .title-btn .btn-arrow:hover::after , .related-blog-section .wrap .colin a:hover::after , .related-blog-section .heading a:hover::after , .blog-section .wrap .left-col a:hover::after{ filter:none ; -webkit-filter:none ; }
.article-section .row{gap: 20px;}
.article-section .article{max-width: calc(33.33% - 20px);width: 100%;height: 610px;    display: flex; justify-content: flex-start; align-items: end;padding-bottom: 45px;}
.article-section .article .image{ height: 331px; width: 100%; transition: 0.5s ease all; -webkit-transition: 0.5s ease all; -moz-transition: 0.5s ease all; -ms-transition: 0.5s ease all; -o-transition: 0.5s ease all;position: absolute;top: 0;left: 0;right: 0;z-index: -1;}
.article-section .article .image::after{ content: ""; position: absolute; width: 100%; height: 100%; inset: 0; background-color: rgba(27, 62 , 63, 0.7); border-radius: 10px; -webkit-border-radius: 10px; -moz-border-radius: 10px; -ms-border-radius: 10px; -o-border-radius: 10px; opacity: 0;visibility: hidden;}
.article-section .article .image img{ width: 100%; height: 100%; object-fit: cover; border-radius: 10px; -webkit-border-radius: 10px; -moz-border-radius: 10px; -ms-border-radius: 10px; -o-border-radius: 10px; transition: 0.5s ease all; -webkit-transition: 0.5s ease all; -moz-transition: 0.5s ease all; -ms-transition: 0.5s ease all; -o-transition: 0.5s ease all; }
.article-section .article .detail{ transition: 0.5s; -webkit-transition: 0.5s; -moz-transition: 0.5s; -ms-transition: 0.5s; -o-transition: 0.5s;}
.article-section .article .detail h6{line-height: normal;font-weight: 600;}
.article-section .article .detail h6:not(:last-child){margin-bottom: 23.76px;}
.article-section .article .detail h6:last-child{color: var(--yellow);}
.article-section .article .detail h4{line-height: 1.53;margin-bottom: 26.37px;}
.article-section .article:hover {padding:46.44px 31.59px;}
.article-section .article:hover .image{height: 100%;}
.article-section .article:hover .image::after{opacity: 1;visibility: visible;}
.article-section .article:hover .detail h6:first-child , .article-section .article:hover .detail h4{color: var(--white);}
/* end :: article-section */
/* start :: inner-banner-section */
.inner-banner-section{ padding: 266px 0 223px 0;background-image: url(../images/wave.png); background-position: right bottom;background-repeat: no-repeat;}
.inner-banner-section .title{padding-top: 20.44px;}
.inner-banner-section .title h6{color: var(--white);line-height: 1.7;}
.inner-banner-section .title .h2{margin-bottom: 0;}
.inner-banner-section .title::after{background-color: var(--white);}
/* end :: inner-banner-section */
/* start :: work-section */
.work-section{z-index: 1;}
.work-section .wave{position: absolute;width: fit-content;top: 0;left: 0;opacity: 0.02;z-index: -1;}
.work-section .woman{position: absolute;width: fit-content;bottom: 0; right: 0;opacity: 0.05;}
.work-section .wrap{gap: 30px;}
.work-section .img-col{max-width: 23.506%;width: 100%;}
.work-section .img-col img{ border-radius: 10px; -webkit-border-radius: 10px; -moz-border-radius: 10px; -ms-border-radius: 10px; -o-border-radius: 10px; }
.work-section .right-col{max-width: 58%;width: 100%;}
.work-section .right-col h2{line-height: 1.23;margin-bottom: 30.35px;}
.work-section .right-col p{margin-bottom: 30.6px;}
.work-section .right-col .time-locate{gap: 30px;}
.work-section .right-col .time-locate .colin{max-width: 226px;width: 100%;}
.work-section .right-col .time-locate .colin h5{color: var(--yellow);margin-bottom: 10.32px;line-height: 1;font-family: var(--heading-font);}
.work-section .right-col .time-locate .colin p{margin-bottom: 0;line-height: 1.38;}
/* end :: work-section */
/* start :: business-section */
.business-section{padding: 100px 0 50px 0;}
.business-section .wrap{gap: 30px;}
.business-section .left-col{max-width: calc(67% - 15px);width: 100%;}
.business-section .left-col .handshake{ border-radius:10px ; -webkit-border-radius:10px ; -moz-border-radius:10px ; -ms-border-radius:10px ; -o-border-radius:10px ; margin-bottom: 30px;}
.business-section .left-col h4{font-size: 32px; font-weight: 600;font-family: var(--body-font);margin-bottom: 15px;color: var(--primary);text-transform: unset;}
.business-section .left-col p:not(:last-child){ margin-bottom: 15px; }
.business-section .left-col p{font-weight: 400;line-height: 1.77;color: var(--primary);margin-bottom: 0;}
.business-section .right-col{max-width: calc(33% - 15px);width: 100%;}
.business-section .right-col{ background-color: var(--white); border-radius: 10px; -webkit-border-radius: 10px; -moz-border-radius: 10px; -ms-border-radius: 10px; -o-border-radius: 10px; padding: 30px;}
.business-section .right-col h4{font-weight: 600;margin-bottom: 29px;color: var(--primary);text-transform: capitalize;}
.business-section .right-col ul li:not(:last-child){border-bottom: 1px solid rgba(27, 62, 63, 0.60);padding-bottom: 20px; margin-bottom: 20px;}
.business-section .right-col ul li a{font-size: 20px;font-weight: 400;}
.business-section .right-col ul li a::after{ content: ""; display: inline-block; background-image: url(../images/arrow-top-right.svg); width: 14px; height: 16px; margin-left: 10px; transition: 0.3s; -webkit-transition: 0.3s; -moz-transition: 0.3s; -ms-transition: 0.3s; -o-transition: 0.3s; transform: rotate(48deg); -webkit-transform: rotate(48deg); -moz-transform: rotate(48deg); -ms-transform: rotate(48deg); -o-transform: rotate(48deg); vertical-align: middle; }
.business-section .right-col ul li a:hover::after{filter: brightness(0) saturate(100%) invert(70%) sepia(9%) saturate(1817%) hue-rotate(351deg) brightness(90%) contrast(91%);}
/* end :: business-section */
/* start ::  img-faq-section */
.img-faq-section{ padding: 72px 0;z-index: 1;overflow: hidden;}
.img-faq-section .waves{position: absolute;width: fit-content;opacity: 0.02;top: 0;left: 0;z-index: -1;}
.img-faq-section .justice-brand{position: absolute;width: fit-content;right: -25px;bottom: 0;opacity: 0.05;}
.img-faq-section .wrap{gap: 50px;}
.img-faq-section .wrap .image{max-width: calc(30% - 25px);width: 100%;}
.img-faq-section .wrap .image img{ border-radius: 10px; -webkit-border-radius: 10px; -moz-border-radius: 10px; -ms-border-radius: 10px; -o-border-radius: 10px; }
.img-faq-section .wrap .faq{max-width: calc(70% - 25px); width: 100%;}
.img-faq-section .wrap .faq .single-faq{ padding: 0px 206px 20px 20px; transition: 0.3s; -webkit-transition: 0.3s; -moz-transition: 0.3s; -ms-transition: 0.3s; -o-transition: 0.3s; }
.img-faq-section .wrap .faq .single-faq:not(:last-child) {margin-bottom: 20px; position: relative;}
.img-faq-section .wrap .faq .single-faq:not(:last-child)::after{border-bottom: 1px solid rgba(255, 255, 255, 0.60);content: "";position: absolute;width: 100%;height: 1px;bottom: 0;left: 0;}
.img-faq-section .wrap .faq .single-faq .question{ position: relative; cursor: pointer; margin: 0;color: var(--white);font-family: var(--body-font);text-transform: capitalize;font-size: 20px; font-weight: 500; letter-spacing: 0;line-height: normal;}
.img-faq-section .wrap .faq .single-faq .question::before { content: ""; position: absolute; width: 24px; height: 24px; right: -181px; background-image: url(../images/plus.svg);background-repeat: no-repeat; transition: 0.3s; -webkit-transition: 0.3s; -moz-transition: 0.3s; -ms-transition: 0.3s; -o-transition: 0.3s; top: 0;bottom: 0;margin: auto;}
.img-faq-section .wrap .faq .single-faq .question::after { content: ""; position: absolute; width: 20px; height: 2px; right: -179px; background-color: var(--primary); transition: 0.3s; -webkit-transition: 0.3s; -moz-transition: 0.3s; -ms-transition: 0.3s; -o-transition: 0.3s; top: 0; bottom: 0; margin: auto; visibility: hidden; opacity: 0; border-radius: 10px; -webkit-border-radius: 10px; -moz-border-radius: 10px; -ms-border-radius: 10px; -o-border-radius: 10px; }
.img-faq-section .wrap .faq .single-faq .answercont { max-height: 0; overflow: hidden; transition: 0.3s;font-weight: 400;line-height: 1.61;}
.img-faq-section .wrap .faq .single-faq.active-faq{ background-color: var(--cream); border-radius: 10px; -webkit-border-radius: 10px; -moz-border-radius: 10px; -ms-border-radius: 10px; -o-border-radius: 10px; padding: 30px 206px 30px 20px;margin-bottom: 40px;box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.10);}
.img-faq-section .wrap .faq .single-faq.active-faq::after{bottom: -20px;}
.img-faq-section .wrap .faq .single-faq .question.active{color: var(--primary);margin-bottom: 15px;}
.img-faq-section .wrap .faq .single-faq .question.active::before { opacity: 0; visibility: hidden;}
.img-faq-section .wrap .faq .single-faq .question.active::after {opacity: 1;visibility: visible;}
.img-faq-section .wrap .faq .single-faq.active-faq .answercont { max-height: 100%; color: var(--primary);}
.faq-section.img-faq-section .faq{max-width: 100%;width: 100%;gap: 0 30px;align-items: flex-start;}
.faq-section.img-faq-section{padding: 80px 0 120px 0;}
.faq-section.img-faq-section .faq .single-faq{max-width: calc(50% - 15px);padding: 0px 100px 20px 20px !important;}
.faq-section.img-faq-section .faq .single-faq:not(:nth-last-child(2))::after , .img-faq-section.faq-section .faq .single-faq:not(:last-child)::after{border-color: rgba(27, 62, 63, 0.60);}
.faq-section.img-faq-section .faq .single-faq:nth-last-child(2)::after{border-color: transparent;}
.faq-section.img-faq-section .faq .single-faq.active-faq{background-color: var(--white); padding: 30px 100px 30px 20px !important;}
.faq-section.img-faq-section .faq .single-faq .question{color: var(--primary);}
.faq-section.img-faq-section .faq .single-faq .question::before{ filter: brightness(0) saturate(100%) invert(19%) sepia(10%) saturate(2381%) hue-rotate(133deg) brightness(91%) contrast(88%); -webkit-filter: brightness(0) saturate(100%) invert(19%) sepia(10%) saturate(2381%) hue-rotate(133deg) brightness(91%) contrast(88%); }
.faq-section.img-faq-section .faq .single-faq .question::after{right: -73px !important;}
.faq-section.img-faq-section .faq .single-faq .question::before{right: -75px !important;}
/* end ::  img-faq-section */
/* start :: process-section */
.process-section{padding: 50px 0;}
.process-section .woman{position: absolute;right: 0;bottom: 0;width: fit-content;opacity: 0.05;}
.process-section .wrap{max-width: 82.94%;width: 100%;}
.process-section .wrap h4 , .services-section .wrap .left-col h4{font-size: 32px;letter-spacing: 0;font-family: var(--body-font);text-transform: capitalize; font-weight: 600;color: var(--primary);margin-bottom: 50px; }
.process-section .wrap ul li{display: flex;justify-content: space-between;gap: 20px;}
.process-section .wrap ul li:not(:last-child){border-bottom: 2px solid rgba(27, 62, 63, 0.10);padding-bottom: 27px;margin-bottom: 27px;}
.process-section .wrap ul li h6{font-size: 20px; line-height: normal;text-transform: capitalize;letter-spacing: 0; font-weight: 500; }
.process-section .wrap ul li .info{max-width: 69.26%;width: 100%;}
.process-section .wrap ul li .info p , .services-section .wrap .left-col p{font-weight: 400;color: var(--primary);line-height: 1.55;}
.process-section .wrap ul li .info p:not(:last-child) , .services-section .wrap .left-col p:not(:last-child){margin-bottom: 15px;}
/* end :: process-section */
/* start :: services-section */
.services-section{padding: 70px 0 120px 0;overflow: hidden;}
.services-section .waves{position: absolute;width: fit-content;bottom: -115px;left: 0;z-index: -1;}
.services-section .wrap .left-col{max-width: 57.51%;width: 100%;}
.services-section .wrap .left-col h4{margin-bottom: 20px;}
.services-section .wrap .left-col ul{display: inline-flex;flex-wrap: wrap;max-width: 65%;width: 100%;gap: 15px 79px;margin-top: 15px;margin-bottom: 30px;}
.services-section .wrap .left-col ul li{max-width: calc(50% - 38.5px);}
.services-section .wrap .image{max-width: 37.19%;width: 100%;}
.services-section .wrap .image img{ border-radius:10px ; -webkit-border-radius:10px ; -moz-border-radius:10px ; -ms-border-radius:10px ; -o-border-radius:10px ; }
/* end :: services-section */
/* start :: blog-detail-section */
.blog-detail-section{padding: 100px 0 120.85px 0;}
.blog-detail-section .wrap{max-width: 83%; margin: auto;}
.blog-detail-section .wrap h4{font-size: 32px;font-weight: 600;text-transform: none;color: var(--primary);margin-bottom: 15.24px;}
.blog .date-social{margin-bottom: 15px;}
.blog .date-name span{color: var(--grey);font-size: 16px;font-weight: 400;line-height: normal;}
.blog .date-name span:not(:last-child){margin-right: 9px;position: relative;padding-right: 14px;}
.blog .date-name span:not(:last-child)::after{ content: ""; width: 5px; height: 5px; border-radius: 50%; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; background-color: var(--grey);position: absolute;right: 0;top: 0;bottom: 0;margin: auto;}
.blog .social ul{gap: 10px;}
.blog .social ul li a{ width: 40px; height: 40px; border-radius: 50%; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; background-color: var(--primary); padding: 10px; display: flex; justify-content: center; align-items: center; }
.blog .social ul li a:hover{background-color: var(--yellow);}
.blog-detail-section .wrap img{ border-radius: 20px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -ms-border-radius: 20px; -o-border-radius: 20px; display: inline-block;}
.blog-detail-section .wrap img.blog-detail{margin-bottom: 31.57px;}
.blog-detail-section .wrap p , .related-blog-section .wrap .colin p , .blog-section .wrap .left-col p , .blog-section .wrap .right-col .colin .text p{font-size: 16px;font-weight: 400;line-height: 1.62;margin-bottom: 15.31px;color: var(--primary);}
.related-blog-section .wrap .colin p{overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical;}
.blog-detail-section .wrap ol{margin-bottom: 15px;display: inline-block;}
.blog-detail-section .wrap ol li{font-size: 16px;font-weight: 400;line-height: 1.62;color: var(--primary);}
.blog-detail-section .wrap ol li::marker{font-weight: bold;}
.blog-detail-section .wrap ol li:not(:last-child){margin-bottom: 5.11px;}
.blog-detail-section .wrap .bookmark{border-left: 4px solid var(--yellow);background-color: var(--primary);padding: 43px 176.36px 43px 40.51px;font-size: 20px; font-weight: 700; line-height: 1.6;margin-bottom: 30.5px;margin-top: 5px;}
.blog-detail-section .wrap h5{font-size: 24px; font-weight: 600;line-height: normal;margin-bottom: 15.18px;}
.blog-detail-section .wrap img.paper{margin-bottom: 30.54px;margin-top: 15px;}
/* end :: blog-detail-section */
/* start :: related-blog-section */
.related-blog-section{padding-bottom: 144.2px;padding-top: 0;}
.related-blog-section .heading{margin-bottom: 30.35px;}
.related-blog-section .heading h4{font-size: 32px;font-weight: 600;text-transform: capitalize;color: var(--primary);font-family: var(--body-font);}
.related-blog-section .wrap , .blog-section .wrap{gap: 30px;}
.related-blog-section .wrap .colin{max-width: calc(33.33% - 20px);}
.related-blog-section .wrap .colin .image{height: 280px;margin-bottom: 20px;}
.related-blog-section .wrap .colin .image img{width: 100%;height: 100%;object-fit: cover;}
.related-blog-section .wrap .colin .image img{ border-radius: 10px; -webkit-border-radius: 10px; -moz-border-radius: 10px; -ms-border-radius: 10px; -o-border-radius: 10px; }
.related-blog-section .wrap .colin .date-name{margin-bottom: 10px;}
.related-blog-section .wrap .colin h5{font-size: 20px;font-weight: 600;line-height: normal;margin-bottom: 9px;}
.related-blog-section .wrap .colin a , .blog-section .wrap .left-col a{padding: 11px 20.48px 12px 20.28px;font-size: 18px;}
.related-blog-section .heading a {padding: 11px 31.6px 12px 32px;font-size: 18px;}
/* end :: related-blog-section */
/* start :: blog-section */
.blog-section{ padding: 100px 0 40px 0;}
.blog-section .wrap .left-col{max-width: calc(50% - 15px);width: 100%;}
.blog-section .wrap .left-col img{ border-radius: 20px ; -webkit-border-radius: 20px ; -moz-border-radius: 20px ; -ms-border-radius: 20px ; -o-border-radius: 20px ; margin-bottom: 24px;}
.blog-section .wrap .left-col .date-name{margin-bottom: 10px;}
.blog-section .wrap .left-col h5{font-size: 24px;font-weight: 600;color: var(--primary);line-height: normal;font-family: var(--heading-font);margin-bottom: 9px;}
.blog-section .wrap .left-col p{max-width: 690px;}
.blog-section .wrap .right-col{max-width: calc(50% - 15px);width: 100%;}
.blog-section .wrap .right-col .colin{gap: 20px;}
.blog-section .wrap .right-col .colin:not(:last-child){margin-bottom: 25px;}
.blog-section .wrap .right-col .colin .image{max-width: calc(25.21% - 10px);width: 100%; height: 142px;}
.blog-section .wrap .right-col .colin img{ border-radius:5px ; -webkit-border-radius:5px ; -moz-border-radius:5px ; -ms-border-radius:5px ; -o-border-radius:5px;width: 100%;height: 100%;object-fit: cover;}
.blog-section .wrap .right-col .colin .text{max-width: calc(67% - 15px);width: 100%;}
.blog-section .wrap .right-col .colin .text .date-name{margin-bottom: 10px;}
.blog-section .wrap .right-col .colin .text h6{font-size: 20px;font-weight: 600;line-height: normal;margin-bottom: 4px;letter-spacing: 0; text-transform: capitalize;font-family: var(--heading-font);}
.blog-section .wrap .right-col .colin .text p{line-height: 1.5;margin-bottom: 0;overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
/* end :: blog-section */
/* start :: filter-section */
.filter-section{padding: 0px 0 140.67px 0;}
.filter-section ul{gap: 10px;margin-bottom: 30px;border-top: 1px solid rgba(27, 62, 63, 0.60);padding-top: 40px;}
.filter-section ul li a{ font-size: 16px; font-weight: 500; padding: 10px 20px; border: 1px solid var(--primary); border-radius: 40px; -webkit-border-radius: 40px; -moz-border-radius: 40px; -ms-border-radius: 40px; -o-border-radius: 40px; }
.filter-section ul li a:hover , .filter-section ul li a.active{background-color: var(--primary);color: var(--white);}
.filter-section .wrap{gap: 40px 30px;margin-bottom: 50px;}
.filter-section .wrap .colin h5{font-family: var(--heading-font);}
.filter-section .wrap .colin p{max-width: 460px;}
.filter-section .next-perv a{color: var(--grey);font-size: 16px;font-weight: 600;display: inline-flex;align-items: center;}
.filter-section .next-perv a:first-child img{ transform: rotate(180deg); -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -ms-transform: rotate(180deg); -o-transform: rotate(180deg); }
.filter-section .next-perv a img{ display: inline-block; filter: brightness(0) saturate(100%) invert(43%) sepia(1%) saturate(0%) hue-rotate(198deg) brightness(99%) contrast(96%); transition:0.3s ; -webkit-transition:0.3s ; -moz-transition:0.3s ; -ms-transition:0.3s ; -o-transition:0.3s ; -webkit-filter: brightness(0) saturate(100%) invert(43%) sepia(1%) saturate(0%) hue-rotate(198deg) brightness(99%) contrast(96%); margin-left: 5px;}
.filter-section .next-perv a:hover , .filter-section .next-perv a.active{color: var(--primary);}
.filter-section .next-perv a:hover img , .filter-section .next-perv a.active img{filter: brightness(0) saturate(100%) invert(18%) sepia(9%) saturate(3129%) hue-rotate(133deg) brightness(88%) contrast(84%);}
.filter-section .next-perv .pagination{gap: 32px;}
.filter-section .next-perv .pagination a{font-weight: 400;padding: 5px 10px;}
.filter-section .next-perv .pagination a:hover , .filter-section .next-perv .pagination a.active{ background-color: var(--primary); color: var(--white); font-weight: 600;  border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; -ms-border-radius: 5px; -o-border-radius: 5px; }
/* end :: filter-section */
/* start :: map-section */
.map-section{ background-image: url(../images/map.jpg); object-fit: cover; background-repeat: no-repeat; height: 600px; padding: 0;}
/* end :: map-section */
/* start :: contact-form-section */
.contact-form-section{padding-top: 100px;padding-bottom: 0;}
.contact-form-section .wrap{border-radius: 20px; background-color: var(--white); box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.10);padding: 30px 50px 30px 30px;gap: 50px;}
.contact-form-section .wrap .contact{border-radius: 10px;background-color: var(--primary);padding: 40px 84.18px 125.83px 40px;max-width: calc(35.554% - 25px);width: 100%;overflow: hidden;}
.contact-form-section .wrap .contact::after{ content: ""; position: absolute; width: 237px; height: 237px; border-radius: 50%; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; background: linear-gradient(137deg, rgba(255, 255, 255, 0.60) 13.65%, rgba(255, 255, 255, 0.00) 111.25%);right: -90px;bottom: -90px;}
.contact-form-section .wrap .contact h4{font-size: 32px; margin-bottom: 8px;}
.contact-form-section .wrap .contact p{ font-weight: 400; line-height: 1.33; margin-bottom: 30.17px;}
.contact-form-section .wrap .contact ul li:not(:last-child){margin-bottom: 30px;}
.contact-form-section .wrap .contact ul li{display: flex;gap: 15px;align-items: center;}
.contact-form-section .wrap .contact ul li span{min-width: 50px; width: 50px; height: 50px; border-radius: 50%; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; background-color: var(--white);padding: 13px;}
.contact-form-section .wrap .contact ul li .content h5{color: var(--white);font-size: 20px;font-family: var(--heading-font);text-transform: uppercase;line-height: normal;margin-bottom: 3px;}
.contact-form-section .wrap .contact ul li .content a , .contact-form-section .wrap .contact ul li .content p{font-size: 16px;color: var(--white);font-weight: 500;margin-bottom: 0;}
.contact-form-section .wrap .contact ul li .content a:hover{color: var(--yellow);}
.contact-form-section .wrap .form-wrap{max-width: calc(64.447% - 25px);width: 100%;}
.contact-form-section .wrap .form-wrap .field-wrap{gap: 30px;}
.contact-form-section .wrap .form-wrap .field-wrap input{max-width: calc(50% - 15px);}
.contact-form-section .wrap .form-wrap .field-wrap input , .contact-form-section .wrap .form-wrap select , .contact-form-section .wrap .form-wrap textarea{border-radius: 10px;background-color: var(--cream);height: 60px;border: none;padding: 0 15.49px;font-weight: 500;color: rgba(27, 62, 63, 0.7);}
.contact-form-section .wrap .form-wrap .field-wrap input::placeholder , .contact-form-section .wrap .form-wrap textarea::placeholder{color: rgba(27, 62, 63, 0.7);}
.contact-form-section .wrap .form-wrap .field-wrap input:focus , .contact-form-section .wrap .form-wrap .field-wrap input:focus-visible , .contact-form-section .wrap .form-wrap .field-wrap input:active , .contact-form-section .wrap .form-wrap .field-wrap input:hover , .contact-form-section .wrap .form-wrap textarea:focus , .contact-form-section .wrap .form-wrap textarea:focus-visible , .contact-form-section .wrap .form-wrap textarea:active , .contact-form-section .wrap .form-wrap textarea:hover , .contact-form-section .wrap .form-wrap select:focus , .contact-form-section .wrap .form-wrap select:focus-visible , .contact-form-section .wrap .form-wrap select:active , .contact-form-section .wrap .form-wrap select:hover{font-weight: 600;outline: 0.5px solid #1b3e3f3b;}
.contact-form-section .wrap .form-wrap select {position: relative; -webkit-appearance: none; appearance: none;background-image: url(../images/arrow-down.svg);background-size: 17px;background-repeat: no-repeat;background-position: center right 26.09px;}
.contact-form-section .wrap .form-wrap textarea{width: 100%;height: 170px;padding: 20px 15.49px;resize: none;}
.contact-form-section .wrap .form-wrap select , .contact-form-section .wrap .form-wrap textarea , .contact-form-section .wrap .form-wrap .field-wrap{margin-bottom: 30px;}
/* end :: contact-form-section */
/* start :: case-highlight-section */
.case-highlight-section{background-color: var(--cream);overflow: hidden;}
.case-highlight-section .case-study-wave{position: absolute;width: fit-content;top: -200px;left: 0;}
.case-highlight-section .left-wrapper , .case-highlight-section .right-wrapper{max-width: calc(50% - 28px);width: 100%;}
.case-highlight-section .left-wrapper p , .challenges-section .challenges-wrapper .info p{color: var(--primary);line-height: 1.77;font-weight: 400;max-width: 99%;}
.case-highlight-section .left-wrapper .case-detail ul{gap: 29px 0;}
.case-highlight-section .left-wrapper .case-detail ul li{width: 100%;max-width: calc(38% - 29px);}
.case-highlight-section .left-wrapper .case-detail ul li h5{margin-bottom: 8px;text-transform: capitalize;line-height: normal;color: var(--yellow);font-family: var(--heading-font);}
.case-highlight-section .left-wrapper .case-detail ul li p{color: var(--primary);line-height: normal;margin-bottom: 0;max-width: 100%;font-weight: 500;}
.case-highlight-section .right-wrapper img{border-radius: 10px;}
/* end :: case-highlight-section */
/* start :: challenges-section */
.challenges-section{padding: 50px 0 90px 0;}
.challenges-section .challenges-wrapper h4{font-size: 32px; font-style: normal; font-weight: 600;font-family: var(--body-font);margin-bottom: 15px;text-transform: capitalize;color: var(--primary);} 
.challenges-section .challenges-wrapper .info{margin-bottom: 40px;}
.challenges-section .challenges-wrapper .info p{max-width: 93%;}
.challenges-section .challenges-wrapper .info p:not(:last-child){margin-bottom: 15px;}
.challenges-section .challenges-wrapper .related-images{margin-bottom: 30px;gap: 30px;}
.challenges-section .challenges-wrapper .related-images span{max-width: calc(33.33% - 20px);width: 100%;}
.challenges-section .challenges-wrapper .related-images span img{width: 100%;height: 100%;object-fit: cover;border-radius: 10px;}
.challenges-section .challenges-wrapper .list-wrap ul{margin-bottom: 30px;}
.challenges-section .challenges-wrapper .list-wrap ul li:not(:last-child){margin-bottom: 20px;}
.challenges-section .challenges-wrapper .list-wrap ul li{padding-left: 40px;}
.challenges-section .challenges-wrapper .list-wrap ul li::before{position: absolute;left: 0;top: -3px;}
.challenges-section .challenges-wrapper .list-wrap ul li h5{font-weight: 600;line-height: normal;margin-bottom: 5px;display: inline-block;}
.challenges-section .challenges-wrapper .list-wrap ul li p{font-size: 16px;line-height: 1.62;font-weight: 400;display: inline-block;}
/* end :: challenges-section */
/* start :: 404-thankyou-banner */
.error-thankyou-banner .h2{font-size: 90px;}
.back-home-section .image{position: absolute;width: fit-content;right: 0;z-index: -1;}
.back-home-section .back-home-wrapper{max-width: 60%;width: 100%;}
.back-home-section .back-home-wrapper p{color: var(--primary);}
.back-home-section .back-home-wrapper h5 , .back-home-section .back-home-wrapper .list-wrap{margin-bottom: 30px;}
.back-home-section .back-home-wrapper .list-wrap ul li:not(:last-child){margin-bottom: 10px;}
.back-home-section .back-home-wrapper a{background-color: var(--primary);color: var(--white);}
.back-home-section .back-home-wrapper a:hover{background-color: var(--yellow);}
/* end :: 404-thankyou-banner */