@charset "UTF-8";
@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800;900&display=swap);
body {
  font-family: "Twemoji Country Flags","Poppins", sans-serif;
  margin: 0;
  box-sizing: border-box;
  padding: 0;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: rgba(20, 75, 131, 0.61);
  color: white;
  cursor: pointer;
  padding: 10px;
  border-radius: 200px;
}

#myBtn:hover {
  background-color: #00458a;
}


.tabBtn{
  margin: 10px 10px 10px 10px;
  padding: 10px 20px 10px 20px;
  border: #0c2957 solid medium;
  border-radius: 20px;
  min-width: 300px;
}
.tabBtn:hover{
  transition: transform .2s; /* Animation */
  box-shadow: rgba(20, 75, 131, 0.45) 0px 0px 10px 0px;
  cursor: pointer;
}

.tabBtnActive{
 background-color: #0c2957;
  color: #fafafa;
}

ul, ol {
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}
header .my-nav .menu-items .menu ul li a:hover{
  /*color: rgb(255, 115, 0);*/
  transition: .2s;
  /*display: block;*/
  /*border-bottom: #fd4a36 solid thin;*/
  font-size: large;
}
header .my-nav .menu-items .menu ul ul{
  position: absolute;
  padding: 0;
  min-width: 300px;
  display: none;
  top: 100%;
  /*left: 0;*/
}
@media screen and (max-width: 767.98px) {
  header .my-nav .menu-items .menu ul ul {
    position: absolute;
    padding: 0;
    /*min-width: 300px;*/
    display: none;
    top: 100%;  }
}
header .my-nav .menu-items .menu ul ul li {
  position: relative;
  border-top: #29292a solid thin;
  /*margin-top: 20px;*/
}
@media screen and (max-width: 767.98px) {
  header .my-nav .menu-items .menu ul ul li {
    border-top: transparent;
    line-height: 20px;
  }
}
@media screen and (max-width: 767.98px) {
  .lang {
    display: none;
  }
}
header .my-nav .menu-items .menu ul ul li:hover a {
  /*background: rgba(21, 99, 178, 0.3);*/
  /*display: flex;*/
}

header .my-nav .menu-items .menu ul li:hover>ul {
  display: grid;
  transition: 0.5s;
  /*margin-right:500px;*/
  /*display: inline-grid;*/
  /*display: flex;*/
  margin: 0 -50px;
  line-height: 40px;
  align-content: flex-start;
  background: rgba(252, 252, 252, 0.94);
}
@media screen and (max-width: 767.98px) {
  header .my-nav .menu-items .menu ul li:hover>ul {
    display: contents;
    margin: 0;
    /*line-height: 40px;*/
  }
}

header .my-nav .menu-items .menu ul ul li {
  position: relative;
}



