/*
Theme Name: Twenty Twenty-One Child Patha Bhavan1
Theme URI: https://wordpress.org/themes/twentytwentyone/
Template: twentytwentyone
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Twenty-One is a blank canvas for your ideas and it makes the block editor your best brush. With new block patterns, which allow you to create a beautiful layout in a matter of seconds, this theme’s soft colors and eye-catching — yet timeless — design will let your work shine. Take it for a spin! See how Twenty Twenty-One elevates your portfolio, business website, or personal blog.
Tags: one-column,accessibility-ready,custom-colors,custom-menu,custom-logo,editor-style,featured-images,footer-widgets,block-patterns,rtl-language-support,sticky-post,threaded-comments,translation-ready
Version: 1.9.1698580993
Updated: 2023-10-29 12:03:13

*/



/* CSS Document */
  @import url('https://fonts.googleapis.com/css2?family=Amatic+SC:wght@400;700&family=Nunito+Sans:opsz,wght@6..12,400;6..12,500;6..12,600;6..12,700&family=Quicksand:wght@400;500;600;700&display=swap');
  @import "css/bootstrap.min.css";

/* general start*/
body {
  background: #fff;
  color: #4a5257;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 17px;
  line-height: 1.5;
  margin: 0;
  padding: 0;
}
sub,
sup {
  font-size: 75%;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: 10px;
  left: 10px;
}
sub {
  bottom: 10px;
  right: 10px;
}
ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
ul li {
  padding: 0;
  margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0;
  font-style: normal;
  font-family: 'Quicksand', sans-serif;
}
h1 {
  font-size: 50px;
  line-height: 1.2;
  color: #232323;
  font-weight: 300;
}
h2 {
  font-size: 40px;
  line-height: 1.2;
  color: #232323;
  font-weight: 300;
}
h3 {
  font-size: 26px;
  line-height: 1.2;
  color: #232323;
  font-weight: 300;
  margin-bottom: 15px;
}
h4 {
  font-size: 20px;
  line-height: 1.2;
  color: #232323;
  font-weight: 300;
}
h5 {
  font-size: 16px;
  line-height: 1.3;
  color: #232323;
  font-weight: 300;
}
p {
  padding: 0 0 20px 0;
  margin: 0;
}
a {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  color: #8CAB2E;
  outline: none;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #fff;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  text-decoration: none !important;
  outline: none !important;
}
a > img {
  line-height: 0;
}
select,
button,
input {
  box-shadow: none;
  outline: none;
}
select:hover,
button:hover,
input:hover,
select:focus,
button:focus,
input:focus {
  box-shadow: none;
  outline: none;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  background-image: url(images/seclect-arrow.png);
  background-repeat: no-repeat;
  background-position: 95% center;
  background-color: rgba(0,0,0,0) !important;
  color: #666;
}
.site,
.site-branding {
  margin: 0;
}
.site-inner {
  width: 100%;
  max-width: 100%;
  margin: 0;
}
.site-header {
  padding: 0;
}
body:not(.custom-background-image)::before,
body:not(.custom-background-image)::after {
  height: auto;
}
.site-branding,
.site-header-menu,
.header-image {
  margin-bottom: 0;
  margin-top: 0;
}
.main-navigation,
.site-main {
  margin: 0;
}
.site-header-main {
  display: block;
}
.site-content {
  padding: 0;
}
.content-area {
  float: none;
  margin-right: 0;
  width: 100%;
}
.site-footer {
  display: block;
  padding: 0;
}
.widget {
  font-size: inherit;
  line-height: inherit;
  border: none;
  padding: 0;
  margin: 0;
}
.slick-loading .slick-list {
  background: #fff;
}
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  right: -25px;
  left: auto;
}
.slick-prev:before {
  content: "←";
}
[dir="rtl"] .slick-prev:before {
  content: "→";
}
.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  right: auto;
  left: -25px;
}
.slick-next:before {
  content: "→";
}
[dir="rtl"] .slick-next:before {
  content: "←";
}
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: #fff;
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}




