:root{
	--theme:#df1f5a;
	--white:#ffffff;
	--black:#000000;
	--dark:#282828;
	--bg1:#fba0b8;
	--lightpink:#f7b2c4;
	--skyblue:#1f9fdf;
	--teal:#00bcd4;
	--trns: all 0.3s ease-in-out;
}
*{ margin:0px; padding:0px; outline:0px; box-sizing: border-box;}
*, *:before, *:after { box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;}
a{text-decoration:none; color:var(--green); transition: var(--trns);}
a:hover{transition: var(--trns); color:var(--green);}
a img, img{border:0px; outline:none;}
img{max-width:100%; height:auto;}
a, input[type="submit"], button{outline:none;  }
.clear{clear:both;}
::-moz-placeholder{ opacity:1; }
input[type=submit], button, select{ -moz-appearance: none;-webkit-appearance: none;}
input, select, button, textarea{font-family: 'Poppins', sans-serif; font-weight:normal;}
input[type=submit], button{ cursor:pointer;transition: var(--trns);}
input[type="submit"], input[type="text"], input[type="date"], input[type="time"], input[type="search"], button, input[type="email"], input[type="tel"], textarea, select{-webkit-appearance:none; -moz-appearance:none; appearance:none; border-radius:0; border:0;}
h1, h2, h3, h4, h5, h6, p, ul, li, label, input, textarea, img, submit, button, a{ margin: 0px; padding: 0px; outline: none; list-style: none;}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {order: 0;font-size: 100%;font-style: inherit;font-weight: inherit;margin: 0;outline: 0;padding: 0;vertical-align:baseline;}
html {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;font-size: 62.5%;overflow-y: scroll;-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;scroll-behavior: smooth;}
q {-webkit-hyphens: none;-moz-hyphens: none;-ms-hyphens: none;hyphens: none;quotes: none;}
a:focus {outline:0;outline: 0;}
a:hover,
a:active {outline: 0;}
a img {border: 0;}
body{color:var(--dark); font-family: 'Poppins', sans-serif; font-weight:normal; font-size:16px; line-height:24px; position:relative; overflow-x:hidden; }
strong, b{ font-weight:700;}

h1{ font-size: 54px; line-height: 1.3; font-weight: 700;}
h2{ font-size: 44px; line-height: 1.3; font-weight: 700; }
h3{ font-size: 30px; line-height: 1.4; font-weight: 600; }
h4{ font-size: 20px; line-height: 1.3; font-weight: 600; }
h5{ font-size: 18px; line-height: 1.3; font-weight: 600; }
h6{ font-size: 16px; line-height: 1.3; font-weight: 600; }

