/*@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap');*/
* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

body {
	padding: 0;
	margin: 0;
	font-family: "Montserrat", sans-serif;
	overflow-x: hidden !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
	padding: 0;
	margin: 0;
}

a,
a:hover,
a:focus {
	text-decoration: none;
}

ul,
ol,
li {
	list-style: none;
	margin: 0;
	padding: 0;
}

img {
	max-width: 100%;
}


/*========== Font Face Start =============*/

/*========== haeder-top-part =============*/


/*========== haeder-sticky =============*/
.header-section.sticky {
	padding: 15px 0;
	background: #2A2A2A;
	position: fixed;
	top: 0px;
	width: 100%;
	z-index: 9999;
	border-bottom: 1px solid #2A2A2A;
}


.header-section.sticky .logo {
	max-width: 250px;
}


/*========== haeder-sticky =============*/

.header-section {
    padding: 15px 0;
    margin: 0;
    background: #2A2A2A;
    z-index: 999;
    position: relative;
}

.logo {
	padding: 0px;
	margin: 0px;
}

.logo img {
	width: auto;
	height: auto;
	object-fit: contain;
	    max-width: 200px;
}


/*========== haeder-top-part =============*/


/*========== navigation ==================*/

.navigation {
	padding: 18px 0px 0px;
	margin: 0px;
}


.navigation .stellarnav {
	width: auto;
	background: transparent;
}

.navigation .stellarnav ul {
	margin: 0;
	padding: 0px 18px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: end;
}
 
.navigation .stellarnav ul>li {
	padding: 0;
	margin: 0 50px 0 0;
}

.navigation .stellarnav ul>li:last-child {
	margin-right: 0;
}

.navigation .stellarnav ul>li>a {
	font-size: 16px;
	font-weight: 500;
	line-height: 22px;
	text-align: right;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #fff;
	padding: 0px;
	margin: 0px;
    text-transform: uppercase;
   }

.navigation .stellarnav ul>li>a:hover {
	color: #61D9FE;
    }
.navigation .stellarnav ul>li>a.active {
	color: #61D9FE;
    }


.navigation .stellarnav ul>li>ul {
	padding: 10px;
	border-radius: 5px;
}

.navigation .stellarnav ul>li>ul li {
	border-bottom: 1px solid #ccc;
	margin: 0;
}

.navigation .stellarnav ul>li>ul li a {
	font-size: 14px;
	padding: 8px 0;
	margin: 0;
	display: block;
	color: #000;
}

.navigation .stellarnav ul>li>ul li:first-child a {
	padding-top: 0;
}

.navigation .stellarnav ul>li>ul li:last-child a {
	padding-bottom: 0;
}

.navigation .stellarnav ul>li>ul li:last-child {
	border-bottom: none;
}

/*========== navigation ==================*/


/*=================================Header-end================================================================= */
/*======================================Banner-start===========================================================*/

.banner {
	padding: 0px;
	margin: 0px;
	background: #52C3FA;
	/* height: calc(100vh - 99px); */

 
}
.carousel-inner {
	position: relative;
	width: 100%;
	overflow: hidden;
    }
.carousel-inner img {
	width: 100% !important;
	object-fit: cover !important;
}
.banner-inner {
	position: relative;
}

.banner-left {
	margin: 15% 0%;
	padding: 0px;
}


.banner-left h1 {
	font-family: Montserrat;
	font-size: 28px;
	font-weight: 300;
	line-height: 80px;
	letter-spacing: 0.03em;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #000000;
	padding: 0px;
	margin: 0px 0px 40px 0px;
	width: 82%;
	text-transform: uppercase;
}


.enter-butn {
	background: #009CD1;
	border-radius: 0px;
	box-shadow: 0px 4px 60px 0px #0000000D;
	font-family:Montserrat;
	font-size: 20px;
	font-weight: 400;
	line-height: 28.2px;
	text-align: center;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #fff;
	padding: 14px 55px;
	margin: 0px;
    text-transform: uppercase;
}


