p{
    font-family: sans-serif !important;
    font-size: 1.5rem !important;
    
}
h1{
    font-size:2.5rem !important;
    font-weight:700 !important;
    color: #0f3959 !important;
}


.banner{
	
	background-repeat: no-repeat;
    background-size: cover;
    max-width: 100%;
    height: 50%;
   
}
section .banner1{
	display: flex;
	align-items: center;
	
}
section .banner1 .intro{
	flex: 1;
	display: flex;
	justify-content: center;
}
section .banner1 .intro img{
	width:50%;
}
section .banner1 .intro h1{
	font-size: 3rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #009bcb;
    font-family: sans-serif;
	line-height: 2;
	border-bottom: 2px solid #0f3959;
}

section .banner1 .intro p{
	font-size: 15px;
    font-weight: 200;
    
    
    font-family: sans-serif;
}
.banner button{
	width: 200px;
    height: 50px;
    background-color: #0f3959;
    color: white;
    font-size: 20px;
    border: none;
    border-radius: 40px;
	
}
.banner button:hover{
	width: 250px;
    height: 70px;
    border-bottom: 2px solid #f1f5f7;
    transition: 0.5s cubic-bezier(0.45, 0.05, 0.55, 0.95);
}


/* para graph */

section .main-prghsect{
    margin: 40px 0;
    display: flex;
}
section .innerprgh{
    flex: 1;
}
section .innerprgh .imgctn{
    padding: 20px 0;
}
section .innerprgh .boxprgh{
    padding: 0 40px;
    text-align: justify;

}


section .col-sect{
    display: flex;
    padding: 40px;
    background: #009bcb;
    flex-wrap: wrap;
}
section .col-head{
    flex: 1;
    padding: 20px;
}
section .col-head .colheading{
    padding: 10px;
    text-align: center;
}
section .col-head .colheading h3{
    
  color: white;
  display:inline-block;
  
  box-shadow: 0 25px 0 -23px #4e4e4e;
    
}
section .col-head .colprgh{
    text-align: justify;
    margin: 10px;
}

/* brand sect */
section .brandsect{
    display: flex;
    align-items: center;
    padding: 40px;
    background: lightblue;
}
section .innerbrand .brandimg img{
    width: 500px;
    height: 500px;
    border-radius: 40px;
}
section .brandsect .innerbrand{
    flex: 1;
}
section .brandsect .innerbrand .brandheading {
    height: 70px;
}
section .brandsect .innerbrand .brand-ctn{
    text-align: justify;
}

/* web development */

section .websect{
    display: flex;
    align-items: center;
    padding: 40px;
    background: rgb(254, 255, 255);
}
section .innerweb .webimg{
    text-align: center;
}
section .innerweb .webimg img{
    width: 500px;
    height: 500px;
    border-radius: 40px;
}
section .websect .innerweb{
    flex: 1;
}
section .websect .innerweb .webheading {
    height: 70px;
}
section .websect .innerweb .web-ctn{
    text-align: justify;
}

/* advertising sect */

section .adsect{
    display: flex;
    align-items: center;
    padding: 40px;
    background: lightblue;
}
section .innerad .adimg img{
    width: 500px;
    height: 500px;
    border-radius: 40px;
}
section .adsect .innerad{
    flex: 1;
}
section .adsect .innerad .adheading {
    height: 70px;
}
section .adsect .innerad .ad-ctn{
    text-align: justify;
}


/*event sect*/


section .emsect{
    display: flex;
    align-items: center;
    padding: 40px;
    background: rgb(254, 255, 255);
}
section .innerem .emimg{
    text-align: center;
}
section .innerem .emimg img{
    width: 500px;
    height: 500px;
    border-radius: 40px;
}
section .emsect .innerem{
    flex: 1;
}
section .emsect .innerem .emheading {
    height: 70px;
}
section .emsect .innerem .em-ctn{
    text-align: justify;
}

/*video shoot sect*/

section .vdsect{
    display: flex;
    align-items: center;
    padding: 40px;
    background: lightblue;
}
section .innervd .vdimg img{
    width: 500px;
    height: 500px;
    border-radius: 40px;
}
section .vdsect .innervd{
    flex: 1;
}
section .vdsect .innervd .vdheading {
    height: 70px;
}
section .vdsect .innervd .vd-ctn{
    text-align: justify;
}

/* dojo sect */

section .dpsect{
	background:#009bcb;
	display:flex;
}
section .dpsect h1{
	text-align:center;
	font-size:3rem;
	font-weight:700;
	color:#0f3959;
	padding:24px;
	
}
section .dpprgh p{
	font-size:25px;
	font-family:cambri;
	text-align:justify;
	color:#FCF6F5FF;
	padding:30px;
}

/*slider*/
h2{
	text-align:center;
	padding:0 0 70px;
	font-family:poppins;
	font-weight:bold;
	text-transform:uppercase;
	font-size:70px;
}
h2 span{
	color:aqua;
	
}
.client-area{
	padding:150px 0 0 ;
	
}
.slick-slide{
	margin:0 20px;
}
.slick-slide img{
	width:100%;
}
.slick-list{
	position:relative;
	display:block;
	overflow:hidden;
	margin:0;
	padding:0;
}
.slick-list:focus{
	outline:none;
}
.slick-slide{
	display:none;
	float:left;
	height:auto !important;
	min-height:1px;
}
.slick-slide img{
	display:block;
}
.slick-initialized .slick-slide{
	display:block;
}
.slick-loading .slick-slide{
	visibility:hidden;
}



.sec-heading {
	margin-bottom: 50px;
}
.sec-heading h1 {
	text-align: center;
	color:#0f3959;
}
.clients {
	padding: 20px 0;
}
.box {
	display: grid;
	align-items: center;
	justify-items: center;
	width: 80%;
	height: auto;
	transition: transform .5s ease-in;
	margin: 8px auto;
}
.box img {
	max-width: 100%;
	max-height: 100%;
	width: 100%;
}
.box:hover {
	transform: scale(1.2);
}


@media (max-width:1024px){
    h1{
        font-size: 24px !important;
    }
    p{
        font-size: 18px !important;
    }
    section .main-prghsect {
        margin: 40px ;
        
        flex-direction: column;
        align-items: center;
    }
    section .innerprgh .boxprgh {
        padding: 0;
    }
    section .brandsect .innerbrand,
    section .websect .innerweb,
    section .adsect .innerad,
    section .emsect .innerem,
    section .vdsect .innervd{
        
        padding: 10px;
    }
}
@media (max-width:768px) {
    section .websect,
    section .emsect{
        flex-direction: column-reverse;
    }
    section .vdsect,
    section .adsect,
    section .brandsect{
        flex-direction: column;
    }
    section .innerbrand .brandimg img,
    section .innerweb .webimg img,
    section .innerad .adimg img,
    section .innervd .vdimg img,
    section .innerem .emimg img {
        width: 67vw;
        height: auto;
    }
}
@media (max-width:425px) {
    section .main-prghsect {
        margin: 20px;
        
    }
    section .col-sect {
        
        padding: 20px;
        
    }
    section .brandsect,
    section .websect,
    section .adsect,
    section .emsect,
    section .vdsect  {
        
        padding: 20px;
        
    }
    section .dpsect {
        
        flex-direction: column;
    }
}