@import url("https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@200;300;400;600;900&display=swap");
body {
    margin: 0 auto;
    font-family: "Source Sans Pro", "Varela", sans-serif;
    color: #333;
    font-weight: 100;
    line-height: 1.42857143;
    overflow-x: hidden;
}

p {
    font-size: 18px;
    color: #333;
    font-weight: 500;
}

.f-11 {
    font-size: 11px !important;
}

.owl-item.active .item:hover {
    transform: scale(1.1);
    transition: transform .7s;
}

.text-sky {
    color:rgb(0, 173, 239);
}

.text-purple {
    color: #8431a5;
}

.project-item:hover .project-text {
    color:rgb(0, 173, 239) !important;
}


.project_image {
   width: 100%;
  }

.paddingY100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
}

.service_image {
    width: 260px;
    height: 160px;
}

.rounded-profile {
    width: 80px;
    height: 80px;
    border-radius: 50%;
}

.header-btn {
    background-color: #00adef !important;
}

.bg-whatsapp {
    background: rgb(68, 197, 84) !important;
}

.nav-item-hover:hover {
    background-color: #0d002c;
    border-radius: 20px;
}

.nav-item-hover:hover .nav-link {
   color: #fff !important;
}

.home-title {
    display: inline-block;
    padding-bottom: 10px;
    position: relative;
}

.home-title:before{
    content: "";
    position: absolute;
    width: 35%;
    height: 1px;
    bottom: 0;
    left: 35%;
    border-bottom: 2px solid rgb(0, 173, 239);
}

.bg-choose {
    background-color: rgb(248, 248, 248);
}

.border-bottom2 {
    border-bottom: 2px solid #dee2e6 !important;
}


.choose-image {
    width: 100%;
}

.rounded-number {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    background-color: rgb(0, 173, 239);
    border-radius: 50%;
    border: 3px solid #fff;
}

.home_slider_icon {
    padding: 10px;
    font-size: 20px;
    width: 40px;
    text-align: center;
    text-decoration: none;
    margin: 5px 2px;
    border-radius: 50%;
    height: 40px;
    background: rgb(0, 173, 239);
    color: white;
    margin-bottom: 20px;
  }

  .modal_close {
    background-color: transparent !important;
    border: none;
  }

  .underline {
    text-decoration: underline;
  }