p {
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

input:focus, input:active {
  box-shadow: none !important;
}

img {
  max-width: 100%;
  width: 100%;
}
@media screen and (max-width: 767.98px) {
  img {
    max-width: 200%;
    width: 100%;
  }
}



.p-t-0 {
  padding-top: 0 !important;
}

.p-b-0 {
  padding-bottom: 0 !important;
}

section {
  padding: 3.125rem 0;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 575.98px) {
  section {
    padding: 1.25rem 0;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  section {
    padding: 1.875rem 0;
  }
}

.container {
  max-width: 1170px;
}
@media screen and (max-width: 575px) {
  .container {
    padding: 0px 15px;
    max-width: 100%;
    width: 100%;
  }
}

html {
  scroll-behavior: smooth;
}

header .sub-01 {
  background: #202C45;
  position: relative !important;
}


header .my-nav {
  position: absolute;
  width: 100%;
  z-index: 999;
  padding: 10px 0px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.1);
}
header .my-nav .nav-items {
  display: flex;
  flex-wrap: wrap;
  flex: 1 1 100%;
  max-width: 100%;
  width: 100%;
  align-content: center;
  position: relative;
}
header .my-nav .nav-items .menu-toggle {
  top: 1.375rem;
  position: absolute;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: ease-in-out 0.5s;
  visibility: hidden;
  opacity: 0;
}
@media screen and (max-width: 767.98px) {
  header .my-nav .nav-items .menu-toggle {
    visibility: visible;
    opacity: 1;
  }
}
header .my-nav .nav-items .menu-toggle .menu-burger {
  width: 30px;
  height: 3px;
  background: #1563b2;
  transition: ease-in-out 0.5s;
  box-shadow: 0 2px 5px rgba(7, 121, 239, 0.45);
  z-index: 99;
}
header .my-nav .nav-items .menu-toggle .menu-burger::before {
  position: absolute;
  content: "";
  width: 30px;
  height: 3px;
  background: #16579a;
  transition: ease-in-out 0.1s;
  transform: translatey(-10px);
  box-shadow: 0 2px 5px rgba(21, 99, 178, 0.44);
}
header .my-nav .nav-items .menu-toggle .menu-burger::after {
  position: absolute;
  content: "";
  width: 30px;
  height: 3px;
  background: #16599d;
  transition: ease-in-out 0.1s;
  transform: translatey(10px);
  box-shadow: 0 2px 5px rgba(21, 99, 178, 0.44);
}
header .my-nav .logo {
  width: 30%;
  flex: 1 1 30%;
  max-width: 30%;
}
@media screen and (max-width: 767.98px) {
  header .my-nav .logo {
    flex: 1 1 100%;
    max-width: 100%;
    width: 100%;
  }
}
header .my-nav .logo img {
  width: unset;
}
header .my-nav .menu-items {
  flex: 1 1 70%;
  max-width: 70%;
  width: 70%;
  position: relative;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767.98px) {
  header .my-nav .menu-items {
    flex: 1 1 100%;
    max-width: 100%;
    width: 100%;
  }
}
header .my-nav .menu-items .menu {
  display: block;
  position: relative;
  text-align: right;
  width: 100%;
  transition: ease-in-out 0.5s;
}
@media screen and (max-width: 767.98px) {
  header .my-nav .menu-items .menu {
    text-align: left;
    display: none;
  }
}
header .my-nav .menu-items .menu ul li {
  display: inline-block;
  padding: 0px 10px;
}
@media screen and (max-width: 767.98px) {
  header .my-nav .menu-items .menu ul li {
    display: block;
    padding: 10px;
  }
}

header .my-nav .menu-items .menu ul li a {
  font-size: 16px;
  font-weight: 700;
  color: rgb(20, 75, 131);
  padding: 0px 10px;
}
@media screen and (max-width: 767.98px) {
  header .my-nav .menu-items .menu ul li a {
    padding: 8px;
  }
}

.og-hf {
  background: #ffffff;
  position: fixed;
  height: 66px;
  z-index: 999;
  width: 100%;
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -ms-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: all 1s ease-out;
}
.og-hf .my-nav {
  background: #ffffff;
}

.menu-burger.active {
  background: rgba(0, 0, 0, 0) !important;
  box-shadow: none !important;
}

.menu-burger.active::before {
  transform: rotate(45deg) !important;
}

.menu-burger.active::after {
  transform: rotate(135deg) !important;
}

.menu.active {
  display: block !important;
  transition: ease-in-out 0.1s;
  background: rgba(255, 255, 255, 0.06);
}

.og-hf .menu.active {
  background: rgba(255, 255, 255, 0.18);
}

main .slider {
  padding: 0;
}

#carouselExampleIndicators{
  margin-top: 10px;

}
@media screen and (max-width: 767.98px) {
  #carouselExampleIndicators{
    margin-top: 90px;


  }
}


