/*==================================
    [Table of contents]
===================================
    01. Header
        01.1 Top Bar
        01.2 Header 1
        01.3 Header 2
        01.4 Humburger & Popup Search
    02. Sliders Section
    03. About Section
    04. What We Do Section
    05. Trusted partners Section
    06. Service and Service Details
    07. Agency-icon Card Section
    08. Project & Project Details
    09. Testimonial Section
    10. Free Consulation Section
    11. SubsCribe Section
    12. Blog & Blog Details Page
    13. Footer
        13.1  Footer SiteInfo
    14. Pages-Banner Section
    15. Team Page
    16. Hero Section 
    17. Contact Page
    18. 404 page
    19. Faq Page
    20. Back to top
    21. Preloader
*/

/*-----------------------------------------
/  01.1 Header Top Bar
/-----------------------------------------*/
.Header-Topbar01 {
  position: relative;
}

.anmoSupport {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding-left: 1px;
}

.contactExpert01-icon {
  position: relative;
  margin: 0 19px 0 0;
}

.contactExpert01-icon i {
  color: #fff;
  font-size: 23px;
  padding: 22px 9px 27px 12px;
  background-color: #3482ff;
  display: inline-block;
}

.anmoSupport .tb-contect-tel,
.anmoSupport .tb-contect-expert {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  font-family: "Kumbh Sans", sans-serif;
  color: #66646c;
  display: inline-block;
  position: relative;
  top: -2px;
}

.anmoSupport .tb-contect-tel {
  color: #3482ff;
  font-weight: 500;
  margin: 0 0 0 7px;
  top: -1px;
}

.anmoSupport .tb-contect-tel:hover {
  color: #66646c;
}

.tb-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.tb-info span,
.tb-info span a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  line-height: 26px;
  color: #66646c;
  position: relative;
  -webkit-transition: all ease 350ms;
  transition: all ease 350ms;
  top: -2px;
}

.tb-info span i {
  margin-right: 10px;
  font-size: 19px;
  color: #66646c;
}

.tb-infoTime {
  padding-left: 29px;
}

span.tb-infoTime i {
  top: 3px;
  position: absolute;
  left: 0;
}

.tb-ingoMail {
  padding: 0 4px 0 31px;
  margin: 0 0 0 21px;
  position: relative;
}

.tb-ingoMail i.topbar-email {
  left: 0px;
  top: 3px;
  position: absolute;
  font-size: 20px;
}

.tb-ingoMail a:hover {
  color: #3482fe;
}

/*-----------------------------------------
  /  01.2 Header 1
  /-----------------------------------------*/
.headerInner01 {
  background: #f6f6f7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: -50px;
  position: relative;
  z-index: 999;
  border-radius: 5px;
  padding: 0 20px 0 20px;
}

.header01.fixedHeader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background: #f6f6f7;
  z-index: 9992;
  box-shadow: 0 0 50px 0 rgba(29, 35, 58, 0.08);
}

.header01.fixedHeader .headerInner01 {
  margin-bottom: 0px;
}

.logo {
  min-width: 19.72%;
  padding: 18px 0 18px;
}

.mainMenu {
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  /* justify-content: flex-start; */
  justify-content: right;
}

