@import url(http://fonts.googleapis.com/css?family=Lato:400,400italic,700,700italic,900,900italic,300,300italic&subset=latin,latin-ext);
/*font-family: 'Lato', sans-serif;*/

@import url(http://fonts.googleapis.com/css?family=Droid+Sans:400,700);
/*font-family: 'Droid Sans', sans-serif;*/


@import url(http://fonts.googleapis.com/css?family=Fjalla+One&subset=latin,latin-ext);
/*font-family: 'Fjalla One', sans-serif;*/

@import url('https://fonts.googleapis.com/css?family=Yantramanav:100,300,400,500,700,900');
/*font-family: 'Yantramanav', sans-serif;*/
@import url('https://fonts.googleapis.com/css?family=Cookie');
/*font-family: 'Cookie', cursive;*/


@font-face {
  font-family: 'TwCenMT-CondensedMedium';
  src: url('../fonts/TwCenMT-CondensedMedium.eot') format('embedded-opentype');
  src: url('../fonts/TwCenMT-CondensedMedium.ttf')  format('truetype'), 
  src: url('../fonts/TwCenMT-CondensedMedium.woff') format('woff'),
  src: url('../fonts/TwCenMT-CondensedMedium.svg#TwCenMT-CondensedMedium') format('svg');
  font-weight: normal;
  font-style: normal;
}

 @font-face {
      font-family: 'Lovelo-Black';
    src: url('../fonts/Lovelo-Black.eot') format('embedded-opentype');
    src: url('../fonts/Lovelo-Black.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Lovelo-Black.woff2') format('woff2'),
         url('../fonts/Lovelo-Black.woff') format('woff'),
         url('../fonts/Lovelo-Black.ttf') format('truetype'),
         url('../fonts/Lovelo-Black.svg#Lovelo-Black') format('svg');
    font-weight: normal;
    font-style: normal;

}



@font-face {
	font-family: 'Tw Cen MT Condensed';
	src: url('../fonts1/TwCenMT-CondensedMedium.eot');
	src: url('../fonts1/TwCenMT-CondensedMedium.eot?#iefix') format('embedded-opentype'),
		url('../fonts1/TwCenMT-CondensedMedium.woff2') format('woff2'),
		url('../fonts1/TwCenMT-CondensedMedium.woff') format('woff'),
		url('../fonts1/TwCenMT-CondensedMedium.ttf') format('truetype'),
		url('../fonts1/TwCenMT-CondensedMedium.svg#TwCenMT-CondensedMedium') format('svg');
	font-weight: 500;
	font-style: normal;
}

*{
	margin: 0px;
	padding: 0px;
  outline: none;
}
img{
	width: 100%;
	height: auto;
	border: 0 none;
}
body{
	font-family: 'Yantramanav', sans-serif;
	font-size: 20px;
	color: #212121;
	font-weight: 300;
}
a{
	 outline: medium none;
    color: #0d5992;
    cursor: pointer;
    text-decoration: none;
    font-weight: 600;

}
a:hover, a:active{
	color: #27312b;
	outline: none;
	text-decoration: none;
  text-decoration: underline;

}
p{
	line-height: 25px;
}
ol, ul{
	list-style: none;
}
h1{
	font-size: 50px;
}
h2{
	font-size: 34px;
  font-weight: 400;
    line-height: 50px;
    color: #0d5992;
}
h3{
	    font-size: 40px;
    text-align: center;
    font-family: 'Cookie', cursive;
    font-weight: 400;
    line-height: 65px;
    color: #0d5992;
}
h4{
	font-size: 18px;
}
input{
	background: transparent;
	border: 0 none;
}
.full{
	float: left;
	width: 100%;
}
.top_space{
  margin-top: 10px;
}
.row1035{
	width: 1035px;
	margin: 0 auto;
}
.row1100{
	width: 1100px;
	margin: 0 auto;
}
body {
    background-image: url(../images/background-image.jpg);
    background-position: 0 0;
    background-repeat: repeat;
    background-attachment: fixed;
    background-size: 100%;
}
.main-contanier{
	float: left;
	width: 100%;
}
.contain{
	width: 1500px;
    margin: 5px auto 0;
    position: relative;
    border-top: 1px solid #97dbf7;
}
/*----------- main css ----------*/
.contain {
    width: 1500px;
    margin: 5px auto 0;
    position: relative;
    border-top: 1px solid #97dbf7;
/*    background-image: url(../images/tes-bg.jpg);
    background-position: 200px 200px;
    background-repeat: repeat-x;*/
/*    z-index: 9999;*/
    background-color: #fff;
    overflow: auto;
}
/*side header*/
.side_header{
	background-image: url(../images/logo-bg.jpg);
	background-position: left 0;
	background-repeat: repeat-x;
	border-top-left-radius:10px;
	float: left;
	width: 300px;
    background-color: #fff;
    padding-bottom: 15px;
}	
.logo {
    width: 60%;
    margin: 5% auto;
}    
.side_header .title {
    font-size: 19px;
    color: #fff;
    font-weight: 700;
    line-height: 1.25;
    font-family: Lovelo-Black;
    text-align: center;
}
button#menu-toggle {
    display: none;
}
.main-menu {
    display: block;
    width: 255px;
    margin: 0 auto;
}
nav.nav {
    background-color: rgb(235, 235, 235);
    float: left;
    width: 100%;
    padding-top: 5px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.nav li {
    background-image: url(../images/menu-line.jpg);
    background-position: left 0;
    background-repeat: repeat-x;
    position: relative;
    display: block;
}
.nav li:first-child{
	background-image: none;
}
.nav-list a {
    font-size: 17px;
    font-weight: 400;
    padding: 16px;
    line-height: 16px;
    display: block;
}
.nav:after {
    content: "";
    display: table;
}
.down_menu{

    background-image: url(../images/down_menu.png);
    background-position: left 0;
    background-repeat: no-repeat;
    float: right;
    min-height: 35px;
    width: 100%;
    background-size: cover;
}
input[type="text"], input[type="email"], input[type="tel"], textarea {
    border: 1px solid #d6d4d4;
    padding: 10px;
    background-color: transparent;
    resize: none;
    overflow: hidden;
    font-family: 'Yantramanav', sans-serif;
    width: 98%;
    float: left;
    margin-bottom: 10px;
    line-height: 30px;
}
select {
    line-height: 50px;
    width: 100%;
    padding: 13px 10px;
    border: 1px solid #d6d4d4;
    background-color: transparent;
    resize: none;
    overflow: hidden;
    font-family: 'Yantramanav', sans-serif;
    float: left;
    margin-bottom: 10px;
}
.query_from {
    float: left;
    width: 100%;
}
form.enquiry_from {
    margin: 0 auto;
    width: 90%;
}
.button {
    float: left;
    width: 100%;
    margin-top: 10px;
}
input[type="submit"] {
    width: 25%;
    float: right;
    border-radius: 10px;
}
.enquiry_from input[type="text"], .enquiry_from input[type="email"], .enquiry_from input[type="tel"], .enquiry_from textarea {
    width: 92%;
}
.dow_bg {
    background-image: url(../images/white-bg.png);
    background-color: red;
    background-position: center;
    background-repeat: repeat;
    background-attachment: fixed;
}
input[type="button"], input[type="submit"] {
    background-color: #229cce;
    cursor: pointer;
    padding: 10px 25px;
    width: 100%;
    font-weight: 400;
    color: #fff;
    font-size: 30px;
    font-family: 'TwCenMT-CondensedMedium';
}
input[type="button"]:hover{
    background-color: #2c2c2c;
}
.FullAbout {
    margin-bottom: 3%;
}
/*middle container*/
.middle-container {
    float: left;
    width: 1200px;
}
/*middle header*/
.main_header{
    float: left;
    width: 100%;
    background-color: #ebebeb;
}
.contain-header{
    margin: 0 auto;
    width: 1100px;
}
.contact_info{
    float: left;
    width: 60%;
    margin: 15px 0;
}
.social-icon{
    float: left;
    width: 40%;
    margin: 26px 0;
}
.tel, .email{
  float: left;
  width: 100%;
  font-size: 16px;
}
.social-icon ul {
    float: right;
}
.social-icon ul li {
    display: inline-block;
}
/*footer*/
.foot-row {
    width: 1000px;
    margin: 0 auto;
    padding: 20px 0;
}
.tel a {
    color: #1c70b9;
    font-size: 27px;
    text-align: right;
    margin: 20px 0px;
    line-height: 40px;
    font-weight: 600;
}
/*tab menu */
.tabs-menu {
    float: left;
    border: none;
    margin: 0 2px 0 0;
    width: 27%;
}
/*.tabs-menu li.current {
        background-color: #4b3854;
    color: #fff;
}*/
.tabs-menu li.current a:before{
    position: absolute;
    top: 50%;
    right: 0;
    content: "";
    width: 0;
    height: 0;
    opacity: 0;
    margin: -6px 0 0;
    transform: rotate(179deg);
    border-top: 7px solid transparent;
    border-left: 7px solid #fff;
    border-bottom: 7px solid transparent;
        opacity: 1;
}
.tabs-menu li.current a {
    background-color: #229cce;
    color: #fff;
}
.tabs-menu li a {
    background-color: #fff;
    float: left;
    width: 90%;
    border: none;
    font-size: 16px;
    font-weight: 600;
    border-radius: 0;
    position: relative;
    text-transform: capitalize;
    padding: 10px 12px;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
}
.tabs-menu li {
    width: 100%;
    margin-bottom: 4px;
    float: left;
    line-height: 28px;
}
.tab_area h3{
    float: left;
    text-transform: uppercase;
    width: 100%;
    margin: 15px 0;
}
.tab-content{
    display: none;
}    
/*tab menu */
.tabs-menu {
    float: left;
    border: none;
    margin: 0 3px 0 0;
    width: 24%;
}
/*.tabs-menu li.current {
        background-color: #4b3854;
    color: #fff;
}*/
.tabs-menu li.current a:before{
    position: absolute;
    top: 50%;
    right: 0;
    content: "";
    width: 0;
    height: 0;
    opacity: 0;
    margin: -6px 0 0;
    transform: rotate(179deg);
    border-top: 7px solid transparent;
    border-left: 7px solid #fff;
    border-bottom: 7px solid transparent;
        opacity: 1;
}
.tabs-menu li.current a {
    background-color: #229cce;
    color: #fff;
    box-shadow: none;
}
#mobile{
  display: none;
}
.tabs-menu li a {
    background-color: #fff;
    float: left;
    width: 90%;
    border: none;
    font-size: 16px;
    font-weight: 600;
    border-radius: 0;
    position: relative;
    text-transform: capitalize;
    padding: 10px 12px;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
}
.tabs-menu li {
    width: 100%;
    margin-bottom: 10px;
    float: left;
    line-height: 28px;
}
.tab-contain {
    width: 72%;
    float: left;
    padding: 20px;
    background-color: #fff;
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
    font-size: 16px;
}
.tab_area h3{
    float: left;
    text-transform: uppercase;
    width: 100%;
    margin: 15px 0 10px;
}
.tab-content{
    display: none;
}   

/*testimonial*/ 
.testimonial{  
    float: left;
    width: 100%;
}
.tes-slider {
    min-height: 160px;
    width: 90%;
    padding-top: 50px;
    margin: 0 auto;
    padding-bottom: 35px;
    padding-left: 0;
    padding-right: 0;
    margin-top: 20px;
    background-image: url(../images/tes-bg.jpg);
    background-position: 0 0;
    background-repeat: repeat;
}
.tes-slider .slide {
    text-align: center;
}
.tes-slider .slide h3 {
    color: #3e3e3e;
    font-size: 28px;
    font-style: italic;
    font-weight: 400;
    line-height: 35px;
    margin-bottom: 20px;
}
.tes-slider .slide p {
    font-size: 20px;
    color: #6d6c6c;
    font-style: italic;
}
.about_us .ourmetion{
    float: left;
    width: 500PX;
    padding: 15px;
}

.abount_contain {
    float: left;
    width: 610px;
    padding: 5px;
}
.abount_contain a {
    display: inline-block;
    clear: both;
    float: right;
}
span.about_img {
    float: left;
    width: 500px;
    padding: 5px 25px;
}

/*.our_metion span, .our-vision span, .our-motto span, .our-value span {
    top: 55px;
}*/
/*.our-vision span {
    top: 30px;
}
.our-motto span {
    top: 33px;
}
.our-value span {
    top: 18px;
}*/
/*contact*/
.cont_info {
    float: left;
    width: 99%;
    padding: 15px;
}
.info_left, .info_right{
  float: left;
  width: 49%;
}
.info_left{
  margin-right: 23px;
}
.about_us {
    float: left;
    background-color: #fff;
    padding: 10px;
}
.ourmetion{
    float: left;
    width: 1450px;
    background-color: #fff;
    padding: 25px;
}
.full_container{
  background-color: #fff;
}
/*footer*/
.full_footer{
  float: left;
  width: 100%;
}
ul.com-list {
    margin-bottom: 20px;
    margin-left: 20px;
}
ul.com-list li {
    background-image: url(../images/list-icon01.png);
    background-position: left 6px;
    background-repeat: no-repeat;
    background-size: 13px auto;
    display: block;
    line-height: normal;
    margin-bottom: 8px;
    padding-left: 26px;
}
ul.com-list-01 {
    margin-bottom: 20px;
    margin-left: 20px;
}
ul.com-list-01 li {
    background-image: url(../images/list-icon02.png);
    background-position: left 10px;
    background-repeat: no-repeat;
    background-size: 6px auto;
    display: block;
    padding-left: 17px;
    line-height: 28px;
}
.welcome, .our_strategy, .about_us{
  padding: 15px;
}
.contain.mar {
    margin: 0 auto;
    border: none;
}

/*slider*/
/** VARIABLES
===================================*/
/** RESET AND LAYOUT
===================================*/
#top-banner .bx-viewport{
    /*height: 380px !important;*/
    width: 100%;
    overflow: hidden;
    position: relative;
}
.testimonial .bx-viewport{
    height: 175px !important;
    width: 100%;
    overflow: hidden;
    position: relative;
}
.bx-viewport{
    height: 380px;
}
.bx-wrapper {
  position: relative;
  margin-bottom: 20px;
  padding: 0;
  *zoom: 1;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.bx-wrapper img {
  max-width: 100%;
  display: block;
}
.bxslider {
  margin: 0;
  padding: 0;
}
ul.bxslider {
  list-style: none;
}
.bx-viewport {
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0);
}
/** THEME
===================================*/
.bx-wrapper {

}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%;
}
/* LOADER */
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url('../images/bx_loader.gif') center center no-repeat #ffffff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}
/* PAGER */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #000;
}
.bx-wrapper .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  vertical-align: bottom;
  *zoom: 1;
  *display: inline;
}
.bx-wrapper .bx-pager-item {
  font-size: 0;
  line-height: 0;
}
/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  left: 10px;
  background: url('../images/controls.png') no-repeat 0 -32px;
}
.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-prev:focus {
  background-position: 0 0;
}
.bx-wrapper .bx-next {
  right: 10px;
  background: url('../images/controls.png') no-repeat -43px -32px;
}
.bx-wrapper .bx-next:hover,
.bx-wrapper .bx-next:focus {
  background-position: -43px 0;
}
.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9999;
}
.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}
/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center;
  display: none;
}
.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url('../images/controls.png') -86px -11px no-repeat;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active,
.bx-wrapper .bx-controls-auto .bx-start:focus {
  background-position: -86px 0;
}
.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url('../images/controls.png') -86px -44px no-repeat;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active,
.bx-wrapper .bx-controls-auto .bx-stop:focus {
  background-position: -86px -33px;
}
/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}
/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}
.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px;
}
.page-title{
    float: left;
width: 100%;
background-color: #fff;
min-height: 80px;
border-bottom: 1px solid #BABABA;
}
.page-title h1{
  color: #0C0C0C;
font-size: 28px;
padding: 20px;
}
.col-5 {
    float: left;
    width: 50%;
}
.procont {
    margin-top: 1%;
}
.procont p {
    margin-bottom: 3%;
    font-weight: bold;
}
.master-contain{
   background-color: #fff;
padding: 20px;
float: left;
width: 96.7%;
min-height: 800px;
}
 