main .slider #carouselExampleIndicators .carousel-item .banner-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767.98px) {
  main .slider #carouselExampleIndicators .carousel-item .banner-content {
    display: none;
  }
}
main .slider #carouselExampleIndicators .carousel-item .banner-content h1 {
  color: #fff;
  text-transform: uppercase;
  font-size: 3rem;
  letter-spacing: 1px;
  text-align: center;
  font-weight: 300;
  position: relative;
  margin: 0 0 0.625rem 0;
}
main .slider #carouselExampleIndicators .carousel-item .banner-content h1::after {
  position: absolute;
  content: "";
  right: -70px;
  top: 30px;
  width: 55px;
  height: 0.125rem;
  background: #fff;
}
main .slider #carouselExampleIndicators .carousel-item .banner-content h1::before {
  position: absolute;
  content: "";
  left: -70px;
  top: 30px;
  width: 55px;
  height: 0.125rem;
  background: #fff;
}
main .slider #carouselExampleIndicators .carousel-item .banner-content h1 span {
  display: block;
}
main .slider #carouselExampleIndicators .carousel-item .banner-content ol li {
  display: inline-block;
  margin: 0.625rem 0.75rem;
  position: relative;
  padding: 0.3125rem 0.8125rem;
  border: solid 0.0625rem #fff;
  position: relative;
  transition: all ease-in-out 0.5s;
}
main .slider #carouselExampleIndicators .carousel-item .banner-content ol li:hover {
  background: #fff;
}
main .slider #carouselExampleIndicators .carousel-item .banner-content ol li:hover a {
  color: #fd4a36;
}
main .slider #carouselExampleIndicators .carousel-item .banner-content ol li:hover:nth-child(1) {
  background: #fd4a36;
  border-color: #fd4a36;
}
main .slider #carouselExampleIndicators .carousel-item .banner-content ol li:hover:nth-child(1) a {
  color: #fff;
}
main .slider #carouselExampleIndicators .carousel-item .banner-content ol li a {
  font-size: 0.9375rem;
  color: #fff;
  text-transform: capitalize;
}
main .slider #carouselExampleIndicators .carousel-item .banner-content ol li:nth-child(1) {
  background: #fff;
}
main .slider #carouselExampleIndicators .carousel-item .banner-content ol li:nth-child(1) a {
  color: #fd4a36;
}
main .slider #carouselExampleIndicators .carousel-indicators li {
  text-indent: unset;
  counter-increment: step-counter;
  position: relative;
  background-color: #fff;
  height: 1.5625rem;
  width: 1.5625rem;
  border-radius: 50%;
  text-align: center;
}
main .slider #carouselExampleIndicators .carousel-indicators li.active {
  background: #fd4a36;
}
main .slider #carouselExampleIndicators .carousel-indicators li.active::before {
  color: #fff;
}
main .slider #carouselExampleIndicators .carousel-indicators li::after {
  content: unset;
}
main .slider #carouselExampleIndicators .carousel-indicators li::before {
  position: absolute;
  color: #0c2957;
  font-size: 0.75rem;
  font-weight: bold;
  content: counter(step-counter);
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bg-01 .heading {
  display: block;
  width: 100%;
  text-align: center;
  margin: 1.25rem 0;
  position: relative;
  z-index: 2;
  transition: all ease-in 0.5s;
}
.bg-01 .heading span {
  display: block;
  margin: 0 0 0.625rem 0;
  color: #174d85;
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.5px;
}
.bg-01 .heading h2 {
  font-size: 1.5625rem;
  text-transform: capitalize;
  font-weight: 600;
  display: inline-block;
  color: #0c2957;
}
.bg-01 .heading p {
  font-size: 0.8125rem;
  display: block;
  margin: 0.625rem 0;
  text-transform: capitalize;
  color: #666666;
}
.bg-01 .wrapper {
  margin: 1.25rem 0;
  position: relative;
  background: #fff;
  border-radius: 0.3125rem;
  text-align: center;
  padding: 1.25rem;
  box-shadow: 0 4px 20px 1px rgba(0, 0, 0, 0.03), 0 1px 4px rgba(0, 0, 0, 0.04);
}
.bg-01 .wrapper .icons {
  display: block;
  margin: 0.3125rem 0;
  position: relative;
}
.bg-01 .wrapper .icons i {
  font-size: 1.875rem;
  color: #174d85;
}
.bg-01 .wrapper .content {
  display: inline-block;
  margin: 0.3125rem 0;
  position: relative;
}
.bg-01 .wrapper .content h4 {
  font-size: 1.125rem;
  color: #0c2957;
  display: block;
  margin: 0 0 0.3125rem 0;
}
.bg-01 .wrapper .content p {
  font-size: 0.8125rem;
  color: #666666;
  display: inline-block;
  line-height: 1.5625rem;
  margin: 0.3125rem 0;
}

.bg-02::before {
  position: absolute;
  content: "";
  right: 0;
  width: 80%;
  height: 100%;
  top: 0;
  background: #f5f4f0;
  z-index: 1;
}
.bg-02 .image {
  position: relative;
  z-index: 2;
}
.bg-02 .heading {
  display: block;
  width: 100%;
  text-align: center;
  margin: 1.25rem 0;
  position: relative;
  z-index: 2;
  transition: all ease-in 0.5s;
  text-align: left;
}
.bg-02 .heading span {
  display: block;
  margin: 0 0 0.625rem 0;
  color: #174d85;
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.5px;
}
.bg-02 .heading h2 {
  font-size: 1.5625rem;
  text-transform: capitalize;
  font-weight: 600;
  display: inline-block;
  color: #0c2957;
}
.bg-02 .heading p {
  font-size: 0.8125rem;
  display: block;
  margin: 0.625rem 0;
  text-transform: capitalize;
  color: #666666;
}
.bg-02 .wrapper {
  position: relative;
  z-index: 2;
  margin: 1.25rem 0;
}
.bg-02 .wrapper .icon {
  display: flex;
  flex-direction: column;
  margin: 0.9375rem 0;
  position: relative;
  align-items: center;
}
.bg-02 .wrapper .icon i {
  display: block;
  height: 3.75rem;
  width: 3.75rem;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.875rem;
  color: #174d85;
  margin: 0 0 0.625rem 0;
  box-shadow: 0 2px 19px 8px rgba(23, 77, 133, 0.07), 0 1px 19px rgba(23, 77, 133, 0.1);
}
.bg-02 .wrapper .icon h4 {
  display: inline-block;
  font-size: 1.5625rem;
  color: #174d85;
  font-weight: 600;
  margin: 0 0 0.625rem 0;
}
.bg-02 .wrapper .icon h5 {
  font-size: 1.125rem;
  color: #0c2957;
  display: block;
  text-transform: uppercase;
  font-weight: 600;
}

