.header_01 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 100;
  background: #ffffff33;
  padding: 20px 45px;
  height: 100px;
}
.quick-consult {
  padding-top: 12px;
  display: table;
  text-align: right;
}
.quick-consult .consult-now {
  font-family: Lato;
  font-style: normal;
  font-weight: bold;
  font-size: 19px;
  line-height: 128%;
  text-transform: uppercase;
  color: #5465ff;
  display: none;
}
.quick-consult a img {
  width: 35px;
  margin-left: 15px;
  margin-bottom: 8px;
}
@media screen and (max-width: 991px) {
  .quick-consult {
    display: none !important;
  }
}
.di-quick-consult-none {
  display: table-cell !important;
}
.logo {
  text-align: left;
}
.logo img {
  max-width: 120px;
  height: auto;
}
.mainmenu {
  position: relative;
}
.mainmenu ul {
  margin: 0;
  padding: 0;
}
.mainmenu ul li {
  list-style: none;
  display: inline-block;
  line-height: 0.8;
  padding: 0 20px 53px;
  position: relative;
}
.mainmenu ul li a {
  display: block;
  color: #fff;
  font-size: 16px;
  line-height: 0.8;
  text-transform: uppercase;
  position: relative;
}
.mainmenu ul li a:after {
  position: absolute;
  width: 0;
  height: 1px;
  content: "";
  background: #fff;
  left: 0;
  right: 0;
  bottom: -5px;
  -moz-transition: all 0.4s ease-out;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.mainmenu ul > li.active > a,
.mainmenu ul li a:hover {
  color: #fff;
}
.mainmenu ul > li.active > a:after,
.mainmenu ul li a:hover:after {
  width: 100%;
}
.mainmenu ul ul.sub-menu {
  background: #000;
  width: 200px;
  z-index: 9;
  text-align: center;
  padding: 25px 30px 13px;
  transition: all ease 400ms;
  -webkit-transition: all ease 400ms;
  -moz-transition: all ease 400ms;
  visibility: hidden;
  opacity: 0;
  left: 50%;
  margin: auto;
  position: absolute;
  right: 0;
  text-align: center;
  top: 100px;
  transform: translateX(-50%);
  z-index: 2;
}
.mainmenu ul ul.sub-menu:before {
  content: "";
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: -5px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #000;
  z-index: 10;
}
.mainmenu ul li:hover ul.sub-menu {
  visibility: visible;
  opacity: 1;
  top: 66px;
}
.mainmenu ul ul.sub-menu li {
  margin: 0;
  padding: 0 0 13px;
  display: block;
}
.mainmenu ul ul.sub-menu li a {
  font-size: 14px;
  line-height: 1.5;
  display: inline-block;
}
.mainmenu ul ul.sub-menu li a:after {
  bottom: 0;
}
.navigator {
  position: relative;
  padding: 6px 0 0;
  display: inline-flex;
  float: right;
}
.navigator a {
  display: inline-block;
  color: #fff;
  line-height: 0;
  font-size: 20px;
  margin: 0;
  background-color: #0b3953;
  padding: 12px 5px;
  border-radius: 68px;
  width: 45px;
  height: 45px;
  text-align: center;
}
.navigator a.search {
  margin-right: 16px;
}
.navigator a.active,
.navigator a:hover {
  color: #5465ff;
}
.black_color {
  border-color: #e5e5e5;
}
.black_color .mainmenu ul li a {
  color: #000000;
}
.black_color .mainmenu ul li a:hover {
  color: #000000;
}
.black_color .mainmenu ul li a:after {
  background: #000000;
}
.black_color .navigator a {
  color: #000000;
}
.black_color .navigator a.active,
.black_color .navigator a:hover {
  color: #5465ff;
}
.fixedHeader {
  background: #fff;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 1000;
  border: none;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
  height: 100px;
  padding: 20px 45px;
}
.black_color.fixedHeader {
  background: #fff;
}
.black_color .mainmenu ul ul.sub-menu {
  background: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}
.black_color .mainmenu ul ul.sub-menu:before {
  border-bottom: 5px solid #fff;
}
.black_color .mainmenu ul li:hover ul.sub-menu {
  top: 66px;
}
.service_section {
  background: url(../images/bg/1.jpg) no-repeat center center / cover;
}
.icon_box_1 {
  display: inline-block;
  position: relative;
  width: 100%;
  background: transparent;
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  -ms-perspective: 1000;
  perspective: 1000;
  -ms-transform: perspective(1000px);
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transition: all ease 400ms;
  -webkit-transition: all ease 400ms;
  -moz-transition: all ease 400ms;
}
.icon_box_1 .back i,
.icon_box_1 .front i {
  font-size: 64px;
  line-height: 1;
  color: #aaaaaa;
  display: block;
  margin-bottom: 17px;
  transition: all ease 400ms;
  -moz-transition: all ease 400ms;
  -webkit-transition: all ease 400ms;
}
.icon_box_1 .back h3,
.icon_box_1 .front h3 {
  font-family: Lato;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 170%;
  letter-spacing: 0.05em;
  color: #0b3953;
  opacity: 0.8;
  margin: 0;
  margin-top: 10px;
  transition: all ease 400ms;
  -moz-transition: all ease 400ms;
  -webkit-transition: all ease 400ms;
}
.icon_box_1 .flipper {
  -webkit-transform-origin: 100% 213.5px;
  -moz-transform-origin: 100% 213.5px;
  -ms-transform-origin: 100% 213.5px;
  transform-origin: 100% 213.5px;
}
.flipper {
  -webkit-transition: 0.6s;
  -webkit-transform-style: preserve-3d;
  -ms-transition: 0.6s;
  -moz-transition: 0.6s;
  -moz-transform: perspective(1000px);
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transition: 0.6s;
  transform-style: preserve-3d;
  position: relative;
  min-height: 200px;
}
.front,
.back {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: 0.6s;
  -webkit-transform-style: preserve-3d;
  -webkit-transform: rotateY(0deg);
  -moz-transition: 0.6s;
  -moz-transform-style: preserve-3d;
  -moz-transform: rotateY(0deg);
  -o-transition: 0.6s;
  -o-transform-style: preserve-3d;
  -o-transform: rotateY(0deg);
  -ms-transition: 0.6s;
  -ms-transform-style: preserve-3d;
  -ms-transform: rotateY(0deg);
  transition: 0.6s;
  transform-style: preserve-3d;
  transform: rotateY(0deg);
  position: absolute;
  top: 0;
  left: 0;
}
.front {
  -webkit-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  background: transparent;
  z-index: 2;
  padding: 40px 20px 40px;
  width: 100%;
}
.vertical .back {
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
}
.back {
  background: #f2f2f2;
  -webkit-transform: rotateY(-180deg);
  -moz-transform: rotateY(-180deg);
  -o-transform: rotateY(-180deg);
  -ms-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
  position: relative;
  padding: 40px 20px 40px;
  width: 100%;
}
.icon_box_1:hover .front,
.icon_box_1.hover .front {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.icon_box_1:hover .back,
.icon_box_1.hover .back {
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
.custom_column .col-lg-3 {
  width: 20%;
}
.icon_box_1 .back h3,
.icon_box_1 .back i {
  color: #0b3953;
}
.ab_agency {
  padding-bottom: 147px;
}
.ab_img1 {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.ab_img1 img {
  max-width: 100%;
  height: auto;
  -webkit-box-shadow: -2px 4px 30px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: -2px 4px 30px 0 rgba(0, 0, 0, 0.3);
  box-shadow: -2px 4px 30px 0 rgba(0, 0, 0, 0.3);
}
.ab_img2 {
  position: absolute;
  left: 0;
  top: 100px;
  z-index: 2;
}
.ab_img2:after {
  position: absolute;
  top: -40px;
  left: 40px;
  content: "";
  border: 10px solid #5465ff;
  width: 470px;
  height: 458px;
}
.ab_img2 img {
  max-width: 100%;
  height: auto;
  -webkit-box-shadow: -2px 4px 35px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: -2px 4px 35px 0 rgba(0, 0, 0, 0.3);
  box-shadow: -2px 4px 35px 0 rgba(0, 0, 0, 0.3);
}
.what_wedo {
  position: relative;
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 72px;
}
.what_wedo:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 50%;
  content: "";
  background: #f4f4f4;
}
.videoWrap {
  position: relative;
  margin-bottom: 100px;
}
.videoWrap img {
  width: 100%;
  height: auto;
}
.play_video {
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
.play_video a.video_popup {
  display: inline-block;
  width: 115px;
  height: 115px;
  border-radius: 0;
  position: relative;
  background: #5465ff;
  color: #fff;
  font-size: 30px;
  line-height: 0.8;
  padding: 42px 0;
  margin-bottom: 31px;
}
.play_video a.video_popup:hover {
  background: #000;
  color: #fff;
}
.play_video h2 {
  font-size: 50px;
  line-height: 1;
  letter-spacing: 2px;
  color: #000;
  text-transform: uppercase;
  margin: 0;
}
.subscribefrom {
  position: relative;
  text-align: right;
}
.subscribefrom input[type="email"] {
  width: 470px;
  height: 70px;
  background: #f4f4f4;
  color: #818181;
  line-height: 70px;
  font-weight: 400;
  letter-spacing: 0.56px;
  padding-left: 30px;
  border: none;
  outline: none;
}
.subscribefrom .common_btn.red_bg {
  padding: 28px 42.5px;
  margin-left: 5px;
}
.subscribefrom input[type="email"]::-moz-placeholder {
  color: #818181 !important;
  opacity: 1 !important;
}
.subscribefrom input[type="email"]::-ms-input-placeholder {
  color: #818181 !important;
  opacity: 1 !important;
}
.subscribefrom input[type="email"]::-webkit-input-placeholder {
  color: #818181 !important;
  opacity: 1 !important;
}
.porfolio {
  padding: 0 0 0 0;
  position: relative;
}
.porfolio .container {
  width: 100%;
}
.porfolio .container .box-1 {
  padding: 4% 5%;
  background-color: #fff;
  min-height: 400px;
  display: table;
}
@media screen and (max-width: 768px) {
  .porfolio .container .box-1 {
    width: 100%;
    min-height: 300px;
    padding: 4% 50px;
  }
}
.porfolio .container .box-1:hover {
  transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -webkit-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  background-color: #e9e9e9;
  cursor: pointer;
}
.singlefolio {
  position: relative;
  overflow: hidden;
  margin: 0 0 30px;
  display: table-cell;
  vertical-align: middle;
}
.singlefolio h3 {
  font-family: Quicksand;
  font-style: normal;
  font-weight: 400;
  font-size: 50px;
  line-height: 128%;
  color: #0b3953;
}
@media screen and (max-width: 768px) {
  .singlefolio h3 {
    font-size: 33px;
    line-height: 120%;
  }
}
.singlefolio a {
  font-family: Lato;
  font-style: normal;
  font-weight: 800;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: 0.05em;
  color: #0b3953;
  text-transform: uppercase;
  display: inline-block;
  margin-top: 50px;
  float: right;
  margin-left: 50px;
}
.singlefolio a img {
  width: 30px;
  margin: -5px 0 0 12px;
  height: auto;
  padding: 0;
}
.padd-left {
  padding-left: 20%;
}
.padd-right {
  padding-right: 20%;
}
@media screen and (max-width: 991px) {
  .padd-left {
    padding-left: 0;
  }
  .padd-right {
    padding-right: 0;
  }
}
.folioHover {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  left: 20px;
  bottom: 50px;
  z-index: 3;
  transition: all ease 900ms;
  -moz-transition: all ease 900ms;
  -webkit-transition: all ease 900ms;
  -o-transition: all ease 900ms;
}
.funfact {
  background: #0b3953;
  padding: 60px 50px;
}
.funfact .box {
  width: 20%;
  float: left;
}
.BR {
  position: relative;
}
.BR::before {
  content: "";
  position: absolute;
  height: 6px;
  width: 6px;
  right: 0;
  top: 40px;
  background: #e01e5a;
  border-radius: 30px;
}
.singlefunfact {
  position: relative;
  padding-top: 0;
}
.singlefunfact h2 {
  font-family: Quicksand;
  font-style: normal;
  font-weight: 500;
  font-size: 50px;
  line-height: 170%;
  letter-spacing: 0.05em;
  color: #ffffff;
}
.singlefunfact h3 {
  font-family: Quicksand;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 170%;
  letter-spacing: 0.05em;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .singlefunfact h2 {
    font-size: 30px;
  }
  .singlefunfact h3 {
    font-size: 18px;
  }
}
.trustClient {
  padding: 0 0 0;
  margin-top: -210px;
  z-index: 5;
}
.pb_120 {
  padding-bottom: 120px;
}
.CL_content {
  position: relative;
}
.CL_content img {
  max-width: 100%;
  height: auto;
}
.abc_inner {
  position: relative;
  margin-top: -500px;
  z-index: 2;
}
.abci_content {
  position: relative;
  background: #fff;
  padding: 5% 8%;
  margin-left: -17px;
  width: 100% !important;
  height: max-content;
  margin-bottom: 150px;
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .abci_content {
    margin-left: 0;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .abci_content {
    margin-bottom: 0;
  }
}
.abci_content .slider-arrow {
  position: absolute;
  top: -50px;
  right: 0;
}
.abci_content .slider-arrow span {
  margin-left: 50px;
  font-size: 20px;
  color: #bdbdbd;
}
@media screen and (max-width: 991px) {
  .abci_content .slider-arrow {
    position: absolute;
    top: 20px;
    right: 20px;
  }
}
.abci_content h2 {
  font-size: 50px;
  letter-spacing: 2px;
  color: #000000;
  line-height: 63px;
  text-transform: uppercase;
  margin: 0 0 43px;
}
.abci_content p {
  margin-bottom: 55px;
  font-family: Lato;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 170%;
  letter-spacing: 0.05em;
  color: #575e62;
}
.abci_content a {
  font-family: Lato;
  font-style: normal;
  font-weight: 800;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0.05em;
  color: #0b3953;
  text-transform: uppercase;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.abci_content a img {
  width: 35px;
  margin: -5px 0 0 12px;
  height: auto;
}
.team {
  padding-bottom: 172px;
}
.slick-list {
  -moz-user-select: none;
  box-sizing: border-box;
  display: block;
  position: relative;
}
.singleTM {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
  transition: all ease 400ms;
  -webkit-transition: all ease 400ms;
  -moz-transition: all ease 400ms;
}
.team_slider .slick-slide {
  margin: 0 15px;
  outline: none;
}
.tm_img {
  position: relative;
}
.tm_img img {
  width: 100%;
  height: auto;
  max-width: none;
  width: calc(100% + 20px);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.singleTM:hover .tm_img img {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.singleTM .tm_overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all ease 900ms;
  -moz-transition: all ease 900ms;
  -webkit-transition: all ease 900ms;
  -o-transition: all ease 900ms;
}
.singleTM .tm_overlay:after {
  position: absolute;
  bottom: 0;
  right: 0;
  background: rgba(230, 43, 74, 0.7);
  overflow: hidden;
  width: 0;
  height: 100%;
  content: "";
  transition: all ease 400ms;
  -webkit-transition: all ease 400ms;
  -moz-transition: all ease 400ms;
}
.singleTM .team_social {
  position: absolute;
  left: 20px;
  top: 49px;
  visibility: hidden;
  opacity: 0;
  z-index: 9;
  transition: all ease 900ms;
  -moz-transition: all ease 900ms;
  -webkit-transition: all ease 900ms;
  -o-transition: all ease 900ms;
}
.singleTM .team_social a {
  display: block;
  font-size: 12px;
  line-height: 0.8;
  letter-spacing: 1.2px;
  color: #fff;
  margin: 0 0 19px;
  position: relative;
  text-transform: uppercase;
}
.singleTM .team_social a span {
  position: relative;
}
.singleTM .team_social a span:after {
  width: 0;
  height: 1px;
  content: "";
  background: #fff;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -0px;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.singleTM .team_social a span:hover:after {
  width: 100%;
}
.tm_overlay a.common_btn {
  position: absolute;
  left: 20px;
  bottom: 50px;
  visibility: hidden;
  opacity: 0;
  padding: 24px 30.5px;
  height: 60px;
  font-size: 14px;
  letter-spacing: 1.4px;
  transition: all ease 900ms;
  -moz-transition: all ease 900ms;
  -webkit-transition: all ease 900ms;
  -o-transition: all ease 900ms;
}
.singleTM:hover .tm_overlay a.common_btn {
  visibility: visible;
  opacity: 1;
  left: 50px;
  z-index: 9;
}
.singleTM:hover .team_social {
  visibility: visible;
  opacity: 1;
  left: 50px;
}
.singleTM:hover .tm_overlay:after {
  width: 100%;
}
.detail_TM {
  position: relative;
  text-align: center;
  padding: 30px 15px 0;
}
.detail_TM h5 {
  font-size: 20px;
  line-height: 0.8;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  color: #000;
  display: block;
  margin: 0 0 3px;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.detail_TM h6 {
  font-size: 12px;
  letter-spacing: 1.2px;
  color: #818181;
  text-transform: uppercase;
  position: relative;
  line-height: 0.8;
  display: inline-block;
}
.detail_TM h6:after {
  width: 0;
  height: 1px;
  content: "";
  background: #818181;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -4px;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.singleTM:hover .detail_TM h5 {
  color: #5465ff;
}
.singleTM:hover .detail_TM h6:after {
  width: 100%;
}
.slick-dots {
  padding: 0;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -74px;
  float: none;
  text-align: center;
}
.slick-dots li {
  list-style: none;
  display: inline-block;
  height: 10px;
  width: 10px;
  background: #dbdbdb;
  border: none;
  margin: 0 3px;
  cursor: pointer;
  padding: 0;
  transition: all ease 400ms;
  -webkit-transition: all ease 400ms;
  -moz-transition: all ease 400ms;
}
.slick-dots li button[type="button"] {
  border: none;
  border-radius: 0;
  display: inline-block;
  padding: 0;
  text-indent: -9999px;
  z-index: 10;
  outline: none;
}
.slick-dots li.slick-active,
.slick-dots li:hover {
  background: #000;
}
.client {
  background: #f4f4f4;
}
.singleClient {
  position: relative;
  width: 100%;
  height: 208px;
  margin-bottom: 30px;
  background: #fff;
  text-align: center;
  transition: all ease 500ms;
  -moz-transition: all ease 500ms;
  -webkit-transition: all ease 500ms;
}
.singleClient a {
  width: 100%;
  height: 100%;
  text-align: center;
  display: inline-block;
}
.singleClient a img {
  max-width: 119px;
  height: auto;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  opacity: 0.4;
  display: inline-block !important;
  transition: all ease 500ms;
  -moz-transition: all ease 500ms;
  -webkit-transition: all ease 500ms;
}
.singleClient:after {
  width: 4px;
  height: 0;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  content: "";
  background: #5465ff;
  visibility: hidden;
  opacity: 0;
  transition: all ease 500ms;
  -moz-transition: all ease 500ms;
  -webkit-transition: all ease 500ms;
}
.singleClient:hover:after {
  visibility: visible;
  opacity: 1;
  height: 100%;
}
.singleClient:hover a img {
  opacity: 1;
}
.singleClient:hover {
  -webkit-box-shadow: 0 10px 35px 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 10px 35px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 10px 35px 0 rgba(0, 0, 0, 0.05);
}
.client_slider .owl-controls .owl-nav {
  display: none;
}
.client_slider .owl-controls .owl-dots {
  line-height: 0.8;
  text-align: center;
  margin-top: 27px;
}
.client_slider .owl-controls .owl-dots .owl-dot span {
  line-height: 0.8;
  width: 10px;
  height: 10px;
  border-radius: 0;
  margin: 0 3px;
  padding: 0;
  background: #dbdbdb;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.client_slider .owl-controls .owl-dots .owl-dot.active span,
.client_slider .owl-controls .owl-dots .owl-dot:hover span {
  background: #000000;
}
.singleClient_2 {
  position: relative;
  overflow: hidden;
  background: #fff;
  border: none;
  padding: 40px 15px 46px 50px;
  width: 100%;
  transition: all ease 500ms;
  -moz-transition: all ease 500ms;
  -webkit-transition: all ease 500ms;
}
.singleClient_2:after {
  width: 4px;
  height: 0;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  content: "";
  background: #5465ff;
  visibility: hidden;
  opacity: 0;
  transition: all ease 500ms;
  -moz-transition: all ease 500ms;
  -webkit-transition: all ease 500ms;
}
.singleClient_2:hover:after {
  visibility: visible;
  opacity: 1;
  height: 100%;
}
.singleClient_2:hover {
  -webkit-box-shadow: 0 10px 35px 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 10px 35px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 10px 35px 0 rgba(0, 0, 0, 0.05);
}
.singleClient_2 h3 {
  text-transform: uppercase;
  color: #000;
  font-size: 20px;
  line-height: 36px;
  letter-spacing: 0.8px;
  margin: 0 0 30px;
}
.singleClient_2 p {
  line-height: 30px;
  margin: 0;
}
.testimonial {
  background: url(../images/bg/3.jpg) no-repeat fixed center / cover;
  padding-bottom: 113px;
}
.testimonial_content {
  position: relative;
  text-align: center;
  padding: 0 65px;
}
.testimonial_content .testi_icon {
  width: 115px;
  height: 115px;
  background: #5465ff;
  text-align: center;
  display: inline-block;
  font-size: 64px;
  line-height: 0.8;
  color: #fff;
  padding: 25px 0;
  margin: 0 0 49px;
}
.testimonial_content h2 {
  font-size: 50px;
  line-height: 62px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #fff;
  margin: 0 0 44px;
}
.testimonial_content h2 span {
  color: #5465ff;
}
.testimonial_content p {
  font-size: 20px;
  color: #fff;
  letter-spacing: 0.8px;
  margin: 0;
}
.blog {
  padding-bottom: 60px;
}
.latestBlogItem {
  position: relative;
  background: #fff;
  margin: 0 0 51px;
}
@media screen and (max-width: 768px) {
  .latestBlogItem {
    margin: 0 0 10px;
  }
}
.lbi_thumb {
  overflow: hidden;
  position: relative;
}
.lbi_thumb img {
  width: 100% !important;
  height: 250px;
  object-fit: cover;
  object-position: left center;
}
@media screen and (max-width: 768px) {
  .lbi_thumb img {
    height: 130px;
  }
}
.lbi_thumb-two {
  overflow: hidden;
  position: relative;
}
.lbi_thumb-two img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  object-position: right center;
}
@media screen and (max-width: 768px) {
  .lbi_thumb-two img {
    height: 130px;
  }
}
.lbi_details {
  text-align: left;
  margin: 0;
  position: relative;
  margin-top: 0;
  padding: 10px 2px 20px;
  background: #fff;
  z-index: 3;
}
.lbi_details .lbid_date {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 150%;
  color: #575e62;
  margin-bottom: 25px;
}
.lbi_details h2 {
  font-family: Lato;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 170%;
  letter-spacing: 0.01em;
  color: #0b3953;
  margin: 5px 0 0;
  min-height: 70px;
}
.lbi_details h2 a {
  color: #000;
}
.lbi_details h2 a:hover {
  color: #5465ff;
}
.lbi_details .learnM {
  display: inline-block;
  font-size: 12px;
  line-height: 0.8;
  letter-spacing: 1.12px;
  text-transform: uppercase;
  color: #000;
  position: relative;
}
.lbi_details .learnM:after {
  width: 0;
  height: 1px;
  content: "";
  background: #5465ff;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -4px;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.lbi_details .learnM:hover:after {
  width: 100%;
}
.lbi_details .learnM:hover {
  color: #5465ff;
}
.ready {
  background: #5465ff;
  padding: 90px 50px;
  overflow-wrap: break-word;
}
.ready .sec_title {
  font-family: Quicksand;
  font-style: normal;
  font-weight: 400;
  font-size: 50px;
  line-height: 128%;
  color: #ffffff;
  margin-bottom: 30px;
}
.ready .common_btn {
  font-family: Lato;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 130%;
  display: flex;
  align-items: center;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #ffffff;
}
.ready_2 {
  background: url(../images/bg/6.jpg) no-repeat center center / cover;
}
.ready_2 .sec_title {
  margin: 0;
}
.ready_2 .common_btn {
  padding: 28px 42.5px;
  background: #fff;
  color: #000;
}
.hash-title {
  font-family: Lato;
  font-style: normal;
  font-weight: bold;
  font-size: 30px;
  line-height: 149.55%;
  letter-spacing: 0.05em;
  color: #16207a;
  opacity: 0.8;
}
@media screen and (max-width: 768px) {
  .hash-title {
    font-size: 18px;
    margin: 20px 0;
  }
}
.footer_1 {
  position: relative;
  background-color: #09344b;
  overflow: hidden;
  width: 100%;
}
.footer_1 .widget {
  position: relative;
  padding: 0 0 60px;
}
.footer_1 .widget .widget_title {
  font-size: 16px;
  letter-spacing: 0.72px;
  line-height: 0.8;
  margin: 0 0 25px;
  position: relative;
  color: #b7b7b7;
  font-family: Lato;
}
.footer_1 .aboutwidget {
  padding-right: 110px;
  margin-top: -8px;
}
.footer_1 .aboutwidget img {
  max-width: 100%;
  height: auto;
  margin-bottom: 34px;
}
.footer_1 .aboutwidget p {
  font-size: 14px;
  letter-spacing: 0.56px;
  color: #aaaaaa;
  margin: 0;
}
.footer_1 .contact_widgets {
  padding-left: 50px;
}
.footer_1 .contact_widgets .sub h2 {
  font-size: 18px;
  letter-spacing: 0.72px;
  line-height: 0.8;
  margin: 0 0 25px;
  position: relative;
  color: #b7b7b7;
  font-family: Lato;
}
.footer_1 .contact_widgets .sub p {
  margin: 0;
  font-family: Lato;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  letter-spacing: 0.5px;
  color: #f2f2f2;
}
.footer_1 .contact_widgets .sub a {
  font-family: Lato;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 130%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  letter-spacing: 0.03em;
  color: #5465ff;
  margin-top: 30px;
}
.footer_1 .contact_widgets .sub a img {
  width: 25px;
  margin: 0 0 0 12px;
}
.footer_1 .contact_widgets p {
  margin: 0;
  font-family: Lato;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 40px;
  letter-spacing: 0.5px;
  color: #f2f2f2;
}
.footer_1 .copyright a,
.footer_1 .contact_widgets p a {
  color: #f2f2f2;
}
.footer_1 .copyright a:hover,
.footer_1 .contact_widgets p a:hover {
  color: #5465ff;
}
.footer_1 .social_widget ul {
  margin: 0;
  padding: 0;
}
.footer_1 .social_widget ul li {
  padding: 0;
  margin: 0 0 0;
  list-style: none;
  display: block;
}
.footer_1 .social_widget ul li a {
  font-size: 14px;
  letter-spacing: 0.56px;
  color: #aaaaaa;
  margin: 0;
  display: block;
  text-align: left;
}
.footer_1 .social_widget ul li a i {
  font-size: 16px;
  color: #fff;
  margin-right: 12px;
}
.footer_1 .social_widget ul li a:hover {
  color: #fff;
}
.footer_1 .copyright {
  font-size: 14px;
  line-height: 0.8;
  color: #7a8388;
  padding: 30px 50px;
  text-align: left;
}
.footer_1 .copyright a {
  color: #7a8388;
}
.footer_1 .privacy {
  font-size: 14px;
  line-height: 0.8;
  color: #f2f2f2;
  padding: 30px 50px;
  text-align: left;
}
.footer_1 .privacy a {
  color: #f2f2f2;
}
.service_section_2 {
}
.icon_box_2 {
  position: relative;
  width: 100%;
  background: #fff;
  padding: 30px 20px 30px;
  transition: all ease 500ms;
  -moz-transition: all ease 500ms;
  -webkit-transition: all ease 500ms;
}
.icon_box_2:after {
  width: 4px;
  height: 0;
  position: absolute;
  content: "";
  right: -1px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  content: "";
  background: #5465ff;
  visibility: hidden;
  opacity: 0;
  z-index: 3;
  transition: all ease 500ms;
  -moz-transition: all ease 500ms;
  -webkit-transition: all ease 500ms;
}
.icon_box_2 h3 {
  font-family: Lato;
  font-style: normal;
  font-weight: bold;
  font-size: 17px;
  line-height: 170%;
  letter-spacing: 0.05em;
  color: #0b3953;
  opacity: 0.8;
}
.icon_box_2 p {
  font-family: Lato;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 170%;
  letter-spacing: 0.05em;
  color: #0b3953;
  opacity: 0.8;
}
.icon_box_2 .iconWrap {
  position: relative;
  margin: 0 0 44px;
  min-height: 70px;
}
.icon_box_2 .iconWrap i {
  font-size: 64px;
  font-style: normal;
  color: #000;
  display: inline-block;
  margin: 0 0 0;
}
.icon_box_2 a {
  display: inline-block;
  font-size: 12px;
  letter-spacing: 1.2px;
  color: #000;
  line-height: 0.8;
  text-transform: uppercase;
  margin: 0;
}
.featured {
  background: transparent;
  overflow: hidden;
}
.features_content {
  padding-right: 30px;
}
.singleFeature {
  position: relative;
  padding-left: 120px;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .singleFeature {
    padding-left: 0;
    margin-bottom: 50px;
  }
}
.singleFeature:last-child {
  margin-bottom: 0;
}
.singleFeature .f_count {
  position: absolute;
  left: 0;
  top: -10px;
  text-align: center;
  width: auto;
  height: auto;
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 50px;
  line-height: 170%;
  letter-spacing: 0.05em;
  color: #5465ff;
}
@media screen and (max-width: 768px) {
  .singleFeature .f_count {
    font-size: 30px;
    line-height: 170%;
    position: initial;
    text-align: left;
  }
}
.singleFeature h3 {
  font-family: Lato;
  font-style: normal;
  font-weight: bold;
  font-size: 30px;
  line-height: 170%;
  letter-spacing: 0.05em;
  color: #0b3953;
}
@media screen and (max-width: 768px) {
  .singleFeature h3 {
    font-size: 18px;
    line-height: 170%;
  }
}
.singleFeature p {
  font-family: Lato;
  font-style: normal;
  font-weight: normal;
  font-size: 22px;
  line-height: 170%;
  letter-spacing: 0.01em;
  color: #0b3953;
  width: 80%;
}
@media screen and (max-width: 768px) {
  .singleFeature p {
    width: 100%;
    font-size: 14px;
    line-height: 170%;
  }
}
.singleFeature a {
  font-family: Lato;
  font-style: normal;
  font-weight: 800;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: 0.05em;
  color: #5465ff;
  text-transform: uppercase;
  display: inline-block;
  margin-top: 25px;
  transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -webkit-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
}
.singleFeature a img {
  width: 25px;
  margin: -5px 0 0 12px;
}
.features_img {
  position: relative;
}
.img_details {
  background: #5465ff;
  display: inline-block;
  padding: 43px 103px 45px 50px;
  position: absolute;
  left: 0;
  bottom: 0;
}
.img_details h4 {
  margin: 0;
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.tech-support {
  background: #0b3953;
  overflow: hidden;
}
.tech-support_content {
  padding-right: 30px;
}
.tech-support .sec_title {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .tech-support .sec_title {
    margin-bottom: 50px;
  }
}
.tech-support .singleFeature {
  position: relative;
  padding-left: 120px;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .tech-support .singleFeature {
    padding-left: 0;
    margin-bottom: 50px;
  }
}
.tech-support .singleFeature:last-child {
  margin-bottom: 0;
}
.tech-support .singleFeature .f_count {
  position: absolute;
  left: 0;
  top: -10px;
  text-align: center;
  width: auto;
  height: auto;
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 50px;
  line-height: 170%;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .tech-support .singleFeature .f_count {
    font-size: 30px;
    line-height: 170%;
    position: initial;
    text-align: left;
  }
}
.tech-support .singleFeature h3 {
  font-family: Lato;
  font-style: normal;
  font-weight: bold;
  font-size: 30px;
  line-height: 170%;
  letter-spacing: 0.05em;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .tech-support .singleFeature h3 {
    font-size: 18px;
    line-height: 170%;
  }
}
.tech-support .singleFeature p {
  font-family: Lato;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 170%;
  letter-spacing: 0.01em;
  color: #fff;
  width: 90%;
  opacity: 0.8;
}
@media screen and (max-width: 768px) {
  .tech-support .singleFeature p {
    width: 100%;
    font-size: 14px;
    line-height: 170%;
  }
}
.tech-support .singleFeature a {
  font-family: Lato;
  font-style: normal;
  font-weight: 800;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: 0.05em;
  color: #fff;
  text-transform: uppercase;
  display: inline-block;
  margin-top: 25px;
  transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -webkit-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
}
.tech-support .singleFeature a img {
  width: 25px;
  margin: -5px 0 0 12px;
}
.tech-support .features_img {
  position: relative;
}
.tech-support .img_details {
  background: #5465ff;
  display: inline-block;
  padding: 43px 103px 45px 50px;
  position: absolute;
  left: 0;
  bottom: 0;
}
.tech-support .img_details h4 {
  margin: 0;
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.testimonial_2 {
  background: url(../images/bg/7.jpg) no-repeat center center / cover;
}
.testimoniTab {
  position: relative;
}
.testimoniTab ul {
  margin: 53px 0 0;
  padding: 0;
}
.testimoniTab ul li {
  list-style: none;
  display: inline-block;
  opacity: 0.6;
  margin-right: 42px;
}
.testimoniTab ul li.active {
  opacity: 1;
}
.testimoniTab ul li:last-child {
  margin-right: 0;
}
.testimoniTab ul li a {
  display: block;
}
.testimoniTab ul li a span {
  width: 79px;
  height: 79px;
  display: block;
  margin-bottom: 21px;
  position: relative;
}
.testimoniTab ul li a span img {
  width: 100%;
  height: 100%;
}
.testimoniTab ul li a span:after {
  width: 29px;
  height: 29px;
  position: absolute;
  right: 0;
  bottom: 0;
  content: "“";
  background: #5465ff;
  font-size: 30px;
  line-height: 0.8;
  padding: 11px 0;
  z-index: 9;
  color: #fff;
  text-align: center;
}
.testimoniTab ul li a .author_detail {
  position: relative;
}
.testimoniTab ul li a .author_detail h5 {
  font-size: 16px;
  line-height: 0.8;
  color: #fff;
  margin: 0 0 16px;
  text-transform: uppercase;
}
.testimoniTab ul li a .author_detail h6 {
  font-size: 12px;
  line-height: 0.8;
  color: #aaaaaa;
  letter-spacing: 1.2px;
  margin: 0;
  text-transform: uppercase;
}
.testi_con {
  position: relative;
  text-align: left;
  padding-top: 120px;
}
.testi_con p {
  font-size: 24px;
  line-height: 42px;
  letter-spacing: 0.96px;
  color: #fff;
  font-weight: 300;
  margin: 0 0 21px;
}
.testi_con span {
  text-transform: uppercase;
  color: #aaaaaa;
  font-size: 12px;
  letter-spacing: 1.2px;
  line-height: 0.9;
  display: block;
  margin: 0;
}
.dots_owl {
  position: absolute;
  right: 15px;
  top: 0;
  z-index: 9;
}
.dots_owl .owl-dot {
  width: 10px;
  height: 10px;
  border: none;
  border-radius: 0;
  background: #1a1a1a;
  display: inline-block;
  cursor: pointer;
  margin-left: 5px;
  transition: all ease 500ms;
  -moz-transition: all ease 500ms;
  -webkit-transition: all ease 500ms;
}
.dots_owl .owl-dot.active,
.dots_owl .owl-dot:hover {
  background: #fff;
}
.chooseUs {
}
.chooseUs_title {
  margin: 0;
  padding: 0;
}
.chooseUs_title li {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 33.33333333%;
  display: inline-block;
  position: relative;
  float: left;
}
.chooseUs_title li a {
  display: block;
  font-size: 20px;
  line-height: 0.8;
  color: #000000;
  letter-spacing: 0.8px;
  background: #f4f4f4;
  padding: 49px 0;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
}
.chooseUs_title li:hover a,
.chooseUs_title li.active a {
  background: #000;
  color: #fff;
}
.chose_img {
  position: relative;
  margin: 60px 0 0;
}
.chose_img img {
  width: 100%;
  height: auto;
}
.wh_choose {
  position: relative;
  margin: 51px 0 0;
}
.wh_choose p {
  margin: 0 0 25px;
}
.wh_choose ul {
  margin: 0;
  padding: 0;
}
.wh_choose ul li {
  display: block;
  line-height: 36px;
}
.wh_choose ul li i {
  font-size: 14px;
  color: #5465ff;
  line-height: 32px;
  margin-right: 15px;
}
.what_wedo_2 {
  background: #f4f4f4;
}
.single_wedo {
  position: relative;
  overflow: hidden;
  -moz-transition: all 0.4s ease-out;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.single_wedo img {
  width: 100%;
  height: auto;
}
.single_wedo .overlay_wedo {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  top: 0;
  left: 0;
  margin: auto;
  -moz-transition: all 0.4s ease-out;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.single_wedo .overlay_wedo:after {
  position: absolute;
  bottom: 0;
  right: 0;
  top: 0;
  left: 0;
  margin: auto;
  background: rgba(230, 43, 74, 0.7);
  overflow: hidden;
  width: 0;
  height: 100%;
  content: "";
  visibility: hidden;
  opacity: 0;
  -moz-transition: all 0.4s ease-out;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.single_wedo:hover .overlay_wedo:after {
  width: 100%;
  opacity: 1;
  visibility: visible;
}
.single_wedo .overlay_wedo a {
  height: 68px;
  color: #000000;
  line-height: 0.8;
  font-size: 18px;
  letter-spacing: 0.72px;
  text-transform: uppercase;
  display: inline-block;
  background: #fff;
  text-align: center;
  padding: 26px 0;
  width: 240px;
  z-index: 9;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
}
.single_wedo .overlay_wedo a:hover {
  color: #fff;
  background: #000;
}
.gmapsection {
  position: relative;
}
.gmap {
  width: 100%;
  height: 609px;
}
.btn_link {
  position: relative;
  width: 100%;
  line-height: 0.8;
  background: #5465ff;
  display: table-cell;
  vertical-align: middle;
  padding: 0 12%;
}
.btn_link h2 {
  font-family: Quicksand;
  font-style: normal;
  font-weight: 400;
  font-size: 40px;
  line-height: 128%;
  color: #ffffff;
}
.btn_link p {
  font-family: Lato;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 160%;
  letter-spacing: 0.05em;
  color: #e6e6e6;
}
.btn_link .img-box {
  width: 100%;
  padding: 20px 0;
}
.btn_link img {
  width: 220px;
}
.bg-white-int {
  position: relative;
  width: 100%;
  line-height: 0.8;
  background: #fff;
  display: table-cell;
  vertical-align: middle;
  padding: 0 12%;
}
.hubble-stack-white {
  min-height: 100vh;
  display: table;
}
@media screen and (max-width: 768px) {
  .hubble-stack-white {
    min-height: auto;
    display: table;
  }
}
.bg-white-int a {
  font-family: Lato;
  font-style: normal;
  font-weight: 800;
  font-size: 18px;
  line-height: 130%;
  letter-spacing: 0.05em;
  color: #5465ff;
  text-transform: uppercase;
  display: inline-flex;
  margin-top: 50px;
  float: right;
}
@media screen and (max-width: 768px) {
  .bg-white-int a {
    display: inline-flex;
    float: left;
    padding: 0 15px;
  }
}
.bg-white-int a img {
  width: 30px;
  margin: -5px 0 0 12px;
}
.btn_link a {
  font-family: Lato;
  font-style: normal;
  font-weight: 800;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0.05em;
  color: #fff;
  text-transform: uppercase;
  display: inline-flex;
  margin-top: 25px;
  float: right;
  margin-left: 50px;
}
@media screen and (max-width: 768px) {
  .btn_link a {
    float: left;
    margin-left: 0;
  }
}
.btn_link a img {
  width: 30px;
  margin: -5px 0 0 12px;
}
@media screen and (max-width: 768px) {
  .btn_link {
    padding: 60px 10%;
    width: 90%;
  }
  .hubble-stack-white {
    width: 100%;
  }
  .btn_link h2 {
    font-size: 33px;
    line-height: 120%;
  }
  .btn_link p2 {
    font-size: 17px;
    line-height: 170%;
  }
}
.btn_link.bg_black a:hover {
  background: #5465ff;
}
.hubble-stack {
  position: relative;
  padding-left: 80px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .hubble-stack {
    padding-left: 25px;
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.hubble-stack:last-child {
  margin-bottom: 0;
}
.hubble-stack .f_count {
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
  width: auto;
  height: auto;
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 50px;
  letter-spacing: 0.05em;
  color: #5465ff;
}
@media screen and (max-width: 768px) {
  .hubble-stack .f_count {
    font-size: 18px;
    line-height: 130%;
    position: initial;
    text-align: left;
  }
}
.hubble-stack h3 {
  font-family: Lato;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 160%;
  letter-spacing: 0.05em;
  color: #0b3953;
}
@media screen and (max-width: 768px) {
  .hubble-stack h3 {
    font-size: 18px;
    line-height: 170%;
  }
}
.pageBanner {
  position: relative;
  min-height: 465px;
  background: url(../images/bg/8.jpg) no-repeat center center / cover;
  padding-top: 224px;
}
.banner_content {
  position: relative;
}
.banner_content h4 {
  color: #fff;
  font-size: 18px;
  line-height: 36px;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  margin: 0 0 12px;
}
.banner_content h4 a {
  color: #fff;
  display: inline-block;
}
.banner_content h4 a:hover {
  color: #000;
}
.banner_content h2 {
  font-size: 70px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 2.8px;
  margin: 0;
  color: #fff;
  text-transform: uppercase;
}
.agency_img1 {
  position: relative;
  text-align: right;
}
.agency_img1:after {
  position: absolute;
  right: 60px;
  top: 60px;
  border: 10px solid #5465ff;
  height: 464px;
  width: 530px;
  content: "";
  z-index: 6;
}
.agency_img2 {
  position: relative;
  text-align: left;
  z-index: 4;
  margin-top: -184px;
}
.agency_img2 img,
.agency_img1 img {
  max-width: 100%;
  height: auto;
  -webkit-box-shadow: -2px 4px 35px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: -2px 4px 35px 0 rgba(0, 0, 0, 0.3);
  box-shadow: -2px 4px 35px 0 rgba(0, 0, 0, 0.3);
}
.compay_date {
  position: absolute;
  right: 60px;
  bottom: 3px;
  z-index: 4;
}
.compay_date h5 {
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1.2px;
  line-height: 0.8;
  color: #000;
  margin: 0 0 3px;
}
.compay_date h2 {
  font-size: 110px;
  line-height: 0.9;
  letter-spacing: 4.4px;
  color: #000;
  margin: 0;
}
.subscribe {
  padding: 100px 0 72px;
  border-bottom: 1px solid #e7e7e7;
}
.our_work {
  background: #f4f4f4;
  overflow: hidden;
  padding-bottom: 59px;
  position: relative;
}
.videoWrap_2 {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 50%;
  z-index: 10;
}
.videoWrap_2 .play_video h2 {
  color: #fff;
}
.videoWrap_2 img {
  width: 100%;
  height: 100%;
}
.ab_detail_wrap {
  padding-left: 90px;
}
.ab_detail_wrap .sec_title {
  margin-bottom: 46px;
}
.ab_detail_wrap .sec_desc {
  line-height: 36px;
}
.service_detail {
  padding-bottom: 82px;
}
.serviceArea {
  position: relative;
}
.serviceArea img {
  width: 100%;
  height: auto;
  margin-bottom: 57px;
}
.serviceArea h2 {
  text-transform: uppercase;
  color: #222232;
  line-height: 0.8;
  font-size: 50px;
  letter-spacing: 2px;
  margin-bottom: 34px;
}
.serviceArea p {
  margin: 0 0 31px;
}
.serviceArea h3 {
  line-height: 0.8;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  color: #000000;
  font-size: 30px;
  margin-bottom: 50px;
}
.serviceArea .gaping {
  padding: 24px 0 0;
}
.serviceArea .gaping img {
  margin-bottom: 52px;
}
.serviceArea ul {
  margin: 0;
  padding: 0;
}
.serviceArea ul li {
  list-style: none;
  display: inline-block;
  line-height: 32px;
  font-size: 16px;
}
.serviceArea ul li i {
  color: #5465ff;
  margin-right: 10px;
  line-height: 36px;
}
.cavli_services_help {
  position: relative;
  background: url(../images/s3.jpg) no-repeat center center / cover;
  padding: 47px 50px 47px;
}
.cavli_services_help h4 {
  font-size: 18px;
  color: #ffffff;
  letter-spacing: 0.72px;
  text-transform: uppercase;
  margin: 0 0 40px;
}
.cavli_services_help p {
  color: #aaaaaa;
  margin: 0 0 25px;
  padding-right: 5px;
}
.cavli_services_help h2 {
  font-size: 30px;
  color: #ffffff;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  margin: 0 0 0;
}
.porfolioPage {
}
.folio_mixing {
  position: relative;
  text-align: center;
  margin: 0 0 65px;
}
.folio_mixing ul {
  margin: 0;
  padding: 0;
  line-height: 0.8;
}
.folio_mixing ul li {
  display: inline-block;
  list-style: none;
  margin: 0 17px 0;
  padding: 0;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 0.8;
  color: #818181;
  cursor: pointer;
  position: relative;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.folio_mixing ul li:after {
  width: 0;
  height: 1px;
  content: "";
  background: #000000;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -5px;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.folio_mixing ul li.active,
.folio_mixing ul li:hover {
  color: #000000;
}
.folio_mixing ul li.active:after,
.folio_mixing ul li:hover:after {
  width: 100%;
}
.custom {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.custom .mix {
  display: none;
}
.mt_30 {
  margin-top: 30px;
}
.porfolioDetail {
  padding-bottom: 0;
}
.portDetailThumb {
  position: relative;
  margin-bottom: 30px;
}
.portDetailThumb img {
  width: 100%;
  height: auto;
}
.nextprevPagination {
  position: relative;
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
  padding: 51px 0 51px;
  margin-top: 30px;
}
.nextprevPagination a {
  text-transform: uppercase;
  color: #000000;
  line-height: 0.8;
  font-size: 16px;
  letter-spacing: 1.6px;
  margin: 0;
  display: inline-block;
}
.nextprevPagination a.prevFolio i {
  line-height: 0.8;
  margin-right: 8px;
  position: relative;
  top: -1px;
}
.nextprevPagination a.nextFolio i {
  line-height: 0.8;
  margin-left: 8px;
  position: relative;
  top: -1px;
}
.nextprevPagination a:hover {
  color: #5465ff;
}
.singlePortfoio_content {
  position: relative;
  margin: 0 0 35px;
}
.singlePortfoio_content h3 {
  font-size: 30px;
  line-height: 0.8;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 1.04px;
  margin: 0 0 39px;
}
.singlePortfoio_content h4 {
  font-size: 18px;
  line-height: 0.8;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 0.72px;
  margin: 0 0 9px;
}
.singlePortfoio_content p {
  line-height: 30px;
  margin: 0;
}
.singlePortfoio_content p a {
  display: inline-block;
  color: #818181;
}
.singlePortfoio_content p a:hover {
  color: #5465ff;
}
.singlePortfoio_content ul {
  margin: 17px 0 0;
  padding: 0;
}
.singlePortfoio_content ul li {
  list-style: none;
  display: block;
  line-height: 0.8;
  margin: 0 0 17px;
}
.singlePortfoio_content ul li a {
  color: #818181;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 0.8;
  letter-spacing: 1.2px;
  display: inline-block;
  position: relative;
}
.singlePortfoio_content ul li a:after {
  width: 0;
  height: 1px;
  content: "";
  background: #5465ff;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -4px;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.singlePortfoio_content ul li a:hover {
  color: #5465ff;
}
.singlePortfoio_content ul li a:hover:after {
  width: 100%;
}
.relatedPortfolio {
  padding-bottom: 90px;
}
.cavli_paginations a,
.cavli_paginations span {
  position: relative;
  display: inline-block;
  height: 46px;
  width: 45px;
  background: #f4f4f4;
  color: #818181;
  font-size: 14px;
  letter-spacing: 0.56px;
  text-align: center;
  padding: 17px 0;
  line-height: 0.8;
  margin: 0 3px;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.cavli_paginations a.next,
.cavli_paginations a.prev {
  font-size: 20px;
  padding: 12px 0;
  margin: 0 2px;
}
.cavli_paginations a:after,
.cavli_paginations span:after {
  width: 4px;
  height: 0;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  content: "";
  background: #5465ff;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.cavli_paginations a.prev:after {
  right: auto;
  left: 0;
}
.cavli_paginations a:hover:after,
.cavli_paginations span.current:after {
  height: 100%;
  visibility: visible;
  opacity: 1;
}
.cavli_paginations a:hover,
.cavli_paginations span.current {
  color: #fff;
  background: #000;
}
.single_blog {
  position: relative;
}
.blog_thumb {
  position: relative;
  margin: 0 0 0;
}
.blog_thumb img {
  width: 100%;
  height: auto;
}
.blog_headings {
  position: relative;
  margin: -20px 10px 29px;
  background: #fff;
  z-index: 3;
  padding: 30px 30px 0;
}
.blog_headings span.blog_date {
  font-size: 10px;
  line-height: 0.8;
  letter-spacing: 1px;
  font-weight: 700;
  display: block;
  height: 31px;
  width: 65px;
  background: #5465ff;
  color: #ffffff;
  padding: 11px 0;
  text-align: center;
  text-transform: uppercase;
  margin: 0 0 20px;
}
.blog_headings h2 {
  text-transform: uppercase;
  font-size: 40px;
  color: #000000;
  line-height: 40px;
  letter-spacing: 1.6px;
  margin: 0 0 7px;
}
.blog_headings .blog_metas {
  font-size: 12px;
  line-height: 30px;
  letter-spacing: 1.2px;
  color: #818181;
  text-transform: uppercase;
  margin: 0;
}
.blog_headings .blog_metas a {
  display: inline-block;
  color: #818181;
  margin: 0 10px;
}
.blog_headings .blog_metas a:first-of-type {
  margin-left: 0;
}
.blog_headings .blog_metas a:hover {
  color: #5465ff;
}
.blog_details {
  padding: 0 40px 22px;
}
.blog_details p {
  line-height: 30px;
  margin: 0 0 30px;
}
.blog_tagitems {
  position: relative;
  border-top: 1px solid #e7e7e7;
  padding: 34px 0 35px;
}
.blog_tagitems span {
  font-size: 20px;
  line-height: 30px;
  color: #000000;
  display: inline-block;
  letter-spacing: 0.8px;
  margin-right: 3px;
}
.blog_tagitems a {
  display: inline-block;
  color: #818181;
  line-height: 30px;
  font-size: 16px;
}
.blog_tagitems a:hover {
  color: #000;
}
.post_author {
  position: relative;
  background: #f4f4f4;
  padding: 57px 70px 60px 270px;
  margin-bottom: 60px;
}
.post_author img {
  width: 170px;
  height: 190px;
  position: absolute;
  left: 60px;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.post_author h3 {
  font-size: 20px;
  line-height: 0.8;
  color: #000000;
  letter-spacing: 0.8px;
  margin: 0 0 39px;
}
.post_author h3 a {
  color: #000;
}
.post_author h3 a:hover {
  color: #5465ff;
}
.post_author p {
  line-height: 30px;
  margin: 0 0 16px;
}
.post_author > a {
  color: #5465ff;
  line-height: 0.8;
  display: inline-block;
  position: relative;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  font-size: 12px;
}
.post_author > a:after {
  width: 100%;
  height: 1px;
  content: "";
  background: #5465ff;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -5px;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.post_author > a:hover {
  color: #000;
}
.post_author > a:hover:after {
  background: #000;
}
.comment_area {
  position: relative;
}
.comment_area h3 {
  font-size: 30px;
  line-height: 0.8;
  letter-spacing: 1.2px;
  color: #000000;
  text-transform: uppercase;
  margin: 0 0 61px;
}
.comment_area ol {
  margin: 0;
  padding: 0;
}
.comment_area ol li {
  list-style: none;
  display: block;
  margin: 0;
}
.single-comment {
  position: relative;
  padding-left: 143px;
  padding-right: 100px;
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 55px;
  margin-bottom: 60px;
}
.single-comment img {
  width: 110px;
  height: 110px;
  position: absolute;
  left: 0;
  top: 0;
}
.single-comment .authorDetails {
  position: relative;
}
.single-comment .authorDetails h5 {
  font-size: 20px;
  line-height: 0.8;
  color: #000000;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  margin: 0 0 10px;
}
.single-comment .authorDetails h5 a {
  color: #000;
}
.single-comment .authorDetails h5 a:hover {
  color: #5465ff;
}
.single-comment .authorDetails span {
  display: block;
  font-size: 12px;
  line-height: 30px;
  color: #5465ff;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  margin: 0 0 27px;
}
.single-comment .comment {
  position: relative;
  margin: 0 0 0;
}
.single-comment .comment p {
  line-height: 30px;
  margin: 0;
}
.single-comment .common_btn.red_bg {
  position: absolute;
  right: 0;
  top: 0;
  height: 50px;
  font-size: 14px;
  letter-spacing: 1.4px;
  padding: 19px 21px;
}
.commentForm {
  position: relative;
}
.commentForm h3 {
  font-size: 30px;
  line-height: 0.8;
  letter-spacing: 1.2px;
  color: #000000;
  text-transform: uppercase;
  margin: 0 0 61px;
}
.input-form {
  width: 100%;
  height: 70px;
  background: transparent;
  border: none;
  text-align: left;
  font-size: 24px;
  letter-spacing: 0.56px;
  line-height: 70px;
  color: #0b3953;
  margin: 0 0 30px;
  outline: none;
  border-radius: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  border-bottom: 3px solid #e7e7e7;
}
@media screen and (max-width: 768px) {
  .input-form {
    font-size: 18px;
  }
}
.input-form.reqError {
  border: 1px solid #5465ff;
}
textarea.input-form {
  height: 190px;
  resize: none;
  line-height: 30px;
  margin-bottom: 21px;
}
input.input-form[type="text"]::-moz-placeholder,
input.input-form[type="email"]::-moz-placeholder,
textarea.input-form::-moz-placeholder {
  color: #0b3953 !important;
  opacity: 1 !important;
}
input.input-form[type="text"]::-ms-input-placeholder,
input.input-form[type="email"]::-ms-input-placeholder,
textarea.input-form::-ms-input-placeholder {
  color: #0b3953 !important;
  opacity: 1 !important;
}
input.input-form[type="text"]::-webkit-input-placeholder,
input.input-form[type="email"]::-webkit-input-placeholder,
textarea.input-form::-webkit-input-placeholder {
  color: #0b3953 !important;
  opacity: 1 !important;
}
.commentForm .common_btn.red_bg {
  padding: 28px 42.5px;
}
input.input-form:focus,
textarea.input-form:focus {
  -webkit-box-shadow: 0 10px 35px 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 10px 35px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 10px 35px 0 rgba(0, 0, 0, 0.05);
  border-bottom: 3px solid #5465ff;
  background: #fff;
  padding: 0 20px;
}
input.error {
  border-bottom: 3px solid #e01e5a;
}
.sidebar .widget {
  position: relative;
  margin-bottom: 30px;
}
.sidebar .widget.search-widget {
  padding: 0;
}
.sidebar .widget form.searchform {
  margin: 0;
  padding: 0;
}
.sidebar .widget form.searchform input {
  width: 100%;
  height: 91px;
  border: none;
  border-radius: 0;
  background: #000;
  font-size: 14px;
  letter-spacing: 1.4px;
  line-height: 30px;
  color: #ffffff;
  padding: 0 50px;
  text-transform: uppercase;
  outline: none;
}
.sidebar .widget form.searchform input::-moz-placeholder {
  color: #ffffff !important;
  opacity: 1 !important;
}
.sidebar .widget form.searchform input::-ms-input-placeholder {
  color: #ffffff !important;
  opacity: 1 !important;
}
.sidebar .widget form.searchform input::-webkit-input-placeholder {
  color: #ffffff !important;
  opacity: 1 !important;
}
.sidebar .widget_title {
  font-size: 18px;
  text-transform: uppercase;
  line-height: 0.8;
  letter-spacing: 0.72px;
  margin: 0 0 -2px;
  padding: 23px 48px 24px;
  border: 2px solid #f4f4f4;
}
.cavli_post_widget {
  position: relative;
  background: #f4f4f4;
  padding: 50px;
}
.mpw_item {
  position: relative;
  padding-left: 80px;
  border-bottom: 1px solid #e7e7e7;
  margin-bottom: 20px;
  padding-bottom: 21px;
}
.mpw_item:last-of-type {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.mpw_item img {
  width: 60px;
  height: 56px;
  position: absolute;
  top: 0;
  left: 0;
}
.mpw_item a {
  text-transform: uppercase;
  font-size: 16px;
  line-height: 24px;
  color: #818181;
  display: inline-block;
  margin: 3px 0 0;
}
.mpw_item a:hover {
  color: #000;
}
.cavli_categorie_widget {
  position: relative;
  background: #f4f4f4;
  padding: 43px 50px 44px;
}
.cavli_categorie_widget ul {
  margin: 0;
  padding: 0;
}
.cavli_categorie_widget ul li {
  list-style: none;
  display: block;
  margin: 0 0 12px;
}
.cavli_categorie_widget ul li:last-of-type {
  margin-bottom: 0;
}
.cavli_categorie_widget ul li a {
  display: inline-block;
  font-size: 16px;
  line-height: 22px;
  color: #818181;
}
.cavli_categorie_widget ul li a:hover {
  color: #000;
}
.cavli_tagcloude_widget {
  position: relative;
  background: #f4f4f4;
  padding: 43px 50px 44px;
}
.cavli_tagcloude_widget a {
  display: inline-block;
  font-size: 16px;
  line-height: 30px;
  color: #818181;
}
.cavli_tagcloude_widget a:hover {
  color: #000;
}
.contactFrom {
  position: relative;
  text-align: center;
}
.contactFrom textarea.input-form {
  height: 190px;
  resize: none;
  line-height: 30px;
  padding: 21px 0px;
  margin-bottom: 21px;
}
.contactFrom input.input-form:focus,
textarea.input-form:focus {
  -webkit-box-shadow: 0 10px 35px 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 10px 35px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 10px 35px 0 rgba(0, 0, 0, 0.05);
  border-bottom: 3px solid #5465ff;
  background: #fff;
  padding: 21px 20px;
}

.contactFrom .common_btn.red_bg {
  padding: 28px 42.5px;
}

/* multi select start */
span.multiselect-native-select {
  position: relative;
}
span.multiselect-native-select select {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px -1px -1px -3px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  left: 50%;
  top: 30px;
}
.multiselect.dropdown-toggle:after {
  display: none;
}
.multiselect-native-select .btn-group {
  width: 100%;
}
.multiselect {
  width: 100%;
  display: inline-block;
  background-color: transparent;
  border-radius: 2px;
  transition: all 0.5s ease;
  position: relative;
  font-size: 24px;
  color: #0b3953;
  height: 100%;
  text-align: left;
  border-bottom: 3px solid #e7e7e7;
  height: 70px;
  box-shadow: none !important;
}
@media screen and (max-width: 768px) {
  .multiselect {
    font-size: 18px;
  }
}
.multiselect-container {
  position: absolute;
  list-style-type: none;
  margin: 0;
  padding: 0;
  background-color: #fff;
  width: 100%;
  left: 0;
  margin-top: 1px;
  border-radius: 0 1px 2px 2px;
  overflow: hidden;
  display: none;
  max-height: 220px;
  overflow-y: auto !important;
  z-index: 9;
  font-size: 24px;
}
.multiselect-container::-webkit-scrollbar {
  background: #fff;
  width: 5px;
}
.multiselect-container::-webkit-scrollbar-track {
  box-shadow: 0 0 10px;
  border-radius: 0;
}
.multiselect-container::-webkit-scrollbar-thumb {
  background-color: #5465ff;
  border-radius: 15px;
  border: none;
}
.multiselect-container .multiselect-reset .input-group {
  width: 93%;
}
.multiselect-container .multiselect-filter > .fa-search {
  z-index: 1;
  padding-left: 0.75rem;
}
.multiselect-container .multiselect-filter > input.multiselect-search {
  border: none;
  border-bottom: 1px solid lightgrey;
  padding-left: 2rem;
  margin-left: -1.625rem;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.multiselect-container .multiselect-filter > input.multiselect-search:focus {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.multiselect-container .multiselect-filter > .multiselect-moz-clear-filter {
  margin-left: -1.5rem;
  display: none;
}
.multiselect-container .multiselect-option.multiselect-group-option-indented {
  padding-left: 1.75rem;
}
.multiselect-container .multiselect-option,
.multiselect-container .multiselect-group,
.multiselect-container .multiselect-all {
  padding: 0.25rem 0.25rem 0.25rem 0.75rem;
}
.multiselect-container .multiselect-option.dropdown-item,
.multiselect-container .multiselect-group.dropdown-item,
.multiselect-container .multiselect-all.dropdown-item,
.multiselect-container .multiselect-option.dropdown-toggle,
.multiselect-container .multiselect-group.dropdown-toggle,
.multiselect-container .multiselect-all.dropdown-toggle {
  padding: 10px;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  width: 100%;
  text-align: left;
  background-color: #fff;
}
.multiselect-container .multiselect-option .form-check-label,
.multiselect-container .multiselect-group .form-check-label,
.multiselect-container .multiselect-all .form-check-label {
  cursor: pointer;
  font-size: 24px;
  font-weight: normal;
}
.multiselect-container
  .multiselect-option.active:not(.multiselect-active-item-fallback),
.multiselect-container
  .multiselect-group.active:not(.multiselect-active-item-fallback),
.multiselect-container
  .multiselect-all.active:not(.multiselect-active-item-fallback),
.multiselect-container
  .multiselect-option:not(.multiselect-active-item-fallback):active,
.multiselect-container
  .multiselect-group:not(.multiselect-active-item-fallback):active,
.multiselect-container
  .multiselect-all:not(.multiselect-active-item-fallback):active {
  background-color: #0b3953;
  color: #fff;
}
.multiselect-container .multiselect-option:hover,
.multiselect-container .multiselect-group:hover,
.multiselect-container .multiselect-all:hover,
.multiselect-container .multiselect-option:focus,
.multiselect-container .multiselect-group:focus,
.multiselect-container .multiselect-all:focus {
  background-color: #0b3953 !important;
  color: #fff;
}
.multiselect-container .multiselect-option .form-check,
.multiselect-container .multiselect-group .form-check,
.multiselect-container .multiselect-all .form-check {
  padding: 0 5px 0 20px;
}

.multiselect-container .multiselect-option .form-check .form-check-input {
  transform: scale(1.5);
  margin-left: 10px;
}
.multiselect-container .multiselect-option:focus,
.multiselect-container .multiselect-group:focus,
.multiselect-container .multiselect-all:focus {
  outline: none;
}
.form-inline .multiselect-container span.form-check {
  padding: 3px 20px 3px 40px;
}
.input-group.input-group-sm > .multiselect-native-select .multiselect {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  padding-right: 1.75rem;
  height: calc(4em);
}
.input-group > .multiselect-native-select {
  flex: 1 1 auto;
  width: 1%;
}
.input-group > .multiselect-native-select > div.btn-group {
  width: 100%;
}
.input-group > .multiselect-native-select:not(:first-child) .multiselect {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .multiselect-native-select:not(:last-child) .multiselect {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
/* multi select end */

.contactFrom .common_btn.red_bg {
  padding: 28px 42.5px;
}
.dropdown {
  width: 100%;
  display: inline-block;
  background-color: transparent;
  border-radius: 2px;
  transition: all 0.5s ease;
  position: relative;
  font-size: 24px;
  color: #0b3953;
  height: 100%;
  text-align: left;
  border-bottom: 3px solid #e7e7e7;
  height: 70px;
  margin: 0 0 30px;
}
@media screen and (max-width: 768px) {
  .dropdown {
    font-size: 18px;
  }
}
.dropdown .select {
  cursor: pointer;
  display: block;
  padding: 10px 0;
  position: relative;
}
.dropdown .select > i {
  font-size: 24px;
  color: #fff;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  float: right;
  line-height: 30px;
  position: absolute;
  right: 0;
  top: 20%;
}
.dropdown:focus {
  outline: none;
}
.dropdown:active {
  background: #ffffff0f;
}
.dropdown.active:hover,
.dropdown.active {
  border-radius: 2px 2px 0 0;
  background-color: #fff;
}
.dropdown.active .select > i {
  transform: rotate(-180deg);
}
.dropdown .dropdown-menu {
  position: absolute;
  background-color: #fff;
  width: 100%;
  left: 0;
  margin-top: 1px;
  border-radius: 0 1px 2px 2px;
  overflow: hidden;
  display: none;
  max-height: 220px;
  overflow-y: auto !important;
  z-index: 9;
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .dropdown .dropdown-menu {
    font-size: 18px;
  }
}
.dropdown .dropdown-menu::-webkit-scrollbar {
  background: #fff;
  width: 5px;
}
.dropdown .dropdown-menu::-webkit-scrollbar-track {
  box-shadow: 0 0 10px;
  border-radius: 0;
}
.dropdown .dropdown-menu::-webkit-scrollbar-thumb {
  background-color: #5465ff;
  border-radius: 15px;
  border: none;
}
.dropdown .dropdown-menu li {
  padding: 10px;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}
.dropdown .dropdown-menu {
  padding: 0;
  list-style: none;
}
.dropdown .dropdown-menu li:hover {
  background-color: #0b3953;
  color: #fff;
}
.dropdown .dropdown-menu li:active {
  background-color: #0b3953;
}
.searchFixed {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(17, 17, 17, 0.98);
  left: 0;
  top: 0;
  z-index: 9999;
  display: none;
}
.popupBG {
  background-image: url(../images/line-maker.svg);
  background-repeat: repeat;
  background-position: center center;
  padding: 0;
}
.searchForms {
  position: absolute;
  width: 100%;
  height: 100px;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.searchForms button[type="submit"] {
  padding: 0 0;
  outline: none;
  border: none;
  background: transparent;
  font-size: 24px;
  line-height: 0.9;
  color: #fff;
  position: absolute;
  height: 100%;
  width: 60px;
  text-transform: uppercase;
  right: 15px;
  top: -2px;
  text-align: center;
  transition: all ease 400ms;
  -webkit-transition: all ease 400ms;
  -moz-transition: all ease 400ms;
}
.searchForms button[type="submit"]:hover {
  color: #5465ff;
}
.searchForms input {
  width: 100%;
  height: 91px;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  background: none;
  font-size: 24px;
  color: #fff;
  text-transform: uppercase;
  padding-left: 10px;
  font-weight: 300;
}
.searchForms input:focus {
  outline: none;
  box-shadow: none;
}
.searchForms input::-webkit-input-placeholder {
  color: #fff;
  opacity: 1;
}
.searchForms input:-moz-placeholder {
  color: #fff;
  opacity: 1;
}
.searchForms input::-moz-placeholder {
  color: #fff;
  opacity: 1;
}
.searchForms input:-ms-input-placeholder {
  color: #fff;
  opacity: 1;
}
.sfCloser {
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 0 0 0 #fff;
  font-weight: 600;
  height: 50px;
  width: 50px;
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  top: 30px;
  text-transform: uppercase;
  transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1);
  -moz-transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1);
  z-index: 99;
}
.sfCloser:after {
  width: 15px;
  height: 1px;
  background: #000;
  position: absolute;
  right: 17.5px;
  top: 24px;
  content: "";
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transition: all ease 400ms;
  -webkit-transition: all ease 400ms;
  -moz-transition: all ease 400ms;
}
.sfCloser:before {
  width: 15px;
  height: 1px;
  background: #000;
  position: absolute;
  right: 17.5px;
  top: 24px;
  content: "";
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transition: all ease 400ms;
  -webkit-transition: all ease 400ms;
  -moz-transition: all ease 400ms;
}
.sfCloser:hover {
  box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.2);
  -moz-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.2);
}
.sfCloser:hover:after,
.sfCloser:hover:before {
  background: #5465ff;
}
.popup {
  background: rgba(17, 17, 17, 0.98);
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  height: 100vh;
  opacity: 0;
  padding-top: 30px;
  padding-bottom: 30px;
  position: fixed;
  top: 0;
  left: 0;
  visibility: hidden;
  transform: translateY(-100%);
  transition: all 0.6s 0s cubic-bezier(0.7, 0, 0.3, 1);
  width: 100%;
  z-index: 1000;
}
@media screen and (max-width: 768px) {
  .popup {
    height: 100%;
  }
}
.close-popup {
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 0 0 0 #fff;
  font-weight: 600;
  height: 50px;
  width: 50px;
  position: relative;
  text-transform: uppercase;
  transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1);
  -moz-transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1);
  z-index: 99;
  float: left;
}
.close-popup:after {
  width: 15px;
  height: 1px;
  background: #000;
  position: absolute;
  right: 17.5px;
  top: 24px;
  content: "";
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transition: all ease 400ms;
  -webkit-transition: all ease 400ms;
  -moz-transition: all ease 400ms;
}
.close-popup:before {
  width: 15px;
  height: 1px;
  background: #000;
  position: absolute;
  right: 17.5px;
  top: 24px;
  content: "";
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transition: all ease 400ms;
  -webkit-transition: all ease 400ms;
  -moz-transition: all ease 400ms;
}
.close-popup:hover {
  box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.2);
  -moz-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.2);
}
.close-popup:hover:after,
.close-popup:hover:before {
  background: #5465ff;
}
.logo2 {
  z-index: 99;
  left: 0;
  top: 30px;
}
.footer__contacts {
  position: absolute;
  left: 0;
  bottom: 40px;
  margin: 0;
  padding-left: 0;
}
.popUp_social {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 20px 20px 10px 15%;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  width: 100%;
  background-color: #09344b;
}
.popUp_social ul {
  margin: 0;
  padding: 0;
}
.popUp_social ul li {
  padding: 0;
  margin: 0 20px 0 0;
  list-style: none;
  display: inline-block;
}
.popUp_social ul li:last-of-type {
  margin-right: 0;
}
.popUp_social ul li a {
  font-size: 14px;
  letter-spacing: 0.56px;
  color: #aaaaaa;
  margin: 0;
  display: block;
  text-align: left;
}
.popUp_social ul li a i {
  font-size: 16px;
  color: #fff;
  margin-right: 10px;
}
.popUp_social ul li a:hover {
  color: #fff;
}
.popUp_social ul li ~ .active {
  color: #fff;
}
.footer__contacts li {
  list-style: none;
  display: block;
  font-size: 16px;
  color: #818181;
  line-height: 22px;
  margin: 0 0 7px;
}
.footer__contacts li:last-child {
  margin-bottom: 0;
}
.popup__btn-close {
  background-color: transparent;
  border: 0;
  letter-spacing: 0.3rem;
  opacity: 1;
  position: absolute;
  right: 30px;
  top: 30px;
  font-weight: 700;
  text-transform: uppercase;
  transition: all 0.6s 0s cubic-bezier(0.7, 0, 0.3, 1);
  z-index: 1;
}
.popup__btn-close:hover {
  opacity: 0.5;
}
.popup-inner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  height: 85vh;
}
.show-popup .popup-inner,
.show-overlay-nav .popup-inner {
  transform: translateY(0);
}
.show-popup .popup.popup-overlay,
.show-overlay-nav .popup.popup__menu {
  opacity: 1;
  overflow-x: hidden;
  overflow-y: auto;
  visibility: visible;
  transform: translateY(0);
}
.show-popup,
.show-overlay-nav {
  overflow: hidden;
}
.popup.popup__menu {
  background-image: url(../images/line-maker.svg);
  background-repeat: repeat;
  background-position: center center;
  padding: 0;
  background-color: #09344b;
  display: block;
}
.popup.popup__menu .popup-inner {
  display: block;
}
.show-overlay-nav .popup.popup__menu.popup__menu {
  box-shadow: none;
  overflow: auto;
}
.show-overlay-nav .popup.popup__menu.popup__menu::-webkit-scrollbar {
  width: 0;
  background: transparent;
}
.show-overlay-nav .popup.popup__menu.popup__menu::-webkit-scrollbar-thumb {
  background: transparent;
}
@media screen and (max-width: 768px) {
  .show-overlay-nav .popup.popup__menu.popup__menu {
    overflow: auto;
  }
}
.show-overlay-nav .top {
  background-color: transparent;
  box-shadow: none;
}
.dl-menu__wrap {
  height: auto;
  position: relative;
  perspective: 600px;
  perspective-origin: 50% -200%;
  text-align: left;
  transition: all 0.6s 0s cubic-bezier(0.7, 0, 0.3, 1);
  background-color: #0b3953;
  padding: 1% 15px 3% 15%;
  min-height: 85%;
}
.dl-menu__wrap ul {
  list-style: none;
  padding: 0;
  transform-style: preserve-3d;
}
.dl-menu__wrap ul li {
  margin: 6px 0;
  position: relative;
  display: block;
}
.dl-menu__wrap ul li a {
  color: #fff;
  font-size: 34px;
  line-height: 1.2;
  font-weight: 400;
  position: relative;
  display: inline-block;
  text-decoration: none;
  -webkit-text-decoration-skip: objects;
  transition: all 0.6s cubic-bezier(0.7, 0, 0.3, 1);
  opacity: 0.3;
  font-family: "Quicksand";
  font-weight: 400;
}
.dl-menu__wrap ul li a:hover {
  opacity: 1;
  text-decoration: none;
}
.dl-menu__wrap ul li.menu-item-has-children > a {
  position: relative;
}
.dl-menu__wrap ul li.menu-item-has-children > a:before {
  position: absolute;
  right: -30px;
  top: 12px;
  content: "\f107";
  transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
  font-family: "fontAwesome";
  font-size: 30px;
  color: #fff;
  line-height: 0.8;
}
.dl-menu__wrap ul li.menu-item-has-children > a:hover:before {
  transform: rotate(-180deg);
}
.dl-menu__wrap ul li.active > a::after,
.dl-menu__wrap ul li a:hover::after {
  width: 100%;
}
.dl-menu__wrap ul li .dl-submenu {
  display: none;
}
.dl-menu__wrap .dl-menu {
  margin: 0;
  pointer-events: none;
  transform: translateY(10px);
  backface-visibility: hidden;
  width: 100%;
}
.dl-menu__wrap .dl-menu.dl-menu-toggle {
  transition: all 0.3s ease;
}
.dl-menu__wrap .dl-menu.dl-menuopen {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
  margin-bottom: 60px;
}
.dl-menu__wrap .dl-menu.dl-subview li,
.dl-menu__wrap .dl-menu.dl-subview li.dl-subviewopen > a,
.dl-menu__wrap .dl-menu.dl-subview li.dl-subview > a {
  display: none;
}
.dl-menu__wrap .dl-menu.dl-subview li.dl-subview,
.dl-menu__wrap .dl-menu.dl-subview li.dl-subview .dl-submenu,
.dl-menu__wrap .dl-menu.dl-subview li.dl-subviewopen,
.dl-menu__wrap .dl-menu.dl-subview li.dl-subviewopen > .dl-submenu,
.dl-menu__wrap .dl-menu.dl-subview li.dl-subviewopen > .dl-submenu > li {
  display: block;
}
.dl-menu__wrap .dl-menu.dl-animate-out-3 {
  -webkit-animation: MenuAnimOut3 0.1s ease;
  animation: MenuAnimOut3 0.1s ease;
}
.dl-menu__wrap .dl-menu.dl-animate-in-3 {
  -webkit-animation: MenuAnimIn3 0.1s ease;
  animation: MenuAnimIn3 0.1s ease;
}
.dl-menu__wrap .dl-menu .dl-back a {
  position: relative;
  width: 26px;
  padding-top: 12px;
  padding-bottom: 12px;
}
.dl-menu__wrap .dl-menu .dl-back a:before {
  content: "";
  background-color: transparent;
  background-image: url(../images/arrow-back.svg);
  background-repeat: no-repeat;
  background-position: center center;
  height: 26px;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  text-align: center;
  width: 26px;
}
.direct-link a:before {
  content: "";
  background: none !important;
}
.dl-menu__wrap .dl-menu .dl-back a:after {
  display: none;
}
.dl-menu__wrap .dl-menu.dl-subview .dl-back {
  -webkit-animation: SubMenuAnimIn3 0.4s ease;
  animation: SubMenuAnimIn3 0.4s ease;
}
.dl-menu__wrap > .dl-submenu {
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.dl-menu__wrap > .dl-submenu.dl-animate-in-3 {
  -webkit-animation: SubMenuAnimIn3 0.5s ease;
  animation: SubMenuAnimIn3 0.5s ease;
}
.dl-menu__wrap > .dl-submenu.dl-animate-out-3 {
  -webkit-animation: SubMenuAnimOut3 0.2s ease;
  animation: SubMenuAnimOut3 0.2s ease;
}
@keyframes MenuAnimOut3 {
  100% {
    transform: translateZ(100px);
    opacity: 0;
  }
}
@keyframes MenuAnimIn3 {
  0% {
    transform: translateZ(100px);
    opacity: 0;
  }
  100% {
    transform: translateZ(0);
    opacity: 1;
  }
}
@keyframes SubMenuAnimIn3 {
  0% {
    transform: translateZ(-500px);
    opacity: 0;
  }
  100% {
    transform: translateZ(0);
    opacity: 1;
  }
}
@keyframes SubMenuAnimOut3 {
  0% {
    transform: translateZ(-500px);
    opacity: 1;
  }
  100% {
    transform: translateZ(-500px);
    opacity: 0;
  }
}
.news-label {
  font-family: Lato;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 150%;
  color: #9d9d9d;
  float: right;
}
.c-s-page-classification {
  letter-spacing: 0.05em;
  padding-left: 15px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 20px;
  float: left;
  margin-top: 20px;
}
.store-button {
  background: #10567e;
  color: #f2f2f2;
  padding: 5px 10px;
  border-radius: 50px;
  font-size: 14px;
  vertical-align: middle;
  box-shadow: 0 0 1px rgb(0 0 0 / 0%);
  width: 100%;
  max-width: 130px;
  border: none;
  outline: none !important;
  font-family: Quicksand;
  font-weight: 600;
  float: right;
  margin-top: 8px;
}
.login-button {
  background: #f2f2f2;
  color: #09344b;
  padding: 5px 10px;
  border-radius: 50px;
  font-size: 14px;
  vertical-align: middle;
  box-shadow: 0 0 1px rgb(0 0 0 / 0%);
  width: 100%;
  max-width: 100px;
  border: none;
  outline: none !important;
  font-family: Quicksand;
  font-weight: 600;
  float: right;
  margin-right: 10px;
  margin-top: 8px;
}
@media screen and (max-width: 768px) {
  .store-button {
    display: none;
  }
  .login-button {
    display: none;
  }
}
.select-pure__select {
  align-items: center;
  background: #f9f9f8;
  border-radius: 50px;
  box-shadow: 0 0 0 2px #5465ff, 0 0 4px #5465ff;
  box-sizing: border-box;
  color: #363b3e;
  cursor: pointer;
  display: flex;
  font-size: 16px;
  font-weight: 500;
  justify-content: left;
  min-height: 44px;
  padding: 5px 10px;
  position: relative;
  transition: 0.2s;
  width: 100%;
}
.select-pure__options {
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
  box-sizing: border-box;
  color: #363b3e;
  display: none;
  left: 0;
  max-height: 221px;
  overflow-y: scroll;
  position: absolute;
  top: 50px;
  width: 100%;
  z-index: 5;
}
.select-pure__select--opened .select-pure__options {
  display: block;
}
.select-pure__option {
  background: #fff;
  border-bottom: 1px solid #e4e4e4;
  box-sizing: border-box;
  height: 44px;
  line-height: 25px;
  padding: 10px;
}
.select-pure__option--selected {
  color: #e4e4e4;
  cursor: initial;
  pointer-events: none;
}
.select-pure__option--hidden {
  display: none;
}
.select-pure__selected-label {
  background: #3b51f7;
  border-radius: 20px;
  color: #fff;
  cursor: initial;
  display: inline-block;
  margin: 4px 12px 4px 0;
  padding: 5px 7px;
}
.select-pure__selected-label:last-of-type {
  margin-right: 0;
}
.select-pure__selected-label i {
  cursor: pointer;
  display: inline-block;
  margin-left: 7px;
}
.select-pure__selected-label i:hover {
  color: #e4e4e4;
}
.select-pure__autocomplete {
  background: #f9f9f8;
  border-bottom: 1px solid #e4e4e4;
  border-left: none;
  border-right: none;
  border-top: none;
  box-sizing: border-box;
  font-size: 16px;
  outline: none;
  padding: 10px;
  width: 100%;
}
.owl-dots {
  display: none;
}

.select-op {
  width: 100%;
  height: 70px;
  background: transparent;
  border: none;
  text-align: left;
  font-size: 24px;
  letter-spacing: 0.56px;
  line-height: 70px;
  color: #0b3953;
  margin: 0 0 30px;
  outline: none;
  border-radius: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  border-bottom: 3px solid #e7e7e7;
}
@media screen and (max-width: 768px) {
  .select-op {
    font-size: 18px;
  }
}

.select-op option {
  padding: 10px;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}
.select-op option:hover {
  background-color: #0b3953;
  color: #fff;
}
.select-op option:active {
  background-color: #0b3953;
}