@import url(https://fonts.googleapis.com/css?family=Raleway:400,800);
@import url(https://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css);

.snip1190 {
  font-family: 'Raleway', Arial, sans-serif;
  position: relative;
  overflow: hidden;
  margin: 10px;
  width: 100%;
  background: #000;
  text-align: center;
}
.snip1190 * {
  -webkit-box-sizing: padding-box;
  box-sizing: padding-box;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.snip1190 img {
  opacity: 1;
  width: 100%;
}
.snip1190 figcaption {
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.snip1190 h4 {
  font-weight: 400;
  left: 0;
  right: 0;
  letter-spacing: -1px;
  margin: 0 auto;
  position: absolute;
  text-transform: uppercase;
  bottom: 50%;
  -webkit-transform: translateY(-500px);
  transform: translateY(-500px);
}
/* .snip1190 h4 span {
  font-weight: 800;
} */

.snip1190:hover img,
.snip1190.hover img {
  opacity: .7;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.snip1190:hover h4,
.snip1190.hover h4 {
  opacity: 1;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}

.home_slider_icon:hover {
    text-decoration: none !important;
    color: white;

}

.slide-right {
    width: 100%;
    overflow: hidden;
    max-width: 500px
}

.slide-left {
    width: 100%;
    overflow: hidden;
    max-width: 500px
}

.slide-right h1 {
    animation: 1s slide-right 1s forwards;
    transform:translateX(-100%);
}

.slide-left h3 {
    animation: 1s slide-right 1s forwards;
    transform:translateX(110%);
}

@keyframes slide-right {
to {
    transform:translateX(0);
}
}

@keyframes slide-left {
to {
    transform:translateX(0);
}
}

@-webkit-keyframes zoom {
from {
    -webkit-transform: scale(1, 1);
}
to {
    -webkit-transform: scale(1.2, 1.2);
}
}

@keyframes zoom {
from {
    transform: scale(1, 1);
}
to {
    transform: scale(1.2, 1.2);
}
}

.slider_image {
-webkit-animation: zoom 20s;
animation: zoom 20s;
}

.carousel-control-next {
position: absolute;
top: 0;
bottom: 0;
z-index: 1;
display: flex;
align-items: center;
justify-content: flex-end;
width: 15%;
padding: 0;
color: #fff;
text-align: center;
background: 0 0;
border: 0;
opacity: .5;
transition: opacity .15s ease;
margin-right: 30px;
z-index: 10;
}

.carousel-control-prev {
position: absolute;
top: 0;
bottom: 0;
z-index: 1;
display: flex;
align-items: center;
justify-content: flex-start;
width: 15%;
padding: 0;
color: #fff;
text-align: center;
background: 0 0;
border: 0;
opacity: .5;
transition: opacity .15s ease;
margin-left: 30px;
z-index: 10;
}


.carousel-control-next-icon, .carousel-control-prev-icon{
background-color: #000;
background-size: 60% 60%;
border-radius: 50%;
}

.custom__curousel .carousel-control-next {
    z-index: 999999999;
}

.slider_icon_wrapper {
position: absolute;
bottom: 0;
transform: translate(77%, 32%);
right: 0;
top: 0;
left: 0;
z-index: 1025;
}

.fw-bold {
font-weight: 600 !important;
}
.phone-number {
    font-family: "Source Sans Pro", "Varela", sans-serif;
}

.quote-btn {
margin-left: 15px;
background-color: rgb(13, 0, 44) !important;
}

.slider_content {
position: absolute;
bottom: 0;
transform: translate(30%, 32%);
right: 0;
top: 0;
left: 0;
z-index: 9;
width: 55%;
}

.carousel-item:after {
content:"";
display:block;
position:absolute;
top:0;
bottom:0;
left:0;
right:0;
background:rgba(0,0,0,0.3);
}

.project-item .carousel-item:after {
content:"";
display:block;
position:absolute;
top:0;
bottom:0;
left:0;
right:0;
background: transparent;
}


.slider_icon_container {
display: flex;
flex-direction: column;
align-items: flex-start;
justify-content: center;
}

.tag {
    color: rgb(255 253 201 / 89%) !important;
    font-size: 14px !important;
}

h3 {
    font-size: 24px;
}

.submit {
    border: none;
    background: #0c052e;
    color: #fff;
    padding: 8px 20px;
}

.done {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    height: 50%;
    width: 50%;
    border: 1px solid green;
    margin: auto;
    background: #eefdee;
}

.special {
    color: #6fa7fc;
}

.testmonial p {
    font-size: 14px !important;
    margin-left: 10px;
}

.content-testimonial p {
    font-size: 14px !important;
}

.testmonial-head {
    font-size: 34px;
    font-weight: bold;
}

.main-head {
    font-size: 34px;
    font-weight: bold;
    color: #000;
}

.bg-lopksdd {
    background: url(../Images//bg-planew.png);
    background-size: cover;
    background-position: center;
}

.contentoui ul {
    text-align: left;
}

.list {
    line-height: 45px;
}

.list li {
    font-size: 16px;
    color: #fff;
}

.listWap {
    margin-left: auto;
}

.linejfjh {
    width: 50%;
    margin: 20px auto !important;
    border-top: 3px solid #999;
}

.testmonialsdservice p {
    font-size: 16px !important;
}

.kgkjg h3 {
    font-size: 34px;
    font-weight: bold;
}

.swiper-button-next {
    right: 2px !important;
}

.swiper-button-prev {
    left: 2px !important;
}

.swiper-button-next::after {
    color: rgb(255, 255, 255);
    font-size: 20px !important;
}

.swiper-button-prev::after {
    color: rgb(255, 255, 255);
    font-size: 20px !important;
}

.formef input {
    border-radius: 0px;
    height: 40px;
}

.formef>.form-group {
    margin: 20px 0px;
}

.formef textarea {
    border-radius: 0px;
}

.sub-head {
    font-size: 18px;
    font-weight: 600;
}

.pointBox img {
    width: 40px;
}

.formef button {
    background: #0c052e;
    color: #fff;
    font-size: 15px;
    border: none;
    padding: 10px 20px;
}

.formef label {
    font-size: 17px;
    font-weight: normal;
    margin: 5px 0px;
}

.imgWarnm img {
    width: 80px;
}

.mhSrvc {
    min-height: 900px;
    background: #faf9ff;
}

.bg-main {
    background: #ffffff;
}

.list-icon {
    width: 20px;
}

@keyframes zoominoutsinglefeatured {
    0% {
        transform: scale(0.97, 0.97);
    }
    50% {
        transform: scale(1, 1);
    }
    100% {
        transform: scale(0.97, 0.97);
    }
}

.banner {
    background: rgba(0, 0, 0, 0) url("../Images/banner.jpg") no-repeat;
    height: 740px;
    background-size: cover;
    animation: zoominoutsinglefeatured 5s infinite;
}

.w-65 {
    width: 50%;
}

.service-features li::before {
    content: "";
    background: url(../Images/star-list.svg);
    width: 30px;
    height: 30px;
    position: absolute;
}

.service-features li {
    margin-left: 10px;
}

.imageCtrl img {
    width: 200px;
}

.profile img {
    width: 20px;
}

.testHead {
    font-size: 16px;
    font-weight: 600;
}

.mh-450 {
    min-height: 457px;
}

.toaster {
    position: absolute;
    bottom: 50px;
    max-width: 300px;
    padding: 10px 20px;
}

.banner-text {
    padding: 0 1% !important;
    max-width: 560px !important;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: auto;
    color: #fff;
    font-size: 30px;
    font-weight: 300;
    letter-spacing: 0.5px;
    position: absolute;
    top: 0px;
}

.aboutext p {
    font-size: 16px;
}

.netwalks {
    font-size: 30px;
}

.list-service li {
    font-size: 16px;
    font-weight: 500;
}

@keyframes moveInRight {
    0% {
        opacity: 0;
        transform: translateX(100px);
    }
    80% {
        transform: translateX(-10px);
    }
    100% {
        opacity: 1;
        transform: translate(0);
    }
}

.py-actmniq:hover .apblock {
    animation-name: moveInRight;
    animation-duration: 3s;
}

.line-strak::before {
    content: "";
    width: 2px;
    height: 90%;
    position: absolute;
    left: 20%;
    top: 5%;
    background: rgba(255, 255, 255, 0.28);
    z-index: 1;
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}

.line-strak::after {
    content: "";
    width: 2px;
    height: 90%;
    position: absolute;
    left: 35%;
    top: 5%;
    background: rgba(255, 255, 255, 0.28);
    z-index: 1;
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}

.some {
    color: #198754;
    font-weight: bold;
}

.whtaspp {
    position: absolute;
    bottom: 20px;
    left: 25px;
}

.whtaspp img {
    width: 60px;
}

.star {
    width: 179px;
}


/* .after-down::after {
  content: "+";
  position: absolute;
  width: 20px;
  height: 20px;
  right: 5px;
  top: 10px;
} */

.some::before {
    content: "";
    background: url(../Images/check-circle.gif);
    position: absolute;
    width: 50px;
    height: 50px;
    top: -53px;
    left: 180px;
    background-position-x: center;
    background-size: cover;
}

.ldisjfh p {
    font-size: 16px;
}

.w-20 {
    width: 280px;
}

.imgwh {
    width: 70px;
}

.pl-25 {
    padding-left: 225px;
}

#loader {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 9999;
}

#om {
    position: fixed;
    z-index: 6;
    width: 280px;
}


/* ....................product listing cards styles start here.................................. */

.main-title {
    color: #2d2d2d;
    text-align: center;
    text-transform: capitalize;
    padding: 0.7em 0;
}

.cardTituyhjh {
    text-align: center;
    padding: 15px 0px;
    position: absolute;
    bottom: 30px;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.582);
    font-size: 18px;
}

.containerCssmised {
    padding: 1em 0;
    /* float: left; */
    /* width: 50%; */
}

@media screen and (max-width: 640px) {
    .containerCssmised {
        display: block;
        width: 100%;
    }
}

@media screen and (min-width: 900px) {
    .containerCssmised {
        width: 33.33333%;
    }
}

.containerCssmised .title {
    color: #1a1a1a;
    text-align: center;
    margin-bottom: 10px;
}

.content {
    position: relative;
    width: 90%;
    max-width: 400px;
    margin: auto;
    overflow: hidden;
    height: 300px;
}

.content .content-overlay {
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    height: 99%;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}

.content:hover .content-overlay {
    opacity: 1;
}

.content-image {
    width: 100%;
}

.content-details {
    position: absolute;
    text-align: center;
    padding-left: 1em;
    padding-right: 1em;
    width: 100%;
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.content:hover .content-details {
    top: 50%;
    left: 50%;
    opacity: 1;
}

#parent:hover .title {
    display: none;
}

.content-details h3 {
    color: #fff;
    font-weight: 500;
    letter-spacing: 0.15em;
    margin-bottom: 0.5em;
    text-transform: uppercase;
}

.content-details p {
    color: #fff;
    font-size: 15px;
}

.fadeIn-bottom {
    top: 80%;
}

.fadeIn-top {
    top: 20%;
}

.fadeIn-left {
    left: 20%;
}

.fadeIn-right {
    left: 80%;
}


/* ....................product listing cards styles end here.................................. */

.sidebar aside {
    clear: both;
}

.textwidget a {
    text-align: right;
    color: rgb(136, 133, 150);
    text-decoration: none;
}

.textalign-center {
    padding: 15px 0px 15px 20px !important;
}

.textwidget {
    text-align: right;
    color: rgb(136, 133, 150);
    font-size: 14px;
    margin-top: 30px;
    font-weight: 500;
}

.sidebar.footer-2 {
    text-align: right;
    color: rgb(136, 133, 150);
}

.sdjhi li {
    font-size: 16px;
    font-weight: 500;
}

.wrapper,

/* .toggledAnother {
  width: auto;
} */

.fr1 {
    margin: 10px 0 0 0;
    cursor: pointer;
    position: relative;
}

.logo {
    width: 180px;
}

.navbar-nav li a {
    color: #000;
    font-family: "Source Sans Pro";
    font-size: 16px;
   /* font-size: 90%; */
    letter-spacing: 0px;
    line-height: 22px;
    font-weight: 400;
    text-decoration: none;
}

.dropdown-menu {
    margin-top: 0;
}

.dropdown-toggle::after {
    display: none;
}

.fr1 a {
    line-height: 20px;
    text-decoration: none;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    width: 100%;
    display: flex;
}

.fr1 a:hover {
    /*background-color:#2c3e50; */
    color: #fff;
    text-decoration: none;
}

.togglerico::after {
    content: "";
    background: url("../Images/line.svg");
    width: 42px;
    height: 42px;
    position: absolute;
    top: 4px;
    left: 202px;
}

.wl-25 {
    width: 25%;
}

.togglerclose::after {
    content: "";
    background: url("../Images/close.svg");
    width: 42px;
    height: 42px;
    position: absolute;
    top: 4px;
    left: 202px;
}

.pos {
    position: absolute;
    left: -20px;
    top: 0px;
    background-image: url("https://encrypted-tbn0.gstatic.com/Images?q=tbn:ANd9GcSRP_KP2HHUb1ZKYROZxakpF13CzPOqJF23JytQNo05OJm7hsVIzg");
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
}

.pos2 {
    position: absolute;
    left: -20px;
    top: 0px;
    background-image: url("https://encrypted-tbn0.gstatic.com/Images?q=tbn:ANd9GcSZ9n-qfKp3bLa5_zdX6FyWfjKM-1aI_U2qxtQdnMsEW4lAgIlp");
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
}

.wrapper {
    height: 3em;
}

.toggledAnother {
    height: 3.6em;
    display: block;
    top: 10px;
    position: absolute;
    width: 100%;
    /*z-index: -23;
*/
}

.toggledAnother {
    color: #333;
    background-color: #fff;
    display: none;
}

.fade-in {
    animation: fadeIn ease 1s;
    -webkit-animation: fadeIn ease 1s;
    -moz-animation: fadeIn ease 1s;
    -o-animation: fadeIn ease 1s;
    -ms-animation: fadeIn ease 1s;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-moz-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-o-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-ms-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}


/*Horizontal Menu - Right Align */


/* ul.horizontalMenu3 {
  list-style-type: none;
  margin: 5px 0 0 0;
  padding: 0;
}
ul.horizontalMenu3 li {
  display: inline-block;
  line-height: 45px;
  margin: 0 10px 10px 0;
}
ul.horizontalMenu3 li:last-child {
  margin-right: 30px;
}
ul.horizontalMenu3 li a {
  color: rgb(10, 10, 10);
  text-decoration: none;
  font-weight: 600;
}

ul.horizontalMenu3 li span {
  color: rgb(10, 10, 10);
  text-decoration: none;
  font-weight: 600;
  cursor: pointer;
}
ul.horizontalMenu3 li a:hover {
  color: #6fa7fc;
} */

h2 {
    font-weight: bold;
    letter-spacing: -1px;
    font-size: 34px;
    margin-bottom: 20px;
}

.lead-text {
    font-size: 18px;
    line-height: 30px;
    font-weight: 500;
}


/* section {
  background-color: #f8f8f8;
} */

.py-actmniq {
    padding: 60px 0;
}

.bold-head {
    font-weight: bold;
    letter-spacing: -1px;
}

.w-cnobj {
    width: 80px;
}

.h-cntrl {
    max-height: 160px;
}

.all-widpatch {
    padding: 0px 10px 0px 114px;
}

.card p {
    font-size: 16px;
    text-align: center;
    margin-top: 5px;
    color: #0b1739;
}

.mission p {
    font-size: 16px;
}

.mission ul li {
    font-size: 16px;
}


.bggdf::before {
    content: "";
    position: absolute;
    left: 0;
    top: -30px;
    background: rgba(12, 5, 46, 0.3);
    width: 80%;
    height: 450px;
}

.f-34 {
    font-size: 34px;
}

.f-20 {
    font-size: 20px
}

.bggdf::after {
    content: "";
    position: absolute;
    top: -30px;
    left: 80%;
    border-width: 450px 120px 0px 0px;
    border-color: rgba(12, 5, 46, 0.3) transparent;
    border-style: solid;
}

.bg-service {
    background: rgba(0, 0, 0, 0) url("../Images/service-banner.jpg") no-repeat;
    height: 450px;
    background-size: cover;
    background-position: center;
}

.project {
    margin: auto 10px auto auto;
}

.project h1 {
    color: rgba(248, 248, 248, 0.96);
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.21);
    text-transform: initial;
    font-size: 55px;
}

.bg-project {
    background: rgba(0, 0, 0, 0) url("../Images/projects.jpg") no-repeat;
    height: 450px;
    background-size: cover;
    background-position: center;
}

.rect-shape-leftc {
    background: url("../Images/side-ttn.png") no-repeat;
    background-size: cover;
}

.rect-shape-rightc {
    background: url("../Images/right.png") no-repeat;
    background-size: cover;
}

.lb-head {
    font-size: 22px;
    color: #6ab3dc;
    letter-spacing: 0px;
    font-weight: bold;
}

.list-futdeli li a {
    display: block;
    text-align: center;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: 40px;
    padding-bottom: 10px;
    position: relative;
    text-align: left;
    text-decoration: none;
    font-size: 22px;
}

.list-futdeli li a::after {
    position: absolute;
    content: "";
    top: 100%;
    left: 0;
    width: 80%;
    background: rgba(255, 255, 255, 0.5);
    height: 2px;
}

.list-futdeli li a.proactive::after {
    background: #ffd100;
}

.list-futdeli li a.proactive {
    color: #ffd100 !important;
}

.circle {
    width: 150px;
    margin: 1%;
    margin-bottom: 1%;
    height: 150px;
    border-radius: 50%;
    color: #fff;
    display: block;
    vertical-align: middle;
    margin-bottom: 30px;
    text-align: center;
}

.cl-1 {
    background: #0096e2;
}

.cl-2 {
    background: #5648a5;
}

.cl-3 {
    background: #6e2c90;
}

.hooks {
    position: relative;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
}

.list-futdeli li a.active {
    color: #ffd100;
}

.bg-verpstico {
    /* background: rgba(0, 0, 0, 0) url("../Images/banner-3.jpg") no-repeat; */
    background: rgba(0, 0, 0, 0) url("../Images/what_we_do_img2.jpg") no-repeat;
    background-size: cover;
}

.bg-verpstico:after {
    content:"";
    display:block;
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    background:rgba(0,0,0,0.4);
  }

.bg-about {
    background: rgba(0, 0, 0, 0) url("../Images/about_us_bg.jpg") no-repeat;
    height: 550px;
    background-size: cover;
    background-position: center;
}

.bg-our-clients {
    background: rgba(0, 0, 0, 0) url("../Images/our_clients.jpeg") no-repeat;
    height: 550px;
    background-size: cover;
    background-position: center;
}

.bg-contact {
    background: rgba(0, 0, 0, 0) url("../Images/banner-contact.jpg") no-repeat;
    height: 550px;
    background-size: cover;
    background-position: center;
}

.after::after {
    content: "";
    background: url(../Images/down.svg);
    height: 16px;
    width: 16px;
    position: absolute;
    top: 10px;
    right: 20px;
    background-repeat: no-repeat;
}

.entry-title {
    padding: 300px 0% 70px;
    color: rgba(248, 248, 248, 0.96);
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.21);
    text-transform: initial;
    margin-bottom: 0;
    margin-top: 0;
    position: relative;
    z-index: 2;
    font-weight: normal;
    font-size: 55px;
    letter-spacing: -2px;
}

.showbox {
    font-size: 14px;
}

.plqsew_eryfdfh h3 {
    font-weight: bold;
    color: #ffd100;
    letter-spacing: -1px;
    font-size: 34px;
    margin-bottom: 20px;
}

.plqsew_eryfdfh p {
    margin-top: 30px;
    font-size: 14px;
}

.footer {
    background-color: #0c052e;
    padding-top: 30px;
    margin-top: 0;
    color: #fff;
}

.footer h2 {
    font-size: 30px;
    font-weight: normal;
    letter-spacing: 0px;
}

.text-right {
    text-align: right;
}

.footer ul li a {
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    margin-bottom: 5px;
    padding: 10px 0px;
    font-weight: 500;
}

.footer ul li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.17);
}

