/*!
 * Start Bootstrap - Stylish Portfolio v5.0.1 (https://startbootstrap.com/template-overviews/stylish-portfolio)
 * Copyright 2013-2018 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-stylish-portfolio/blob/master/LICENSE)
 */

@font-face {
  font-family: 'Kankin-Regular';
  src: url('../fonts/Kankin-Regular.eot?#iefix') format('embedded-opentype'),  url('../fonts/Kankin-Regular.woff') format('woff'), url('../fonts/Kankin-Regular.ttf')  format('truetype'), url('../fonts/Kankin-Regular.svg#Kankin-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
    font-family: 'allegratta_personal_useRg';
    src: url('../fonts/allegratta_personal_use-webfont.woff2') format('woff2'),
         url('../fonts/allegratta_personal_use-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'palanquinmedium';
    src: url('../fonts/palanquin-medium.woff2') format('woff2'),
         url('../fonts/palanquin-medium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'palanquinregular';
    src: url('../fonts/palanquin-regular.woff2') format('woff2'),
         url('../fonts/palanquin-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body,
html {
	width: 100%;
	height: 100%
}

body {
	font-family: 'Source Sans Pro'
}

.btn-xl {
	padding: 1.25rem 2.5rem
}

.content-section {
	padding-top: 7.5rem;
	padding-bottom: 7.5rem
}

.content-section-heading h2 {
	font-size: 3rem
}

.content-section-heading h3 {
	font-size: 1rem;
	text-transform: uppercase
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 700
}

.text-faded {
	color: rgba(255, 255, 255, .7)
}

.map {
	height: 760px;
}

@media (max-width:992px) {
	.map {
		height: 75%
	}
}

.map iframe {
	pointer-events: none
}

.scroll-to-top {
	position: fixed;
	right: 15px;
	bottom: 15px;
	display: none;
	width: 50px;
	height: 50px;
	text-align: center;
	color: #fff;
	background: rgba(52, 58, 64, .5);
	line-height: 45px
}

.scroll-to-top:focus,
.scroll-to-top:hover {
	color: #fff
}

.scroll-to-top:hover {
	background: #343a40
}

.scroll-to-top i {
	font-weight: 800
}

.masthead {
	min-height: 20rem;
	position: relative;
	display: table;
	width: 100%;
	height: auto;
	padding-top: 0rem;
	padding-bottom: 8em;

	background:url(../img/banner.png) no-repeat;
	background-size:100% auto;
	background-position:center 9%;
}

.masthead h1 {
	font-size: 4rem;
	margin: 0;
	padding: 0
}

@media (min-width:992px) {
    .masthead {
     
        height: 100vh;
    }
	.masthead h1 {
		font-size: 5.5rem
	}
}

#sidebar-wrapper {
	position: fixed;
	z-index: 2;
	right: 0;
	width: 250px;
	height: 100%;
	-webkit-transition: all .4s ease 0s;
	transition: all .4s ease 0s;
	-webkit-transform: translateX(250px);
	transform: translateX(250px);
	background: #004eff;
	border-left: 1px solid rgba(255, 255, 255, .1)
}

.sidebar-nav {
/*	position: absolute;*/
	top: 0;
	width: 250px;
	margin: 0;
	padding: 0;
	list-style: none
}

.sidebar-nav li.sidebar-nav-item a {
	display: block;
	text-decoration: none;
	color: #fff;
	padding: 15px
}

.sidebar-nav li a:hover {
	text-decoration: none;
	color: #fff;
	background: rgba(255, 255, 255, .2)
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
	text-decoration: none
}

.sidebar-nav>.sidebar-brand {
	font-size: 1.2rem;
	background: rgba(52, 58, 64, .1);
	height: 80px;
	line-height: 50px;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 15px
}

.sidebar-nav>.sidebar-brand a {
	color: #fff
}

.sidebar-nav>.sidebar-brand a:hover {
	color: #fff;
	background: 0 0
}

#sidebar-wrapper.active {
	right: 250px;
	width: 80%;
	-webkit-transition: all .4s ease 0s;
	transition: all .4s ease 0s;
	z-index:9999999;
}

.menu-toggle {
	position: fixed;
	right: 0px;
	top: 0px;
	width: 70px;
	height: 75px;
	text-align: center;
	color: #fff;
/*	background: rgba(52, 58, 64, .5);*/
	background:#004eff;
	line-height: 75px;
	z-index: 99999999;
	border-radius: 0px !important;
}

.menu-toggle:focus,
.menu-toggle:hover {
	color: #fff
}

.menu-toggle:hover {
	background: #343a40
}

.service-icon {
	background-color: #fff;
	color: #1d809f;
	height: 7rem;
	width: 7rem;
	display: block;
	line-height: 7.5rem;
	font-size: 2.25rem;
	-webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 3px 3px 0 rgba(0, 0, 0, .1)
}

.callout {
	padding: 15rem 0;
	background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, .1)), to(rgba(255, 255, 255, .1))), url(../img/bg-callout.jpg);
	background: linear-gradient(90deg, rgba(255, 255, 255, .1) 0, rgba(255, 255, 255, .1) 100%), url(../img/bg-callout.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover
}

.callout h2 {
	font-size: 3.5rem;
	font-weight: 700;
	display: block;
	max-width: 30rem
}

.portfolio-item {
	display: block;
	position: relative;
	overflow: hidden;
	max-width: 530px;
	margin: auto auto 1rem
}

.portfolio-item .caption {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	width: 100%;
	background-color: rgba(33, 37, 41, .2);
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 1
}

.portfolio-item .caption .caption-content {
	color: #fff;
	margin: auto 2rem 2rem
}

.portfolio-item .caption .caption-content h2 {
	font-size: .8rem;
	text-transform: uppercase
}

.portfolio-item .caption .caption-content p {
	font-weight: 300;
	font-size: 1.2rem
}

@media (min-width:992px) {
	.portfolio-item {
		max-width: none;
		margin: 0
	}
	.portfolio-item .caption {
		-webkit-transition: -webkit-clip-path .25s ease-out, background-color .7s;
		-webkit-clip-path: inset(0);
		clip-path: inset(0)
	}
	.portfolio-item .caption .caption-content {
		-webkit-transition: opacity .25s;
		transition: opacity .25s;
		margin-left: 5rem;
		margin-right: 5rem;
		margin-bottom: 5rem
	}
	.portfolio-item img {
		-webkit-transition: -webkit-clip-path .25s ease-out;
		-webkit-clip-path: inset(-1px);
		clip-path: inset(-1px)
	}
	.portfolio-item:hover img {
		-webkit-clip-path: inset(2rem);
		clip-path: inset(2rem)
	}
	.portfolio-item:hover .caption {
		background-color: rgba(29, 128, 159, .9);
		-webkit-clip-path: inset(2rem);
		clip-path: inset(2rem)
	}
}

footer.footer {
	padding-top: 5rem;
	padding-bottom: 5rem
}

footer.footer .social-link {
	display: block;
	height: 4rem;
	width: 4rem;
	line-height: 4.3rem;
	font-size: 1.5rem;
	background-color: #1d809f;
	-webkit-transition: background-color .15s ease-in-out;
	transition: background-color .15s ease-in-out;
	-webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 3px 3px 0 rgba(0, 0, 0, .1)
}

footer.footer .social-link:hover {
	background-color: #155d74;
	text-decoration: none
}

a {
	color: #1d809f
}

a:active,
a:focus,
a:hover {
	color: #155d74
}

.btn-primary {
	background-color: #1d809f!important;
	border-color: #1d809f!important;
	color: #fff!important
}

.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover {
	background-color: #155d74!important;
	border-color: #155d74!important
}

.btn-secondary {
	background-color: #ecb807!important;
	border-color: #ecb807!important;
	color: #fff!important
}

.btn-secondary:active,
.btn-secondary:focus,
.btn-secondary:hover {
	background-color: #ba9106!important;
	border-color: #ba9106!important
}

.btn-dark {
	color: #fff!important
}

.btn {
	-webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 3px 3px 0 rgba(0, 0, 0, .1);
	font-weight: 700
}

.bg-primary {
	background-color: #1d809f!important
}

.text-primary {
	color: #1d809f!important
}

.text-secondary {
	color: #ecb807!important
}
.top_part {
    position: absolute;
    z-index: 999;
    width: 95%;
}
.mylogo {
    float: left;
	width:100%;
    margin: 10px;
	padding-top: 5px;
}
.right_menu {
    float: right;
    font-size: 18px;
    color: #fff;
    padding-top: 15px;
    margin-right: 5px;
}
#page-top {
    padding: 10px !important;
}
.aroowfor_scrool {
    box-shadow: none;
	position: absolute;
	bottom: -10px;
	padding: 0px;
	width: 100%;
	left: 0px;
	text-align: center;
}
.masthead {
    border-bottom: 10px solid #fff;
   
}
.aroowfor_scrool:focus {
    box-shadow: none;
}
.help_text{
	font-family: 'allegratta_personal_useRg' !important;
	color:#fff;
	font-size: 60px;
	font-weight: normal !important;
	line-height: 34px;
    margin-top:50px;
}
.keep_yachat {
    font-family: 'Kankin-Regular' !important;
    font-size: 60px;
	font-weight:normal !important;
    margin-bottom: 0;
    color: #fff;
    line-height: 64px;
	margin-top: 35px !important;
}
.shape_big {
    color: #fff;
    font-style: italic;
    font-weight: 900;
    font-size: 90px !important;
    line-height: 90px;
}
.my_shape_design {
    background:url(../img/design.png) no-repeat;
	background-position:center center;
	float:left;
	width: 100%;
	height: 31px;
	margin: 10px 0;
}
.center_box p {
    color: #fff;
    font-size: 28px;
    font-weight: 200;
    float: left;
    width: 100%;
    line-height: normal;
}
.myfirst_frmbtn,.myfirst_frmbtn:focus,.myfirst_frmbtn:active{
	background:none;
	border:none;
	outline: none;
	cursor:pointer;
	float:right;
}
.right_frm {
    position: absolute;
    right: 20px;
    bottom: 25px;
	z-index:9999;
}
.myfull_dataform {
    float: right;
    width: 100%;
}
.right_frm .modal{
	position:relative;
}
#myModal .modal-dialog {
    max-width: 300px;
	margin:0 auto;
}
#myModal .modal-content {
    border-radius: 77px 77px 0 77px;
	background: #f3f5f7;
}
#myModal .modal-header,#myModal .modal-body {
    padding: 0;
}
#myModal .modal-header {
    float: left;
    width: 100%;
	display:block;
	border: none;
	margin-bottom:15px;
}
#myModal .modal-header .close {
	padding: 0;
	margin: 0;
	opacity: 1;
	float: right;
	text-align: right;
	border-radius: 0 114px 0 0;
	position: relative;
	right:2px;
}
.close img{
	position: relative;
	right: -4px;
}
.myfirst_frm {
    float: left;
    width: 100%;    
}
.frm_text {
    float: left;
    width: 100%;
    background: #fff;
    border: none;
    margin-bottom: 15px;
    padding: 10px 25px;
    border-radius: 21px;
    color: #999;
    font-size: 17px;
    font-weight: 300 !important;
	font-size: 'Source Sans Pro' !important;
}
.frmsubmit {
    background: #004eff;
    border: none;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    float: left;
    width: 100.7%;
	padding: 25px 0;
	border-radius: 0 0 0 76px;
	position: relative;
	right: 1px;
	top: 2px;
	margin-top: 10px;
	cursor:pointer;
}
.just_input_field{
	float:left;
	width:100%;
	padding:0 40px;
}
#myModal .modal-header .close:focus{
	border:none;
	outline: none;
}
.bg-light {
    background-color: #f3f5f7 !important;
	background-image:url(../img/banner-2.png);
/*	background-position: 30% -80%;*/
	background-position: 10% -35%;
	background-repeat: no-repeat;
}
.small_design{
    background:url(../img/small-design.png) no-repeat;
	background-position:center center;
	float:left;
	width: 100%;
	height: 31px;
	margin: 10px 0;
}
#about p {
    color: #000;
    font-size: 18px;
    padding: 0 14%;
}
#about {
    padding-bottom: 340px;
	margin-bottom:10px;
	padding-top:90px;
}
.genfont_size{
	font-size: 45px !important;
	font-weight:700;
	font-size: 'Source Sans Pro' !important;
	line-height: 48px;
	margin-bottom: 0;
	text-align:center;
}
.greentitle{
	color:#224156;
}
.map{
	position:relative;
}
.above_mapstripe { 
	position: absolute;
	top: 120px;	
	left: 0px;
	width: 100%;    
}
.inner_mapstripe{
	z-index: 999999;
	position: relative;
	background: url(../img/dp.png) no-repeat;
	width: 80%;
	margin: 0 auto;
	background-size: 100% 100%;
	display:table;
	box-shadow: 0 8px 8px 0 rgba(0,0,0,0.12),
            0 3px 4px 0 rgba(0,0,0,0.08);
}
.left_popins {
    float: left;
	font-family: 'Poppins', sans-serif;
    color: #fff;
    font-size: 30px;
    line-height: normal;
	font-weight: 600;
	width: 55%;
	text-align: center;
	padding: 45px 0;
}
.outer_cover{
	float:left;
	width:100%;
	z-index:999999;
	position:relative;
}
.hirebtn{
	font-family: 'Poppins', sans-serif;
    color: #224156;
    background: #fff;
    font-size: 28px;
    font-weight: 700;
    padding: 10px 60px;
    border-radius: 10px;
    margin-top: 60px !important;
    display: inline-block;
}
.right_mapbtn {
    float: right;
    width: 45%;
    text-align: center;
}
.right_mapbtn a:hover {
	text-decoration:none;
}
.white_data {
   position: absolute;
    bottom: 110px;
    left: 0px;
	width:100%;
}
.inner_white_data {
    margin: 0 auto;
    width: 80%;
}
.outer_whitedv {
    float: left;
    width: 50%;
    background: #fff;
    padding: 35px 35px 35px 60px;
    border-radius: 10px;
	z-index:999999;
	position:relative;
}
.map iframe {
    position: relative;
    z-index: 99999;
}
.left_address h4{
	font-family: 'palanquinregular';
	color:#000;
}
.outer_whitedv p{
	font-family: 'palanquinmedium';
	font-weight:300;
}
.left_address {
    float: left;
    width: 50%;
	padding-top:3px;
}
.right_details {
    float: left;
    width: 50%;
	font-family: 'palanquinmedium';
	font-weight:300;
}
.top_details{
	background:url(../img/icon1.png) no-repeat;
	padding-left: 80px;
	background-position: 0 8px;
	float:left;
	width:100%;
	margin-bottom:20px;
}
.bottom_details{
	background:url(../img/icon2.png) no-repeat;
	float: left;
	width: 100%;
	padding: 20px 0 35px 80px;
}
.bottom_details a,.bottom_details a:hover{
	color:#000;
	text-decoration:none;
}
.full_copyrights {
    float: left;
    width: 100%;
    margin-top: 10px;
	font-family: 'palanquinmedium';
	font-weight:300 !important;
	color:#000;
}
.full_copyrights a,.full_copyrights a:hover{
	color:#000;
	text-decoration:none;
}
#career {
    background: #f3f5f7;
    padding: 90px 0;
    margin-bottom: 10px;
}
.full_resume_upload {
    width: 100%;
    display: inline-block;
    padding-top: 80px;
}
.resume_field {
    float: left;
    width: 30%;
    margin-right: 3%;
    background: #e4e6e8;
    border: none;
    padding: 12px 30px;
    border-radius: 40px;
    font-size: 18px;
	color:#999;
	font-weight:300;
	font-size: 'Source Sans Pro' !important;
}
.whitetitle{
	color:#fff;
}


