										   										   										   										   										   										   										   										   										   										   										   										   										   										   										   										   										    * {
    /*font-family: Arial, Helvetica, sans-serif !important;*/
    font-family: "Montserrat", sans-serif;
    margin: 0%;
    padding: 0%;
}
html {
    font-size: 16px !important;
    /* Set the default font size for the root element */
}
/* .carousel-caption {
    position: absolute;
    width: 100%;
    top: 28%;
    left: 5%;
    padding: 10px;
    margin: auto;
} */


.carousel-caption {
    position: absolute;
    top: 50%; 
    left: 5%; 
    transform: translateY(-50%); 
    font-size: 25px;
}

    /* left: 0;
    top: 25%;
    right: 0;
    margin: auto;
    padding: 10px;
    position: absolute;
    text-align: left;
    padding: 8px 75px;
    font-size: 20px; */
    /* left: 0;
    margin-right: 40%;
    margin-bottom: 5%;
    font-size: 20px; */



.carousel-caption h2 {
    text-align: left;
    font-size: 40px;
}
.carousel-caption p {
    text-align: left;
    padding-top: 15px;
    padding-bottom: 15px;
	font-size: 25px;
}

.carousel-caption {
    text-align: left !important;
}
@media all and (max-width: 667px) {
    .carousel-caption {
        font-size: 10px;
        padding: 10px;
    }
    .carousel-caption h2{
        font-size: 15px;
    }
}
@media all and (max-width: 1024px) {
    .carousel-caption {
        padding: 5px 5px 10px 5px;
        font-size: 10px;
    }
}
.para {
    font-size: 45px;
    padding: 40px 0;
	margin-top: 0px;
}
@media all and (max-width: 667px) {
    .para {
        font-size: 25px;
        margin-top: 21px;
    }
}
.para1 {
    font-size: 30px;
    padding: 30px;
}
.carousel slide {
    height: 100vh;
}
@media all and (max-width: 667px) {
    .para1 {
        font-size: 25px;
    }
}
@media all and (max-width:667px) {
    #data {
        padding-top: 20px;
    }
    #data1 {
        padding-top: 20px;
    }
}
@media all and (max-width: 1024px) {
    img {
        align-items: center;
    }
    .ser {
        justify-content: space-evenly;
    }
    #b1 {
        font-size: 18px;
    }
    #b2 {
        font-size: 18px;
    }
    #b3 {
        font-size: 18px;
    }
}
.row #h1 {
    background-color: rgb(1, 1, 71);
    color: white;
    min-height: 335px;
    position: relative;
}
#h1 img {
    position: absolute;
    bottom: 0;
    margin: auto;
    padding-bottom: 20px;
}
#h1 h6 {
    padding: 20px;
    font-size: 20px;
}
#h2 {
    background-color: rgb(1, 1, 71);
    color: white;
    margin-bottom: 10px;
    padding: 20px;
    position: relative;
    padding: 20px;
}
#h2 h6 {
    padding: 25px;
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 20px;
}
/*.row #h3 {*/
/*    background-color: #000;*/
/*    position: relative;*/
/*    padding-top: 18px;*/
/*    min-height: 200px;*/
/*}*/
.row #h3 {
    background-color:#1ba1ce;
    position: relative;
    padding-top: 36px;
	padding-left: 10px;
	padding-right: 10px;
    min-height: 200px;
}
#h4 {
    background-color: rgb(1, 1, 71);
    color: white;
    min-height: 200px;
    position: relative;
}
#h4 img {
    position: absolute;
    padding: 10px;
    top: 0;
    right: 0;
}
#h4 h6 {
    position: absolute;
    bottom: 0;
    padding: 20px;
    font-size: 20px;
}




.text3 {
    animation: pulse 2.5s infinite;
    font-size: 1.2rem; 
  }

