*{
	padding:0;
	margin:0;
}
@font-face{
	font-family:"Lato";
	src:url(../fonts/Lato-Regular.ttf);
}
@font-face{
	font-family:"Lato Light";
	src:url(../fonts/Lato-Light.ttf);
}
@font-face{
	font-family:"Lato-Bold";
	src:url(../fonts/Lato-Bold.ttf);
}
body{
	font-family:"Lato";
	background:#fff;
	font-size:16px;
	color:#525252;
}
.header_inner{
	height: 300px;

}
#thank_you .modal-header {
    text-align: center;
}
h1, h2{
	font-family:"Lato-Bold";
	font-size:35px;
	color:#525252;
	text-align:center;
	padding-top:65px;
	text-transform:uppercase;
	margin-top:0px;
	padding-bottom:20px;
}

/*Slider*/


/********************************/
/*       Fade Bs-carousel       */
/********************************/
.fade-carousel {
    position: relative;
    height: 100vh;
}
.fade-carousel .carousel-inner .item {
    height: 100vh;
}
.fade-carousel .carousel-indicators > li {
    margin: 0 2px;
    background-color: #f39c12;
    border-color: #f39c12;
    opacity: .7;
}
.fade-carousel .carousel-indicators > li.active {
  width: 10px;
  height: 10px;
  opacity: 1;
}
.bootstrap-select .dropdown-toggle {
	height:50px;
}
.btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default.focus:active, .btn-default:active:focus, .btn-default:active:hover, .open > .dropdown-toggle.btn-default.focus, .open > .dropdown-toggle.btn-default:focus, .open > .dropdown-toggle.btn-default:hover{
	background:none;
}
.btn-default.active, .btn-default:active, .open > .dropdown-toggle.btn-default{
	background:none;}
/********************************/
/*          Hero Headers        */
/********************************/
.hero {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 1px 1px 0 rgba(0,0,0,.75);
      -webkit-transform: translate3d(-50%,-50%,0);
         -moz-transform: translate3d(-50%,-50%,0);
          -ms-transform: translate3d(-50%,-50%,0);
           -o-transform: translate3d(-50%,-50%,0);
              transform: translate3d(-50%,-50%,0);
}
.fade-carousel .carousel-inner .item .hero {
    opacity: 0;
    -webkit-transition: 2s all ease-in-out .1s;
       -moz-transition: 2s all ease-in-out .1s; 
        -ms-transition: 2s all ease-in-out .1s; 
         -o-transition: 2s all ease-in-out .1s; 
            transition: 2s all ease-in-out .1s; 
}
.fade-carousel .carousel-inner .item.active .hero {
    opacity: 1;
    -webkit-transition: 2s all ease-in-out .1s;
       -moz-transition: 2s all ease-in-out .1s; 
        -ms-transition: 2s all ease-in-out .1s; 
         -o-transition: 2s all ease-in-out .1s; 
            transition: 2s all ease-in-out .1s;    
}


/*          Custom Buttons      */
/********************************/