.enter-butn:hover {
	background: #2A2A2A;
	color: #fff;
}


.banner-right {
	position: absolute;
	bottom: 0px;
	right: 0px;
}

.banner-right img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}


.banneran {
 
    color: white; /* White text */
    max-height: 525px; /* Start at 0 height */  
    width: 100%; /* Full width */
    position: relative; /* Relative position */
    overflow: hidden; /* Hide overflow */
    animation: slideDown 3s ease forwards; /* Animation */
}

@keyframes slideDown {
    0% {
        height: 0; /* Start at 0% height */
    }
    100% {
        height: 100vh; /* End at 100% of viewport height */
    }
}



/*===========================================banner-section-end=================================================================*/


/*==========================================footer-section===============================================================*/


.footer-top {
	padding: 60px 0px;
	margin: 0px;
	background: #2A2A2A;
}


.footer-logo-section {
	padding: 15px 0px;
	margin: 0px;
}

.footer-logo-section img {
	width: 80%;
	height: auto;
	object-fit: cover;
}

.footer-social-icon {
	margin: 12px 0px;
	padding: 0px;
}

.footer-social-icon ul {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 20px;
}


.footer-social-icon ul li {
	padding: 0px;
	margin: 0px;
}

.footer-social-icon ul li a {
	font-size: 20px;
	color: #fff;
	background: #38C0EF;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	text-align: center;
	padding: 8px 10px;
	display: block;
	transition: 0.3s ease-in-out;
}

.footer-social-icon ul li a:hover {
	background: #141414;
	color: #fff;
}

.footer-social-icon ul li a:hover {
	transform: translateY(-5px);
	transition: 0.3s ease-in-out;
}

.footer-menu {
	padding: 25px 0px;
	margin: 0px auto;
}

.footer-menu ul {
	display: flex;
	justify-content: end;
	gap: 8px;
	align-items: center;
}

.footer-menu ul li {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}


.footer-menu ul li a {
	color: #D6D6D6;
	font-size: 20px;
	font-weight: 500;
	line-height: 20px;
	text-align: right;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;


}


.footer-menu ul li::after {
	font: normal normal normal 16px/1 FontAwesome;
	content: "-";
	height: auto;
	width: auto;
	position: relative;
	margin: 0px 10px;
	color: #D5E9E5;
}

.footer-menu ul li.last::after {
	display: none;
}


.footer-menu ul li a:hover {
	color: #61D9FE;
}


/* ============================= */

.footer-bottom {
	padding: 20px 0px;
	margin: 0px;
	background: #141414;
}

.footer-bottom p {
	font-size: 14px;
	font-weight: 400;
	line-height: 30px;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #D6D6D6;

}

.footer-bottom p a {
	color: #38C0EF;
}


.footer-bottom p a:hover {
	color: #D6D6D6
}


.footer-bottom-left {
	text-align: left;
}

.footer-bottom-right {
	text-align: right;
}

/*==========================================footer-section===============================================================*/


/*================================================
Go Top CSS
=================================================*/
.go-top {
	position: fixed;
	cursor: pointer;
	bottom: 100px;
	right: 20px;
	border-radius: 5px;
	background-color: #E94E9B;
	color: #fff;
	z-index: 999;
	width: 40px;
	text-align: center;
	height: 40px;
	opacity: 0;
	visibility: hidden;
	font-size: 25px;
	-webkit-transition: var(--transition);
	-webkit-transition: 0.5s;
	transition: 0.5s;
	-webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
}

