@import url("https://fonts.googleapis.com/css2?family=Roboto&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald&display=swap");

@-webkit-keyframes menu_sticky {
  0% {
    margin-top: -100px
  }

  50% {
    margin-top: -90px
  }

  100% {
    margin-top: 0
  }
}

@keyframes menu_sticky {
  0% {
    margin-top: -100px
  }

  50% {
    margin-top: -90px
  }

  100% {
    margin-top: 0
  }
}

body {
  margin: 0;
  padding: 0;
  font-family: "Roboto", sans-serif;
  overflow-x: hidden
}

@media only screen and (min-width: 992px) and (max-width: 1920px) {
  .container {
    max-width: 96%
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Oswald", sans-serif;
  margin-top: 10px
}

h2 {
  font-size: 28px
}

h3,
h4 {
  font-size: 18px
}

p {
  font-family: "Roboto", sans-serif;
  font-size: 16px
}

.clr {
  clear: both
}

.text-theme {
  color: #161a4b
}

.text-theme2 {
  color: #50b948
}

.height5 {
  height: 5px
}

.height10 {
  height: 10px
}

.height15 {
  height: 15px
}

.height20 {
  height: 20px
}

.height25 {
  height: 25px
}

.height30 {
  height: 30px
}

.font-size12 {
  font-size: 12px !important
}

.font-size14 {
  font-size: 14px !important
}

.font-size20 {
  font-size: 20px !important
}

.pad0 {
  padding: 0 !important
}

.pad5 {
  padding-left: 5px !important;
  padding-right: 5px !important
}

.pad12 {
  padding-left: 12px !important;
  padding-right: 12px !important
}

.pad-10 {
  padding-left: 10px;
  padding-right: 10px;
  display: block
}

.mbottom10 {
  margin-bottom: 10px
}

.mbottom16 {
  margin-bottom: 16px
}

.padmar10 {
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 5px;
  margin-bottom: 10px
}

.img-100 {
  width: 100%
}

ul.list,
ol.list {
  margin: 10px 0;
  padding: 0;
  margin-bottom: 15px
}

ul.list li,
ol.list li {
  margin-left: 15px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  padding-bottom: 4px;
  color: #4E4E4E
}

ul.list li a:hover,
ol.list li a:hover {
  color: #161a4b
}

ul.list.white li a,
ol.list.white li a {
  color: #fff
}

ul.list.white li a:hover,
ol.list.white li a:hover {
  color: #161a4b
}

.border-radius5 {
  border-radius: 5px
}

.relativeblock {
  position: relative;
  display: block
}

.border-shep {
  position: relative;
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 2px solid #50b948
}

.border-shep:after {
  position: absolute;
  top: 4px;
  left: 10px;
  content: '';
  width: 40px;
  border-bottom: 1px solid #161a4b
}

.border-shep:before {
  position: absolute;
  top: 4px;
  right: 10px;
  content: '';
  width: 40px;
  border-bottom: 1px solid #161a4b
}

.border-shep.b-white:after,
.border-shep.b-white:before {
  border-color: white
}

.border-shep-single {
  position: relative;
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 2px solid #50b948
}

.border-shep-single:after {
  position: absolute;
  top: 4px;
  left: 10px;
  content: '';
  width: 40px;
  border-bottom: 1px solid #161a4b
}

.border-shep-single.b-white:after {
  border-color: white
}

.btn-style {
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 26px;
  color: #fff;
  font-family: "Roboto", sans-serif;
  padding: 8px 30px;
  font-weight: 600;
  overflow: hidden;
  border-radius: 3px;
  overflow: hidden;
  text-transform: capitalize;
  background-color: #161a4b;
  text-decoration: none;
  outline: none
}

@media (max-width: 767px) {
  .btn-style {
    padding: 8px 15px
  }
}

.btn-style.expadding {
  padding: 10px 30px !important
}

.btn-style:before {
  position: absolute;
  content: '';
  left: 0;
  top: 100%;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 1;
  background-color: #50b948;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  transition: all 0.6s ease
}

.btn-style span {
  position: relative;
  z-index: 3;
  color: #fff
}

.btn-style:hover span {
  color: #fff !important
}

.btn-style:hover:before {
  top: 0
}

.bg-off {
  background-color: #F2F5FA;
  width: 100%;
  display: inline-block;
  position: relative
}

.bg-off:before {
  content: '';
  position: absolute;
  top: 20px;
  left: 20px;
  width: 200px;
  height: 130px;
  background: url(../images/plus_elips-top.png) no-repeat;
  background-size: auto
}

.bg-off:after {
  content: '';
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 200px;
  height: 130px;
  background: url(../images/plus_elips-bottom.png) no-repeat;
  background-size: auto
}

.bg-white {
  background-color: #fff;
  width: 100%;
  display: inline-block;
  position: relative
}

.bg-white:before {
  content: '';
  position: absolute;
  top: 20px;
  left: 20px;
  width: 200px;
  height: 130px;
  background: url(../images/plus_elips-top.png) no-repeat;
  background-size: auto
}

.bg-white:after {
  content: '';
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 200px;
  height: 130px;
  background: url(../images/plus_elips-bottom.png) no-repeat;
  background-size: auto
}

.bg-work {
  background-image: linear-gradient(to bottom, #efefef, #f3f3f3, #f7f7f7, #fbfbfb, #fff);
  width: 100%;
  display: inline-block;
  position: relative;
  overflow: hidden
}

.bg-work:before {
  content: '';
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 1;
  width: 200px;
  height: 130px;
  background: url(../images/plus_elips-top.png) no-repeat;
  background-size: auto
}

.bg-work:after {
  content: '';
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 200px;
  height: 130px;
  background: url(../images/plus_elips-bottom.png) no-repeat;
  background-size: auto
}

.bg-web {
  background-color: #fff;
  width: 100%;
  display: inline-block;
  position: relative;
  overflow: hidden
}

.bg-web:before {
  content: '';
  position: absolute;
  top: 30px;
  left: 0px;
  z-index: 1;
  width: 350px;
  height: 450px;
  background: url(../images/round-bg2.png) no-repeat;
  background-size: 100%
}

.bg-about {
  background-color: #fff;
  width: 100%;
  display: inline-block;
  position: relative;
  overflow: hidden
}

.bg-about:before {
  content: '';
  position: absolute;
  top: 30px;
  right: 0px;
  z-index: 1;
  width: 350px;
  height: 450px;
  background: url(../images/round-bg.png) no-repeat;
  background-size: 100%
}

.fixed_img {
  width: 100%;
  -webkit-background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  background-size: cover !important;
  background-attachment: fixed !important;
  height: 100% !important;
  display: block;
  position: relative
}

.fixed-overlay {
  background-color: #161a4b;
  background-image: url(../images/bg.png);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  display: block;
  opacity: 0.3
}

.fixed-overlay2 {
  background-color: #161a4b;
  background-image: url(../images/bg.png);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  display: block
}

.sec-bg1 {
  background: url(../images/resource/paralax-1.jpg) no-repeat center
}

.sec-bg2 {
  background: url(../images/resource/paralax-2.jpg) no-repeat right
}

.sec-bg3 {
  background: url(../images/resource/paralax-3.jpg) no-repeat right
}

.sec-bg4 {
  background: url(../images/resource/paralax-4.jpg) no-repeat right
}

.block-paralax {
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative
}

#back-top {
  position: fixed;
  bottom: 30px;
  right: 5px;
  z-index: 1000;
  display: none;
  margin-left: 500px;
  width: 35px;
  height: 35px;
  background: #161a4b;
  border: 1px solid #fff;
  color: white;
  text-align: center;
  cursor: pointer
}

#back-top:hover {
  color: white;
  border: 1px solid #161a4b;
  background: #161a4b
}