.nri-content{}
.nri-content h3{
  font-size: 22px;
margin-bottom: 10px;
}
.nri-content ul{
  margin-bottom: 20px;
font-size: 18px;
}
.nri-content ul li{
  background-image: url(../images/right-arrow.png);
  background-position: left 8px;
  background-repeat: no-repeat;
  margin-left: 10px;
  background-size: 10px;
  padding-left: 20px;
  margin-bottom: 8px;
}
.contact_from{
  float: left;
  width: 100%;
}
/*.feild {
    float: left;
    width: 100%;
}*/
.field {
  float: left;
  width: 92%;
}
.full_footer .contain {
    margin: 0 auto;
}
li.menu_iteam {
    display: inline-block;
}
.footer_row {
    background-color: #fff;
    padding: 25px;
    display: inline-block;
    float: left;
    width: 1450px;
}
.copyright {
    float: left;
    width: 35%;
}
.footer_menu{
    float: left;
    width: 65%;
}
.feild {
    float: left;
    width: 100%;
}
.tab_area.full {
    margin-bottom: 15px;
}
.box-mession {
    background-image: url(../images/service_background.jpg);
    background-repeat: no-repeat;
    display: inline-block;
    background-size: cover;
    float: left;
    width: 297px;
    margin: 0px 32px;
    min-height: 170px;
}
.box-mession span {
    float: left;
    width: 100%;
    background-color: #e2e1e1;
    padding: 10px 0px;
    position: relative;
    line-height: 17px;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    margin: 27% 0;
}
.faq-con.active h4 {
    background-image: url(../images/minus-icon.png);
}
.faq-con h4 {
    font-size: 19px;
    background-image: url(../images/plus-icon.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    padding-left: 40px;
    margin-bottom: 20px;
    background-size: 23px;
    line-height: 25px;
    cursor: pointer;
}
.faq-content {
    display: none;
}
.faq-content ul {
    padding-left: 35px;
}
.chose {
    float: none;
    width: 90%;
    margin: 0 auto;
}
.chose ul {
    float: left;
    width: 50%;
}
li.whyus {
    background-image: url(../images/chose.png);
    background-repeat: no-repeat;
    background-size: 18px;
    margin: 5px;
    display: inline-block;
    padding: 5px;
        width: 98%;
}
.whyus span {
    position: relative;
    padding-left: 24px;
    top: -8px;
    line-height: 13px;
}
.footer_menu h2 {
    font-size: 27px;
}
.faq.index {
    display: none;
}

#keywords {
  font-size: 18px;
    margin-bottom: 15px;
    width: 100%;
}


