*{
margin:0px;
padding:0px;
list-style:none;
box-sizing:border-box;
}
body {
  font-family: 'Roboto', sans-serif;
  color: #444444;
  margin:0px;
  padding:0px;
  box-sizing:border-box;
}

a {
  color: #106eea;
}

a:hover {
  color: #3b8af2;
  text-decoration: none;
}
.mx-auto{
	margin:0 auto;
	}
section{
    padding: 50px 0 50px;
}
.more-know {
    margin-top: 30px;
    background: #034d92;
    color: #fff;
    padding: 12px 0px;
    float: left;
    text-transform: capitalize;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 500;
    transition: all 0.6s ease-in-out;
    border-radius: 40px;
    margin-right: 15px;
    width: 150px;
    text-align: center;
}

.more-know:hover , .more-know:focus ,.more-know:active{
    background: #2dc7e4;
	color: #fff;
	outline:none;
	text-decoration:none;
}

h2 {
    font-family: 'Poppins', sans-serif;
    font-size: 50px;
    margin-bottom: 50px;
    color: #034d92;
    text-transform: capitalize;
	position:relative;
	width:100%;
	text-align:center;
	margin-top: 0px;
}
h2 span {
    color: #2dc7e4;
}
h2:after{
	position:absolute;
	height:2px;
	width: 80px;
    background-color: #034d92;
    content: "";
    bottom: -15px;
    left: 46%;
}
.px-0{
	padding-left:0;
	padding-right:0;
	}
.mx-auto{
	margin-left:auto;
	margin-right:auto;
	}
.pr-0{
	padding-right:0;
	}
	
.page-template-template-digitalmarketing .digital-banner-two h2{
	text-align:left;
}
.page-template-template-digitalmarketing .digital-banner-two .panel h2{
	margin-top:20px;
}
.page-template-template-digitalmarketing .services-dig h2{
	text-align:left;
}
.page-template-template-digitalmarketing h2:after{
	content: none;
}

/***************************************************** Header Section Start ****************************************************/	

 .main-view-area {
    position: relative;
    width: 100%;
    float: left;
	z-index:6;
}
header {
    width: 100%;
    z-index: 99;
    float: left;
}
.header-top-area {
    background: #1d1d1d;
    padding: 7px 0;
    width: 100%;
    float: left;
    z-index: 99;
    position: relative;
	font-family: Roboto,sans-serif;
}

ul, ol {
    margin-top: 0;
    margin-bottom: 0px;
}
.header-top-left-area li {
    color: #fff;
    display: inline-block;
    margin-right: 15px;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: .2px;
}
.header-top-left-area li a {
    color: #fff;
}
.header-top-left-area li img {
    width: 12px;
    margin-right: 5px;
}
.header-top-right-area {
    text-align: right;
}
.header-top-right-area li {
    color: #fff;
    display: inline-block;
    margin-left: 15px;
}
.header-top-right-area li a {
    color: #fff;
    font-weight: 500;
}
.header-top-right-area li img {
    width: 12px;
    margin-right: 5px;
}


.desktop-view-menu-area {
    position: static;
    z-index: 99;
    left: 0;
    right: 0;
    width: 100%;
    margin: 0 auto;
    height: 70px;
    transition: .5s;
    top: 33px;
    width: 100%;
    float: left;
    background: #101010;
}
.fixed-header {
    position: fixed!important;
    top: 0;
    z-index: 999;
    left: 0;
    right: 0;
}
.desktop-view-menu-area {
    display: block;
}
.mobile-menu-area {
    position: relative;
    width: 100%;
    float: left;
}
.mobile-menu-area {
    display: none;
}
.custom_container_pading {
    padding: 0 50px;
}
.desktop-logo img {
    margin-top: 5px;
    max-width: 140px;
}
.main-menu {
    text-align: right;
}
.main-menu ul li {
    display: inline-block;
    position: relative;
    margin-left: 25px;
	font-family: Roboto,sans-serif;
}
.main-menu ul li a {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    display: block;
    letter-spacing: .5px;
    position: relative;
    line-height: 70px;
    transition: .5s;
    color: #fff;
}
.main-menu ul>li::before {
    position: absolute;
    content: "";
    width: 0;
    height: 3px;
    background: 0 0;
    z-index: 1;
    bottom: 0;
    transition: .5s;
    right: 0;
}
.main-menu ul li.active::before {
    width: 100%;
}
.main-menu ul li.active a {
    color: #76e9ff;
}
.main-menu ul li ul.sub-menu {
    position: absolute;
    top: 96%;
    left: 0;
    background: #fff;
    width: 200px;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    text-align: left;
    z-index: 9;
    border-top: 0;
    border-radius: 0;
    box-shadow: 0 0 5px rgb(107 105 105 / 72%);
    transform: scaleY(0);
    height: 0;
}
.main-menu ul li:hover>ul.sub-menu {
    opacity: 1;
    visibility: visible;
    top: 94%;
    transform: scaleY(1);
    height: auto;
}
 .main-menu ul li ul.sub-menu li {
    border-bottom: 1px solid #dee6ea;
    display: block;
    margin-right: 0;
    margin-left: 0;
}
.main-menu ul li ul.sub-menu li a {
    padding: 12px 11px;
    color: #000;
    font-size: 12px;
    line-height: 17px;
    font-weight: 400;
    letter-spacing: .8px;
}
.main-menu ul li ul.sub-menu li::before {
    background: 0 0;
}
.main-menu ul li ul.sub-menu li ul.sub-menu {
    left: 100%;
    top: 0;
}
.main-menu ul li ul.sub-menu li:last-child {
    border-bottom: 0;
}
.main-menu ul li ul.sub-menu li:hover>a {
    color: #fff;
    background: #32a2f7;
}
.main-menu ul li ul.sub-menu li ul.sub-menu {
    left: 100%;
    top: 0;
}
.mobile-logo {
    position: absolute;
    top: 0;
    left: 5%;
    z-index: 999;
}
.mobile-menu-area.mean-container .mean-nav {
    background: #198ee7;
	display:none;
}
.mobile-menu-area.mean-container .mean-nav.block{
	display:block;
	margin-top: 50px;
}
.mean-container .mean-nav ul {
    padding: 0;
    margin: 0;
    width: 100%;
    list-style-type: none;
}
.mean-container .mean-nav ul li {
    position: relative;
    float: left;
    width: 100%;
}
.mean-container .mean-nav ul {
    padding: 0;
    margin: 0;
    width: 100%;
    list-style-type: none;
}
.mean-container .mean-nav ul li a.mean-expand{
	height:15px !important;
}
ul.sub-menu.block {
    display: block !important;
}
.mean-container .mean-nav ul li li a {
    width: 80%;
    padding: 1em 10%;
    border-top: 1px solid #f1f1f1;
    border-top: 1px solid rgba(255,255,255,.25);
    opacity: .75;
    filter: alpha(opacity=75);
    text-shadow: none!important;
    visibility: visible;
}
.mean-container .mean-nav ul {
    padding: 0;
    margin: 0;
    width: 100%;
    list-style-type: none;
}
.mean-container .mean-nav ul li a.mean-expand {
    width: 13px;
    height: 11px;
    line-height: 11px;
}
.mean-container .mean-nav ul li li li a {
    width: 70%;
    padding: 1em 15%;
}
.mean-container .mean-nav ul li li a {
    opacity: .9;
}
.mean-container .mean-nav ul li li a {
    width: 80%;
    padding: 1em 10%;
    border-top: 1px solid #f1f1f1;
    border-top: 1px solid rgba(255,255,255,.25);
    opacity: .75;
    filter: alpha(opacity=75);
    text-shadow: none!important;
    visibility: visible;
}
.mobile-logo {
    position: absolute;
    top: 0;
    left: 5%;
    z-index: 999;
}

