
body{
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
    margin-top: 80px;

}

::selection{
    background-color:#042340;
    color:#fff;
}
::-moz-selection{
    background-color:#042340;
    color:#fff;
}

/*banner sec*/

.heder{
    padding:0;
    background: #fff;
    min-height: 80px;
    border-bottom: 1px solid #eeecec;

}

.header-cont{
    width:93%;
}
.brand img{
    margin-top:10px;
    width:auto;
}

/*menu area*/
/*
#login-nav input { margin-bottom: 15px; 

}
*/
.navbar-nav>li>.dropdown-menu {
    margin-top: 30px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border:none !important;
}
.inp12{
 width:100%;
    border-radius: 0px;
    background: #f5f5f5;
    border:none !important;
    height: 35px;
    padding-left: 10px;
    color:#333;
    font-weight: 600;
    margin-top:5px;
    outline:none !important;
    font-size: 11px;
}

.inp13{
 width:100%;
    border-radius: 0px;
    background: #f5f5f5;
    border:none !important;
    height: 35px;
    padding-left: 10px;
    color:#333;
    font-weight: 600;
    margin-top:0px;
    outline:none !important;
    font-size: 11px;
}

.inp14{
 width:100%;
    border-radius: 0px;
    background: #f5f5f5;
    border:none !important;
    height: 60px;
    padding-left: 10px;
    color:#333;
    font-weight: 600;
    margin-top:17px;
    outline:none !important;
    font-size: 11px;
    padding-top: 21px;
}
.btn-log-pop{
    background:#042340;
    height: 35px;
    color:#fff;
    border-radius: 0px;
    outline: none !important;
}
.btn-log-pop:hover{
    color:#fff !important;
 
}
.btn-log-pop:focus{
    color:#fff !important;
 
}

.btn-log-pop:active{
    color:#fff !important;
 
}

/*social-icons-round*/

.fa {
  padding: 0px;
  font-size: 30px;
  width: 40px;
    height: 40px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
  border-radius: 0%;
    padding-top: 12px;
    margin-top:495px;
    float: right;
    
}

.fa:hover {
    opacity:none;
}

.fa-facebook {
  background:none !important;
  color: #8e8f91;
    border:1.4px solid #8e8f91;
}

.fa-facebook:hover {
  background:#fff !important;
  color: #042340 !important;
    border:none !important;
    text-decoration: none;
   
}
.fa-facebook:active {
  background:#fff !important;
  color: #042340 !important;
    border:none !important;
    text-decoration: none;
   
}

.fa-facebook:focus {
  background:#fff !important;
  color: #042340 !important;
    border:none !important;
    text-decoration: none;
   
}



.fa-twitter {
  background:none !important;
  color: #8e8f91;
    border:1.4px solid #8e8f91;
}

.fa-twitter:hover {
  background:#fff !important;
  color: #042340 !important;
    border:none !important;
    text-decoration: none;
   
}
.fa-twitter:active {
  background:#fff !important;
  color: #042340 !important;
    border:none !important;
    text-decoration: none;
   
}

.fa-twitter:focus {
  background:#fff !important;
  color: #042340 !important;
    border:none !important;
    text-decoration: none;
   
}

.fa-linkedin {
    background:none !important;
  color: #8e8f91;
    border:1.4px solid #8e8f91;
}

.fa-linkedin:hover {
  background:#fff !important;
  color: #042340 !important;
    border:none !important;
    text-decoration: none;
   
}
.fa-linkedin:active {
  background:#fff !important;
  color: #042340 !important;
    border:none !important;
    text-decoration: none;
   
}

.fa-linkedin:focus {
  background:#fff !important;
  color: #042340 !important;
    border:none !important;
    text-decoration: none;
   
}
.fa-instagram {
   background:none !important;
  color: #8e8f91;
    border:1.4px solid #8e8f91;
}

.fa-instagram:hover {
  background:#fff !important;
  color: #042340 !important;
    border:none !important;
    text-decoration: none;
   
}
.fa-instagram:active {
  background:#fff !important;
  color: #042340 !important;
    border:none !important;
    text-decoration: none;
   
}

.fa-instagram:focus {
  background:#fff !important;
  color: #042340 !important;
    border:none !important;
    text-decoration: none;
   
}

/*click bottom effects*/


