*{
    padding: 0px;
    margin: 0px;
    outline: 0px;
}
body {

    font-family: myFirstFont;
}

/*
    CSS INDEX
    ===================
	1. Default Css

*/

h1,
h2,
h3,
h4,
h5,
h6,
p {
    padding: 0;
    margin: 0;
}


a {
    color: #000;
	display: inline-block;
}

a:hover {
    color: #000;
    text-decoration: none;
}
a:focus{
	text-decoration:none;
}


.margin_top160{
    margin-top:160px;
}
.top-bar p {
    font-size: 13px;
    padding: 9px;
    font-weight: bold;
}

.padding-none {
    padding: 0;
}

.search {
    margin-top: 5px;
}

.search button {
    border-radius: 19px;
    height: 28px;
}

.text-padding {
    text-align: left;
    padding-bottom: 30px;
}

.padding-right-0 {
    padding-right: 0;
}


.padding-left-0 {
    padding-left: 0;
}

.margin-top-20 {
    margin-top: 20px;
}

.padding-left-30{
    padding-left:30px;
}

.padding-30 {
    padding: 30px;
}
.padding-15{
    padding: 15px 0;
}

.margin-left-20 {
    margin-left: 20px;
}

.green-bg {
    background-color: #94CDAD;
}

.green-bg td {
    border-right: 1px solid #ddd;
}

.red_text {
    color: red;
}

.white{
    color:white;
}

/*---
* 1. Slider Section
*=============================*/

.slider-section {
    background: #f4f4f5 none repeat scroll 0 0;
}

.bg {
    background-image: url("assets/img/mainbg.jpg");
    width: 100%;
    height: 565px;
    background-size: cover;
}

.slider-text {
    margin-top: 88px;
}

.slider-text .text-style-1 {
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 15px;
    height: 50px;
    width: 292px;
    text-align: center;

}

.text-style p {
    color: #000;
    font-size: 16px;
    white-space: nowrap;
}

.text-style-small {
    color: #000;
    font-size: 11px;
}


.text-style-1 > p {
    font-size: 19px;
    font-weight: bold;
    padding: 11px;
}

.text-style-2 {
    margin-top: 30px;
}

.text-style-2 > p {
    font-size: 35px;
    color: #fff;
}

.text-style-3 > h2 {
    font-size: 112px;
    color: #FDCA55;
}


.right-image-section {
    background: rgba(255, 255, 255, 0.6) none repeat scroll 0 0;
    height: 348px;
    margin-top: 88px;
    text-align: center;
    width: 528px;
    margin-left: 57px;
}

.right-image-section img {
    float: left;
    padding: 23px;
}

.search input {
    border-radius: 20px;
    height: 28px;
}

/*---
* Navigation
*=============================*/

.main-menu {
    margin-top: 8px;
}

.main-menu ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.main-menu ul li {
    background: #fff none repeat scroll 0 0;
    border-radius: 20px;
    display: inline-block;
    float: left;
    height: 83px;
    margin: 0 10px 0 0;
    width: 180px;
}

.main-menu ul li a {
    border-radius: 20px;
    display: block;
    height: 100%;
    overflow: hidden;
    padding: 15px 21px;
    text-decoration: none;
    width: 100%;
	font-size:11px;
}

.main-menu ul li a:hover {
    color: orange;
}

.menu-item {
    padding-left: 50px;
    position: relative;
    text-align: center;
}

.menu-item p {
    font-size: 14px;
    font-weight: bold;
    left: 0;
    margin-top: 0;
    position: absolute;
    top: 0;
    color: #ffae00;
}

.menu-item span {
    padding-left: 0px;
}

.menu-item img {
    height: auto;
    margin-left: 54px;
    margin-top: -17px;
    overflow: hidden;
    width: 150px;
}

.menu-item span {
    color: #c1c1c1;
    font-size: 12px;
    font-weight: bold;
    left: 0;
    margin-left: 11px;
    margin-top: 23px;
    padding-right: 0;
    position: absolute;
    top: 0;
}


.main-menu ul li {
    position: relative;
}

