

/** info-section **/

.info-section{
  position: relative;
  padding: 100px 0px;
}

.info-section .title-inner{
  position: relative;
  padding-left: 250px;
  display: flex;
  vertical-align: middle;
  align-items: center;
  min-height: 180px;
}

.info-section .title-inner .year-box{
  position: absolute;
  display: block;
  left: 0px;
  top: 0px;
  max-width: 220px;
  width: 100%;
  text-align: center;
  padding: 27px 15px 29px 15px;
}

.info-section .title-inner .year-box .image-box{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 220px;
  height: 180px;
  overflow: hidden;
}

.info-section .title-inner .year-box h2{
  position: relative;
  font-size: 110px;
  line-height: 94px;
  font-weight: 700;
}

.info-section .title-inner .year-box h3{
  font-size: 22px;
  line-height: 30px;
  color: #204669;
  text-transform: uppercase;
  font-weight: 400;
}

.info-section .title-inner .title h2{
  position: relative;
  display: block;
  font-size: 36px;
  line-height: 42px;
  font-weight: 700;
  color: #222;
}

.info-section .title-inner .title h2 span{

}

.info-section .text-column .text p{
  margin-bottom: 22px;
}

.info-section .text-column .text a{
  position: relative;
  display: inline-block;
}

.info-section .text-column .text a i{
  position: relative;
  font-size: 12px;
  margin-right: 10px;
}

.info-section .text-column .text a span{
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 16px;
  color: #222;
  font-weight: 700;
  border-bottom: 1px solid #222;
  transition: all 500ms ease;
}

.info-section .text-column .text a:hover span{

}

.info-section .text-column .text{
  position: relative;
  display: block;
  margin-top: 18px;
}


/** info-style-two **/

.info-style-two{
  position: relative;
  padding: 72px 0px;
}

#video_block_two .video-content{
  position: relative;
  display: block;
}

.info-style-two #video_block_two .video-content{
  margin-right: 55px;
  margin-top: -112px;
}

#video_block_two .video-inner{
  position: relative;
  width: 100%;
  text-align: center;
  padding: 190px 0px 230px 0px;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  clip-path: polygon(0% 0%, 100% 0%, 100% 90%, 0% 100%, 0% 0%);
}

#video_block_two .video-inner:before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, .3)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  -webkit-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
  transform: skewX(-25deg);
}

#video_block_two .video-inner:hover:before {
  -webkit-animation: shine 1s;
  animation: shine 1s;
}

#video_block_two .video-content .pattern-layer{
  position: absolute;
  left: -210px;
  top: 140px;
  width: 283px;
  height: 363px;
  background-repeat: no-repeat;
}

#video_block_two .video-inner .video-btn a{
  position: relative;
  display: inline-block;
  width: 135px;
  height: 135px;
  line-height: 135px;
  text-align: center;
  background: rgba(255,255,255,0.9);
  font-size: 30px;
  border-radius: 50%;
}

#video_block_two .video-inner .video-btn a:after, 
#video_block_two .video-inner .video-btn a:before {
  width: 135px;
  height: 135px;
  border-radius: 50%;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-animation-delay: .9s;
  animation-delay: .9s;
  content: "";
  position: absolute;
  -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

#video_block_two .video-inner .video-btn a:after {
  -webkit-animation-delay: .6s;
  animation-delay: .6s;
}

#content_block_seven .content-box{
  position: relative;
}

#content_block_seven .content-box .info-list{
  position: relative;
  display: block;
  margin-bottom: 28px;
}


#content_block_seven .content-box .info-list li{
  position: relative;
  display: block;
  padding-left: 90px;
  padding-bottom: 29px;
  margin-bottom: 27px;
  border-bottom: 1px dashed #5e5588;
}

#content_block_seven .content-box .info-list li:last-child{
  margin-bottom: 0px;
}

#content_block_seven .content-box .info-list li i{
  position: absolute;
  left: 0px;
  top: 8px;
  font-size: 70px;
  line-height: 70px;
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#content_block_seven .content-box .info-list li h3{
  color: #fff;
  margin-bottom: 14px;
}

#content_block_seven .content-box .info-list li p{
  color: #8c86aa;
}

#content_block_seven .content-box .support-box p{
  color: #8c86aa;
  margin-bottom: 6px;
}

#content_block_seven .content-box .support-box .box{
  position: relative;
  padding-left: 90px;
}

#content_block_seven .content-box .support-box .box i{
  position: absolute;
  left: 0px;
  top: 13px;
  font-size: 70px;
  line-height: 70px;
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#content_block_seven .content-box .support-box .box h3{
  position: relative;
  display: block;
  font-size: 30px;
  line-height: 48px;
  font-weight: 400;
  color: #fff;
  margin: 0px;
}