/*close*/

/*
Code snippet by maridlcrmn for Bootsnipp.com
Follow me on Twitter @maridlcrmn
*/

.navbar-brand { position: relative; z-index: 2; }

.navbar-nav.navbar-right .btn { position: relative; z-index: 2; padding: 4px 20px; margin: 10px auto; }

.navbar .navbar-collapse { position: relative; }
.navbar .navbar-collapse .navbar-right > li:last-child { padding-left: 22px; }

.navbar .nav-collapse { position: absolute; z-index: 1; top: 0; left: 0; right: 0; bottom: 0; margin: 0; padding-right: 120px; padding-left: 80px; width: 100%; }
.navbar.navbar-default .nav-collapse { background:none !important; }
.navbar.navbar-inverse .nav-collapse { background-color: #222; }
.navbar .nav-collapse .navbar-form { border-width: 0; box-shadow: none; }
.nav-collapse>li { float: left; }

.btn.btn-circle { border-radius: 50px; }
.btn.btn-outline { background-color: transparent; }

@media screen and (max-width: 767px) {
    .navbar .navbar-collapse .navbar-right > li:last-child { padding-left: 15px; padding-right: 15px; } 
    
    .navbar .nav-collapse { margin: 7.5px auto; padding: 0; }
    .navbar .nav-collapse .navbar-form { margin: 0; }
    .nav-collapse>li { float: none; }
} 

.navbar-default .navbar-nav>li>a {
    color: #777;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
}

.navbar-default .navbar-nav>li>a:hover {
    color: #012341;
}

.navbar-nav>li>a {
    padding-top: 0px;
    padding-bottom: 0px;
    line-height: 20px;
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 0px 13px;
}

.nav a {
    display: inline-block;
    color: #fff;
    text-decoration: none;
    background:none !important;
    padding: .5rem;
    transition: .6s background;
}

.navbar{
 background: none !important;
    border:none;
    padding-top: 29px;
}
.header-input{
    width:50%;
}

/*popup*/





/* Contact Form */

label:hover {
  cursor: text !important;
}

.contact-form {
  background: #ffffff !important;
  height: auto;
  margin: 100px auto;
  max-width: 82%;
  overflow: hidden !important;
  width: 100%;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: rgba(26, 26, 26, 0.1) 0 1px 3px 0;
  -webkit-box-shadow: rgba(26, 26, 26, 0.1) 0 1px 3px 0;
  box-shadow: rgba(26, 26, 26, 0.1) 0 1px 3px 0;
}



.contact-form .email,
.contact-form .message,
.contact-form .name {
  overflow-x: hidden;
  position: relative !important;
  -moz-border-radius: none !important;
  -webkit-border-radius: none !important;
  border-radius: none !important;
}

.contact-form .email input:focus,
.contact-form .email textarea:focus,
.contact-form .message input:focus,
.contact-form .message textarea:focus,
.contact-form .name input:focus,
.contact-form .name textarea:focus {
  background: #f4f5f6 !important;
}

.contact-form .email label,
.contact-form .message label,
.contact-form .name label {
  color: #cbd0d3 !important;
  left: 23px !important;
  position: absolute !important;
  top: 23px !important;
  -moz-transition: all, 150ms !important;
  -o-transition: all, 150ms !important;
  -webkit-transition: all, 150ms !important;
  transition: all, 150ms !important;
}

.contact-form .email.typing label,
.contact-form .message.typing label,
.contact-form .name.typing label {
  color: #3498db !important;
  font-size: 10px !important;
  top: 7px !important;
}

.contact-form .email,
.contact-form .name {
  width: calc(50% - 1px) !important;
}



.contact-form .email input,
.contact-form .name input {
  padding: 23px 0 8px 23px !important;
}

.contact-form .email {
  border-left: 1px #e6e6e6 solid !important;
  float: right !important;
}



.contact-form .message {
  border-bottom: 1px #e6e6e6 solid !important;
  border-top: 1px #e6e6e6 solid !important;
  clear: both !important;
}

.contact-form .message textarea {
  height: 200px !important;
  padding: 23px !important;
}

.contact-form .name {
  float: left !important;
}

.contact-form .submit {
  background: #f4f5f6 !important;
  display: block !important;
  overflow: hidden !important;
  padding: 23px !important;
  margin-bottom: 2em;
}

.contact-form .submit .user-message {
  float: left !important;
  padding-top: 22px !important;
}




/*banner area*/

video { 
    position: absolute;
    top: 40%;
    left: 50%;
   width: 100%;
    min-height: 100%;
 
    z-index: -100;
    transform: translateX(-50%) translateY(-50%);
 background: url('//demosthenes.info/assets/images/polina.jpg') no-repeat;
  background-size: cover;
  transition: 1s opacity;
}
.stopfade { 
   opacity: 0.9;
}
.baneroinfo1{
  color:#8e8f91;
    font-weight: 700;
    text-transform: uppercase;
    font-size:18px;
    font-family: 'Open Sans', sans-serif;
    padding-top: 430px;
    
}
.baneroinfo2{
     color:#8e8f91;
    font-weight: 600;
    font-size: 11px;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 0.5px;
        text-transform: uppercase;
}
#polina { 

  font-weight:100; 
  background:none;
  color: #8e8f91;
  padding: 0rem;
  width: 100%;
  margin:0rem;
  float: ;
  font-size: 1.2rem;
}
.text-banner{
    padding: 0px;
}

