/*--Default Values--*/

body {
	margin: 0;
	padding: 0px;
	font-family: 'Lucida Sans';
}
@font-face {
	font-family: 'Lucida Sans';
	src: url('../fonts/LSANS_0.TTF');
	font-weight: Regular;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Lucida Sans Typewriter';
	src: url('../fonts/LTYPE_0.TTF');
	font-weight: Regular;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Eina02-Bold';
	src: url('../fonts/Eina02-Bold.eot');
	src: url('../fonts/Eina02-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Eina02-Bold.woff2') format('woff2'), url('../fonts/Eina02-Bold.woff') format('woff'), url('../fonts/Eina02-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Eina01-SemiBold';
	src: url('../fonts/Eina01-SemiBold.eot');
	src: url('../fonts/Eina01-SemiBold.eot?#iefix') format('embedded-opentype'), url('../fonts/Eina01-SemiBold.woff2') format('woff2'), url('../fonts/Eina01-SemiBold.woff') format('woff'), url('../fonts/Eina01-SemiBold.ttf') format('truetype');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Eina02-Light';
	src: url('../fonts/Eina02-Light.eot');
	src: url('../fonts/Eina02-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/Eina02-Light.woff2') format('woff2'), url('../fonts/Eina02-Light.woff') format('woff'), url('../fonts/Eina02-Light.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Eina02-Regular';
	src: url('../fonts/Eina02-Regular.eot');
	src: url('../fonts/Eina02-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Eina02-Regular.woff2') format('woff2'), url('../fonts/Eina02-Regular.woff') format('woff'), url('../fonts/Eina02-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Lato-Black';
	src: url('../fonts/Lato-Black.eot');
	src: url('../fonts/Lato-Black.eot?#iefix') format('embedded-opentype'), url('../fonts/Lato-Black.woff2') format('woff2'), url('../fonts/Lato-Black.woff') format('woff'), url('../fonts/Lato-Black.ttf') format('truetype');
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Eina03-Bold';
	src: url('../fonts/Eina03-Bold.eot');
	src: url('../fonts/Eina03-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Eina03-Bold.woff2') format('woff2'), url('../fonts/Eina03-Bold.woff') format('woff'), url('../fonts/Eina03-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}
header, section, footer {
	width: 100%;
	display: inline-block;
	float: left;
	position: relative;
}
a, button, input[type="submit"] {
	transition: ease-in-out .5s;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-family: 'Lucida Sans Typewriter';
}
.centralise {
	align-items: center;
	align-content: center;
}
.container {
	max-width: 1000px;
}
.h_banner_header
{
background: url(../img/home-header-bg.jpg) no-repeat top center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
width:100%;	
position:relative;
}
.header
{
	padding:10px 0px;
}
.inner-header
{
	background:#fff;
}
nav.navbar
{
	padding:0px;
}
.main-menu .container
{
	padding:0px;
}
.main-menu.navbar-dark ul.navbar-nav li a
{
	color:#7f7f7f;
	font-size: 14px;
	font-weight: 500;
}

.main-menu.navbar-dark ul.navbar-nav li a i
{
	font-size: 16px !important;
}

.main-menu.navbar-dark ul.navbar-nav li:nth-child(5) {
    margin-right: 10px;
}

.main-menu.navbar-dark ul.navbar-nav li a:active
{
	color:#7f7f7f !important;
}

.navbar-dark .navbar-nav .active>.nav-link {
    color: #7f7f7f;
}

.main-menu.navbar-dark ul.navbar-nav li a:hover
{
	color:#000 !important;
}

.main-menu.navbar-dark ul.navbar-nav li
{
	margin-right:30px;
}
.main-menu.navbar-dark ul.navbar-nav li:last-child
{
	margin-right:0px;
	display:flex;
}

.main-menu.navbar-dark ul.navbar-nav li:last-child a.nav-link {
    margin-right: 10px;
}

.banner-section
{
	padding:25px 0px 90px;
	width: 100%;
    float: left;
	position:relative;
	height:550px;
}
.banner-img
{
	position:relative;
}
.banner-img img
{
position: absolute;
      top: 6px;
	      width: 100%;
    max-width: 100%;
}
.banner-content
{
	padding-right:40px;
}
.banner-content h1
{
	font-family: 'Lato-Black';
	font-size:50px;
	line-height:55px;
	color:#fff;
	margin-bottom:20px;
}
.banner-content p
{
	font-family: 'Eina02-Regular';
	font-size:20px;
	line-height:28px;
	color:#fff;
	margin-bottom:20px;
}
.h_our_services {
	background: url(../img/our_services_bg.jpg) no-repeat top center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding-top: 50px;
	padding-bottom: 50px;
	text-align: center;
}
.h_our_services h2 {
	font-size: 55px;
	color: #ffffff;
	font-family: 'Eina02-Bold';
	margin-bottom: 25px;
}
.h_our_services .block {
	background: #fff;
	padding: 20px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	text-align: left;
}
.h_our_services .block h2 {
	font-size: 24px;
	color: #416ff4
}
.h_our_services .block h2.icon01 {
	background: url(../img/icon_01.png) no-repeat left top;
	line-height: 77px;
	padding-left: 100px;
}
.h_our_services .block h2.icon02 {
	background: url(../img/icon_02.png) no-repeat left top;
	line-height: 77px;
	padding-left: 100px;
}
.h_our_services .block h2.icon03 {
	background: url(../img/icon_03.png) no-repeat left top;
	line-height: 77px;
	padding-left: 100px;
}
.h_our_services .block ul {
	margin: 0;
	padding: 0;
}
.h_our_services .block ul li {
	list-style: none;
	font-size: 22px;
	color: #282828;
	padding-bottom: 5px;
	font-family: 'Eina01-SemiBold';
}
.h_sec2 {
	padding: 50px 0;
	text-align: center;
}
.h_sec2 .container {
	max-width: 60%;
}
.h_sec2 h2 {
	font-size: 30px;
	color: #282828;
}
.h_sec2 h2 span {
	border-bottom: 4px solid #a8d9f7;
	padding-bottom: 3px;
}
.h_sec2 p {
	font-size: 17px;
	color: #606060;
	line-height: 35px;
	margin-top: 30px;
}



.slider_sec .carousel-item img {
    width: 100%;
}

.slider_sec a.carousel-control-prev {
    left: 0px;
	display:none;
}

.slider_sec a.carousel-control-next {
    right: 0;
	display:none;
}

.btn.yellow_btn {
	background: #a8d9f7;
	text-transform: uppercase;
	font-size: 14px;
	color: #3d3c3c;
	
	font-family: 'Lucida Sans Typewriter';
	border: 0px;
    padding: 15px 56px;
    display: inline-block;
}
.btn.yellow_btn:hover {
	background: #282828;
	    color: #fff !important;
}
.btn.blue_btn {
	background: #2d4391;
	text-transform: uppercase;
	font-size: 20px;
	color: #fff;
	font-family: 'Eina01-SemiBold';
	border: 0px;
	padding: 12px 35px;
}
.btn.blue_btn:hover {
	background: #fee005;
	color: #0c1a2f;
}
.text_block2 {
	font-size: 35px;
	color: #6f6f6f;
	font-family: 'Eina02-Bold';
	margin-top: 37px;
}

section.h_sec3 .content-menu {
    display: flex;
    flex-direction: row;
    justify-content: center;
}


section.h_sec3 .content-menu .study1{
background-image: url("../img/work-home-c1.jpg");
  height: 400px;
}

section.h_sec3 .content-menu .study2{
background-image: url("../img/work-home-c24.jpg");
  height: 400px;
}

section.h_sec3 .content-menu .study3{
background-image: url("../img/work-home-c34.jpg");
  height: 400px;
}

section.h_sec3 .content-menu .study4{
background-image: url("../img/work-home-c44.jpg");
  height: 400px;
}


section.h_sec3 .content-menu .title {
    margin: 0 auto;
    position: absolute;
    width: 100%;
    display: block;
    font-size: 1.25em;
    color: #ccc;
    text-align: center;
    padding-top: 120px;
}


section.h_sec3 .content-menu div#type-1 {
    position: absolute;
    margin: 0;
    background-position: center;
    transition: 0.5s all ease-in-out;

    width: 100%;
    background-repeat: no-repeat;
    height: 300px;
    background-size: cover;
}

section.h_sec3 .content-menu div#type-1:hover {
    transform: scale(1.1);
}

.text_block2 span {
	color: #fff;
}

a.margin_t {
	margin-top: 13px;
}

.h_sec3 {
	padding: 50px 0;
	text-align: center;
}
.digital_j {
	text-align: left;
}
.img_d_j img {
	width: 100%;
}
.digital_j h2 {
	font-size: 38px;
	color: #282828;
	font-family: 'Eina02-Bold';
}
.d_inner_con {
	font-size: 20px;
	color: #282828;
	line-height: 35px;
	margin-top: 30px;
}
.d_inner_con.padd_left_rest {
	padding-left: 0;
}
.testimonial {
	padding: 0 0 120px;
	text-align: left;
	background: #fff;
}

.testimonial h2 {
    font-size: 24px;
    color: #403f3f;
    text-align: center;
       padding-bottom: 37px;
    margin-bottom: 20px;
    text-transform: uppercase;
    border-bottom: 1px solid #c5c5c5;
}


.testimonial p {
	font-size: 24px;
	color: #d6dfff;
	line-height: 36px;
	text-align: left;
	padding-left: 20px;
	padding-right: 20px;
}
.carousel-control-prev {
	background: url(../img/arrow_left.png) no-repeat left center;
}
.carousel-control-next {
	background: url(../img/arrow_right.png) no-repeat right center;
}
.carousel-control-prev {
	position: absolute;
	left: -15px;
}
.carousel-control-next {
	position: absolute;
	right: -15px;
}
.carousel-control-next-icon, .carousel-control-prev-icon {
	display: none;
}
.test_btm {
	text-align: left;
	padding-left: 20px;
	padding-right: 20px;
	margin-top: 25px;
	position: relative;
}
.test_btm .lft {
	width: 90px;
	display: inline-block;
}
.test_btm .lft img {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.test_btm .rt {
	width: 200px;
	position: absolute;
	top: 10px;
	left: 114px;
}
.test_btm .rt p {
	margin: 0;
	padding: 0;
	line-height: normal;
}
.test_btm .rt p.row1 {
	font-size: 20px;
	color: #ffffff;
	font-family: 'Eina02-Bold';
}
.test_btm .rt p.row2 {
	font-size: 18px;
	color: #ffffff;
	font-family: 'Eina02-Light';
}

.about-bg
{
background: url(../img/about-heading-bg.jpg) no-repeat top center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding-top: 117px;
	padding-bottom: 117px;
}
/* contact page */

.cont_sec2
{
	width:100%;
	padding:100px 0px;
}
.contact-bg
{
background: url(../img/contact-heading-bg.jpg) no-repeat top center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding-top: 117px;
	padding-bottom: 117px;		
}
.page-heading-section
{

}
.page-heading h1
{
font-family: 'Eina01-SemiBold';
font-size:50px;
color:#fff;
text-align:center;
margin-bottom:10px;	
}
.page-heading p
{
font-family: 'Eina02-Regular';
font-size:20px;
color:#8195de;
text-align:center;	
}
.center-box-col
{
	width:510px;
	margin:0px auto;
	max-width:100%;
}

.center-box-col h2
{
	font-family: 'Eina02-Bold';
	font-size:32px;
	text-align:center;
}

.border-box
{
	background:#ededed;
	border:1px solid #ccc;
	text-align:center;
	padding:100px 0px;
	border-radius:4px;
	margin:30px 0px 20px;
	
}
.border-box h3
{
	color:#2d4391;
	font-family: 'Eina02-Bold';
	font-size:30px;
	text-align:center;
	margin-top:20px;
	
}
.center-box-col p
{
	font-family: 'Eina02-Regular';
	font-size:20px;
	text-align:center;
	color:#282828;
	line-height:35px;
}

 #footer{
	background: #f5f5f5;
}
#footer {
	padding: 30px;
	
	text-align: center;
}
 #footer p {
	font-size: 14px;
	color: #aeaeae;
	margin-bottom: 3px;
}
#footer ul {
	margin: 0;
	padding: 0;
}
#footer ul li {
	margin: 0;
	padding: 0 20px 0 10px;
	list-style: none;
	display: inline-block;
}
#footer ul li.reset {
	padding-right: 0;
	background: none;
}
#footer ul.footer-menu li a {
	font-size: 14px;
	color: #7f7f7f;
	text-transform: capitalize;
}