.accessNav {
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.mainMenu ul {
  margin: 0;
  padding: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.mainMenu > ul > li {
  padding: 34px 0 37px;
  margin: 0 35px 0 0;
  position: relative;
}

.mainMenu ul li a {
  font-size: 18px;
  line-height: 26px;
  color: #140e25;
  display: block;
  position: relative;
  font-weight: 500;
}

.mainMenu ul li:hover > a,
.mainMenu ul li.current-menu-item > a {
  color: #3482fe;
}

.mainMenu ul li.menu-item-has-children > a:after {
  content: "\f107";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  display: inline-block;
  position: relative;
  font-size: 12px;
  top: 1px;
  margin-left: 5px;
  transition: all ease 350ms;
  -moz-transition: all ease 350ms;
  -webkit-transition: all ease 350ms;
}

.mainMenu ul li > ul li.menu-item-has-children > a:after {
  top: 0px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  left: 0px;
}

.mainMenu > ul li:hover > ul {
  pointer-events: inherit;
  visibility: visible;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  top: 80%;
}

.mainMenu ul li ul {
  position: absolute;
  display: block;
  top: 110%;
  left: 0;
  min-width: 220px;
  background: #fff;
  text-align: left;
  box-shadow: 0 0 50px 0 rgba(29, 35, 58, 0.08);
  padding: 15px 10px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  border-top: 2px solid #3482fe;
  visibility: hidden;
  z-index: 99;
  border-radius: 2px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.mainMenu ul li ul li {
  display: block;
  display: block;
  margin: 0;
  width: 100%;
  padding: 6px 13px;
  position: relative;
  -webkit-transition: all ease 350ms;
  transition: all ease 350ms;
}

.mainMenu ul li ul li a {
  font-size: 16px;
  line-height: 24px;
  color: #140e25;
  display: inline;
  position: relative;
  -webkit-transition: all 0.35s linear;
  transition: all 0.35s linear;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#3482ff),
    color-stop(98%, #3482ff)
  );
  background: -webkit-linear-gradient(top, #3482ff 0%, #3482ff 98%);
  background: linear-gradient(to bottom, #3482ff 0%, #3482ff 98%);
  background-size: 0 1px;
  background-repeat: no-repeat;
  background-position: left 100%;
}

.mainMenu > ul > li > ul li:hover > a,
.mainMenu > ul > li > ul li.active > a {
  background-size: 100% 1px;
  background-image: -webkit-linear-gradient(top, #3482ff 0%, #3482ff 98%);
  background-image: linear-gradient(to bottom, #3482ff 0%, #3482ff 98%);
}

.mainMenu ul li ul li ul {
  left: calc(100% + 10px);
  top: 100%;
}

.mainMenu ul li ul li:hover ul {
  top: 0;
  left: calc(100% + 10px);
}

.mainMenu > ul li:hover > ul {
  pointer-events: inherit;
  visibility: visible;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  top: 100%;
}

.anItems {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0 0 0 24px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.anItems > div {
  position: relative;
}

.anItems .anUser {
  margin: 30px 22px 36px 0;
  -webkit-transition: all ease 350ms;
  transition: all ease 350ms;
}

.anItems .anUser a:hover,
.anItems .anUser a:hover i {
  color: #3482fe;
}

.anItems > div.anSearch {
  margin: 32px 22px 35px 0;
}

.anSearch a {
  position: relative;
  padding-right: 1px;
  top: 1px;
  -webkit-transition: all ease 350ms;
  transition: all ease 350ms;
}

.anItems > div i {
  color: #140e25;
  position: relative;
  font-size: 24px;
  top: 3px;
}

.anUser a {
  font-size: 18px;
  line-height: 26px;
  color: #140e25;
  font-weight: 600;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.anUser a i {
  color: #000000;
  font-size: 25px;
  top: 4px;
  position: relative;
  margin-right: 7px;
  -webkit-transition: all ease 350ms;
  transition: all ease 350ms;
}

.anUser a span {
  display: inline-block;
  top: 4px;
  position: relative;
}

.anItems .anSearch a > i {
  top: 6px;
  font-size: 23px;
  color: #000000;
}

.anItems .anSearch a:hover > i {
  color: #3482fe;
}

.anItems > div.menu-grid {
  margin: 17px 0 21px;
}

.menu-grid > a {
  width: 61px;
  height: 61px;
  background: #ffffff;
  display: inline-block;
  text-align: center;
  line-height: 72px;
  border-radius: 50%;
}

.menu-grid > a:hover {
  background: #3482fe;
}

.menu-grid > a i {
  font-size: 33px;
  color: #66646c;
  -webkit-transition: all ease 350ms;
  transition: all ease 350ms;
}

.menu-grid > a:hover i {
  color: #fff;
}

.menuToggler {
  display: none;
}

/*-----------------------------------------
  /  01.3 Header 2
  /-----------------------------------------*/
.header02 {
  padding: 31px 88px 0;
}

.header02.fixedHeader {
  padding-top: 0px;
}

.header02 .headerInner02 {
  margin-bottom: 0px;
  padding: 0 20px 0;
}

.headerInner02 {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.headerInner02 .mainMenu {
  -webkit-box-flex: unset;
  -ms-flex: unset;
  flex: unset;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.headerInner02 .accessNav {
  -webkit-box-flex: unset;
  -ms-flex: unset;
  flex: unset;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.headerInner02 .mainMenu > ul {
  padding: 0 14px 0 0;
}

.headerInner02 .logo {
  padding: 26px 0 32px;
}

.header02 .mainMenu > ul > li {
  padding: 35px 0 36px;
}

.anItems .anContact {
  margin-right: 0px;
}

.anContact a {
  min-width: 142px;
  height: 60px;
  display: inline-block;
  line-height: 60px;
  text-align: center;
  padding: 0 10px;
  color: #ffffff;
  background: #f8a562;
  border-radius: 3px;
  font-size: 18px;
  font-weight: 600;
  -webkit-transition: all ease 350ms;
  transition: all ease 350ms;
}

.header02 .anItems > div {
  position: relative;
  margin-right: 26px;
}

.header02 .anItems > div.anContact {
  margin: 0 0;
  padding: 20px 0 19px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.header02 .anItems .anUser {
  margin: 34px 27px 32px 0;
  -webkit-transition: all ease 350ms;
  transition: all ease 350ms;
}

.header02 .anItems > div i {
  top: 4px;
}

.headerInner02 .anUser > a i {
  margin: 0 8px 0 0;
}

/*-----------------------------------------
  /  01.4 Humburger & Popup Search
  /-----------------------------------------*/
.leftSidebar {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
}

.leftSidebarOverlay {
  position: fixed;
  right: -100%;
  top: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  background: rgba(28, 32, 53, 0.7);
  z-index: 9994;
  cursor: url(../images/close.png), auto;

  -webkit-transition: all 0.3s ease-in 0.6s;
  -webkit-transition: all 0.3s ease-in 0.86s;
  transition: all 0.3s ease-in 0.86s;
}

.leftSidebar.active .leftSidebarOverlay {
  visibility: visible;
  right: 0;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";

  -webkit-transition: all 0.6s ease-out 0s;
  transition: all 0.6s ease-out 0s;
}

.leftSidebarContent {
  max-width: 420px;
  height: 100%;
  z-index: 9996;
  padding: 60px 30px 60px;
  overflow-y: auto;
  position: fixed;
  right: -100%;
  top: 0;
  background: #fff;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  visibility: hidden;
  overflow-x: hidden;

  -webkit-overflow-scrolling: touch;
  -webkit-transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
  transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
}

.leftSidebar.active .leftSidebarContent {
  visibility: visible;
  right: 0;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";

  -webkit-transition: all 0.3s cubic-bezier(0.9, 0.03, 0, 0.96) 0.3s;
  transition: all 0.3s cubic-bezier(0.9, 0.03, 0, 0.96) 0.3s;
}

.leftSidebarCloser {
  position: absolute;
  right: 30px;
  top: 57px;
  font-size: 20px;
  width: 48px;
  height: 48px;
  border: 1px solid #e1e1e1;
  border-radius: 50%;
  z-index: 99;
  line-height: 48px;
  text-align: center;

  opacity: 0;

  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  visibility: hidden;
  transform: translate3d(0, 50px, 0);
  -moz-transform: translate3d(0, 50px, 0);
  -webkit-transform: translate3d(0, 50px, 0);

  -webkit-transition: transform 1050ms cubic-bezier(0.445, 0.05, 0.55, 0.95),
    opacity ease 350ms, visibility ease 350ms;
  -webkit-transition: opacity ease 350ms, visibility ease 350ms,
    -webkit-transform 1050ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: opacity ease 350ms, visibility ease 350ms,
    -webkit-transform 1050ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: transform 1050ms cubic-bezier(0.445, 0.05, 0.55, 0.95),
    opacity ease 350ms, visibility ease 350ms;
  transition: transform 1050ms cubic-bezier(0.445, 0.05, 0.55, 0.95),
    opacity ease 350ms, visibility ease 350ms,
    -webkit-transform 1050ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

.leftSidebarCloser span {
  width: 25px;
  height: 25px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;

  -webkit-transform: rotate(-45deg);

  transform: rotate(-45deg);
}

.leftSidebarCloser span:after {
  content: "";
  width: 100%;
  height: 1px;
  background: #e1e1e1;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;

  transition: all ease 350ms;
  -moz-transition: all ease 350ms;
  -webkit-transition: all ease 350ms;
}

.leftSidebarCloser span:before {
  content: "";
  width: 1px;
  height: 100%;
  background: #e1e1e1;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;

  transition: all ease 350ms;
  -moz-transition: all ease 350ms;
  -webkit-transition: all ease 350ms;
}

.leftSidebarCloser:hover {
  border-color: #3482ff;
}

.leftSidebarCloser:hover span:before,
.leftSidebarCloser:hover span:after {
  background: #3482ff;
}

.leftSidebarContentArea {
  position: relative;
  height: 100%;
}

.leftSidebarLogo {
  position: relative;
  margin-bottom: 48px;

  opacity: 0;

  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  visibility: hidden;
  transform: translate3d(0, 50px, 0);
  -moz-transform: translate3d(0, 50px, 0);
  -webkit-transform: translate3d(0, 50px, 0);

  -webkit-transition: transform 1050ms cubic-bezier(0.445, 0.05, 0.55, 0.95),
    opacity ease 350ms, visibility ease 350ms;
  -webkit-transition: opacity ease 350ms, visibility ease 350ms,
    -webkit-transform 1050ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: opacity ease 350ms, visibility ease 350ms,
    -webkit-transform 1050ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: transform 1050ms cubic-bezier(0.445, 0.05, 0.55, 0.95),
    opacity ease 350ms, visibility ease 350ms;
  transition: transform 1050ms cubic-bezier(0.445, 0.05, 0.55, 0.95),
    opacity ease 350ms, visibility ease 350ms,
    -webkit-transform 1050ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

.leftSidebarLogo img {
  max-width: 100%;
  height: 41px;
  width: auto;
}

.leftSidebarContentArea p {
  margin: 0 0 47px;

  opacity: 0;

  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  visibility: hidden;
  transform: translate3d(0, 50px, 0);
  -moz-transform: translate3d(0, 50px, 0);
  -webkit-transform: translate3d(0, 50px, 0);

  -webkit-transition: transform 1200ms cubic-bezier(0.445, 0.05, 0.55, 0.95),
    opacity ease 350ms, visibility ease 350ms;
  -webkit-transition: opacity ease 350ms, visibility ease 350ms,
    -webkit-transform 1200ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: opacity ease 350ms, visibility ease 350ms,
    -webkit-transform 1200ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: transform 1200ms cubic-bezier(0.445, 0.05, 0.55, 0.95),
    opacity ease 350ms, visibility ease 350ms;
  transition: transform 1200ms cubic-bezier(0.445, 0.05, 0.55, 0.95),
    opacity ease 350ms, visibility ease 350ms,
    -webkit-transform 1200ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

.leftSidebarContentArea .singleAddress.sa1 {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  visibility: hidden;
  transform: translate3d(0, 50px, 0);
  -moz-transform: translate3d(0, 50px, 0);
  -webkit-transform: translate3d(0, 50px, 0);

  -webkit-transition: transform 1250ms cubic-bezier(0.445, 0.05, 0.55, 0.95),
    opacity ease 350ms, visibility ease 350ms;
  -webkit-transition: opacity ease 350ms, visibility ease 350ms,
    -webkit-transform 1250ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: opacity ease 350ms, visibility ease 350ms,
    -webkit-transform 1250ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: transform 1250ms cubic-bezier(0.445, 0.05, 0.55, 0.95),
    opacity ease 350ms, visibility ease 350ms;
  transition: transform 1250ms cubic-bezier(0.445, 0.05, 0.55, 0.95),
    opacity ease 350ms, visibility ease 350ms,
    -webkit-transform 1250ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

.leftSidebarContentArea .singleAddress.sa2 {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  visibility: hidden;
  transform: translate3d(0, 50px, 0);
  -moz-transform: translate3d(0, 50px, 0);
  -webkit-transform: translate3d(0, 50px, 0);

  -webkit-transition: transform 1300ms cubic-bezier(0.445, 0.05, 0.55, 0.95),
    opacity ease 350ms, visibility ease 350ms;
  -webkit-transition: opacity ease 350ms, visibility ease 350ms,
    -webkit-transform 1300ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: opacity ease 350ms, visibility ease 350ms,
    -webkit-transform 1300ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: transform 1300ms cubic-bezier(0.445, 0.05, 0.55, 0.95),
    opacity ease 350ms, visibility ease 350ms;
  transition: transform 1300ms cubic-bezier(0.445, 0.05, 0.55, 0.95),
    opacity ease 350ms, visibility ease 350ms,
    -webkit-transform 1300ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

.leftSidebarContentArea .singleAddress.sa3 {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  visibility: hidden;
  transform: translate3d(0, 50px, 0);
  -moz-transform: translate3d(0, 50px, 0);
  -webkit-transform: translate3d(0, 50px, 0);

  -webkit-transition: transform 1350ms cubic-bezier(0.445, 0.05, 0.55, 0.95),
    opacity ease 350ms, visibility ease 350ms;
  -webkit-transition: opacity ease 350ms, visibility ease 350ms,
    -webkit-transform 1350ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: opacity ease 350ms, visibility ease 350ms,
    -webkit-transform 1350ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: transform 1350ms cubic-bezier(0.445, 0.05, 0.55, 0.95),
    opacity ease 350ms, visibility ease 350ms;
  transition: transform 1350ms cubic-bezier(0.445, 0.05, 0.55, 0.95),
    opacity ease 350ms, visibility ease 350ms,
    -webkit-transform 1350ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

.leftSidebarContentArea .singleAddress i {
  color: #3482ff;
}

.leftSidebarContentArea .singleAddress {
  color: #1c2035;
}

.leftSidebarContentArea .singleAddress a {
  color: inherit;
}

.leftSidebarSocial {
  padding: 0;
  margin: 54px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: absolute;
  left: 0;
  bottom: 0;
}

.leftSidebarSocial a {
  width: 48px;
  height: 48px;
  font-size: 16px;
  display: inline-block;
  color: #fff;
  line-height: 48px;
  text-align: center;
  background: #3482ff;
  border-radius: 50%;
  margin-right: 8px;
  -webkit-transition: all ease 350ms;
  transition: all ease 350ms;
  position: relative;
  font-size: 17px;
  z-index: 1;
}

.leftSidebarSocial a:nth-child(1) {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  visibility: hidden;
  transform: translate3d(0, 50px, 0);
  -moz-transform: translate3d(0, 50px, 0);
  -webkit-transform: translate3d(0, 50px, 0);

  -webkit-transition: transform 1400ms cubic-bezier(0.445, 0.05, 0.55, 0.95),
    opacity ease 350ms, visibility ease 350ms, background ease 350ms,
    color ease 350ms;
  -webkit-transition: opacity ease 350ms, visibility ease 350ms,
    background ease 350ms, color ease 350ms,
    -webkit-transform 1400ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: opacity ease 350ms, visibility ease 350ms, background ease 350ms,
    color ease 350ms,
    -webkit-transform 1400ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: transform 1400ms cubic-bezier(0.445, 0.05, 0.55, 0.95),
    opacity ease 350ms, visibility ease 350ms, background ease 350ms,
    color ease 350ms;
  transition: transform 1400ms cubic-bezier(0.445, 0.05, 0.55, 0.95),
    opacity ease 350ms, visibility ease 350ms, background ease 350ms,
    color ease 350ms,
    -webkit-transform 1400ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

.leftSidebarSocial a:nth-child(2) {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  visibility: hidden;
  transform: translate3d(0, 50px, 0);
  -moz-transform: translate3d(0, 50px, 0);
  -webkit-transform: translate3d(0, 50px, 0);

  -webkit-transition: transform 1450ms cubic-bezier(0.445, 0.05, 0.55, 0.95),
    opacity ease 350ms, visibility ease 350ms, background ease 350ms,
    color ease 350ms;
  -webkit-transition: opacity ease 350ms, visibility ease 350ms,
    background ease 350ms, color ease 350ms,
    -webkit-transform 1450ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: opacity ease 350ms, visibility ease 350ms, background ease 350ms,
    color ease 350ms,
    -webkit-transform 1450ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: transform 1450ms cubic-bezier(0.445, 0.05, 0.55, 0.95),
    opacity ease 350ms, visibility ease 350ms, background ease 350ms,
    color ease 350ms;
  transition: transform 1450ms cubic-bezier(0.445, 0.05, 0.55, 0.95),
    opacity ease 350ms, visibility ease 350ms, background ease 350ms,
    color ease 350ms,
    -webkit-transform 1450ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

.leftSidebarSocial a:nth-child(3) {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  visibility: hidden;
  transform: translate3d(0, 50px, 0);
  -moz-transform: translate3d(0, 50px, 0);
  -webkit-transform: translate3d(0, 50px, 0);

  -webkit-transition: transform 1500ms cubic-bezier(0.445, 0.05, 0.55, 0.95),
    opacity ease 350ms, visibility ease 350ms, background ease 350ms,
    color ease 350ms;
  -webkit-transition: opacity ease 350ms, visibility ease 350ms,
    background ease 350ms, color ease 350ms,
    -webkit-transform 1500ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: opacity ease 350ms, visibility ease 350ms, background ease 350ms,
    color ease 350ms,
    -webkit-transform 1500ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: transform 1500ms cubic-bezier(0.445, 0.05, 0.55, 0.95),
    opacity ease 350ms, visibility ease 350ms, background ease 350ms,
    color ease 350ms;
  transition: transform 1500ms cubic-bezier(0.445, 0.05, 0.55, 0.95),
    opacity ease 350ms, visibility ease 350ms, background ease 350ms,
    color ease 350ms,
    -webkit-transform 1500ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

.leftSidebarSocial a:nth-child(4) {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  visibility: hidden;
  transform: translate3d(0, 50px, 0);
  -moz-transform: translate3d(0, 50px, 0);
  -webkit-transform: translate3d(0, 50px, 0);

  -webkit-transition: transform 1550ms cubic-bezier(0.445, 0.05, 0.55, 0.95),
    opacity ease 350ms, visibility ease 350ms, background ease 350ms,
    color ease 350ms;
  -webkit-transition: opacity ease 350ms, visibility ease 350ms,
    background ease 350ms, color ease 350ms,
    -webkit-transform 1550ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: opacity ease 350ms, visibility ease 350ms, background ease 350ms,
    color ease 350ms,
    -webkit-transform 1550ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: transform 1550ms cubic-bezier(0.445, 0.05, 0.55, 0.95),
    opacity ease 350ms, visibility ease 350ms, background ease 350ms,
    color ease 350ms;
  transition: transform 1550ms cubic-bezier(0.445, 0.05, 0.55, 0.95),
    opacity ease 350ms, visibility ease 350ms, background ease 350ms,
    color ease 350ms,
    -webkit-transform 1550ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

.leftSidebarSocial a:nth-child(5) {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  visibility: hidden;
  transform: translate3d(0, 50px, 0);
  -moz-transform: translate3d(0, 50px, 0);
  -webkit-transform: translate3d(0, 50px, 0);

  -webkit-transition: transform 1600ms cubic-bezier(0.445, 0.05, 0.55, 0.95),
    opacity ease 350ms, visibility ease 350ms, background ease 350ms,
    color ease 350ms;
  -webkit-transition: opacity ease 350ms, visibility ease 350ms,
    background ease 350ms, color ease 350ms,
    -webkit-transform 1600ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: opacity ease 350ms, visibility ease 350ms, background ease 350ms,
    color ease 350ms,
    -webkit-transform 1600ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: transform 1600ms cubic-bezier(0.445, 0.05, 0.55, 0.95),
    opacity ease 350ms, visibility ease 350ms, background ease 350ms,
    color ease 350ms;
  transition: transform 1600ms cubic-bezier(0.445, 0.05, 0.55, 0.95),
    opacity ease 350ms, visibility ease 350ms, background ease 350ms,
    color ease 350ms,
    -webkit-transform 1600ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

.leftSidebar.active .leftSidebarLogo,
.leftSidebar.active .leftSidebarCloser,
.leftSidebar.active .leftSidebarContentArea p,
.leftSidebar.active .leftSidebarContentArea .singleAddress.sa1,
.leftSidebar.active .leftSidebarContentArea .singleAddress.sa2,
.leftSidebar.active .leftSidebarContentArea .singleAddress.sa3,
.leftSidebar.active .leftSidebarSocial a:nth-child(1),
.leftSidebar.active .leftSidebarSocial a:nth-child(2),
.leftSidebar.active .leftSidebarSocial a:nth-child(3),
.leftSidebar.active .leftSidebarSocial a:nth-child(4),
.leftSidebar.active .leftSidebarSocial a:nth-child(5) {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  visibility: visible;
  transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
}

.leftSidebarSocial a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #ffff;
  border-radius: 50%;
  z-index: -1;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: 350ms cubic-bezier(0.95, 0.32, 0.37, 1.21);
  transition: 350ms cubic-bezier(0.95, 0.32, 0.37, 1.21);
}

.leftSidebarSocial a:hover:before {
  -webkit-transform: scale(1);
  transform: scale(1);
  background: #f79e52;
}

.leftSidebarSocial a:hover {
  color: #fff;
}

.popup_search_sec {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
}

.popup_search_overlay {
  position: fixed;
  left: 0;
  top: -100%;
  width: 100%;
  height: 100%;
  background: rgba(28, 32, 52, 0.6);
  z-index: 9991;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  visibility: hidden;
  cursor: url(../images/close.png), auto;

  -webkit-transition: all 0.4s ease-in 0.8s;
  transition: all 0.4s ease-in 0.8s;
}

.popup_search_sec.active .popup_search_overlay {
  visibility: visible;
  -webkit-transition: all 0.8s ease-out 0s;
  transition: all 0.8s ease-out 0s;
  top: 0;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.pop_search_background {
  background: #1c2035;
  width: 100%;
  height: 400px;
  top: -100%;
  z-index: 9992;
  position: fixed;
  left: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  visibility: hidden;

  -webkit-overflow-scrolling: touch;
  -webkit-transition: all 0.6s cubic-bezier(0.9, 0.03, 0, 0.96) 0.7s;
  transition: all 0.6s cubic-bezier(0.9, 0.03, 0, 0.96) 0.7s;
}

.popup_search_sec.active .pop_search_background {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  visibility: visible;
  top: 0;
  -webkit-transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.5s;
  transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.5s;
}

.popup_search_form {
  position: relative;
}

.popup_search_form:after {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  position: absolute;
  content: "";
  height: 1px;
  background: #3482ff;
  width: 0;
  visibility: hidden;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  position: absolute;
  left: 0;
  bottom: 0;
}

.popup_search_sec.active .popup_search_form:after {
  -webkit-animation-name: fadeInGo;
  animation-name: fadeInGo;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  visibility: visible;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  width: 100%;
}

.popup_search_form input[type="search"] {
  font-family: "Heebo", sans-serif;
  width: 100%;
  height: 70px;
  border: none;
  background: transparent;
  outline: none;
  font-size: 22px;
  line-height: 50px;
  color: #ffffff;
  font-weight: 300;
}

.popup_search_form input[type="search"]::-moz-placeholder {
  color: #ffffff;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.popup_search_form input[type="search"]::-ms-input-placeholder {
  color: #ffffff;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.popup_search_form input[type="search"]::-webkit-input-placeholder {
  color: #ffffff;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }

  100% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }

  100% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }

  100% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }

  100% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}

@-webkit-keyframes fadeInGo {
  0% {
    opacity: 0.1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
    width: 0;
  }

  100% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    width: 100%;
  }
}

@keyframes fadeInGo {
  0% {
    opacity: 0.1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
    width: 0;
  }

  100% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    width: 100%;
  }
}

@-webkit-keyframes fadeOutGo {
  0% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    width: 100%;
  }

  100% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    width: 0;
  }
}

@keyframes fadeOutGo {
  0% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    width: 100%;
  }

  100% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    width: 0;
  }
}

@-webkit-keyframes fadeOutGo2 {
  0% {
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    width: 100%;
  }

  100% {
    opacity: 0.14;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=14)";
    width: 0;
  }
}

@keyframes fadeOutGo2 {
  0% {
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    width: 100%;
  }

  100% {
    opacity: 0.14;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=14)";
    width: 0;
  }
}

.popup_search_form button[type="submit"] {
  position: absolute;
  right: 0;
  top: 23px;
  border: none;
  outline: none;
  z-index: 2;
  font-size: 16px;
  line-height: 32px;
  margin: 0;
  padding: 0;
  background: transparent;
  color: #ffffff;
  transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -webkit-transition: all ease 300ms;
  -ms-transition: all ease 300ms;
  -o-transition: all ease 300ms;
}

.popup_search_form button[type="submit"]:hover {
  color: #3482ff;
}

.middle_search {
  position: relative;
  top: 43%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  position: relative;
  z-index: 2;
}

.search_Closer {
  float: right;
  height: 22px;
  width: 22px;
  background: url(../images/close.png) no-repeat center center;
  margin: 30px 0 0;
}

.popup_logo {
  position: relative;
  margin: 30px 0 0;
}

.popup_logo img {
  height: 42px;
  width: auto;
}

.con_message {
  display: none;
  margin: 25px 0 0;
}

.contact-form input.reqError,
.contact-form textarea.reqError {
  border-bottom-color: #f00;
}

/*-----------------------------------------
  /  02 Slider Section
  /-----------------------------------------*/
.slider01 {
  position: relative;
  -webkit-clip-path: polygon(100% 0, 100% 80.2%, 62.8% 100%, 0 78.5%, 0 0);
  clip-path: polygon(100% 0, 100% 80.2%, 62.8% 100%, 0 78.5%, 0 0);
  z-index: 10;
}

.op8 {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.textStroke {
  color: #000;
  text-stroke: 1px #fff;
  -webkit-text-stroke: 1px #fff;
}

.underlines {
  position: relative;
}

.underlines:after {
  width: 100%;
  height: 31px;
  content: "";
  position: absolute;
  left: 34px;
  bottom: 10px;
  background: url(../images/slider/underline.png) no-repeat left top;
}

.slider01 .anmoBTN01 {
  min-width: 222px;
  height: 65px;
  line-height: 65px;
  background: #3482ff;
  font-size: 18px;
}

.slider01 .anmoBTN01:after {
  background: #f79e52;
}

.tparrows {
  cursor: pointer;
  background: rgba(255, 255, 255, 0.15);
  width: 63px;
  height: 107px;
  border-radius: 2px;
  position: absolute;
  display: block;
  z-index: 1000;
  border: none;
  outline: none;
  -webkit-transition: all ease 350ms;
  transition: all ease 350ms;
}

.slider02 .tparrows {
  background: rgba(0, 0, 0, 0.05);
}

.tparrows:hover {
  background: #3482ff;
}

.tparrows:before {
  font-family: "Anmo";
  font-size: 27px;
  color: #f79e52;
  display: block;
  line-height: 107px;
  text-align: center;
  -webkit-transition: all ease 350ms;
  transition: all ease 350ms;
}

.slider02 .tparrows:before {
  color: #3482ff;
}

.tparrows:hover:before {
  color: #ffffff;
}

.tparrows.tp-rightarrow:before {
  content: "\e923";
}

.tparrows.tp-leftarrow:before {
  content: "\e923";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* --- slider02 --- */
.slider02 {
  position: relative;
  z-index: 10;
}

.s2_mark {
  color: #f79e52;
}

.s2underlines {
  position: relative;
}

.s2underlines:after {
  width: 100%;
  height: 19px;
  content: "";
  position: absolute;
  left: -8px;
  bottom: 23px;
  background: url(../images/slider/s2underline.png) no-repeat left top;
}

.slider02 .anmoBTN01 {
  background: #3482ff;
  min-width: 222px;
  height: 65px;
  font-size: 18px;
  line-height: 65px;
}

.slider02 .anmoBTN01:after {
  background: #f79e52;
}

.consulting-support {
  display: inline-block;
  padding: 5px 10px 10px 42px;
  min-width: 200px;
  height: 65px;
  line-height: 65px;
  text-align: left;
  background: transparent;
}

.consulting-support i {
  position: absolute;
  top: 19px;
  left: 0;
  font-size: 28px;
  color: #140e25;
}

.consulting-support span {
  display: block;
  line-height: 24px;
  font-weight: inherit;
}

.consulting-support .cons-text {
  font-size: 16px;
  color: #3482ff;
  padding-left: 3px;
}

.consulting-support .cons-num {
  font-size: 20px;
  color: #140e25;
}

.sropeShap01,
.sropeShap02 {
  position: relative;
}

@-webkit-keyframes shake2 {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

@keyframes shake2 {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-40px, 0, 0);
    transform: translate3d(-40px, 0, 0);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(40px, 0, 0);
    transform: translate3d(40px, 0, 0);
  }
}

@-webkit-keyframes shake3 {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(0, -40px, 0);
    transform: translate3d(0, -40px, 0);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
  }
}

@keyframes shake3 {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(0, -40px, 0);
    transform: translate3d(0, -40px, 0);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
  }
}

.sropeShap01 img {
  -webkit-animation: shake3 22s linear 1s infinite both;
  animation: shake3 22s linear 1s infinite both;
}

.sropeShap02 img {
  -webkit-animation: shake2 22s linear 1s infinite both;
  animation: shake2 22s linear 1s infinite both;
}

/*-----------------------------------------
  /  03. About Section
  /-----------------------------------------*/
.about-company-content .secTitle {
  margin-bottom: 37px;
}

.aboutHm01-col-5 {
  padding-right: 10px;
}

.aboutHm01-col-7 {
  padding-left: 10px;
  padding-right: 15px;
}

.aboutCompany01-desc {
  font-size: 20px;
  line-height: 34px;
  margin-bottom: 48px;
}

.about-company-content {
  padding: 0 23px 0 31px;
}

.iconBox02 {
  padding: 0 45px 0 81px;
  position: relative;
}

.iconBox02 h3 {
  font-size: 26px;
  margin-bottom: 18px;
  color: #1c2035;
  line-height: 1.1;
}

.iconBox02 p {
  font-size: 18px;
  line-height: 32px;
  color: rgba(28, 32, 53, 0.8);
  font-weight: 400;
}

.iconBox02 {
  margin: 0 0 38px;
}

.strategy-iconBox {
  margin: 0 0 32px;
}

.iconBox02-icon {
  width: 62px;
  height: 62px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 50%;
  background-color: #f79e52;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  transition: all ease 350ms;
  -moz-transition: all ease 350ms;
  -webkit-transition: all ease 350ms;
  position: absolute;
  left: 0;
  top: 0;
}

.iconBox02:hover .iconBox02-icon {
  background-color: #1e95ff;
}

.iconBox02-icon i {
  font-size: 36px;
  color: #ffffff;
}

.aboutCompany01-readMore {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 1px solid #e1e1e1;
  padding-top: 29px;
}

.aboutCompany01-readMore p {
  font-size: 26px;
  line-height: 38px;
  font-weight: 500;
  margin-right: 26px;
  max-width: 322px;
  width: 100%;
  margin-bottom: 0px;
  color: #1c2035;
}

.aboutCompany01-LeftContent {
  padding-top: 6px;
}

.aboutCompany01-LeftContent > .row:not(:last-child) {
  margin-bottom: 43px;
}

.homeAbout-company-mainThumb {
  border-radius: 4px;
  position: relative;
  padding: 0 3px 0 0;
}

.homeAbout-company-mainThumb:before {
  position: absolute;
  top: -33px;
  left: 0;
  content: "";
  width: 19px;
  height: 91px;
  background: #1e95ff;
}

.homeAbout-company-mainThumb:after {
  position: absolute;
  top: 52px;
  left: 26px;
  content: "";
  width: 19px;
  height: 91px;
  background: #f79e52;
}

.aboutCompany01-LeftContent img {
  width: 100%;
  border-radius: 4px;
}

.anmoCounter {
  text-align: center;
  background-color: #3482ff;
  border-radius: 3px;
  width: 100%;
  height: 100%;
  padding: 33px 9px;
}

.anmoCounter01 {
  position: relative;
  margin: 0 0 3px;
}

.anmoCounter01 .timer {
  color: #ffffff;
  margin-bottom: 0px;
  font-size: 60px;
}

.anmoCounter01 .timerSuffix {
  color: #ffffff;
  font-size: 18px;
}

.anmoCounter01-desc {
  font-size: 22px;
  line-height: 30px;
  font-family: "Kumbh Sans", sans-serif;
  font-weight: 400;
  color: #fff;
}

/* --- home2 Our Agency --- */
.ourAgency-left {
  padding-right: 19px;
  padding-top: 2px;
  position: relative;
  z-index: 2;
}

.ourAgency-left:after {
  position: absolute;
  content: "";
  bottom: 11px;
  left: -101px;
  width: 597px;
  height: 597px;
  background: #f7f2ee;
  border-radius: 50%;
  z-index: -1;
  -webkit-animation: shake 20s infinite both;
  animation: shake 20s infinite both;
}

.home2-ourAgency-content {
  padding: 0 23px 0 4px;
}

.home2-ourAgency-content .secSubTitle {
  margin: 0 0 22px;
}

.home2-ourAgency-content .secTitle {
  margin: 0 0 35px;
  color: #140e25;
}

.ourAgency-thumbnailColL {
  padding: 0 44px 0 12px;
}

.ourAgency-thumbnailColR {
  padding: 0px 49px 0 0px;
  margin: 40px 0 0 -4px;
}

.home2-ourAgency-thumbnail img:not(:last-child) {
  margin-bottom: 40px;
}

.home2-ourAgency-thumbnail {
  border-radius: 0px;
}

.home2-ourAgency-thumbnail img {
  border-radius: 0px;
  width: 100%;
  height: auto;
}

.h2OurAgency-iconBox .iconBox02 {
  padding: 0 4px 9px 93px;
  margin: 0px;
}

.ourAgency-secDesc {
  margin: 0 30px 57px 0;
}

.h2OurAgency-iconBox .iconBox02-icon {
  width: 75px;
  height: 75px;
}

.h2OurAgency-iconBox .iconBox02-icon i {
  font-size: 47px;
}

.h2OurAgency-iconBox h3 {
  font-size: 22px;
  line-height: 32px;
  margin-bottom: 0px;
  padding-top: 2px;
  color: #504c5b;
  font-weight: 600;
}

.Agency-core-dev {
  padding: 0 3px 0 0;
}

.h2OurAgency-iconBox {
  margin-bottom: 47px;
}

.ourAgency-projectDone {
  padding: 19px 25px 18px;
  background: #4c4156;
  background-image: url(../images/home2/agency-done-pj02.png);
  background-repeat: no-repeat;
  background-size: 103px;
  background-position: center center;
  position: relative;
  z-index: 3;
  text-align: center;
  margin: 0 2px 0 0;
}

.ourAgency-timer {
  font-size: 50px;
  color: #fff;
  font-weight: 500;
  text-align: center;
  margin-bottom: 0px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.ourAgency-timer span {
  font-size: inherit;
  line-height: inherit;
}

.ourAgency-projectDone h3 {
  color: #fff;
  font-family: "Kumbh Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  line-height: 28px;
  margin-bottom: 0px;
}

.ourAgency-pojectDone-desc p {
  margin-top: -7px;
}

.AgencyDone-projectRow {
  margin-bottom: 29px;
}

.ourAgency-mainDesc {
  margin-bottom: 0px;
}

.ourAgency-pojectDone-desc {
  padding: 0 0 0 6px;
}

/* --- Home2 About Digital Agancy --- */
.aboutDigitalAgency {
  position: relative;
  overflow: hidden;
}

.aboutDigitalAgency .secTitle {
  margin-bottom: 30px;
  line-height: 65px;
}

.aboutDigitalAgency .secSubTitle {
  padding: 9px 0 0;
  margin: 0 0 19px 0;
}

.about-digitalAgency-row {
  position: relative;
  z-index: 1;
}

.about-digitalAgency-row:before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 516px;
  height: 516px;
  border-radius: 50%;
  background: #fcf9f7;
  z-index: -1;
  -webkit-animation: shake 20s infinite both;
  animation: shake 20s infinite both;
}

.aboutDigitalAgency-content {
  padding-right: 60px;
}

.aboutDigitalAgency-content p {
  margin-bottom: 29px;
}

.aboutDigitalAgency-btn a {
  margin-top: 25px;
}

.about-digitialAgency-thumb1 {
  margin: 0 0 47px;
  padding: 0 0 0 7px;
}

.about-digitialAgency-thumb2 {
  margin-left: auto;
  overflow: hidden;
}

.about-digitialAgency-thumb2 {
  float: right;
}

/*-----------------------------------------
/  04 What We Do Section
/-----------------------------------------*/
.ServiceWhatWE-do {
  overflow-x: hidden;
  position: relative;
}

.what-we-doContent .secTitle {
  margin-bottom: 0px;
}

.what-we-doContent .secSubTitle {
  padding: 0 0 0 4px;
  margin: 0 0 20px;
}

.iconBox03-Row {
  margin-top: -3px;
}

.iconBox03 {
  margin-top: 52px;
}

.iconBox03-icon {
  width: 73px;
  height: 75px;
  background: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  box-shadow: 0px 0px 35px 0px rgba(212, 209, 208, 0.47);
  margin: 0 0 30px;
}

.iconBox03-icon img {
  width: 42px;
  height: 42px;
}

.iconBox03-icon i {
  font-size: 42px;
  color: #1c2035;
}

.iconBox03-icon .marketing-mail-icon {
  font-size: 43px;
  position: relative;
  left: 4px;
}

.iconBox03 h3 {
  font-size: 24px;
  margin-bottom: 17px;
  color: #1c2035;
  font-weight: 700;
}

.iconBox03 p {
  font-size: 16px;
  line-height: 32px;
  max-width: 294px;
  margin: 0 0 23px;
  width: 100%;
  font-weight: 400;
  color: rgba(28, 32, 53, 0.8);
}

.iconBox03 .iconB03-cnt-marketing {
  font-size: 47px;
}

span.iconBox03-righ-arrow {
  display: inherit;
  height: 18px;
}

.iconBox03-righ-arrow i {
  font-size: 29px;
  line-height: 18px;
  position: relative;
  left: 1px;
  color: #01050c;
  -webkit-transition: all ease 350ms;
  transition: all ease 350ms;
}

.iconBox03-righ-arrow a {
  display: inline-block;
}

.iconBox03-righ-arrow a:hover i {
  color: #3482fe;
  left: 4px;
}

.serviceR01-iconbox03-col {
  padding: 0 12px 0 20px;
}

.service01E-iconbox03-col .iconBox03 h3 {
  margin-bottom: 18px;
}

.service01E-iconbox03-col .iconBox03 p {
  margin-bottom: 41px;
}

.what-we-doImage {
  position: relative;
  padding: 33px 27px 32px;
  border-radius: 30px;
  z-index: 3;
}

.what-we-doImage:after {
  position: absolute;
  content: "";
  bottom: 32px;
  right: -92%;
  height: 277px;
  width: 285px;
  background-image: url(../images/home1/round-dot-shap.png);
  z-index: -1;
  background-repeat: no-repeat;
  -webkit-animation: shake 12s infinite both;
  animation: shake 12s infinite both;
}

.what-we-doImage:before {
  position: absolute;
  content: "";
  top: 9px;
  left: -2px;
  width: 12px;
  height: 164px;
  background-color: #3482ff;
}

.what-we-doImage img {
  border-radius: 5px;
  position: relative;
}

.digital-solution-expertise {
  width: 267px;
  height: 284px;
  background: #3482ff;
  background-image: url(../images/shape/H-expertise-bg-shape2.png);
  background-repeat: no-repeat;
  background-size: initial;
  background-position: center center;
  text-align: center;
  padding: 25px 30px;
  border-radius: 3px;
  position: absolute;
  bottom: 0;
  left: -62px;
}

.digital-solution-expertise h5 {
  font-size: 15px;
  line-height: 42px;
  color: #ffffff;
  font-weight: 500;
  font-family: "Kumbh Sans", sans-serif;
  margin-bottom: 3px;
}

.digital-solution-expertise h3 {
  font-size: 36px;
  line-height: 42px;
  color: #ffffff;
  margin-bottom: 31px;
}

.what-WeDo-column {
  position: relative;
  padding-left: 66px;
}

.what-we-doImage-bg-overlya {
  position: absolute;
  top: 0;
  left: 0;
  width: 500%;
  height: 100%;
  border-radius: 30px 0 0 30px;
  background: #f3f7fc;
  z-index: 1;
  margin-left: 66px;
}

/*-----------------------------------------
/  05. Trusted partners Section
/-----------------------------------------*/
.trusted-partners .secTitle {
  text-align: center;
}

.trusted-partners-items {
  display: block;
  padding: 0;
  background: #f7f6f6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.trusted-partners-items img {
  max-width: 100%;
  height: auto;
}

.trusted-partnersCarousel {
  margin: 68px 0 121px;
}

.trusted-partnersCarousel.owl-carousel .owl-item img {
  width: auto;
}

/*-----------------------------------------
/  06. Service and Service Details
/-----------------------------------------*/
.hm1-ServiceSection {
  position: relative;
  z-index: 9;
  margin-top: -218px;
  overflow-x: hidden;
}

.iconBox01 {
  background-color: #fff;
  border-radius: 3px;
  position: relative;
  overflow: hidden;
  padding: 59px 30px 44px;
  text-align: center;
  margin-bottom: 30px;
}

.iconBox01:after {
  position: absolute;
  content: "";
  bottom: -203px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 246px;
  height: 238px;
  border-radius: 50%;
  transition: all ease 350ms;
  -moz-transition: all ease 350ms;
  -webkit-transition: all ease 350ms;
  background-color: #fbf7f4;
}

.iconBox01:hover:after {
  background-color: #e9eff8;
}

.iconBox01 span {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background-color: #e9eff8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
  margin-bottom: 41px;
}

.iconBox01 span i.web-dev-code {
  border: 3px solid #01020f;
  border-radius: 20px;
  width: 47px;
  height: 44px;
  font-size: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.iconBox01 img {
  width: 49px;
  height: auto;
}

.iconBox01 img.presentation-img {
  width: 53px;
}

.iconBox01 h3 {
  margin-bottom: 24px;
  font-size: 26px;
  line-height: 26px;
  color: #1c2035;
  transition: all ease 350ms;
  -moz-transition: all ease 350ms;
  -webkit-transition: all ease 350ms;
}

.iconBox01 h3 a {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  display: inline-block;
}

.iconBox01 h3 a:hover {
  color: #005cff;
}

.iconBox01 p {
  font-size: 18px;
  line-height: 32px;
  font-weight: 400;
  color: rgba(28, 32, 53, 0.8);
}

.iconBox01 .code-svgrepo_icon {
  width: 47px;
  height: 44px;
}

.iconBox05 {
  box-shadow: 0px 0px 28px 0px rgba(202, 201, 201, 0.35);
  padding: 63px 30px 62px;
  border-radius: 5px;
  text-align: center;
  background: #ffffff;
  margin-bottom: 30px;
  transition: all ease 350ms;
  -moz-transition: all ease 350ms;
  -webkit-transition: all ease 350ms;
}

.iconBox05:hover {
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
  box-shadow: 0px 0px 56px 0px rgb(202 201 201 / 65%);

  transition: all ease 350ms;
  -moz-transition: all ease 350ms;
  -webkit-transition: all ease 350ms;
}

.Service02-Section .secTitle {
  color: #140e25;
}

.home2ServiceItem {
  margin-top: 60px;
}

.iconBox05 > span {
  width: 81px;
  height: 81px;
  border-radius: 50%;
  background: #140e25;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 19px;
  -webkit-transition: all ease 350ms;
  transition: all ease 350ms;
}

.iconBox05:hover > span {
  background: #3482ff;
}

.anmo-bullseye-dart-goal-svgrepo-com:before {
  color: #fff;
}

.iconBox05 i {
  color: #fff;
  font-size: 41px;
}

.iconBox05 i.bullseye-dart-goal {
  color: #fff;
  font-size: 45px;
}

.iconBox05 i.an-graphic-design {
  color: #fff;
  font-size: 48px;
}

.iconBox05 img {
  width: 35px;
}

.iconBox05 .presentation-white-icon {
  width: 44px;
}

.iconBox05 h3 {
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 16px;
  font-weight: 700;
  color: #140e25;
}

.iconBox05 p {
  font-size: 16px;
  line-height: 32px;
  margin: 0 0 17px;
}

.iconBox05 .hm2-ServiceRdMore {
  font-size: 16px;
  line-height: 32px;
  color: #140e25;
  font-weight: 600;
  position: relative;
  -webkit-transition: all ease 350ms;
  transition: all ease 350ms;
  padding: 0px 5px 0px 6px;
  display: inline-block;
  text-transform: capitalize;
}

.iconBox05 .hm2-ServiceRdMore:after {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #140e25;
  -webkit-transition: all ease 350ms;
  transition: all ease 350ms;
}

.iconBox05 .hm2-ServiceRdMore:hover {
  color: #005cff;
}

.iconBox05 .hm2-ServiceRdMore:hover:after {
  background: #005cff;
}

.MainService-section .secSubTitle {
  font-size: 16px;
  margin: 0 0 27px;
}

.iconBox06,
.iconBox05.iconBox06 {
  padding: 39px 25px 27px;
  margin: 0 0 30px;

  transition: all ease 350ms;
  -moz-transition: all ease 350ms;
  -webkit-transition: all ease 350ms;
}

.iconBox06:hover {
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
  box-shadow: 0px 0px 56px 0px rgb(202 201 201 / 65%);

  transition: all ease 350ms;
  -moz-transition: all ease 350ms;
  -webkit-transition: all ease 350ms;
}

.iconBox06 h3 {
  margin: 0 0 9px;
}

.iconBox06 i {
  font-size: 45px;
}

.iconBox06 img {
  width: 46px;
}

.iconBox06 span.svIb-01 {
  background: -webkit-linear-gradient(left, #8a67fb 0%, #fadbe4 100%);
  background: linear-gradient(to right, #8a67fb 0%, #fadbe4 100%);
}

.iconBox06 span.svIb-02 {
  background: -webkit-linear-gradient(left, #f79b4a 0%, #f5b89a 100%);
  background: linear-gradient(to right, #f79b4a 0%, #f5b89a 100%);
}

.iconBox06 span.svI02 i {
  font-size: 40px;
}

.iconBox06 span.svIb-03 {
  background: -webkit-linear-gradient(left, #67dafb 0%, #a8cce3 100%);
  background: linear-gradient(to right, #67dafb 0%, #a8cce3 100%);
}

.iconBox06 span.svI03 i {
  font-size: 39px;
}

.iconBox06 span.svI05 i {
  font-size: 50px;
}

.iconBox06 span.svIb-04 {
  background: -webkit-linear-gradient(left, #e45b5b 0%, #f67c7c 100%);
  background: linear-gradient(to right, #e45b5b 0%, #f67c7c 100%);
}

.service-itemsRow {
  padding: 61px 0 0;
}

.service-itemsRowv2 {
  padding: 60px 0 0;
}

.service-itemsRow .iconBox06 h3 {
  font-size: 24px;
  font-weight: 700;
  color: #140e25;
  line-height: 32px;
}

.service-itemsRow .iconBox06 h3 a {
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  line-height: inherit;
  -webkit-transition: all ease 350ms;
  transition: all ease 350ms;
}

.service-itemsRow .iconBox06 h3 a:hover {
  color: #3482fe;
}

/* --- service V2 --- */
.MainServicev2-section .iconBox05 {
  margin: 0 0 30px;
}

.MainServicev2-section .secSubTitle {
  margin: 0 0 21px;
}

/* --- service V3 --- */
.serviceBox01.iconBox01 {
  box-shadow: 0px 0px 28px 0px rgb(202 201 201 / 35%);
  margin: 0 0 30px;

  transition: all ease 350ms;
  -moz-transition: all ease 350ms;
  -webkit-transition: all ease 350ms;
}

.serviceBox01.iconBox01:hover {
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
  box-shadow: 0px 0px 56px 0px rgb(202 201 201 / 35%);

  transition: all ease 350ms;
  -moz-transition: all ease 350ms;
  -webkit-transition: all ease 350ms;
}

.serviceBox01.iconBox01 i {
  color: #01020f;
}

.serviceBox01.iconBox01 .anmo-business-management-stamp-svgrepo-com {
  font-size: 52px;
}

.serviceBox01.iconBox01 .anmo-ecommerce-shop-transaction-svgrepo-com {
  font-size: 53px;
}

.serviceBox01.iconBox01 img.presentation-img {
  width: 47px;
}

/* --- Service Details --- */
.sdb-widget {
  background: #f4f3f9;
  padding: 50px 44px 42px 43px;
  position: relative;
  margin: 0 0 40px;
  z-index: 2;
  overflow: hidden;
}

.sdb-widget:last-child {
  margin-bottom: 0px;
}

.sdb-widget:before {
  position: absolute;
  content: "";
  top: 61px;
  left: 62px;
  width: 287px;
  height: 339px;
  background: url(../images/shape/service-details-item.html) no-repeat scroll;
  background-size: contain;
  background-position: center center;
  z-index: -1;
  mix-blend-mode: overlay;
}

.sdb-widgetTitle {
  font-size: 24px;
  line-height: 26px;
  color: #140e25;
  margin: 0 0 16px;
}

.serviceCat-menuContent,
.blogCat-menuContent {
  position: relative;
}

.serviceCat-menuContent ul,
.blogCat-menuContent ul {
  margin: 0;
  padding: 0;
}

.serviceCatItems,
.blogCatItem {
  position: relative;
}

.serviceCat-menuContent ul li,
.blogCat-menuContent ul li {
  border-bottom: 1px solid #ede6f1;
  position: relative;
  -webkit-transition: all ease 360ms;
  transition: all ease 360ms;
  overflow: hidden;
  padding: 0;
}

.serviceCat-menuContent ul li a,
.blogCat-menuContent ul li a {
  padding: 17px 36px 17px 0;
  display: block;
  width: 100%;
  font-size: 15px;
  line-height: 26px;
  color: #1c2035;
  font-weight: 500;
  -webkit-transition: all ease 360ms;
  transition: all ease 360ms;
  border-radius: 2px;
  position: relative;
}

.serviceCat-menuContent ul li a span,
.blogCat-menuContent ul li a span {
  display: inline-block;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
}

.serviceCat-menuContent ul li a i,
.blogCat-menuContent ul li a i {
  position: absolute;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #ffffff;
  text-align: center;
  line-height: 36px;
  top: 13px;
  left: -50px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  color: #3482ff;
  font-size: 15px;
  visibility: hidden;
  -webkit-transition: all ease 360ms;
  transition: all ease 360ms;
}

.serviceCat-menuContent ul li:hover a,
.blogCat-menuContent ul li:hover a,
.serviceCat-menuContent ul li.serviceCatItems a.active,
.blogCat-menuContent ul li.blogCatItem a.active {
  padding-left: 58px;
  background: #3482ff;
  color: #fff;
}

span.tCat {
  position: absolute;
  right: 19px;
  top: 18px;
}

.serviceCat-menuContent ul li:hover a span,
.blogCat-menuContent ul li:hover a span,
.serviceCat-menuContent ul li.serviceCatItems a.active span,
.blogCat-menuContent ul li.blogCatItem a.active span {
  color: inherit;
}

.serviceCat-menuContent ul li:hover i,
.blogCat-menuContent ul li:hover i,
.serviceCat-menuContent ul li.serviceCatItems a.active i,
.blogCat-menuContent ul li.blogCatItem a.active i {
  left: 9px;
  visibility: visible;
}

.sdb-QuickEmail {
  padding: 43px 44px 44px 43px;
  background: #f4f3f9;
  position: relative;
  overflow: hidden;
}

.sdb-QuickEmail:before {
  position: absolute;
  content: "";
  top: -59px;
  left: 62px;
  width: 287px;
  height: 339px;
  background: url(../images/shape/service-details-item.html) no-repeat scroll;
  background-size: contain;
  background-position: center center;
}

.sdb-QuickEmail-content {
  margin: 35px 0 0;
  position: relative;
}

.sdb-quickEmail-imgThumb {
  position: relative;
}

.sdb-quickEmail-imgThumb img {
  width: 100%;
  height: auto;
}

.sdb-quickemail-text {
  padding: 39px 21px 34px;
  text-align: center;
  background: #c8bdf3;
  background: -webkit-linear-gradient(-45deg, #c8bdf3 0%, #3482ff 100%);
  background: -webkit-linear-gradient(315deg, #c8bdf3 0%, #3482ff 100%);
  background: linear-gradient(135deg, #c8bdf3 0%, #3482ff 100%);

  color: #ffffff;
}

.sdb-quickemail-text h3 {
  color: #ffffff;
  font-size: 28px;
  line-height: 36px;
  margin: 0 0 12px;
  font-weight: 500;
}

.sdb-quickemail-text h5 {
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
  line-height: 30px;
  font-weight: 600;
  font-family: "Kumbh Sans", sans-serif;
  margin: 0 0 0px;
}

.sdb-quickemail-text a {
  color: #ffffff;
  font-size: 20px;
  line-height: 36px;
  font-weight: 600;
  display: inline-block;
  font-family: "Kumbh Sans", sans-serif;
  margin: -4px 0 0;
}

.sdb-quickemail-text a:hover {
  color: #f79e52;
}

.srv-DetailsMain-content {
  position: relative;
}

.srv-DetailsTitle {
  font-size: 43px;
  line-height: 1;
  color: #140e25;
  margin: -2px 0 29px;
}

.srv-DetailsDesc {
  margin: 0 0 19px;
}

.srv-lg-Thumbnail {
  margin: 45px 0 0;
  position: relative;
  z-index: 3;
  overflow: hidden;
}

.srv-lg-Thumbnail img {
  width: 100%;
  height: auto;
}

.detailsSec-subTitle {
  font-size: 24px;
  line-height: 32px;
  color: #140e25;
}

.digital-strategyTitle {
  margin: 61px 0 20px;
}

.digital-strategyListRow {
  margin-top: 39px;
}

.core-creativeTitle {
  margin: 40px 0 19px;
}

.srv-ProcessList {
  position: relative;
}

.srv-ProcessList ul {
  margin: 0;
  padding: 0 0 0 4px;
}

.srv-ProcessListLeft ul {
  padding: 0;
}

.srv-ProcessList ul li {
  padding: 0 0 0 32px;
  position: relative;
  font-size: 18px;
  line-height: 32px;
  margin: 0 0 12px;
}

.srv-ProcessList ul li i {
  position: absolute;
  left: 1px;
  top: 8px;
  font-size: 17px;
  color: #3b85fe;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.srv-Process-smThumb {
  margin-right: 23px;
}

.srv-coreProcess_row {
  padding: 38px 0 0;
}

.srv-coreProcess-Innerdesc {
  margin: -8px 0 36px;
}

.core-CreativeProcessList ul li {
  color: #1c2035;
  margin: 0 0 7px;
}

.srv-coreProcess_row ul li i {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  font-size: 21px;
  top: 7px;
  left: 2px;
}

.solution-List02Right {
  padding-left: 13px;
}

.solution-List02Left ul {
  padding-left: 2px;
}

.case-Statuslist .case_statusUlLeft {
  padding: 0px;
}

.case-Statuslist .case_statusUlRight {
  padding-left: 37px;
}

/*-----------------------------------------
  /  07. Agency-icon Card Section
  /-----------------------------------------*/
.iconBox04 {
  background-color: #333e4f;
  border-radius: 3px;
  padding: 42px 28px 36px 148px;
  position: relative;
}

.iconBox042nd-card {
  padding: 42px 28px 36px 162px;
}

.iconBox042nd-card .iconBox04-icon {
  left: 42px;
}

.iconBox04-icon {
  width: 96px;
  height: 107px;
  border-radius: 20px;
  background-color: #f8a562;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 42px;
  left: 28px;
  transition: all ease 350ms;
  -moz-transition: all ease 350ms;
  -webkit-transition: all ease 350ms;
}

.iconBox04:hover .iconBox04-icon {
  background-color: #1e95ff;
}

.iconBox04-icon img {
  width: 50px;
  height: 52px;
}

.iconBox04 h3 {
  font-size: 26px;
  color: #ffffff;
}

.iconBox04 p {
  font-size: 16px;
  line-height: 32px;
  color: #ffffff;
  margin-bottom: 0px;
}

.iconBox04-icon img.file-interface-icon {
  width: 63px;
  height: auto;
}

/*-----------------------------------------
  /  08. Project & Project Details
  /-----------------------------------------*/
.prj-ProcessDetails {
  position: relative;
}

.projectSection01 {
  overflow: hidden;
}

.project01-SectionTitle {
  text-align: center;
  position: relative;
}

.projectSection01 .secSubTitle {
  margin-bottom: 23px;
}

.projectSection01 .secTitle {
  position: relative;
  color: #ffffff;
  line-height: 65px;
}

.project01-SectionTitle .secTitle:after {
  position: absolute;
  content: "";
  top: 0;
  right: -65px;
  width: 144px;
  height: 50px;
  background: url("../images/home1/Red-rectangle-shape.png") no-repeat scroll 0
    0 / cover;
  background-position: center;
}

.project-single-item {
  position: relative;
  margin-bottom: 30px;
  -webkit-transition: all ease 350ms;
  transition: all ease 350ms;
}

.project01-thumbnail {
  width: 100%;
  height: auto;
  overflow: hidden;
  -webkit-transition: all ease 350ms;
  transition: all ease 350ms;
  position: relative;
}

.project01-thumbnail img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all ease 350ms;
  transition: all ease 350ms;
}

.project-single-item:hover .project01-thumbnail img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.project01-desc {
  background-color: #ffffff;
  padding: 26px 10px 19px 131px;
  position: relative;
  z-index: 2;
}

.project01-desc h3 {
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 0px;
  font-weight: 700;
  color: #1c2035;
}

.project01-desc h3 a {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  -webkit-transition: all ease 350ms;
  transition: all ease 350ms;
}

.project01-desc h3 a:hover {
  color: #3482fe;
}

.project01-desc span {
  position: absolute;
  bottom: 0px;
  left: 0px;
  background-color: #000000;
  border-radius: 0px 10px 0px 0px;
  display: inline-block;
  font-size: 60px;
  line-height: 44px;
  font-family: "Heebo", sans-serif;
  padding: 39px 14px 42px 21px;
  font-weight: 700;
  -webkit-text-stroke: 1px #ffffff;
}

.project01-desc .pj-category {
  font-size: 16px;
  line-height: 30px;
  color: #f8a562;
  transition: all ease 350ms;
  -moz-transition: all ease 350ms;
  -webkit-transition: all ease 350ms;
  display: inline-block;
}

.project01-desc .pj-category:hover {
  color: #3482fe;
}

.showAll-projects-btn {
  margin-top: 64px;
  text-align: center;
}

.showAll-projecths-shape {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
}

.showAll-projecths-shape:before {
  position: absolute;
  content: "";
  top: 5.6px;
  right: 90%;
  width: 252px;
  height: 52px;
  background: url(../images/home1/projectbtn-left-shap.png) no-repeat scroll 0 0 /
    contain;
  -webkit-animation: shake 22s infinite both;
  animation: shake 22s infinite both;
}

.showAll-projecths-shape:after {
  position: absolute;
  content: "";
  top: 5.6px;
  left: 102%;
  width: 252px;
  height: 52px;
  background: url(../images/home1/projectbtn-rightt-shap.png) no-repeat scroll 0
    0 / contain;
  -webkit-animation: shake 22s infinite both;
  animation: shake 22s infinite both;
}

/* --- Home2 projects --- */
.project02-thumbnail {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.project02-thumbnail img {
  -webkit-transition: all ease 360ms;
  transition: all ease 360ms;
}

.projectSection02 .secTitle {
  line-height: 65px;
}

.projectSection02 .secSubTitle {
  margin-bottom: 19px;
  padding-left: 4px;
}

.project02-GetStarted p {
  margin-bottom: 23px;
}

.project02-items-row {
  margin-top: 68px;
}

.Project03-item:hover .project02-thumbnail img,
.project02-single-item:hover .project02-thumbnail img {
  -webkit-transform: rotate(2deg) scale(1.06);
  transform: rotate(2deg) scale(1.06);
}

.project02-thumbnail img {
  width: 100%;
}

.project02-desc {
  padding: 35px 32px 30px;
  background: #ffffff;
  box-shadow: 0px 0px 40px 0px rgba(207, 205, 208, 0.46);
  border-left: 1px solid #3482fe;
  position: relative;
  -webkit-transition: all ease 350ms;
  transition: all ease 350ms;
  overflow: hidden;
  z-index: 1;
}

.project02-desc:before {
  position: absolute;
  content: "";
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: #3482fe;
  visibility: hidden;
  -webkit-transition: all ease 350ms;
  transition: all ease 350ms;
  z-index: -1;
}

.project02-single-item:hover .project02-desc:before {
  left: 0;
  visibility: visible;
}

.project02-single-item:hover .project02-desc h3 a,
.project02-single-item:hover .pjMeta span a,
.project02-single-item:hover .pjMeta span {
  color: #ffffff;
}

.project02-desc h3 {
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 0px;
}

.project02-desc h3 a {
  color: #1c2035;
}

.project02-single-item .project02-desc h3 a:hover {
  color: #f79e52;
}

.pjMeta {
  position: relative;
}

.pjMeta span {
  position: relative;
  -webkit-transition: all ease 350ms;
  transition: all ease 350ms;
  color: rgba(28, 32, 53, 0.8);
}

.pjMeta span a {
  font-size: 16px;
  color: rgba(28, 32, 53, 0.8);
  font-weight: 400;
  line-height: 30px;
  -webkit-transition: all ease 350ms;
  transition: all ease 350ms;
  display: inline-block;
}

.project02-single-item .pjMeta span a:hover {
  color: #f79e52;
}

.project02-GetStarted .anmoBTN3-Dark {
  line-height: 59px;
}

.anmoBTN3-Dark {
  color: #1c2035;
  -webkit-transition: all ease 350ms;
  transition: all ease 350ms;
  position: relative;
  border-color: #1c2035;
}

.anmoBTN3-Dark:after {
  color: #fff;
  border-color: #3482ff;
  background: #3482ff;
}

.anmoBTN3-Dark:hover:before {
  left: 0px;
}

.project02-GetStarted {
  padding: 2px 0 0 83px;
}

/* --- Project Page --- */
.Project03-item {
  margin: 0 0 32px;
}

.Project03-item .project02-thumbnail,
.Project03-item .project02-thumbnail img {
  border-radius: 5px;
}

.project03-desc .anmoBTN01 {
  min-width: 130px;
  height: 35px;
  line-height: 34px;
  font-size: 15px;
  background: #3482ff;
  padding: 0 10px;
  position: relative;
  z-index: 2;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.project03-desc .anmoBTN01:after {
  background: #f79e52;
}

.project03-desc h3 {
  line-height: 32px;
}

.project03-desc h3 a {
  -webkit-transition: all ease 350ms;
  transition: all ease 350ms;
}

.project03-desc h3 a:hover {
  color: #005cff;
}

.project03-desc {
  padding: 32px 29px 33px;
  margin: 0 29px;
  margin-top: -74px;
  background: #ffffff;
  box-shadow: -8px 1px 21px 0px rgba(213, 212, 212, 0.45);
  position: relative;
  z-index: 5;
  border: 0px;
}

.ProjectMain-section .project03-desc:before {
  display: none;
}

.project03-desc p {
  margin: 3px 0 31px;
  font-size: 16px;
  line-height: 1;
}

.ProjectMainV2 .project01-desc {
  margin: 0 0 30px;
}

.project02-single-item {
  margin-bottom: 30px;
}

/* --- project details --- */
.case-Statuslist ul.case_statusUL li i {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  color: inherit;
  font-size: 21px;
  top: 6px;
}

.row.case-Statuslist-Row {
  margin-top: 29px;
}

.case-Statuslist {
  margin: 0 0 38px;
}

div.case-Statuslist ul li {
  margin: 0 0 7px;
  padding: 0 0 0 28px;
}

.pj-dIconBox01 {
  padding: 0 0 0 89px;
}

.pj-dIconBox01 .iconBox02-icon {
  width: 69px;
  height: 69px;
}

.pj-dIconBox01 span i {
  width: 28px;
  height: 27px;
  background: #fff;
  font-size: 12px;
  color: #f79e52;
  text-align: center;
  line-height: 28px;
  font-weight: 700;
  position: relative;
  -webkit-transition: all ease 350ms;
  transition: all ease 350ms;
}

.solutions-List-Row .srv-ProcessList ul li {
  padding: 0 0 0 31px;
}

h3.case_challenges-subtitle {
  margin: 37px 0 19px;
}

.pj-dIconBox01 .iconBox02-icon:hover i {
  color: #1e95ff;
}

.pj-dIconBox01 h3 {
  font-size: 20px;
  line-height: 32px;
  font-weight: 500;
  font-family: "Kumbh Sans", sans-serif;
  margin: 0 0 13px;
}

.pj-dIconBox01 p {
  font-size: 15px;
  line-height: 32px;
  font-weight: 400;
}

.pdcontactBTN .anmoBTN3 {
  border-color: #1c2035;
  color: #000;
  width: 283px;
  height: 50px;
  line-height: 46px;
  font-size: 15px;
  font-weight: 500;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.pdcontactBTN .anmoBTN3:hover {
  border-color: #3482ff;
  color: #fff;
}

.pdcontactBTN .anmoBTN3:after {
  -webkit-transition: all 0.55s ease 0s;
  transition: all 0.55s ease 0s;
}

.pd-IconBox-Row {
  margin-top: 59px;
}

h3.solutions-subTitle-Row {
  margin: 10px 0 19px;
}

.solutions-List-Row {
  padding: 18px 0 52px;
}

.pdetails-info-item h4 {
  font-size: 16px;
  line-height: 26px;
  color: #1c2035;
  font-weight: 500;
  font-family: "Kumbh Sans", sans-serif;
  margin: 0;
}

.pdetails-info-item p {
  font-size: 15px;
  line-height: 26px;
  margin: -3px 0 0;
}

.pdetails-info-item {
  margin: 0 0 19px;
}

.pdetails-info-item:last-child {
  margin: 0 0 14px;
}

.pdetails-info-Link a {
  font-size: 15px;
  line-height: 26px;
  color: rgba(28, 32, 53, 0.8);
}

.pdetails-info-Link a:hover {
  color: #3482ff;
}

.sdb-widget.project-Info:before {
  top: 2px;
  left: 49px;
}

h3.case-status-subTittle {
  margin: -3px 0 20px;
}

.projectGallery {
  margin: 0 0 75px;
  position: relative;
}

.projectGallery2 {
  margin: 0 0 75px;
  position: relative;
}

.prj-lg-Thumbnail {
  position: relative;
  z-index: 3;
  overflow: hidden;
}

.prj-lg-Thumbnail img {
  width: 100%;
  height: auto;
}

.projectGallery.owl-carousel .owl-nav button,
.projectGallery2.owl-carousel .owl-nav button {
  position: absolute;
  left: 15px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  border: none;
  border-radius: 0;
  background: rgba(255, 255, 255, 0.15);
  font-size: 22px;
  color: #3482ff;
  text-align: center;
  line-height: 72px;
  width: 70px;
  height: 70px;

  transition: all ease 350ms;
  -moz-transition: all ease 350ms;
  -webkit-transition: all ease 350ms;
}

.projectGallery.owl-carousel .owl-nav button:hover,
.projectGallery2.owl-carousel .owl-nav button:hover {
  background: #3482ff;
  color: #fff;
}

.projectGallery.owl-carousel .owl-nav button.owl-prev,
.projectGallery2.owl-carousel .owl-nav button.owl-prev {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.projectGallery.owl-carousel .owl-nav button.owl-next,
.projectGallery2.owl-carousel .owl-nav button.owl-next {
  left: auto;
  right: 15px;
}

/*-----------------------------------------
/  09. Testimonial Section
/-----------------------------------------*/
.Testimonial01-area .secSubTitle {
  margin: 0 0 23px;
  font-size: 16px;
}

.Testimonial01-area .secTitle {
  margin-bottom: 57px;
  position: relative;
}

.Testimonial01-area h5,
.Testimonial01-area h2 {
  text-align: center;
}

.Testimonial01-area .secTitle:after {
  position: absolute;
  content: "";
  top: 75px;
  right: -60px;
  width: 14px;
  height: 14px;
  background-image: url(../images/home1/Plus-img.png);
  background-repeat: no-repeat;
  -webkit-animation: tada 3s infinite both;
  animation: tada 3s infinite both;
}

.testimonial-item {
  box-shadow: 0px 0px 35px 0px rgba(222, 214, 212, 0.35);
  padding: 19px 25px 33px;
  text-align: center;
  border-radius: 10px;
  background-color: #ffffff;
}

.testimonialCarousel.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin: 50px 0;
}

.testimonial-quote {
  width: 35px;
  height: 35px;
  background: #3482ff;
  display: inline-block;
  text-align: center;
  line-height: 35px;
  border-radius: 50%;
  -webkit-transform: translateY(-34px);
  transform: translateY(-34px);
  color: #ffffff;
  font-size: 22px;
}

.testimonialCarousel .testimonial-item img {
  width: 80px !important;
  height: 80px;
  border-radius: 50%;
  margin: 0 auto;
  margin-bottom: 14px;
}

.testimonialCarousel .testimonial-item .testimonial-desc {
  margin-bottom: 29px;
  font-size: 18px;
  line-height: 32px;
  font-weight: 400;
  color: rgba(31, 11, 6, 0.8);
}

.testimonialCarousel .testimonial-item h3 {
  font-size: 24px;
  margin-bottom: 0px;
  line-height: 27px;
  color: #1c2035;
}

.testimonialCarousel .testimonial-item .designation {
  font-size: 15px;
  line-height: 23px;
  margin-bottom: 0px;
}

.testimonialCarousel .testimonial-rating i {
  font-size: 14px;
}

.testimonialCarousel.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 0px;
}

.testimonialCarousel.owl-theme .owl-dots .owl-dot span {
  width: 23px;
  height: 5px;
  margin: 0px 4px;
  background: #eee9e9;
  border-radius: 2.5px;
}

.testimonialCarousel.owl-theme .owl-dots .owl-dot.active span {
  background: transparent;
  border: 2px solid #3482ff;
  height: 6px;
}

.testimonialCarousel.owl-theme .owl-dots .owl-dot:hover span {
  background: #3482ff;
}

.testimonialCarousel.owl-theme .owl-dots .owl-dot.active span {
  width: 35px;
}

.testimonialCarousel01Wrap {
  padding: 0 60px;
  margin: 0 -60px;
  overflow: hidden;
}

.testimonialCarousel01Wrap .owl-carousel .owl-stage-outer {
  overflow: visible;
}

.testimonialCarousel .owl-item {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.testimonialCarousel .owl-item.active {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-transition: opacity 300ms;
  transition: opacity 300ms;
}

.testimonialCarousel.owl-carousel .owl-stage-outer .owl-item.active {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  pointer-events: auto;
  cursor: pointer;
  visibility: visible;
}

.testimonialCarousel.owl-carousel .owl-stage-outer .owl-stage {
  cursor: none;
  pointer-events: none;
}

/* --- home2 Testimonial --- */
.Testimonail02-area {
  overflow: hidden;
}

.testimonialCarousel02Wrap {
  padding: 0 30px;
  margin: 0 -30px;
  overflow: hidden;
}

.testimonialCarousel02Wrap .owl-carousel .owl-stage-outer {
  overflow: visible;
}

.testimonialCarousel01Wrap
  .testimonialCarousel01.owl-carousel
  .owl-stage-outer
  .owl-stage,
.testimonialCarousel02Wrap
  #TeamCarousel2.owl-carousel
  .owl-stage-outer
  .owl-stage {
  cursor: none;
  pointer-events: none;
}

.testimonialCarousel01Wrap
  .testimonialCarousel01.owl-carousel
  .owl-stage-outer
  .owl-item.active,
.testimonialCarousel02Wrap
  #TeamCarousel2.owl-carousel
  .owl-stage-outer
  .owl-item.active {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  pointer-events: auto;
  cursor: pointer;
  visibility: visible;
}

.testimonialCarousel01 .owl-item.active,
#TeamCarousel2 .owl-item.active {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-transition: opacity 300ms;
  transition: opacity 300ms;
}

/* --- testimonial page --- */
.testimonialNO-gb {
  background: #ffffff;
  background-image: none;
  padding: 115px 0 142px;
}

.testimonialNO-gb:after,
.testimonialNO-gb:before {
  display: none;
}

.testimonialNO-gb .testimonial-item {
  padding: 35px 50px 61px;
}

.testimonialNO-gb .testimonial-quote {
  -webkit-transform: translateY(-51px);
  transform: translateY(-51px);
}

.testimonialNO-gb .testimonial-item .testimonial-desc {
  margin: 0 0 37px;
}

.testimonialNO-gb .testimonial-item .designation {
  margin: 0 0 1px;
}

.testimonial-rating {
  position: relative;
}

.testimonialNO-gb .testimonial-rating {
  margin: 1px 0 0;
}

.testimonialCarouselP-01.owl-carousel.owl-drag .owl-item {
  margin: 50px 0 44px;
}

/*-----------------------------------------
/  10.  Free Consulation Section
/-----------------------------------------*/
.Free-consulation-section .secTitle {
  margin-bottom: 46px;
}

.Free-consulation-section .secSubTitle {
  font-size: 16px;
}

.Free-consulation-section .secDesc {
  line-height: 34px;
  margin: 0 0 44px;
}

.consulation-processing-timer {
  padding: 10px 0;
}

.consulation-content {
  padding-top: 51px;
}

.consulation-timer {
  font-size: 74px;
  font-weight: 700;
  font-family: "Kumbh Sans", sans-serif;
  color: #3482ff;
  margin-bottom: 6px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.consulation-timer span {
  font-size: inherit;
  line-height: inherit;
}

.consulation-processing h3 {
  font-size: 18px;
  font-weight: 700;
  font-family: "Kumbh Sans", sans-serif;
  margin-bottom: 0px;
  padding-left: 12px;
  color: #1c2035;
}

.call-Accuracy-Counter {
  margin-left: -17px;
}

.Free-Consulation {
  background: #ffffff;
  border-radius: 5px;
  box-shadow: 0px 0px 75px 0px rgba(206, 206, 207, 0.35);
  padding: 52px 57px 62px;
  margin: 0 15px 0 0;
  width: 100%;
}

.Free-Consulation h2 {
  font-size: 36px;
  font-weight: 500;
  margin-bottom: 27px;
  line-height: 60px;
}

.Free-Consulation form input {
  font-size: 15px;
  font-weight: 400;
  color: rgba(28, 32, 53, 0.8);
  font-family: "Kumbh Sans", sans-serif;
  padding: 15px 19px;
  height: 55px;
  border: 1px solid #eaebf1;
  outline: none;
  border-radius: 4px;
  background: #fbfdff;
  line-height: 55px;
}

.Free-Consulation form textarea {
  font-size: 15px;
  font-weight: 400;
  color: rgba(28, 32, 53, 0.8);
  font-family: "Kumbh Sans", sans-serif;
  border: 1px solid #eaebf1;
  outline: none;
  border-radius: 4px;
  background: #fbfdff;
}

.Free-Consulation form input::-moz-placeholder {
  color: rgba(28, 32, 53, 0.8);
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.Free-Consulation form input::-ms-input-placeholder {
  color: rgba(28, 32, 53, 0.8);
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.Free-Consulation form input::-webkit-input-placeholder {
  color: rgba(28, 32, 53, 0.8);
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.Free-Consulation form input.reqError,
.Free-Consulation form textarea.reqError {
  border-color: #f00;
}

.Free-Consulation form button[type="submit"] {
  border: none;
  outline: none;
  border-radius: 4px;
  height: 55px;
  color: #ffffff;
  text-transform: capitalize;
  font-weight: 500;
  line-height: 55px;
  font-family: "Kumbh Sans", sans-serif;
  font-size: 16px;
  background: #005cff;
}

.Free-Consulation form button[type="submit"]:after {
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.Free-Consulation form button[type="submit"]:hover:after {
  background: #f79e52;
}

.anSelect {
  position: relative;
  width: 100%;
  height: 55px;
  margin: 0 0 20px 0;
}

.anSelect .nice-select {
  width: 100%;
  font-size: 15px;
  font-weight: 400;
  color: rgba(28, 32, 53, 0.8);
  font-family: "Kumbh Sans", sans-serif;
  padding: 15px 19px;
  height: 55px;
  border: 1px solid #eaebf1;
  outline: none;
  border-radius: 4px;
  background: #fbfdff;
  line-height: 22px;
}

.anSelect .nice-select:after {
  border-bottom: 2px solid rgba(28, 32, 53, 0.7);
  border-right: 2px solid rgba(28, 32, 53, 0.7);
  height: 9px;
  margin-top: -5px;
  right: 23px;
  width: 9px;
}

.anSelect .nice-select .list {
  width: 100.57%;
  left: -1px;
}

.anSelect .nice-select .option {
  line-height: 45px;
  min-height: 45px;
  padding-left: 19px;
  padding-right: 27px;
}

.anSelect .nice-select .option:hover,
.anSelect .nice-select .option.focus,
.anSelect .nice-select .option.selected.focus {
  background-color: #fbfdff;
}

/* --- Company-status --- */
.countericonBox01 {
  text-align: center;
  padding: 10px 0;
  max-width: 200px;
  width: 100%;
  margin-bottom: 30px;
}

.countericonBox-col {
  padding-right: 8px;
}

.countericonBox01 > span {
  display: inline-block;
  overflow: hidden;
  height: 61px;
}

.countericonBox01 i {
  font-size: 61px;
  color: #1c2035;
  height: 61px;
}

.counterIconBox-1 .countericonBox01 {
  padding-left: 5px;
}

.counterIconBox-2 .countericonBox01 {
  float: right;
  margin-right: 8px;
}

.counterIconBox-3 .countericonBox01 {
  margin-left: 72px;
}

.counterIconBox-3 .countericonBox01 > span {
  position: relative;
  top: 5px;
}

.counterIconBox-4 .countericonBox01 {
  float: right;
  padding-left: 18px;
}

.counterIconBox-4 .countericonBox01 > span {
  position: relative;
  top: 2px;
}

.singleCounter04 {
  margin-top: 13px;
}

.singleCounter04 h2 {
  font-size: 60px;
  color: #3482ff;
  position: relative;
  margin-bottom: 25px;
}

.singleCounter04 h2:after {
  position: absolute;
  content: "";
  bottom: -12px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 114px;
  height: 2px;
  background: #3482ff;
}

.singleCounter04 h3 {
  font-size: 20px;
  line-height: 32px;
}

.countericonBox01 i.anmo-worker-card {
  font-size: 57px;
}

.countericonBox01 i.anmo-interaction-communication {
  font-size: 77px;
}

/*-----------------------------------------
  /  11. SubsCribe Section
  /-----------------------------------------*/
.subscribe-content .secTitle {
  margin-bottom: 37px;
}

.subscribe-content p {
  margin-bottom: 0px;
}

.subscribe-Form {
  margin-left: 43px;
  background: #f8f8f8;
  padding: 54px 30px 42px;
  margin-top: 6px;
}

.subscribe-Form input[type="email"] {
  width: 100%;
  padding: 12px 55px 12px 19px;
  border: none;
  outline: none;
  box-shadow: none;
  border-radius: 0;
  font-size: 16px;
  line-height: 61px;
  color: rgba(28, 32, 53, 0.6);
  height: 63px;
}

.form-group {
  position: relative;
}

.subscribe-Form button[type="submit"] {
  width: 54px;
  height: 63px;
  position: absolute;
  right: 0;
  top: 0;
  background: #3482ff;
  line-height: 63px;
}

.subscribe-Form button[type="submit"] i {
  font-size: 23px;
  color: #fff;
  position: relative;
  top: 3px;
}

.subscribe-Form button[type="submit"]:hover {
  background: #f79e52;
}

.AccetpTramsCheck {
  position: relative;
  padding: 19px 0 0;
}

.AccetpTramsCheck input[type="checkbox"] {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  visibility: hidden;
  width: 0;
  height: 0;
  position: absolute;
}

.AccetpTramsCheck label {
  font-size: 16px;
  color: rgba(28, 32, 53, 0.8);
  font-weight: 400;
  line-height: 1;
  cursor: pointer;
  position: relative;
  padding: 0 0 0 24px;
  margin: 0;
}

.AccetpTramsCheck label:before {
  content: "";
  width: 15px;
  height: 15px;
  border-radius: 0;
  border: 1px solid #d4d5d6;
  position: absolute;
  left: 0;
  top: 0;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 13px;
  color: #d4d5d6;
  line-height: 14px;
  text-align: center;
  padding: 0 1px 0 1px;
  transition: all ease 350ms;
  -moz-transition: all ease 350ms;
  -webkit-transition: all ease 350ms;
}

.AccetpTramsCheck input[type="checkbox"]:checked + label:before {
  content: "\f00c";
  color: #3482ff;
  border-color: #3482ff;
}

/*-----------------------------------------
/  12. Blog & Blog Details Page
/-----------------------------------------*/
.home-BlogPost-row {
  margin-top: 42px;
}

.LatestBlogs01 .secSubTitle {
  margin-bottom: 25px;
}

.LatestBlogs01 .secTitle,
.LatestBlogs01 .secSubTitle {
  text-align: center;
}

.blogItem01 {
  background: #ffffff;
  margin-bottom: 30px;
  -webkit-transition: all ease 350ms;
  transition: all ease 350ms;
}

.bi01Thumb {
  position: relative;
  margin: 0;
  overflow: hidden;
}

.bi01Thumb img {
  width: 100%;
  height: auto;
  -webkit-transition: all ease 350ms;
  transition: all ease 350ms;
}

.blogItem01:hover img {
  transform: rotate(-2deg) scale(1.06);
  -moz-transform: rotate(-2deg) scale(1.06);
  -webkit-transform: rotate(-2deg) scale(1.06);
}

.bi01Details {
  padding: 0 0 32px;
}

.bi01Meta {
  color: #727376;
  margin: 0px;
  font-size: 15px;
  line-height: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 9px;
  -moz-column-gap: 9px;
  column-gap: 9px;
  padding: 22px 27px 27px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.bi01Meta > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.bi01Meta span > i {
  font-size: 22px;
  color: #727376;
  margin: 0 8px 0 0;
}

.bi01Meta span > a {
  font-size: 15px;
  line-height: 28px;
  display: inline-block;
  -webkit-transition: all ease 350ms;
  transition: all ease 350ms;
  text-transform: capitalize;
  color: inherit;
}

.bi01Meta span > a:hover {
  color: #3482fe;
}

.bi01Meta span > i.anmo-comment-minus-svgrepo-com {
  font-size: 27px;
}

.bi01Meta span i.anmo-comment-minus-svgrepo-com {
  margin: 0 4px 0 0;
}

.bi01Body {
  padding: 0 15px 0 27px;
}

.bi01Body h3 {
  font-size: 24px;
  line-height: 36px;
  margin: 0 0 24px;
  color: #1c2035;
}

.bi01Body h3 a {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  -webkit-transition: all ease 350ms;
  transition: all ease 350ms;
}

.bi01Body h3 a:hover {
  color: #3482fe;
}

.bi01Btn {
  padding: 0 27px;
}

.bi01Btn .readMoreBTN {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  font-family: "Kumbh Sans", sans-serif;
  color: #1c2035;
  width: auto;
  padding: 0 15px;
  height: 60px;
  position: relative;
  text-align: center;
  line-height: 60px;
  z-index: 99;
  -webkit-transition: all ease 350ms;
  transition: all ease 350ms;
  text-transform: uppercase;
}

.bi01Btn .readMoreBTN i {
  font-size: 14px;
  position: relative;
  top: 1.4px;
  color: #1c2035;
  -webkit-transition: all ease 350ms;
  transition: all ease 350ms;
}

.bi01Btn .readMoreBTN:before {
  position: absolute;
  content: "";
  top: 0;
  color: #1c2035;
  left: 0;
  height: 100%;
  width: 48px;
  background: #f2f1f1;
  z-index: -1;
  -webkit-transition: all ease 350ms;
  transition: all ease 350ms;
}

.bi01Btn .readMoreBTN:hover {
  color: #3482fe;
}

.bi01Btn .readMoreBTN:hover i {
  color: #3482fe;
}

.bi01Btn .readMoreBTN:hover:before {
  width: 100%;
}

/* --- Home2 Latest Blog post --- */
.LatestBlogs02 {
  position: relative;
}

.LatestBlogs02 .secSubTitle {
  text-align: center;
  margin-bottom: 15px;
}

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

.bi02Details {
  background: #f8f7f7;
  padding: 0 0 35px;
}

.bi02Meta {
  padding: 22px 27px 19px;
  background: #f2f1f1;
}

.bi02Body {
  padding: 23px 27px 21px;
}

.bi02Body h3 {
  margin: 0px;
}

.bi02Btn .readMoreBTN {
  font-size: 15px;
  color: #fff;
  line-height: 42px;
  height: 45px;
  min-width: 132px;
  border-radius: 3px;
  background-color: #1c2035;
  overflow: hidden;
  font-weight: 500;
  text-transform: initial;
}

.bi02Btn .readMoreBTN:before {
  display: none;
}

.bi02Btn .readMoreBTN:after {
  content: "";
  position: absolute;
  height: 0%;
  left: 50%;
  top: 50%;
  width: 150%;
  z-index: -1;
  -webkit-transition: all 0.75s ease 0s;
  transition: all 0.75s ease 0s;
  background: #3482ff;
  border-color: #3482ff;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(25deg);
  transform: translateX(-50%) translateY(-50%) rotate(25deg);
}

.bi02Btn .readMoreBTN:hover {
  color: #fff;
  text-shadow: none;
  border-color: transparent;
}

.bi02Btn .readMoreBTN:hover:after {
  height: 450%;
}

.LatestBlogs02 .bi02Btn .readMoreBTN i {
  color: #ffffff;
}

.LatestBlogs02 .bi02Btn .readMoreBTN:hover i {
  color: #ffffff;
}

.bi02Btn {
  line-height: 0;
}

.bi02Btn .readMoreBTN i {
  top: 2.5px;
}

/* --- Blog Grid page --- */
.blogMain-grid .blogItem01 {
  margin: 0 0 30px;
}

/* --- Blog List page --- */
.searchForm {
  position: relative;
  margin: 0 0 38px;
}

.searchForm .form-group {
  position: relative;
}

.searchForm .form-group input {
  border: 1px solid #e4e4e4;
  height: 61px;
  line-height: 59px;
  font-size: 15px;
  color: rgba(28, 32, 53, 0.7);
  padding: 10px 61px 10px 21px;
  background: #fff;
}

.searchForm .form-group button {
  width: 61px;
  height: 61px;
  position: absolute;
  top: 0;
  border: 1px solid #e4e4e4;
  line-height: 59px;
  right: 0;
  background: transparent;
}

.searchForm .form-group button i {
  font-size: 16px;
  top: 1px;
  left: 1px;
  position: relative;
}

.latestPosts {
  position: relative;
}

.latestpost {
  position: relative;
  padding: 0 0 30px 100px;
  min-height: 90px;
  margin: 0 0 30px;
  border-bottom: 1px solid #e7e6ed;
}

.latestpost:last-child {
  margin: 0;
  border-bottom: none;
  padding-bottom: 14px;
}

.latestpost img {
  width: 80px;
  height: 88px;
  border-radius: 0px;
  position: absolute;
  left: 0;
  top: 0;
}

.latestpost h4 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  color: #1f0b06;
  margin: 0;
}

.latestpost h4 a {
  color: inherit;
}

.latestpost h4 a:hover {
  color: #3482fe;
}

.latestpost span {
  display: block;
  font-size: 15px;
  line-height: 1;
  color: rgba(31, 11, 6, 0.6);
  margin: 0px 0 11px;
  padding-top: 2px;
}

.latestPost-widget .sdb-widgetTitle {
  margin: 0 0 17px;
}

aside.latestPost-widget {
  padding: 52px 44px 42px 42px;
}

aside.latestPost-widget:before {
  display: none;
}

.blogListItem {
  position: relative;
  margin: 0 0 40px;
}

.blogListItem .readMoreBTN i {
  color: #ffffff;
}

.blogListItem .readMoreBTN:hover i {
  color: #ffffff;
}

.blogListItem:last-child {
  margin: 0;
}

.blogListItem .bi01Details {
  padding: 0;
}

.blogListItem .bi01Meta {
  padding: 0;
  margin: 0px 0 20px;
}

.blogListItem .bi01Body {
  padding: 28px 0 21px;
}

.blogListItem .bi01Body h3 {
  font-size: 32px;
  line-height: 1.1;
  margin: 0 0 7px;
  color: #140e25;
}

.blogListItem .bi01Body p {
  font-size: 16px;
  line-height: 32px;
  color: rgba(20, 14, 37, 0.9);
  margin: 0px;
}

.blogListItem .bi02Btn {
  padding: 0 0;
  width: 162px;
  height: 54px;
}

.blogListItem .readMoreBTN {
  width: 162px;
  height: 54px;
  line-height: 54px;
  font-weight: 600;
  font-size: 16px;
}

/* --- pagination --- */
.blistpagination-nsb .pagination {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.pagination {
  position: relative;
  margin: 47px 0 0;
}

.pagination li a {
  display: inline-block;
  padding: 0px 10px 0px;
  background: #efefef;
  font-size: 16px;
  min-width: 38px;
  text-align: center;
  color: #464958;
  border-radius: 2px;
  height: 51px;
  line-height: 51px;
  -webkit-transition: all ease 350ms;
  transition: all ease 350ms;
}

.pagination li {
  margin: 0 7px 0 0;
}

.pagination li:last-child {
  margin: 0 0;
}

.pagination li a.current,
.pagination li a:hover {
  color: #fff;
  background: #140e25;
}

.pagination li a.pg-next {
  min-width: 52px;
  font-size: 15px;
}

.pagination li a.pg-next i {
  font-size: 15px;
}

/* --- Blog Details Page --- */
.blogCat-widget {
  position: relative;
}

.blogDetails-content {
  position: relative;
}

.bi01Meta span > i.anmo-folder-svgrepo-com {
  font-size: 20px;
}

.blogDetails-content .bi01Meta {
  padding: 21px 0px 18px;
}

.blogDetails-content .blogTitle {
  font-size: 32px;
  text-transform: capitalize;
  margin: 0 0 26px;
}

.blogDetails-content p {
  font-size: 16px;
  line-height: 32px;
  margin: 0 0 18px;
}

.bdetails-testimonial-text {
  padding: 21px 75px 5px 17px;
  border-left: 5px solid #3482ff;
  background: #fefaff;
  color: #060315;
  font-size: 22px;
  line-height: 38px;
  font-weight: 500;
  margin: 42px 0px 44px;
}

.bdetails-testimonial-text p {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  color: inherit;
}

.blogDetails-content .bSocial-beforeText {
  padding: 2px 0 59px;
  border-bottom: 1px solid #e5e5e5;
  margin: 0 0 32px;
}

.blogSocialIcon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.blogSocialIcon a {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  color: #504643;
  font-size: 15px;
  text-align: center;
  display: inline-block;
  line-height: 35px;
  position: relative;
  margin-right: 2px;
  -webkit-transition: all ease-in-out 350ms;
  transition: all ease-in-out 350ms;
}

.blogSocialIcon a.active {
  background: #f79e52;
  color: #ffffff;
}

.blogSocialIcon a:hover i {
  color: inherit;
}

.blogSocialIcon a i {
  color: inherit;
  font-size: inherit;
}

.blogSocialIcon a.twi i,
.blogSocialIcon a.bsk i {
  font-size: 14px;
}

.blogTag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-right: 7px;
}

.blogTag a {
  font-size: 15px;
  text-align: center;
  height: 36px;
  line-height: 36px;
  background: #f8f7f7;
  display: inline-block;
  padding: 0 14px;
  margin: 0 0 5px 5px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  -webkit-transition: all ease 350ms;
  transition: all ease 350ms;
}

.blogTag a:after,
.comment-reply:after {
  content: "";
  position: absolute;
  height: 0%;
  left: 50%;
  top: 50%;
  width: 150%;
  background: #3482ff;
  z-index: -1;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(25deg);
  transform: translateX(-50%) translateY(-50%) rotate(25deg);
  -webkit-transition: all 0.75s ease 0s;
  transition: all 0.75s ease 0s;
}

.blogTag a:hover,
.comment-reply:hover {
  color: #fff;
  text-shadow: none;
}

.blogTag a:hover:after,
.comment-reply:hover:after {
  height: 450%;
}

.blogAuthorBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 45px 10px 25px 127px;
  border: 1px solid #eaeaea;
  position: relative;
  background: #f8f7f7;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 50px 0 0;
}

.blogAuthorBox img {
  position: absolute;
  top: 43px;
  left: 24px;
  width: 78px;
  height: 78px;
  border-radius: 50%;
}

.babSocial {
  position: absolute;
  top: 33px;
  right: 83px;
}

.babSocial h3 {
  -webkit-box-flex: 100%;
  -ms-flex: 100%;
  flex: 100%;
}

.babSocial p {
  -webkit-box-flex: 100%;
  -ms-flex: 100%;
  flex: 100%;
}

.blogAuthorBox h3 {
  font-size: 24px;
  line-height: 26px;
  color: #060315;
  -webkit-box-flex: 100%;
  -ms-flex: 100%;
  flex: 100%;
}

.blogAuthorBox p {
  font-size: 18px;
  line-height: 30px;
}

.blogAuthorBox .cm-Author-date h3 {
  font-size: 24px;
  line-height: 26px;
  color: #060315;
  -webkit-box-flex: 100%;
  -ms-flex: 100%;
  flex: 100%;
  margin: 0 0 19px;
}

.babSocial a {
  font-size: 15px;
  color: #060315;
  margin: 0 0 0 15px;
  -webkit-transition: all ease 350ms;
  transition: all ease 350ms;
}

.babSocial a:hover {
  color: #3482ff;
}

.babSocial a.fac {
  margin: 0 0 0 21px;
}

.comment-list {
  list-style: none;
  padding: 0px;
}

.singleComment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  padding: 4px 0px 41px 105px;
  margin: 64px 0 28px;
  border-bottom: 1px solid #efeeee;
}

ul .singleComment {
  margin: 29px 0;
  padding: 4px 0 29px 103px;
}

ul > ul .singleComment {
  padding: 4px 0 25px 103px;
}

ul > ul .singleComment h3 {
  margin: 0 0 18px;
}

.singleComment img {
  position: absolute;
  top: 0;
  left: 2px;
  width: 78px;
  height: 78px;
  border-radius: 50%;
}

.cm-Author-date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.cm-Author-date h3 {
  font-size: 22px;
  line-height: 26px;
  font-weight: 500;
  padding: 0 0 0 1px;
  margin: 0 0 16px;
}

.cm-Author-date .commentdate {
  font-size: 14px;
  line-height: 26px;
  color: #3482ff;
  margin: 0 0 0 12px;
}

.commentContent {
  font-size: 16px;
  line-height: 30px;
  -webkit-box-flex: 100%;
  -ms-flex: 100%;
  flex: 100%;
  color: rgba(20, 14, 37, 0.8);
}

.singleComment .comment-reply {
  position: absolute;
  top: 0px;
  right: 3px;
  font-size: 14px;
  color: #060315;
  width: 70px;
  height: 30px;
  line-height: 30px;
  background: #f8f7f7;
  text-align: center;
  border-radius: 2px;
  transition: all ease 350ms;
  -webkit-transition: all ease 350ms;
  -moz-transition: all ease 350ms;
  -o-transition: all ease 350ms;
  overflow: hidden;
  z-index: 1;
}

.singleComment .comment-reply:hover {
  color: #ffffff;
}

.comment-list ul {
  padding: 0 0 0 40px;
}

.comment-list ul > ul {
  padding: 0 0 0 40px;
}

.postCommetnFormBox {
  margin: 55px 0 0;
}

.commentHeading {
  font-size: 30px;
  line-height: 1;
  color: #060315;
  font-weight: 500;
  margin: 0 0 11px;
}

p.commentDesc {
  font-size: 15px;
  line-height: 1;
  color: #060315;
  margin: 0 0 40px;
}

.commentForm input,
.commentForm textarea {
  border: 1px solid #eaeaea;
  outline: 0px;
  padding: 0 20px;
  line-height: 1;
}

.commentForm input {
  line-height: 53px;
  height: 55px;
  background: #fff;
  color: rgba(31, 11, 6, 0.7);
  margin: 0 0 31px;
  font-size: 15px;
}

.commentForm textarea {
  resize: none;
  padding-top: 30px;
  height: 190px;
  font-size: 15px;
}

.commentForm .AccetpTramsCheck label {
  font-size: 15px;
  color: #060315;
  padding: 0 0 0 33px;
}

.commentForm .AccetpTramsCheck {
  padding: 12px 0 0;
}

.commentForm .AccetpTramsCheck label:before {
  content: "";
  width: 19px;
  height: 19px;
  border: 1px solid #eaeaea;
  font-size: 17px;
  color: #d4d5d6;
  line-height: 18px;
  top: -2px;
}

.commentForm .anmoBTN01 {
  width: 173px;
  height: 51px;
  line-height: 51px;
  background: #3482ff;
  margin: 28px 0 0;
}

.commentForm .anmoBTN01:after {
  background: #f79e52;
}

/*-----------------------------------------
  /  13 Footer 
  /-----------------------------------------*/
.footer-area {
  padding: 105px 0 54px;
  background-color: #1b1d20;
  background-image: url(../images/home1/footer-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  position: relative;
}

.footer-area:before {
  position: absolute;
  content: "";
  top: 66px;
  left: 51px;
  width: 48px;
  height: 62px;
  background: url("../images/home1/white-Rope-Lshap.png") no-repeat scroll 0 0 /
    cover;
  -webkit-animation: shake 25s infinite both;
  animation: shake 25s infinite both;
}

.footer-area:after {
  position: absolute;
  content: "";
  top: 73px;
  right: 76px;
  width: 78px;
  height: 41px;
  background: url("../images/home1/white-Rope-Rshap.png") no-repeat scroll 0 0 /
    cover;
  -webkit-animation: shake 25s infinite both;
  animation: shake 25s infinite both;
}

.footer .singleAddress.saCall i {
  left: 2px;
  top: 5px;
  font-size: 28px;
}

.footer .widget.aboutAnmo {
  padding: 0 15px 0 0;
}

.footer .widget.explore-link {
  padding: 0 0 0 60px;
}

.footer .widget.officeTime-widget {
  padding: 0 0 0 33px;
}

.footer .widget.getInTouch {
  padding: 0 0 0 41px;
  margin-right: -20px;
}

.footer-logo {
  position: relative;
  margin: 0 0 26px;
}

.about-widgetContent p {
  font-size: 16px;
  line-height: 32px;
  color: rgba(255, 255, 255, 0.8);
  padding-left: 1px;
}

.footer aside.widget {
  margin-bottom: 45px;
}

.footer .widget .widgetTitle {
  font-size: 22px;
  line-height: 32px;
  color: #ffffff;
  margin: 0 0 28px;
}

.footer .explore-link .widgetTitle {
  margin: 0 0 22px;
}

.singleAddress {
  position: relative;
  font-size: 16px;
  line-height: 30px;
  color: rgba(255, 255, 255, 0.8);
  padding: 0 0 0 42px;
  margin: 0 0 20px;
}

.singleAddress:last-child {
  margin-bottom: 0px;
}

.singleAddress a {
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  line-height: 26px;
  -webkit-transition: all ease 350ms;
  transition: all ease 350ms;
}

.singleAddress a:hover {
  color: #3482fe;
}

.singleAddress i {
  font-size: 26px;
  line-height: 30px;
  position: absolute;
  color: rgba(255, 255, 255, 0.8);
  left: 0;
  top: 9px;
}

.singleAddress .anmo-email-svgrepo-coma {
  font-size: 25px;
  top: 8px;
}

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

.footer .widget ul li a {
  color: rgba(255, 255, 255, 0.8);
  display: inline-block;
  padding: 0;
  font-size: 16px;
  line-height: 38px;
  text-transform: capitalize;
}

.footer .widget ul li a:hover {
  color: #3482fe;
  padding-left: 5px;
}

.officeTime-widget {
  position: relative;
  font-size: 16px;
  line-height: 34px;
  color: rgba(255, 255, 255, 0.8);
}

.footer .officeTime-widget .widgetTitle {
  margin: 0 0 25px;
}

.footer .officeTime-widget ul > li {
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  line-height: 34px;
}

.footerSocial a {
  width: 48px;
  height: 48px;
  font-size: 16px;
  display: inline-block;
  color: #1c2035;
  line-height: 48px;
  text-align: center;
  background: #fff;
  border-radius: 50%;
  margin-right: 8px;
  -webkit-transition: all ease 350ms;
  transition: all ease 350ms;
  position: relative;
  z-index: 1;
}

.footerSocial {
  margin-top: 28px;
}

.footerSocial a i {
  font-size: 17px;
  -webkit-transition: all ease 350ms;
  transition: all ease 350ms;
}

.footerSocial .anmo-twitter {
  font-size: 19px;
  position: relative;
  top: 2px;
}

.social-icon-link:hover {
  color: #fff;
}

.social-icon-link a:hover i {
  color: #fff;
}

.social-icon-link:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #ffff;
  border-radius: 50%;
  z-index: -1;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: 350ms cubic-bezier(0.95, 0.32, 0.37, 1.21);
  transition: 350ms cubic-bezier(0.95, 0.32, 0.37, 1.21);
}

.social-icon-link:hover:before {
  -webkit-transform: scale(1);
  transform: scale(1);
  background: #f79e52;
}

/* --- Footer LightMode --- */
.footerLight-mode {
  background: #f3f7f9;
}

.footerLight-mode:after,
.footerLight-mode:before {
  display: none;
}

.footerLight-mode .about-widgetContent p {
  color: #1c2035;
}

.footerLight-mode .widget .widgetTitle {
  color: #1c2035;
}

.footerLight-mode .singleAddress {
  color: rgba(28, 32, 53, 0.8);
}

.footerLight-mode .singleAddress a {
  color: rgba(28, 32, 53, 0.8);
}

.footerLight-mode .singleAddress a:hover {
  color: #3482fe;
}

.footerLight-mode .singleAddress i {
  color: #2f3346;
}

.footerLight-mode .widget ul li a {
  color: rgba(28, 32, 53, 0.88);
  display: inline-block;
  padding: 0;
  font-size: 16px;
  line-height: 38px;
  text-transform: capitalize;
}

.footerLight-mode .officeTime-widget ul > li {
  color: rgba(28, 32, 53, 0.88);
}

.footerLight-mode .widget ul li a:hover {
  color: #3482fe;
}

.siteInfo-LightMode {
  background: #fdfeff;
}

.siteInfo-LightMode .siteInfo {
  color: rgba(20, 14, 37, 0.9);
}

.siteInfo-LightMode .footerInfoNav ul li a {
  color: rgba(20, 14, 37, 0.9);
}

.siteInfo-LightMode .footerInfoNav ul li a:hover {
  color: #3482fe;
}

.siteInfo-LightMode .footerInfoNav ul li:before {
  background: rgba(20, 14, 37, 0.9);
}

/*-----------------------------------------
  /  13.1 Footer SiteInfo
  /-----------------------------------------*/

.siteInfo {
  color: rgba(255, 255, 255, 0.9);
  font-size: 15px;
  line-height: 32px;
}

.footerInfoNav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: relative;
  padding: 0px 8px 0 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footerInfoNav ul {
  margin: 0;
  padding: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footerInfoNav ul li:not(:last-child) {
  list-style: none;
  margin-right: 16px;
  position: relative;
}

.footerInfoNav ul li:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 12px;
  right: -9px;
  top: 50%;
  background: rgba(255, 255, 255, 0.9);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.footerInfoNav ul li:last-child:before {
  display: none;
}

.footerInfoNav ul li a {
  display: block;
  color: rgba(255, 255, 255, 0.9);
  -webkit-transition: all ease 350ms;
  transition: all ease 350ms;
  font-size: 15px;
  line-height: 32px;
  font-weight: 400;
}

.footerInfoNav ul li a:hover {
  color: #3482fe;
}

/*-----------------------------------------
  /  14 Pages-Banner Section
  /-----------------------------------------*/

.pageBannerPath,
.pageBannerPath a,
.pageBannerPath span {
  color: #ffffff;
  font-weight: 500;
  position: relative;
  z-index: 5;
}

.pageBannerPath a:hover {
  color: #3482ff;
}

.our-Mission-content {
  padding: 8px 0 0px;
}

.our-Mission-img {
  overflow: hidden;
  padding: 0 19px 0 0;
  display: block;
}

.our-Mission-img img {
  float: right;
}

.our-Mission-content .secSubTitle {
  margin-bottom: 14px;
}

.our-Mission-content .secTitle {
  line-height: 65px;
  padding: 0 0 24px;
}

.ourMission-Rowitems {
  position: relative;
  margin-bottom: 82px;
}

.our-Mission-content p {
  margin: 0;
}

/*-----------------------------------------
  /  15 Team Page
  /-----------------------------------------*/
.Our-teamMember-area .teamMember01-items {
  margin: 0 0 30px;
}

.teamMember01-items {
  position: relative;
  overflow: hidden;
}

.teamMember01-items img {
  width: 100%;
}

.tm01Social {
  position: absolute;
  left: 30px;
  bottom: 95px;
  width: 48px;
  height: auto;
  z-index: 3;
}

.tm01Social a {
  width: 48px;
  height: 48px;
  background: #ffffff;
  font-size: 16px;
  color: #080d1c;
  border-radius: 50%;
  display: block;
  text-align: center;
  line-height: 48px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  visibility: hidden;
  margin: 10px 0 0;
}

.tm01Social a:nth-child(1) {
  -webkit-transition: transform 500ms cubic-bezier(0.445, 0.05, 0.55, 0.95),
    opacity ease 350ms, visibility ease 350ms, background ease 350ms,
    color ease 350ms, color ease 350ms;
  -webkit-transition: opacity ease 350ms, visibility ease 350ms,
    background ease 350ms, color ease 350ms, color ease 350ms,
    -webkit-transform 500ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: opacity ease 350ms, visibility ease 350ms, background ease 350ms,
    color ease 350ms, color ease 350ms,
    -webkit-transform 500ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: transform 500ms cubic-bezier(0.445, 0.05, 0.55, 0.95),
    opacity ease 350ms, visibility ease 350ms, background ease 350ms,
    color ease 350ms, color ease 350ms;
  transition: transform 500ms cubic-bezier(0.445, 0.05, 0.55, 0.95),
    opacity ease 350ms, visibility ease 350ms, background ease 350ms,
    color ease 350ms, color ease 350ms,
    -webkit-transform 500ms cubic-bezier(0.445, 0.05, 0.55, 0.95);

  transform: translate3d(0, -60px, 0);
  -moz-transform: translate3d(0, -60px, 0);
  -webkit-transform: translate3d(0, -60px, 0);
  -ms-transform: translate3d(0, -60px, 0);
  -o-transform: translate3d(0, -60px, 0);
}

.tm01Social a:nth-child(2) {
  -webkit-transition: transform 600ms cubic-bezier(0.445, 0.05, 0.55, 0.95),
    opacity ease 350ms, visibility ease 350ms, background ease 350ms,
    color ease 350ms, color ease 350ms;
  -webkit-transition: opacity ease 350ms, visibility ease 350ms,
    background ease 350ms, color ease 350ms, color ease 350ms,
    -webkit-transform 600ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: opacity ease 350ms, visibility ease 350ms, background ease 350ms,
    color ease 350ms, color ease 350ms,
    -webkit-transform 600ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: transform 600ms cubic-bezier(0.445, 0.05, 0.55, 0.95),
    opacity ease 350ms, visibility ease 350ms, background ease 350ms,
    color ease 350ms, color ease 350ms;
  transition: transform 600ms cubic-bezier(0.445, 0.05, 0.55, 0.95),
    opacity ease 350ms, visibility ease 350ms, background ease 350ms,
    color ease 350ms, color ease 350ms,
    -webkit-transform 600ms cubic-bezier(0.445, 0.05, 0.55, 0.95);

  transform: translate3d(0, -60px, 0);
  -moz-transform: translate3d(0, -60px, 0);
  -webkit-transform: translate3d(0, -60px, 0);
  -ms-transform: translate3d(0, -60px, 0);
  -o-transform: translate3d(0, -60px, 0);
}

.tm01Social a:nth-child(3) {
  -webkit-transition: transform 700ms cubic-bezier(0.445, 0.05, 0.55, 0.95),
    opacity ease 350ms, visibility ease 350ms, background ease 350ms,
    color ease 350ms, color ease 350ms;
  -webkit-transition: opacity ease 350ms, visibility ease 350ms,
    background ease 350ms, color ease 350ms, color ease 350ms,
    -webkit-transform 700ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: opacity ease 350ms, visibility ease 350ms, background ease 350ms,
    color ease 350ms, color ease 350ms,
    -webkit-transform 700ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: transform 700ms cubic-bezier(0.445, 0.05, 0.55, 0.95),
    opacity ease 350ms, visibility ease 350ms, background ease 350ms,
    color ease 350ms, color ease 350ms;
  transition: transform 700ms cubic-bezier(0.445, 0.05, 0.55, 0.95),
    opacity ease 350ms, visibility ease 350ms, background ease 350ms,
    color ease 350ms, color ease 350ms,
    -webkit-transform 700ms cubic-bezier(0.445, 0.05, 0.55, 0.95);

  transform: translate3d(0, -60px, 0);
  -moz-transform: translate3d(0, -60px, 0);
  -webkit-transform: translate3d(0, -60px, 0);
  -ms-transform: translate3d(0, -60px, 0);
  -o-transform: translate3d(0, -60px, 0);
}

.tm01Social a:nth-child(4) {
  -webkit-transition: transform 800ms cubic-bezier(0.445, 0.05, 0.55, 0.95),
    opacity ease 350ms, visibility ease 350ms, background ease 350ms,
    color ease 350ms, color ease 350ms;
  -webkit-transition: opacity ease 350ms, visibility ease 350ms,
    background ease 350ms, color ease 350ms, color ease 350ms,
    -webkit-transform 800ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: opacity ease 350ms, visibility ease 350ms, background ease 350ms,
    color ease 350ms, color ease 350ms,
    -webkit-transform 800ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: transform 800ms cubic-bezier(0.445, 0.05, 0.55, 0.95),
    opacity ease 350ms, visibility ease 350ms, background ease 350ms,
    color ease 350ms, color ease 350ms;
  transition: transform 800ms cubic-bezier(0.445, 0.05, 0.55, 0.95),
    opacity ease 350ms, visibility ease 350ms, background ease 350ms,
    color ease 350ms, color ease 350ms,
    -webkit-transform 800ms cubic-bezier(0.445, 0.05, 0.55, 0.95);

  transform: translate3d(0, -60px, 0);
  -moz-transform: translate3d(0, -60px, 0);
  -webkit-transform: translate3d(0, -60px, 0);
  -ms-transform: translate3d(0, -60px, 0);
  -o-transform: translate3d(0, -60px, 0);
}

.tm01Social a:nth-child(5) {
  -webkit-transition: transform 900ms cubic-bezier(0.445, 0.05, 0.55, 0.95),
    opacity ease 350ms, visibility ease 350ms, background ease 350ms,
    color ease 350ms, color ease 350ms;
  -webkit-transition: opacity ease 350ms, visibility ease 350ms,
    background ease 350ms, color ease 350ms, color ease 350ms,
    -webkit-transform 900ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: opacity ease 350ms, visibility ease 350ms, background ease 350ms,
    color ease 350ms, color ease 350ms,
    -webkit-transform 900ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: transform 900ms cubic-bezier(0.445, 0.05, 0.55, 0.95),
    opacity ease 350ms, visibility ease 350ms, background ease 350ms,
    color ease 350ms, color ease 350ms;
  transition: transform 900ms cubic-bezier(0.445, 0.05, 0.55, 0.95),
    opacity ease 350ms, visibility ease 350ms, background ease 350ms,
    color ease 350ms, color ease 350ms,
    -webkit-transform 900ms cubic-bezier(0.445, 0.05, 0.55, 0.95);

  transform: translate3d(0, -60px, 0);
  -moz-transform: translate3d(0, -60px, 0);
  -webkit-transform: translate3d(0, -60px, 0);
  -ms-transform: translate3d(0, -60px, 0);
  -o-transform: translate3d(0, -60px, 0);
}

.teamMember01-items:hover .tm01Social a:nth-child(1),
.teamMember01-items:hover .tm01Social a:nth-child(2),
.teamMember01-items:hover .tm01Social a:nth-child(3),
.teamMember01-items:hover .tm01Social a:nth-child(4),
.teamMember01-items:hover .tm01Social a:nth-child(5) {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  visibility: visible;

  transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
}

.tm01Social a:hover {
  background: #f79e52;
  color: #fff;
}

.tm01Info {
  position: absolute;
  left: 30px;
  bottom: 34px;
  z-index: 3;
  -webkit-transition: all ease 480ms;
  transition: all ease 480ms;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  visibility: visible;
}

.tm01Info h3 {
  font-size: 20px;
  line-height: 1.1;
  font-weight: 700;
  font-family: "Kumbh Sans", sans-serif;
  color: #ffffff;
  margin: 0 0 6px;
  display: block;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  visibility: hidden;
  -webkit-transition: transform 400ms cubic-bezier(0.445, 0.05, 0.55, 0.95),
    opacity ease 350ms, visibility ease 350ms;
  -webkit-transition: opacity ease 350ms, visibility ease 350ms,
    -webkit-transform 400ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: opacity ease 350ms, visibility ease 350ms,
    -webkit-transform 400ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: transform 400ms cubic-bezier(0.445, 0.05, 0.55, 0.95),
    opacity ease 350ms, visibility ease 350ms;
  transition: transform 400ms cubic-bezier(0.445, 0.05, 0.55, 0.95),
    opacity ease 350ms, visibility ease 350ms,
    -webkit-transform 400ms cubic-bezier(0.445, 0.05, 0.55, 0.95);

  transform: translate3d(0, 60px, 0);
  -moz-transform: translate3d(0, 60px, 0);
  -webkit-transform: translate3d(0, 60px, 0);
  -ms-transform: translate3d(0, 60px, 0);
  -o-transform: translate3d(0, 60px, 0);
}

.tm01Info h3 a {
  color: inherit;
  font-size: inherit;
}

.tm01Info h3 a:hover {
  color: #3482ff;
}

.tm01Info span {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.1;
  color: #ffffff;
  margin: -3px 0 0;
  display: block;

  opacity: 0;

  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  visibility: hidden;
  -webkit-transition: transform 500ms cubic-bezier(0.445, 0.05, 0.55, 0.95),
    opacity ease 350ms, visibility ease 350ms;
  -webkit-transition: opacity ease 350ms, visibility ease 350ms,
    -webkit-transform 500ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: opacity ease 350ms, visibility ease 350ms,
    -webkit-transform 500ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: transform 500ms cubic-bezier(0.445, 0.05, 0.55, 0.95),
    opacity ease 350ms, visibility ease 350ms;
  transition: transform 500ms cubic-bezier(0.445, 0.05, 0.55, 0.95),
    opacity ease 350ms, visibility ease 350ms,
    -webkit-transform 500ms cubic-bezier(0.445, 0.05, 0.55, 0.95);

  transform: translate3d(0, 60px, 0);
  -moz-transform: translate3d(0, 60px, 0);
  -webkit-transform: translate3d(0, 60px, 0);
  -ms-transform: translate3d(0, 60px, 0);
  -o-transform: translate3d(0, 60px, 0);
}

.teamMember01-items:hover .tm01Info h3,
.teamMember01-items:hover .tm01Info span {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  visibility: visible;
  transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
}

.teamMember01-items:after {
  position: absolute;
  content: "";
  width: 329px;
  height: 329px;
  left: -98px;
  bottom: -127px;
  border-radius: 50%;
  background: #f8a562;
  z-index: 2;
  -webkit-transition: all ease-in-out 360ms;
  transition: all ease-in-out 360ms;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  visibility: hidden;
  mix-blend-mode: color-burn;
}

.teamMember01-items:hover:after {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  visibility: visible;
}

.teamCarousel01.owl-theme .owl-nav {
  display: none;
}

.testimonalNav {
  float: right;
  overflow: hidden;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 20px 0 0;
}

.testimonalNav .tmprev {
  margin-right: 29px;
}

.teamCarousel01-secHeading {
  padding: 0 0 71px;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -ms-grid-row-align: flex-end;
  align-items: flex-end;
}

.teamCarousel01-secHeading .secTitle {
  margin: 0 0 -1px;
}

.testimonalNav .tmprev,
.testimonalNav .tmnext {
  width: 63px;
  height: 107px;
  border: none;
  outline: none;
  background: #e3e1eb;
  -webkit-transition: all ease 360ms;
  transition: all ease 360ms;
}

.testimonalNav .tmprev:hover,
.testimonalNav .tmnext:hover {
  background: #3482ff;
}

.testimonalNav .tmprev i {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.testimonalNav .tmprev i,
.testimonalNav .tmnext i {
  font-size: 27px;
  line-height: 107px;
  color: #ffffff;
  display: inline-block;
}

/*-----------------------------------------
  /  16. Hero Section
  /-----------------------------------------*/
.Hero-content {
  position: relative;
  padding: 0 0 0 2px;
  top: -3px;
}

.Hero-content h3 {
  font-size: 24px;
  line-height: 1.1;
  color: #ffffff;
  font-weight: 500;
  font-family: "Kumbh Sans", sans-serif;
  margin: 0;
}

.Hero-button {
  padding-left: 30px;
}

.Hero-button .anmoBTN2 {
  min-width: 152px;
  height: 45px;
  line-height: 42px;
}

.Hero-button .anmoBTN2:before {
  background: #f79e52;
}

.Hero-button .anmoBTN2:hover {
  color: #fff;
}

/*-----------------------------------------
  /  17. Contact Page
  /-----------------------------------------*/
.contactIconBox-section {
  position: relative;
}

.contactIconBox-section .iconBox01 {
  box-shadow: 0px 0px 26px 0px rgba(198, 193, 190, 0.35);
  padding: 48px 40px 33px;
  border-radius: 0px;
  text-align: left;
  margin-bottom: 30px;
}

.contactIconBox-section .iconBox01:after {
  bottom: -339px;
  left: 221px;
  right: 0;
  width: 414px;
  height: 414px;
  background: #eff4fc;
}

.contactIconBox-section .iconBox01:hover:after {
  background: #005cff;
}

.contactIconBox-section .iconBox01 span {
  width: 67px;
  height: 67px;
  margin-left: 0;
  margin-bottom: 16px;
}

.contactIconBox-section .iconBox01 span i {
  font-size: 34px;
}

.contactIconBox-section .iconBox01 span img {
  width: 31px;
}

.contactIconBox-section .iconBox01 h3 {
  font-size: 22px;
  margin: 0 0 20px;
  padding: 0 0 0 10px;
}

.contactIconBox-section .iconBox01 p {
  padding: 0 0 0 10px;
}

.contact-email-icon {
  width: 32px;
}

.contact-section-heading {
  margin: 0 0 92px;
}

.contact-section-heading h2 {
  font-size: 34px;
  line-height: 26px;
  color: rgba(20, 14, 37, 0.8);
  margin: 0 0 22px;
}

.contact-section-heading p {
  color: rgba(20, 14, 37, 0.8);
}

.contact-googleMap,
.googleMapJS {
  padding: 0 40px 0 0;
}

.contact-googleMap iframe {
  border-radius: 3px;
  display: block;
  border: none;
  height: 422px;
  width: 100%;
}

.googleMapJS .gmap {
  display: block;
  width: 100%;
  height: 422px;
}

.blackAndWhite iframe {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0 0 0 1 0" /></filter></svg>#filter');
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
}

.contact-form {
  padding: 2px 0 0;
}

.contact-form .anmoBTN01 {
  width: 165px;
  height: 51px;
  line-height: 51px;
  background: #3482ff;
  margin: 20px 0 0;
}

.contact-form .anmoBTN01:after {
  background: #f79e52;
}

.contact-form input,
.contact-form textarea {
  border: none;
  outline: none;
  border-bottom: 1px solid #d9d9d9;
  color: rgba(31, 11, 6, 0.7);
  font-size: 15px;
  line-height: 31px;
}

.contact-form input::-webkit-input-placeholder,
.contact-form textarea::-webkit-input-placeholder {
  color: rgba(31, 11, 6, 0.7);
  font-size: 15px;
}

.contact-form input::-moz-placeholder,
.contact-form textarea::-moz-placeholder {
  color: rgba(31, 11, 6, 0.7);
  font-size: 15px;
}

.contact-form input:-ms-input-placeholder,
.contact-form textarea:-ms-input-placeholder {
  color: rgba(31, 11, 6, 0.7);
  font-size: 15px;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: rgba(31, 11, 6, 0.7);
  font-size: 15px;
}

.contact-form input {
  height: 59px;
  margin: 0 0 28px;
  padding: 0 0 11px;
}

.contact-form textarea {
  resize: none;
  height: 150px;
  margin: 15px 0 0;
}

/*-----------------------------------------
  /  18. 404 page
  /-----------------------------------------*/
.fofPage h1 {
  font-size: 252px;
  line-height: 1;
  color: #140e25;
  padding-left: 19px;
  position: relative;
  margin-bottom: 10px;
}

.fofPage h1:after {
  position: absolute;
  content: "";
  top: -73px;
  left: 185px;
  width: 319px;
  height: 378px;
  background: url(../images/shape/fof-1.png) no-repeat scroll;
  mix-blend-mode: overlay;
  z-index: -1;
}

.fofPage h3 {
  font-size: 45px;
  line-height: 55px;
  color: #1f0b06;
  font-weight: 400;
  margin: 0 0 10px;
  padding-left: 19px;
}

.fofPage p {
  font-size: 20px;
  line-height: 30px;
  color: rgba(20, 14, 37, 0.8);
  padding-left: 19px;
}

.fofPage .anmoBTN01 {
  width: 239px;
  height: 64px;
  font-size: 18px;
  font-weight: 600;
  border: none;
  line-height: 62px;
  margin: 20px 0 0 19px;
  background: #f8a562;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.fofImg {
  position: relative;
  margin: 0 0 0 -80px;
  bottom: 5px;
}

.fofImg img {
  position: relative;
  -webkit-animation: shake01 20s linear 1s infinite both;
  animation: shake01 20s linear 1s infinite both;
}

@-webkit-keyframes shake01 {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(0, -8px, 0);
    transform: translate3d(0, -8px, 0);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(0, 8px, 0);
    transform: translate3d(0, 8px, 0);
  }
}

@keyframes shake01 {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(0, -8px, 0);
    transform: translate3d(0px, -8px, 0);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(0, 8px, 0);
    transform: translate3d(0, 8px, 0);
  }
}

.fofImg:after {
  position: absolute;
  content: "";
  top: 12px;
  left: 225px;
  width: 319px;
  height: 378px;
  background: url(../images/shape/fof-1.png) no-repeat scroll;
  mix-blend-mode: overlay;
  z-index: -1;
}

/*-----------------------------------------
  /  19. Faq Page
  /-----------------------------------------*/
.faq-Section .secSubTitle {
  margin: 0 0 18px;
}

.faq-Section .secTitle {
  margin: 0 0 70px;
}

.accordion-item {
  background: #ffffff;
  margin: 0 0 20px;
}

.accordion-item:last-child {
  margin-bottom: 0px;
}

.accordion-header {
  position: relative;
}

.accordion-header button {
  font-size: 18px;
  font-weight: 600;
  color: #1c2035;
  font-family: "Kumbh Sans", sans-serif;
  line-height: 28px;
  position: relative;
  min-height: 75px;
  padding: 12px 65px 12px 20px;
  display: block;
}

.accordion-header button:after {
  content: "\e930";
  font-family: "Anmo" !important;
  font-weight: 200;
  font-size: 15px;
  color: #ffffff;
  position: absolute;
  top: 16px;
  right: 21px;
  width: 43px;
  height: 43px;
  text-align: center;
  line-height: 43px;
  background: #3482ff;
  border-radius: 50%;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: all ease 350ms;
  transition: all ease 350ms;
}

.accordion-header button.collapsed:after {
  background: #f2f0f5;
  color: #3482ff;
}

.accordion-header button.collapsed:hover:after {
  background: #3482ff;
  color: #f2f0f5;
}

.accordion-body {
  padding: 29px 40px 32px 20px;
  border-top: 1px solid #f3f7f9;
  font-size: 16px;
  line-height: 32px;
  color: #1c2035;
}

/*-----------------------------------------
  /  20. Back to top
  /-----------------------------------------*/
#backtotop {
  position: fixed;
  letter-spacing: 0;
  right: 25px;
  bottom: -25px;
  width: 45px;
  height: 45px;
  background: #f79e52;
  color: #fff;
  font-size: 14px;
  text-align: center;
  line-height: 45px;
  padding: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  visibility: hidden;
  z-index: 999;
  border-radius: 0;
  border-radius: 50%;
}

#backtotop:before {
  background-color: #3482ff;
}

/*-----------------------------------------
  /  21. Preloader
  /-----------------------------------------*/
.preloader {
  position: fixed;
  z-index: 999999;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #1c2035;
}

.spinner-eff {
  width: 76px;
  height: 76px;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  margin: auto;
  z-index: 2;

  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  overflow: hidden;
}

.spinner-eff:before,
.spinner-eff:after {
  content: "";
  display: block;
}

.spinner-eff .spinner-bar:before,
.spinner-eff .spinner-bar:after {
  content: "";
  display: block;
}

/* spinner-1 styles */
@-webkit-keyframes rotation-top {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  }

  20% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }

  80% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  }
}

@keyframes rotation-top {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  }

  20% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }

  80% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  }
}

@-webkit-keyframes rotation-right {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  }

  20% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  }

  40% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }

  80% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  }
}

@keyframes rotation-right {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  }

  20% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  }

  40% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }

  80% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  }
}

@-webkit-keyframes rotation-bottom {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  }

  40% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  }

  60% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }

  80% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  }
}

@keyframes rotation-bottom {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  }

  40% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  }

  60% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }

  80% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  }
}

@-webkit-keyframes rotation-left {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  }

  60% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  }

  80% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  }
}

@keyframes rotation-left {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  }

  60% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  }

  80% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  }
}

