@charset "utf-8";
/*
Theme Name: Salar
Theme URI: http://Salartel.com/
Author: SVFFVR
Author URI: http://instagram.com/imsvffvr/
Version: 1.0.0
 */

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Saira:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
* {
    margin: 0;
    padding: 0;
    outline: 0;
    font-family: 'Poppins', sans-serif;
}

body {
  font-family: 'Poppins', sans-serif;
		background: #0B2347;
		font-size: normal;
    color: #fff;
}
/* body.top-padding{
  padding-top: 200px;
} */

h1, h2, h3, h4, h5 {
  font-family: 'Poppins', sans-serif;
    font-weight: bold;
}
ul, li{
	padding: 0;
	margin: 0;
	list-style: none;
}

header{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  padding: 10px 0;
  transition: all ease 0.2s;
  /* border-top: 3px solid #06a455; */
}
.mob-menu-tr{
  display: none;
}
.logo{
  float: left;
}
.logo img{
  height: 50px;
  position: relative;
}
header.fixed-header{
  background-color: #06162E;
}
header.fixed-header .navigation{

}
.navigation{
  float: right;
}
.navigation > .menu-top-menu-container > ul{
  padding: 13px 0;
}
.navigation > .menu-top-menu-container > ul > li{
  float: left;
  padding: 0 15px;
  position: relative;
}
.navigation > .menu-top-menu-container > ul > li > a{
  font-size: 15px;
  color: #fff;
  /* text-transform: uppercase; */
  font-weight: 600;
}
.navigation > .menu-top-menu-container > ul > li.current-menu-item > a{
  color: #27AFE8;
}
.navigation > .menu-top-menu-container > ul > li > ul.sub-menu{
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 200px;
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.3s;
  top: 120%;
}
.navigation > .menu-top-menu-container > ul > li:hover> ul.sub-menu{
  opacity: 1;
  visibility: visible;
  top: 100%;
  padding-top: 10px;
}
.navigation > .menu-top-menu-container > ul > li > ul.sub-menu > li{
  width: 100%;
  text-align: center;
}
.navigation > .menu-top-menu-container > ul > li > ul.sub-menu > li > a{
  width: 100%;
  display: inline-block;
  padding: 8px 10px;
  color: #fff;
  font-weight: 600;
  transition: all ease 0.2s;
}
.navigation > .menu-top-menu-container > ul > li > ul.sub-menu > li:hover > a{
  color: #27AFE8;
}
/* .navigation ul li.menu-spc a{
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 4px;
  padding: 0.2rem 0.8rem;
} */
.navigation ul li.menu-spc a img{
  height: 13px;
}
.hideme {
  opacity: 0;
  transform: translate(0, 20px);
  transition: all 1s;
}