.bg-03 {
  background: #fafafa;
}
.bg-03 .heading {
  display: block;
  width: 100%;
  text-align: center;
  margin: 1.25rem 0;
  position: relative;
  z-index: 2;
  transition: all ease-in 0.5s;
}
.bg-03 .heading span {
  display: block;
  margin: 0 0 0.625rem 0;
  color: #174d85;
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.5px;
}
.bg-03 .heading h2 {
  font-size: 1.5625rem;
  text-transform: capitalize;
  font-weight: 600;
  display: inline-block;
  color: #0c2957;
}
.bg-03 .heading p {
  font-size: 0.8125rem;
  display: block;
  margin: 0.625rem 0;
  text-transform: capitalize;
  color: #666666;
}
.bg-03 .wrapper {
  display: block;
  margin: 1.25rem 0;
  position: relative;
  background: #fff;
  border-top: 0.3125rem solid #ff5c00;
  padding: 0.625rem 1.25rem 1.5625rem 1.25rem;
  box-shadow: 0 4px 20px 1px rgba(0, 0, 0, 0.03), 0 1px 4px rgba(0, 0, 0, 0.04);
}
.bg-03 .wrapper .content {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: 0.3125rem 0;
  text-align: center;
}
.bg-03 .wrapper .content i {
  display: block;
  margin: 0 0 0.3125rem 0;
  color: #174d85;
}
.bg-03 .wrapper .content i::before {
  font-size: 3.75rem;
}
.bg-03 .wrapper .content h4 {
  font-size: 1.125rem;
  color: #0c2957;
  text-transform: capitalize;
  display: inline-block;
  margin: 0 0 0.3125rem 0;
  position: relative;
  padding: 0 0 1.25rem 0;
}
.bg-03 .wrapper .content h4::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background: #174d85;
  height: 0.1875rem;
  width: 100%;
  z-index: 1;
}
.bg-03 .wrapper .content h4::after {
  content: "";
  position: absolute;
  left: 20%;
  width: 1.25rem;
  height: 0.1875rem;
  background: #fff;
  bottom: 0;
  z-index: 2;
}
.bg-03 .wrapper .content p {
  font-size: 0.9375rem;
  color: #666666;
  display: block;
  line-height: 1.5625rem;
  margin: 0.3125rem 0;
}