.go-top i {
	position: absolute;
	right: 0;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.go-top:hover {
	color: #ffffff;
	-webkit-transition: all 0.5s linear;
	transition: all 0.5s linear;
	background-color: #E94E9B;
	border: 1px solid #fff;
}

.go-top.active {
	opacity: 1;
	visibility: visible;
	bottom: 25px;
	-webkit-animation: top-bottom 5s infinite linear;
	animation: top-bottom 5s infinite linear;
}

/*================================================
Go Top CSS
=================================================*/


/*================================================
home-page-CSS
=================================================*/

.home-banner {
	padding: 60px 0px;
	margin: 0px;
	background: #52C3FA;
} 

.home-banner-left {
	margin: 30% 0%;
	padding: 0px;
}

.home-banner-left h1 {
	font-family: Montserrat;
	font-size: 56px;
	font-weight: 400;
	line-height: 70px;
	letter-spacing: 0.03em;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #000;
	padding: 0px;
	margin: 0px 0px 40px 0px;
}


.home-banner-right {
	position: relative;
	padding: 0% 0% 0% 20%;
	margin: 0px;
}


.homebanner-row1 {
	margin: 80% 0%;
}


.homebanner-row2-img1 {
	margin: 25% 0px 0px;
	padding: 0px;
}

.homebanner-row2-img2 {
	margin: 10% 0% 0%;
	padding: 0px;
}


.homebanner-row3-img1 {
	padding: 0px;
	margin: 0px;
}

.homebanner-row3-img2 {
	padding: 0px;
	margin: 10% 0% 0%;
}


.inner-section-bg {
	background: linear-gradient(168.41deg, #F5F5F5 -0.49%, #F6F6F6 59.35%);
	padding: 60px 0px;
	margin: 0px;
}


.work-img-box {
	border-radius: 30px;
	margin: 0px 0px 30px 0px;
	padding: 0px;
}

.work-img-box img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}


.newsletter-section {
	padding: 40px 0px 20px;
	margin: 0px;
}

.newsletter-box {
	background: #5C4AFF;
	box-shadow: 0px 4px 60px 0px #0000000D;
	border-radius: 162px 60px 162px 162px;
	text-align: center;
	padding: 5% 14%;
	position: relative;
}

.newsletter-box h2 {
	font-size: 58px;
	font-weight: 300;
	line-height: 78px;
	text-align: center;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #fff;
	padding: 0% 6%;
	margin: 0px 0px 40px 0px;
	    font-family: Montserrat;
}

.newsletter-box p {
	font-size: 22px;
	font-weight: 400;
	line-height: 36px;
	text-align: center;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #fff;
	padding: 0px;
	margin: 0px 0px 40px 0px;
}


.newsletter-box-icon1 {
	position: absolute;
	right: -68px;
	top: 12%;
	width: 150px;
	height: 150px;
}

.newsletter-box-icon1 img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}


.newsletter-box-icon2 {
	position: absolute;
	left: -60px;
	bottom: 6%;
	width: 150px;
	height: 150px;
}

.newsletter-box-icon2 img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}


.newsletter-inner-sub {

	margin: 30px 0px;
	padding: 0% 8%;
	display: flex;
	justify-content: space-between;
	gap: 15px;
	align-items: center;
}


.input-groupp {
	width: 100%;
	position: relative;

}


.input-groupp span {
	position: absolute;
	left: 5%;
	top: 26%;
	color: #fff;
	font-size: 20px;
}

.input-groupp .form-control {
	background: #7465ff 0% 0% no-repeat padding-box;
	border: none;
	border-radius: 38px;
	box-shadow: 0px 4px 60px 0px #0000000D;
	padding: 12px 65px;
	font-size: 20px;
	font-weight: 400;
	line-height: 36px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #9d93ff;
}

.input-groupp .form-control::placeholder {
	color: #9d93ff;
	opacity: 1;
}


.input-group-append .send {
	background: #38C0EF;
	padding: 12px 25px;
	border-radius: 38px;
	border: none;
	font-family: Montserrat;
	font-size: 18px;
	line-height: 32.4px;
	text-align: center;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #fff;
	box-shadow: 0px 4px 60px 0px #0000000D;


}


