::selection{background:#000;color:#fff;}
::-webkit-scrollbar {width: 8px;}
/* Track */
::-webkit-scrollbar-track {background:#fff;}
/* Handle */
::-webkit-scrollbar-thumb {background: #00ABE4;}
::-webkit-scrollbar-thumb:window-inactive {background: #00ABE4;}
body,html{padding:0px;margin:0px;height:100%;font-size: 15px;color: #000;font-family: "Montserrat", sans-serif;font-weight:400;}

.loader {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url('../images/loading.webp') 50% 50% no-repeat rgb(255, 255, 255, 1);
}
.fixed-top-own 
{
    animation: .75s ease-in-out 0s normal none 1 running fadeInDown;
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
	top:0;
	background-color:#fff !important;
	box-shadow: 0 .2rem 0.4rem rgba(0,0,0,.15)!important;
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 25px;
  right: 25px;
  z-index: 99;
  font-size: 18px;
  outline: none;
  cursor: pointer;
}


#whatsappBtn {
	display: block;
    position: fixed;
    bottom: 25px;
    left: 25px;
    z-index: 99;
    font-size: 30px;
    outline: none;
    cursor: pointer;
    color: #ffffff;
    background-color: #00abe4;
    padding: 6px 8px;
    border-radius: 5px;
}

.navbar
{
	z-index:5;
	flex-wrap: wrap !important;
	animation: .75s ease-in-out 0s normal none 1 running fadeInUp;
}
.navbar-expand-md .navbar-nav .nav-link
{
	font-size:14px;
	color:#202020;
}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link, .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover 
{
	color: #00ABE4;
}
.nav-link:focus, .nav-link:hover 
{
    color: #00ABE4;
}
.navbar-expand-md .navbar-nav .nav-link::after 
{
    display      : block;
    content      : '';
    border-bottom: solid 1px #00ABE4;
    transform    : scaleX(0);
    transition   : transform 300ms ease-in-out;
	margin-left: 0px !important;
    vertical-align: 0px !important;
    border-top: 0px;
    border-right: 0px;
    border-left: 0px;
}
.navbar-expand-md .navbar-nav .nav-link:hover::after 
{
    transform: scaleX(1);
}
.dropdown:hover .dropdown-menu 
{
    display: block;
	animation: .75s ease-in-out 0s normal none 1 running fadeInDown;
}
.dropdown-menu {
	padding: 0rem 0;
	border: 0px solid rgba(0,0,0,.15);
	box-shadow: 0 .2rem 0.4rem rgba(0,0,0,.15)!important;
}
.dropdown-item.active, .dropdown-item:active {background-color: #00ABE4;}
.dropdown-item {color: #202020;font-size:14px;}
.dropdown-item:focus, .dropdown-item:hover {color: #fff;background-color: #00ABE4;}
.dropdown-menu[data-bs-popper] {
    top: 100%;
    left: auto;
    margin-top: 0rem;
}



.myarrow:after 
{
    content: "";
    width: 30px;
    height: 2px;
    display: block;
    background: linear-gradient(to right, #00ABE4 , #00ABE4);
    margin: 4px 0px;
    display: inline-block;
    margin-left: 5px;
}
.myarrow7:after 
{
    content: "";
    width: 30px;
    height: 2px;
    display: block;
    background: linear-gradient(to right, #fff , #fff);
    margin: 4px 0px;
    display: inline-block;
    margin-left: 5px;
}
.myarrow1:before 
{
    content: "";
    width: 30px;
    height: 2px;
    display: block;
    background: linear-gradient(to right, #00ABE4 , #00ABE4);
    margin: 4px 0px;
    display: inline-block;
    margin-left: 5px;
}
.myarrow1:after 
{
    content: "";
    width: 30px;
    height: 2px;
    display: block;
    background: linear-gradient(to right, #00ABE4 , #00ABE4);
    margin: 4px 0px;
    display: inline-block;
    margin-right: 5px;
}




.theme-blue
{
	color:#00ABE4;
}
.theme-dark
{
	color:#000;
}
.theme-light
{
	color:#fff;
}
.bg-blue
{
	background-image: linear-gradient(to right, #00ABE4 , #00ABE4);
}
.bg-dark
{
	background-image: linear-gradient(to right, #333333 , #333333);
}
.bg-lightblue
{
	background-color: #E9F1FA;
}
.bg-light
{
	background-image: linear-gradient(to right, #fff , #fff);
}
.bg-lightdark {
    background-color: #585858;
}
.bg-lightwhite {
    background-color: rgb(255 255 255 / 70%);
}
.bg-offwhite {
    background-color: #F3F3F3;
}
.bg-shadow {
    background-color: #f1f9fd;
}
.bg-newblue {
    background-color: #002236;
}

.list-group-horizontal .list-group-item, .list-group-item 
{
	background-color: transparent; 
	border: 1px solid rgba(0, 0, 0, 0);
}
.inline-block
{
	display:inline-block;
}
.word-space
{
	letter-spacing:5px;
}

.btn-blue 
{
    border: none;
    background-size: 200%, 1px;
    transition: all 200ms linear 0ms;
    background-image: linear-gradient(90deg, #00ABE4 0%, #00ABE4 50%, #00ABE4);
    color: #fff;
    /*box-shadow: 0px 5px 10px 0px rgb(182 142 82 / 46%);*/
}
.btn-blue:hover 
{
    color: #ffffff;
    transition: all 200ms linear 0ms;
    background-position: 120%;
}
.btn-check:focus+.btn-blue, .btn-blue:focus 
{
    color: rgb(255 255 255 / 0%);
    background-position: 120%;
}
.btn-outline-blue {
    color: #00ABE4;
    border-color: #00ABE4;
}
.btn-outline-blue:hover {
    color: #000;
    background-color: #00ABE4;
    border-color: #00ABE4;
}
.btn-check:active+.btn-outline-blue, .btn-check:checked+.btn-outline-blue, .btn-outline-blue.active, .btn-outline-blue.dropdown-toggle.show, .btn-outline-blue:active {
    color: #000;
    background-color: #00ABE4;
    border-color: #00ABE4;
}
.btn-check:focus+.btn, .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 .25rem rgb(255 255 255 / 25%);
}


.list-group-item 
{
    padding: 0px;
    border: 1px solid rgb(0 0 0 / 0%);
}
.text-justify
{
	text-align:justify;
	text-justify: inter-word;
}
.text-center-justify
{
	text-align:justify;
	text-align-last:center;
	text-justify: inter-word;
}


.bg-footer a:hover{color:#00ABE4;}
.offcanvas-top a:hover{color:#fff;}
.c-pointer
{
	cursor:pointer;
}
.list-group-horizontal .list-group-item, .list-group-item 
{
	background-color: transparent; 
	border: 1px solid rgba(0, 0, 0, 0);
}
/*
.bg-menu
{
	background-image: url(../images/5.webp);
    height: auto;
    display: flex;
    align-items: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
*/

.bg-about
{
	background-color:#002236;
	background-image: url("../images/3.webp");
	height: auto;
	display: flex;
	align-items: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.bg-footer
{
	background-color:#000000;
	background-image: url("../images/footer-map.png");
	height: auto;
	display: flex;
	align-items: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.footerMain h5:after 
{
    content: "";
    width: 35px;
    height: 2px;
    display: block;
    background-color: #00ABE4;
    margin: 8px 2px;
}

.owl-prev, .owl-next
{
	width: 50px;
    height: 25px;
    position: absolute;
    display: block !important;
    border: 1px solid #fff !important;
    border-radius: 5% !important;
    color: #fff !important;
    font-size: 30px !important;
    opacity: 1 !important;
    font: revert !important;
    background: linear-gradient(to right, #FC2841 , #00ABE4) !important;
}
.owl-prev {bottom: -10%;left: 50px !important;}
.owl-next{right: 50px !important;bottom: -10%;}
.owl-prev i, .owl-next i {transform : scale(1,6); color: #ccc;}
.owl-theme .owl-nav [class*=owl-]:hover {	background: linear-gradient(to right, #fff , #fff) !important;border: 1px dashed #333 !important;color: #0022db !important;text-decoration: none;transition: 0.5s all;}
.owl-theme .owl-dots .owl-dot span {background: #333;}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {background: #707070;}


.breadcrumb-item.active {
    color: #ffffff;
}
.breadcrumb-item+.breadcrumb-item::before {
    float: left;
    padding-right: .5rem;
    color: #ffffff;
    content: var(--bs-breadcrumb-divider, "/");
}
.text-shadow{
	/*text-shadow: 0px 5px 10px 0px rgb(0 163 254 / 44%);*/
	text-shadow: 2px 2px #FF0000;
}


.carousel-caption {
    position: absolute;
    right: 10%;
    top: 100px;
    left: 10%;
    padding: 0px;
    color: #fff;
    text-align: left;
}



.servicesIconSection img
{
	width:40% !important;
}

.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: 100vh;
    max-height: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, .2);
    transform: translateY(-100%);
}

.btn-check:focus+.btn, .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 .25rem rgb(255 255 255 / 25%);
}
.carousel-control-next, .carousel-control-prev 
{
	background-color: #00ABE4;
	width:50px;
	height: 100px;
	margin: auto 0px;
}
.mt-custom
{
	margin-top:-100px;
	position:absolute;
	z-index:50;
}

.max-charecter3
{
	overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.max-charecter5
{
	overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}
.max-charecter6
{
	overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}
.border-gold
{
	border-color: #00ABE4 !important;
}



.form-floating>label {
    padding: 1rem 1.2rem;
}
.form-control 
{
    color: #212529;
    background-color: #f3f3f3;
    border: 1px solid #ffffff;
}
.form-control:focus {
    color: #212529;
    background-color: #f3f3f3;
    border: 1px solid #ffffff;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 0%);
}
.form-select {
    display: block;
    width: 100%;
    padding: .375rem 2.25rem .375rem .75rem;
    -moz-padding-start: calc(0.75rem - 3px);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #f3f3f3;
    border: 1px solid #ffffff;
}
.form-select:focus {
    border-color: #212529;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 0%)
}

/*******************  For Folding of Training Section  ****************/
.fold {
	background: linear-gradient(to left bottom, transparent 50%, rgba(0,0,0,.4) 0) no-repeat 100% 0 / 2em 2em, linear-gradient(-145deg, transparent 1.41em, #58a 0););
}
.sharp-fold {
	position: relative;
	background: linear-gradient(-150deg, transparent 1.5em, #f1f9fd 0);
	border-radius: .5em;
}
.sharp-fold::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	background: linear-gradient(to left bottom, transparent 50%, #00ABE4 0, #00ABE4) no-repeat 100% 0;
	width: 1.73em;
	height: 3em;
	transform: translateY(-1.3em) rotate(-30deg);
	transform-origin: bottom right;
	border-bottom-left-radius: inherit;
	box-shadow: -.2em .2em .3em -.1em rgba(0,0,0,.15);	
}
.sharp-foldred {
	position: relative;
	background: linear-gradient(-150deg, transparent 1.5em, #fdf1f1 0);
	border-radius: .5em;
}
.sharp-foldred::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	background: linear-gradient(to left bottom, transparent 50%, #FC2841 0, #00ABE4) no-repeat 100% 0;
	width: 1.73em;
	height: 3em;
	transform: translateY(-1.3em) rotate(-30deg);
	transform-origin: bottom right;
	border-bottom-left-radius: inherit;
	box-shadow: -.2em .2em .3em -.1em rgba(0,0,0,.15);	
}
/*********************  Projects On Hover Effect  ********************/




.carousel-item img
{
	animation: zoom-in-zoom-out 10s ease-out infinite;
}
@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.3, 1.3);
  }
  100% {
    transform: scale(1, 1);
  }
}



.wrap {
  * {
    transition: 0.2s;
  }

  overflow: hidden;

  img {
    position: relative;
  }

  .caption {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    color: #fff;
  }

  &:hover {
    img {
      transform: scale(1.5);
    }

    .caption {
      opacity: 1;
    }
  }
}


.flip-container {
	-webkit-perspective: 1000;
	background: transparent;
}
.flip-container:hover .flipper,
.flip-container.hover .flipper {
	-webkit-transform: rotateY(180deg);
}
.flip-container, .front, .back, .flip-container img {
	width: 100%;
	height: 275px;
}
.flipper {
	-webkit-transition: 1.5s;
	-webkit-transform-style: preserve-3d;
	position: relative;
}
.front, .back {
	-webkit-backface-visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
}
.front {
	z-index: 2;
}
.back {
	-webkit-transform: rotateY(180deg);
	background: rgb(255 255 255);
	border-left: 3px solid #00ABE4;
}



/*******************  Start Why Choose Us  ****************/

.whyChooseUs .item
{
	position: relative;
	width: 100%;
	max-width: 400px;
	margin: auto;
	overflow: hidden;
	cursor:pointer;
}
.content .content-overlay {
	background: rgb(0 25 38 / 48%);
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	opacity: 0;
	border-radius: 0.25rem!important;
	-webkit-transition: all 0.4s ease-in-out 0s;
	-moz-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s;
}

.content:hover .content-overlay{
	opacity: 1;
}

.content-image{
	width: 100%;
}

.content-details {
	position: absolute;
	text-align: center;
	padding-left: 2em;
	padding-right: 2em;
	width: 100%;
	top: 50%;
	left: 50%;
	opacity: 0;
	border-radius: 0.25rem!important;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}

.content:hover .content-details{
	top: 70%;
	left: 50%;
	opacity: 1;
}

.content-details h4{
	color: #abf329;
	font-weight: 500;
	margin-bottom: 0.3em;
	word-break: break-all;
}


.fadeIn-bottom{
	top: 80%;
}

/*******************  End Why Choose Us  ****************/








@media screen and (min-width: 768px) and (max-width: 1100px)
{ 

}

@media (min-width: 1200px)
{
	.container, .container-lg, .container-md, .container-sm, .container-xl 
	{
		max-width: 1240px;
	}
}


@media screen and (max-width: 520px)
{ 
	.navbar, .navbar-collapse{background-color:#fff !important;}
	.fixed-top-own {margin-top:0px;}
	.navbar-light .navbar-toggler {color: rgb(0 0 0 / 0%);border-color: rgb(0 0 0 / 0%);width: 10%;}
	.navbar-expand-md .navbar-nav .nav-link{font-size:14px;}
	.dropdown-menu {
		box-shadow: 0 0rem 0rem rgba(0,0,0,0)!important;
	}
	.navbar .navbar-brand .w-auto{
		width:75% !important;
	}
	.carousel-item img
	{
		height: 80vh;
		width:auto !important;
		display: flex!important;
		align-items: center;
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
		/*transform: translateX(-30%);*/
        margin-left: -175%;
	}
	.carousel-caption 
	{
		right: 7%;
		left: 7%;  
		top: 70px;
	}
	.carousel-caption h2{font-size:26px;}
	.carousel-caption p{font-size:16px;}
	.carousel-control-next, .carousel-control-prev {
		background-color: #00ABE4;
		width: 20px;
		height: 50px;
		margin: auto 0px;
	}
	.carousel-caption .my-5{
		margin:5px 0px !important;
	}
	.carousel-caption {
		right: 8%;
		bottom: 25px;
		left: 8%;
	}
	.offcanvas .text-end {
		text-align: center !important;
	}
	.flip-container, .front, .back, .flip-container img {
		width: 100%;
		height: 240px;
	}
}