h2, h3, h4, h5, h6, a, li, p {
    font-family: "Poppins", sans-serif;
    list-style: none;
}

h1 {
    font-family: "Poppins", sans-serif;
}
.h2, h2 {
    font-size: 40px;
    font-weight: 700;
}
html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a,
a:hover,
a:active,
a:visited,
a:focus {
    text-decoration: none;
}

a:focus {
    box-shadow: none !important;
}

input:focus {
    outline: none;
}

select:focus {
    outline: none;
}

textarea:focus {
    outline: none;
}

button:focus {
    outline: none;
}

.clearfix {
    display: block;
    content: "";
    clear: both;
}

p {
    font-size: 16px;
    line-height: 1.7;
    color: #737373 !important;
}

@media (max-width: 991px) {
    p {
        color: #606060 !important;
        font-size: 15px !important;
        line-height: 1.7;
    }
    .wrap {
        padding: 0 31px !important;
    }
    .wrap_2 {
        padding: 0 31px !important;
    }
}

@media (min-width: 768px) and (max-width: 1050px) {
    .container-fluid.wrap {
        padding: 0 51px;
    }

}

input[type="number"] {
    -moz-appearance: textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.wrap {
    padding: 0 120px;
}

.wrap_2 {
    padding: 0 226px;
}

@media (max-width: 1279px) {
    .wrap_2 {
        padding: 0 117px;
    }
}

button {
    box-shadow: 0px 3px 9px 0 #00000029;
    border: transparent !important;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(2px) translateZ(0);
    transform: perspective(2px) translateZ(0);
    box-shadow: 4px 6px 0px 0px #000;
}
button:hover {
    box-shadow: none;
}

/* button:hover {
    -webkit-animation-name: pulse-grow-on-hover;
    animation-name: pulse-grow-on-hover;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
} */

button {
    transition-duration: 0.3s;
    transition-property: transform;
}

/* Button MAnins */
.button-swing {
    color: #65b5f6;
    background-color: transparent;
    border: 1px solid #65b5f6;
    border-radius: 4px;
    padding: 0 16px;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
  }
  
  .button-swing:hover {
    animation: swing 1s ease;
    animation-iteration-count: 1;
  }
  
  @keyframes swing {
    15% {
      transform: translateX(5px);
    }
    30% {
      transform: translateX(-5px);
    }
    50% {
      transform: translateX(3px);
    }
    65% {
      transform: translateX(-3px);
    }
    80% {
      transform: translateX(2px);
    }
    100% {
      transform: translateX(0);
    }
  }
/* Button MAnins */

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 0.9)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E")
}
/* .navbar .active, .navbar .active:focus{
    background: #FFC107;
    border-bottom: 2px solid #c70039;
} */

@media (min-width: 991.98px) and (max-width: 1237px) {
    .container-fluid.wrap {
        padding: 0 49px;
    }
}

@media (max-width: 385px) {
    .wrap {
        padding: 0 22px !important;
    }
}
/* button.common_btn.bnr_btn:hover{
    background: #293a8b;
    border: 1px solid #293a8b;
} */


/* Unique Class */

.section-mt {
    margin-top: 70px;
}
.image-layer {
    position: absolute;
    left: 0px;
    top: -52px;
    width: 350px;
    height: 500px;
    background-repeat: no-repeat;
    z-index: -4;
    opacity: 0.4;
}
.image-layer_one {
    position: absolute;
    right: 0px;
    top: -52px;
    width: 350px;
    height: 500px;
    background-repeat: no-repeat;
    z-index: -4;
    opacity: 0.4;
}
section.services {
    position: relative;
}
/* Header */
ul.navbar-nav.left li a i {
    font-size: 25px;
    padding: 0px;
    color: #ffffff;
    margin: -8px;
    background: #062d46;
    padding: 11px 11px;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    font-size: 14px;
}
ul.navbar-nav.left li a i:hover {
    background: #0b76bb;
}
.home_nav {
    position: absolute !important;

    border-radius: 10px;
}
ul.navbar-nav.social-media li {
    padding: 0px 6px;
    font-size: 20px;
}
ul.navbar-nav.social-media li a {
    color: #062d46 !important;
    font-size: 16px !important;
    font-weight: 500;
}
.navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: #062d46 !important;
    border: 1px solid white;
    border-radius: 0.25rem;
    transition: box-shadow .15s ease-in-out;
    color: blanchedalmond !important;
}