h1 {
  font-size: 3rem;
  text-transform: uppercase;
  margin-top: 0;
  letter-spacing: .3rem;
}
#polina button { 
  display: block;
  width: 80%;
  padding: .4rem;
  border: none; 
  margin: 1rem auto; 
  font-size: 1.3rem;
  background: rgba(255,255,255,0.23);
  color: #fff;
  border-radius: 3px; 
  cursor: pointer;
  transition: .3s background;
}
#polina button:hover { 
   background: rgba(0,0,0,0.5);
}

#polinaa {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  background:rgba(0,0,0,0.5);
  padding: .5rem;
  transition: .6s background; 
}
a:hover{
  background:rgba(0,0,0,0.9);
}



/*home about sec*/
.about-bg{
    background-image: url(../img/about.jpg);
    min-height: 650px;
    background-size: cover;
    margin-top:53px;
}
.about-hm-txt{
  color:#333;
    font-size: 25px;
    font-weight: 600;
   padding-top: 85px;
    font-family: 'Ubuntu', sans-serif;

}
.about-hm-txt2{
    
    color:#777;
    font-size: 16px;
    line-height: 27px;
    font-weight: 600;
    padding-top: 10px;
    
  
}

.about-hm-txt3{
    
    color:#666;
    font-size: 14px;
    line-height: 28px;

    
  
}
.about-container{
    width:92%;
   
}
.company-name{
        color:rgba(255,255,255,0.4);
    font-size: 120px;

    transform: rotate(90deg);
    font-weight: 600;
    margin-top:90px;
    margin-right: 420px;
  
}
.abt-text-bg{
    background:#f5f5f5;
     min-height: 650px;
    background-size: cover;
    margin-top:53px;
}

.btn-homesbt{
    border-radius: 50px;
    width:130px;
    height: 40px;
    background:none ;
    color:#042340;
    margin-top:30px;border:1px solid #042340;
    font-weight: 600;
}

.btn-homesbt:hover{
    color:#042340 !important;
}

.btn-homesbt:active{
    color:#042340 !important;
}

.btn-homesbt:focus{
    color:#042340 !important;
}

.mobile-bg{
    margin-top:70px;
}

.blue-round1{
    width:50px;
    height: 50px;
    border-radius: 50px;
    background:none;
    margin-top: 140px;
    border:1.4px solid  #042340;
    transition: all .2s ease-in-out;
      color:#042340;
    
     
}

.blue-round1:hover{

    background:#042340;
transform: scale(1.1);
    border:none;
    color:#fff !important;
    
}



.blue-round2{
    width:50px;
    height: 50px;
    border-radius: 50px;
    background:none;
    margin-top: 25px;
    border:1.4px solid  #042340;
    transition: all .2s ease-in-out;
      color:#042340;
    
     
}

.blue-round2:hover{

    background:#042340;
transform: scale(1.1);
    border:none;
    color:#fff !important;
    
}



.icon-arow{
  
    font-size: 18px;
    padding-top: 14px;
    text-align: center;

    
}
.shirt-name{
color:#666;
    font-size: 20px;
    padding-top: 150px;
    
}

