body{
	margin:0;
	padding:0;
	font-family: 'Raleway', sans-serif;
}
*{
	box-sizing:border-box;
}
h1,h2,h3,h4,h5,h6,p{
	margin:0;
	padding:0;
}
p{
	line-height:26px;	
}
img{
	max-width:100%;
}
#banner-section{
	height: 100%;
	width: 100%;
	padding: 20px 0 160px;
	background-attachment: fixed;
}

#banner-section .wrap,#about_us .wrap{
	width:100%;
	display: flex;
	align-items: center;
	justify-content: center;
	height: auto;
	padding-top: 50px;
}
#banner-section .wrap{padding-top: 80px;}
#about_us .wrap{
	margin-top: 50px;
}
#banner-section .left,#banner-section .right,#about_us .left,#about_us .right{
	width:49%;
	display:inline-block;
	vertical-align:middle;
}
a.contact,.submit_button .btn{
	color: #fff;
    display: inline-block;
    background: #f5b230;
    margin-top: 40px;
    text-decoration: none;
    padding: 10px 20px;
    border-radius: 20px;
    font-weight: 600;
    text-transform: uppercase;
	transition: all 0.4s ease-in-out;
}
.btn-primary{
	background: #f5b230;
	border: 1px solid #f5b230;
	transition: all 0.4s ease-in-out;
}
.btn-primary:hover{
	transform: scale(1.05);
	background: #f5b230;
	border: 1px solid #f5b230;
}	
.btn-secondary,.btn-secondary:hover{
	background: transparent;
	border: 1px solid #f5b230;
	color:#f5b230;
	transition: all 0.4s ease-in-out;
}
a.contact:hover,.submit_button .btn:hover,.view_all a:hover,.apps_available a:hover,.btn-secondary:hover{
	transform: scale(1.05);
}
#banner-section .left h1{
	font-size:64px;
	color:#fff;
	font-weight:800;
	margin-bottom: 25px;
	line-height: 100%;
}
#about_us .right h2{
	font-size:60px;
	color:#fff;
	font-weight:800;
	margin-bottom:20px;
}
#about_us .about_cont{
	max-width: 390px;
	margin-left:30px;
}
#about_us .about_cont p{
	color:#fff;
}
#banner-section .left{
	font-size:16px;
	color:#fff;
}
#banner-section .right img,#about_us .left img{
	max-width:100%;
}

#banner-section .right a.contact{
	font-size:16px;
	color:#fff;
	background:#f5b230;
	
}
.owl-dots{margin: auto;text-align: center;margin-top: 20px;}
.service_block .owl-dots{margin-top: -20px;}
.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #524ca2 !important;
}
.container{
	max-width:1170px;
	width:100%;
	margin:auto;
	padding:0 15px;
} 
h2.title{
	font-size:60px;
	color:#000;
	font-weight:800;
	margin-bottom:5px;
}
.service_content{
	max-width:845px;
	margin:auto;
	text-align:center;
}
.service_content p{
	font-weight:400;
	font-size:18px;
}
.service_icon{
	height:86px;
	width:86px;
	margin-bottom:20px;
}
.service_block{
	padding:0 15px;
}
.service_block h4{
	font-size:22px;
	min-height:60px;
}
.service_block p{
	font-size:16px
}
.service_block{
	margin-top:75px;
}
#our-services ul{
	padding:0;
	font-size:0
}
#our-services ul li,.testimonial_blocks ul li{
	list-style: none;
	width: 31.33%;
	margin-right: 3%;
	display: inline-block;
	padding: 30px;
	-webkit-box-shadow: 10px 10px 23px -11px rgba(173,168,173,1);
	-moz-box-shadow: 10px 10px 23px -11px rgba(173,168,173,1);
	box-shadow: 10px 10px 23px -11px rgba(173,168,173,1);
	border-radius: 10px;
	min-height:410px;
	vertical-align:top;
	position:relative;
	border: 1px solid #efecec;
	margin-bottom:35px;
	background:#fff;
}
#our-services ul li{width: 100%;}
#our-services ul li:nth-child(3n){
	margin-right:0;
}
.service_block li a{
	position: absolute;
	bottom: 45px;
}
.service_block li a i{
	background: url(../images/next.svg)no-repeat center center;
    height: 16px;
    width: 16px;
    display: inline-block;
    margin: auto;
    position: absolute;
    top: 7px;
    left: 8px;
}
#our-services ul li:hover{
	background:#413a99;
}
#our-services ul li:hover .service_icon{
	background-image:url(../images/ux_color.svg) !important;
} 
#our-services ul li:hover .mobile{
	background-image:url(../images/mobile_color.svg) !important;
}
#our-services ul li:hover .web{
	background-image:url(../images/web_color.svg) !important;
}
#our-services ul li:hover .seo{
	background-image:url(../images/seo_color.svg) !important;
}
#our-services ul li:hover .testing{
	background-image:url(../images/testing_color.svg) !important;
}
#our-services ul li:hover .graphic_branding{
	background-image:url(../images/graphic_branding_color.svg) !important;
}
#our-services ul li:hover  h4,#our-services ul li:hover p{
	color:#fff;
}
#about_us{
	height: 100%;
	width: 100%;
	margin-top: -100px;
	padding: 70px 0;
	background-attachment: fixed;
}