/* =========== file upload ===========*/
.form input[type="file"]{
    z-index: 999;
    line-height: 0;
    font-size: 50px;
    position: absolute;
    opacity: 0;
    filter: alpha(opacity = 0);-ms-filter: "alpha(opacity=0)";
    cursor: pointer;
    _cursor: hand;
    margin: 0;
    padding:0;
    left:0;
}
.add-photo-btn{
    position:relative;
    overflow:hidden;
    cursor:pointer;
    text-align:center;
    background-color:#004eff;
    color:#fff;display:block;
    width:30%;
	padding:10px 30px;
    font-size:18px;
    line-height:30px;
    float:left;
	font-size: 'Source Sans Pro' !important;
	font-weight:700;
	border-radius: 40px;
}
input[type="text"]{
	float:left;
}
/* =========== file upload ===========*/
/* Slider */
.slick-slide {
    margin: 0px 0px 0 0;
}

.slick-slide img {
    width: auto;
	padding: 50px 0;
}

.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: inline-block;
	
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: inline;
	text-align:center;
}

.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.slide slick-slide{
	text-align:center;
}
.customer-logos {
    float: left;
    width: 100%;
	background:#fff;
	padding: 15px 0;
	margin-top: 35px;
}
.slick-initialized .slick-slide {
    display: block;
    text-align: center;
    border-right: 2px solid #e7e7e7;    
}
/* ============ slider ==========*/


