@media only screen and (max-width: 600px) {
	.mobile-look {
		margin-bottom:200px;
	}
}
		@media only screen and (max-width: 600px) {
			.mobile-left {
				display:none;
			}
		}
		@media only screen and (max-width: 600px) {
			.icon {
				margin-top:30px;
			}
		}
		@media only screen and (max-width: 600px) {
 .mobile-responsive-nav
  {
margin-top:-10px;
  }
}

@media only screen and (max-width: 600px) {
 .logo-mob
  {
margin-top:10px;
  }
}

@media only screen and (max-width: 600px) {
 .mob-nav-color
  {
color:#fff;
  }
}

@media only screen and (max-width: 600px) {
 .abcd
  {
display:none;
  }
}


@media only screen and (max-width: 600px) {
 .xyz
  {
margin-top:-70px;
  }
}

@media only screen and (max-width: 600px) {
 .mobile-view-image-size
  {
width:220px;
height:150px;
margin-left:-35px;

  }
}

@media only screen and (max-width: 600px) {
 .ababababa
  {
margin-top:-45px;

  }
}



@media only screen and (max-width: 600px) {
 .form-abcde
  {
margin-top:-25px;
margin-bottom:15px;
  }
}

@media only screen and (max-width: 600px) {
 .fixed
  {
display:none;
  }
}


@media only screen and (max-width: 600px) {
 .fixed
  {
display:none;
  }
}





@import url("https://fonts.googleapis.com/css?family=Roboto:400,400i,700");
* {
	font-family: "Roboto", sans-serif;
}
button.wh-ap-btn {
	outline: none;
	width: 60px;
	height: 60px;


	border: 0;
	background-color: #2ecc71;
	padding: 0;
	border-radius: 100%;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
	cursor: pointer;
	transition: opacity 0.3s, background 0.3s, box-shadow 0.3s;
}

button.wh-ap-btn::after {
    
	content: "";
	background-image: url("https://imgur.com/cAS6qqn");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 60%;
	width: 100%;
	height: 100%;
	display: block;
	opacity: 1;
}

button.wh-ap-btn:hover {
	opacity: 1;
	background-color: #20bf6b;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.wh-api {
      z-index: 100;
	position: fixed;
	bottom: 0;
	right: 0;
}

@media only screen and (max-width: 600px) {
 .wh-api
  {
display:block;
  }
  div#df-btn-cont {
    display: none;
}


}

.wh-fixed {
	margin-right: 15px;
	margin-bottom: 45px;
}

.wh-fixed > a {
	display: block;
	text-decoration: none;
}

button.wh-ap-btn::before {
	content: "Chat with me";
	display: block;
	position: absolute;
	margin-left: -130px;
	margin-top: 16px;
	height: 25px;
	background: #49654e;
	color: #fff;
	font-weight: 400;
	font-size: 15px;
	border-radius: 3px;
	width: 0;
	opacity: 0;
	padding: 0;
	transition: opacity 0.4s, width 0.4s, padding 0.5s;
	padding-top: 7px;
	border-radius: 30px;
	box-shadow: 0 1px 15px rgba(32, 33, 36, 0.28);
}

.wh-fixed > a:hover button.wh-ap-btn::before {
	opacity: 1;
	width: auto;
	padding-top: 7px;
	padding-left: 10px;
	padding-right: 10px;
	width: 100px;
}

/* animacion pulse */

.whatsapp-pulse {
	width: 60px;
	height: 60px;
	right: 10px;
	bottom: 10px;
	background: #10b418;
	position: fixed;
	text-align: center;
	color: #ffffff;
	cursor: pointer;
	border-radius: 50%;
	z-index: 99;
	display: inline-block;
	line-height: 65px;
}

