/* <link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@600&family=Poppins:wght@300;400;500;600&display=swap" rel="stylesheet"> */


@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@600&family=Poppins:wght@300;400;500;600&display=swap');

/*****************************
 *  Variables
 *****************************/
/* Theme color variable */
:root {
  --theme-color: #00a8ff;
  --backgound:url(./assets/imgs/bg.png) repeat 0 0 fixed;
}

/*****************************
 *  Global
 *****************************/

body,html{
  overflow-y: none !important;
  overflow-x: hidden;
  background: var(--backgound);
}

body {
  /* font-family: "Dosis", sans-serif; */
  /* font-family: "Raleway", sans-serif; */
  font-family: montserrat;
  margin: 0;
  padding-bottom: 20px;
  -webkit-user-select: none; /* Safari */        
-moz-user-select: none; /* Firefox */
-ms-user-select: none; /* IE10+/Edge */
user-select: none; /* Standard */
}



.logo {
  height: 50px;

}

.navUL {
  display: flex;
  margin-right: 0px;
  overflow: hidden;
  align-content: stretch;
  justify-content: flex-end;
  align-items: stretch;
}

.s-span {
  margin-left: -32rem;
  margin-top: 18px;
  font-size: 26px;
  font-family: monospace;
}

#hero{
display: block;
margin:auto;
width: unset !important;
}

.section-header{
  font-size: 2rem;
  margin:25px auto ;

}
.card-title {
  font-family: Open Sans, sans-serif;
}

.card {
  transition: all .3s linear;
  cursor: pointer;
  /* padding: 2rem; */
  border-radius: 0.5rem;
  letter-spacing: .035rem;
  border: 0 !important;
}

.card .card-body {
  /* display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  align-self: flex-start;
  justify-self: center; */
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: inherit;
  align-self: flex-start;
  justify-self: center;
}
.card{
  background: url("./assets/imgs/bg.png") repeat 0 0 fixed;
}

/* .card {
  border: 0px;
  box-shadow: 0px 0px 2px !important;

}
 */
.card-icon {
  border: none !important;
  width: 80px;
  height: 60px;
  margin-bottom: 9px;
}

.card:hover {
  box-shadow: 3px 3px 10px !important;
}

h4 {
  /* display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center; */
  color: #2871cc;
  font-size: 2.4rem;
  font-weight: 600;
  letter-spacing: .25rem;
  font-stretch: normal;
  text-transform: uppercase;
  text-align: center;
  display: block;
  /* margin-bottom: 3.5rem; */
}


/* .card .card-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  align-self: flex-start;
  justify-self: center;
  padding: 3rem 5rem;
} */

.testbg{
  font-size: 20px;
}

ul li a{
  font-weight: 500;
}
/* ul{ margin-left: 40px; list-style:none; } li{ padding: .3em 0 1em 40px; background-image: url("../assets/imgs/bullet icon-01.svg") no-repeat; }  */
/* ul li a:hover{
 font-size: larger;
 font-weight: 800;
} */
#navbar{
  background-color: rgba(18, 138, 194, 0.308);
}
form{
  width: 100% ;
}

form:hover h3{
  font-weight: 700;
}

form input,
form textarea{
 padding: 10px;
 margin-top:  10px;
 border: 0;
 border-bottom: 2px solid gray;
 border-radius: 5px;
 outline: none;
 font-size: 15px;
}
form textarea{
  width: 100%;
}


form #button{
  margin-top: 10px;
  border-radius: 30px;
  border: 0;
 width: 120px;
 background-color: #2871CC;
 color: aliceblue;
}

form #button:hover{
  box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.411);
  font-weight: 700;
}
.links a{

  text-decoration: none;
  color: rgb(109, 109, 109);
  justify-self: center;
}
.links a p{
  font-weight: 500;
}
.links i{
  font-size: 20px;
}

.links a:hover{
  color: rgba(0, 0, 0, 0.664);
  transform: scale(1.03);
}
#leftside:hover{
  cursor: url(/assets/imgs/Icons/leftnewOne.png),auto;
  /* cursor: url(/assets/imgs/Icons/rightNew.png),auto; */
  /* transform: rotate(180deg); */
  /* -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); */

}
#rightside:hover{
  cursor: url(/assets/imgs/Icons/rightNew.png),auto;
}

