/*font used*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');

/*general*/
body,html
{
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: 400;
	height: 100%;
}
a:hover
{
	text-decoration: none;
}
button:focus
{
  outline: none;
}


/*general*/
  @keyframes animationFramesThree{
  0% {
    transform: translate(0px,0px) rotate(0deg) scale(1);
  }
  100% {
    transform: translate(1300px,0px) rotate(50deg) scale(1);
  }

}

@keyframes animationFramesOne{
  0% {
    transform: translate(100px,0px) rotate(0deg) scale(1);
  }
  100% {
    transform: translate(100px,500px) rotate(50deg) scale(1);
  }

}

.p4{
    width: 20px;
    left: -15px;
    bottom: 50%;
    position: absolute;
    animation: animationFramesThree 10s infinite linear;
    opacity: 0.5
  }
  .p3{
    width: 20px;
    left: -15px;
    bottom: 25%;
    position: absolute;
    animation: animationFramesThree 5s infinite linear;
    opacity: 0.5
  }
  .p5{
    width: 20px;
    left: -15px;
    bottom: 15%;
    position: absolute;
    animation: animationFramesThree 20s infinite linear;
    opacity: 0.5
  }
  .p6{
    width: 20px;
    left: -15px;
    top: 0;
    position: absolute;
    animation: animationFramesOne 5s infinite linear;
    opacity: 0.5
  }
  .p8{
    width: 20px;
    left: 500px;
    top: 0;
    position: absolute;
    animation: animationFramesOne 10s infinite linear;
    opacity: 0.5
  }
  .big-coro
  {
    width: 50px;
    height:50px;
  }
  .round-banner
  {
    width: 20px;
    height: 20px;
    border:1px solid #fff;
    border-radius: 50px;
  }
  .round-banner-small
  {
    width: 10px;
    height: 10px;
    border:1px solid #fff;
    border-radius: 50px;
    background: #fff
  }
  .round-banner-too-small
  {
    width: 7px;
    height: 7px;
    border:1px solid #fff;
    border-radius: 50px;
  }
  .sqaure-banner-small
  {
    width: 15px;
    height: 15px;
    border:1px solid #fff;
    border-radius: 3px;
    background: #fff
  }
/*end of general*/


.client-owl
{
	position: relative;
}
.client-owl .owl-nav button
{
	position: absolute;
    top: 40%;
    font-size: 22px;
    color: #a8a8a8;
}
.client-owl .owl-nav button.owl-prev
{
	left: -10px;
}
.client-owl .owl-nav button.owl-next
{
	right: -10px;
}
.clients
{
	padding: 50px 0;
}
.clients h2
{
	font-weight: 700;
	color: #0a004b;
}
.clients h2 span
{
	color: #30baf1;
}
.p-0{
    padding: 0 0;
}

.navbar{
    padding:  0px 15px;
    position: fixed;
    z-index: 9;
    width: 100%;
}

.navbar .container{
    max-width: 95%;
}
.navbar-brand{
    margin-right: 100px;
}
.navbar-brand img{
    width: 150px;
}
.navbar-nav
{
	margin: 0 auto;
}
.navbar-nav .nav-item .nav-link{
    color: #183257 !important;
    margin: 0 20px;
    font-weight: 600;
    padding: 0px;
    position: relative;
}

.navbar-nav .nav-item.active .nav-link{
    color: #a6d8ff !important;
}
.navbar
{
  transition: .3s ease-in-out;
  background:rgba(255,255,255,0.9);
}

.navbar.fixed-menu
{
  background: #fff;
  padding: 5px 0;
  transition: .3s ease-in-out;
  z-index: 99;
  top: 0;
}
.navbar .dark-logo
{
  display: none;
}
.navbar .white-logo
{
  display: block;
}
.navbar.fixed-menu .dark-logo
{
  display: block;
}
.navbar.fixed-menu .white-logo
{
  display: none;
}
.navbar.fixed-menu .btn-main
{
  padding: 7px 20px;
  transition: .3s ease-in-out
}
.navbar.fixed-menu .navbar-nav .nav-item .nav-link
{
  color: #183257 !important;
}
.navbar-nav .nav-item.active .nav-link{
    color: #38a1ec !important;
}
.navbar.fixed-menu .navbar-nav .nav-item.active .nav-link{
    color: #66b2ed !important;
}
.navbar-nav .nav-item .nav-link span{
    position: relative;
}
.btn-main{
    background: #183257;
    color: #fff;
    border: none;
    padding: 6px 29px;
    border-radius: 50px;
    font-size: 14px;
    cursor: pointer;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    transition: all 0.6s;
    border:2px solid #067dad;
    margin-right: 10px;
    font-weight: 600;
    letter-spacing: 0.5px;
}
.ghost-btn
{
  background: none;
  border:2px solid #30baf1;
  color: #183257;
}
.fixed-menu .ghost-btn
{
  color: #183257;
}
.btn-main:hover{
    background: #30baf1;
    border:2px solid #30baf1;
    color: #183257;
}



