<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;"> @import url('https://fonts.googleapis.com/css2?family=Faustina&amp;display=swap');

 

 body {     animation: fadeInAnimation ease 3s animation-iteration-count: 1;

            animation-fill-mode: forwards;

            background-color: #fff;

            overflow-x: hidden

        }





        @keyframes fadeInAnimation {

            0% {

                opacity: 0;

            }



            100% {

                opacity: 1;

            }

        }



        .lfP0 {

            padding-right: 0px !important;

            padding-left: 0px !important;

        }



        .demo-gallery&gt;ul {

            margin-bottom: 0;

        }



        .demo-gallery&gt;ul&gt;li {

            float: left;

            &lt; !-- margin-bottom: 15px;

            --&gt;&lt; !-- margin-right: 15px;

            --&gt;

        }



        .demo-gallery&gt;ul&gt;li a {

            border: 10px solid #FFF;

            border-radius: 3px;

            display: block;

            overflow: hidden;

            position: relative;

            float: left;

        }



        .demo-gallery&gt;ul&gt;li a&gt;img {

            -webkit-transition: -webkit-transform 0.15s ease 0s;

            -moz-transition: -moz-transform 0.15s ease 0s;

            -o-transition: -o-transform 0.15s ease 0s;

            transition: transform 0.15s ease 0s;

            -webkit-transform: scale3d(1, 1, 1);

            transform: scale3d(1, 1, 1);

            height: 100%;

            width: 100%;





        }



        .demo-gallery&gt;ul&gt;li a:hover&gt;img {

            -webkit-transform: scale3d(1.1, 1.1, 1.1);

            transform: scale3d(1.1, 1.1, 1.1);

        }



        .demo-gallery&gt;ul&gt;li a:hover .demo-gallery-poster&gt;img {

            opacity: 1;

        }



        .demo-gallery&gt;ul&gt;li a .demo-gallery-poster {

            background-color: rgba(0, 0, 0, 0.1);

            bottom: 0;

            left: 0;

            position: absolute;

            right: 0;

            top: 0;

            -webkit-transition: background-color 0.15s ease 0s;

            -o-transition: background-color 0.15s ease 0s;

            transition: background-color 0.15s ease 0s;

        }



        .demo-gallery&gt;ul&gt;li a .demo-gallery-poster&gt;img {

            left: 50%;

            margin-left: -10px;

            margin-top: -10px;

            opacity: 0;

            position: absolute;

            top: 50%;

            -webkit-transition: opacity 0.3s ease 0s;

            -o-transition: opacity 0.3s ease 0s;

            transition: opacity 0.3s ease 0s;

        }



        .demo-gallery&gt;ul&gt;li a:hover .demo-gallery-poster {

            background-color: rgba(0, 0, 0, 0.5);

        }



        .demo-gallery .justified-gallery&gt;a&gt;img {

            -webkit-transition: -webkit-transform 0.15s ease 0s;

            -moz-transition: -moz-transform 0.15s ease 0s;

            -o-transition: -o-transform 0.15s ease 0s;

            transition: transform 0.15s ease 0s;

            -webkit-transform: scale3d(1, 1, 1);

            transform: scale3d(1, 1, 1);

            height: 100%;

            width: 100%;



        }



        .demo-gallery .justified-gallery&gt;a:hover&gt;img {

            -webkit-transform: scale3d(1.1, 1.1, 1.1);

            transform: scale3d(1.1, 1.1, 1.1);

        }



        .demo-gallery .justified-gallery&gt;a:hover .demo-gallery-poster&gt;img {

            opacity: 1;

        }



        .demo-gallery .justified-gallery&gt;a .demo-gallery-poster {

            background-color: rgba(0, 0, 0, 0.1);

            bottom: 0;

            left: 0;

            position: absolute;

            right: 0;

            top: 0;

            -webkit-transition: background-color 0.15s ease 0s;

            -o-transition: background-color 0.15s ease 0s;

            transition: background-color 0.15s ease 0s;

        }



        .demo-gallery .justified-gallery&gt;a .demo-gallery-poster&gt;img {

            left: 50%;

            margin-left: -10px;

            margin-top: -10px;

            opacity: 0;

            position: absolute;

            top: 50%;

            -webkit-transition: opacity 0.3s ease 0s;

            -o-transition: opacity 0.3s ease 0s;

            transition: opacity 0.3s ease 0s;

        }



        .demo-gallery .justified-gallery&gt;a:hover .demo-gallery-poster {

            background-color: rgba(0, 0, 0, 0.5);

        }



        .demo-gallery .video .demo-gallery-poster img {

            height: 48px;

            margin-left: -24px;

            margin-top: -24px;

            opacity: 0.8;

            width: 48px;

        }



        .demo-gallery.dark&gt;ul&gt;li a {

            border: 3px solid #04070a;

        }



        .home .demo-gallery {

            padding-bottom: 20px;

        }



        #lg-download,

        .lg-rotate-right,

        .lg-rotate-left,

        .lg-flip-hor,

        .lg-flip-ver {

            display: none;

        }

		

		/* Gallery Page Css */

		

		.AntarcticaBgImg {

            background-image: url('../images/Gallery_2.svg');

            background-position: center;

            background-repeat: no-repeat;

            background-size: contain;

        }

		.SwimingBgImg {

             background-image: url('../images/Swimming/Gallery.jpg');

            background-position: center;

            background-repeat: no-repeat;

            background-size: contain;

        }

		.CrocodileBgImg {

             background-image: url('../images/Crocodile/Gallery.jpg');

            background-position: center;

            background-repeat: no-repeat;

            background-size: cover;

        }

		

		.GalapagosBgImg {

             background-image: url('../images/Galapagos/Gallery.jpg');

            background-position: center;

            background-repeat: no-repeat;

            background-size: cover;

        }

		.ZeroBgImg {

             background-image: url('../images/Flying/Zero-Gravity/Gallery.jpg');

            background-position: center;

            background-repeat: no-repeat;

            background-size: cover;

        }

		.MicroBgImg {

             background-image: url('../images/Flying/Microlight/Gallery.jpg');

            background-position: center;

            background-repeat: no-repeat;

            background-size: cover;

        }

		.WingBgImg {

             background-image: url('../images/Flying/Wing-Walking/Gallery.jpg');

            background-position: center;

            background-repeat: no-repeat;

            background-size: cover;

        }

		.MigBgImg {

             background-image: url('../images/Flying/MiG/Gallery.svg');

            background-position: center;

            background-repeat: no-repeat;

            background-size: inherit;

        }

		.AcrobaticBgImg {

             background-image: url('../images/Flying/Acrobatic/Gallery.jpg');

            background-position: center;

            background-repeat: no-repeat;

            background-size: inherit;

        }

		.IceBgImg {

             background-image: url('../images/Adventure/ice-driving/Gallery.jpg');

            background-position: center;

            background-repeat: no-repeat;

            background-size: inherit;

        }

		.NorthpoleBgImg {

             background-image: url('../images/Adventure/Expedition_Northe/Gallery.jpg');

            background-position: center;

            background-repeat: no-repeat;

            background-size: inherit;

        }

		

		.VolcanoBgImg {

             background-image: url('../images/Adventure/Live_Volcano/Gallery.jpg');

            background-position: center;

            background-repeat: no-repeat;

            background-size: inherit;

        }

		.TornadoBgImg {

             background-image: url('../images/Adventure/Tornado_chase/Gallery.jpg');

            background-position: center;

            background-repeat: no-repeat;

            background-size: inherit;

        }

		.SkyDivingBgImg {

             background-image: url('../images/Adventure/skyDiving/Gallery.jpg');

            background-position: center;

            background-repeat: no-repeat;

            background-size: inherit;

        }

		

		.JumpingBgImg {

             background-image: url('../images/Adventure/bungee_jumping/Gallery.jpg');

            background-position: center;

            background-repeat: no-repeat;

            background-size: inherit;

        }

		.TankcarcrashBgImg {

             background-image: url('../images/Adventure/tankcarcrash/Gallery.jpg');

            background-position: center;

            background-repeat: no-repeat;

            background-size: contain;

        }

		.RiverBgImg {

             background-image: url('../images/Adventure/River_rafting/Gallery.jpg');

            background-position: center;

            background-repeat: no-repeat;

            background-size: contain;

        }

		.KanhaBgImg {

             background-image: url('../images/Photography/Kanha/Gallery.jpg');

            background-position: center;

            background-repeat: no-repeat;

            background-size: contain;

        }

		.AfricaBgImg {

             background-image: url('../images/Photography/Africa/Gallery.jpg');

            background-position: center;

            background-repeat: no-repeat;

            background-size: initial;

        }

		.JawaiBgImg {

             background-image: url('../images/Photography/Jawai/Gallery.jpg');

            background-position: center;

            background-repeat: no-repeat;

            background-size: initial;

        }

		.BirdlifeBgImg {

             background-image: url('../images/Photography/birdlife/Gallery.jpg');

            background-position: center;

            background-repeat: no-repeat;

            background-size: initial;

        }

		.AboutShrenikBg {

            background-image: url('../images/About-Shrenik/Shrenik.jpg');

            background-position: center;

            background-repeat: no-repeat;

            background-size: contain;

        }

		

		.PrincipalBg {

            background-image: url('../images/Business/Back.jpg');

            background-position: right;

            background-repeat: no-repeat;

            background-size: contain;

        }

		.bgimg{

			background-image: url('../images/Business/Back-img.jpg');

            background-position: center;

            background-repeat: no-repeat;

            background-size: cover;

			padding:40px;

			margin-bottom: -8px;

			

		}

		.BusinessBG{

			background-image: url('../images/Business/Philo-Business.png');

    background-position: center center;

    background-repeat: no-repeat;

    background-size: contain;

    margin-top: -19%;

		}

		

		

		 .GalleryBannerIcon {

            padding-top: 40px;

        }

		 

        .container {

            width: 86% !important;

        }

		 

		.GalleryTextSidePadding {

            padding: 10px 6.5% 50px 6.5%;

        }

		.GalleryText

		{

			color: #595959;

			font-family: 'Faustina', serif;

			font-size: 19px;

			line-height: 28px;

			  padding: 12px 0%;

		}

		.GalleryRightTexttopP {

            padding: 12% 0% 12px 0%

        }

		

		  .Blackstrip1 {

            background-color: #000;

            color: #fff;

            padding: 5px 5% 5px 2.5%;

            line-height:36px;

			font-size: 25px;

        }

		.Blackstrip2Div 

		{

		padding-top: 0px !important;

		margin-top: -2px;

		}

        .Blackstrip2 {

            background-color: #000;

            color: #fff;

            padding: 0px 5% 5px 2.5%;

			font-size: 25px;

			line-height:30px;

        }

		.BlockNavPadding {

            padding: 30px 6.7%;

        }

		.BlockText {

          color: #595959;

			font-family: 'Faustina', serif;

			font-size: 19px;

			line-height: 32px;

            padding: 12px 0px;

        }

		.width100 {

            width: 100%;

        }



		

		@media(max-width:1025px){

		.GalleryBannerIcon {

            padding-top: 100px;

			width:85%;

        }

		

		.AntarcticaBgImg {

		background-size: cover;

		}

		.SwimingBgImg {

             

            background-size: cover;

			 

        }

		.CrocodileBgImg {

            

            background-size: cover;

        }

		

		.GalapagosBgImg {

             

            background-size: cover;

        }

		.ZeroBgImg {

             

            background-size: cover;

			background-position: right;

        }

		.MicroBgImg {

            background-position: right;

            background-size: initial;

        }

		.IceBgImg {

            background-position: right;

        }

		.NorthpoleBgImg {

            background-position: right;

        }

		.VolcanoBgImg {

			background-position: right;

			background-size: initial;

		}

		.TornadoBgImg {

            background-position: right;

            background-size: initial;

        }

		.SkyDivingBgImg {

			background-position: right;

            background-size: initial;

		}

		

		.JumpingBgImg {

           background-position: right;

            background-size: initial;

        }

		.TankcarcrashBgImg {

            

            background-position: right;

            background-size: cover;

        }

		.RiverBgImg {

            

            background-position: right;

            background-size: cover;

        }

		.KanhaBgImg

		{

            background-position: right;

            background-size: cover;

        }

		.AfricaBgImg {

          background-position: right;

            background-size: cover;

        }

		.JawaiBgImg{

          background-position: right;

            background-size: cover;

        }

		.BirdlifeBgImg {

            background-position: right;

            background-size: cover;

        }

		

		

		

		

		

		

		

		

		

		

		

		.GalleryRightTexttopP { 

		padding: 12px 0%;

		}

		.demo-gallery&gt;ul&gt;li a {

			width: 100%;

		}

		  .Blackstrip1 {

            background-color: #000;

            color: #fff;

            padding: 0px;

            line-height:28px;

			font-size: 25px;

        }

		.container {

		

			padding-right: 7px !important;

			padding-left: 18px !important;

			

		}

		

		.GalleryTextSidePadding {

            padding: 10px 3.5% 50px 6.5%;

        }

		.BlockNavPadding {

			padding: 30px 3.7% 30px 6.7%;

		}

		 

		}

		

        .BtnBack {

            padding-top: 0px;;

            padding-bottom: 50px;

            max-width: 120px;

        }

        

		.a1 {

            text-decoration: none

        }

      



       

 

        

        #text {

            display: none;

        }





        @media only screen and (min-width: 1024px) [class^="col-"] {

            float: left;

            margin: auto !important;

            list-style: none;

            position: relative;

        }



         </pre></body></html>