#whychoos_us{
	background:url(../img/why_us.png) no-repeat;
	background-position: center 70%;
	background-size:cover !important;
	display: inline-block;
	width: 100%;
	padding: 100px 0 50px 0;
	margin-bottom:10px;
}
.whyus_data{
	font-family: 'Source Sans Pro';
    font-size: 18px;
    color: #fff;
    text-align: center;
    margin: 25px 0;
    float: left;
    width: 100%;
}
.cmbox {
    float: left;
	background:rgb(5,84,136,.7);
    padding: 15px;
	color: #fff;
}
.twoborder{
	border-left:1px solid #237fbc;
	border-right:1px solid #237fbc;
}
.first_three_box,.last_two_box {
    float: left;
    width: 100%;
}
.myfirst_box, .third_box {
    float: left;
    width: 30%;
    text-align: center;
}
.mysecond_box {
    float: left;
    width: 40%;
}
.inner_lasttwo{
	width:70%;
	margin:0 auto;
}
.first_three_box{
	border:1px solid #237fbc;
}
.full_box_design {
    float: left;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 130px;
}
#what_we_do{
	/*background:url(../img/boat.png) no-repeat;
	background-size:cover;*/
	background:#f3f5f7;
	padding-bottom: 0px;
	padding-top:0px;
	margin-bottom: 10px;
	float:left;
	width:100%;
	background-position: center;
}
.we-do.slick-initialized.slick-slider {
	float:left;
    width: 100%;
	margin-top:0px;
}
.inner_sitem {
	background:rgb(215,215,215,0.9);
	padding: 100px 10px 90px 10px;
	height: 220px;
	font-size: 25px;
	line-height: normal;
	border-right: 2px solid #e7e7e7;
	color:#000;
}
.slide_content_start {
    float: left;
    width: 100%;
    margin-top:10px;
}
.above_content{
    max-width: 800px;
    margin: 0 auto;
}
.myfirst_para,.mylast_para{
    font-size: 18px;
}
.above_content {
    max-width: 710px;
    margin: 0px auto 50px auto;
    line-height: normal;
}
.mylast_para {
    width: 550px;
    margin: 40px auto 0 auto;
	color:#000;
}
.mylast_para h5 {
    font-size: 24px;
    margin-bottom: 20px;
}
.myfirst_para {
    margin-top: 15px;
	color:#000;
}
.inner_sitem:hover{
	/*background:#fff;
	color:#224156;*/
	margin-top: -10px;
	height: 230px !important;
}
#what_we_do .slick-initialized .slick-slide{
	padding-top:10px;
	border:none;
}
/*.liveclass:hover{
	background:url(../img/correct.png) no-repeat !important;
	background-position: 98% 7px !important;
	color:#fff;
	margin-top: 0px;
	height: 220px !important;
}*/
/*
.liveclass{
	background:url(../img/correct.png) no-repeat #004eff;
	background-position: 98% 7px;
}*/
.we-do .spx_1.liveclass,.we-do .spx_1:hover{
	background:url(../img/spx_1.jpg) no-repeat;
	background-position: center center;
	color:#fff;
}
.we-do .spx_2.liveclass,.we-do .spx_2:hover{
	background:url(../img/spx_2.jpg) no-repeat;
	background-position: center center;
	color:#fff;
}
.we-do .spx_3.liveclass,.we-do .spx_3:hover{
	background:url(../img/spx_3.jpg) no-repeat;
	background-position: center center;
	color:#fff;
}
.we-do .spx_4.liveclass,.we-do .spx_4:hover{
	background:url(../img/spx_4.jpg) no-repeat;
	background-position: center center;
	color:#fff;
}
.we-do .spx_5.liveclass,.we-do .spx_5:hover{
	background:url(../img/spx_5.jpg) no-repeat;
	background-position: center center;
	color:#fff;
}
.we-do .spx_6.liveclass,.we-do .spx_6:hover{
	background:url(../img/spx_6.jpg) no-repeat;
	background-position: center center;
	color:#fff;
}
.we-do .spx_7.liveclass,.we-do .spx_7:hover{
	background:url(../img/spx_7.jpg) no-repeat;
	background-position: center center;
	color:#fff;
}
.we-do .spx_8.liveclass,.we-do .spx_8:hover{
	background:url(../img/spx_8.jpg) no-repeat;
	background-position: center center;
	color:#fff;
}
.we-do .spx_9.liveclass,.we-do .spx_9:hover{
	background:url(../img/spx_9.jpg) no-repeat;
	background-position: center center;
	color:#fff;
}
.we-do .spx_10.liveclass,.we-do .spx_10:hover{
	background:url(../img/spx_10.jpg) no-repeat;
	background-position: center center;
	color:#fff;
}
.myslider_data {
	display:none;
}
.activedata{
    display: block;
}
#what_we_do .slick-next.slick-arrow{
	float: right;
	text-indent: 10000%;
	background:url(../img/right.png) no-repeat !important;
	overflow: hidden;
	border: none;
	height: 67px;
	width:46px;
	position: absolute;
	right: -5px;
	top: 105px;
	cursor:pointer;
	z-index: 99999999;
}
#what_we_do .slick-next.slick-arrow:hover,#what_we_do .slick-next.slick-arrow:focus{
	background:url(../img/right.png) no-repeat !important;
	border:none;
	outline: none;z-index: 99999;
}
#what_we_do .slick-prev.slick-arrow{
	float: left;
	text-indent: 10000%;
	background:url(../img/left.png) no-repeat !important;
	overflow: hidden;
	border: none;
	width:46px;
	height: 67px;
	position: absolute;
	left: -7px;
	top: 105px;
	cursor:pointer;
	z-index: 99999999;
}
#what_we_do .slick-prev.slick-arrow:hover,#what_we_do .slick-prev.slick-arrow:focus{
	background:url(../img/lefth.png) no-repeat !important;
	border:none;
	outline: none;
}
.sidebar-nav {
    padding: 150px 150px 100px 150px;
    width: 100%;
	float: left;
	position: relative;
}
.sidebar-nav li.sidebar-nav-item a {
	font-family: 'Source Sans Pro';
    font-size: 34px;
    font-weight: 900;
}
.js-scroll-trigger.active{
	color:#000 !important;
	margin-left:20px;
}
.mymenu_social {
    float: left;
    width: 100%;
    padding-left: 150px;
}
.mymenu_social a{
	color:#fff;
	font-size:22px;
	margin-left: 15px;
}
.mymenu_social a:hover{
	color:#000;
}
/*.js-scroll-trigger:hover{
	color:#000 !important;
}*/
.myslider_data.spx_1.activedata:hover {
    background: none;
}
#myModal3 .modal-dialog {
    max-width: 300px;
	margin:0 auto;
}
#myModal3 .modal-content {
    border-radius: 77px 77px 0 77px;
	background: #f3f5f7;
}
#myModal3 .modal-header,#myModal3 .modal-body {
    padding: 0;
}
#myModal3 .modal-header {
    float: left;
    width: 100%;
	display:block;
	border: none;
	margin-bottom:15px;
}
#myModal3 .modal-header .close {
	padding: 0;
	margin: 0;
	opacity: 1;
	float: right;
	text-align: right;
	border-radius: 0 114px 0 0;
	position: relative;
	right:2px;
}
.for_mobiles{
	display:none;
}
.lastmy_first{
	border:1px solid #237fbc;
	border-top:0px;
}
.lastmy_second.cmbox{
	border:1px solid #237fbc;
	border-left:0px;
	border-top:0px;
}
.bigimgs img {
    width: 75%;
}
.slider_spcontent {
    background: #f3f5f7;
    width: 90%;
    margin: 0 auto;
    padding: 50px 0 20px 0;
}
.mysp_p {
    font-size: 18px;
    color: #000;
	padding:0 10px;
}
.white_str {
    margin-top: 10px;
}
.modal {
    z-index: 99999999;
}
.who_more {
    color: #000;
    text-decoration: none;
    font-style: italic;
    font-weight: bold;
    margin-top: 30px !important;
    float: left;
    width: 100%;
}
.who_more:hover{
	text-decoration:none;
}
.above_content .myslider_data :hover{
	background:none !important;
}
.mydarrow{
	display:none;
}
.mydarrow.showarrow{
	display:block !important;
}
.mydarrow.spx_1.showarrow.activedata {
    background: none !important;
}
.mydarrow img{
	padding:0px;
	position:relative;
	bottom:1px;
}
.inner_sitem.activedata.liveclass::before {
    background: rgb(0,0,0,0.2);
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
}
.inner_sitem{
    position: relative;
}
.mydarrow.showarrow.activedata:hover{
	background:none !important;
}
.mylocation a{
	font-family: 'palanquinmedium';
	color:#00d679;
	font-size:22px;
}
.mylocation img {
    margin-right: 7px;
}
.mylocation a:hover{
	text-decoration:none;
}
.mysecond_box strong {
    font-style: italic;
}
.outer_center_last{
	float:left;
	width:100%;
}
.last_center{
	background:rgb(5,84,136,.7);
	padding: 15px;
	color: #fff;
	max-width: 44%;
	margin: 0 auto;
	text-align: center;
	border:1px solid #237fbc;
	border-top: 0px;
}
#myModal4 .genfont_size {
    width: 100%;
    float: left;
	font-size: 34px !important;
}
#myModal4 .modal-dialog {
    max-width: 750px;
}
.outrer_pp{
	float:left;
	width:100%;
}
.pop4_content{
	height:340px;
	overflow:auto;
	margin-bottom: 60px;
}
#myModal4 .small_design{
	margin:0px;
}
#myModal4 .modal-content{
	border-radius:15px;
	padding-bottom:0px;
}
#myModal4 .modal-header{
	border:0px !important;
	padding-bottom: 0px;
}
@media screen and (min-width: 1300px) and (max-width: 1600px) {
	.top_part {
		width: 93%;
	}
    .masthead {
        background-position: top center;
       
    }	
}
@media screen and (min-width: 1300px) and (max-width: 1420px) {
	.bg-light {
		background: #f3f5f7 !important;
	}
	.for_mobiles{
		display:block;		
	}
	#about{
		padding-bottom: 10px;
		margin-bottom: 10px;
	}
	.for_mobiles img {
		width: 80%;
	}
	.white_data{
		bottom:8 0px;
	}
	.outer_whitedv{
		width:65%;
	}
	.left_popins{
		font-size:26px;
	}
	.hirebtn{
		font-size:21px;
	}
}

