*body {
  overflow: hidden;
}

.navbar-light .navbar-toggler-icon{

  background-image: url('images/logo/hamburger.svg') !important ;
  


}

/*humberger*/
.navbar-toggler>.close {
    display:inline;
}
.navbar-toggler.collapsed>.close, .navbar-toggler:not(.collapsed)>.navbar-toggler-icon {
    display:none;
}

/*humbergerend*/



.navbar-light .navbar-nav .nav-link {
	color: #333 !important;
	font-weight: 450;
	font-size: 20px;

}



.navbar-light .navbar-toggler{
  border-color: #13429A !important ;
  color:#13429A !important;
}



.navbar-toggler:focus{
  box-shadow:0 0 0 0.25rem !important;
}

.ml14 {
  font-weight: 400;
  font-size: 2em;
  letter-spacing: 0.25px;
}

.ml14 .text-wrapper {
  position: relative;
  display: inline-block;
  padding-top: 0.1em;
  padding-right: 0.05em;
  padding-bottom: 0.15em;
}

.ml14 .line {
  opacity: 0;
  position: absolute;
  left: 0;
  height: 2px;
  width: 100%;
  background-color: #13429A;
  transform-origin: 100% 100%;
  bottom: 0;
}

.ml14 .letters1 {
  display: inline-block;
  line-height: 1em;
}




.backcards{
	color: black !important;
  font-family: open-sans;
  text-align: start;
 
}

.card-title{
  font-size: 20px;
  font-family: open-sans;
  font-weight: 600;

}



.cardshadow:hover{
  
  transform: translateY(-5px) !important;
transition-duration: 1s !important;
-webkit-box-shadow: 3px 3px 5px 6px #ccc;   
  -moz-box-shadow:    3px 3px 5px 6px #ccc; 
  box-shadow:         3px 3px 5px 6px #ccc;  
}



.alink a{
	text-decoration: none !important ;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.17;
	letter-spacing: 0.5px;
  color: #13429A !important;

}

.alink a:hover{
 transform: translateX(-3px) !important ;
transition-duration: 1s !important ;
color: #13429A !important;
}




.paragraph{
  line-height: 2;
    font-family: "Cereberian";
    font-style: normal;
    font-weight: 400;
    text-align: justify;
  text-justify: inter-word;
}

.paragraph1{
  line-height: 2;
    font-family: "Cereberian";
    font-style: normal;
    font-weight: 400;
    text-align: center;
  text-justify: inter-word;
}

.Heading{
	font-size: 3em;
	font-weight: 300;
  text-transform: uppercase;
}

.secondTitle{
	font-size: 2em;
	letter-spacing: 2px;
}


.container .title{
  color: #1a1a1a;
  text-align: center;
  margin-bottom: 10px;
}

.content {
  position: relative;
  width: 90%;
  max-width: 400px;
  margin: auto;
  overflow: hidden;
}