.hideme.visible {
  opacity: 1;
  transform: translate(0, 0);
}
.intro-overlay{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, #091D42 0%, #0A3967 100%);
  opacity: 0.5;
}
.intro-overlay video{
  width: 100%;
}
.intro{
  position: relative;
  width: 100%;
  min-height: 100vh;
  background-position: top right;
  background-repeat: no-repeat;
  background-size: cover;
}
.intro-text{
  /* position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; */
}
/* .intro-text-holder:before{
  content: "";
    position: absolute;
    top: .71429rem;
    right: .71429rem;
    bottom: .71429rem;
    left: .71429rem;
    display: block;
    border: 1px solid rgba(255,255,255,0.4);
    z-index: -1;
} */
.intro-text-holder{
  position: relative;
  /* text-align: center; */
  /* background: rgba(6,164,85,0.8); */
  padding-top: 25vh;
  color: #fff;
  z-index: 3;
  /* top: 50%;
  transform: translateY(-50%); */
}
.intro-text-holder h5
{
  font-family: 'Saira', sans-serif;
  margin-bottom: .71429rem;
  /* letter-spacing: .21429rem; */
  font-size: 1.2rem;
  font-weight: 400;
  padding-top: 10vh;
  color: #2CD97B;
}
.intro-text-holder h2{
  font-weight: 600;
  /* letter-spacing: .25714rem; */
  font-size: 2.8rem ;
  margin-bottom: 1.42857rem ;
  line-height: 1.4;
}
.intro-text-holder p{
  font-family: 'Saira', sans-serif;
  /* letter-spacing: .21429rem; */
  line-height: 1.8;
  margin-bottom: 1.42857rem ;
  font-size: 0.9rem;
}
.intro-text-holder a{
    display: inline-block;
    font-weight: 400;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #27AFE8;
    /* border: 1px solid transparent; */
    padding: 0.8rem 2rem;
    border-radius: 4px;
    font-size: 0.9rem;
    line-height: 1.5;
    transition: color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out,box-shadow .2s ease-in-out;
    /* border: 1px solid rgba(255, 255, 255, 1); */
    /* text-transform: uppercase; */
    box-shadow: -100px 0px 68px -1px #2cd97b inset;
}
.intro-text-holder a.outline{
  color: #fff;
  background: none;
  box-shadow: none;
  position: relative;
}
.intro-text-holder a.outline::before{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgb(39,175,232);
  background: linear-gradient(90deg, rgba(39,175,232,1) 0%, rgba(44,217,123,1) 43%);
  z-index: -1;
  border-radius: 4px;
}
.intro-text-holder a.outline::after{
  content: "";
  position: absolute;
  left: 1px;
  top: 1px;
  right: 1px;
  bottom: 1px;
  background: #0B2347;
  z-index: -1;
  border-radius: 4px;
}
.index-section h4{
  font-family: 'Saira', sans-serif;
    margin-bottom: .71429rem ;
    font-size: 1.2rem;
    font-weight: 400;
    padding-top: 10vh;
    color: #2CD97B;
  /* font-size: .85714rem !important;
  color: #bbb;
  line-height: 1.4;
  margin-bottom: 1.42857rem !important;
  letter-spacing: .07143rem;
  font-weight: 800;
  text-transform: uppercase; */
}
.index-section h2{
  font-size: 2.45714rem ;
  font-weight: 600 ;
  line-height: 1.3 ;
  margin-bottom: 2.85714rem ;
}
.index-section h2:after{
  width: 5rem;
  border-top-width: 10px;
  margin-top: 2.14286rem;
  content: "";
  display: block;
  border-top-style: solid;
  border-color: inherit;
  border-color: #2cd97b;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.index-section.about{
  background: #091D42;
}
.about-row-pic{
  min-height: 300px;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.about-brief{
  padding: 8rem 5.4286rem;
  text-align: center;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.about-brief p{
  font-size: 0.9rem;
  margin-bottom: 1rem;
  color: #ccc;
  line-height: 1.6;
}
.about-years{
  padding-bottom: 6.42857rem ;
}
.years-item{
  color: #fff;
}
.years-item-dsc{
  padding: 2.14286rem ;
}
.years-item h3{
  margin-bottom: .71429rem ;
  font-size: 1.42857rem ;
  text-transform: uppercase;
}
.years-item img{
  width: 100%;
}
.index-section-title{
  text-align: center;
}
.index-section-title p{
  color: #ededed;
  font-size: 0.9rem;
  max-width: 800px;
  margin: 1.4rem auto;
  font-weight: 400;
}
.index-section.industires{
  padding: 3.92857rem 0 ;
}
.inds-item{
  position: relative;
  margin-bottom: 2.7rem ;
  padding-right: 2.14286rem ;
}
.inds-dsc{
  background: #091D42;
  padding: 2.5rem 0;
  padding-left: 5rem;
  border: 1px solid #0A3967;
  border-radius: 10px;
}
.inds-dsc h3{
  font-size: 1.05rem;
  line-height: 1.4;
  font-weight: 500;
  color: rgba(255,255,255,0.8) ;
  margin-bottom: .71429rem;
}
.inds-dsc span{
  color: rgba(255,255,255,0.8) ;
  font-size: 0.9rem;
}
.inds-icon{
  background: #27AFE8;
  border-radius: 50%;
  width: 85px;
  height: 85px;
  font-size: 2.2rem;
  color: #fff;
  position: absolute;
  left: -43px;
  top: 50%;
  transform: translateY(-50%);
  box-shadow: -30px 0px 53px -1px #2cd97b inset;
}
.inds-icon i{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50% , -50%);
}
.index-section-button{
  text-align: center;
  padding-top: 2rem;
}
.index-section-button a{
  display: inline-block;
    font-weight: 400;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #27AFE8;
    /* border: 1px solid transparent; */
    padding: 0.8rem 2rem;
    border-radius: 4px;
    font-size: 0.9rem;
    line-height: 1.5;
    transition: color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out,box-shadow .2s ease-in-out;
    /* border: 1px solid rgba(255, 255, 255, 1); */
    /* text-transform: uppercase; */
    box-shadow: -100px 0px 68px -1px #2cd97b inset;
}
.index-section.services{
  background: #091D42;
  padding: 3.92857rem 0 !important;
}
.services .index-section-title h2{
  color: #fff;
}
.services .index-section-title p {
  color: #ccc;
}
.services-list{
  margin-top: 60px;
}
.services-item{
  padding: 0 20px;
  display: inline-block;
}
.services-item-frame{
  padding: 0px 0px 20px;
  text-align: center;
  border-radius: 10px;
  border: 1px solid #0A3967;
  margin-bottom: 30px;
  overflow: hidden;
  transition: all ease 0.2s;
}
.services-item-frame:hover{
  border-color: #27AFE8;
}
.services-item-title{
  padding: 1.78571rem !important;
  height: 80px;
}
.services-item-title h3{
  font-size: 1.0286rem !important;
  font-weight: 700!important;
  color: #27AFE8;
}
.services-item-frame img{
  width: 100%;
  border-radius: 10px;
}
.index-section.news{
  padding: 3.92857rem 0 !important;
}
.news-item img{
  width: 100%;
  margin-bottom: 2.14286rem !important;
}
.news-item h3{
  margin-bottom: 1.42857rem !important;
  font-size: 1.28571rem !important;
  text-transform: uppercase;
}
.news-item span{
  margin-bottom: 1rem;
  color: #89949b;
  font-size: 0.9rem;
}
.index-section.concerns{
  padding: 3.92857rem 0 !important;
}
.concerns .index-section-title, .instrument .index-section-title{
  text-align: left;
}
.index-section.concerns .index-section-title h2::after, .index-section.instrument .index-section-title h2::after {
  left: 0;
  transform: translateX(0);
}
.concerns-dsc p{
  color:  #89949b;
  font-size: 0.9rem;
  line-height: 1.6;
}
.concerns-pics{
  padding-top: 50px;
}
.concern-block{
  position: relative;
  padding: .35714rem !important;
}
.concern-block img{
  width: 100%;
}
.concern-block-h{
  position: absolute;
  top: .35714rem !important;
  bottom: .35714rem !important;
  left: .35714rem !important;
  right: .35714rem !important;
  background: rgba(134,24,41,0.8) !important;
  padding: 1.78571rem !important;
  color: #fff;
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
}
.concern-block:hover .concern-block-h{
  opacity: 1;
  visibility: visible;
}
.index-section.instrument{
  background: #1d1a37;
}
.index-section.instrument  h2{
  color: #fff;
}
.index-section.instrument .index-section-title p{
  color: #ccc;
  margin: 0;
  max-width: unset;
}
.instrument-dsc{
  padding: 5.71429rem 2.85714rem;
}
.instrument-pic img{
  width: 100%;
}
.instruments-list{
  margin-top: 3rem;
}
.instrument-item{
  color: #fff;
  border-left: 2px solid #2cd97b;
  padding: 0.92857rem 1.42857rem !important;
  margin-bottom: 2.14286rem !important;
}
.instrument-item h3{
  font-size: 1rem;
  font-weight: 600;
}
.instruments-list .index-section-button{
  text-align: left;
}
.index-section.license{
  background: #0B2347;
  padding: 2.2857rem 0 2.92857rem;
}
.license-list{
  text-align: center;
}
.license-list img{
  height: 100px;
}

/*Inner*/
.inner-page{
  width: 100%;
}
.page-title{
  padding: 240px 0 100px;
  background-size: cover;
  background-position: center;
  position: relative;
  background-image: url('images/head-bg.png');
}
.page-title-overlay{
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.1);
  /* z-index: 2; */
}
.page-title h1{
  font-size: 3rem;
  font-weight: 500;
  text-transform: capitalize;
}
.page-title .bread-crumb{
  text-align: right;
}
.page-title .bread-crumb a{
  font-family: 'Saira', sans-serif;
}
.page-title .bread-crumb a, .page-title .bread-crumb span{
  color: #fff;
  margin-left: 10px;
}
.inner-content{
  padding: 3rem 0;
}
.page-image img{
	width: 100%;
	margin: 20px 0;
	height: auto;
}
.blog-post h3{
  font-size: 1.4rem;
  font-weight: 500;
  margin: 40px 0 10px;
  color: #27AFE8;
}
.blog-post p{
  font-size: 1rem;
  font-weight: 300;
  font-family: 'Saira', sans-serif;
  line-height: 2rem;
}
.blog-post img{
  width: 100%;
  border-radius: 10px;
}
.special-page{
  margin-bottom: 100px;
}
.special-page img{
  width: 100%;
  border-radius: 10px;
}
.special-page h2{
  font-weight: 600;
  font-size: 2.5rem;
  margin-bottom: 1rem;
  /* line-height: 1.4; */
  color: #27AFE8;
}
.special-page h5
{
  font-family: 'Saira', sans-serif;
  margin-bottom: .71429rem;
  /* letter-spacing: .21429rem; */
  font-size: 1.2rem;
  font-weight: 400;
  color: #2CD97B;
}
.special-page span{
  font-family: 'Saira', sans-serif;
}

