@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Fira+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


.banner-section {position: relative;padding: 0;height: 100vh;}
.banner-section .carousel-item { position: relative;}
.banner-section img{
    filter: brightness(0.7);
}
.banner-section .carousel-caption {z-index: 99999;text-align: center;top: 30%;}
.banner-section .carousel-caption h5 { text-transform: uppercase; font-size: 17px; color: #f6f6f6; font-weight: 400; letter-spacing: .8px; margin: 0 0 15px 0;}
.banner-section .carousel-caption h1 {font-size: 52px;font-weight: 600;position: relative;margin: 0 0 45px 0;z-index: 9999;}
.banner-section .carousel-caption p {color: #ffffff;font-size: 20px;margin: 0 0 40px 0;text-align: center;}
.banner-section .carousel-caption a{display: inline-block;padding: 12px 34px;text-transform: uppercase;letter-spacing: 1.5px;font-size: 54px;color: #ffffff;margin: 0 5px 0 0;border-radius: 5px;}

.about-content{padding: 65px;}
.about-content h2{
	color: #221f1f;
    font-size: 50px;
    line-height: 52px;
    padding-bottom: 35px;
}
.about-content p b{color:#0aaaaa;}
.about-content p{
	color: #221f1f;
	font-size: 16px;
	line-height: 35px;
	padding-bottom: 30px;
}
.about-content a{
	    border: 1px solid #221f1f;
	    color: #221f1f;
	    display: inline-block;
	    font-size: 14px;
	    min-height: 50px;
	    min-width: 140px;
	    padding: 15px;
	    text-transform: uppercase;
	    font-weight: 600;
	    text-align: center;
}
.about-content a:hover{
	    border: 1px solid #0aaaaa;
    color: #0aaaaa;
}

.whatwedo{
	background: #221f1f;
}
.whatwedo .nav-item{
    width: 25%;
}
.tab-content>.tab-pane{text-align:center;width: 100%;margin-left: auto;margin-right: auto;color: #fff;padding: 10px;}
.whatwedo .nav-tabs{justify-content:center;}
.whatwedo .nav-tabs .nav-link{
	color: #aaaaaa;
	background:transparent;
	border:0;
	text-transform: capitalize;
	font-size: 18px;
}
.whatwedo .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
	position:relative;
}
.whatwedo .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active:after{
	    background: #0aaaaa;
	    bottom: -1px;
	    content: "";
	    height: 1px;
	    left: 0;
	    position: absolute;
	    top: 49px;
	    width:100%;
}
.readBtn {
    position: relative;
    text-align: center;
}
.readBtn:before {
    background: #aaaaaa;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    top: 50%;
    width: 100%;
}
.whatwedo h2{
	font-size: 50px;
	font-weight: normal;
	line-height: 52px;
	color: #fff;
	padding-bottom: 50px;
}
.readBtn span {
    background-color: #221f1f;
    display: inline-block;
    padding: 0 15px;
    position: relative;
}
.whatwedo a{
	border: 1px solid #fff;
	color: #fff;
	font-size: 14px;
	min-height: 50px;
	min-width: 140px;
	background: transparent;
	padding: 15px;
	text-transform: uppercase;
	text-align: center;
	border-radius: 0;
}
.whatwedo a:hover{
	border: 1px solid #0aaaaa;
	color: #0aaaaa;
	background: transparent;
}

.sa2:before{
	position:absolute;
	content:'';
	left:0;
	top:0;
	width:1px;
	height:50%;
	background:#e3e0e0;
}
.sa2:after{
	position:absolute;
	content:'';
	right:0;
	top:0;
	width:1px;
	height:50%;
	background:#e3e0e0;
}
.srv-sa{text-align: center;margin: 40px 0;position: relative;}
.srv-sa img{
	padding-bottom: 45px;
	-webkit-filter: grayscale(100%) brightness(10%) contrast(100%);
	filter: grayscale(100%) brightness(10%) contrast(100%);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
	width: 60px;
}
.srv-sa:hover img {
        -webkit-filter: none;
        filter: none;
        -webkit-transform: scale(1.04);
        -moz-transform: scale(1.04);
        -ms-transform: scale(1.04);
        -o-transform: scale(1.04);
        transform: scale(1.04);
    }
.srv-sa:hover h5{
	color:#0aaaaa;
}
.srv-sa h5{
	display: block;
	color: #221f1f;
	font-size: 14px;
	text-align: center;
	text-transform: uppercase;
	font-weight: 600;
}
.services h2{color: #221f1f;padding-bottom: 40px;font-size: 50px;font-weight: normal;line-height: 52px;}


.whychoose{
	    background: #221f1f url(../Image/newsBg.png) right bottom no-repeat;
    background-attachment: fixed;
    padding-bottom: 75px;
}
.whychoose h2{
	    font-size: 50px;
	    font-weight: 400;
	    line-height: 52px;
	    color:#fff;
	    padding-bottom: 50px;
}
.whychoose p{
	color: #fff;
	font-size: 16px;
	line-height: 35px;
}
.Career{
	background: #221f1f url(../Image/Career-bg.jpg) right bottom no-repeat;
background-attachment: fixed;
padding-bottom: 75px;
}
.Career h2{
	font-size: 50px;
	font-weight: 400;
	line-height: 52px;
	color:#fff;
	padding-bottom: 50px;
}
.Career p{
color: #fff;
font-size: 16px;
line-height: 35px;
}
.Career a{
	border: 1px solid #fff;
	color: #fff;
	font-size: 14px;
	min-height: 50px;
	width: max-content;
	background: transparent;
	padding: 15px 25px;
	text-transform: uppercase;
	text-align: center;
	border-radius: 0;
	margin-top: 45px;
	font-weight: 600;
}
.Career a:hover{
	border: 1px solid #0aaaaa;
    color: #0aaaaa;
    background: transparent;
}



.RandD-section {
  padding: 3% 0;
}

.RandD-section .tab-content {
  /* background: #fbdc0526; */
  padding: 0px 0px 0px 30px;
  /* min-height: 480px; */
  /* box-shadow: 1px 1px 8px #736c6c; */
}

.RandD-section .tab-content h2 {
  font-size: 18px;
  font-weight: 600;
  color: #000;
  /* word-spacing: 5px; */
  text-align: justify;
}

.RandD-section .tab-content h2 span {
  color: #fcbc45;
}

.RandD-section .tab-content p {
  font-size: 15px;
  margin: 0 0 5px 0;
}

.RandD-section .tab-content ul,
.RandD-section .tab-content ul li {
  margin: 0;
  padding: 0;
}

.RandD-section .tab-content ul li {
  letter-spacing: .3px;
  font-size: 17px;
  margin: 0 0 10px 0;
  display: flex;
  color: #212121;
  line-height: 1.5;
}

.RandD-section .tab-content ul li i {
  margin: 2px 10px 0 0;
  color: #007fc6;
}

.RandD-section .nav-pills {
  margin: 0 0 0 -30px;
}

.RandD-section .nav-pills .nav-link {
  padding: 15px;
  background: #000;
  border-radius: 10px;
  border-bottom: 1px solid #fff;
  color: #fff;
  text-align: left;
  font-size: 15px;
  line-height: 1.3;
  font-weight: 600;
  margin-bottom: 5px;
}

.RandD-section .nav-pills .nav-link p {
  color: #f3f3f3;
  font-size: 16px;
  margin: 8px 0 0 0;
  font-weight: 500;
}

.RandD-section .nav-pills .nav-link.active {
  background: #0aaaaa;
}

.RandD-section .nav-pills .nav-link:hover {
  background: #0aaaaa;
}





.footer-policy-link p{
	color: #aaaaaa;
	font-size: 15px;
	margin-bottom: 0;
	margin-top: 45px;
}
.footer-policy-link a{
	    color: #046bd2;
	    font-weight: 400;
}
.footer-policyandsocial-links{text-align:center;}
.footer-policy-link {
    text-align: justify;
}
.footer-policy-link ul {
  padding-left: 0px;
}
.footer-policy-link ul li {
  list-style: none;
  display: inline;
  margin-right: 15px;
  border-right: 1px solid #fff;
  padding-right: 10px;
}
.footer-policy-link ul li a {
  text-decoration: none;
  color: #ffffff;
}
.footer-content {
  border-bottom: 1px dashed #75add6;
  background: #004297;
  color: #ffffff;
}
.footer-content p {
  font-size: 16px;
  color: #ffffff;
  font-weight: 400;
  line-height: 24px;
  opacity: 0.9;
}
.footer-rights-div {
  text-align: center;
  font-weight: 400;
  line-height: 18px;
  font-size: 16px;
}
.footer-rights-div p {
  color: #ffffff;
}
.footer-copyrightsandpolicy {
  background: #004297;
}
.footer-rights-div p span {
  color: #1ed095;
}
.ft-details p {
  color: #ffffff;
  font-size: 1.125rem !important;
  line-height: 30px;
}
.ft-details a {
  color: #ffffff;
}
.ft-details img {margin-bottom: 75px;width: 180px;}
#footer-curve {
  position: absolute;
  top: -3px;
  width: 100%;
  height: auto;
}
.footer-inqury-form-main-div {
  padding-top: 24px;
  padding-bottom: 15px;
  background: #ffffff !important;
  margin-bottom: 25px;
}
footer h2{
	font-size: 50px;
    font-weight: normal;
    line-height: 52px;
	color: #fff;
    padding-bottom: 40px;
}
footer a:hover{
	color:#0aaaaa !important;
}
footer .clearfix{width:70%;padding: 0;}
footer {
      background-color: #221f1f;
      position: relative;
      z-index: 3;
      padding: 75px 0 30px;
}
footer ul li {
    background: url(../images/footer-list.jpg) right no-repeat;
    float: left;
    margin-bottom: 10px;
    margin-left: 10px;
    padding: 0 15px 0 0;
    text-transform: uppercase;
    list-style:none;
}
footer li a{
	color: #aaaaaa; */
    font-size: 16px;
}
.footer-contact .title {
    margin-bottom: 25px;
}
.footer-contact h2,
.footer-contact p {
  color: #fff;
}
.footer-item p {
  color: #ffffff;
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 0px;
  line-height: 24px;
  margin: 0;
  font-family: "AvenirLTStd-Book";
}
.footer-item p b {
  color: #ffffff;
  font-size: 20px;
  letter-spacing: 1px;
  line-height: 24px;
  font-family: "Avenir-Heavy";
}
.footer-item p a {
  color: #ffffff;
  font-family: "AvenirLTStd";
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 30px;
}
.footer-item {
  padding-bottom: 25px;
}
.ft-title {
  margin-bottom: 25px;
}
.ft-title p {
     font-size: 1.5rem !Important;
    font-weight: 600;
    line-height: 1.3em;
	color:#1e293b !important;
}
.social-media p{
			   color: #565353;
			   line-height:30px;
			   font-size: 15px;
			   text-align: left;
			   }
.ft-link ul {
  margin: 0;
  padding-left: 0;
}
.ft-link ul li {
  margin-bottom: 30px;
  color: #fff;
  display: inline-block;
}
.ft-link ul li strong {
  color: #ffffff;
  font-family: "Avenir-Heavy";
  font-size: 15px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 20px;
  margin-bottom: 8px;
  display: block;
}
.ft-link ul li p {
  opacity: 0.9;
  color: #ffffff;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 20px;
  margin: 0;
}
.footer-link{text-align:justify;}
.footer-link ul {padding-left: 0;}
.footer-link ul li {
  color: #fff;
  margin: 3px 0;
  list-style: none;
}
.footer-link ul li a {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 22px;
  color: #046bd2;
}

.social-link ul li {
  display: inline-block;
  margin-right: 3px;
  background: #000;
}
.ft_name p {
    color: #fff;
    opacity: 0.5;
}
hr.boder {
    width: 100%;
    background: #ffffff;
    margin: 0 0 30px 0;
    border-top: 1px solid rgb(255 255 255);
}
.social-link ul li a {
  color: #cecece;
  padding: 0 5px;
}
.social-link ul li a i {
  font-size: 12px;
}
.tm-bnr{
	background:#03084c;
}
.tm-bnr:after{
	display:none;
}
.cnt-bg:after{
	display:none;
}
.cnt-bg{
	padding: 250px 0 !important;!I;!;
}
.cnt-bg h1{
	color: #333333 !important;
    margin: 0px 0px 0px 0px !important;
    font-family: "Lato", Sans-serif !important;
    font-size: 56px !important;
    font-weight: 700 !important;
}
.otherpagecss #RadDockZone1.container{max-width: 100%;}
.otherpagecss #RadDockZone1.container #HomepagecontentControl_C table{margin-top:0 !important;}
.innr-pg-bnnr{display: flex;align-items: center;width: 100%;background-size: cover;text-align: center;padding: 120px 0px 200px 0px;background-position: center;position:relative;margin-bottom: 20px;background-repeat: no-repeat;}
.innr-pg-bnnr:after{content:'';position:absolute;left:-1px;right:-1px;top:-1px;width:100%;height:100%;z-index: 0;background: linear-gradient(to right, #000000db, #0e0d0d40);}
.innr-pg-bnnr h1{
	color: #ffffff;
	font-family: "Nunito", Sans-serif;
	font-size: 20px;
	font-weight: bold;
	line-height: 30px;
	margin: 0px 0px 10px 0px;
	position:relative;
	z-index:9;
	text-align: left;
}
.innr-pg-bnnr h2{
	    color: #ffffff;
	    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
	    margin: 0px 0px 30px 0px;
	    font-family: "Lato", Sans-serif;
	    font-size: 64px;
	    font-weight: 900;
	    line-height: 75px;
	    position: relative;
	    text-align: left;
	    max-width: 54%;
	    z-index: 99;
}
.innr-pg-bnnr p{
	color: #ff9041;
	font-family: "Roboto", Sans-serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 30px;
	margin: 0px 0px 0px 0px;
	z-index: 99;
	position: relative;
}

.tp-head {background: #ff0000;top: 0;position: absolute;right: 0;}
.tp-head h3{ margin:0; font-size:20px; color: #fff; font-weight:bold; line-height:30px; padding: 35px 30px; display:block; cursor: pointer;}

.tp-head a{ color: #fff;}

.tp-fx-head{position: fixed;z-index: 9999;top: 50%;color: #fff;font-weight: bold;right: -76px;}
.tp-fx-head a{margin:0;font-size: 18px;transform: rotate(270deg);color: #fff;font-weight: 400;line-height:25px;padding:10px 20px;display:block;cursor: pointer;background: rgb(20 88 133);border-top-left-radius:10px;border-top-right-radius:10px;box-shadow: 1px 1px 5px #b9b4b4;}
.tp-fix a{ color:#fff;}
.tp-fix a:hover{ text-decoration:none;}


*{font-family: "Roboto", sans-serif;}

.fa {font-family:fontawesome !important;}
.heading-innerpage{background: #23224a;padding:30px 30px;margin-bottom:20px;}
.heading-innerpage h1{ font-weight:600; Font-size: 30px; color:#fff; line-height:30px; text-align:left; border-left:3px #fff solid; padding-left:20px;}
.chosse-sc{background:#fff;box-shadow:0 5px 15px rgba(0, 0, 0, 0.1);padding: 40px;min-height: 230px;margin-top: 25px;}
.chosse-sc h5{
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    color: #000;
    text-align:center;
    }
    .abt-mn{background-color: #eff2f5;padding:40px 0;}
/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
p {
    font-size: 14px;
}
.pull-right {
    /* float: right; */
    font-size: 14px;
    color: #0078fc;
}
.borders {
    border: 1px solid #ddd;
    margin-bottom: 20px;
    padding: 20px;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    background: #fff;
    height: 93%;
}
.founder-partners-img2 h3 {
    font-size: 18px;
    color: #25548b;
    text-align: left;
    padding-top: 20px;
    font-weight: 700;
}
#topbar {
	background: #e02921;
	line-height: 40px;
	font-size: 14px;
	padding: 7px 0px;
	transition: all 0.5s;
	border-top: 5px solid #0078fc;
	width: 100%;
	color: #0078fc;
}
#topbar.topbar-scrolled {
  top: -40px;
}

#topbar .contact-info {
  color: #fff;
  font-size: 14px;
  float: left;
  margin-right: 10px;
}
#topbar .contact-info span{color:#fff;}
#topbar span{color:#fff;}
#topbar i {
  color: #fff;
  font-size:20px;
  padding-right: 4px;
}

#topbar .contact-info i + i {
  margin-left: 15px;
}
.navbar-right {
    float: right!important;
    margin-right: 0px;
}
.op{
    padding: 17px 0;
    width: 100%;
}




.abt-bnr-tp{margin-top:0;position:relative;margin-bottom: 30px;}
.abt-bnr-tp .tp-img {position: relative;padding:0;height: 300px;width:100%;}
.abt-bnr-tp .tp-img img{height:100%;width:100%;/* aspect-ratio: 16/7; */object-fit: cover;}
.abt-bnr-tp .innr-pg{position: absolute;color: #f0f2f2;top: 40%;z-index: 9;left:0;right:0;margin:0 auto;}
.abt-bnr-tp .innr-pg h2{color: #f0f2f2;font-weight: 600;font-size: 36px;text-transform: capitalize;text-align: center;}
.abt-bnr-tp .tp-img{position:relative;}
.abt-bnr-tp .tp-img::before{content:'';position:absolute;left:0;top:0;width:100%;height:100%;/* background: #2e4a7069; */    background: rgba(0, 0, 0, 0.3);}



@media (min-width: 320px) and (max-width: 768px){
    #HeaderControl {z-index: 9999999;position: relative;}

    #HeaderControl_C {height: 52px !important;}
    .navbar {margin: 0 !important;}
    .navbar a.nav-link {text-align: center;padding: 10px !important;!i;!;color: #000;border-bottom: 1px #fff solid;}
    .navbar-collapse { background: #fff; margin: 9px -12px 0;}
    .heading-innerpage h1{font-size: 22px;line-height: 30px;}
}

.dropdown-submenu > .dropdown-menu {
    top: 0;
	right: auto;
    left: 100%;
    margin-top:0;
}

/* rotate caret on hover */
.dropdown-menu > li > a:hover:after {
    text-decoration: underline;
    transform: rotate(180deg);
}

.dropend .dropdown-menu { top: 0;
    right: 100% !important;
	left: auto !important;}


.dropdown, .dropdown-center, .dropend, .dropstart, .dropup, .dropup-center{ left: -2px  !important;}
.banner-hm {
  padding-top: 0px;
}
section{padding: 75px 0;}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  /*background: rgba(0, 0, 0, 0.7);
  border-bottom: 5px solid #0078fc;*/
  transition: all 0.5s;
  /*z-index: 997;*/
  padding: 15px 0;/*position:absolute;*/
  /*top: 40px;*/width:100%;
}
header img{margin: 0 auto;padding: 9px 20px;}
#header.header-scrolled {
  top: 0;
  background: rgba(0, 0, 0, 0.85);
  border-bottom: 1px solid #37332a;
}

#header .logo {
  font-size: 28px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 300;
  letter-spacing: 1px;
  text-transform: uppercase;
  /*font-family: 'Ubuntu', sans-serif;*/
}

#header .logo a {
  color: #fff;
}

#header .logo img {
  max-height: 40px;
}

/*banner*/
.about-section{padding:0;border-top: 1px solid #e7e7e7;margin-top: -15px;animation: fadeInUp 2000ms ease-in-out;}
.masthead {
    text-align:center;
    color:#fff;
    padding-top: 12rem;
    padding-bottom: 12.5rem;
    position: absolute;
    width:70%;
    top: 0%;
    /* background: #00000057; */
    right: 0;
    left: 0;
    margin: 0 auto;
}
.masthead .masthead-subheading {
    font-size: 40px;
    font-style: italic;
    line-height: 50px;
    margin-bottom: 20px;
}
.masthead .masthead-heading {
    font-size: 52px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 70px;
    margin: 0 0 34px;
}

.masthead .btn {
    color: #000;  font-size: 25px; padding: 15px 20px;font-weight: 700;
    background-color: #0078fc;  border:3px solid #0078fc; border-radius:50px;
}
.masthead .btn:hover {
    color: #0078fc;
    font-size: 25px;
    background-color: #e02921;
    border-color: #0078fc;
}
/*banner*/


/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */

.navbar-default {
    background-color:transparent;
    border:0;
}
.navbar-brand{/* padding:5px 40px 13px; */}
.navbar-default .navbar-nav>li>a {
    color: #000;
    /* font-weight:600; */
    padding: 16px 25px;
    font-size: 15px;
}
.navbar-default .navbar-nav>li:nth-last-child(1) a{    background: #0078fc;
    border-radius: 40px;}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover{color:#111;}
.navbar-default .navbar-nav>li>a:before {
    position: absolute;
    bottom: 0;
    content: "";
    display: block;
    width: 0;left: 0;
    height: 3px;
    background: #0078fc;
    transition: width .3s;
}
.navbar-default .navbar-nav>li>a:hover:before {
    width: 100%;
}
.navbar-default .navbar-nav>li:nth-last-child(1) a:hover:before{  display:none;}
/*Desktop Navigation*/

/*services*/
.services item-link{    position: relative;
    display: block;
    margin: 0 auto;}
.item-hover {
    display: flex;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(0 120 252);
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity ease-in-out 0.25s;
}
.item:hover .item-link .item-hover {
    opacity: 1;
}
.item-link .fa{font-size:80px; line-height:80px;}
.item .item-link .item-hover .item-hover-content {
    font-size: 1.25rem;
    color: white;
}
.item {overflow:hidden;    margin: 15px 0;}
.item-link {
    position: relative;
    display: block;
    margin: 0 auto;
}
.item-caption h2{font-size: 20px;color: #fff;}
.item-caption {
    background:#0078fc;
    padding: 1.5rem;
    text-align: center;
    min-height: 100px;
}
.founder-partners-img img {
    border-radius: 50%;
    border: double #d9d5d5 !important;
}
img{max-width:100% !important;}
/*services*/
/*contact*/
#contact {
    background-color: #212529;
    background-image: url(../assets/img/map-image.png);
    background-repeat: no-repeat;
    background-position: center;
}
#contact .section-heading {
    color: #fff;
}
.page-section h2.section-heading {
    font-size: 40px;
    color: #000;
    margin-top: 0;
    margin-bottom: 10px;
}
#contact form#contactForm .form-group {
    margin-bottom: 1.5rem;
}

/*contact*/
/*hm-abt*/

.hm-abt { background:#000; background-image:url(image/hm-abt-bg.jpg); background-attachment:fixed; background-position:top center; padding:100px 0;    background-size: 100% 100%;}
.abt-img img{border: 7px solid #e02921;border-radius:10px;}
.hm-abt .abt-cont {
    background-color: #ffffff;
    color: #000;
    border: 7px dashed #e02921;
    padding: 2rem;
    width: calc(100% + 120px);
    margin-left: -120px;
    border-radius: .25rem;
    box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
    -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
    margin-top: 85px;
 }
	
.hm-abt .abt-cont p{text-align:justify;line-height: 24px;}
.hm-abt-btm-section{ padding:80px 0; background:#f7f7f7;}

.bx-item {
    padding: 30px;
    position: relative;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 0 29px 0 rgba(68, 88, 144, 0.12);
    transition: all 0.3s ease-in-out;
    border-radius: 8px;
    z-index: 1;
    border: 1px dashed #ccc;
    margin: 10px auto;
    text-align: center;
}

.bx-item::before {
    content: '';
    position: absolute;
    background: #0078fc;
    right: 0;
    bottom: 0px;
    width: 100%;
    height: 10px;
    /* border-radius: 50px; */
    transition: all 0.3s;
    z-index: -1;
}

.bx-item:hover::before {
    background: #0078fc;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 0px;
}
.bx-item i {
    font-size: 40px;
    color: #0078fc;
    margin-bottom: 10px;
}

.bx-item h4 {
    font-size: 20px;
    color: #000;
    font-weight: 700;
    margin: 0 0 10px 0;
}

.bx-item p {
    font-size: 15px;
    color: #111;
}
.bx-item a {
    color: #0078fc;
}
.bx-item:hover, .bx-item:hover .fa, .bx-item:hover h4, .bx-item:hover p, .bx-item:hover a {
    color: #fff !important;
}

/*hm-abt*/

/*hm-contact*/
.hm-contact{
    background-color: #212529;
    background-image: url(../image/map-image.png);
    background-repeat: no-repeat;
    background-position: center; padding:80px;
}
.hm-contact .section-heading{font-size:30px; font-weight:700; color:#fff; line-height:35px;margin-bottom: 40px;}
.hm-contact .btn-sbmit{background:#0078fc; margin-top:30px;padding: 15px 25px;}
.hm-contact .form-group-textarea .form-control{margin-top:17px; padding:15px 12px;}
.hm-contact input{margin: 0 0 3px;padding: 3px 10px;line-height:40px;width: 100%;} 
/*hm-contact*/
/*footer*/
input, textarea, .uneditable-input {
    /* margin-left: 0; */
    padding: 5px;
}
.team-section{
	padding: 75px 0;
}
.lft-tm{
	background:#d8d9db;
	padding: 10px;
}
.lft-tm ul{padding:0;list-style:none;display:flex;justify-content: center;margin-bottom: 0;}
.lft-tm ul i{
	background:#102542;
	margin:10px;
	width:30px;
	height:30px;
	border-radius:5px;
	color:#fff;
	padding:7px 10px;
}
.lft-tm img{width:100%;}
.rgt-tm{
	background-image: linear-gradient(to bottom right, #e5e5e5, #f3f4f6);
	padding: 35px 30px 35px 30px;
	box-shadow: 1px 1px 6px #e9e4e4;
}
.rgt-tm h4{
	font-size: 22px;
	font-weight: 600;
	color: #102542;
	margin-bottom: 20px;
}
.rgt-tm p{
	line-height: 1.9;
	margin: 0 0 40px;
	font-size: 16px;
	border-bottom:1px #02010112 solid;
	padding-bottom: 20px;
}
.rgt-tm a{
	    font-size: 16px;
    padding: 15px 30px;
    border-radius: 4px;
	background:#102542;
	color:#fff;
}
.hd-main{
	text-align:center;
	font-size: 22px;
	font-weight: 600;
	color: #183762;
}
.sb-main{
	text-align:center;
	font-size: 46px;
	font-weight: 600;
	line-height: 1.2em;
	color: #000;
	position: relative;
	margin-bottom: 45px;
	z-index: 9;
}

#client-bx .carousel-control-prev {
  background-image: none;
  position: absolute;
  left: -8%;
  top: 40%;
}
#client-bx span{font-size:32px;}
#client-bx .carousel-control-next {
  background-image: none;
  position: absolute;
  top: 40%;
  right: -8%;
  left: unset;
}
#client-bx .btn-about{margin-top: 40px;}
#client-bx .carousel-inner {
  overflow: visible;
}
#client-bx .carousel-control-prev, #client-bx .carousel-control-next {
  opacity: 1;
  height: 55px;
  display: block;
  color: #125e7f;
  width: 90px;
  width: 55px;
  border-radius: 50%;
  background: #fff;
}
.mn-hd h3{color:#fff;}

.fst img{height:100%;}
.form-sc{padding: 40px;}

.hm-contact input, textarea, .uneditable-input{width:100%;}
.top.scll-top {
    opacity: 1;
    transition: ease-in 0.5s;
    bottom: 50px;
}
.rt-ic h5{font-size:24px;}
.rt-ic a{color:#fff;font-size:20px;}
.lt-ic{text-align: right;}
.top.scll-top .fa{width: 1.8em;height: 1.8em;line-height: 22px;}
.top {
    position: fixed;
    /* right: 10px; */
    bottom: 30px;
    text-align: center;
    color: #fff;
    background: #046bd2;
    padding: 5px;
    z-index: 9;
    border-radius: 0;
    border: 2px solid #eee;
    cursor: pointer;
    opacity: 0;
    transition: ease-in 0.5s;
}

a {
  text-decoration: none;
}
/*footer*/
@media(max-width:768px){
	.about-content h2{font-size:32px;padding-bottom: 0;line-height: 31px;}
	.rd-mr, .hm-btn .rd-mr:nth-child(2){font-size:12px;padding: 8px;margin-left: 10px;}
	.banner-heading h4{
		font-size: 27px;
	}
	.whychoose h2 {
    font-size: 28px;
    font-weight: 400;
    line-height: 22px;
    color: #fff;
    padding-bottom: 20px;
}
	footer li a{font-size:12px;}
	.whychoose p{font-size:14px;line-height:28px;}
	.tab-content>.tab-pane{text-align:justify;}
	.whatwedo .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active:after{display:none;}
	.whatwedo .nav-item{width:100%;}
	.about-content p{font-size:14px;line-height:28px;padding-bottom: 10px;}
	.about-content{padding:10px;}
	.form-sc{padding:10px;}
	.cnt-bg h1{font-size:24px !Important;}
	.cnt-bg{padding:60px 0 !important;}
	.lst-img{min-height:100%;}
	.lft-ch h4,.vs2 h2{font-size:22px;}
	.lft-ch{padding-left:20px;}
	.about_us_inner img{padding-right:0;}
	.innr-pg-bnnr h2, .sub-title1{font-size:20px;line-height:30px;}
	.tm-sc1{margin-top:0;padding:10px;}
	.innr-pg-bnnr{padding:60px 0}
	.ft-details img{margin-bottom:20px;}
	.social-link ul{padding-left:0;}
	.innr-pg-bnnr p{font-size:16px;}
	.tm-inner h1{font-size:24px !important;line-height:30px !Important;}
	.faq h3{font-size:22px;line-height:28px;}
	.tm-sc1 p{margin-bottom:15px;}
	.team-counter .count-box span:before{display:none;}
	.with-us{padding:20px;}
	.cnst-lft{padding:10px;}
	.tm-sc1 img {
    margin-top: 30px;
    padding-left: 0px;
}
	.left-srv h2, .tm-sc1 h3{font-size:22px;}
	.srv-bg{padding:60px 0;}
	.srv-bg h1{font-size:22px;}
	.desk_none img{display:none;}
	.sub-title{font-size:26px;}
	.aboutbox{padding:0px;}
	.about_us img{padding:0;}
	.hm-btn{margin-top:10px !important;display: inline-table;}
.all_about_what p, .rgt-tm p{font-size: 14px;line-height: 26px;}
.rgt-tm{padding:20px;}
.all_about_what{padding:20px;}
.banner-main{height:100%;}
.carousel-caption{display:none;}
.banner-main:after{height: 100%;}
.all_about_who img{height:100%;}
.banner-company-details{display:block;}
.banner-startup-pro {
   padding-left: 5px;
    margin-top: 5px;
}
.head-banner-img img{margin-top:20px;}
.banner-heading h1{font-size:24px;line-height: 36px;}
.banner-section{padding: 0 !important;height: 100%;display: none;}
.service-platform .service-header p{padding:0;}
.mt-tp{margin-top:20px;}
.mt-tp2, .mt-tp3, .mt-tp4 {
    margin-top: 20px;
    margin-left: 0px;
    padding: 0;
}
.prg-container h2{font-size:28px !important;}
.prg-container{background:none;}
.counter-item{text-align:justify;margin-bottom: 20px;}
#widgetsControl {
    height: 100% !important;
}
.carousel-inner .carousel-item > div {
  display: none;
}
.carousel-inner .carousel-item > div:first-child {
  display: block;
}
}