@charset "UTF-8";
/*=============================
	      normalize css
===============================*/
/* reset defoult value */
* {
  margin: 0;
  padding: 0;
  font-family: Arial, sans-serif;
  box-sizing: border-box;
}

*:before,
*:after {
  box-sizing: inherit;
}

.after::after {
  content: "";
  position: absolute;
  top: 0%;
  left: 0;
  width: 660px;
  height: 40px;
  z-index: -1;
}

html {
  scroll-behavior: smooth;
}

body {
  width: 100%;
  max-width: 1920px;
  margin: auto;
  min-width: 1600px;
  font-weight: 100;
  font-size: 14px;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
}

/* all bg content */
#contents,
#review,
#why,
#services {
  background: #fff;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  color: inherit;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
  color: #fff;
}

h1 {
  font-family: var(--font-JOST-SEMIBOLD);
  font-size: 80px;
  background: #fff;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  filter: drop-shadow(4px 4px 6px #000);
}


h2 {
  font-family: var(--font-POPPINS-SEMIBOLD);
  font-size: 30px;
  color: #666666;
  text-transform: uppercase;
}

p {
  font-family: var(--font-POPPINS-REGULAR);
  font-size: 25px;
  color: #fff;
}

.dropbtn .active-menu,
					.dropbtn-sub.active-menu,
					.dropbtn:hover,
					.dropbtn-sub:hover
					 {
						transition: all 0.4s ease;
						cursor: pointer;
						position: relative;
						font-weight: 700;
					}
/* .dropbtn .active-menu a:hover::after,
					&.active-menu a::after {
						content: "";
						position: absolute;
						bottom: -11px;
						left: 50%;
						transform: translateX(-50%);
						width: 135%;
						height: 55px;
						background-color: #124766;
						transition: all 0.4s ease;
						z-index: -1;
						border-bottom-left-radius: 10px;
						border-bottom-right-radius: 10px;
					} */

          .dropdown {
	position: relative;
	display: inline-block;}
  .dropdown  .dropdown-content {
        display: none !important;
        position: absolute;
        min-width: 310px;
        /* box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); */
        z-index: 1;}
  .dropdown      a {
            color: black;
            padding: 0px 16px;
            text-decoration: none;
            display: block;
        }
    

.dropdown	.dropdown-content-sub {
		position: relative;
		padding-left: 25px;
	}

.dropdown-sub:hover .dropdown-content-sub,
.dropdown:hover .dropdown-content {display: flex !important; line-height: 40px;}
svg {
	color: #fff;
}
img {
  max-width: 100%;
  height: auto;
  transition: transform 0.3s ease-in-out, filter 0.3s ease-in-out;
  -o-object-fit: contain;
     object-fit: contain;
  cursor: pointer;
}

img:hover {
  transform: scale(1.05);
}

.text-center {
  text-align: center;
}

.text-start {
  text-align: start;
}

.label {
  font-size: 16px;
  font-family: var(--font-POPPINS-REGULAR);
  letter-spacing: 14px;
  color: #666666;
  font-weight: 600;
}

/* all button ===========================*/
.btn1,
.btn {
  font-family: var(--font-MONTSERRAT-SEMIBOLD);
  font-size: 16px;
  background: linear-gradient(189deg,rgba(0, 178, 255, 1) 0%, rgba(0, 178, 255, 1) 100%);
  text-transform: uppercase;
  width: 100%;
  max-width: 228px;
  padding: 18px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFFFFF;
  box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.5), inset 0px 0px 0px rgba(0, 0, 0, 0);
  border-bottom: unset;
  cursor: pointer;
  border-radius: 36px;
}

.btn:hover {
  transition: all 0.2s ease-in-out;
  color: white !important;
}

.btn1 {
  background: transparent;
  border: 1px solid white;
}
.btn1:hover {
  color: white !important;
 background: linear-gradient(189deg,rgba(0, 178, 255, 1) 0%, rgba(0, 178, 255, 1) 100%);
}

