@import url('https://fonts.googleapis.com/css?family=Raleway:400,700');
/**
* Template Name: Arsha - v4.7.1
* Template URL: https://bootstrapmade.com/arsha-free-bootstrap-html-template-corporate/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

body {
//  font-family: "Open Sans";
  color: #444444;
  //background-image: linear-gradient(to right, #FFFFFF, rgb(255, 122, 89));
 // background-image: linear-gradient(to right,#E1EFD7, #e37f3b);
//  background-image: linear-gradient(to right,#FFFDF6, #FFFDF6);
// background-image: linear-gradient(to right,#e4e3ee,#5248ac);

//background-image: linear-gradient(to right,#EDEDED,#DBDBDB);

//background-image: linear-gradient(to right,#9cc4c4,#c1d8d8,#dee9e9);
//background-image: linear-gradient(to right,#FFFFFF,#A3A3A3);
//background: #e5e5e5;
//background: #f2f2f2; 
background: #ededed;
}

a {
  color: #000000;
  text-decoration: none;
}

a:hover {
  //color: #73c5eb;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  //font-family: "Jost", sans-serif;
  font-family: Calibri;
}






/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #47b2e4;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  transition: all 0.4s;
}
.back-to-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}
.back-to-top:hover {
  background: #6bc1e9;
  color: #fff;
}
.back-to-top.active {
  visibility: visible;
  opacity: 1;
}



/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 10px 0;
  overflow: hidden;
}

.section-bg {
 // background-color: #f3f5fa;
// background-color: #ffffff;
// background-image: linear-gradient(to right,#E1EFD7, #e37f3b);
 //background-image: linear-gradient(to right,#FFFDF6, #FFFDF6);
 // background-image: linear-gradient(to right,#e4e3ee,#5248ac);
 
}

.section-bg1 {
 // background-color: #f3f5fa;
// background-color: #ffffff;
//background: #E1EFD7;   
 background: #FFFDF6; 
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}
.section-title h2 {
  //font-size: 32px;
  //font-weight: bold;
  //text-transform: uppercase;
  ///margin-bottom: 20px;
  //padding-bottom: 20px;
  //position: relative;
  //color: #37517e;
  color: #000000;
  //font-family: Open Sans;
  font-family: Calibri;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 20px;
  
}

 h3 {
  color: var(--color-secondary);
  //font-family: var(--font-secondary);
  //font-family: Nunito Sans;
  font-family: Calibri;
  font-weight: bold;
  font-size: 28px;
  margin-bottom: 5px;
  text-align: center;
  
}

 h4 {
  //color: var(--color-secondary);
  //font-family: var(--font-secondary);
  color:#000;
  //font-family: Open Sans;
  font-family: Calibri;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 5px;
  cursor: pointer  
  
}
 h5 {
  color: #24BABA;
  //font-family: Nunito Sans;
  font-family: Calibri;
  font-weight: 300;
   font-style:Italic;
  font-size: 20px;
  margin-bottom: 5px;
  
}

/*.section-title h2::before {
  content: "";
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}
.section-title h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #47b2e4;
  bottom: 0;
  left: calc(50% - 20px);
}*/

.section-title p {
  margin-bottom: 0;
  
}




/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
.clients {
  padding: 12px 0;
  text-align: center;
}
.clients img {
  max-width: 45%;
  transition: all 0.4s ease-in-out;
  display: inline-block;
  padding: 15px 0;
  filter: grayscale(100);
}
.clients img:hover {
  filter: none;
  transform: scale(1.1);
}
@media (max-width: 768px) {
  .clients img {
    max-width: 40%;
  }
}



