@import url(http://fonts.googleapis.com/css?family=Yellowtail);
@import url(http://fonts.googleapis.com/css?family=Gudea);

body {
  overflow-x: hidden;
}
iframe {
  border: none;
  height: 300px;
  color:#16a085;
}
/*----------.navbarfixed-effect-----------*/

@media(min-width:768px) {
    .navbar-fixed-top {
        padding: 25px 0;
        -webkit-transition: padding .3s;
        -moz-transition: padding .3s;
        transition: padding .3s;
    }

    .navbar-fixed-top .navbar-brand {
        font-size: 67px;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
    }

    .navbar-fixed-top.navbar-shrink {
        padding: 5px 0;
    }

    .navbar-fixed-top.navbar-shrink .navbar-brand {
        font-size: 60px;
    }
}

/*----------.navbarfixed-effect-----------*/


/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */
.carousel-control .icon-prev, .carousel-control .icon-next {
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
  font-size: 60px;
  font-weight: bold;
}

/* Carousel base class */
.carousel {
  height: 600px;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel .item {
  height: 600px;
  background-color:#555;
}
.carousel img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 600px;
}
.carousel-inner > .item > img, .carousel-inner > .item > a > img {
  min-height: 600px;
}

/*jonayed style---------------------*/


/*jonayed style--top-nav-----*/
.desktop {
  display: block;
}
.desktop-mobile {
  display: none;
}
.navbar-inverse {
  background-color: #38404b;
  border-color: transparent;
}

.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
  margin-left: -15px;
  font-family: 'Yellowtail', cursive;
  color: #ffffff;
}
.navbar-brand {
	 font-size: 67px;
}
.navbar-inverse .navbar-nav>li>a:hover {
  color: #ffffff;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    background-color: #FF4B5A;;   
}
.navbar-inverse .navbar-nav>li>a {
    color: #e9e6e6;
}
.navbar-inverse .navbar-nav>.active>a:hover {
  background-color: #FF4B5A;;
}
.navbar-nav>li>a {
  padding-top: 8.5px;
  padding-bottom: 8.5px;
  border-radius: 12px;
  margin-left: 8px;
  margin-right: 8px;
  padding-left: 15px;
  padding-right: 15px;
}
.navbar-nav>li>a {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family:Verdana, Geneva, sans-serif;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
}

.nav {
  padding-top: 8px;
}
.navbar-inverse .navbar-toggle {
    border-color: #ff4b5a;
}
.navbar-toggle {
    background-color: #ff4b5a;
    color: #ffffff;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
    background-color: #ff4b5a;
}
.navbar-toggle .mobile-menu {
    font-family:Verdana, Geneva, sans-serif;
    font-size:18px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
    display: block;
}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border-color: transparent;
}
/*---For-wrapper-home-----*/
.wrapper-home {
  background: #f2f2f2;
}
.home-row {
  padding-top: 120px;
  text-align: left;
}
.home-right h2 {
  color: #444e5d;
  font-size: 36px;
  font-family: 'Gudea', sans-serif;
  font-weight: 700;
  padding-bottom: 30px;
  margin-top: 0px;
  margin-bottom: 0px;
}
.home-right p {
  color: #4d5866;
  font-size: 23px;
  font-family: 'Gudea', sans-serif;
  font-weight: 400;
  line-height: 30px;
}
.home-red-text {
  color: #ff4b5a;
  font-family: 'Gudea', sans-serif;
  font-weight: 400;
  line-height: 30px;
}
.home-button {
  margin-top: 50px;
}
.btn-red {
  padding: 10px;
  color: #ffffff;
  background: #ff4b5a;
  border-radius: 8px;
  padding-left: 20px;
  padding-right: 20px;
  text-decoration: none;
  font-size: 20px;
  -webkit-transition: background 0.3s linear 0s, color 0.3s linear 0s;
  -moz-transition: background 0.3s linear 0s, color 0.3s linear 0s;
  -ms-transition: background 0.3s linear 0s, color 0.3s linear 0s;
  -o-transition: background 0.3s linear 0s, color 0.3s linear 0s;
  transition: background 0.3s linear 0s, color 0.3s linear 0s;
}
.btn-red:hover {
  text-decoration: none;
  background: #e60316;
  color: #ffffff;
}
.carousel-control .icon-prev,.carousel-control .icon-next {
  font-size: 100px;
  margin-top: -26px;
}
.wrapper-studio {
    background: none repeat scroll 0% 0% #F2F2F2;
}
.studio-row {
  padding-top: 110px;
  text-align: left;
  padding-bottom: 80px;
}
.studio-left h2 {
  color: #444e5d;
  font-size: 36px;
  font-family: 'Gudea', sans-serif;
  font-weight: 700;
  padding-bottom: 30px;
  margin-top: 0px;
  margin-bottom: 0px;
}
.studio-left p {
  color: #4d5866;
  font-size: 23px;
  font-family: 'Gudea', sans-serif;
  font-weight: 400;
  line-height: 30px;
  padding-right: 111px;
}
.studio-green-text {
  color: #037f38;
  font-family: 'Gudea', sans-serif;
  font-weight: 400;
  line-height: 30px;
}
.studio-button {
  margin-top: 50px;
}
.btn-green {
  padding: 10px;
  color: #ffffff;
  background: #1fab5a;
  border-radius: 8px;
  padding-left: 20px;
  padding-right: 20px;
  text-decoration: none;
  font-size: 20px;
  -webkit-transition: background 0.3s linear 0s, color 0.3s linear 0s;
  -moz-transition: background 0.3s linear 0s, color 0.3s linear 0s;
  -ms-transition: background 0.3s linear 0s, color 0.3s linear 0s;
  -o-transition: background 0.3s linear 0s, color 0.3s linear 0s;
  transition: background 0.3s linear 0s, color 0.3s linear 0s;
}
.btn-green:hover {
  text-decoration: none;
  background: #037f38;
  color: #ffffff;
}
/*----wrapper-about-me--*/
.black-wrapper {
  background: #333333;
  height: 80px;
}
.said {
  color: #746f6f;
  line-height: 40px;
  font-size: 36px;
  font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
.text-center-image {
  margin-left: 48%;
}
.said-icon {
  padding-top: 30px;
  padding-bottom: 35px;
}
.wrapper-about-me {
  background: #edebeb;
}
.disginer-text h3 {
  padding-top: 20px;
  text-align: left !important;
  color: #6a6565;
  font-size: 34px;
  font-family: Verdana,Geneva,sans-serif;
}
.text-bold {
  font-family:  "Trebuchet MS",Arial,Helvetica,sans-serif;
  font-weight: bold;
}
.disginer-text h5 {
  color: #6a6565;
  font-size: 24px;
  font-family: Verdana,Geneva,sans-serif;
}
.Disginer-photo {
  margin-left: 0px;
  padding-left: 0px;
}
.disginer-text {
  padding-left: 0px;
}
.middle-about-me {
  padding-top: 60px;
  padding-bottom: 100px;
}
/*------------Blgo-------------*/
.wrapper-blog {
  background: #f2f2f2;
}
.blog-left h1 {
  color: #444e5d;
  font-size: 45px;
  font-family: 'Gudea', sans-serif;
  font-weight: 700;
  padding-bottom: 0px;
  padding-top: 25px;
}
.blog-left p {
  color: #4d5866;
  font-size: 20px;
  font-family: 'Gudea', sans-serif;
  font-weight: 400;
  line-height: 30px;
  padding-right: 20px;
}
.blog-midddle {
  padding-top: 100px;
  padding-bottom: 100px;
}
.more-black {
  background: #cfcfcf;
  height:2px;
  margin-top: 40px;
  margin-bottom: 40px;
}
.middle-blog-text {
  padding-top: 10px;
  padding-bottom: 5px;
  color: #4c5662;
}
.glyphicon-2 {
  color: #22a65a;
  padding-right: 15px;
}
.get-text {
	margin-top:40px;
	margin-bottom:45px;
  color: #6a6565;
  font-size: 36px;
  font-family:Verdana, Geneva, sans-serif;
}
.get-bold {
  font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
  font-weight: bold;
}
.download-btn {
  font-weight: bold;
}
a {
  color: #ffffff;
}
a,a:visited {
    text-decoration: none;
  }

/*------------client-------------*/
.our-client-wrapper {
  background: #faf8f8;
}
.client h2 {
  color: #444e5d;
  font-size: 45px;
  font-family: 'Gudea', sans-serif;
  font-weight: 700;
  padding-bottom: 0px;
  padding-top: 25px;
}
.client p {
  color: #606e80;
  font-size: 30px;
  font-family: "Gudea",sans-serif;
  font-weight: 400;
  line-height: 20px;
  padding-bottom: 30px;
}
.client {
  padding-top: 30px;
  padding-bottom: 90px;
}
/*---------pricing-wrapper-------------*/
.pricing-wrapper {
  background: #f1f1f1;
}
.pricing-head h1 {
  color: #444e5d;
  font-size: 45px;
  font-family: 'Gudea', sans-serif;
  font-weight: 700;
  padding-bottom: 0px;
  padding-top: 35px;
}
.pricing-head p {
  color: #606e80;
  font-size: 30px;
  font-family: "Gudea",sans-serif;
  font-weight: 400;
  line-height: 20px;
}
.chosse {
  padding-bottom: 20px;
}
.price-table {
  border:2px solid #a5a5a5;
  margin-left: 20px;
  margin-right: 20px;
  margin-top: 30px;
}
.table-hr {
  background: #a5a5a5;
  height: 2px;
  margin-top: 0px;
  margin-bottom: 5px;
}
.price-table h4 {
  color: #444e5d;
  font-size: 36px;
  font-family: Verdana, Geneva, sans-serif;
  font-weight: 700;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 3px;
}
.price-table p {
  color: #999999;
  text-align: center;
  font-size: 22px;
  font-family: Verdana, Geneva, sans-serif;
  font-weight: 400;
  line-height: 30px;
}
.main-pra {
  padding-top: 30px;
  padding-bottom: 20px;
}
.main-btn-price {
  margin-bottom: 45px;
}
.price-table .price-bold {
  font-weight: 700;
}
.price-table:hover {
  background-color: #edebeb;;
  cursor: pointer;
}
.btn-green-2 {
   padding-left: 55px;
   padding-right: 55px;
   text-align: center;
   font-size: 23px;
   font-family:"Comic Sans MS", cursive;
   font-weight: 400;
   line-height: 30px;
}
.pricing-head {
  padding-bottom: 90px;
}
#contact {
  background: #333b45;
}
.contact-me {
  padding-top: 60px;
  padding-bottom: 85px;
}
.contact-tag {
  color: #ffffff;
  font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
  font-weight: bold;
  font-size: 45px;
}
.contact-tag-2 {
  color: #dad9d9;
  padding-top: 30px;
  padding-bottom: 40px;
  font-size: 34px;
  font-family: "Comic Sans MS", cursive;
line-height: 50px;
}
.contact-me-button {
  background: #ff4b5a;
  padding-left: 55px;
  padding-right: 55px;
  text-align: center;
  font-size: 23px;
  font-family: "Comic Sans MS",cursive;
  font-weight: 400;
  line-height: 30px;
  transition: all .3s ease-in-out;
  padding-top: 20px;
  padding-bottom: 20px;
  border-radius: 10px;
}
.contact-me-button:hover {
  background: #18bc9c;
}


