
/*** 

====================================================================
                        Contact-Page
====================================================================

***/


.contact-information{
  position: relative;
  padding-top: 93px;
}

.contact-information .sec-title{
  text-align: center;
  margin-bottom: 58px;
}

.contact-information .single-item .inner-box{
  position: relative;
  display: block;
  background: #fff;
  padding: 58px 30px 54px 30px;
  border-radius: 10px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.contact-information .single-item .inner-box .icon-box{
  position: relative;
  margin-bottom: 30px;
}

.contact-information .single-item .inner-box .icon-box i{
  position: relative;
  display: inline-block;
  font-size: 80px;
  line-height: 80px;
  color: transparent !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  transition: all 500ms ease;
}

.contact-information .single-item .inner-box:hover .icon-box i{

}

.contact-information .single-item .inner-box h3{
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 15px;
}

.contact-information .single-item .inner-box p{
  line-height: 28px;
  color: #666;
}

.contact-information .single-item .inner-box p a{
  color: #666;
}

.contact-information .single-item .inner-box p a:hover{

}

.world-cyber.contact-page{
  padding-bottom: 100px;
}

.funfact-style-four.contact-page .counter-block-four .count-outer{

}


/** contact-style-two **/

.contact-style-two{
  position: relative;
  width: 100%;
  padding: 93px 0px 100px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
}

.contact-style-two:before{
  position: absolute;
  content: '';
  background: #204669;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  right: 0px;
  opacity: 0.8;
}

.contact-style-two .default-form{
  position: relative;
  margin: 0px 5px;
}

.contact-style-two .default-form .form-group{
  position: relative;
  margin-bottom: 20px;
  padding: 0px 10px;
}

.contact-style-two .default-form .form-group:last-child{
  margin-bottom: 0px;
}

.contact-style-two .default-form .form-group input[type='text'],
.contact-style-two .default-form .form-group input[type='email'],
.contact-style-two .default-form .form-group textarea{
  position: relative;
  width: 100%;
  height: 55px;
  background: #fff;
  font-size: 16px;
  padding: 10px 20px;
  border: 2px solid #fff;
  transition: all 500ms ease;
}

.contact-style-two .default-form .form-group input:focus,
.contact-style-two .default-form .form-group textarea:focus{

}

.contact-style-two .default-form .form-group textarea{
  display: block;
  height: 170px;
  resize: none;
}

.contact-style-two .default-form .form-group button{
  text-transform: uppercase;
  display: block;
  width: 100%;
  padding: 12.5px 30px;
}

.contact-style-two .sec-title{
  margin-bottom: 39px;
}

.contact-style-two .sec-title h2{
  margin-bottom: 17px;
}

.contact-style-two .sec-title p{
  color: #fff;
}


/** world-cyber **/

.world-cyber{
  position: relative;
  padding: 93px 0px 305px 0px;
}

.world-cyber .sec-title{
  margin-bottom: 150px;
}

.world-cyber .pattern-layer{
  position: absolute;
  left: 0px;
  top: 180px;
  right: 0px;
  width: 100%;
  height: 600px;
  background-repeat: no-repeat;
  background-position: center;
}

.world-cyber .office-location{
  position: relative;
  display: block;
  min-height: 320px;
}

.world-cyber .office-location .location-area{
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
  min-height: 320px;
}

.world-cyber .office-location .location-area .location-box{
  position: absolute;
  left: 200px;
  top: 0px;
  width: 15px;
  height: 15px;
  background: #fff;
  box-shadow: 0 0px 10px rgba(0, 0, 0, 0.05);
  cursor: pointer;
  transition: all 500ms ease;
}

.world-cyber .office-location .location-area .location-box:nth-child(2){
  left: 295px;
  top: 95px;
}

.world-cyber .office-location .location-area .location-box:nth-child(3){
  left: 390px;
  top: 260px;
}

.world-cyber .office-location .location-area .location-box:nth-child(4){
  left: 60%;
  top: 25px;
  margin-left: -25px;
}

.world-cyber .office-location .location-area .location-box:nth-child(5){
  left: 55%;
  top: 215px;
  margin-left: -20px;
}

.world-cyber .office-location .location-area .location-box:nth-child(6){
  top: -8px;
  left: inherit;
  right: 225px;
}

.world-cyber .office-location .location-area .location-box:nth-child(7){
  top: 95px;
  left: inherit;
  right: 320px;
}

.world-cyber .office-location .location-area .location-box:last-child{
  top: 300px;
  left: inherit;
  right: 195px;
}

.world-cyber .office-location .location-area .location-box:before{
  position: absolute;
  content: '';
  width: 7px;
  height: 7px;
  left: 4px;
  top: 4px;
  transition: all 500ms ease;
}

.world-cyber .office-location .location-area .location-box:hover:before{
  
}

.world-cyber .office-location .location-area .location-box .address-box{
  position: absolute;
  left: -109px;
  bottom: 40px;
  width: 230px;
  background: #fff;
  padding: 10px 15px 15px 60px;
  transform: translateY(-15px);
  opacity: 0;
  visibility: hidden;
  z-index: 1;
  transition: all 500ms ease;
  box-shadow: 0 0px 10px rgba(0, 0, 0, 0.1);
}

.world-cyber .office-location .location-area .location-box:hover .address-box{
  transform: translateY(0px);
  opacity: 1;
  visibility: visible;
}

.world-cyber .office-location .location-area .location-box .address-box:before{
  position: absolute;
  content: '';
  background: #fff;
  width: 20px;
  height: 20px;
  left: 50%;
  margin-left: -10px;
  transform: rotate(45deg);
  bottom: -6px;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.05);
}

.world-cyber .office-location .location-area .location-box .address-box .icon-box{
  position: absolute;
  left: 16px;
  top: 17px;
}

.world-cyber .office-location .location-area .location-box .address-box p{
  font-size: 14px;
  line-height: 20px;
  margin: 0px;
}
/** contact-section **/

.contact-section{
  position: relative;
  padding: 93px 0px 100px 0px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.contact-section:before{
  position: absolute;
  content: '';
  background: -webkit-linear-gradient(0deg, rgba(0,0,0,0.0) 0%, rgba(24,12,84,0.9) 100%);
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  right: 0px;
}

#content_block_nine .content-box{
  position: relative;
}

#content_block_nine .content-box .text{
  position: relative;
  display: block;
  margin-bottom: 30px;
}

#content_block_nine .content-box .text p{
  color: #fff;
}

#content_block_nine .content-box .form-inner .form-group{
  position: relative;
  margin-bottom: 25px;
}

#content_block_nine .content-box .form-inner .form-group:last-child{
  margin-bottom: 0px;
}

#content_block_nine .content-box .form-inner .form-group input[type='text'],
#content_block_nine .content-box .form-inner .form-group input[type='email'],
#content_block_nine .content-box .form-inner .form-group textarea{
  position: relative;
  width: 100%;
  background: #fff;
  height: 55px;
  padding: 10px 30px;
  font-size: 16px;
  border: 2px solid #fff;
  border-radius: 30px;
  transition: all 500ms ease;
}

#content_block_nine .content-box .form-inner .form-group textarea{
  display: block;
  height: 120px;
  resize: none;
}

#content_block_nine .content-box .form-inner .form-group input:focus,
#content_block_nine .content-box .form-inner .form-group textarea:focus{

}

#content_block_nine .content-box .form-inner .form-group button{
  display: block;
  width: 100%;
  text-transform: uppercase;
  padding: 12.5px 30px;
}