.main-menu ul li ul {
    background: white none repeat scroll 0 0;
    border: 5px solid #fdca55;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 80px;
    z-index: 9999;
    visibility: hidden;

}

.main-menu ul li ul li a {
    padding: 15px 4px;
}
.main-menu ul li ul li {
    border-radius: 0;
    height: 50px;
    border-bottom: 2px dashed #696969;
    width: 100%;
}

.main-menu ul li ul li:last-child {
    border-bottom: none;
}

.main-menu ul li ul li a {
    border-radius: 0;
}

.main-menu ul li:hover ul {
    opacity: 1;
    visibility: visible;
}

.main-menu ul li i {
    color: #000;
    float: right;
    font-size: 10px;
}

.main-menu ul li a:hover .menu-item p {
    color: #000;
}

.main-menu ul li a:hover .menu-item span {
    color: #000;
}

.main-menu ul li:last-child {
    margin-right: 0;
}


/*---
* About section
*=============================*/

.content-left {
    background-color: #ffae00;
    padding: 25px;
    overflow: hidden;
}

.content-left > h1 {
    color: #fff;
	font-size:31px;
}

.text-left {
    text-align: left;
    padding-bottom: 30px;
}

/*i {
  color: #43d3e8;
  font-size: 12px;
  margin-left: 10px;
}*/

.about-list p {
    font-size: 16px;
  }


  .about-list li {
    color: orange;
    margin-bottom: 16px;
  }

.clearfix {
    clear: both;
    margin-bottom: 15px;
}

.pc img {
    float: right;
    margin-top: 180px;
  }

.pc-2 img {
    float: right;
    margin-top: 45px;
}

.about-list {
    padding-left: 50px;
}

.about-list > ul {
    list-style: outside none none;
    padding: 0;
}

.margin-bottom-10 {
    margin-bottom: 10px;
}

.about-box {
    margin-bottom: 40px;
}

.about-list ul li img {
    float: left;
    margin-right: 10px;
}


/*---
* Button Style
*=============================*/

.primary-button {
    background: white none repeat scroll 0 0;
    border-radius: 10px;
    color: black;
    font-weight: bold;
    padding: 10px;
}



.secondary-button {
    background: #80a5bc none repeat scroll 0 0;
    border-radius: 20px;
    color: #fff;
    padding: 8px;
}

.blue-button {
    background: #9ce4ee;
    border-radius: 10px;
    color: #000;
    padding: 8px;
}

.sky-button {
    background: #43d3e8 none repeat scroll 0 0;
    border-radius: 10px;
    color: #fff;
    padding: 8px;
    font-size: 20px;
    font-weight: bold;
}


.orange-text-button{
	width:100%;	
}

.blue-text-button{
	width:100%;	
}




.big-blue-button {
    background: #277ec0 none repeat scroll 0 0;
    border-radius: 10px;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    height: 50px;
    width: 125px;
    border: none;
    cursor: default;
}

.orange {
    color: orange;
}

.grey-button {
    background: grey;
    border-radius: 10px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    height: 50px;
    width: 125px;
    border: none;
}

.grey-button:hover {
    background: #000;
}


.sky-bg {
  background: #43d3e8 none repeat scroll 0 0;
  border-radius: 10px;
  color: #fff;
  display: inline-block;
  margin-bottom: 10px;
  padding: 7px;
}

/*---
* Service section
*=============================*/

.service h2 {
    color: #fff;
}

.service-bg {
    background-image: url("assets/img/service.jpg");
    background-repeat: no-repeat;
    height: auto;
    padding: 25px;
    width: 100%;
    background-size: cover;
}

.service-content {
    margin-top: 30px;
    padding: 10px 0;
}

.circle {
    background: rgba(255, 255, 255, 0.76);
    border-radius: 50%;
    display: block;
    height: 100px;
    margin: 0 auto;
    width: 100px;
}

.service-bg .primary-button i {
    color: #43d3e8;
}

.primary-button i, .blue-button i{
 color: #43d3e8;
}

.circle img {
    margin: 0 auto;
    padding-top: 25px;
    text-align: center;
}