/*-----footer--style--8*/
/*-----footer--style--8*/
.wrap-footer {
  background: #2a3039;
}
.footer-right {
  margin-top: 39px;
  margin-bottom: 30px;
}
.footer-right p {
  font-size: 24px;
  color: #dad9d9;
  font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
}
.span-2 {
  font-size: 18px;
  margin-right: 15px;
}
.footer-left p {
  font-size: 24px;
  color: #dad9d9;
  font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
  margin-top: 25px;
  margin-left: -60px;
}
.btn-social {
  display: inline-block;
  width: 50px;
  height: 50px;
  border: 2px solid #fff;
  border-radius: 100%;
  text-align: center;
  font-size: 20px;
  line-height: 45px;
}
.btn-outline {
  margin-top: 15px;
  border: solid 2px #fff;
  font-size: 20px;
  color: #fff;
  background: 0 0;
  transition: all .3s ease-in-out;
}
.btn-outline:hover, .btn-outline:focus, .btn-outline:active, .btn-outline.active {
  border: solid 2px #fff;
  color: #18bc9c;
  background: #fff;
}
.icon-row {
  margin-top: 20px;
}
.desktop-icon {
  display: block;
}

/*-----footer--style--8*/


/*only-for-750-to-990--top-nav-----*/

@media all and (max-width: 990px) and (min-width: 750px) {

.nav {
    padding-top: 6px;
}
.navbar-nav > li > a {
    font-family:Verdana, Geneva, sans-serif;
    font-size: 12px;
    margin-left: 4px;
    margin-right: 4px;
}
.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: -40px;
}
.navbar-fixed-top .navbar-brand {
    font-size: 62px;
    transition: all 0.3s ease 0s;
}
.home-right h2 { 
  font-size: 28px;
  padding-bottom: 20px;
}
.home-right p {
  font-size: 16px;
  line-height: 28px;
}
.btn-red {
  font-size: 16px;
}
.home-button {
  margin-top: 30px;
}
.home-row {
    padding-top: 100px;
}
/*studio
-------------------------------------------------- */
.studio-left h2 { 
  font-size: 27px;
  padding-bottom: 20px;
}
.studio-left p {
  font-size: 16px;
  line-height: 28px;
  padding-right: 15px;
}
.studio-button {
  margin-top: 30px;
}
.studio-row {
  padding-bottom: 50px;
}
.embed-responsive {
  margin-top: 35px;
}
/*about-me------*/
.said {
  font-size: 28px;
}
.disginer-text h5 {
  text-align: left !important;
}
.Disginer-photo {
    margin-left: -25px;
}
.middle-about-me {
    padding-top: 40px;
    padding-bottom: 70px;
}
/*blog-----------------*/
.blog-left h1 {
  padding-top: 0px;
  margin-top: 0px;
  font-size: 38px;
}
.blog-left p {
    font-size: 18px;
    line-height: 25px;
    padding-right: 0px;
}
.more-black {
    margin-top: 15px;
    margin-bottom: 15px;
}
.middle-blog-text {
    padding-top: 0px;
    padding-bottom: 0px;
}
.get-text {
    margin-top: 25px;
    margin-bottom: 25px;
    font-size: 30px;
}
.client {
    padding-top: 10px;
    padding-bottom: 70px;
}
.btn-green-2 {
    padding-left: 25px;
    padding-right: 25px;
}
.price-table p {
    font-size: 18px;
}
.desktop-icon {
  display: none !important;
}
.footer-left p {
  margin-left: -35px;
  margin-top: 30px;
  font-size: 18px;
}
.footer-right p {
    font-size: 17px;
}
.footer-right {
    margin-top: 48px;
}





}