.whatsapp-pulse:before {
	position: absolute;
	content: " ";
	z-index: -1;
	bottom: -15px;
	right: -15px;
	background-color: #10b418;
	width: 90px;
	height: 90px;
	border-radius: 100%;
	animation-fill-mode: both;
	-webkit-animation-fill-mode: both;
	opacity: 0.6;
	-webkit-animation: pulse 1s ease-out;
	animation: pulse 1.8s ease-out;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

	@-webkit-keyframes pulse {
		0% {
			-webkit-transform: scale(0);
			opacity: 0;
		}
		25% {
			-webkit-transform: scale(0.3);
			opacity: 1;
		}
		50% {
			-webkit-transform: scale(0.6);
			opacity: 0.6;
		}
		75% {
			-webkit-transform: scale(0.9);
			opacity: 0.3;
		}
		100% {
			-webkit-transform: scale(1);
			opacity: 0;
		}
	}

	@keyframes pulse {
		0% {
			transform: scale(0);
			opacity: 0;
		}
		25% {
			transform: scale(0.3);
			opacity: 1;
		}
		50% {
			transform: scale(0.6);
			opacity: 0.6;
		}
		75% {
			transform: scale(0.9);
			opacity: 0.3;
		}
		100% {
			transform: scale(1);
			opacity: 0;
		}
	}

	#features, #recruiters, #placements {
		margin-bottom: -1rem !important;
	}

	#features, #recruiters, #placements {
		margin-bottom: 6rem !important;
	}


 .mob-action {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #463e84; 
    color: white;
    box-shadow: 0 1px 6px 2px rgba(0, 0, 0, 0.4);
    z-index: 1030;
  }
  .mob-action .nav-item {
    padding: 10px 0;
    text-align: center;
    font-size: 14px;
    width: 32%;
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  .mob-action .nav-item:not(:last-child) {
    border-right: 1px solid var(--colorBtn);
  }
    
.nav-fill .nav-item {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center;
}

      .navbar.micro-navbar .nav-fill .nav-item:first-child {
    border-top: 1px solid #ededed;
  }
  .navbar.micro-navbar .nav-fill .nav-item:not(:last-child) {
    border-bottom: 1px solid #ededed;
  }
    
@media (min-width: 576px) {

  .d-sm-block {
    display: block !important;
  }
}


 
 
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
    }