#content_block_seven .content-box .support-box .box h3 a{
  display: inline-block;
  color: #fff;
}

#content_block_seven .content-box .support-box .box h3 a:hover{
  text-decoration: underline;
}


/** 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;
}
/** clients-section **/

.clients-section{
  position: relative;
  padding: 80px 0px;
}

.clients-section .client-logo img{
  display: block;
  max-width: 100%;
  width: auto;
  margin: 0 auto;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.clients-section .client-logo:hover img{
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
}

  .clients-section.alternet-2{
    background: #f9f9f9;
    padding: 65px 0px;
  }
  
  .clients-section.alternet-2 .client-logo img {
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
  }
  
  .clients-section.alternet-2 .client-logo:hover img {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
  }
/** policy-section **/

.policy-section{
  position: relative;
  padding: 100px 0px;
}

.policy-section .pattern-layer{
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

#content_block_five .content-box p{
  color: #c0cbda;
  margin: 0px;
}

#content_block_five .content-box .sec-title{
  margin-bottom: 25px;
}

#content_block_five .content-box .sec-title h2{
  margin-bottom: 14px;
}

#content_block_five .content-box .info-list li{
  position: relative;
  display: block;
  margin-bottom: 28px;
  padding-left: 80px;
}

#content_block_five .content-box .info-list li:last-child{
  margin-bottom: 0px;
}

#content_block_five .content-box .info-list li i{
  position: absolute;
  left: 0px;
  top: 4px;
  font-size: 20px;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  border: 2px solid #e3ebf5;
  border-radius: 50%;
}

#content_block_five .content-box .info-list li h4{
  color: #fff;
  margin-bottom: 4px;
}

#content_block_five .content-box .info-list li a{
  color: #c0cbda;
}

#content_block_six .tab-btn-box{
  position: relative;
  display: block;
  border-bottom: 1px solid rgba(255,255,255,0.3);
  margin-bottom: 28px;
}

#content_block_six .tab-btn-box .tab-btns li{
  position: relative;
  display: inline-block;
  float: left;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  color: #fff;
  padding: 19px 19px;
  margin-right: 30px;
  cursor: pointer;
  z-index: 1;
  transition: all 500ms ease;
}

#content_block_six .tab-btn-box .tab-btns li:before{
  position: absolute;
  content: '';
  width: 0%;
  height: 2px;
  left: 0px;
  bottom: 0px;
  transition: all 500ms ease;
}

#content_block_six .tab-btn-box .tab-btns li:hover:before,
#content_block_six .tab-btn-box .tab-btns li.active-btn:before{
  width: 100%
}

#content_block_six .tab-btn-box .tab-btns li:last-child{
  margin-right: 0px;
}

.policy-section #content_block_five .content-box{
  position: relative;
  margin-right: 100px;
  margin-top: 17px;
}

#content_block_six .tabs-content .content-inner p{
  color: #c0cbda;
  font-size: 16px;
  margin-bottom: 29px;
}

#content_block_six .tabs-content .content-inner p a{
  color: #c0cbda;
}

#content_block_six .tabs-content .content-inner p a:hover{

}

#content_block_six .tabs-content .content-inner form .form-group{
  position: relative;
  margin-bottom: 15px;
}

#content_block_six .tabs-content .content-inner form .form-group:last-child{
  margin-bottom: 0px;
}

#content_block_six .tabs-content .content-inner form .form-group i{
  position: absolute;
  left: 20px;
  top: 20px;
  font-size: 16px;
  color: #a9bbd4;
  z-index: 99;
}

#content_block_six .tabs-content .content-inner form .form-group input[type='text'],
#content_block_six .tabs-content .content-inner form .form-group input[type='email'],
#content_block_six .tabs-content .content-inner form .form-group select{
  position: relative;
  width: 100%;
  height: 55px;
  background: #fff;
  padding: 10px 20px 10px 50px;
  border-radius: 0px;
}

.nice-select{
  position: relative;
  margin-bottom: 25px;
  border: none;
  background: #fff;
  height: 55px;
  line-height: 55px;
  border-radius: 0px;
  padding-left: 50px;
  font-size: 16px;
  color: #666;
  z-index: 9;
}

.nice-select:after{
  width: 12px;
  height: 12px;
  border-bottom: 2px solid #666;
  border-right: 2px solid #666;
  right: 25px;
}

#content_block_six .tabs-content .content-inner form .form-group button{
  display: block;
  width: 100%;
  padding: 12px 30px;
  text-transform: uppercase;
}

/** service-style-five **/

.service-style-five{
  position: relative;
  padding: 103px 0px 110px 0px;
}