.btnform:hover {
  transform: scale(1.05);
}

.btn:hover {
  background: var(--gradient-one);
  color: #000;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}

.clearfix {
  display: block;
}

/*cookie*/
.cc-animate.cc-revoke.cc-bottom {
  font-size: 14px;
  padding: 5px 10px;
  position: fixed;
  display: block !important;
  transform: none !important;
  bottom: 0 !important;
  left: 20px !important;
}

/*call to action*/
.cta {
  display: none;
}

/*=============================
	End Global CSS 
===============================*/
.suspension-contain {
  max-height: 980px;
  overflow: hidden;
  position: relative;
}

/* header =====================================================================*/
#header {
  background: url(../images/content/bg.png) top no-repeat;
  padding: 22px 40px 180px 0;
  position: relative;
  z-index: 2;
}
#header .row {
  max-width: 1920px;
  color: #fff;
}
#header .row nav {
  max-width: 900px;
  padding-top: 19px;
  z-index: 10;
}
#header .row nav a#pull {
  display: none;
}
#header .row nav ul {
  max-width: 660px;
}
#header .row nav ul li {
  position: relative;
  display: inline-block;
}
#header .row nav ul li .dropbtn,
#header .row nav ul li a {
  font-family: var(--font-JOST-SEMIBOLD);
  z-index: 10;
  font-size: 20px;
  color: #FFFFFF;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 100;
  text-shadow: 3px 3px 4px #000;
}
#header .row nav ul li .dropbtn.active-menu,
#header .row nav ul li .dropbtn-sub.active-menu,
#header .row nav ul li .dropbtn:hover,
#header .row nav ul li .dropbtn-sub:hover, #header .row nav ul li.active-menu a,
#header .row nav ul li a:hover {
  transition: all 0.4s ease;
  cursor: pointer;
  position: relative;
   background: linear-gradient(189deg,rgba(0, 178, 255, 1) 0%, rgba(0, 178, 255, 1) 100%);
    -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  text-shadow: unset;
}
#header .row nav .h-l {
  max-width: 200px;
  gap: 12px;
}
#header .row nav .h-l .btn {
  max-width: 194px;
  font-family: var(--font-MONTSERRAT-BOLD);
  font-size: 13px;
  letter-spacing: 2px;
  border-radius: 10px;
}
#header .row nav .h-l .social {
  max-width: 186px;
  gap: 0px;
}
#header .row nav .h-l .social p {
  font-family: var(--font-POPPINS-MEDIUM);
  font-size: 14px;
}
#header .row nav .h-l > a[href^="tel:"] {
  font-family: var(--font-MONTSERRAT-BOLD);
  font-size: 27px;
  max-width: 326px;
  border: 1px solid white;
  border-radius: 15px;
  display: flex;
  justify-content: center;
  max-width: 254px;
  padding: 10px 0;
}

#banner {
  padding-left: 72px;
  position: relative;
}
#banner .row {
  max-width: 887px;
  margin-top: -55px;
}
#banner .row h1 {
      padding-top: 190px;
    line-height: 89px;
}
#banner .row p {
  padding: 12px 0 43px;
  line-height: 39px;
  text-shadow: 4px 4px 4px #000000;
}
#banner .row .banner-btns a:nth-of-type(1) {
  border: 1px solid rgba(0, 178, 255, 1);
}






#who {
  background: url(../images/content/bg1.png) center top no-repeat;
      padding: 222px 0 152px 88px;
    margin: -114px 0 -65px 0;
}
#who .row {
  max-width: 830px;
}
#who .label {
  padding: 0 0 28px 15px;
}
#who .sp {
  font-family: var(--font-POPPINS-MEDIUM);
  font-size: 20px !important;
  position: relative;
  color: #666666 !important;
  margin: 17px 0 -15px 0;
}
#who .row p {
  font-size: 18px;
  color: #333333;
  line-height: 38px;
}