.success {
    color: #39ae53;
}


  @keyframes pulse {
    0% {
      transform: scale(1) rotate(0deg);
      opacity: 0.2;
    }
    50% {
      transform: scale(1.8) rotate(45deg); 
      opacity: 0.8;
    }
    100% {
      transform: scale(1) rotate(0deg);
      opacity: 0.2;
    }
  }


.zoom {
    transition: transform 0.5s ease-in-out; 
  }


.zoom:hover {
    -ms-transform: scale(1.2); 
    -webkit-transform: scale(1.2); 
    transform: scale(1.2); 
  }






.box {
    background-color: #f1f1f1;
    padding-top: 50px;
    padding-bottom: 50px;
}
.box1 {
    background-color: rgb(27, 161, 206);
    padding: 30px;
}
@media all and (max-width:667px) {
    #btn1 {
        font-size: 15px;
    }
}
.box1 .underline {
    text-underline-offset: 10px;
    text-decoration: underline solid white 20%;
}
.box2 {
    background-color: #f1f1f1;
    padding-top: 50px;
    padding-bottom: 80px;
}
.bg-image {
    background-image: url(../images/join.jpg);
    background-size: cover;
    position: relative;
}
.box3 {
    padding: 60px;
}
.box3 .inner-box {
    background-color: rgb(1, 1, 71);
    color: white;
    padding: 30px;
    border-radius: 30px;
}
.btn-success {
    background: #39ae53 !important;
    color: #fff !important;
    font-size: 17px !important;
}
@media all and (max-width:667px) {
    #btn2 {
        font-size: 15px;
    }
}
.copy {
    background-color: rgb(1, 1, 71);
}
@media all and (max-width: 667px) {
    .res {
        display: flex;
    }
}
.abt {
    color: black;
    text-decoration: none;
}
ul {
    list-style: none;
}
.list {
    padding-left: 2px;
}
.abt1 {
    color: white;
    text-decoration: none;
}
.btnw {
    width: 100%;
}
@media all and (max-width:667px) {
    footer {
        overflow-x: hidden;
    }
}
.carousel-caption {
    text-align: left !important;
}





/* innerpage Css Start Here-------------------------------------------*/
#inpage {
    margin-top: 15px;
    padding: 30px 0px 50px 0px;
}
#inpage h2 {
    color: #000;
    font-size: 30px;
	font-weight: 700;
}

#inpage span {
    color: #44a5e2 !important;
}

#inpage p {
    padding-top: 15px;
    font-size: 18px;
}

.nav .nav-item button.active {
  background-color: transparent;
  color: var(--bs-danger) !important;
}
.nav .nav-item button.active::after {
  content: "";
  border-bottom: 0px solid var(--bs-danger);
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -1px;
  border-radius: 5px 5px 0 0;
}
#ser h2{ background: #000049; color: #39ae53; font-size: 27px; border-radius: 50px; padding: 5px 40px; display: inline-block;}

#ser p{font-size: 18px; text-align: justify; padding-top: 30px;}
#benefits h2{background: #000049; color: #39ae53; font-size: 27px; border-radius: 50px; padding: 5px 40px; display: inline-block; text-align: center; width: 100%; }
#benefits span {
    color: #44a5e2 !important;
}
#why {
  
  padding: 52px;
}
#why h2 {
    color: #fff;
    font-size: 30px;
}
#why ul li{color:#fff; padding-top:0px; font-size:18px; background: url("https://dotcom-team.com/uploads/gallery/list-icon1.png")  left top no-repeat; padding-left: 30px;} 

#why ul{
padding-left:0px;}

#con span {
    color: #44a5e2 !important;
}
#con h3 { font-weight: 700;}
#con p {
    font-size: 18px; padding-right: 80px;
}
#con a{ color: #fff; text-decoration: none;}
#con a:hover{ color: #44a5e2; text-decoration: none;}