.contact_opt a {
    font-size: 13px;
    color: #888596;
    margin-bottom: 5px;
    text-decoration: none;
    padding: 0px 5px;
}

.address_tab p {
    font-size: 13px;
    color: #888596;
    padding: 0px;
    margin: 0px;
}

.ml-c-5 {
    margin-left: 15px;
}

.footer-bottom {
    padding: 30px 0;
}

.footer-bottom p {
    font-size: 13px;
    color: #888596;
}

.btn.btn-default {
    margin-top: 15px;
    font-size: 14px;
}

.btn-white {
    background: #fff;
    color: #0c052e;
}

.brand-color-bg {
    background: #0c052e;
}

.btn {
    padding: 5px 15px 5px 15px;
    position: relative;
    border: 0 none;
    border-radius: 0px;
    line-height: 24px;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.mx-wh {
    max-width: 120px;
}

.btn-default::after {
    content: "";
    border-width: 35px 10px 0px 0px;
    border-color: #fff transparent;
    border-style: solid;
    position: absolute;
    left: 100%;
    top: 0;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.footer-bottom i {
    color: rgba(222, 222, 222, 0.61);
}

.wy-20 {
    width: 20%;
}

.submenublock {
    background-color: rgba(255, 255, 255, 0);
    width: 200px;
    padding: 10px;
    right: 10px;
    left: -4px;
    top: 55px;
}

.navbar-light .navbar-toggler-icon {
    background-image: url("../Images/toggler.svg");
}


/* Extra small devices (phones, 600px and down) */

@media only screen and (max-width: 600px) {
  
    .banner {
        background: rgba(0, 0, 0, 0) url("../Images/banner-mob.jpg") no-repeat;
        height: 637px;
        background-size: cover;
        overflow: hidden;
        animation: zoominoutsinglefeatured 4s infinite;
    }
    .down::after {
        content: "+";
        width: 100px;
        position: absolute;
    }
    nav {
        background-color: #fff;
        box-shadow: 5px 4px 5px rgba(0, 0, 0, 0.24);
    }
    
    .banner-text {
        color: #fff;
        font-size: 20px;
        font-weight: 300;
        letter-spacing: 0.5px;
        position: absolute;
        top: -70px;
    }
    .navbar-nav li {
        margin: 10px 0px;
        padding: 10px 20px;
    }
    .active {
        background-color: #1d163ec2;
    }
    .text-decoration-none {
        text-decoration: none !important;
    }
    .w-25-m {
        width: 25%;
    }
    .w-35-m {
        width: 40%;
    }
    .text-center-mobile {
        text-align: center;
    }
    .lead-text {
        font-size: 18px;
        line-height: 30px;
    }
    .toggledAnother {
        height: 3.4em;
        top: 77px;
        position: absolute;
        width: 100%;
        z-index: -23;
        background: rgba(255, 255, 255, 0);
    }
    .all-widpatch {
        padding: 0px 10px 0px 18px;
    }
    .mob-mn-widtcntrl {
        width: 400px;
        display: block;
    }
    .togglerclose::after {
        content: "";
        background: url("../Images/close.svg");
        width: 42px;
        height: 42px;
        position: absolute;
        top: 10px;
        left: 83%;
    }
    .togglerico::after {
        content: "";
        background: url("../Images/line.svg");
        width: 42px;
        height: 42px;
        position: absolute;
        top: 10px;
        left: 83%;
    }
    ul.horizontalMenu3 li {
        display: block;
        line-height: 31px;
        margin: 0 10px 10px 0;
    }
    ul.horizontalMenu3 {
        padding: 10px 0px;
        background: rgb(255, 255, 255);
        height: 100vh;
    }
    .text-right {
        text-align: left;
    }
    .justify-content-end {
        justify-content: flex-start !important;
    }
    .fr1 {
        margin: 0px 0 0 0;
        cursor: pointer;
        position: relative;
        background: #fff;
    }
    .text-mob-center {
        text-align: center;
    }
    ul.horizontalMenu3 li:last-child {
        margin-right: 0px !important;
    }
    ul.horizontalMenu3 li {
        display: block;
        line-height: 31px;
        margin: 10px 10px 0px 0;
    }
    .pl-25 {
        padding-left: 15px;
    }
    #om {
        position: fixed;
        z-index: 6;
        width: 100%;
    }
    .bg-bl-trpnt::before {
        content: "";
        position: absolute;
        right: 0;
        top: 40px;
        background: rgba(0, 140, 220, 0.57);
        width: 100%;
        height: 550px;
    }
    .bg-bl-trpnt::after {
        content: "";
        position: absolute;
        top: 50px;
        right: 50%;
        border-width: 0 0 450px 120px;
        border-color: rgba(0, 140, 220, 0) transparent;
        border-style: solid;
    }
    .bggdf::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0px;
        background: rgba(12, 5, 46, 0.3);
        width: 100%;
        height: 450px;
    }
    .bggdf::after {
        border-color: rgba(12, 5, 46, 0) transparent;
        left: 0%;
    }
    .imgwh {
        width: 54px;
    }
    .bg-bl-trpnt::before {
        content: "";
        position: absolute;
        right: 0;
        top: 0;
        background: rgba(0, 140, 220, 0.57);
        width: 100%;
        height: 725px;
    }
    .footer h2 {
        font-size: 13px;
        font-weight: normal;
        letter-spacing: 0px;
    }
    .footer ul li a {
        color: #fff;
        font-size: 11px;
        text-transform: uppercase;
        margin-bottom: 5px;
        padding: 10px 0px;
    }
    .textwidget {
        text-align: left;
        color: rgb(136, 133, 150);
        font-size: 14px;
        margin-top: 30px;
        font-weight: 500;
    }
    .bg-about {
        background: rgba(0, 0, 0, 0) url("../Images/banner-about.jpg") no-repeat;
        background-position-x: 0%;
        background-position-y: 0%;
        background-size: auto;
        height: 250px;
        background-size: cover;
        background-position: center;
    }
    .entry-title {
        padding: 186px 0% 70px;
        color: rgba(248, 248, 248, 0.96);
        text-shadow: 0 0 2px rgba(0, 0, 0, 0.21);
        text-transform: initial;
        margin-bottom: 0;
        margin-top: 0;
        position: relative;
        z-index: 2;
        font-weight: normal;
        font-size: 38px;
        letter-spacing: -2px;
    }
    .wl-25 {
        width: 65%;
    }
    .bg-service {
        background: rgba(0, 0, 0, 0) url("../Images/service-banner.jpg") no-repeat;
        background-position-x: 0%;
        background-position-y: 0%;
        background-size: auto;
        height: 238px;
        background-size: cover;
        background-position: center;
    }
    .list-service {
        padding-left: 23px;
        margin-top: 15px;
    }
    .p-restricted {
        padding: 0px;
    }
    .some::before {
        content: "";
        background: url(../Images/check-circle.gif);
        position: absolute;
        width: 50px;
        height: 50px;
        top: -53px;
        left: 120px;
        background-position-x: center;
        background-size: cover;
    }
    .bg-verpstico {
        background: rgba(0, 0, 0, 0) url(../Images/banner-3.jpg) no-repeat;
        height: 725px;
    }

   .owl-stage  {
    margin-bottom: 20px;
   }
}