/* Contact Page*/
.contact-form .cf-fl input, .contact-form .cf-fl textarea{
  border: 0 !important;
  background-color: #0A3967 !important;
  border-radius: 4px !important;
  font-family: 'Saira', sans-serif;
  width: 100% !important;
  height: 3.5rem !important;
  padding: 0 1rem !important;
  margin-bottom: 1rem !important;
  color: #fff !important;
  transition: all ease 0.3s !important;
}
.contact-form .cf-fl textarea{
  height: 15rem !important;
  padding: 1rem !important;
  resize: none !important;
}
.contact-form .cf-fl input:focus, .contact-form .cf-fl textarea:focus{
  background-color: #fff !important;
  color: #7a7a7a !important;
}
.contact-form button.cf-btn{
  border: 0 !important;
  
  display: inline-block !important;
  font-weight: 400 !important;
  color: #fff !important;
  text-align: center !important;
  vertical-align: middle !important;
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
  background-color: #27AFE8 !important;
  /* border: 1px solid transparent; */
  padding: 0.8rem 5rem !important;
  border-radius: 4px !important;
  font-size: 0.9rem !important;
  line-height: 1.5 !important;
  transition: color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out,box-shadow .2s ease-in-out !important;
  /* border: 1px solid rgba(255, 255, 255, 1); */
  /* text-transform: uppercase; */
  box-shadow: -100px 0px 68px -1px #2cd97b inset !important;
}