.image img {
  max-width: 100%;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.image:hover img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}


 .get-in-touch .col.x-50 {
	 width: 50%;
}
 .get-in-touch .col.x-100 {
	 width: 100%;
}
 .content-wrapper {
	 min-height: 100%;
	 position: relative;
}
 
 .get-in-touch .title {
	 text-align: center;
	 
	 text-transform: uppercase;
	 letter-spacing: 3px;
	 font-size: 28px;
	 line-height: 48px;
	 padding-bottom: 19px;
}
 .contact-form .form-field {
	 position: relative;
	 margin: 32px 0;
}
 /* .contact-form .input-text {
	 display: block;
	 width: 100%;
	 height: 36px;
	 border-width: 0 0 2px 0;
	 border-color: #000;
	
	 font-size: 18px;
	 line-height: 26px;
	 font-weight: 400;
} */
.contact-form .input-text {
    display: block;
    width: 100%;
    height: 36px;
    border-width: 0 0 2px 0;
    border-color: #d1d1d1;
    background: transparent;
    color: #b9b1b1;
   
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
}
 .contact-form .input-text:focus {
	 outline: none;
}
 .contact-form .input-text:focus + .label, .contact-form .input-text.not-empty + .label {
	 transform: translateY(-24px);
}
 .contact-form .label {
	 position: absolute;
	 left: 20px;
	 bottom: 11px;
	
	 font-size: 18px;
	 line-height: 26px;
	 font-weight: 400;
	 color: #888;
	 cursor: text;
	 transition: transform 0.2s ease-in-out;
}
 
.btn-success:hover{ background: #000049!important; color: #39ae53!important;}
@media all and (max-width:667px) {
	.mds{padding-top: 25px;}
	
	.carousel-caption h2 {
    text-align: left;
    font-size: 17px;
}

.carousel-caption p {
    text-align: left;
    padding-top: 3px;
    padding-bottom: 0px;
    font-size: 11px;
}
.carousel-caption{bottom:-5rem!important; left:2%!important; padding-top: 0px!important;}
}
 
.list li a:hover{ color:#44a5e2;}

.scrolled .header {
    --background-color: rgba(255, 255, 255, 0.95);
    --heading-color: #3c3c3c;
    --nav-color: #3c3c3c;
    --nav-hover-color: #3c3c3c;
}

.scrolled .header {
    box-shadow: 0px 0 18px rgba(0, 0, 0, 0.1);
}
.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}
.header {
    --background-color: rgba(255, 255, 255, 0);
    --default-color: #ffffff;
    --heading-color: #ffffff;
    color: var(--default-color);
    background-color: var(--background-color);
    transition: all 0.5s;
    z-index: 997;
	
}

.carousel {
    padding-top:68px;
}

#benefits{ margin-top:50px;}



.nav .nav-item h4 {
    background: #8f8f8f !important;
    color: #000!important;
    font-size: 27px!important;
    border-radius: 50px!important;
    padding: 5px 40px!important;
    display: inline-block!important;
}


.nav .nav-item .active h4 {
    background: #000049!important;
    color: #39ae53!important;
    font-size: 27px!important;
    border-radius: 50px!important;
    padding: 5px 40px!important;
    display: inline-block!important;
}
/* Added */
img#ivqqd {
    width: 29px;
}
img#ixd9y {
    width: 29px;
}
img#ito6q {
    width: 29px;
}

#team-expertise{ background-image: url("https://dotcom-team.com/uploads/gallery/dotcom-expertise-bg.jpg");
    background-size: contain;
    padding: 70px;

}

#team-expertise h2 {
    background: #000049;
    color: #39ae53;
    font-size: 25px;
    border-radius: 50px;
    padding: 5px 40px;
    display: inline-block;
    text-align: center;
    width: 100%;
}

#epic {
    margin-top: 20px;
	padding: 30px 0px 50px 0px;
}
#epic h2 {
    color: #000;
    font-size: 30px;
	font-weight: 700;
}

#epic span {
    color: #44a5e2 !important;
}

