
/************ Snapfax logo image ***************/    
    
.feature-grid {
  text-align: center;
 
 
}

/*************Apple / android download icon*****************/
    
    
.download_img_container
{
   text-align:center;
}

.bloc1
{
    display:inline;	
}
.bloc1 img{
    width:190px;
    height: 70px;
	padding-bottom:10px;
}

/************Not used **************/    	
.imgdiv{
        position:relative;
        overflow:hidden;
    	max-width: 414px;
    	max-height: 629px;
    	min-width:248px;
    	min-height:380px;
}
    
.imgdiv:after{
        padding-top:152%;
        content:"";
        display: block;
       
}
    
.imgdiv img{
    	position:absolute;
        top:0;
        bottom:0;
        right:0;
        left:0;
        max-width:100%;
        margin:auto;
}

/***************** 3 Steps ********************/    
.how{
	padding:4em 0;
    background-color: #FFFFFF;
}
.how h2 {
  font-size: 2em;
  /* font-family: 'Arvo', serif;*/
  font-family: 'Open Sans', sans-serif;
  text-transform: capitalize;
  text-align:center;
}
.how span {
  /*color:#31C3DB;*/
  color:#F0942A;
}
    
#how_img_container
{
   text-align:center;
   padding-bottom: 20px;
   padding-top: 25px;
   padding-left:0;
   padding-right:0;

}
.how_img
{
    display:inline;	
   
}
.how_img img{
    width: 290px;
    height: 650px;
    padding: 20px;
  
}





/***************facebook image***************/
    
#facebook{
      text-align: center;
  }
  
.f_logo_container{
       width:190px;
    height: 70px;
	padding-bottom:10px;
     text-align: center;
}



.f_logo_container img{
    width:100%;
 }
 
 /*********test*************/


.row  {
    margin: 5px;
    border: 1px solid red;
  
}
.row .icon {
    display: inline-block;
    border: 1px solid green;
    width: 10%;
}
.row .details {
    display: inline-block;
    width: 50%;
}
 .row .details .name {
    border: 1px solid orange;
    width: 70%;
}     
.row .details .desc {
    border: 1px solid purple;
    width:70%
}
 
/************* Feature *******************/
.new_feature{
	padding:4em 0;
   /* background-color: #12A5F3; */
   background-color: #F0942A;
}
.new_feature h2 {
  font-size: 2.5em;
  /* font-family: 'Arvo', serif;*/
  font-family: 'Open Sans', sans-serif;
  text-transform: capitalize;
  text-align:center;
  color:#FFFFFF;
}


#feature_img_container
{
   text-align:center;
   padding-bottom: 20px;
   padding-top: 25px;

}
.feature_img
{
    display:inline;	
   
}
.feature_img img{
    width: 290px;
    height: 543px;
    padding: 20px;
  
}


/************* Desktop *******************/

.desktop {
    padding-bottom: 2em;
    background-color: #2e3e4e;
}

.desktop h2 {
  font-size: 2em;
  /* font-family: 'Arvo', serif;*/
  font-family: 'Open Sans', sans-serif;
  text-transform: capitalize;
  text-align:center;
  padding-top: 0em;
  color: #FFF;
}

.desktop .container {
	width: 100%;
}

.desktop h1, .desktop h2.main { 
  padding-top: 2em;
  color:#F0942A;
  text-transform: capitalize;
}

.desktop .row {
	border:0;
	padding-left:10px;
	padding-right:10px;
}

.desktop_version {
	color:#FFF;
	border:1px solid #ccc;
	border-radius:4px;
	margin-top:15px;
	padding:0px 15px 15px 15px;
}

.desktop_version a { 
	color:#B3E5FC;
}

.desktop_version  a:hover, .desktop_version  a:focus {
    color: #FFF;
}

.desktop_version img {
	margin-bottom:15px;
}

.desktop_version div.features {
	display:inline-block;
	margin: 0 15px;
}

.desktop_version div.features div {
	text-align:left;
}

.desktop_version ul {
	text-align:left;
	list-style-type:none;
	
}

.desktop_version ul.dash {
    list-style:none;
    margin-left:0;
    padding-left:1em;
}

.desktop_version ul.dash > li:before {
    display:inline-block;
    content:"-";
    width:1em;
    margin-left:-1em;
}

span.read-more {
	vertical-align:bottom;
}

.desktop_version .btn.btn-default.read-more {
	font-size:12px;
	color:#FFF;
	text-transform:uppercase;
	background-color:#DA4453;
	border-color:#DA4453;
	display:inline-block;
	padding:0 3px;
	margin-top:3px;
	font-weight:400;
	text-align:center;
	white-space:nowrap;
	vertical-align:middle;
	background-image:none;
	border:1px solid transparent;
	border-radius:3px;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	-webkit-text-shadow:none;
	-moz-text-shadow:none;
	text-shadow:none;
}

.fancybox-infobar {
	display:none !important;
}

/* xs */
@media (max-width:767px) {
	.desktop_version h3 {
		font-size:22px;
	}
}