#keywords thead {
  cursor: pointer;
  background: #c9dff0;
}
#keywords thead tr th { 
  font-weight: bold;
  padding: 12px 30px;
}
#keywords thead tr th span { 
  padding-right: 20px;
  background-repeat: no-repeat;
  background-position: 100% 100%;
}

#keywords thead tr th.headerSortUp, #keywords thead tr th.headerSortDown {
  background: #acc8dd;
}

#keywords thead tr th.headerSortUp span {
  background-image: url('https://i.imgur.com/SP99ZPJ.png');
}
#keywords thead tr th.headerSortDown span {
  background-image: url('https://i.imgur.com/RkA9MBo.png');
}


#keywords tbody tr { 
  /*color: #555;*/
}
#keywords tbody tr td {
  text-align: center;
  padding: 15px 10px;
      border: 1px solid #c9dff0;
}
#keywords tbody tr td.lalign {
  text-align: center;
}
.lalign span.borderright {
    border-right: 3px solid #c9dff0;
    padding-right: 3px;
}
.tablemobile {
    display: none;
}
.marginbottom{
  margin-bottom: 20px;
  display: block;
}
.missionmobile{
  display: none;
}
.marauto {
    margin: 3% auto 0;
    width: 75%;
    display: flex;
}

/*media query*/
@media only screen and (max-width: 1724px){
.contain {
    width: 1100px;
}
.side_header .title {
    font-size: 16px;
}
.middle-container {
    width: 840px;
}
.side_header {
    width: 259px;
}
.main-menu {
    width: 230px;
}
.nav-list a {
    padding: 14px;
}
.query_from {
    width: 97%;
}
.contain-header {
    width: 820px;
}
.tabs-menu {
    margin: 0 12px 0 0;
    width: 21%;
}
p {
    line-height: 24px;
}
.tab-contain {
    width: 75%;
    padding: 10px;
}
.abount_contain {
    width: 440px;
}
span.about_img {
    width: 340px;
    padding: 5px 10px;
}
.ourmetion {
    width: 1070px;
    padding: 15px
}

.footer_row {
    width: 1050px;
}
.master-contain {
    padding: 21px;
    width: 95%;
}
/*.our-value span {
    top: 40px;
}*/
/*.our_metion span, .our-vision span, .our-motto span, .our-value span {
    top: 65px;
}*/
/*.our-vision span {
    top: 50px;
}
.our-motto span {
    top: 55px;
}*/
.info_left {
    margin-right: 15px;
}
.cont_info {
    width: 98%;
}
.box-mession {
    width: 247px;
    margin: 0px 10px;
}
input[type="text"], input[type="email"], input[type="tel"], textarea {
    width: 97%;
}
#top-banner .bx-viewport {
    /*height: 248px !important;*/
}
.bx-wrapper {
    margin-bottom: 0px;
}
#keywords thead tr th span {
    padding-right: 0;
}
}