#footer ul.footer-menu li a:hover
{
	color:#000;
	text-decoration:none;
	
}

#footer p.copyright {
	margin-top: 10px;
	margin-bottom: 20px;
	color: #aeaeae;
	font-size: 14px;
}
#footer ul.social-links li a {
	color: #ABAAAA;
	font-size: 25px;
}
 #footer ul li a > i {
	
}
#footer ul.social-links li a:hover
{
	color:#000;
}

header.header.inner-header {
    z-index: 1;
    border-bottom: 1px solid #dddddd;
}

section.h_sec3 .content-menu div#type-1:before {
    border: 1px solid #f9f9f9;
    width: 88%;
    content: "";
    height: 87%;
    position: absolute;
    margin: 20px 25px;
    left: 0px;
    bottom: 0;
    padding: 20px;
}

.rome {
    position: relative;
    margin: 20px;
    background-position: center;
    width: 42%;
    background-repeat: no-repeat;
    height: 300px;
    background-size: cover;
    overflow: hidden;
}

#footer ul li a:hover {
    color: #000;
}

p.m-0.pt-3 {
    display: contents;
}

p.m-0.pt-3 img {
    margin: 0 5px;
}

section.about-head h2 {
    font-size: 30px;
    text-align: center;
    margin: 70px 0 30px;
    color: #383838;
}