.shirt-name2{
color:#666;
    font-size: 20px;
    padding-top: 35px;
    
}

.paralax-home{
    background-image: url(../img/paralax.jpg);
    background-size:100%;
    min-height: 330px;
position: relative;
    background-repeat: no-repeat;

}
.pralax-text{
    color:#042340;
    font-weight: 600;
    line-height: 40px;
    font-size: 23px;
    padding-top: 95px;
  
   
}

.pralax-text:before{
    
    content: "";
    width:400px;
    height: 200px;
    background-color:none;
    position: absolute;
    float:left;
    z-index:;
    border:11px solid #ccc;
    margin-left: 20px;
    margin-top: -35px;
    border-left: none;
    
}

.collection-name-home{
    color:#042340;
    font-size: 25px;
    font-weight: 600;
    padding-top: 70px;
    padding-left: 20px;
    font-family: 'Ubuntu', sans-serif;
}

.collection-name-home:before{
    content: "";
    background-color:#e5e5e7;
    width:5px;
    height: 93px;
    float:left;
    z-index: -1;
    margin-left: -20px;
    
}
.collection-name-home2{
    color:#666;
    font-weight: 500;
    font-size: 17px;
    padding-left: 20px;
}

.footer{
    background-color:#0d1b29;
    height: 260px;
    margin-top:60px;
}

.footer2{
    background-color:#0d1b29;
    height: 260px;
}

.social-footer{
    color:#fff;
    font-size: 17px;
    text-align: center;
    padding-top: 70px;
}
.links-ftr{
    color:#fff;
    font-size:15px;
    font-weight: 500;
    text-align: center;
    padding-top: 20px;
}

.links-ftr a{
    color:#fff;
}

.links-ftr a:hover{
    color:#ccc;
    text-decoration: none;
    background: none;
}
.ftlink1{
  border-right: 1px solid #fff;
    padding-right: 15px;
    
}
.social-footer a{
    color:#fff;
}

.social-footer a:hover{
        color:#ccc;
    text-decoration: none;
    background: none;
}
.footer-reg{
    color:#fff;
    text-align: center;
    padding-top: 20px;
}

.footer-reg a{
    color:#fff;

}

.footer-reg a:hover{
    color:#ccc;
    text-decoration: none;
    background: none;
    
}


/*slider-carousal*/

#homeclintarea {
	padding: 40px 0;
}
#homeclintarea h3 {
    color: #595959;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 500;
	margin-top: 0;
	margin-bottom: 25px;
	position: relative;
	padding-bottom: 15px;
	line-height: 1.158em;

}
#homeclintarea h3 span {
	font-size: 33px;
	display: block;
}
#homeclintarea h3:after {
	content: "";
	position: absolute;
	width: 20%;
	height: 3px;
	display: inline-block;
	background: #f0f0f0;
	left: 0;
	bottom: 0;
}
.clientshome {
	margin-top: 30px;
}
.clientshome .owl-carousel .owl-item a {
	display: block;
	position: relative;
}
.clientshome .owl-carousel .owl-item a img {
	width: 100%;
	height: 100%;
}


.clientshome .owl-carousel .owl-item a:before, .clientshome .owl-carousel .owl-item a:after {
	content: "";
	height: 1px;
	width: 0;
	background: #042340;
	display: block;
	position: absolute;
	z-index: 1;
	transition-duration: 0.7s;
}
.clientshome .owl-carousel .owl-item a:hover:before, .clientshome .owl-carousel .owl-item a:hover:after {
	width: 100%;
}
.clientshome .owl-carousel .owl-item a:before {
	left: 0;
	top: 0;
}
.clientshome .owl-carousel .owl-item a:after {
	right: 0;
	bottom: 0;
}
.clientshome .owl-carousel .owl-item a span:before, .clientshome .owl-carousel .owl-item a span:after {
	content: "";
	height: 0px;
	width: 1px;
	background: #042340;
	display: block;
	position: absolute;
	z-index: 11;
	transition-duration: 0.7s;
}
.clientshome .owl-carousel .owl-item a span:hover:before, .clientshome .owl-carousel .owl-item a span:hover:after {
	height: 100%;
}
.clientshome .owl-carousel .owl-item a span:before {
	left: 0;
	top: 0;
}
.clientshome .owl-carousel .owl-item a span:after {
	right: 0;
	bottom: 0;
}