/* banner section start */
.banner-overlay
{
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#183257+0,7db9e8+100&0.75+0,0.85+100 */
    background: -moz-linear-gradient(left,  rgba(24,50,87,0.6) 0%, rgba(125,185,232,0.6) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  rgba(24,50,87,0.6) 0%,rgba(125,185,232,0.6) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  rgba(24,50,87,0.6) 0%,rgba(125,185,232,0.6) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bf183257', endColorstr='#d97db9e8',GradientType=1 ); /* IE6-9 */
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.banner-section{
    padding: 0;
    height: 100%;
}
.banner-section .carousel,
.banner-section .carousel-inner,
.banner-section .carousel-item ,
.banner-section .carousel-item .inner-banner-wrapper
{
  height: 100%;
}
.inner-banner-wrapper a
{
  color: #fff;
  padding: 10px 25px;
}
.banner-section .carousel-item .inner-banner-wrapper
{
  display: flex;
  justify-content: center;
  align-items: center;
}
.banner-section .banner-bg{
    background: #cef1ff;
    width: 55%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.banner-section .container{
    max-width: 88%;
    padding: 0 0;
}
.banner-section .carousel-inner{
    background: #fff;
}
.banner-section .carousel-inner .carousel-item h1{
    color: #fff;
    font-weight: 700;
    line-height: 55px;
    text-transform: capitalize;
    font-size: 44px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 25px;
    margin-bottom: 25px;
}
.banner-section .carousel-inner .carousel-item h1 span
{
  color: #39bdf2;
}
.banner-section .carousel-inner .carousel-item p{
    color: #fff;
    font-weight: 500;
    margin: 0 0 30px 0;
    font-size: 16px;
    line-height: 27px;
}
.banner-section .carousel-inner .carousel-item .inner-banner-wrapper.slide-1
{
  background: url(../images/slider1.jpg) center;
  background-size: cover;
}
.banner-section .carousel-inner .carousel-item .inner-banner-wrapper.slide-2
{
  background: url(../images/slider2.jpg) center;
  background-size: cover;
}
.banner-section .carousel-inner .carousel-item .inner-banner-wrapper.slide-3
{
  background: url(../images/slider4.jpg) center;
  background-size: cover;
}
.carousel-left .btn-main{
    padding: 10px 20px;
    min-width: 115px;
    font-weight: 500;
    font-size: 13px;
    border: solid 2px #183257;
    margin: 0 10px 0 0;
}
.carousel-left .btn-main:hover{
    border: solid 2px #30baf1;
}
.btn-no-bg{
    background: #7baed5;
    border: solid 2px #7baed5;
    color: #c4e5ff; 
}
.carousel-left .btn-no-bg:hover{
    background: none;
    border: solid 2px #30baf1;
    color: #183257;
}
.banner-section .carousel-inner .carousel-item .carousel-right{
    float: right;
    width: 44.45%;
    background: #cef1ff;
    text-align: center;
    padding:0;
    font-size: 33px;
}
.banner-section .carousel-inner .carousel-item .carousel-right img{
    width: 100%;
}

.carousel-indicators{
    display: block;
    margin: 0 0;
    right: 70px;
    left: inherit;
    bottom: 26px;
    top: 50%;
}
.carousel-indicators li {
    width: 18px !important;
    height: 18px !important;
    background: #fff;
    display: block !important;
    box-sizing: border-box !important;
    padding: 0;
    opacity: 1;
    border: 0px;
    margin:10px 0px;
    border-radius: 50%;
}
.carousel-indicators li.active {
    background: #b8daff;
}

/*video-banner*/
.video-banner
{
  height: 100%;
  width: 100%;
  position: relative;
}
.video-wrapper-banner
{
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.overlay-in-banner
{
  background:rgba(0,0,0,0.5);
  position:absolute;
  width: 100%;
  height: 100%;
}
.content-banner-inner
{
  width: 60%;
  margin: 0 auto;
  position: relative;
  z-index: 9;
}
.content-banner-inner h1
{
  color: #fff;
  margin-bottom: 35px;
}
.content-banner-inner p
{
  color: #fff;
  display: block;
  padding: 20px 0 30px;
}
/*end of video banner*/


/* aboout start */

.content-intro
{
  width: 100%;
  max-width: 700px;
  margin: 0 auto
}
.about-inner-block h5 span
{
    display: block;
}
.about-inner-block img
{
  width: 100%;
}
ul.about-block-ul 
{
  padding: 0px;
  margin-bottom: 50px;
}
ul.about-block-ul li
{
  width: calc(100% / 3);
  float: left;
  list-style: none;
}
.img-wrapper-about
{
  background: #fff;
  display: block;
  width: 75px;
  margin: 0 auto;
  height: 75px;
  border-radius: 50%;
  padding: 12px;
  margin-bottom: 20px;
  box-shadow: 6px 5px 0px 0px rgba(0,0,0,0.5);
}
.about-inner-block h5
{
  color: #fff;
}

ul.about-block-ul li .about-inner-block
{
  background: #ccc;
  padding: 50px 0;
}
ul.about-block-ul li .blue-block
{
  background: #098dc1;
}
ul.about-block-ul li .dr-blue-block
{
  background: #055473;
}
ul.about-block-ul li .green-block
{
  background: #066f98;
}
.about-section{
    padding: 80px 0;
}
.about-section h2{
    color: #183257;
    font-weight: 700;
    margin: 0 0 30px 0;
}
.about-section h2 span{
    color: #30baf1;
}
.about-section p{
    line-height: 24px;
    margin: 0 0 40px 0;
}
.about-section a.btn-main{
    padding: 10px 20px;
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
    color: #fff !important;
}
.about-section .carousel{
    overflow: hidden;
    border-radius: 10px;
}
.about-section .carousel-item .item-overlay{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 0 25px;
    background: -moz-linear-gradient(top,  rgba(30,87,153,0) 0%, rgba(24,50,87,0.8) 100%);
    background: -webkit-linear-gradient(top,  rgba(30,87,153,0) 0%,rgba(24,50,87,0.8) 100%);
    background: linear-gradient(to bottom,  rgba(30,87,153,0) 0%,rgba(24,50,87,0.8) 100%);
}
.about-section .carousel-item .item-overlay h5{
    position: absolute;
    bottom: 20px;
    font-size: 16px;
    color: #fff;
    line-height: 25px;
}
.about-section .as-left{
    padding: 0 50px 0 15px;
}
.about-section .as-right{
    align-self: center;
}
.about-features
{
  width: 100%;
}
.about-features ul
{
  padding: 0px;
  display: inline-block;
  padding-left: 0px !important;
  width: 100%;
  display: flex;
  margin-bottom: 0px;
}
.about-features ul li
{
  width: calc(100% / 3);
  float: left;
list-style: none;
padding: 10px;
border-bottom: 1px dotted #a9a7a7;
border-right: 1px dotted #a9a7a7;
}
.about-features ul.sec-ul-ab li
{
  border-bottom: 0px;
}
.about-features ul li.no-right-br
{
  border-right: 0px;
}
.about-features ul li .ab-whole-wrapper
{
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px 10px;
  height: 100%;
  /*box-shadow: 3px 3px 7px 1px rgba(0, 0, 0, 0.34);*/
  border-radius: 8px;
}
.about-features ul li .img-ab-fe-wrapper
{
  width: 23%;
  padding-right: 12px;
}
.ab-fe-text
{
  width: 77%;
}
.about-features ul li h4
{
  font-size: 15px;
  margin-bottom: 0px;
  line-height: 20px;
}

/* technology section start*/
.technology-section{
    position: relative;
    background: #eceff1;
    background-size: cover;
    padding: 100px 0 300px;
}
.technology-section .main-bg{
    width: 100%;
}
.technology-section h4{
    font-weight: 700;
    margin: 0 0 15px 0;
}
.technology-section h4
{
  width: 100%;
  max-width: 700px;
  line-height: 30px;
}
.technology-section p{
    line-height: 24px;
    margin: 0 0 60px 0;
    font-size: 16px;
    font-weight: 500;
    width: 70%;
    color: #66a4fb;
}
.technology-section .ts-slider .item .ts-icon{
    width: 80px;
    height: 80px;
    margin: 0 auto 15px;
}
.technology-section .ts-slider .item .ts-icon img{
    width: 55px;
    margin: 18px auto 0;
}
.technology-section .ts-slider .item h4{
    font-size: 13px;
    line-height: 18px;
    color:#fff;
    font-weight:500;
    margin-bottom: 0px;
}
.technology-section .ts-slider .item
{
  float: left;
  display: flex;
  justify-content: center;
  align-content: center;
  padding: 10px;
}
.technology-section .ts-slider .owl-carousel .owl-dots{
    display: none;
}
.technology-section .ts-slider .owl-carousel .owl-nav{
    position: absolute;
    top: 10%;
    width: 100%;
}
.technology-section .ts-slider .owl-carousel .owl-nav button{
    font-size: 25px;
    margin: 0 0;
    outline: none;
    color: #5e92da;
}
.technology-section .ts-slider .owl-carousel .owl-nav button:hover{
    background: none !important;
}
.technology-section .ts-slider .owl-carousel .owl-nav button.owl-prev{
    position: absolute;
    left: -50px;
}
.technology-section .ts-slider .owl-carousel .owl-nav button.owl-next{
    position: absolute;
    right: -20px;
}
.techno-slider .item
{
  width: 180px;
  height: 180px;
  display: block;
  text-align: center;
}
.techno-slider .item.blue-wrapper
{
  background: #30baf1;
}
.techno-slider .item.dark-blue-wrapper
{
  background: #023e55;
}
.techno-slider .item.light-blue-wrapper
{
  background: #2189b1;
}
.techno-slider .item img
{
  margin: 0 auto;
}
.make-top
{
  margin-top: -300px;
  padding-bottom: 140px;
  background:#eceff1;
}
.ts-bottom .video-thumb{
    border-radius: 10px;
    position: relative;
    z-index: 9;
}
.ts-bottom .video-thumb a
{
	width: 100px;
    position: absolute;
    left: 0;
    right: 0;
    margin: -40px auto 0;
    top: 50%;
}
.ts-bottom .video-thumb .color-div
{
	position: absolute;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background: #cdf1ff;
    content: "";
    bottom: -74px;
    left: -73px;
}
.ts-bottom .video-thumb img
{
	position: relative;
	z-index: 9;
	border-radius: 10px;
}
.ts-bottom .tsb-left {
    position: relative;
    top: 80px;
    z-index: 9;
}
.ts-bottom .tsb-left .video-thumb img{
    width: 100%;
}
.ts-bottom .tsb-right{
    align-self: center;
    padding-left: 50px;
}
.ts-bottom .tsb-right p{
    font-size: 16px;
    line-height: 28px;
    width: 100%;
    margin: 0 0 20px 0;
}
.ts-bottom .tsb-right .btn-main{
    padding: 12px 30px;
    background: #30baf1;
}
.ts-bottom .tsb-right .btn-main:hover{
    background: #183257;
    color: #30baf1;
}
.color-div{
    background: #cef1ff;
    width: 200px;
    height: 200px;
    border-radius: 100%;
    position: absolute;
    bottom: -25%;
    left: 50px;
}
.item-black h4
{
  color: #222 !important
}
/*------------------------------
  bottom-sec
  ------------------------------*/
  .testimonial-main-wrapper
  {
    background: #2a4467;
    padding: 60px 0 50px;
    overflow: hidden;
  }
  .bottom-sec
  {
  	background: #2a4467;
  	position: relative;
  	overflow: hidden;
  }
/*  .bottom-sec:before
  {
  	position: absolute;
    content: "";
    width: 100%;
    height: 200px;
    top: 0;
    background: #fff;
  }
*/  .bottom-sec:after
  {
  	position: absolute;
    content: "";
    width: 700px;
    height: 700px;
    left: 0;
    bottom: -100px;
    background: #2a476f;
    border-radius: 50%;
  }
/*end of bottom sec*/

/*testimonial*/
.testimonial-abs
{
	position: relative;
  text-align: center;
}
.testimonial-abs:after
{
	content: "";
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background: #546d8e;
    bottom: -160px;
    right: -200px;
    display: block;
    position: absolute;
}
.testimonial-inner-wrapper .item .zoom
{
  font-weight: 400;
	color: #183257;
  text-align: center;
  background: #fff;
  padding: 40px 30px 20px;
  border:1px solid #d4edf9;
  position: relative;
  line-height: 24px;
  border-radius: 10px;
}
.testimonial-inner-wrapper .item .author-div
{
  width: 80px;
  border-radius: 50%;
  overflow: hidden;
  height: 80px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -50px;
}
.testimonial-inner-wrapper .owl-stage-outer
{
  padding: 60px 0  30px;
}
.testimonials h3
{
	font-weight: 700;
  color: #ffffff;
  line-height: 27px;
  margin-bottom: 42px;
}
.testi-author h4
{
  font-size: 16px;
  margin-bottom: 0px;
  color: #75c5eb;
}
.testi-author p
{
  font-size: 12px;
}
.testimonials h3 span
{
	color: #36c7ff;
}

.shadow-effect {
        background: #fff;
        padding: 20px;
        border-radius: 5px;
        text-align: center;
  border:1px solid #ECECEC;
        box-shadow: 0 19px 38px rgba(0,0,0,0.10), 0 15px 12px rgba(0,0,0,0.02);
    }
    #customers-testimonials .shadow-effect p {
        font-family: inherit;
        font-size: 16px;
        line-height: 24px;
        margin: 0 0 17px 0;
        font-weight: 400;
    }
    .testimonial-name {
        margin: -17px auto 0;
        display: table;
        width: auto;
        background: #3190E7;
        padding: 9px 35px;
        border-radius: 12px;
        text-align: center;
        color: #fff;
        box-shadow: 0 9px 18px rgba(0,0,0,0.12), 0 5px 7px rgba(0,0,0,0.05);
    }
    #customers-testimonials .item {
        text-align: center;
        margin-bottom:40px;
        opacity: .2;
        -webkit-transform: scale3d(0.8, 0.8, 1);
        transform: scale3d(0.8, 0.8, 1);
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }
    #customers-testimonials .owl-item.active.center .item {
        opacity: 1;
        -webkit-transform: scale3d(1.0, 1.0, 1);
        transform: scale3d(1.0, 1.0, 1);
    }
    .shadow-effect img {
        transform-style: preserve-3d;
        max-width: 90px;
        margin: 0 auto 17px;
        border-radius: 50%;
    }
    #customers-testimonials.owl-carousel .owl-dots .owl-dot.active span,
#customers-testimonials.owl-carousel .owl-dots .owl-dot:hover span {
        background: #3190E7;
        transform: translate3d(0px, -50%, 0px) scale(0.7);
    }