section.main-about p {
    font-size: 17px;
    color: #616060;
    line-height:27px;
}

section.about-p-text h3 {
    font-size: 24px;
    color: #9d9d9d;
	font-family: 'Lucida Sans' !important ;

}


section.about-p-text p {
    color: #616060;
    font-size: 17px;
    margin-top: 20px;
}

section.about-p-text p.abt-dn {
    text-decoration: underline;
    margin-top: 30px;
    margin-bottom: 7px;
    width: fit-content;
}

section.about-p-text {
    padding: 7px 0 95px;
}


section.contact-view {
    padding: 70px 0 100px;
}

section.contact-view .col-md-6.col-sm-12.map-sec .col-md-7.col-sm-12 {
    text-align: center;
    background-color: #676767;
    width: 100%;
    max-width: 100%;
    flex: auto;
    padding:22px 18px;
}

section.contact-view .col-md-6.col-sm-12.map-sec .col-md-5.col-sm-12 {
    width: 100%;
    padding:0;
    flex: auto;
    max-width: 100%;
}


section.main-about .col-md-6.col-sm-12 img {
    width: 100%;
    margin-top: 7px;
}


section.contact-view .col-md-6.col-sm-12.map-sec .col-md-7.col-sm-12 h4 {
    color: #ffffff;
    font-size: 27px;
    margin-top: 20px;
    margin-bottom: 30px;
	font-family: 'Lucida Sans';
}