/********************************/
/*       Slides backgrounds     */
/********************************/
.fade-carousel .slides .slide-1, 
.fade-carousel .slides .slide-2,
.fade-carousel .slides .slide-3 {
  height: 100vh;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.fade-carousel .slides .slide-1 {
  background-image:url(../images/banner_01.jpg); 
}
.fade-carousel .slides .slide-2 {
  background-image:url(../images/banner_01.jpg); 
}
.fade-carousel .slides .slide-3 {
   background-image:url(../images/banner_01.jpg); 
}
.banner_img{
	float:left;
	margin-right:40px;
}
.banner_text{
	float: left;
text-align: left;
width: 70%;
}
.banner_title {
    width: 100%;
    float: left;
}
.banner_title img{
	float: left;
	width: 90px;
	margin-left:5px;

}
.banner_text h3{
	font-size: 110px;
	color: #fff;
	font-family: "Lato-Bold";
	text-align: left;
	margin-top: 0;
	float: left;line-height: 85px;
	text-transform:uppercase;
}
.banner_text h4{
	font-size:41px;
	color:#fff;
	font-family:"Lato-Bold";
	float:left;
}
.banner_text .btn.btn-lg {padding: 7px 20px;}
.banner_text .btn.btn-hero,
.banner_text .btn.btn-hero:hover,
.banner_text .btn.btn-hero:focus {
    color: #fff;
	background: none;
	border-color: #fff;
	outline: none;
	font-family:"Lato-Bold";
	margin: 20px auto;
	border-radius: 0;
	font-size:18px;
}
.slider {
    position: relative;
	background: #25272b;
}
.top_nav .modal-open .modal{
	padding-right:0 !important;
}
.top_nav  .modal-dialog {

    width: 100%;
    margin: 0;
    float: left;
    border-radius: 0;
}
.top_nav .modal-content {
    border-radius: 0;
	height: auto;
	position: fixed;
	width: 100%;
	background: #fff;
	opacity: .9;
	height:700px;
}
.popup_logo {
    position: absolute;
    top: 24px;
    left: 0;
}
.popup_menu {
    margin-top: 80px;
}
.popup_menu ul{
	list-style:none;
}
.popup_menu ul li {
	margin-bottom:15px;
}
.popup_menu ul li a{
	text-transform:uppercase;
	color:#525252;
	font-size:20px;
	font-family:"Lato-Bold";
}
.popup_menu ul li a:hover{
	text-decoration:none;
}

.links_title {
    color: #ffde3b;
    text-transform: uppercase;
    display: block;
}
.links_title:hover ,
.links_title:focus{
	text-decoration:none;
	color: #ffde3b;
}
.services_list {
    border-left: 1px solid #ccc;
    padding-left: 20px;
}
.services_list_inner {
    padding-top: 20px;
	    min-height: 275px;

}
.services_list ul {
    list-style: none;
    padding-top: 20px;
    padding-bottom: 10px;
}
.services_list ul li {
    padding-bottom: 9px;
}
.services_list ul li a {
    font-size: 13px;
    color: #525252;
}
.top_nav .close {
    font-size: 62px;
	color: #525252;
	opacity: 1;
	margin-right: 20px;
	z-index: 1035;
	position: relative;
}
body.modal-open{
	padding-right:0 !important;
}
/********************************/
/*          Media Queries       */
/********************************/
@media screen and (min-width: 980px){
    .hero { width: 980px; }    
}

@media screen and (max-width: 640px){
    .hero h1 { font-size: 4em; }    
}
/*Slider*/
/*Header*/
.inner_page h2{
	padding-top: 10px;
	margin-bottom: 0px;
	font-size: 30px;
	text-align:left;
}
.inner_list {
    list-style: none;
    text-align: left;
    margin-top: 10px;
    margin-bottom: 16px;
    line-height: 29px;
}
.inner_list li  {
    background: url(../images/bullet_01.png) no-repeat 1px 8px;
padding-left: 16px;

}
.inner_page h5{
	font-size:18px;
	font-weight:bold;
	text-align:left;
}
.tweet img {
    position: absolute;
}
.tweet iframe{
	position: absolute !important;
	top: 66px;
	margin-left: 10px;
}
.tweet {
    position: relative;
}
.left_body {
    padding-right: 152px;
    position: relative;
}
header {
	padding: 25px 0 10px 0;
	z-index: 1000;
	position: absolute;
}
.fix_menu{
	position: fixed;
	right: 0;
	top: 0;
	bottom: 0;
	background: #25272b;
	z-index: 99;
	width:152px;
}
.fix_menu ul{
	list-style:none;
	text-align:center;
	padding-top:5px;
}
.fix_menu ul li {
    display: block;
    width: 100%;
    float: left;
    border-bottom: 1px solid;
	padding:15px 0px 13px 0px;
}
.fix_menu ul li:last-child { 
     border-bottom:none; 
  }
.fix_menu ul li:hover {
	background:#f0d13a;
}
.fix_menu ul li a span {
    width: 100%;
    float: left;
	padding-top: 3px;
}
.fix_menu ul li a{ 
	color: #fff;
	font-family: "Lato Light";
	font-size: 12px;
	text-transform: uppercase;
}

.fix_menu ul li a img{}
.right_menu{
	float:right;
	text-align: right;
}
.right_menu ul{
	list-style:none;
	
}
.right_menu li{
	display:inline-block;
	color:#ffde3b;
	font-size:18px;
	padding-left: 13px;
}
/*Cleints Sldier*/
.owl-nav{
	display:none;
}
.owl-dots{
	display:none;
}
.cleints{
	padding:10px 0;
}

.cleints img{
	position: relative;
	 filter: gray; /* IE6-9 */
	  -webkit-filter: grayscale(100%); /* Google Chrome, Safari 6+ & Opera 15+ */
	  filter: grayscale(100%); /* Microsoft Edge and Firefox 35+ */
}
.cleints .item:hover img{
	 filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(0%); /* Google Chrome, Safari 6+ & Opera 15+ */
  filter: grayscale(0%); /* Microsoft Edge and Firefox 35+ */
}



.owl-carousel .owl-item img{
	width:auto !important;
}
/*Cleint Slider*/
/*Header End*/
/*About US*/
.about_us{
	background:#f5f5f5;
	padding-bottom:30px;
}
.about_text p{
	margin-top: 7px;
	font-size:15px;
}
.about_video {
    margin-top:0;
}
.about_video > video{
    display: inline;
    margin:0;
    padding:0;    
}

.about_video {
    font-size: 0;
}
.fix_menu{
	
}
/*About Us end*/

/*Services*/
.services{
	background:#fff;
	padding-bottom:30px;
}

.services p{
	font-size:15px;
}
.service_block .thumbnail{
	background:none;
	border:none;
	text-align:center;
}
.service_block .thumbnail img {
    text-align: center;
	margin: 0 auto;
}
.services_icon{
	background: #f4f4f4;
	padding: 27px;
	border-radius: 50%;
	margin: 0 auto;
	width: 119px;
	text-align: center;
}
.service_block {
    min-height:410px;
}
 .service_block:hover  .services_icon{
	background:#ffde3b;
}
.service_block h3{
	font-size: 20px;
	color: #2a2c2b;
	text-transform: uppercase;
	margin-top: 10px;
	margin-bottom: 7px;
}
.service_block p{
	color:#636363;
	font-family:"Lato Light";
	font-size:16px;
	margin-bottom:20px;
}
.service_block a{
	color: #848484;
	border: 1px solid #ccc;
	font-size: 13px;
	padding: 4px 18px;
	border-radius: 4px;
}
.service_block a:hover{
	text-decoration:none;
}
/*Sevvices end*/
/*Products */
.products{
	background:#ebebeb;
	padding-bottom:30px;
}
.product_block img{
	position: relative;
	 filter: gray; /* IE6-9 */
	  -webkit-filter: grayscale(100%); /* Google Chrome, Safari 6+ & Opera 15+ */
	  filter: grayscale(100%); /* Microsoft Edge and Firefox 35+ */
}
.product_block:hover img{
	 filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(0%); /* Google Chrome, Safari 6+ & Opera 15+ */
  filter: grayscale(0%); /* Microsoft Edge and Firefox 35+ */
}
.product_block{
	margin-bottom:30px;}
.product_text{
	position: absolute;
	bottom: 0;
	padding-left: 15px;
	background: #000;
	float: left;
	display: block;
	width: 92.5%;
	opacity: 0.8;
}
.product_text h4 {
    color: #fff;
    margin-bottom: 0;
	font-size:20px;
}
.product_text p{
	color:#ffde3b;
	font-size:12px;
}
/*Products End*/
/*Projects start*/
.projects{
	background:#f0d139;
	padding-bottom:30px;
}

.gallery-title
{
    font-size: 36px;
    color: #42B32F;
    text-align: center;
    font-weight: 500;
    margin-bottom: 70px;
}
.gallery-title:after {
    content: "";
    position: absolute;
    width: 7.5%;
    left: 46.5%;
    height: 45px;
    border-bottom: 1px solid #5e5e5e;
}
.filter-button{
	font-size: 18px;
	border: none;
	background: no-repeat;
	text-align: center;
	color: #fff;
	margin-bottom: 30px;
}
.filter-button:hover{
    font-size: 18px;
	border: none;
	background: no-repeat;
	text-align: center;
	color: #fff;
	margin-bottom: 30px;
}
.btn-default:active .filter-button:active{
    background:none;
    color: #454545;
}

.port-image
{
    width: 100%;
}

.gallery_product
{
    margin-bottom: 30px;
}

.gallery_product .overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 15px;
	right: 0;
	height: 100%;
	width: 90%;
	opacity: 0;
	transition: .5s ease;
	background-color: #000;
}
.pagination_new {
    text-align: center;
}
.gallery_product:hover .overlay {
  opacity: .8;
}