.content .content-overlay {
  background: #13429A;
  position: absolute;
  height: 99%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

.content:hover .content-overlay{
  opacity: 0.8;
}

.content-image{
  width: 100%;
}

.content-details {
  position: absolute;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.content:hover .content-details{
  top: 50%;
  left: 50%;
  opacity: 1;
}

.content-details h3{
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.15em;
  margin-bottom: 0.5em;
  text-transform: uppercase;
}

.content-details p{
  color: #fff;
  font-size: 0.8em;
}

.fadeIn-bottom{
  top: 80%;
}

.fadeIn-top{
  top: 20%;
}

.fadeIn-left{
  left: 20%;
}

.fadeIn-right{
  left: 80%;
}

@media (min-width: 992px){
.nav{
margin-left: 20%; 
padding-bottom: 5px;
}




.nav .nav-link.active {
  color: #13429A !important;
  border-bottom: 3px solid #13429A;

}


.nav a:hover {
animation: rotate 1s linear;
color: #13429A !important;


    } 
  
    @keyframes rotate{ 
        0%{ 
            transform: translateY(-10px); 
        } 
        50%{ 
            transform: translateY(-20px); 
        } 
        100%{ 
            transform: translateY(-5px); 
        } 
    } 



.ml10 {
  position: relative;
  font-weight: 500;
  font-size: 2em;
}

.ml10 .text-wrapper {
  position: relative;
  display: inline-block;
  padding-top: 0.2em;
  padding-right: 0.05em;
  padding-bottom: 0.1em;
  overflow: hidden;
}

.ml10 .letter {
  display: inline-block;
  line-height: 1em;
  transform-origin: 0 0;
}




}

hr{
  margin-left: 10% !important ;
  width: 75% !important ;
  color: #13429A !important;
}




/*forms*/


.form_align {
	margin-top: 150px;
	margin-left: 150px;
}

input {
	width: 50%;
}
.form-control {
	display: block;
    width: 50%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: black;
    background-color: #fff;
    background-clip: padding-box;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    border:none;
	border-bottom: 2px solid white;
	background-color: transparent;
	 border:1px solid #13429A !important;
}

.textarea.form-control {
	display: block;
    width: 50%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: black;
    background-color: #fff;
    background-clip: padding-box;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    border:none;
	border-bottom: 2px solid white;
	background-color: transparent;
	 border:1px solid #13429A !important;
	
}

.form-control:focus {
	 box-shadow: none !important ;
	 background-color: #13429A !important;
	color: white !important;
	border-color:#13429A !important ;
	
	border-radius: 10px;
	outline: none !important ;

}

.form_control1 {
	display: block;
    width: 50%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: blue;
    background-color: #fff;
    background-clip: padding-box;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    border:none;
	border-bottom: 2px solid white;
	background-color: transparent;
	
}
.form_control2 {
	display: block;
    width: 30%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: blue;
    background-color: #fff;
    background-clip: padding-box;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    border:none;
	border-bottom: 2px solid white;
	background-color: transparent;
	
}

input:focus{
	background-color: #13429A !important;
	color: white !important;
	border-color:#13429A !important ;
	box-shadow:none !important;
	border-radius: 10px;
	outline: none !important ;

}



.btn {
	background-color: #13429A !important;
	color: white !important ;
}

.btn:hover {
	border-radius: 20px;
  box-shadow:none !important;
}


/*Forms End*/

.nav .nav-link img{
  height: 100px;
  font-size: 100px;
}


.nav .nav-link i{
  font-size: 100px;
  color: #13429A;
}













@media (min-width: 992px) { 


.indexlinkcolour{
  color: #13429A !important;
  border-bottom: 3px solid #13429A;
}

.navbar-nav .nav-link:hover {
  color: #13429A !important;
  border-bottom: 3px solid #13429A;
}
.navbar-nav .nav-link:active {
  color: #13429A !important;
  border-bottom: 3px solid #13429A;
}
  #mobileresponsive {
  	display: none !important;
  }

#desktopresponsive {
display: block;
}
 #mobileresponsive1 {
    display: none !important;
  }

#desktopresponsive1 {
display: block;
}

.homealign {
	margin-top: 15% !important ;
}



/*---1--*/
.ml10 {
  position: relative;
  font-weight: 600;
  font-size: 3em;
}

.ml10 .text-wrapper {
  position: relative;
  display: inline-block;
  padding-top: 0.2em;
  padding-right: 0.05em;
  padding-bottom: 0.1em;
  overflow: hidden;
}

.ml10 .letter {
  display: inline-block;
  line-height: 1em;
  transform-origin: 0 0;
}


/*---move Object---*/

#object1{
    position: absolute;
    top:20%;
    left: 50%;
    opacity: 0.5;
    
    transform: rotate(20deg);
}
#object2{
    position: absolute;
    top:70%;
    left: 5%;
    transform: rotate(90deg);
}
#object3{
    position: absolute;
    left: 950;
    top:200;
    opacity: 0.3;
    -webkit-filter:blur(3px);
    transform: rotate(-20deg);
}
#layer{
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100vh;
}
#msg{
    font-family: arial;
    font-size: 70px;
    color:#FAFAFA;
    position: absolute;
    top:50%;
    left: 40%;
    transform: translate(-50%,-50%);
    line-height: 60px;
    border-left: 2px solid #FAFAFA;
    padding-left: 10px;
    padding-top:5px;
}
#zero{
    font-size: 40px;
    letter-spacing: 31px;
}



