/*font Variables*/
/*Color Variables*/
/*=================== fonts ====================*/
@import url("https://fonts.googleapis.com/css?family=Heebo:300,400,500,700,900|Roboto:300,400,500,700");
/*----------------------------------------------------*/
/*----------------------------------------------------*/
.list {
  list-style: none;
  margin: 0px;
  padding: 0px; }

a {
  text-decoration: none;
  transition: all 0.3s ease-in-out; }
  a:hover, a:focus {
    text-decoration: none;
    outline: none; }

.row.m0 {
  margin: 0px; }

body {
  line-height: 26px;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  color: #777777; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Heebo", sans-serif;
  font-weight: 700; }

button:focus {
  outline: none;
  box-shadow: none; }

.p_120 {
  padding-top: 60px;
  padding-bottom: 60px; }
  
.p_30 {
  padding-top: 30px;
  padding-bottom: 30px; }

.pad_top {
  padding-top: 120px; }

.mt-25 {
  margin-top: 25px; }

.p0 {
  padding-left: 0px;
  padding-right: 0px; }

@media (min-width: 1200px) {
  .container {
    max-width: 1170px; }
			}

@media (min-width: 1620px) {
  .box_1620 {
    max-width: 1650px;
    margin: auto; }
		}
	
/* Main Title Area css
============================================================================================ */
.main_title {
  text-align: center;
  margin-bottom: 30px; }
  .main_title h2 {
    font-family: "Heebo", sans-serif;
    font-size: 36px;
    color: #222222;
    font-weight: 700;
    margin-bottom: 15px;
    text-transform: uppercase; }
  .main_title p {
    font-size: 16px;
    font-family: "Roboto", sans-serif;
    line-height: 26px;
    color: #777777;
    margin-bottom: 0px;
    max-width: 690px;
    font-weight: normal;
    margin: auto; }
  .main_title.white h2 {
    color: #fff; }
  .main_title.white p {
    color: #fff;
    opacity: .6; }


/* End Main Title Area css
============================================================================================ */


/*---------------------------------------------------- *//*----------------------------------------------------*/


.header_area {
  position: absolute;
  width: 100%;	/* Himnakan menu-i taracq*/

top: 0;
  left: 0px;	/* Himnakan menu-i taracq*/
  
z-index: 99;
  transition: background 0.4s, all 0.3s linear; }
  
.header_area .navbar {
    background: transparent;
    padding: 0px;
    border: 0px;
    border-radius: 0px; }
    
.header_area .navbar .nav .nav-item {
      margin-right: 25px; }	/* Himnakan menu-i linkeri mijev herav-n */
.header_area .navbar .nav .nav-item .nav-link {
        font: 500 14px/50px /*main menu u submenu-i mijev heravor*/ 
"Roboto", sans-serif;
        text-transform: uppercase;
        
color: #000;	/* Himnakan menu-i color */ 
padding: 0px;	/* Himnakan menu-i padding */ 
display: inline-block; }
        .header_area .navbar .nav .nav-item .nav-link:after {
          display: none; }
      .header_area .navbar .nav .nav-item.submenu {
        position: relative; }
        .header_area .navbar .nav .nav-item.submenu ul {
          border: none;
          padding: 0px;
          border-radius: 0px;
          box-shadow: none;
          margin: 0px;
          background: #fff; }
          @media (min-width: 992px) {
            .header_area .navbar .nav .nav-item.submenu ul {
              position: absolute;
              top: 120%;
              
left: 0px;	/* submenu-i linkeri texapoxum aj-dzax */ 
min-width: 250px;	/* submenu-i linkeri laynutyun */ 

text-align: left;
              opacity: 0;
              transition: all 300ms ease-in;
              visibility: hidden;
              display: block;
              border: none;
              padding: 0px;
              border-radius: 5px;
              box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.4); } }
          .header_area .navbar .nav .nav-item.submenu ul:before {
            content: "";
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 10px 10px 0 10px;
            border-color: #eeeeee transparent transparent transparent;
            position: absolute;
            right: 24px;
            top: 45px;
            z-index: 3;
            opacity: 0;
            transition: all 400ms linear; }
          .header_area .navbar .nav .nav-item.submenu ul .nav-item {
            display: block;
            float: none;
            margin-right: 0px;
            border-bottom: 1px solid #ededed;
            margin-left: 0px;
            transition: all 0.4s linear; }
            
.header_area .navbar .nav .nav-item.submenu ul .nav-item .nav-link { line-height: 45px;	/* submenu-i linkeri bardzrutyun */ 

color: #222222; padding: 0px 10px;	/* submenu-i linkeri text */ 

transition: all 150ms linear;
              display: block;
              margin-right: 0px; }
            .header_area .navbar .nav .nav-item.submenu ul .nav-item:last-child {
              border-bottom: none; }
            
.header_area .navbar .nav .nav-item.submenu ul .nav-item:hover .nav-link { border-radius: 5px; background: #D4AF37;		/* submenu borders and bg color */ 
color: #fff; }
        @media (min-width: 992px) {
          .header_area .navbar .nav .nav-item.submenu:hover ul {
            visibility: visible;
            opacity: 1;
            top: 100%; } }
        .header_area .navbar .nav .nav-item.submenu:hover ul .nav-item {
          margin-top: 0px; }
      
.header_area .navbar .nav .nav-item:last-child { margin-right: 0px; }	/*himnakan menu texapoxum aj-dzax*/ 
.header_area .navbar .search {
      font-size: 12px;
      line-height: 60px;
      display: inline-block;
      color: #222222;
      margin-left: 80px; }
      .header_area .navbar .search i {
        font-weight: 600; }
  .header_area.navbar_fixed .main_menu {
    position: fixed;
    width: 100%;
    top: -70px;
    left: 0;
    right: 0;
    background: #D4AF37; /* himnakan menu-i bg, yerb scroll exac e ejy */ 

transform: translateY(70px);
    transition: transform 500ms ease, background 500ms ease;
    -webkit-transition: transform 500ms ease, background 500ms ease;
    box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.1); }
    .header_area.navbar_fixed .main_menu .navbar .nav .nav-item .nav-link {
      line-height: 70px; }

.top_menu {
  background: #ec9d5f; }
  .top_menu .float-left a {
    line-height: 40px;
    display: inline-block;
    color: #fff;
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
    font-size: 12px;
    margin-right: 50px;
    transition: all 300ms linear 0s; }
    .top_menu .float-left a:last-child {
      margin-right: 0px; }
    .top_menu .float-left a:hover {
      color: #D4AF37; }
  .top_menu .float-right .pur_btn {
    background: #D4AF37;
    color: #fff;
    font-family: "Roboto", sans-serif;
    line-height: 40px;
    display: block;
    padding: 0px 40px;
    font-weight: 500;
    font-size: 12px; }


/*----------------------------------------------------*/


/* Home Banner Area css
============================================================================================ */

.home_banner_area {
  z-index: 1;
  background: url(../img/home-banner.jpg) no-repeat scroll center center;
  background-size: cover; }
  .home_banner_area .banner_inner {
    overflow: hidden;
    width: 100%;
    padding: 150px 0px 100px 0px; }
    
.home_banner_area .banner_inner .banner_content {
      color: #000; }	/* Main page mejtexi grats */ 
.home_banner_area .banner_inner .banner_content .col-lg-9 {
        vertical-align: middle;
        align-self: center; }
      .home_banner_area .banner_inner .banner_content h2 {
        font-size: 40px;
        font-weight: bold;
        font-family: "Heebo", sans-serif;
        line-height: 60px;
        text-transform: uppercase;
        margin-bottom: 15px; }
      .home_banner_area .banner_inner .banner_content p {
        color: #000;
        font-family: "Roboto", sans-serif;
        font-weight: normal;
        max-width: 565px;
        margin-bottom: 40px;
        line-height: 26px;
        font-size: 16px; }
      .home_banner_area .banner_inner .banner_content .banner_map_img {
        text-align: right; }
		
/* End Home Banner Area css
============================================================================================ */

.sample-text-area {
  padding: 100px 0 70px 0; }

.sample-text {
  margin-bottom: 0; }

.text-heading {
  margin-bottom: 30px;
  font-size: 24px; }

.typo-list {
  margin-bottom: 10px; }

@media (max-width: 767px) {
  .typo-sec {
    margin-bottom: 30px; } }
@media (max-width: 767px) {
  .element-wrap {
    margin-top: 30px; } }
b, sup, sub, u, del {
  color: #f8b600; }

h1 {
  font-size: 36px; }

h2 {
  font-size: 30px; }

h3 {
  font-size: 24px; }

h4 {
  font-size: 18px; }

h5 {
  font-size: 16px; }

h6 {
  font-size: 14px; }


  /* Main Button Area css
============================================================================================ */

.main_btn {
  padding: 0px 40px;
  background: #D4AF37;
  z-index: 2;
  display: inline-block;
  transition: all 400ms linear;
  text-align: center;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
  line-height: 48px;
  border: 1px solid #D4AF37;
  border-radius: 5px;
  transition: all 300ms linear 0s;
  box-shadow: 0px 10px 30px 0px rgba(115, 73, 251, 0.3); }
  .main_btn:hover {
    color: #fff;
    box-shadow: none; }

.main_btn2 {
  display: inline-block;
  background: #f9f9ff;
  padding: 0px 45px;
  color: #222222;
  font-family: "Heebo", sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 48px;
  border-radius: 5px;
  outline: none !important;
  box-shadow: none !important;
  text-align: center;
  border: 1px solid #dddddd;
  cursor: pointer;
  transition: color 0ms linear; }
  .main_btn2:hover {
    background-image: -moz-linear-gradient(0deg, #bc2bff 0%, #7249fb 100%);
    background-image: -webkit-linear-gradient(0deg, #bc2bff 0%, #7249fb 100%);
    background-image: -ms-linear-gradient(0deg, #bc2bff 0%, #7249fb 100%);
    box-shadow: 0px 10px 30px 0px rgba(115, 73, 251, 0.3);
    color: #fff; }

.submit_btn {
  width: auto;
  display: inline-block;
  background: #D4AF37;
  padding: 0px 50px;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 50px;
  border-radius: 5px;
  outline: none !important;
  box-shadow: none !important;
  text-align: center;
  cursor: pointer;
  transition: all 300ms linear 0s; }
  .submit_btn:hover {
    color: #fff; }

.white_btn {
  display: inline-block;
  background: #f9f9ff;
  padding: 0px 50px;
  color: #222222;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 50px;
  border-radius: 0px;
  outline: none !important;
  box-shadow: none !important;
  text-align: center;
  cursor: pointer;
  transition: all 300ms linear 0s; }
  .white_btn:hover {
    background: #D4AF37;
    color: #fff; }


.banner_btn {
  padding: 0px 40px;
  line-height: 48px;
  background: #D4AF37;
  color: #fff;
  display: inline-block;
  border: 1px solid #D4AF37;
  border-radius: 5px;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  transition: all 300ms linear 0s; }
  
.banner_btn:hover {
    color: #D4AF37;
    background: transparent;
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1); }
	
	
.ministries_btn {
  padding: 5px 20px;
  line-height:1;
  width: 100%;
  background: transparent;
  color: #000;
  display: inline-block;
  border: 1px solid #000;
  border-radius: 5px;
  font-size: 17px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  transition: all 300ms linear 0s; }
  
.ministries_btn:hover {
    color: #0056b3;
    background: #fff;
	border: 1px solid #0056b3;
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1); }
	
	
.marzes_btn {
  padding: 5px 20px;
  line-height:1;
  width: 100%;
  background: transparent;
  color: #000;
  display: inline-block;
  border: 1px solid #000;
  border-radius: 5px;
  font-size: 17px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  transition: all 300ms linear 0s; }
  
.marzes_btn:hover {
    color: #0056b3;
    background: #fff;
	border: 1px solid #0056b3;
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1); }


.white_bg_btn {
  background: #fff;
  display: inline-block;
  color: #222222;
  line-height: 40px;
  padding: 0px 28px;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  transition: all 300ms linear 0s;
  border: none; }
  .white_bg_btn:hover {
    background: #D4AF37;
    color: #fff; }

.blog_btn {
  border: 1px solid #eeeeee;
  background: #f9f9ff;
  padding: 0px 32px;
  font-size: 13px;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  border-radius: 5px;
  color: #222222;
  line-height: 34px;
  display: inline-block; }
  .blog_btn:hover {
    background: #D4AF37;
    border-color: #D4AF37;
    color: #fff; }


/* End Main Button Area css
============================================================================================ */

/* Feature Area css
============================================================================================ */

.feature_area {
  padding-bottom: 60px; }

.feature_item {
  padding: 30px 30px;
  border-radius: 10px;
  border: 1px solid #eeeeee;
  transition: all 300ms linear 0s; }
  .feature_item img {
    margin-bottom: 35px; }
  .feature_item h4 {
    color: #222222;
    font-size: 20px;
    font-family: "Heebo", sans-serif;
    font-weight: 600;
    margin-bottom: 20px; }
  .feature_item p {
    margin-bottom: 36px; }
  .feature_item .main_btn {
    padding: 0px 30px;
    line-height: 38px; }
  .feature_item:hover {
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.08);
    border-color: #fff; }


/* End Feature Area css
============================================================================================ */


/* Design Area css
============================================================================================ */

.design_inner .col-lg-7 {
  vertical-align: middle;
  align-self: center; }
.design_inner .design_left_text {
  margin-left: 10px;
  max-width: 500px; }
  .design_inner .design_left_text h6 {
    font-size: 21px;
    font-family: "Roboto", sans-serif;
    color: #222222;
    font-weight: normal;
    margin-bottom: 40px; }
  .design_inner .design_left_text h2 {
    font-size: 36px;
    line-height: 45px;
    color: #222222;
    text-transform: uppercase;
    margin-bottom: 30px; }
  .design_inner .design_left_text h5 {
    font-size: 21px;
    font-family: "Roboto", sans-serif;
    color: #222222;
    font-weight: normal;
    margin-bottom: 30px; }
  .design_inner .design_left_text p {
    margin-bottom: 45px; }


/* End Design Area css
============================================================================================ */


/* News css
============================================================================================ */
/* vernagir */  .news_inner .news_right_text h4 {
    color: #222222;
    font-size: 20px;
    margin-bottom: 5px;
    text-transform: uppercase;
    margin-top: 5px; }
/* nkari aj koxmi hatvats */ .news_inner .news_right_text {
  padding-left: 30px; }
 /* date,place,link -i infoner */  .news_inner .news_right_text .list li {
    margin-bottom: 3px;
    color: #222222;
    font-weight: 500;
    font-size: 16px; }
/* date,place,link */    .news_inner .news_right_text .list li span {
      font-size: 16px;
      color: #222222;
      font-weight: 500;
      width: 60px;
      display: inline-block; }
/* date,place,link */    .news_inner .news_right_text .list li:last-child {
      margin-bottom: 15px; }
/* text */ .news_inner p { margin-bottom: 0px; }



	  
/* End News css
============================================================================================ */


/* Footer Area css
============================================================================================ */

.footer_area {
  background: #000410; }

.f_title {
  margin-bottom: 20px; }
  .f_title h3 {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    font-family: "Heebo", sans-serif;
    margin-bottom: 0px;
    text-transform: uppercase; }

.ab_widget {
  max-width: 390px; }
  .ab_widget p {
    font-size: 16px;
    line-height: 26px;
    font-family: "Roboto", sans-serif;
    color: #777777;
    margin-bottom: 30px; }
    .ab_widget p a {
      color: #D4AF37; }
    .ab_widget p + p {
      margin-bottom: 0px; }

.news_widget {
  padding-left: 15px; }
  .news_widget p {
    font-size: 16px;
    line-height: 26px;
    font-family: "Roboto", sans-serif;
    color: #777777;
    margin-bottom: 15px; }
  .news_widget .input-group input {
    height: 40px;
    background: transparent;
    border-radius: 0px;
    width: 82%;
    border: none;
    padding: 0px 15px;
    font-size: 16px;
    font-family: "Roboto", sans-serif;
    color: #777777;
    border: 1px solid #353535;
    outline: none;
    box-shadow: none; }
    .news_widget .input-group input.placeholder {
      font-size: 16px;
      font-family: "Roboto", sans-serif;
      color: #777777; }
    .news_widget .input-group input:-moz-placeholder {
      font-size: 16px;
      font-family: "Roboto", sans-serif;
      color: #777777; }
    .news_widget .input-group input::-moz-placeholder {
      font-size: 16px;
      font-family: "Roboto", sans-serif;
      color: #777777; }
    .news_widget .input-group input::-webkit-input-placeholder {
      font-size: 16px;
      font-family: "Roboto", sans-serif;
      color: #777777; }
  .news_widget .input-group .sub-btn {
    border-radius: 0px;
    background: #D4AF37;
    outline: none !important;
    box-shadow: none !important;
    padding: 0px;
    width: 42px;
    cursor: pointer;
    color: #fff; }

.copy_right_text {
  text-align: center;
  margin-top: 30px; }
  .copy_right_text p a {
    color: #D4AF37; }


/* End Footer Area css
============================================================================================ */


/*---------------------------------------------------- */

/*# sourceMappingURL=style.css.map */
