 @font-face {
     font-family: 'BNazanin';
     src: url('fonts/BNazanin.eot?-wwn5ej');
     src: url('fonts/BNazanin.eot?#iefix-wwn5ej') format('embedded-opentype'),
     url('fonts/BNazanin.woff?-wwn5ej') format('woff'),
     url('fonts/BNazanin.ttf?-wwn5ej') format('truetype'),
     url('fonts/BNazanin.svg?-wwn5ej#icomoon') format('svg');
     font-weight: normal;
     font-style: normal;
 }

 * {
     padding: 0;
     margin: 0;
     box-sizing: border-box;
     direction: rtl;
 }

 *::selection {
     background: #444;
     color: #1ABC9C;
 }

 *::-moz-selection {
     background: #444;
     color: #1ABC9C;
 }

 ::-webkit-scrollbar {
     width: 5px;
 }

 ::-webkit-scrollbar-track {
     box-shadow: inset 0 0 5px grey;
 }

 ::-webkit-scrollbar-thumb {
     background: #1ABC9C;
 }

 ::-webkit-scrollbar-thumb:hover {
     background: #E74C3C;
 }

 body {
     font-family: BNazanin, sans-serif;

     font-size: 100%;
 }

 a {
     text-decoration: none;
     color: #666;
 }

 ul,
 li {
     padding: 0;
     margin: 0;
     list-style: none;
 }

 .clear {
     clear: both;
 }

 /* .container-Faraz {
     width: 80%;
     margin: 0 auto;
 
 }
 */

 /* -------------------- Start header -------------------- */

 a {
     text-decoration: none;
 }

 li {
     list-style: none;
 }

 nav {
     width: 100%;
     max-height: 60px;
     background-color: #00bfff;

     position: fixed;
     z-index: 1;
     float: right;
     -webkit-box-shadow: 0 1px 2px #555;
     box-shadow: 0 1px 2px #555;
     /* margin-bottom: 10px; */
 }

 nav > ul > li {
     float: right;
     /* font-size: 80px; */
     padding: 10px 5px;
     font-family: BYekan, sans-serif;

 }

 nav > ul > li:hover {
     background-color: #fff;
     box-shadow: 0 0 3px #cccfd1;

 }

 nav > ul > li > a {
     font-size: 20px;
     padding: 0 20px;
     display: block;
     line-height: 40px;
     color: #fff;
     text-shadow: 0 0 3px #cccfd1;
 }

 nav > ul > li:hover > a,
 nav > ul > li:focus > a {
     color: dimgray;
 }

 nav > ul > li > a > i {
     float: left;
     margin-top: 10px;
     margin-right: 5px;
     color: #00bfff;
     -webkit-transition: .5s all;
     -o-transition: .5s all;
     transition: .5s all;
 }

 /*  nav>ul>li:hover>a>i {
            -webkit-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
            -o-transform: rotate(180deg);
            transform: rotate(180deg);
            margin-top: 10px
        }
         */

 nav > ul > li > ul {
     display: none;
     position: absolute;
     border-bottom: 1px solid #e1e1e1;
     top: 60px;
     left: 0;
     right: 0;
     z-index: 1000;
     -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
     box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
     height: 44px;
     background-color: #fff;
     list-style: none;
     margin: 1px 1px 0 0;
     padding: 0;

 }

 nav > ul > li:hover > ul {
     display: block;
 }

 nav > ul > li > ul {
     float: right
 }

 nav > ul > li > ul > a {
     font-size: 19px;
     display: block;
     padding: 0 25px;
     line-height: 43px;
     position: relative;
     color: #333;
     font-family: BYekan sans-serif;
 }

 nav > ul > li > ul:hover > a {
     color: #16a085
 }

 nav > ul > li > ul {
     position: absolute;
     width: 99.9%;
     height: auto;
     right: 0;
     display: none;
     background: #fcfcfc;
     -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
     box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
     border-radius: 0 0 5px 5px
 }

 nav > ul > li > ul:hover > .submenu {
     display: block;
 }

 nav > ul > li > ul > .submenu .image-menu {
     position: absolute;
     left: 4px;
     bottom: 4px;
 }

 nav > ul > li > ul > .submenu .col {
     width: 12.5%;
     height: 300px;
     float: right;
     border-left: 1px solid #e2e2e2;

 }

 nav > ul > li > ul > .submenu .col .title {
     color: #3498db;
     text-align: right;
     position: relative;
     border-bottom: 1px solid red;
     z-index: 9;
     font-size: 16px;
     line-height: 27px;
     padding-right: 25px;
     width: 75%;
 }

 /* nav>ul>li>ul>li>.submenu .col .title:hover{
     
    color: #237fbd
    
} */

 nav > ul > li > ul > .submenu .col ul {
     position: relative;
     z-index: 9;
     padding: 10px 0
 }

 nav > ul > li > ul > .submenu .col ul li a {
     text-align: right;
     font-size: 17px;
     font-family: BYekan sans-serif;
     display: block;
     padding: 0 25px;
     line-height: 27px;
     position: relative;
     color: #555;
 }

 nav > ul > li > ul > .submenu .col ul li:hover a {
     color: #16a085;
 }

 .logo {
     width: 30%;
     height: auto;
     float: left;
     margin-left: 5%;
     display: contents;
     margin-top: -5px;


 }

 .navigation form {
     float: left;
     padding: 5px;
     margin-left: 20px;
 }

 .navigation form input[type=search] {
     padding: 9px;
     background: transparent;
     border-radius: 0 5px 5px 0;
     border: 1px solid #1ABC9C;
     outline: none;
     color: #ddd;
     transition: 500ms;
     font-family: BYekan, sans-serif;
 }

 .navigation form input[type=search]:focus {
     border: 1px solid #E74C3C;
 }

 .navigation form input[type=submit] {
     padding: 9px;
     border-radius: 5px 0 0 5px;
     border: 1px solid #1ABC9C;
     color: #000;
     background-color: #00bfff;
     outline: none;
     transition: 500ms;
     font: 14px BYekan, sans-serif;
     cursor: pointer;
 }

 .navigation form input[type=submit]:hover {
     background: transparent;
     color: #fff;

 }

 .image-menu {
     margin-top: 20px;
     display: contents;
     width: 90px;
 }

 /* === Home Top === */

 /* Slideshow container */

 .slideshow-container {
     max-width: 80%;
     position: inherit;
     z-index: 1;
     margin: auto;


 }

 .mySlides fede {

     overflow: hidden;
     position: relative;
     z-index: 1;
     background-size: cover;
     background-position: center center;
     text-align: center;

 }

 /* Caption text
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

Number text (1/3 etc)
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}
 */

 /* The dots/bullets/indicators */

 .dot {
     height: 15px;
     width: 15px;
     margin: 0 2px;
     background-color: #bbb;
     border-radius: 50%;
     display: inline-block;
     transition: background-color 0.8s ease;
 }

 .active {
     background-color: #717171;
 }

 /* Fading animation */

 .fade {
     -webkit-animation-name: fade;
     -webkit-animation-duration: 1.5s;
     animation-name: fade;
     animation-duration: 1.5s;
 }

 @-webkit-keyframes fade {
     from {
         opacity: .4
     }
     to {
         opacity: 1
     }
 }

 @keyframes fade {
     from {
         opacity: .4
     }
     to {
         opacity: 1
     }
 }

 /* On smaller screens, decrease text size */

 @media only screen and (max-width: 300px) {
     .text {
         font-size: 11px
     }
 }

 /*  .home-slider {
     height: 100vh;
     width: 100%;
     position: inherit;
     z-index: 1;
 
 
 }
 
 .hmsd-image {
     float: left;
     width: 50%;
     height: 80vh;
     overflow: hidden;
     position: relative;
     z-index: 1;
     background-size: cover;
     background-position: center center;
     text-align: center;
     background-image: url(../images/backgrounds/ROJIN-HAMD-ARYA-BG.jpg);
 
 }
 
 .hmsd-image-overlay {
     box-shadow: 0 0 200px rgba(0, 0, 0, 0.5) inset;
     position: absolute;
     top: 0;
     right: 0;
     bottom: 0;
     left: 0;
     z-index: 1;
 
 }
 
 .er-hmtpsc-image img {
     height: 100vh;
     max-width: none;
     min-width: 100%;
     display: none;
     position: absolute;
 
 }
 
 .hmsd-text div img {
     margin-top: -180px;
     margin-bottom: 90px;
 }
 
 .hmsd-text {
     float: right;
     width: 50%;
     height: 80vh;
     background: #0f1923;
     padding: 25vh 100px;
     text-align: center;
     font: 14px BNazanin, sans-serif;
 
 
 
 }
 
 
 
 h4 {
     font-size: 26px;
     color: #fff;
 }
 
 
 .hmsd-text h2 {
     color: #fff;
     font-size: 30px;
     font-weight: 700;
     margin: 20px 0 30px;
     margin-top: -100px;
 }
 
 .hmsd-text p {
     color: #ddd;
     line-height: 1.8;
     margin-bottom: 30px;
     font: 17px BNazanin, sans-serif;
     text-align: justify;
 
 }
 
 .hmsd-text a {
     display: inline-block;
     padding: 10px 30px;
     color: #fff;
     border: 1px solid #51c5eb;
     font-size: 16px;
     font-weight: 700;
 
 }
 
 .hmsd-text a i {
     margin: 0 10px;
     color: #51c5eb;
 }
 
 .hmsd-text a:hover {
     background: #51c5eb;
     border: 1px solid red;
 }
 
 .hmsd-text a:hover i {
     color: #fff;
 }
 
 @media (max-width:991px) {
     .hmsd-image {
         float: none;
         width: 100%;
         position: absolute;
         top: 0;
         right: 0;
         bottom: 0;
         left: 0;
     }
     .hmsd-image-overlay {
         position: absolute;
         display: contents;
     }
     .hmsd-text {
         float: none;
         width: 100%;
         position: absolute;
         top: 0;
         right: 0;
         bottom: 0;
         left: 0;
         z-index: 2;
         background: rgba(15, 25, 35, 0.75);
     }
 }
 
 @media (max-width:767px) {
     .hmsd-text {
         padding: 20vh 20px;
     }
 }
 
 */

 /* Start Article Farazkavian */

 /*  @import url(https://fonts.googleapis.com/css?family=Open+Sans); */

 .container-article {
     width: 100%;
     height: auto;
     background-color: #fff;
     margin-top: 20px;
     /* border-top: 1px solid black;
     border-bottom: 1px solid black; */
     float: right;
     display: flex;
     justify-content: center;

 }



 /*  .titr-product{font-family:serif; margin-right: 60px; font-size: 24px; color:#ff0000; text-shadow: 2px 2px 4px  #330000; } */

 .box-article {
     float: right;
     margin: 10px;
     /* margin-top: 20px;  */
     /*  padding: 5px; */
     max-width: 300px;
     min-height: 150px;
     text-align: center;
     border: 2px solid #333333;
     /*  border-radius: 5px; */
     transition: 500ms;
     background-color: #00bfff;
     box-shadow: 5px 5px 10px #888888;

     cursor: pointer;
     /*  display: inline-block; */
     overflow: hidden;

 }

 .box-article:hover {
     transform: translateY(12px);


 }

 .article-img {
     width: 30%;
     height: 30%;
     float: right;
     transition: 2s;
     padding: 5px;

 }