#who .row > a {
  font-family: var(--font-JOST-BLACK);
  font-size: 60px;
  color: #666666;
}
#who .row > h1 {
  font-family: var(--font-JOST-BLACK);
  filter: unset;
  line-height: 90px;
  background: #00A6F8;
  font-size: 90px;
      padding-bottom: 23px;
}
#who .row .btns .btn:hover {
  color: #000 !important;
  border: 1px solid #666666;
}
#who .btns {
  padding-top: 14px;
}

#who .btn1 {
  border-color: #666666;
  color: #666666;
}



#work {
      background: url(../images/content/bg5.png) center bottom no-repeat;
    padding: 177px 0 134px 0;
    margin: -157px 0 -117px 0;
    position: relative;
    z-index: 1;
}
#work .row .w100p > h1 {
  font-family: var(--font-JOST-BLACK);
  font-size: 60px;
  background: #00A7F8;
  filter: unset;
}
#work .box10 {
  max-width: 874px;
}
#work .box11 {
  position: absolute;
    bottom: 44%;
    width: 110%;
    max-width: 102%;
    left: -15px;

}
#work .box10 > h1 {
  line-height: 42px;
  font-size: 35px;
  background: #000000;
  filter: unset;
}
#work .box1 {
  padding-top: 17px;
  position: relative;
}
#work .row {
  max-width: 1663px;
}
#work .row p {
  font-family: var(--font-TRAJANPRO-BOLD);
  font-size: 28px;
  color: #444444;
  max-width: 1319px;
      line-height: 45px;
    padding: 35px 0 0;
}
#work .row .box3 {
  position: relative;
  overflow: hidden;
  max-width: 403px;
}
#work .row .btn {
  max-width: 236px;
  padding: 22px 0;
  border: 1px solid rgba(0, 178, 255, 1) !important;
}

#work .row .btn:hover {
  color: #000 !important;
  border: 1px solid !important;
}
#work .row .box3 > .w100p {
  position: absolute;
  left: 20px;
  bottom: 20px;
}
#work .row .box3 > .w100p h1 {
    font-family: var(--font-JOST-BLACK);
    font-size: 28px;
    line-height: 36px;
    padding: unset;
    background: white;
    letter-spacing: -0.5px;
}
#work .row .box3 a {
  font-family: var(--font-JOST-BLACK);
  color: #00A3F4;
  align-items: center;
  display: flex;
    gap: 6px;
  text-transform: uppercase;
          font-size: 15px;
              text-decoration: 1px #00A3F4 underline;
    text-underline-offset: 4px;
}




#contetnrows {
  background: url(../images/content/bg2.png) center no-repeat;
  position: relative;
  z-index: 1;
}
.contetnrows {
  max-width: 949px;
  margin-right: 0;
  padding: 237px 49px 182px 0;
}
.contetnrows h1 {
  font-family: var(--font-JOST-BLACK);
  font-size: 65px;
  line-height: 85px;
}
.contetnrows h1 a {
  font-family: var(--font-JOST-BLACK);
  font-size: 60px;
}
.contetnrows p {
  font-size: 23px;
  line-height: 38px;
  padding: 9px 0 9px;
  letter-spacing: unset;
}
.contetnrows p:nth-of-type(2) {
  margin-bottom: -15px;
}
.contetnrows .btn1 {
  margin: 20px 0 0 auto;
}
.contetnrows .box h1 {
  font-size: 20px;
  line-height: unset;
}
#whott .box1,
.contetnrows .box1 {
  max-width: 379px;
  margin-right: 0;
}
#whott .box1 a,
.contetnrows .box a {
  font-size: 38px;
  font-family: var(--font-MONTSERRAT-BOLD);
  color: #fff;
}