#customers-testimonials.owl-carousel .owl-dots{
  display: inline-block;
  width: 100%;
  text-align: center;
}
#customers-testimonials.owl-carousel .owl-dots .owl-dot{
  display: inline-block;
}
    #customers-testimonials.owl-carousel .owl-dots .owl-dot span {
        background: #3190E7;
        display: inline-block;
        height: 20px;
        margin: 0 2px 5px;
        transform: translate3d(0px, -50%, 0px) scale(0.3);
        transform-origin: 50% 50% 0;
        transition: all 250ms ease-out 0s;
        width: 20px;
        border-radius: 50%;
    }
/*end of testimonial*/

/*--------------------------
  blog
  --------------------------*/
  .blog
  {
  	padding-top:50px;
  	position:relative;
  	z-index: 9;
    background: #fff;
  }
  .blog-heading h2
  {
  	font-size: 30px;
  	font-weight: 700;
  	color: #0a004b;
  }
  .blog-heading h2 span
  {
  	color: #30baf1;
  }
  .blog-heading p
  {
  	font-size: 16px;
  	color: #41778c;
  }
  .blog-wrapper
  {
  	float: left;
  	width: 25%;
  	padding: 30px 0;
  }
  .blog-text-wrapper
  {
  	padding: 20px;
  }
  .blog-text-wrapper h3
  {
  	font-size: 17px;
    color: #0a004b;
    margin: 0;
    padding: 13px 0;
  }
  .blog-text-wrapper .date-text
  {
  	font-weight: 500;
  	margin: 0px;
  }
  .blog-text-wrapper p.hash-tag
  {
  	font-size: 10px;
  }
  .blog-text-wrapper p.hash-tag span
  {
  	padding-right: 5px;
  	color: #41778c;
  }
