@charset "utf-8";
/* CSS Document */
	 @font-face 
	 {
		src:url(../fonts/Monotype%20Corsiva.ttf);
		font-family: myFirstFont;
	 }
	 body
     {
	    font-family: 'Montserrat Alternates', sans-serif;
		font-size:14px;
     }
	 .topstrip
	 {
		padding-top:15px;
		padding-bottom:15px; 
	 }
	 .headfix
	 {
		-webkit-transition: all .3s ease-in-out;
		transition: all .4s ease-in-out; 
	 }
	.tophead
	 {
		/*background-color: #154e9d;
		opacity:0.9;*/
		background-color: transparent;
		
		color:#fff;
		padding-top:30px;
		padding-bottom:2px;
		font-size:13px;
	    font-weight:300;
		position:absolute;
		z-index:999;
		width: 100%;
		
	}
	.innerbg
	{
	  background-color:#df3c8b;	
	  opacity:0.8;
	}
	.fixed-top .tophead
	 {
		 background-color:#df3c8b;
		 padding-top:0px;	
	 }
	 .fixed-top .tophead .innerbg
	 {
		 background-color:transparent;
	 }
 	.navbar-expand-lg .navbar-nav .nav-link {
			padding-right: 1.3rem;
			padding-left: 1.3rem;
			font-size: 16px;
			font-weight: 400;
			padding-top: 0.0rem;
			padding-bottom: 0.0rem;
			line-height: 0;
			text-transform: uppercase;
			letter-spacing: 0.5px;
		}
	 .navbar 
	 {
    	padding:0rem 0rem 0rem;
		float: right;
		margin-top: 35px;
	 }
	.navbar-expand-lg .navbar-nav .nav-item
	 {
		padding-top: 20px;
		padding-bottom: 22px;
		margin-right: 3px;
	 }
	.navbar-light .navbar-nav .nav-link 
	 {
	 	color:#fff;
	 }
	.navbar-light .navbar-nav .nav-link:focus,.navbar-light .navbar-nav .nav-link:hover 
	 {
	 	color:#fff;
	 }
	.navbar-light .navbar-nav .nav-item:focus,.navbar-light .navbar-nav .nav-item:hover 
	 {
	 	color:#fff;
	 	background-color:transparent;
	 }
	.navbar-light .navbar-nav .nav-item:focus .nav-link,.navbar-light .navbar-nav .nav-item:hover .nav-link {
	 	color:#fff;
	}
	.navbar-light .navbar-nav .nav-link.disabled 
	{
	 	color:rgba(0,0,0,.3)
	}
	.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 {
	    color:#fff;
	    background-color:transparent;
	}
	.navbar-light .navbar-nav .active
	{
		background-color:transparent;
	}
	.navbar-light .navbar-toggler {
	 	color:rgba(255,255,255);
	 	border-color:rgba(255,255,255);
		margin-top: 0px;
    	margin-bottom: 10px;
		font-size: 28px;
	}
	.la .las
	{
	color:#000;
	}
	.navbar-light .navbar-toggler-icon 
	{
	  	background-image: url(“data:image/svg+xml;charset=utf8,%3Csvg viewBox=’0 0 32 32' xmlns=’http://www.w3.org/2000/svg'%3E%3Cpath stroke=’rgba(255,102,203, 0.5)’ stroke-width=’2' stroke-linecap=’round’ stroke-miterlimit=’10' d=’M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E”);
	}
	.navbar-light .navbar-text {
	 	color:rgba(0,0,0,.5)
	}
   	.navbar-light.navbar-nav  > li:hover a
	{
		color: #cf0c0d  !important ;
		background-color: #fff;
	}
	.navbar-light .navbar-nav .dropdown-menu:hover dropdown-item
		{
			color:#fff ;
			background-color:#00913c;
		}	
		.navbar-light .navbar-nav .dropdown-menu .dropdown-item 
		{
			background-color:transparent;
			text-transform:uppercase;	
	 		display: block;
			font-size:12px;
			padding: .45rem 1.5rem;
			color: #000;
			font-weight: 500;
		}
		.navbar-light .navbar-nav .dropdown-menu .dropdown-item a
		{
			color: #000;
		}
	   .navbar-light .navbar-nav .dropdown-menu .dropdown-item a:focus,.navbar-light .navbar-nav .dropdown-menu .dropdown-item a:hover 
	   {
			color:#00bcdf;
			text-decoration: none;
			background-color: transparent;
		}
		 .navbar-light .navbar-nav .dropdown-menu > .active > .dropdown-item:focus, .navbar-light.navbar-nav  .dropdown-menu > .active > .dropdown-item:hover
		 {
			color:#00bcdf;
			text-decoration: none;
			background-color: transparent;
		 }
		
		
		.dropdown-menu
		{
			border: 0px solid #ccc;
			border: 0px solid rgba(0,0,0,.15);
		}
		.dropdown-menu {
			min-width: 200px;
			width: auto;
			border-radius: 2px;
			left: 0;
			top: 36px;
			right: auto;
			z-index:100;
			color: #fff !important;
			text-decoration: none;
			animation: smoothScroll1 0.5s forwards;
			padding: 0.2px 0 0;
		
			}
			@keyframes smoothScroll1 {
			0% {
				transform: translateY(40px);
			}
			100% {
				transform: translateY(0px);
			}
			}
			.dropdown-menu.animated {
			-webkit-animation-duration:0.3s;
			animation-duration:0.3s
			}
			.dropdown-menu.animated:before {
			content:" ";
			display:block;
			height:100%;
			left:0;
			position:absolute;
			top:0;
			width:100%;
			z-index:99
			}

		.navbar-nav > li > .dropdown-menu 
		{
			margin-top: 5px;
			border-top-left-radius: 0;
			border-top-right-radius: 0;
		}
		.dropdown-toggle::after 
		{
			display:none;
		}
		.dropdown:hover .dropdown-menu
		 {
			display: block;
		 }
		
		.btn-default {
			color: #df3c8b;
			background-color: #fff;
			border-color: #df3c8b;
			font-size: 20px;
			margin-top: 0px;
			padding: 12px 12px;
			line-height: 1;
			border-radius: 2px;
			font-weight:600;
			transition: none;
 			transition: background .6s, color .3s, border-color .3s;

		}
	   .btn-default:hover
	   {
			color: #fff;
			background-color: #df3c8b;
			border-color:#df3c8b;
			cursor: pointer;
	   }
	   .btn2:hover
	   {
			background-color: #eb6623;
	   }
	   .btn3:hover
	   {
			background-color: #fbcd21;
	   }
	.carousel-control{top:50%;}
		.carousel-control1 {
	
		left: 0%;
		position: absolute;
		z-index: 150;
		top: 50px;

		}
		.carousel-control {
			left: 0%;
			position:absolute;
			z-index:150;
			top:350px;
		}
		.la
		{
			color:#fff;
		}
	.carousel-fade .carousel-inner .item {
	   -webkit-transition-property: opacity;
	   transition-property: opacity;
	}
	.carousel-fade .carousel-inner .item,
	.carousel-fade .carousel-inner .active.left,
	.carousel-fade .carousel-inner .active.right {
	   opacity: 0;
	}
	.carousel-fade .carousel-inner .active,
	.carousel-fade .carousel-inner .next.left,
	.carousel-fade .carousel-inner .prev.right {
	   opacity: 1;
	}
	.carousel-fade .carousel-inner .next,
	.carousel-fade .carousel-inner .prev,
	.carousel-fade .carousel-inner .active.left,
	.carousel-fade .carousel-inner .active.right {
	   left: 0;
	   -webkit-transform: translate3d(0, 0, 0);
			  transform: translate3d(0, 0, 0);
	}
	.carousel-fade .carousel-control {
	    z-index: 2;
	}
			.arrowleft1 {
			width: 40px;
			height: 70px;
			background:url(../../images/arrowleft.jpg);
			border-radius: 0%;
			padding-top: 0.5%;
			margin-left: -4.5%;
			background-repeat:no-repeat;
			font-size: 25px;
			}
			.arrowright1 {
		
			width: 40px;
			height: 70px;
			background:url(../../images/arrowlright.jpg);
			border-radius: 0%;
			padding-top: 0.5%;
			margin-left: 101%;
			background-color: rgba(0,0,0,0.3);
			font-size: 25px;
			background-repeat:no-repeat;
		}


		.arrowleft
		{
			width: 45px;
			height: 45px;
			border: 1px solid rgba(0,0,0,0.3);
			border-radius: 0%;
			padding-top: 0.5%;
			margin-left: 3.5%;
			background-color: rgba(0,0,0,0.3);
			font-size:26px;
			color:#fff;
			padding-left: 10px;
		}
		.arrowright
		{
			width: 45px;
			height: 45px;
			border: 1px solid rgba(0,0,0,0.3);
			border-radius: 0%;
			padding-top: 0.5%;
			margin-left: 92.5%;
			background-color: rgba(0,0,0,0.3);
			font-size:26px;
			color:#fff;
			padding-left: 10px;
		}
		.arrowright:hover:after{
			color:#df3c8b;
			-webkit-animation: nextArrow 0.3s forwards;
			-moz-animation: nextArrow 0.3s forwards;
			animation: nextArrow 0.3s forwards;
		}
		.arrowleft:hover:after{
			color:#df3c8b;
			-webkit-animation: prevArrow 0.3s forwards;
			-moz-animation: prevArrow 0.3s forwards;
			animation: prevArrow 0.3s forwards;
		}
		.arrowright:hover,
		.arrowleft:hover{
			color:#df3c8b;	
			background:none /*rgba(0, 0, 0, 0) linear-gradient(to right, #0e419a 0%, #2b70be 100%) repeat scroll 0 0*/;
			-webkit-box-shadow: 0 0 0 0.25em rgba(255,255,255,0.3);
			-moz-box-shadow: 0 0 0 0.25em rgba(255,255,255,0.3);
			box-shadow: 0 0 0 0.25em rgba(255,255,255,0.3);
		}
		
		@-webkit-keyframes nextArrow {
			49% { -webkit-transform: translate(100%); }
			50% { opacity: 0; -webkit-transform: translate(-100%); }
			51% { opacity: 1; }
		}
		@-moz-keyframes nextArrow {
			49% { -moz-transform: translate(100%); }
			50% { opacity: 0; -moz-transform: translate(-100%); }
			51% { opacity: 1; }
		}
		@keyframes nextArrow {
			49% { transform: translate(100%); }
			50% { opacity: 0; transform: translate(-100%); }
			51% { opacity: 1; }
		}
		
		@-webkit-keyframes prevArrow {
			49% { -webkit-transform: translate(-100%); }
			50% { opacity: 0; -webkit-transform: translate(100%); }
			51% { opacity: 1; }
		}
		@-moz-keyframes prevArrow {
			49% { -moz-transform: translate(-100%); }
			50% { opacity: 0; -moz-transform: translate(100%); }
			51% { opacity: 1; }
		}
		@keyframes prevArrow {
			49% { transform: translate(-100%); }
			50% { opacity: 0; transform: translate(100%); }
			51% { opacity: 1; }
		}
	.captionway {
	
		position: absolute;
		top:715px;
		z-index: 999;
		display: inline-block;
		text-align: left;
		color: #fff;
		background-color: #154e9d;
		width: 100%;
		padding: 0px 15px 15px;
	}
	.captionway h1
	{
		font-size:20px; 
		font-weight:bold;
		margin-bottom:8px;
		margin-top:2px;
		line-height: 1.1;
		color:#fff;
		text-align:center;
		padding-bottom:15px;
		border-bottom:4px solid #3a6eac;
		letter-spacing: 1.5px;
	}
	.captionway h3
	{ 
	   font-size:22px;
	   color:color: #fff;
	   font-weight:500;
	   line-height: 24px;
	   text-align:center;
   }
   .captionway p
   { 
	   font-size:22px;
    }
	.captionway h5
	{ 
	   font-size:25px;
	}
	.captionway1 {
		position: absolute;
		top:350px;
		left: 0px;
		z-index: 999;
		display: inline-block;
		text-align: center;
		color: #fff;
		width: 100%;
		padding: 15px;
	}
	.captionway1 h3
	{
		font-size:30px; 
		font-weight:bold;
		margin-bottom:0px;
		margin-top:0px;
		line-height: 35px;
		color:#154e9b;
		text-align:center;
		padding-bottom:5px;
	    letter-spacing: 1px;
		
	}
	.captionway1 h4 {

    font-size: 24px;
    color: #fff;
    font-weight: 400;
    line-height: 30px;
    text-align: center;
    padding-bottom: 0px;
    letter-spacing: 1.5px;

}
		
	.captionway1 p
	{ 
	   font-size:26px;
	   text-align:left;
	   font-weight:400;
	   line-height: 35px;
	   font-style:italic;
	   margin-bottom:5px;
	   color:#000;
	   text-align:center;
	   letter-spacing:1.5px;
	}
	.captionway1 h6 {

    font-size: 20px;
    text-align: center;
    font-weight: 600;
    line-height: 26px;
    margin-bottom: 15px;
    color: #fff;
    letter-spacing: 1px;
	word-spacing:0.5px;

}
	.arrow-down {
	  width: 0; 
	  height: 0; 
	  border-left: 40px solid transparent;
	  border-right: 40px solid transparent;
	  margin-left:47%;
	  border-top: 40px solid #f8faf7;
	}	
	
	.feturebg {
    background-color: #f8f8f8;
    padding-top: 0px;
    padding-bottom: 15px;
	margin-top:10px;
    color: #fff;
	}
	.feturebg h4
	{
		font-size: 40px;
		font-weight: 700;
		margin-bottom: 30px;
		margin-top: 0px;
		line-height: 1.3;
		color: #000;
		letter-spacing: 1px;
	}
	.feturebg h4 span {
		font-weight: 600;
		color: #000;
		padding-bottom: 10px;
		border-bottom: 3px solid #df3c8b;
	}
	.feturebg h2 {

    font-size: 36px;
    font-weight: 500;
    margin-bottom: 20px;
    margin-top: 15px;
    line-height: 1.2;
    color: #000;
    text-align: center;
    letter-spacing: 1px;
	}
	
	.feturebg h5 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 5px;
    margin-top: 20px;
    line-height: 1.2;
    color: #df3c8b;
    letter-spacing: 0.5px;
	}
	.feturebg  a {
		 color: #df3c8b;
	}
	.feturebg  a:hover 
	{
		 color: #df3c8b;
		 text-decoration:underline;
	}
	.feturebg p {
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 15px;
	margin-top: 5px;
	line-height: 1.5;
	color: #191919;
	word-spacing: 0px;
	letter-spacing: 0.6px;
	}

	.feturebg i
	{
		width:80px;
		height:80px;
		background-color:transparent;
		border:3px solid #fff;
		border-radius:50%;
		text-align:center;
		vertical-align:middle;
		padding-top: 15px;
	}
	.feturebg i:hover
	{
	  cursor:pointer;
	  background-color:#000;
	  border:1px solid #000;
	}
	.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
    text-transform: uppercase;
    font-weight: 600;
    color: #df3c8b;
    letter-spacing: 2px;
	}
	
	.modal-body p {
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 15px;
	margin-top: 15px;
	line-height: 1.7;
	color: #191919;
	word-spacing: 0px;
	letter-spacing: 0.6px;
	}

     .touchover:hover i 
	 {
	  cursor:pointer;
	  background-color:#000;
	  border:1px solid #000; 
	 }
   .captionwayimg {
    position: absolute;
    top: 200px;
    left: 24px;
    z-index: 999;
    display: inline-block;
    text-align: left;
    color: #fff;
    background-color: rgba(255,255,255,0.6);
    width: 275px;
    padding: 5px;
	}
	 .captionwayimg h2 {
		font-size: 30px !important;
		font-weight: bold;
		margin-bottom: 5px !important;
		margin-top: 5px !important;
		line-height: 1;
		color: #a70119;
		text-align: center; 
		font-family: myFirstFont;
	 }
	 .listitem ul
	 {
		margin-left:-30px !important; 
	 }
	 .listitem ul li
	 {
		list-style:none !important;
		font-size: 16px !important;
		font-weight: 400 !important;
		margin-bottom: 5px !important;
		line-height: 1.38 !important;
		color: #191919 !important;
		word-spacing: 0.3px !important;
		
	 }
	 .listcon ul li 
	 {
		 height:50px ;
		 margin-bottom:10px !important;
	 }
	 .listcon ul li span
	 {
		 font-size:12px;
	 }
	 .listitem h6
	 {
		 color: #cea553;
		 margin-left:10px;
		 margin-top:5px;
		 font-size:18px;
	 }
		.aboutcontain
		{
		 padding-top:25px;
		 padding-bottom:25px;	
		 background-color: #fdfdfd;
			
		}
		.aboutcontain h1 {
			font-size: 30px;
			font-weight: 400;
			margin-bottom: 10px;
			margin-top: 10px;
			line-height: 1.3;
			color: #000;
		}
		.aboutcontain h2
		{
		  color: #df3c8b; 
		  font-weight:600; 
		  font-size:28px;
		}
        .aboutcontain .aboutimge 
			{
				margin-top: 50px;
			}
		.aboutcontain h4
		{
			font-size: 40px;
			font-weight: 700;
			margin-bottom: 40px;
			margin-top: 0px;
			line-height: 1.3;
			color: #000;
			letter-spacing: 1px;
		}
		.aboutcontain h4 span {
			font-weight: 700;
			color: #df3c8b;
			padding-bottom: 10px;
			border-bottom: 3px solid #df3c8b;
		}
		.aboutcontain p {
		font-size: 16px;
		font-weight: 400;
		margin-bottom: 15px;
		margin-top: 5px;
		line-height: 1.7;
		color: #191919;
		word-spacing: 0px;
		letter-spacing: 0.6px;
		}
		.aboutcontain ul 
		{
			margin-left:-10px;
		}
		.aboutcontain ul li
		{
			font-size:16px; 
			font-weight:400;
			margin-bottom:5px;
			line-height: 1.6;
			color:#191919;
			word-spacing:0.3px;
			list-style:url(../../images/arrow-27-14.png);
			letter-spacing: 0.6px;
		}
		.progallery
		{
			padding-top:20px;
			padding-bottom:30px;
		}
		.progallery h2
		{
			font-size: 40px;
			font-weight: 700;
			margin-bottom: 15px;
			margin-top: 15px;
			line-height: 1.3;
			color: #000;
			letter-spacing: 1px;
			text-align:center;
		}
		.headbottomline1 {

		content: '';
		height: 2px;
		width: 240px;
		margin-bottom: 40px;
		background-image: -webkit-linear-gradient(0deg, #00bcdf 50%,#00bcdf 50%);
		background-image: -moz-linear-gradient(0deg, #00bcdf 50%,#00bcdf 50%);
		background-image: background-image: -o-linear-gradient(0deg, #00bcdf 50%,#00bcdf 50%);
	
		}

		.feture
		{
			font-size:15px; 
			font-weight:300;
			margin-bottom:5px;
			margin-top:10px;
			color:#191919;
			 
		}
		.feture .fa
		{
			color:#cea553;
			font-size: 15px;
		}
		
		
		#breadcrumb_wrapper {
		width: 100%;
		padding: 50px 0 0px 0px;
		text-align:right;
		color: #fff;
		padding-left:40px;
	   
		}
	   div#breadcrumb_wrapper h2 {
		text-transform: uppercase;
		font-size: 45px;
		letter-spacing:0.5px;
		margin-bottom: 5px;
		font-family: myFirstFont;
		color:#fff;
		font-weight: 500;
	   }
	   div#breadcrumb_wrapper h6 {
		color: #fff;
		font-style: normal;
		font-size: 20px;
		font-weight: 500;
		letter-spacing: 2px;
		font-family: myFirstFont;
	   }
	   div#breadcrumb_wrapper h6 a
	   {
		color: #ffdd00;
		font-style: normal;
		font-size: 20px;
		font-weight: 400;
		letter-spacing: 2px;
	   }
	  
		.contact-form 
		{
			padding: 0px 0;
			margin-bottom:20px;
		}
		.contact-form input[type="text"] 
		{
			display: inline-block;
			background: none;
			border: 1px solid #A3A1A1;
			width: 49%;
			margin: 0 5px 20px 0;
			outline: none;
			font-size: 16px;
			color: #747577;
			font-weight: 500;
			padding: 10px 15px 10px 15px;
			float: left;
			height: 45px;		
		}
		.contact-form input[type="email"] 
		{
			display: inline-block;
			background: none;
			border: 1px solid #A3A1A1;
			width: 49% ;
			margin: 0 5px 20px 0px;
			outline: none;
			font-size: 16px;
			color: #747577;
			font-weight: 500;
			padding: 10px 15px 10px 15px;
			height: 45px;
		}
		.contact-form textarea 
		{	
			background: none;
			border: 1px solid #A3A1A1;
			width: 99%;
			display: block;
			height: 110px !important;
			outline: none;
			font-size: 16px;
			color: #747577;
			font-weight: 500;
			padding: 10px 15px 10px 15px;
		
		}
		.contact-form input[type="submit"]
		{
			background: #fff ;
			border: 1px solid #df3c8b ;
			padding: 10px 0;
			width: 140px;
			margin-top: 20px;
			font-size: 16px;
			color: #df3c8b;
			font-weight: 600;
			letter-spacing: 2px;
			outline: none;
			transition: .5s all;
			margin-bottom:20px;
		}
		.contact-form input[type="submit"]:hover{
			color:#fff ;
			background: #df3c8b;
		}
		select.form-control:not([size]):not([multiple])
		 {
			height: calc(2.25rem + 8px);
		}
		.contact-form select
		{
			width: 49%;
			margin: 0 5px 20px 0;
			background: none;
			border: 1px solid #A3A1A1;
			outline: none;
			font-size: 16px;
			color: #747577;
			font-weight: 500;
			padding: 8px 15px 10px 15px;
			
		}
		.address h4 
		{
			margin: 0 0 20px 0;
			color: #6bb5b6;
			font-size: 26px;
			font-weight: 600;
			letter-spacing: 0.5px;
			text-align:left;
		}
		.address p 
		{
			text-align: left;
			letter-spacing: 1px;
			font-size: 14.5px;
			line-height: 28px;
			color: #333;
			font-weight: 300;
			margin: 20px 0 20px;
		}
		.address {
			margin-top: 2px;
		}
		.address p 
		{
			text-align: left;
			font-size: 18px;
			line-height: 28px !important;
			color:#191919;
			font-weight: 300;
			margin: 10px 0 6px;
			letter-spacing: 1px;
		}
		.address p i 
		{
			color: #df3c8b;
			font-size: 20px;
		}
		
		.address a 
		{
			color: #606060;
		}
		.address a:hover 
		{
			color: #df3c8b;
		}
		.address .companyname	
		{
			margin-bottom: 10px;
			font-size: 42px;
			font-weight: 600;
			color:#000;
		}
		 .form-control
		{
			padding:6px 15px;
			border-radius: 4px;
   			height: 40px;
		}
		.form-control:focus 
		{
			border-color:#df3c8b !important;
			outline: 0;
			-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(223, 60, 139,.95);
			box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(223, 60, 139,.95);
		}
		.google-maps 
		{
			position: relative;
			padding-bottom: 35%; // This is the aspect ratio
			height: 0;
			overflow: hidden;
			margin-top:15px;
			margin-bottom:15px;
		}
		.google-maps iframe 
		{
			position: absolute;
			top: 0;
			left: 0;
			width: 100% !important;
			height: 100% !important;
		}
		.divider 
		{
		background-repeat: repeat;
		background-position: center center;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		display: block;
		position: relative;
		overflow: hidden;
		width: 100%;
		}
		.parallax
		{
		width: 100%;
		height: 100%;
		margin: 0 auto;
		
		background-position: top center;
		padding-top:75px;
		}
		.breadcrumb > li {
			display: inline-block;
			color:#fff;
			font-weight:500;
			font-size:16px;
		}
		.breadcrumb > li  a{
			
			color:#00bcdf;
			font-weight:500;
		}
		.inner-header .title {
			font-size: 36px;
			color:#fff;
			padding-top: 20px;
		}
		.layer-overlay .overlay-white-8 {
			background-color:  rgba(255, 255, 255, 0.8);
		}
		.layer-overlay::before {
			background: rgba(123, 123, 123, 0.41) none repeat scroll 0 0;
			background-color: rgba(72, 72, 72, 0.36);
			content: " ";
			height: 100%;
			left: 0;
			position: absolute;
			top: 0;
			width: 100%;
			z-index: 0;
		}
		.mt-10 {
			margin-top: 10px !important;
		}
		
		.text-black {
			color: 
			#000 !important;
		}
		.breadcrumb 
		{
			padding: 2px 15px;
				padding-left: 15px;
			margin-bottom: 20px;
			list-style: none;
			background-color: transparent;
			border-radius: 4px;
		}
		.companydet
		{
			padding-top: 40px;
			padding-bottom: 20px;
			background-color: #fff;
		}
		.companydet h4 {
			font-size: 40px;
			font-weight: 700;
			margin-bottom: 30px;
			margin-top: 0px;
			line-height: 1.3;
			color: #000;
			letter-spacing: 1px;
		}
		.companydet h4 span {
				font-weight: 700;
				color: #df3c8b;
				padding-bottom: 10px;
				border-bottom: 3px solid #df3c8b;
			}
			  .panel-widget-style {
			padding: 12px 12px 12px 12px;
		}
		 .shadow-1 
		{
		  margin-bottom: 5px;
		  box-shadow: 4px 7px 8px rgba(0, 0, 0, 0.15);
		  background-color: #fff; 
		  }
		   .shadow-1 img 
		{
			width:100%;
		}
		  .companydet p
		{
			font-size: 16px;
			line-height: 25px;
			font-weight: 400;
			color:#606060;
			margin-bottom: 2px;
			
		}
		.companydet ul
		{
			margin-left:-20px;
			margin-bottom:5px;
		}
		.companydet ul li
		{
			font-size: 16px;
			line-height: 20px;
			font-weight: 400;
			color:#606060;
			list-style:url(../../images/iconcircle.png);
			padding-top:5px;
			text-transform:capitalize;
			padding-bottom: 5px;
			margin-right: 20px;
			}		
			.img-wrapper {
		  /*	display: inline-block; */
			overflow: hidden;
			border: 0px solid #ccc;
			background-color:#fff;
			 }
		
			.img-wrapper img {
				-webkit-transition: all .8s ease;
				-moz-transition: all .8s ease;
				-ms-transition: all .8s ease;
				-o-transition: all .8s ease;
				transition: all .8s ease;
				vertical-align: middle;
			}
			
			.img-wrapper img:hover {
				-webkit-transform:scale(1.2); /* Safari and Chrome */
				-moz-transform:scale(1.2); /* Firefox */
				-ms-transform:scale(1.2); /* IE 9 */
				-o-transform:scale(1.2); /* Opera */
				transform:scale(1.2);
				cursor:pointer;
				
			}
			.imghover:hover .img-wrapper img {
				-webkit-transform:scale(1.2); /* Safari and Chrome */
				-moz-transform:scale(1.2); /* Firefox */
				-ms-transform:scale(1.2); /* IE 9 */
				-o-transform:scale(1.2); /* Opera */
				transform:scale(1.2);
				cursor:pointer;
				
			}
		.modal-open .modal {
		
			z-index: 9999;
		}
			.footerbg
		{
		  background-color:#142e53;
		  padding-top:0px;
		  padding-bottom:20px;
		  color: #fcfcfc;
		  margin-top:20px;
		  
		}
		
		.footerbg p {
		
			font-size: 16px;
			font-weight: 500;
			margin-bottom: 5px;
			margin-top: 10px;
			line-height: 1.6;
			color: #aaa;
			word-spacing: 0.3px;
		}
		
		.footerbg h2 {
		font-size: 24px;
		font-weight: 500;
		margin-bottom: 25px;
		margin-top: 30px;
		line-height: 1.2;
		color: #fff;
		text-align: center;
		letter-spacing: 1px;
		}
		
		.footerbg h5 {
		font-size: 22px;
		font-weight: 400;
		margin-bottom:10px;
		margin-top: 10px;
		line-height: 1.2;
		color: #fff;
		text-align: center;
		letter-spacing: 0.5px;
		}
		.footerbg h5 a{
		  color: #fff;
		}
		.footerbg h5 a:hover
		{
			color:#df3c8b;
		}
		.footerbg h3 {
		font-size: 30px;
		font-weight: 600;
		margin-bottom: 10px;
		margin-top: 10px;
		line-height: 1.2;
		color: #fff;
		text-align: center;
		letter-spacing: 1px;
		}
		.footerbg h3:hover
		{
			color:#df3c8b;
		}
		.footerbg i {
			width: 50px;
			height: 50px;
			border-radius: 50%;
			border: 1px solid #df3c8b;
			color: #fff;
			font-size: 28px;
			background-color: #df3c8b;
			text-align: center;
			padding-top: 10px;
			vertical-align: middle;
			margin-right: 10px;
		}
		.bottombg
		{
		  background-color:#df3c8b;
		  padding-top:10px;
		  padding-bottom:10px;
		  color: #aaa;
		  
		}
		.bottombg .navbar-expand-lg .navbar-nav .nav-link {
			padding-right: 0.8rem;
			padding-left: 0.8rem;
			font-size: 13px;
			font-weight: 500;
		}
			.image {
		  opacity: 1;
		  display: block;
		  transition: .5s ease;
		}
	
	.overlay {
	  transition: .5s ease;
	  opacity: 0;
	  position: absolute;
	  top: 50%;
	  left: 50%;
	  transform: translate(-50%, -50%);
	  -ms-transform: translate(-50%, -50%);
	  text-align: center;
	}
	.overlay h2
	{
		color: #8d0c10;
	}
	.hoverimg:hover .image {
	  opacity: 0.4;
	  background-color:(000,000,000,0.3)
	  
	}
	
	.hoverimg:hover .overlay {
	  opacity: 1;
	}
	
	.text {
	  background-color: #4CAF50;
	  color: white;
	  font-size: 16px;
	  padding: 16px 32px;
	}
	  
		.gallerypage {
			padding-top: 25px;
			padding-bottom: 25px;
		}
		.specilcon
		{
			margin-top:30px;
		}
		
		.specilcon .specialimg
		{
			width:380px;
			border:3px solid #cea553;
		}
		.specilcon .specialimg img
		{
			border:3px solid #fff;
			padding:3px;
			margin-top: 0px;
			margin-bottom: 0px;
		}
		.specilcon
		{
			margin-top:30px;
		}
		
		.specilcon .specialimg1
		{
			width:515px;
			border:3px solid #cea553;
		}
		.specilcon .specialimg1 img
		{
			border:3px solid #fff;
			padding:3px;
			margin-top: 0px;
			margin-bottom: 0px;
		}
		.purevag
		{
		   width:32px; 
		   height:32px; 
		   margin-top: 14px !important;
		   margin-bottom: 0px !important;
		   margin-left: 5px;	
		}
		.purevag1
		{
		   width:35px; 
		   height:35px;
		   margin-top: 4px !important;
		   margin-bottom: 0px !important;
		   margin-left: 5px;
		}
		hr {
			display:none;
			margin-top: 0.5rem;
			margin-bottom: 0.5rem;
			border: 0;
				border-top-color: currentcolor;
				border-top-style: none;
				border-top-width: 0px;
			border-top: 1px solid rgba(255,255,255,.3);
		}
		.footpowerd a
		{
			font-size:18px;
			color:#cea553;
		}
		.footpowerd span
		{
			font-size:18px;
		
		}
		.countpart h3
		 { 
			font-size:65px;
			color:#000;
			font-weight:300;
			text-align:center;
			margin-bottom: 0px;
		 }
		 .countpart h3 span
		 {
			 color:#000;
			 font-size:65px;
			 font-weight:300;
		 }
		 .sidetext
		 { 
			font-size: 18px !important;
			color: #676767 !important;
			font-weight: 300;
			line-height: 15px !important;
			vertical-align: bottom;
			padding-top: 0px;
			text-align:center;
			
		 }
		 .galleryphoto .innerset img
		 {
			 width:175px;
			 height:190px;
		 }
		
	@media (min-width: 320px) and (max-width: 480px) 
	{
		.pull-right 
		{
		  float: none;
		}
	
		 .navbar 
		 {
			
			float: none;
			margin-top:0px;
		 }
		.contact-form1 input[type="email"] 
		{
		width: 100%;
		}
		.contact-form1 input[type="text"] 
		{
		width: 100%;
		}
		.pageimage img
		{
			height:220px;
		}
		 .tophead {
			position: inherit;
			padding-top: 0px;
			background-color:#df3c8b;
		}
		.captionway1 {
			top: 115px;
			
		}
		.captionway1 p {
		font-size: 14px;
		line-height: 18px;
		}
	
		.captionway1 h4 {
		font-size: 13px;
		line-height: 18px;
		padding-bottom:0px;
		}
		.captionway1 h3 {
			font-size: 14px;
			font-weight: bold;
			margin-bottom: 0px;
			margin-top: 0px;
			line-height: 14px;
			padding-bottom: 3px;
		}
		.captionway1 h6 {
			font-size: 13px;
			font-weight: 600;
			line-height: 10px;
			margin-bottom: 0px;
		}
		.captionway1 img
		{
			width:80px;
		}
		.captionway {
   		 position: inherit;
		}
		.captionway h3 {
        font-size: 18px;
		}
		.arrow-down {
		margin-left: 40%;
		padding-bottom: 15px;
		}
		.aboutcontain h4 {
			font-size: 28px;
			text-align: center;
			margin-top: 20px;
		}
		.aboutcontain h1 {
			font-size: 18px;
			line-height: 1.4;
			text-align: center;
			margin-top: 5px;
		}
		.aboutcontain p {
		font-size: 13px;
		text-align: center;
		}
		.aboutcontain {
		padding-top: 0px;
		}
		.feturebg h2 {
		font-size: 30px;
		}
		.feturebg h4 {
		font-size: 28px;
		text-align:center;
		}
		.feturebg p {
		text-align:center;
		}
		.feturebg h5 {
			text-align:center;
		}
		
		.progallery h2
		{
		   font-size: 25px;
		}
		.footerbg h2 {
			font-size: 20px;
			margin-bottom: 25px;
		}
		.footerbg h3 {
		    text-align:center;
			font-size: 30px;
		}
		.footerbg h5 {
   			 font-size: 16px;
		}
		.footerbg h4 {
			text-align:center;
		}
		.footerbg p {
			font-size: 13px;
			margin-bottom: 15px;
			text-align: center;
		}
		.footer-detail span {
         font-size: 12px;
		}
		.footcontact a {
			font-size: 13px;
		}
		.mt-4 {
        margin-top: 0rem !important;
		text-align:center;
       }
	   .footcontact {
			text-align: center;
			margin-bottom: 15px;
		}
	   .companydet p {
			text-align: center;
		}
		.companydet h4
		{
			text-align: center;
		}
		.companydet h2
		{
			text-align: center;
		}
		.companydet ul li 
		{
			margin-left: 35%;	
	    }
		.galleryphoto .innerset img 
		{
			width: 115px;
			height: 115px;
		}
		.navbar-nav > li > .dropdown-menu {
  		  margin-top: 15px;
		}
		.arrowleft {
		padding-top: 2%;
		margin-left: 3.5%;
		}
		.arrowright 
		{
		padding-top: 2%;
		margin-left: 86%;
		}
		.carousel-control {
			top: 80px;
		}
		.arrowright1 {
		margin-left: 89%;
		}
		.arrowleft1 {
		margin-left: -0.5%;
		}
		.carousel-control1 {
			top: 60px;
		}
		.carousel-indicators {
			bottom: -10px;
		}
		.btn-default {
			font-size: 16px;
			margin-top: 3px;
			padding: 10px 10px;
			line-height: 1;
			border-radius: 2px;
		}
		.contact-form input[type="text"] 
		{
			width: 100% ;
		}
		.contact-form input[type="email"] 
		{
			width: 100% ;
		}
		.contact-form textarea 
		{	
		  width: 100% ;
		}
		.contact-form select {
		  
		  width: 100%;
		}
		.contact-form h2
		{
			font-size:28px;
		}
		.modal-body p {
			text-align:center;
		}
		.modal-title {
		font-size: 18px;
		text-align: center;
		}
	}
	@media screen and (min-device-width: 320px) and (max-device-width: 480px) and (orientation : landscape)
	{
		.contact-form1 input[type="email"] 
		{
			width: 100%;
		}
		.contact-form1 input[type="text"] 
		{
			width: 100%;
		}
		.pull-right 
		{
		  float: none;
		}
	
		 .navbar 
		 {
			
			float: none;
			margin-top:0px;
		 }
		 .tophead {
			position: inherit;
			padding-top: 0px;
			background-color:#df3c8b;
		}
		.captionway1 {
			top: 10px;
			
		}
		.captionway1 p {
		font-size: 14px;
		line-height: 18px;
		}
	
		.captionway1 h4 {
		font-size: 13px;
		line-height: 18px;
		padding-bottom:0px;
		}
		.captionway1 h3 {
			font-size: 14px;
			font-weight: bold;
			margin-bottom: 0px;
			margin-top: 0px;
			line-height: 18px;
			padding-bottom: 5px;
		}
		.captionway1 h6 {
		font-size: 14px;
		font-weight: 600;
		line-height: 15px;
		margin-bottom: 0px;
		}
		.captionway1 img
		{
			width:80px;
		}
		.captionway {
   		 position: inherit;
		}
		.captionway h3 {
        font-size: 18px;
		}
		.arrow-down {
		margin-left: 40%;
		padding-bottom: 15px;
		}
		.aboutcontain h4 {
			font-size: 28px;
			text-align: center;
			margin-top: 20px;
		}
		.aboutcontain h1 {
			font-size: 18px;
			line-height: 1.4;
			text-align: center;
			margin-top: 5px;
		}
		.aboutcontain p {
		font-size: 13px;
		text-align: center;
		}
		.aboutcontain {
		padding-top: 0px;
		}
		.feturebg h2 {
		font-size: 30px;
		}
		.feturebg h4 {
		font-size: 28px;
		text-align:center;
		}
		.feturebg p {
		text-align:center;
		}
		.feturebg h5 {
			text-align:center;
		}
		
		.progallery h2
		{
		   font-size: 25px;
		}
		.footerbg h2 {
			font-size: 20px;
			margin-bottom: 25px;
		}
		.footerbg h3 {
		    text-align:center;
			font-size: 30px;
		}
		.footerbg h5 {
   			 font-size: 16px;
		}
		.footerbg h4 {
			text-align:center;
		}
		.footerbg p {
			font-size: 13px;
			margin-bottom: 15px;
			text-align: center;
		}
		.footer-detail span {
         font-size: 13px;
		}
		.footcontact a {
			font-size: 13px;
		}
		.mt-4 {
        margin-top: 0rem !important;
		text-align:center;
       }
	    .footcontact {
			text-align: center;
			margin-bottom: 15px;
		}
	     .companydet p {
			text-align: center;
		}
		.companydet h4
		{
			text-align: center;
		}
		.companydet h2
		{
			text-align: center;
		}
		.companydet ul li 
		{
			margin-left: 35%;	
	    }
		.galleryphoto .innerset img
		 {
			 width:120px;
			 height:120px;
		 }
		 .navbar-nav > li > .dropdown-menu {
  		  margin-top: 15px;
		 }
		 .arrowleft {
		padding-top: 2%;
		margin-left: 3.5%;
		}
		.arrowright 
		{
		padding-top: 2%;
		margin-left: 86%;
		}
		.carousel-control {
			top: 90px;
		}
		.arrowright1 {
		margin-left: 89%;
		}
		.arrowleft1 {
		margin-left: -0.5%;
		}
		.carousel-control1 {
			top: 60px;
		}
       .carousel-indicators {
			bottom: -10px;
		}
		.btn-default {
			font-size: 10px;
			margin-top: 3px;
			padding: 7px 10px;
			line-height: 1;
			border-radius: 2px;
		}
		.contact-form input[type="text"] 
		{
			width: 100% ;
		}
		.contact-form input[type="email"] 
		{
			width: 100% ;
		}
		.contact-form textarea 
		{	
		  width: 100% ;
		}
		.contact-form select {
		  
		  width: 100%;
		}
		.contact-form h2
		{
			font-size:28px;
		}
		.modal-body p {
			text-align:center;
		}
		.modal-title {
		font-size: 18px;
		text-align: center;
		}
	}
	@media screen and (min-device-width: 480px) and (max-device-width: 767px) and (orientation : Portrait)
	{
		.pull-right 
		{
		  float: none;
		}
	
		 .navbar 
		 {
			
			float: none;
			margin-top:0px;
		 }
	
		.tophead {
			position: inherit;
			padding-top: 0px;
			background-color:#df3c8b;
		}
		.captionway1 {
			top: 260px;
			
		}
		.captionway1 p {
		font-size: 14px;
		line-height: 18px;
		}
	
		.captionway1 h4 {
		font-size: 13px;
		line-height: 18px;
		padding-bottom:0px;
		}
		.captionway1 h3 {
			font-size: 14px;
			font-weight: bold;
			margin-bottom: 0px;
			margin-top: 0px;
			line-height: 18px;
			padding-bottom: 5px;
		}
		.captionway1 h6 {
		font-size: 13px;
		font-weight: 600;
		line-height: 15px;
		margin-bottom: 0px;
		}
		.captionway1 img
		{
			width:80px;
		}
		.captionway {
   		 position: inherit;
		}
		.captionway h3 {
        font-size: 18px;
		}
		.arrow-down {
		margin-left: 45%;
		padding-bottom: 15px;
		}
		.aboutcontain h4 {
			font-size: 28px;
			text-align: center;
			margin-top: 20px;
		}
		.aboutcontain h1 {
			font-size: 18px;
			line-height: 1.4;
			text-align: center;
			margin-top: 5px;
		}
		.aboutcontain p {
		font-size: 13px;
		text-align: center;
		}
		.aboutcontain {
		padding-top: 0px;
		}
		.feturebg h2 {
		font-size: 30px;
		}
		.feturebg h4 {
		font-size: 28px;
		text-align:center;
		}
		.feturebg p {
		text-align:center;
		}
		.feturebg h5 {
			text-align:center;
		}
		
		.progallery h2
		{
		   font-size: 25px;
		}
		.footerbg h2 {
			font-size: 20px;
			margin-bottom: 25px;
		}
		.footerbg h3 {
		    text-align:center;
			font-size: 30px;
		}
		.footerbg h5 {
   			 font-size: 16px;
		}
		.footerbg h4 {
			text-align:center;
		}
		.footerbg p {
			font-size: 13px;
			margin-bottom: 15px;
			text-align: center;
		}		.footer-detail span {
         font-size: 14px;
		}
		.footcontact a {
			font-size: 13px;
		}
		.mt-4 {
        margin-top: 0rem !important;
		text-align:center;
       }
	    .footcontact {
			text-align: center;
			margin-bottom: 15px;
		}
	     .companydet p {
			text-align: center;
		}
		.companydet h4
		{
			text-align: center;
		}
		.companydet h2
		{
			text-align: center;
		}
		.companydet ul li 
		{
			margin-left: 40%;	
	    }
		.galleryphoto .innerset img
		 {
			 width:120px;
			 height:120px;
		 }
		 .navbar-nav > li > .dropdown-menu {
  		  margin-top: 15px;
		}
		.arrowleft {
		padding-top: 2%;
		margin-left: 3.5%;
		}
		.arrowright 
		{
		padding-top: 2%;
		margin-left: 86%;
		}
		.carousel-control {
			top: 130px;
		}
		.arrowright1 {
		margin-left: 89%;
		}
		.arrowleft1 {
		margin-left: -0.5%;
		}
		.carousel-control1 {
			top: 60px;
		}
	    .carousel-indicators {
			bottom: -10px;
		}
		.btn-default {
			font-size: 12px;
			margin-top: 5px;
			padding: 8px 8px;
			line-height: 1;
			border-radius: 2px;
		}
		.contact-form input[type="text"] 
		{
			width: 100% ;
		}
		.contact-form input[type="email"] 
		{
			width: 100% ;
		}
		.contact-form textarea 
		{	
		  width: 100% ;
		}
		.contact-form select {
		  
		  width: 100%;
		}
		.contact-form h2
		{
			font-size:28px;
		}
		.modal-body p {
			text-align:center;
		}
		.modal-title {
		font-size: 18px;
		text-align: center;
		}
	}
		@media screen and (min-device-width: 480px) and (max-device-width: 767px) and (orientation : Landscape)
	{
		.pull-right 
		{
		  float: none;
		}
	
		 .navbar 
		 {
			
			float: none;
			margin-top:0px;
		 }
	
		.tophead {
			position: inherit;
			padding-top: 0px;
			background-color: #df3c8b;
		}
		.captionway1 {
			top: 260px;
		}
		.captionway1 p {
		font-size: 14px;
		line-height: 18px;
		}
	
		.captionway1 h4 {
		font-size: 13px;
		line-height: 18px;
		padding-bottom:0px;
		}
		.captionway1 h3 {
			font-size: 14px;
			font-weight: bold;
			margin-bottom: 0px;
			margin-top: 0px;
			line-height: 18px;
			padding-bottom: 5px;
		}
		.captionway1 h6 {
		font-size: 13px;
		font-weight: 600;
		line-height: 15px;
		margin-bottom: 0px;
		}
		.captionway1 img
		{
			width:80px;
		}
		.captionway {
   		 position: inherit;
		}
		.captionway h3 {
        font-size: 18px;
		}
		.arrow-down {
		margin-left: 45%;
		padding-bottom: 15px;
		}
		.aboutcontain h4 {
			font-size: 28px;
			text-align: center;
			margin-top: 20px;
		}
		.aboutcontain h1 {
			font-size: 18px;
			line-height: 1.4;
			text-align: center;
			margin-top: 5px;
		}
		.aboutcontain p {
		font-size: 13px;
		text-align: center;
		}
		.aboutcontain {
		padding-top: 0px;
		}
		.feturebg h2 {
		font-size: 30px;
		}
		.feturebg h4 {
		font-size: 28px;
		text-align:center;
		}
		.feturebg p {
		text-align:center;
		}
		.feturebg h5 {
			text-align:center;
		}
		
		.progallery h2
		{
		   font-size: 25px;
		}
		.footerbg h2 {
			font-size: 20px;
			margin-bottom: 25px;
		}
		.footerbg h3 {
		    text-align:center;
			font-size: 30px;
		}
		.footerbg h5 {
   			 font-size: 16px;
		}
		.footerbg h4 {
			text-align:center;
		}
		.footerbg p {
			font-size: 13px;
			margin-bottom: 15px;
			text-align: center;
		}
		.footer-detail span {
         font-size: 14px;
		}
		.footcontact a {
			font-size: 14px;
		}
		.mt-4 {
        margin-top: 0rem !important;
		text-align:center;
       }
	    .footcontact {
			text-align: center;
			margin-bottom: 15px;
		}
	    .companydet p {
			text-align: center;
		}	
		.companydet h4
		{
			text-align: center;
		}
		.companydet h2
		{
			text-align: center;
		}
		.companydet ul li 
		{
			margin-left: 40%;	
	    }
		.galleryphoto .innerset img
		 {
			 width:150px;
			 height:150px;
		 }
		 .navbar-nav > li > .dropdown-menu {
  		  margin-top: 15px;
		}
		.arrowleft {
		padding-top: 1.5%;
		margin-left: 3.5%;
		}
		.arrowright 
		{
		padding-top: 1.5%;
		margin-left: 86%;
		}
		.carousel-control {
			top: 200px;
		}
		.arrowright1 {
		margin-left: 92%;
		}
		.arrowleft1 {
		margin-left: -0.5%;
		}
		.carousel-control1 {
			top: 35px;
		}
	    .carousel-indicators {
			bottom: -10px;
		}
		.btn-default {
			font-size: 12px;
			margin-top: 5px;
			padding: 8px 8px;
			line-height: 1;
			border-radius: 2px;
		}
		.contact-form input[type="text"] 
		{
			width: 100% ;
		}
		.contact-form input[type="email"] 
		{
			width: 100% ;
		}
		.contact-form textarea 
		{	
		  width: 100% ;
		}
		.contact-form select {
		  
		  width: 100%;
		}
		.contact-form h2
		{
			font-size:28px;
		}
		.modal-body p {
			text-align:center;
		}
		.modal-title {
		font-size: 18px;
		text-align: center;
		}
		}
		@media (min-width: 768px) and (max-width: 1024px) and (orientation : Portrait) 
		{
		
		.pull-right 
		{
			float: none;
		}
		.navbar {
		
			float: none;
			margin-top: 0px;
		}
		.tophead 
		{
		   position: absolute;
		   z-index: 1050;
		   width: 100%;
		   
		}
			.carousel 
		{
			padding-top: 92px;
		}
		.captionway 
		{
			top: 442px;
		}
		.carousel 
		{
  		  padding-top: 0px;
		}
		.headcon 
		{
			text-align: center;
			font-size: 20px;
			padding-top: 5px;
			margin-top: 12px;
		}
		.navbar-expand-lg .navbar-nav .nav-link {
			padding-right: 1.2rem;
			padding-left: 1.2rem;
		}
		.navbar-light .navbar-toggler {
    		 margin-top: 7px;
		}
		.arangeimg
		{
			margin-top: 55px;
		}
		.contact-form1 input[type="email"] 
		{
		width: 30.4%;
		}
		.contact-form1 input[type="text"] 
		{
		width: 30.4%;
		}
		
		.footerbg p {
			font-size: 11px;
			}
			.navbar-nav > li > .dropdown-menu {
  		  margin-top: 15px;
		}
		.captionway h3 {
			font-size: 9.5px;
			line-height: 15px;
		}

		.captionway h1 {
    		font-size: 12px;
			height:38px;	
		}
		.arrow-down {
			width: 0;
			height: 0;
			border-left: 22px solid transparent;
			border-right: 22px solid transparent;
			margin-left: 47%;
			border-top: 22px solid #f8faf7;
				border-top-color: rgb(248, 250, 247);
		}
			.captionway .la {
			
			font-size: 36px ;
			}
			.captionway1 {
			position: absolute;
			top: 290px;
			}
			.captionway1 h4 {
				font-size: 22px;
				line-height: 16px;
				padding-bottom: 0px;
			}
			.captionway1 h6 {
			font-size: 12px;
			line-height: 18px;
			}
			.captionway1 img
			{
				width:70px;
			}
			.carousel-control 
			{
				top: 280px;
			}
			.arrowleft {
				padding-left: 5px;
			}
			.arrowright {
				padding-left: 5px;
			}
			.aboutcontain {
				padding-top: 140px;
				padding-bottom: 10px;
			}
			.aboutcontain h4 {
    			font-size: 22px;
				margin-bottom: 15px;
			}
				.aboutcontain p {
				font-size: 12px;
				}
				.feturebg h2 {
				font-size: 30px;
				font-weight: 500;
				margin-bottom: 5px;
				}
				.feturebg h5 {
				font-size: 22px;
				}
				.feturebg i {
					width: 60px;
					height: 60px;
					padding-top: 12px;
					font-size: 30px;
				}
				.feturebg p {
				font-size: 16px;
				}
				.progallery {
					padding-top: 10px;
					padding-bottom: 15px;
				}
				.progallery h2 {
   				 font-size: 30px;
				}
				.headbottomline1 {
				content: '';
				height: 2px;
				width: 240px;
				margin-bottom: 25px;
				}
				.arrowleft1 {
				margin-left: -0.5%;
				}
				.arrowright1 {
				margin-left: 95%;
				}
				.carousel-control1 {
					top: 25px;
				}
				.companydet p {
				font-size: 13px;
				line-height: 20px;
			}
				}
			@media (min-width: 768px) and (max-width: 1024px) and (orientation : Landscape)  
			{
			.pull-right 
			{
				float: none;
			}
			.navbar {
			
				float: none;
				margin-top: 30px;
			}
		.navbar-expand-lg .navbar-nav .nav-item 
		{
			padding-top: 18px;
			padding-bottom: 10px;
		}
		
		.captionway 
		{
			top: 460px;
		}
		.feturesubbg 
		{
		 padding-bottom: 10px;
		}
		.feturesubbg p 
		{
			text-align: justify;
			font-size: 13px;
			letter-spacing: 0.7px;
			line-height: 22px;
		}
		.navbar-expand-lg .navbar-nav .nav-link {
			padding-right: 1.2rem;
			padding-left: 1.2rem;
		}
		.arangeimg
		{
			margin-top: 35px;
		}
		.aboutgujrel ul li 
		{
			margin-right: 55px;
		}
		
		.footerbg p {
		font-size: 11px;
		}
		.contact-form1 input[type="email"] 
		{
		width: 30.4%;
		}
		.contact-form1 input[type="text"] 
		{
		width: 30.4%;
		}
		.contact-form input[type="email"] 
		{
		width: 30%;
		}
		.contact-form input[type="text"] 
		{
		width: 30%;
		}
		.captionway h3 {
			font-size: 9.5px;
			line-height: 15px;
		}

		.captionway h1 {
    		font-size: 12px;
			height:38px;	
		}
		.arrow-down {
			width: 0;
			height: 0;
			border-left: 22px solid transparent;
			border-right: 22px solid transparent;
			margin-left: 47%;
			border-top: 22px solid #f8faf7;
				border-top-color: rgb(248, 250, 247);
		}
			.la {
			
			font-size: 36px ;
			}
			.captionway1 {
			position: absolute;
			top: 150px;
			}
			.captionway1 h4 {
				font-size: 22px;
				line-height: 16px;
				padding-bottom: 0px;
			}
			.captionway1 h6 {
			font-size: 12px;
			line-height: 18px;
			}
			.captionway1 img
			{
				width:70px;
			}
			.carousel-control 
			{
				top: 280px;
			}
			.arrowleft {
				padding-left: 5px;
			}
			.arrowright {
				padding-left: 5px;
			}
			.aboutcontain {
				padding-top: 140px;
				padding-bottom: 10px;
			}
			.aboutcontain h4 {
    			font-size: 22px;
				margin-bottom: 15px;
			}
				.aboutcontain p {
				font-size: 12px;
				}
				.feturebg h2 {
				font-size: 30px;
				font-weight: 500;
				margin-bottom: 5px;
				}
				.feturebg h5 {
				font-size: 22px;
				}
				.feturebg i {
					width: 60px;
					height: 60px;
					padding-top: 12px;
					font-size: 30px;
				}
				.feturebg p {
				font-size: 16px;
				}
				.progallery {
					padding-top: 10px;
					padding-bottom: 15px;
				}
				.progallery h2 {
   				 font-size: 30px;
				}
				.headbottomline1 {
				content: '';
				height: 2px;
				width: 240px;
				margin-bottom: 25px;
				}
				.arrowleft1 {
				margin-left: -0.5%;
				}
				.arrowright1 {
				margin-left: 95%;
				}
				.carousel-control1 {
					top: 25px;
				}	
			}
			
			@media (min-width: 980px) and (max-width: 1280px) and (orientation : Portrait) 
			{
			    .captionway {
				top: 625px;
				}
				.captionway h3 {
				font-size: 12px;
				line-height: 18px;
				}

		.captionway h1 {
    		font-size: 12px;
			height:26px;	
		}
		.arrow-down {
			width: 0;
			height: 0;
			border-left: 22px solid transparent;
			border-right: 22px solid transparent;
			margin-left: 47%;
			border-top: 22px solid #f8faf7;
				border-top-color: rgb(248, 250, 247);
		}
			.la {
			
			font-size: 36px ;
			}
			.captionway1 {
			position: absolute;
			top: 150px;
			}
			.captionway1 h4 {
				font-size: 24px;
				line-height: 20px;
				padding-bottom: 0px;
			}
			.captionway1 h6 {
				font-size: 15px;
				line-height: 20px;
			}

			.captionway1 img
			{
				width: 80px;
			}
			.carousel-control 
			{
				top: 280px;
			}
			.arrowleft {
				padding-left: 5px;
			}
			.arrowright {
				padding-left: 5px;
			}
			.aboutcontain {
				padding-top: 140px;
				padding-bottom: 10px;
			}
			.aboutcontain h4 {
					font-size: 28px;
					margin-bottom: 20px;
				}
				.aboutcontain p {
					font-size: 16px;
				}
				.feturebg h2 {
				font-size: 30px;
				font-weight: 500;
				margin-bottom: 5px;
				}
				.feturebg h5 {
					font-size: 24px;
				}

				.feturebg i {
					width: 60px;
					height: 60px;
					padding-top: 12px;
					font-size: 30px;
				}
				.feturebg p {
					font-size: 18px;
				}

				.progallery {
					padding-top: 10px;
					padding-bottom: 15px;
				}
				.progallery h2 {
   				 font-size: 30px;
				}
				.headbottomline1 {
				content: '';
				height: 2px;
				width: 240px;
				margin-bottom: 25px;
				}
				.arrowleft1 {
				margin-left: -0.5%;
				}
				.arrowright1 {
				margin-left: 96%;
				}
				.carousel-control1 {
					top: 25px;
				}		
			}
			@media (min-width: 980px) and (max-width: 1280px) and (orientation : Landscape) 
			{
				.captionway {
				top: 592px;
				}
			.captionway h1 {
				font-size: 15px;
				height: 35px;
			}
			.captionway h3 {
			font-size: 12px;
			line-height: 18px;
		}
		.arrow-down {
			width: 0;
			height: 0;
			border-left: 22px solid transparent;
			border-right: 22px solid transparent;
			margin-left: 47%;
			border-top: 22px solid #f8faf7;
				border-top-color: rgb(248, 250, 247);
		}
			.la {
			
			font-size: 36px ;
			}
			.captionway1 {
			position: absolute;
			top: 150px;
			}
			.captionway1 h4 {
				font-size: 22px;
				line-height: 16px;
				padding-bottom: 0px;
			}
			.captionway1 h6 {
			font-size: 12px;
			line-height: 18px;
			}
			.captionway1 img
			{
				width:70px;
			}
			.carousel-control 
			{
				top: 280px;
			}
			.arrowleft {
				padding-left: 5px;
			}
			.arrowright {
				padding-left: 5px;
			}
			.aboutcontain {
				padding-top: 150px;
				padding-bottom: 10px;
			}
				.aboutcontain h4 {
					font-size: 28px;
					margin-bottom: 20px;
				}
				.aboutcontain p {
					font-size: 16px;
				}
				.feturebg h2 {
				font-size: 30px;
				font-weight: 500;
				margin-bottom: 5px;
				}
				.feturebg h5 {
				font-size: 22px;
				}
				.feturebg i {
					width: 60px;
					height: 60px;
					padding-top: 12px;
					font-size: 30px;
				}
				.feturebg p {
				font-size: 16px;
				}
				.progallery {
					padding-top: 10px;
					padding-bottom: 15px;
				}
				.progallery h2 {
   				 font-size: 30px;
				}
				.headbottomline1 {
				content: '';
				height: 2px;
				width: 240px;
				margin-bottom: 25px;
				}
				.arrowleft1 {
				margin-left: -0.5%;
				}
				.arrowright1 {
				margin-left: 96%;
				}
				.carousel-control1 {
					top: 25px;
				}	
			}
			@media (min-width:1280px) {
			/*	.captionway {
				top: 736px;
				}
			.captionway h1 {
				font-size: 15px;
				height: 35px;
			}
			.captionway h3 {
			font-size: 12px;
			line-height: 18px;
		}
		.arrow-down {
			width: 0;
			height: 0;
			border-left: 22px solid transparent;
			border-right: 22px solid transparent;
			margin-left: 47%;
			border-top: 22px solid #f8faf7;
				border-top-color: rgb(248, 250, 247);
		}
			.la {
			
			font-size: 36px ;
			}
			.captionway1 {
			position: absolute;
			top: 240px;
			}
			.captionway1 h4 {
				font-size: 24px;
				line-height: 24px;
				padding-bottom: 0px;
			}
			.captionway1 h6 {
			font-size: 14px;
			line-height: 24px;
			}
			.captionway1 img
			{
				width:80px;
			}
			.carousel-control 
			{
				top: 280px;
			}
			.carousel-indicators li{
			background-color: rgba(0,0,0,0.2);
			}
			.carousel-indicators .active {
    		background-color: #000;
			}
			.arrowleft {
				padding-left: 5px;
			}
			.arrowright {
				padding-left: 5px;
			}
			.aboutcontain {
				padding-top: 150px;
				padding-bottom: 10px;
			}
				.aboutcontain h4 {
					font-size: 28px;
					margin-bottom: 20px;
				}
				.aboutcontain p {
					font-size: 16px;
				}
				.feturebg h2 {
				font-size: 30px;
				font-weight: 500;
				margin-bottom: 5px;
				}
				.feturebg h5 {
				font-size: 22px;
				}
				.feturebg i {
					width: 60px;
					height: 60px;
					padding-top: 12px;
					font-size: 30px;
				}
				.feturebg p {
				font-size: 16px;
				}
				.progallery {
					padding-top: 10px;
					padding-bottom: 15px;
				}
				.progallery h2 {
   				 font-size: 30px;
				}
				.headbottomline1 {
				content: '';
				height: 2px;
				width: 240px;
				margin-bottom: 25px;
				}
				.arrowleft1 {
				margin-left: -0.5%;
				}
				.arrowright1 {
				margin-left: 96%;
				}
				.carousel-control1 {
					top: 25px;
				}*/
			
			}
			@media (min-width:1320px) {
			
	/*	.captionway h3 {
			font-size: 14px;
		}
		.captionway1 h3 {

   		 font-size: 50px;
		}
		.captionway1 h1 {

   		 font-size: 42px;
		}
		.captionway {
		
		top: 680px;
		}
		.captionway1 h6 {
   		 font-size: 14px;
		}
		.aboutcontain {
	    padding-top: 30px;
		}
		.aboutcontain h4 {
		font-size: 36px;
		}
		.aboutcontain p {
		font-size: 16px;
		letter-spacing: 0.8px;
		}
		.carousel-indicators {
		
			bottom: 95px;
		}
		.carousel-control {
			top: 360px;
		}
		.arrowright {
			padding-top: 0.2%;
			}
			.arrowleft {
			padding-top: 0.2%;
			}
			.captionway1 img {
				width: auto;
			}
			.galleryphoto .innerset img {
				width: 158px;
				height: 190px;
			}*/
			}
	@media (min-width:1500px) 
	{
		
		/*.captionway h3 {
			font-size: 16px;
			line-height:24px;
	}
	.aboutcontain p {

    font-size: 17px;
    letter-spacing: 0.6px;

	}
	.aboutcontain h4 {
    font-size: 40px;
	margin-bottom:30px;
	}
	.captionway {
		
		top: 750px;
		}
		.captionway h1 {
   		 font-size: 20px;
		 height: auto;
	}
	.carousel-indicators {
		
			bottom: 120px;
		}
		.captionway1 img {
				width: auto;
			}
			.galleryphoto .innerset img {
				width: 175px;
				height: 190px;
			}*/
	}