	
/*for ipad*/
@media screen and (max-width: 1024px) {
   .menu-link {
     font-size: .7125rem;
   }
}
@media only screen   
and (min-width : 768px)   
and (max-width : 1024px) {
.swiper-slide-bg{
	background-size: contain!important;
	background-position:center center;
}
.bg1{
		margin-top: -256px!important;
	}
	.bg2{
		margin-top: -296px!important;
	}
	.bg3{
		background-position:center!important;
		margin-top: -256px!important;
	}
	.head3{
		margin-top: -426px!important
	}
	.bg4{
		margin-top: -260px!important
	}
	.head4{
		margin-top: -400px!important;
	}
	.bg5{
		background-position: center!important;
		margin-top: -260px!important;
	}
	.head5{
		margin-top: -400px!important;
	}
	.slider-arrow-left,
	.slider-arrow-right{
	top: 25%!important;
	}
	.video{
		margin-top: -466px!important;

	}
	.bc4{
		margin-top: -30px!important;
	}
	.rowf{
		margin-right: 24px!important;
	}
	
}

@media only screen   
and (min-width : 360px)   
and (max-width : 900px)  
and (orientation : landscape)
{
	.col-sm-6{
		flex: 0 0 18%;
	}
	.bc3{
		margin-top: -12px!important;
	}
	.bc4{
		margin-top: -12px!important;
	}
	.bce{
		margin-top: -70px!important;
	}
	.bc12{
		margin-top: -28px!important;
	}
	.bct{
		margin-top: -70px!important;
	}
	.bcf{
		margin-top: -50px!important;
	}
	.bcfi{
		margin-top: -40px!important;
	}
	.bcl{
		margin-top: 0px!important;
	}
	.back p{
		font-size: 14px!important;
		left: 30px!important;
		line-height: 20px!important;
		top: 16px!important;
	}
	.min-vh-60{
		min-height: 134vh!important;
	}
	.head1{
		margin-left: -40px!important;
	}
	.head1, p{
		font-size: 20px!important;
		line-height: 30px!important;
		margin-left: -40px!important;
	}
	.head2{
		margin-left: -40px!important;
	}
	.head2, p{
		font-size: 20px!important;
		line-height: 30px!important;
	}
	.head3{
		margin-left: -40px!important;
	}
	.head3, p{
		font-size: 20px!important;
		line-height: 30px!important;
	}
	.head4{
		margin-left: -40px!important;
	}
	.head4, p{
		font-size: 20px!important;
		line-height: 30px!important;
	}
	.head5{
		margin-left: -40px!important;
	}
	.head5, p{
		font-size: 20px!important;
		line-height: 30px!important;
	}
}
/*ipadx*/

@media only screen   
and (min-width : 375px)   
and (max-width : 812px)  
and (orientation : landscape)
{
	.swiper-slide-bg{
		background-size: cover!important;
	}
	.video{
		margin-top: 0px!important
	}
	.bg1{
		margin-top: 0px!important;
	}
	.bg2{
		margin-top: 0px!important;
	}
	.bg3{
		background-position:center!important;
		margin-top: 0px!important;
	}
	.head3{
		margin-top: 0px!important
	}
	.bg4{
		margin-top: 0px!important
	}
	.head4{
		margin-top: 0px!important;
	}
	.bg5{
		background-position: center!important;
		margin-top: 0px!important;
	}
	.head5{
		margin-top: 0px!important;
	}
	.col-sm-6{
		flex: 0 0 18%;
	}
	.bc3{
		margin-top: -12px!important;
	}
	.bc4{
		margin-top: -12px!important;
	}
	.bce{
		margin-top: -70px!important;
	}
	.bc12{
		margin-top: -28px!important;
	}
	.bct{
		margin-top: -70px!important;
	}
	.bcf{
		margin-top: -50px!important;
	}
	.bcfi{
		margin-top: -40px!important;
	}
	.bcl{
		margin-top: 0px!important;
	}
	.back p{
		font-size: 14px!important;
		left: 30px!important;
		line-height: 20px!important;
		top: 16px!important;
	}
	.min-vh-60{
		min-height: 134vh!important;
	}
	.head1{
		margin-left: -40px!important;
	}
	.head1, p{
		font-size: 20px!important;
		line-height: 30px!important;
		margin-left: -40px!important;
	}
	.head2{
		margin-left: -40px!important;
	}
	.head2, p{
		font-size: 20px!important;
		line-height: 30px!important;
	}
	.head3{
		margin-left: -40px!important;
	}
	.head3, p{
		font-size: 20px!important;
		line-height: 30px!important;
	}
	.head4{
		margin-left: -40px!important;
	}
	.head4, p{
		font-size: 20px!important;
		line-height: 30px!important;
	}
	.head5{
		margin-left: -40px!important;
	}
	.head5, p{
		font-size: 20px!important;
		line-height: 30px!important;
	}
}
@media screen and (max-width: 1024px) {
   .menu-link {
     font-size: .7125rem;
   }
}

	
	/* relevant styles */