/*end of blog*/

/*------------------------------
  footer
  ------------------------------*/
footer
{
	padding: 20px 0;
	border-bottom: 1px solid #426697;
	position: relative;
	z-index: 9;
}
footer ul
{
	padding: 0px;
	list-style: none;
}
footer p
{
	color: #d4def2;
    line-height: 23px;
    font-weight: 500;
}
footer h3
{
	font-weight: 700;
	color: #fff;
	font-size: 18px;
	margin-bottom: 20px;
  text-transform: capitalize;
}
footer ul a
{
	display: block;
	color: #d4def2 !important;
	padding: 2px 0;
	font-weight: 500;
}
footer ul a img
{
    border: 1px solid #84a1c8;
    border-radius: 50px;
}

.small-footer
{
	padding: 18px 0;
	position: relative;
	z-index: 9;
}
.small-footer p
{
	color: #d4def2;
	margin: 0px;
}
.small-footer p a
{
  color: #d4def2;
}
.small-footer
{
	padding: 15px 0;
}
.social-media
{
	float: right;
	padding: 0px;
	margin: 0px;
}
.social-media li
{
	display: inline-block;
	padding:0 9px;
  border-right:1px solid #d4def2;
}
.social-media li:last-child
{
  border-right:0px solid #d4def2 !important;
}
.social-media li a
{
  color: #d4def2;
}