section.contact-view .col-md-6.col-sm-12.map-sec .col-md-7.col-sm-12 p.p-mail {
    margin-bottom: 40px !important;
}

section.contact-view .col-md-6.col-sm-12.map-sec .col-md-7.col-sm-12 p#p-match {
    font-size: 20px;
    color: #676767;
    height: 70px;
    width: 386px;
        font-weight: 600;
    text-align: left;
    background: #fff;
    padding: 7px;
    border-radius: 40px;
    margin: 10px auto;
	font-family: 'Oswald', sans-serif;
}

section.contact-view .col-md-6.col-sm-12.map-sec .col-md-7.col-sm-12 p#p-match img {
    margin-right: 15px;
}

section.contact-view .col-md-6.col-sm-12.map-sec .col-md-7.col-sm-12 h3 {
    font-size: 27px;
    color: #fff;
	font-family: 'Lucida Sans';
}

section.contact-view .col-md-6.col-sm-12.map-sec .col-md-7.col-sm-12 p.rt-p-btm span {
    font-size: 18px;
    color: #ffffff;
	font-style: italic;
}

section.contact-view .col-md-6.col-sm-12.map-sec .col-md-7.col-sm-12 p.rt-p-btm {
    width: 70%;
    margin: 4px auto;
    margin-bottom: 20px !important;
}