.gallery_product img{
	margin: 0 auto;
}
.gallery_product .text {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

/*Projects End*/
/*Testimonial*/
section.testimonials{
	/*background-image:url(../images/about_us_bg.jpg);*/
	background:url(../images/tesimonials_tab_bg.jpg);
    height:550px;
	background-repeat: no-repeat;
	background-size:100% auto;
	position: relative;
	left: 0px;
	color:#636363;
	top: 0px;
	right: 0px;
	bottom: 0px;
	text-align:center;
}
.testimonials h2{
	color:#fff;
	}
section.testimonials .bx-viewport{
	color:#636363;
	background:none;
	border:none;
	box-shadow:none;
	text-align:center;
}
.testimonials .user_img {
    display: block;
    width: 100%;
    text-align: center;
    margin: 0 auto;
	min-height:120px;
}
#testimonial_list span {
    color: #f0d13a;
}
.testimonials .user_img img {
    max-width: 100%;
	width: 150px;
    display: block;
    margin: 0 auto;
}
.testimonials h3{
	text-align:center;
	color:#f0d13a;
	font-size:22px;
	margin-bottom: 5px;
	font-family:"Lato-Bold";
}
.testimonials p{
	color:#fff;
	font-size:15px;
	margin-top:10px;
}
section.testimonials .bx-pager{
    text-align: center !important;
    color: #636363;
	float:none;
	width:100%  !important;
}
.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
    bottom: -40px;
}
.bx-wrapper .bx-pager.bx-default-pager a{
	border:2px solid #fff;
	background:none !important;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #f0d13a !important;
	border:2px solid #f0d13a;
}
/*Testmonile End*/
.view_all{
	 background: #f0d13a;
    color: #525252;
    text-align: center;
    padding: 4px 19px;
    border-radius: 5px;
    text-transform: uppercase;
    font-size: 14px;
}
.view_all:hover{
 text-decoration:none;
   color: #525252;
}
/*Blog*/
.blog{
	background:#f3f3f3;
	padding-bottom:30px;
}
.blog_block .thumbnail{
	color:#636363;
	font-family:"Lato Light";
	background:none;
	border:none;
	border-raduis:0px;
}
.blog_block  .caption{
	padding:0px;
}
.blog_block h3{
	color:#343434;
	margin-top: 10px;
	margin-bottom:5px;
	font-size:20px;
	font-family:"Lato-Bold";
	text-transform:uppercase;
}
.blog_block label{
	color:#343434;
	font-size:14px;
	margin-bottom: 10px;
	font-weight:normal;
}
.blog_block p{
	color:#343434;
	font-size:16px;
}
.blog_block a{
	color:#343434;
	font-size:17px;
	font-weight:bold;
	text-transform:uppercase;
	font-family:"Lato-Bold";
	margin-top:20px;
	display:block;
}
.blog_block a:hover{
	text-decoration:none;
}