#epic p {
 
    font-size: 18px;
}

#sol h2 {
    background: #000049;
    color: #39ae53;
    font-size: 27px;
    border-radius: 50px;
    padding: 5px 40px;
    display: inline-block;
}

#sol{ 
    
    background-image: url("https://dotcom-team.com/uploads/gallery/health-records-trans.png");
	background-repeat: no-repeat;
	background-position: right;
    padding: 70px;

}

#try {
   
  padding: 70px;
}
#try h2 {
    color: #fff;
    font-size: 50px;
}

#try span{
    color:#000049;

}

.linkk a {text-decoration:none!important;}



.cb h2 {
    font-size: 18px !important;
    padding-bottom: 49px;
	font-weight: 600!important;
}

.info-content h3 {
    font-size: 23px;
    border-left: 5px solid #44a5e2;
    padding-left: 14px;
    padding-top: 14px;
    font-weight: 600;
}

.info-content {
    margin-bottom: 54px;
}
.info-content p a {
    color: #212529;
    text-decoration: none;
}


.info-content p a:hover {
    color: #44a5e2;
    text-decoration: none;
}
.info-content p{ padding:0px 0px 0px 0px!important; margin-bottom:0px!important;}

.contact-form2 {
    position: relative;
    padding: 45px 50px;
}
.contact-form2 {
    background: #fff url(https://dotcom-team.com/uploads/gallery/form-bg.jpg) no-repeat;
    background-size: cover;
}
.contact-form2 h3 {
    text-align: center;
    padding-top: 25px;
    margin-bottom: 50px;
    font-weight: 700;
    font-size: 25px;
}
.contact-form2 input[type=text], .contact-form2 input[type=email], .contact-form2 textarea {
    position: relative;
    display: block;
    width: 100%;
    height: 35px;
    color: #222;
    font-size: 14px;
    padding: 10px 14px;
    border: 1px solid #ddd;
    background-color: #fff;
    transition: all .3s ease;
    -ms-transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
.contact-form2 .form-group {
    position: relative;
    margin-bottom: 20px;
}


.contact-form2 input[type=text], .contact-form2 input[type=email], .contact-form2 textarea {
    position: relative;
    display: block;
    width: 100%;
    height: 35px;
    color: #222;
    font-size: 14px;
    padding: 10px 14px;
    border: 1px solid #ddd;
    background-color: #fff;
    transition: all .3s ease;
    -ms-transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
.contact-form2 textarea {
    height: 167px;
    resize: auto;
}
ul.list_text {
    font-size: 18px;
}
img#img_redius {
    border-radius: 250px;
}


.about-section p{ text-align:justify!important; }

#dev{ margin-top: 20px;} 

#dev h2 {
    background: #000049;
    color: #39ae53;
    font-size: 27px;
    border-radius: 50px;
    padding: 5px 40px;
    display: inline-block;
}


#hybrid {
   
  
	margin-top: 50px;
}

#hybrid h2 {
    color: #a3dafc;
    font-size: 30px!important;
    font-weight: 500;
}

#hybrid span {
    color: #39ae53 !important; 
	font-weight: 700;
}

#hybrid ul li{ color: #fff; padding-top: 10px; list-style: disc;}
.limb ul li{ list-style: disc;}

#hybrid small{
    font-size :15px;
}
p.text-white {
    font-size: 16px;
}

/*16-12-2024*/
section#sample {
    margin-top: 0%;
}
@media screen and (max-width: 767px) and (min-width: 250px) {
    #pageCareer h3{ text-align: center; margin-top:15px;}	
    #pageCareer h4{ text-align: center; line-height: 25px;}	
    #pageCareer p{ text-align: center;}	
    #pageCareer .text-right{ text-align: center!important; margin-top:10px;}
    
    }	
/* #sample p{ font-size: 17px; padding: 10px 0px 0px 0px;}


#sample { margin: 60px 0px;} */