#process{
	padding:70px 0;
}
.process_section{
	max-width: 845px;
	margin: auto;
	text-align: center;
}
.process_section h2{
	text-align:center;
}
#work{
	padding:70px 0;
	background:#f9f8ff;
}
.work_section, .testimonial_section,.portfolio-section{
	max-width: 845px;
	margin: auto;
	text-align:center;
}
#testimonial{background: #f9f8ff;padding-top: 30px;}
.portfolio-section{margin-bottom: 20px;}
.work_section h2, .testimonial_section h2{
	max-width: 845px;
	margin: auto;
	text-align: center;
	text-align:center;
}
.work_blocks ul{
	font-size:0;
	padding:0;
}
.work_blocks,.testimonial_blocks{
	margin-top:50px;
}
.testimonial_blocks ul {
    text-align: center;
    padding-left: 0;
    margin-bottom: 0;
}
.work_blocks ul li {
    list-style: none;
    display: inline-block;
    width: 95%;
    margin-right: 8%;
}
.work_blocks ul li img{
	max-width:100%;
	border-radius: 50px;
}
.work_blocks ul li:nth-child(3n){
	margin-right:0;
}
.view_all{
	text-align:center;
	margin-top:30px;
}
.view_all a{
	display: inline-block;
    border: 1px solid #413a99;
    color: #413a99;
    text-decoration: none;
    padding: 8px 20px;
    border-radius: 25px;
    font-weight: 600;
    text-transform: uppercase;
	transition: all 0.4s ease-in-out;
}
#own_products{
	background:url(../images/btm_bg.png)no-repeat center;
	background-size:cover;
	padding:70px 0;
	background-attachment: fixed;
}
.own_product_sec{
	max-width: 845px;
	margin: auto;
	text-align: center;	
}
.own_product_sec h2.title{
	color:#fff;
	text-align:center;
}
#contact-section h2.title{
	font-size: 36px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-weight: 800;
}
.own_product_sec p{
	color:#fff;
}
.apps_available{
	text-align:center;
	margin-top:30px;
}
.apps_available h4{
	color:#fff;
	font-size:24px;
	text-transform:uppercase;
	margin-bottom:15px;
}
.apps_available a{
	display:inline-block;
	margin:0 2px;
	transition: all 0.4s ease-in-out;
}
#virutcham{
	padding:70px 0;
	background:#272353;
}
.virutcham_sec{
	max-width: 845px;
	margin: auto;
	text-align: center;	
}
.virutcham_sec h2{
	font-size:48px;
	text-align:center;
	text-transform:uppercase;
}
.virutcham_sec h2 strong{
	font-weight:800;
	color:#7571a1;
}
.virutcham_sec h2 span{
	font-weight:600;
	color:#656191;
}
.address_blocks{
	max-width: 800px;
    margin: 35px auto 0;
}
.address_blocks .col{
	width:25%;
	display:inline-block;
	vertical-align:middle;
	position:relative;
	color:#fff;
	padding:0 15px;
}
.address_blocks .col.address{
	width:40%;	
}
.address_blocks .col a{
	display:block;
	color:#fff;
	text-decoration:none;
	margin-bottom:2px;
	
}
.address_blocks .col:after{
	content: "";
    position: absolute;
    right: 0;
    top: 6px;
    min-height: 40px;
    border-right: 1px solid #5d5a7e;
    display: block;
}
.address_blocks .col.mail:after{
	border-right:0;
}
#contact-section{
	background: #1b174a;
    padding: 70px 0 0;
}
.contact_section {
    max-width: 780px;
    margin: auto;
    width: 100%;
    padding: 25px 0 30px;
}
 .contact_section .row input, .contact_section .row textarea{
	width: 100%;
	display: block;
	background: transparent;
	color: #fff;
	margin-bottom: 30px;
	border: 0;
    border-bottom: 1px solid #fff;
    padding-bottom: 12px;
    border-radius: 0;
}
.contact_section input::placeholder, .contact_section textarea::placeholder, .contact_section input, .contact_section textarea{
	font-size: 16px;
    color: #fff;
    font-family: 'Raleway', sans-serif;
    padding-left: 5px;
    padding-right: 5px;
}
.contact_section input:focus, .contact_section textarea:focus {
    outline: 0;
    box-shadow: none;
}
.contact_section .row textarea {
    resize: none;
    height: 60px;
    border: 0;
    border-bottom: 1px solid #fff;
}
.submit_button{text-align: center;}
.submit_button .btn{margin-top: 10px;padding: 12px 45px;border-radius: 25px;}
.menu-main-container{
	border-top: 1px solid #3b3864;
	padding-top: 30px;
	margin-top: 40px;
	background: #1b174a;
	text-align: center;
}
.menu {
    max-width: 725px;
    margin: auto;
    width: 100%;
    padding: 0 15px;
}
.menu-main-container ul {
    padding: 0;
    margin: 10px auto;
}
.menu-main-container li:first-child {
    padding-left: 0;
}
.menu-main-container li {
    list-style: none;
    display: inline-block;
    padding: 0 25px;
    position: relative;
}
.menu-main-container li a {
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
}
.menu-main-container li a:hover{
	color:#f5b230
}
.menu-main-container li:after {
    content: "";
    position: absolute;
    height: 14px;
    width: 1px;
    border-right: 1px solid #fff;
    right: 0;
    top: 2px;
}
.menu-main-container li:last-child:after {
    border-right: none;
}
.site-info {
    color: #fff;
    text-align: center;
    padding: 0 0 40px;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
    background: url(http://virutchamsoft.com/wp-content/uploads/2020/04/back.png) !important;
    height: 32px;
    width: 32px;
    position: absolute;
    left: -35px;
    top: 42%;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
	outline: 0;
}
.owl-carousel .owl-nav button.owl-next {
	left: auto;
	right: -20px;
	transform: rotate(180deg);
}
.testimonial_blocks ul li img {
    border: 2px solid #e0e0e0;
    height: 100px;
    width: 100px;
    border-radius: 50%;
    text-align: center;
    margin-top: 8px;
}
.testimonial_blocks ul li span {
    display: block;
    margin-top: 8px;
    color: #ababab;
    font-weight: 600;
}
.portfolio{padding: 70px 0;}
.portfolio h2{text-align: center;}
.portfolio .portfolio-filters {
	padding: 0;
	margin: 0 auto 20px auto;
	list-style: none;
	text-align: center;
  }
  
  .portfolio .portfolio-filters li {
	cursor: pointer;
	display: inline-block;
	padding: 0;
	font-size: 14px;
	font-weight: 400;
	margin: 0 10px;
	line-height: 1;
	text-transform: uppercase;
	margin-bottom: 10px;
	transition: all 0.3s ease-in-out;
  }
  
  .portfolio .portfolio-filters li:hover,
  .portfolio .portfolio-filters li.filter-active {
	color: var(--accent-color);
  }
  
  .portfolio .portfolio-filters li:first-child {
	margin-left: 0;
  }
  
  .portfolio .portfolio-filters li:last-child {
	margin-right: 0;
  }
  
 
  
  .portfolio .portfolio-content {
	position: relative;
	overflow: hidden;
  }
  
  .portfolio .portfolio-content img {
	transition: 0.3s;
  }
  
  .portfolio .portfolio-content .portfolio-info {
	opacity: 0;
	position: absolute;
	inset: 0;
	z-index: 3;
	transition: all ease-in-out 0.3s;
	background: rgba(0, 0, 0, 0.6);
	padding: 15px;
  }
  
  .portfolio .portfolio-content .portfolio-info h4 {
	font-size: 14px;
	padding: 5px 10px;
	font-weight: 400;
	color: #ffffff;
	display: inline-block;
	background-color: var(--accent-color);
  }
  
  .portfolio .portfolio-content .portfolio-info p {
	position: absolute;
	bottom: 10px;
	text-align: center;
	display: inline-block;
	left: 0;
	right: 0;
	font-size: 16px;
	font-weight: 600;
	color: rgba(255, 255, 255, 0.8);
  }
  
  .portfolio .portfolio-content .portfolio-info .preview-link,
  .portfolio .portfolio-content .portfolio-info .details-link {
	position: absolute;
	font-size: 26px;
	color: #fff;
	transition: 0.3s;
	line-height: 1.2;
	width: 100%;
	height: 100%;
	}
  
  .portfolio .portfolio-content .portfolio-info .preview-link:hover,
  .portfolio .portfolio-content .portfolio-info .details-link:hover {
	color: var(--accent-color);
  }
  
  .portfolio .portfolio-content .portfolio-info .details-link {
	left: 50%;
	font-size: 34px;
	line-height: 0;
  }
  
  .portfolio .portfolio-content:hover .portfolio-info {
	opacity: 1;
  }
  
  .portfolio .portfolio-content:hover img {
	transform: scale(1.1);
  }
  .protfolio-modal .modal-dialog{
	max-width: 95%;
	}
  .portfolio-details{
	max-height: 65vh;
	overflow-y: auto;
	}
  .portfolio-details .row{margin: 0;}
  .portfolio-details li{margin-bottom: 5px; font-size: 14px;}
  .portfolio-details h6{margin-bottom: 10px;}
  .portfolio-details strong{font-size: 14px;margin-right: 5px;} 
  .portfolio-details h5{margin-bottom: 10px;}
  .portfolio-details p{font-size: 14px;}
  .portfolio-details a{
	color:#f5b230;
	text-decoration: none;
  }
.inner-page nav{
	position: static;
	background: #524ca2;
	margin-bottom: 30px;
}
.innerpage-section{margin-top: 100px;}
.inner-page .navmenu{position: fixed;}
h1.service_heading {
    color: #000;
    font-size: 60px;
    font-weight: 800;
}
.side-img{
	float: left;
	width: 45%;
	margin-right: 2rem;
}
.content-img p strong{
	margin: 10px 0;
	display: inline-block;
}
/* Media Queries */
@media screen and (max-width : 1125px){
	#banner-section .left h1,#about_us .right h2{
		font-size:50px;
	}
	#about_us .wrap{
		margin-top:120px;
	}
}
@media (min-width : 768px) and (max-width : 1024px){
	#banner-section .left h1,#about_us .right h2,.virutcham_sec h2{
		font-size:40px;
	}
	#banner-section{
		height:auto;
	}
	h2.title{
		font-size:40px;
	}
	.service_block h4{
		font-size:18px;
	}
	.service_block p{
		font-size:14px;
	}
}
@media screen and (max-width : 767px){
	#banner-section .left h1,#about_us .right h2,.virutcham_sec h2{
		font-size: 28px;
	}
	#banner-section .left,#banner-section .right{
		width:100%;
	}
	#about_us .left, #about_us .right{
		width:100%;
	}

	h2.title{
		font-size: 25px;
	}
	#our-services ul li{
		/* width:48%; */
		/* padding:20px; */
	}
	#our-services ul li:nth-child(even){
		margin-right:0;
	}
	#our-services ul li:nth-child(odd){
		margin-right:3%;
	}
	#about_us .about_cont{
		max-width:100%;
		margin:0;
	}
	#process,#work,#own_products,#virutcham,#testimonial{
		padding:30px 0;
	}
	.mob-menu {
        display: flex;
        left: 0;
        position: fixed;
        z-index: 999;
        transition: background-color 0.3s;
        background-color: #fff;
        width: 100%;
        padding: 0 10px;
        box-shadow: 3px 0 10px 0 rgb(183 192 206 / 20%);
    }
	.logo img{height: 50px;padding-top: 10px;}
	#banner-section{
		padding: 80px 0 100px;
	}
	#banner-section .wrap, #about_us .wrap{
		flex-direction: column;
		padding-top: 0;
	}
	.contact_section .row{
		margin: 0;
	}
	.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
		left: -9px;
	}
	.owl-carousel .owl-nav button.owl-next {
        right: -10px;
        left: auto;
    }
	.testimonial_blocks ul li {
        width: 48%;
        padding: 20px;
    }
	.testimonial_blocks ul li:nth-child(odd) {
        margin-right: 3%;
    }
	.apps_available a{margin-bottom: 5px;}
	.menu-main-container ul{padding: 0 15px;text-align: center;}
	.menu-main-container ul li{padding-bottom: 5px;padding-left: 10px;padding: 5px 15px;line-height: 10px;}
	.menu-main-container{
		padding-top: 10px;
    	margin-top: 10px;
	}
	#contact-section h2.title,.apps_available h4{font-size: 20px;}
	#contact-section{padding: 30px 0 0;}
	p{font-size: 15px;}
}
@media (min-width: 768px) {
	.carousel-inner {
	  display: flex;
	}
	.carousel-item {
	  margin-right: 0;
	  flex: 0 0 33.333333%;
	  display: block;
	}
  }