/* Small devices (portrait tablets and large phones, 600px and up) */

@media only screen and (min-width: 600px) {
    .btn-collapse-2 {
        position: absolute;
        left: -45px;
        top: 15px;
        background: url("../Images/close.svg");
        background-color: rgba(0, 0, 0, 0);
        background-position-x: 0%;
        background-position-y: 0%;
        background-repeat: repeat;
        background-color: rgba(0, 0, 0, 0);
        background-position-x: 0%;
        background-position-y: 0%;
        background-repeat: repeat;
        background-repeat: no-repeat;
        border: none;
        width: 35px;
        height: 35px;
        background-position: center;
    }
   
}


/* Medium devices (landscape tablets, 768px and up) */

@media only screen and (min-width: 768px) {
    .btn-collapse-2 {
        position: absolute;
        left: -45px;
        top: 15px;
        background: url("../Images/close.svg");
        background-color: rgba(0, 0, 0, 0);
        background-position-x: 0%;
        background-position-y: 0%;
        background-repeat: repeat;
        background-color: rgba(0, 0, 0, 0);
        background-position-x: 0%;
        background-position-y: 0%;
        background-repeat: repeat;
        background-repeat: no-repeat;
        border: none;
        width: 35px;
        height: 35px;
        background-position: center;
    }
    .textalign-center {
        text-align: center;
        padding: 0px !important;
    }
}