@media screen and (min-width: 1200px) and (max-width: 1299px) {
	.top_part {
		width: 91%;
	}
    .masthead {
        background-size: cover;
        padding-top: 80px;
        /*height: 80vh !important;*/
        /*lakshmi
        height: auto;*/
    }
	.bg-light {
		background: #f3f5f7 !important;
	}
	.for_mobiles{
		display:block;		
	}
	#about{
		padding-bottom: 10px;
		margin-bottom: 10px;
	}
	.for_mobiles img {
		width: 80%;
	}
	.outer_whitedv{
		width:65%;
	}
	.left_popins{
		font-size:26px;
	}
	.hirebtn{
		font-size:21px;
	}
    .masthead {
        padding-top: 5rem;
        /*lakshmi*/
        height: auto;
        /* -webkit-padding-start:5px; padding-top: 5em;*/
    }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
	.top_part {
		width: 91%;
	}
    .masthead { /*lakshmi*/
        height: auto;
        /*height: 65vh !important;*/
    }
	.help_text {
		font-size: 44px;
		line-height: 22px;
	}
	.keep_yachat {
    	font-size: 50px;
	}
	.shape_big {
		font-weight: 900;
		font-size: 70px !important;
		line-height: 62px;
	}
	.center_box p {
    	font-size: 26px;
	}
	.bg-light {
		background: #f3f5f7 !important;
	}
	.for_mobiles{
		display:block;		
	}
	#about{
		padding-bottom: 10px;
		margin-bottom: 10px;
	}
	.for_mobiles img {
		width: 80%;
	}
	#about p {
		padding: 0 7%;
	}
	.cmbox {
		padding: 15px 10px;
		font-size: 14px;
		text-align:center;
	}
	.outer_whitedv{
		width:65%;
	}
	.left_popins{
		font-size:26px;
	}
	.hirebtn{
		font-size:21px;
	}
	.bigimgs img{
		width:85%;
	}
	.above_mapstripe {
    	top: 70px;
	}
	.outer_whitedv {
		width: 80%;
	}
	.white_data{
		bottom:90px;
	}
    .masthead {
        padding-top: 5rem; /*lakshmi*/
        height: auto;
    }
	.item_s4 img {
		width: 90%;
	}
}
@media (max-width:991px) {
	.right_menu{
		display:none;
	}
	.help_text {
		font-size: 40px;
		line-height: 20px;
	}
	.keep_yachat {
    	font-size: 42px;
		line-height:50px;
	}
	.shape_big {
		font-weight: 900;
		font-size: 60px !important;
		line-height: 60px;
	}
	.center_box p {
    	font-size: 24px;
	}
    .masthead {
        background-position: center 0; /*lakshmi*/
        height: auto;
    }
	.bg-light {
		background: #f3f5f7 !important;
	}
	.for_mobiles{
		display:block;		
	}
	#about{
		padding-bottom: 10px;
		margin-bottom: 10px;
	}
	.for_mobiles img {
		width: 80%;
	}
	.genfont_size {
    	font-size: 40px !important;
	}
	
	.cmbox {
		padding: 15px 10px;
		font-size: 14px;
		text-align: center;
	}
	.inner_lasttwo {
    	width: 80%;
	}
	.lastmy_first {
		float: left;
		width: 40%;
	}
	.lastmy_second {
		width: 55%;
	}
	.myfirst_box {
		padding: 25.5px 10px;
	}
	.bigimgs img{
		width:85%;
	}
	.inner_mapstripe,.inner_white_data{
		width:85%;
	}
	.left_popins{
		font-size:22px;
	}
	.hirebtn{
		font-size:19px;
	}
	.outer_whitedv{
		width:100%;
	}
	.white_data{
		bottom:10px;
	}
    .masthead {
        padding-top: 8rem; /*lakshmi*/
        height: auto;
    }
	.slick-slide{
		overflow:hidden;
	}
	.item_s4 img {
		width: 85%;
		position: relative;
		top: 3px;
	}
	.item_s3 img {
		width: 88%;
		position: relative;
		top: 2px;
	}
	.item_s7 img {
		width: 88%;
		position: relative;
		top: 4px;
	}
}
@media (max-width:767px) {
	.right_menu{
		display:none;
	}
	.help_text {
		font-size: 30px;
		line-height: 20px;
	}
	.keep_yachat {
    	font-size: 32px;
		line-height:40px;
	}
	.shape_big {
		font-weight: 900;
		font-size: 40px !important;
		line-height: 40px;
	}
	.center_box p {
    	font-size: 20px;
	}
    .masthead {
        background-position: center 0; /*lakshmi*/
        height: auto;
    }
	.my_shape_design {
		float:none;
		width: 100%;
		height: 31px;
		margin: 10px 0;
		margin: 10px auto;
		display: inline-block;
	}
	.myfirst_frmbtn img {
		width: 80%;
		float: right;
	}
	#about p {
		font-size: 16px;
		padding: 0;
	}
	.genfont_size {
    	font-size: 34px !important;
	}
	.cmbox {
		padding: 15px 10px;
		width: 100%;
		border-bottom: 1px solid #237fbc;
	}
	.last_center{
		max-width:100%;
	}
	.first_three_box{
		border-bottom:0px;
	}
	.lastmy_second.cmbox{
		border-left: 1px solid #237fbc;
	}
	.twoborder{
		border-left:0px;
		border-right:0px;
	}
	.inner_lasttwo {
		width: 100%;
	}
	.full_box_design{
		margin-bottom:70px;
	}
	.mylast_para {
    	width: 80%;
	}
	.resume_field,.add-photo-btn{
		width:100%;
		margin-bottom:10px;
	}
	.full_resume_upload{
		padding-top:20px;
	}
	.left_popins,.right_mapbtn{
		width:100%;
	}
	.hirebtn{
		margin-bottom:30px;
		margin-top:0px !important;
	}
	.inner_mapstripe{
		background-size:cover;
		border-radius:10px;
	}
	.above_mapstripe{
		top:40px;
	}
	.left_address {
		float: left;
		width: 100%;
		padding-top: 0;
	}
	.right_details{
		width:100%;
	}
	.map {
		/*height: 100%;*/
		height:760px;
	}
	.sidebar-nav,.mymenu_social{
		padding:50px;
	}
	.sidebar-nav li.sidebar-nav-item a {
		font-size: 20px;
		font-weight: 700;	
	}
	#myModal3 {
		top: 21%;
	}
	#myModal {
		top: 21%;
	}
	.right_frm .modal {
		position: fixed;
	}
	.top_details,.bottom_details{
		padding-left:0px;
		padding-right:80px;
		background-position: top right
	}
	.inner_sitem{
		font-size:20px !important;
	}	
}
@media (max-width:480px) {
	.help_text {
		font-size: 24px;
		line-height: 16px;
	}
	.keep_yachat {
    	font-size: 22px;
		line-height:30px;
	}
	.shape_big {
		font-weight: 900;
		font-size: 30px !important;
		line-height: 30px;
	}
	.center_box p {
    	font-size: 16px;
	}
    .masthead {
        background-position: center 0; /*lakshmi*/
        height: auto;
    }
    .masthead { /*lakshmi*/
        /*height:70vh;*/
        background-size: cover;
    }
	.myfirst_frmbtn img {
		width: 70%;
		float: right;
	}
	.left_popins {
		font-size: 17px;
		padding: 25px 0;
	}
	.hirebtn {
		font-size: 14px;
	}
	.outer_whitedv{
		padding:25px 12px;
	}
	.outer_whitedv {
		font-size: 14px;
	}
	/*.top_details,.bottom_details{
		background-position: center top;
		padding-left: 0px;
		padding-top: 65px;
	}*/
	.top_details,.bottom_details{
		padding-right:40px;
		background-size: 50px;
		margin-bottom:0px;
	}
	.sidebar-nav{
		padding-left:20px;
		padding-top:50px;
	}
	.js-scroll-trigger.active{
		margin-left:0px;
	}
	.mymenu_social{
		padding-left:20px;
	}
}
@media (max-width:360px) {
	.mylogo img {
		width: 81%;
	}
}
 .iframe-maps iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
    }