.blue_button_block {
	text-align:center;
}
/*Blog End*/
/*subscribe start*/
.subscribe{
	background:#f0d139;
	padding-bottom:30px;
	text-align:center;
}
.subscribe .form-control {
	color: #dadada !important;
	font-size: 18px !important;
	height: 50px !important;
	border: none !important;
	width: 70% !important;
	display: inline-block !important;
	margin-top: 0px;
}
.subscribe .clear .btn {
    height: 50px !important;
    border: none !important;
	background:#363636 !important;
	color:#fff !important;
    font-size:20px !important;
	font-weight:bold !important;
	font-style:italic !important;
	margin-top: -3px !important ;
margin-left: 3px !important;

}

.subscribe p{
	color:#343434;
	margin-top:10px;
	
}
/*subscribe end*/
/*Footer*/
/*Footer Top*/
.footer_top{
	background:url(../images/bg_contact-us.jpg);
    height:660px;
	background-repeat: no-repeat;
	background-size:100% auto;
	position: relative;
	left: 0px;
	color:#636363;
	top: 0px;
	right: 0px;
	bottom: 0px;
}
.contact_block {

	position:relative;

}
.contact_inner_block {
    opacity: 0.7;
	color: #fff;
	min-height: 220px;
	padding: 8px 15px 15px;
}
.contact_blocks{
	position:relative;
	top:220px;
}
.contact_block h3{
	font-size:20px;
	margin-bottom:20px;
}
.contact_address_list{
	float:left;
	width:100%;
}
.phone_icon{
	margin-top:10px;}