/* Large devices (laptops/desktops, 992px and up) */

@media only screen and (min-width: 992px) {}


/* Extra large devices (large laptops and desktops, 1200px and up) */

@media only screen and (min-width: 1200px) {
    .pl-25 {
        padding-left: 225px;
    }
    .dropdown:hover .dropdown-menu {
        display: block;
        margin-top: 0;
    }
    .dropdown-item:hover {
        background-color: #0b1739;
    }
    .imgwh {
        width: 70px;
    }
    .wy-20 {
        width: 25%;
    }
    .wy-80 {
        width: 75%;
    }
    .w-65 {
        width: 80%;
    }
    .togglerico::after {
        content: "";
        background: url("../Images/line.svg");
        width: 42px;
        height: 42px;
        position: absolute;
        top: 4px;
        left: 202px;
    }
    .togglerclose::after {
        content: "";
        background: url("../Images/close.svg");
        width: 42px;
        height: 42px;
        position: absolute;
        top: 4px;
        left: 202px;
    }
    .text-right {
        text-align: right;
    }
    .text-left {
        text-align: left;
    }
    .f-16 {
        font-size: 16px;
    }
    ul.horizontalMenu3 li:last-child {
        margin: 0px 30px 0px 15px;
    }
    .after::after {
        content: "";
        background: url(../Images/down.svg);
        height: 16px;
        width: 16px;
        position: absolute;
        top: 16px;
        left: 63px;
        background-repeat: no-repeat;
    }
    .submenublock {
        background-color: rgb(255, 255, 255);
        width: 245px;
        position: absolute;
        right: 10px;
        left: -4px;
        top: 55px;
        border-radius: 5px;
        padding: 10px 0px 10px 20px;
        text-align: left;
    }
    .textalign-center {
        text-align: center;
        padding: 0px;
    }
    .main-head {
        font-size: 34px;
        font-weight: 900;
        color: #000;
    }
    .list li {
        font-size: 20px;
        color: #fff;
    }
    .sub-head {
        font-size: 20px;
        font-weight: 600;
    }
    .shadow-dk {
        box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    }
}