.button.navbar-toggler {
    box-shadow: none;
}
/* nav.navbar {
    background: #1c4a9c !important;
    padding: 10px 0;
} */
.fixed-top {
    position: sticky;
}
a.navbar-brand img {
    width: 125px;
}
li.nav-item a {
    color: #000 !important;
    font-weight: 500;
    padding: 15px !important;
    font-size: 16px;
    /* margin-right: 47px; */
}

li.nav-item {
    margin-bottom: auto;
    margin-top: auto;
}

ul.navbar-nav.nav_list {
    margin-left: 6%;
}
/* a.nav-link.active {
    color: #FF5E14 !important;
} */
.close:hover {
    color: #fff;
}

.site-navbar {
    margin-bottom: 0px;
    z-index: 1999;
    position: absolute;
    top: 20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    /* padding: 15px 30px !important; */
    border-radius: 4px;
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 17px;
    color: #062d46 !important;
    font-weight: 600;
    font-size: 16px;
    margin-right: 10px;
    margin-top: 0px;
    text-transform: uppercase;
}
.navbar-expand-lg.top-navbar .navbar-nav .nav-link {
    padding: 5px 24px 0px 0px !important;
    /* padding-left: 11px !important; */
    color: #062d46 !important;
    font-weight: 600;
    font-size: 14px;
    margin: 1px !important;
}
.top-navbar{
    padding: 16px 0px;
}
nav.navbar.navbar-expand-lg.down-main-header {
    padding: 0px 0px;
}
a.nav-link button {
    border: none;
    border-radius: 120px;
    padding: 8px 23px;
    background-color: #062d46;
    color: #fff;
}
a.nav-link button:hover {
    background: #0b76bb;
    border: 1px solid #88a7bb7a !important;
    color: #fff !important;
    box-shadow: 0 0 20px 0 #00000021;
}


/* ----------------------banner start------------------------ */
/* .carousel-caption.caption h6::before {
    content: "-";
    font-size: 34px;
    font-weight: 200;
} */
.carousel-indicators.dots_banner button {
    box-shadow: none;
}
.carousel-indicators.dots_banner button {
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background-color: #ffffff !important;
    margin-top: 13px;
}

.carousel-indicators.dots_banner button.active:after {
    border-radius: 50%;
    padding: 3px;
    border: 2px solid #FFFF;
    position: absolute;
    content: "";
    top: -5px;
    left: -5px;
    bottom: -5px;
    right: -5px;
}

.carousel-indicators.dots_banner {
    position: absolute;
    right: 0;
    bottom: 0;
    left: auto;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    list-style: none;
    margin-right: 30px;
    top: 25%;
    /* transform: translateY(0); */
    transform: translate(0px, -40px);
}
.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: initial;
    transition: opacity .6s ease;
}
.carousel-indicators.dots_banner li.active {
    width: 6px;
    height: 6px;
}
.carousel-indicators.dots_banner li.active {
    border-radius: 50%;
    position: relative;
    background-color: transparent;
    opacity: 1;
    margin-left: 6px;
}
.carousel-indicators.dots_banner li.active:after {
    border-radius: 50%;
    padding: 3px;
    border: 2px solid #FF5E14;
    position: absolute;
    content: "";
    top: -5px;
    left: -5px;
    bottom: -5px;
    right: -5px;
}
.carousel-indicators.dots_banner li {
    margin-bottom: -8px;
}