/*Renso Landing*/
.landing-intro{
  min-height: 100vh;
}
.landing-intro-image img{
  width: 100%;
	height: auto;
}
.landing-intro .intro-text-holder{
  padding-top: 10vh;
}
.landing-intro .intro-text-holder::before{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: rgb(39,175,232);
  background: linear-gradient(90deg, rgba(39,175,232,1) 0%, rgba(44,217,123,1) 100%);
  z-index: -1;
}
.landing-intro .intro-text-holder::after{
  content: "";
  position: absolute;
  left: -35px;
  top: -35px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: rgb(39,175,232);
  background: linear-gradient(90deg, rgba(39,175,232,1) 0%, rgba(44,217,123,1) 100%);
  animation: circle 10s linear infinite;
  transition: all ease 0.3s;
  z-index: -1;
}
@keyframes circle{
  0%{
    transform:rotate(0deg)
              translate(-15px)
              rotate(0deg);
  
  }
  100%{
    transform:rotate(360deg)
              translate(-15px)
              rotate(-360deg);
  }
}
/*Footer*/
footer{
  background: #06162E;
  color: #fff;
  padding: 3.92857rem 0 0;
}
.footer-col{
  text-align: center;
  border-right: 2px solid rgba(255, 255, 255, 0.05);
  padding: 2.14286rem 1.07143rem;
}
footer .col-sm-3:last-child .footer-col {
  border-right: 0;
}
.footer-col h3{
  font-size: 0.9rem;
  font-weight: 400;
  margin: 1rem 0;
  color: #ccc;
}
.footer-col p{
  color: #fff;
  height: 50px;
}
.footer-ic {
  color: #2cd97b;
  font-size: 2.5rem;
}
.copyright{
  text-align: center;
  background: rgba(0, 0, 0, 0.05);
  padding: 0.8rem 0;
  margin-top: 3.92857rem;
  font-size: 0.9rem;
  color: #ccc;
}