/* 16-12-2025 */
h3.title_p {
    font-size: 18px;
}
h4.title_loc{
    font-size: 15px;
}
h4.title_hed {
    font-size: 15px;
}

#pageCareer h5 {
    font-family: "Proxima Nova";
    font-size: 22px !important;
    color: #06d19d !important;
    padding: 15px 0px 0px 0px !important;
    margin: 0px !important;
    text-align: left !important;
    font-weight: 400 !important;
}

#pageCareer h6 {
    font-family: "Proxima Nova";
    font-size: 19px !important;
    color: #44a5e2 !important;
    padding: 15px 0px 0px 0px !important;
    margin: 0px !important;
    text-align: left !important;
    font-weight: 400 !important;
}

#hy-head{
    background: #dfe5e5;
    background-size: contain;
}
#hy-head h2 {
    font-size: 30px!important;
    font-weight: 500;
	color: #000049;
	text-align: center;
	padding-top: 30px;
}

#hy-head h3 {
    font-size: 30px!important;
   
	padding-top: 30px;
}

#hy-head h3 span{ color: #000049 !important; font-weight: 700; line-height: 50px; }
#dev h5 span{color:#44a5e2;}
#dev-2 h5 span{color:#44a5e2;}

#con {
    background: #000049; padding:30px 0px;
}
#con h3 {
    font-weight: 700;
    color: #fff;
}
#con p {
    
    color: #fff;
}
#dev p{ font-size: 18px;}

#dev ul li{ font-size: 18px;}
#dev-2 p{ font-size: 18px;}

#dev-2 ul li{ font-size: 18px;}

#sample h1 {
    color: #000;
    font-size: 30px;
    font-weight: 700;
}
#sample h2 {
    color: #44a5e2;
    font-size: 24px;
    font-weight: 500;
}
#back-blue {
	

   background: url("./images/ba-bg.png") left  top no-repeat;
    background-size: contain;
    padding: 70px 100px 70px 70px;
	
}
#back-blue h2 {
    color: #fff;
    font-size: 50px;
}

#back-blue span{
    color:#000049;
}

#back-blue  ul {padding-left: 0px;}

#back-blue  li {
   background:  url("https://dotcom-team.com/uploads/gallery/t-icon.png") left  top no-repeat;
    margin-bottom: 10px;
    font-size: 25px;
    color: white; 
	padding-left: 54px;
}

#back-blue li img {
    width: 65px;
}

/* #back-blue .blue{
    margin-left: 115px;
}
#back-blue .gap{
    margin: 10px;
} */

#back-blue p{
    color: #000049;
    font-size: 30px;
}

.tag {
    position: relative;
    bottom: 15px;
    left: 52px;
}

@media only screen and (max-width: 600px) {
    #sol{padding: 0px;}
#team-expertise{padding: 0px;}
  }

  @media only screen and (max-width: 600px) {
    #sol img{ 
        width: 50px;
    }
  }

  @media only screen and (max-width: 600px) {
   #back-blue{
    background: #44a5e2;
    padding: 20px 00px 20px 0px;
   }
  }
  
  
  /* retail page styles */

.back-in{
    background: url("https://dotcom-team.com/assets/images/deliver.png") no-repeat;
    background-size: contain;
    background-position: right;
}

#team h2 {
    background: #000049;
    color: #39ae53;
    font-size: 27px;
    border-radius: 50px;
    padding: 5px 40px;
    display: inline-block;
}

#team{
   /* background-image: url("./images/health-records-trans.png");*/
	background-repeat: no-repeat;
	background-position: right;
    padding: 70px;

}

#team span{
    color: #44a5e2 !important;
}


#back-blue {
	

   /* background: url("./images/ba-bg.png") left  top no-repeat;
    background-size: contain; */
    padding: 70px 100px 70px 70px;
	
}
#back-blue h2 {
    color: #fff;
    font-size: 50px;
}