.contact_address_list img{
	margin-right: 10px;
	float: left;
}
.contact_address_list p{
	float:left;
	font-size:14px;
	font-family:"Lato Light";
	position: relative;
}
.usa{
	background: #ce3c4f;
}
.norway{
	background: #002868;
		position:relative;
	bottom:80px;
}
.pak{
	background:#01411c;

}

/*Footer Bottom*/
.footer_bottom{
	background: url(../images/bg_footer.jpg);
	height: 310px;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	left: 0px;
	color: #636363;
	top: 0px;
	right: 0px;
	bottom: 0px;
	padding-top: 50px;
}
.follow_us ul{
	list-style: none;
text-align: center;
padding-bottom: 15px;
border-bottom: 1px solid #515050;
display: block;
width: 100%;
float: left;
}
.follow_us {
	
}
.follow_us ul li{
	display:inline-block;
	padding-right:20px;
	text-align:left;
}
.footer_menu {
	padding-top:20px;
}
.footer_links li{
	display:inline-block;
	margin-right: 12px;
}
.footer_links a{
	color:#fff;
	font-size: 15px;
}
.footer_links{
	padding-left:0px;
}
.copy_rights p{
	text-align: right;
	color:#f0d13a;
}
.copy_rights a{
	color:#f0d13a;
}
/*Footer End*/
/*Inner Page*/
.inner_page{
	padding-bottom: 30px;
	padding-top: 40px;
}
.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #222;
   opacity: .9;
}

