/*Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1400px) { 
	.container.container_lg{
		max-width: 1340px;
	}
}
@media (min-width: 992px) and (max-width: 1399px) { 
	.subscribe_area .ab_column{
		right: -15px;
	}

	.subscribe_area .container::before{
		right: 90px;
	}
}

@media (max-width: 1199px) { 
	.testi_area .testi_box {
	    padding: 68px 40px;
	}

	.do_area .box p {
	    font-size: 22px;
	}

	.home_img {
	    top: 22%;
	}

	.subscribe_area .title_lg{
    	font-size: 49px;
    	line-height: 66px;
	}
}

@media (max-width: 991px) {
	#menu{
		position: fixed;
		top: 0;
		left: -100%;
		width: 100%;
		height: 100%;
		z-index: -1;
		background-color: #1A6EB5;
		padding-top: 160px;
		-webkit-transition: 0.4s;
		-o-transition: 0.4s;
		transition: 0.4s;
	}

	#menu.current{
		left: 0;
	}

	#menu li{
		display: block;
		text-align: center;
		margin-top: 10px;
	}

	#menu li:last-child a{
		padding-right: 15px;
	}

	.hamburger-menu {
		display: block;
	}

	.subscribe_area {
		background-color: #4D9CDF;
		margin-bottom: 0;
	}
	
	.subscribe_area .ab_column{
		position: relative;
		bottom: auto;
		right: auto;
		margin-bottom: 50px;
	}

	h3{
		font-size: 23px;
		line-height: 30px;
	}

	.do_area .box {
	    padding: 95px 25px;
	}

	.do_area .box p {
	    font-size: 17px;
	    line-height: 30px;
	}

	.ab_column{
		position: relative;
		left: auto;
		right: auto;
		bottom: auto;
		margin-bottom: 45px;
	}

	footer br{
		display: none;
	}

	.content_area.secondary_bg{
		padding: 60px 0 100px;
	}

	.content_area.theme_bg{
		padding: 0 0 60px;
	}

	.content_area.theme_bg .ab_column{
		margin-top: -80px;
	}

	.content_area p.mt_90{
		margin-top: 30px;
	}

	.content_area p.mb_90{
		margin-bottom: 30px;
	}

	footer{
		padding: 10px 0 50px;
	}

	.inner_home{
		min-height: auto;
		padding-top: 160px;
	}

	.inner_home .ab_column{
		margin-top: 40px;
	}

	.inner_home p{
		max-width: 500px;
	}

	.inner_content{
		min-height: auto;
		padding: 60px 0 !important;
	}

	.service_area.v2 p{
		margin-top: 25px;
	    margin-bottom: 25px;
	}

	.service_area.v2 p {
	    max-width: 100%;
	}
	
}

/*Medium devices (tablets, 767px and down)*/
@media (max-width: 767px) {
	footer br{
		display: block;
	}

	.social_icons a {
	    height: 50px;
	    width: 50px;
	    line-height: 52px;
	    font-size: 23px;
	}

	.inner_content img{
		margin-bottom: 40px;
	}

	.video_area .title::before {
	    min-width: auto;
	}

	.do_area .box {
	    padding: 30px 25px;
	    margin-top: 35px;
	}
}

/*Small devices (landscape phones, 575px and down)*/
@media (max-width: 575px) {
	header .logo{
		text-align: center;
	}

	h2{
		font-size: 22px;
		line-height: 32px;
	}

	.title{
		display: block;
		text-align: center;
	}

	.title::before {
	    height: 28px;
	    min-width: auto;
	    width: 100%;
	    left: 0px;
	}

	.title_lg{
		font-size: 32px;
		line-height: 39px;
	}

	.hero_area p br{
		display: none;
	}

	.hamburger{
		position: absolute;
		top: 30px;
	}

	body {
	    line-height: 24px;
	    font-size: 14px;
	}

	.do_area h3{
		margin-top: 15px;
		margin-bottom: 20px;
		font-size: 20px;
	    line-height: 26px;
	}

	.hero_area {
	    height: 550px;
	    padding-bottom: 35px;
	}

	.home_img {
	    top: 28%;
	}

	.do_area{
		padding: 35px 0;
	}

	.do_area .box {
	    padding: 30px 25px;
	    margin-top: 20px;
	    -webkit-box-shadow: 0px 3px 24px rgba(0, 0, 0, 0.1);
	            box-shadow: 0px 3px 24px rgba(0, 0, 0, 0.1);
	}

	.do_area h3::before {
	    bottom: -13px;	    
	    height: 36px;
	}

	.do_area .sub_title {
	    margin-top: 0px;
	}

	.do_area .box p {
	    font-size: 14px;
	    line-height: 26px;
	}

	.video_box{
		width: calc(100% + 30px);
		margin-left: -15px;
	}

	.video_area {
	    padding: 35px 0 0px;
	}

	.content_area .ab_column{
		padding: 0;
	}

	.content_area .ab_column{
		padding: 0;
	}

	.service_area p {
	    font-size: 15px;
	    line-height: 26px;
	}

	.service_area .button{
		margin-bottom: 20px;
	}

	.service_area {
	    padding: 45px 0;
	}

	.service_area .row.mt_60 {
	    margin-top: 15px;
	}

	.head_area p {
	    font-size: 18px;
	}

	.head_area {
	    padding: 60px 0;
	}

	.testi_area {
	    padding-top: 60px;
	}

	.contact_area button.button{
		margin-left: auto;
	    margin-right: auto;
	    display: block;
	}

	.contact_area {
	    padding: 60px 0 70px;
	}

	.contact_area .pt_70{
		padding-top: 10px;
	}

	.subscribe_area{
		margin-top: 180px;
	}

	.subscribe_area .ab_column img {
	    width: calc(100% - 30px);
	    position: absolute;
	    left: 15px;
	    right: 15px;
	    bottom: calc(100% - 50px);
	}

	.subscribe_area .title_lg{
		margin-top: 50px;
	}

	.feel_text{
		margin-top: 5px;
	}

	.contact_inner .ab_column {
	    bottom: -18px;
	}

	footer .mt_10{
		margin-top: 5px;
	}

	.job_description_area{
		padding: 60px 0;
	}

	.content_area h3 {
	    min-height: 60px;
	}

	.contact_area .row.pt_50{
		padding-top: 0;
	}

	.subscribe_area .title_lg {
	    font-size: 36px;
	    line-height: 47px;
	}

	footer h4 {
	    text-transform: none;
	    font-size: 12px;
	}

	.job_description_area h3 {
	    font-size: 26px;
	    line-height: 55px;
	}

	.small_title {
	    font-size: 15px;
	    line-height: 22px;
	}

	.contact_title1{
		margin-left: 0;
		text-align: center;
	}
}