/************* Developers *******************/
.developers {
	padding:4em 0;
    background-color: #F5F5DC;
}
#developers h3 {
  /* font-family: 'Arvo', serif;*/
  font-family: 'Open Sans', sans-serif;
  text-transform: capitalize;
  text-align:center;
  color:#444;
  margin-bottom:25px;
  line-height:1.25em;
}


#developers_img_container
{
   text-align:center;
   padding-bottom: 20px;
   padding-top: 25px;
}
.developers_img
{
    display:inline;	
   
}
.developers_img img{
    width: 290px;
    height: 543px;
    margin-top: 20px;
	margin-bottom: 20px;
   	border:1px solid #e3e3e3;
	border-radius:4px;
}

.developers_desc {
	display:table;
		margin-left:auto;
		margin-right:auto;
}

.developers_desc .tworows, .developers_desc .threerows, .developers_desc .fourrows
{
	width: 290px;
	min-width: 290px;
	max-width: 290px;
	margin-top: 20px;
	color: #FFF;
	vertical-align: middle;
	display:table-cell;
	line-height:1.5em;
}

.developers_desc .tworows
{
	height:3.5em;
}

.developers_desc .threerows
{
	height:4.5em;
}

.developers_desc .fourrows
{
	height:6em;
}

.developers_img_container > div
{
	padding:0;
	font-size:18px;
}


/***************** country ********************/  

.country{
    padding: 2em 0;
    background-color: #FFFFFF;
    display: inline;
}
.country h2 {
  font-size: 2em;
  /* font-family: 'Arvo', serif;*/
  font-family: 'Open Sans', sans-serif;
  text-transform: capitalize;
  text-align:center;
  padding-top: 0em;
  color: #A9A9A9;
}

.country h1, .country h2.main { 
  padding-top: 2em;
  color:#F0942A;
}

.country span {
  /*color:#31C3DB;*/
  
}

.country span h2{
  color:#000;
}
.country_img span {
  color:#000;
  display: block;
  align:left;
}

.cname{
  font-size: 18px;
  width: 105px;
}

.prefix{
  font-size: 16px;

}
    
#country_img_container
{
   text-align:center;
   padding-bottom: 20px;
   padding-top: 25px;
   padding-left:5px;
   padding-right:5px;
}

.country_img
{
    display:inline-block; 
    padding-right: 30px;
    padding-left: 30px;
    padding-top: 60px;
    text-align:left;
    vertical-align: top;
}

.country_img img{
    width: 105px;
    height: 65px;
    
}

.more_country_bottom, .more_country_top
{
    padding-right: 0px;
    padding-top: 30px;
    text-align:center;
    vertical-align: bottom;
    font-size: 20px;
}

.more_country_bottom
{
    display:block;
}

.more_country_top
{
    display:block;
}

a.creditTable
{
	display:inline-block;
	margin-top:15px;
}

@media (max-width:560px) {
	.more_country_bottom {
		display:block;
	}
	
	.more_country_top {
		display:block;
	}
}

/***************** redeem ********************/  

#redeem{
    background-color: #F8E858;
    display: block;
}

#redeem h1{ 
  padding-top: 1em;
  padding-bottom: 0.2em;
  color:#FF0000;
}



#redeem_step_container
{
  display: flex;
  justify-content: center;
   padding-bottom: 20px;
   padding-top: 25px;
   padding-left:0px;
   padding-right:5px;
 
}

#steps{
  width: 600px;
  text-align:left;
  font-weight: bold;
  font-size: 1.1em;
}

#redeem_step_container span
{
    display: block;
    padding-top: 0px;
    vertical-align: top;
   
}


.inline
{
    display:inline-block; 
  }

#code{
  color:#FF0000;
 
}
/***************** referral ********************/  

.referral{
   
    background-color: #F5F5DC;
    
}
.referral h2 {
  font-size: 2em;
  /* font-family: 'Arvo', serif;*/
  font-family: 'Open Sans', sans-serif;
  text-transform: capitalize;
  text-align:center;
  padding-top: 0em;
  color: #A9A9A9;
}

.referral h1{ 
  padding-top: 1em;
  padding-bottom: 1em;
  color:#F0942A;
}


.referral span h2{
  color:#000;

}

#refer_desc{
  padding-bottom: 3em;
  font-size:23px;
  font-weight: bold;
}

#how_refer_btn{
  padding-top: 1.5em;
  padding-bottom: 2em;
}



#term_link{
    color: #0000EE;
    text-decoration: none;
    font-size:15px;
}

#how_refer_btn a{
  color:#FFF;
  font-size: 1.2em;
   text-align:center;
   background-color: #F0942A;
   padding: 12px;
   font-weight: bold;

}
#how_refer_btn a:link{
      text-decoration: none;
}

.horizontal_dotted_line{
  border-bottom: 1px dotted #000;
  width: 100%;
  padding-top: 2em;
} 

#referral_dl_container
{
   text-align:center;
   padding-bottom: 20px;
   padding-top: 25px;
   padding-left:5px;
   padding-right:5px;
}

.referral_dl_img
{
    display:inline-block; 
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 10px;
    text-align:left;
    vertical-align: top;
}