.input-group-append .send:hover {
	background: #2A2A2A;
	color: #fff;
}


/*================================================
home-page-CSS
=================================================*/


/*================================================
work-page-CSS
=================================================*/

  .inner-banner {
    /*height: 420px;*/
    width: 100%;
    position: relative;
    overflow: hidden;
}
.inner-banner img {
	height: 100%;
	width: 100%  !important;
	object-fit: cover  !important;
}

.inner-banner h1 {
	font-family: "Montserrat", sans-serif;
	font-size: 42px;
	font-weight: 400;
	line-height: 70px;
	letter-spacing: 0.03em;
	text-align: center;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #000000;
	padding: 65px 0px;
	margin: 0px;
}

/*================================================
work-page-CSS
=================================================*/

/*================================================
about-page-CSS
=================================================*/

.about-page {
	padding: 0px;
	margin: 0px;
}

.about-page-left {
	padding: 0% 5% 0% 0%;
	margin: 0px;
}

.about-page-left p {
	font-family: "Montserrat", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #000;
	padding: 0px 0px 20px 0px;
	margin: 0px;
}

.about-page-right {
	padding: 0px;
	margin: 0px;
	width: 100%;
	height: auto;
	border-radius: 30px;
	overflow: hidden;
}

.about-page-right img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.main-footer{positon:Relative;z-index:999;}
/*.main-slider{background:#52c3fa;}*/
.main-slider img{
    width: auto;
    float: right;}
    
    
.main-slider h1 { 
    font-family: "Montserrat", sans-serif;
    font-size: 40px;
    font-weight: 300;
    line-height: 60px;
    letter-spacing: 0.03em;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    padding: 0px;
    margin: 0px 0px 40px 0px;
} 