.timeline-steps {
    display: flex;
    justify-content: center;
    flex-wrap: wrap
}

.timeline-steps .timeline-step {
    align-items: center;
    display: flex;
    flex-direction: column;
    position: relative;
    margin: 1rem
}

@media (min-width:768px) {
    .timeline-steps .timeline-step:not(:last-child):after {
        content: "";
        display: block;
        border-top: .25rem dotted #3b82f6;
        width: 3.46rem;
        position: absolute;
        left: 7.5rem;
        top: .3125rem
    }
    .timeline-steps .timeline-step:not(:first-child):before {
        content: "";
        display: block;
        border-top: .25rem dotted #3b82f6;
        width: 3.8125rem;
        position: absolute;
        right: 7.5rem;
        top: .3125rem
    }
}

.timeline-steps .timeline-content {
    width: 10rem;
    text-align: center
}

.timeline-steps .timeline-content .inner-circle {
    border-radius: 1.5rem;
    height: 1rem;
    width: 1rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #3b82f6
}

.timeline-steps .timeline-content .inner-circle:before {
    content: "";
    background-color: #3b82f6;
    display: inline-block;
    height: 3rem;
    width: 3rem;
    min-width: 3rem;
    border-radius: 6.25rem;
    opacity: .5
}

.section-header h3 {
    font-size: 36px;
    color: #283d50;
    text-align: center;
    font-weight: 500;
    position: relative;
}