#services {
  background: url(../images/content/bg3.png) center no-repeat;
  padding: 150px 0 139px 0;
      position: relative;
    z-index: 1;
}
#services .box1 {
  gap: 40px;
  display: flex;
  align-items: flex-end;
  padding-right: 72px;
}
#services img[alt="s11"] {
  padding-bottom: 15px;
}
#services .rows {
  max-width: 824px;
  align-items: center;
  margin: auto 0 auto auto;
  display: flex;
  flex-direction: column;
  align-items: end;
  gap: 15px;
}
#services .rows h1 {
  font-family: var(--font-JOST-BLACK);
  font-size: 80px;
  line-height: 80px;
}
#services .rows h1:nth-of-type(2) {
  font-size: 35px;
}
#services .rows p {
  font-family: var(--font-POPPINS-SEMIBOLD);
  font-size: 20px;
  line-height: 40px;
      max-width: 737px;
  text-shadow: 3px 3px 4px #000000;
}
#services .rows h2 {
  font-size: 45px;
  padding: 2px 0 0;
  font-family: var(--font-TEKO-REGULAR);
}
#services img {
  padding-top: 10px;
}
#services .rows a {
  font-family: var(--font-JOST-BLACK);
  font-size: 15px;
  color: #00A3F4;
  text-transform: uppercase;
  -webkit-text-decoration: 2px #00A3F4 underline;
          text-decoration: 2px #00A3F4 underline;
  text-underline-offset: 4px;
      margin-top: -19px;
}


#galrow {
  background: url(../images/content/bg7.png) center bottom no-repeat;
  padding: 268px 0 76px 0;
  margin-top: -186px;
  overflow: hidden;
}
#galrow p {
  font-family: var(--font-TRAJANPRO-REGULAR);
  font-size: 30px;
  color: #444444;
  line-height: 49px;
      letter-spacing: -0.5px;
}
#galrow p:nth-of-type(2) {
  font-size: 25px;
  color: #777777;
      padding: 17px 0;
          letter-spacing: 1.5px;
} 
#galrow .row {
  max-width: 1741px;
  margin: auto;
}
#galrow .row .services-c {
      padding-bottom: 44px;
  position: relative;
}
#galrow .row .services-c  img {
  box-shadow: var(--box-shadow-lg);
  border-radius: 23px;
}
#galrow h1 {
  font-family: var(--font-JOST-BLACK);
  font-size: 60px;
  background: #00A6F8;
  filter: unset;
  line-height: 60px;
  padding: 22px 0 18px 0;
  letter-spacing: 2px;
}
#galrow .row .btn {
  margin: auto;
  margin-top: 4px;

  border: unset;
  text-indent: unset;
  max-width: 246px;
}
#galrow .row .btn {
  border: 1px solid #00A6F8;
}
#galrow .row .btn:hover {
  color: #000 !important;
  border: 1px solid !important;
}