/*--------------------------------------------------------------
# About Section
--------------------------------------------------------------*/
.about .about-img {
  position: relative;
  margin: 60px 0 0 60px;
}
.about .about-img:before {
  position: absolute;
  inset: -60px 0 0 -60px;
  z-index: -1;
  content: "";
  background: url("../img/about-bg.png") top left;
  background-repeat: no-repeat;
}
@media (max-width: 575px) {
  .about .about-img {
    margin: 30px 0 0 30px;
  }
  .about .about-img:before {
    inset: -30px 0 0 -30px;
  }
}
.about h3 {
  color: var(--color-secondary);
  //font-family: var(--font-secondary);
  font-family: Calibri;
  font-weight: 300;
  font-size: 32px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .about h3 {
    font-size: 28px;
  }
}
.about .nav-pills {
  border-bottom: 1px solid rgba(var(--color-secondary-rgb), 0.2);
}
.about .nav-pills li + li {
  margin-left: 40px;
}
.about .nav-link {
  background: none;
  font-size: 18px;
  font-weight: 400;
  color: var(--color-secondary);
  padding: 12px 0;
  margin-bottom: -2px;
  border-radius: 0;
  //font-family: var(--font-secondary);
  font-family: Calibri;
}
.about .nav-link.active {
  color: var(--color-primary);
  background: none;
  border-bottom: 3px solid var(--color-primary);
}
@media (max-width: 575px) {
  .about .nav-link {
    font-size: 16px;
  }
}
.about .tab-content h4 {
  font-size: 18px;
  margin: 0;
  font-weight: 700;
  color: var(--color-secondary);
}


.about .tab-content b{
  font-size: 14px;
  margin: 0;
  font-weight: 700;
  color: var(--color-primary);
}


.about .tab-content i {
  font-size: 22px;
  line-height: 0;
  margin-right: 8px;
  color: var(--color-primary);
}



 bb{
  font-size: 16px;
  margin: 0;
  font-weight: 700;
  color: var(--color-primary);
   //color: #47b2e4;
}
 bb1{
  font-size: 14px;
  margin: 0;
  font-weight: bold;
  //color: var(--color-primary);
   color: #000000;
}

 bbhr{
  font-size: 16px;
  margin: 0;
 // font-weight: bold;
  font-weight: 500;
  //font-family: "Open Sans";
  font-family: Calibri;
  color: #000000;
  cursor: pointer
}

bbhome{

  //font-family: Palace Script MT;
  font-family: Calibri;
  font-size:36px;
  font-weight: bold;
  font-style:Italic; 
  text-decoration:underline 0.75%;
  color: #229E95;
}

 ic{
  //font-family: Open Sans;
  font-family: Calibri;
  font-size:17px;
  font-style: italic; 
  //color: #485664;
  color: #000;
}

.tab{
        margin: 0 0 0 5%;
}



/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info {
  border-top: 3px solid #47b2e4;
  border-bottom: 3px solid #47b2e4;
  padding: 30px;
  background: #fff;
  width: 100%;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.1);
}
.contact .info i {
  font-size: 20px;
  color: #47b2e4;
  float: left;
  width: 44px;
  height: 44px;
  background: #e7f5fb;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}
.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #37517e;
}
.contact .info p {
  padding: 0 0 10px 60px;
  margin-bottom: 20px;
  font-size: 14px;
  color: #6182ba;
}
.contact .info .email p {
  padding-top: 5px;
}
.contact .info .social-links {
  padding-left: 60px;
}
.contact .info .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #333;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  margin-right: 10px;
}
.contact .info .social-links a:hover {
  background: #47b2e4;
  color: #fff;
}
.contact .info .email:hover i, .contact .info .address:hover i, .contact .info .phone:hover i {
  background: #47b2e4;
  color: #fff;
}
.contact .php-email-form {
  width: 100%;
  border-top: 3px solid #47b2e4;
  border-bottom: 3px solid #47b2e4;
  padding: 30px;
  background: #fff;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
}
.contact .php-email-form .form-group {
  padding-bottom: 8px;
}
.contact .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}
.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}
.contact .php-email-form .error-message br + br {
  margin-top: 25px;
}
.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}
.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}
.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}
.contact .php-email-form .form-group {
  margin-bottom: 20px;
}
.contact .php-email-form label {
  padding-bottom: 8px;
}
.contact .php-email-form input, .contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  border-radius: 4px;
}
.contact .php-email-form input:focus, .contact .php-email-form textarea:focus {
  border-color: #47b2e4;
}
.contact .php-email-form input {
  height: 44px;
}
.contact .php-email-form textarea {
  padding: 10px 12px;
}
.contact .php-email-form button[type=submit] {
  background: #47b2e4;
  border: 0;
  padding: 12px 34px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
}
.contact .php-email-form button[type=submit]:hover {
  background: #209dd8;
}
@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  font-size: 14px;
  background: #37517e;
}
#footer .footer-newsletter {
  padding: 50px 0;
  background: #f3f5fa;
  text-align: center;
  font-size: 15px;
  color: #444444;
}
#footer .footer-newsletter h4 {
  font-size: 24px;
  margin: 0 0 20px 0;
  padding: 0;
  line-height: 1;
  font-weight: 600;
  color: #37517e;
}
#footer .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 50px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.06);
  text-align: left;
}
#footer .footer-newsletter form input[type=email] {
  border: 0;
  padding: 4px 8px;
  width: calc(100% - 100px);
}
#footer .footer-newsletter form input[type=submit] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #47b2e4;
  color: #fff;
  transition: 0.3s;
  border-radius: 50px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}