section.contact-view .col-md-6.col-sm-12.form-sec form button#submit {
        padding: 15px 50px;
    background: #676767;
    border: 0;
    border-radius: 0;
    font-size: 14px;
    text-transform: uppercase;
	color:#fff !important;
    margin-top: 19px;

}
section.contact-view .col-md-6.col-sm-12.form-sec form button#submit:hover
{
	background:#A7D9F7;
	color:#000 !important;
}


section.contact-view .col-md-6.col-sm-12.map-sec .col-md-5.col-sm-12 iframe {
    width: 100%;
    height: 250px;
}

section.contact-view .col-md-6.col-sm-12.form-sec p {
    margin-bottom: 40px;
    font-size: 24px;
    color: #383838;
}

section.contact-view .col-md-6.col-sm-12.form-sec form input {
    height: 45px;
    font-size: 14px;
    background: #f0f0f0;
}
section.contact-view form .form-group label
{
	color:#222;
}
section.contact-view .col-md-6.col-sm-12.form-sec form select {
    height: 55px;
    background: #f0f0f0;
}

section.contact-view .col-md-6.col-sm-12.form-sec form textarea.form-control {
    height: 120px;
    font-size: 14px;
    background: #f0f0f0;
}

section.contact-view .col-md-6.col-sm-12 {
    width: 100%;
    max-width: 45%;
    margin: 0 auto;
}


section.main-work {
    padding: 70px 0 115px;
}

section.main-work p {
    font-size: 14px;
    color: #4a4a4a;
    margin-bottom: -3px;
}

section.main-work span.available {
    font-size: 14px;
    color: #0fb707;
}

section.main-work span.sold {
    font-size: 14px;
    color: #ff1313;
}

section.main-work .row {
    margin-bottom: 25px;
}

section.main-work h2.text-center {
    margin-bottom: 30px;
    color: #383838;
}

.main-menu.navbar-dark ul.navbar-nav li a.active {
    color: #000;
}

#footer ul.footer-menu li a.active {
    color: #000;
}


/* work page  */


.row > .column {
  padding: 0 8px;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

.column {
  float: left;
  width: 25%;
}

/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  background-color: rgba(0,0,0,0.8);
}

/* Modal Content */
.modal-content {
  position: absolute;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 50%;
  top: 100px;
  left: 0;
  right: 0;
}


/* The Close Button */
.close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

.mySlides {
  display: none;
  background: #fff;
  border-radius: 10px;
  padding: 10px;
}

.mySlides .caption-container p#caption {
    margin: 5px 0px 0px 0px;
}

.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: #fff !important;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 10px;
}

.caption-container {
  text-align: center;
  padding: 5px 16px 0px;
  color: #000;
}

.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: 0.3s;
  margin-bottom: 10px;
  max-width: 100%;
  width: 100%;
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

/*  media stats   */


@media (min-width: 768px){
	section.testimonial a.carousel-control-next {
    right: -20 !important;
}

section.testimonial a.carousel-control-prev {
    left: -20 !important;
}
}




@media (max-width: 1024px) {
}

@media all and (max-width: 1024px) and (min-width: 768px) {
.banner-img img {
    position: relative;
    
    width: 100%;
}
.main-menu.navbar-dark ul.navbar-nav li {
    margin-right: 11px;
}
.main-menu.navbar-dark ul.navbar-nav li a {
   
    font-size: 16px;
    
}
.banner-content h1 {
   
    font-size: 30px;
    line-height: 39px;
   
}
.banner-content p {
    
    font-size: 17px;
    line-height: 24px;
    
}
	
}
@media (max-width: 990px) {
}



.page-content-section{
	padding: 70px 0px;
}
.page-content-section .row{
	margin-bottom: 30px;
}