.mean-container a.meanmenu-reveal span {
    background: #fff;
}
.mean-container a.meanmenu-reveal span {
    display: block;
    background: #fff;
    height: 3px;
    margin-top: 3px;
}
.mean-container .mean-nav {
    float: left;
    width: 100%;
    background: #0c1923;
    margin-top: 44px;
}

.mobile-menu-area {
    position: relative;
    width: 100%;
    float: left;
}
.mean-container .mean-bar {
    float: left;
    width: 100%;
    position: relative;
    background: #0c1923;
    padding: 4px 0;
    min-height: 42px;
    z-index: 999999;
}
.mean-container .mean-nav ul li {
    position: relative;
    float: left;
    width: 100%;
}
.mean-container .mean-nav ul li a {
    display: block;
    float: left;
    width: 90%;
    padding: 1em 5%;
    margin: 0;
    text-align: left;
    color: #fff;
    border-top: 1px solid #383838;
    border-top: 1px solid rgba(255,255,255,.5);
    text-decoration: none;
    text-transform: uppercase;
}
.mean-container .mean-bar {
    background: #101010;
}
.mobile-menu-area.mean-container .mean-bar {
    z-index: 999;
	min-height: 48px;
}
.mean-container a.meanmenu-reveal {
    width: 22px;
    height: 22px;
    padding: 13px 13px 11px;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    text-indent: -9999em;
    line-height: 22px;
    font-size: 1px;
    display: block;
    font-family: Arial,Helvetica,sans-serif;
    font-weight: 700;
}
.mean-container a.meanmenu-reveal {
    top: 2px;
}
.mean-container a.meanmenu-reveal {
    color: #fff;
}
@media (max-width: 991px){
.mean-container .mean-nav ul li a {
    font-size: 12px;
    letter-spacing: .8px;
    font-weight: 500;
}
.mobile-menu-area {
    display: block;
}
.mean-container .mean-nav ul li a {
    font-size: 12px;
    letter-spacing: .8px;
    font-weight: 500;
}
}
@media (max-width: 1920px){
.mobile-logo img {
    margin-top: 3px;
    height: 40px;
}
}

@media (max-width: 991px){
.desktop-view-menu-area {
    display: none;
}
}
@media (max-width: 767px){
.mean-container .mean-nav {
    margin-top: 50px;
}
.header-top-area .custom_container_pading {
    padding: 0 15px;
}
}
@media (max-width: 480px){
.header-top-left-area li {
    margin-left: 0;
    font-size: 11px;
}
.header-top-left-area li img {
    width: 10px;
    margin-right: 2px;
}
.header-top-right-area li {
    font-size: 11px;
}
.header-top-right-area li img {
    width: 10px;
    margin-right: 2px;
}
.header-top-right-area li {
    margin-left: 0;
    
}
}
@media (max-width: 1200px){
.main-menu ul li {
    margin-left: 18px;
}
}
@media (min-width: 992px) and (max-width: 1620px){
.main-menu ul li a {
    font-size: 12px;
}
}
/***************************************************** Header Section Close ****************************************************/

/***************************************************** Footer Menu Section Start ****************************************************/
.footer_area {
    background: none repeat scroll 0 0 #1c1c1c;
    color: #fff;
    float: left;
    width: 100%;
}

.footer-pad {
    padding: 35px 0 0;
}
.footer_grid .pad-36 {
    padding-top: 0;
}
.footer_grid_logo img {
    width: 130px;
    margin-bottom: 20px;
}
.footer_grid h4 {
    border-bottom: 2px solid #fff;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-family: Roboto,sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding-bottom: 5px;
    margin-bottom: 16px;
}
.footer_grid h5 {
    color: #fff;
    font-size: 14px;
    line-height: 16px;
    padding-top: 5px;
    font-family: Roboto,sans-serif;
	margin-top:0px;
	display: flex;
    align-items: baseline;
}
.footer_grid h5 i {
    margin-right: 8px;
}
.footer_grid_second {
    padding: 10px 0 0;
}
.footer-gird-title {
    color: #fff;
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: .5px;
    line-height: 12px;
    position: relative;
    margin-bottom: 30px;
    text-transform: uppercase;
}
.footer-gird-title:before {
    background: none repeat scroll 0 0 #fff;
    bottom: -10px;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 45%;
}
.footer-menu ul li {
    display: inline-block;
    font-size: 13px;
    line-height: 13px;
    padding-bottom: 15px;
    width: 40%;
}
.footer-menu ul li {
    display: inline-block;
    font-size: 13px;
    line-height: 13px;
    padding-bottom: 15px;
    width: 48%;
}
.footer-menu ul li a {
    color: #fff;
    font-family: Roboto,sans-serif;
    font-size: 14px;
    letter-spacing: .5px;
}
.footer-menu ul li a:hover {
    color: #04d5f4;
}
.footer_privacy.footer_privacy_img {
    display: flex;
}
.footer_privacy_img a {
    display: inline;
    margin-right: 10px;
}
.footer_privacy.footer_privacy_img a img {
    
    margin-bottom: 10px;
	margin-bottom: 10px;
    height: 100px;
    object-fit: contain;
}
.copy_right_area {
    background: none repeat scroll 0 0 #101214;
    float: left;
    padding: 15px 0 5px;
    width: 100%;
}
.copy_right_area p {
    margin-bottom: 0;
    padding: 0;
    color: #d4d7d7;
    font-size: 14px;
    line-height: 12px;
    font-weight: 500;
    letter-spacing: .5px;
}
.copy_right_area ul {
    padding: 0;
}
.copy_right_area ul li:first-child {
    padding-left: 0;
}
.copy_right_area ul li {
    display: inline-block;
    padding: 0 7px;
}
.copy_right_area ul li a i {
    color: #fff;
    font-size: 14px;
}
.copy_right_area ul li a:hover i {
    color: #01e3dc;
}
@media (max-width: 991px){
.custom_container_pading {
    padding: 0px 15px;
}

}
@media (max-width: 1030px){
.footer_privacy_img a {
    margin: 0 10px;
}
.footer_privacy.footer_privacy_img {
    padding: 25px 10px;
    text-align: center;
}
}
@media (max-width: 575px){
.copy-right-left.pull-left {
    text-align: center;
    float: none !important;
}
.copy-right-left.pull-right {
    float: none !important;
}
.copy_right_area p {
    line-height: 20px;
}
.copy_right_area .custom_container_pading .row .col-xs-4 {
    width: 100%;
    text-align: center;
    padding-bottom: 7px;
	
}
.copy_right_area .custom_container_pading .row .col-xs-8 {
    width: 100%;
    order: 2;
}

.footer_privacy.footer_privacy_img {
    padding: 25px 10px;
    text-align: center;
}
.copy_right_area .custom_container_pading .row {
    display: flex;
    flex-wrap: wrap;
}
}
@media (min-width: 500px) and (max-width:768px){
.footer_area .col-sm-6 {
    width: 50%;
	float: left;
}
.footer_area .col-sm-12:last-child {
    width: 100%;
	float: left;
}
}
/***************************************************** Footer Menu Section Close ****************************************************/

/***************************************************** Banner Section Start ****************************************************/
.digital-banner{
	/* display:flex; */
	display: inline-flex;
	align-items:center;
}