#back-top i {
  line-height: 35px;
  font-size: 12px;
  margin: 0px;
  padding: 0px
}

header {
  width: 100%;
  display: inline-block;
  background-color: transparent;
  position: fixed;
  z-index: 50;
  -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 31, 36, 0.3);
  -moz-box-shadow: 0px 3px 5px 0px rgba(0, 31, 36, 0.3);
  box-shadow: 0px 3px 5px 0px rgba(0, 31, 36, 0.3)
}

@media only screen and (min-width: 1135px) and (max-width: 1920px) {
  header:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-color: #efefef;
    width: 230px;
    height: 100%
  }

  header:after {
    content: '';
    position: absolute;
    top: 0;
    left: 230px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 95px 0 0 33px;
    border-color: transparent transparent transparent #efefef
  }
}

@media only screen and (min-width: 992px) and (max-width: 1134px) {
  header:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-color: #efefef;
    width: 200px;
    height: 100%
  }

  header:after {
    content: '';
    position: absolute;
    top: 0;
    left: 200px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 90px 0 0 33px;
    border-color: transparent transparent transparent #efefef
  }
}

@media (max-width: 992px) {
  header {
    position: relative
  }
}

header .logo {
  width: 150px;
  padding: 5px 0;
  position: relative;
  display: block
}

@media (max-width: 767px) {
  header .logo {
    width: 100px;
    z-index: 21
  }
}

header .logo .absolute-logo {
  position: absolute;
  width: 180px;
  top: 10px;
  left: 0;
  z-index: 1
}

@media (max-width: 992px) {
  header .logo .absolute-logo {
    position: relative;
    width: 100%;
    top: 0;
    left: 0
  }
}

header.sticky {
  background-color: #efefef;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  -webkit-animation-name: menu_sticky;
  animation-name: menu_sticky;
  -webkit-animation-duration: 0.60s;
  animation-duration: 0.60s;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out
}

header.sticky .contact-list {
  color: #000;
  text-align: right
}

header.sticky .contact-list i {
  border: 1px solid #161a4b;
  color: #161a4b
}

header .contact-list {
  float: right;
  width: auto;
  display: block;
  position: relative;
  z-index: 2;
  padding-left: 45px;
  margin: 10px 5px 15px 5px;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  transition: all 0.6s ease;
  color: #fff
}

@media (max-width: 768px) {
  header .contact-list {
    display: none
  }
}

@media (max-width: 992px) {
  header .contact-list {
    color: #000
  }
}

header .contact-list i {
  position: absolute;
  top: -2px;
  left: 0;
  width: 35px;
  height: 34px;
  border-radius: 4px;
  border: 1px solid #fff;
  text-align: center;
  line-height: 34px;
  font-size: 18px;
  display: block
}

@media (max-width: 992px) {
  header .contact-list i {
    border: 1px solid #161a4b
  }
}

header .contact-list small {
  display: block;
  color: #161a4b;
  font-weight: bold
}

header .contact-list span {
  font-size: 17px;
  font-family: "Oswald", sans-serif
}

header .contact-list:hover i {
  background-color: #161a4b;
  color: #fff
}

.carousel-control-next,
.carousel-control-prev {
  width: 3%
}

.bannercontent {
  width: 100%;
  display: inline-block;
  padding: 10px 15px;
  text-align: center
}

.lines {
  position: absolute;
  top: 0;
  height: 100%;
  left: 0;
  right: 0;
  margin: auto;
  width: 90vw
}

.lines .line {
  position: absolute;
  top: 0;
  height: 100%;
  width: 1px;
  left: 50%;
  background: rgba(255, 255, 255, 0.1);
  overflow: hidden;
  z-index: 2
}

.lines .line:nth-child(1) {
  margin-left: -12.5%
}

.lines .line:nth-child(2) {
  margin-left: -25%
}

.lines .line:nth-child(3) {
  margin-left: -37.5%
}

.lines .line:nth-child(4) {
  margin-left: -49.0%
}

.lines .line:nth-child(5) {
  margin-left: 0%
}

.lines .line:nth-child(6) {
  margin-left: 12.5%
}

.lines .line:nth-child(7) {
  margin-left: 25%
}

.lines .line:nth-child(8) {
  margin-left: 37.5%
}

.lines .line:nth-child(9) {
  margin-left: 49.5%
}

.lines .line:after {
  content: "";
  display: block;
  position: absolute;
  height: 10vh;
  width: 100%;
  top: -50%;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255, 255, 255, 0)), color-stop(75%, #fff), to(#fff));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0, #fff 75%, #fff);
  -webkit-animation: run 7s 0s infinite;
  animation: run 7s 0s infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: cubic-bezier(0.4, 0.26, 0, 0.97);
  animation-timing-function: cubic-bezier(0.4, 0.26, 0, 0.97)
}

@-webkit-keyframes run {
  0% {
    top: -50%
  }

  to {
    top: 110%
  }
}

@keyframes run {
  0% {
    top: -50%
  }

  to {
    top: 110%
  }
}

.slider-content {
  background-color: #efefef;
  position: relative;
  display: block
}

@media only screen and (min-width: 992px) and (max-width: 1400px) {
  .slider-content {
    width: 20%
  }
}

@media (max-width: 992px) {
  .slider-content {
    display: none
  }
}

.slider-content:before {
  content: '';
  position: absolute;
  top: -10px;
  left: 100%;
  z-index: 2;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 400px 0 250px 150px;
  border-color: transparent transparent transparent #161a4b
}

.slider-content:after {
  content: '';
  position: absolute;
  top: -60px;
  left: 97%;
  z-index: 3;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 451px 0 243px 150px;
  border-color: transparent transparent transparent #efefef
}

.slider-content .contentblock {
  width: auto;
  height: 250px;
  display: inline-block;
  position: absolute;
  top: 120px;
  left: 60px;
  z-index: 4
}

@media only screen and (min-width: 1020px) and (max-width: 1300px) {
  .slider-content .contentblock {
    top: 150px
  }
}

.slider-content .contentblock .slider-big-font {
  font-size: 40px;
  font-weight: bold
}

.imageoverlay {
  display: block;
  position: relative
}

.imageoverlay .center-content {
  width: 50%;
  position: absolute;
  bottom: 70px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
  text-align: center
}

@media (max-width: 992px) {
  .imageoverlay .center-content {
    display: none
  }
}

@media only screen and (min-width: 992px) and (max-width: 1400px) {
  .imageoverlay {
    width: 80%
  }
}

.imageoverlay:before {
  content: '';
  background: rgba(28, 28, 28, 0.6);
  background-image: url(../images/overlay.png);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  display: block
}

.menu-logo {
  display: none
}

.menu-bg {
  background-color: transparent;
  padding-top: 2px
}

