/********** CSS **********/
:root {
    --primary: #0045a0;
    --secondary: #2a9ffe;
    --light: #F1F3FA;
    --dark: #1C2035;
    --white:#fff;
    --black:#000;
    --bg-one:#2a9ffe;
    --bg-two:#0045a0;
}

* {
-webkit-touch-callout: none !important; 
-webkit-user-select: none  !important;   
-moz-user-select: none  !important;     
-ms-user-select: none  !important;   
user-select: none  !important;       
								
}

body{
    overflow-x:hidden;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}
.fw-medium {
    font-weight: 500;
}

.btn-color-404{
    background-color: var(--primary);
    color:white!important;
}
.top-a {
    color: #fff;
}
/* Global css */

.social-icon{
    padding-right:0.7rem;
}
.section-entry {
    padding: 5rem 0 5rem;
  }
  .section-entry-top {
    padding-top: 5rem;
  }
  .section-entry-bottom {
    padding-bottom: 5rem;
  }
  .txtct {
    text-align: center;
  }
  .align-c {
    align-items: center;
  }
  .txtbc h1, .txtbc h2, .txtbc h3, .txtbc h4, .txtbc h5, .txtbc h6, .txtbc p, .txtbc i, .txtbc a, .txtbc span {
    color: #000;
  }
  .txtwt h1, .txtwt h2, .txtwt h3, .txtwt h4, .txtwt h5, .txtwt h6, .txtwt p, .txtwt i, .txtwt a, .txtwt span {
    color: #fff;
  }
  .txtbu {
    color: #0045a0;
  }
  .txtbud {
    color: var(--primary);
  }
/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}

.topscroller {
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  width: 0;
  height: 5px;
  background-color: #0075ff;
}
/*** Button ***/
.btn {
    transition: .5s;
    font-weight: 500;
}

.btn-primary,
.btn-outline-primary:hover {
    color: var(--light);
}

.btn-secondary,
.btn-outline-secondary:hover {
    color: var(--dark);
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}


/*** Navbar ***/
.sticky-top {
    top: -100px;
    transition: .5s;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.top-ul-nav {
    display: flex!important;
    flex-direction: row;
}
.top-ul-nav li {
    list-style: none;
}
.my-head {
    align-items: center;
    
}
.dropdown div img {
    width: auto;
    height: 55px;
    margin: 0 auto;
}

.mytop-link:after{
   content: "";
   position: absolute;
   z-index: -1;
   top: 0;
   right: 100%;
   width: 16px;
   height: 40px;
   background: #ffffff;
   clip-path: polygon(100% 0, 100% 100%, 0 100%);
}
.mytop-link {
    padding:0 2rem;
    color: #000000;
    background: #ffffff;
    padding: 0.8rem 1.2rem;
    margin: -1.5rem 1rem;
    position: relative;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px
}
.my-first-header{
    padding:0 0 1rem;
}

.header {
  padding: 15px 0;
  transition: all 0.5s;
  z-index: 997;
}

.header.sticked {
  background: var(--color-white);
  box-shadow: 0px 2px 20px rgba(var(--color-secondary-rgb), 0.1);
}

.header .logo img {
  max-height: 100px;
  margin-right: 6px;
}

.header .logo h1 {
  font-size: 32px;
  font-weight: 300;
  color: var(--color-secondary);
  font-family: var(--font-secondary);
}

.header .logo h1 span {
  color: var(--color-primary);
  font-weight: 500;
}

.header .btn-getstarted,
.header .btn-getstarted:focus {
  font-size: 16px;
  color: var(--color-white);
  background: var(--color-primary);
  padding: 8px 23px;
  border-radius: 4px;
  transition: 0.3s;
  font-family: var(--font-secondary);
}

.header .btn-getstarted:hover,
.header .btn-getstarted:focus:hover {
  color: var(--color-white);
  background: rgba(var(--color-primary-rgb), 0.85);
}

@media (max-width: 992px) {

  .header .btn-getstarted,
  .header .btn-getstarted:focus {
    margin-right: 50px;
  }
}

/*--------------------------------------------------------------
# Desktop Navigation 
--------------------------------------------------------------*/
@media (min-width: 992px) {
  .navbar {
    padding: 0;
    position: relative;
    justify-content: space-around;
    /*background-color: var(--primary);*/
    width: 100%;
  }

  .navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
    width: 100%;
    justify-content: space-between;
  }

  .navbar li {
    position: relative;
  }

  .navbar>ul>li {
    white-space: nowrap;
  }

  .navbar a,
  .navbar a:focus {
    /*display: flex;*/
    align-items: center;
    justify-content: space-between;
    padding: 14px 6px;
    font-family: var(--font-secondary);
    font-size: 16px;
    font-weight: 400;
    color: rgba(var(--color-secondary-dark-rgb), 0.7);
    white-space: nowrap;
    transition: 0.3s;
    position: relative;
    color: #000;
  }
    .drop-ul li a {
        box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
    }
  .navbar a i,
  .navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
  }

  .navbar>ul>li>a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: var(--color-primary);
    visibility: hidden;
    transition: all 0.3s ease-in-out 0s;
    transform: scaleX(0);
    transition: all 0.3s ease-in-out 0s;
  }

  .navbar a:hover:before,
  .navbar li:hover>a:before,
  .navbar .active:before {
    visibility: visible;
    transform: scaleX(0.7);
  }

  .navbar a:hover,
  .navbar .active,
  .navbar .active:focus,
  .navbar li:hover>a {
    color: var(--color-primary);
  }

  .navbar .dropdown a:hover:before,
  .navbar .dropdown:hover>a:before,
  .navbar .dropdown .active:before {
    visibility: hidden;
  }

  .navbar .dropdown a:hover,
  .navbar .dropdown:hover>a {
    color: #000;
  }

  .navbar .dropdown ul {
    display: block;
    position: absolute;
    left: 0;
    top: 100%;
    margin: 0;
    padding: 0 0 10px 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    transition: 0.3s;
  }


  .navbar .dropdown ul a {
    padding: 8px 14px;
    font-size: 15px;
    text-transform: none;
    font-weight: 400;
    color: var(--dark);
  }

  .navbar .dropdown ul a i {
    font-size: 12px;
  }

  .navbar .dropdown ul a:hover,
  .navbar .dropdown ul .active,
  .navbar .dropdown ul .active:hover,
  .navbar .dropdown ul li:hover>a {
    color: var(--dark);
    background: var(--primary);
  }

  .navbar .dropdown:hover>ul {
    opacity: 1;
    visibility: visible;
    flex-wrap: wrap;
        background-image: url("../img/services/dropdown-bg.jpg");
  }

  .navbar .megamenu {
    position: static;
    text-align: center;
  }

  .navbar .megamenu ul {
    right: 0;
    padding: 10px;
    display: flex;
    background: #fff;
    justify-content: center;
  }

  .navbar .megamenu ul li {
    flex: 1;
  }

  .navbar .megamenu ul li a,
  .navbar .megamenu ul li:hover>a {
    color: var(--dark);
    background: var(--light);
    margin: 0.5rem;
    justify-content: flex-start;
    display: flex;
    flex-direction: column;
        align-items: center;
  }

  .navbar .megamenu ul li a:hover,
  .navbar .megamenu ul li .active,
  .navbar .megamenu ul li .active:hover {
    background: var(--primary);
    color: var(--light);
  }

  .navbar .dropdown .dropdown ul {
    top: 0;
    left: calc(100% - 30px);
    visibility: hidden;
  }

  .navbar .dropdown .dropdown:hover>ul {
    opacity: 1;
    top: 0;
    left: 100%;
    visibility: visible;
  }
}

@media (min-width: 992px) and (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

.ser-icon span {
    color: #fec40f;
}
.drop-ul li a {
    justify-content: flex-start;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.drop-ul li a span {
    font-size: 14px;
}
/*--------------------------------------------------------------
# Mobile Navigation
--------------------------------------------------------------*/
@media (max-width: 992px) {
  .navbar {
    position: fixed;
    top: 0;
    left: -100%;
    width: calc(100% - 70px);
    bottom: 0;
    transition: 0.3s;
    z-index: 9997;
  }

  .navbar ul {
    position: absolute;
    inset: 0;
    padding: 10px 0;
    margin: 0;
    background: var(--primary);
    overflow-y: auto;
    transition: 0.3s;
    z-index: 9998;
  }

  .navbar a,
  .navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 20px;
    font-size: 16px;
    font-weight: 500;
    color: var(--light);
    white-space: nowrap;
    transition: 0.3s;
  }

  .navbar a i,
  .navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
    padding: 0.5rem;
    color: #ffffff;
    background: #2a9ffe;
  }

  .navbar a:hover,
  .navbar .active,
  .navbar .active:focus,
  .navbar li:hover>a {
    color: var(--light);
  }

  .navbar .dropdown ul,
  .navbar .dropdown .dropdown ul {
    position: static;
    display: none;
    padding: 10px 0;
    margin: 10px 20px;
    transition: all 0.5s ease-in-out;
    border: 1px solid var(--secondary);
  }

  .navbar .dropdown>.dropdown-active,
  .navbar .dropdown .dropdown>.dropdown-active {
    display: block;
  }

  .mobile-nav-toggle {
    display: block !important;
    color: var(--secondary);
    font-size: 28px;
    cursor: pointer;
    line-height: 0;
    transition: 0.5s;
    position: fixed;
    top: 20px;
    z-index: 9999;
    right: 20px;
  }

  .mobile-nav-toggle.bi-x {
    color: var(--light);
  }

  .mobile-nav-active {
    overflow: hidden;
    z-index: 9995;
    position: relative;
  }

  .mobile-nav-active .navbar {
    left: 0;
  }

  .mobile-nav-active .navbar:before {
    content: "";
    position: fixed;
    inset: 0;
    background: var(--secondary);
    z-index: 9996;
  }
}