.page-content-section .top-content-block {
	background: url(../img/about_1.jpg) no-repeat;
	min-height: 400px;
	background-size: cover;
	    background-position: 0px -60px;
}
.page-content-section .left-content-block {
	background: url(../img/about_2.jpg) no-repeat;
	min-height: 500px;
	background-size: cover;
	    background-position: -86px 0px;
}
.page-content-section .right-top-content-block {
	background:#000 url(../img/about_3.jpg) no-repeat left center;
	min-height: 235px;
	margin-bottom: 30px;
	
}
.page-content-section .right-bot-content-block {
	background: url(../img/about_4.jpg) no-repeat left center;
	min-height: 235px;
	background-size: cover;
}

.page-content-section .top-content-block .desc, .page-content-section .left-content-block .desc, .page-content-section .right-top-content-block .desc, .page-content-section .right-bot-content-block .desc{
	background:#2D4391;
	padding: 30px 25px;
	color: #fff;
	box-shadow: 1px 3px 10px rgba(45, 67, 145, 0.6);
}

.about-content h3 {
	font-family: 'Eina02-Bold';
    font-weight: 600;
    margin-bottom: 15px;
	font-size: 22px;
}
.about-content p {
    margin: 0px;
	font-size: 18px;
	font-family: 'Eina02-Regular';
}
@media (min-width:1200px){
.page-content-section .top-content-block .desc {
	padding: 60px 30px;
    width: 50%;
    position: absolute;
    right: -15px;
    top: -30px;
	min-height: 400px;
}

.page-content-section .left-content-block .desc {
    padding: 30px;
    position: absolute;
    bottom: -15px;
    right: 30px;
    left: 0px;
}
.page-content-section .right-top-content-block .desc {
    position: absolute;
    width: 40%;
    right: -15px;
	top: 10px;
	min-height: 235px;
}
.page-content-section .right-bot-content-block .desc {
    position: absolute;
    width: 40%;
    min-height: 235px;
    bottom: -15px;
    left: 0px;
}
.abt_img{
	display: none;
}
}
.abt_img{
	max-width: 100%;
}


@media (max-width: 1150px) {
	
	.page-content-section .left-content-block
	{
		background:none;
	}
	.page-content-section .top-content-block
	{
		background:none;
	}
	.page-content-section .right-top-content-block
	{
		background:#000;
	}
	.page-content-section .right-bot-content-block
	{
		background:none;
	}
}
@media (max-width: 991px) {
	.page-content-section .left-content-block{
		min-height: auto !important;
		margin-bottom: 30px;
	}
}
@media (max-width: 767px) {

	header.header.inner-header nav.navbar.navbar-expand-md.navbar-dark.main-menu {
    z-index: 99999;
}

header.header.inner-header nav.navbar.navbar-expand-md.navbar-dark.main-menu button.navbar-toggler span.navbar-toggler-icon::before {
    content: "";
    background: url(../img/cancel.png) no-repeat !important;
    width: 40px;
    height: 40px;
    display: inline-block;
	transition: all 100ms ease-in-out;
}

header.header.inner-header nav.navbar.navbar-expand-md.navbar-dark.main-menu button.navbar-toggler.collapsed span.navbar-toggler-icon::before {
    content: "";
    background: url(../img/bars.png) no-repeat !important;
    width: 40px;
    height: 40px;
    display: inline-block;
	transition: all 100ms ease-in-out;
}


section.about-head h2 {
    font-size: 24px;
    text-align: center;
    margin: 30px 0 30px;
    color: #383838;
}

section.main-about .col-md-6.col-sm-12 img {
    margin-bottom: 20px;
}

section.about-p-text {
    padding: 7px 0 50px !important;
}



section.h_sec3 .content-menu {
    display: block;
}

.img-hover-zoom {
    height: auto !important;
}

.testimonial p.m-0.pt-3 img {
    margin: 0 5px;
    width: 20%;
}

section.main-work .row{
	margin-bottom: 0;
}

section.main-work {
    padding: 30px 0 60px;
}

section.main-work .row .col-md-4.col-sm-12 {
    margin-top: 25px;
}


.rome {
    position: relative;
    margin: 20px 0;
    background-position: center;
    width: 100%;
    background-repeat: no-repeat;
    height: 300px;
    background-size: cover;
    overflow: hidden;
}

section.contact-view {
    padding: 30px 20px 15px 20px !important;
}

.col-md-6.col-sm-12.map-sec {
    padding: 0 15px !important;
}

section.contact-view .col-md-6.col-sm-12.map-sec .col-md-7.col-sm-12 p#p-match {
    width: 100% !important;
	font-size: 17px;
}