.bg-04 .heading {
  display: block;
  width: 100%;
  text-align: center;
  margin: 1.25rem 0;
  position: relative;
  z-index: 2;
  transition: all ease-in 0.5s;
}
.bg-04 .heading span {
  display: block;
  margin: 0 0 0.625rem 0;
  color: #174d85;
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.5px;
}
.bg-04 .heading h2 {
  font-size: 1.5625rem;
  text-transform: capitalize;
  font-weight: 600;
  display: inline-block;
  color: #0c2957;
}
.bg-04 .heading p {
  font-size: 0.8125rem;
  display: block;
  margin: 0.625rem 0;
  text-transform: capitalize;
  color: #666666;
}
.bg-04 .wrapper {
  display: block;
  margin: 1.25rem 0;
  position: relative;
  box-shadow: rgba(0, 0, 0, 0.08) 0px 30px 30px 0px;
  background: #fff;
  border-radius: 0.625rem;
  transition: all ease 0.5s;
}
.bg-04 .wrapper .head-content {
  background: #f3f4f7;
  padding: 1.25rem 1.875rem;
  position: relative;
  display: inline-block;
  width: 100%;
}
.bg-04 .wrapper .head-content h4 {
  font-size: 1.125rem;
  color: #0c2957;
  text-transform: capitalize;
  font-weight: 600;
}
.bg-04 .wrapper .head-content h5 {
  font-size: 1.25rem;
  font-weight: bold;
  color: #174d85;
}
.bg-04 .wrapper .head-content h5 span {
  font-size: 1rem;
  margin-left: 0.3125rem;
}
.bg-04 .wrapper .inner-content {
  display: inline-block;
  padding: 1.5625rem 1.875rem;
  position: relative;
  margin: 0.625rem 0;
}
.bg-04 .wrapper .inner-content .list-content {
  position: relative;
  display: block;
  margin: 0 auto;
}
.bg-04 .wrapper .inner-content .list-content h5 {
  position: relative;
  padding: 0.625rem 0.9375rem;
  background: #000;
  color: #fff;
  font-size: 1rem;
  text-transform: capitalize;
  font-weight: 600;
  display: block;
  margin: -45px auto 0 auto;
  width: fit-content;
}
.bg-04 .wrapper .inner-content .list-content h5::before {
  content: "";
  position: absolute;
  width: 25px;
  clip-path: polygon(100% 0, 100% 26%, 100% 100%, 0% 100%, 65% 50%, 0% 0%);
  background: #000;
  left: -23px;
  top: 0;
  height: 39px;
  z-index: 1;
}
.bg-04 .wrapper .inner-content .list-content h5::after {
  content: "";
  position: absolute;
  width: 23px;
  clip-path: polygon(100% 0, 26% 50%, 100% 100%, 0% 100%, 0 50%, 0% 0%);
  background: #000;
  right: -23px;
  top: 0;
  height: 39px;
  z-index: 1;
}
.bg-04 .wrapper .inner-content .list-content .active-plan {
  background: #174d85;
}
.bg-04 .wrapper .inner-content .list-content .active-plan::before, .bg-04 .wrapper .inner-content .list-content .active-plan::after {
  background: #174d85;
}
.bg-04 .wrapper .inner-content h6 {
  font-size: 0.9375rem;
  color: #0c2957;
  text-transform: capitalize;
  font-weight: 600;
  text-align: center;
  display: inline-block;
  margin: 1.25rem 0 0.625rem 0;
}
.bg-04 .wrapper .inner-content ol .se-color {
  color: #0c2957;
}
.bg-04 .wrapper .inner-content ol .se-color i {
  color: #174d85;
}
.bg-04 .wrapper .inner-content ol li {
  display: flex;
  align-items: center;
  margin: 0.625rem 0 0;
  padding: 0.625rem 0;
  border-bottom: 1px solid #ddd;
  position: relative;
  font-size: 0.9375rem;
  color: #666666;
}
.bg-04 .wrapper .inner-content ol li i {
  padding-right: 0.625rem;
  font-size: 1.125rem;
}
.bg-04 .wrapper .inner-content a {
  margin: 1.25rem auto 0.625rem auto;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 50px 0px;
  position: relative;
  font-size: 0.875rem;
  border-radius: 1.25rem;
  background-color: #fff;
  padding: 0.3125rem 1.25rem;
  color: #0c2957;
  font-weight: 600;
  display: block;
  width: fit-content;
}
.bg-04 .wrapper .inner-content .active-a {
  background: #174d85;
  color: #fff;
}
.bg-04 .wrapper .inner-content p {
  display: flex;
  justify-content: center;
  font-size: 0.9375rem;
  color: #0c2957;
  text-transform: capitalize;
  margin: 0.9375rem 0 0 0;
  font-weight: 600;
}