.gg-file-document{
    width: 60px;
    height: 60px;
    float:right;
    transition: 2s;
    padding: 5px;
    margin:10px;
    color:aliceblue;

}


 .article-img:hover {
     transform: scale(1.05, 1.05);


 }

 .paragraph-article {
     font-size: 19px;
     color: #080808;
     /* text-align: justify; */
     padding: 5px;
     font-family: yekan serif;
     text-align: justify;
     justify-content: center;
     text-shadow: 2px 2px 5px #100c08;

 }




 /* .mybtn-article {
     width:90%;
     font-size: 20px;
     padding: 5px 5px;
     margin: auto;
     margin-bottom: 10px;
     font-family: BNazanin;
     background-color: #000;
     color: #ffffff;
     border: none;
     
     border-radius: 2px 10px 2px 10px;
     cursor: pointer;
     transition: 800ms;
     display: inline-block;
 }
 
 .mybtn-article:hover {
     background-color: #ff4d4d;
 }
 */

 /* ------------------Start About Farazkavian----------------- */

 /*  .container-About {
      width: 100%;
     height: auto;
     background-color: #F5F5F5;
     margin-top: 20px;
     border-top: 1px solid black;
     border-bottom: 1px solid black;
     float: right;
     display: flex;
     justify-content: center;
   
   } */

 .txt-st {
     float: right;
     max-width: 6700px;
     height: auto;
     margin: 10px;
     font-size: 20px;
     font-family: BNazanin, sans-serif;
     color: #696969;
     text-shadow: 2px 2px 2px #262626;
     justify-content: center;

 }

 .img-st {
     float: right;
     max-width: 400px;
     height: auto;
     margin: 10px;
     /*  position: absolute; */
     box-shadow: 5px 10px 15px gray;

 }



 /* -------------------- Start product-faraz -------------------- */

 .container-product {
     width: 100%;
     height: auto;
     background-color: #F5F5F5;
     margin-top: 20px;
     /* border-top: 1px solid black;
     border-bottom: 1px solid black; */
     float: right;
     display: flex;
     justify-content: center;

 }



 /*  .titr-product{font-family:serif; margin-right: 60px; font-size: 24px; color:#ff0000; text-shadow: 2px 2px 4px  #330000; } */

 .box-product {
     float: right;
     margin: 10px;
     /* margin-top: 20px;  */
     /*  padding: 5px; */
     max-width: 300px;
     text-align: center;
     border: 2px solid #ddd;
     /*  border-radius: 5px; */
     transition: 500ms;
     background-color: #fff;
     box-shadow: 5px 5px 10px #888888;

     /*  display: inline-block; */
     overflow: hidden;

 }

 .box-product:hover {
     transform: translateY(12px);


 }

 .product-img {
     width: 100%;
     height: 50%;
     margin: auto;
     transition: 2s;





 }

 .product-img:hover {
     transform: scale(1.05, 1.05);


 }

 .paragraph-product {
     font-size: 17px;
     color: #333333;
     text-align: justify;
     padding: 10px;
     margin-top: 5px;
     margin-bottom: 10px;
     text-shadow: 2px 2px 5px #999999;

 }

 .mybtn-product {
     width: 90%;
     font-size: 20px;
     padding: 5px 5px;
     margin: auto;
     margin-bottom: 10px;
     font-family: BNazanin;
     background-color: #000;
     color: #ffffff;
     border: none;

     /* border-radius: 2px 10px 2px 10px; */
     cursor: pointer;
     transition: 800ms;
     display: inline-block;
 }

 .mybtn-product:hover {
     background-color: #ff4d4d;
 }

 /* -------------------- Start steel-product-faraz -------------------- */

 .container-Faraz hr {
     border: 0;
     width: 100px;
     height: 3px;
     background-color: #999;
     display: block;
     margin: 10px auto;
 }


 /* -------------------- Start project-faraz -------------------- */

 .container-Faraz h2 {
     text-align: center;
     color: #00bfff;
     font-size: 32px;
     padding-top: 20px;
     clear: both;
     text-shadow: 2px 2px 2px #666666;
 }

 .container-Faraz hr {
     border: 0;
     width: 100px;
     height: 3px;
     background-color: #999;
     display: block;
     margin: 10px auto;
 }


 .project-images {
     opacity: 1;
     display: block;
     width: 100%;
     height: auto;
     transition: .5s ease;
     backface-visibility: hidden;
 }

 .container-box {
     text-align: center;
     padding: 20px 20px;
     font: 17px BNazanin, sans-serif;


 }

 .polaroid1 {
     position: relative;
     max-width: 300px;
     background-color: white;
     box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
     float: right;
     margin: 10px;


 }

 .middle {
     transition: .5s ease;
     opacity: 0;
     position: absolute;
     top: 50%;
     left: 50%;
     transform: translate(-50%, -50%);
     -ms-transform: translate(-50%, -50%)
 }

 .polaroid1:hover .project-images {
     opacity: 0.4;
 }

 .polaroid1:hover .middle {
     opacity: 1;
 }

 .text {
     background-color: #00bfff;
     color: white;
     font-size: 16px;
     margin: auto;
     padding: 15px 15px;
     display: inline-block;
     align-content: center;
     justify-content: center;
 }

 .button-pro {
     color: #fff;
 }

 .polaroid2 {
     position: relative;
     max-width: 300px;
     background-color: white;
     box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
     float: right;
     margin: 10px;

 }

 .polaroid2:hover .project-images {
     opacity: 0.4;
 }

 .polaroid2:hover .middle {
     opacity: 1;
 }


 .polaroid3 {
     position: relative;
     max-width: 300px;
     background-color: white;
     box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
     float: right;

     margin: 10px;

 }

 .polaroid3:hover .project-images {
     opacity: 0.4;
 }

 .polaroid3:hover .middle {
     opacity: 1;
 }

 .polaroid4 {
     position: relative;
     max-width: 300px;
     background-color: white;
     box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
     float: right;
     margin: 10px;

 }

 .polaroid4:hover .project-images {
     opacity: 0.4;
 }

 .polaroid4:hover .middle {
     opacity: 1;
 }

 .polaroid5 {
     position: relative;
     max-width: 300px;
     background-color: white;
     box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
     float: right;
     margin: 10px;


 }

 .polaroid5:hover .project-images {
     opacity: 0.4;
 }

 .polaroid5:hover .middle {
     opacity: 1;
 }


 .polaroid6 {
     position: relative;
     max-width: 300px;
     background-color: white;
     box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
     float: right;
     margin: 10px;

 }

 .polaroid6:hover .project-images {
     opacity: 0.4;
 }

 .polaroid6:hover .middle {
     opacity: 1;
 }


 .polaroid7 {
     position: relative;
     max-width: 300px;
     background-color: white;
     box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
     float: right;
     margin: 10px;

 }

 .polaroid7:hover .project-images {
     opacity: 0.4;
 }

 .polaroid7:hover .middle {
     opacity: 1;
 }


 .polaroid8 {
     position: relative;
     max-width: 300px;
     background-color: white;
     box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
     float: right;
     margin: 10px;

 }

 .polaroid8:hover .project-images {
     opacity: 0.4;
 }

 .polaroid8:hover .middle {
     opacity: 1;
 }



 /* -------------------- Start Counter -------------------- */

 .counter {
     background: url(../images/backgrounds/ROJIN-HAMD-ARYA.jpg) no-repeat;
     width: 100%;
     height: 400px;
     clear: both;
     padding-bottom: 100px;
     background-size: cover;
     background-position: center center;


 }

 .box-counter {
     max-width: 600px;
     min-height: 130px;
     margin: 10px;
     /*  margin-top: 40px;
     margin-right: 20px; */
     border: 1px solid #999;
     padding: 20px;
     color: #00bfff;
     float: right;
     text-align: center;
     background-color: rgba(100, 100, 100, 0.3);
     border-radius: 20px;

 }

 .box-counter > i {
     font-size: 66px;
 }

 /* .box-counter>p {
            font-size: 40px;
            font-weight: bold;
            color: #fff;
            text-shadow: 1px 1px 1px #222;
        } */

 .box-counter > h3 {
     font-size: 21px;
     color: #fff;
     font-family: BNazanin sans-serif;
     text-shadow: 3px 3px 3px #333333;


 }




 /* -------------------- Start News -------------------- */

 .container-news .news-box:hover .news header h3 {
     color: #00bfff;
 }

 .container-news .news-box:hover .news img {
     opacity: 0.5;
 }

 .news-box {
     float: right;
     max-width: 300px;
     margin: 10px;
     padding: 5px;
     text-align: center;
     border: 2px solid #ddd;
     border-radius: 5px;
     transition: 500ms;
 }

 .news-box:hover {
     border: 2px solid #999;
     transform: translateY(5px);
 }

 .news header > h3 {
     text-align: center;
     padding: 20px;
     transition: 500ms;
 }

 .news header > h3:hover {
     /*    color: #1ABC9C;*/
 }

 .news > img {
     width: 100%;
     height: auto;
     transition: 500ms;
 }

 .news > p {
     text-align: justify;
     font: 17px BNazanin, sans-serif;
 }

 .news span:nth-child(1) {
     padding: 20px 0;
     font-size: 14px;
     float: right;
 }

 .news span:nth-child(2) {
     padding: 20px 0;
     font-size: 14px;
     float: left;
 }

 .news span strong {
     color: #00bfff;

 }

 /* -------------------- Start Footer -------------------- */

 footer.footer {
     margin-top: 20px;
     border-top: 5px solid #100c08;
     background: #062a78;
     float: right;
 }

 .footer .footer-box {
     float: right;
     margin-right: 20px;
     padding: 5px;
     width: 60%;

 }

 .footer .footer-box > h3 {
     color: #fff;
     padding: 10px 0;
     border-bottom: 2px solid #100c08;
     line-height: 20px;
     margin-bottom: 5px;
     position: relative;
 }

 .footer .footer-box h3::after {
     position: absolute;
     content: "";
     right: 0px;
     top: 40px;
     width: 0;
     height: 2px;
     background-color: #c60303;
     display: inline-block;
     transition: 500ms;
 }

 .footer .footer-box:hover h3::after {
     width: 100px;
 }

 .footer .footer-box > p {
     text-align: justify;
     color: #ddd;
 }

 .footer .footer-box > p > i {
     color: #100c08;
 }

 .footer .footer-box .social {
     direction: ltr;
 }

 .footer .footer-box .social a > i {
     padding: 5px;
     color: #100c08;
     border-radius: 5px;
     width: 25px;
     height: 25px;
     text-align: center;
     transition: 800ms;
 }

 .footer .footer-box .social a > i:hover {
     color: #fff;
 }

 .footer .footer-box .social a i.fa-facebook:hover {
     background: #3B5998;
 }

 .footer .footer-box .social a i.fa-twitter:hover {
     background: #1DA1F2;
 }

 .footer .footer-box .social a i.fa-pinterest:hover {
     background: #bd081c;
 }

 .footer .footer-box .social a i.fa-linkedin:hover {
     background: #0077B5;
 }

 .footer .footer-box .social a i.fa-instagram:hover {
     background: #e1306c;
 }

 .footer .footer-box .social a i.fa-telegram:hover {
     background: #0088cc;
 }

 .footer .footer-box .social a i.fa-rss:hover {
     background: orange;
 }

 .footer .footer-box .newsletter p {
     color: #ddd;
     padding: 20px 0;
 }

 .footer .footer-box .newsletter form input[type=email] {
     width: 75%;
     padding: 10px;
     background: transparent;
     border-radius: 0 5px 5px 0;
     border: 1px solid #1ABC9C;
     outline: none;
     color: #ddd;
     transition: 500ms;
     font-family: BNazanin, sans-serif;
 }

 .footer .footer-box .newsletter form input[type=email]:focus {
     border: 1px solid #E74C3C;
     text-align: left;
 }

 .footer .footer-box .newsletter form input[type=submit] {
     width: 20%;
     padding: 10px;
     border-radius: 5px 0 0 5px;
     border: 1px solid #1ABC9C;
     color: #000;
     background-color: #1ABC9C;
     outline: none;
     transition: 500ms;
     font: 14px BNazanin, sans-serif;
     cursor: pointer;
 }

 .footer .footer-box .newsletter form input[type=submit]:hover {
     background: transparent;
     color: #fff;
 }

 .footer .footer-box .comments {
     float: left;
     margin-bottom: 5px;
     padding: 5px;
     background-color: rgba(0, 0, 0, 0.2);
     border-radius: 5px;
 }

 .footer .footer-box .comments img {
     width: 50px;
     height: auto;
     margin-left: 5px;
     border-radius: 5px;
     float: right;
 }

 .footer .footer-box .comments span {
     color: #ddd;
     font-size: 13px;
 }

 .socket {
     padding: 10px 5px;
     background-color: #222;
     color: #ddd;
 }

 .socket p a {
     color: #1ABC9C;
     transition: 500ms;
 }

 .socket p a:hover {
     color: #E74C3C;
 }

 .go-top {
     position: relative;
 }

 .go-top a i {
     position: absolute;
     left: 20px;
     bottom: 3px;
     color: #1ABC9C;
     font-size: 40px;
     opacity: 0.3;
     transition: 800ms;
 }

 .go-top a i:hover {
     opacity: 1;
 }