#whott {
  background: url(../images/content/bg4.png) center top no-repeat;
  padding: 195px 0 0 0;
  margin-top: -24px;
  position: relative;
}
#whott .row {
  padding-right: 52px;
  max-width: 995px;
  margin: auto 0 auto auto;
  padding-bottom: 219px;
}
#whott .row p {
  padding: 30px 0 30px 0;
  font-size: 23px;
  letter-spacing: .5px;
}
#whott .row p:nth-of-type(2) {
  font-family: var(--font-POPPINS-MEDIUM);
  font-size: 20px;
  padding:  0 0 0 0;
      margin-bottom: -10px;
}
#whott .row .btn1 {
  border: 1px solid white;
  background: transparent;
  margin: 10px 0 auto auto;
  max-width: 240px;
}
#whott .row a:nth-of-type(1) {
  font-family: var(--font-JOST-BLACK);
  font-size: 60px;
  color: #fff;
}
#whott .row > h1 {
  font-family: var(--font-JOST-BLACK);
  font-size: 45px;
  line-height: 55px;
}
#whott .box h1 {
  font-size: 19px;
}
 .contact-container {
  padding: 37px 82px;
  max-width: 1615px;
  text-align: center;
  box-shadow: var(--box-shadow-md);
  margin: auto;
  background: #fff;
  position: relative;
}
 .contact-container h1 {
  filter: unset;
  font-family: var(--font-JOST-BLACK);
  font-size: 75px;
  background: linear-gradient(189deg,rgba(0, 178, 255, 1) 0%, rgba(0, 178, 255, 1) 100%);
}
 .contact-container .btn, .ctcBtn {
  font-family: var(--font-POPPINS-BOLD);
  font-size: 16px;
  width: 208px;
  margin: auto;
  border-radius: 0px;
  border: none;
      padding: 19px 10px;
      text-transform: capitalize;
      margin-top: 15px;
}
 .contact-container p {
  max-width: 738px;
  font-family: var(--font-MYRIADPRO-REGULAR);
  color: #666666;
  font-size: 15px;
  line-height: 27px;
  letter-spacing: .7px;
}
.contact-container .btn:hover {
  color: #000 !important;
  border: 1px solid;
}
#gallery {
   background: url(../images/content/bg8.png) center top no-repeat;
  background-size: cover;
    padding: 106px 0 89px 0;
    margin-top: -98px;
    overflow: hidden;
}
#gallery .rows h2 {
  font-family: var(--font-PLAYFAIRDISPLAY-SEMIBOLD);
  color: #060602;
  font-size: 45px;
}
#gallery .rows .box {
  padding: 19px 0 27px;
  gap: 15px;
}
#gallery .rows .box8 {
  max-width: 1694px;
  padding-bottom: 52px;
}
#gallery .rows .box8 img {
  border-radius: 17px;
  box-shadow: var(--box-shadow-lg);
}
#gallery .rows .btn2 {
  font-family: var(--font-MONTSERRAT-SEMIBOLD);
  font-weight: 600;
  letter-spacing: 2px;
  background: transparent;
  max-width: 304px;
  margin: auto;
  font-size: 15px;
  text-transform: uppercase;
  padding: 18px 26px;
  border-style: unset;
  color: #000000;
  border: 2px solid #808080;
  border-radius: 36px;
}

/*contact form ==========================================================================*/