/*only-for-Mobile-----*/
@media all and (max-width: 750px) and (min-width: 10px) {
.navbar > .container .navbar-brand{
  margin-left: 0px;
  margin-top: 12px;
}
/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */
.carousel-control .icon-prev, .carousel-control .icon-next {
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
  font-size: 60px;
  font-weight: bold;
}
/* Carousel base class */
.carousel {
  height: 400px;
}
/* Declare heights because of positioning of img element */
.carousel .item {
  height: 400px;
}
.carousel img {
  height: 400px;
}
.carousel-inner > .item > img, .carousel-inner > .item > a > img {
  min-height: 400px;
}
.carousel-caption p {
    margin-bottom: 30px;
    font-size: 12px;
    line-height: 1.4;
}
.carousel-caption h1 {
  font-size: 31px;
}
.carousel-caption h4 {
  font-size: 15px;
}
.desktop {
  display: none;
}
.desktop-mobile {
  display: block;
}
/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */
/*Home
-------------------------------------------------- */
.home-right h2 { 
  font-size: 22px;
  padding-bottom: 20px;
}
.home-right p {
  font-size: 16px;
  line-height: 28px;
}
.btn-red {
  font-size: 16px;
}
.home-button {
  margin-top: 30px;
  margin-bottom: 20px;
}
.home-row {
    padding-top: 50px;
    text-align: center;
}
/*studio
-------------------------------------------------- */
.studio-left h2 {
  font-size: 22px;
  padding-bottom: 20px;
}
.studio-left p {
  font-size: 16px;
  line-height: 28px;
}
.studio-button {
  margin-top: 30px;
  margin-bottom: 40px;
}
.studio-row {
    padding-top: 30px;
    text-align: center;
    padding-bottom: 40px;
}
.studio-left p {
  padding-right: 5px;
}
/*about-me-----*/
.said {
  font-size: 27px;
}
.middle-about-me {
    padding-top: 10px;
    padding-bottom: 20px;
}
.said-icon {
    padding-top: 20px;
    padding-bottom: 0px;
}
.disginer-text h3 {
  text-align: center !important;
  padding-top: 5px;
}
/*--blog-------------*/
.blog-midddle {
    padding-top: 0px;
    padding-bottom: 40px;
}
.more-black {
    margin-top: 15px;
    margin-bottom: 15px;
}
.middle-blog-text {
    padding-top: 0px;
    padding-bottom: 0px;
}
.get-text {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 19px;
}
.blog-right {
  margin-top: 30px;
}
.blog-left p {
  font-size: 19px;
}
.blog-left h1 {
    font-size: 30px;
}
.client {
    padding-top: 0px;
    padding-bottom: 50px;
}
.client p {
  font-size: 26px;
}
.pricing-head p {
  font-size: 20px;
}
.chosse {
    padding-bottom: 0px;
}
.footer-left p {
  margin-top: 0px;
  margin-left: 0px;
}
.footer-right {
    margin-top: 0px;
    margin-bottom: 10px;
}
.desktop-icon {
  display: none !important;
}
.contact-tag { 
  font-size: 30px;
}
.contact-tag-2 {
    padding-top: 0px;
    padding-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
}
.contact-me {
    padding-top: 20px;
    padding-bottom: 40px;
}
.contact-me-button {
    padding: 15px 55px;
}



}


@media all and (max-width: 1200px) and (min-width: 990px) {
.disginer-text h3 {
    padding-top: 15px;
    font-size: 30px;
}
.disginer-text h5 {
  font-size: 19px;
}
.disginer-text {
    padding-left: 5px;
    margin-left: 20px;
}
.Disginer-photo {
    margin-left: -50px;
}



}
@media all and (max-width: 1200px) and (min-width: 1000px) {
/*blog-----------------*/
.blog-left h1 {
  margin-top: 35px;
  font-size: 38px;
}
.blog-left p {
    font-size: 18px;
    line-height: 25px;
    padding-right: 0px;
}
.more-black {
    margin-top: 15px;
    margin-bottom: 15px;
}
.middle-blog-text {
    padding-top: 0px;
    padding-bottom: 0px;
}
.get-text {
    margin-top: 25px;
    margin-bottom: 25px;
    font-size: 30px;
}


}


@media all and (max-width: 1080px) and (min-width: 750px) {
.desktop-icon {
  display: none !important;
}
.footer-left p {
  margin-left: -35px;
  margin-top: 30px;
  font-size: 18px;
}
.footer-right p {
    font-size: 17px;
}
.footer-right {
    margin-top: 48px;
}





}