.service-style-five .sec-title{
  text-align: center;
  margin-bottom: 66px;
}

.service-style-five .tabs-box .tab-btn-box{
  position: relative;
  display: block;
  border-bottom: 1px solid #dddddd;
  margin-bottom: 60px;
}

.service-style-five .tabs-box .tab-btn-box .tab-btns li{
  position: relative;
  display: inline-block;
  float: left;
  font-size: 16px;
  color: #666;
  padding: 15px 63px 15px 40px;
  cursor: pointer;
  transition: all 500ms ease;
}

.service-style-five .tabs-box .tab-btn-box .tab-btns li.active-btn,
.service-style-five .tabs-box .tab-btn-box .tab-btns li:hover{
  color: #222;
}

.service-style-five .tabs-box .tab-btn-box .tab-btns li:before{
  position: absolute;
  content: '';
  width: 100%;
  height: 1px;
  left: 0px;
  bottom: -1px;
  transform: scale(0,0);
  transition: all 500ms ease;
}

.service-style-five .tabs-box .tab-btn-box .tab-btns li.active-btn:before,
.service-style-five .tabs-box .tab-btn-box .tab-btns li:hover:before{
  transform: scale(1,1);
}

.service-style-five .tabs-box .tab-btn-box .tab-btns li:last-child{
  padding-right: 0px;
}

.service-style-five .tabs-box .tab-btn-box .tab-btns li i{
  position: absolute;
  left: 0px;
  top: 12px;
  font-size: 30px;
  line-height: 30px;
  color: #666;
  transition: all 500ms ease;
}

.service-style-five .tabs-box .tab-btn-box .tab-btns li.active-btn i,
.service-style-five .tabs-box .tab-btn-box .tab-btns li:hover i{
  
}

.service-style-five .tabs-content .image-box{
  position: relative;
  display: block;
  overflow: hidden;
  margin-right: 5px;
  border-radius: 5px;
}

.service-style-five .tabs-content .image-box:before{
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, .3)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  -webkit-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
  transform: skewX(-25deg);
}

.service-style-five .tabs-content .image-box:hover:before {
  -webkit-animation: shine 1s;
  animation: shine 1s;
}

.service-style-five .tabs-content .image-box img{
  width: 100%;
  border-radius: 5px;
}

.service-style-five .tabs-content .content-box{
  position: relative;
  display: block;
  margin-left: 15px;
}

.service-style-five .tabs-content .content-box h3{
  position: relative;
  display: block;
  font-size: 30px;
  line-height: 40px;
  font-weight: 400;
  margin-bottom: 18px;
}

.service-style-five .tabs-content .content-box p{
  margin-bottom: 29px;
}

.service-style-five .tabs-content .content-box ul li{
  position: relative;
  display: block;
  font-size: 16px;
  margin-bottom: 8px;
  padding-left: 25px;
}

.service-style-five .tabs-content .content-box ul li:last-child{
  margin-bottom: 0px;
}

.service-style-five .tabs-content .content-box ul li:before{
  position: absolute;
  content: "\f101";
  font-family: 'Font Awesome 5 Free';
  font-weight: 700;
  font-size: 12px;
  left: 0px;
  top: 0px;
}















/** video-section **/

.video-section{
  position: relative;
  padding: 130px 0px 125px 0px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
}

.video-section:before{
  position: absolute;
  content: '';
  background: #12273c;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  right: 0px;
  opacity: 0.6;
}

.video-section .inner-box{
  position: relative;
  display: block;
  max-width: 630px;
  width: 100%;
  margin: 0 auto;
}

.video-section .inner-box .video-btn a{
  position: relative;
  display: inline-block;
  font-size: 30px;
  width: 90px;
  height: 90px;
  line-height: 90px;
  text-align: center;
  border-radius: 50%;
}

.video-section .inner-box .video-btn a:after, 
.video-section .inner-box .video-btn a:before {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-animation-delay: .9s;
  animation-delay: .9s;
  content: "";
  position: absolute;
  -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.video-section .inner-box .video-btn a:after {
  -webkit-animation-delay: .6s;
  animation-delay: .6s;
}

.video-section .inner-box .video-btn{
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
}

.video-section .inner-box .video-btn:before,
.video-section .inner-box .video-btn:after{
  position: absolute;
  content: '';
  background: #fff;
  width: 45px;
  height: 2px;
  top: 44px;
}

.video-section .inner-box .video-btn:before{
  left: -65px;
}

.video-section .inner-box .video-btn:after{
  right: -65px;
}

.video-section .inner-box h2{
  position: relative;
  display: block;
  font-size: 54px;
  line-height: 70px;
  color: #fff;
  font-weight: 400;
  margin: 0px;
}