@media only screen and (max-width:1146px){

.contain {
    width: 1000px;
}
.side_header {
    width: 240px;
}
.middle-container {
    width: 760px;
}
/*.logo {
    margin-left: 27px;
}*/
.side_header .title {
    font-size: 15px;
}
.main-menu {
    width: 215px;
}
.enquiry_from input[type="text"], .enquiry_from input[type="email"], .enquiry_from input[type="tel"], .enquiry_from textarea {
    width: 89%;
}
#top-banner .bx-viewport {
    /*height: 280px !important;*/
}
.abount_contain {
    width: 406px;
}
span.about_img {
    width: 294px;
}
.contain-header {
    width: 720px;
}
.tel a {
    font-size: 25px;
}
.tel, .email {
    font-size: 15px;
}
.social-icon img {
    width: 90%;
}
.tab-contain {
    width: 74%;
}
.ourmetion {
    width: 970px;
}
.box-mession {
    width: 227px;
    margin: 0px 7px;
}
/*.box-mession span {
    width: 91%;
    padding: 9px;
    font-size: 15px;
}*/
.box-mession span {
    margin: 30% 0;
}
.footer_row {
    width: 950px;
}
.footer_menu h2 {
    font-size: 25px;
}
body {
    font-size: 18px;
}
.master-contain {
    padding: 19px;
}
.info_left, .info_right {
    width: 48%;
}
.tabs-menu {
    margin: 0 16px 0 0;
}
}

@media only screen and (max-width: 1053px){
.contain {
    width: 950px;
}
.side_header {
    width: 225px;
}
.middle-container {
    width: 725px;
}
/*.logo {
    width: 180px;
}*/
.main-menu {
    width: 205px;
}

.contain-header {
    width: 680px;
}
.contact_info {
    width: 65%;
}
.social-icon {
    width: 35%;
}

#top-banner .bx-viewport {
    /*height: 270px !important;*/
}
.tel, .email {
    font-size: 14px;
}
.tel a {
    font-size: 23px;
}
h3 {
    font-size: 38px;
}
.top_space {
    margin-top: 0px;
}
.welcome, .our_strategy, .about_us {
    padding: 12px;
}
.tabs-menu {
    width: 20%;
}
.tab-contain p {
    line-height: 19px;
}
.tab-contain {
    padding: 9px;
}
.abount_contain {
    width: 386px;
}
span.about_img {
    width: 285px;
}
.ourmetion {
    width: 920px;
}
.box-mession {
    width: 220px;
    margin: 0px 5px;
}
/*.box-mession span {
    width: 92%;
}*/
.footer_row {
    width: 910px;
    padding: 20px;
}
.master-contain {
    padding: 18px;
}
}

/*end with destop*/
@media only screen and (max-width:1024px) {
/*.contain {
    width: 850px;
}
.side_header {
    width: 200px;
}
.logo {
    width: 144px;
}  
.main-menu{
  width: 145px;
}
.middle-container {
    width: 650px;
}*/

.contain {
    width: 85%;
}
.side_header {
    width: 25%;
}
.middle-container{
  width: 75%;
}
/*.logo {
    width: 70%;
    margin-left: 45px;
}*/
.side_header .title {
    font-size: 14px;
}
.main-menu {
    width: 85%;
}
.nav-list a {
    padding: 10px;
}
.down_menu {
    min-height: 20px;
    margin-bottom: 15px;
}
input[type="text"], input[type="email"], input[type="tel"], textarea {
    line-height: 20px;
}
input[type="button"], input[type="submit"] {
    font-size: 25px;
}
.footer_row {
    width: 96%;
    padding: 17px;
}
.copyright {
    font-size: 15px;
}
.footer_menu h2 {
    font-size: 23px;
}
.footer_menu li a {
    font-size: 15px;
}
.contain-header {
    width: 88%;
}
.contact_info {
    width: 75%;
}
.social-icon {
    width: 25%;
}
.master-contain {
    padding: 16px;
}
.tabs-menu {
    width: 18%;
}
.tab-contain {
    width: 75%;
}
.tabs-menu {
    width: 15%;
    margin: 0 20px 0 0;
}
.tab-contain {
    width: 79%;
    padding: 7px;
}
.tabs-menu li {
    margin-bottom: 4px;
    line-height: 25px;
}
.full .about_us {
    margin-top: 10px;
}
.abount_contain {
    width: 47%;
}
span.about_img {
    width: 48%;
}
.ourmetion {
    width: 97%;
    padding: 13px;
}
.box-mession {
    width: 23%;
    margin: 0px 8px;
}
/*.box-mession span {
    width: 91%;
}*/
#keywords thead tr th {
    padding: 10px 25px;
}
#keywords {
    font-size: 16px;
}
/*.our-value span {
    top: 25px;
}*/
/*.our-motto span {
    top: 47px;
}*/
/*.our-vision span {
    top: 45px;
}*/
.box-mession span {
    margin: 34% 0;
}
.marauto .box-mession {
    width: 31%;
}
.box-mession span {
    font-size: 18px;
}
.box-mession span a {
    font-weight: 500;
}
}