.apps_block_inner{
	position:relative;
}
.apps_block{
	margin-bottom:30px;
	position: relative;
}
.apps_block:hover .mousehover_text {
	display:block;
}
.mousehover_text {
	display:none;
    background: #ffde3b;
	color: #525252;
	position: absolute;
	top: 0;
	width: 93%;
	height: 100%;
	padding: 15px;
	border: 3px solid #525252;

}
.mousehover_text h4{
	font-size: 20px;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 6px;
}
.mousehover_text p{
	margin-bottom:0px;
}
.mousehover_text a{
	font-size:13px;
	font-style:italic;
	color:#525252;
}
.apps_block_inner .text{
	color: white;
	position: absolute;
	top: 50%;
	left: 50%;
	opacity: 1;
	transform: translate(-50%, -50%);
	font-size: 20px;
	font-family: "Lato-Bold";
	text-align: center;
	text-transform: uppercase;
	width: 100%;
	line-height: 28px;
	padding: 0 10px;
}
.inner_para{
	padding-bottom:20px;
}
/*Inner Page End*/
/*About Us*/
    @import url(//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css);



.animate {
    -webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

/*=============== Home-team ===============*/

.employees_list {
}

.employees_list h2 {
    font-weight: normal;
}

.employees_list .common-doctor {
      margin-bottom: 25px;
}
}
.employees_list .common-doctor figure {
  overflow: hidden;
  height: 160px;
}


.employees_list .common-doctor h5 {
	margin: 0 0 7px;
	font-size: 18px;
	font-weight: 700;
	color: #3a3c41;
}
.employees_list .common-doctor .for-border {
  margin-bottom: 20px;
}
.employees_list .common-doctor .text-content {
	padding: 15px 15px 15px;
	text-align: left;
	border: 1px solid #ece7e7;
	border-top: none;
}
.employees_list.doctors-var-two {
  text-align: left;
  background-color: #fff;
}
.employees_list.doctors-var-two .slogan-section {
  text-align: left;
}
.employees_list.doctors-var-two .common-doctor {
  background-color: transparent;
}
.employees_list.doctors-var-two .common-doctor .for-border {
  display: none;
}
.employees_list.doctors-var-two .common-doctor .text-content {
  padding: 20px 0 20px;
}
.employees_list.doctors-var-two .text-center {
  text-align: left;
}

.slogan-section {
	margin-bottom: 50px;
	text-align: center;
}

.employees_list .common-doctor .for-border {
	margin-bottom: 20px;
}
.employees_list .common-doctor h5 small {
	color: #9b9d9e;
	font-weight: bold;
	font-size: 0.8em;
	font-style: italic;
}

.employees_list .common-doctor ul{
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	margin-top: -28px;
	text-align: center;
	margin-top: 10em;
	opacity: 0;
	z-index: 1;
}

.employees_list .common-doctor li a {
	background: #008fd5;
	color: white;
	padding: 0.75em;
	border: 5px solid rgba(255, 255, 255, 0.33);
}
/*=============== //Home-team ===============*/
/*About Us*/
.inner_page .blog_block {
    margin-bottom: 30px;
}
.inner_page .filter-button{
	color: #444;
}
.portfolio_blocks .filter-button:first-child{
	color: #333;
	background-color: #e6e6e6;
	border-color: #8c8c8c;
}
.client_blocks .client_blcok:first-child {
    border-left: 0;
}
.client_blocks .client_blcok:last-child {
    border-right:0;
}
.client_blocks{
	margin-bottom:15px;
}
.client_blcok{
	border-right: 1px solid #dbdbdb;
	
	text-align: center;
	min-height: 180px;
	max-height: 180px;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 30px;
}
.text_box .form-control {
    height: 50px;
}
.contact_btn .btn {
    height: 50px;
    border: none;
    background: #363636 !important;
    color: #fff;
    border-raduis:0px;
    font-size: 20px;
    font-weight: bold;
    font-style: italic;
	float:right;
}
#u_0_6{
	display:none !important;
}
.image-box {
    float: left;
    margin-left: 2px;
    margin-bottom: 2px;
    width: 33.4% !important;
    border: 1px solid #CCCCCC;
}
.insta iframe{
	width: 200px !important;
	height: 130px !important;
}
.image-wrapper {
    margin-left: 2px !important;
}
/*Product Page*/
.product_inner_blcok h3 {
    color: #343434;
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 18px;
    font-family: "Lato-Bold";
}
/*Product Page*/
.main_heading{
}
.inner_para{
}
.spa  {
    min-height: 200px;
}
.products_btn a {
	border-radius: 6px;
	width: 143px;
	margin-right: 10px;
	border: none;
	color: #fff;
	font-size: 18px;
	display: inline-block;
	padding: 9px 0;
	text-align: center;
}
.products_btn a:hover{
	text-decoration:none;
}
.products_btn a.contact_btn {
	background: #363636 !important;
}
.products_btn a.demo_btn {
	background: #f0d139 !important;
	color: #525252;
}
.products_btn{
	margin-top: 35px;
	display: block;
	text-align: center;


}
#mc_embed_signup input.email{
	width:350px;
	display: inline-block;
}
/* Extra Small */
@media(max-width:767px){

.services_list_inner {
    min-height: auto;
    padding-top: 20px;
}

.header_inner{
	height: 50px;
	margin-bottom: 20px;

}

.subscribe .form-control{
	width:100% !important;
}
#mc_embed_signup .button{
	width:65% !important;
  margin-top:10px !important;
 }