.referral_dl_img img{
    width: 150px;
    height: 50px;
    
}

#referral_logo{
  padding-top: 1em;
}
#referral_logo img{
    width: 100px;
    height: 100px;
}

#referral_remark_container
{
  display: flex;
  justify-content: center;
   padding-top: 10px;
   padding-left:0px;
   padding-right:5px;
 
}

#remark{
  width: 600px;
  text-align:left;
  font-size: 0.9em;
}

li{
  padding: 3px;
}

/************* how_refer *******************/
.how_refer{
  padding:4em 0;
   /* background-color: #12A5F3; */
   /* background-color: #F0942A; */
   background-color: #FFF;
}
.how_refer h2 {
  font-size: 2.5em;
  /* font-family: 'Arvo', serif;*/
  font-family: 'Open Sans', sans-serif;
 /* text-transform: capitalize;*/
  text-align:center;
  color:#F0942A;
}


#how_refer_img_container
{
   text-align:center;
   padding-bottom: 20px;
   padding-top: 25px;

}
.how_refer_img
{
    display:inline; 
   
}
.how_refer_img img{
    width: 290px;
    /* height: 543px; */
    height: 567px;
    padding-left: 20px;
    padding-right: 20px;
   padding-bottom: 20px;
  
  
}

.sub_title_container
{
  display: flex;
  justify-content: center;
  
   padding-top: 25px;
  
}


.sub_title{
  width: 1150px;
  text-align: left;
   font-weight: bold;
  font-size: 1.1em;
}


.remark_container
{
  display: flex;
  justify-content: center;
  
   padding-top: 25px;
  
}


.remark{
  width: 1150px;
  text-align: left;
  font-size: 1em;
}



/************* how_refer2 *******************/
.how_refer2{
  padding: 3em 0;
  /*  background-color: #12A5F3; */
   /* background-color: #F0942A; */
   /* background-color: #FFF; */
   background-color: #CCF0FF;
}
.how_refer2 h2 {
  font-size: 2.5em;
  /* font-family: 'Arvo', serif;*/
  font-family: 'Open Sans', sans-serif;
 /* text-transform: capitalize;*/
  text-align:center;
 /* color:#F0942A;   */
 color: #12A5F3;
}


#how_refer2_img_container
{
   text-align:center;
   padding-bottom: 20px;
   padding-top: 25px;

}
.how_refer2_img
{
    display:inline; 
   
}
.how_refer2_img img{
    width: 290px;
    height: 410px;
    /*height: 500px;*/ 
    /*height: 650px;*/
    padding-left: 20px;
    padding-right: 20px;
   padding-bottom: 20px;
  
}




/***************** terms ********************/  

#terms{
    background-color: #F5F5DC;
   
}



#terms h1{ 
  padding-top: 1em;
  padding-bottom: 0.2em;
  color:#000;
}



#terms_container
{
  display: flex;
  justify-content: center;
   padding-bottom: 20px;
   padding-top: 25px;
   padding-left:0px;
   padding-right:5px;
 
}

#terms_item{
  width: 800px;
  text-align:left;
  font-size: 1em;
}

#terms_item h2
{
    display: block;
    padding-top: 0px;
    vertical-align: top;
    font-size: 1em;   
}

#terms_item span{
  display: block;
  padding-bottom: 10px;
}

#terms_item li{
  padding-bottom: 10px;
}


.inline
{
    display:inline-block; 
  }


.footer-section2{
    padding-top: 2em;
}

/************** Monthly Plan ***************/
.monthlyplan{
	padding: 64px 0;
    background-color: #F5F5DC;
    font-size 2.5em;
}

.monthlyplan h2 {
  font-size: 2.5em;
  /* font-family: 'Arvo', serif;*/
  font-family: 'Open Sans', sans-serif;
  text-transform: capitalize;
  text-align:center;
  color:#12A5F3;
}

.monthlyplan h3.section_header {
	color:#444;
}

.monthlyplan #why {
  text-align:left;
  display:inline-block;
  line-height:2em;
}

.monthlyplan #why ul {
  margin-bottom:0;
}

.monthlyplan #why li {
  line-height:2em;
}

.monthlyplan .details-desc-div {
	color:#333;
	line-height:2em;
	margin-bottom:25px;
}

.monthlyplan .span4 {
	background-color: #FFF;
}

#pricing_container {
	padding-left: 20px;
	padding-right: 20px;
}

/************* Backup & Restore *******************/
.backup{
	padding:4em 0;
    background-color: #F0942A;
}
.backup h3 {
  font-family: 'Open Sans', sans-serif;
  text-transform: capitalize;
  text-align:center;
  color:#FFF;
  margin-bottom:25px;
  line-height:1.25em;
}

.backup h4 {
  font-size: 1.9em;
  font-family: 'Open Sans', sans-serif;
  text-transform: capitalize;
  text-align:center;
  color:#FFEB3B;
  margin-bottom:1.25em;
  line-height:1.25em;
}

.backup .container {
	color: #FFF;
}