@media screen and (min-width: 992px) {

.clientshome {
	width: 100%;
}

}

#homeclintarea h3 {
	font-size: 26px;
}
#homeclintarea h3 span {
	font-size: 23px;
}
.clientshome {
	margin-top: 0px;
}

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

#homeclintarea {
	text-align: center;
}
#homeclintarea h3 {
	display: inline-block;
}
#homeclintarea h3:after {
	width: 100%;
}
.clientshome {
	margin-top: 30px;
}
}

@media screen and (max-width: 480px) {
.brand img{
    margin-top:10px;
    width:190px;
}
.clientshome .owl-carousel .owl-item {
	padding: 0 15px;
}
.clientshome .owl-carousel .owl-item a:before, .clientshome .owl-carousel .owl-item a:after, .clientshome .owl-carousel .owl-item a span:before, .clientshome .owl-carousel .owl-item a span:after {
	display: none;
}

}

@media screen and (max-width: 380px) {
.brand img{
    margin-top:10px;
    width:190px;
}
.clientshome .owl-carousel .owl-item {
	padding: 0 25px;
}
}

.clint-cunt{
    width:93%;
}
.clints-align{
    margin-top:0px;
}


/*about us page*/

.inner-banner{
 
    background: #f6fcff;
    border-bottom: 1px solid #e0f5ff;
    min-height: 190px;
}

.inner-name{
    color:#222;
    font-size: 35px;
    font-weight: 500;
    text-align: center;
    font-family: 'Ubuntu', sans-serif;
    letter-spacing: 1px;
    padding-top: 50px;
}
.inner-name2{
    color:#999;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
}

.inner-name2 a{
    color:#999 !important;
}

.inner-name2 a:hover{
    color:#2b557c !important;
    background: none;
    text-decoration: none;
}

.about-head{
    color:#222;
    font-size:29px;
    font-weight: 600;
    font-family: 'Ubuntu', sans-serif;
    padding-top:90px;
}
.about-head2{
        color: #777;
    font-size: 16px;
    line-height: 27px;
    font-weight: 600;
}

.about-head3{
    font-size: 13.7px;
    line-height: 26px;
    color: #999999;
    padding-top: 5px;
}
.about-mine-img{
    margin-top: 90px;
    
}
.why-choos-text{
        color: #222;
    font-size: 29px;
    font-weight: 600;
    font-family: 'Ubuntu', sans-serif;
    padding-top: 90px;
    text-align: center;
}

.why-choos-text:before{
    content: "";
width:100px;
    height:3px;
       background: #042340;
    position: absolute;
    margin-top: 50px;
    margin-left: 57px;
}

.why-choos-text2{
      color: #777;
    font-size: 16px;
    line-height: 27px;
    font-weight: 600;
    text-align: center;
    padding-top: 18px;
}

.border-col1{
    min-height: 190px;
        border-right: 1px solid #f1f1f1;
    border-bottom: 1px solid #f1f1f1;
    margin-top:50px;
}
.border-col2{
    min-height: 190px;
        border-right: 1px solid #f1f1f1;
    border-bottom: 1px solid #f1f1f1;
    margin-top:50px;
}

.border-col2-1{
        min-height: 190px;
       
    border-bottom: 1px solid #f1f1f1;
    margin-top:50px;
    
}

.border-col3{
    min-height: 190px;
        border-right: 1px solid #f1f1f1;
    border-bottom: 1px solid #f1f1f1;
 
}

.border-col{
    min-height: 190px;
        border-right: 1px solid #f1f1f1;
    border-bottom: 1px solid #f1f1f1;
 
}

.border-col3-1{
    min-height: 190px;
 
    border-bottom: 1px solid #f1f1f1;
 
}

.icon-why img{
width:36px;
    padding-top: 23px;
}
.head-1{
    color:#333;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 15px;
    padding-top: 15px;
}
.head-2{
        font-size: 14px;
    line-height: 26px;
    color: #999999;
   
}


/*gallery*/

