/*!------------------------------------------------------------------
[MAIN STYLESHEET]

PROJECT:	Project Name
VERSION:	Versoin Number
-------------------------------------------------------------------*/
/*------------------------------------------------------------------
[TABLE OF CONTENTS]
-------------------------------------------------------------------*/
@media (max-width: 1650px) {
  .hero-area {
    padding: 150px 0 260px;
  }
  
  .hero-area .bg-shape-4 {
    max-width: 770px;
    right: -100px;
  }
}

@media (max-width: 1200px) {
 .navbar .nav-item .nav-link {
   padding: 20px 10px;
font-size:15px;
 }
 
 .hero-area .bg-shape-4 {
   max-width: 700px;
 }
 
 .subscription-wrapper::before {
   left: 65px;
 }
 
 .ContactInfo{
padding: 0px 0px 0px 7px;
  }
 
  .LinkSpace{
padding-left:32px;
 }
}

@media (max-width: 1024px) {
  .card-body{
	  height:400px;
  }
  
  .FormBgColor{
	  height:auto;
	  margin-left:30px;
  }
}

@media (max-width: 991px) {
  .section {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  
  .navbar .nav-item .nav-link {
padding: 12px 10px;
border-bottom:1px solid #ccc;
}
 
 .menu-bg-color{
background-color: whitesmoke;
}

.button-space{
margin:15px 0px;
}

  .ContactInfo{
 display:none;
 }
 
 .LinkSpace{
padding-left:0px;
}
  
  .section-lg-bottom {
    padding-bottom: 100px;
  }
  
  .naviagtion {
    background: linear-gradient(80deg, #0030cc 0%, #00a4db 100%);
    padding: 15px 0;
  }
  
  .naviagtion.naviagtion-white {
    background: #fff;
  }
  .naviagtion.naviagtion-white .btn {
    color: #007ac7 !important;
  }
  .naviagtion.naviagtion-white .btn:hover {
    color: #fff !important;
  }
  
  .navbar .dropdown-menu {
    display: none;
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: unset;
            transform-origin: unset;
  }
  
  .navbar .dropdown-menu.show {
    visibility: visible;
    display: block;
  }
  
  .navbar .dropdown-item {
    text-align: center;
  }
  
  .hero-area-lg .row {
    margin-right: -15px;
  }
  
  .process-steps li:nth-child(odd) {
    margin-left: 0;
  }
  
  .subscription {
    background: linear-gradient(80deg, #0030cc 0%, #00a4db 100%);
    position: static;
  }
  
  .subscription.bg-white {
    background: #fff;
  }
  
  .subscription-wrapper {
    top: 0;
    padding: 50px 0;
  }
  
  .subscription-wrapper::before {
    display: none;
  }
  
  .footer {
    padding-top: 0;
    margin-top: 0;
  }
}

@media (max-width: 768px) {
  .card-body{
	  height:auto;
  }

  .section-title{
 margin-bottom: 20px;
 }
 
 .subtitle{
 padding-top:20px;
 }
 
 .TextFieldSpace {
   padding: 0px 15px 22px 15px;
 }
 
 .SectionSpace, .subscription-wrapper{
 padding:0px;
 }
 
 .FormSpace{
width:100%;
height:auto;
margin-top:30px;
padding:0px;
 }
 
 .rounded-xs {
 padding:20px;
}
  
  .FormBgColor {
    width: 100%;
    height: auto;
    margin-top: 0px;
    margin-left: 0px;
    padding: 20px 22px;
    background-color: #fff;
  }
  
  .ImgSpace{
	  padding:0px 15px;
  }
  
  .process-steps li:nth-child(odd) {
    margin-left: 70px;
  }
  
  .card-body{
	  height:auto;
  }
  
  .translate-top {
    -webkit-transform: translateY(-150px);
            transform: translateY(-150px);
  }
  
  .nextarrow {
    display: none;
  }
  
  .prevarrow {
    display: none;
  }
  
  .bg-map::before {
    width: 100%;
    height: 40%;
  }
  
  .TopImgSpace{
	  padding-top:25px;
  }
}

@media (max-width: 575px) {
  .hero-area .bg-shape-4 {
    max-width: 500px;
  }

  .section-title{
 margin-bottom: 20px;
 }
 
 .subtitle{
 padding-top:20px;
 }
 
 .TextFieldSpace {
   padding: 0px 15px 22px 15px;
 }
 
 .SectionSpace, .subscription-wrapper{
 padding:0px;
 }
 
 .FormSpace{
width:100%;
height:auto;
margin-top:30px;
padding:0px;
 }
 
 .rounded-xs {
 padding:20px;
}
  
  .ImgSpace{
	  padding:0px 15px;
  }
  
  .FormBgColor {
    width: 100%;
    height: auto;
    margin-top: 0px;
    margin-left: 0px;
    padding: 20px 22px;
    background-color: #fff;
  }
  
  .card-body{
	  height:auto;
  }
  
   .FormBgColor-2 {
    width: 100%;
    height: auto;
    margin-top: 0px;
    margin-left: 0px;
    padding: 20px 0px;
    background-color: #fff;
  }

 .watermark {
    top: 0;
    font-size: 120px;
  }
  
  .watermark-sm {
    top: 0;
    font-size: 100px;
  }
  
  .TopImgSpace{
	  padding-top:25px;
  }
}

@media (max-width: 400px) {
  .hero-area h1 {
    font-size: 50px;
  }

  .section-title{
 margin-bottom: 20px;
 }
 
 .subtitle{
 padding-top:20px;
 }
 
 .TextFieldSpace {
   padding: 0px 15px 22px 15px;
 }
 
 .SectionSpace, .subscription-wrapper{
 padding:0px;
 }
 
 .FormSpace{
width:100%;
height:auto;
margin-top:30px;
padding:0px;
 }
 
 .rounded-xs {
 padding:20px;
}
  
   h2, .h2 {
    font-size: 27px;
  }
  
  .hero-area {
    padding: 190px 0 100px;
  }
  
  .ImgSpace{
	  padding:0px 15px;
  }
  
  .FormBgColor {
    width: 100%;
    height: auto;
    margin-top: 0px;
    margin-left: 0px;
    padding: 20px 22px;
    background-color: #fff;
  }
  
  .FormBgColor-2 {
    width: 100%;
    height: auto;
    margin-top: 0px;
    margin-left: 0px;
    padding: 20px 0px;
    background-color: #fff;
}

.TopImgSpace {
    padding-top: 0px;
}
}

@media (max-width: 360px) {
  h2, .h2 {
    font-size: 27px;
  }

  .section-title{
 margin-bottom: 20px;
 }
 
 .subtitle{
 padding-top:20px;
 }
 
 .TextFieldSpace {
   padding: 0px 15px 22px 15px;
 }
 
 .SectionSpace, .subscription-wrapper{
 padding:0px;
 }
 
 .FormSpace{
width:100%;
height:auto;
margin-top:30px;
padding:0px;
 }
 
 .rounded-xs {
 padding:20px;
}
  
  .LoginBgImg{
	  background-image: none;
  }
  
  .ColmLeft, .ColmRight{
	-ms-flex: 0 0 100%;
	max-width:100%;
	flex: 0 0 100%;
  }
  
  .FormSpace{
	width:100%;
	height:auto;
	margin-top:30px;
	padding:0px;
  }
  
  .CheckBox, .PasswordTex{
	  text-align:center;
  }

  .Wrapper {
    width: 95%;
  }
  
  .hero-area {
    padding: 190px 0 100px;
  }
  
  .ImgSpace{
	  padding:0px 15px;
  }
  
  .FormBgColor {
    width: 100%;
    height: auto;
    margin-top: 0px;
    margin-left: 0px;
    padding: 20px 22px;
    background-color: #fff;
  }
  
  .FormBgColor-2 {
    width: 100%;
    height: auto;
    margin-top: 0px;
    margin-left: 0px;
    padding: 20px 0px;
    background-color: #fff;
}

.TopImgSpace {
    padding-top: 0px;
}
}

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