.textimonial-client {
  background-image: url(../images/abt-img/bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}
.textimonial-client::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}
.textimonial-client .heading {
  position: relative;
  display: block;
  margin: 1.25rem 0;
  text-align: center;
}
.textimonial-client .heading h2 {
  font-size: 1.25rem;
  color: #fff;
  text-transform: uppercase;
  display: block;
  letter-spacing: 0.5px;
  padding-bottom: 0.3125rem;
  margin: 0.625rem 0;
}
.textimonial-client .heading h2 span {
  color: #174d85;
  margin-right: 0.3125rem;
  position: relative;
  padding-bottom: 0.3125rem;
}
.textimonial-client .heading h2 span::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  background: #fff;
  width: 100%;
  height: 0.125rem;
}
.textimonial-client .wrapper {
  display: block;
  padding: 1.5rem 0;
  margin: 1.25rem 0;
  transition: all ease 0.5s;
  position: relative;
}
.textimonial-client .wrapper .content {
  display: block;
  position: relative;
  color: #fff;
  text-align: center;
}
.textimonial-client .wrapper .content h3 {
  font-size: 1.125rem;
  text-transform: capitalize;
  letter-spacing: 0.5px;
  display: block;
  margin-bottom: 1.25rem;
}
.textimonial-client .wrapper .content p {
  font-size: 1rem;
  line-height: 1.625rem;
  text-transform: capitalize;
  letter-spacing: 0.5px;
  display: block;
  margin-bottom: 1.25rem;
}
.textimonial-client .wrapper .content a {
  display: block;
  position: relative;
  height: 4.375rem;
  width: 4.375rem;
  border-radius: 3.125rem;
  margin: 0.625rem auto 1.25rem;
}
.textimonial-client .wrapper .content a::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #174d85;
  border-radius: 3.125rem;
}
.textimonial-client .wrapper .content a img {
  position: relative;
  height: 4.375rem;
  width: 4.375rem;
  border-radius: 3.125rem;
  padding: 0.125rem;
}
.textimonial-client .carousel-indicators li {
  top: 1.25rem;
  height: 0.625rem;
  width: 0.625rem;
  background: #fff;
  border-radius: 3.125rem;
}
.textimonial-client .carousel-indicators .active {
  background-color: #174d85;
}

.bg-05 {
  padding: 3.125rem 0;
  position: relative;
  overflow: hidden;
}
.bg-05 .heading {
  display: block;
  width: 100%;
  text-align: center;
  margin: 1.25rem 0;
  position: relative;
  z-index: 2;
  transition: all ease-in 0.5s;
  text-align: left;
}
.bg-05 .heading span {
  display: block;
  margin: 0 0 0.625rem 0;
  color: #174d85;
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.5px;
}
.bg-05 .heading h2 {
  font-size: 1.5625rem;
  text-transform: capitalize;
  font-weight: 600;
  display: inline-block;
  color: #0c2957;
}
.bg-05 .heading p {
  font-size: 0.8125rem;
  display: block;
  margin: 0.625rem 0;
  text-transform: capitalize;
  color: #666666;
}
.bg-05 .team-wrapper {
  position: relative;
  margin: 1.875rem 0;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.bg-05 .team-wrapper .team-content {
  padding: 0.625rem 0.9375rem;
  text-align: center;
  display: block;
}
.bg-05 .team-wrapper .team-content h3 {
  font-size: 1.25rem;
  color: #0c2957;
  font-weight: normal;
}
.bg-05 .team-wrapper .team-content p {
  font-size: 1rem;
  color: #666666;
  display: block;
  margin: 0 0 0.3125rem 0;
}
.bg-05 .team-wrapper .team-content ul li {
  display: inline-block;
  margin: 0.3125rem 0 0 0.3125rem;
  position: relative;
}
.bg-05 .team-wrapper .team-content ul li a {
  position: relative;
  height: 1.875rem;
  width: 1.875rem;
  border-radius: 50%;
  background: transparent;
  border: 1px solid #efefef;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-size: 0.75rem;
  color: #174d85;
  transition: all 0.3s;
  -webkit-transition: all 0.4s;
  z-index: 2;
  overflow: hidden;
}
.bg-05 .team-wrapper .team-content ul li a:hover {
  color: #fff;
}
.bg-05 .team-wrapper .team-content ul li a:hover::before {
  transform: scale(1);
  opacity: 1;
  visibility: visible;
}
.bg-05 .team-wrapper .team-content ul li a::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  transform: scale(0.6);
  border-radius: 50%;
  z-index: -1;
  background: #174d85;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s ease-in-out;
}