.project-item .link-arrow {
    position: absolute;
    z-index: 2;
    font-size: 18px;
    color: #fff;
    left: 3rem;
    bottom: 2rem;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

.project-hover {
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    width: 100.1%;
    height: 100%;
    padding: 4.85rem 3rem;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
}

.project-title {
    color: #fff;
    margin: 0;
    display: none;
}

.project-hover .project-title {
    position: absolute;
    bottom: 5.5rem;
}

.project-description {
    opacity: 0;
    margin-top: 12%;
    line-height: 1.71;
    color: #333333;
    -webkit-transform: translateX(-1rem);
    -ms-transform: translateX(-1rem);
    -o-transform: translateX(-1rem);
    transform: translateY(-1rem);
}

.project-item:hover .project-hover {
    background-color: rgba(4, 35, 64,0.9);
}

.project-item:hover .project-hover .project-title {
    display: block;
    position: relative;
    color: #fff;
    bottom: 2rem;
    -webkit-transform: translateY(2rem);
    -ms-transform: translateY(2rem);
    -o-transform: translateY(2rem);
    transform: translateY(2rem);
    -webkit-transition: transform 0.5s ease;
    -o-transition: transform 0.5s ease;
    transition: transform 0.5s ease;
}

.project-item:hover .project-hover .project-description {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateY(0);
    -webkit-transition: all 0.4s 0.2s ease;
    -o-transition: all 0.4s 0.2s ease;
    transition: all 0.4s 0.2s ease;
}

.project-item:hover .link-arrow {
    color: #fff;
}

.read-more {
    font-weight: 600;
}
.title-hr {
    width: 7rem;
    max-width: 100%;
    height: 0.28rem;
    background: #3cc6f0;
}

.title-info {
    font-size: 1.28rem;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    font-weight: 400;
    color: #999999;
    margin: 1.4rem 0px;
    font-family: 'Poppins', sans-serif;
}

.inner-page {
    margin-top: 10.28rem;
}

.inner-img h1,
.inner-img .title-info {
    color: #fff;
}
.inner-content-2 {
    margin-top: 6.6rem;
}

.entry-title {
    margin: 0 0 2.5rem;
    letter-spacing: -0.05em;
    line-height: 1.125;
}

.entry-description {
    letter-spacing: 0;
    font-weight: 400;
    line-height: 1.6;
    margin-bottom: 4.8rem;
    margin-top: 0;
}

.entry-content {
    font-size: 1.2857rem;
    line-height: 1.666;
    font-weight: 300;
    letter-spacing: 0;
}

.row-images {
    padding: 4.54rem 0;
}

.row-images .col-image {
    margin-top: 30px;
}

.row-images .col-image:first-child {
    margin-top: 0;
}

.row-images .col-image img {
    width: 100%;
}




.align-gallery{
    margin-top:70px;
}
/*GALLERY SECTION-CLOSE*/

/*contact*/

.cntct1{
    color:#042340;
    font-weight: 500;
    font-size: 24px;
     font-family: 'Ubuntu', sans-serif;
    padding-top:70px;
}

.cntct2-1{
    color:#042340;
    font-weight: 500;
    font-size: 24px;
     font-family: 'Ubuntu', sans-serif;
    padding-top:10px;
}

.cntct2{
    color:#666;
    line-height: 27px;
    padding-top: 0px;
}

.inp-form1{
    background-color: #f5f5f5;
    color:#333;
    font-size: 13px;
    height: 40px;
    width:100%;
    border:none;
    padding-left:10px;
    margin-top:75px;
    outline-color: #042340;
    
}

.inp-form2{
    background-color: #f5f5f5;
    color:#333;
    font-size: 13px;
    height: 40px;
    width:100%;
    border:none;
    padding-left:10px;
    margin-top:20px;
        outline-color: #042340;
    
}
.inp-form3{
    background-color: #f5f5f5;
    color:#333;
    font-size: 13px;
    height: 40px;
    width:100%;
    border:none;
    padding-left:10px;
    margin-top:20px;
        outline-color: #042340;
    
}

.inp-form4{
    background-color: #f5f5f5;
    color:#333;
    font-size: 13px;
    height: 70px;
    width:100%;
    border:none;
    padding-left:10px;
    margin-top:20px;
        outline-color: #042340;
    
}

.btn-contact{
    background:#042340;
    border-radius:50px;
    width:120px;
    height: 40px;
    color:#fff;
    margin-top:20px;
    outline: none !important;
    
}

.btn-contact:hover{
color:#fff !important;
    
}

.btn-contact:focus{
color:#fff !important;
    
}
.btn-contact:active{
color:#fff !important;
    
}

/*google-map*/

.map{

margin-top: 70px;
    border: 0 !important;
    
         filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+ */
    filter: gray; /* IE6-9 */
	  -webkit-filter: grayscale(99%); /* Chrome 19+ & Safari 6+ */
	  -webkit-backface-visibility: hidden;  /* Fix for transition flickering */
	  -webkit-backface-visibility: hidden;  /* Fix for transition flickering */
}
/*close*/



/*scroll section*/
#back-to-top {
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 9999;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 28px;
    background: #042340;
    color: #fff;
    cursor: pointer;
    border: 0;
    border-radius: 2px;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 0;
    border-radius: 50px;
}
#back-to-top:hover {
    background:none;
    border:2px solid #042340;
    color:#333;
    border-style: dotted;
}
#back-to-top.show {
    opacity: 1;
}
/*close*/