.service-content h3 {
    color: #f47198;
    font-size: 15px;
    font-weight: bold;
    margin-top: 5px;
    margin-bottom: 5px;
  }

.service-content.text-center > p {
    color: #fff;
    font-size: 12px;
}

.hr1 {
    width: 60px;
    height: 10px;
    background-color: #43D3E8;
    margin-bottom: 20px;
}

.hr2 {
    width: 60px;
    height: 10px;
    background-color: #fff;
    margin-bottom: 20px;
}

.hr3 {
    width: 60px;
    height: 10px;
    background-color: #42a2e0;
    margin-bottom: 20px;
}

/*---
* Price section
*=============================*/

.price .header h2 {
    padding: 5px;
    margin-left: 60px;
}

.price .header h3 {
    background: powderblue none repeat scroll 0 0;
    margin: 15px;
    padding: 12px;
}



.price-content {
    background: #eeeeee none repeat scroll 0 0;
    margin: 20px 0 0;
    padding: 15px 0;
}

.price-box > h3 {
    font-size: 22px;
    margin-bottom: 10px;
    color: #43D3E8;
}

.price-content img {
    float: right;
    margin-top: 30px;
}

.price-box > p {
    font-size: 15px;
    font-weight: normal;
}

.price-box {
    margin-right: 0;
    padding: 10px;
}

.img-responsive.arrow {
  margin-top: 50px;
}



/*---
* Phototypes section
*=============================*/

.phototypes-text > h3 {
    font-size: 17px;
    line-height: 30px;
    font-weight: bold;
  }

.phototypes {
    margin-top: 25px;
}

.phototypes-bg {
    background-blend-mode: multiply;
    background-color: rgba(0, 0, 0, 0.5);
    background-image: url("assets/img/cartoon.jpg");
    background-repeat: no-repeat;
    width: 100%;
    height: 353px;
    background-size: cover;

}

.phototypes-text {
    background: #aed1e7 none repeat scroll 0 0;
    padding: 19px;
}

.phototypes-inside > h3 {
    font-size: 22px;
}

.phototypes-inside > h3 {
    color: #fff;
    font-size: 25px;
}

.phototypes-inside {
    padding: 25px 0 25px 20px;
}

/*---
* portfolio section
*=============================*/

.portfolio > h3 {
    font-size: 24px;
    margin-left: 10px;
    padding-left: 15px;
    border-left: 8px solid #43d3e8;
}