footer {
  background: url(../images/content/bg6.png) bottom no-repeat;
}
footer > p {
  font-family: var(--font-POPPINS-REGULAR);
  font-size: 14px;
  letter-spacing: 1px;
  padding: 10px 0 25px;
}
footer .social {
  max-width: 100%;
  padding-bottom: 50px;
}
footer .social p {
  font-family: var(--font-POPPINS-MEDIUM);
  font-size: 14px;
  padding-right: 5px;
}
footer img[alt="logo1"] {
  margin-top: -54px;
}
footer .footer-container {
  max-width: 1521px;
    padding: 615px 0 0 167px;
    align-items: center;
    margin-top: -524px;
}
footer .footer-container .box {
  gap: 25px;
}
footer .footer-container .box .bo {
  max-width: 407px;
}
footer .footer-container .box .bo .boc p {
  font-family: var(--font-TEKO-REGULAR);
  font-size: 25px;
  line-height: 25px;
}
footer .footer-container .box .bo .boc p:nth-of-type(4) {
  color: #D96D00;
}
footer .footer-container .box .bo .boc p:nth-of-type(1) {
  font-family: var(--font-TEKO-BOLD) !important;
  font-size: 16px;
  text-transform: uppercase;
  color:  #00A9F9;
 
}
footer .footer-container .box .bo .boc a {
  font-family: var(--font-MONTSERRAT-REGULAR) !important;
  font-size: 18px !important;
  color: #fff;
}
footer .footer-menu {
  max-width: 786px;
}
footer .footer-menu li {
  list-style: none;
  color: #fff;
}
footer .footer-menu li a {
  font-family: var(--font-JOST-SEMIBOLD);
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
footer .footer-menu .footer-menu.active-menu, footer .footer-menu.active-menu a, 
footer .footer-menu a.ctive-menu,
footer .footer-menu a:hover {
  font-family: var(--font-JOST-SEMIBOLD);
  transition: all 0.4s ease;
  cursor: pointer;
  position: relative;
   background: #009FF2;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}
footer .copy-right {
  padding: 11px 0 12px;
  gap: 18px;
}
footer h1 {
  background: #009FF2;
  font-size: 25px;
}
footer .copy-right p {
  color: #fff;
  font-size: 14px;
  font-family: var(--font-POPPINS-REGULAR);
  font-weight: 100;
}
form .messages p {
  display: none;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
  font-size: 16px !important;
}
form .loading {
  display: none;
}
form .alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
form .alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
form .alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.ctc-form {
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 1398px;
  padding-top: 27px;
}
.ctc-form input[type=text],
.ctc-form textarea {

  height: 59px;
  display: block;
  width: 100%;
  border: none;
  border-bottom: 1px solid #fff;
  box-sizing: border-box;
  background-color: #EEEEEE;
  padding-left: 21px;
  box-shadow: inset 1px 1px 5px rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.ctc-form input[type=text]:focus,
.ctc-form textarea:focus {
  outline: none;
}
.ctc-form input[type=text]::-moz-placeholder, .ctc-form textarea::-moz-placeholder {
  color: #212121;
  font-family: Arial;
  font-size: 15px;
  text-transform: capitalize;
}
.ctc-form input[type=text]::placeholder,
.ctc-form textarea::placeholder {
  color: #212121;
  font-family: Arial;
  font-size: 16px;
  text-transform: capitalize;
}
.ctc-form textarea {
  padding-top: 16px;
  height: 169px;
  resize: none;
  padding-bottom: 30px;
}
.ctc-form .recap {
  display: inline-block;
}
.ctc-form .ctc-hide {
  display: none;
}
.ctc-form .copy {
  text-align: start;
  padding-top: 20px;
  font-family: Arial;
  color: #545454;
  font-size: 16px;
  letter-spacing: 0.1px;
}

.flexinput {
  padding-bottom: 8px;
  gap: 10px;
}
.flexinput label {
  width: 100%;
  max-width: 679px;
}

/* end */
/* inner pages */
#inner {
  width: 100%;
  max-width: 1600px;
  margin: auto;
  padding: 0 15px;
}
#inner > h1 {
  filter: unset !important;
  background: #00A7F8;
  font-size: 65px;
}
#inner p {
  font-size: 20px;
}
#inner .row {
  width: 100%;
  max-width: 1766px;
  margin: auto;
  text-align: center;
  padding: 20px;
}
#inner .row h2 {
  color: #000;
}
#inner .row .pd {
  padding-top: 30px;
  gap: 30px;
}
#inner .row p {
  line-height: 30px;
  padding: 15px 0;
}

#inner-about p {
  color: #000;
  padding: 15px 0;
}

#inner-about img {
  max-width: 700px;
}#inner-about .box3 {
  max-width: 1100px;
}
hr {
  margin: 20px 0;
}
#inner-about .box {
  padding-bottom: 30px;
}
#inner-about .box1 {
  padding: 20px 0;
}
/*inner gallery ===============================================================================*/
#inner-gallery .gallery {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#inner-gallery .gallery li {
  display: inline-block;
}
#inner-gallery .gallery li .thumbnail {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  display: block;
  line-height: 0.42857;
  margin-bottom: 20px;
  padding: 4px;
  transition: border 0.5s ease-in-out 0s;
}
#inner-gallery .page_navigation {
  display: inline-block;
}
#inner-gallery .page_navigation .page_link, #inner-gallery .page_navigation .previous_link, #inner-gallery .page_navigation .next_link, #inner-gallery .page_navigation .first_link, #inner-gallery .page_navigation .last_link, #inner-gallery .page_navigation .ellipse {
  background-color: #fff;
  border: 1px solid #ddd;
  color: #0275d8;
  display: inline-block;
  line-height: 1.25;
  margin-left: -1px;
  padding: 0.5rem 0.75rem;
  position: relative;
}
#inner-gallery .page_navigation a:hover, #inner-gallery .page_navigation a.active_page {
  background-color: #eceeef;
  border-color: #ddd;
  color: #014c8c;
  text-decoration: none;
}