#back-blue span{
    color:#000049;
}

#back-blue  ul {padding-left: 0px;}



#back-blue li img {
    width: 65px;
}



#back-blue p{
    color: #000049;
    font-size: 30px;
}

.issues{
    padding: 38px;
}

.choose{
    padding: 38px;
}

.tag{
    position: relative;
    bottom: 15px;
    left: 52px;
}


#team h2 {
    background: #000049;
    color: #39ae53;
    font-size: 27px;
    border-radius: 50px;
    padding: 5px 40px;
    display: inline-block;
    text-align: center;
    width: 100%;
}

#team{/* background-image: url("./images/health-records-trans.png");*/
   
	background-repeat: no-repeat;
	background-position: right;
    padding: 70px;

}

#team span{
    color: #44a5e2 !important;
}

@media only screen and (max-width: 600px) {
    .site{ 
        width: 50px;
    }

  }




@media only screen and (max-width: 600px) {
    #sol{padding: 0px;}
#team-expertise{padding: 0px;}
  }

  @media only screen and (max-width: 600px) {
    #sol img{ 
        width: 50px;
    }

     #sol h2{
        font-size: 22px;
     }

  }

  @media only screen and (max-width: 600px) {
   #back-blue{
    background: #44a5e2;
    padding: 20px 00px 20px 0px;
   }
  }

  @media only screen and (max-width: 600px) {
    #why{
     padding: 0px;
    }
   }

   @media only screen and (max-width: 600px) {
    #team{
     padding: 10px;
    }
   }

   @media only screen and (max-width: 600px) {
    .tag{
     visibility: hidden;
    }
   }

  @media only screen and (max-width: 600px) {
    #benefits h2 {
        font-size: 21px;
    }
   }

   @media only screen and (max-width: 600px) {
    #dev .short{ 
        width: 25px;
    }
  }

  @media only screen and (max-width: 600px) {
    #hy-head .parag{ 
        padding-top: 0px !important;
        margin-top: 0px !important;
    }
  }

  #leader {
    margin-top:12px;
	padding: 30px 0px 20px 0px;
}
#leader h2 {
    color: #000;
    font-size: 30px;
}

#leader span {
    color: #44a5e2 !important;
}

#leader p {
    padding-top: 15px;
    font-size: 18px;
}

#leader  ul {padding-left: 0px;}

#leader  li {
   background:  url("https://dotcom-team.com/uploads/gallery/t-icon.png") left  top no-repeat;
    margin-bottom: 10px;
    font-size: 25px;
	padding-left: 54px;
}

#mission {
    font-size: 20px;
    padding: 0px;
}

@media only screen and (max-width: 600px) {
    #mission {
        padding: 0px;
    }
   }

#mission #dark-blue{
    background-color: #06062d;
    color: white;
    padding: 50px;
}

#mission h2{
    color: #44a5e2 !important;
}

#mission #light-blue{
    background-color: #dce8ef;
    padding: 66px;
}

#ceo{

    padding: 40px;
}
#ceo h2 {
    font-size: 25px!important;
    font-weight: 400;
	color: #ffffff;
padding: 0px 10px 0px 0px;
}

.founder{
    position: absolute;
    bottom: 0;
    left: 0;
}

@media only screen and (max-width: 600px) {
    .founder{
    position: relative;
    bottom: 0;
    left: 0;
    }
    #ceo{
        padding: 0px;
    }
   }