.home_nav {
    position: absolute;
    z-index: 10;
    width: 100%;
    background: none !important;
}

.carousel-caption.caption h1 span {
    font-weight: 700;
    font-size: 52px;
}
button.common_btn.bnr_btn {
    border: none;
    border-radius: 120px;
    padding: 8px 23px;
    background-color: #062d46;
    color: #fff;
}

.caption h5 {
    color: #007BC3;
    margin-bottom: 23px;
}

.caption h1 {
    font-size: 44px;
    max-width: 55%;
    margin-bottom: 8px;
    color: #000000;
    font-weight: 700;
    line-height: 1.3;
}

.caption p {
    max-width: 90%;
    color: #737373;
}
.caption {
    top: 42%;
    transform: translateY(-50%);
}
.carousel-caption {
    position: absolute;
    right: 0%;
    bottom: 20px;
    left: 7%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: left !important;
}
.carousel-indicators.dots_banner li {
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background-color: #2A398E !important;
}
.carousel-indicators.dots_banner.active {
    opacity: none;
}
.carousel-caption.caption p {
    max-width: 50%;
    color: #fff !important;
    font-size: 17px;
    line-height: 33px;
    text-align: justify;
}
/* ----------------------banner end------------------------ */



/* Services */
.secton-button{
    border: none;
    border-radius: 120px;
    padding: 10px 23px;
    background-color: #062d46;
    color: #fff;
}
.secton-button:hover{
    background: #0b76bb;
    border: 1px solid #88a7bb7a !important;
    color: #fff !important;
    box-shadow: 0 0 20px 0 #00000021;
}

.service_positioning {
    display: flex;
    align-items: center;
}
.service_content {
    width: 50%;
}
.service_box {
    box-shadow: 0 0 20px 0 #00000021;
    border-radius: 12px;
    padding: 43px 35px;
}
.service_box img {
    width: 61%;
    text-align: center;
    display: block;
    margin: auto !important;
    padding: 27px 5px;
}
.service-border-bottom {
    border-bottom: 1px solid #062d46;
    margin-top: 20px;
    margin-bottom: 20px;
}
.service_box h6 {
    text-align: center;
    margin: auto;
    font-size: 18px;
    margin-bottom: 0px;
    color: #000000;
    margin-top: 28px;
    font-weight: 600;
    line-height: 32px;
}
.service_box {
    /* border: 4px solid #1285c7; */
    border-radius: 12px;
    padding: 20px 35px;
    box-shadow: 0 0 20px 0 #00000021;
    height: 100%;
}
.service-item .service-icon {
    /* width: 90px; */
    /* height: 90px; */
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 14px;
}

.service-item .service-icon img {
    max-width: 30px;
    max-height: 30px;
}
.service-item a {
    font-size: 18px;
    color: #000;
}
.bg-primary {
    background-color: #062d46!important;
}

/* About */
.about h2{
    max-width: 50%;
    margin: auto;
    text-align: center;
}
.about p {
    max-width: 100%;
    margin: auto;
    padding: 12px 0px;
    text-align: center !important;
}

section.about h3 {
    max-width:100%;
    line-height: normal;
    font-weight: 600;
    color: #fff;
}
.btn-div{
    margin: auto;
    padding-left: 160px;
}
.about-mb{
    background: url(../images/img.png) repeat fixed 100%;
    padding: 42px;
}
.about-mb h3{
    color: #fff;
    

}
.abt-p-scnd{
    max-width:70% !important;
    text-align: left !important;
}


/* clients */
section.section-content-titel.Clients {
    background-color: #062d46;
    padding: 73px 0px;
    color: #fff !important;
}