.section-header p {
    text-align: center;
    margin: auto;
    font-size: 15px;
    padding-bottom: 60px;
    color: #556877;
    width: 50%;
}

#clients {
    padding: 60px 0;
}

#clients .clients-wrap {
    border-top: 1px solid #d6eaff;
    border-left: 1px solid #d6eaff;
    margin-bottom: 30px;
}

#clients .client-logo {
    padding: 64px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-right: 1px solid #d6eaff;
    border-bottom: 1px solid #d6eaff;
    overflow: hidden;
    background: #fff;
    height: 160px;
}

#clients img {
    transition: all 0.4s ease-in-out;
}


/* timeline styles */

.timeline {
    position: relative;
    padding: 10px;
    margin: 0 auto;
    overflow: hidden;
    color: #ffffff;
}

.timeline:after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -1px;
    border-right: 2px dashed #c4d2e2;
    height: 100%;
    display: block;
}

.timeline-row {
    padding-left: 50%;
    position: relative;
    margin-bottom: 30px;
}

.timeline-row .timeline-time {
    position: absolute;
    right: 50%;
    top: 31px;
    text-align: right;
    margin-right: 20px;
    color: #000000;
    font-size: 1.5rem;
}

.timeline-row .timeline-time small {
    display: block;
    font-size: .8rem;
    color: #8796af;
}