#footer .footer-newsletter form input[type=submit]:hover {
  background: #209dd8;
}
#footer .footer-top {
  padding: 60px 0 30px 0;
  background: #fff;
}
#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
#footer .footer-top .footer-contact h3 {
  font-size: 28px;
  margin: 0 0 10px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 600;
  color: #37517e;
}
#footer .footer-top .footer-contact p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  //font-family: "Jost", sans-serif;
  font-family: Calibri;
  color: #5e5e5e;
}
#footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  color: #37517e;
  position: relative;
  padding-bottom: 12px;
}
#footer .footer-top .footer-links {
  margin-bottom: 30px;
}
#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #47b2e4;
  font-size: 18px;
  line-height: 1;
}
#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}
#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
#footer .footer-top .footer-links ul a {
  color: #777777;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}
#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: #47b2e4;
}
#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #47b2e4;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}
#footer .footer-top .social-links a:hover {
  background: #209dd8;
  color: #fff;
  text-decoration: none;
}
#footer .footer-bottom {
  padding-top: 30px;
  padding-bottom: 30px;
  color: #fff;
}
#footer .copyright {
  float: left;
}
#footer .credits {
  float: right;
  font-size: 13px;
}
#footer .credits a {
  transition: 0.3s;
}
@media (max-width: 768px) {
  #footer .footer-bottom {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  #footer .copyright, #footer .credits {
    text-align: center;
    float: none;
  }
  #footer .credits {
    padding-top: 4px;
  }
}

.table-borderless tbody tr td, .table-borderless tbody tr th, .table-borderless thead tr th {
    border: none !important;
}

/* alti page*/


    im_alti_types{
       width: 50%;
       margin: 0 20% 0 9%;
   }

   im_alti_left{
       position: absolute;
       top: 12%;
       //width: 12%;
       width: 10%;
       max-width: 100%;
   }
   
   im_alti_right{
       position: absolute;
       top: 12%;
       right: 9%;
       //width: 12%;
       width: 10%;
       max-width: 100%;
   } 
   
im_alti.active {
    text-decoration: none;
}

im_alti:hover{
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; /* IE 8 */
    filter: alpha(opacity=50); /* IE7 */
    opacity: 0.6;
    text-decoration: none;
    cursor: pointer;
}

 .cont {
    position: relative;
}






   .box_let{
        color: black;
        font-weight: bold;
        text-align: left;
    }
    
    .table-striped > tbody > tr:nth-child(2n+1) > td, .table-striped > tbody > tr:nth-child(2n+1) > th {
  // background-color: #FFFF99;
  // background-color: #ffffff;
  background-color: #FFFDF6;
}



your_type{
    font-size:2vw; 
    color: #006461; 
    font-weight: bold; 
    text-align: center;
}


/*facet page*/

.exmpl{
    width: 80%;
    color: black;
    text-align: left;
    margin: 0 0 0 8%;
}

im_facet{ 
        text-align: center;
        float: inside; 
        margin: 0px 10px 0px 10px;
}
im_facet.active{
    box-shadow : 10px 0px 50px 45px black;
    background-color: black;
}

im_facet:hover{
    cursor: pointer;
    box-shadow : 10px 0px 50px 45px black;
    background-color: black;
}