section.section-content-titel.Clients p {
    color: #fff !important;
    font-size: 18px;
}
ul.clients-li li::before {
    content: url(../images/next.png);
    position: absolute;
    left: 8%;
}
ul.clients-li {
    margin-top: 20px;
    padding: 0px 55px;
    /* margin-left: 4px; */
    font-size: 18px;
}
ul.clients-li li {
    padding: 13px 0px;
}
.clients-left-li li::before {
    content: url(../images/next.png);
    position: absolute;
    right: 50%;
}
ul.clients-left-li li {
    padding: 16px;
}
ul.clients-left-li {
    margin-top: 20px;
    padding: 0px 0px;
    /* margin-left: 4px; */
    font-size: 18px;
}

/* Quality */
section.quality {
    background: #7D2632;
    padding: 70px;
    color: #fff;
    border-radius: 23px 23px 0px 0px;
}
section.quality p {
    max-width: 90%;
    text-align: center;
    color: #fff !important;
    margin: auto;
}
.tm-cta-2-area h2{
    color: #fff !important;
}
.tm-cta-2-area p{
    color: #fff !important;
}
.tm-cta-2-area::after {
    background-image: url(../images/cta-bg-shape-2.png);
    -webkit-animation: shapeRunning2 60s linear 0s infinite both;
    animation: shapeRunning2 60s linear 0s infinite both;

  }

.tm-cta-2-area::before {
    background-image: url(../images/cta-bg-shape.png);
    -webkit-animation: shapeRunning 60s linear 0s infinite both;
    animation: shapeRunning 60s linear 0s infinite both;

    
}
.tm-cta-2-area {
    position: relative;
  }
  
  .tm-cta-2-area::before, .tm-cta-2-area::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-repeat: repeat;
  }
@-webkit-keyframes shapeRunning {
    0% {
      background-position: 0 100%;
    }
    100% {
      background-position: 800% 100%;
    }
  }
  
  @keyframes shapeRunning {
    0% {
      background-position: 0 100%;
    }
    100% {
      background-position: 800% 100%;
    }
  }
  @-webkit-keyframes shapeRunning2 {
    0% {
      background-position: 800% 100%;
    }
    100% {
      background-position: 0 100%;
    }
  }
  
  @keyframes shapeRunning2 {
    0% {
      background-position: 800% 100%;
    }
    100% {
      background-position: 0 100%;
    }
  }
.tm-section {
    position: relative;
    z-index: 1;
}
.tm-padding-section {
    /* padding-top: 100px; */
    /* padding-bottom: 100px; */
    padding: 70px;
}
.bg-theme {
    background: #0b76bb;
}
.bg-dark {
    background-color: #000!important;
}
.dark-blue{
    background-color: #062d46;
}
/* Inner Pages */
.jumbotron.jumbotron-fluid {
    background: #0b76bb;
    padding: 32px 0px;
}
.jumbotron.jumbotron-fluid h1 {
    font-size: 26px;
    font-weight: 800;
    color: #fff;
}
p.lead {
    font-size: 16px;
    max-width: 70%;
    color: #fff !important;
    margin-bottom: 0px;
}
section.about-page-sec.mt-5 p {
    font-size: 16px;
    text-align: justify;
}
/* ------------------------lets talk innerpage section end---------------------------- */

.lets_talk_inner_page {
    position: relative;
    margin-top: 80px;
}

.lets_talk_form {
    /* background: #000; */
    padding: 60px 140px;
    border-radius: 23px;
    box-shadow: 0px 5px 15px 0px #eaedef;
    background: #0b76bb;
}

.lets_talk_form h2 {
    font-size: 36px;
    font-weight: 700;
    /* font-family: "Gilroy", sans-serif; */
    color: #FFFF !important;
}

.lets_talk_form input {
    padding: 9px 0px;
    background: none;
    border: none;
    border-bottom: 1px solid #ececec;
    margin-top: 54px;
}