/*----------------
  about
  ------------------*/

  .inner-banner{
    padding: 0 0;
    margin-bottom: 60px;
    position: relative;
    overflow: hidden;
}
.covid-banner
{
  margin-bottom: 0;
}

.round-big
{
  position: absolute;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: rgba(255,255,255,0.2);
}
.contact-banner-vcr
{
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  max-width: 630px;
  opacity: 0.6;
}
.contact-banner-vcr-2
{
  position: absolute;
  right: 0;
  bottom: -2px;
  width: 100%;
  max-width: 630px;
  opacity: 0.6;
}
.round-small
{
  position: absolute;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: rgba(255,255,255,0.2);
  bottom: 122px;
  left: 63px;
}
.inner-banner img{
    width: 100%;
}
.inner-banner .ib-overlay{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    display: flex;
    color: #fff;
    background: -moz-linear-gradient(left, rgba(24,50,87,0.75) 0%, rgba(24, 50, 87, 0.52) 100%);
    background: -webkit-linear-gradient(left, rgba(24,50,87,0.75) 0%,rgba(24, 50, 87, 0.52)100%);
    background: linear-gradient(to right, rgba(24, 50, 87, 0.75) 0%,rgba(24, 50, 87, 0.52) 100%);
}
.inner-banner .ib-overlay h2{
    font-weight: 600;
    margin: 0 0 0 0;
}
.inner-banner .ib-overlay h2 span{
    color: #59c9ff;
}
.inner-banner .ib-overlay .container{
    width: 70%;
}