.spinner-eff.spinner-eff-1 .bar {
  width: 0;
  height: 0;
  border: 38px solid transparent;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  z-index: -2;
}

.spinner-eff.spinner-eff-1 .bar-top {
  border-top: 38px solid #3482ff;
  -webkit-animation: rotation-top 3.6s linear 0s infinite;
  animation: rotation-top 3.6s linear 0s infinite;
}

.spinner-eff.spinner-eff-1 .bar-right {
  border-right: 38px solid #3482ff;
  -webkit-animation: rotation-right 3.6s linear 0s infinite;
  animation: rotation-right 3.6s linear 0s infinite;
}

.spinner-eff.spinner-eff-1 .bar-bottom {
  border-bottom: 38px solid #3482ff;
  -webkit-animation: rotation-bottom 3.6s linear 0s infinite;
  animation: rotation-bottom 3.6s linear 0s infinite;
}

.spinner-eff.spinner-eff-1 .bar-left {
  border-left: 38px solid #3482ff;
  -webkit-animation: rotation-left 3.6s linear 0s infinite;
  animation: rotation-left 3.6s linear 0s infinite;
}

/*-----------------------------------------
/  22. Animation Layers
/-----------------------------------------*/
.overLayAnim01::before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: block;
  content: "";
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  -khtml-border-radius: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
}