body.compensate-for-scrollbar{overflow:hidden}.fancybox-active{height:auto}.fancybox-is-hidden{left:-9999px;margin:0;position:absolute!important;top:-9999px;visibility:hidden}.fancybox-container{-webkit-backface-visibility:hidden;height:100%;left:0;outline:none;position:fixed;-webkit-tap-highlight-color:transparent;top:0;-ms-touch-action:manipulation;touch-action:manipulation;transform:translateZ(0);width:100%;z-index:99992}.fancybox-container *{box-sizing:border-box}.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage{bottom:0;left:0;position:absolute;right:0;top:0}.fancybox-outer{-webkit-overflow-scrolling:touch;overflow-y:auto}.fancybox-bg{background:#1e1e1e;opacity:0;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(.47,0,.74,.71)}.fancybox-is-open .fancybox-bg{opacity:.9;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-caption,.fancybox-infobar,.fancybox-navigation .fancybox-button,.fancybox-toolbar{direction:ltr;opacity:0;position:absolute;transition:opacity .25s ease,visibility 0s ease .25s;visibility:hidden;z-index:99997}.fancybox-show-caption .fancybox-caption,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-nav .fancybox-navigation .fancybox-button,.fancybox-show-toolbar .fancybox-toolbar{opacity:1;transition:opacity .25s ease 0s,visibility 0s ease 0s;visibility:visible}.fancybox-infobar{color:#ccc;font-size:13px;-webkit-font-smoothing:subpixel-antialiased;height:44px;left:0;line-height:44px;min-width:44px;mix-blend-mode:difference;padding:0 10px;pointer-events:none;top:0;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-toolbar{right:0;top:0}.fancybox-stage{direction:ltr;overflow:visible;transform:translateZ(0);z-index:99994}.fancybox-is-open .fancybox-stage{overflow:hidden}.fancybox-slide{-webkit-backface-visibility:hidden;display:none;height:100%;left:0;outline:none;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:absolute;text-align:center;top:0;transition-property:transform,opacity;white-space:normal;width:100%;z-index:99994}.fancybox-slide:before{content:"";display:inline-block;font-size:0;height:100%;vertical-align:middle;width:0}.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous{display:block}.fancybox-slide--image{overflow:hidden;padding:44px 0}.fancybox-slide--image:before{display:none}.fancybox-slide--html{padding:6px}.fancybox-content{background:#fff;display:inline-block;margin:0;max-width:100%;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:relative;text-align:left;vertical-align:middle}.fancybox-slide--image .fancybox-content{animation-timing-function:cubic-bezier(.5,0,.14,1);-webkit-backface-visibility:hidden;background:transparent;background-repeat:no-repeat;background-size:100% 100%;left:0;max-width:none;overflow:visible;padding:0;position:absolute;top:0;transform-origin:top left;transition-property:transform,opacity;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:99995}.fancybox-can-zoomOut .fancybox-content{cursor:zoom-out}.fancybox-can-zoomIn .fancybox-content{cursor:zoom-in}.fancybox-can-pan .fancybox-content,.fancybox-can-swipe .fancybox-content{cursor:grab}.fancybox-is-grabbing .fancybox-content{cursor:grabbing}.fancybox-container [data-selectable=true]{cursor:text}.fancybox-image,.fancybox-spaceball{background:transparent;border:0;height:100%;left:0;margin:0;max-height:none;max-width:none;padding:0;position:absolute;top:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%}.fancybox-spaceball{z-index:1}.fancybox-slide--iframe .fancybox-content,.fancybox-slide--map .fancybox-content,.fancybox-slide--pdf .fancybox-content,.fancybox-slide--video .fancybox-content{height:100%;overflow:visible;padding:0;width:100%}.fancybox-slide--video .fancybox-content{background:#000}.fancybox-slide--map .fancybox-content{background:#e5e3df}.fancybox-slide--iframe .fancybox-content{background:#fff}.fancybox-iframe,.fancybox-video{background:transparent;border:0;display:block;height:100%;margin:0;overflow:hidden;padding:0;width:100%}.fancybox-iframe{left:0;position:absolute;top:0}.fancybox-error{background:#fff;cursor:default;max-width:400px;padding:40px;width:100%}.fancybox-error p{color:#444;font-size:16px;line-height:20px;margin:0;padding:0}.fancybox-button{background:rgba(30,30,30,.6);border:0;border-radius:0;box-shadow:none;cursor:pointer;display:inline-block;height:44px;margin:0;padding:10px;position:relative;transition:color .2s;vertical-align:top;visibility:inherit;width:44px}.fancybox-button,.fancybox-button:link,.fancybox-button:visited{color:#ccc}.fancybox-button:hover{color:#fff}.fancybox-button:focus{outline:none}.fancybox-button.fancybox-focus{outline:1px dotted}.fancybox-button[disabled],.fancybox-button[disabled]:hover{color:#888;cursor:default;outline:none}.fancybox-button div{height:100%}.fancybox-button svg{display:block;height:100%;overflow:visible;position:relative;width:100%}.fancybox-button svg path{fill:currentColor;stroke-width:0}.fancybox-button--fsenter svg:nth-child(2),.fancybox-button--fsexit svg:first-child,.fancybox-button--pause svg:first-child,.fancybox-button--play svg:nth-child(2){display:none}.fancybox-progress{background:#ff5268;height:2px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;z-index:99998}.fancybox-close-small{background:transparent;border:0;border-radius:0;color:#ccc;cursor:pointer;opacity:.8;padding:8px;position:absolute;right:-12px;top:-44px;z-index:401}.fancybox-close-small:hover{color:#fff;opacity:1}.fancybox-slide--html .fancybox-close-small{color:currentColor;padding:10px;right:0;top:0}.fancybox-slide--image.fancybox-is-scaling .fancybox-content{overflow:hidden}.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small{display:none}.fancybox-navigation .fancybox-button{background-clip:content-box;height:100px;opacity:0;position:absolute;top:calc(50% - 50px);width:70px}.fancybox-navigation .fancybox-button div{padding:7px}.fancybox-navigation .fancybox-button--arrow_left{left:0;left:env(safe-area-inset-left);padding:31px 26px 31px 6px}.fancybox-navigation .fancybox-button--arrow_right{padding:31px 6px 31px 26px;right:0;right:env(safe-area-inset-right)}.fancybox-caption{background:linear-gradient(0deg,rgba(0,0,0,.85) 0,rgba(0,0,0,.3) 50%,rgba(0,0,0,.15) 65%,rgba(0,0,0,.075) 75.5%,rgba(0,0,0,.037) 82.85%,rgba(0,0,0,.019) 88%,transparent);bottom:0;color:#eee;font-size:14px;font-weight:400;left:0;line-height:1.5;padding:75px 44px 25px;pointer-events:none;right:0;text-align:center;z-index:99996}@supports (padding:max(0px)){.fancybox-caption{padding:75px max(44px,env(safe-area-inset-right)) max(25px,env(safe-area-inset-bottom)) max(44px,env(safe-area-inset-left))}}.fancybox-caption--separate{margin-top:-50px}.fancybox-caption__body{max-height:50vh;overflow:auto;pointer-events:all}.fancybox-caption a,.fancybox-caption a:link,.fancybox-caption a:visited{color:#ccc;text-decoration:none}.fancybox-caption a:hover{color:#fff;text-decoration:underline}.fancybox-loading{animation:a 1s linear infinite;background:transparent;border:4px solid #888;border-bottom-color:#fff;border-radius:50%;height:50px;left:50%;margin:-25px 0 0 -25px;opacity:.7;padding:0;position:absolute;top:50%;width:50px;z-index:99999}@keyframes a{to{transform:rotate(1turn)}}.fancybox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.fancybox-fx-slide.fancybox-slide--previous{opacity:0;transform:translate3d(-100%,0,0)}.fancybox-fx-slide.fancybox-slide--next{opacity:0;transform:translate3d(100%,0,0)}.fancybox-fx-slide.fancybox-slide--current{opacity:1;transform:translateZ(0)}.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{opacity:0;transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancybox-fx-fade.fancybox-slide--current{opacity:1}.fancybox-fx-zoom-in-out.fancybox-slide--previous{opacity:0;transform:scale3d(1.5,1.5,1.5)}.fancybox-fx-zoom-in-out.fancybox-slide--next{opacity:0;transform:scale3d(.5,.5,.5)}.fancybox-fx-zoom-in-out.fancybox-slide--current{opacity:1;transform:scaleX(1)}.fancybox-fx-rotate.fancybox-slide--previous{opacity:0;transform:rotate(-1turn)}.fancybox-fx-rotate.fancybox-slide--next{opacity:0;transform:rotate(1turn)}.fancybox-fx-rotate.fancybox-slide--current{opacity:1;transform:rotate(0deg)}.fancybox-fx-circular.fancybox-slide--previous{opacity:0;transform:scale3d(0,0,0) translate3d(-100%,0,0)}.fancybox-fx-circular.fancybox-slide--next{opacity:0;transform:scale3d(0,0,0) translate3d(100%,0,0)}.fancybox-fx-circular.fancybox-slide--current{opacity:1;transform:scaleX(1) translateZ(0)}.fancybox-fx-tube.fancybox-slide--previous{transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{transform:translateZ(0) scale(1)}@media (max-height:576px){.fancybox-slide{padding-left:6px;padding-right:6px}.fancybox-slide--image{padding:6px 0}.fancybox-close-small{right:-6px}.fancybox-slide--image .fancybox-close-small{background:#4e4e4e;color:#f2f4f6;height:36px;opacity:1;padding:6px;right:0;top:0;width:36px}.fancybox-caption{padding-left:12px;padding-right:12px}@supports (padding:max(0px)){.fancybox-caption{padding-left:max(12px,env(safe-area-inset-left));padding-right:max(12px,env(safe-area-inset-right))}}}.fancybox-share{background:#f4f4f4;border-radius:3px;max-width:90%;padding:30px;text-align:center}.fancybox-share h1{color:#222;font-size:35px;font-weight:700;margin:0 0 20px}.fancybox-share p{margin:0;padding:0}.fancybox-share__button{border:0;border-radius:3px;display:inline-block;font-size:14px;font-weight:700;line-height:40px;margin:0 5px 10px;
  min-width:130px;padding:0 15px;text-decoration:none;transition:all .2s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap}.fancybox-share__button:link,.fancybox-share__button:visited{color:#fff}.fancybox-share__button:hover{text-decoration:none}.fancybox-share__button--fb{background:#3b5998}.fancybox-share__button--fb:hover{background:#344e86}.fancybox-share__button--pt{background:#bd081d}.fancybox-share__button--pt:hover{background:#aa0719}.fancybox-share__button--tw{background:#1da1f2}.fancybox-share__button--tw:hover{background:#0d95e8}.fancybox-share__button svg{height:25px;margin-right:7px;position:relative;top:-1px;vertical-align:middle;width:25px}.fancybox-share__button svg path{fill:#fff}.fancybox-share__input{background:transparent;border:0;border-bottom:1px solid #d7d7d7;border-radius:0;color:#5d5b5b;font-size:14px;margin:10px 0 0;outline:none;padding:10px 15px;width:100%}.fancybox-thumbs{background:#ddd;bottom:0;display:none;margin:0;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;padding:2px 2px 4px;position:absolute;right:0;-webkit-tap-highlight-color:rgba(0,0,0,0);top:0;width:212px;z-index:99995}.fancybox-thumbs-x{overflow-x:auto;overflow-y:hidden}.fancybox-show-thumbs .fancybox-thumbs{display:block}.fancybox-show-thumbs .fancybox-inner{right:212px}.fancybox-thumbs__list{font-size:0;height:100%;list-style:none;margin:0;overflow-x:hidden;overflow-y:auto;padding:0;position:absolute;position:relative;white-space:nowrap;width:100%}.fancybox-thumbs-x .fancybox-thumbs__list{overflow:hidden}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar{width:7px}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track{background:#fff;border-radius:10px;box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:10px}.fancybox-thumbs__list a{-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:rgba(0,0,0,.1);background-position:50%;background-repeat:no-repeat;background-size:cover;cursor:pointer;float:left;height:75px;margin:2px;max-height:calc(100% - 8px);max-width:calc(50% - 4px);outline:none;overflow:hidden;padding:0;position:relative;-webkit-tap-highlight-color:transparent;width:100px}.fancybox-thumbs__list a:before{border:6px solid #ff5268;bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:all .2s cubic-bezier(.25,.46,.45,.94);z-index:99991}.fancybox-thumbs__list a:focus:before{opacity:.5}.fancybox-thumbs__list a.fancybox-thumbs-active:before{opacity:1}@media (max-width:576px){.fancybox-thumbs{width:110px}.fancybox-show-thumbs .fancybox-inner{right:110px}.fancybox-thumbs__list a{max-width:calc(100% - 10px)}}


.entry-title {
  font-size: 2vw;
  line-height: 2vw;
  margin-bottom: 15px;
}
.srccch .entry-footer {
  margin-top: 0;
  margin-bottom: 20px;
  padding: 10px;
  border-radius: 4px;
  background: #f1f1f1;
}
body:not(.search-results) .entry-header + .entry-summary {
  margin-top: 0;
  margin-bottom: 0;
}
.titbg {
  font-size: 20px;
  line-height: 20px;
  padding: 15px;
  margin-bottom: 20px;
  background: #f1f1f1;
  border-radius: 4px;
}
.sidebar_wrp {
  padding: 5px;
  border: 1px solid #f1f1f1;
  border-radius: 4px;
}
.sidebar_wrp .widget-title {
  color: #000;
  font-size: 16px;
  line-height: 18px;
  margin-bottom: 10px;
  font-family: 'Manrope', sans-serif;
  font-weight: 500;
  font-style: normal;
  padding: 10px;
  background: #f1f1f1;
}
.sidebar_wrp > .widget {
  margin-bottom: 15px;
}
.sidebar_wrp .widget ul {
  margin-left: 10px;
}
.sidebar_wrp .widget ul li::after,
.cont_con ul li::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "\f0da";
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
}
.sidebar_wrp .widget ul li,
.cont_con ul li {
  display: block;
  position: relative;
  margin: 10px 0;
  padding-left: 10px;
}
.sidebar_wrp .widget ul li a {
  color: #333;
}
.srchform .form-control {
  background: #fff;
  height: 36px;
  font-size: 16px;
  border: 1px solid #333;
  font-family: 'Manrope', sans-serif;
  font-weight: normal;
  font-style: normal;
}
.srchform .btn-secondary {
  background: #333;
  border-color: #333;
  color: #fff;
  height: 36px;
  width: 36px;
  padding: 0;
}
.srchform .btn-secondary {
  color: #fff;
}
.post-thumbnail {
  margin-bottom: 20px;
}
.post-thumbnail > img.attachment-post-thumbnail {
  padding: 4px;
  border: 1px solid #f1f1f1;
  border-radius: 4px;
  width: 100%;
}
.single .entry-content,
.archive .entry-content {
  float: none !important;
  width: 100% !important;
}
.single .entry-footer,
.archive .entry-footer {
  margin-top: 0 !important;
  float: none !important;
  width: 100% !important;
  padding: 5px;
  background: #f1f1f1;
  border: 1px solid #ccc;
  border-radius: 3px;
  overflow: hidden;
  margin-bottom: 20px;
}
.entry-footer .byline {
  float: left;
  margin-right: 10px;
  margin-bottom: 0 !important;
}
.comments-title,
.comment-reply-title {
  border-top: none;
  font-size: 20px;
  font-family: 'Manrope', sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #2a375e;
  margin-bottom: 20px;
}
.comment-form {
  padding-top: 0;
}
.comment-notes {
  padding: 0;
  margin: 0;
}
.comments-area,
.post-navigation {
  margin-bottom: 0;
  border: none;
}
.post-navigation a {
  padding: 0;
}
.cetifiedcompany img.w-100.lazyloaded {
    filter: grayscale(100%);
}
.post-navigation div + div {
  border-top: none;
}
.nav-links:after,
.nav-links:before {
  content: "";
  clear: both;
  display: table;
}
.nav-previous {
  float: left;
}
.nav-next {
  float: right;
}
.nav-links .post-title {
  display: none;
}
.btn_submit,
input[type="submit"],
input.btn_submit[type="submit"] {
  background: #f43442!important;
  color: #fff!important;
  border: 1px solid #f43442;
  border-radius: 50px;
  font-family: 'Manrope', sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  line-height: 18px;
  padding: 12px 45px;
  display: inline-block;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  width: auto;
  text-transform: uppercase;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
}
.btn_submit:hover,
input[type="submit"]:hover,
input.btn_submit[type="submit"]:hover,
.btn_submit:focus,
input[type="submit"]:focus,
input.btn_submit[type="submit"]:focus {
  background: #222;
  border: 1px solid #222;
  outline: 0;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.fadeUp {
  opacity: 0;
  -webkit-transform: translate(0, 50px);
  -ms-transform: translate(0, 50px);
  transform: translate(0, 50px);
}
.fadeUp.in-view {
  opacity: 1;
  transform: translateX(0) translateY(0) translateZ(0);
  transition: opacity 1.5s ease 0s, transform 1.5s ease 0s;
}
.fadeLeft {
  opacity: 0;
  -webkit-transform: translate(-50px, 0);
  -ms-transform: translate(-50px, 0);
  transform: translate(-50px, 0);
}
.fadeLeft.in-view {
  opacity: 1;
  transform: translateX(0) translateY(0) translateZ(0);
  transition: opacity 1.5s ease 0s, transform 1.5s ease 0s;
}
.fadeRight {
  opacity: 0;
  -webkit-transform: translate(50px, 0);
  -ms-transform: translate(50px, 0);
  transform: translate(50px, 0);
}
.fadeRight.in-view {
  opacity: 1;
  transform: translateX(0) translateY(0) translateZ(0);
  transition: opacity 1.5s ease 0s, transform 1.5s ease 0s;
}
.fadePopup {
  opacity: 0;
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}
.fadePopup.in-view {
  opacity: 1;
  transform: scale(1);
  transition: opacity 1.5s ease 0s, transform 1.5s ease 0s;
}
.overflowhidden {
  overflow: hidden;
}
/* general end*/
header.header {
  width: 100%;
  background: #fff;
  padding: 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: 5000;
  padding: 10px 0;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  border: none;
}
/* @supports ((-webkit-backdrop-filter: none) or (backdrop-filter: none)) {
  header.header {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background-color: rgba(255, 255, 255, 0.4);
  }
} */
.soc .wp-block-social-links li a {
  padding: 5px !important;
  border-radius: 0;
  background: #f43442;
}
.soc .wp-block-social-links li a svg {
  width: 18px !important;
  height: 18px !important;
}
.mnutog {
  display: none;
  background: rgba(0, 0, 0, 0) !important;
}
nav.nav .primary-menu {
  display: flex;
	gap:10px;
}
nav.nav .primary-menu > li {
  position: relative;
	display:flex;
	align-items: center;
}
nav.nav ul{
  margin: 0;
  padding: 0;
  list-style: none;
}
nav.nav .primary-menu > li > button.sub-menu-toggle > span{
  display: none;
}
nav.nav .primary-menu > li > button.sub-menu-toggle{
	padding:0 !important;
	margin:0;
	border:none !important;
	background-color:rgba(0,0,0,0) !important;
	background-image: url(images/down-white.svg);
  	background-repeat: no-repeat;
	background-position:center center;
	background-size:15px auto;
	outline:none !important;
	height:15px;
	width:15px;
}
nav.nav .primary-menu > li > a {
  font-size: 17px;
  line-height: 1.2;
  font-weight: 500;
  color: #222;
  position: relative;
  padding:25px 8px;
  display: block;
  z-index: 2;
  font-family: 'Quicksand', sans-serif;
  overflow: hidden;
}
nav.nav .primary-menu > li > a:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -10px;
  width: 27px;
  height: 4px;
  border-radius: 50px;
  background: #f43442;
  z-index: -1;
  transform: translateX(-50%);
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
}
nav.nav .primary-menu > li:hover > a:after,
nav.nav .primary-menu > li.current-menu-item > a:after {
  bottom: 10px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
nav.nav .primary-menu > li.current-menu-item > a,
nav.nav .primary-menu > li:hover > a {
  color: #f43442;
}
nav.nav .primary-menu > li > ul {
  position: absolute;
  left: 0;
  top: 100%;
  visibility: hidden;
  opacity:0;
  display: block;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
  background: #fff;
  z-index: 100;
  min-width: 320px;
  transform: translateY(20px);
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -o-transform: translateY(20px);
}
nav.nav .primary-menu > li:hover > ul {
  display: block;
  visibility: visible;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  opacity:1;
}
nav.nav .primary-menu > li > ul > li > a,
nav.nav .primary-menu > li > ul > li > ul > li > a {
  padding: 8px 15px;
  color: #222;
  display: block;
  font-size: 17px;
}
nav.nav .primary-menu > li > ul > li:hover > a {
  color: #3ea147;
}
nav.nav .primary-menu > li > ul > li > ul > li > a {
  color: #222;
}
nav.nav .primary-menu > li > ul > li > ul > li:hover > a {
  color: #faa625;
}
nav.nav .primary-menu > li > ul > li {
  position: relative;
}
nav.nav .primary-menu > li > ul > li > ul {
  position: absolute;
  left: 100%;
  display: none;
  top: 0;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  min-width: 200px;
  background: #f43442;
}
nav.nav .primary-menu > li > ul > li:hover > ul {
  display: block;
}
.header.is-sticky {
    position: fixed;
    box-shadow: 0 5px 16px rgba(0, 0, 0, 0.1);    backdrop-filter: blur(10px);
    animation: slideDown 0.35s ease-out;
  }
  
  @keyframes slideDown {
    from {
      transform: translateY(-100%);
    }
    to {
      transform: translateY(0);
    }
  }
big {
  font-size: 130%;
  font-weight: 300;
  line-height: 1.5;
}
.title1 {
  font-size: 42px;
  font-weight: bold;
  line-height: 1.2;
}
.title1 span {
  position: relative;
  z-index: 2;
  display: inline-block;
}
header.header .btn1 {
    padding: 36px 58px;
    background: #f43442;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}
header.header .btn1:hover {
    background: #8CAB2E;
}
.btn1 {
  padding: 10px 20px;
  border: none;
  line-height: 1.4;
  text-align: center;
  color: #fff;
  background: #4bac36;
  display: inline-block;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  border-radius: 5px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.btn1:hover,
.btn1:focus {
  color: #fff;
  background: #8CAB2E;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.btn2 {
  background: #f5e700;
  padding: 10px 20px;
  border: none;
  line-height: 1.4;
  text-align: center;
  color: #222;
  display: inline-block;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  border-radius: 5px;
  border: 1px solid #0e212e;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.btn2:hover,
.btn2:focus {
  color: #fff;
  background: #4bac36;
  border: 1px solid #4bac36;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.blg_thmb h3 {
  font-size: 23px;
font-weight: bold;
}
.blg_thmb .post {
  font-family: 'Amatic SC', sans-serif;
  font-size: 30px;
  font-weight: bold;
  color: #ec1c24;

}
.box-content p {
  padding: 0 0 10px;
}
.contactform .form-control {
  background-color: #fff !important;
  border-top-color: #fff !important;
  border-left-color: #fff !important;
  border-right-color: #fff !important;
  box-shadow: none !important;
  padding-left: 0;
  border-radius: 0;
}
.contactform .wpcf7-textarea.form-control {
  height: 50px;
}
.contactform select.form-control {
  color: #848586;
  background-position: 98% center;
}
.ftr-menu a {
  color: #b3b3b3;
}
.blg_thmbimg img {
  width: 100%;
}
.blg_thmb {
  overflow: hidden;
  box-shadow: 0px 0px 15px #ddd;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.copyright {
  position: fixed;
  z-index: -1;
  width: 100%;
  left: 0;
  bottom: 0;
  font-size: 14px;
  background: #4bac36;
  color: #fff;
}
.cpy a {
  color: #fff;
}
.cpy a:hover {
  color: #000;
}
.cpy p {
  padding: 0;
}
footer.footer {
  width: 100%;
  background: #222328;
  padding: 0;
  font-size: 15px;
  color: #fff;
}
footer.footer a {
  color: #fff;
}
footer.footer h3 {
  font-size: 21px!important;
  color: #fff!important;
  font-weight: 600!important;
}

.ftrtop {
  background: #171717;
}
.subsfrm .input-group {
  flex-wrap: nowrap;
}
.subsfrm .btn_submit {
  background-color: #4bac36 !important;
  color: #fff !important;
  border: none !important;
  box-shadow: none !important;
  outline: none !important;
  height: 45px;
  border-radius: 0 5px 5px 0 !important;
}
.subsfrm .form-control {
  background-color: #fff !important;
  color: #222 !important;
  border: none !important;
  box-shadow: none !important;
  outline: none !important;
  font-size: 14px;
  height: 45px;
  border-radius: 5px 0 0 5px !important;
}
.input-group-append {
  position: relative;
}
.wpcf7-spinner {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
}
.ftrcontact {
  font-size: 14px;
  color: #fff;
}
.ftr-menu > li {
  margin-bottom: 5px;
  position: relative;
  padding-left: 15px;
}
.ftr-menu > li:after {
  content: "";
  height: 5px;
  width: 5px;
  border-radius: 100%;
  top: 8px;
  left: 0;
  position: absolute;
  background: #4bac36;
}
.ftr-menu > li > a,
.ftrcontact a {
  color: #fff;
}
.ftr-menu > li > a:hover,
.ftrlnk:hover,
.ftrlnk a:hover,
.ftrcontact a:hover {
  color: #4bac36;
}
.ftrlnk,
.ftrlnk a {
  font-size: 12px;
  line-height: 1.2;
  color: #fff;
}
.ftrsoc > .textwidget > span {
  display: none;
}
.ftrsoc {
  text-align: right;
}
.ftrsoc a {
  color: #fff;
  font-size: 24px;
}
.ftrbtm h3 {
  font-size: 20px;
  color: #fff;
  position: relative;
  padding-bottom: 5px;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-weight: normal;
}
.ftrbtm h3:after {
  content: "";
  height: 2px;
  width: 60px;
  background: #4bac36;
  position: absolute;
  left: 0;
  bottom: 0;
}
.ftrcontact strong {
  color: #4bac36;
}
.ftrcontact a {
  color: #fff;
}
.substit {
  color: #fff;
}
.substit h4 {
  color: #4bac36;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.ftrsubs .input-group {
  flex-wrap: nowrap;
}
.ftrsubs .wpcf7-form > p {
  padding: 0;
  position: relative;
}
.ftrsubs label {
  font-size: 14px;
  color: #fff;
  margin-bottom: 5px;
  display: block;
}
.ftrsubs .input-group-append {
  position: relative;
}
.ftrsubs .ajax-loader {
  position: absolute;
  top: 5px;
  right: 5px;
  margin: 0;
}
.ftrsubs .btn_submit {
  font-size: 14px !important;
  height: 45px;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  background: #ec1c24 !important;
  border-color: #ec1c24 !important;
  border-radius: 0 4px 4px 0 !important;
}
.col-lg-2 {
    flex: 0 0 auto;
    width: 9%;
}
.wpcf7-form-control-wrap {
  width: 100%;
  display: block;
  position: relative;
}
.screen-reader-response {
  display: none !important;
}
.wpcf7-spinner {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
}
.ftrsubs .form-control {
  font-size: 14px !important;
  height: 45px;
  border-radius: 4px 0 0 4px !important;
}
.accordion .card-header:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f068";
  float: right;
}
.accordion .card-header.collapsed:after {
  /* symbol for "collapsed" panels */
  content: "\f067";
}
.form-control {
	background-color: #fff !important;
	font-size: 16px;
	box-shadow: none !important;
	border: 1px solid #ccc !important;
	height: auto;
	border-radius: 50px !important;
	padding: 12px 24px !important;
}
.form-control:hover,
.form-control:focus {
  border: 1px solid #f43442 !important;
}
textarea.form-control {
  height: 60px;
}
.ftrbtm {
  background: #000000;
  line-height: 1.5;
  color: #666;
}
.text-dark {
  color: #222 !important;
}
.ftrbtm .border-top {
  border-top: 1px solid #3a3a3a !important;
}
.ftrbtm .border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}
.innerpagebanner {
  padding: 180px 0 100px;
  position: relative;
  z-index: 2;
}
.innerpagebanner h1, .innerpagebanner h2 {
  position: relative;
  z-index: 2;
  padding-bottom: 15px;
  font-family: sans-serif;
}
.innerpagebanner h1 span, .innerpagebanner h2 span{
    overflow: hidden;
    position: relative;
    font-size: 60px;
    text-transform: uppercase;
    color: transparent;
    -webkit-text-stroke: 2px #000;
    display: inline-flex;
    white-space: nowrap;
}
/* .innerpagebanner h1 span::before, .innerpagebanner h2 span::before {
    content: attr(data-fill-text);
    position: absolute;
    width: 0;
    height: 100%;
    color: #000;
    white-space: nowrap;
    -webkit-text-stroke: 0px transparent;
    overflow: hidden;
    transition: width 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  .innerpagebanner:hover h1 span::before, .innerpagebanner:hover h2 span::before {
    width: 100%;
  } */
/* .innerpagebanner h1:after, .innerpagebanner h2:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  height: 3px;
  width: 100px;
  background: #4bac36;
} */
/* .innerpagebanner h1:before, .innerpagebanner h2:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -2px;
  transform: translateX(-50%);
  height: 7px;
  width: 40px;
  background: #000;
  z-index: 1;
} */
.innerpagebanner .container big{
  max-width: 1000px;
	margin:0 auto;
}
.innerpagebanner p{
  padding: 0;
}
h2, .title1{
  position: relative;
  padding-bottom: 20px;
}

.homebanner .customsliderbutton span {
  padding: 14px 14px 17px 14px;
  display: inline-block;
  margin-left: 15px;
  color: #fff!important;
  font-size: 22px!important;
  line-height: 18px!important;
  transform: rotate(-45deg);
  transition: all 400ms;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -ms-transition: all 400ms;
  -o-transition: all 400ms;
}
.homebanner .customsliderbutton {
 position: relative;
 padding-left: 20px;
 border: 2px solid #f43442;
 z-index: 1;
 display: flex;
 align-items: center;
}
.homebanner .customsliderbutton:hover {
  color: #fff!important;
}
.homebanner .customsliderbutton:hover span {
  transform: rotate(0);
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
}
.homebanner .customsliderbutton::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  background-color: #f43442;
  width: 28%;
  height: 100%;
  transition: all 400ms;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -ms-transition: all 400ms;
  -o-transition: all 400ms;
  z-index: -1;
}
.homebanner .customsliderbutton:hover::before {
  width: 100%;
}
.click-btn {
	display: flex;
	width: 170px;
	height: 50px;
	justify-content: center;
	align-items: center;
	line-height: 35px;
	border: 1px solid;
	border-radius: 0;
	text-align: center;
	font-size: 15px;
	color: #000;
	text-decoration: none;
	transition: all 0.35s;
	box-sizing: border-box;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
}
.btn-style511 {
	position: relative;
	border-color: transparent;
	/* background-color: #ebebeb; */
	color: #8CAB2E;
	overflow: hidden;
	font-weight: 600;
	border-bottom: #8CAB2E solid 1px;
	text-transform: uppercase;
}
.btn-style511 svg {
	fill: #8CAB2E !important;
	transition: all 400ms;
	-webkit-transition: all 400ms;
	-moz-transition: all 400ms;
	-ms-transition: all 400ms;
	-o-transition: all 400ms;
	margin-left: 9px;
	transform: rotate(35deg);
}
.btn-style511 span {
  position: relative;
  z-index: 2;
}
.btn-style511::before, .btn-style511::after {
  width: 100%;
  height: 50%;
  position: absolute;
  left: 0;
  background-color: #8CAB2E;
  transition: all 0.25s;
  content: "";
  z-index: 1;
}
.btn-style511::before {
  top: 0;
  transform: translate(-100%, 0);
}
.btn-style511::after {
  bottom: 0;
  transform: translate(100%, 0);
}
.btn-style511:hover {
  color: #fff;
}
.btn-style511:hover svg {
  fill: #fff!important;
  transform: translateX(5px);
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
}
.btn-style511:hover::before, .btn-style511:hover::after {
  transform: translate(0, 0);
}
.text-blue {
  color: #f43442;
}
.text-red {
    color: #f43442;  
}
.titlesec h2 {
  font-weight: bold;
}
.servicebox {
  border-left: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  border-right: 0px solid #ddd;
  transition: all 400ms;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -ms-transition: all 400ms;
  -o-transition: all 400ms;
  position: relative;
  z-index: 1;
}
.servicesec .row .col-md-3.px-md-0:last-child .servicebox {
  border-right: 1px solid #ddd;
}
.servicebox h3 {
	font-weight: 600;
	font-size: 20px;
	min-height: 52px;
  transition: all 400ms;
}
.servicebox a {
  color: #8CAB2E;
  transition: all 400ms;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -ms-transition: all 400ms;
  -o-transition: all 400ms;
}
.servicebox a:hover, .servicebox h3:hover {
  color: #000;
}
.servicebox:hover {
  box-shadow: 0px 0px 10px #ddd;
  transform: scale(1.03);
  -webkit-transform: scale(1.03);
  -moz-transform: scale(1.03);
  -ms-transform: scale(1.03);
  -o-transform: scale(1.03);
  z-index: 5;
}
.blueyondersec {
  background-color: #e1e6e9;
}
.blueyondersec::after {
	content: "";
	width: 163px;
	height: 85px;
	position: absolute;
	top: 150px;
	right: 0;
	background-color: rgba(255, 255, 255, 0.822);
	z-index: 9;
}
.blueyondersec::before {
  content: "";
  width: 300px;
  height: 85px;
  position: absolute;
  bottom: 0px;
  right: 0;
  background-color: #e1e6e9;
  z-index: 9;
}
.sincesec {
	position: absolute;
	left: 0;
	bottom: 44px;
	font-size: 176px;
	font-weight: 700;
	line-height: .8em;
	color: #e1e6e9;
	letter-spacing: -8.4px;
	color: #e1e6e9;
	-webkit-text-fill-color: #e1e6e9;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: #f43442;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.toolsbox {
  border-right: 3px solid #000;
  transition: all 400ms;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -ms-transition: all 400ms;
  -o-transition: all 400ms;
  background-color: #fff;
}
.toolsbox .lgno{
  font-size: 90px;
  font-weight: bold;
  -webkit-text-stroke: 1px #f43442;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: all 400ms;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -ms-transition: all 400ms;
  -o-transition: all 400ms;
}
.OtherToolssec .row .col-md-4:nth-child(2) .toolsbox {
  border-right: 0px solid #000;
}
.toolsbox:hover {
 box-shadow: 0px 0px 10px #ddd;
 transform: scale(1.02);
 -webkit-transform: scale(1.02);
 -moz-transform: scale(1.02);
 -ms-transform: scale(1.02);
 -o-transform: scale(1.02);
 border-right: 3px solid #fff;
}
.toolsbox:hover .lgno {
  color: #f43442;
  -webkit-text-fill-color: #f43442;
}
.industrysec {
  background-color:#121c22;
  position: relative;
}
.industriebox {
  border-left: 1px solid #666;
  border-bottom: 1px solid #666;
  border-top: 1px solid #666;
  border-right: 0px solid #666;
  transition: all 400ms;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -ms-transition: all 400ms;
  -o-transition: all 400ms;
  position: relative;
  z-index: 1;
}
.industrysec .row .col-md-3.px-md-0:last-child .industriebox {
  border-right: 1px solid #666;
}
.industriebox h3 {
	font-weight: 600;
	font-size: 22px;
  transition: all 400ms;
  color: #fff;
}
.industriebox a {
  color: #fff;
  transition: all 400ms;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -ms-transition: all 400ms;
  -o-transition: all 400ms;
}
.induscontent {
   position: absolute;
   width: 10%;
   bottom: 0;
}
.indusmedia {
  position: absolute;
  min-width: 100%;
  height: 113%;
  left: -1px;
  right: -1px;
  top: -35px;
  opacity: 0;
  clip-path: inset(0 100% 0 0);
  -webkit-clip-path: inset(0 100% 0 0);
  -webkit-transition:  all0;
  transition: all .3s ease-out;
  pointer-events: none;
  z-index: 1;
  transition:all 400ms;
}
.indusmedia img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.induscontent {
  transition:all 400ms;
  position: absolute;
  margin: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  width: 100%;
  padding: 25px;
}
.industriebox a {
  color: #fff;
}
.indusarrow {
  transform: rotate(35deg);
  -webkit-transform: rotate(35deg);
  -moz-transform: rotate(35deg);
  -ms-transform: rotate(35deg);
  -o-transform: rotate(35deg);
  width: 30px;
  height: 30px;
}
.industrieboxwrap {
  height: 450px;
  display: block;
}
.industriebox:hover .indusarrow {
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
}
.industriebox:hover .indusmedia {
  opacity: 1;
  clip-path: inset(0 0 0 0);
  -webkit-clip-path: inset(0 0 0 0);
}
.industriebox:hover .induscontent {
  -webkit-transform: translateY(20%);
  -ms-transform: translateY(20%);
  transform: translateY(20%);
}
.clientsbox {
  border-left: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  border-right: 0px solid #ddd;
  transition: all 400ms;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -ms-transition: all 400ms;
  -o-transition: all 400ms;
  position: relative;
  z-index: 1;
}
.clientssec .row .col-20.px-md-0:nth-child(5) .clientsbox, .clientssec .row .col-20.px-md-0:nth-child(10) .clientsbox  {
  border-right: 1px solid #ddd;
}
.clientssec .row .col-20.px-md-0:nth-child(1) .clientsbox, .clientssec .row .col-20.px-md-0:nth-child(2) .clientsbox, .clientssec .row .col-20.px-md-0:nth-child(3) .clientsbox, .clientssec .row .col-20.px-md-0:nth-child(4) .clientsbox, .clientssec .row .col-20.px-md-0:nth-child(5) .clientsbox    {
  border-bottom: 0px solid #ddd;
}

.clientsbox img {
  object-fit: cover;
  opacity: 0.2;
  transition: all 400ms;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -ms-transition: all 400ms;
  -o-transition: all 400ms;
  height: 45px;
}
.clientsbox:hover img {
  opacity: 1;
}
@media (min-width: 768px) {
  .col-20 {
    flex: 0 0 auto;
    width: 20%;
    padding: 0 15px;
  }
}
.testisec {
  z-index: 1;
}
.testibox, .bg-red {
  background-color: #ec1c24;
}
.slick-dots li button {
  border: 2px solid #fff;
}
.postdate {
	position: absolute;
	top: -56px;
	right: 0;
	background-color: #000;
	text-align: center;
	color: #fff;
}
.postdate .blgday {
	background-color: #f43442;
	font-size: 35px;
	font-weight: bold;
	padding: 5px;
	display: block;
	color: #fff;
	line-height: 1.2;
}
.blg_thmb, .blg_thmb img {
  transition: all 400ms;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -ms-transition: all 400ms;
  -o-transition: all 400ms;
}
.blg_thmb:hover img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
 .box-content h4 {
  display: inline;
  background-image: linear-gradient(to right,currentColor 0,currentColor 100%);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0 2px;
  -webkit-transition: .3s,background-size .8s;
  transition: all .3s,background-size .8s;
 }
 .box-content:hover h4 {
  background-size: 100% 2px;
  color: #f43442;
 }
 .ftrsoc ul li {
  border: 1px solid #f43442;
  border-radius: 0;
  background-color: #111a20 !important;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  color: #f43442;
}
 .ftrmnu.ftrmnus ul {
   display: flex;
   align-items: center;
   flex-wrap: wrap;
 }
 .ftrmnu.ftrmnus ul li {
   width: 50%;
 }
 /* ====== New css ====== */

 .btn22 {
    --c: #f43442;
    color: var(--c);
    font-size: 15px;
    border: 2px solid var(--c);
    border-radius:50px;
    width: 200px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 0.1em;
    text-align: center;
    line-height: 3.5em;
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: 0.5s;
    display: block;
    -webkit-border-radius:50px;
    -moz-border-radius:50px;
    -ms-border-radius:50px;
    -o-border-radius:50px;
    font-style: normal!important;
}
.btn22 em {
    font-style: normal!important;
}

.btn22 span {
    position: absolute;
    width: 40px;
    height: 40px;
    background-color: var(--c);
    transform: translateY(150%);
    border-radius: 50%;
    left: calc((var(--n) - 1) * 25%);
    transition: 0.5s;
    transition-delay: calc((var(--n) - 1) * 0.1s);
    z-index: -1;
    -webkit-transform: translateY(150%);
    -moz-transform: translateY(150%);
    -ms-transform: translateY(150%);
    -o-transform: translateY(150%);
}

.btn22:hover {
    color: #fff;
}
.btn22 svg {
    fill: #f43442;
    transition: 0.5s;
}
.btn22:hover svg {
    fill: #fff!important;
}
.btn22:hover span {
    transform: translateY(-30px) scale(3);
    -webkit-transform: translateY(-30px) scale(3);
    -moz-transform: translateY(-30px) scale(3);
    -ms-transform: translateY(-30px) scale(3);
    -o-transform: translateY(-30px) scale(3);
}

.btn22 span:nth-child(1) {
    --n: 1;
}

.btn22 span:nth-child(2) {
    --n: 1;
}

.btn22 span:nth-child(3) {
    --n: 2;
}

.btn22 span:nth-child(4) {
    --n: 4;
}
.bannercontent .bnrshorttext, .shrt-text {
    font-family: 'Amatic SC', sans-serif;
    font-size: 30px;
    font-weight: bold;
}
.shrt-text {
  text-transform: uppercase;
}
.bannercontent h1 {
    font-weight: bold;
    color: #fff;
}
.homebanner {
    min-height: 550px;
    padding: 100px 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
    color: #fff;
    overflow: hidden;
    background-attachment: fixed;
}
.homebanner::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgb(0,0,0);
    background: linear-gradient(270deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.3897934173669467) 100%);
    z-index: -1;
}
.UniquenessSec {
    background-image: url(images/bg.jpg);
  	background-repeat: no-repeat;
	background-position:center;
	background-size:cover;
    padding: 70px 0;
    width: 100%;
    height: 100%;
}
.peoplehelpedsec {
	background-image: url(images/philoshopy.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: absolute;
	bottom: 1px;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-top: 240px;
  font-family: 'Quicksand', sans-serif
}
.facbox {
    padding: 25px 20px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    transition: all 400ms;
    -webkit-transition: all 400ms;
    -moz-transition: all 400ms;
    -ms-transition: all 400ms;
    -o-transition: all 400ms;
    position: relative;
}
.facbox:hover {
    box-shadow: 3px 5px 25px rgba(0, 0, 0, 0.068);
    background-color: #fff;
}
.facbox::after {
    content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: -30px;
  width: auto;
  height: auto;
  border-radius: inherit;
  opacity: 0;
  transition: inherit;
    transition-delay: inherit;
  z-index: -1;
  pointer-events: none;
}
.facbox:hover::after {
    margin: 32px -53px -30px -25px;
    background-image: url(images/icon-box_bg.png);
    background-repeat: no-repeat;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 1;
}
.btn-1 {
     position: relative;
     display: inline-block;
     width: auto;
     height: auto;
     background-color: transparent;
     border: none;
     cursor: pointer;
     border-radius: 50px;
     min-width: 150px;
     -webkit-border-radius: 50px;
     -moz-border-radius: 50px;
     -ms-border-radius: 50px;
     -o-border-radius: 50px;
     overflow: hidden;
}
    .btn-1 span {         
      position: relative;
      display: inline-block;
      font-size: 14px;
      font-weight: bold;
      letter-spacing: 2px;
      text-transform: uppercase;
      top: 0; left: 0;
      width: 100%;
      padding: 15px 30px;
      transition: 0.3s;
      border-radius: 50px;
    }
  
  /*--- btn-1 ---*/
  .btn-1::before {
    content: "";
    position: absolute;
    background-color:#ec1c24;
    transition: 0.3s ease-out;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
}
  .btn-1 span {
    color: rgb(255,255,255);
    border: 1px solid #ec1c24;
    transition: 0.2s 0.1s;
  }
  .btn-1 span:hover {
    color: #ec1c24;
    transition: 0.2s 0.1s;
  }
  .btn-1.hover-filled-slide-left::before {
    top: 0; bottom: 0; left: 0;
    height: 100%; width: 100%;
  }
  .btn-1.hover-filled-slide-left:hover::before {
    width: 0%;
  }
  .playbtn {
      min-width: 80px;
      min-height: 80px;
      max-width: 80px;
      max-height: 80px;
      display: flex;
      align-items: center;
      justify-content: center;
      background-color: #15ac7b;
      border-radius: 50%;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%;
      position: absolute;
      top:50%;
      right: -35px;
      transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transition: all 400ms;
      -webkit-transition: all 400ms;
      -moz-transition: all 400ms;
      -ms-transition: all 400ms;
      -o-transition: all 400ms;
      cursor: pointer;
}
.playbtn:hover {
    background-color: #0e212e;
}
.playbtn2 {
    min-width: 80px;
    min-height: 80px;
    max-width: 80px;
    max-height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ec1c24;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    position: absolute;
    top:50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transition: all 400ms;
    -webkit-transition: all 400ms;
    -moz-transition: all 400ms;
    -ms-transition: all 400ms;
    -o-transition: all 400ms;
    cursor: pointer;
}
.playbtn2:hover {
  background-color: #a00e13;
}
.learningbox {
    box-shadow: 0px 0px 10px #ddd;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
.learningbox img {
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
}
.accordiasec ul {
	position: absolute;
	top: -60px;
	left: 132px;
	width: 100%;
	border: 0;
	z-index: 999;
	width: 80%;
}
.accordiasec ul li .nav-link {
  border: 0;
  background-color: #ca1925!important;
  color: #fff!important;
  padding: 12px 25px;
  font-size: 24px;
  font-weight: bold;
  font-family: 'Amatic SC', sans-serif;
  transition: all 400ms ;
  -webkit-transition: all 400ms ;
  -moz-transition: all 400ms ;
  -ms-transition: all 400ms ;
  -o-transition: all 400ms ;
}
.accordiasec ul li .nav-link.active {
    background-color: #f43442!important;
}
#outside-div img {
    transition: all 400ms;
    -webkit-transition: all 400ms;
    -moz-transition: all 400ms;
    -ms-transition: all 400ms;
    -o-transition: all 400ms;
}
.testimonialbox2 {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    box-shadow: 0px 0px 15px #ddd;
}
.testimg img {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    object-fit: cover;
}
.testquote {
	position: absolute;
	left: 31px;
	top: -19px;
}
.designnation {
    font-family: 'Amatic SC', sans-serif;
    font-size: 25px;
    font-weight: bold;
    color: #ec1c24;
}
.designnation2 {
  color: #fff!important;
}
.designnation p {
    padding-bottom: 0!important;
}
.testileftimg img {
  height: 550px;
  object-fit: cover;
}
.gallery-content {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 11;
}
.gallerybox h4 {
  font-weight: bold;
  font-family: 'Amatic SC', sans-serif;
}
.gallerybox {
  overflow: hidden;
  transition: all 500ms;
  -webkit-transition: all 500ms;
  -moz-transition: all 500ms;
  -ms-transition: all 500ms;
  -o-transition: all 500ms;
}
.galleryshrtcontent {
  opacity: 0;
  transition: all 700ms;
  -webkit-transition: all 700ms;
  -moz-transition: all 700ms;
  -ms-transition: all 700ms;
  -o-transition: all 700ms;
}
.gallery-content {
  transition: all 500ms;
  transform: translateY(110px);
  -webkit-transform: translateY(110px);
  -moz-transform: translateY(110px);
  -ms-transform: translateY(110px);
  -o-transform: translateY(110px);
  -webkit-transition: all 500ms;
  -moz-transition: all 500ms;
  -ms-transition: all 500ms;
  -o-transition: all 500ms;
}
.gallerybox:hover .gallery-content {
  transform: translateY(-0px);
  -webkit-transform: translateY(-0px);
  -moz-transform: translateY(-0px);
  -ms-transform: translateY(-0px);
  -o-transform: translateY(-0px);
}
.gallerybox:hover .galleryshrtcontent {
 opacity: 1;
}
.gallerymainimg img {
  height: 450px;
  object-fit:cover;
  transition: all 400ms;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -ms-transition: all 400ms;
  -o-transition: all 400ms;
}
.gotogallery {
  background-color: #ec1c24;
  padding: 5px 5px 5px 58px;
  border-radius: 50px;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  position: absolute;
  left: 0;
  bottom: 30px;
  transition: all 400ms;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -ms-transition: all 400ms;
  -o-transition: all 400ms;
}
.gotogallery span {
  min-width: 40px;
  min-height: 40px;
  max-width: 40px;
  max-height: 40px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  transition: all 400ms;
}
.gotogallery:hover {
  background-color: #FFAC00;
}
.gotogallery:hover span {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
.gallerybox:hover .gallerymainimg img {
  transform: scale(1.03);
  -webkit-transform: scale(1.03);
  -moz-transform: scale(1.03);
  -ms-transform: scale(1.03);
  -o-transform: scale(1.03);
}
.ftr2 p {
   padding-bottom: 0!important;
}

.inner_pg_banner {
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center center !important;
  padding: 230px 0 120px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.bnrcap_con {
  position: relative;
  z-index: 2;
}
.innerpagebanner  h1 {
  color: #fff;
  font-weight: bold;
}
.inner_pg_banner:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgb(8 8 8 / 27%);
  z-index: 1;
  top: 0;
  left: 0;
}
.innerpagebanner .breadcrumb li {
	color: #fff;
}
.innerpagebanner .breadcrumb {
	font-size: 15px;
}
.breadcrumb {
	display: flex;
	flex-wrap: wrap;
	padding: 0 0;
	margin-bottom: 1rem;
	list-style: none;
  justify-content: center;
} 
.teambox {
  box-shadow: 0px 0px 10px #ddd;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  overflow: hidden;
  transition: all 400ms;
}
.teambox img {
  transition: all 400ms;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -ms-transition: all 400ms;
  -o-transition: all 400ms;
}
.teambox:hover img {
  transform: scale(1.03);
  -webkit-transform: scale(1.03);
  -moz-transform: scale(1.03);
  -ms-transform: scale(1.03);
  -o-transform: scale(1.03);
}

.filterbtn{
  padding: 7px 30px;
  background-color: rgba(0,0,0,0);
  border: 2px solid #b1b1b1;
  box-shadow: none !important;
  outline: none !important;
  border-radius: 30px;
  color: #b1b1b1;
}
.filterbtn.is-checked{
background-color: #fff;
border-color: #fff;
color: #000;
}
.curriculursbox {
  z-index: 1;
  overflow: 1;
  overflow: hidden;
}
.curriculursbox::before {
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 100%;
  position: absolute;
  z-index: 2;
  transition: all 400ms;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -ms-transition: all 400ms;
  -o-transition: all 400ms;
  background-color: rgba(0, 0, 0, 0.459);
  opacity: 0;
}
.curriculursbox:hover::before {
  top: 0;
  opacity: 1;
}
.curriculursbox, .curriculursbox img {
  transition: all 400ms;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -ms-transition: all 400ms;
  -o-transition: all 400ms;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.curriculursbox:hover img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.curricContent {
  width: 100%;
  left: 0;
  bottom: -100%;
  height:auto;
  position: absolute;
  z-index: 3;
  color: #fff;
  transition: all 400ms;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -ms-transition: all 400ms;
  -o-transition: all 400ms;
}
.curriculursbox:hover .curricContent {
  bottom:0;
}
.contactdtls a {
  color:#666;
}
.contactdtls ul li {
font-size: 19px;
display: flex;
align-items: center;
margin-bottom: 30px;
}
.contactdtls ul li > div:first-child {
  min-width: 70px;
  min-height: 70px;
  max-width: 70px;
  max-height: 70px;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  background-color: #fff;
  box-shadow: 0px 0px 12px #ddd;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contactdtls ul.wp-block-social-links li{
margin:0;
}
.contactbox {
  z-index:1;
  box-shadow: 0px 0px 30px #ddd;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}

.contactusfrm .form-control {
background-color: none!important;
background: none!important;
font-size: 16px;
box-shadow: none!important;
border:0!important;
padding-left:0;
border-bottom: 1px solid #ccc!important;
height: 100%;
color:#666!important;
}
.contactusfrm .form-control::placeholder {
opacity: 1;
color:#666!important;
}
.contactusfrm textarea.form-control {
height: 100px;
border-radius: 0px!important;
color:#666!important;
}
.contactusfrm .btn_submit, .contactusfrm input[type="submit"], .contactusfrm input.btn_submit[type="submit"] {
background: #faa625!important;
border: 1px solid #faa625!important;
border-radius: 0px;
width: auto!important;
}
.btn_submit:hover, input[type="submit"]:hover, input.btn_submit[type="submit"]:hover, .btn_submit:focus, input[type="submit"]:focus, input.btn_submit[type="submit"]:focus {
background: #4bac36!important;
border: 1px solid #4bac36!important;
color: #fff!important;
}
.galleryBox img, .galleryBox, .innerGallery , .innerGallery img {
  transition: all 400ms;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -ms-transition: all 400ms;
  -o-transition: all 400ms;
}
.galleryBox:hover img, .innerGallery:hover img {
  transform: scale(1.06);
  -webkit-transform: scale(1.06);
  -moz-transform: scale(1.06);
  -ms-transform: scale(1.06);
  -o-transform: scale(1.06);
}
.galleryhover {
  width: 100%;
  left: 0;
  bottom: -100%;
  height: 100%;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.603);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 400ms;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -ms-transition: all 400ms;
  -o-transition: all 400ms;
  flex-direction: column;
}
.galleryBox:hover .galleryhover, .innerGallery:hover .galleryhover  {
  bottom:0%;
}

@media screen and (max-width: 767px){
.contactbox:before {
width: 100%;
}
}
.mapsec {
  margin-top: -100px;
  z-index: -1;
}
.cky-revisit-bottom-left {
	display: none;
}
.footer .logo img {
  filter: brightness(0) invert(1);
}
.slick-dots li button:hover::before, .slick-dots li button:focus::before {
	opacity: 1;
	background: #ccc;
}

/* Media Query*/
@media only screen and (min-width: 992px) and (max-width: 1230px) {
}
@media only screen and (min-width: 992px) and (max-width: 1169px) {
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.packgbannersec::before {
    height: 67%;
}
	.marketngsec ul.strategyList {
    display: grid;
    grid-template-columns: 1fr;
}
  .countingsec .row > .col{
    width: 50%;
    flex: 1 0 50%;
  }
  .countingsec .row > .col:nth-child(3) .countingthmb:after{
    display: none;
  }
  .srvcaption{
    padding: 50px;
  }
  .srvcaption h3{
    font-size: 40px;
    margin-bottom: 30px;
  }
  .srvcaptiontxt{
    font-size: 18px;
    margin-bottom: 30px;
  }
  .techabt ul li{
    width: 50%;
  }
  nav.nav .menu-primary-menu-container {
    width: 350px !important;
  }
  nav.nav .mnucls {
    width: calc(100% - 350px) !important;
  }
  .smltit {
    font-size: 15px;
  }
  h3 {
    font-size: 22px;
  }
  .title1 {
    font-size: 30px;
  }
}
@media screen and (max-width: 991px) {
  
  header.header .btn1 {
    padding: 10px 13px;
    font-size: 12px;
  }
  .header.is-sticky {
    padding: 10px 0;
}

  .countingthmb{
    padding-bottom: 30px;
  }
  .whatwelookinr{
    width: 400px;
  }
  .driversec .tab-content h3{
    max-width: 100%;
  }
  .service-for .slick-prev, .clientlogoslide .slick-prev{
    background-image: url(images/left-arrow.svg) !important;
    left: -20px;
    height: 30px;
    width: 20px;
    background-size: 20px auto !important;
  }
  .service-for .slick-next, .clientlogoslide .slick-next{
    background-image: url(images/right-arrow.svg) !important;
    right: -20px;
    height: 30px;
    width: 20px;
    background-size: 20px auto !important;
  }
	header.header{
		padding:15px 0;
	}
  nav.nav .primary-menu>li>a {
    margin: 0;
    font-size: 13px;
    font-weight: 400;
    padding: 10px 15px;
    display: block;
}
  nav.nav {
    position: fixed;
    right: 100%;
    top: 0;
    background: rgba(0, 0, 0, 0);
    z-index: 999;
    display: flex;
    width: 100%;
    height: 100vh;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }
  header.header.active nav.nav {
    right: 0;
  }
  nav.nav .menu-primary-menu-container {
    width: 300px;
    background: #000;
    height: 100%;
    overflow: auto;
    transform: translateX(-310px);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }
  header.header.active nav.nav .menu-primary-menu-container{
    transform: translateX(0);
    transition-delay: 0.3s;
  }
  nav.nav .mnucls {
    background: rgba(255,255,255,.3);
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    right: 0;
    transform: translateX(-100%);
    z-index: -1;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
header.header.active  nav.nav .mnucls {
  transform: translateX(0);
}
  header.header.active{
    -webkit-backdrop-filter: inherit !important;
    backdrop-filter: inherit !important;
  }
  @supports ((-webkit-backdrop-filter: none) or (backdrop-filter: none)) {
	  nav.nav .mnucls{
		-webkit-backdrop-filter: blur(10px);
		backdrop-filter: blur(10px);
		background-color: rgba(0, 0, 0, 0.7);
	  }
	}
  nav.nav .primary-menu {
    display: block;
    height: 100%;
    padding-top: 30px;
    opacity: 0;
    transform: translateX(-30px);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }
  header.header.active nav.nav .primary-menu{
    transform: translateX(0);
    opacity: 1;
    transition-delay: 0.7s;
  }
  nav.nav .primary-menu > li {
    display: block;
    margin: 0;
	  position:relative !important;
  }
  nav.nav .primary-menu > li > a:after {
    display: none;
  }
  nav.nav .primary-menu > li > a {
    margin: 0;
    font-size: 16px;
    font-weight: 500;
    padding: 10px 15px;
    display: block;
    color: #fff;
  }
  nav.nav .primary-menu > li > ul {
    position: static;
    display: none;
    box-shadow: none;
    background-color: #000;
  }
  nav.nav .primary-menu > li > ul > li a {
    padding-left: 30px;
    color: #fff;
  }
  .mnutog {
    display: block;
    line-height: 0;
  }
  nav.nav .primary-menu > li > ul {
    display: none;
	      min-width: inherit;
  }
  nav.nav .primary-menu > li > ul > li > ul {
    position: static;
    display: block;
    min-width: 100%;
  }
  nav.nav .primary-menu > li > ul > li > a {
    padding: 6px 15px 6px 20px;
  }
  nav.nav .primary-menu > li > ul > li > ul > li > a {
    padding: 6px 15px 6px 30px;
  }
  nav.nav .primary-menu > li > i {
    position: absolute;
    right: 15px;
    top: 5px;
    cursor: pointer;
    color: #fff;
    z-index: 5;
  }
	nav.nav .primary-menu>li>button.sub-menu-toggle{
		position:absolute;
		right:0;
		top:0;
		height:35px;
		width:35px;
		z-index:2;
	}
	nav.nav .primary-menu>li.megamnu>ul {
    width: 100%;
    padding: 0;
    height: inherit;
    overflow: inherit;
}
	nav.nav .primary-menu>li.megamnu>ul>li {
    width: 100%;
		position:relative;
}
	nav.nav .primary-menu>li.megamnu>ul>li>ul {
    width: 100%;
    position: static;
		display:none;
}
	nav.nav .primary-menu>li.megamnu>ul>li:first-child:after {
    display:none;
}
	nav.nav .primary-menu>li.megamnu>ul>li>ul>li {
    width: 100%;
		position:relative;
		    padding: 10px;
		margin:0;
}
nav.nav .primary-menu>li.iconmenu>ul{
  max-height: inherit;
  overflow: inherit;
}
	.i-mnuarw{
		position: absolute;
    right: 0;
    top: 5px;
    height: 35px;
    width: 35px;
    z-index: 2;
		padding:0 !important;
	margin:0;
	border:none !important;
	background-color:rgba(0,0,0,0) !important;
	background-image: url(images/down-black.svg);
  	background-repeat: no-repeat;
	background-position:center center;
	background-size:15px auto;
	}
	nav.nav .primary-menu>li.megamnu>ul>li>a {
    padding: 10px 24px;
    font-size: 14px;
    font-weight: normal;
    border-right:none !important;
}
.driversec .nav-pills>.nav-item .nav-link {
  font-size: 12px;
  padding: 10px;
}
.textrotedinr h4 {
  font-size:13px;
}
}
@media screen and (max-width: 767px) {
	.cetifiedcompany {
    width: 35px;
}
	.packgbannersec::before {
    height: 84%;
}
	.marketngsec ul.strategyList {
    display: grid;
    grid-template-columns: 1fr;
}
  .swa-logo{
    transform: scale(0.8);
    transform-origin: left;
  }
  .driversec .nav-pills>.nav-item {
      width: 50%;
  }
  .driversec .nav-pills>.nav-item .nav-link {
      font-size: 12px;
      padding: 10px;
  }
  .driversec .nav-pills {
      border-bottom: none !important;
  }
  .countingthmbvalu{
    font-size: 300%;
  }
  .countingthmb:after{
    height: 3px;
    width: 100%;
    background: rgb(0,0,0);
    background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(65,65,65,1) 30%, rgba(65,65,65,1) 70%, rgba(0,0,0,1) 100%);
  }
  .countingsec .row > .col{
    width: 100%;
    flex: 1 0 100%;
  }
  .sidebar{
    max-height: inherit;
    overflow: inherit;
  }
  .whatwelookinr{
    width: 300px;
  }
  .driversec .tab-content h3{
    max-width: 100%;
  }
  .srvcaption{
    padding: 30px;
  }
  .srvcaption h3{
    font-size: 30px;
    margin-bottom: 20px;
  }
  .srvcaptiontxt{
    font-size: 16px;
    margin-bottom: 20px;
  }
	.custsecwrp > .custsecloop:nth-child(odd) .row .custimg {
		padding-right:0;
	}
	.custsecwrp > .custsecloop:nth-child(even) .row .custimg {
		padding-left:0;
	}
	svg#graphic{
		display:none;
	}
	.certificateimg img {
    max-height: 70px;
    max-width: 70px;
}
	.letstalksec {
    padding: 0 0 70px;
}
	.midboxcontent {
    padding: 15px;
    font-size: 13px;
    line-height: 1.4;
}
	.letstalkform .wpcf7-list-item.first.last label span {
    font-size: 12px;
}
	.letstalksec::before {
    height: 80%;
}
  .techabt ul li{
    width: 100%;
  }
    .innerpagebanner h1 span, .innerpagebanner h2 span {
        -webkit-text-stroke: 1px #000;
        font-size: 30px;
    }
    .single-service .innerpagebanner h1 span {
      font-size: 5vw;
    }
    .button--nuka {
      font-size: 12px;
  }
    .innerpagebanner {
        padding: 120px 0 50px;
    }
  .trustedslider .slick-next {
    left: 12%;
  }
  .logo img {
    width: 75px;
  }
  big {
    font-size: 120%;
    font-weight: 300;
  }
  .innerpagebanner big{
    font-size: 105%;
  }
  .entry-summary,
  .entry-header,
  .post-thumbnail,
  .entry-content,
  .entry-footer,
  #comments,
  .navigation.post-navigation {
    margin: 0 0 15px 0 !important;
    width: 100%;
  }
  .entry-title {
    font-size: 24px;
    line-height: 1.2;
  }
  h2 {
    font-size: 26px;
  }
  h3 {
    font-size: 23px;
  }
  .srvthmb h3 {
    font-size: 20px;
  }
  h1 {
    font-size: 30px;
  }
 .homebanner .rev-btn.rs-layer {
    height: 100%!important;
  }
  .homebanner .customsliderbutton span {
    margin-left: 10px;
    color: #fff !important;
    font-size: 16px !important;
    line-height: 12px !important;
    padding: 9px!important;
  }
  .blueyondersec::after {
    width: 30px;
  }
  .sincesec {
    left: 18px;
    bottom: 101px;
    font-size: 76px;
  }
  .toolsbox {
    border-right: 0px solid #000;
  }
  .industriebox {
    border-right: 1px solid #666;
  }
  .industrieboxwrap {
    height: 350px;
  }
  .col-20 {
    width: 50%;
    padding: 0 15px;
  }
  .clientsbox img {
    height: 40px;
  }
  .clientsbox  {
    border: 1px solid #ddd!important;
  }
  .footer .logo img {
    width: 130px;
  }
  .btn22 {
    font-size: 11px;
    border: 1px solid var(--c);
    width: 137px;
  }
  .homebanner {
    min-height: 360px;
    padding: 50px 0;
  }
  .playbtn {
    right: 25%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}
.accordiasec  {
  margin-top: 100px;
}
.accordiasec ul li .nav-link {
	border: 0;
	color: #fff !important;
	padding: 12px 10px;
	font-size: 17px;
}
.accordiasec ul {
	top: -49px;
	left: 12px;
	width: 100%;
	width: 80%;
}
}
@media screen and (max-width: 991px) {
.headerbottom .e-con-inner .mnuorder2 {
  order: 2;
}
.headerbottom .e-con-inner .mnuorder3 {
  order: 3;
}
}
.eael-creative-button {
  min-width: 125px;
}