.content-main{
    /*border-bottom: solid 1px #dedede;*/
    padding-bottom: 50px;
    /*margin: 0 0 60px 0;*/
}
.content-main h2{
    color: #183257;
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    margin: 0 0 30px 0;
}
.content-main h2 span{
    color: #59c9ff;
}
.content-main p{
    color: #6f7f9f;
    font-size: 16px;
    width: 100%;
}
.content-main ul
{
  padding-left: 14.5%;
}
.content-main ul li
{
  color: #6f7f9f;
  font-size: 16px;
}

.vision-mission-main {
padding-bottom: 50px;
}
.vision-mission-main .vm-cols .vm-inner{
    height: 100%;
    padding: 0 20px;
    text-align: center;
}
.vision-mission-main .vm-cols .vm-inner .icon{
    width: 70px;
    margin: 0 auto 20px;
}
.vision-mission-main .vm-cols .vm-inner .icon img{
    width: 100%;
}
.vision-mission-main .vm-cols .vm-inner h3{
    color: #183257;
    font-size: 24px;
    font-weight: 700;
    margin: 0 0 20px 0;
}
.vision-mission-main .vm-cols .vm-inner p{
    color: #6f7f9f;
    font-size: 15px;
}


/*contact page*/
.contact-banner
{
  background: url(../images/contact_banner.jpg) center;
  background-size: cover;
}
.contact-section a
{
  display: flex;
  width: 235px;
  height: 52px;
  border:2px solid #183257;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
.contact-section a img
{
  width: 20px;
  margin-right: 5px;
}
.contact-section a span
{
  font-weight: 600;
  color: #0a004b;
  font-size: 18px;
}
.contact-right-sec
{
  padding-left: 80px;
}
.contact-main-wrapper
{
  padding-top: 100px;
}
.contact-main-wrapper input
{
  display: block;
  width: 100%;
  height: 40px;
  font-size: 14px;
  border:0px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px;
}
.contact-main-wrapper .address-wrapper p
{
  color: #6f7f9f;
  line-height: 25px;
  font-weight: 400;
  margin-bottom: 0px;
  margin-top: 25px;
}
.contact-main-wrapper .address-wrapper p span
{
  color: #183257;
  font-weight: 600;
}
.contact-main-wrapper textarea
{
  border-bottom: 1px solid #ccc !important;
  display: block;
  width: 100%;
  border:0px;
  resize: none;
  margin-bottom: 30px;
}
.contact-main-wrapper .address-wrapper p span span
{
  color: #256eff;
}
.contact-main-wrapper input[type=submit]
{
  width: 150px;
  border-radius: 50px;
  border:0px;
  background: #183257;
  color: #fff;
  float: right;
}
/*end of contact page*/

/*client page*/
.client-banner
{
  background: url(../images/client_banner.jpg) center;
  background-size: cover;
}
.client-head
{
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
}
.client-head h3
{
  font-size: 20px;
  color: #0a004b;
  font-weight: 600;
}
.client-head h3 span
{
  color: #30baf1;
}
.client-ul{
  padding: 50px 0;
  text-align: center;
}
.client-ul li
{
  display: inline-block;
}
/*end of client page*/

/*teams*/
.teams-sec 
{
  text-align: center;
  background: #fbfbfb;
  padding: 50px 0 20px;
}
.teams-sec h3 span
{
  color: #59d3ff;
}
.teams-sec img
{
  width: 200px;
  border-radius: 10px;
  margin: 0 auto;
}
.teams-sec h3
{
  font-weight: 600;
  margin-bottom: 30px;
}
.teams-sec h4
{
  font-size: 16px;
  margin-bottom: 0px;
  margin-top: 20px;
  color: #5db2f3;
}
.teams-sec p
{
  font-size: 12px;
}
/*end of teams*/

.high-banner
{
  background: url(../images/high-ligh.jpg) center;
  background-size: cover;
}
.inner-highlights
{
    width: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #cbe3ed;
    border-radius: 30px 15px 15px 30px;
    border-bottom: 3px solid #acc1ca;
    background: #f2fbff;
    position: relative;
    height: 90px;
    margin: 0 auto 30px
}
.inner-highlights .img-hi-wrapper
{
  width:90px;
  float: left;
  padding: 15px;
  background: #40c8fd;
  height: 90px;
  border-radius: 50%;
  display: block;
  margin-left: 0px;
  position: absolute;
  left: -20px;
  top: 0;
}
.hi-para-wrapper
{
  width: 100%;
  float: left;
  padding: 10px;
  padding-left: 86px;
}
.inner-highlights p
{
  font-weight: 600;
  margin: 0px;
  line-height: 18px;
}
.side-options
{
  position: fixed;
  right: 0;
  top: 45%;
  z-index: 99;
}
.side-options ul
{
  padding: 0px;
}
.side-options li
{
  display: block;
  list-style: none;
}
.side-options a
{
  width: 50px;
  height: 35px;
  background: #000;
  display: block;
  padding: 5px 3px 5px 7px;
  border-radius: 0;
  margin-top:0px;
  transition: .3s ease-out;
  position: relative;
  right: -12px;
}
.side-options a img
{
  width: 25px;
}
.side-options a:hover
{
  right: 0px;
  transition: .3s ease-out;
}
.side-options a.tele
{
  background: #23afe6;
}
.side-options a.whatsapp
{
  background: #18c158;
}
.side-options a.mail
{
  background: #055473;
}
/*modal*/
#req-demo .modal-header,
#req-demo .modal-footer
{
  border:0px;
  text-align: center;
}
#req-demo .modal-header h3
{
  font-weight: 700;
}
#req-demo input
{
  width: 100%;
  height: 45px;
  border:1px solid #bbb;
  border-radius: 5px;
  margin-bottom: 10px;
  padding: 10px;
}
#req-demo textarea
{
  width: 100%;
  border-radius: 5px;
  padding: 10px;
  border:1px solid #bbb;
}
.btn-download
{
  display: flex;
  background: #23afe6;
  padding: 10px;
  justify-content: center;
  border-radius: 50px;
  align-items: center;
  width: 90%;
}
.btn-download span
{
  color: #fff;
}
.btn-download img
{
  width: 10%;
  border:0px;
  border-radius: 0;
  margin-right: 10px;
}
/*end of modal*/
.faq-banner
{
  background: url(../images/faq_banner.jpg) center;
}
a.covid-cam
{
  background: #2f4852;
  text-align: center;
  padding: 10px 0;
  display: block;
}
.covid-cam p
{
  color: #fff;
  font-weight: 600;
  margin: 0px;
}
.covid-banner
{
  background: url(../images/covid_banner.jpg) center;
  text-align: center;
  margin-bottom: 0px;
}
.get-free
{
  background: #183257;
  border-radius: 50px;
  font-weight: 500;
  padding: 6px 10px;
  box-shadow: 3px 4px 5px 0px rgba(0,0,0,0.5);
  color:#fff;
  position: relative;
  z-index: 9;
}
.new-content-inner .demo-btn
{
  background:#083346;
  color: #fff;
}
.covid-out
{
  background: url(../images/covid-bg.jpg) right / cover;
  padding: 150px 0;
}
.covid-out p
{
  color: #303133;
  font-weight: 500;
}
.covid-out .get-free
{
  box-shadow: none;
  margin-top: 30px; 
  float: right;
}
.req-demo
{
  background: #fff;
  position: fixed;
  right:20px;
  bottom: -100%;
  width: 320px;
  box-sizing: border-box;
  border-radius: 5px;
  overflow: hidden;
  transition: .3s ease-in-out;
  z-index: 99;
}
.req-head
{
  position: relative;
  padding: 10px 10px;
  background: #2189b1;
}
.req-head a
{
  display: block;
  position: absolute;
  right: 20px;
  top: 0;
  margin-top: 10px;
  cursor: pointer; 
}
.req-demo.visible-demo
{
  bottom: 0;
  transition: .3s ease-in-out;
}
.req-demo h3
{
  font-size: 16px;
  color: #fff;
  margin: 0px;
}
.req-form-input
{
  padding: 10px;
}
.req-list input,
.req-list textarea
{
  width: 100%;
  font-size: 12px;
  border:1px solid #cecece;
  padding: 5px;
  border-radius: 5px;
  resize: none;
}
.req-list select
{
  width: 100%;
  font-size: 12px;
  border:1px solid #cecece;
  padding: 5px 3px;
  border-radius: 5px;
}
.req-list .label-div
{
  width: 40%;
  float: left;
  font-size: 12px;
}
.req-list .input-div
{
  width: 60%;
  float: left;
}
.req-list>div
{
  margin-bottom: 10px;
}

.covid-modal-overlay
{
  background: rgba(0,0,0,0.8);
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 999;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  display: none;
}
.covid-modal-overlay.vis-covid
{
  display: flex;
}
.covid-modal
{
  background: #fff;
  max-width: 500px;
  border-radius: 30px;
  overflow: hidden;
}
.covid-modal h3
{
    font-size: 17px;
    font-weight: 600;
}
.body-modal
{
  padding: 20px;
}
.body-modal h2
{
  font-size: 20px;
  font-weight: 800;
  background: #e9f716;
  padding: 10px;
  border-radius: 10px;
  margin: 20px 0;
}
.body-modal a
{
  display: block;
  width: 200px;
  margin: 30px auto 0; 
  color: #222;
  color: #054ebb;
  font-weight: 600;
}
.close-btn-co
{
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
}
.inner-banner-container
{
  width: 100%;
  max-width: 1050px;
  margin: 0 auto;
  padding: 80px 0 0;
}
.new-content-inner
{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.new-content-inner h2
{
  font-size: 22px;
  color: #fff;
}
.new-content-inner .large-head h2
{
      font-size: 30px;
}
.new-content-inner h2 span
{
  font-weight: 800;
}
.left-con,
.right-con
{
  width: 50%;
}
.faq-container.terms-wrap .card .card-header
{
  background: #fff;
}

.faq-container.terms-wrap .card .card-header h2:before
{
  content: "#";
  font-size:20px;
  padding-right: 20px;
  color: #27aae1;
}
.faq-container.terms-wrap .card .collapse 
{
  background: #eaf0f9;
}

/*feature-single*/
.feature-banner-inner {
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 44px 0 0;
}
.key-features-inner
{
  padding: 0px 0 50px;
}
.key-features-inner ul li
{
  position: relative;
  list-style: none;
}
.key-features-inner p
{
  font-size: 16px;
}
.key-features-inner ul li p
{
  position: relative;
  font-size: 16px;
}
.key-features-inner ul li p:before
{
    content: "";
    width: 8px;
    height: 8px;
    display: block;
    background: #86cfef;
    top: 50%;
    position: absolute;
    margin-top: -4px;
    left: -20px;
}
/*end of feature-single*/
.modal-content.free-demo-req
{
    width: 100%;
    max-width: 437px;
    margin: 0 auto;
}
.free-demo-req .input-div
{
  width: 100%;
}
.free-demo-req .label-div label
{
  margin-bottom: 0px;
  margin: 5px 0;
  font-size: 12px;
}
.free-demo-req .input-div input
{
  width: 100%;
  height: 32px;
  border:1px solid #ccc;
  font-size: 13px;
  border-radius: 4px;
  padding: 0 10px;
}
.free-demo-req .input-div select
{
  width: 100%;
  height: 32px;
  border:1px solid #ccc;
  border-radius: 4px;
  font-size: 13px;
}
.free-demo-req .input-div textarea
{
  border:1px solid #ccc;
  padding: 10px;
  border-radius: 4px; 
  width: 100%;
  font-size: 13px;
}
.free-demo-req .modal-header
{
      background: #0baaef;
    padding: 11px 15px;
}
.free-demo-req .modal-header h5
{
  color: #fff;
}
.ul-banner
{
    position: absolute;
    z-index: 9;
    top: 40%;
    margin-top: -50px;
        left: 40px;
}
.ul-banner ul
{
  padding: 0;
}
.ul-banner ul li
{
  display: block;
}
.ul-banner ul li a
{
    display: block;
    color: #fff;
    padding: 15px 0;
    font-size: 17px;
    transition: .2s ease-in-out;
}
.ul-banner ul li a:hover
{
  color: #b6ebff;
  transition: .2s ease-in-out;
}
/*Contact Form*/
.contact-form {
  max-width: 520px;
}

.contact-form label {
  display: block;
  font-size: 14px;
  font-weight: 500;
  margin: 18px 0 6px;
}

.contact-form label span {
  color: red;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid #cfd8ea;
  border-radius: 4px;
  font-size: 14px;
  background: #f8fbff;
}

.contact-form input:focus,
.contact-form textarea:focus {
  outline: none;
  border-color: #4c84ff;
  background: #fff;
}

.btn-submit {
  margin-top: 20px;
  background: #4c84ff;
  color: #fff;
  padding: 10px 22px;
  border: none;
  border-radius: 4px;
  font-size: 14px;
  cursor: pointer;
}

.btn-submit:hover {
  background: #3a6fe0;
}
.contact-form {
    margin-bottom: 60px;
}
.form-response {
    margin-top: 15px;
    font-size: 14px;
}

.form-response.success {
    color: #2e7d32;
}

.form-response.error {
    color: #d32f2f;
}

.form-response.info {
    color: #555;
}
