/*Tablet view*/
@media screen and (min-width:1025px) and (max-width:1150px){



}
@media screen and (min-width:768px) and (max-width:1024px){
.logo-wrap a {
	max-width: 250px;
}
.nav-menu > li {
	margin-right: 20px;
	padding-right: 20px;
}
.nav-menu > li > a::before {
	height: 26px;
	width: 30px;
}
.nav-menu > li > a {
	font-size: 16px;
	padding-top: 32px;
}
.nav-menu > li::before {
	top: 35px;
}
.header_main .header-left {
	padding: 5px 0;
}
html body {
	padding-top: 119px;
}
.slider-section .bg {
	height: 450px;
}
.caption h3 {
	font-size: 24px;
	margin-bottom: 15px;
	padding-bottom: 12px;
}
.caption-wrap .caption {
	max-width: 420px;
}
.slider-section .owl-dots {
	bottom: 30px;
}
.shape-top {
	max-width: 200px;
}
.section-gapping, section {
	padding-bottom: 70px;
	padding-top: 70px;
}
.sec-title {
	font-size: 34px;
	margin: 0 0 40px;
	padding: 0 0 16px;
}
.service-list .col-sm-3 {
	margin-bottom: 30px;
	width: 50%;
}
.service-list .col-sm-3:nth-child(2n+1) {
	clear:both;
}
.service-list .col-sm-3:nth-last-child(-n+2) {
	margin-bottom:0;
}
.service-list .box {
	min-height: 448px;
}
.footer-top [class*="col-"] {
	padding-left: 15px;
	padding-right: 15px;
}
footer h6 {
	font-size: 20px;
	margin-bottom: 18px;
	padding-bottom: 10px;
}
.quicklinks > ul > li a {
	font-size: 15px;
	padding-left: 17px;
}
.quicklinks > ul > li a::before {
	height: 6px;
	width: 6px;
}
.info-list li {
	font-size: 15px;
	margin: 0 0 18px;
	padding-left: 30px;
}
.social-list li a {
	font-size: 15px;
	height: 30px;
	line-height: 30px;
	width: 30px;
}
.social-list li {
	margin-right: 16px;
}
.footer-top p {
	font-size: 14px;
}
.scrollToTop {
	font-size: 28px;
	height: 40px;
	line-height: 40px;
	width: 40px;
}
.sub-menu li a {
	font-size: 14px;
}
.nav-menu > li .sub-menu {
	min-width: 180px;
}
body p {
	font-size: 15px;
	line-height: 160%;
	margin: 0 0 12px;
}
body h2 {
	font-size: 20px;
}
.cms-list {
	font-size: 15px;
	line-height: 130%;
}
.cms-list li::before {
	top: 4px;
}
.cms-list li {
	padding: 0 0 0 24px;
}










}
/*Tablet view close*/
/*********************************************************************************************************************************************************************/
/*Mobile view*/
@media screen and (max-width:767px){
.header-left,
.header-right {
	float: none;
}
.header-info > li {
	display: inline-block;
	float: none;
	font-size: 13px;
	line-height: 20px;
	margin-right: 10px;
	padding-right: 10px;
	vertical-align: top;
}
.topbar .header-left {
	margin-bottom: 6px;
	text-align: center;
}
.topbar .header-right {
	text-align: center;
}
header .social-link {
	display: inline-block;
	vertical-align: top;
}
.social-link a {
	font-size: 12px;
	height: 22px;
	line-height: 22px;
	width: 22px;
}
.header_main .header-left {
	float: left;
}
.header_main .header-right {
	float: right;
}
.mini-cart > button {
	font-size: 14px;
	height: 32px;
	line-height: 32px;
	width: 32px;
}
.mini-cart > button .cart_count {
	font-size: 10px;
	line-height: 18px;
	min-width: 18px;
	margin:-2px -2px 0 0;
}
header .dropdown > button {
	font-size: 13px;
}
.header-list > li {
	margin-right: 8px;
	padding-top: 2px;
}
.mobile-hide{
	display:none;
}
.logo-wrap a {
	max-width: 200px;
}
.sticky_header .logo-wrap a {
	max-width: 150px;
}
.header_main .header-right {
	padding-top: 0px;
}
.header_main {
	padding: 15px 0;
	-webkit-transition:all 0.5s;
	-moz-transition:all 0.5s;
	-ms-transition:all 0.5s;
	-o-transition:all 0.5s;
	transition:all 0.5s;
}
.sticky_header .header_main {
	padding: 10px 0;
}
.header-search-wrap {
	float: none;
	margin-left: 60px;
	width: auto;
}
html body {
	padding-top: 139px;
}
header .menu_tog {
	display: block;
	right: 0;
	margin:5px 0 0 15px;
	position: absolute;
	top: 0;
}
header .trigger_icon {
	border: 0 none;
	box-shadow: none;
	cursor: pointer;
	display: block;
	height: 35px;
	margin: 0;
	padding: 0;
	width: 50px;
	z-index: 99999;
}
header .trigger_icon .line {
	background:#EBB714;
	border-radius: 10px;
	bottom: 0;
	display: block;
	height: 3px;
	left: 10px;
	margin: auto;
	position: absolute;
	top: 0;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	width: 28px;
}
header .trigger_icon .line:nth-child(1) {
	margin-top:7px;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
}
.toggle_menu header .trigger_icon .line:nth-child(1) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	height: 4px;
	margin-top:17px;
}
header .trigger_icon .line:nth-child(2) {
	opacity:1;
}
.toggle_menu header .trigger_icon .line:nth-child(2) {
	opacity:0;
}
header .trigger_icon .line:nth-child(3) {
	margin-top: 25px;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
}
.toggle_menu header .trigger_icon .line:nth-child(3) {
	margin-top: 17px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	height: 4px;
}
header .main-navigation{
	background: #000; 
	bottom: 0;
	display: block ;
	float: none;
	height: auto ;
	left: 0;
	box-shadow:0 0 7px -2px #000;
	max-height: 100%;
	-webkit-transform: translateX(-100%);
	-moz-transform:translatex(-100%);
	-ms-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	transform: translateX(-100%);
	overflow: auto;
	position: fixed;
	padding:60px 15px 0;
	max-width:100%;
	z-index:9999;
    -webkit-transition:all 0.3s linear 0s;
    -moz-transition:all 0.3s linear 0s;
    -ms-transition:all 0.3s linear 0s;
    -o-transition:all 0.3s linear 0s;
    transition:all 0.3s linear 0s;
	right: 0;
	top: 0;
}
.toggle_menu header .main-navigation{
	-webkit-transform: translateX(0px);
	-moz-transform:translatex(0px);
	-ms-transform: translateX(0px);
	-o-transform: translateX(0px);
	transform: translateX(0px);
}
.close_button {
	color: #E9B514;
	cursor: pointer;
	display: block;
	font-size: 48px;
	height: 50px;
	line-height: 50px;
	position: absolute;
	right: 15px;
	text-align: center;
	top: 4px;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	width: 50px;
}
.close_button:hover{
	color:#ccc;
}
.nav-menu > li {
	float: none;
	margin: 0 0 16px;
	padding: 0;
	position: relative;
}
.nav-menu > li:last-child{
	margin-bottom:0;
}
.nav-menu > li:before{
	display:none;
}
.nav-menu > li > a {
	display: block;
	font-size: 17px;
	padding-top: 28px;
	text-align: center;
}
.nav-menu > li > a::before {
	height: 23px;
	width: 27px;
}
.nav-menu > li > a i{
	display:none;
}
.nav-menu .plus {
	cursor: pointer;
	display: block;
	height: 30px;
	margin: 0;
	position: absolute;
	right: 0;
	top: 26px;
	width: 30px;
	z-index: 3;
}
.nav-menu .plus::before, 
.nav-menu .plus::after {
	background: #E9C54F;
	bottom: 0;
	content: "";
	display: block;
	height: 2px;
	left: 0;
	margin: auto;
	position: absolute;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	right: 0;
	top: 0;
	width: 18px;
}
.nav-menu .plus::after{
	width:2px;
	height:18px;
}
.nav-menu .show > .plus::before, 
.nav-menu .show > .plus::after {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.nav-menu > li .sub-menu {
	background: #fafafa;
	border: 0 none;
	box-shadow: none;
	display: none;
	text-align:center;
	margin:15px 0 0 ;
	padding: 15px 0 15px 15px;
	position: relative;
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
}
.nav-menu li.show > .sub-menu{
	display:block;
}
.nav-menu > li .sub-menu::before {
	display: none;
}
.sub-menu [class*="col-"]::before{
	display:none;
}
[class*="col-"] {
	margin-bottom: 25px;
}
[class*="col-"]:last-child {
	margin-bottom:0;
}





footer h6 {
	font-size: 16px;
	margin-bottom: 15px;
	padding-bottom: 10px;
}
.quicklinks > ul > li a {
	font-size: 13px;
	padding-left:15px;
}
.quicklinks > ul > li {
	margin-bottom: 6px;
}
.info-list li {
	font-size: 13px;
	margin: 0 0 15px;
	padding-left: 28px;
}
.footer-top {
	padding: 40px 0;
}
.copy-right {
	font-size: 12px;
	line-height: 18px;
}
.scrollToTop {
	font-size: 27px;
	height: 38px;
	line-height: 38px;
	margin-bottom:65px;
	width: 38px;
}
.btn2 {
	font-size: 14px;
	line-height: 38px;
	padding: 0 25px;
}
.header_main .header-left {
	padding: 2px 0;
}
.caption-wrap .caption::before {
	background-size: 100% auto;
	border: 4px solid transparent;
	height: 50px;
	margin: -20px;
	width: 50px;
}
.caption-wrap .caption.a-left {
	margin-left: 20px;
}
.caption-wrap .caption {
	border-radius: 0 20px;
	margin: 0 0 0 20px;
	max-width: 100%;
	padding: 15px 10px 15px 30px;
}
.caption h3 {
	font-size: 20px;
	margin-bottom: 10px;
	padding-bottom: 12px;
}
.caption p {
	font-size: 13px;
	line-height: 130%;
}
.slider-section .bg {
	height: 300px;
}
html .owl-dots .owl-dot {
	height: 13px;
	margin: 0 5px;
	width: 13px;
}
.slider-section .owl-dots {
	bottom: 20px;
}
.shape-top {
	max-width: 120px;
}
.section-gapping, section {
	padding-bottom: 45px;
	padding-top: 45px;
}
.sec-title {
	font-size: 26px;
	margin: 0 0 22px;
	padding: 0 0 12px;
}

.service-list .box {
	min-height: 0;
}
.service-list [class*="col-"] {
	margin-bottom: 40px;
}
.service-list [class*="col-"]:last-child {
	margin-bottom: 0;
}
.footer-top [class*="col-"] {
	margin-bottom: 40px;
	padding-left: 15px;
	padding-right: 15px;
}
.footer-top [class*="col-"]:last-child{
	margin-bottom:0;
}
.social-list li a {
	font-size: 15px;
	height: 30px;
	line-height: 30px;
	width: 30px;
}
.footer-top p {
	font-size: 13px;
	line-height: 140%;
}
.foter-logo a {
	max-width: 200px;
}
.sticky_header header {
	margin-top: -64px;
}
.quicklinks > ul > li a::before {
	height: 6px;
	top: 5px;
	width: 6px;
}
body p {
	font-size: 14px;
	line-height: 140%;
	margin: 0 0 12px;
}
body h2 {
	font-size: 18px;
	margin-bottom: 12px;
}
.cms-list {
	font-size: 14px;
	line-height: 140%;
}
.cms-list li::before {
	top: 2px;
}
.cms-list li {
	padding: 0 0 0 24px;
}
.form-block {
	padding: 15px;
}
.form_set label {
	font-size: 14px;
	margin: 0 0 5px;
}
.form_set > li ,
.form_set [class*="col-"] {
	margin-bottom: 15px;
}
.form_set [class*="col-"]:last-child{
	margin-bottom:0;
}
section form textarea {
	height: 90px;
}
.map-wrap iframe {
	height: 280px;
}
.mission-vision {
	margin-top: 40px;
	padding-top: 40px;
}
.mission-vision .img {
	height: 220px;
	margin: 0 auto 20px;
	width: 220px;
}
.mission-vision h2 {
	font-size: 26px;
	margin: 0 0 15px;
	padding: 0 0 15px;
}
.mission-vision p {
	font-size: 14px;
	line-height: 150%;
}




}
/*Mobile view close*/