/* Mobile Responsive */
@media only screen and (max-width: 390px) {
  body {
    /* background-color: red !important; */
    background-position: center;
  }
  .carousel-inner{
    display: block;
    /* width: 390px !important;
    height: 300px !important; */
    height: auto;
    width: auto;
    /* max-height: 300px !important; */
    max-width: 390px !important;
  }



  /* For icons */
/*   
ul {
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

ul li {
  list-style: none;
}

ul li a {
  width: 80px;
  height: 80px;
  background-color: #fff;
  text-align: center;
  line-height: 80px;
  font-size: 35px;
  margin: 0 10px;
  display: block;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  border: 3px solid #fff;
  z-index: 1;
}

ul li a .icon {
  position: relative;
  color: #262626;
  transition: .5s;
  z-index: 3;
}

ul li a:hover .icon {
  color: #fff;
  transform: rotateY(360deg);
}

ul li a:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f00;
  transition: .5s;
  z-index: 2;
}

ul li a:hover:before {
  top: 0;
}

ul li:nth-child(1) a:before{
  background: #3b5999;
}

ul li:nth-child(2) a:before{
  background: #55acee;
}

ul li:nth-child(3) a:before {
  background: #0077b5;
}

ul li:nth-child(4) a:before {
  background: #dd4b39;
} */
}
 /* About Us Section */
 .circle{
  /*width: 200px;
 height: 200px;
 background: red; 
  -moz-border-radius: 70px; 
 -webkit-border-radius: 70px;  
 border-radius: 100px;*/
  /* width: 366px;
  height: 366px;
  background: #2871cc;
  border-radius: 210px; */
}
.customCircle{
  width: 366px;
  height: 366px;
  border-radius: 210px;
  background: url(./assets/imgs/bg.png) repeat 0 0 fixed;
}
.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}
.image_front_on_Circle{
  /* margin-left: -20px; */
}
.text-center{
  font-family: 'Avenir Next', Avenir, 'Helvetica Neue', 'Lato', 'Segoe UI', Helvetica, Arial, sans-serif;
}
/* .new{
  display: flex;
  flex-flow: column-reverse;
  float: inline-start;
} */

/* NavBar City */
.footer {
  position: relative;
  padding-top: 25px;
  background: black;
}

.footer .footer-contact,
.footer .footer-link,
.footer .footer-newsletter {
  position: relative;
  margin-bottom: 45px;
  color: #ffffff;
  
}

.footer .footer-contact h2,
.footer .footer-link h2,
#footer-map,
.footer .footer-newsletter h2 {
  margin-bottom: 30px;
  font-size: 25px;
  font-weight: 700;
  letter-spacing: 2px;
  color: white;
  
 
}

.footer .footer-link a {
  display: block;
  margin-bottom: 10px;
  color: #ffffff;
  transition: .3s;
 
}

.footer .footer-link a::before {
  position: relative;
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 10px;
}

.footer .footer-link a:hover {
  color: #2871cc;
  letter-spacing: 1px;
}

.footer .footer-contact p i {
  width: 25px;
 
}

.footer .footer-contact a{
  color: white;
}
.footer .footer-contact a:hover{
  color: #2871cc;
}

.footer .footer-social {
  position: relative;
  margin-top: 20px;
  display: flex;
}

.footer .footer-social a {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #202C45;
  background: #ffffff;
  border-radius: 40px;
  margin-right: 5px;
  transition: .5s;
  font-size: 25px;
}

.footer .footer-social a:last-child {
  margin: 0;
}

.footer .footer-social a:hover {
  color: #ffffff;
  background: #2871cc;
}

.footer .footer-newsletter form {
  position: relative;
  width: 100%;
}

.footer .footer-newsletter input {
  margin-bottom: 15px;
  height: 45px;
  background: transparent;
  border: 1px solid #ffffff;
  border-radius: 5px;
}

.footer .footer-newsletter label {
  margin-top: 5px;
  color: #777777;
  font-size: 14px;
  letter-spacing: 1px;
}

.footer .footer-newsletter .btn.btn-custom {
  width: 100%;
  color: #202C45;
  background: #ffffff;
  box-shadow: inset 0 0 0 0 #E81C2E;
}

.footer .footer-newsletter .btn:hover {
  color: #ffffff;
  background: #E81C2E;
  box-shadow: inset 200px 0 0 0 #E81C2E;
}

.footer .copyright {
  text-align: center;
  padding-top: 15px;
  
}

.footer .copyright p {
  /* margin: 0 -300px 0 0; */
  color: #ffffff;
}

.footer .copyright p a {
  color: #2871cc;
  font-weight: 700;
  letter-spacing: 1px;
}
.footer .copyright .span{
  color: white;
  font-size: 17px;
}
.footer .copyright .span:hover{
  color: #2871cc;
}

.footer .copyright p a:hover {
  color: #ffffff;
}


#aboutUs .col-md-6{
  margin-top:20px;
  padding: 10px;
  display: block;
  margin:auto;
}

#aboutUs .col-md-6 img{
  max-width:100%;
}