@media only screen and (max-width: 1009px){
.tab-contain {
    width: 78%;
    padding: 7px;
}
.master-contain {
    padding: 15px;
}
.box-mession {
    width: 23%;
    margin: 0px 6px;
}
}

@media only screen and (max-width: 977px){
body {
    font-size: 16px;
}
.abount_contain {
    width: 46%;
}
p {
    line-height: 23px;
}
.ourmetion {
    padding: 12px;
}
.middle-container {
    width: 75%;
}
.contain-header {
    width: 90%;
}
.box-mession span {
    margin: 36% 0;
}
}

@media only screen and (max-width:970px) {
button#menu-toggle:hover, button#menu-toggle:active, button#menu-toggle:focus{
  border: none;
  background-color: transparent;
}  
.right-panel.visible {
    margin-left: 230px;
}
button#menu-toggle {
    display: block;
    background-image: url(../images/toggle-icon.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    width: 11%;
    height: 30px;
    border: none;
    float: left;
    margin: 19px 0;
    background-color: transparent;
}
.side_header {
    float: left;
  position: absolute;
  left: -315px;
  z-index: 99;
  width: 250px;
  margin-right: 0;
  top: 70px;
}
.box-mession span {
    font-size: 15px;
/*    width: 88%;
    padding: 11px;*/
}
.middle-container {
    width: 100%;
}
.social-icon {
    margin: 17px 0;
    width: 20%;
}
.contact_info {
    margin: 2px 0;
    width: 69%;
}
.copyright {
    font-size: 12px;
}
.whyus span {
    font-size: 16px;
    padding-left: 20px;
}
.footer_menu li a {
    font-size: 12px;
}
li.whyus {
    width: 93%;
}
.tes-slider {
    padding-top: 20px;
    padding-bottom: 15px;
}
.tes-slider .slide {
    width: 223px !important;
}
.tes-slider .slide p {
    font-size: 18px;
}
.tes-slider .slide h3 {
    font-size: 25px;
}

.tab-contain {
    width: 80%;
}
span.about_img {
    width: 50%;
}
.footer_row {
    width: 96%;
    padding: 16px;
}
body {
    font-size: 19px;
}
.master-contain {
    padding: 11px;
    width: 97%;

}
.tab_area.top_space {
    margin-top: 16px;
}
/*.contain {
    overflow: hidden;
}*/
.cont_info {
    padding: 10px;
}
.missiondesk{
  display: none;
}
.missionmobile{
  display: block;
}
}

@media only screen and (max-width: 969px){
.box-mession {
    width: 23%;
    margin: 0px 7px;
}  
/*.box-mession span {
    width: 90%;
}*/

}
@media only screen and (max-width: 939px){
button#menu-toggle {
    width: 10%;
}
.social-icon {
    width: 21%;
}
.contain {
    width: 88%;
}
/*.box-mession span {
    width: 93%;
    padding: 6px;
}*/
.master-contain {
    padding: 12px;
}
button#menu-toggle {
    width: 7%;
}
.tel, .email {
    font-size: 12px;
}
.tel a {
    font-size: 20px;
}
.contact_info {
    width: 72%;
}
.box-mession:last-child {
    margin-right: 0;
}
.box-mession:first-child {
    margin-left: 0;
}
}
@media only screen and (max-width: 910px){
.abount_contain {
    width: 45%;
}
.tes-slider .slide {
    width: 195px !important;
}

.tab-contain {
    width: 79%;
}
.contact_info {
    width: 72%;
}
.footer_row {
    padding: 15px;
}
.whyus span {
    padding-left: 16px;
    font-size: 17px;
}
li.whyus {
    background-size: 16px;
    width: auto;
}
.copyright {
    font-size: 13px;
}
.side_header {
    width: 28%;
    top: 70px;
}
.master-contain {
    min-height: 500px;
    padding: 11px;
}
.page-title h1 {
    color: #0C0C0C;
    font-size: 25px;
    padding: 20px;
}
.box-mession {
    width: 23%;
    margin: 0px 7px;
}
.right-panel.visible {
    margin-left: 215px;
}
.box-mession span {
    margin: 38% 0;
}
}
@media only screen and (max-width: 871px){
  .contain {
    width: 90%;
}
}
@media only screen and (max-width: 787px){
 .contain-header {
    width: 95%;
}
.tel, .email {
    font-size: 11px;
}
.contact_info {
    width: 68%;
}
.social-icon {
    width: 25%;
}
.tel a {
    font-size: 19px;
}
.social-icon img {
    width: 85%;
} 
.footer_row {
    padding: 13px;
}
.ourmetion {
    padding: 10px;
}
.master-contain {
    padding: 10px;
}
.copyright {
    font-size: 12px;
}
.cont_info {
    width: 97%;
}
.tes-slider .slide {
    width: 168px !important;
}
.tes-slider .slide h3 {
    font-size: 21px;
    line-height: 24px;
}
.tes-slider .slide p {
    font-size: 16px;
}
input[type="text"], input[type="email"], input[type="tel"], textarea {
    width: 96%;
}
.side_header .title {
    font-size: 10px;
}
.right-panel.visible {
    margin-left: 187px;
}
.box-mession, .marauto .box-mession {
    width: 47%;
    margin: 0 9px;
}
.marauto {
    width: 100%;
    float: left;
display: inline-block;
}
/*.our-vision span {
    top: 53px;
}*/
/*.our-value span {
    top: 40px;
}*/
/*.our-motto span {
    top: 60px;
}*/
/*.box-mession span {
    width: 95%;
    padding: 8px;
    text-align: center;
}*/
.our-motto.box-mession, .our-value.box-mession {
    margin-top: 15px;
}
#top-banner .bx-viewport {
    /*height: 215px !important;*/
}
#keywords tbody tr td {
    padding: 13px 8px;
}
#keywords {
    font-size: 15px;
}
h2 {
    font-size: 30px;
}
}