@media only screen and (min-width: 768px) and (max-width: 3000px) {
  .navmenu {
    display: inline-block;
    width: 100%;
    text-align: right
  }

  .navmenu.navmenu-left {
    float: left
  }

  .navmenu.navmenu-right {
    float: right
  }

  .navmenu.navmenu-center {
    display: table;
    margin: 0 auto
  }

  .navmenu.navmenu-two ul.custom-menu li a {
    background-color: rgba(0, 0, 0, 0);
    color: #fff
  }

  .navmenu ul.custom-menu {
    width: 100%;
    margin: auto;
    margin: 0;
    padding: 0;
    font-family: "Oswald", sans-serif;
    font-size: 17px
  }

  .navmenu ul.custom-menu li {
    width: auto;
    display: inline-block;
    position: relative
  }

  .navmenu ul.custom-menu li:hover a {
    color: #50b948
  }

  .navmenu ul.custom-menu li:hover a:before {
    width: 100%
  }

  .navmenu ul.custom-menu li a {
    display: block;
    padding: 6px 12px 8px;
    text-decoration: none;
    color: #fff;
    position: relative;
    background-color: transparent;
    margin-bottom: 2px
  }

  .navmenu ul.custom-menu li a:after {
    content: '|';
    color: #ACACAC;
    position: absolute;
    top: 6px;
    left: -5px
  }

  .navmenu ul.custom-menu li a:before {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    width: 0;
    height: 3px;
    background-color: #50b948;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    transition: all 0.6s ease
  }

  .navmenu ul.custom-menu li a.active {
    color: #50b948
  }

  .navmenu ul.custom-menu li a.active:before {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #50b948
  }

  .navmenu ul.custom-menu li:first-child a:after {
    content: ''
  }

  .navmenu ul.custom-menu li ul.menudropdown,
  .navmenu ul.custom-menu li ul.subdropdown {
    position: absolute;
    width: 200px;
    margin: 0;
    padding: 0;
    z-index: 5;
    text-align: left;
    display: none;
    background: rgba(0, 0, 0, 0);
    -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2)
  }

  .navmenu ul.custom-menu li ul.menudropdown li {
    display: block;
    margin: 0
  }

  .navmenu ul.custom-menu li ul.menudropdown li:first-child a:after {
    content: ''
  }

  .navmenu ul.custom-menu li ul.menudropdown li:first-child a:before {
    content: '';
    position: absolute;
    top: -9px;
    left: 10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #fff transparent;
    background: none
  }

  .navmenu ul.custom-menu li ul.menudropdown li:first-child a:hover:before {
    border-color: transparent transparent #161a4b transparent;
    background: none !important
  }

  .navmenu ul.custom-menu li ul.menudropdown li a {
    display: block;
    color: #000;
    position: relative;
    margin-bottom: 0;
    background-color: #fff
  }

  .navmenu ul.custom-menu li ul.menudropdown li a:hover {
    background-color: #161a4b;
    color: #fff
  }

  .navmenu ul.custom-menu li ul.menudropdown li ul.subdropdown {
    right: -100%;
    top: 0
  }

  .navmenu ul.custom-menu li ul.menudropdown li ul.subdropdown li {
    display: block
  }

  .navmenu ul.custom-menu li ul.menudropdown li ul.subdropdown li:first-child a:after {
    content: '';
    position: absolute;
    top: 10px;
    left: -9px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 10px 0;
    border-color: transparent rgba(0, 0, 0, 0) transparent transparent
  }

  .navmenu ul.custom-menu li ul.menudropdown li ul.subdropdown li:first-child a:hover:after {
    border-color: transparent #161a4b transparent transparent
  }

  .navmenu ul.custom-menu li ul.menudropdown li ul.subdropdown li a {
    display: block
  }

  .navmenu ul.custom-menu li ul.menudropdown li ul.subdropdown li a:first-child:before {
    display: none
  }

  header.sticky .navmenu ul.custom-menu li a {
    color: #000
  }
}

@media (max-width: 992px) {
  .navmenu ul.custom-menu li a {
    color: #000
  }
}

.mobile-menu {
  display: none
}

@media only screen and (min-width: 769px) and (max-width: 1199px) {
  .navmenu {
    margin: 0
  }

  .navmenu ul.custom-menu {
    font-size: 13px !important
  }
}

@media (max-width: 768px) {
  .height-m0 {
    height: 0
  }

  .menu-logo {
    display: block;
    width: 100%;
    height: 51px;
    padding: 5px;
    border-bottom: 1px solid #000
  }

  .menu-logo img {
    width: auto;
    height: 100%
  }

  .mobile-menu {
    width: 40px;
    height: 40px;
    border-radius: 2px;
    text-align: center;
    line-height: 40px;
    display: inline-block;
    cursor: pointer;
    border: 1px solid transparent;
    margin-left: 10px;
    position: relative;
    top: 5px;
    float: right;
    z-index: 100
  }

  .mobile-menu i {
    font-size: 22px;
    color: #161a4b
  }

  .mobile-menu:hover {
    border: 1px solid #161a4b
  }

  .menu-overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 19;
    display: none
  }

  .menu-overlay.open-menu {
    display: block
  }

  .navmenu {
    width: 230px;
    height: 100%;
    display: block;
    overflow-y: auto;
    position: fixed;
    top: 0px;
    left: -100%;
    z-index: 20;
    display: inline-block;
    background-color: #fff;
    -webkit-box-shadow: 2px 0px 4px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 2px 0px 4px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 2px 0px 4px 0px rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    transition: all 0.6s ease
  }

  .navmenu.open-menu {
    left: 0
  }

  .navmenu ul.custom-menu {
    width: 100%;
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif
  }

  .navmenu ul.custom-menu li {
    width: 100%;
    display: inline-block;
    position: relative
  }

  .navmenu ul.custom-menu li:hover a {
    color: #161a4b
  }

  .navmenu ul.custom-menu li a {
    display: block;
    padding: 8px 15px;
    text-decoration: none;
    color: #000
  }

  .navmenu ul.custom-menu li a.active {
    color: #161a4b
  }

  .navmenu ul.custom-menu li a .arrow {
    float: right;
    border: solid black;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 2px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    position: relative;
    top: 5px
  }

  .navmenu ul.custom-menu li ul.menudropdown,
  .navmenu ul.custom-menu li ul.subdropdown {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
    z-index: 1;
    text-align: left;
    display: none;
    background: rgba(0, 0, 0, 0);
    -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2)
  }

  .navmenu ul.custom-menu li ul.menudropdown li {
    display: block;
    margin: 0
  }

  .navmenu ul.custom-menu li ul.menudropdown li a {
    display: block;
    color: #000;
    position: relative;
    padding-left: 20px
  }

  .navmenu ul.custom-menu li ul.menudropdown li a:hover {
    background-color: #161a4b;
    color: #fff
  }

  .navmenu ul.custom-menu li ul.menudropdown li ul.subdropdown {
    top: 0;
    z-index: 2
  }

  .navmenu ul.custom-menu li ul.menudropdown li ul.subdropdown li {
    display: block
  }

  .navmenu ul.custom-menu li ul.menudropdown li ul.subdropdown li a {
    display: block;
    padding-left: 25px
  }

  .navmenu ul.custom-menu li ul.menudropdown li ul.subdropdown li a:first-child:before {
    display: none
  }
}

footer {
  width: 100%;
  display: block;
  padding: 10px 0 0 0
}

footer .bottomborder {
  display: block;
  border-bottom: 1px solid rgba(244, 244, 244, 0.2)
}

footer .heading {
  font-size: 20px;
  color: #161a4b;
  margin-top: 22px;
  margin-bottom: 15px;
  font-family: "Oswald", sans-serif;
  font-weight: normal
}

footer .call {
  font-size: 13px;
  color: #3C3C3C
}

footer .call i {
  font-size: 18px
}

footer .call strong {
  font-size: 17px
}

footer .subcolor {
  background-color: #161a4b;
  color: #fff
}