.portfolio img {
    box-shadow: 0 0 9px #ddd;
    height: 265px;
    padding: 10px;
    width: 367px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.portfolio {
    margin-top: -127px;
}


.achievement-text h3 {
    color: #000;
}

.achievement-text-style p {
    color: #000;
}


.achievement-bg {
    background-image: url("assets/img/achievement-bg.jpg");
    background-repeat: no-repeat;
    height: auto;
    width: 100%;
    height: auto;
    background-size: cover;
    margin-top: 30px;
}


/*---
* Team section
*=============================*/

.Translator-profile {
    margin-top: 30px;
}

.team-style {
    padding: 0;
}

.team-style li {
    background: #43d3e8 none repeat scroll 0 0;
    color: #fff;
    list-style: outside none none;
    margin: 3px;
    padding: 2px;
    text-align: center;
    font-size: 14px;
  }

.orange-style {
    background-color: #f1cf38;
    border: 3px solid #fff;
    border-radius: 10px;
    box-shadow: 1px 1px 7px grey;
    padding: 10px;
}

.orange-style p {
    color: #fff;
    font-size: 21px;
}

.blue-style {
    background-color: #4bd5e9;
    border: 3px solid #fff;
    border-radius: 10px;
    box-shadow: 1px 1px 7px grey;
    padding: 7px;
}

.blue-style p {
    color: #fff;
    font-size: 21px;
}



.green-menu-small img {
    color: white;
    float: left;
    width: 20px;
    height: 24px;
    margin-right: 11px;
}

.green-menu-small > p {
    color: #fff;
    font-size: 18px;
}


.green-box {
    padding: 14px;
    margin-bottom: 12px;
}

.green-content {
    background: #94cdad none repeat scroll 0 0;
    border-radius: 10px;
    margin-top: 16px;
    border: 5px solid #fff;
    box-shadow: 1px 2px 8px #696969;
}

.green-content-small {
    background: #94cdad none repeat scroll 0 0;
    border-radius: 10px;
    margin-top: 20px;
    border: 5px solid #fff;
    box-shadow: 1px 2px 8px #696969;
}

.text-style-small > p {
    font-size: 14px;
    line-height: 27px;
}

.text-style-small-new {
    font-size: 18px;
    color: #fff;
}

.green-content-inside {
  color: white;
  font-size: 21px;
  padding: 30px;
  text-align:left;
}

.green-menu img {
  display: inline;
  width: 20px;
  margin-right: 10px;
}

.green-menu {
  margin-top: 15px;
}

/*---
* Banner section
*=============================*/

.banner-bg {
    background-image: url("assets/img/footer-top.png");
    background-repeat: no-repeat;
    height: 249px;
    max-width: 100%;
    background-size: contain;
    position: relative;
}

.banner_txt {
    left: 25.5%;
    position: absolute;
    top: 97px;
}

.banner-text p {
    color: #fff;
    font-size: 13px;
    font-weight: bold;
}

/*---
* Footer section
*=============================*/



footer {
    background: #f4f4f5 none repeat scroll 0 0;
    margin-top: 35px;
}

.footer-menu {
    border-bottom: 2px solid #5F5F5F;
    font-size: 21px;
    padding: 20px;
    text-align: center;
}

.footer-menu li {
    border-right: 1px solid #000;
    line-height: 16px;
}

.footer-menu ul li a{
	color:#000;
	}



/*---
* Footer-bottom section
*=============================*/

.footer-bottom {
    color: #595757;
    font-weight: 700;
    padding: 10px;
    text-align: center;
}

.footer-logo {
    width: 50px;
}

/*.fa-angle-right {
  color: #000;
  float: right;
}*/

.fa-angle-right:hover {
    color: #FF7701;
}


.footer-test-style p {
    text-align: center;
    font-size: 15px;
    font-weight: 700;
}


.footer-menu ul li:last-child {
    border-right: none;
}

/*---
* document section
*=============================*/

.document {
    margin-top: 20px;
    padding: 25px;
}

.document-content {
    margin-top: 30px;
    padding: 10px 0;
}

.document h2 {
    color: #212223;

}

.document-content img {
    height: 114px;
    margin: auto auto auto 18px;
    width: 94px;
}

/*---
* genres section
*=============================*/

.genres-bg h3 {
    color: #fff;
}

.genres-bg {
    background-image: url("assets/img/genres.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    height: 300px;
    max-width: 100%;
    padding: 25px 0 1px 30px;
    margin-bottom: 20px;
}


.genres-text > h3 {
    font-size: 20px;
    line-height: 27px;
    color: #fff;

}


@font-face {
    font-family: myFirstFont;
    src: url(/assets/fonts/HigashiOme-Gothic.ttf);
}


/*---
* Side menu section
*=============================*/

.side-menu {
    width: 80%;
}

.side-menu h4 {
    background-color: #ffae00;
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    padding: 22px 11px 11px;
    text-align: center;
}


.side-menu > ul {
    border: 10px solid #ffae00;
    border-bottom-right-radius: 110px;
    border-bottom-left-radius: 110px;
    padding: 0;
}

.side-menu li {
    border-bottom: 2px dashed #bbbbbb;
    font-size: 15px;
    list-style: outside none none;
    margin-left: 10px;
    margin-right: 10px;
    padding: 13px 7px 16px;
    text-align: left;
}

.side-menu li:last-child {
    border-bottom: none;
}

.side-menu li a:hover {
    color: orange;
}

.top {
    color: orange;
    font-size: 23px;
    font-weight: 700;
    padding-left: 37%;
}

.top h5 {
    text-align: center;
    font-size: 21px;
}

.side-menu i {
    font-size: 21px;
    font-weight: bold;
}


/*---
* breadcrumb section
*=============================*/

.breadcrumb-style .breadcrumb {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    font-size: 16px;
    margin-top: 20px;
}

.breadcrumb > li + li::before {
    content: none;
}


/*phone banner*/

.phone-banner {
    background: #43d3e8 none repeat scroll 0 0;
    border: 5px solid #fff;
    border-radius: 10px;
    box-shadow: 6px 6px 4px #ddd;
    color: #fff;
    font-size: 21px;
    font-weight: bold;
    line-height: 43px;
    padding: 10px;
    width: 80%;
    text-shadow: 0px 1px 1px #000;
}


.phone-banner img {
    display: inline-block;
    margin-right: 0;
    width: 32px;
}

.phone-banner a {
    background: #fff none repeat scroll 0 0;
    color: #4bd5e9;
    padding: 9px;
    border-radius: 10px;
}

.big-top-bar {
    width: 100%;
    height: 50px;
    background-color: #ffe5ad;
    margin-bottom: 30px;
}

/*service form*/

.title > img {
    padding: 0px 0px 10px 0px;
}

.service-header {
    margin-top: 20px;
    padding: 17px;
}

.service-header > img {
    display: inline-block;
    float: left;
}


.prototype_one img {
    margin-top: 10px;
}

.service-text-style li {
    font-size: 16px;
    line-height: 35px;
    padding-left: 27px;
}

.inside-service img {
    background: cornsilk none repeat scroll 0 0;
    margin: auto;
    padding: 0 80px;
    height: 250px;
}


.inside-service h3 {
    margin-bottom: 20px;
    margin-top: 20px;
}

.icon {
    font-size: 40px;
    margin-top: 170px;
}

.service-box h3 {
    padding: 100px;
}

.service-box {
    background: peachpuff none repeat scroll 0 0;
    height: 250px;
    width: 310px;
}


/*table style*/

.price_profile_table {
  margin: auto;
  max-width: 700px;
}

.price_profile_table .table {
    border: 1px solid #d9d9d9;
}

.price_profile_table .table {
    font-size: 18px;
    text-align: center;
    margin-bottom: 0;
}

.price_profile_table .thead {
    background-color: #EEEEEE;
}

.price_profile_table .tbody {
    background-color: white;
}

.price_profile_table .th {
    width: 25%;
    color: #000;
}

.price_profile_table .table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: none;
    text-align: center;

}

.price_profile_table .td {
    font-size: 14px;
	border-right: 1px solid #d9d9d9;
}


.price_table .table {
    border: 1px solid #d9d9d9;
}

.price_table .table {
    font-size: 18px;
    margin-bottom: 0;
}

.price_table .tbody {
    background-color: white;
}

.price_table .th {
    width: 25%;
    background: #94cdad;
}

/*contact table*/

.contact_table .table {
    border: 1px solid #d9d9d9;
}

.contact_table .table {
    font-size: 16px;
    margin-bottom: 0;
}

.contact_table .tbody {
    background-color: white;
}

.contact_table .th {
    background: #f7f7f7 none repeat scroll 0 0;
    font-size: 16px;
    width: 28%;
  }

.tbl_row input[type="text"] {
    width: 100%;
    border: 1px solid #aaa;
}

.contact_table .table thead tr th {
    border: 0;
}







/*process section*/

.process-bg img {
  width:60%;
  margin: 0 auto;
  margin-bottom:20px;
}



/* .tbl_row .checkbox > label { */
    /* padding-left: 18px; */
/* } */



/* .process-bg { */
  /* background-image: url("assets/img/order-process.png"); */
  /* background-repeat: no-repeat; */
  /* height: auto; */
  /* padding: 25px; */
  /* width: 100%; */
  /* height:690px; */
  /* background-size: cover; */
/* } */

/* .process-1 { */
    /* background-color: #9ed1b4; */
    /* height: 135px; */
    /* width: 100%; */
    /* margin: 5px 0; */
    /* -ms-transform: skewX(30deg); */
    /* -webkit-transform: skewX(30deg); */
    /* transform: skewX(30deg); */
    /* border-top-left-radius: 30px; */
    /* border-bottom-right-radius: 30px; */
/* } */

/* .process-1 div { */
    /* -ms-transform: skewX(-30deg); */
    /* -webkit-transform: skewX(-30deg); */
    /* transform: skewX(-30deg); */
/* } */

/* .process-2 { */
    /* background-color: #f1cf39; */
    /* height: 135px; */
    /* width: 100%; */
    /* margin: 5px 0; */
    /* -ms-transform: skewX(-30deg); */
    /* -webkit-transform: skewX(-30deg); */
    /* transform: skewX(-30deg); */
    /* border-top-right-radius: 30px; */
    /* border-bottom-left-radius: 4px; */
/* } */

/* .process-2 div { */
    /* -ms-transform: skewX(30deg); */
    /* -webkit-transform: skewX(30deg); */
    /* transform: skewX(30deg); */
/* } */

/* .process-3 { */
    /* background-color: #ee99a5; */
    /* height: 195px; */
    /* width: 100%; */
    /* margin: 5px 0; */
    /* -ms-transform: skewX(30deg); */
    /* -webkit-transform: skewX(30deg); */
    /* transform: skewX(30deg); */
    /* border-top-left-radius: 30px; */
    /* border-bottom-right-radius: 30px; */
/* } */

/* .process-3 div { */
    /* -ms-transform: skewX(-30deg); */
    /* -webkit-transform: skewX(-30deg); */
    /* transform: skewX(-30deg); */
/* } */
/* .process-1 img, */
/* .process-2 img, */
/* .process-3 img{ */
    /* margin: 0 auto; */
/* } */

.process-1 h3,
.process-2 h3,
.process-3 h3 {
    font-size: 21px;
    color: #fff;
    padding: 8px;
	text-align:center;
}

.process1_after {
  background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #9ed1b4 0%, #f1cf39 100%) repeat scroll 0 0 !important;
  border-radius: 1px;
  height: 36px;
  position: absolute;
  right: 16px;
  top: 122px;
  width: 160px;
  z-index: 99999;
}

.process3_before {
  background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #f1cf39 0%, #ee99a5 100%) repeat scroll 0 0 !important;
  border-top-left-radius: 16px;
  height: 27px;
  left: 14px;
  position: absolute;
  top: -15px;
  width: 160px;
}


.contact_table select {
    border: 1px solid #aaa;
    height: 25px;
    width: 140px;
}

.contact_table label {
   font-weight: 300;
}

.footer-menu li:nth-child(8) {
    border-right: medium none;
}


/* google search box */

.cse .gsc-control-cse, .gsc-control-cse {
  padding: 0em !important;
}

.cse .gsc-search-button input.gsc-search-button-v2, input.gsc-search-button-v2 {
  padding: 4px 27px  !important;
}

table.gsc-search-box {
  margin-top: 3px !important;
}


/* ===================================================== */
/* ==================     Menu      ================= */
/* ===================================================== */

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 0px; 
    border: 1px solid transparent;
}
.navbar-default {
    background-color: rgba(226, 226, 226, 0);
    border-color: rgba(255, 255, 255, 0);
}
.navbar-collapse {
    padding-right: 0px;
    padding-left: 0px;
}
.main-menu {
    margin-top: 15px;
}
.main-menu ul li {
    background: #fff none repeat scroll 0 0;
    border-radius: 20px;
    display: inline-block;
    float: left;
    height: 83px;
    margin: 0 12px 0 0;
    width: 180px;
}

.gsc-control-cse .gsc-table-result {
	font-family : inherit;
}

.gsc-control-cse .gsc-input-box {
	height : inherit;
}

input.gsc-input,
.gsc-input-box,
.gsc-input-box-hover,
.gsc-input-box-focus,
.gsc-search-button, input.gsc-search-button-v2 {
	box-sizing  : content-box;
	line-height : normal;
	margin-top  : 0px;
}
table.gsc-search-box td{
    padding: 0px;
}