@media only screen and (max-width: 753px){
button#menu-toggle {
    background-size: 23px;
    margin: 18px 0 10px;
}
.tel a {
    line-height: 24px;
}
.contact_info {
    width: 65%;
    margin: 10px 0 5px;
}
.tel, .email {
    font-size: 12px;
}
.tel a {
    font-size: 20px;
}
.social-icon img {
    width: 76%;
}
.social-icon {
    width: 28%;
    margin: 14px 0 10px;
}
#top-banner .bx-viewport {
    /*height: 240px !important;*/
}
.side_header {
    width: 28%;
    top: 67px;
}
.right-panel.visible {
    margin-left: 180px;
}
h3 {
    line-height: 45px;
}
.tab-contain {
    width: 78%;
}
.abount_contain {
    width: 58%;
}
span.about_img {
    width: 35%;
}
/*.box-mession span {
    width: 92%;
    font-size: 13px;
    line-height: 14px;
}*/
.tel a {
    margin: 0;
}
body {
    font-size: 17px;
}
.whyus span {
    padding-left: 15px;
}
li.whyus {
    background-size: 15px;
}
.footer_menu li a {
    font-size: 13px;
}
.copyright {
    font-size: 11px;
}
.page-title {
    min-height: 67px;
}
.page-title h1 {
    font-size: 25px;
    padding: 17px;
}
button#menu-toggle {
    width: 7%;
}
.master-contain {
    padding: 13px;
    width: 96%;
}
.contain {
    width: 95%;
}
/*.box-mession span {
    width: 95%;
}*/

}

@media only screen and (max-width: 686px){
.box-mession {
    width: 46%;
    margin: 0 11px;
}
.tes-slider .slide {
    width: 157px !important;
}
/*.box-mession span {
    width: 95%;
    padding: 7px;
}*/
.ourmetion {
    padding: 9px;
}
.right-panel.visible {
    margin-left: 170px;
}
.footer_row {
    padding: 12px;
}
.master-contain {
    padding: 15px;
    width: 95%;
}
.side_header .title {
    font-size: 9px;
}
}

@media only screen and (max-width: 671px){
.contact_info {
    width: 66%;
}
.social-icon {
    width: 27%;
}
#top-banner .bx-viewport {
    /*height: 215px !important;*/
}
.right-panel.visible {
    margin-left: 165px;
}
.tes-slider .slide {
    width: 150px !important;
}
.tes-slider .slide h3 {
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 15px;
}
.tes-slider .slide p {
    font-size: 14px;
}
.testimonial .bx-viewport {
    height: 155px !important;
}
.tel, .email {
    line-height: 17px;
}
button#menu-toggle {
    margin: 18px 0 12px;
}
.tes-slider {
    min-height: 150px;
}
}

@media only screen and (max-width:661px) {
.footer_menu li a {
    font-size: 11px;
}
.tel, .email {
    font-size: 11px;
}
p {
    line-height: 18px;
}
.testimonial .bx-viewport {
    height: 140px !important;
}
.tes-slider {
    min-height: 140px;
}
body {
    font-size: 15px;
}
.whyus span {
    font-size: 13px;
}
/*.box-mession span {
    width: 94%;
    padding: 8px;
}*/
.master-contain {
    padding: 12px;
}
.cont_info {
    width: 96%;
}
.right-panel.visible {
    margin-left: 160px;
}
input[type="text"], input[type="email"], input[type="tel"], textarea {
    width: 96%;
}
.side_header {
    top: 66px;
}
.copyright {
    font-size: 9px;
}
.footer_row {
    padding: 11px;
}
#top-banner .bx-viewport {
    /*height: 190px !important;*/
}
.box-mession span {
    font-size: 20px;
}
.box-mession, .marauto .box-mession {
    margin: 0 8px;
}
}

@media only screen and (max-width:649px) {
.tab-contain {
    width: 77%;
}
input[type="text"], input[type="email"], input[type="tel"], textarea {
    width: 95%;
}
select {
    width: 99%;
    padding: 11px 10px;
}
.page-title {
    min-height: 60px;
}
.page-title h1 {
    font-size: 25px;
    padding: 13px 17px;
}
.tes-slider .slide {
    width: 148px !important;
}
/*.logo {
    width: 75%;
    margin-left: 34px;
    margin-top: 30px;
    margin-bottom: 20px;
}*/
.logo {
    width: 55%;
}
.tel, .email {
    line-height: 9px;
}
.tel a {
    font-size: 18px;
}
button#menu-toggle {
    margin: 22px 0 6px;
}
h3 {
    font-size: 35px;
}
.side_header {
    top: 58px;
}
h2 {
    font-size: 25px;
}
}

@media only screen and (max-width:646px) {
.box-mession {
    width: 46%;
    min-height: 145px;
}
/*.box-mession span {
    width: 94%;
}*/
.our_metion.box-mession, .our-vision.box-mession {
    margin-bottom: 15px;
}
.social-icon {
    width: 26%;
}
.contact_info {
    width: 67%;
}
/*.our-value span {
    top: 35px;
}*/
.right-panel.visible {
    margin-left: 157px;
}
}

@media only screen and (max-width:629px) {
.box-mession {
    margin: 0 10px;
}  
.ourmetion {
    padding: 8px;
}
.contact_info {
    width: 66%;
}
.social-icon {
    width: 27%;
}
/*.logo {
    width: 75%;
    margin-left: 35px;
    margin-top: 30px;
}*/
.main-menu {
    width: 90%;
}
.right-panel.visible {
    margin-left: 153px;
}
.tes-slider .slide {
    width: 142px !important;
}
}

@media only screen and (max-width:597px) {
.contain-header {
    width: 95%;
}
#top-banner .bx-viewport {
    height: 190px !important;
}
button#menu-toggle {
    width: 6%;
}
.social-icon {
    width: 28%;
}
li.whyus {
    margin: 4px;
    padding: 4px;
    width: 90%;
}
li.whyus {
    background-size: 13px;
}
.chose ul {
    width: 49%;
}
.tabs {
    display: none;
}
.faq.index {
    display: block;
    float: left;
    width: 100%;
}
.index .faq-con h4 {
    background-image: none;
    padding-left: 0;
    border: 1px solid blue;
}
.index .faq-con h4 {
    background-image: none;
    margin-bottom: 10px;
    line-height: 28px;
    background-color: #fff;
    float: left;
    width: 92%;
    border: none;
    font-size: 16px;
    font-weight: 600;
    border-radius: 0;
    position: relative;
    text-transform: capitalize;
    padding: 10px 20px;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
}
.faq-content {
    width: 94%;
    float: left;
    padding: 15px;
    background-color: #fff;
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
    font-size: 16px;
    position: relative;
    top: -11px;
}
#top-banner .bx-viewport {
    height: 187px !important;
}
h3 {
    font-size: 32px;
}
/*.box-mession span {
    width: 95%;
    padding: 6px;
}*/
.whyus span {
    font-size: 12px;
}
.page-title h1 {
    font-size: 23px;
    padding: 10px 17px;
}
.page-title {
    min-height: 52px;
}
.nav-list a {
    padding: 9px 8px;
}
.tes-slider {
    padding-top: 20px;
    padding-bottom: 20px;
}
.tes-slider .slide h3 {
    font-size: 21px;
    line-height: 23px;
}
.tes-slider .slide p {
    font-size: 16px;
}
.tes-slider .slide {
    width: 134px !important;
}
.right-panel.visible {
    margin-left: 0px;
}
.logo {
    width: 50%
}
.marauto .box-mession {
    width: 46%;
}
}