footer .subcolor:hover {
  background-color: #33A1EC
}

footer .logofooter {
  height: 55px;
  margin-bottom: 10px
}

footer .logofooter img {
  width: auto;
  height: 100%
}

footer p {
  font-size: 15px;
  line-height: 25px;
  font-family: "Roboto", sans-serif
}

footer ul.list li {
  margin-bottom: 5px;
  margin-top: 5px
}

footer ul.list li a {
  color: #494949;
  text-decoration: none
}

footer ul.list li a:before {
  background-color: #fff
}

footer ul.list li a:hover {
  color: #161a4b
}

footer .gettouch .form-control {
  border-radius: 0;
  background-color: rgba(255, 255, 255, 0.7);
  color: #000
}

footer .gettouch .btn {
  border-radius: 0
}

footer .copyright {
  width: 100%;
  display: inline-block;
  background-color: #161a4b;
  padding: 15px 0;
  text-align: center;
  font-size: 13px;
  color: #fff
}

footer .copyright p {
  font-size: 13px
}

.footer-logo {
  width: 120px;
  float: right
}

@media (max-width: 767px) {
  .footer-logo {
    float: none;
    display: table;
    margin: 0 auto
  }
}

.social-block {
  display: block
}

.social-block a {
  height: 35px;
  width: 35px;
  line-height: 35px;
  text-align: center;
  display: inline-block;
  font-size: 18px;
  color: #fff;
  text-decoration: none;
  margin-right: 7px;
  border-radius: 7px;
  border-bottom: 1px solid #fff
}

.social-block a:hover {
  opacity: 0.7
}

.social-block a.facebook {
  background-color: #4267B2
}

.social-block a.twitter {
  background-color: #00acee
}

.social-block a.linkedin {
  background-color: #0e76a8
}

.social-block a.youtube {
  background-color: #ff0000
}

.newsletter-height {
  width: 100%;
  min-height: 100px;
  display: block;
  padding-top: 20px
}

.newsletter {
  position: relative;
  display: block;
  margin-top: 20px
}

.newsletter .newstyle {
  background: #4a4a4a;
  padding: 2px 10px;
  border-radius: 50px
}

.newsletter .newstyle .newtext {
  background-color: transparent;
  border-color: transparent;
  outline: none;
  color: #fff
}

.newsletter .newstyle .newtext:focus {
  border-color: transparent;
  box-shadow: none
}

.newsletter .btn-newsletter {
  background-color: #161a4b;
  color: #fff;
  border-radius: 20px;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
  margin-right: -10px
}

#myBtn {
  position: fixed;
  bottom: 150px;
  right: 15px;
  z-index: 9;
  border: none;
  outline: none;
  background-color: #161a4b;
  color: white;
  font-size: 14px;
  cursor: pointer;
  padding: 10px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 31, 36, 0.3);
  -moz-box-shadow: 0px 3px 5px 0px rgba(0, 31, 36, 0.3);
  box-shadow: 0px 3px 5px 0px rgba(0, 31, 36, 0.3)
}

#myBtn:hover {
  background-color: #555
}

.social-block {
  display: block
}

@media (max-width: 767px) {
  .social-block {
    display: table;
    margin: 0 auto 5px
  }
}

.social-block a {
  height: 35px;
  width: 35px;
  line-height: 35px;
  text-align: center;
  display: inline-block;
  font-size: 18px;
  color: #fff;
  text-decoration: none;
  margin-right: 7px;
  border-radius: 7px;
  border-bottom: 1px solid #fff
}

.social-block a:hover {
  opacity: 0.7
}

.social-block a.facebook {
  background-color: #4267B2
}

.social-block a.twitter {
  background-color: #00acee
}

.social-block a.linkedin {
  background-color: #0e76a8
}

.social-block a.youtube {
  background-color: #ff0000
}

.upcoming-releases {
  width: 100%;
  display: inline-block;
  padding: 10px 0
}

.upcoming-releases .u-logo1 {
  width: 100px;
  padding: 5px 0;
  display: table;
  margin: 0 auto
}

@media (max-width: 767px) {
  .upcoming-releases .u-logo1 {
    width: 80px
  }
}

.upcoming-releases .u-logo2 {
  width: 150px;
  padding: 5px 0;
  display: table;
  margin: 0 auto
}

@media (max-width: 767px) {
  .upcoming-releases .u-logo2 {
    width: 100px
  }
}

.owl-carousel-style {
  display: block;
  width: 100%;
  position: relative
}

.owl-carousel-style .owl-item img {
  width: auto
}

.owl-carousel-style .owl-nav button.owl-prev i,
.owl-carousel-style .carousel-style .owl-nav button.owl-next i {
  font-size: 25px;
  line-height: 50px;
  font-weight: 600
}

.owl-carousel-style .owl-nav button.owl-prev {
  position: absolute;
  top: 35%;
  left: 0px;
  width: 30px;
  height: 60px;
  background-color: rgba(255, 255, 255, 0.4);
  -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 31, 36, 0.3);
  -moz-box-shadow: 0px 3px 5px 0px rgba(0, 31, 36, 0.3);
  box-shadow: 0px 3px 5px 0px rgba(0, 31, 36, 0.3);
  font-size: 23px
}

.owl-carousel-style .owl-nav button.owl-prev.disabled {
  cursor: not-allowed
}

.owl-carousel-style .owl-nav button.owl-next {
  position: absolute;
  top: 35%;
  right: 0px;
  width: 30px;
  height: 60px;
  background-color: rgba(255, 255, 255, 0.4);
  -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 31, 36, 0.3);
  -moz-box-shadow: 0px 3px 5px 0px rgba(0, 31, 36, 0.3);
  box-shadow: 0px 3px 5px 0px rgba(0, 31, 36, 0.3);
  font-size: 23px
}

.owl-carousel-style .owl-nav button.owl-next.disabled {
  cursor: not-allowed
}

.up-styleblock {
  width: 100%;
  height: 300px;
  padding: 5px;
  border: 2px solid #777;
  border-radius: 5px
}

@media (max-width: 767px) {
  .up-styleblock {
    height: 150px
  }
}

.up-styleblock .imgbsize {
  width: 100% !important;
  height: 100%;
  object-fit: cover;
  border-radius: 5px
}

@media (max-width: 767px) {
  .up-styleblock .imgbsize {
    object-fit: scale-down
  }
}

.all-styleblock {
  width: 100%;
  height: 250px;
  padding: 5px;
  border: 2px solid #777;
  border-radius: 4px;
  display: block
}

@media (max-width: 767px) {
  .all-styleblock {
    height: 150px
  }
}

.all-styleblock .imgbsize {
  width: 100% !important;
  height: 100%;
  border-radius: 5px;
  object-fit: cover
}

@media (max-width: 767px) {
  .all-styleblock .imgbsize {
    object-fit: scale-down
  }
}

.listvideo {
  margin-top: 8px;
  margin-bottom: 15px
}

.listvideo .viewall {
  display: inline-block;
  padding: 10px 15px 8px;
  text-decoration: none;
  color: #fff;
  line-height: 20px;
  background-color: transparent;
  border: 1px solid #fff;
  margin-bottom: 2px;
  font-family: Arial, Helvetica, sans-serif;
  float: right
}

.listvideo .viewall i {
  color: #161a4b
}

@media (max-width: 767px) {
  .listvideo .viewall {
    line-height: 20px;
    padding: 6px 15px 4px
  }
}