@font-face {
  font-family: 'FontAwesome';
  src: url('fonts/fontawesome-webfont.eot?v=4.7.0');
  src: url('fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}

.fa-instagram-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}

.fa-instagram:before {
  content: "\f16d";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}

.fa-call:before {
  content: "\f095";
  margin-left:-30px;
}

.fa-enq:before {
  content: "\f0e0";
  margin-left:-30px;
}

.fa-chat:before {
  content: "\f232";
  margin-left:-30px;
}

.fa-youtube:before {
  content: "\f167";
}

.fa-facebook-official:before {
  content: "\f230";
}




/*-- //fixed social icons --*/
.wthree-frwebsolution {
  position: fixed;
  bottom: 0%;
  width: 4%;
  z-index: 9999;
}
.frwebsolution ul {
  padding: 0px;
  -webkit-transform: translate(-270px, 0);
  -moz-transform: translate(-270px, 0);
  -ms-transform: translate(-270px, 0);
  -o-transform: translate(-270px, 0);
  transform: translate(-270px, 0);
}
.frwebsolution ul li {
  display: block;
  margin: 5px;
  width: 310px;
  text-align: left;
  padding: 10px;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.w3_twitter{
	background:#1da1f2;
}
.w3_facebook{
	background:#3b5998;
}

.w3_instagram{
 background: #f09433; 
background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); 
background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
}


.w3_dribbble{
	background:#cc181e;
}
.w3_g_plus{
	background:#dd4b39;
}
.w3_twitter:hover{
	background:#54BAF2;
}
.w3_facebook:hover{
	background:#6187D5;
}


.w3_dribbble:hover{
	background:#cc181e;
}
.w3_g_plus:hover{
	background:#EA6A5B;
}
.frwebsolution ul li a{
	color:#212121;
}
.frwebsolution ul li i {
	margin-right: 10px;
    color: #212121;
    padding: 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    font-size: 15px;
  	text-align: center;
	background: #fff;
}
.frwebsolution {
  position: fixed;
  bottom: 0%;
  width: 4%;
  z-index: 9999;
  right:-5px;
  top:50%;
}
.frwebsolution ul {
  padding: 0px;
  -webkit-transform: translate(0px, 0);
  -moz-transform: translate(0px, 0);
  -ms-transform: translate(0px, 0);
  -o-transform: translate(0px, 0);
  transform: translate(0px, 0);
}
.frwebsolution ul li:hover {
    -webkit-transform: translate(110px, 0);
    -moz-transform: translate(110px, 0);
    -ms-transform: translate(110px, 0);
    -o-transform: translate(110px, 0);
    transform: translate(-78px,0px);
}
.frwebsolution ul li a{
	color:#212121;
}
.frwebsolution ul li:hover a {
  color: #fff;
  text-decoration: none;
}
/*-- //fixed frwebsolution icons --*/  
/* -- Responsive code -- */
@media screen and (max-width: 1440px){
	.frwebsolution {
        right: 2px;
	}
}
@media screen and (max-width: 1280px){
	
}
@media screen and (max-width: 1080px){

	.frwebsolution {
		right: 13px;
	}

}
@media screen and (max-width: 1024px){

	.frwebsolution {
		right: 17px;
	}
}
@media screen and (max-width: 900px){

	.frwebsolution {
		right: 20px;
	}

}
@media screen and (max-width: 800px){

	.frwebsolution {
		right: 27px;
	}

}
@media screen and (max-width: 667px){
	.icon-left {
		width: 55px;
		height: 55px;
	}
	.icon-left i.fa {
		font-size: 1.5em;
	}
	.frwebsolution {
		right: 32px;
	}
	.offers-number {
       width: 37px;
       height: 37px;
	}

}
@media screen and (max-width: 568px){

	.frwebsolution ul li i {
        width: 29px;
        height: 29px;
		padding: 7px;
	}

}
@media screen and (max-width: 414px){

	.frwebsolution {
		right: 35px;
	}

}
@media screen and (max-width: 320px){

	.frwebsolution ul li i {
        width: 24px;
		height: 24px;
		font-size: 12px;
	}
}

 .left-banner {
            bottom: 0;
            position: fixed;
            width: auto;
            z-index: 99;
            left: 12px;
        }

            .left-banner img {
                width: 100%;
            }

            .left-banner span {
                background-color: #186d96;
                border-top: 7px solid #dec640;
                color: #fff;
                display: block;
                font-size: 15px;
                padding: 7px;
                text-align: center;
                width: 100%;
            }

            .left-banner a {
                text-decoration: none;
            }

        .bounce {
            position: absolute;
            bottom: 0px;
            left: 22%;
            /*width: 60px;*/
            height: 100px;
            margin-left: -30px;
            animation: bounce 2s infinite;
            -webkit-animation: bounce 2s infinite;
            -moz-animation: bounce 2s infinite;
            -o-animation: bounce 2s infinite;
            z-index: 9;
        }

            .bounce a {
                display: inline-block;
                height: 100px;
                padding-top: 0px;
                text-align: center;
                width: 100px;
            }

            .bounce img {
                width: 50px;
            }

        @-webkit-keyframes bounce {
            0%, 20%, 50%, 80%, 100% {
                -webkit-transform: translateY(0);
            }

            40% {
                -webkit-transform: translateY(-30px);
            }

            60% {
                -webkit-transform: translateY(-15px);
            }
        }

        @-moz-keyframes bounce {
            0%, 20%, 50%, 80%, 100% {
                -moz-transform: translateY(0);
            }

            40% {
                -moz-transform: translateY(-30px);
            }

            60% {
                -moz-transform: translateY(-15px);
            }
        }

        @-o-keyframes bounce {
            0%, 20%, 50%, 80%, 100%;

        {
            -o-transform: translateY(0);
        }

        40% {
            -o-transform: translateY(-30px);
        }

        60% {
            -o-transform: translateY(-15px);
        }

        }

        @keyframes bounce {
            0%, 20%, 50%, 80%, 100% {
                transform: translateY(0);
            }

            40% {
                transform: translateY(-30px);
            }

            60% {
                transform: translateY(-15px);
            }
        }

        @media screen and (min-width: 768px) {
            .left-banner {
                bottom: 0;
                position: fixed;
                width: auto;
                z-index: 99;
                left: 12px;
            }

                .left-banner img {
                    width: 100%;
                }

                .left-banner span {
                    background-color: #3636a7;
                    border-top: 7px solid #fdb513;
                    color: #fff;
                    display: block;
                    font-size: 15px;
                    padding: 7px;
                    text-align: center;
                    width: 100%;
                }

                .left-banner a {
                    text-decoration: none;
                }

            .bounce {
                position: absolute;
                bottom: 0;
                left: 22%;
                /*width: 60px;*/
                height: 100px;
                margin-left: -30px;
                animation: bounce 2s infinite;
                -webkit-animation: bounce 2s infinite;
                -moz-animation: bounce 2s infinite;
                -o-animation: bounce 2s infinite;
                z-index: 9;
            }

                .bounce a {
                    display: inline-block;
                    height: 100px;
                    padding-top: 0px;
                    text-align: center;
                    width: 100px;
                }

                .bounce img {
                    width: 50px;
                }

            .left-banner span {
                margin-bottom: 0px;
                margin-right: 0px;
            }

            @-webkit-keyframes bounce {
                0%, 20%, 50%, 80%, 100% {
                    -webkit-transform: translateY(0);
                }

                40% {
                    -webkit-transform: translateY(-30px);
                }

                60% {
                    -webkit-transform: translateY(-15px);
                }
            }

            @-moz-keyframes bounce {
                0%, 20%, 50%, 80%, 100% {
                    -moz-transform: translateY(0);
                }

                40% {
                    -moz-transform: translateY(-30px);
                }

                60% {
                    -moz-transform: translateY(-15px);
                }
            }

            @-o-keyframes bounce {
                0%, 20%, 50%, 80%, 100%;

        {
            -o-transform: translateY(0);
        }

        40% {
            -o-transform: translateY(-30px);
        }

        60% {
            -o-transform: translateY(-15px);
        }

        }

        @keyframes bounce {
            0%, 20%, 50%, 80%, 100% {
                transform: translateY(0);
            }

            40% {
                transform: translateY(-30px);
            }

            60% {
                transform: translateY(-15px);
            }
        }
        
        
.fixed {
    position: fixed;
    top: 200px;
    right: -100px;
    width: 0px;
    height: 100px;
    z-index: 100000 !important;
    transform: rotate(90deg);
    
}

 
    .buttonDiv {
        padding: 0 21px;
        border-radius: 30px 30px 30px 30px;
    }


    /* Button Css */
    .bg-b-blue {
    background-color: #463e84; 
        color:white;
        font-weight:bold;
    }


    
      .button {
        display: block;
        border: 0;
        line-height: 3;
        margin-top: 140px;
        outline: none;
        text-decoration: none;
        color: black;
        width: 180px;
        font-size: 16px;
        border-radius: 20px 0 0 20px;
    }
    
    
.gallery-title
{
    font-size: 36px;
    color: black;
    text-align: center;
    font-weight: 500;
    margin-bottom: 70px;
}
.gallery-title:after {
    content: "";
    position: absolute;
    width: 7.5%;
    left: 46.5%;
    height: 45px;
    border-bottom: 1px solid #5e5e5e;
}
.filter-button
{
    font-size: 18px;
    border: 1px solid black;
    border-radius: 5px;
    text-align: center;
    color: black;
    margin-bottom: 30px;

}
.filter-button:hover
{
    font-size: 18px;
    border: 1px solid #e32845;
    border-radius: 5px;
    text-align: center;
    color: #ffffff;
    background-color: #e32845;

}
.btn-default:active .filter-button:active
{
    background-color: #e32845;
    color: white;
}

.port-image
{
    width: 100%;
}

.gallery_product
{
    margin-bottom: 30px;
}


.apply-now-btn {
  text-align: center;
  color: #002147 !important;
  padding: 8px 0;
  width: 190px;
  background: #fdc800;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  display: inline-block;
  border: 2px solid #fdc800;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.apply-now-btn:hover {
  background: transparent;
  color: #FFFFFF !important;
}