.page-template-work-page-php .main-slider h1{font-size: 30px; line-height: 50px; margin:30px 0px 40px 0px;}
.main-slider h1 span{ display:block;}
.main-slider .carousel-item:nth-child(1) h1{ color: #000;}
.main-slider .carousel-item:nth-child(1) h2{ color: #000;}
.main-slider .d-md-block {
    text-align: left;
    display: block !important;
    max-width: 430px;
    left: 5%;
    top: 11%;    }
    
.lear-more-but {
	background: #009CD1;
	border-radius: 0px;
	box-shadow: 0px 4px 60px 0px #0000000D;
	font-size: 16px;
	font-weight: 400;
	line-height: 28.2px;
	text-align: center;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #fff;
	padding: 14px 55px;
	margin: 0px;
    text-transform: uppercase;
}


.lear-more-but:hover {
	background: #2A2A2A;
	color: #fff;
}

.page-template-work-page .lear-more-but{padding:14px 25px;}
.work-img-box:hover{background:rgba(0,0,0,.5);}

.work-img-box {
    position: relative; /* Position relative for absolute positioning of the text */
    overflow: hidden; /* Hide overflow */
    border-radius: 18px; /* Rounded corners */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Add shadow */
}

.work-img-box img {
    width: 100%; /* Make the image responsive */
    height: auto; /* Maintain aspect ratio */
    display: block; /* Remove bottom space */
}

.work-img-box::before {
    content: ""; /* Required for pseudo-element */
    position: absolute; /* Position absolutely */
    top: 0; /* Align to the top */
    left: 0; /* Align to the left */
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    background-color: rgba(0, 0, 0, 0.7); /* Black background with transparency */
    opacity: 0; /* Initially hidden */
    transition: opacity 0.3s ease; /* Smooth transition for opacity */
    z-index: 1; /* Ensure it is above the image */
    border-radius:20px;
}

.work-img-box h6 {
    position: absolute; /* Position the text absolutely */
    top: 50%; /* Center vertically */
    left: 50%; /* Center horizontally */
    transform: translate(-50%, -50%); /* Adjust position to center */
    color: white; /* Text color */
    z-index: 2; /* Ensure text is above the overlay */
    opacity: 0; /* Initially hide the text */
    transition: opacity 0.3s ease; /* Smooth transition for opacity */
    text-align:center;
    font-size:20px; width: 92%;}
.work-img-box h6 a{color:#fff;}
.work-img-box h6 a{color:#38C0EF;}
.work-img-box h6 span{display:block;}




.work-img-box:hover::before {
    opacity: 1; /* Show the overlay on hover */
}

.work-img-box:hover h6 {
    opacity: 1; /* Show the text on hover */
}

.page-template-about-page .inner-banner {
    background: transparent;
    text-align: center;}
.page-template-work-page-php .inner-banner { display:none;}    
 
.work-details-banner img {
    height: 100%;
    width: 100%;
    object-fit: cover !important;
}


.work-details{postion:relative}
.work-details h1{ 
    color: #808080;
    margin-bottom: 20px;
    font-weight: 400;
    font-size: 35px;}
.work-details h6{ margin-bottom: 15px; font-weight: 600;}  
.my-rol-nav{margin-bottom:17px;}
.my-rol-nav li{line-height:30px;}
/*================================================
about-page-CSS
=================================================*/
.service-nav{position:Relative;}
.gd-usa{     position: absolute;
    top: 30px;
    right: 130px; }
.gd-usa img{max-width:100px;}    
.carousel-indicators [data-bs-target]{
	width: 11px;
	height: 11px;
	border-radius: 50%;
	overflow: hidden;
    }  

.stellarnav ul li.active {
    color: #4aafe1 !important;
}

.desktopcarousel { display: block;}    
.ipadcarousel { display: none;}   
.phonecarousel { display: none; } 
body > section > div > div.work-section.wow.animate.fadeInUp > div > div:nth-child(1) > div:nth-child(1) > img{ 
    background: #a50037;}
.page-template-work-page-php .modula-item-content .pic{border-radius: 10px;} 
.page-id-17 .navigation .stellarnav ul{display:none !important;}
#exampleModal{top:50px;}
.new-project{     display: table;
    margin: 0px auto;
    margin-bottom: 50px;
    font-size: 40px;
    color: #000;
    cursor: pointer;
    font-weight: 400;
    font-family: 'Montserrat';}
.new-project:hover{color:#61D9FE;}  
.wpcf7-textarea{max-height:90px;}
#exampleModal .modal-dialog{ max-width: 420px;}
.submit-but {
	background: #009CD1;
	border-radius: 0px;
	box-shadow: 0px 4px 60px 0px #0000000D;
	font-size: 16px;
	font-weight: 400;
	line-height: 28.2px;
	text-align: center;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #fff;
	padding: 5px 25px;
	margin: 0px;
    text-transform: uppercase; border:none;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    border-color: #ffb900;
    color: #fff;
}
.wpcf7-not-valid-tip{      color: #fff !important;
    font-size: 14px !important;
    text-align: left;}

.submit-but:hover {
	background: #2A2A2A;
	color: #fff;
}
.aw-text{    display: table;
    margin-top: 20px;
    margin-bottom: 10px; }
    
.our-work{padding:0px 0px;} 
.our-work-det .col-md-12,.our-work-det .col-md-6,.our-work-det .col-md-4{    margin-bottom: 60px; text-align: center;}
.mobilecarousel{display:none;}
.postid-287 .custom-carousel-thumbnails img {
  display: none;
}
.postid-287 .custom-carousel-thumbnails img:nth-child(1),.postid-287 .custom-carousel-thumbnails img:nth-child(5),
.postid-287 .custom-carousel-thumbnails img:nth-child(9),.postid-287 .custom-carousel-thumbnails img:nth-child(13)
,.postid-287 .custom-carousel-thumbnails img:nth-child(17){  display: block;}



.postid-287 .carousel-control-next,.postid-287 .carousel-control-prev{ display:none;}