*
{
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
}
#navbtn 
{
	background-color: #ff6f12;
	color: #ffff;
	font-family: arial;
	margin:0 5px;
}
#navbartop ul li a
{
	font-size: 20px;
	font-weight: bold;
	color: #000;
	font-family: 'Oswald', sans-serif;
}
#navbartop ul li a:hover
{
	color: #4390e8;
}
.navbar-nav li:hover .dropdown-menu {
    display: block;
}

/* rotate caret on hover */
.dropdown-menu > li > a:hover:after {
    text-decoration: underline;
    transform: rotate(-90deg);
} 
/*navbar end*/

#headhome
{
  width: 100%;
  position: relative;
}
#headhome video
{
	width: 100%;
	
}
.innerbox
{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	color:#fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	transition: 1s;
}
.innerbox h1
{
	font-size: 70px;
	background-color: rgba(0, 0, 0, 0.4);
}
.innerbox a
{
   width: 300px;
   height: 40px;
   color: #1e7bff;
   background-color: #fff;
   text-align: center;
   line-height: 40px;
   border-radius: 50px;
   margin-top: 20px;
}
.innerbox a:hover
{
	text-decoration: none;
	background-color:#1e7bff;
	color: #fff;
}
#dropnav .dropdown-item
{
	font-family: poppins;
}
/*header video end*/
#boost
{
	width: 100%;
	height: auto;
	text-align: center;
	background: rgb(48,93,145);
    background: linear-gradient(218deg, rgba(48,93,145,1) 0%, rgba(65,71,79,1) 47%, rgba(61,99,136,1) 100%);
}
#boost h1
{
	font-size: 60px;
	color: #fff;
	padding: 20px;
}
#column
{
	margin-top: 200px;
}
 /*section boost end*/

#imp h1
{
	color: #16304d;
	margin-top: 50px;
	font-size: 60px;
}
#Improve
{
	position: relative;
	height: 500px;
}
#Improve video
{
	width: 100%;
	height: 500px;
}
.impinnerbox
{
	position: absolute;
	top: 0px;
	width: 100%;
    height: 500px;
	background: rgba(1, 1, 1, 0.6);
	color: #fff;
	border: 6px solid #2d609b;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: 1s;
}
.impinnerbox:hover
{
	transform: scale(0.9);
}
 
/*improve end*/
.Creativity
{
	margin-top: 100px;
	margin-bottom: 50px;
}
#creaty
{
    border: none;
    border-right: 1px solid #000;
    border-left: 1px solid #000;
    border-radius: 0px;
}
/*creativity end*/
#delivar h1
{
  color: #000;
}
#delivarinner
{
	background-color: #0B2F5B;
	border-radius: 10px;
}

/*creativity end*/

#services1 h1
{
	text-align: center;
}
#servbtn
{
	background-color: #0b2f5b;
	color: #fff;
}
#servbtn:hover
{
	background-color: transparent;
	color:#0b2f5b ;
	border: 1px solid #0b2f5b;
}

/*Service end*/

#client .card
{
   border-radius:10px;
   border-bottom: 4px solid #ff6f12;
}
#client .card main{
   color:#ff6f12;
}
/* end client */
#blogbtn
{
	background-color: #6f4e35;
	color: #fff;
	opacity: 0;
	transition: 1s;
}
#effect:hover #blogbtn
{
	opacity: 1;
}
footer
{
	background-color: #002E5D;
	height: auto;
}
#social a
{
   text-decoration: none;
   color: #fff;
}
#social i
{
  margin-right: 10px;
  font-size: 25px;
}
#footernav a
{
   margin: 10px;
   color: #fff;
   font-size: 20px;
   font-weight: bold;
}
#footernav a:hover
{
	text-decoration: none;
}
#footernav p
{
	color: #fff;
	margin: 10px;
}
.Whatsapp
{
  width: 60px;
  height: 60px;
  position: fixed;
  bottom: 30px;
  right: 30px; 
  bottom: 30px;
  z-index: 99; 
  cursor: pointer; 

}
.Whatsapp img
{
  width: 100%;
}
/*----------------Home CSS Colse Here------------------------*/
#aboutsection .card
{
  background-color: transparent;
  border: 2px solid #2d609b;
  border-radius: 60px;
  padding: 20px;
  transition: 1s;
}
#aboutsection .card p
{
   font-size: 25px;
   font-weight: bold;
}
#aboutsection .card:hover
{
   background-color: #2d609b;
   border: 2px solid #2d609b;
   border-radius: 20px;
}
#aboutsection .card:hover p
{
	color: #fff;
}
#aboutsection a
{
    text-decoration: none;
    color: #2d609b;
    font-size: 25px;
    font-weight: bold;
}
#aboutsection .card:hover a
{
    color: #fff;
}

article h1
{
  font-size: 48px;
  font-weight: bold;
  color: #16304d;
}
/*----------------About Us CSS Colse Here------------------------*/

#ourserve .row .card
{
   border-radius: none;
   border: 2px solid #000;
}
#s1 
{
   color: #000;
}
#s1:hover
{
  text-decoration: none;
}