.timeline-row .timeline-content {
    position: relative;
    padding: 20px 30px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.timeline-row .timeline-content:after {
    content: "";
    position: absolute;
    top: 20px;
    height: 3px;
    width: 40px;
}

.timeline-row .timeline-content:before {
    content: "";
    position: absolute;
    top: 20px;
    right: -50px;
    width: 20px;
    height: 20px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    z-index: 100;
    background: #ffffff;
    border: 2px dashed #c4d2e2;
}

.timeline-row .timeline-content h4 {
    margin: 0 0 20px 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 150%;
}

.timeline-row .timeline-content p {
    margin-bottom: 30px;
    line-height: 150%;
}

.timeline-row .timeline-content i {
    font-size: 2rem;
    color: #ffffff;
    line-height: 100%;
    padding: 10px;
    border: 2px solid #ffffff;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    margin-bottom: 10px;
    display: inline-block;
}

.timeline-row .timeline-content .thumbs {
    margin-bottom: 20px;
}

.timeline-row .timeline-content .thumbs img {
    margin-bottom: 10px;
}

.timeline-row:nth-child(even) .timeline-content {
    background-color: #5a99ee;
    /* Fallback Color */
    background-image: -webkit-gradient(linear, left top, left bottom, from(#1379bb), to(#5a99ee));
    /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(top, #1379bb, #5a99ee);
    /* Chrome 10+, Saf5.1+, iOS 5+ */
    background-image: -moz-linear-gradient(top, #1379bb, #5a99ee);
    /* FF3.6 */
    background-image: -ms-linear-gradient(top, #1379bb, #5a99ee);
    /* IE10 */
    background-image: -o-linear-gradient(top, #1379bb, #5a99ee);
    /* Opera 11.10+ */
    background-image: linear-gradient(top, #1379bb, #5a99ee);
    margin-left: 40px;
    text-align: left;
}

.timeline-row:nth-child(even) .timeline-content:after {
    left: -39px;
    border-right: 18px solid #1379bb;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
}

.timeline-row:nth-child(even) .timeline-content:before {
    left: -50px;
    right: initial;
}

.timeline-row:nth-child(odd) {
    padding-left: 0;
    padding-right: 50%;
}

.timeline-row:nth-child(odd) .timeline-time {
    right: auto;
    left: 50%;
    text-align: left;
    margin-right: 0;
    margin-left: 20px;
}

.timeline-row:nth-child(odd) .timeline-content {
    background-color: #5a99ee;
    /* Fallback Color */
    background-image: -webkit-gradient(linear, left top, left bottom, from(#1379bb), to(#5a99ee));
    /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(top, #1379bb, #5a99ee);
    /* Chrome 10+, Saf5.1+, iOS 5+ */
    background-image: -moz-linear-gradient(top, #1379bb, #5a99ee);
    /* FF3.6 */
    background-image: -ms-linear-gradient(top, #1379bb, #5a99ee);
    /* IE10 */
    background-image: -o-linear-gradient(top, #1379bb, #5a99ee);
    /* Opera 11.10+ */
    background-image: linear-gradient(top, #1379bb, #5a99ee);
    margin-right: 40px;
    margin-left: 0;
    text-align: right;
}

.timeline-row:nth-child(odd) .timeline-content:after {
    right: -39px;
    border-left: 18px solid #1379bb;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
}

@media (max-width: 767px) {
    .slider_image {
        height: 400px;
    }
    .custom__curousel .carousel-control-prev {
        display: none ;
    }

    .custom__curousel  .carousel-control-next {
        display: none ;
    }
    
    
    .project-item .carousel-control-prev {
        display: flex;
    }

    .project-item .carousel-control-next {
        display: flex;
    }

    .slider_button_wrapper {
        display: none;
    }
    .slider_icon_wrapper {
        position: absolute;
        bottom: 0;
        transform: translate(85%, 20%);
        right: 0;
        top: 0;
        left: 0;
        z-index: 9;
      }
    .timeline {
        padding: 15px 10px;
    }
    .timeline:after {
        left: 28px;
    }
    .timeline .timeline-row {
        padding-left: 0;
        margin-bottom: 16px;
    }
    .timeline .timeline-row .timeline-time {
        position: relative;
        right: auto;
        top: 0;
        text-align: left;
        margin: 0 0 6px 56px;
    }
    .timeline .timeline-row .timeline-time strong {
        display: inline-block;
        margin-right: 10px;
    }
    .timeline .timeline-row .timeline-icon {
        top: 52px;
        left: -2px;
        margin-left: 0;
    }
    .timeline .timeline-row .timeline-content {
        padding: 15px;
        margin-left: 56px;
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
        position: relative;
    }
    .timeline .timeline-row .timeline-content:after {
        right: auto;
        left: -39px;
        top: 32px;
    }
    .timeline .timeline-row:nth-child(odd) {
        padding-right: 0;
    }
    .timeline .timeline-row:nth-child(odd) .timeline-time {
        position: relative;
        right: auto;
        left: auto;
        top: 0;
        text-align: left;
        margin: 0 0 6px 56px;
    }
    .timeline .timeline-row:nth-child(odd) .timeline-content {
        margin-right: 0;
        margin-left: 55px;
    }
    .timeline .timeline-row:nth-child(odd) .timeline-content:after {
        right: auto;
        left: -39px;
        top: 32px;
        border-right: 18px solid #5a99ee;
        border-left: inherit;
    }
    .timeline.animated .timeline-row:nth-child(odd) .timeline-content {
        left: 20px;
    }
    .timeline.animated .timeline-row.active:nth-child(odd) .timeline-content {
        left: 0;
    }
}


/* ends here */

.special_content .not_vis {
    color: white;
    font-size: 2px !important;
}