p:last-child{ margin-bottom: 0!important;}
p:empty{ display: none!important;}
.btn{ display:inline-block; background-color:var(--theme); color:var(--white); font-size:16px; line-height:22px; text-align:center; padding: 11px 30px; min-width: 140px;border-radius: 5px; font-weight:500;}
.btn:hover{background:var(--black); color: #fff;}
.btn.dark{ background: var(--black);}
.btn.dark:hover{ background: var(--theme);}

.container{ max-width: 1170px; margin: 0 auto; width: 100%;}


.dflex{ display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap;}
.row{ display: flex;}
.justify{ justify-content: space-between;}


/* Header Section */
.header{ width: 100%; background: #fff; position: fixed; top: 0; left: 0; z-index: 999; padding: 15px 0; transition: all 0.3s ease-in-out; border-bottom: 1px solid #e5e5e5;}
.home .header{ border: 0;}
.header.scroll{padding: 15px 0; background: #fff; transition: all 0.3s ease-in-out; box-shadow: 0 4px 8px rgba(0,0,0,0.07);}
.home .header::before {content: ""; position: absolute; width: 100%; height: 100%; top: 0; left: 0; background: linear-gradient(180deg,rgba(0, 0, 0, 0.95) 0%, rgba(255, 255, 255, 0) 100%); pointer-events: none; z-index: 1;}
.home  .header.scroll::before{ display: none;}
.header .container{ display: flex; align-items: center; justify-content: space-between; position: relative; z-index: 1;}
.logo{ width: 160px;}
.logo img{ display: block;width: 100%;}
.menutoggle{ display: none;}
.navigation ul{ display: flex; gap: 40px; align-items: center; text-transform: uppercase;}
.navigation ul li{ font-weight: 500; position: relative;}
.home .navigation ul li a{ color: #fff;}
.navigation ul li a{ color: #000;}
.navigation ul li a:hover{ color: var(--theme);}
.home .navigation ul li a:hover{ color: var(--white);}


.navigation ul li a::after {content: "";position: absolute;bottom: -2px;left: 0;width: 100%;height: 2px; background:var(--theme);transition: all .3s;transform: scale(0,1);transform-origin: left top;}
.navigation ul li a:hover::after {transform: scale(1,1);}
.navigation ul li.current-menu-item a{ color: var(--theme);}
.navigation ul li.current-menu-item a::after {transform: scale(1,1);}

.header.scroll .navigation ul li a{ color: #000;}
.header.scroll .navigation ul li a::after{background:#000;}
.home .navigation ul li a::after{background:#fff;}
.home .header{ background: transparent;}
.home .header.scroll{ background: #fff;}

.ctbtn a{ background: var(--theme); color: #fff!important; padding: 10px 25px; border-radius: 5px;}
.ctbtn a:hover{ background: var(--lightpink);}
.navigation ul li.ctbtn a::after{ display: none!important;}








.breaadcrumb ul{ display: flex; align-items: center; gap: 8px; font-weight: 500; font-size: 14px; color: #666;}
.breaadcrumb ul li{ display: flex; align-items: center; gap: 8px;}
.breaadcrumb ul li a{ color: #666;}
.breaadcrumb ul li a:hover{ text-decoration: underline; text-underline-offset: 2px; color: var(--theme);}






/* Header Section */


/* Footer Section */
.footer{ width: 100%; position: relative; background: var(--black);  color: var(--white);}
.footertop{padding: 40px 0;}
.footertop .container{ display: flex; justify-content: space-between;}
.footertop h3{ color: #fff; margin: 0 0 15px;  font-size: 16px; text-transform: uppercase;}
.fcol1{ width: 17%;}
.fcol1 h6{ font-weight: 500; font-size: 15px; color: #fff; margin: 15px 0 5px;}
.fcol1 p, .fcol1 p a{ color: #fff; font-size: 15px;}
.fcol1 p a:hover{ color: var(--theme);}
.scl{ display: flex; column-gap: 15px; padding: 10px 0 0;}
.scl a {color: #fff; font-size: 16px; display: flex; border: 1px solid #fff; border-radius: 50px; width: 40px; height: 40px; justify-content: center; align-items: center;}
.scl a:hover{ background-color: var(--theme);}
.fcol2{ width: 17%;}
.fcol2 .menuwrap li{ margin: 0 0 5px; font-size: 15px; font-weight: 400;}
.fcol2 .menuwrap li a{ color: #FFFFFF;}
.fcol2 .menuwrap li a:hover{ color: var(--theme)}
.fcol3{ width: 17%;}
.fcol4{ width:42%; padding-right: 2%;}
.fcol4 h3{ font-size: 22px;}
.fcol4 p{ font-size: 15px;}




.ctform .everest-forms .evf-field-container{ width: 100%; margin: 25px 0 0; padding: 0;}
.ctform .everest-forms .evf-field-container .evf-frontend-row:not(.wp-list-table), .ctform  .wp-block-everest-forms-form-selector .evf-field-container .evf-frontend-row:not(.wp-list-table){margin: 0!important;}
.ctform .everest-forms .evf-field-container .evf-frontend-row .evf-frontend-grid, .ctform .wp-block-everest-forms-form-selector .evf-field-container .evf-frontend-row .evf-frontend-grid{ padding: 0!important;}


.ctform .evf-frontend-grid{ width: 100%; display: flex; flex-wrap: wrap; row-gap: 10px; justify-content: space-between;} 
.ctform .evf-frontend-grid .evf-field{ width: calc(50% - 5px); padding:0!important; margin: 0!important;}
.ctform .evf-frontend-grid .evf-field .input-text{ width: 100%; margin: 0!important;  border: 0 !important; padding:0 15px; background: #fff; border-radius: 4px; font-size: 14px; color: #000; height: 44px;}
.ctform .everest-forms button.button:not(.button-large), .ctform .everest-forms button[type=submit]{ width: 100%; background: #000!important; border: 2px solid #fff!important; height: 44px; font-size: 16px; font-weight: 600; color: #fff; border-radius: 4px; cursor: pointer; text-transform: uppercase; transition: all 0.3s ease-in-out;}
.ctform .everest-forms button.button:not(.button-large):hover, .ctform .everest-forms button[type=submit]:hover{ background: var(--theme)!important; border-color: var(--theme)!important;}

.ctform .evf-submit-container{ margin:10px 0 0; padding: 0;}

.ctform .everest-forms label.evf-error{ font-size: 12px; text-align: left; color: #f00; margin: 5px 0 0!important;}


.footerbottom{ width: 100%; background: #111; padding: 20px 0;}
.footerbottom p, .footerbottom li a{ font-size: 14px; color: #fff;}
.footerbottom li a:hover{ text-decoration: underline; text-underline-offset: 2px; color: var(--theme);}
.footerbottom ul{ display: flex; column-gap: 20px;}
.contact_section2{ width: 100%; padding: 110px 0; position: relative; background: #f7f7f7; overflow: hidden;	}
.contact_section2 .text{max-width: 70%;}
.contact_section2 .text p{ margin: 20px 0 30px; font-weight: 500;}
.contact_section2 .btn{ padding: 16px 50px; font-size: 18px; }
.contact_section2 .btn i{ margin-right: 10px; font-size: 22px; display: inline-block; vertical-align: middle;}
.contact_section2 .chrimg{ position: absolute; bottom: 0; right: 5%; width: 270px; max-width: 100%;}
.contact_section2 .chrimg img{ width: 100%; display: block;}
/* Footer Section */




/* Homepage Section */
.homebanner{ width: 100%; position: relative;}
.banner_slider{ width: 100%; position: relative;}
.banner_slider .item{ width: 100%; position: relative; height: 100vh; background: #fff;}
.banner_slider .item::before{ content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: #000; opacity: 0.25; z-index: 1;}
.banner_slider .item img{ width: 100%; display: block; height: 100%; object-fit: cover; object-position: center; position: absolute; top: 0; left: 0;}

.bannertext{ width: 100%; position: absolute; bottom: 0; left: 0; padding: 0 0 120px;}
.bannertext h1{ color: #fff; text-shadow: 0 0 4px rgba(0, 0, 0, 0.3);}

.work_section{ overflow: hidden;}
.workwrap{  min-width: calc(100% + 120px); margin-left: -60px;}
.workslider{ width: 100%; position: relative;}
.workslider .workitem{ width: 100%; position: relative; padding: 0 10px;}
.workbox{ width: 100%; border: 3px solid #f7f7f7; border-radius: 8px; overflow: hidden;}

.workbox a{ display: block;}
.workbox .work-thumb{ width: 100%; position: relative; overflow: hidden;}
.work-thumb img{transition: .2s ease-out; width: 100%; display: block;}
.workbox a:hover .work-thumb img {-webkit-transform: scale(1.1);transform: scale(1.1);transition: .2s ease-out;}

.workinfo{ width: 100%; padding: 15px;}
.workinfo h3{ width: 100%; min-height: 48px; text-align: left; font-size: 18px; font-weight: 600; transition: all 0.3s ease-in-out; text-transform: uppercase;}
.workinfo p{ font-weight: 500; font-size: 14px; text-transform: uppercase; margin: 5px 0 0;}
.workbox a:hover .workinfo h3{ color: var(--theme); transition: all 0.3s ease-in-out;}




.workslider .slick-dots{ width: 100%; margin: 20px 0 0; display: flex; justify-content: center; gap: 8px;}
.workslider .slick-dots li button{ width: 12px; height: 12px; background: var(--theme); opacity: 0.4; border-radius: 8px; font-size: 0px;}
.workslider .slick-dots li.slick-active button{ opacity: 1;}

.workslider .slick-arrow{ width: 36px; height: 46px; background: var(--white); color: var(--dark); display: flex; align-items: center; justify-content: center; position: absolute; top: 50%; transform: translateY(-50%); z-index: 2; font-size: 0px; cursor: pointer; transition: all 0.3s ease-in-out;}
.workslider .slick-prev{ left: 60px; border-radius: 0 4px 4px 0;}
.workslider .slick-next{ right: 60px; border-radius: 4px 0 0 4px;}
.workslider .slick-arrow:hover{ background: var(--theme); color: #fff; transition: all 0.3s ease-in-out;}
.workslider .slick-prev::before{ content: '\f104'; font-family: 'Font Awesome 5 Free'; font-weight: 900; font-size: 18px;}
.workslider .slick-next::before{ content: '\f105'; font-family: 'Font Awesome 5 Free'; font-weight: 900; font-size: 18px;}

.section{ width: 100%; position: relative; padding: 60px 0; }
.texttop{ width: 100%; text-align: center; padding: 0 50px 40px;}
.texttop p{ margin: 20px 0 0;}
.texttop a{ color:var(--theme); text-decoration: underline; text-underline-offset: 2px;}

.achive_section{ background: #f7f7f7; text-align: center;}
.achvlist{ width: 100%; display: flex; gap: 20px; flex-wrap: wrap; justify-content: center;}
.achvlist .item{ flex:0 0 calc((100% - (20px * 3)) / 4); background: #fff; border: 1px solid #ebebeb; border-radius: 12px; padding:25px 20px;}
.achvlist h4{ font-size: 18px; font-weight: 600; margin: 15px 0 25px;}
.achvlist .icon {display: flex; background: var(--lightpink); border-radius: 50px; width: 70px; height: 70px; margin: 0 auto; align-items: center; justify-content: center;}
.achvlist .icon i{ color: #fff; font-size: 32px;}
.achvlist h5{ font-size: 16px; font-weight: 400;}
.achvlist h5 strong{ font-size: 40px; line-height: 1; font-weight: 600; color: var(--lightpink);}
.nntop_links{ width: 100%; display: flex; flex-wrap: wrap; padding: 50px 20px; justify-content: space-between;}
.nntop_links .boxwrapper{ width: calc(50% - 20px);}
.boxwrapper .img{ width: 100%; overflow: hidden; position: relative; padding-top: 56%; border-radius:12px;}
.boxwrapper .img img {transition: .2s ease-out;position: absolute;top: 0;left: 0;right: 0;bottom: 0;margin: auto;width: 100%;object-fit: cover;}
.boxwrapper a:hover .img img {-webkit-transform: scale(1.08);transform: scale(1.08);transition: .2s ease-out;}
.boxwrapper .title{ width: 90%; position: relative; margin-left: 5%; background: #fff; border-radius: 12px; box-shadow: 0 5px 12px rgba(0,0,0,0.07); padding: 30px; margin-top: -60px;}
.boxwrapper .title h2{ font-size: 24px; font-weight: 600;}
.boxwrapper .title p{ margin: 15px 0;}
.boxwrapper .btntext{ font-weight: 500; color: var(--lightpink); text-transform: capitalize;}

.boxwrapper .btntext:hover{ color: var(--theme);}
.boxwrapper .btntext span{ display: inline-block; position: relative; padding-bottom: 3px;}
.boxwrapper .btntext span::after{ content: ''; position: absolute; bottom: 0; left: 0; width: 100%; height: 3px; background: var(--theme); transform: scale(0); transition:var(--trns);}

.boxwrapper .btntext:hover span::after{ transform: scale(1); transition:var(--trns); }

.vmbtn{ width: 100%; margin: 50px 0 0;}
.vmbtn a{ width: 100%; display: flex; align-items: center; font-weight: 500; justify-content: space-between; border:1px solid var(--dark); color: var(--dark); padding: 35px; border-radius: 12px;}
.vmbtn a:hover{ background: var(--lightpink); border-color: var(--lightpink); color: #fff;}
.vmbtn .btnct{ display: flex; align-items: center; gap: 6px;}
.vmbtn .btnct i{ transition: all 0.4s ease-in-out;}
.vmbtn a:hover .btnct i{ transform: translateX(5px); transition: all 0.4s ease-in-out;}

.strngthrow{ width: 100%; gap: 20px; display: flex; flex-wrap: wrap;}
.strngthrow .item{ flex:0 0 calc((100% - 40px) / 3); text-align: center;}
.strngthrow .img{ position: relative; overflow: hidden; width: 100%; padding-top: 62%; border-radius: 12px; display: block;}
.strngthrow .img img{ width: 100%; height: 100%; object-fit: cover; position: absolute; top: 0; left: 0;}
.strngthrow h4{ margin:20px 0 10px;}

.services_section .fullimg{ position: relative; width: 100%; padding-top: 440px;}
.services_section .fullimg img{ width: 100%; height: 100%; object-fit: cover; object-position: center; position: absolute; top: 0; left: 0; display: block;}

.services_section .text{ width: 100%; text-align: center;}
.services_section .text p{ margin: 10px 0 0;}
.services_section .text h2{ margin: 0 0 25px;}

.mt50{ margin-top: 50px;}
.default{text-align: center;}
.default p{ margin: 20px 0 0;}
.default h2{ margin: 0 0 25px;}

.servicesrow{ width: 100%; display: flex; gap: 20px; flex-wrap: wrap; justify-content: center; margin-top: 40px;}
.servicesrow .item{ flex:0 0 calc((100% - 40px) / 3); background: #f7f7f7; border-radius: 12px; padding: 30px 20px; text-align: center;}
.servicesrow .item h4{ margin: 0 0 15px;}
.servicesrow .item p{ margin: 0;}

.wow_section{ width: 100%; padding: 0; position: relative; display: flex; align-items: center; justify-content: space-between; background: #f7f7f7; text-align: center;}
.wow_section .img{ width: 44%; position: relative;}
.wow_section .img img{ width: 100%; display: block;}
.wow_section .text{ width: 56%; padding: 0 4%;}
.wow_section .text h2{ margin: 0 0 20px;}
.wow_section .text h2 strong{ color: var(--theme); font-weight: 800;}
.wow_section .text p{ margin: 20px 0 0;}

/* Homepage Section */


/* Workpage Section */

.pagebanner{ width: 100%; position: relative; background-size: cover; background-position: center; padding: 150px 0 40px;}
.pagebanner .bannertext{ position: relative; z-index: 2; text-align: left; margin: 0; padding: 40px 0 0;}
.pagebanner .bannertext h1{ color: #000; font-size: 52px; line-height: 1.2; font-weight: 700;}



.workwrapmain{ width: 100%; display: flex; gap: 15px; flex-wrap: wrap;}
.workwrapmain .workitem{ flex:0 0 calc((100% - (15px * 2)) / 3); padding: 5px 0; position: relative; overflow: hidden; cursor: pointer;}
.workwrapmain .workitem a{ display: block;}
.workwrapmain .workthumb{ width: 100%; position: relative; border-radius: 12px; overflow: hidden; }
.workthumb img{ width: 100%; display: block;}

.pageTitle{ width: 100%; padding: 20px 0 0;}
.pageTitle .title{ width: 100%; display: flex; align-items: center; justify-content: center; flex-direction: column;}
.pageTitle .title p{ margin: 20px 0 0;}
.pageTitle h1{ color: #000; padding-bottom: 10px; text-align: center; font-size: 48px; line-height: 1.2; font-weight: 700; margin: 40px 10px 15px; position: relative;}
.pageTitle h1:after{ content: ''; position: absolute; bottom: -5px; left: 0; right: 0; margin: 0 auto; width:60%; height: 4px; background: var(--theme); border-radius: 2px;}
.pageTitle h1::before{ content: ''; position: absolute; bottom: -5px; left: 0; right: 0; margin: 0 auto; width:100%; height: 4px; background: #dadadb; border-radius: 2px;}





.work-pagination{ display: none;}

.workdtlswrap{ width: 100%;}
.workdtlswrap img{ width: 100%; border-radius: 12px; display: block; margin: 0 0 30px;}
.workdtlswrap h2{ font-size: 32px; line-height: 1.3; font-weight: 600; margin: 0 0 20px;}
.workdtlswrap p{ margin: 0 0 20px; font-size: 16px; line-height: 24px; font-weight: 400;}
.workdtlswrap h3{ font-size: 24px; line-height: 1.3; font-weight: 600; margin: 30px 0 15px;}
.workdtlswrap ul{ margin: 0 0 20px; padding-left: 20px;}

.work-popup { position: fixed;inset: 0;background: rgba(0,0,0,0.8);display: none;align-items: center;justify-content: center;z-index: 9999;}
.work-popup img {max-width: 90%;max-height: 90%; display: block; border-radius: 4px;}
.work-popup-close { position: absolute; top: 20px; right: 30px; font-size: 40px; color: #fff; cursor: pointer;}


.worktitle{ width: 100%; height: 100%; position: absolute; top: 0; left: 0; background: rgba(223, 31, 90, 0.8); color: #fff; display: flex; align-items: center; justify-content: center; opacity: 0; transition: all 0.3s ease-in-out; text-align: center; padding: 20px;}
.workitem:hover .worktitle{ opacity: 1; transition: all 0.3s ease-in-out;}

/* Who We Are Page */
.whowe_section1{ position: relative; overflow: hidden; font-size: 22px; line-height: 32px; font-weight: 400; padding-bottom: 0;}
.whowe_section1 .text1{ width: 100%; margin-bottom: 60px;}
.whowe_section1 .text2{ width: 100%; max-width: 600px;}
.whowe_section1 .img{ width: 100%; max-width: 540px; position: absolute; bottom: 0; right: 0;  overflow: hidden;}
.whowe_section1 .img img{ width: 100%; display: block;}
.whowe_section1 h2{ margin:30px 0 0; color: var(--theme);}
.whowe_section1 p{ margin: 20px 0 0; }
.whowe_section1 ul{ margin: 20px 0 30px; padding-left: 20px;}
.whowe_section1 ul li{ margin: 5px 0 0; list-style: disc; list-style-position: outside;}

.whowe_section1 .text1 h2{ margin-top: 0;}


.whowe_section2{ position: relative; text-align: center; font-size: 22px; line-height: 32px; font-weight: 400;}
.whowe_section2 h2{ margin: 0 0 30px; color: var(--theme);}
.whowe_section2 p{ margin: 0 0 30px;}
.whowe_section2 h3{ margin: 30px 0; font-weight: 400;}
.whowe_section2 .img{ width: 100%; margin: 40px auto 0; display: block;}
.whowe_section2 .img img{ width: 100%; display: block;}



.whowe_section3{ position: relative; background: #f7f7f7; font-size: 22px; line-height: 32px; font-weight: 400;}
.whowe_section3 h2{ margin: 0 0 30px; color: var(--theme);}
.whowe_section3 h2 strong{ color: var(--theme); font-size: 180%;}
.whowe_section3 p{ margin: 30px 0 0;}
.whowe_section3 h3{ margin: 30px 0; font-weight: 400;}
.whowe_section3 .container{ display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap;}
.whowe_section3 .text{ width: 45%;}
.whowe_section3 .img{ width: 50%; display: flex; flex-direction: column; align-items: center; row-gap: 25px;}
.whowe_section3 .img img{ width: 100%; display: block;}


.whowe_section4{ position: relative; background: #fff; font-size: 22px; line-height: 32px; font-weight: 400;}
.whowe_section4 h2{ margin: 0 0 30px; color: var(--black);}
.whowe_section4 h2 strong{ color: var(--theme); font-size: 180%;}
.whowe_section4 h3{ text-transform: uppercase; color: var(--black); font-weight: 700; margin: 30px 0;}
.whowe_section4 p{ margin: 30px 0 0;}
.whowe_section4 h3{ margin: 30px 0; font-weight: 400;}
.whowe_section4 .container{ display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap;}
.whowe_section4 .text{ width: 65%;}
.whowe_section4 .img{ width: 30%; display: flex; flex-direction: column; align-items: center; row-gap: 25px;}
.whowe_section4 .img img{ width: 100%; display: block;}

.whowe_section5 .texttop{ padding-bottom: 0;}
.whowe_section5 .texttop h2 strong{ color: var(--theme);}
.whowe_section5 .servicesrow .item h4{ color: var(--theme);}


.servicemain .servicesrow .item{ background: #fff; box-shadow: 0 0 6px rgba(0, 0, 0, 0.3); border-radius: 0px; display: flex; flex-direction: column; align-items: center; justify-content: center;}

.workflow_row{ width: 100%; margin: 30px 0 0; display: grid; gap: 20px; grid-template-columns: repeat(5, 1fr); background: #f4f8f9; padding: 25px; border-radius: 20px; flex-wrap: wrap; justify-content: center;}
.workflow_row .item{  position: relative; background: #fff; border: 2px solid #ddd; border-radius: 12px; padding: 20px 15px; text-align: left;}
.workflow_row .item h4{ display: flex; gap: 8px; align-items: flex-end; font-size: 18px; font-weight: 700; color: var(--black); }
.workflow_row .item h4 strong{ font-weight: 500; font-size: 30px; opacity: 0.5; line-height: 1;}
.workflow_row .item p{ margin: 15px 0; font-size: 14px; line-height: 22px; font-weight: 500;}

.workflow_row .item::after { content: ""; position: absolute; top: 50%; right: -12px; transform: translateY(-50%); width: 0; height: 0; border-top: 12px solid transparent; border-bottom: 12px solid transparent;  border-left: 12px solid #000;  opacity: 0.4;}
.workflow_row .item:last-child::after { display: none;}


.service_section3 .container{ display: flex; justify-content: space-between;}
.service_section3 .imgleft{ width: 48%;}
.service_section3 .imgbox{ width: 100%; display: block; border: 1px solid #ddd; border-radius: 8px; margin-top: 40px; padding-right: 10px;}
.service_section3 .imgleft img{ width: 100%; display: block;}
.service_section3 .imgleft p{ margin: 20px 0 0;}



.service_section3 .srvcform{ width: 48%; border: 1px solid #ddd; border-radius: 8px; padding: 25px;}
.srvcform .ctform .evf-frontend-grid .evf-field{ width: 100%;}

.srvcform .ctform .everest-forms label{ font-size: 15px; text-align: left; font-weight: 500; color: var(--black)!important; margin: 0 0 6px;}
.srvcform .ctform .evf-frontend-grid .evf-field .input-text{ border: 1px solid #ddd!important; border-radius: 4px; height: 48px;}
.ctform .evf-frontend-grid .evf-field select.input-text{appearance: none;-moz-appearance: none;-webkit-appearance: none;}

.ctform .evf-frontend-grid .evf-field select.input-text{ background-image: url(../images/angle-down.svg); background-repeat: no-repeat; background-size: 20px; background-position:calc(100% - 15px) 50%;}



.srvcform .ctform .evf-frontend-grid{ row-gap: 15px;}
.srvcform .ctform .everest-forms button[type=submit]{ border: 0px!important; background: var(--black)!important; width: 280px; height: 54px; border-radius: 8px;}
.srvcform .ctform .everest-forms button[type=submit]:hover{ background: var(--theme)!important;}
.srvcform .ctform .everest-forms .evf-field-container{ margin: 0;}
.srvcform .ctform .evf-submit-container{ position: relative;}

.everest-forms .evf-container, .wp-block-everest-forms-form-selector .evf-container{ margin: 0!important;}
.ctform .checkbox ul li{ position: relative; padding-left: 32px;}
.ctform .checkbox ul li input.input-text{ position: absolute; top: 3px; left: 0; height: 20px!important;}
.ctform .checkbox ul li label{ font-size: 15px; cursor: pointer;}
.ctform .checkbox ul li label a{ color: var(--theme);}
.ctform .checkbox ul li label a:hover{ text-decoration: underline; text-underline-offset: 2px; color: var(--theme);}
.ctform .checkbox ul li:last-child{ margin-bottom: 0;}

.pagetext{ width: 100%; padding: 30px 0 0;}
.pagetext h2, .pagetext h3, .pagetext h4, .pagetext h5, .pagetext h6{ margin: 30px 0 20px;}
.pagetext p{ margin: 20px 0;}
.pagetext ul, .pagetext ol{ margin: 20px 0;  padding-left: 30px;}
.pagetext ul ol, .pagetext ol ol, .pagetext ul ul, .pagetext ol ul{ margin: 0;}
.pagetext a{ color: var(--theme);}
.pagetext a:hover{ text-decoration: underline; text-underline-offset: 2px; color: var(--theme);}
.pagetext ul li{ list-style: disc;list-style-position: outside;}
.pagetext ol li{ list-style: decimal; list-style-position: outside;}

.errimg{ width: 100%; margin: 10px 0 0;}
.errimg img{ display: block; margin: 0 auto; max-width: 600px; width: 98%;}




/* Responsive Style */

@media(max-width:1240px){
.container{ padding: 0 20px;}

h1, .pageTitle h1{ font-size: 40px; line-height: 48px; }
h2{ font-size: 34px; line-height: 42px; }
h3{ font-size: 24px; line-height: 32px; }
h4{ font-size: 20px; line-height: 28px; }
h5{ font-size: 15px; line-height: 22px; }
h6{ font-size: 14px; line-height: 20px; }
body {font-size: 15px; line-height: 22px;}

.whowe_section1, .whowe_section3, .whowe_section4{font-size: 18px;line-height: 28px;}
.whowe_section4 h2 strong, .whowe_section3 h2 strong {font-size: 150%;}
.whowe_section1 .img {max-width: 400px;}
.whowe_section1 .text2 {max-width: 570px;}
.workflow_row {grid-template-columns: repeat(3, 1fr);}
.pageTitle .title{ text-align: center;}








}


@media(max-width:979px){
.logo {width: 120px;}
.pagebanner {padding: 115px 0 40px;}

.whowe_section1, .whowe_section3, .whowe_section4{font-size: 16px;line-height: 24px;}


.achvlist h5 strong {font-size: 32px;}

.footertop .container{ flex-wrap: wrap; row-gap: 30px;}
.fcol4{ width: 100%; padding: 0;}
.fcol1, .fcol2, .fcol3{width: 30%;}
.workwrap {min-width:100% ;margin-left:0px;}
.workslider .slick-prev{ left: 0;}
.workslider .slick-next{ right: 0;}

.workinfo h3 {min-height: 44px;font-size: 15px;line-height: 22px;}
.workinfo p{ font-size: 13px;}





.contact_section2 .text {max-width: 60%;}
.achvlist .item {flex: 0 0 calc((100% - (20px * 3)) / 2);}
.servicesrow .item {flex: 0 0 calc((100% - 40px) / 2);}
.texttop{ padding: 0 0 40px;}
.bannertext {padding: 0 0 60px;}

.navopen .header {background: #fff;}
.navopen .header::before{ opacity: 0;}

.navigation{ display: none;}
.menutoggle{ display: block; cursor: pointer; position: relative; margin-right: 0; margin-left: auto; width: 30px; height: 30px;}
.menutoggle i{ position: absolute; width: 100%; height: 3px; background: var(--black); border-radius: 4px; top: 6px; left: 0; transition: all 0.3s ease-in-out;}
.menutoggle i.b{ top: 14px;}
.menutoggle i.c{ top: 22px;}

.menutoggle.active i.c{ top: 14px; transform: rotate(45deg); transition: all 0.3s ease-in-out;}
.menutoggle.active i.a{ top: 14px; transform: rotate(-45deg); transition: all 0.3s ease-in-out;}
.menutoggle.active i.b{ opacity: 0; transition: all 0.3s ease-in-out;}
.navopen .navigation{ display: block; position: absolute; top: 100%; left: 0; width: 100%; background: var(--white); padding: 20px 0;box-shadow: 0 8px 15px rgba(0,0,0,0.15);}
.navigation ul{ display: block;}
.navigation ul li{width: 100%; padding: 0; margin: 0; position: relative;}
.navigation ul li a{ display: block; padding: 12px 15px; color: var(--black);}
.home .navigation ul li a:hover, .home .navigation ul li a {color: var(--black);}

.navigation ul li.current-menu-item>a{color: var(--theme);}
.ctbtn a{ text-align: center;}
.navigation ul li.ctbtn{ padding: 15px 15px 0;}
.home .navigation ul li a::after { background: var(--black);}

.home .header .menutoggle i{ background: var(--white);}
.home .header.scroll .menutoggle i{ background: var(--black);}
.whowe_section1 .text2{ max-width: 100%;}
.whowe_section1 .img {max-width: 100%;position: static;padding-left: 20px; margin-top: 40px;}

.workflow_row {grid-template-columns: repeat(2, 1fr); padding: 15px; border-radius: 15px;}
.workwrapmain .workitem {flex: 0 0 calc((100% - (15px * 1)) / 2);}







}


@media(max-width:767px){

h1, .pageTitle h1{ font-size: 34px; line-height: 42px; }
h2{ font-size: 28px; line-height: 36px; }
h3{ font-size: 22px; line-height: 30px; }


.footerbottom .container{ flex-wrap: wrap; row-gap: 15px; text-align: center; justify-content: center; flex-direction: column;}
.scl {justify-content: center;}
.fcol1, .fcol2, .fcol3{width: 100%; text-align: center;}
.ctform .evf-frontend-grid .evf-field {width: 100%;}
.fcol4 h3, .fcol4 p{ text-align: center;}
.contact_section2 .text {max-width:100%; width:100%;}
.contact_section2 .chrimg{ display: none;}

.contact_section2{ padding: 60px 0; text-align: center;}

.achvlist .item, .strngthrow .item, .servicesrow .item  {flex: 0 0 100%;}
.wow_section{ flex-wrap: wrap;}
.wow_section .img{ width: 100%; order: 2;}
.wow_section .text{ width: 100%; padding: 60px 20px; order: 1;}
.vmbtn a{ padding: 20px;}

.nntop_links .boxwrapper {width: 100%;}
.boxwrapper .title{ padding: 15px;}
.nntop_links {row-gap: 40px;}

.whowe_section4 .text, .whowe_section3 .text{width: 100%; text-align: center;}
.whowe_section4 .img, .whowe_section3 .img {width: 100%;margin-top: 40px;}
.whowe_section4 h3 {margin: 20px 0;}
.whowe_section1{  padding-top: 20px;}

.service_section3 .container{ flex-wrap: wrap; row-gap: 40px;}
.service_section3 .imgleft {width: 100%; text-align: center;}
.service_section3 .srvcform{ width: 100%; padding: 20px;}

.page-template-contact-us .service_section3{ padding-top: 10px;}

.workflow_row {grid-template-columns: repeat(1, 1fr);}
.workflow_row .item::after {top: auto;right: calc(50% - 6px);transform: rotate(90deg);bottom: -20px;}

.workwrapmain .workitem {flex: 0 0 100%;}






}