.bg-06 {
  padding: 3.125rem 0;
  position: relative;
  background: #f3f8fc;
  overflow: hidden;
}
.bg-06 .heading {
  display: block;
  width: 100%;
  text-align: center;
  margin: 1.25rem 0;
  position: relative;
  z-index: 2;
  transition: all ease-in 0.5s;
}
.bg-06 .heading span {
  display: block;
  margin: 0 0 0.625rem 0;
  color: #174d85;
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.5px;
}
.bg-06 .heading h2 {
  font-size: 1.5625rem;
  text-transform: capitalize;
  font-weight: 600;
  display: inline-block;
  color: #0c2957;
}
.bg-06 .heading p {
  font-size: 0.8125rem;
  display: block;
  margin: 0.625rem 0;
  text-transform: capitalize;
  color: #666666;
}
.bg-06 .blog-sub {
  position: relative;
  margin: 20px 0px;
  padding: 20px 0px;
}
.bg-06 .blog-sub .blog-content {
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
  position: relative;
  display: block;
  overflow: hidden;
}
.bg-06 .blog-sub .blog-content-section {
  padding: 20px 25px;
  background: #fff;
  border: solid 1px #eee8e8;
  border-top: 0;
  display: block;
  width: 100%;
}
.bg-06 .blog-sub .blog-content-section .blo-content-title h4 {
  font-size: 20px;
  font-weight: 600;
  color: #0c2957;
  padding: 3px 0px;
}
.bg-06 .blog-sub .blog-content-section .blo-content-title p {
  padding: 3px 0px;
  line-height: 27px;
  color: #666666;
}
.bg-06 .blog-sub .blog-content-section .blog-admin {
  margin: 5px 0px;
}
.bg-06 .blog-sub .blog-content-section .blog-admin ol li {
  display: inline-block;
  color: #174d85;
  font-size: 15px;
  margin: 0 5px 0 0;
}
.bg-06 .blog-sub .blog-content-section .blog-admin ol li i {
  padding: 0 5px 0 0;
}

.clouds{
  background: url(../images/banner/s09.jpg);
}
.data{
  background: url(../images/banner/s10.jpg);
}
.network{
  background: url(../images/banner/s07.jpg);
}
.storage{
  background: url(../images/banner/s11.jpg);
}
.voip{
  background: url(../images/abt-img/abt-img.jpg);
}
.wireless{
  background: url(../images/banner/s02.jpg);
}
.virtual{
  background: url(../images/banner/s03.jpg);
}
.servers{
  background: url(../images/banner/s05.jpg);
}
.security{
  background: url(../images/banner/s04.jpg);
}

.abt-01 {
  padding: 3.125rem 0;
  /*background: url(../images/abt-img/abt-img.jpg);*/
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 9;
  overflow: hidden;
}
.abt-01::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: #174d85;
  opacity: 0.6;
  left: 0;
  top: 0;
  z-index: -1;
}
.abt-01 .seting {
  padding: 20px 0px;
  text-align: center;
}
.abt-01 .seting h3 {
  font-size: 20px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.3px;
  margin: 10px 0px;
}
.abt-01 .seting ol li {
  display: inline-block;
  padding: 20px 0px;
  font-size: 16px;
  color: #dddddd;
}
.abt-01 .seting ol li i {
  color: #dddddd;
  margin: 0 10px;
}