.listvideo .viewall:hover {
  background-color: #161a4b;
  color: #fff
}

.listvideo .viewall:hover i {
  color: #fff
}

.heading {
  width: auto;
  float: left;
  font-family: Arial, Helvetica, sans-serif;
  color: #fff;
  font-size: 23px;
  position: relative
}

@media (max-width: 767px) {
  .heading {
    font-size: 20px
  }
}

.heading:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 2px;
  background-color: #161a4b
}

.heading:after {
  content: '';
  position: absolute;
  left: 10px;
  bottom: -5px;
  width: 100%;
  height: 2px;
  background-color: #9A9A9A
}

.v-effect {
  position: relative
}

.v-effect:before {
  content: '';
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 0%;
  bottom: 0;
  z-index: 1;
  opacity: 0;
  border-radius: 5px;
  background-image: linear-gradient(to bottom, #fb7f2f, #e56524, #ce4b19, #b72f0f, #9f0707);
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out
}

.v-effect .time {
  opacity: 0;
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 2;
  color: #fff;
  font-size: 13px;
  font-weight: bold
}

.v-effect .play_icon {
  opacity: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 60px;
  height: 75px;
  margin: auto;
  z-index: 2;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out
}

.v-effect .play_icon:after {
  content: "\e90d";
  font-size: 60px;
  font-family: 'icomoon';
  color: #fff
}

.v-effect .zoom {
  display: block;
  width: 50px;
  height: 50px;
  background-color: #161a4b;
  border-radius: 100%;
  text-align: center;
  color: #fff;
  line-height: 50px;
  font-size: 25px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 2;
  opacity: 0;
  transition: all 0.3s ease-in-out
}

.v-effect .release_content {
  width: 100%;
  padding: 15px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #271212;
  background: linear-gradient(180deg, rgba(39, 18, 18, 0.0761438) 0%, #560202 100%);
  border-radius: 0 0 4px 4px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s
}

.v-effect .release_content p {
  font-family: Arial, Helvetica, sans-serif;
  color: #fff;
  font-size: 15px;
  text-shadow: 1px 1px 1px #000;
  line-height: 25px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 48px;
  margin: 0;
  padding: 0
}

.v-effect:hover:before {
  opacity: 0.7;
  height: 100%
}

.v-effect:hover .time {
  opacity: 1
}

.v-effect:hover .release_content {
  bottom: 15px;
  z-index: 1;
  background: transparent
}

.v-effect:hover .release_content p {
  color: #fff
}

.v-effect:hover .play_icon {
  opacity: 1
}

.v-effect:hover .play_icon:hover:after {
  content: "\e90e"
}

.v-effect:hover .zoom {
  opacity: 1
}

.subcontent {
  width: 30%;
  float: left;
  padding-top: 10px;
  padding-left: 40px;
  font-size: 15px;
  font-family: Arial, Helvetica, sans-serif;
  position: relative
}

@media (max-width: 767px) {
  .subcontent {
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
    padding-left: 0px
  }
}

.subcontent i {
  font-size: 25px;
  color: #161a4b;
  position: absolute;
  top: 1px;
  left: 0
}

@media (max-width: 767px) {
  .subcontent i {
    top: 4px;
    margin-right: 4px;
    position: relative
  }
}

.btn-style-one {
  position: relative;
  display: inline-block;
  font-size: 15px;
  line-height: 20px;
  color: #000;
  padding: 9px 15px;
  font-weight: 700;
  border-radius: 0;
  overflow: hidden;
  text-transform: uppercase;
  font-family: Arial, Helvetica, sans-serif;
  top: 2px
}

.btn-style-one i {
  margin-right: 8px;
  display: inline-block;
  transform: rotate(135deg);
  position: relative;
  top: 4px;
  height: 15px;
  transition: .5s;
  position: relative
}

.btn-style-one:hover i {
  transform: rotate(90deg)
}

.btn-style-one:hover {
  color: #fff
}

.btn-style-one:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0%;
  content: "";
  background-color: #161a4b;
  transition: .5s
}

.btn-style-one:hover:before {
  width: 100%
}

.btn-style-one span {
  position: relative
}

.otherbanner {
  width: 100%;
  display: block;
  position: relative
}

.abouticon {
  display: inline-block;
  width: 50px;
  height: 50px;
  background-color: #161a4b;
  border-radius: 100%;
  text-align: center;
  color: #fff;
  line-height: 50px;
  font-size: 25px
}

.blockcontent {
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
  border-radius: 6px;
  background-color: #191919;
  padding: 20px 20px 10px
}

.blockcontent-white {
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
  border-radius: 6px;
  background-color: #fff;
  padding: 20px 20px 10px;
  color: #000
}

.director-styleblock {
  width: 100%;
  height: 100%;
  padding: 5px;
  border: 2px solid #777;
  border-radius: 4px;
  display: block;
  position: relative
}

.director-styleblock .imgbsize {
  width: 100%;
  height: 300px;
  border-radius: 5px;
  object-fit: cover
}

.director-styleblock .content-director {
  padding: 10px;
  display: block
}

.press-styleblock {
  width: 100%;
  height: 400px;
  padding: 5px;
  border: 2px solid #777;
  border-radius: 4px;
  display: block
}

@media (max-width: 1400px) {
  .press-styleblock {
    height: 360px
  }
}

@media (max-width: 767px) {
  .press-styleblock {
    height: 250px
  }
}

.press-styleblock .imgbsize {
  width: 100%;
  height: 100%;
  border-radius: 5px;
  object-fit: scale-down
}

.gallery-styleblock {
  width: 100%;
  height: 300px;
  padding: 5px;
  border: 2px solid #777;
  border-radius: 4px;
  display: block;
  color: #fff;
  cursor: pointer
}

@media (max-width: 767px) {
  .gallery-styleblock {
    height: 200px
  }
}

.gallery-styleblock:hover {
  color: #fff
}

.gallery-styleblock .imgbsize {
  width: 100% !important;
  height: 100%;
  border-radius: 6px;
  object-fit: cover
}

.gallery-styleblock h3 {
  margin-bottom: 0
}

.nav-link.active {
  background-color: #161a4b;
  color: #fff
}

.mapbox {
  width: 100%;
  padding: 20px;
  min-height: 250px;
  display: block
}

.aboutimg {
  width: 100%;
  display: block
}

.aboutimg .aboutsizeblock {
  float: left;
  width: 50%;
  height: 140px;
  display: block;
  background-color: #ccc;
  border: 1px solid #F2F5FA
}

.aboutimg .aboutsizeblock .imgsize {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.aboutimg .aboutsizeblock:nth-child(2) {
  background-color: #161a4b;
  padding: 20px 15px 10px;
  color: #fff;
  text-align: center;
  font-weight: bold;
  text-shadow: 2px 1px 1px #000
}

.aboutimg .aboutsizeblock:nth-child(2) i {
  font-size: 35px
}

.aboutimg .aboutsizeblock:nth-child(3) {
  background-color: #50b948;
  color: #fff;
  text-shadow: 2px 1px 1px #000;
  padding: 10px 15px;
  text-align: center;
  font-weight: bold
}

.aboutimg .aboutsizeblock:nth-child(3) i {
  font-size: 35px
}

ul.technology-list {
  width: 100%;
  margin: 10px 0;
  padding: 0;
  list-style: none;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

ul.technology-list li {
  width: 20%;
  float: left;
  padding: 5px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}

@media (max-width: 767px) {
  ul.technology-list li {
    width: 50%
  }
}

ul.technology-list4 {
  width: 100%;
  margin: 10px 0;
  padding: 0;
  list-style: none;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

ul.technology-list4 li {
  width: 25%;
  float: left;
  padding: 5px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}

@media (max-width: 767px) {
  ul.technology-list4 li {
    width: 50%
  }
}

.te-block {
  background-color: rgba(255, 255, 255, 0.8);
  width: 100%;
  height: 100%;
  position: relative;
  text-align: center;
  padding: 20px;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  transition: all 0.6s ease
}

.te-block.addborder {
  border: 1px solid #efefef;
  padding: 15px;
  background-color: #fff
}

.te-block:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 35px;
  height: 35px;
  border-top: 2px solid #161a4b;
  border-left: 2px solid #161a4b;
  display: block;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  transition: all 0.6s ease;
  visibility: hidden
}

.te-block:after {
  content: '';
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 35px;
  height: 35px;
  border-bottom: 2px solid #161a4b;
  border-right: 2px solid #161a4b;
  display: block;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  transition: all 0.6s ease;
  visibility: hidden
}

.te-block i {
  font-size: 45px;
  color: #161a4b
}

.te-block p {
  margin: 0;
  padding: 0;
  font-family: "Oswald", sans-serif;
  font-size: 18px
}

.te-block.chooseblock {
  border: 1px solid #efefef;
  padding: 15px 20px;
  background-color: #fff;
  text-align: inherit;
  font-size: inherit;
  -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 31, 36, 0.3);
  -moz-box-shadow: 0px 3px 5px 0px rgba(0, 31, 36, 0.3);
  box-shadow: 0px 3px 5px 0px rgba(0, 31, 36, 0.3)
}

.te-block.chooseblock p {
  margin: 0;
  padding: 0;
  font-size: inherit;
  font-family: inherit
}

.te-block:hover {
  background-color: #fff
}

.te-block:hover:before {
  visibility: visible;
  top: 10px;
  left: 10px
}

.te-block:hover:after {
  visibility: visible;
  bottom: 10px;
  right: 10px
}

.clients-section {
  position: relative;
  z-index: 1
}

.clients-section:after {
  content: '';
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80px;
  z-index: 1
}

.clients-section .clients {
  position: relative;
  z-index: 2
}

.c-imgsize {
  height: 90px;
  margin: 0 auto;
  display: table;
  object-fit: scale-down
}

.c-shadow {
  -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 31, 36, 0.3);
  -moz-box-shadow: 0px 3px 5px 0px rgba(0, 31, 36, 0.3);
  box-shadow: 0px 3px 5px 0px rgba(0, 31, 36, 0.3);
  margin: 2px;
  margin-bottom: 6px
}

ul.our-client {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none
}

ul.our-client li {
  width: 20%;
  float: left;
  padding: 5px
}

@media (max-width: 767px) {
  ul.our-client li {
    width: 50%
  }
}

ul.our-client li .imgsize {
  width: 100%;
  height: 100px;
  object-fit: scale-down
}

ul.choose-us {
  width: 100%;
  margin: 0;
  padding: 0 5px;
  list-style: none;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

ul.choose-us li {
  width: 25%;
  float: left;
  padding: 5px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}

@media (max-width: 767px) {
  ul.choose-us li {
    width: 50%
  }
}

ul.choose-us2 {
  width: 100%;
  margin: 0;
  padding: 0 5px;
  list-style: none;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

ul.choose-us2 li {
  width: 20%;
  float: left;
  padding: 5px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}

@media (max-width: 767px) {
  ul.choose-us2 li {
    width: 100%
  }
}

ul.choose-us3 {
  width: 100%;
  margin: 0;
  padding: 0 5px;
  list-style: none;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

ul.choose-us3 li {
  width: 33.333%;
  float: left;
  padding: 5px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}

@media (max-width: 767px) {
  ul.choose-us3 li {
    width: 100%
  }
}

ul#counter {
  padding: 15px 5px 20px;
  margin: 0;
  list-style: none;
  display: block;
  width: 100%;
  position: relative;
  z-index: 2
}

ul#counter li {
  width: 25%;
  float: left;
  text-align: center;
  margin-bottom: 5px
}

@media (max-width: 767px) {
  ul#counter li {
    width: 50%
  }
}

ul#counter li .counterblock {
  width: 180px;
  height: 180px;
  display: inline-block;
  border: 10px solid #CBCBCB;
  border-radius: 50%;
  text-align: center;
  padding-top: 40px;
  background-color: #fff;
  -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 31, 36, 0.3);
  -moz-box-shadow: 0px 3px 5px 0px rgba(0, 31, 36, 0.3);
  box-shadow: 0px 3px 5px 0px rgba(0, 31, 36, 0.3)
}