.digital-banner img {
    height: 600px;
    width: 100%;
    object-fit: contain;
}
.digital-banner .row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.digital-banner h1{
	font-family: 'Poppins', sans-serif;
	font-size:70px;
	font-weight:bold;
	color:#034d92;
	}
.digital-banner span{
	color:#2dc7e4;
	}
.main-point{
	margin-top:30px;
	}
.main-point li{
	display:block;
	color:#2dc7e4;
	font-family: 'Poppins', sans-serif;
	font-size:20px;
	font-weight:bold;
	list-style-type:circle;
	list-style-position:inside;
	margin-bottom:15px;
	}
.main-point li i{
	color:#034d92;
	}

p {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    color: #252424;
}



/***************************************************** Banner Section Close ****************************************************/


/***************************************************** Why Hire Us Section Start ****************************************************/
.hire{
	background-color:#f0f1f2;
}
.hire .row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.hire h2{
	text-align:left;
}
.hire h2:after{
	content:none;
}
.hire .hire-des img{
	height:40px;
	object-fit:contain;
	margin-bottom:15px;
	}
.hire-image{
	position:relative;
	width:100%;
	height:100%;
	
}
.hire-image:before{
	position: absolute;
	content:"";
	width:100%;
	height:100%;
	background-color:rgba(17,17,17,0.6);
}
.row-no-gutter {
    margin-left: 0;
    margin-right: 0;
}
.inner-padding {
    padding:0px 180px 0 80px;
}
.react-logo{
	position: absolute;
    top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	}
.react-logo img{
	height:383px;
	object-fit:contain;
	}
/***************************************************** Why Hire Us Section Close ****************************************************/


/*****************************************************Why ReacyJS Section Start ****************************************************/
.react-js .row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.react-point li{
	font-size:25px;
	font-family: 'Poppins', sans-serif;
	color:#034d92;
	margin-bottom:15px;
	display:block;
	}
.react-point li:nth-child(even){
	padding-left:200px;
}
.react-point li i{
	margin-right:10px;
}

.react-js img {
    height: 400px;
    object-fit: contain;
	/*filter: drop-shadow(0 0 1rem #d2d3d4);*/
}

/***************************************************** Why ReacyJS Section Close ****************************************************/


/***************************************************** Call To US Section Start ****************************************************/
.call-to-us{
	background-attachment:fixed;
	background-size:cover;
	padding:50px 0;
	position:relative;
	}
.call-to-us:before{
	position: absolute;
	content:"";
	width:100%;
	height:100%;
	background-color:rgba(17,17,17,0.6);
	top:0;
	left:0;
}
.call-to-us .row {
    text-align:center;
}
.call-inside-content{
	position:relative;
}
.call-to-us h2{
	color:#fff;
	margin-bottom: 30px;
	margin-top:0px;
	}
.call-to-us h2:after{
	content:none;
}
.call-to-us p{
	color:#fff;
	margin-bottom: 30px;
	}
.call-to-us .more-know{
	background-color:#fff;
	color:#034d92;
	display: block;
    margin: 0 auto;
	text-align:center;
    float: initial;
}
	

/***************************************************** Call To US Section Start ****************************************************/

/********************************************************* Portfolio Section Start **********************************************************/

.imag-div {
    position: relative;
	box-shadow: 0px 4px 20px 0px rgba(0,0,0,0.32);
	-webkit-box-shadow: 0px 4px 20px 0px rgba(0,0,0,0.32);
	-moz-box-shadow: 0px 4px 20px 0px rgba(0,0,0,0.32);
	border-radius: 15px;
}
.portfolio img {
    display: block;
    width: 100%;
    height: 280px;
    margin-bottom: 30px;
    object-fit: cover;
}
.hover-effect {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: rgba(3,77,146,0.70);
}
.imag-div:hover .hover-effect {
    opacity: 1;
}
.hover-effect{
	display:flex;
	align-items:center;
	justify-content:center;
	font-size:40px;
	text-align:center;
	color:#fff;
	border-radius: 15px;
}
.portfolio .img-thumbnail {
    padding: 0;
    border-radius: 15px;
	
}

/********************************************************* Portfolio Section Close **********************************************************/

/************************************************Booking Css Start--********************************************/
.booking{
	padding-bottom:30px;
	padding-top: 0px;
	}
.booking .col-md-7{
	padding-left:5px;
	padding-right:5px;
	}
.big-title{
	background:#034d92;
	color:#fff;
	font-size:25px;
	text-align: center;
	font-family: 'Poppins', sans-serif;
	padding:30px 55px;
	margin-bottom:45px;
	text-transform:capitalize;
	}
.booking .carousel-caption {
	position:relative;
	right:0;
	left:0;
	}
.booking .carousel-caption h5{
	font-family: 'Poppins', sans-serif;
	font-size:18px;
	color:#337ab7;
	}
.booking .carousel-caption p{
	font-family: 'Roboto', sans-serif;
	font-size:18px;
	color:#252424;
	white-space:pre-line;
	}
.booking .carousel-indicators li {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 15px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
   	border: none;
    margin: 0;
	background-color: #898989;
}
.booking .carousel-indicators .active {
    background-color: #034d92;
	width: 30px;
}
.bg-gray-form{
	background-color:#f7f7f7;
	padding-top:30px;
	
	}
.bg-gray-form h4{
	font-size: 25px;
    text-align: center;
    margin-bottom: 15px;
    font-family: 'Poppins', sans-serif;
    color: #034d92;
	text-transform: capitalize;
}
.bg-gray-form p{
	margin-bottom:25px;
	font-family: 'Roboto', sans-serif;
	font-size:16px;
	color:#252424;
	text-align:center;
	}
.bg-gray-form label{
	font-family: 'Poppins', sans-serif;
	font-size:16px;
	color:#252424;
	text-align:center;
	}
.bg-gray-form .form-control {
	font-family: 'Roboto', sans-serif;
	font-size:16px;
    width: 100%;
    padding: 0.375rem 0.75rem;
    color: #495057;
    background-color: transparent;
    background-clip: padding-box;
    border: 1px solid #959595;
    border-radius: 0.20rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	
}
.bg-gray-form input.form-control{
	height:35px;
	}
.bg-gray-form .btn-primary{
	font-family: 'Roboto', sans-serif;
	font-size:16px;
	color: #e5e5e5;
    background-color: #034d92;
    border:none;
	border-radius:0px;
	padding:10px 25px;
	text-transform:uppercase;
	transition: all 0.6s ease-in-out;
	display:block;
	text-align:center;
	margin:0 auto;
}
.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus{
	outline:none;
}
.bg-gray-form .btn-primary:hover{
	 background-color: #2dc7e4;
}
.carousel-caption{
	text-shadow:none;
	}	
.booking .wpcf7 form .wpcf7-response-output{
	float: left;
    width: 100%;
	margin:0em 0.5em 1em;
}
.booking .wpcf7 .ajax-loader{
	margin: 10px 24px 0;
}
.carousel-inner .item .img-fluid{
	height: 305px;
    object-fit: contain;
}
/************************************************Booking Css Close--********************************************/




/************************************************Digital MArketing Css Start --********************************************/
.more-know-two {
    margin-top: 30px;
    background: #034d92;
    color: #fff;
    padding: 12px 26px 12px 30px;
    float: left;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 500;
	transition:all 0.6s ease-in-out;
	margin-bottom: 20px;
}
.more-know-two:hover ,.more-know-two:focus,.more-know-two:active {
    background: #2dc7e4;
	color: #fff;
	text-decoration:none;
}