.img__wrap {
  position: relative;
  width: 100%;
 
}

.img__description {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  color: #000;
  visibility: hidden;
  opacity: 0;
  padding: 8px;

  /* transition effect. not necessary */
  transition: opacity 1s, visibility 1s;
}

.img__wrap:hover .img__description {
  visibility: visible;
  opacity: 1;
  border: 1px solid #000;
  border-radius: 30px;
  margin-left: 7px;
/*  width: 288px;*/
 
}
@media only screen   
and (min-width : 360px)   
and (max-width : 640px)  
	/*@media(max-width: 500px)*/{
		.ssm{
			margin-bottom: 20px!important
		}
		.video{
			margin-left: 6px!important;
			margin-top: -60px!important
		}
		.imgs{
			margin-bottom: 10px!important;
			margin-left: -30px!important;
		}
		#logo a.standard-logo {
		/*display: none*/
		height: 50px!important
	}
		.btnn{
			margin-top: 20px!important
		}
		.swiper-slide-bg {
		background-size: contain!important;
		margin-top: -90px!important;
	}
	.bg1{
		margin-top: -164px!important;
	}
	.bg2{
		margin-top: -174px!important;
	}
	.bg3{
		background-position:center!important;
		margin-top: -160px!important;
	}
	.bg4{
		margin-top: -160px!important
	}
	.bg5{
		background-position: center!important;
		margin-top: -160px!important;
	}
	.slider-caption{
		margin-top: 10px;
	}
	.slider-arrow-left,
	.slider-arrow-right{
	top: 24%!important;
	}
	.slider-caption .p4{
		margin-top: 38px!important;
	}
	.swiper_wrapper{
		margin-bottom: 0px!important;
	}
	.head3 {
		margin-top: 190px!important;
	}

	.head4 {
		margin-top: 160px!important;
		font-size: 24px!important;
			line-height: 30px!important;
	}
	/*.head2{
		margin-top: 50px!important;
	}*/
	.p3{
		margin-top: 6px!important;
	}
	.min-vh-60{
		min-height: 74vh!important;
	}
	.head1{
		margin-top: 126px!important;
		margin-bottom: -16px!important
	}

		.ban{
			margin-top: 10px!important;
			
		}
		.ban1{
			margin-top:40px!important;
			
		}
		.swiper_wrapper .slider-caption p{
			display: inline-block!important;
			font-size: 19px!important;
			
		}
		.btn2{
			margin-top: -30px!important;
		}
		.btn3{
			margin-top: -38px!important;
		}
		.head1{
			font-size: 24px!important;
			line-height: 30px!important;
			
		}
		.head2{
			font-size: 24px!important;
			line-height: 30px!important;
			margin-top: 130px!important}
		.head3{
			font-size: 24px!important;
			line-height: 30px!important;
			}
			.p3{
				margin-bottom: -46px!important;
			
			}
			.col-sm-6{
				width: 50%!important;
			}
			.c4{
				margin-top: 0px!important;
			}
			.p1{
				line-height: 30px!important
			}
			.head5{
			font-size: 24px!important;
			line-height: 30px!important;
			margin-top:118px!important}
	}