.client-box {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    padding: 24px;
    max-width: 1200px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    margin: 20px auto;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    position: relative;
    transition: transform 0.3s ease;
}

.client-box:hover {
    transform: translateY(-5px);
}

.client-box img {
    margin-bottom: 16px;
}

.client-box p {
    font-size: 1rem;
    line-height: 1.6;
    color: #333;
    margin-bottom: 16px;
}

.client-box a {
    color: rgba(196, 157, 78, 1);
    text-decoration: none;
    font-weight: bold;
}

.client-box a:hover {
    text-decoration: underline;
}

.client-box h2 {
    font-size: 1.2rem;
    font-weight: 600;
    color: #666;
    text-align: right;
    margin-top: 10px;
}
#inner-gallery {
	max-width: 1200px;
	margin: auto;}

#inner-gallery	.gallery {
		list-style-type: none;
		margin: 0;
		padding: 0;
		text-align: center;
		align-items: center;}
#inner-gallery		li {
			display: inline-block;}
#inner-gallery			.thumbnail {
				background-color: #fff;
				border: 1px solid #ddd;
				border-radius: 4px;
				display: block;
				line-height: .42857;
				margin-bottom: 20px;
				padding: 4px;
				transition: border 0.5s ease-in-out 0s;}

#inner-gallery	.page_navigation { display: inline-block;     text-align: center;    max-width: 100%;
		width: 100%;}
#inner-gallery		.page_link, .previous_link,#inner-gallery .next_link,#inner-gallery .first_link,#inner-gallery .last_link,#inner-gallery .ellipse { background-color: #fff; border: 1px solid #ddd; color: #0275d8; display: inline-block; line-height: 1.25; margin-left: -1px; padding: 0.5rem 0.75rem; position: relative; } 
	#inner-gallery	a:hover,#inner-gallery a.active_page { background-color: #eceeef; border-color: #ddd; color: #014c8c; text-decoration: none; } 


#inner-gallery	img.img-responsive {
		width: 200px;
		height: 200px;
		object-fit: cover;
	}

#inner-gallery	.inner-gallery-container {
		padding-top: 40px;
	}

#inner #work {
  background: transparent !important;
  padding: 20px;
}
#inner-services .box {
  max-width: 1200px;

}
#inner-services p,
#inner-services h2 {
  padding: 20px ;
}
#inner-services p,
#inner-contact p {
  color: #000;
}
#inner-contact .dmform {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
#inner-contact .ctc-form {
  padding-top: 0;
  max-width: 1200px;
}
#inner-contact .ctc-form label {
  max-width: 100%;
  width: 100%;
}
#inner-contact h2{
  padding: 15px 0;
}
#inner-contact .ctc-form input[type=text], #inner-contact .ctc-form textarea {
  box-shadow: unset !important;
}
#inner-contact .ctc-form .a {
  margin-bottom: 10px;
}
#inner-contact .z {
  max-width: 400px;
}
#inner-contact .z a {
  display: flex;
  align-items: center;
  font-size: 20px;
  font-weight: 700;
  color: #4f3c60;
  line-height: 50px;
}
#inner-contact .z .y {
  margin-left: -4px;
}
#inner-contact .dmform {
  padding: 40px 0;
}
#inner-turtle .btn,
#inner-oaho .btn {
  margin: auto;
}
#inner-turtle .box {
  overflow: hidden;
  max-height: 800px;
}
#inner-turtle img {
  object-fit: cover;
} 
#inner-turtle .btn:hover ,
#inner-oaho .btn:hover {
  color: rgba(142, 92, 25, 1) !important;
  border: 1px solid rgba(142, 92, 25, 1);
}
#inner-turtle p,
#inner-oaho p {
  color: #000;
}
#inner-turtle strong,
#inner-oaho strong {
  font-weight: bold;
}