.section2 {
	height: 400px;
}

.headline{
  font-size: 50px !important;
}


.maps1{
	margin-top: 50px !important ;
}

 }

.maps1{
	margin-top: 100px !important ;
}


.float{
  position:fixed;
  width:60px !important;
  height:60px;
  bottom:40px;
  right:40px;
  background-color:#25d366;
  color:#FFF !important;
  border-radius:50px;
  text-align:center;
  font-size:30px;
  box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-float{
  margin-top:16px;
}


.float:hover {

animation: slider 1s linear;



    } 
  
    @keyframes slider{ 
        0%{ 
            transform: translateY(0px); 
        } 
       
        100%{ 
            transform: translateY(-10px); 
        } 
    }







/*.contactsection1{
    background-color: #e6e7eb;
   
    
    

  }
  .contactglobe{
     background-image: url(images/contact/globe.png);
     background-repeat: no-repeat;
     animation:contactglobe 20s linear infinite;
    transition:all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  }*/

  /*=============================================
=        39. Cybersecurity home Css             =
=============================================*/
.cybersecurity-hero {
  overflow: hidden;
  background: #F6FAFE;
}

.cybersecurity-hero-text {
  max-width: 680px;
  width: 100%;
  float: right;
  padding-left: 110px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cybersecurity-hero-text {
    padding-left: 0px;

  }
  .fontforicons{
  color: #13429A;
   font-size: 100px;
}

}

@media only screen and (max-width: 767px) {
  .cybersecurity-hero-text {
    padding-left: 0;
    float: inherit;
    margin: 60px auto 0px;
    text-align: center;
  }
}

.cybersecurity-hero-text h6 {
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 20px;
}

.cybersecurity-hero-text h3 {
  font-weight: 700;
}

.cybersecurity-hero-images {
  position: relative;
}

.inner-img-one {
  position: absolute;
  z-index: -1;
  bottom: 0;
}

.inner-img-two {
 
  z-index: 10;
 
}

@media only screen and (max-width: 767px) {
  .inner-img-one {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
  }
  .inner-img-one img {
    width: 400px;
  }
}

@media only screen and (max-width: 767px) {
  .inner-img-two {
    margin: auto !important;
    text-align: center;
  }
  .inner-img-two img {
    max-width: 254px;
  }

 

}

.worldRotate {
  -webkit-animation: worldRotate 20s linear infinite;
  animation: worldRotate 20s linear infinite;
}

/*--- spinner keyframe ---*/
@-webkit-keyframes worldRotate {
  0% {
    -webkit-transform: rotate(0deg) translateX(0px) rotate(0deg);
            transform: rotate(0deg) translateX(0px) rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(0deg) translateY(0px) rotate(-360deg);
            transform: rotate(0deg) translateY(0px) rotate(-360deg);
  }
}
@keyframes worldRotate {
  0% {
    -webkit-transform: rotate(0deg) translateX(0px) rotate(0deg);
            transform: rotate(0deg) translateX(0px) rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(0deg) translateY(0px) rotate(-360deg);
            transform: rotate(0deg) translateY(0px) rotate(-360deg);
  }
}


/*========footer-==========*/

.footerbackground{
  padding-top: 110px;

}
.background{
   background-color: #E6E7EB;
  min-height: 300px;
  font-family: "CerebriSans";
  color: #333333;
  font-weight:700;
  line-height: 1.41;
}



/*contact us*/



/*--------calllink--------*/
.calllink a{
   font-weight: 600;
   font-family:Cereberian;
   font-size: 35px;
}


.fontforparagraph{
  line-height: 2;
    font-family: "Cereberian";
    font-style: normal;
    font-weight: 400;
    text-align: justify;
  text-justify: inter-word;
}

  .fontforicons{
  color: #13429A;
   font-size: 100px;
}



/*=========scroll down design========*/

/* width */
::-webkit-scrollbar {
  width: 15px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 10px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #13429A; 
  border-radius: 10px;
}





/*=========scroll down design end========*/