/*----------------Services CSS Colse Here------------------------*/

#contact-sec
{
  height: auto;
  background: rgb(239,243,248);
  background: linear-gradient(153deg, rgba(239,243,248,1) 0%, rgba(141,169,201,1) 47%, rgba(55,104,160,1) 100%);
}
#contact-sec h1
{
	text-align: center;
	padding: 50px 0px;
}
.email a 
{
  color: #000;
}
.email a:hover
{
  text-decoration: none;
  color: #000;
}
#contact-sec form #email
{
   background: transparent;
   border: none;
   border-bottom: 1px solid #000;
   border-radius: 0px;
}
#contact-sec form button
{
	width: 200px;
	height: 40px;
	background-color: #fff;
	color: #000;
}
#contact-sec form button:hover
{
	background-color: #002E5D;
	color: #fff;
}

/*----------------contact CSS Colse Here------------------------*/
#blogvideo
{
	position: relative;
}
#blogvideo video
{
	width: 100%;
	position: relative;
}
.bloginnerbox
{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.bloginnerbox h1
{
   font-size: 50px;
}

form.example input[type=text] {
  padding: 10px;
  font-size: 17px;
  border: 1px solid grey;
  float: left;
  width: 80%;
  
}

/* Style the submit button */
form.example button {
  float: left;
  width: 20%;
  padding: 10px;
  color: #000;
  font-size: 17px;
  border: 1px solid grey;
  border-left: none; /* Prevent double borders */
  cursor: pointer;
}
/* Clear floats */
form.example::after {
  content: "";
  clear: both;
  display: table;
}
/*----------------blog CSS Colse Here------------------------*/
#career
{
   height: 800px;
}

/* cursor effect */

.cursor{
  position: fixed;
  width: 50px;
  height: 50px;
  border: 1px solid #00b3b3;
  border-radius: 50%;
  background-color: #00b3b3;
  opacity: 0.5;
  left: 0;
  top: 0;
  pointer-events: none;
  transform: translate(-50%, -50%);
  transition: .1s;
}

.cursor2{
  position: fixed;
  width: 8px;
  height: 8px;
  background-color: #00b3b3;
  border-radius: 50%;
  left: 0;
  top: 0;
  pointer-events: none;
  transform: translate(-50%, -50%);
  transition: .15s;
}

/* cursor effect  end*/
#careerback
{
 position: relative; 	
}
#careerback video
{
	height:1000px;
}
#career
{
   position: absolute; 
   top: 0px;
   height: auto;
}

/* ------------------------- privacy start here----------------- */
#policy p
{
	color: gray;
}
#policy h1,h3
{
	font-weight: bold;
}
#policy ul li h2
{
	font-weight: bold;
}
#seo
{
	background-image: url(/assets/image/privacy.jpg);
	height: 300px;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
}
#expert
{
    background-color: #002E5D;
    font-weight: 500;
}
#expert a
{
    text-decoration: none;
    color: #fff;
    font-size: 22px;
}
@media screen and (max-width: 991px) {
    
    .innerbox h1
    {
            font-size: 40px;
    }  
    #smedia .card
    {
      margin-bottom: 20px;
    }
    #client .card
    {
      margin-bottom: 40px;
    }
    #bmedia .card
    {
    	margin-bottom: 40px;
    }
    footer .col-lg-3
    {
    	margin-bottom: 25px;
    }
}
@media screen and (max-width: 582px) {
    
    .innerbox h1
    {
       font-size: 30px;
    }  
    
    #policy p
{
	font-size: 12px;
}
#policy h1
{
	font-size: 18px;
}
#policy h3
{
	font-size: 14px;
}
#policy ul li h2
{
	font-size: 14px;
}
#package
{
    width: 100%;
}
}
@media screen and (max-width: 437px) {
    
    .innerbox h1
    {
       font-size: 26px;
    } 
    
}

@media screen and (max-width: 360px) {
  .innerbox h1
    {
	  font-size: 20px;
    }
    .innerbox a
    {
      width: 200px;
      height: 30px;
      line-height: 30px;
      margin-top: 0px;
    } 
    /*header video end*/ 

    #boost h1
    {
    	font-size: 30px;
    }
    #column
    {
    	margin-top: 0px;
    }
    #boost .row .col-sm-6
    {
    	padding: 10px;
    }
    /*section boost end*/
    #imp h1
{
	font-size: 30px;
}
#Improve
{
	height: auto;
}
#Improve video
{
	margin-top: 0px;
	margin-bottom: 30px;
	height: auto;
}
 /*improv end*/  
.Creativity
{
	margin-top: 0px;
	margin-bottom: 0px;
}
   /*Creativity end*/ 
footer .row .col-lg-3
{
	margin: 10px 0px;
}
footer .row .col-lg-3 h3
{
	font-size: 20px;
}
footer .row .col-lg-3 h6
{
	font-size: 14px;
}
#footernav a
{
   margin: 5px;
   font-size: 14px;
   font-weight: bold;
}
#footernav p
{
   font-size: 12px;
}

/*----------------Home CSS Media qurey Colse Here------------------------*/

}