#backup_img_container
{
   text-align:center;
   padding-bottom: 20px;
   padding-top: 25px;
}
.backup_img
{
    display:inline;	
   
}
.backup_img img{
    width: 290px;
    height: 543px;
    margin-top: 20px;
	margin-bottom: 20px;
   	border:1px solid #434343;
	border-radius:4px;
}

.backup_desc {
	display:table;
		margin-left:auto;
		margin-right:auto;
}

.backup_desc .tworows, .backup_desc .threerows
{
	width: 290px;
	min-width: 290px;
	max-width: 290px;
	margin-top: 20px;
	color: #FFF;
	vertical-align: middle;
	display:table-cell;
	line-height:1.5em;
}

.backup_desc .tworows
{
	height:3.5em;
}

.backup_desc .threerows
{
	height:4.5em;
}

.backup_img_container > div
{
	padding:0;
	font-size:18px;
}

/**************** article************/

.article{
  padding:2em 0;
/*    background-color: #F5F5DC;*/

   background-color: #2e3e4e;
  text-align:center;
}
.article h3 {
  font-size: 2em;
  /* font-family: 'Arvo', serif;*/
  color:  #FFFFFF;
  font-family: 'Open Sans', sans-serif;
  text-transform: capitalize;
  text-align:center;
  padding-bottom: 30px;
}

.doc{
   padding-bottom: 20px;
}
.doc a{

    font-size: 20px;
    color: yellow;
    /*color:  #505050;*/
}


.doc a:hover{
    color: yellow;
    /*color:  #505050;*/
}


.doc a:visited{
    color: yellow;
    /*color:  #505050;*/
}

/************** Announcement ***************/
.announcement{
	padding:4em 0;
    background-color: #FFFFFF;
}

#announcement h3 {
  font-family: 'Open Sans', sans-serif;
  text-transform: capitalize;
  text-align:center;
  color:#12A5F3;
  margin-bottom:25px;
}

#announcement .details-desc-div {
	color: #000;
	max-width:580px;
   	border:1px solid #d3d3d3;
	border-radius:2px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	padding:10px;
}

/**************** global ************/
    