.facet_but{
    position: relative;
    float: right;
    right: 2%;
    pointer-events: none; 
}

#table_style{
    margin: 2% 20% 0 0; width: 80%;
}

answers{
}

answers:hover{
    cursor: pointer;
    color: black;
    font-weight: bold;
}

answers.active{
    color: black;
    font-weight: bold;
}

 .logo_icon{
       width: 80%; 
        text-align: center;
        float: inside; 
        margin: 0px 15px 0px 15px;
   }
   
   #comment_form input, #comment_form textarea {
   	border: 4px solid rgba(0,0,0,0.1);
   	padding: 8px 10px;
   	-webkit-border-radius: 5px;
   	-moz-border-radius: 5px;
   	border-radius: 5px;
   	outline: 0;
           width: 25%;
}

.logo{
    float: right; 
    margin: 0px 15px 0px 20px; 
    width: 5%;
    max-width: 100%;
}

/*--------------------------*/

/*koan page*/

.table-borderless tbody tr td, .table-borderless tbody tr th, .table-borderless thead tr th {
    border: none !important;
}



.Bestsuitbox{
    float: center; 
    width: 70%; 
    padding-Top: 3%;
    padding-bottom: 3%;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -ms-transition-duration: 0.3s; /* IE 9 */
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform, right;
    transition-property: transform, right;
    -ms-transition-property: transform, right;
    //box-shadow : 10px 10px 10px 10px grey;
    border-radius: 8px;
   // background: #f3f3f3;
  background: #FFFDF6;     
}


.circle{
    float: right; 
    width: 30%; 
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -ms-transition-duration: 0.3s; /* IE 9 */
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform, right;
    transition-property: transform, right;
    -ms-transition-property: transform, right;
    box-shadow : 10px 0px 10px 10px grey;
    
}
.circle:hover{
    ms-transform: rotate(-90deg); /* IE 9 */
    -webkit-transform: rotate(-90deg); /* Safari */
    transform: rotate(-90deg); /* Standard syntax */
    cursor: pointer;
}  
.umbrella{
    background: url(../../assets/images/icons/umbrella.png) no-repeat;
    background-position: center;
    background-size: 75%;
    padding-bottom: 35%;
    height: 0;
    position: relative;
    overflow: hidden;
    padding: auto;
    margin: auto;
}

koan{
       width: 6%;
       -webkit-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-backface-visibility: hidden;
        -moz-osx-font-smoothing: grayscale;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-property: width;
        transition-property: width;
        position: absolute;
       
   }
   koan:hover{
       width: 8%;
       cursor: pointer;
   }
   koan.active{
       width: 8%;
   }
   
   dev_center{
       width: 6%;
       -webkit-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-backface-visibility: hidden;
        -moz-osx-font-smoothing: grayscale;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-property: width;
        transition-property: width;
        position: absolute;
       
   }
   dev_center:hover{
       cursor: pointer;
   }
   dev_center.active{
   }
   
   .coaching{
       margin: 2% 10% 0% 15%; 
       width: 40%;
}


   
/*--------------------------*/

.scopebox{
  padding: 20px;
  width: 50%;
  box-shadow: 0px 2px 20px #9b9b9b, 0.1);
  overflow: hidden;
  background: #bfbfbf;
}

.scopebox1{
  padding: 20px;
  width: 90%;
  box-shadow: 0px 2px 20px #9b9b9b, 0.1);
  //overflow: hidden;
  background: #d9d9d9;
  align: center;
  border-radius: 15px;
}

.listclolor{
 color: #3da9bd;
}



 bot{
  font-size: 12px;
  margin: 0;
  font-weight: 700;
  //font-family: Open Sans;
  font-family: Calibri;
  color: #000000;
 }


.contact_button{
  border: 0px;
  padding: 8px;
  width: 150px;
  background: #196d47;
  color: #ffffff;
  //font-family: Open Sans;
  font-family: Calibri;
  font-weight: 700;
  font-size: 16px;
  border-radius: 10px;
  // box-shadow: 3px 2px #24BABA;
}


.startlabel{
  font-size: 18px;
  font-weight: bold;
  //font-family: Nunito Sans;
  font-family: Calibri;
  color: #000000;
}