@media screen and (max-width : 640px){
	#banner-section .left h1{
		font-size:22px;
	}
	#banner-section .left p{
		font-size:14px;
	}
	.service_block h4{
		font-size:18px;
	}
	.virutcham_sec h2{
		font-size: 22px;
	}
	.address_blocks .col,.address_blocks .col.address{
		width:100%;
		margin-bottom:30px;
	}
	.address_blocks .col:after{
		border-bottom: 1px solid #5d5a7e;
		margin-bottom: 30px;
		border-right: 0;
		bottom: -50px;
		width: 100%;
		top: auto;
	}
	.address_blocks .col.mail:after{
		display:none;	
	}
	.address_blocks .col.mail{
		margin-bottom:0;
	}
}
@media (max-width: 575px) {
	.portfolio .portfolio-filters li {
	  font-size: 14px;
	  margin: 0 5px;
	}
}
@media screen and (max-width : 479px){
	#our-services ul li{
		width:100%;
		margin-right:0;
	}
	.testimonial_blocks ul li {
        width: 100%;
        margin-right: 0;
        min-height: auto;
    }
}
/*header*/
/* Navigation */
nav {
    background: transparent;
    padding: 15px 0;
    position: fixed;
    top: 0;
    z-index: 100;
    width: 100%;
    transition: all 0.4s ease-in-out;
}
.fixed-top{
    background: #524ca2;
    transition: 500ms ease 0s;
    transition-duration: 500ms;
    transition-timing-function: ease;
    transition-delay: 0s;
    -webkit-transition: 500ms ease 0s;
    -moz-transition: 500ms ease 0s;
    border-bottom: 1px solid #413a99;
    padding: 5px 0;
}
nav .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-toggle.menu{
	background: url(../images/list.svg);
	background-repeat: no-repeat;
	width: 20px;
	height: 20px;
	background-size: cover;
}