@media only screen and (max-width:572px) {
.box-mession {
    width: 45%;
}
.footer_row {
    padding: 10px;
}
.social-icon ul li {
    display: inline-block;
    width: 22%;
    text-align: center;
}
.whyus span {
    padding-left: 12px;
}
.index .faq-con h4 {
    line-height: 20px;
    padding: 8px 20px;
    margin-bottom: 7px;
}
.box-mession {
    min-height: 135px;
}
/*.our-motto span {
    top: 45px;
}*/
/*.our-vision span {
    top: 42px;
}*/
/*.our_metion span, .our-vision span, .our-motto span, .our-value span {
    top: 55px;
}*/
#top-banner .bx-viewport {
    height: 165px !important;
}
.tes-slider .slide {
    width: 130px !important;
}
.tes-slider .slide h3 {
    font-size: 18px;
}
.tes-slider .slide h3 {
    margin-bottom: 12px;
}
.tes-slider .slide p {
    font-size: 14px;
}
.testimonial .bx-viewport {
    height: 135px !important;
}
/*.right-panel.visible {
    margin-left: 135px;
}*/
h2 {
    font-size: 24px;
    line-height: 27px;
}

}

@media only screen and (max-width: 530px){
.social-icon img {
    width: 100%;
} 
.tel, .email {
    line-height: 0px;
}
.contact_info {
    margin: 6px 0 5px;
}
.social-icon ul li {
    width: 20%;
} 
.contact_info {
    width: 72%;
}
.social-icon {
    width: 20%;
}
.side_header {
    width: 29%;
}
.tes-slider .slide {
    width: 125px !important;
}
.tes-slider .slide h3 {
    font-size: 17px;
    line-height: 20px;
}
.tes-slider {
    padding-top: 15px;
    padding-bottom: 15px;
}
.social-icon {
    margin: 20px 0 13px;
}
.tel a {
    line-height: 35px;
}
h3 {
    line-height: 35px;
}
button#menu-toggle {
    width: 8%;
}
.ourmetion {
    padding: 7px;
}
h3 {
    font-size: 30px;
}
.contain {
    width: 94%;
}
.col-5 {
    width: 100%;
}
#keywords tbody tr td {
    line-height: 9px;
}
#keywords tbody tr td {
    padding: 10px 5px;
}
#keywords {
    font-size: 12px;
}
.lalign {
    font-size: 10px;
}
#keywords tbody tr td:last-child {
    padding: 0;
    width: ;
}
h2 {
    font-size: 20px;
}
.box-mession span {
    font-size: 17px;
}
}

@media only screen and (max-width:480px) {
  h2 {
    font-size: 18px;
    line-height: 25px;
}
.side_header {
    width: 31%;
}
.contact_info {
    width: 74%;
}
.social-icon ul li {
    width: 22%;
}
.social-icon {
    width: 18%;
}
button#menu-toggle {
    height: 20px;
    margin: 20px 0 13px;
}
.social-icon {
    margin: 18px 0 13px;
}
#top-banner .bx-viewport {
    height: 148px !important;
}
.index .faq-con h4 {
    width: 90%;
}  
.abount_contain {
    width: 100%;
}
.abount_contain {
    width: 96%;
    text-align: justify;
}
span.about_img{
  width: 96%;
}
/*.box-mession span {
    width: 94%;
}*/
.footer_row {
    padding: 9px 0px;
}
.copyright {
    font-size: 8px;
    width: 34%;
}
.footer_menu h2 {
    font-size: 21px;
}
.footer_menu li a {
    font-size: 10px;
}
.footer_menu {
    width: 66%;
}
li.whyus {
    background-size: 11px;
}
.whyus span {
    padding-left: 9px;
}
/*.our-value span {
    top: 29px;
}*/
/*.our-motto span {
    top: 48px;
}*/
.tes-slider .slide {
    width: 122px !important;
}
.master-contain {
    padding: 11px;
}
ul.com-list-01 li {
    line-height: 20px;
}
h3 {
    font-size: 28px;
    line-height: 30px;
}
body {
    font-size: 13px;
}
.welcome, .our_strategy, .about_us {
    padding: 12px 12px 0;
}
.full .about_us {
    margin-top: 0;
}
.cont_info {
    padding: 8px;
}
.com-list li a {
    font-size: 15px;
}
.tabledesk {
    display: none;
}
#keywords tbody tr td {
    padding: 10px 0px;
}
.tablemobile {
    display: block;
}
span.tabtitle {
    background-color: #c9dff0;
    font-weight: bold;
    padding: 12px 0px;
    float: left;
    width: 100%;
    text-align: center;
    font-size: 19px;
}
span.tabel p {
    text-align: center;
    padding: 15px 0px;
    border: 1px solid #c9dff0;
    float: left;
    width: 100%;
}
.page-title h1 {
    font-size: 22px;
    padding: 10px 10px;
}
.logo {
    width: 50%;
}
}

@media only screen and (max-width:460px) {
.side_header {
    width: 32%;
}
button#menu-toggle {
    background-size: 20px;
    width: 6%;
    height: 15px;
}
.contain {
    width: 97%;
}

.social-icon {
    width: 19%;
}
.contact_info {
    width: 75%;
}
}