.tweet iframe {
    position: absolute !important;
    top: 76px;
    margin-left: 10px;
    left: 13px;
    margin-bottom: 12px;
}
.tweet img {
    position: relative;
}
.follow_us ul li {
    margin-bottom: 8px;
	width:100%;
}
.left_body{
	padding-right:0px;
}
.product_text {
 
}
.product_block img {
    margin: 0 auto;
}
.testimonials{
	 background:#363636 !important;
	 padding-bottom:30px;
	 height:auto !important;
}
.blog_block {
    border-bottom: 1px solid #ccc;
    margin-bottom: 25px;
	text-align:center;
}
.subscribe .form-control {
    font-size: 16px;
}
.subscribe .btn{
	font-size: 18px;
}
.main_heading h1, .main_heading h2{
	padding-top:35px;
	font-size: 30px
}
.sub_heading h3{
	padding-top:25px;
	font-size:25px
}
.footer_top{
	background:#f3f3f3;
	height:auto;
}
.contact_blocks {
    top: 0px;
	
}
.contact_block {
	margin-bottom:15px;
}
.norway {
    bottom:0px;
}
.footer_bottom {
    height: auto;
    background-size: cover;
}
.contact_inner_block {
    min-height:auto;
    float: left;
    margin-bottom: 10px;
}
.copy_rights p{
	text-align:center;
}
.footer_links li {
    display: inline-block;
    margin-right: 10px;
    list-style: none;
}
.footer_links li a {
	font-size:15px;
}
.toogle_icon{
	position:absolute;
}
header {
    padding: 10px 0 10px 0;
    position: relative;
    background: #222;
}
.hero{display:none;}
.slider .carousel-inner .item  div{
	height: 150px;
	background-repeat: no-repeat;
	background-size:cover;
	position: relative;
	left: 0px;
	color: #636363;
	top: 0px;
	right: 0px;
	bottom: 0px;
}
.fade-carousel {
    position: relative;
    height: auto;
}
.fade-carousel .carousel-inner .item {
    height: auto;
}
.right_menu {
    float: left;
    text-align: left;
    padding-top: 15px;
}
.services_list_inner ul{
	display:none;
}
.toogle_icon {
    position: absolute;
    right: 12px;
    top: 19px;
}
.right_menu li {
    font-size: 16px;
    padding-left:0;
	width:100%;
}
.right_menu ul{
	margin-bottom:0px;
}
.popup_menu {
    margin-top: 40px;
}
.services_list {
    border-left: none;
    padding-left: 0;
}
.popup_menu{
	padding-left:0px;
}
.filter-button {
     margin-bottom: 4px;
}
.about_text{
	padding-top:15px;
}
.mousehover_text h4 {
    font-size: 16px;
}
}
/* cusotm */
@media(min-width:550px) and (max-width:767px){
.product_block {
    float: left;
    width: 50%;
}

.product_text {
    width: 89.5%;
}

.doc-item {
    float: left;
    width: 50%;
}
.copy_rights p{
	text-align:left;
}
.copy_rights{
	padding-left:0px;
}
.apps_block{
	width:50%;
	float:left;
}
}
/* Small */
@media(min-width:768px) and (max-width:991px){

.mousehover_text h4 {
    font-size: 14px;
}
.mousehover_text{
	padding-top:0px;
}
.mousehover_text p {
    font-size: 13px;
}
section.testimonials{
	/*background-image:url(../images/about_us_bg.jpg);*/
    height:580px;
	background-size:cover;
	text-align:center;
}
.product_text {
    width: 88%;
}

.blog_block a {
    font-size: 14px;
}

.blog_block h3 {
    font-size: 17px;
}
.blog_block label{
	margin-bottom:3px;
}
.contact_block h3 {
    margin-bottom: 12px;
    text-align: center;
    margin-top: 3px;
}
.contact_address_list {
    float:none;
    width: 100%;
    text-align: center;
}
.contact_address_list {
    float: left;
    width: 100%;
    text-align: center;
	margin-bottom:5px;
}
.contact_address_list img {
    float:none;
    display: block;
    clear: both;
    margin: 0 auto;
}
.contact_address_list p{
	float:none;
}
.contact_inner_block {
    min-height: 270px;
    padding: 8px 7px 6px;
}
.footer_top{
	background-size: cover;
}
.footer_bottom {
    height: auto;
    background-size: cover;
}
.footer_links {
    text-align: center;
}
.copy_rights p {
    text-align: center;
}
.left_body {
    padding-right: 0;
}
.fix_menu {
    position: fixed;
    right: auto;
    top: 0;
    bottom: auto;
    background: #25272b;
    z-index: 99;
    width: 100%;
	z-index:1035;
}
.fix_menu ul li {
    display: inline-block;
    width: auto;
    float: left;
    border-bottom: none;
    padding: 13px 10px 10px 17px;
	border-right: 1px solid #5f5e5e;
	
}
.fix_menu ul li:last-child { 
    border-right:none; 
  }
.left_body {
    padding-top:57px;
}
.fix_menu ul li img{
	display:none;
}
.fix_menu ul{
	padding-top:0px;
}
.right_menu li {
    font-size: 16px;
    padding-left: 10px;
}
.popup_menu ul li {
    margin-bottom: 15px;
    display: inline-block;
    padding-right: 10px;
}
.popup_menu ul li a{
	font-size:18px;
}
.top_nav .modal-content{
	height:760px;
}
.popup_menu {
    margin-top: 20px;
}
header {
    width: 100%;
}
.banner_text h3 {
    font-size: 40px;
	line-height:48px;
}
.banner_img {
    margin-right:20px;
    width: 100px;
}
.banner_img img {
    width: 80px;
}
.hero {
    position: absolute;
    top: 50%;
    left: 35%;
    z-index: 3;
    color: #fff;
    text-align: center;
}
.banner_text h4{
	font-size:26px;
}
.banner_title img {
    width: 54px;
}
.apps_block_inner .text {
    top: 40%;
    width: 100%;
    padding: 0 5px;
}
}