body a{
    transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
input[type="button"]{
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}

h1,h2,h3,h4,h5,h6{
	padding:0 0;
	margin:0 0;
}
p{
	padding:0 0;
	margin:0 0;
}
ul{
	padding:0 0;
	margin:0 0;	
}
body{
	padding:0 0;
	margin:0 0; 
	font-family: 'Open Sans', sans-serif;
}

.blue {
	color:#0000FF;
}

span.line {
	display:inline-block;
}

span.white {
	color: #FFF;
}

.no-text-transform {
  text-transform: none !important;
}

.section_header {
	font-size: 2.5em;
}

.hidden {
	display:none;
}

br.higher {
	font-size:1.5em;
}

.align-left {
	text-align:left;
}

/*************************************/

.menu_header {
  background: #46A6EA;
  
}

.header {
  background: url("../images/banner.jpg") no-repeat 0px 0px;
  background-size: cover;
  min-height: 890px;
  -ms-behavior: url("../htc/backgroundsize.min.htc");
}
.header-top {
 /* padding: 1em 0; */
}
.logo {
  float: left;
}
.logo a {
  font-size:2.5em;
  display:block;
  text-decoration:none;
  text-transform: capitalize;
 /* font-family: 'Arvo', serif;*/
 font-family: 'Open Sans', sans-serif;
  color:#fff;
  margin: 0 15px;
}
.logo span {
 /*color: #31C3DB;*/
 color: #FFFFFF;
 padding-left:10px;
 vertical-align: center;
}
.my-top-menu .dropdown button, .my-top-menu .dropdown button:focus, .my-top-menu .dropdown button:active, .my-top-menu .dropdown button:hover {
	padding:1px 4px;
	font-size:13px;
	min-width:60px;
	background:#c45618;
	border:1px solid #964315;
}
.my-top-menu .dropdown.open button, .my-top-menu .dropdown.open button:focus, my-top-menu .dropdown.open button:active, .my-top-menu .dropdown.open button:hover {
	background:#c45618;
	border:1px solid #964315;
}
.my-top-menu .dropdown span.caret {
	margin-left:4px;
}
.my-top-menu .dropdown-menu {
	padding:0;
	margin-top:1px;
	min-width:65px;
	background-color:#FFF;
}
.my-top-menu .dropdown-menu > li > a {
	padding:0 0;
	font-size:13px;
	color:#000;
}
.my-top-menu .dropdown-menu > li > a:hover {
    background-color:#ede0d8;
	color:#000;
    background-image:none;
}
.top-menu {
  float: right;
   margin-top: 0.5em; 
}
.top-menu ul li {
  display: inline-block;
  margin: 0.5em 1.5em;
  margin: 0.5em 1.2em;
}
.top-menu ul li a {
  color: #fff;
/*  color: #2E2E2E;*/
  font-size: 1.2em;
  text-transform: capitalize;
  text-decoration: none;
  /*text-shadow: 0px 1px #000;*/
  
 }
.top-menu ul li a:hover {
  color: #000;
  /*color: #B40404;*/
}
.top-menu ul li a.active{
  color: #000;
 /*color: #DF0101;*/
}


.my-top-menu{
    float: right;
    margin-top: 0.5em;   
 }
 .my-top-menu a {
/*  color: #797979;*/
    color: #6A6A6A;
 /* color: #fff;*/
/*  color: #2E2E2E;*/
  font-size: 1.2em;
  font-weight:bold;
  text-transform: capitalize;
  text-decoration: none;
  /*text-shadow: 0px 1px #000;*/
 /* background-color: #2299BB;*/
  padding:2px;
  
 }
 


span.menu {
  display: none;
}
.button {
  text-align: center;
  margin-top: 7em;
}
.button h1 {
  font-size: 3em;
  text-transform: capitalize;
  font-weight: 600;
  margin-bottom: 0em;
  color: #FFF;
  font-family: 'Open Sans', sans-serif;
}

.button h2.main {
  font-size: 3em;
  text-transform: capitalize;
  font-weight: 600;
  margin-bottom: 0em;
  color: #FFF;
  /* font-family: 'Arvo', serif;*/
  font-family: 'Open Sans', sans-serif;
}

.button h2{
  margin-bottom: 1em;
  color: #FF0;
}

a.button1 {
  margin-right: 1em;
}
.center-img {
  text-align: center;
   color: #fff;
        font-size:4.5em;
  /*margin-top: 4em;*/
  margin-top: 2.5em;
}

.service-section {
  text-align: center;
  padding: 4em 0;
  background: #eee;
}
.service-section h3 {
  font-size: 2.5em;
  /*font-family: 'Arvo', serif;*/
  font-family: 'Open Sans', sans-serif;
  text-transform: capitalize;
  color:#000;
}
.service-section span {
  color: #31C3DB;
}
.service-grid h4 {
  font-size: 2em;
   padding: 0.5em 0;
    color: #000;
	font-weight:100;
}
.service-grid p {
  font-size: 1em;
  color: #999;
  line-height: 1.8em;
  font-weight: 400;
}
.service-grids {
  margin-top: 3em;
}
.video {
  padding: 4em 0;
  background: #2e3e4e;
  text-align:center;
}
.video h2 {
  font-size: 2.5em;
  /*font-family: 'Arvo', serif;*/
  font-family: 'Open Sans', sans-serif;
  text-transform: capitalize;
  color:#fff;
}
.video  span {
  /*color:#31C3DB;*/
  color:#F0942A;
}
.video iframe {
  /*width: 100%;
  height: 500px; */
  width: 100%;
  height: 500px;
    border: none;
	margin-top:2em;
    max-width:500px;
}
.video .youtube h4 {
  font-size: 1.5em;
  color: #F0942A;;
  margin-top: 3em;
}
.video .youtube .btn, .video .youtube .btn:visited {
  margin-top:5px;
  width:162px;
	background: #f7893c;
	background: -webkit-gradient(linear,50% 0%,50% 100%,color-stop(0%,#f9ad77),color-stop(50%,#f7893c),color-stop(100%,#ec670a));
	background: -webkit-linear-gradient(top,#f9ad77,#f7893c,#ec670a);
	background: -moz-linear-gradient(top,#f9ad77,#f7893c,#ec670a);
	background: -o-linear-gradient(top,#f9ad77,#f7893c,#ec670a);
	background: linear-gradient(top,#f9ad77,#f7893c,#ec670a);
	border: none;
	border-top: 1px solid #fbc49e;
	color: #fff;
	display: inline-block;
	font-weight: 500;
	margin-bottom: 10px;
	padding: 2px 15px;
	text-align: center;
	text-shadow: 0 -1px 0 #c55608;
}
.developers-desc-div {
	color: #444;
	margin-bottom: 1em;
	font-size: 18px;
	line-height: 1.5em;
}
.details-desc-div {
	color: #fff;
	margin-bottom: 1em;
	font-size: 18px;
	line-height: 1.5em;
}
.details-img-div{
	max-width:640px;
   	border:1px solid #d3d3d3;
	border-radius:2px;
	margin-left:auto;
	margin-right:auto;
}
.details-btn-div {
    margin-top: 25px;
    padding-bottom: 10px;
}
.details-btn-div a, .details-btn-div a:focus {
    display: inline-block;
    width:175px;
    height: 50px;
	background: #C45618;
    line-height: 50px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
}
.details-btn-div a:hover {
    text-decoration: none;
	background: #964315;
	color: #fff;
}
.feature{
	padding:4em 0;
   /* background: #FFFFFF;*/
   background-color: #12A5F3;
   
}
.feature h2 {
  font-size: 2.5em;
  /* font-family: 'Arvo', serif;*/
  font-family: 'Open Sans', sans-serif;
  text-transform: capitalize;
  text-align:center;
}
.feature span {
  color:#31C3DB;
}

.feature-grids {
  padding-top: 3em;
 
}
.feature-grid1 {
 /* margin-top: 8em;*/
 margin-top: 15em;

}
.feature-grid1 h4 {
  font-size: 2em;
  font-weight: 100;
  color: #000;

  margin-bottom: 10px;
    text-transform: capitalize;
    
}
.feature-grid1 p {
  font-size: 1.2em;
  color: #999;
  line-height: 1.8em;
  font-weight: 400;

}
.feature-grid2 {
  margin-top: 6em;
}
.feature-grid2 h4 {
  font-size: 2.8em;
  font-weight: 400;
  color: #fff;
  margin-bottom: 10px;
  text-transform: capitalize;
}

}


.feature-grid2 p {
  font-size: 1.2em;
  color: #999;
  margin-bottom: 10px;
  line-height: 1.8em;
    font-weight: 400;
}

.feature-grid3 {
  text-align: center;
}

.feature2 {
   margin: 2em 0;
}
.team-section{
padding:4em 0;
background:#eee;
}
.team-section h3 {
  font-size: 2.5em;
  /* font-family: 'Arvo', serif;*/
  font-family: 'Open Sans', sans-serif;
  text-transform:capitalize;
  text-align: center;
}
.team-section span {
  color:#31C3DB;
}
.item-grid h4 {
  font-size: 2em;
  padding: 0.5em 0;
  color: #000;
  font-weight: 100;
}
.social-icons i {
  width: 38px;
  height: 38px;
  background:url("../images/img-sprite1.png") no-repeat 0px 0px;
  display: inline-block;
  background-size: 200px;
}
}.social-icons a i.icon9{
	background-position:0px 0px;
}
.social-icons a i.icon10{
	background-position:-38px 0px;
}
.social-icons a i.icon11{
	background-position:-76px 0px;
}
.social-icons i:hover {
  opacity: 0.6;
}
.sreen-gallery-cursual {
  margin-top: 2em;
}
.footer-section {
	padding: 4em 0px;
	/*background: #2e3e4e;*/
  background: #F5F5DC
}
.contact-header {
	text-align: center;
	width: 85%;
	margin: 0 auto;
}
.contact-header h2 {
	font-size: 2.5em;
	/*font-family: 'Arvo', serif;*/
    font-family: 'Open Sans', sans-serif;
	text-transform: capitalize;
	font-weight: 400;
	color: #31C3DB;
}
.contact-header h2 span {
/*color: #fff; */
  color: #000000;
}
.contact-header p {
	line-height: 1.5em;
	font-size: 15px;
	color: #fefefe;
	padding: 25px 0;
}
.social-icon {
text-align: center;
padding:30px 0;
}
.social-icon i{
	width:40px;
	height:40px;
	background: url("../images/img-sprite.png") no-repeat 0px 0px;
	display:inline-block;
}
.social-icon i:hover{
    transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
.social-icon a i.icon1{
	background-position:0px 0px;
}
.social-icon a i.icon1:hover{
	background-position:0px -40px;
}
.social-icon a i.icon2{
	background-position:-40px 0px;
}
.social-icon a i.icon2:hover{
	background-position:-40px -40px;
}
.social-icon a i.icon3{
	background-position:-80px 0px;
}
.social-icon a i.icon3:hover{
	background-position:-80px -40px;
}
.social-icon i.icon4{
	background-position:-120px 0px;
}
.social-icon a i.icon4:hover{
	background-position:-120px -40px;
}
.social-icon i.icon5{
	background-position:-160px 0px;
}
.social-icon a i.icon5:hover{
	background-position:-160px -40px;
}
.social-icon i.icon6{
	background-position:-200px 0px;
}
.social-icon a i.icon6:hover{
	background-position:-200px -40px;
}
.social-icon i.icon7{
	background-position:-240px 0px;
}
.social-icon a i.icon7:hover{
	background-position:-240px -40px;
}
.social-icon i.icon8{
	background-position:-280px 0px;
}
.social-icon a i.icon8:hover{
	background-position:-280px -40px;
}
.contact {
	padding-bottom:3em;

}
.contactgrid {
padding-bottom: 2em;
}
.contactgrid input[type="text"] {
	width: 100%;
	background: none;
	outline: none;
	border: none;
	border-bottom: 1px solid#d5d6d7;
	font-size: 15px;
	color: #d5d6d7;
	text-transform: capitalize;
	padding: 10px 0;
}

.contactgrid1 textarea  {
	width: 100%;
	background: none;
	outline: none;
	border: none;
	resize: none;
	border-bottom: 1px solid#d5d6d7;
	font-size: 15px;
	color: #d5d6d7;
	text-transform: capitalize;
	padding: 10px 0;
	height: 2.8em;
}
.contactgrid2 {
	padding: 2em 0 0 17em;
}
.contactgrid2 input[type="button"] {
	color: #31C3DB;
	background: none;
	border: none;
	font-size:15px;
	outline: none;
	text-transform: uppercase;
}
.contactgrid2 input[type="button"]:hover {
	color: #d5d6d7;
}
.footer-bottom {
	text-align: center;
	padding-top: 1em;
}

.footer-bottom2 {
  text-align: center;
}


.footer-bottom p {
	font-size: 17px;
	/*color: #d5d6d7;*/
  color: #000000;
	font-weight: 400;
}

.footer-bottom2 p {
  font-size: 17px;
  color: #FFFFFF;
  font-weight: 400;
}

.footer-links p {
  padding-top: 3em;
  color: #AAA;
  margin: 1.5em 0;
  line-height: 1.5em;
  font-size: 14px;
  text-align: center;
}

.footer-links a {
  color: #BBB;
}

.footer-links a:hover, .footer-links a:focus {
	color: #bbdefb;
}

.tooltip-inner {
    text-align:left;
    background:#444;
}

.tooltip-inner li {
	padding:0;
}

.tooltip.right .tooltip-arrow {
    border-right-color:#444;
}

.tooltip.left .tooltip-arrow {
    border-left-color:#444;
}

.tooltip.top .tooltip-arrow {
    border-top-color:#444;
}

.tooltip.bottom .tooltip-arrow {
    border-bottom-color:#444;
}

.tooltip.in {
	opacity:1;
	filter:alpha(opacity=100);
}

.tooltip-inner button.close {
	color:#FFF !important;
	opacity:.5;
	filter:alpha(opacity=100);
	background:#444;
}

.footer-bottom a {
	color: #e64a19;
}
.footer-bottom a:hover {
	color: #d84315;
}
.footer-bottom p a {
	margin: 0 6px 0 6px;
}
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 10px;
	right: 10px;
	overflow: hidden;
	width: 48px;
	height: 48px;
	border: none;
	text-indent: 100%;
	background: url("../images/to-top2.png") no-repeat 0px 0px;
}
/*-- responsive-design --*/
@media only screen and (max-width:1024px) {
.button h1 {
  font-size: 2em;
}
.service-section h3 {
  font-size: 2em;
}
.service-grid h4 {
  font-size: 1.6em;
}
.service-grid p {
  font-size: 0.965em;
}
.video h2 {
  font-size: 2em;
}
.feature h2 {
  font-size: 2em;
}
.feature-grid1 h4 {
  font-size: 1.6em;
}
.feature-grid1 p {
  font-size: 0.965em;
}
.feature-grid2 h4 {
  font-size: 1.6em;
}
.feature-grid2 p {
  font-size: 0.965em;
}
.team-section h3 {
  font-size: 2em;
}
.item-grid h4 {
  font-size: 1.6em;
}
.contact-header h2 {
  font-size: 2em;
 }
 .contactgrid2 {
  padding: 2em 0 0 13em;
}
.footer-bottom p {
  font-size: 15px;
}
.footer-bottom a {
  font-size: 17px;
}
}
@media only screen and (max-width: 768px){
.logo a {
  font-size: 2em;
  margin:0;
}
.button h1 {
  font-size: 2em;
    margin-bottom: 2em;
} 
span.menu {
display: block;
 cursor: pointer;
 margin-top: 0.5em;
}
.top-menu {
	float:none;
	width: 100%;
	text-align: right;
}
.top-menu  ul
{
display:none;
}
.top-menu  ul li 
{
font-size: 14px;
display:block;
}
	.top-menu  span.menu
	{
		display:block;
	}
	.top-menu ul li{
		display:block;
		float:none;
		margin: 0em;
	}
	.top-menu ul li {
		padding:9px 0 ;
	}
	.top-menu  ul
	{
		margin:15px 0;
		z-index: 999;
		position: absolute;
		width: 96%;
		background:#47B8D7;
		text-align: center;
	}
	.top-menu ul li a {
		display: block;
	}
.button h1 {
  font-size: 1.6em;

}
.button {
  text-align: center;
  margin-top: 3em;
}
.service-section {
  padding: 3em 0;
 }
.service-section h3 {
  font-size: 1.6em;
}
.service-grid {
  float: left;
  width: 25%;
}
.service-grid h4 {
  font-size: 1.4em;
}
.service-grid p {
  font-size: 0.92em;
}
.video h2 {
  font-size: 1.6em;
}
.video iframe {
	height: 400px;
}
.video {
  padding: 3em 0;
  }
.feature h2 {
  font-size: 1.6em;
}
.feature {
  padding: 3em 0;
}
.feature-grid {
  float: left;
  width: 50%;
}
.feature-grid1 {
  float: left;
  width: 50%;
}
.feature-grid1 h4 {
  font-size: 1.4em;
}
.feature-grid1 p {
  font-size: 0.92em;
}
.feature-grid2 {
  float: left;
  /*width: 50%;*/
}
.feature-grid3 {
  float: left;
  width: 50%;
}
.feature-grid2 h4 {
  font-size: 1.4em;
}
.feature-grid2 p {
  font-size: 0.92em;
}
.team-section  {
  padding: 3em 0;
}
.team-section h3 {
  font-size: 1.6em;
}
.item-grid h4 {
  font-size: 1.4em;
}
.contact-header h2 {
  font-size: 1.6em;
}
.footer-section {
	padding: 3em 0px;
}
.contactgrid {
  float: left;
  width: 33.3%;
}
.contactgrid2 {
  padding: 1em 0 0 0;
  text-align: center;
}
.footer-bottom {
 padding-top: 0em;
}
}
@media only screen and (max-width: 640px){
.logo a {
  font-size: 1.7em;
}
.header {
  min-height: 725px;
}
.center-img img {
  width: 50%;
}
.top-menu ul {
  width: 95%;
}
.top-menu ul li a {
  font-size: 1.1em;
}
.top-menu {
  margin-top: 0px
}
span.menu {
    margin-top: 0.3em;
}
.center-img {
  margin-top: 0.5em;
}
.service-section h3 {
  font-size: 1.4em;
}
.service-grid h4 {
  font-size: 1.3em;
}
.service-grid p {
  font-size: 0.9em;
}
.service-grids {
  margin-top: 2em;
}
.video h2 {
  font-size: 1.4em;
}
.video iframe {
  height: 328px;
}
.feature h2 {
  font-size: 1.4em;
}
.feature-grids {
  padding-top: 2em;
}
.feature-grid1 h4 {
  font-size: 1.3em;
}
.team-section h3 {
  font-size: 1.4em;
}
.item-grid h4 {
  font-size: 1.3em;
}
.contact-header h2 {
  font-size: 1.4em;
}
.contactgrid input[type="text"] {
  font-size: 14px;
}
.contactgrid1 textarea {
  font-size: 14px;
  height: 3em;
}
.footer-bottom p {
  font-size: 14px;
}
.footer-bottom a {
  font-size: 15px;
}
}
@media only screen and (max-width: 480px){
.top-menu ul {
  width: 93%;
}
.header {
  min-height: 530px;
}
a.button1 img {
  width: 25%;
}
a.button2 img {
  width: 25%;
}
.center-img img {
  width: 50%;
}
.service-section h3 {
  font-size: 1.25em;
}
.service-grid {
  float: none;
  width: 100%;
  margin-top: 1.5em;
}
.service-section {
  padding: 2em 0;
}
.service-grids {
  margin-top: 0em;
}
.service-grid h4 {
  font-size: 1.2em;
}
.video {
  padding: 2em 0;
}
.video h2 {
  font-size: 1.25em;
}
.video iframe {
  height: 237px;
}
.feature {
  padding: 2em 0;
}
.feature h2 {
  font-size: 1.25em;
}
.feature-grid {
  float: none;
  width: 100%;
}
.feature-grid1 {
  float: none;
  width: 100%;
}
.feature-grid2{
  float: none;
  width: 100%;
}
.feature-grid3 {
  float: none;
  width: 100%;
}
.feature-grid1 {
  margin-top: 1em;
  text-align: center;
}
.feature-grid2 {
  margin-top: 1em;
  text-align: center;
}
.feature-grid1 h4 {
  font-size: 1.2em;
}
.feature-grid2 h4 {
  font-size: 1.2em;
}
.team-section {
  padding: 2em 0 0;
}
.sreen-gallery-cursual {
  margin-top: 1em;
}
.team-section h3 {
  font-size: 1.25em;
}
.item-grid h4 {
  font-size: 1.25em;
}
.footer-section {
  padding: 2em 0px;
}
.social-icon {
  padding: 15px 0;
}
.contact-header h2 {
  font-size: 1.25em;
}
.contactgrid {
  float: none;
  width: 100%;
}
.contactgrid {
   padding: 0 0 1em;
}
.contactgrid1 {
  padding: 0;
}
.contact {
  padding-bottom: 2em;
}
.contactgrid2 input[type="button"] {
    font-size: 13px;
  }
.footer-bottom p {
  font-size: 13px;
}
.footer-bottom a {
  font-size: 13px;
}

#country_img_container
{
   text-align:center;
  
}



.country_img
{
    display:inline-block; 
    padding-right: 30px;
    padding-left: 30px;
    padding-top: 60px;
    text-align:left;
    vertical-align: top;
}

  
}
@media only screen and (max-width: 320px){
.header-top {
  padding: 0.5em 0;
}
span.menu {
  margin-top: 0.3em;
}
.button h1 {
  font-size: 1.5em;
  margin-bottom: 1em;
}
.top-menu ul {
  width: 90%;
}
.button {
 margin-top: 1.5em;
}
.header {
  min-height: 400px;
}
.center-img img {
  width: 50%;
}
.center-img {
  margin-top: 0.5em;
}
.service-section h3 {
  font-size: 1.3em;
}
.service-grid h4 {
  font-size: 1.25em;
}
.video {
  padding: 2em 0;
}
.video iframe {
  margin-top: 1em;
  }
.feature-grid1 h4 {
  font-size: 1.25em;
}
.feature h2 {
  font-size: 1.3em;
}
.feature-grid2 h4 {
  font-size: 1.25em;
}
.team-section h3 {
  font-size: 1.3em;
}
.social-icon {
  padding: 20px 0 0;
}
.social-icon i {
  width: 30px;
  height: 30px;
  background: url("../images/img-sprite.png") no-repeat 0px 0px;
  display: inline-block;
  background-size: 321px;
}
.contact-header h2 {
  font-size: 1.3em;
}

.country_img
{
    display:inline-block; 
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 60px;
    text-align:left;
    vertical-align: top;
}

    
#country_img_container
{
   text-align:center;
}



}




  
 