/***************************************************** Banner Section Start ****************************************************/
.digital-banner-two{
	width:100%;
	background-size: cover;
	background-position:center;
	height:700px;
	position:relative;
	float: left;
	z-index: 5;
	margin-bottom: 50px;
	box-shadow: 0px 4px 23px -17px rgb(0 0 0 / 46%);
	-webkit-box-shadow: 0px 4px 23px -17px rgb(0 0 0 / 46%);
	-moz-box-shadow: 0px 4px 23px -17px rgb(0 0 0 / 46%);
}

.digital-banner-two .content{
	position: absolute;
    left: 5%;
    top: 0;
    width: 40%;
	}
.digital-banner-two .content h1{
	font-family: 'Poppins', sans-serif;
	font-size:60px;
	font-weight:bold;
	color:#034d92;
	}
.digital-banner-two .content span{
	color:#2dc7e4;
	}
.digital-banner-two .content h2{
	font-family: 'Roboto', sans-serif;
	font-size:35px;
	font-weight:bold;
	color:#034d92;
	text-transform: capitalize;
	}
.digital-banner-two .content h3{
	font-family: 'Roboto', sans-serif;
	font-size:28px;
	font-weight:bold;
	color:#034d92;
	text-transform: capitalize;
	margin:30px 0;
	}
.digital-banner-two .content p{
	font-family: 'Roboto', sans-serif;
	font-size:18px;
	font-weight:500;
	color:#252424;
}
.main-point{
	margin-top:30px;
	}
.main-point li{
	display:block;
	color:#034d92;
	font-family: 'Poppins', sans-serif;
	font-size:20px;
	font-weight:bold;
	list-style-type:circle;
	list-style-position:inside;
	margin-bottom:15px;
	}
.main-point li i{
	color:#2dc7e4;
	}