@media (max-width: 767px) {
  ul#counter li .counterblock {
    width: 170px;
    height: 170px
  }
}

ul#counter li .counterblock h2 {
  width: auto;
  display: inline-block;
  font-size: 37px;
  color: #161a4b
}

ul#counter li .counterblock h2 span {
  display: none
}

ul#counter li .counterblock sup {
  display: inline-block;
  font-size: 18px;
  position: relative;
  top: -7px;
  left: 3px
}

@media (max-width: 767px) {
  ul#counter li .counterblock sup {
    font-size: 14px
  }
}

ul#counter li .counterblock .n-title {
  color: #000;
  font-weight: bold;
  line-height: 18px
}

ul.presslist {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  display: block
}

ul.presslist li {
  float: left;
  width: 20%;
  padding: 8px;
  display: block
}

@media (max-width: 991px) {
  ul.presslist li {
    width: 25%
  }
}

@media (max-width: 767px) {
  ul.presslist li {
    width: 50%
  }
}

.profile em {
  color: #29C7FF
}

.other-banner {
  width: 100%;
  position: relative;
  display: block;
  overflow: hidden
}

.other-banner img {
  width: 100%
}

.other-banner .blockside {
  width: 250px;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #efefef;
  z-index: 1
}

@media (max-width: 992px) {
  .other-banner .blockside {
    display: none
  }
}

.other-banner .blockside:after {
  content: '';
  position: absolute;
  top: -60px;
  left: 97%;
  z-index: 3;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 451px 0 243px 150px;
  border-color: transparent transparent transparent #efefef
}

@media (max-width: 767px) {
  .other-banner {
    height: 100px
  }

  .other-banner img {
    width: auto;
    height: 100%
  }
}

.other-banner .overlay {
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0
}

.other-banner .content {
  position: absolute;
  bottom: 10px;
  left: 0px;
  display: block;
  width: 100%;
  margin: auto;
  z-index: 3
}

@media (max-width: 992px) {
  .other-banner .content {
    color: #fff
  }
}

.other-banner .content .pagename {
  width: auto;
  display: inline-block;
  margin-right: 10px
}

.other-banner .content .searchbox {
  width: 40%;
  display: inline-block;
  margin-left: 30px
}

@media (max-width: 767px) {
  .other-banner .content .searchbox {
    width: 100%;
    margin-left: 0;
    top: 15px;
    position: relative
  }
}

.other-banner .content .searchbox .form-control {
  height: 45px;
  border-radius: 25px 0 0 25px;
  outline: none;
  padding-left: 20px;
  box-shadow: none
}

.other-banner .content .searchbox .form-control:focus {
  border-right: none
}

.other-banner .content .searchbox .btn {
  height: 45px;
  font-size: 20px;
  color: #161a4b;
  border-radius: 0 25px 25px 0;
  border-left: none;
  cursor: pointer
}