.lets_talk_form input::placeholder {
    color: #dddddd54;
    font-size: 20px;
    font-family: "Poppins", sans-serif;
}
footer ul li i {
    color: #fff;
    /* padding: 0px 12px; */
}
footer ul li a {
    margin-left: 16px;
}
ul.list-unstyled li a {
    color: #000 !important;
}
/* Expertise */
.expertise_slider h3{
	color: #fff;
	font-size:16px;
	margin-top:15px;
	padding:12px 7px;
	background-color:#062d46;
	border-radius:6px
}
.member-box img{
    border-radius: 6px;
    transition: all 0.3s;
    display: block;
    width: 100%;
    height: auto;
    transform: scale(1);
}
.member-box:hover img{
    transform: scale(1.1);
}







@media (max-width: 991px) {
    .lets_talk_form {
        padding: 60px 20px;
    }
    .lets_talk_form h2 {
        font-size: 34px;
    }
    .lets_talk_form h3 {
        font-size: 22px;
    }
    .lets_talk_inner_page {
        margin-bottom: 90px !important;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .lets_talk_form {
        padding: 60px 94px;
    }
}

section.lets_talk_inner_page .loading .loading__pill:nth-last-child(4) {
    top: 0;
}

section.lets_talk_inner_page .loading .loading__pill:nth-last-child(2) {
    top: 112px;
}

section.lets_talk_inner_page .loading .loading__pill:nth-last-child(3) {
    top: 316px;
}

section.lets_talk_inner_page .loading .loading__pill:nth-last-child(5) {
    top: 227px;
}

.form-control-up {
    width: 100%;
    outline: none;
    font-size: 16px;
}

.input-label {
    display: block;
    position: relative;
}

.placeholder-text {
    position: absolute;
    left: -2px;
    top: 66px;
    padding: 0px 4px;
    color: #ddd !important;
    font-size: 20px;
    font-family: "Poppins", sans-serif;
    transform-origin: top left;
    transition: 0.25s ease;
}

.form-control-up:focus+.placeholder-text,
.form-control-up:not(:placeholder-shown)+.placeholder-text {
    top: 40px;
    transform: scale(1);
    background-color: #fff;
    color: #fff !important;
    font-size: 15px;
    font-family: "Poppins", sans-serif;
}
.pl-3, .px-3 {
    padding-left: 1rem!important;
}

@media (max-width: 767px) {
    .placeholder-text {
        font-size: 14px;
        top: 27px;
    }
    .lets_talk_form input {
        margin-top: 15px;
    }
}
/*** Footer ***/
.footer {
    color: #7F8499;
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #7F8499;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #7F8499;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    color: var(--primary);
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .btn.btn-square {
    color: #7F8499;
    border: 1px solid #7F8499;
}

.footer .btn.btn-square:hover {
    color: var(--light);
    border-color: var(--primary);
}

.footer .copyright {
    padding: 25px 0;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: var(--primary);
}

.footer .copyright a:hover {
    color: #FFFFFF;
}

/* Share Buttons */
.btn-multi {
    position: absolute;
    z-index: 999;
    right: 15%;
    bottom: -54px;
  }
  .btn {
    display: inline-flex;
    font-family: "Roboto", sans-serif;
    text-decoration: none;
    justify-content: center;
    align-items: center;
    text-align: center;
    cursor: pointer;
    white-space: nowrap;
    padding: 8px 20px;
    font-size: 14px;
    background-color: #000;
    border-radius: 2px;
    color: white;
    text-transform: uppercase;
    border: none;
    transition: all 0.2s ease-in;
    background-position: 50%;
    outline: none !important;
  }
  .btn.btn-circle {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    padding: 0 !important;
    font-size: 18px;
  }
  .btn-multi input {
    display: none;
  }
  .btn-multi input:not(:checked) ~ label {
    transform: rotate(0);
  }
  .btn-multi input:not(:checked) ~ label .btn {
    border-radius: 0;
    height: 30px;
    width: 30px;
    box-shadow: none;
  }
  .btn-multi input:not(:checked) ~ label .btn:first-child {
    border-top-left-radius: 100%;
    transform: translate(25px, 25px);
  }
  .btn-multi input:not(:checked) ~ label .btn:nth-child(2) {
    border-top-right-radius: 100%;
    transform: translate(55px, 25px);
  }
  .btn-multi input:not(:checked) ~ label .btn:nth-child(3) {
    border-bottom-left-radius: 100%;
    transform: translate(25px, 55px);
  }
  .btn-multi input:not(:checked) ~ label .btn:nth-child(4) {
    border-bottom-right-radius: 100%;
    transform: translate(55px, 55px);
  }
  .btn-multi input:not(:checked) ~ label .btn .icon {
    opacity: 0;
  }
  .btn-multi input:not(:checked) ~ label > .icon {
    opacity: 1;
    cursor: pointer;
  }
  .btn-multi label {
    position: fixed;
    height: 110px;
    width: 110px;
    right: 5%;
    bottom: 5%;
    display: block;
    transform: rotate(45deg);
    transition: all 0.2s ease-in;
    cursor: default;
    border-radius: 30px;
  }
  .btn-multi label .btn {
    position: absolute;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  }
  .btn-multi label .btn:nth-child(2) {
    transform: translate(60px, 0);
  }
  .btn-multi label .btn:nth-child(3) {
    transform: translate(0, 60px);
  }
  .btn-multi label .btn:nth-child(4) {
    transform: translate(60px, 60px);
  }
  .btn-multi label .btn .icon {
    opacity: 1;
    transition: all 0.15s ease-in-out;
    transform: rotate(-45deg);
  }
  .btn-multi label > .icon {
    color: white;
    position: absolute;
    border-radius: 50%;
    display: flex;
    font-size: 30px;
    align-items: center;
    justify-content: center;
    height: 60px;
    width: 60px;
    top: 25px;
    left: 25px;
    opacity: 0;
    transition: all 0.25s ease-in-out;
  }
  .btn-multi label .icon {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
  }
.fa-share-nodes{
    padding: 46px 46px;
    color: #fff !important;
    position: absolute;
    font-size: 20px;
  }



  /* ul.share-sticky.share-sticky {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 300px;
	height: 300px;	
	
	display: flex;
}
ul.share-sticky:before{
	position: absolute;
	content: '\f1e0';
	width: 65px;
	font-family: fontAwesome;
	height: 65px;
	z-index: 3;
	font-size: 33px;
	cursor: pointer;
	top: 120px;
	left: 120px;
	line-height:65px;
	text-align: center;
	background:linear-gradient(#ff00ff,#8a2be2);
	border-radius: 50%;
	color:#fff;
	transition:all 1.5s;
}
ul.share-sticky:hover:before{
	transform: rotate(-360deg);
}
ul.share-sticky li{
	position: absolute;
	list-style: none;
	top:120px;
	left: 110px;
	transition: 1s;
}
ul.share-sticky li a{
	display: block;
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
    background: #333;
    color: #fff;
    border-radius: 50%;
    margin: 0 12px;
    font-size: 33px;
}
#twitter{
    transform: rotate(60deg);

}
#google-plus{
	transform: rotate(120deg);

}
#instagram{
	transform: rotate(180deg);
	
}
#whatsapp {
	transform: rotate(240deg);
}
#linkedin{
    transform: rotate(300deg);
}
ul.share-sticky li:nth-child(1) a{
    transition: all 0s 0s ease;
	background: #3b5999;
}
ul.share-sticky li:nth-child(2) a{
	
	background: #55acee;
     transition:all 0s  0.2s ease;
}
ul.share-sticky li:nth-child(3) a{
	
	background: #dd4b39;
    transition:all 0.2s 0.4s ease;
}
ul.share-sticky li:nth-child(4) a{
transition:all 0.4s 0.6s ease;
	background: #e4405f;
}
ul.share-sticky li:nth-child(5) a{
	  transition:all 0.6s 0.8s ease;
	background: #25D366;
}
ul.share-sticky li:nth-child(6) a{
	  transition:all 0.8s 1s ease;
	background: #0077B5;
}
ul.share-sticky:hover li:nth-child(1) a{
	

	transform: translatex(100px);
}
ul.share-sticky:hover li:nth-child(2) a{
	   
		transform: rotateZ(-60deg) translatex(100px) ;
}
ul.share-sticky:hover li:nth-child(3) a{

	    
		transform:rotateZ(-120deg) translatex(100px) ;


}
ul.share-sticky:hover li:nth-child(4) a{

			    
		transform: rotateZ(-180deg) translatex(100px);

}
ul.share-sticky:hover li:nth-child(5) a{

	
		transform: rotateZ(-240deg) translatex(100px);

}
ul.share-sticky:hover li:nth-child(6) a{

		
		transform: rotateZ(-300deg) translatex(100px);

} */

/* BRANDS */
section.brands{
    padding: 40px 0px 0px 0px;
}
.card.brand_card img {
    width: 172px;
}
.owl-nav button {
  position: absolute;
  top: 50%;
  background: linear-gradient(90deg, rgb(0 138 211) 0%, rgb(0 138 210) 35%, #1C4A9C 100%);
  color: #fff;
  margin: 0;
  transition: all 0.3s ease-in-out;
}
.owl-nav button.owl-prev {
  left: 0;
}
.owl-nav button.owl-next {
  right: 0;
}

.owl-dots {
  text-align: center;
  padding-top: 15px;
}
.owl-dots button.owl-dot {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  display: inline-block;
  background: #008ad280;
  margin: 0 3px;
  box-shadow:none !important;
}
.owl-dots button.owl-dot.active {
    background: linear-gradient(90deg, rgb(0 138 211) 0%, rgb(0 138 210) 35%, #1C4A9C 100%);
}
.owl-dots button.owl-dot:focus {
  outline: none;
}
.owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.38) !important;
}

.owl-nav button:focus {
    outline: none;
}
button.btn.btn-primary.dark-blue.py-2.px-3.position-absolute.top-0.end-0.mt-2.me-2 {
    background: #fff;
    color: #000;
}
.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-float{
	margin-top:16px;
    color: #fff !important
}
.my-float:hover{
    color: #fff !important
}


figure {
	margin: 0;
	padding: 0;
	background: #fff;
	overflow: hidden;
}
figure:hover+span {
	bottom: -36px;
	opacity: 1;
}

.hover15 figure {
	position: relative;
}
.hover15 figure::before {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	display: block;
	content: '';
	width: 0;
	height: 0;
	background: rgba(255,255,255,.2);
	border-radius: 100%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: 0;
}
.hover15 figure:hover::before {
	-webkit-animation: circle .75s;
	animation: circle .75s;
}
@-webkit-keyframes circle {
	0% {
		opacity: 1;
	}
	40% {
		opacity: 1;
	}
	100% {
		width: 200%;
		height: 200%;
		opacity: 0;
	}
}
@keyframes circle {
	0% {
		opacity: 1;
	}
	40% {
		opacity: 1;
	}
	100% {
		width: 200%;
		height: 200%;
		opacity: 0;
	}
}



















/*-----------MEDIA QUERY-------------*/
@media (max-width:  1257px) {
    .caption {
        top: 40%;
        transform: translateY(-50%);
    }
    .caption h1 {
        font-size: 27px;
        max-width: 55%;
        margin-bottom: 8px;
        color: #fff;
        font-weight: 700;
        line-height: 1.3;
    }
    .dot-section-1::before {
        display: none;
    }
    .dot-section-2::before {
        display: none;
    }
    .carousel-control-prev {
        left: 0;
        display: none;
    }
    .carousel-control-next {
        left: 0;
        display: none;
    }
   
}
@media (max-width: 991px) {
    .about h2 {
        max-width: 100%;
        margin: auto;
        text-align: center;
    }
    .abt-p-scnd {
        max-width: 100% !important;
        text-align: left !important;
    }
    .clients-left-li li::before {
        content: url(../images/next.png);
        position: absolute;
        left: 8%;
    }
    ul.clients-left-li li {
        padding: 11px 76px;
    }
    ul.clients-li li {
        padding: 13px 22px;
    }
    .service_content {
        width: 100%;
        text-align: center;
        margin: auto;
    }

    .caption {
        top: 40%;
        transform: translateY(-50%);
    }
    .carousel-caption.caption h6 {
        display: none;
    }
    .caption h1 {
        font-size: 25px;
        max-width: 55%;
        margin-bottom: 8px;
        color: #fff;
        font-weight: 700;
        line-height: 1.3;
    }
    .carousel-caption.caption p {
        max-width: 46%;
        color: #fff !important;
        font-size: 14px !important;
        line-height: 24px !important;
    }
    .image-layer{
        display: none;
    }
    .image-layer_one{
        display: none;
    }
    .owl-dots {
        text-align: center;
        padding-top: 15px;
        display: none;
    }
    .secton-button {
        border: none;
        border-radius: 120px;
        padding: 10px 23px;
        background-color: #062d46;
        color: #fff;
        font-size: 12px;
    }
    section.brands h2 {
        font-size: 20px;
    }
    .carousel-caption.slide-caption p {
        text-align: center;
        max-width: 100%;
        color: #fff !important;
    }
    button {
        padding: 7px 14px;
        background: #062d46;
        color: #fff;
    }
    p.lead {
    font-size: 16px;
    max-width: 100%;
    color: #fff !important;
    margin-bottom: 0px;
}
}

@media (min-width: 787px) and (max-width: 991px){
    .carousel-caption.slide-caption h1 {
        max-width: 88%;
        text-align: center;
        line-height: 39px;
        color: #fff;
        margin: auto;
        font-size: 37px;
        padding: 20px 0px;
    }
    .carousel-caption.slide-caption {
        top: 40%;
        left: 10%;
    }
    .carousel-caption.slide-caption p {
        text-align: center;
        max-width: 100%;
        font-size: 18px !important;
        padding-bottom: 17px;
    }
    .slider-button{
        justify-content: center;
        align-items: center;
    }
    
}

@media (min-width: 510px) and (max-width: 786px){
    .carousel-caption.slide-caption h1 {
        max-width: 69%;
        text-align: center;
        line-height: 25px;
        color: #fff;
        margin: auto;
        font-size: 20px;
        padding: 20px 0px;
    }
    .carousel-caption.slide-caption {
        top: 40%;
        left: 10%;
    }
    .carousel-caption.slide-caption p {
        text-align: center;
        max-width: 100%;
    }
    .slider-button{
        justify-content: center;
        align-items: center;
    }
    ul.clients-left-li li {
        padding: 11px 49px;
    }
    ul.clients-li li {
        padding: 13px 3px;
    }
}
@media (min-width: 320px) and (max-width: 509px){
    .carousel-caption.slide-caption h1 {
        max-width: 69%;
        text-align: center;
        line-height: 20px;
        color: #fff;
        margin: auto;
        font-size: 14px;
    }
    .carousel-caption.slide-caption {
        top: 40%;
        left: 10%;
    }
    .carousel-caption.slide-caption p {
        text-align: center;
        max-width: 100%;
        font-size: 12px !important;
    }
    .slider-button{
        justify-content: center;
        align-items: center;
    }
    div#tm-calltoaction-area-2 {
        display: none;
    }

      
}
@media (max-width: 320px) {
    .caption {
        top: 30% !important;
        transform: translateY(-50%);
    }
    .carousel-caption.caption p {
        max-width: 47%;
        color: #fff !important;
        font-size: 6px !important;
        line-height: 12px !important;
        margin-bottom: 0px;
    }
}
  