.tbox {
    position: relative;
    margin-top: 30px;
  }
  
  .tbox img {
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
  }
  .tbox img {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
  }
  .tbox img:hover {
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    /*  transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);*/
  }
  
  .soc img {
    filter: grayscale(0%) !important;
    -webkit-filter: grayscale(0%) !important;
    -moz-filter: grayscale(0%) !important;
  }
  .soc img:hover {
    filter: grayscale(100%) !important;
    -webkit-filter: grayscale(100%) !important;
    -moz-filter: grayscale(100%) !important;
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
  }
  .soc {
    position: absolute;
    bottom: 18%;
    right: 4%;
    z-index: 99;
  }
  .tbox p {
    padding-top: 10px;
        margin-bottom: 0rem;
  }
  .soc ul li {
    padding: 5px 0px;
  }
  .soc ul li a:hover {
    padding: 10px 0px;
  }
  a[data-toggle="modal"] {
    margin: 5px;
  }
  .title {
    color: #757575;
    font-weight: bold;
  }
  .social {
      padding-top: 30px;
      position: absolute;
      right: 0px;
      z-index: 999999;
  }
  .social ul li {
    display: inline;
    padding: 0px 5px;
  }
  .social ul li a {
    color: #333;
  }
  .social ul li a:hover {
    color: red;
  }
  .ban-img {
    position: relative;
  }
.blue-bg{background: #44a5e2; border-radius:50px;}

.modal-content {
    border: none !important;
    border-radius: 2px !important;
    box-shadow: 0 16px 28px 0 rgba(0, 0, 0, 0.22), 0 25px 55px 0 rgba(0, 0, 0, 0.21) !important;
    background-color: #06062d !important;
    color: #fff;
}

.modal-header {
    border-bottom: 0 !important;
    padding-top: 15px !important;
    padding-right: 26px !important;
    padding-left: 26px !important;
    padding-bottom: 0px !important;
}

.modal-body {
    border-bottom: 0 !important;
    padding-top: 5px !important;
    padding-right: 26px !important;
    padding-left: 26px !important;
    padding-bottom: 10px !important;
    font-size: 15px !important;
}

.team-border {
    border-left: solid 2px #39ae53
    padding-left: 15px;
}

.team-border .member-name, .team-border .member-job {
    color: #39ae53 !important;
    font-weight: 600;
    text-align: left;
}

.modal-body p {
    padding: 20px 0px;
    color: #fff;
    text-align: justify;
}

.btn-close {
    float: right;
    font-size: 1.9rem;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-shadow: 0 1px 0 #fff;
    opacity: .9;
}
.btn-close {
    right: 8px !important;
    top: 10px !important;
}
.modal-header .close {
        padding: 0rem 0rem;
    margin: -1rem 1rem -1rem auto;
    color: #fff;
    background: transparent;
    font-size: 32px;
    border: 0px;
}

#try .us {
    padding: 65px;
}
.navbar-nav a:hover{text-decoration:none;}

@media only screen and (max-width: 676px) {
.dropdown {
    background: #fff;
    padding: 5px 20px 3px 20px;
}}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 1.25rem;
    left: 15%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: center;
}

#ceo .blue-bg{padding-left:50px;}

#ceo span{color:#fff;}


.nav-item .nav-link:hover {
    color: #090930;
} 

.dropdown-menu .dropdown-item:hover {
    background: #39ae53;
    color: #fff;
}

.collapse .dropdown-menu{
    background-color: #000049;
    padding: 0;
}
.collapse .dropdown-menu a{
    color: #fff;
}

@media all and (max-width:667px) {
     #pageCareer{text-align:center!important;}
    #hy-head{text-align:center!important;}
    #try h2 {

    font-size: 26px;
}
#try .us {
    padding: 38px;
}

#try {
    padding: 21px;
}

#benefits .p-5 {
    padding: 1rem !important;
}

#con p {
    font-size: 18px;
    padding-right: 20px;
}
    
  .btn-success {
    font-size: 12px !important;
}  
    
 #carouselExampleSlidesOnly .ps-5 {
    padding-left: 1rem !important;
}   
    