/* Medium */
@media(min-width:992px) and (max-width:1199px){
.service_block {
    min-height: 380px;
}
.product_text {
	width: 90.7%;
}
.product_text p {
    font-size: 11px;
}

section.testimonials{
	background:url(../images/tesimonials_tab_bg.jpg);
	height:550px;
}
.left_body {
    padding-right: 0;
}
.fix_menu {
    position: fixed;
    right: auto;
    top: 0;
    bottom: auto;
    background: #25272b;
    z-index: 99;
    width: 100%;
	z-index:1035;
}
.fix_menu ul li {
    display: inline-block;
    width: auto;
    float: left;
    border-bottom: none;
    padding: 13px 11px 10px 10px;
    border-right: 1px solid #5f5e5e;
}
.left_body {
    padding-top:95px;
}

.fix_menu ul{
	padding-top:0px;
}
.banner_text h3{
	font-size:70px;
	line-height:80px;
}
.banner_img {
    margin-right:20px;
    width: 100px;
}
.banner_img img {
    width: 80px;
}
.hero {
    top: 50%;
    left: 50%;
    text-align: center;
}
.banner_text h4{
	font-size:40px;
}
header {
    width: 100%;
}
}

/* Large */
@media(min-width:1200px) and (max-width:1366px){\
.container {
    width: 1130px;
}
}
@media(min-width:1200px){

}