@-webkit-keyframes circle {
  0% {
    opacity: 1;
  }

  40% {
    opacity: 1;
  }

  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}

@keyframes circle {
  0% {
    opacity: 1;
  }

  40% {
    opacity: 1;
  }

  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}

.overLayAnim02::before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.3) 100%
  );
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.3) 100%
  );
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}

@keyframes shine {
  100% {
    left: 125%;
  }
}

.overLayAnim03::before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.4) 100%
  );
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.4) 100%
  );
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}

.overLayAnim03:hover::before {
  -webkit-animation: shine2 0.75s;
  animation: shine2 0.75s;
}

@-webkit-keyframes shine2 {
  100% {
    left: 125%;
  }
}

@keyframes shine2 {
  100% {
    left: 125%;
  }
}

.project02-single-item:hover .overLayAnim02::before,
.Project03-item:hover .overLayAnim02::before,
.project-single-item:hover .overLayAnim02::before,
.project02-thumbnail:hover .overLayAnim02::before,
.srv-lg-Thumbnail.overLayAnim02:hover::before,
.bi01Thumb.overLayAnim02:hover::before,
.blogItem01:hover .overLayAnim02::before {
  -webkit-animation: shine 0.75s;
  animation: shine 0.75s;
}

.project02-single-item:hover .overLayAnim01::before,
.project-single-item:hover .overLayAnim01::before,
.blogItem01:hover .overLayAnim01::before {
  -webkit-animation: circle 0.75s;
  animation: circle 0.75s;
}