#carouselExampleSlidesOnly .pe-5 {
    padding-right: 1rem !important;
}    
    
    
    #sol_r img{width:65px;}
    
    
        .carousel-caption h2 {
        margin: 0px;}
    
    #inpage h2 {
    font-size: 28px}
    
    #hy-head h2 {
    font-size: 26px!important;}
    
    #dev h2 {
  
    font-size: 23px;
    border-radius: 50px;
    padding: 5px 40px;
   
    text-align: center;
}
    
   #hy-head .pt-5 {
  padding-top: 1rem !important;
}

#hy-head .mt-5 {
  margin-top: 0rem !important;
}
  .contact-form2 {
    padding: 45px 74px;
}  
    
}		

#sol_r h2 {
    background: #000049;
    color: #39ae53;
    font-size: 25px;
    border-radius: 50px;
    padding: 5px 40px;
    display: inline-block;
    text-align: center;
    width: 100%;
}	
#finance{ 
    background-color: #d8e4e9;
    padding: 70px;

}

#finance h2 {
    background: #000049;
    color: #39ae53;
    font-size: 27px;
    border-radius: 50px;
    padding: 5px 40px;
    display: inline-block;
    text-align: center;
    width: 100%;
}

#finance span {
    color: #44a5e2;
}

#capabilities h2{
    background: #000049;
    color: #39ae53;
    font-size: 23px;
    border-radius: 50px;
    padding: 5px 40px;
    display: inline-block;
    text-align: center;
    width: 100%;
}

#capabilities .aml{
    background-color: #000049;
    padding: 30px;
    margin-top: 50px;
    text-align: center;
}

#capabilities  ul {padding-left: 0px;}

#capabilities .aml li {
   background:  url("https://dotcom-team.com/uploads/gallery/tick-white.png") left  top no-repeat;
    margin-bottom: 10px;
    font-size: 25px;
    color: white; 
	padding-left: 43px;
    text-align: left;
}

#capabilities .aml li img {
    width: 30px;
}

#capabilities .Fraud{
    border: 2px solid #000049;
    padding: 20px;
    text-align: center;
    margin-top: 30px;
}

#capabilities .fin-ml{
    padding: 20px;
}

#capabilities .Fraud li {
    background:  url("https://dotcom-team.com/uploads/gallery/tick-blue.png") left  top no-repeat;
     margin-bottom: 10px;
     font-size: 25px;
     padding-left: 43px;
     text-align: left;
 }


#capabilities span {
    color: #44a5e2;
}


@media only screen and (max-width: 600px) {
    #finance img{ 
        width: 50px;
    }
    #finance {
        padding: 0px;
    }
  }

    @media only screen and (max-width: 600px) {
        #capabilities .nothing {
            height: 0px !important;
        }
    }

    #fin-choose{ 
        padding: 70px;
    } 

#fin-choose h2{
        background: #000049;
        color: #2feebd;
        font-size: 23px;
        border-radius: 50px;
        padding: 5px 40px;
        display: inline-block;
        text-align: center;
        width: 100%;
    }
#fin-choose .fin-line{
    line-height: 45px;
}    

#fin-choose .fin-space{
    padding: 20px;
}   

@media only screen and (max-width: 600px) {
    #fin-choose {
        padding: 10px;
    }
  }		

#finance ul li {
    font-size: 18px;
}            

#fin-choose    {
    font-size: 18px;
}     
#capabilities   p{ font-size: 18px;}  

.ind a{color:#fff;}  		

#inpage h5 {
    font-family: "Proxima Nova";
    font-size: 22px !important;
    color: #06d19d !important;
    padding: 15px 0px 0px 0px !important;
    margin: 0px !important;
    text-align: left !important;
    font-weight: 400 !important;
}

#inpage h6 {
    font-family: "Proxima Nova";
    font-size: 19px !important;
    color: #44a5e2 !important;
    padding: 15px 0px 0px 0px !important;
    margin: 0px !important;
    text-align: left !important;
    font-weight: 400 !important;
}			                     					                     					                     										                     					                     					                     					                     					                     					                     					                     					                     					                     					                     					                     					                     					                     					                     					                     					                     					                     					                     