.other-banner .content h1 {
  margin-bottom: 2px
}

.portfolio {
  display: block;
  width: 100%;
  margin-top: 10px
}

.portfolio .filters {
  text-align: center;
  display: block
}

.portfolio .filters ul {
  padding: 0;
  margin: 0;
  list-style: none
}

.portfolio .filters ul li {
  display: inline-block;
  padding: 10px 20px;
  cursor: pointer;
  position: relative;
  background-color: transparent;
  font-family: "Oswald", sans-serif;
  font-size: 17px;
  margin-bottom: 5px
}

.portfolio .filters ul li:after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 2px;
  left: 0;
  bottom: 0;
  background: #161a4b;
  transition: width 350ms ease-out
}

.portfolio .filters ul li:hover:after {
  width: 100%
}

.portfolio .filters ul li.active {
  color: #161a4b
}

.portfolio .filters ul li.active:after {
  width: 100%
}

.portfolio .filters-content {
  display: block
}

.portfolio .filters-content .show {
  opacity: 1;
  visibility: visible;
  transition: all 350ms
}

.portfolio .filters-content .hide {
  opacity: 0;
  visibility: hidden;
  transition: all 350ms
}

.portfolio .filters-content ul.grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
  width: 100%
}

.portfolio .filters-content ul.grid li {
  width: 25%;
  float: left;
  display: block;
  margin: 0;
  padding: 2px;
  -webkit-transition: all 0.9s ease;
  -moz-transition: all 0.9s ease;
  -o-transition: all 0.9s ease;
  -ms-transition: all 0.9s ease;
  transition: all 0.9s ease
}

@media (max-width: 767px) {
  .portfolio .filters-content ul.grid li {
    width: 100%
  }
}

.portfolio .filters-content ul.grid li a {
  position: relative;
  display: block;
  background: url(../images/bg-logo.png) no-repeat center
}

.portfolio .filters-content ul.grid li a:before {
  width: 0%;
  height: 0%;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  margin: auto;
  content: '';
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  transition: all 0.6s ease
}

.portfolio .filters-content ul.grid li a:after {
  width: 0px;
  height: 0px;
  border: 1px solid #fff;
  border-radius: 50%;
  line-height: 0px;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
  margin: auto;
  content: 'VIEW';
  font-size: 0;
  color: #fff;
  font-weight: bold;
  visibility: hidden;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  transition: all 0.6s ease
}

.portfolio .filters-content ul.grid li a:hover:before {
  width: 80%;
  height: 80%
}

.portfolio .filters-content ul.grid li a:hover:after {
  visibility: visible;
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 13px
}

.portfolio .filters-content ul.grid li a.pblock:hover:before {
  width: 100%;
  height: 100%
}

.portfolio .filters-content ul.grid li a .pfooter {
  width: 100%;
  padding: 5px 10px;
  background-color: #161a4b;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  font-size: 13px;
  text-align: center;
  color: #fff
}

.portfolio .filters-content ul.grid li a .pfooter span {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-top: 2px;
  padding-bottom: 2px
}

.portfolio .filters-content ul.grid li .imgsize-block {
  width: 100%;
  height: 300px;
  object-fit: cover
}

.portfolio .filters-content ul.grid li .pro-imgsize {
  width: 100%;
  height: 440px;
  object-fit: cover
}

.co-accordion .accordion-item {
  margin-bottom: 15px;
  background-color: #fff;
  -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 31, 36, 0.3);
  -moz-box-shadow: 0px 3px 5px 0px rgba(0, 31, 36, 0.3);
  box-shadow: 0px 3px 5px 0px rgba(0, 31, 36, 0.3);
  position: relative;
  z-index: 2
}

.co-accordion .accordion-item h2 {
  margin: 0
}

.co-accordion .accordion-item .blockheading {
  width: 95%;
  display: block
}

.co-accordion .accordion-item:nth-of-type(4n+0) .accordion-header {
  background-color: #B1DEA9
}

.co-accordion .accordion-item:nth-of-type(4n+1) .accordion-header {
  background-color: #C5EAFB
}

.co-accordion .accordion-item:nth-of-type(4n+2) .accordion-header {
  background-color: #E8C2B7
}

.co-accordion .accordion-item:nth-of-type(4n+3) .accordion-header {
  background-color: #B3B9F1
}

.contact-w-bloak {
  width: 90%;
  margin: 0 auto
}

@media (max-width: 767px) {
  .contact-w-bloak {
    width: 100%
  }
}

@media (max-width: 767px) {
  .m-bottom {
    margin-bottom: 10px
  }
}

.contactblock {
  width: 100%;
  height: 100%;
  position: relative;
  padding: 20px;
  border-radius: 5px;
  background-color: #fff;
  -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 31, 36, 0.3);
  -moz-box-shadow: 0px 3px 5px 0px rgba(0, 31, 36, 0.3);
  box-shadow: 0px 3px 5px 0px rgba(0, 31, 36, 0.3);
  text-align: center
}

.contactblock .iconblock {
  background: #161a4b;
  color: #fff;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  font-size: 20px;
  border: 1px solid #fff;
  line-height: 50px;
  vertical-align: middle;
  display: inline-block
}

.all-services {
  display: block;
  width: 100%;
  padding: 10px 0 20px 0;
  position: relative;
  z-index: 2
}

@media (max-width: 767px) {
  .all-services {
    padding: 10px 0 0 0
  }
}

.all-services ul {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  display: inline-block;
  text-align: center
}

@media (max-width: 999px) {
  .all-services ul {
    overflow: auto;
    white-space: nowrap;
    padding-bottom: 10px
  }
}

.all-services ul li {
  width: 13.444%;
  display: inline-block;
  text-align: center;
  vertical-align: top
}

@media (max-width: 999px) {
  .all-services ul li {
    width: 40%;
    padding-top: 15px
  }
}

.all-services ul li .features-box {
  width: 90px;
  height: 90px;
  position: relative;
  margin: auto
}

.all-services ul li .features-box:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 90px;
  height: 90px;
  border-radius: 20px;
  transform: rotate(45deg);
  background-image: linear-gradient(to bottom, #161a4b, #00457f, #007091, #00987a, #50b948);
  -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 31, 36, 0.3);
  -moz-box-shadow: 0px 3px 5px 0px rgba(0, 31, 36, 0.3);
  box-shadow: 0px 3px 5px 0px rgba(0, 31, 36, 0.3);
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  transition: all 0.6s ease
}

.all-services ul li:hover .features-box:before {
  background-image: linear-gradient(to top, #161a4b, #00457f, #007091, #00987a, #50b948);
  transform: rotate(-45deg)
}

.all-services ul li a {
  display: block;
  position: relative;
  z-index: 2
}

.all-services ul li a img {
  filter: brightness(0) invert(1)
}

.all-services ul li span {
  display: block;
  width: 100%;
  font-size: 18px;
  font-family: "Oswald", sans-serif;
  color: #161a4b;
  text-align: center;
  margin-top: 17px
}

.aboutimgnew {
  width: 50vw;
  position: relative;
  float: right
}

@media (max-width: 991px) {
  .aboutimgnew {
    width: inherit
  }
}

.aboutimgnew img {
  border-radius: 0 100px 100px 0;
  width: 100%
}

.project-block {
  width: 100%;
  display: inline-block;
  background-color: #fff;
  z-index: 11;
  position: relative
}

.project-block ul {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  display: block
}

.project-block ul li {
  width: 25%;
  float: left;
  height: 300px;
  display: block;
  background-color: #efefef
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .project-block ul li {
    width: 100%
  }
}

.project-block ul li .project-heading {
  padding: 50px 20px 0 50px;
  display: block;
  color: #fff
}

.project-block ul li:first-child {
  width: 50%;
  background-color: #161a4b
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .project-block ul li:first-child {
    width: 100%
  }
}

.project-image-block {
  width: 100%;
  display: block;
  overflow: hidden;
  height: 300px;
  position: relative;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  transition: all 0.6s ease
}

.project-image-block .pingsize {
  width: 100%;
  height: 300px;
  object-fit: cover
}

.project-image-block .corner-1,
.project-image-block .corner-2 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1
}