.button {
  background-color: #1b0e3d;
  border: none;
  color: white;
  padding: 15px 22px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 6px 8px;
  cursor: pointer;
  border-radius: 10px;margin-top: 20px
}
.button:hover{
	background-color: #f19331;
}
.button1 {
  background-color: #fff;
  border: none;
  color: #000;
  padding: 15px 22px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 6px 8px;
  cursor: pointer;
  border-radius: 10px;margin-top: 20px;
  text-transform: uppercase!important;
  font-weight: bold;
}
.button1:hover{
	background-color: #53246c!important;
	color: #fff!important;
}
body{
	overflow-x: hidden;
}
.video{
	background: #fff;
	padding-top: 20px;
	margin-bottom:10px;
	border-radius: 30px;
	box-shadow: 0px 4px 4px 4px #ccc;


}
.feed {
    position: relative;
    z-index: 1;
}

.feed:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: url(images/feedback.jpg);
    opacity: .3;
}

.feed1{
	/outline: 1px solid #f19331;/
	border: 1px solid #f19331;
	border-radius: 50%;
	height: 150px;
	width: 150px;
	background:#88C3D8;
	opacity: 1;
	color: #fff;
}
.main-tabs .nav-item .nav-link.active {
    -webkit-box-shadow: 0px 5px 10px 0px rgba(3, 27, 78, 0.08);
     box-shadow: 0px 5px 10px 0px rgba(3, 27, 78, 0.08); 
}
.main-tabs .nav-item .nav-link {
    display: block;
    min-height: 114px;
    text-align: center;
    color: #7a7a7a;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    border-radius: 20px;
    border: 1px solid #e5e8ed;
   /* padding: 27px 10px 26px;*/
   margin-right: 40px;
    position: relative;
    background-color: #FFFFFF;
    padding-top: 10px;
}.main-tabs .nav-item .nav-link.active:before {
    opacity: 1;
    visibility: visible;
}
.main-tabs .nav-item .nav-link:before {
    position: absolute;
    content: "";
    bottom: -40px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 40px;
    width: 40px;
    border-top: solid #FFFFFF;
    border-left: solid transparent;
    border-right: solid transparent;
    border-width: 20px;
    -webkit-filter: drop-shadow(0 5px 3px rgba(3, 27, 78, 0.08));
    filter: drop-shadow(0 5px 3px rgba(3, 27, 78, 0.08));
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    opacity: 0;
    visibility: hidden;
}
.single-service-preview {
    border: 1px solid #f5f5f5;
    border-radius: 10px;
    background-color: white;
    -webkit-box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.06);
    /padding: 50px 80px;/
    margin-top: 40px
}
.feedp{
	 text-transform: capitalize!important;
	 font-size: 24px;
}
img.color_flip {
      filter: url(filters.svg#grayscale); /* Firefox 3.5+ */
      filter: gray; /* IE5+ */
      -webkit-filter: grayscale(1); /* Webkit Nightlies & Chrome Canary */
      -webkit-transition: all .5s ease-in-out;
    }

    img.color_flip:hover {
      filter: none;
      -webkit-filter: grayscale(0);
      -webkit-transform: scale(1.1);
    }

#more {display: none;}
@media (max-width: 500px) {
	.video{
	background: #fff;
	padding-top: 20px;
	margin-bottom:10px;
	border-radius: 30px;
	box-shadow: 0px 4px 4px 4px #ccc;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 20px;
}
.video .button {
	margin-left: 14px!important;
}
.d-lg-block{
	margin-top: -20px!important;
}
.client1{
	/*margin-left: 30px!important;*/
}
.cr2{
	margin-left: 0px!important;
}
.cr3{
	margin-left: 0px!important;
	padding-right: 10px!important;
}
.nav-item{
	margin-top: 30px;
	width: 100%!important;
}
.c8{
	margin-top: 24px!important;
}
.c17{
	margin-top: -18px!important;
}
.c19{
	margin-top: 10px!important;
}
.c20{
	margin-top: -10px!important;
	margin-left: 16px!important;
}
.bc3{
	margin-top: 14px!important;
}
.bc4{
	margin-top: -22px!important;
}
.bc6{
	height: 40px!important;
	width: auto!important;
}
.bc7{
	margin-top:10px!important;
	padding-right: 10px!important;
}
.bc8{
	width: auto!important;
}
.bc12{
	margin-top: -4px!important;
}
.bc16{
	margin-top: 10px!important;
}
.rowf{
	margin-left: 40px!important;
	margin-bottom: 20px!important;
}
}
/* simple */
		.flip-container {
			-webkit-perspective: 1000;
			-moz-perspective: 1000;
			-ms-perspective: 1000;
			perspective: 1000;

			-ms-transform: perspective(1000px);
			-moz-transform: perspective(1000px);
    			-moz-transform-style: preserve-3d; 
    			-ms-transform-style: preserve-3d; 

			/*border: 1px solid #ccc;*/
		}

			


			/* START: Accommodating for IE */
			.flip-container:hover .back, .flip-container.hover .back {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
}

.flip-container:hover .front, .flip-container.hover .front {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
		
		/* END: Accommodating for IE */

		.flip-container, .front, .back {
			width:206px!important;
			height: 200px!important;
		}

		.flipper {
			-webkit-transition: 0.6s;
			-webkit-transform-style: preserve-3d;
			-ms-transition: 0.6s;

			-moz-transition: 0.6s;
			-moz-transform: perspective(1000px);
			-moz-transform-style: preserve-3d;
			-ms-transform-style: preserve-3d;

			transition: 0.6s;
			transform-style: preserve-3d;

			position: relative;
		}

		.front, .back {
			-webkit-backface-visibility: hidden;
			-moz-backface-visibility: hidden;
			-ms-backface-visibility: hidden;
			backface-visibility: hidden;

		    -webkit-transition: 0.6s;
		    -webkit-transform-style: preserve-3d;
		    -webkit-transform: rotateY(0deg);

		    -moz-transition: 0.6s;
		    -moz-transform-style: preserve-3d;
		    -moz-transform: rotateY(0deg);

		    -o-transition: 0.6s;
		    -o-transform-style: preserve-3d;
		    -o-transform: rotateY(0deg);

		    -ms-transition: 0.6s;
		    -ms-transform-style: preserve-3d;
		    -ms-transform: rotateY(0deg);

		    transition: 0.6s;
		    transform-style: preserve-3d;
		    transform: rotateY(0deg);

			position: absolute;
			top: 0;
			left: 0;
		}

		.front {
			-webkit-transform: rotateY(0deg);
			-ms-transform: rotateY(0deg);
			/*background: lightgreen;*/
			z-index: 2;
		}

		.back {
			background: lightblue;
			-webkit-transform: rotateY(-180deg);
		    -moz-transform: rotateY(-180deg);
		    -o-transform: rotateY(-180deg);
		    -ms-transform: rotateY(-180deg);
		    transform: rotateY(-180deg);
		    border:1px solid #ccc;
		    border-radius: 46px
		}

		.front .name {
			font-size: 2em;
			display: inline-block;
			background: rgba(33, 33, 33, 0.9);
			color: #f8f8f8;
			font-family: Courier;
			padding: 5px 10px;
			border-radius: 5px;
			bottom: 60px;
			left: 25%;
			position: absolute;
			text-shadow: 0.1em 0.1em 0.05em #333;
			display: none;

			-webkit-transform: rotate(-20deg);
			-moz-transform: rotate(-20deg);
			-ms-transform: rotate(-20deg);
			transform: rotate(-20deg);
		}

		
		.back-title {
			font-weight: bold;
			color: #00304a;
			position: absolute;
			top: 180px;
			left: 0;
			right: 0;
			text-align: center;
			text-shadow: 0.1em 0.1em 0.05em #acd7e5;
			font-family: Courier;
			font-size: 22px;
		}

		.back p {
			position: absolute;
			/*bottom: 0px;*/
			left: 0;
			right: 0;
			text-align: center;
			padding: 0 20px;
			font-size: 14px;
			top: 4px;
		}