@media only screen and (max-width: 440px){
.tel, .email {
    line-height: 0px;
    display: none;
}
.mobile img, .mobiles img {
    width: 70%;
}
#mobile{
  display: block;
  float: left;
  width: 100%;
}
.contact_info {
     width: 65%;
    margin: 10px 0;
}
.mobile {
    float: left;
    margin: 0 10px;
    width: 9%;
}
button#menu-toggle {
    height: 22px;
    background-size: 25px;
    margin: 11px 0;
    width: 12%;
}
.contain-header {
    width: 92%;
}
.social-icon{
  margin: 10px 0;
  width: 23%;
}
.mobiles {
    float: left;
    margin: 0 10px;
    width: 10%;
}
.side_header {
    top: 45px;
    width: 45%;
}
/*.right-panel.visible {
    margin-left: 182px;
}*/
.tes-slider .slide {
    width: 170px !important;
}
.tes-slider .slide h3 {
    font-size: 19px;
}
.testimonial .bx-viewport {
    height: 120px !important;
}
.tes-slider {
    min-height: 120px;
}
.faq-content {
    padding: 12px;
    font-size: 14px;
}
.box-mession {
    min-height: 115px;
}
.our_metion.box-mession, .our-vision.box-mession {
    margin-bottom: 0px;
}
/*.box-mession span {
    font-size: 12px;
    line-height: 20px;
    width: 100%;
    padding: 6px 0px;
}*/
.ourmetion {
    padding: 7px 0;
    width: 100%;
}
.chose ul {
    width: 100%;
}
/*.our_metion span, .our-vision span, .our-motto span, .our-value span {
    top: 47px;
}*/
/*.our-vision span {
    top: 37px;
}
.our-motto span {
    top: 41px;
}*/
.our_metion, .our-vision, .our-motto, .our-value {
    padding: 6px;
}
.footer_menu {
    width: 71%;
}
.copyright p {
    line-height: 9px;
}
.copyright {
    width: 29%;
}
.page-title h1 {
    font-size: 21px;
    padding: 8px 10px;
}
.page-title {
    min-height: 45px;
}
.cont_info {
    padding: 7px;
}
.contact_from {
    width: 99%;
}
select {
    width: 100%;
    padding: 5px 3px;
    font-size: 12px;
}
input[type="text"], input[type="email"], input[type="tel"], textarea {
    line-height: 15px;
    padding: 5px;
    font-size: 12px;
    width: 97%;
}
.box-mession {
    float: left;
    width: 100%;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
    margin-right: 0;
}
.our-motto.box-mession, .our-value.box-mession, .our-motto.box-mession {
    margin-top: 15px;
}
.box-mession {
    width: 49%;
    margin-right: 4px;
}
.box-mession span {
    margin: 20% 0;
}
.marauto .box-mession {
    width: 49%;
}
.box-mession, .marauto .box-mession {
    margin: 0 2px;
        margin-bottom: 0px;
}
}

@media only screen and (max-width:424px) {
.box-mession {
    margin: 0 9px;
}
.whyus span {
    padding-left: 19px;
    font-size: 13px;
    top: -4px;
}
li.whyus {
    background-size: 17px;
}
.chose ul {
    width: 100%;
}
.side_header {
    top: 48px;
    width: 47%;
}
.social-icon ul li {
    width: 15%;
}
.tes-slider .slide {
    width: 172px !important;
}
.social-icon {
    margin: 10px 0;
    width: 33%;
}
.contact_info {
    width: 55%;
}
.mobile, .mobiles {
    width: 12%;
}
.mobile img, .mobiles img {
    width: 75%;
}
span.tabtitle {
    padding: 10px 0px;
    font-size: 17px;
}
.box-mession {
    width: 100%;
    margin-right: 0px;
}
.our-motto.box-mession, .our-value.box-mession, .our-vision.box-mession {
    margin-top: 15px;
}
.box-mession {
    margin: 0;
        margin-top: 0px;
        margin-bottom: 0px;
}
.box-mession span {
    margin: 10% 0;
        margin-right: 0px;
        margin-left: 0px;
    margin-right: 0;
    margin-left: 0;
}
.marauto .box-mession {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}
}

@media only screen and (max-width:404px) {
.side_header {
    top: 38px;
    width: 50%;
}
button#menu-toggle {
    height: 18px;
    background-size: 22px;
    margin: 10px 0;
}
.contact_info {
    margin: 9px 0 5px;
}
.faq-content {
    padding: 11px;
}
.index .faq-con h4 {
    width: 89%;
}
.social-icon {
    margin: 7px 0;
}
.footer_menu {
    width: 100%;
    margin-bottom: 5px;
}
.footer_row {
    padding: 7px;
}
.copyright {
    width: 100%;
    font-size: 10px;
}
.info_left, .info_right {
    width: 100%;
    margin-right: 0;
}
.contact_from {
    width: 98%;
}
.master-contain {
    padding: 10px;
}
input[type="button"], input[type="submit"] {
    font-size: 23px;
    padding: 6px 25px;
}
.info_left {
    margin-bottom: 5px;
}
}

@media only screen and (max-width:382px) {
#top-banner .bx-viewport {
    height: 140px !important;
}
h3 {
    font-size: 26px;
}
body {
    font-size: 12px;
}
p {
    line-height: 16px;
}
.faq.index {
    width: 98%;
}
.index .faq-con h4 {
    padding: 5px 20px;
    font-size: 15px;
}
/*.box-mession {
    width: 95%;
}*/
.our-vision.box-mession, .our-motto.box-mession, .our-value.box-mession {
    margin-top: 8px;
}
.side_header {
    top: 38px;
    width: 53%;
}
/*.right-panel.visible {
    margin-left: 188px;
}*/
/*.box-mession span {
    width: 97%;
    padding: 6px 5px;
    font-size: 11px;
}*/
.box-mession {
    min-height: 100px;
}
/*.our_metion span, .our-vision span, .our-motto span, .our-value span {
    top: 40px;
}*/
.master-contain {
    padding: 9px;
}
.page-title h1 {
    font-size: 18px;
    padding: 5px;
}
.box-mession span {
    font-size: 15px;
}
}

@media only screen and (max-width:370px) {
.side_header {
    top: 38px;
    width: 55%;
}

}

@media only screen and (max-width:350px) {
.side_header {
    top: 38px;
    width: 58%;
}
.tes-slider .slide {
    width: 174px !important;
}
.faq.index {
    width: 96%;
}
.ourmetion {
    padding: 5px;
}
#top-banner .bx-viewport {
    height: 125px !important;
}
.master-contain {
    padding: 8px;
}
.contact_from {
    width: 97%;
    margin-top: 5px;
}
.page-title h1 {
    font-size: 17px;
    padding: 5px;
}
}

@media only screen and (max-width: 335px){
.side_header {
    width: 60%;
}
/*.logo {
    margin-left: 35px;
}*/
.footer_row {
    padding: 6px;
    margin-bottom: 5px;
}
}

@media only screen and (max-width:323px) {
.side_header {
    width: 63%;
}
#top-banner .bx-viewport {
    height: 115px !important;
}
h3 {
    font-size: 22px;
}
body {
    font-size: 11px;
}
.faq.index {
    width: 95%;
}
li.whyus {
    width: 96%;
}
.whyus span {
    font-size: 12px;
}
/*.our-value span {
    top: 25px;
}*/
.page-title h1 {
    font-size: 16px;
    padding: 5px;
}
}