@media only screen and (max-width:320px){
  #aboutUs .col-md-6 img{
    max-width:95vw;
    max-height: 95vw;
  }

  #aboutUs .circle{
    width:95vw;
    height: 95vw;
    background: #2871cc;
    border-radius: 50%;
    /* margin:auto; */
    display: table-cell;
    vertical-align: middle;
  }
  #aboutUs .circle.pt{
    padding-top:20vw;
  }

  #aboutUs .circle-bg{
    background: #2871cc;
    border-radius: 50%;
    padding-top:20vw
  }
  
  #aboutUs .circle img{
    max-width:75vw;
    max-height: 75vw;
    display: block;
    margin: auto;
  }
  
}


@media only screen and (max-width:768px) and  (min-width:425px){
  #aboutUs .col-md-6 img{
    max-width:47vw;
    max-height: 47vw;
  }

  #aboutUs .circle{
    width:45vw;
    height: 45vw;
    background: #2871cc;
    border-radius: 50%;
    /* margin:auto; */
    display: table-cell;
    vertical-align: middle;
  }
  #aboutUs .circle.pt{
    padding-top:10vw;
  }

  #aboutUs .circle-bg{
    background: #2871cc;
    border-radius: 50%;
    padding-top:10vw
  }
  
  #aboutUs .circle img{
    max-width:35vw;
    max-height: 35vw;
    display: block;
    margin: auto;
  }  
}


@media only screen and (min-width:768px){
  #aboutUs .col-md-6 img{
    max-width:400px;
    max-height: 400px;
  }

  #aboutUs .circle{
    width:380px;
    height: 380px;
    background: #2871cc;
    border-radius: 50%;
    /* margin:auto; */
    display: table-cell;
    vertical-align: middle;
  }
  #aboutUs .circle.pt{
    padding-top:60px;
  }

  #aboutUs .circle-bg{
    background: #2871cc;
    border-radius: 50%;
    padding-top:10vw
  }
  
  #aboutUs .circle img{
    max-width:330px;
    max-height: 330px;
    display: block;
    margin: auto;
  }  
}

.carousel-indicators button{
  background-color: orange !important;
}


/****************************
SHARED
****************************/
#btn-to-top,
.whatsapp_float{
  position:fixed;
	width:45px;
	height:45px;
	bottom:20px;
	color:#FFF;
	border-radius:50px;
	text-align:center;
    font-size:30px;
	box-shadow: 2px 2px 3px black;
    z-index:100;
    transition: all 1s ease-in-out;
}
#btn-to-top {
  /* background in theme color */
  background-color: var(--theme-color);
 
  left: 30px;
  opacity: 0;
  visibility: hidden;
}
#btn-to-top::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  line-height: 20px;
  color: #fff;
}
#btn-to-top:hover {
  cursor: pointer;
  background-color: #333;
}
#btn-to-top:active {
  background-color: #555;
}
#btn-to-top.show {
  opacity: 1;
  visibility: visible;
}
 
/* for desktop */
.whatsapp_float{
	
	right:25px;
	background-color:#0cd455;
}

.whatsapp_float:visited{
    color: white;
}

.whatsapp-icon {
	margin-top:7px;
    transition: all .5s ease-in-out;
}
.whatsapp_float:hover{
    color: white;
}
/* for mobile */
@media screen and (max-width: 767px){
    .whatsapp-icon {
    margin-top: 7px;
    margin-left: 2px;
    font-size: 30px;
    }
    .whatsapp_float{
      text-align: center;
      line-height: 1;
    }
    #btn-to-top,
    .whatsapp_float {
       width: 44px;
       height: 44px;
       bottom: 15px;
       right: 15px;
   }
  
}

#services,
#aboutUs{
  text-align: justify;
}

/* Styles for the content section */

.content {
  width: 77%;
  margin: 50px auto;
  font-family: 'Merriweather', serif;
  font-size: 17px;
  color: #6c767a;
  line-height: 1.9;
}
@media (min-width: 500px) {
  .content {
    width: 43%;
  }
  #button {
    margin: 30px;
  }
}
.content h1 {
  margin-bottom: -10px;
  color: #03a9f4;
  line-height: 1.5;
}
.content h3 {
  font-style: italic;
  color: #96a2a7;
}
/*****************************
CAREERS
*****************************/
.no-vacancies{
  font-size: 20px;
  width:60%;
  margin:auto; 
}

.no-vacancies a:hover{
  color: #2871cc;
}

@media screen and (max-width: 767px){
  .no-vacancies{
    width: 80%;
  }
}
  

/*****************************
SLIDER
*****************************/
.none-mobile-slider-img{
  display: block;
}
.mobile-slider-img{
  display: none;
}

@media screen and (max-width: 767px){
  .none-mobile-slider-img{
    display: none;
  }
  .mobile-slider-img{
    display: block;
  }
}