.logo {
    width:240px;
}

.breadcumb-cover {
    background-color: #052757;
    padding: 11.5rem 0 11rem;
    margin-top: 4.3rem;
    background-image: url(../img/services/breadcumb-1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right;
}

@media (max-width: 992px) {
  .breadcumb-cover {
    padding: 10rem 0 2rem;
    background-position: center;
}
}


@media (max-width: 612px) {
  .breadcrumb {
   box-shadow:none!important;
}
}

@media (max-width: 621px) {
  .breadcrumb a{
   margin-top:0.5rem;
}
}
.digital-bread{
    background-image: url(../img/services/digi-bread.jpg) !important;
}

.design-bread{
    background-image: url(../img/services/design-bread.jpg) !important;
}

.develop-bread{
    background-image: url(../img/services/devel-bread.jpg) !important;
}

.seo-bread{
    background-image: url(../img/services/seo-bread.jpg) !important;
}

.google-bread{
    background-image: url(../img/services/google-bread.jpg) !important;
}


.breadcrumb {
	display: inline-block;
	box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.35);
	overflow: hidden;
	border-radius: 5px;
	counter-reset: flag; 
}

.breadcrumb a {
	text-decoration: none;
	outline: none;
	display: block;
	float: left;
	text-align: center;
	    font-size: 1rem;
    font-weight: 700;
	line-height: 36px;
	color: white;
	padding: 0 10px 0 60px;
	background: #666;
	background: linear-gradient(#666, #333);
	position: relative;
}

.breadcrumb a:first-child {
	padding-left: 46px;
	border-radius: 5px 0 0 5px; 
}
.breadcrumb a:first-child:before {
	left: 14px;
}
.breadcrumb a:last-child {
	border-radius: 0 5px 5px 0; 
	padding-right: 20px;
}

/*hover/active styles*/
.breadcrumb a.active, .breadcrumb a:hover{
	background: #333;
	background: linear-gradient(#333, #000);
}
.breadcrumb a.active:after, .breadcrumb a:hover:after {
	background: #333;
	background: linear-gradient(135deg, #333, #000);
}

.breadcrumb a:after {
	content: '';
	position: absolute;
	top: 0; 
	right: -18px; 
	width: 36px; 
	height: 36px;
	transform: scale(0.707) rotate(45deg);
	z-index: 1;
	background: #666;
	background: linear-gradient(135deg, #666, #333);
	box-shadow: 
		2px -2px 0 2px rgba(0, 0, 0, 0.4), 
		3px -3px 0 2px rgba(255, 255, 255, 0.1);
	border-radius: 0 5px 0 50px;
}

.breadcrumb a:last-child:after {
	content: none;
}
.breadcrumb a:before {
	content: counter(flag);
	counter-increment: flag;
	border-radius: 100%;
	width: 20px;
	height: 20px;
	line-height: 20px;
	margin: 8px 0;
	position: absolute;
	top: 0;
	left: 30px;
	background: #444;
	background: linear-gradient(#444, #222);
	font-weight: bold;
}

.flat a, .flat a:after {
	background: white;
	color: black;
	transition: all 0.5s;
}
.flat a:before {
	background: white;
	box-shadow: 0 0 0 1px #ccc;
}
.flat a:hover, .flat a.active, 
.flat a:hover:after, .flat a.active:after{
	background: var(--secondary);
}

.slider-wrapper {
	width: 100%;
	overflow: hidden;
	position: relative;
	padding: 19rem 0;
	background-image: url("../img/bg-banner.html");
	background-repeat: no-repeat;
	background-size: cover;
}
.photobanner {
	position: absolute;
	display: flex;
	width: 100%;
	top: 34%;
	rotate: 346deg;
	transform: translate(10px, 10px);
	transform: translateY(-50%);
}


.photobanner img {
  margin: 0px 10px;
    width: 45%;
    box-shadow: 2px 2px 8px #8a8a8a;
   
    border: 2px solid #fff;
    border-radius: 15px;
}

.photobanner {
  animation: bannermove 50s cubic-bezier(0.33, 0.74, 1, 1) infinite;
  transform: rotate(-11deg); /* Added rotation */
}

@keyframes bannermove {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}


.slider-wrapper::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: #2a9ffe1f;
}

.slider-tt {
    position: absolute;
    top: 50%;
    left: 60px;
    transform: translateY(-50%);
    z-index: 2;
}

.top-wrap {
    padding: 1.5rem;
    border-radius: 20px;
    background: #f0f0f1e6;
}
.wrap-v {
    height: 100%;
    align-items: center;
    display: flex;
}
.my-top-bg {
	background-image: url("../img/bg-befor.html");
	background-size: cover;
	background-repeat: no-repeat;
	padding: 4.5rem 0!important;
	background-position: left;
}
.top-title h5 {
	font-size: 40px;
	font-weight: 600;
	color: #000;
}
.top-title h6 {
	font-size: 25px;
	font-weight: 600;
	color: #000;
	padding: 1rem 0;
}
.top-title p {
	font-size: 15px;
	color: #000;
}
.top-title p span {
	color: #000;
	font-weight: 800;
}




/*breadcrum*/

.back-image{
    padding:4.5rem .5rem!important;
    background-image: url(../images/pagetop-bg.jpg)!important;
    background-size: cover;
    background-repeat:no-repeat;
}

.text-edit-breadc h1{
    font-size: 2rem!important;
    color:#4761ff;
    font-weight: 500;
    
}

/*product inner page*/
.pro-inner-cover{
    margin-top: 3rem;
}

.pro-inner-wrap{
    border: 4px double #e9b87a;
    
}

.myform {
  margin-bottom: 2rem;
}
.proj-box {

    border-radius: 5%; 
    background: #fff;
    transform-style: preserve-3d;
    transition: 0.25s ease;
    box-shadow: 0 30px 30px rgba(0,0,0,0.5);
    cursor : pointer;
    background-image:url('../images/pagetop-bg.jpg');
    background-size: 100% 0%;
    transition: .4s;
}
.proj-box:hover{

    background-size: 100% 100%;
    transition: .4s;
}
.pro-view {
	float: left;
}
.pro-view img {
	width: 500px;
    border: 1px solid #e9b87a;
    margin: 0 2rem 0.5rem 0;
}
.proj-info h3 {
    font-size: 20px;
    text-align: center;
}
.service-text-contact {
    text-align: center;
}
.contact-page{
    margin-top: 2rem;
    margin-bottom:2rem;
}
.img-sty {
    filter: grayscale(1);   
}


/*counter*/
#counter {
 border-top: 1px solid var(--secondary);
 background: #0045a0;
 padding: 1rem;
 border-radius: 10px;
}
#counter li {
  flex: 1;
  font-size: 50px;
}
#counter span.percent:after {
  content: "+";
  display: inline-block;
  color: var(--secondary);
}
.percent {
    color: #ffffff;
}
.counter-li div {
    color: #fff;
    font-weight: 600;
    font-size: 18px;
}
.hm-f {
  font-size: 40px;  
}
.hm-dev-cover {
    margin: 3rem 0 2rem;
}

.web-page {
    padding: 5rem 0;
    background-image: url('../img/services/web-page.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    position: relative;
    
}
.web-page-wrap {
    position: relative;
}
.web-page-tt ,
.web-page-tt-2{
    font-size: 1.9rem !important;
    padding: 1rem 0 0.5rem 0;
    font-weight: 600;
    color: #000000de;
    font-family: 'Montserrat';
    line-height: 2.5rem;
}

.web-page-tt{
        z-index: 1;
    color: #fff;
    position: relative;
}
.no-web {
    color: #cfcfcb78;
    position: absolute;
    top: -32px;
    right: 0;
    font-family: 'Font Awesome 5 Free';
    letter-spacing: 4px;
    font-size: 66px;
    z-index: 0;
    font-weight: 600;
}
.web-m {
    max-width: 85%;
}
.web-m-a {
    position: absolute;
    bottom: -280px;
    z-index: 1;
}
.web-svg {
    margin-top: -0.5rem;
}
.web-wel-wrap {
    margin-top: 6.5rem;
}
.web-wel-side-wrap {
    background-image: url('../img/services/web-graph.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: center;
}
.web-wel-cover {
    padding-bottom: 4rem;
}
.web-p-tool {
    box-shadow: rgba(0, 0, 0, 0.2) 0px 18px 50px -10px;
    padding: 1rem;
}
.font-size-head{
    font-size: 2rem!important;
}

.digital-web-cover {
    padding: 5rem 0;
    position: relative;
    overflow: hidden;
}
.digi-row {
    align-items: center;
}
.digital-web-cover::before {
    position: absolute;
    content: "";
    width: 22%;
    height: 100%;
        background: linear-gradient(27deg, rgb(1 31 65) 0%, rgb(1 31 65) 35%, rgb(41 158 254) 100%);
    z-index: -1;
    top: 0;
    border-top-right-radius: 65px 91px;
}
.digital-web-cover::after {
    position: absolute;
    content: "";
    width: 22%;
    height: 100%;
        background: linear-gradient(27deg, rgb(1 31 65) 0%, rgb(1 31 65) 35%, rgb(41 158 254) 100%);
    z-index: -1;
    top: 0;
    right: 0;
    border-top-left-radius: 65px 91px;
}

.digital-wrap-side {
    background: #fff;
    padding: 1rem;
    box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
}
.visit-area {
    padding: 5rem 0;
}
.visit-wrap {
    background: linear-gradient(rgb(0 0 0 / 83%) ,rgb(0 0 0 / 83%)) , url(../img/services/digi-bg.jpg);

    padding: 1rem;
        background-attachment: fixed;
}
.digital-w {
    padding: 1rem;
    box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
}
.digi-h {
    height: 100%;
}


/*** Footer ***/

.footer_sec {
  width: 100%;
  padding: 80px 0;
}
.foo_top_header_one {
  background-color: #000;
  color: #fff;
}
.section_padding_100_70 {
  padding-top: 100px;
  padding-bottom: 70px;
}
.foo_top_header_one {
  color: #fff;
}
.kilimanjaro_part {
  margin-bottom: 30px;
}
.foo_top_header_one .kilimanjaro_part > h5 {
  color: #fff;
}
.kilimanjaro_part h4,
.kilimanjaro_part h5 {
  margin-bottom: 30px;
}
.kilimanjaro_single_contact_info > p,
.kilimanjaro_single_contact_info > h5,
.kilimanjaro_blog_area > a,
.foo_top_header_one .kilimanjaro_part > p {
  color: rgba(255, 255, 255, 0.5);
}


.kilimanjaro_bottom_header_one {
  background-color: #111;
}
.section_padding_50 {
  padding: 15px 0;
}
.kilimanjaro_bottom_header_one p {
  color: #fff;
  margin: 0;
}

.kilimanjaro_bottom_header_one a {
  color: inherit;
  font-size: 14px;
}

.m-top-15 {
  margin-top: 15px;
}
ul {
  margin: 0;
  padding: 0;
}
.kilimanjaro_widget > li {
  display: inline-block;
}
ol li,
ul li {
  list-style: outside none none;
}

.inner-page-blog ul li {
    list-style: outside disc none;
}
.kilimanjaro_widget a {
  border: 1px solid #333;
  border-radius: 6px;
  color: #888;
  display: inline-block;
  font-size: 13px;
  margin-bottom: 4px;
  padding: 7px 12px;
}
.kilimanjaro_links a {
  border-bottom: 1px solid #333;
  color: rgba(255, 255, 255, 0.5);
  display: block;
  font-size: 13px;
  margin-bottom: 5px;
  padding-bottom: 10px;
}
.kilimanjaro_links a {
  color: rgba(255, 255, 255, 0.5);
  font-size: 13px;
}
.top-15 {
  margin-top: 15px;
}
.foo_top_header_one .kilimanjaro_part > h5 {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}
.kilimanjaro_part h4,
.kilimanjaro_part h5 {
  margin-bottom: 20px;
}
.kilimanjaro_social_links > li {
  display: inline-block;
}
.kilimanjaro_social_links a {
  border: 1px solid #333;
  border-radius: 6px;
  color: #888;
  display: inline-block;
  font-size: 13px;
  margin-bottom: 3px;
  padding: 7px 12px;
}
.kilimanjaro_blog_area .kilimanjaro_date {
  color: #27ae60;
  font-size: 13px;
  margin-bottom: 5px;
}
.kilimanjaro_blog_area > p {
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.3;
  margin-bottom: 0;
}
.kilimanjaro_works > a {
  display: inline-block;
  float: left;
  position: relative;
  width: 33.33333333%;
  z-index: 1;
}
.kilimanjaro_thumb {
  left: 0;
  position: absolute;
  top: 0;
  width: 75px;
}
.kilimanjaro_links a i {
  padding-right: 10px;
}
.footer_area {
  position: relative;
  z-index: 1;
}
.footer_bottom p > i,
.footer_bottom p > a:hover {
  color: #27ae60;
}
.social_links_area {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 50px 0 30px 0;
  text-align: center;
  position: relative;
  z-index: 1;
}
.social_links_area > a:hover {
  color: #27ae60;
}
.inline-style .social_links_area > a:hover {
  background-color: transparent;
  color: #27ae60;
  border: 0px solid transparent;
}
.single_feature:hover .feature_text h4 {
  color: #27ae60;
}
.kilimanjaro_blog_area {
  border-bottom: 1px solid #333;
  margin-bottom: 15px;
  padding: 0 0 15px 90px;
  position: relative;
  z-index: 1;
}
.kilimanjaro_links a {
  border-bottom: 1px solid #333;
  color: rgba(255, 255, 255, 0.5);
  display: block;
  font-size: 13px;
  margin-bottom: 5px;
  padding-bottom: 10px;
}
.kilimanjaro_thumb img {
  width: 100%;
}
.kilimanjaro_single_contact_info a {
  color: rgba(255, 255, 255, 0.5);
}
.kilimanjaro_widget li a,
.kilimanjaro_social_links a {
  transition: 0.3s ease-in-out;
}
.kilimanjaro_widget li a:hover,
.kilimanjaro_social_links a:hover {
  background: #2a9ffe;
  color: #fff;
}
.kilimanjaro_links li a:hover {
  color: #2a9ffe;
}
#scroll-top {
  font-size: 23px;
  line-height: 0;
  border-radius: 100%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#scroll-top:hover {
  background: #f9a310;
  color: #000;
}
.header .sticky-header.fixed .logo {
  max-width: 155.25px;
}

.list li.active {
  font-weight: bold !important;
}


.copyright {
    color: var(--light);
}
.ft-c {
    color: var(--secondary);
}
.ft-c:hover {
    color: #fff;
}
.copyright {
    background: var(--primary);
}


.wvi-h-t {
    font-size: 40px;
}
.wvi-wel {
  background-color: #f1f1f2;
  overflow: hidden;
}
.wvi-wel .row::after {
  content: '';
  display: block;
  background: var(--secondary);
  position: absolute;
  top: 0;
  right: 0;
  width: 27%;
  height: 100%;
  position: absolute;
}
@media (max-width: 992px) {
  .wvi-wel .row::after {
    display: none;
  }
}
.wvi-wel .mbr-fallback-image.disabled {
  display: none;
}
.wvi-wel .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.wvi-wel .image {
  position: relative;
}
.wvi-wel .image::before {
  content: '';
  display: block;
  background: var(--primary);
  position: absolute;
  top: 0;
  left: 0;
  width: 90%;
  height: 100%;
  margin-left: 50px;
  border-radius: 10rem 0;
  border: 11px solid #2a9ffe;
}
.wvi-wel .image::before {
    border-bottom: none;
}
@media (max-width: 992px) {
  .wvi-wel .image::before {
    display: none;
  }
}
.wvi-wel .image-wrapper {
  position: relative;
  padding: 5rem 50px;
  height: 600px;
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .wvi-wel .image-wrapper {
    padding: 0 12px 60px 12px;
  }
}
.wvi-wel .image-wrapper::before {
  content: '';
  display: block;
  background: transparent;
  position: absolute;
  top: 2rem;
  left: 5rem;
  width: 150px;
  height: 150px;
  border: 20px solid #ee2947;
  border-radius: 50%;
}
@media (max-width: 992px) {
  .wvi-wel .image-wrapper::before {
    display: none;
  }
}
.wvi-wel .image-wrapper::after {
  content: '';
  display: block;
  background: #f3722f;
  position: absolute;
  bottom: -2rem;
  right: 7rem;
  width: 150px;
  height: 150px;
}
@media (max-width: 992px) {
  .wvi-wel .image-wrapper::after {
    display: none;
  }
}
.wvi-wel .image-wrapper img {
  max-width: 370px;
  max-height: 500px;
  object-fit: cover;
  z-index: 1;
  border-radius: 50px;
}
.wvi-wel .title {
  display: flex;
  align-items: center;
}
.wvi-wel .title-wrapper {
  padding: 0 110px;
  z-index: 1;
}
@media (max-width: 1200px) {
  .wvi-wel .title-wrapper {
    padding: 0 10px;
  }
}
@media (max-width: 992px) {
  .wvi-wel .title-wrapper {
    padding: 0 12px;
  }
}
.wvi-wel .title-wrapper .mbr-section-title {
  margin-bottom: 8px;
}
@media (max-width: 992px) {
  .wvi-wel .title-wrapper .mbr-section-title {
    margin-bottom: 25px;
  }
}
.wvi-wel .title-wrapper .mbr-text {
  margin-bottom: 16px;
  color: #000;
}
@media (max-width: 992px) {
  .wvi-wel .title-wrapper .mbr-text {
    margin-bottom: 0;
  }
}
.wvi-wel .mbr-section-title {
  color: #1e4381;
}
.wvi-wel .mbr-text {
  color: #1e4381;
}
.cid-tgtG3xWxwQ {
    padding-top: 5rem;
    padding-bottom: 0rem;
    background-color: var(--secondary);
}
.wvi-h-img {
    padding: 3rem 0;
}

.mbr-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  padding-top: 3rem;
  position: relative;
}

/*testimonial*/

.testimonial-u {
    position: relative;
    overflow: hidden;
    padding-top: 4rem;
}
.bg {
  position:absolute;
  width:100%;
  height:100%;
  top:0;
  left:0;
    background:linear-gradient(#fff0 , #fff0 , #fff), url(../img/team/cloud.jpg);
    background-size: cover;
    background-position: left;  
    filter: blur(2px);
}

.wrapper {
    display: flex;
    align-items: center;
    width: 100%;
}

.quote-row {
        min-height: 450px !important;
    margin: auto;
    width: 100%;
    max-width: 1440px;
    display: flex;
    align-items: center;
    position: relative;
    justify-content: center;
}
.quote-column {
    position: absolute;
    padding: 0 !important;
    overflow: hidden;
    transition-property:top, left, right, bottom;
    background: transparent;
    box-shadow: none;
}
.col-active {
    width: 33.33% !important;
    transform: translate(-50%, -50%)!important;
    top: 50%!important;
    left: 50%!important;
    bottom: unset!important;
    background: rgba(255, 255, 255, 0.375);
    box-shadow: 0 0.75rem 2rem 0 rgba(0, 0, 0, 0.1);
    border-radius: 1.3rem;
    border: 1px solid rgba(255, 255, 255, 0.37);
    overflow: hidden;
  z-index:1;
}

.col-inner {
    position: relative;
    width: 100%;
    max-width: 130px;
    align-items: stretch;
    justify-content: center;
    overflow: hidden;
}
.col-active .col-inner {
    max-width: 100%;
}

 
.author-meta{
    width: 100%;
    position: relative;
    border: none;
}
.col-active .author-meta{
    width: 100%;
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.432);
}

.image-cover{
    position: absolute;
    width:100%;
    float: left;
    aspect-ratio: 1/1;
    overflow: hidden;
    border-radius: 20px;
    z-index: 1;
    cursor: pointer;
}
.col-active .image-cover{
    position: relative;
    width:30%;
    max-width: 140px;
    float: left;
    aspect-ratio: 1/1;
    overflow: hidden;
    border-radius: 1.3rem 0rem 1.3rem 0rem;
    z-index: 1;
}


.author-info{
    width:70% ;
    float: left;
    padding: 10px;
    overflow: hidden;
    visibility: hidden;
}
.col-active .author-info{
    visibility: visible;
}

.author-info .author-name, .author-info .person-title{
    transform: translate(-100%, 0%);
    transition: .4s cubic-bezier(0.18, 0.89, 0.32, 1.28);
}

.show .author-info .author-name{
    transform: translate(0%, 0%);
}
.show .author-info .person-title{
    transform: translate(0%, 0%);
    transition-delay: .2s;
}

.person-name{
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 21.7px;
    color: #000;
    margin: 0;
    margin-bottom: 5px;
}

.person-title{
    font-family:Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #000;
    margin: 0;
}

.quote-wrapper{
    position: relative;
    width: 100%;
    margin: auto;
    color: #494949;
    padding: 20px 15px;
    text-align: center;
    overflow: hidden;
    visibility: hidden;
    z-index: 0;
}
.col-active .quote-wrapper{
    visibility: visible;
}
.box-image-inner img {
    object-fit: cover;
    position: relative;
    width: 100%;
    height: 100%;
}

.box-text-inner {
/*    width: 400px;*/
    margin: auto;
   color:#000;
}

.quote-wrapper .quote-symbol{
    font-size:14vw;
    line-height: 1em;
    position: absolute;
    top: 0;
    width: 50%;
    height: 100%;
    overflow: hidden;
    background-color: rgb(255, 255, 255);
    z-index: 1;
    transition: 0.4s cubic-bezier(0.55, 0.06, 0.68, 0.19);
}

.quote-wrapper .quote-symbol:first-child {
    left: 0%;
    text-align: right;
}

.quote-wrapper .quote-symbol:last-child {
    right: 0%;
    text-align: left;
}

.show .quote-wrapper .quote-symbol:first-child {
    left: -50%;
}

.show .quote-wrapper .quote-symbol:last-child {
    right: -50%;
}

/*--Arrow--*/
.arrows-wrap {
    position: unset;
}

.arrow {
    position: absolute;
    width: 30px;
    height: 30px;
    top: 72%;
    background-color: #494949;
    cursor: pointer;
    z-index:9999;
}

.left-arrow {
    float: left;
    left: 30px;
    clip-path: polygon(40% 0%, 40% 20%, 100% 33%, 100% 67%, 40% 80%, 40% 100%, 0% 50%);
}

.right-arrow {
    float: right;
    right: 30px;
    clip-path: polygon(0 33%, 60% 20%, 60% 0%, 100% 50%, 60% 100%, 60% 80%, 0 67%);

}



@media (min-width:640px){
    .col-active {
        width: 75% !important;
        height: unset!important;
        transform: translate(-50%, -50%)!important;
        top: 50%!important;
        left: 50%!important;
    }
}

@media (min-width:840px){
    .col-active {
        width: 50% !important;
    }
}

@media (min-width:1080px){
    .col-active {
        width: 33.33% !important;
    }
}

@media (max-width:640px){
    
    .quote-column{
        width: 90% !important;
        top:50%;
        position: absolute;
        opacity: 0;
        transform:translate(-50%, -50%)!important;
        left: 50%;
        height: auto!important;
        z-index: 0;
        transition: .5s all;
    }

    .col-active {
       opacity: 1;
        z-index: 1;
    }

    .col-inner {
        max-width: 100%;
    }
    .author-meta{
        width: 100%;
        display: flex;
        align-items: center;
        border-bottom: 1px solid rgba(255, 255, 255, 0.432);
    }
    .image-cover{
        position: relative;
        width:30%;
        max-width: 140px;
        float: left;
        aspect-ratio: 1/1;
        overflow: hidden;
        border-radius: 1.3rem 0rem 1.3rem 0rem;
        z-index: 1;
    }
    .quote-wrapper{
        visibility: visible;
    }
    

    .quote-wrapper .quote-symbol{
        font-size:34vh;
    }

}

.testimonial-u h4 {
    color: #000;
    position: absolute;
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
}
    
/*banner code*/
 #carouselExampleControls {
     width: 100%;
     padding: 8rem 0;
     margin: 0 auto;
     overflow: hidden;
     background: url(../img/banner-new.png) no-repeat;
     background-size: 100%;
     margin-top: 100px;
}
/* Shutter Out Vertical */
 .hvr-shutter-out-vertical {
    display: inline-block;
     vertical-align: middle;
     -webkit-transform: perspective(1px) translateZ(0);
     transform: perspective(1px) translateZ(0);
     box-shadow: 0 0 1px rgba(0, 0, 0, 0);
     position: relative;
     background: #e1e1e1;
     -webkit-transition-property: color;
     transition-property: color;
     -webkit-transition-duration: 0.3s;
     transition-duration: 0.3s;
}
 .hvr-shutter-out-vertical:before {
     content: "";
     position: absolute;
     z-index: -1;
     top: 0;
     bottom: 0;
     left: 0;
     right: 0;
     background-image: linear-gradient(to right, #00ccff , #0244c5);
     -webkit-transform: scaleY(0);
     transform: scaleY(0);
     -webkit-transform-origin: 50%;
     transform-origin: 50%;
     -webkit-transition-property: transform;
     transition-property: transform;
     -webkit-transition-duration: 0.3s;
     transition-duration: 0.3s;
     -webkit-transition-timing-function: ease-out;
     transition-timing-function: ease-out;
}
 .hvr-shutter-out-vertical:hover, .hvr-shutter-out-vertical:focus, .hvr-shutter-out-vertical:active {
     color: white;
}
 .hvr-shutter-out-vertical:hover:before, .hvr-shutter-out-vertical:focus:before, .hvr-shutter-out-vertical:active:before {
     -webkit-transform: scaleY(1);
     transform: scaleY(1);
}
 a.slider-btn {
    background: #2d8cd6;
     padding: 12px 15px 12px 15px;
     color: #fff;
}
 .carousel-caption p {
    padding-bottom: 15px;
     width: 100%;
     line-height: 26px;
     color: #fff;
     text-align: left;
     width: 80%;
}

 .image-caption-half img{
    width: 30%;
}
 .carousel-caption {
    position: inherit !important;
     text-shadow: inherit !important;
     left: 0% !important;
     text-align: left;
}
 .image-caption-half img {
    width: 65%;
}
 .caption-text span{
    font-family: 'Poppins', sans-serif;
     font-size: 36px;
     text-align: left !important;
     font-weight: bolder;
     /*line-height: 70px;*/
}
 a.slider-btn {
    padding: 8px 12px 8px 12px;
     text-transform: uppercase;
     background-color: #3085D9;
     background: linear-gradient(to bottom right, #01C9FC, #0D3FA2);
     color: #fff;
}
 .image-caption-half img {
     width: 85%;
     margin-top: 80px;
     margin-left: 75px;
}
 span.coloring {
     font-weight: 500;
     background-color: var(--primary);
     padding-left: 10px;
     padding-right: 10px;
}
 .caption-text {
    position: absolute;
     right: 0;
     bottom: 15%;
}
 .slider-two-image img{
    width: 100%;
     margin-left: 50px;
}

.inner-form ,
.inner-video{
    padding:1rem;
}

.container-iframe {
  position: relative;
  overflow: hidden;
  width: 100%;
   padding-top: 56.25%;
}

.responsive-iframe {
 position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: none;
}


.background-services{
    background-image: linear-gradient(7deg, #369ff7 30%,#0145a0 70%);
    padding:0;
    z-index:-99;
}

.image{
   background:linear-gradient(7deg, #369ff700 30%,#0145a0d6 70%), url(../img/services-back.png);
}

.outer-services-heading{
    color:white;
    padding: 1.5rem 0;
    
}
.outer-services-heading p{
    text-shadow: #ffffffb5 1px 0 10px;
}
.service{
    background-color: white;
    padding: 1.5rem;
    border-radius:20px;
    height:100%;
    display:flex;
    position:relative;
    flex-direction: column;
    align-items:center;
    justify-content:center;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}


.service img{
    height:200px;
    width:auto;
}

.service p{
    font-weight: 700;
}

.service .key-osm{
    text-shadow: #ffffffb5 1px 0 10px;
    font-weight: 700;
    font-size:1.25rem;
}

.service-1 .key-osm{
    color: red;
}

.service-2 .key-osm{
    color: Darkblue;
}

.service-3 .key-osm{
    color: orange;
}

.service-4 .key-osm{
    color: green;
}

.service-5 .key-osm{
    color: brown;
}

.service-6 .key-osm{
    color: purple;
}
.service:hover {
     background-color:#f3debf;
     animation-name: shake;
	 animation-duration: 2s;
	 animation-iteration-count: infinite;
	 animation-timing-function: linear;
	 transform-origin: 50% 100%;
}
 @keyframes shake {
	 0% {
		 transform: translate(1px,1px) rotate(0deg);
	}
	 10% {
		 transform: translate(-1px,-1px) rotate(-1deg);
	}
	 20% {
		 transform: translate(-1px,0px) rotate(1deg);
	}
	 30% {
		 transform: translate(0px,1px) rotate(0deg);
	}
	 40% {
		 transform: translate(1px,-1px) rotate(1deg);
	}
	 50% {
		 transform: translate(-1px,1px) rotate(-1deg);
	}
	 60% {
		 transform: translate(-1px,1px) rotate(0deg);
	}
	 70% {
		 transform: translate(1px,1px) rotate(-1deg);
	}
	 80% {
		 transform: translate(-1px,-1px) rotate(1deg);
	}
	 90% {
		 transform: translate(1px,1px) rotate(0deg);
	}
	 100% {
		 transform: translate(1px,-1px) rotate(-1deg);
	}
}
.service-button {
    content: "";
    display: flex;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 50px;
    height: 50px;
    border-radius: 18px 0;
    transition: inherit;
    align-items:center;
    justify-content:center;
    background-color: orange;

}

.service-button img{
    height: 25px;
    width: 25px;
    
}

.service-head-image{
    display:flex;
    justify-content:center;
    align-items:center;
}

    .Card {
        position: relative;
        text-align: center;
        border-radius: 74% 82% 70% 88%;
        display: table;
        align-items: center;
        height: 90%;
        width:90%;
        justify-content: center;
        background-color: rgba(255, 255, 255, .9);
        cursor: pointer;
        z-index: 1;
        transition: .5s;
        color: #227093;
    }

    .Card:before,
    .Card:after {
        content: '';
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        z-index: -1;
        animation: RotateDiv 5s linear infinite;
    }

    .Card:before {
        border-radius: 130% 151% 189% 166%;
        background-color: rgba(255, 255, 255, .7);
        animation-delay: 0s;
        transition: .5s;
    }

    .Card:after {
        border-radius: 145% 86% 80% 90%;
        background-color: rgba(255, 255, 255, .3);
        animation-delay: .2s;
        transition: .5s;
    }
    
     @keyframes RotateDiv {
        0% {
            transform: rotate(0deg);
        }

        100% {
            transform: rotate(360deg);
        }
    }
    
    
    /*technical support*/
    .technical-section{
       
    }
    
    .tech {
        background-color:white;
        
    }
    .tech-column-sub{
        margin:0.5rem;
        padding:2rem;
        
       -webkit-animation: AnimateBG 5s ease infinite;
        animation: AnimateBG 5s ease infinite;
        
    }
    
    
    .tcs-1{
        background-size: 300% 300%;
         
        border: 10px solid #fc7979;
        border-radius:  0px 50px;
        
        
    }
 
    
    .tcs-2{
        
        border: 10px solid #3f51b5cf;
        border-radius:  0px 45px;
    }
    .tcs-3{
        
        border: 10px solid #1fbb1fad;
        border-radius: 50px 0px;
    }
    
    .tcs-4{
        
        border: 10px solid orange;
        border-radius: 45px 0px;
    }
    
/***** inner-col ******/
.wrapper-tech{
        background-image: url() , linear-gradient(7deg,#0145a0 30%, #369ff7 70%);
}


.inner-col{
    padding: 2rem 1rem 3rem 1rem;
    position: relative;
    overflow: hidden;
    text-align:justify;
    /*box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;*/
}

.inner-col i{
    font-size:2rem;
    color:#fff;
    padding:1rem;
    border-radius:50px;
    margin:1rem;
}

.inner-col .i-1st{
    background:red;
}

.inner-col .i-2nd{
    background:orange;
}

.inner-col .i-3rd{
    background:green;
}

.inner-col .i-4th{
    background:purple;
}

.inner-col .circles:after{
    content: "";
    height: 100px;
    width: 100px;
    border-radius: 50%;
    position: absolute;
    z-index: 0;
    background-color: var(--bg-one);
        right: -85px;
    top: -12%;
}

.inner-col .circles:before{
    content: "";
    height: 100px;
    width: 100px;
    border-radius: 50%;
    position: absolute;
    z-index: 0;
    background-color:var(--bg-two);
    left: 0;
    bottom: -12%;
    }
    
.inner-col .circles:after,
.inner-col .circles:before
{    
animation: bounces 1s infinite;
}   

@keyframes bounces {
            0% {
               transform: translateX(-50%) scale(1.3);
            }
            50%{
              transform: translateX(-50%) scale(1.4);
            }
            100%{
                transform:translateX(-50%) scale(1.3);
            }
        }

.div-outer{
    position: relative;
    height:100%;
    
}

.div-outer .inner-col{
    height:100%;
    transition: .4s;
    background:#fff;
}

.div-outer .link-btn{
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
}

.div-outer .link-btn{
    display: inline-block;
    color: #000;
    border-radius: 10px;
    border: 1px solid lightgrey;
    padding: 0.4rem 1.5rem;
}


/*//seo page*/

.seo{
    background: linear-gradient(#2a9ffe ,#2a9ffe ,#2a9ffe ,#2a9ffe , #fff0);
}
.seo-img{
    padding: 2rem;
    text-align:center;
    position: relative;
}

.border-seo{
    position:relative;
}

.seo-edit .row{
    padding-right: 0!important;
    padding-left: 0!important;
}

.seo-img{
    background-color: var(--primary);
}
.seo-cont{
    overflow:hidden;
    padding:3rem 0;
    background-image: url('../img/seobg.gif');
    background-size:cover;
    
}
.seo-rocket{
    
}

.heading-seo{
    border: 5px double orange;
    padding: 1rem;
    font-size: 1.2rem;
    border-radius: 50px;
    display: inline-block;
    background-color: white;
}

.heading-seo span i{
    color: orange;
    margin-right: 1rem;
    transform: scale(1);
    animation: scales 1.5s alternate infinite ease-in;
    
}


@keyframes scales{
    0%{
        transform : scale(1);
    }
    
    50%{
        transform : scale(1.2);
    }
    100%{
        transform : scale(1);
    }
}
.seo-ser{
    padding: 1.2rem;
    color:black;
    background: white;
    position: relative;
    margin: 1rem 0;
    font-size:1.1rem;
    font-weight: bolder;
}

.seo-ser::after {
  content: "";
  position: absolute;
  top: 100%;
  height: 20px;
  width: 100%;
  left: 0;
  background: url('../img/paper.png') bottom;
  background-size: 200%;
}

.seo-mar{
    background-image:url('../img/SEO.html');
    background-size:cover;
    
}
.seo-mar{
    
  background-image: url("../img/SEO.html");
  background-size:contain;
  padding:2rem 0;
  background-repeat: repeat;
  font-family: "Montserrat", sans-serif;
  text-align: center;
  animation: marquee 30s infinite linear;
  
}
@keyframes marquee {
  0% {
    background-position: 0;
  }

  100% {
    background-position: -1190px;
  }
}

.seo-inner{
    background-color: white!important;
    padding: 2rem 1rem;
    border-radius: 50px;
}

.seo-inner1{
     background-color: var(--primary)!important;
    padding: 2rem 1rem;
    border-radius: 50px;
    color: white;
}
.seo-cont-sec {
    background: #3f51b5bf;
    padding: 1.2rem;
    color: white;
    font-weight: 300;
}


.seo-advantage i{
    color:red; 
    font-size:1.3rem;
    font-weight:bolder;
}



.new-seo-row .bg-clr-seo:nth-child(1) .types-seo{
    background-color: #ffd163;
}

.new-seo-row .bg-clr-seo:nth-child(2) .types-seo{
    background-color: #00d6b6;
}

.new-seo-row .bg-clr-seo:nth-child(3) .types-seo{
    background-color: #e5ac94;
}

.new-seo-row .bg-clr-seo:nth-child(4) .types-seo{
    background-color: #f9737a;
}

.new-seo-row .bg-clr-seo:nth-child(5) .types-seo{
    background-color: #c1cdf9;
}


.seo-p{
    padding-top: 3rem;
}
.types-seo{
    padding:1.5rem;
    border-radius: 30px;
}

.types-seo ul li{
    color: black;
}

.bg-clr-seo .types-seo{
    height: 100%;
    border: 6px double;
}
.about-bg{
    text-align:justify;
   background-image: linear-gradient(#ffffffc7,#ffffffbf),url(../img/bga.jpg);
    background-size: contain;
   background-attachment: fixed;
   overflow-x: hidden;
}
.heading-about{
    padding: 2rem 4rem;
    outline: 3px dashed white;
    color: black;
    font-weight: bold;
    outline-offset: -17px;
}

@media (max-width: 576px){
    .heading-about{
        padding: 2rem;
    }
}

.bg-color1{
    Background-color: #90daefe6;
}

.bg-color2{
    Background-color: orange;
}

.heading-about .display-5{
    color: #042b5d;
}

.about-sec{
    background-color: #089184;
    border-radius: 10px;
    outline: 10px double white;
    outline-offset: -20px;
}
.about-img{
   border-radius: 10px;
}

.about-v{
    padding: 2rem;
    color: black;
    text-align:center;
    border-radius: 10px;
    height: 100%;
    font-weight: bold;
}
.about-v img{
    height: auto;
    max-width: 50%;
    margin-bottom: 1rem;
}


.about-cont{
    color: white;
    font-weight: 500;
}

.cont-head{
    color:yellow;
}

.cont-head1{
    color:brown;
}
.about-v-1{
    background-color: #FF4C15;
}
.about-v-2{
    background-color: #122937;
}
.about-v-3{
    background-color: #5cca7b;
}
.about-v-4{
background-color:#f5dc4a;
}


/*contact us?*/


.contact-detail{
    padding: 1rem;
    color: white;
    height: 100%;
    margin: 0.5rem 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-radius: 25px;
}

.folded{
    padding: 0.7rem 1rem;
    background: linear-gradient(white, white);
    color: purple;
    border-radius: 10px;
}
.contact-address{
    background-color: var(--secondary);
}

.contact-phone{
    background-color: #5cca7b;
}

.contact-phone a{
    color: white;
}


.contact-mail{
    background-color: #FF4C15;
}
.contact-mail a{
    color: white;
}
.contact {
    background-image:url(../img/contact.svg);
    background-size: cover;
    background-repeat:no-repeat;
    background-position: center;
    position: relative;
}

.img-contact-size{
    width: 100px;
    height: 100px;
}


.page-title {
        color: #fff;
        font-size: 3rem;
        padding: 1rem;
        background-color:#ff4c15;
        animation: mover   1s infinite  alternate;
        display: inline-block;
        border: 5px solid white;
    }
    
  
    
    .contact-form{
    background: seashell;
    height: 100%;
    padding: 2rem;
    border-radius: 10px;
    border: 5px solid white;
    }

.contact-form-heading{
    padding: 0.5rem 1rem;
    background: #ff4c15;
    border-radius: 10px;
    display: inline-block;
    color: white 
}

.text-form-style{
    font-family: cursive;
    color: var(--primary);
    font-weight: bold;
}


/*sitemap*/

.sitemap-heading{
    position: relative;
    text-align: center;
    padding-top: 30px;
     animation: mover   1s infinite  alternate;
}

.sitemap-heading .testimonial-text {
    position: relative;
    text-align: center;
    background-color:#f15656;
   
}
.sitemap-heading h4{
 color: white;
}

.sitemap-heading .testimonial-text::before {
    position: absolute;
    content: "";
    bottom: -60px;
    left: 50%;
    transform: translateX(-50%);
    border: 30px solid;
    border-color: var(--light) transparent transparent transparent;
}

.sitemap-heading .testimonial-text::after {
    position: absolute;
    content: "";
    bottom: -59px;
    left: 50%;
    transform: translateX(-50%);
    border: 30px solid;
    border-color: #f15656 transparent transparent transparent;
}

  @keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}

.sitemap-back{
    padding:0.5rem 0.5rem!important;
    border-radius: 10px;
    background-image: url(../img/sitemap-back.html)!important;
    background-size: cover;
    background-repeat:no-repeat;
}
    
.sitemap-back a{
    padding: 0.5rem 1rem;
    border-radius: 10px;
    color: white;
    font-size: 1rem;
    font-weight: 400;
    width: 100%;
    display: block;
}

.sitemap-back-main .sitemap-back-upper:nth-child(even) .sitemap-back a{
    background-color: var(--primary);
}


.sitemap-back-main .sitemap-back-upper:nth-child(odd) .sitemap-back a{
    background-color: var(--secondary);
}

/*payment option page*/

.pay-gif-size{
    height: 100px;
    width: 100px;
    border-radius: 100%;
}

.payment-inner-sub{
    padding: 2rem 1rem;
}
.payment-inner-sub h5{
    font-size: 1rem!important;
}

.height-pay{
    height:100%;
}

.payment-inner-box{
    padding: 2.05rem;
    color: #000;
    background-color: #89464a;
    margin: 0;
    text-align: center;
    font-weight: bold;
    font-size: 1.5rem;
    font-family: inherit;
}

.payment-color{
    background-color:#01064a;
}


.payment-inner-sub{height: 100%;
     display:flex;
    align-items: center;
    justify-content:center;
    flex-direction: column;
}

.payment-box-sub .payment-box:nth-child(1){
    background-color: #ffd163;
}

.payment-box-sub .payment-box:nth-child(2){
    background-color: #00d6b6;
}

.payment-box-sub .payment-box:nth-child(3){
    background-color: #e5ac94;
}

.payment-box-sub .payment-box:nth-child(4){
    background-color: #b9595e;
}

.payment-box-sub .payment-box:nth-child(5){
    background-color: #c1cdf9;
}

.payment-box-sub .payment-box:nth-child(6){
    background-color: #aacdbd;
}


.payment-box-sub .payment-box:nth-child(7) {
    background-color: #718ff0;
}

.payment-box-sub .payment-box:nth-child(8) {
    background-color: #d33b52;
}

.clr-top{
    background-color: var(--secondary);
}
/***** inner-col-End ******/


/*media query*/

@media only screen and (max-width: 576px) {
  .about-sec{
      padding-right: 1rem;
      padding-left: 1rem;
  }
}


/*location*/

.loc-links a{
    color: black;
    font-weight: 500;
    
    
    
}
.loc-links{
    padding: 0.5rem 1rem;
    background-color: #d0fbd091;
    height: 100%;
}


.loc-links a i{
    color: #ff5722;
}

.loc-links a:hover{
    color: var(--primary);
}


.btn-close{
    opacity:1!important;
}
.modal{
    top:50px!important;
}


.modal .img-size{
    width:90%!important;
}

.modal-body{
    display:flex;
    justify-content:center;
}

.modal-footer{
    justify-content: center!important;
    font-weight: 600;
    font-family: cursive;
    font-style: italic;
    padding: 0!important;
}

.modal-footer a{ 
    color: var(--primary)!important;
}

.modal-footer a:hover{
    color: red!important;
} 

:root {
    --animation-curve: cubic-bezier(0.12, 0.7, 0.74, 0.71);
    --green: green;
    --blue: #4482ec;
    --animation-curve: cubic-bezier(0.12, 0.7, 0.74, 0.71);
}

.red-clr{
    color:red;
}

.blue-clr{
    color:var(--secondary);
}

.darkblue-clr{
    color:var(--primary);
}

.green-clr{
    color:green;
}

.orange-clr{
    color:#FF5722;
}

.yellow-clr{
    color:#ffa500;
}

.mehroon-clr{
    color:#800000;
}

.neon-clr{
    color:#74ee15;
}

.light-clr{
    color:#FFEB00;
}

.purple-clr{
    color:#301934;
}


.btn-of-free{
    position: fixed;
    z-index: 999;
    right: -55px;
    transform: rotate(-90deg) translateY(-50%);
    top: 50%;
    color: #190c00;
    background: #ed9900;
    font-size: 1.1rem;
    border: none;
    font-weight: 600;
    animation: Updown 1s infinite;
}

@keyframes Updown {
    0% {
    transform:rotate(-90deg) translateX(0px);
    }
    25% {
    transform:rotate(-90deg) translateX(10px);
    }
    50% {
    transform:rotate(-90deg) translateX(0px);
    }
    75% {
    transform:rotate(-90deg) translateX(-10px);
    }
    100% {
    transform:rotate(-90deg) translateX(0px);
    }
}

.btn-of-free:hover{
    color:#000;
    outline:5px solid #190c0099;
    
}

.call-mail{
    height:50px;
    width:auto;
}

.call-mail-1{
    height:40px;
    width:auto;
}

.my-head .ms-auto:nth-child(2){
    display:flex;
}

@media only screen and (max-width: 992px) {
    .my-head .ms-auto:nth-child(2){
    display:none;
}

}


@media only screen and (max-width: 1399px) {
    .icon-none{
    display:none;
}


}



.my-top-header {
    background: #fff;
    padding: 0.5rem;
    border-bottom: 2px solid var(--secondary);
    }
    

.top-head{
    padding: 0 0.5rem;
    color:var(--primary);
    font-weight:600;
    display: flex;
    justify-content: center;
    align-items: center;
    transition:0.2s;
}

.top-head-slash{
 
    color: black;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    transition:0.2s;
}
.top-head:hover{
    color:var(--secondary);
    font-weight:600;
    text-decoration:underline;
}

.social-icon{
    height: auto;
    width: 65px;
}

.sticky-topp{
    position:relative;
}

.my-first-header{
    background:transparent;
}

.headerimg{
    background-image: url(../img/headerimg.html);
    background-repeat:repeat-x;
    background-repeat-x:repeat;
    background-repeat-y:no-repeat;
    padding:10px 0;
    background-color:#fff0;
}


.sticky-topp{
    position:absolute;
    top:0;
    width:100%;
    z-index:999;
}

/*buttons*/
.btn-my{
    display:inline-block;
    margin:1rem 0 0 0;
    padding:.5rem 1rem;
    border:none;
    font-weight:bold;
    border-radius:10px;
    background:#2a9ffe;
    color:#fff;
    box-shadow: 5px 5px 0px black;
    outline:2px solid black;
    outline-offset:4px;
    transition: 0.3s;
}

.btn-my-2{
    display:inline-block;
    margin:1rem 0 0 0;
    padding:.5rem 1rem;
    border:none;
    border-radius:10px;
    background:#fff;
    color:#000;
    font-weight:bold;
    box-shadow: 5px 5px 0px black;
    outline:2px solid black;
    outline-offset:4px;
    transition: 0.3s;
}

.btn-my-2:hover{
    color:#000;
    box-shadow: -5px -5px 0px black;
}

.btn-my:hover{
    color:#fff;
    box-shadow: -5px -5px 0px black;
}

.keyword-up{
    display:inline-block;
    border-bottom:3px solid grey;
    font-weight:bold;
}

.keyword{
    display:inline-block;
    padding:0.5rem 0;
    font-family: system-ui;
    font-size:2rem;
    border-bottom:3px solid;
    font-weight:600;
    margin:0.1rem 0;
}

/****** Header *******/
.my-second-header{
    background:transparent;
    padding:1rem 0;
}


/******* Scroll ******/
body::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}

body::-webkit-scrollbar
{
	width: 12px;
	background-color: #F5F5F5;
}

body::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #ff0000;
}

#mySidenav::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}

#mySidenav::-webkit-scrollbar
{
	width: 12px;
	background-color: #F5F5F5;
}

#mySidenav::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: var(--primary);
}

/****** Carousel ******/

/******about*******/

.wrapper-about{
    background:linear-gradient(#ffffff3d , #ffffffb8 ,#ffffff63) , url(../img/aboutbg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
}

.head-about{
    border-radius :10px;
    border-bottom:3px solid #FF5722;
    display:inline-block;
    padding:0.2rem 1rem;
    font-weight:600;
}

.shake-y{
            animation: hr-shaking 1s infinite;
        }

        @keyframes hr-shaking {
        0% { transform: translateY(0) }
        25% { transform: translateY(5px) }
        50% { transform: translateY(-5px) }
        75% { transform: translateY(5px) }
        100% { transform: translateY(0) }
        }

.wrapper-about{
    position:relative;
    overflow-x:hidden;
}

.section-image-2{
    position:absolute;
    height:auto;
    width:300px;
}
.section-image{
    position:absolute;
    height:auto;
    width:200px;
}

.w-a-text{
    position:absolute;
    color:#fff;
}

.w-a-text-1{
    top:20px;
    left:80px;
}

.w-a-text-2{
    top:20px;
    left:109px;
}

.section-image{
    left:-10px;
    bottom:10%;
}

.section-image-2{
    right:-20px;
    top:15%;
}

.section-image .inner,
.section-image-2 .inner{
    height:100%; width:100%;
    position:relative;
}
.inner-about{
    padding:1rem;
    text-align:justify;
}

.div-about{
    position:relative;
}

.text-about{
    position:absolute;
    top:30%;
    left:50%;
    transform:translate(-50% , -50%);
    z-index:1;
    color:white;
    font-weight:500;
    animation: bounce 1s infinite;
}   

@keyframes bounce {
            0% {
               transform: translateX(-50%) scale(1.3);
            }
            50%{
              transform: translateX(-50%) scale(1.4);
            }
            100%{
                transform:translateX(-50%) scale(1.3);
            }
        }


.border-about{
    width: 75%;
    margin: 0 auto;
    background-image: url('../img/bg-tt.png');
    background-size: cover;
    padding: 2.5rem 0.5rem;
    background-position: center center;
    background-repeat: no-repeat;
}

/*Animations*/
.shake-x{
    animation: x-shaking 1s infinite;
}

@keyframes x-shaking {
  0% { transform: rotate(0deg); }
  15% { transform: rotate(1.5deg) ; }
  30% { transform: rotate(3deg) scale(1.1); }
  50% { transform: rotate(0deg); }
  70% { transform: rotate(-3deg) scale(1.1); }
  85% { transform: rotate(-1.5deg) ; }
  100% { transform: rotate(0deg); }
}

.shake-y{
    animation: hr-shaking 1s infinite;
}

@keyframes hr-shaking {
 0% { transform: translateY(0) }
 25% { transform: translateY(5px) }
 50% { transform: translateY(-5px) }
 75% { transform: translateY(5px) }
 100% { transform: translateY(0) }
}

.col-for-vision{
    padding:0.6rem;
    border-radius:10px;
    position:relative;
    height: 100%;
}

.col-for-vision i {
    font-size:2.5rem;
    padding:0.5rem;
    color:#b49969;
}


 .card {
    position: relative;
    place-items: center;
    overflow: hidden;
    border-radius: 10px;
    z-index:8 ;
    background: #fff;
}


.card::before {
    content: '';
    position: absolute;
    width: 200%;
    background-image: linear-gradient(var(--secondary), var(--secondary));
    height: 50%;
    animation: rotBGimg 3s linear infinite;
    transition: all 0.2s linear;
    left: -100px;
    z-index: 9;
    }

    @keyframes rotBGimg {
        from {
            transform: rotate(0deg) ;
        }

        to {
            transform: rotate(360deg) ;
        }
    }

.card::after {
    content: '';
    position: absolute;
    background: var(--secondary);
    inset: 5px;
    border-radius:10px;
    z-index:10;
}

.container-outer-vision{
    background-image:linear-gradient(7deg,#0145a0 30%, #369ff7 70%);
}

.image-2{
    background: linear-gradient(7deg, rgba(54, 159, 247, 0) 30%, #369ff7 ) ,url(../img/services-back.png);
}

.container-border{ 
    border-top:3px solid #fff;
}   
.col-for-vision img{
    border-radius:10px;
    z-index: 11;
}
.card-present{
    background:#ffe200;
    border-radius: 50% 50% 29% 71% / 44% 74% 24% 39%;
}
        
.col-for-vision-img{
   position: absolute;
    bottom: 22px;
    left: 50%;
    transform: translateX(-50%) scale(1.3);
    animation: bounce 1s infinite;
}   

@keyframes bounce {
            0% {
               transform: translateX(-50%) scale(1.3);
            }
            50%{
              transform: translateX(-50%) scale(1.4);
            }
            100%{
                transform:translateX(-50%) scale(1.3);
            }
        }
        
        /************Form****************/
.form-outer{
    background:#fff;
    border: 2.5px solid black;
    position:relative;
}

.form-outer .sale-img{
    position:absolute;
    top: -86px;
    left: -45px;
    height: 40%;
    animation: hr-shaking 1s infinite;
        }

        @keyframes hr-shaking {
        0% { transform: translateY(0) }
        25% { transform: translateY(5px) }
        50% { transform: translateY(-5px) }
        75% { transform: translateY(5px) }
        100% { transform: translateY(0) }
        }


.form-us{
    position:relative;
}

.form-us .ab-vd-back {
    position: absolute;
    height: 100%;
    width: 100%;
    background: linear-gradient(#fff0 , #fff0) , url(../img/video-bg.png);
    z-index: -1;
    top: 50%;
    transform: translateY(-50%);
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
}


/********vvideeo*********/

.inner-video{
    padding:1rem;
    position:relative;
}

.inner-video .video-tag{
    position:absolute;
    height:85%;
    width:90%;
    border:3px solid ;
    top:0; left:0;
    z-index:-1;
    border-radius:10px 0 0 0 ;
}

/****** Faq ******/
.wrapper-faq{
    position:relative;
    overflow:hidden;
}

.wrapper-faq .circle:after{
    position:absolute;
    content:"";
    height:350px;
    width:350px;
    border:50px solid #79c8ff;
    border-radius:50%;
    background:#79c8ff;
    top: -56px;
    left: -200px;
    z-index: -9;}
    
.wrapper-faq .circle:before{
    position:absolute;
    content:"";
    height:350px;
    width:350px;
    border:50px solid #79c8ff;
    border-radius:50%;
    background:#79c8ff;
    bottom: -56px;
    right: -200px;
    z-index: -9;
}
    
.wrapper-faq .circle:before,
.wrapper-faq .circle:after{
    
    animation: scaling 2s var(--animation-curve) infinite;
}

@keyframes scaling {
  0% {
    transform: scale(1);
    border-color:#79c8ff;
  }
  50% {
    transform: scale(3);
    border-color: #fff;
  }
  100%{
      transform: scale(1);
    border-color:#79c8ff;
  }
}

.accordion-button{
    background:#9e9e9e3d;
    position:relative;
}

.accordion-button-odd{
    background:#2a9ffec9;
    color:#fff;
}

.accordion-button .faqimg{
    height: 30px;
    padding-right: 1rem;
}

.accordion .accordion-item{
    border-radius:10px; 
    border:none;
    margin: 0.2rem 0;
}

.accordion-flush .accordion-item .accordion-button {
    border-radius: 10px;
}

.accordion-button:not(.collapsed) {
    color: #fff;
    background-color: var(--primary);
    box-shadow: inset 0 -1px 0 rgba(0,0,0,0.125);
}

.accordion-button::after {
    filter: brightness(0);
    background-image:url(../img/question.png);
}

.accordion-button:not(.collapsed)::after {
    filter: brightness(10.5);
    background-image:url(../img/ans.png);
    transform:rotate(0deg);
}

.accordion-body {
    padding: 1rem 1.25rem;
    border-left: 2px solid var(--primary);
    border-radius: 0 10px;
}

.inner-faq{
    padding:1rem;
}

/*****Foooter*****/

.section-entry-mine{
    padding:13rem 0 2rem 0;
}

.footer{
    background: linear-gradient(#fff0 , #fff0), url(../img/footerbg.jpg);
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
}

.footer-head{
    font-size: 1.2rem;
    font-weight: bold;
    border-bottom: 3px solid;
    display: inline-block;
    padding: 1rem 0 0;
    margin: 0 0 1rem;
    color:#fff;
}

.inner-footer{
    padding:1rem;
}

.my-row-footer-2 .col-lg-12:nth-child(1){
   padding:1.5rem 0 0 0;
}

.link-btn{
    color:#fff;
}

.link-btn:hover{
    font-weight:600;
    color:#fff;
}

.links-meet-1 .link-btn::before ,
.links-meet .link-btn::before{
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right:5px;
}

.inner-footer .links-meet .link-btn{
    padding: 0.5rem 0 0.2rem 0;
    border-bottom: 1px dashed White;
    display:block;
    font-size:0.92rem;
}

.inner-footer-outer{
    position:relative;
}

.links-meet-1,
.links-meet-2,
.links-meet-3,
.links-meet-4{
    position:relative;
}

.links-meet-1 a{
    width:100%;
    display:block;
}

.inner-footer .link-meet-3 a{
    border-left:3px solid #fff;
    padding:0 0.2rem 0 0.5rem;
}

.inner-footer .link-meet-3 a:nth-child(1){
    border-left:none;
}

.inner-footer .link-meet-4 .contact{
    height: 50px;
    width: 50px;
    background: #fff;
    padding: 0.1rem;
    border-radius: 50%;
}

.inner-footer-3,
.inner-footer-4{
    text-align:center;
}

/*wrapper-lay
*/
.lay-outer{
    background:linear-gradient(#ffffffe0 , #2a9ffe85 , #fff0);
    overflow:hidden;
    
}

.wrapper-lay{
    background:linear-gradient(#ffffffe0 , #fff0 , #ffffffe0) , url(../img/laybg.png);
}

.inner-lay{
    padding:1rem;
}

.ul-ul{
    /*padding-left:1rem;*/
    padding-bottom:1rem;
}

.ul-ul li{
    padding:0.2rem 0  0 0 ;
}

.ul-ul li::before{
    padding:0 0.8rem 0 0 ;
    font-family: "Font Awesome 5 Free";
    content:"\f0a4";
    font-size:1.2rem;
    color:#000;
}


.ul-uli{
    /*padding-left:1rem;*/
    padding-bottom:1rem;
    color: white;
}

.ul-uli li{
    padding:0.2rem 0  0 0 ;
}

.ul-uli li::before{
    padding:0 0.8rem 0 0 ;
    font-family: "Font Awesome 5 Free";
    content:"\f0a4";
    font-size:1.2rem;
    color:#fff;
}

.inner-lay-1,
.inner-lay-2,
.inner-lay-3{
    position:relative;
}

.inner-lay-1 img,
.inner-lay-2 img,
.inner-lay-3 img{
    z-index:2;
    position:relative;
}

.inner-lay-1 .circle,
.inner-lay-2 .circle,
.inner-lay-3 .circle{
    position:absolute;
    content:"";
    top:0;
}

.inner-lay-1 .circle{
    height:140%;
    width:150%;
    right:-50%;
    top:-250px;
    clip-path: polygon(30% 0, 100% 0%, 100% 100%, 0% 100%);
    background:#03a9f466;
}

.inner-lay-2 .circle{
    height:100%;
    width:150%;
    left:-50%;
    clip-path: polygon(0% 0%, 75% 0%, 100% 50%, 75% 100%, 0% 100%);
    background:#00bdff6e;
}

.inner-lay-3 .circle{
    clip-path: polygon(28% 6%, 61% 3%, 100% 0%, 126% 100%, 0% 100%);
    right: -30%;
    background:#2196f3ab;
    height:100%;
    width:100%;
}
/*////////*/

.g-prom{
    background:linear-gradient(#ffffff12 ,#ffffff4a, #ffffff0a ,#fff) , url(../img/promobg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
}

.inner-promo{
    padding:1rem;
}

.inner-promo p{
    padding:1rem 0 0 0;
}

/*////////////////////////*/

.wrapper-testi{
    background: linear-gradient(#ffffff12 ,#ffffff4a, #ffffff0a ,#fff) , url(../img/promobg.png);
    background-attachment:fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
}
.inner-testi{
    position:relative;
    overflow:hidden;
    padding:1.7rem;
    border-radius:10px;
    height:100%;
    font-size: 1.1rem;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
    z-index:3;
    font-weight:500;
}

.testi-name{
    font-size:1.2rem;
    text-align:right;
    font-weight:500;
}


.inner-testi-even{
    background:#0045a0de;
    color:#fff;
}

.inner-testi-odd{
    background:#2a9ffe85;
    color:#000;
}

/********************************/
.inner-policy{
    padding:1rem;
}
/*************** Whatsapp icon *****************/
.phone {
  z-index: 2;
  animation: phone 1s var(--animation-curve) infinite alternate-reverse;
  display: grid;
  justify-content: center;
  align-items: center;
  border: 0.5px white solid;
}

.material-icons i{
  color: white;
    font-size:1.7rem;
    display:flex;
    justify-content: center;
    align-items: center;
}

.phone {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  position: fixed;
  bottom:55px;
  left:40px;
  z-index: 5;
  border:none !important;
}

.circle-1,.circle-2 {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  /*background-color: green;*/
  position: fixed;
  animation: scaling2 2s var(--animation-curve) infinite;
 bottom:55px;
  left:40px;
  z-index: 4;
}

@keyframes scaling2 {
  0% {
    transform: scale(1);
    background-color: var(--green);
  }
  100% {
    transform: scale(3);
    background-color: rgba(245, 0, 182, 0);
  }
}

@keyframes phone {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.3);
  }
}
.circle1 {
  animation-delay: 0s;
}
.circle2 {
  animation-delay: 1s;
}

.tagline-outer{
    
}

.taglines{
        font-size: 1.15rem;
    font-weight: 600;
    font-family: cursive;
    font-style: italic;
    display: inline-block;
    padding: 0.3rem 1rem;
    margin: 0 !important;
    background: #fff;
    border-radius: 8px;
    color: darkblue;
    width:48%;
}

.taglines span:nth-child(1){
    color:darkgreen;   
}

.taglines span:nth-child(2){
    color:red;   
}

/***********************Blog*************************/

.inner-blog{
    padding:0.7rem;
    background:linear-gradient(0deg, #fff 10%, #2a9ffe 130%);
    border-radius:10px;
    height:100%;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

.inner-blog .blog-box{
    background:#fff;
    margin:.7em 0 0 0;
    border-radius:10px;
}

.inner-blog .blog-box h4{
    text-align:center;
    padding: 1rem .5rem .5rem;
    margin:0;
}

.inner-blog .blog-box h4 i {
    color:var(--secondary);
}

.inner-page-blog{
    padding:1rem;
}

.project-item{
        padding: 1rem;
    background: red;
    border-radius: 8px;
    color: #fff;
    font-size: 1.05rem;
    font-weight: 600;
    height: 100%;
    width: 100%;
}

.project-item-1{
    background-color:#e07a5f;
}
.project-item-2{
    background-color:#3d405b;
}
.project-item-3{
    background-color:#81b29a;
}
.project-item-4{
    background-color:#e5989b;
}
.project-item-5{
    background-color:#264653;
}
.project-item-6{
    background-color:#718ff0;
}
.project-item-7{
    background-color:#5e412f;
}
.project-item-8{
    background-color:#2a9d8f;
}
.project-item-9{
    background-color:#d33b52;
}

.call {
  z-index: 2;
  animation: call 1s var(--animation-curve) infinite alternate-reverse;
  display: grid;
  justify-content: center;
  align-items: center;
  border: 0.5px white solid;
}

.material-icons-1 i{
  color: white;
    font-size:1.7rem;
    display:flex;
    justify-content: center;
    align-items: center;
}

.call {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  position: fixed;
  bottom:180px;
  left:40px;
  z-index: 5;
  border:none !important;
}

.circle3,.circle4 {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  position: fixed;
  animation: scaling1 2s var(--animation-curve) infinite;
 bottom:180px;
  left:40px;
  z-index: 4;
}

@keyframes scaling1 {
  0% {
    transform: scale(1);
    background-color: var(--blue);
  }
  100% {
    transform: scale(3);
    background-color: rgba(245, 0, 182, 0);
  }
}

@keyframes call {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.3);
  }
}
.circle3 {
  animation-delay: 0s;
}
.circle4 {
  animation-delay: 1s;
}