section.contact-view .col-md-6.col-sm-12 {
    width: 100%;
    padding: 0 ;
    max-width: 100% !important;
    margin: 0 0 30px 0 !important;
}


section.h_sec3 .content-menu div#type-1 {
    width: 100%;
}

.slider_sec .carousel-item img {
    width: 100%;
    height: 270px;
}

section#footer ul:nth-child(1) {
    display: flex;
    flex-direction: column;
}

section.testimonial a.carousel-control-next {
    right: -15px !important;
	display:none;
}

section.testimonial a.carousel-control-prev {
    left: -15px !important;
	display:none;
}

section.h_sec3 {
    padding: 0;
}

button.navbar-toggler:focus {
    outline: none;
}


header.header.inner-header nav.navbar.navbar-expand-md.navbar-dark.main-menu a.navbar-brand.site-logo.text-white {
    width: 200px;
}

	.banner-img img {
    position: relative;
    
    width: 100%;
}
.h_sec2 .container {
    max-width: 100%;
}
.banner-img {
    position: relative;
    text-align: center;
    margin-top: 40px;
}
.banner-content {
    padding-right: 0px;
}
.banner-content h1 {
  
    font-size: 27px;
    line-height: 39px;
   
}
.header {
    padding: 10px 0px;
}
.banner-section {
    padding: 25px 0px 60px;
    
}
.site-logo img
{
	    width: 220px;
}
.center-box-col {
    width: 510px;
    margin: 0px auto;
    max-width: 92%;
}
.center-box-col h2 {
  
    font-size: 22px;
    
}
.border-box h3 {
   
    font-size: 23px;
    
}
.cont_sec2 {
    
    padding: 50px 0px;
}
.h_our_services .block
{
	margin-bottom:20px;
}
.h_sec2 h2 {
    font-size: 34px;
    
    line-height: 55px;
}
.h_our_services h2 {
    font-size: 34px;
}
.h_our_services .block ul li {
    list-style: none;
    font-size: 18px;
}
.text_block2 {
    font-size: 27px;
}
.digital_j h2 {
    font-size: 28px;
}
.d_inner_con.padd_left_rest
{
	padding-left: 0; 
}
.testimonial h2 {
    padding: 25px 0 10px;
    font-size: 22px;
}

.h_sec2 h2 {
    font-size: 24px;
    line-height: 55px;
}

section#footer ul:nth-child(1) li {
    margin-bottom: 5px;
}

section.testimonial {
    padding-bottom: 60px;
}


}


@media (max-width: 400px) {

section.h_sec3 .content-menu div#type-1:before {
   
    margin: 20px 19px;
}

}

@media (max-width: 380px){
  section.contact-view .col-md-6.col-sm-12.map-sec .col-md-7.col-sm-12 p#p-match {
    width: 100% !important;
    font-size: 14px;
}   
  }


@media (max-width: 480px){
  .modal-content{
   width: 90%;
   top: 30%;   
  }

section.main-work h2.text-center {
    margin: 0;
    font-size: 24px;
}

}

@media (min-width: 481px) and (max-width: 767px){
    .modal-content{
     width: 80%;
    }
}

@media (min-width: 768px) and (max-width: 991px){
    .modal-content{
     width: 60%;
    }

    .img-hover-zoom {
    height: auto !important;
}

.main-menu.navbar-dark ul.navbar-nav li a {
    font-size: 12px !important;
}

p.m-0.pt-3 img {
    margin: 0 5px;
    width: 20%;
}

section.contact-view .col-md-6.col-sm-12.map-sec .col-md-7.col-sm-12 p#p-match {

    width: 100%;
    }

    section.testimonial a.carousel-control-next {
    right: -20 !important;
}

section.testimonial a.carousel-control-prev {
    left: -20 !important;
}

}

.navbar-dark .navbar-toggler-icon{
	background: none !important;
}

.btn{
	color: #3D3C3C !important;
	border-radius: 0px !important;
	font-family: 'Lucida Sans';
}