a:hover, a:focus{
  text-decoration: none;
  outline: none;
}
.no-padding{
  padding: 0 !important;
}
/* ::-moz-selection {
  color: #fff;
  background: #000;
}
::selection {
  color: #fff;
  background: #000;
} */


.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
/*==========  Non-Mobile First Method  ==========*/


/* Large Devices, Wide Screens */

@media only screen and (max-width: 1200px) {

}


/* Medium Devices, Desktops */

@media only screen and (max-width: 992px) {
  .logo img{
    height: 50px;
  }
  .navigation{
    
  }
  .navigation ul li{
    padding: 0 8px;
  }
  .navigation ul li a{
    font-size: 13px;
  }
  .footer-logo{
    height: 125px;
  }
  .footer-logo.astin img{
    height: 40px;
  }
  .footer-logo.dastan img{
    width: 80px;
  }
  .footer-bottom{
    padding: 20px 0;
  }

}


/* Small Devices, Tablets */

@media only screen and (max-width: 768px) {

  header{
    padding: 10px 0;
    position: fixed;
    z-index: 100;
    left: 0;
    right: 0;
    top: 0;
  }
  header.fixed-header{
    padding: 10px 0;
  }
  header.triggered{
    background-color: #06162E;
  }
  .logo img , header.fixed-header .logo img{
    height: 40px;
  }
  .mob-menu-tr{
    display: block;
    position: absolute;
    right: 15px;
    top: 5px;
    z-index: 99;
  }
  .mob-menu-tr i{
    font-size: 2rem;
  }
  .navigation{
    position: fixed;
    top: 60px;
    left: 0;
    right: 0;
    padding-top: 0;
    float: none;
    width: 100%;
    text-align: center;
    max-height: 0;
    overflow: hidden;
    transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    background-color: #06162E;
  }
  .navigation.show-up{
    max-height: 1000px;
  }
  header.fixed-header .navigation{
    padding-top: 0;
  }
   .navigation > .menu-top-menu-container > ul{
    /* margin-top: 20px; */
  }
  .navigation > .menu-top-menu-container > ul > li{
    float: none;
    width: 100%;
  }
  .navigation > .menu-top-menu-container > ul > li > a{
    display: inline-block;
    padding: 10px 0;
    font-size: 1.2rem;
    position: relative;
  }
  .navigation > .menu-top-menu-container > ul > li{
    max-height: 48px;
    transition: all ease 0.3s;
    overflow: hidden;
  }
  .navigation > .menu-top-menu-container > ul > li.menu-item-has-children > a::after{
    content: "\f107";
    font-family: 'FontAwesome';
    color: #fff;
    position: absolute;
    right: -30px;
    transition: all ease 0.2s;
  }
  .navigation > .menu-top-menu-container > ul > li > ul.sub-menu{
    visibility: hidden;
    opacity: 0;
  }
  .navigation > .menu-top-menu-container > ul > li.mob-nav-ext > ul.sub-menu{
    visibility: visible;
    opacity: 1;
    position: relative;
  }
  .navigation > .menu-top-menu-container > ul > li > ul.sub-menu > li > a{
    display: inline-block;
    padding: 10px 0;
    font-size: 1.2rem;
  }
  .navigation > .menu-top-menu-container > ul > li.mob-nav-ext{
    max-height: 300px;
  }
  .navigation > .menu-top-menu-container > ul > li.mob-nav-ext > a::after{
    transform: scaleY(-1);
  }
  .intro{
    height: auto;
    min-height: 100vh;
  }
  .intro-text-holder{
    text-align: center;
    position: relative;
    padding-bottom: 30px;
    padding-top: 20vh;
  }
  #bm{
    padding: 0 20px;
  }
  .intro-text h2{
    font-size: 2.0rem;
  }
  .intro-text h5{
    padding-top: 40px
  }
  
  .about-brief{
    padding: 3rem 2rem;
  }
  .index-section h2{
    font-size: 2rem;
  }
  .index-section h4{
    padding-top: 40px;
  }
  .inds-list{
    margin-top: 80px;
  }
  .inds-item{
    padding-right: 0;
    text-align: center;
    
  }
  .inds-dsc{
    padding-left: 0;
    padding-top: 3rem;
    background-color: rgba(0, 0, 0, 0.02);
    border-radius: 10px;
  }
  .inds-icon{
    border-radius: 50%;
    width: 60px;
    height: 60px;
    font-size: 1.8rem;
    color: #fff;
    position: absolute;
    left: 50%;
    top: -30px;
    transform: translateX(-50%);
  }
  .special-page{
    text-align: center;
    margin-bottom: 40px;
  }
  .special-page img{
    margin-bottom: 30px;
  }
  .special-page h2{
    font-size: 1.8rem;
  }
  .blog-post{
    text-align: center;
  }
  .page-title{
    padding: 100px 0 60px;
    background-size: cover;
    background-position: center right;
    text-align: center;
  }
  .page-title .bread-crumb{
    text-align: center;
  }
  .page-title .bread-crumb a, .page-title .bread-crumb span{
    margin: 0 5px;
  }
  .page-title h1{
    font-size: 2rem;
  }
	/*Renso Landing*/
  .landing-intro-image{
    padding: 15vh 0 5vh;
  }
  .landing-intro .intro-text-holder h5, .landing-intro  .intro-text-holder{
    padding-top: 0;
  }
  .footer{
    padding: 20px 0;
  }
  .footer-logo{
    margin-bottom: 20px;
    height: auto;
    border-left: 0;
  }
  .footer-logo:after{
    content: "";
    width: 1px;
    background: #000;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -15px;
  }
  .mob-sep-a, .mob-sep-b{
    margin-bottom: 20px;
  }
  .mob-sep-a:after{
    content: "";
    height: 1px;
    background: #000;
    position: absolute;
    bottom: 0;
    right: 30px;
    left: -15px;
  }
  .mob-sep-b:after{
    content: "";
    height: 1px;
    background: #000;
    position: absolute;
    bottom: 0;
    left: 30px;
    right: -15px;
  }
  .footer-logo.astin{
    padding: 40px 0;

  }
  .footer-logo.dastan{
    padding: 20px 0;
  }
  .footer-logo img{
    position: static;
    transform: none;
  }
  .footer-logo.second{
    border-left: 0;
  }
  .footer-logo.second::after, .footer-logo.last::after{
    opacity: 0;
  }
  .footer-logo.astin img{
    height: 50px;
  }
  .footer-logo.dastan img{
    width: 100px;
  }
  .footer-bottom{
    padding: 30px 0;
    border-top: 0;
    margin-top: 0px;
  }
  .social-part{
    padding: 30px 0;
    border-left: 0;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    margin: 0 20px;
  }
  .copy-right{
    text-align: center;
    padding: 30px 0px;
    margin: 0 20px;
    line-height: 24px;
  }
  .copy-right br{
    display: none;
  }
}


/* Extra Small Devices, Phones */

@media only screen and (max-width: 480px) {}


/* Custom, iPhone Retina */

@media only screen and (max-width: 320px) {

}