/* form starting stylings ------------------------------- */
.digital-banner-two .panel {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 5px 2px;
    background: rgb(3,77,146);
	background: rgb(3,77,146);
	background: -moz-linear-gradient(20deg, rgba(3,77,146,1) 46%, rgba(95,146,194,1) 100%);
	background: -webkit-linear-gradient(20deg, rgba(3,77,146,1) 46%, rgba(95,146,194,1) 100%);
	background: linear-gradient(20deg, rgba(3,77,146,1) 46%, rgba(95,146,194,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#034d92",endColorstr="#5f92c2",GradientType=1);
	border:none;
    border-radius: 15px;
    top: 50px;
	float: right;
}
.digital-banner-two .group {
    position: relative;
    margin-bottom: 35px;
}

.digital-banner-two input {
    font-size: 18px;
    padding: 5px 10px 5px 5px;
    display: block;
    width: 100%;
    border: none;
    border-bottom: 1px solid #fff;
    background: transparent;
	color: #fff;
}

.digital-banner-two input:focus {
        outline: none;
    }

/* LABEL ======================================= */
.digital-banner-two label {
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 5px;
    top: 10px;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
	font-family: 'Roboto', sans-serif;
}


/* active state */
 .digital-banner-two input:focus ~ label, .digital-banner-two input:valid ~ label {
    top: -20px;
    font-size: 14px;
    color: #fff;
} 
.digital-banner-two label{
    top: -20px;
    font-size: 14px;
    color: #fff;
}

/* BOTTOM BARS ================================= */
.digital-banner-two .bar {
    position: relative;
    display: block;
    width: 100%;
}

.digital-banner-two .bar:before, .digital-banner-two .bar:after {
        content: '';
        height: 2px;
        width: 0;
        bottom: 1px;
        position: absolute;
        background: #fff;
        transition: 0.2s ease all;
        -moz-transition: 0.2s ease all;
        -webkit-transition: 0.2s ease all;
    }
 
    .digital-banner-two .bar:before {
        left: 50%;
    }

    .digital-banner-two .bar:after {
        right: 50%;
    }



/* active state */
.digital-banner-two input:focus ~ .bar:before, .digital-banner-two input:focus ~ .bar:after {
    width: 50%;
}

/* HIGHLIGHTER ================================== */
.digital-banner-two .highlight {
    position: absolute;
    height: 60%;
    width: 100px;
    top: 25%;
    left: 0;
    pointer-events: none;
    opacity: 0.5;
}

/* active state */
.digital-banner-two input:focus ~ .highlight {
    -webkit-animation: inputHighlighter 0.3s ease;
    -moz-animation: inputHighlighter 0.3s ease;
    animation: inputHighlighter 0.3s ease;
}

/* ANIMATIONS ================ */
@-webkit-keyframes inputHighlighter {
    from {
        background: #fff;
    }

    to {
        width: 0;
        background: transparent;
    }
}

@-moz-keyframes inputHighlighter {
    from {
        background: #fff;
    }

    to {
        width: 0;
        background: transparent;
    }
}

@keyframes inputHighlighter {
    from {
        background: #fff;
    }

    to {
        width: 0;
        background: transparent;
    }
}


.digital-banner-two .panel h2{
    color:#fff;
	font-size:18px;
	text-align:center;
	font-family: 'Roboto', sans-serif;
	margin-bottom:10px;
	text-transform:uppercase;
}
.digital-banner-two .panel p{
    color:#fff;
	font-size:15px;
	text-align:center;
	font-family: 'Roboto', sans-serif;
	margin-bottom:40px;
	text-transform:capitalize;
}
.digital-banner-two .panel .more-know{
	border:none;
	text-align:center;
	background-color:#fff;
	color:#034d92;
	float:inherit;
	margin-top:0;
	border-radius: 20px;
    padding: 10px 40px 10px 40px;
	position:relative;
	font-family: 'Roboto', sans-serif;
    font-size: 16px;
	width:auto;
	}
.digital-banner-two .panel .more-know:hover{
	color:#2dc7e4;
}
.digital-banner-two .wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
    color: #fff;
}
.digital-banner-two .wpcf7 form .wpcf7-response-output {
    margin: 0em 0.5em 1em;
}
.group.submit-input {
    margin-bottom: 0px;
}
.digital-banner-two .wpcf7 .ajax-loader {
    margin: 10px 24px 0;
    position: relative;
}
.digital-banner-two .wpcf7 .ajax-loader::before{
	background-color: #fff;
}
.digital-banner-two .wpcf7-not-valid-tip {
    color: #efa6a6;
    
}
.digital-banner-two .wpcf7 form.invalid .wpcf7-response-output, .digital-banner-two .wpcf7 form.unaccepted .wpcf7-response-output {
    color: #fff;
}
/* .more-know:before {
        font-family: "Font Awesome 5 Free";
        color:red;
        position: absolute;
        left: -5px;
        content: "\f1d9";
		z-index:2;
    }  */

/***************************************************** Banner Section Close ****************************************************/


/***************************************************** Our Client Section Start ****************************************************/
.client-logo{
	margin:0 0 80px 0;
	/*background: rgb(18,101,179);
	background: -moz-linear-gradient(0deg, rgba(18,101,179,0.2805497198879552) 15%, rgba(255,255,255,1) 100%);
	background: -webkit-linear-gradient(0deg, rgba(18,101,179,0.2805497198879552) 15%, rgba(255,255,255,1) 100%);
	background: linear-gradient(0deg, rgba(18,101,179,0.2805497198879552) 15%, rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1265b3",endColorstr="#ffffff",GradientType=1);*/
	box-shadow: 0px 4px 23px -17px rgba(0,0,0,0.46);
	-webkit-box-shadow: 0px 4px 23px -17px rgba(0,0,0,0.46);
	-moz-box-shadow: 0px 4px 23px -17px rgba(0,0,0,0.46);
	padding:0px;
	
	}
	
.client-logo a:focus{
	outline:none;
	}
.client-logo h2 {
    font-family: 'Poppins', sans-serif;
    font-size: 50px;
    margin-top: 50px;
    color: #034d92;
    text-transform: uppercase;
	text-align:center;
}
.client-logo h2 span {
    color: #2dc7e4;
}
/* Slider */

.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
/*.slick-slide{
	-webkit-box-shadow: 0px 10px 13px -7px #000000, 5px 5px 15px 5px rgba(0,0,0,0); 
	box-shadow: 0px 10px 13px -7px #000000, 5px 5px 15px 5px rgba(0,0,0,0);
	}*/
.slick-slide img
{
    display: block;
	height:150px;
	object-fit:contain;
	
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.owl-carousel .owl-item .pic img {
    width: 100px;
    height: 100px;
    object-fit: contain;
}
/***************************************************** Our Client Section Close ****************************************************/


/***************************************************** What We Do Section Section Start ****************************************************/
.pt-100 {
	padding-top: 100px;
}

.pb-100 {
	padding-bottom: 100px;
}

.ptb-100 {
	padding: 100px 0px;
}

.pt-70 {
	padding-top: 70px;
}

.pb-70 {
	padding-bottom: 70px;
}

.ptb-70 {
	padding: 70px 0px;
}
.bg-light {
    background-color: #f8f9fa!important;
}
.services-dig {
	position:relative;
	}
.services-dig:before {
    content: '';
    display: block;
    position: absolute;
    top: 10%;
    left: 0;
    background: #f9f8f8;
    width: 100%;
    height: 80%;
    -webkit-transform: skew(0deg,6deg);
    transform: skew(0deg,6deg);
    z-index: -1;
}
.services-dig .row{
	display:flex;
	align-items:center;
	flex-wrap:wrap;
	}
.services-dig .title {
	font-family: 'Poppins', sans-serif;
	font-size:60px;
	font-weight:bold;
	color:#034d92;
}
.services-dig .title span {
	color: #2dc7e4;
}
.des-do{
	font-family: 'Roboto', sans-serif;
	font-size:16px;
	color:#252424;
	font-weight:400;
	}
.services-dig .card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}
.services-dig .btn-primary {
	color: #fff;
	background-color: #FF5722;
	border: none;
	font-size: 14px;
	letter-spacing: 1px;
	text-transform: uppercase;
	padding: 12px 20px;
	min-width: 150px;
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}

.services-dig .btn-primary:hover {
	-webkit-box-shadow: 0 5px 9px -4px rgb(0 0 255 / 65%);
	box-shadow: 0 5px 9px -4px rgb(0 0 255 / 65%);
}

.services-dig .card-items .card {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	border: none;
	border-radius: .25rem;
	box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
	margin-bottom: 30px;
	min-height: 255px;
}

.services-dig .card-items .card .card-body i {
	border-radius: 6px;
	font-size: 31px;
	color: #fff;
	background: rgb(3,77,146);
	background: -moz-linear-gradient(25deg, rgba(3,77,146,1) 6%, rgba(95,146,194,1) 100%);
	background: -webkit-linear-gradient(25deg, rgba(3,77,146,1) 6%, rgba(95,146,194,1) 100%);
	background: linear-gradient(25deg, rgba(3,77,146,1) 6%, rgba(95,146,194,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#034d92",endColorstr="#5f92c2",GradientType=1);
	width: 50px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.services-dig .card-body .img-responsive{
	width:50px;
	height:50px;
	object-fit:cover;
	}
.services-dig .card-items .card .card-body .card-title {
	margin-bottom: .75rem;
	margin-top: 26px;
	margin-bottom: 15px;
	color:#034d92;
	font-family: 'Poppins', sans-serif;
	font-size:18px;
	font-weight:bold;
}

.services-dig .card-items .card .card-body .card-text{
	font-family: 'Roboto', sans-serif;
  	font-size: 16px;
	color:#252424;
	}

/***************************************************** What We Do Section Section Close ****************************************************/


/***************************************************** Industry Section Section Start ****************************************************/
.bg-left-half {
  position: relative; }
  .bg-left-half:before {
    position: absolute;
    width: 50%;
    height: 100%;
    z-index: -1;
    content: "";
    left: 0;
    top: 0;
    background-color: #f9f8f8; 
	}
.industry-content h2{
	font-family: 'Poppins', sans-serif;
	font-size: 50px;
    margin-bottom: 50px;
	color: #034d92;
	text-transform:uppercase;
	}
.industry-content h2 span{
	color: #2dc7e4;
	}
.industry-content .items {
     width: 90%;
     margin: 0px auto;
 }

 .industry-content .slick-slide {
     margin: 10px
 }

 .industry-content .slick-slide img {
     width: 55px;
	 height:55px;
	 object-fit:contain;
     border: none;
	 margin: 0 auto;
 }
 
.slick-prev:before, .slick-next:before {
    font-size: 30px !important;
    opacity: 1 !important;
    color: #034d92 !important;
}	
.icon-industry{
	color:#034d92;
	font-size:50px;
	text-align:center;
	}
.icon-industry h4{
	font-family: 'Poppins', sans-serif;
	color:#252424;
	font-size:18px;
	margin-top:15px;
	}
/*.media-29101 img {
  margin-bottom: 20px; 
  width:100%;
  height:300px;
  object-fit:cover;
  }
.media-29101{
	position:relative;
	}
.media-29101:after{
	position:absolute;
	width:100%;
	height:100%;
	content:"";
	top:0;
	left:0;
	background:rgba(11,11,11,0.5);
	}
.media-29101 h3 {
	font-family: 'Roboto', sans-serif;
  	font-size: 30px;
    position: absolute;
    top: 40%;
    color: #fff;
    text-transform: capitalize;
	z-index:50;
	left: 30%;
   
  }
  .media-29101 h3 a {
    color: #fff; 
	}

.owl-2-style .owl-nav {
  display: none; }

.owl-2-style .owl-dots {
  text-align: center;
  position: relative;
  bottom: -30px; }
  .owl-2-style .owl-dots .owl-dot {
    display: inline-block; }
    .owl-2-style .owl-dots .owl-dot span {
      display: inline-block;
      width: 15px;
      height: 3px;
      border-radius: 0px;
      background: #cccccc;
      -webkit-transition: 0.3s all cubic-bezier(0.32, 0.71, 0.53, 0.53);
      -o-transition: 0.3s all cubic-bezier(0.32, 0.71, 0.53, 0.53);
      transition: 0.3s all cubic-bezier(0.32, 0.71, 0.53, 0.53);
      margin: 3px; }
    .owl-2-style .owl-dots .owl-dot.active span {
      background: #034d92; }
    .owl-2-style .owl-dots .owl-dot:active, .owl-2-style .owl-dots .owl-dot:focus {
      outline: none; }*/
/*:root {
    --red: hsl(0, 78%, 62%);
    --cyan: hsl(180, 62%, 55%);
    --orange: hsl(34, 97%, 64%);
    --blue: hsl(212, 86%, 64%);
    --varyDarkBlue: hsl(234, 12%, 34%);
    --grayishBlue: hsl(229, 6%, 66%);
    --veryLightGray: hsl(0, 0%, 98%);
    --weight1: 200;
    --weight2: 400;
    --weight3: 600;
}	  
.attribution { 
    font-size: 11px; text-align: center; 
}
.attribution a { 
    color: hsl(228, 45%, 44%); 
}

h1:first-of-type {
    font-weight: var(--weight1);
    color: var(--varyDarkBlue);

}

h1:last-of-type {
    color: var(--varyDarkBlue);
}

@media (max-width: 400px) {
    h1 {
        font-size: 1.5rem;
    }
}

.header {
    text-align: center;
    line-height: 0.8;
    margin-bottom: 50px;
    margin-top: 100px;
}

.header p {
    margin: 0 auto;
    line-height: 2;
    color: var(--grayishBlue);
}


.box1 p {
    color: var(--grayishBlue);
}

.box1 {
    border-radius: 5px;
    box-shadow: 0px 30px 40px -20px var(--grayishBlue);
    padding: 30px;
    margin: 20px;  
}

img {
    float: right;
}

@media (max-width: 450px) {
    .box1 {
        height: 200px;
    }
}

@media (max-width: 950px) and (min-width: 450px) {
    .box1 {
        text-align: center;
        height: 180px;
    }
}

.cyan {
    border-top: 3px solid var(--cyan);
}
.red {
    border-top: 3px solid var(--red);
}
.blue {
    border-top: 3px solid var(--blue);
}
.orange {
    border-top: 3px solid var(--orange);
}

h2 {
    color: var(--varyDarkBlue);
    font-weight: var(--weight3);
}
.box1 img {
    height: 150px;
    width: 100%;
    object-fit: contain;
}

.box1 h3 {
    font-size:25px;
	font-family: 'Poppins', sans-serif;
	color: #034d92;
	text-transform:capitalize;
}

.box1 p {
   font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #252424;
	margin-bottom:15px;
}

@media (min-width: 950px) {
    .row1-container {
        display: flex;
        justify-content: center;
        align-items: center;
		flex-wrap:wrap;
    }
    
    .row2-container {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .box-down:nth-child(odd) {
        position: relative;
        top: 150px;
    }
    .box1 {
        width: 28%;
     
    }
    .header p {
        width: 30%;
    }
    
}*/

/***************************************************** Industry Section Section Close ****************************************************/

/********************************************************* Success Section Start **********************************************************/

.succes-story{
	position:relative;
	margin:80px 0;
	/*background: rgb(117,175,230);
	background: -moz-linear-gradient(0deg, rgba(117,175,230,1) 6%, rgba(255,255,255,0.5858718487394958) 100%);
	background: -webkit-linear-gradient(0deg, rgba(117,175,230,1) 6%, rgba(255,255,255,0.5858718487394958) 100%);
	background: linear-gradient(0deg, rgba(117,175,230,1) 6%, rgba(255,255,255,0.5858718487394958) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#75afe6",endColorstr="#ffffff",GradientType=1);*/
	background: rgb(18,101,179);
	background: -moz-linear-gradient(0deg, rgba(18,101,179,1) 15%, rgba(255,255,255,1) 100%);
	background: -webkit-linear-gradient(0deg, rgba(18,101,179,1) 15%, rgba(255,255,255,1) 100%);
	background: linear-gradient(0deg, rgba(18,101,179,1) 15%, rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1265b3",endColorstr="#ffffff",GradientType=1);
	
}
.succes-story h2 {
    font-family: 'Poppins', sans-serif;
    font-size: 50px;
    margin-bottom: 50px;
    color: #034d92;
    text-transform: uppercase;
	text-align:center;
}
.succes-story h2 span {
    color: #2dc7e4;
}

.succes-story .card {
    box-shadow: 0px 4px 8px 0px #BDBDBD
}

.succes-story .profile-pic {
    width: 100% !important;
    height: 200px;
    margin: 0 auto;
    object-fit: contain;
}

.succes-story .owl-carousel .owl-nav button.owl-next,
.succes-story .owl-carousel .owl-nav button.owl-prev {
    background: 0 0;
    color: #fff !important;
    border: none;
    padding: 5px 20px !important;
    font: inherit;
    font-size: 50px !important
}

.succes-story .owl-carousel .owl-nav button.owl-next:hover,
.succes-story .owl-carousel .owl-nav button.owl-prev:hover {
    color: #0D47A1 !important;
    background-color: transparent !important
}

.succes-story .owl-dots {
    display: none
}

.succes-story button:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline-width: 0
}

 .succes-story .item {
    display: block !important;
    position: relative;
    transform: scale(0.8);
    transition-duration: 0.3s;
    opacity: 0.6;
} 

.succes-story .next {
   display: none; 
}

.succes-story .prev {
    display: block !important;
    position: relative;
    transform: scale(0.8);
    transition-duration: 0.3s;
    opacity: 0.6
}


.succes-story .item.show {
    display: block;
    transition-duration: 0.4s;
	opacity: 1;
	transform: none;
}
.succes-story .card h6 {
    font-family: 'Poppins', sans-serif;
    font-size: 25px;
	color:#034d92;
}
.succes-story .card p {
    font-family: 'Roboto', sans-serif;
  	font-size: 16px;
	color:#252424;
}
.mb-5, .my-5 {
    margin-bottom: 3rem!important;
}
.ml-2, .mx-2 {
    margin-left: .5rem!important;
}
.mr-2, .mx-2 {
    margin-right: .5rem!important;
}

.succes-story .card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
	padding: 30px 50px;
}


/********************************************************* Success Section End **********************************************************/

/********************************************************* Faq Section Start **********************************************************/
.faq-section h2 {
    font-family: 'Poppins', sans-serif;
    font-size: 50px;
    margin-bottom: 50px;
    color: #034d92;
    text-transform: uppercase;
	text-align:center;
}
.faq-section h2 span {
    color: #2dc7e4;
}

.faq-section .panel-group .panel {
        border-radius: 0;
        box-shadow: none;
        border-color: #EEEEEE;
		margin-bottom: 30px;
    }

  .faq-section .panel-default > .panel-heading {
        padding: 0;
		border-radius: 0;
		color: #fff;
		background-color: #034d92;
		border-color: #034d92;
    }
	/*.faq-section .panel-body {
    border: 1px solid #034d92;
	}*/

   .faq-section .panel-title > a {
        display: block;
        padding: 20px;
        text-decoration: none;
		font-family: 'Poppins', sans-serif;
    	font-size: 16px;
		line-height: 25px;
    }
	.faq-section .panel-title > a:hover {
        color:#fff;
    }
	.faq-section .panel-body {
		padding: 15px;
		font-family: 'Roboto', sans-serif;
  		font-size: 16px;
		color:#252424;
	}

   .faq-section .more-less {
        float: right;
		color: #fff;
		font-size: 40px;
		top: -12px;
    }

    .faq-section .panel-default > .panel-heading + .panel-collapse > .panel-body {
        border-top-color: #EEEEEE;
		min-height: 125px;
    }

/********************************************************* Faq Section End **********************************************************/

/********************************************************* Tstimonial Section Start **********************************************************/
.testimonial-section {
	position:relative;
	margin:80px 0;
	}
.testimonial-section:before {
    position: absolute;
    width: 50%;
    height: 100%;
    z-index: -1;
    content: "";
    right: 0;
    top: 0;
    background-color: #f9f8f8;
}
.testimonial-section h2 {
    font-family: 'Poppins', sans-serif;
    font-size: 50px;
    margin-bottom: 50px;
    color: #034d92;
    text-transform: uppercase;
	text-align:center;
}
.testimonial-section h2 span {
    color: #2dc7e4;
}
.testimonial-section .testimonial{ margin: 0 10px; }
.testimonial-section .testimonial .testimonial-content{
    margin: 20px 0 50px 0;
    position: relative;
}
.testimonial-section .testimonial .testimonial-content:after{
    content: "";
    width: 20px;
    height: 20px;
    border-top: 20px solid #034d92;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    margin: 0 auto;
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
}
.testimonial-section .testimonial .description{
    padding: 25px 35px;
    margin: 0;
    background: #034d92;
    border-radius: 15px;
    font-size: 18px;
    color: #fff;
    position: relative;
	font-family: 'Poppins', sans-serif;
}
.testimonial-section .testimonial .description:before,
.testimonial-section .testimonial .description:after{
    font-family: "Font Awesome 5 Free"; font-weight: 900;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 8px;
    text-align: center;
    background: #034d92;
    position: absolute;
}
.testimonial-section .testimonial .description:before{
    content: "\f10d";
    top: -18px;
    left: 25px;
}
.testimonial-section .testimonial .description:after{
    content: "\f10e";
    bottom: -18px;
    right: 25px;
}
.testimonial-section .testimonial .testimonial-profile{
    display: table;
    padding: 15px;
    border: 1px solid #034d92;
    border-radius: 20px;
    margin: 0 auto;
    position: relative;
}
.testimonial-section .testimonial .pic{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 1px solid #dca842;
    float: left;
    overflow: hidden;
}
.testimonial-section .testimonial .title{
    display: inline-block;
    margin: 0 0 0 30px;
    font-size: 20px;
    font-weight: bold;
    color: #034d92;
    position: relative;
    top: 22px;
	font-family: 'Poppins', sans-serif;
}
.testimonial-section .testimonial .title:before{
    content: "";
    width: 1px;
    height: 70px;
    background: #034d92;
    position: absolute;
    top: -8px;
    left: -15px;
}
.testimonial-section .testimonial .post{
    display: block;
    font-size: 14px;
    font-weight: normal;
    color: #2dc7e4;
    margin-top: 10px;
	font-family: 'Poppins', sans-serif;
	text-transform:uppercase;
}
.testimonial-section .owl-theme .owl-controls{
    margin-top: 30px;
}


.testimonial-section .owl-dots {
    margin-top: 20px;
    text-align: center;
}
.testimonial-section .owl-dot span {
    background: none;
    border: 1px solid #034d92;
	display: block;
    width: 12px;
    height: 12px;
	border-radius:50%;
	margin: 5px 7px;
}
.testimonial-section .owl-dot.active span {
    background: #034d92;
    border: 1px solid #034d92;
}
@media only screen and (max-width: 479px){
    .testimonial-section .testimonial .description{
        padding: 20px;
        font-size: 16px;
    }
    .testimonial-section .testimonial .testimonial-profile{ padding: 10px; }
    .testimonial-section .testimonial .title{ font-size: 16px; }
    .testimonial-section .testimonial .post{ font-size: 13px; }
}
/********************************************************* Tstimonial Section End **********************************************************/

/************************************************Digital MArketing Css Close --********************************************/

/************************************************Reacrjs Dark Css Start --********************************************/

/***************************************************** Banner Section Start ****************************************************/
.page-template-template-reactjs-dark {
  font-family: 'Roboto', sans-serif;
  color: #444444;
  margin:0px;
  padding:0px;
  box-sizing:border-box;
  background-color:#212529;
}
.page-template-template-reactjs-dark .more-know {
    margin-top: 30px;
    background: #45af45;
    color: #fff;
    padding: 12px 0px;
    float: left;
    text-transform: capitalize;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 500;
    transition: all 0.6s ease-in-out;
    border-radius: 40px;
    margin-right: 15px;
    width: 150px;
    text-align: center;
	
}
.page-template-template-reactjs-dark .ourwork.more-know {
    background: #2dc7e4;
}
.react-js-dark .more-know.mt-0{
	margin-top:0px !important;
}
.page-template-template-reactjs-dark .fa-eye{
	margin-right:10px;
}
.page-template-template-reactjs-dark .more-know:hover , .more-know:focus ,.more-know:active{
    background: #024d92;
	color: #fff;
	outline:none;
	text-decoration:none;
}

.page-template-template-reactjs-dark h2 {
    font-family: 'Poppins', sans-serif;
    font-size: 50px;
    margin-bottom: 50px;
    color: #fff;
    text-transform: capitalize;
	position:relative;
	width:100%;
	text-align:center;
	margin-top: 0px;
}
.page-template-template-reactjs-dark h2:after{
	content:none;
}
.page-template-template-reactjs-dark h2 span {
    color: #2dc7e4;
}
.digital-banner-dark{
	position:relative;
	/*background-image:url(../img/banner.jpg);*/
	background-size:cover;
	background-position:center;
	background-repeat:no-repeat;
	overflow:hidden;
	height:800px;
	width:100%;
	padding-top: 10%;
	background-attachment:fixed;
	}
.digital-banner-dark:after{
	position:absolute;
	content:"";
	width:100%;
	height:100%;
	background-color:rgba(33,37,41,0.8);
	left:0;
	top:0;
	z-index: 1;
	}
.digital-banner-dark .container {
	position:relative;
    z-index: 5;
}
.custom-wev {
    position: absolute;
    width: 100%;
    bottom: 0px;
    left: 0;
    height: 250px;
	z-index: 4;
}


.flex-div{
	display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.digital-banner-dark h1{
	font-family: 'Poppins', sans-serif;
	font-size:70px;
	font-weight:bold;
	color:#fff;
	text-align:center;
	margin-bottom:50px;
	text-transform: capitalize;
}
.digital-banner-dark span{
	color:#2dc7e4;
	}
.main-point {
   /* width: 100%;
    margin-left: 20px;
    display: flex;
    justify-content: space-around;*/
}
.digital-banner-dark .main-point li{
	display:block;
	color:#e4e2e2;
	font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 300;
	list-style-type: none;
	margin-bottom:15px;
	text-transform:capitalize;
	
}
.digital-banner-dark .main-point li p{
	color: #e4e2e2;
	font-size: 16px;
}
.digital-banner-dark .main-point li b{
	color: #2dc7e4;
}

/* .digital-banner-dark .main-point li {
    min-height: 72px;
} */
.digital-banner-dark .main-point li i{
	color:#e4e2e2;
	}




/***************************************************** Banner Section Close ****************************************************/


/***************************************************** Why Hire Us Section Start ****************************************************/

.hire-dark .row {
    text-align:center;
}
.hire-dark h4{
	text-align:center;
	color:#fff;
	font-family: 'Poppins', sans-serif;
	font-size:20px;
	line-height:30px;
	font-weight: 200;
}
.hire-dark p {
    color: #858585;
    font-size: 15px;
}
.hover-effect a {
    color: #fff;
}
.hire-dark .col-md-4{
	padding: 60px 60px 0 60px;
    min-height: 300px;
	}
.big-image .img-responsive {
    height: 315px;
    object-fit: cover;
}
.hire-dark .col-md-4:first-child{
	border-bottom:2px solid #2dc7e4;
	border-right:2px solid #2dc7e4;
	}
.hire-dark .col-md-4:last-child{
	border-bottom:2px solid #2dc7e4;
	border-left:2px solid #2dc7e4;
	}

.hire-dark img{
	height:80px;
	object-fit:contain;
	margin-bottom:15px;
	margin:0 auto;
	}



/***************************************************** Why Hire Us Section Close ****************************************************/


/*****************************************************Why ReacyJS Section Start ****************************************************/
/*.react-js{
	background-image:url(../img/pattern-1.png);
	background-size:cover;
	}*/
.react-js-dark .row {
    /* display: flex; */
    align-items: center;
    flex-wrap: wrap;
}
.react-js-dark .react-point li{
	font-size:22px;
	font-family: 'Poppins', sans-serif;
	color:#2dc7e4;
	margin-bottom:15px;
	display:block;
	font-weight: 200;
	}
.react-js-dark .react-point li:nth-child(even) {
    padding-left: 0px;
}
.react-js-dark .react-point li i{
	margin-right:10px;
}

.react-js-dark .react-js img {
    height: 400px;
    object-fit: contain;
	/*filter: drop-shadow(0 0 1rem #d2d3d4);*/
}
.react-js-dark .react-js h2{
	margin-bottom:30px;
	}
/***************************************************** Why ReacyJS Section Close ****************************************************/


/***************************************************** Call To US Section Start ****************************************************/
.call-to-us-dark{
	background-attachment:fixed;
	background-size:cover;
	padding:50px 0;
	position:relative;
	}
.call-to-us-dark:before{
	position: absolute;
	content:"";
	width:100%;
	height:100%;
	background-color:rgba(17,17,17,0.6);
	top:0;
	left:0;
}

.call-to-us-dark h3{
	color:#fff;
	margin-bottom: 15px;
	text-align:center;
	font-size:40px;
	font-family: 'Poppins', sans-serif;
	}
.call-to-us-dark h6{
	color:#fff;
	text-align:center;
	font-size:22px;
	font-family: 'Poppins', sans-serif;
	text-transform:uppercase;
	font-weight: 200;
    letter-spacing: 0.9px;
	}
.call-to-us-dark .col-md-3{
	border-right:1px solid #fff;
}
.call-to-us-dark .col-md-3:last-child{
	border-right:none;
}
.call-to-us-dark .more-know{
	display: block;
    margin: 60px auto 0;
	text-align:center;
    float: initial;
}
	

/***************************************************** Call To US Section Start ****************************************************/

/********************************************************* Portfolio Section Start **********************************************************/

.imag-div {
    position: relative;
	box-shadow: 0px 4px 20px 0px rgba(0,0,0,0.32);
	-webkit-box-shadow: 0px 4px 20px 0px rgba(0,0,0,0.32);
	-moz-box-shadow: 0px 4px 20px 0px rgba(0,0,0,0.32);
	border-radius: 15px;
}
.portfolio img {
    display: block;
    width: 100%;
    height: 280px;
    margin-bottom: 30px;
    object-fit: contain;
	background: #fed6d7;
}
.hover-effect {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: rgba(3,77,146,0.70);
}
.imag-div:hover .hover-effect {
    opacity: 1;
}
.hover-effect{
	display:flex;
	align-items:center;
	justify-content:center;
	font-size:40px;
	text-align:center;
	color:#fff;
	border-radius: 15px;
}
.portfolio .img-thumbnail {
    padding: 0;
    border-radius: 15px;
	
}

/********************************************************* Portfolio Section Close **********************************************************/

/************************************************Booking Css Start--********************************************/
.booking-dark{
	padding-bottom:30px;
	padding-top: 0px;
	}
.booking-dark .col-md-7{
	padding-left:5px;
	padding-right:5px;
	}
.big-title{
	background:#2dc7e4;
	color:#fff;
	font-size:25px;
	text-align: center;
	font-family: 'Poppins', sans-serif;
	padding:30px 55px;
	margin-bottom:45px;
	text-transform:capitalize;
	}
.booking-dark .carousel-caption {
	position:relative;
	right:0;
	left:0;
	}
.booking-dark .carousel-caption h5{
	font-family: 'Poppins', sans-serif;
	font-size:18px;
	color:#2dc7e4;
	}
.booking-dark .carousel-caption p{
	font-family: 'Roboto', sans-serif;
	font-size:18px;
	color:#fff;
	white-space:pre-line;
	}
.booking-dark .carousel-indicators li {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 15px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
   	border: none;
    margin: 0;
	background-color: #fff;
}
.booking-dark .carousel-indicators .active {
    background-color: #2dc7e4;
	width: 30px;
}
.booking-dark .bg-gray-form{
	background-color:#2b2a2a;
	padding-top:30px;
	
	}
.booking-dark .bg-gray-form h4{
	font-size: 25px;
    text-align: center;
    margin-bottom: 15px;
    font-family: 'Poppins', sans-serif;
    color: #2dc7e4;
	text-transform: capitalize;
}
.booking-dark .bg-gray-form p{
	margin-bottom:25px;
	font-family: 'Roboto', sans-serif;
	font-size:16px;
	color:#fff;
	text-align:center;
	}
.booking-dark .bg-gray-form label{
	font-family: 'Poppins', sans-serif;
	font-size:16px;
	color:#fff;
	text-align:center;
	}
.booking-dark .bg-gray-form .form-control {
	font-family: 'Roboto', sans-serif;
	font-size:16px;
    width: 100%;
    padding: 0.375rem 0.75rem;
    color: #fff;
    background-color: transparent;
    background-clip: padding-box;
    border: 1px solid #959595;
    border-radius: 0.20rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	
}
.booking-dark .bg-gray-form input.form-control{
	height:35px;
	}
.booking-dark .bg-gray-form .btn-primary{
	font-family: 'Roboto', sans-serif;
	font-size:16px;
	color: #fff;
    background-color: #2dc7e4;
    border:none;
	border-radius:0px;
	padding:10px 25px;
	text-transform:uppercase;
	transition: all 0.6s ease-in-out;
	display: block;
    text-align: center;
    margin: 0 auto;
}

.booking-dark .bg-gray-form .btn-primary:hover,.booking-dark .bg-gray-form .btn-primary:focus,.booking-dark .bg-gray-form .btn-primary:active {
    background: #024d92;
    color: #fff;
    outline: none;
    text-decoration: none;
}
.booking-dark .carousel-caption{
	text-shadow:none;
	}
.booking-dark .carousel-inner .item .img-fluid {
    height: 305px;
    object-fit: contain;
}
.booking-dark .bg-gray-form .wpcf7 form .wpcf7-response-output {
    float: left;
    width: 100%;
	color: #fff;
	margin: 0em 0.5em 1em;
}
.booking-dark .bg-gray-form .wpcf7 .ajax-loader {
   margin: 10px 24px 0;
   background-color: #2dc7e4; 
}
.booking-dark .bg-gray-form .wpcf7 .ajax-loader::before {
    background-color: #fff;
}
/************************************************Booking Css Close--********************************************/

/************************************************Reacrjs Dark Css Start --********************************************/
.clutch-widget {
    float: left;
    margin: 0 auto;
    width: 20%;
    display: flex;
    justify-content: center;
    margin-top: 50px;
}

.d-flex{
	display: flex;
}

.page-template-template-reactjs-dark .client-logo-section h2 {
    font-size: 28px;
    font-weight: 200;
	margin-bottom: 30px;
	color: #2dc7e4;
}
.page-template-template-reactjs-dark .client-logo-section h2:empty{
	display: none;
}
.client-logo-section ul{
	display: flex;
	justify-content: space-around;
    align-items: center;
	padding-bottom:60px;
}
.client-logo-section ul li img{
	filter: brightness(0) invert(1);
}
.client-logo-section ul:empty{
	display: none;
}
@media (max-width: 830px) {
.client-logo-section {
    overflow: hidden;
    padding: 20px 0px 0 0px;
}
/*.client-logo-section .row{
	overflow: scroll;
}*/

.client-logo-section ul li{
	padding: 0 15px;
}

}