.bg-001 {
  padding: 50px 0px;
  position: relative;
  overflow: hidden;
}
.bg-001 .heading {
  display: block;
  width: 100%;
  text-align: center;
  margin: 1.25rem 0;
  position: relative;
  z-index: 2;
  transition: all ease-in 0.5s;
}
.bg-001 .heading span {
  display: block;
  margin: 0 0 0.625rem 0;
  color: #174d85;
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.5px;
}
.bg-001 .heading h2 {
  font-size: 1.5625rem;
  text-transform: capitalize;
  font-weight: 600;
  display: inline-block;
  color: #0c2957;
}
.bg-001 .heading p {
  font-size: 0.8125rem;
  display: block;
  margin: 0.625rem 0;
  text-transform: capitalize;
  color: #666666;
}
.bg-001 .contact-box {
  position: relative;
  display: block;
  margin: 20px 0px;
  padding: 20px 0px;
}
.bg-001 .contact-box .my-form {
  position: relative;
  display: block;
}
.bg-001 .contact-box .my-form .form-group {
  padding: 20px 0px;
  margin: 0px;
}
.bg-001 .contact-box .my-form .form-group textarea {
  height: 150px !important;
}
.bg-001 .contact-box .my-form .form-group .link a {
  background: #174d85;
  display: inline-block;
  padding: 8px 26px;
  color: #fff;
  font-size: 15px;
  border-radius: 5px;
  text-transform: uppercase;
}
.bg-001 .contact-box .my-form .form-group .form-control {
  height: 50px;
  font-size: 14px;
  padding: 0 15px;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.bg-001 .contact-box ul li {
  display: block;
  text-transform: capitalize;
  font-size: 15px;
  color: #0c2957;
  line-height: 27px;
  margin: 20px 0px;
  position: relative;
  padding: 0 0 0 55px;
}
.bg-001 .contact-box ul li:nth-child(3) {
  padding-top: 12px;
}
.bg-001 .contact-box ul li:nth-child(3)::before {
  content: "\f0e0";
}
.bg-001 .contact-box ul li:nth-child(2) {
  margin-top: 10px;
  margin-bottom: 10px;
}
.bg-001 .contact-box ul li:nth-child(2)::before {
  content: "";
}
.bg-001 .contact-box ul li::before {
  position: absolute;
  content: "\f3c5";
  left: 0;
  top: 5px;
  height: 40px;
  width: 40px;
  background: #174d85;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #fff;
  border-radius: 5px;
  font-family: "Font Awesome 5 Pro";
}

footer {
  padding: 3.125rem 0;
  background: #202040;
  position: relative;
  color: #fff;
}
@media screen and (max-width: 767.98px) {
  footer {
    padding: 1.25rem 0;
  }
}
footer .wrapper {
  margin: 1.25rem 0;
  position: relative;
}
footer .wrapper .content {
  position: relative;
  display: block;
}
footer .wrapper .content h2 {
  display: block;
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 0.625rem;
  text-transform: capitalize;
}
footer .wrapper .content p {
  font-size: 0.875;
  display: inline-block;
  margin: 0.625rem 0;
  color: #C5CDD9;
}
footer .wrapper .content .social-media {
  position: relative;
  display: block;
  margin: 0 0 0.625rem 0;
}
footer .wrapper .content .social-media ol li {
  display: inline-block;
  padding: 0 0.625rem;
}
footer .wrapper .content .submit-card {
  margin: 0.625rem 0;
  position: relative;
  display: inline-block;
}
footer .wrapper .content .submit-card .form-group .form-control {
  position: relative;
  border-radius: 1.25rem;
  width: 80%;
  border: none;
  height: 2.5rem;
}
footer .wrapper .content .submit-card .form-group i {
  position: absolute;
  right: -0.625rem;
  top: 0;
  height: 2.5rem;
  width: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #666666;
  font-size: 1.25rem;
  border-radius: 1.25rem;
  background: #fff;
}
footer .wrapper .content ul li {
  display: block;
  margin: 0.625rem 0;
  color: #C5CDD9;
  padding-bottom: 0.3125rem;
  font-size: 1.125rem;
}
footer .wrapper .content ul li a {
  color: #C5CDD9;
}
footer .wrapper .content ol li {
  display: block;
  margin: 0.625rem 0;
  color: #C5CDD9;
  padding-bottom: 0.3125rem;
}

.end-footer {
  background: #1A1A38;
  padding: 0.625rem 0;
  position: relative;
  color: #C5CDD9;
}
.end-footer .copy-right {
  position: relative;
  display: block;
  padding: 0.625rem 0;
}
.end-footer .copy-right ul li {
  display: inline-block;
  padding: 0 1.25rem 0 0;
  font-size: 0.875rem;
}
.end-footer .copy-right ul li a {
  color: #C5CDD9;
}
.end-footer .copy-right ol li {
  font-size: 0.8125rem;
}
.end-footer .copy-right ol li a {
  font-weight: bold;
  color: #fd4a36;
  margin-left: 0.625rem;
}
.zoom:hover {
  transform: scale(1.1); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
  margin-bottom: 20px;
  margin-top: 10px;
  transition: transform .2s; /* Animation */
  cursor: pointer;
}

.point:hover {
  /*transform: scale(1.1); !* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) *!*/
  /*margin-bottom: 20px;*/
  /*margin-top: 10px;*/
  color: #fafafa;
  transition: transform .2s; /* Animation */
  cursor: pointer;
}
.shadow:hover {
  transform: scale(1.03); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
  /*margin-bottom: 20px;*/
  /*margin-top: 10px;*/
  transition: transform .2s; /* Animation */
  box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 50px 0px;
  cursor: pointer;
}
/*# sourceMappingURL=style.css.map */
/* lineup class and keyframes */
.lineUp {
  animation: 2s  anim-lineUp ease-out;
}
@keyframes anim-lineUp {
  0% {
    opacity: 0;
    transform: translateY(-80%);
  }
  20% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
    transform: translateY(0%);
  }
  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}

.lineUp2 {
  animation: 2s  anim-lineUp2 ease-in-out;
}
@keyframes anim-lineUp2 {
  0% {
    opacity: 0;
    transform: translateY(80%);
  }
  20% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
    transform: translateY(0%);
  }
  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}

.lineUp3 {
  animation: 2s  anim-lineUp3 ease-in-out;
}
@keyframes anim-lineUp3 {
  0% {
    opacity: 0;
    transform: translateX(80%);
  }
  20% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
    transform: translateX(0%);
  }
  100% {
    opacity: 1;
    transform: translateX(0%);
  }
}