/*responsive starting*/


@media only screen and (min-width:100px) and (max-width:766px) {
    
  .pralax-text:before{
    
display: none;
    
} 
    
    .heder{
    padding:0;
    background: #fff;
    height: 80px;
    border-bottom: 1px solid #eeecec;

}
    .navbar-default .navbar-toggle {
    border-color: #ddd;
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top:-75px;
    margin-right: 15px;
    margin-bottom: 0px;
    background-color: transparent;
    background-image: none;

}
    
    video { 
    position: absolute;
    top: 40%;
    }
    .fa {
  padding: 0px;
  font-size: 20px;
  width: 30px;
    height: 30px;
    padding-top: 7px;
    margin-top:130px;
        margin-bottom: 20px;
   
}
    
    .abt-text-bg{
    margin-top:0px;
        min-height: 770px;
        margin-bottom: 0;
}
    
    .about-hm-txt{
   padding-top: 50px;


}
    
    .about-bg{
display: none;
}
    
    .mobile-bg{
    margin-top:50px;
}
    .blue-round1{

    margin-top: 50px;
  
}
    .shirt-name{
color:#666;
    font-size: 20px;
    padding-top: 60px;
    
}
    
    .paralax-home{

    min-height: 100px;
margin-top:50px;


}
    
    .collection-name-home{
    padding-top: 50px;

}
    
    #homeclintarea {
	padding: 0px 0;
}
    
    .about-head{

    padding-top:50px;
}
    .about-mine-img{
    margin-top: 50px;
    
}
    
    .why-choos-text{

    padding-top: 50px;

}

}

@media only screen and (min-width:767px) and (max-width:1024px) {
 .pralax-text:before{
    
display: none;
    
} 
    
    .heder{
    padding:0;
    background: #fff;
    height: 80px;
    border-bottom: 1px solid #eeecec;

}
    .navbar-default .navbar-toggle {
    border-color: #ddd;
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top:-75px;
    margin-right: 15px;
    margin-bottom: 0px;
    background-color: transparent;
    background-image: none;

}
    
    video { 
    position: absolute;
    top: 40%;
    }
    .fa {
  padding: 0px;
  font-size: 20px;
  width: 30px;
    height: 30px;
    padding-top: 7px;
    margin-top:130px;
        margin-bottom: 20px;
   
}
    
    .abt-text-bg{
    margin-top:0px;
        min-height: 500px;
        margin-bottom: 0;
}
    
    .about-hm-txt{
   padding-top: 50px;


}
    
    .about-bg{
display: none;
}
    
    .mobile-bg{
    margin-top:50px;
}
    .blue-round1{

    margin-top: 50px;
  
}
    .shirt-name{
color:#666;
    font-size: 20px;
    padding-top: 60px;
    
}
    
    .paralax-home{

    min-height:200px;
margin-top:50px;


}
    
    .collection-name-home{
    padding-top: 50px;

}
    
    #homeclintarea {
	padding: 0px 0;
}
    
    .about-head{

    padding-top:50px;
}
    .about-mine-img{
    margin-top: 50px;
    
}
    
    .why-choos-text{

    padding-top: 50px;

}   
    
}
.watwedo{
    padding-top:25px;
}
.watwedo p{
        font-size: 13.7px;
    line-height: 26px;
    color: #999999;
    font-weight: 600;
    text-align: left;
}    