.project-image-block .corner-1:after,
.project-image-block .corner-1:before,
.project-image-block .corner-2:after,
.project-image-block .corner-2:before {
  content: '';
  position: absolute;
  background-color: #fff;
  display: block;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  transition: all 0.6s ease
}

.project-image-block .corner-1:before {
  bottom: 15px;
  left: 15px;
  width: 2px;
  height: 0%
}

.project-image-block .corner-1:after {
  bottom: 15px;
  right: 15px;
  width: 0%;
  height: 2px
}

.project-image-block .corner-2:after {
  top: 15px;
  right: 15px;
  width: 2px;
  height: 0%
}

.project-image-block .corner-2:before {
  top: 15px;
  left: 16px;
  width: 0%;
  height: 2px
}

.project-image-block .project-image-block-content {
  position: absolute;
  width: 70%;
  color: #fff;
  text-align: center;
  top: -100%;
  left: 0;
  z-index: 4;
  opacity: 1;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  transition: all 0.6s ease
}

.project-image-block .details {
  width: auto;
  display: table;
  padding: 8px 25px;
  margin: 20px auto 0;
  border: 1px solid #fff;
  border-radius: 20px;
  color: #fff;
  font-size: 15px;
  text-align: center
}

.project-image-block .details:hover {
  background-color: #fff;
  color: #161a4b
}

.project-image-block:hover:before {
  content: '';
  background-color: #161a4b;
  opacity: 0.9;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%
}

.project-image-block:hover .corner-1:before {
  height: 90%
}

.project-image-block:hover .corner-1:after {
  width: 92%
}

.project-image-block:hover .corner-2:after {
  height: 90%
}

.project-image-block:hover .corner-2:before {
  width: 92%
}

.project-image-block:hover .project-image-block-content {
  height: 170px;
  color: #fff;
  text-align: center;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
  margin: auto
}

.btn-theme {
  color: #161a4b;
  padding: 8px 30px;
  border-radius: 20px;
  margin-top: 2px;
  margin-bottom: 2px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  border: 1px solid #161a4b;
  -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 31, 36, 0.3);
  -moz-box-shadow: 0px 3px 5px 0px rgba(0, 31, 36, 0.3);
  box-shadow: 0px 3px 5px 0px rgba(0, 31, 36, 0.3)
}

.btn-theme.white,
.btn-theme.white-white {
  border: 1px solid #fff;
  color: #fff
}

.btn-theme:hover {
  background-color: #161a4b;
  color: #fff
}

.btn-theme.white-white:hover {
  background-color: #fff;
  color: #161a4b
}

.guarantee-results {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center
}

.guarantee-results .quality {
  width: 100%;
  display: block
}

.guarantee-results .btn-freequote {
  padding: 8px 30px;
  border-radius: 5px;
  border: 1px solid #161a4b;
  color: #161a4b;
  margin: 2px
}

.guarantee-results .btn-freequote:hover {
  background-color: #161a4b;
  color: #fff
}

.guarantee-results .btn-freequote.blue {
  background-color: #161a4b;
  color: #fff
}

.guarantee-results .btn-freequote.blue:hover {
  background-color: #fff;
  color: #161a4b
}

.c-contentweb {
  display: block;
  position: relative;
  z-index: 1
}

.development-block {
  position: relative
}

@media (max-width: 991px) {
  .development-block {
    width: inherit
  }
}

.projectblock {
  position: relative;
  z-index: 3;
  display: block
}

.projectblock:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  width: 100%;
  height: 50px;
  background-color: #fff
}

.projectblock .projects {
  position: relative;
  z-index: 3
}


/*===========================
        08-01-2022
===========================*/

/* The Modal (background) */
.mymodal .modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 99;
  /* Sit on top */
  padding-top: 100px;
  /* Location of the box */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: rgba(0, 0, 0, 0.8);
  /* Black w/ opacity */
}

/* Modal Content */
.mymodal .modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 40%;
  margin-top: -50px;
  margin-bottom: 40px;
}

/* The Close Button */
.mymodal .close {
  color: #fff !important;
  /* float: right; */
  font-size: 28px;
  font-weight: bold;
  position: absolute;
  right: -15px;
  top: -17px;
  background: #50b948;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
}

.mymodal .close:hover,
.mymodal .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.mymodal .form-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

.mymodal .form-row>.col,
.mymodal .form-row>[class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}

.mymodal .form-group {
  margin-bottom: 1rem;
}

.mymodal label {
  margin-bottom: 0.5rem;
}

.mymodal .form-check {
  padding-left: 36px;
}

@media (max-width: 767px) {
  .mymodal .modal-content {
    width: 90%;
    margin-top: -70px;
    margin-bottom: 30px;
  }
}

.blog-card {
  border-radius: 10px;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.blog-card:hover {
  transform: scale(1.05);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.blog-card img {
  height: 200px;
  object-fit: cover;
}

.blog-title {
  font-size: 1.2rem;
  font-weight: bold;
  margin-top: 10px;
}

.blog-meta {
  font-size: 0.9rem;
  color: #888;
}

.read-more {
  text-decoration: none;
  color: #007bff;
}

.read-more:hover {
  text-decoration: underline;
}

/* Animation */
.blog-card {
  opacity: 0;
  animation: fadeIn 1s forwards;
}

.blog-card:nth-child(even) {
  animation-delay: 0.3s;
}

.blog-card:nth-child(odd) {
  animation-delay: 0.5s;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}


/* Blog Title */
.blog-detail-title {
  font-size: 2.5rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}

/* Metadata Section */
.blog-meta {
  font-size: 0.9rem;
  color: #888;
  text-align: center;
  margin-bottom: 10px;
}

/* Blog Main Image */
.blog-detail-image img {
  max-width: 60%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

/* Social Share Buttons */
.blog-share-buttons {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-bottom: 20px;
}

.blog-share-buttons a {
  text-decoration: none;
  color: white;
  padding: 10px 15px;
  border-radius: 5px;
  transition: background-color 0.3s;
  font-size: 0.9rem;
}

.blog-share-buttons .facebook {
  background: #4267B2;
}

.blog-share-buttons .twitter {
  background: #1DA1F2;
}

.blog-share-buttons .linkedin {
  background: #2867B2;
}

.blog-share-buttons a:hover {
  opacity: 0.9;
}

/* Blog Section */
.blog-content-section {
  margin-bottom: 2rem;
}

.blog-content-section h2 {
  font-size: 1.8rem;
  margin-top: 20px;
  margin-bottom: 10px;
}

.blog-content-section img {
  max-width: 100%;
  height: auto;
  margin: 20px 0;
  border-radius: 5px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

/* Separator */
.blog-section-divider {
  border: none;
  height: 1px;
  background: #ddd;
  margin: 40px 0;
}


/*===========================
        08-01-2022
===========================*/