.header-toggle.close{
	background: url(../images/x.svg);
	background-repeat: no-repeat;
	width: 20px;
	height: 20px;
	background-size: cover;
}

/* For better mobile visibility */
@media (max-width: 768px) {
	nav .container{
        flex-direction: column;
    }
    .nav-links{
        flex-direction: column;
        padding: 0;
        width: 100%;
    }
    .nav-links li{
        margin: 15px 10px;
        padding: 15px 10px;
    }
  
    .header {
        background: #524ca2;
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        padding: 0 15px;
        width: 300px;
        transition: all ease-in-out 0.3s;
        overflow-y: auto;
        z-index: 997;
        /* border-right: 1px solid color-mix(in srgb, var(--default-color), transparent 90%); */
        left: -100%;
      }
	  .navmenu {
		padding: 0;
		z-index: 9997;
		background: transparent !important;
		position: static;
		box-shadow: none;
		border: 0;
		margin-top: 30px;
		}
		.inner-page .navmenu{position: static;}
}

.header.header-show {
    left: 0;
  }
 
  .header .header-toggle {
    font-size: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    cursor: pointer;
    position: fixed;
    right: 10px;
    background-color: var(--accent-color);
    top: 6px;
  }
  

  .header-show .mob-menu{
    position: relative;
    background: transparent;
    box-shadow: none;
    /* margin-top: 20px; */
  }
  .header-show .navmenu .logo-img{display: none;}
.nav-links {
    display: flex;
    list-style: none;
    margin-bottom: 0;
	color:#fff
}

.nav-links li {
    /* margin-left: 30px; */
    padding: 0 10px;
}

.nav-links a {
    text-decoration: none;
    transition: all 0.3s ease;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    position: relative;
	padding: 8px 15px;
	color: #fff;
}
.fixed-top .nav-links a{
    font-size: 14px;
}
.nav-links a:hover,.nav-links a.active {
    background: #f5b230;
    border-radius: 25px;
}

.nav-links a:after,.nav-links a.active::after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    background: var(--accent-color);
    bottom: -5px;
    left: 0;
    transition: width 0.3s ease;
}

.nav-links a:hover:after, .nav-links a.active:after{
    width: 100%;
}
