@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap');
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
  }
 
  ::selection{
    background: rgb(0,123,255,0.3);
  }

/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #888; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; 
}

body {
    font-family: poppinsregular,sans-serif;
    font-size: 18px;
    color: #616161;
    line-height: 33px;
}
:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    --font-family-monospace: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
}

*, ::after, ::before {
    box-sizing: border-box;
}
html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent;
}

a {
    transition: .4s all ease-in-out;
    text-decoration: none;
}
.container {
    max-width: 100%;
}
.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    
   
	
}
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
h1{
	font-family:poppins !important;
	font-size:2.5rem !important;
	font-weight:700 !important;
	
	
}
p{
	font-family:sans-serif !important;
	font-size:1rem !important;
}

body {
    margin: 0;
    
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
}
/* header strts */

.dropdwn{
	margin:0 auto;
	
}
nav{
	
	background-color:white;
	box-shadow: 0 10px 15px rgba(0,0,0,0.1);

}
.logo{
	padding:5px 0 0 80px;
	
}





nav ul{
	padding: 0;
    margin: 0;
    float: right;
    margin-right: 30px;
    margin-top: 19px ;
	
}
nav ul li{
	
    position: relative;
    list-style: none;
    display: inline-block;
	
    
	}
nav ul li a{
	display:block;
	padding:0 15px;
	color:black;
	text-decoration:none;
	line-height:60px;
	font-size:18px;
	font-weight:500;
}
nav ul li a button:hover{
	display:block;
	padding:0 15px;
	color:white;
	text-decoration:none;
	line-height:60px;
	font-size:20px;
	font-weight:500;
	
	background-color:#009bcb;
}
nav ul li a:hover{
	background-color:#009bcb;
	color:white;
	text-decoration:none;
	
	
}
nav ul a button{
	    background: #009bcb;
    border: 1px solid #009bcb;
    border-radius: 6px;
    padding: 8px;
    font-size:18px;
    font-weight: 500;
    color: cornsilk;
	cursor:pointer;
	margin:10px;
}

nav ul a button:hover{
background:#0f3959 !important;
color:white !important;
transition: transLateY(3) rotate(90deg) !important; 
}
nav ul ul{
	position:absolute;
	top:60px;
	background:#009bcb;
	display:none;
	z-index:999;
	    margin: 0;
	
	
}
nav ul ul li a{
	color:white;
	font-size:15px;
}
nav ul ul li a:hover{
	color:black;
	background:white;
}
nav ul li:hover > ul {
	display:block;
	animation: downOut 300ms ease-in-out ;
	transform-origin: center center;
	z-index:9999;
	
}
@keyframes downOut {
     0% {
        transform: translateZ(200px) transLateY(40px);
    }
    80% {
        transform: translateZ(-10px) transLateY(0px);
    }
    100% {
        transform: translateZ(0px) transLateY(0px);
    }
}

nav ul ul li{
	width:250px;
	float:none;
	display:list-item;
	position:relative;
	
}


.bottom_nav{
	
	background-color:#009bcb;
	box-shadow: 0 10px 15px rgba(0,0,0,0.1);
}
.bottom_nav a{
  text-decoration: none;
  color: #111111;
}
.bottom_nav ul{
	    padding: 0;
    margin: 0;
    text-align: center;
    justify-content: space-evenly;
    display: flex;

	
}
.bottom_nav ul li{
	    background-color: #009bcb;
    position: relative;
    list-style: none;
    display: inline-block;
    justify-content: space-evenly;
	height:60px;
	
	
}
.bottom_nav ul li a{
	display: block;
    color: white;
    text-decoration: none;
    line-height: 60px;
    font-size: 18px;
    padding-left: 5px;
    font-weight: 500;
    font-family: poppinsmedium;
	
}
.bottom_nav ul li a:hover{
	background-color:white;
	color:black;
	text-decoration:none;
	
}
.bottom_nav ul ul{
	position:absolute;
	top:60px;
	display:none;
	right: -100px;
	z-index:1;
}
.bottom_nav ul li:hover > ul {
	display:block;
	animation: downOut 300ms ease-in-out ;
	transform-origin: center center;
	
	z-index:999 !important;
}
@keyframes downOut {
     0% {
        transform: translateZ(200px) transLateY(40px);
    }
    80% {
        transform: translateZ(-10px) transLateY(0px);
    }
    100% {
        transform: translateZ(0px) transLateY(0px);
    }
}

.bottom_nav ul ul li{
	width: 250px;
    float: none;
    display: list-item;
    position: relative;
    text-align: start !important; 
	
	
}
/* header ends */


/* home background starts from here */

.homeintro{
	 width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: inherit;
	
}
.homeintro .intro-content-in{
	text-align: center;
	position: absolute;
}
.homeintro .overlay-intro{
	
	position: absolute;
	top: 0;
	left: 0;
	padding: 0;
	height: 100%;
	widows: 100%;
	opacity: .9;
		
}
.homeintro .title-intro a button{
	color: #f5f5f5;
	font-weight: 600;
	font-size: 4rem;
	text-align: center;
	padding-left: 350px;
	padding-top: 250px;
}
.homeintro .sub-intro{
	font-size: 28px;
	font-weight: 600;
	padding-left: 380px;
}
/* home background ends  */
section .award-strip {
    background: white !important;
    border-bottom: 1px solid #c3c2c2;
    padding: 10px;
}
section .award-recognization img {
     width: 135px;
    height: 115;
    margin-left: 10px;
    padding: 12px;
}
.award-recognization h3 {
    font-size: 18px;
    text-transform: uppercase;
    padding-bottom: 18px;
    position: relative;
    color: #272727;
    font-weight: 600;
    z-index: 1;
    margin: 0;
    padding: 10px 0;
    position: relative;
    margin-bottom: 10px;
    font-family: poppinsregular;
}
.digital-marketing-txt {
    background: #ececec;
    padding: 40px 0;
    text-align: center;
}
.digital-marketing-txt .text-ui p {
    text-align: justify-content;
    line-height: 33px;
    color: #454343;
    font-family: sans-serif;
	margin:20px;
}
.digital-marketing-txt .text-ui p {
    font-size: 18px;
	text-align:center;
}
.digital-marketing-txt .text-ui p {
    text-align: justify;
    line-height: 33px;
    color: #454343;
}
.digital-marketing-txt .text-ui h1 {
        font-family: 'Poppins';
    color: #253f50;
    margin-bottom: 20px;
    font-weight: 700;
}

section .faq-section{
	width:50%;
	flex:1;
	display:flex;
	
}
.award-recognization h1{
    color:#0f3959;
}
.cards h1{
    color:#0f3959;
}
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap');
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
}

::selection{
  background: rgb(0,123,255,0.3);
}
.wrapper{
  max-width: 600px;
  padding: 0 20px;
}
.wrapper .parent-tab,
.wrapper .child-tab{
  margin-bottom: 8px;
  border-radius: 3px;
  box-shadow: 0px 0px 15px rgba(0,0,0,0.18);
}
.wrapper .parent-tab label,
.wrapper .child-tab label{
  background: #007bff;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  border-radius: 3px;
  position: relative;
  z-index: 99;
  transition: all 0.3s ease;
}
.wrapper .parent-tab label:hover{
  background: #006fe6;
}
.parent-tab input:checked ~ label,
.child-tab input:checked ~ label{
  border-radius: 3px 3px 0 0;
  background: #006fe6;
}
.wrapper label span{
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  text-shadow: 0 -1px 1px #0056b3;
}
.wrapper .child-tab label span{
  font-size: 17px;
}
.parent-tab label .icon{
  position: relative;
  height: 30px;
  width: 30px;
  font-size: 15px;
  color: #007bff;
  display: block;
  background: #fff;
  border-radius: 50%;
  text-shadow: 0 -1px 1px #0056b3;
}
.wrapper .child-tab label .icon{
  height: 27px;
  width: 27px;
}
.parent-tab label .icon i{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.parent-tab input:checked ~ label .icon i:before,
.child-tab input:checked ~ label .icon i:before{
  content: '\f068';
}
.wrapper .parent-tab .content,
.wrapper .child-tab .sub-content{
  max-height: 0px;
  overflow: hidden;
  background: #fff;
  border-radius: 0 0 3px 3px;
  transition: all 0.4s ease;
}
.parent-tab input:checked ~ .content,
.child-tab input:checked ~ .sub-content{
  max-height: 100vh;
}
.tab-3 input:checked ~ .content{
  padding: 15px 20px;
}
.parent-tab .content p,
.child-tab .sub-content p{
  padding: 15px 20px;
  font-size: 16px;
}
.child-tab .sub-content p{
  font-size: 15px;
}
input[type="radio"],
input[type="checkbox"]{
  display: none;
}


section .form {
    flex:1;
    
	
	
	
}
section .form h1{
	font-weight: 700;
    text-align: center;
    margin-top: 30px;
    color: #009bcb;
    font-family: 'Poppins';
}
 section .form .form1 input{
	 margin-left:85px;
	 width:500px;
	 background:none;
	 border:none;
	 margin-top:10px;
	 border-bottom:2px solid lightgrey;
	 font-size: 1.5rem;
    padding: 7px;
	
 }
 
 section .form .form1 input:hover{
	 border-bottom:2px solid #009bcb;
	 transform: all .5s ease-in-out;
	 
	 color:black;
 }
section .form .form1 button{
	margin-left:85px;
	width:130px;
	margin-top:10px;
	margin-bottom:50px;
	color: black !important;
	font-size:1.2rem;
	font-weight:500;
	text-transform: uppercase;
	background:none;
	padding: 20px;

	border: 4px solid grey !important;
	border-radius: 4px;
	display: inline-block;
	transition: all 0.3s ease 0s;
	
}
section .form .form1 button:hover {
	color: black !important;
	border-radius: 50px;
	border-color: #009bcb !important;
	transition: all 0.3s ease 0s;
}
section .form .form1 textarea{
	margin-left:85px;
	width:500px;
	 background:none;
	 border:none;
	 margin-top:10px;
	 border-bottom:2px solid lightgrey;
	 font-size: 1.5rem;
    padding: 7px;
}
 section .form .form1 textarea:hover{
	 border-bottom:2px solid #009bcb;
	 transform: all .5s ease-in-out;
	 
	 color:grey;
 }
 
*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-size: 100%;
  font-family: "Helvetica Neue", sans-serif;
  color: #39393c;
  background-color: #dadee1;
}

a {
  color: #79b6e4;
  text-decoration: none;
}

img {
  max-width: 100%;
}

/* -------------------------------- 

Main components 

-------------------------------- */
.cd-testimonials-wrapper {
  position: relative;
  width: 90%;
  max-width: 768px;
  background-color: #009bcb;
  margin: 2em auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 20px 40px 70px;
  z-index: 1;
}
.cd-testimonials-wrapper::after {
  /* quotation mark */
  content: '\201C';
  position: absolute;
  top: 10px;
  left: 0;
  width: 50px;
  height: 50px;
  padding-top: 8px;
  margin-left: -25px;
  background: none;
  font-family: "Georgia", serif;
  color: #ffffff;
  font-size: 70px;
  font-size: 4.375rem;
  text-align: center;
  /* visible on big devices only */
  display: none;
}
@media only screen and (min-width: 768px) {
  .cd-testimonials-wrapper {
    margin: 4em auto;
    padding: 64px 50px 114px;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-testimonials-wrapper::after {
    /* quotation mark visible */
    display: block;
  }
}

.cd-testimonials {
  color: #ffffff;
  text-align: center;
}
.cd-testimonials::after {
  clear: both;
  content: "";
  display: table;
}
.cd-testimonials > li {
  position: absolute;
  opacity: 0;
}
.cd-testimonials > li:first-child {
  position: relative;
  opacity: 1;
}
.cd-testimonials p {
  font-family: "Georgia", serif;
  font-style: italic;
  line-height: 1.4;
  margin-bottom: 1em;
  text-align:justify;
  padding: 0 14px;
}
@media only screen and (min-width: 768px) {
  .cd-testimonials p {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-testimonials p {
        font-size: 26px;
    font-size: 1.2rem;
    font-family: sans-serif;
    font-weight: 100;
  }
}

.cd-author img, .cd-author .cd-author-info {
  display: inline-block;
  vertical-align: middle;
}
.cd-author img {
  width: 100px;
  height: 70px;
  
  margin-right: 5px;
  
}
.cd-author .cd-author-info {
  text-align: left;
  line-height: 1.2;
}
.cd-author .cd-author-info li:first-child {
  font-size: 14px;
  font-size: 0.875rem;
}
.cd-author .cd-author-info li:last-child {
  font-size: 12px;
  font-size: 0.75rem;
  color: #6b6b70;
}
@media only screen and (min-width: 768px) {
  .cd-author img {
    width: 50px;
    height: 50px;
  }
  .cd-author .cd-author-info {
    line-height: 1.4;
  }
  .cd-author .cd-author-info li:first-child {
    font-size: 16px;
    font-size: 1rem;
    font-weight: 700;
  }
  .cd-author .cd-author-info li:last-child {
    font-size: 14px;
    font-size: 0.8rem;
    color: white;
	
  }
}

.flex-direction-nav li {
  position: absolute;
  height: 100%;
  width: 40px;
  top: 0;
}
.flex-direction-nav li:first-child {
  left: 0;
      list-style: none;
}
.flex-direction-nav li:last-child {
  right: 0;
      list-style: none;
}
.flex-direction-nav li a {
  display: block;
  height: 100%;
  width: 100%;
  /* image replacement */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.no-touch .flex-direction-nav li a:hover {
  background-color: #323234;
}
.flex-direction-nav li a::before, .flex-direction-nav li a::after {
  /* left and right arrows in css only */
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 2px;
  height: 13px;
  background-color: #ffffff;
}
.flex-direction-nav li a::before {
  -webkit-transform: translateY(-35px) rotate(45deg);
  -moz-transform: translateY(-35px) rotate(45deg);
  -ms-transform: translateY(-35px) rotate(45deg);
  -o-transform: translateY(-35px) rotate(45deg);
  transform: translateY(-35px) rotate(45deg);
}
.flex-direction-nav li a::after {
  -webkit-transform: translateY(-27px) rotate(-45deg);
  -moz-transform: translateY(-27px) rotate(-45deg);
  -ms-transform: translateY(-27px) rotate(-45deg);
  -o-transform: translateY(-27px) rotate(-45deg);
  transform: translateY(-27px) rotate(-45deg);
}
.flex-direction-nav li:last-child a::before {
  -webkit-transform: translateY(-35px) rotate(-45deg);
  -moz-transform: translateY(-35px) rotate(-45deg);
  -ms-transform: translateY(-35px) rotate(-45deg);
  -o-transform: translateY(-35px) rotate(-45deg);
  transform: translateY(-35px) rotate(-45deg);
}
.flex-direction-nav li:last-child a::after {
  -webkit-transform: translateY(-27px) rotate(45deg);
  -moz-transform: translateY(-27px) rotate(45deg);
  -ms-transform: translateY(-27px) rotate(45deg);
  -o-transform: translateY(-27px) rotate(45deg);
  transform: translateY(-27px) rotate(45deg);
}
@media only screen and (min-width: 768px) {
  .flex-direction-nav li {
    width: 50px;
  }
}
@media only screen and (min-width: 1170px) {
  .flex-direction-nav li a::before, .flex-direction-nav li a::after {
    background-color: #f8f8fb;
    height: 15px;
    width: 4px;
    -webkit-transition: background-color 0.2s;
    -moz-transition: background-color 0.2s;
    transition: background-color 0.2s;
}
  }
  .flex-direction-nav li a:hover::before, .flex-direction-nav li a:hover::after {
    background-color: #ffffff;
    width: 4px;
    height: 15px;
}
  


.cd-see-all {
 position: absolute;
    z-index: 1;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50px;
    line-height: 50px;
    background-color: #afafaf;
    text-align: center;
    text-transform: uppercase;
    color: #feffff;
    font-weight: 700;
    font-size: 21px;
    font-size: 0.90em;
    -webkit-transition: color, 0.2s;
    -moz-transition: color, 0.2s;
    transition: color, 0.2s;
}
.cd-see-all:hover{
	background:none;
	border-radius:30px;
	color:white;
}

.cd-testimonials-all {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #ffffff;
  z-index: 2;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-testimonials-all .cd-testimonials-all-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  overflow: auto;
}
.cd-testimonials-all .cd-testimonials-all-wrapper > ul {
  width: 90%;
  max-width: 1170px;
  margin: 4em auto;
}
.cd-testimonials-all .cd-testimonials-all-wrapper > ul::after {
  clear: both;
  content: "";
  display: table;
}
.cd-testimonials-all .cd-testimonials-item {
  margin-bottom: 2em;
  opacity: 0;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translate3d(0, 0, 0) scale(0.4);
  -moz-transform: translate3d(0, 0, 0) scale(0.4);
  -ms-transform: translate3d(0, 0, 0) scale(0.4);
  -o-transform: translate3d(0, 0, 0) scale(0.4);
  transform: translate3d(0, 0, 0) scale(0.4);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: -webkit-transform .3s, opacity .3s;
  -moz-transition: -moz-transform .3s, opacity .3s;
  transition: transform .3s, opacity .3s;
}
.cd-testimonials-all p {
  position: relative;
  background: #79b6e4;
  color: #ffffff;
  padding: 2em;
  text-align:justify;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.4;
  border-radius: 0.25em;
  margin-bottom: 1em;
}
.cd-testimonials-all p::after {
  /* creating the triangle in css */
  content: '';
  position: absolute;
  top: 100%;
  left: 2em;
  height: 0;
  width: 0;
  border: 8px solid transparent;
  border-top-color: #79b6e4;
}
.cd-testimonials-all .cd-author {
  text-align: left;
  margin-left: 1.5em;
}
.cd-testimonials-all .cd-author img {
  box-shadow: 0 0 0 transparent;
}
.cd-testimonials-all.is-visible {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-testimonials-all.is-visible .cd-testimonials-all-wrapper {
  -webkit-overflow-scrolling: touch;
}
.cd-testimonials-all.is-visible .cd-testimonials-item {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  -moz-transform: translate3d(0, 0, 0) scale(1);
  -ms-transform: translate3d(0, 0, 0) scale(1);
  -o-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
}
@media only screen and (min-width: 768px) {
  .cd-testimonials-all .cd-testimonials-item {
    width: 46%;
    margin: 0 2% 3em;
  }
  .cd-testimonials-all .cd-author {
    margin-left: 1em;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-testimonials-all .cd-testimonials-item {
    width: 30%;
    margin: 0 1.6666% 3em;
  }
}

.close-btn {
  position: fixed;
  display: block;
  width: 40px;
  height: 40px;
  top: 10px;
  right: 5%;
  /* image replacement */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
.close-btn::before, .close-btn::after {
  /* close icon in css */
  content: '';
  position: absolute;
  display: inline-block;
  width: 2px;
  height: 24px;
  top: 8px;
  left: 19px;
  background-color: #39393c;
}
.close-btn::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.close-btn::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

section.what-make-diffrent {
    background: #ececec;
padding: 30px 0;
}
.text-center {
    text-align: center!important;
}
section.what-make-diffrent .col {
    max-width: 25%;
}
section.what-make-diffrent .col {
    width: 25%;
    float: left;
    padding: 10px;
    border-right: 4px solid #e2e1e1;
    margin-bottom: 20px;
    min-height: auto;
    position: relative;
    overflow: hidden;
}
ection.what-make-diffrent .col img {
    object-fit: contain;
}
section.what-make-diffrent .col img {
    transform: rotate(0);
    transition: all .5s ease-in-out .4s;
    margin-bottom: 10px;
}
img {
    max-width: 100%;
}
img {
    vertical-align: middle;
    border-style: none;
}
section.what-make-diffrent .col h3 {
    margin-top: 0;
}
section.what-make-diffrent .col h3 {
    color: #253f50;
    font-size: 25px;
    font-family: poppins;
}
section.what-make-diffrent .what-make-txt-ui.text-center h2 {
    font-family: poppins;
    color: #253f50;
    margin-bottom: 20px;
    font-size: 3rem;
    font-weight: 700;
}
section.what-make-diffrent .what-make-txt-ui.text-center h2 p {
    font-size: 18px;
    line-height: 29px;
    margin-bottom: 50px;
}
@media (min-width: 993px) and (max-width: 1200px){
section.what-make-diffrent .col {
    width: 50%!important;
    max-width: 50%!important;
    flex: 0 0 50%;
}}
@media (min-width: 993px) and (max-width: 1200px){
section.what-make-diffrent .col {
    text-align: center;
}}
@media (min-width: 993px) and (max-width: 1200px){
section.what-make-diffrent .col p {
    height: 100%;
    overflow-y: auto;
    z-index: 1;
    position: relative;
    text-align: center;
    padding: 0;
}}
section.what-make-diffrent .col p {
    
    text-align: justify;
	height:auto;
}


.cards{
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
  padding: 30px;
  
}
.cards h2.header{
  font-size: 40px;
    margin: 0 0 30px 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    color: #253f50;
    font-family: poppins;
}
.services{
  display: flex;
  align-items: center;
}
.content{
  display: flex;
  flex-wrap: wrap;
  flex: 1;
  margin: 20px;
  padding: 20px;
  border: 1px solid grey;
  border-radius: 4px;
  transition: all .3s ease;
}
.content .fab{
  font-size: 70px;
  margin: 16px 0;
}
.content > *{
  flex: 1 1 100%;
}
.content:hover{
  color: white;
}
.content:hover a{
  border-color: white;
  background: white;
}
.content-1:hover{
  border-color: #1DA1F2;
  background: #1DA1F2;
}
.content-1:hover a{
  color: #1DA1F2;
}
.content-2:hover{
  border-color: #244d9c;
    background: #244d9c;
}
.content-2:hover a{
  color: #234c9b;;
}
.content-3:hover{
 border-color: #1fba9b;
    background: #1fba9b;
}
.content-3:hover a{
  color: #1fba9b;
}
.content-4:hover{
 border-color: #7a21ca;
        background: #7a21ca;
}
.content-4:hover a{
  color: #7a21ca;
}
.content h2{
  font-size: 30px;
  margin: 16px 0;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.content p{
  font-size: 17px;
  font-family: 'Poppins',sans-serif;
}
.content a{
     margin: 22px 0;
    background: #009bcb;
    color: white;
    text-decoration: none;
    text-transform: uppercase;
    border: 1px solid #009bcb;
    padding: 15px 0;
    border-radius: 25px;
    transition: .3s ease;
}
.content a:hover{
  border-radius: 4px;
}
@media (max-width: 900px) {
  .services{
    display: flex;
    flex-direction: column;
  }
}

.see-our-result .heading h3 {
    font-size: 45px;
    font-family: poppins;
    color: #253f50;
    margin: 0;
    line-height: 43px;
}
.see-our-result .heading h6 {
    font-family: poppinsmedium;
    font-size: 32px;
    color: #253f50;
    padding-top: 6px;
    padding-bottom: 18px;
}
.see-our-result .see-result-btn a {
    background: #f3d049;
    display: inline-block;
    font-weight: 600;
    color: #253f4f;
    padding: 20px;
    min-width: 21%;
    margin: 0 12px;
    border-radius: 50px;
    font-size: 24px;
    text-transform: capitalize;
    position: relative;
    text-align: left;
    transition: all .4s ease-in-out;
}
.see-our-result .see-result-btn a  span {
    position: absolute;
    right: 19px;
    transition: all .4s ease-in-out;
    font-size: 29px;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 100px;
    line-height: 40px;
}


section .ctn-blk .contact-blk input{
	width:120px;
	background:none;
	border:1px solid white;
	font-size:18px;
	
}


section .cont-add{
	width:50%;
	flex:1;
	
}
section .cont-add h1{
	text-align:center;
	padding:20px;
	font-weight:700;
	font-family:poppins;
}
section .frm{
	margin-left:50px;
	margin-bottom:50px
}
section .cont-add .frm input{
	width:470px;
	height:50px;
	background:none;
	border:none;
	border-bottom:1px solid black;
	margin-top:10px;
	line-height:10px;
}
section .cont-add .frm input:hover{
	border-bottom:2px solid #009bcb;

	color:white;
}
section .cont-add .frm textarea{
	width:470px;
	height:100px;
	background:none;
	border:none;
	border-bottom:1px solid black;
	margin-top:20px;
	line-height:10px;
}
section .cont-add .frm textarea:hover{
	border-bottom:2px solid #009bcb;

	color:white;
}
section .cont-add .frm button{
	margin-top:20px;
	width:200px;
	height:50px;
	background-color:#009bcb;
	color:white;
	font-weight:700;
	font-size:20px;
	border:none;
	border-radius:20px;
	
}
section .cont-add .frm button:hover{
	background:none;
	border-radius:0;
	border:2px dashed black;
}





.footer-clean {
  padding:50px 0;
  background-color:#fff;
  color:#4b4c4d;
}

.footer-clean h3 {
  margin-top:0;
  margin-bottom:12px;
  font-weight:bold;
  font-size:16px;
}

.footer-clean ul {
  padding:0;
  list-style:none;
  line-height:1.6;
  font-size:14px;
  margin-bottom:0;
}

.footer-clean ul a {
  color:inherit;
  text-decoration:none;
  opacity:0.8;
}

.footer-clean ul a:hover {
  opacity:1;
}

.footer-clean .item.social {
  text-align:right;
}

/* Block */

.blogsect3{
  display:flex;
	margin: 50px 0;
  justify-content: center;
  flex-wrap: wrap;
}
.blogsect{
	display:flex;
	margin: 50px 0;
  justify-content: center;
}
.blog-head{
	margin:20px;
	text-align:center;
}
.blog-head h1{
	color:#0f3959;
	font-weight:700;
}
.blog-btn button{
	padding:10px;
	background:none;
	border-radius:20px;
	border:none;
	text-decoration:none;
}
.blog-btn button a{
	text-decoration:none;
	color:#009bcb;
}
.blog-btn2{
	margin:20px 0;
}
.blog-btn2 button{
	padding:10px;
	background:none;
	border-radius:20px;
	border:2px solid skyblue;
	text-decoration:none;
}
.blog-btn2 button a{
	text-decoration:none;
	color:#095939;
}
.cardd {
  width: 275px;

  font-family: 'Playfair Display', serif;
  text-align: center;

  transition: all .125s;
  transform: scale(1) translateY(0px);
}

/* Elements */
.card__wrapper {
  padding-top: .1px;
  padding-bottom: .1px;
  position: relative;

  background-color: #ffffff;
  color: #999999;
  box-shadow: 0 0 5px 0 rgba(0,0,0,.05);
}
.card__wrapper:after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 15px;
  right: 15px;
  bottom: 0;
  left: 15px;

  box-shadow: 0 5px 15px 0 rgba(0,0,0,.2);
  transition: all .125s;
  transform: scale(1) translateY(0px);
}
.card__box {
  padding-right: 35px;
  padding-left: 35px;
  margin-top: 25px;
  margin-bottom: 25px;
}
.card__item  {
  margin-top: 20px;
  margin-bottom: 20px;
}
.card__item h2{
  font-size:18px;
}
.card__body p{
  font-size:14px;
}
.card__item--small  {
  margin-top: 10px;
  margin-bottom: 10px;
}
.card__feature {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
}
.card__img {
  display: block;
  max-width: 100%;
  height: 160px;
  width: 275px;
}
.card__header {
  position: relative;
  z-index: 1;
}
.card__title {
  color: #222222;

  font-size: 30px;
  font-weight: 400;
  line-height: 1.25;
}
.card__label {
  color: #cccccc;

  font-family: 'Montserrat', sans-serif;
  font-size: 8px;
  text-transform: uppercase;
  letter-spacing: .2em;
}
.card__divider {
  display: block;
  width: 100%;
  height: 15px;

  border: none;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSIyOHB4IiBoZWlnaHQ9IjE1cHgiIHZpZXdCb3g9IjAgMCAyOCAxNSIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMjggMTUiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwYXRoIGZpbGw9IiNERURFREUiIGQ9Ik0yNy41LDdoLTZDMjEuMiwzLjEsMTgsMCwxNCwwUzYuOCwzLjEsNi41LDdoLTZDMC4yLDcsMCw3LjIsMCw3LjVTMC4yLDgsMC41LDhoNmMwLjMsMy45LDMuNSw3LDcuNSw3czcuMi0zLjEsNy41LTdoNkMyNy44LDgsMjgsNy44LDI4LDcuNVMyNy44LDcsMjcuNSw3eiBNMTQsMWMzLjQsMCw2LjIsMi42LDYuNSw2SDcuNUM3LjgsMy42LDEwLjYsMSwxNCwxeiBNMTQsMTRjLTMuNCwwLTYuMi0yLjYtNi41LTZoMTIuOUMyMC4yLDExLjQsMTcuNCwxNCwxNCwxNHoiLz48L3N2Zz4=);
  background-repeat: no-repeat;
  background-position: center center;
}
.card__body {
  font-size: 12px;
  line-height: 1.75;
}

/* Modifiers */
.cardd:hover {
  cursor: pointer;
  transform: scale(1.05);
}
.cardd:hover .card__wrapper {
  box-shadow: 0 0 10px 0 rgba(0,0,0,.05);
}
.cardd:hover .card__wrapper:after {
  transform: scale(0.95) translateY(10px);
}

/* Demo */
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #e9ebea;
  text-align: center;
}
.cardd {
  display: inline-block;
  margin-top: calc( ( 100vh - 506px ) / 2 );
  margin-right: 15px;
  margin-left: 15px;
  top: 50%;
}

@media (max-width:767px) {
  .footer-clean .item {
    text-align:center;
    padding-bottom:20px;
  }
}

@media (max-width: 768px) {
  .footer-clean .item.social {
    text-align:center;
  }
}

.footer-clean .item.social > a {
  font-size:24px;
  width:40px;
  height:40px;
  line-height:40px;
  display:inline-block;
  text-align:center;
  border-radius:50%;
  border:1px solid #ccc;
  margin-left:10px;
  margin-top:22px;
  color:inherit;
  opacity:0.75;
}

.footer-clean .item.social > a:hover {
  opacity:0.9;
}

@media (max-width:991px) {
  .footer-clean .item.social > a {
    margin-top:40px;
  }
}

@media (max-width:767px) {
  .footer-clean .item.social > a {
    margin-top:10px;
  }
}

.footer-clean .copyright {
  margin-top:14px;
  margin-bottom:0;
  font-size:13px;
  opacity:0.6;
}
.fab{
	font-weight: 400;
    font-size: 30px;
    margin: 5px;
}

section .content p{
	text-align:justify-content;
}

#myBtn {
	background: #009bcb;
    color: white;
    border: none;
    border-radius: 13px;
    font-size: 16px !important;
    width: 145px;
    cursor: pointer;
    margin: 3px;
    padding: 1px;
}
#myBtn button:hover{
	background:#0f3967;
	border-radius:4px;
	transition:transLateY(45deg);
}

section .see-result-btn a{
	background: #f3d049;
    display: inline-block;
    font-weight: 600;
    color: #253f4f;
    padding: 20px;
    min-width: 21%;
    margin: 0 12px;
	margin-bottom:40px;
    border-radius: 50px;
    font-size: 24px;
    text-transform: capitalize;
    position: relative;
    text-align: left;
    transition: all .4s ease-in-out;
}
section .see-result-btn a span{
	position: absolute;
    right: 19px;
    transition: all .4s ease-in-out;
    font-size: 29px;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 100px;
    line-height: 40px;
}

.cont-sect{
			    flex: 1;
   
    float: left;
    height: 80%;
    margin: 70px 0 70px;
	padding:20px;
		}
		.add-sect{
			margin:20px;
		}
		.add-sect h1{
			    text-align: left;
    font-size: 30px;
    font-weight: 600;
		}
		.add-sect p{
			font-size: 25px;
    color: lightslategray;
    line-height: 35px;
		}
		.add-prgh p{
			font-size: 25px;
    color: lightslategray;
    line-height: 35px;
		}
		.con-sect h1{
			    font-size: 28px;
    font-family: poppins;
    color: white;
    margin-top: 16px;
    line-height: 45px;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
		}
		.soc-icon{
			line-height: 4.5;
		}
		.contact-frm{
			justify-content: center;
			display: flex;

		}
		.contact-frm input{
			width: 500px;
			    margin: 10px;
    height: 40px;
    border: 1px solid lightgray;
    border-radius: 10px;
    background: none;
    color: black;
    font-size: 17px;
    padding: 20px;
		}
		.contact-frm input:hover{
			border-radius:0px;
			color:white;
			border:1px solid Aqua;
			transition: all 0.5s ease-in;
		}
		.contact-frm textarea{
			width: 500px;
    height: 150px;
	margin:10px;
    border: 1px solid lightgray;
    border-radius: 10px;
    background: none;
    color:black;
    font-size: 17px;
    padding: 20px;
		}
		.contact-frm textarea:hover{
			border-radius:0px;
			color:white;
			border:1px solid Aqua;
			transition: all 0.5s ease-in;
		}
		.contact-frm button{
		width:150px;
		height:50px;
			background:#0f3959;
			color:white;
			font-size:20px;
			border:none;
			font-weight:500;
			text-align:center;
			border-radius:7px;
			margin:5px;
		}
		.contact-frm button:hover{
			color:#009bcb;
			background:white;
			transition:all 0.5s ease-in-out;
		}
		
		.form::after {
  display:block;
  content:"";
  clear:both;
}
		
		
		.sect-con-testto{
			    display: flex;
    flex-direction: row;
    flex: 1;
		}
		
		.burger{
	display: none;
    float: right;
    margin: 30px;
	cursor:pointer;
}
.burger div{
	width:25px;
	height:3px;
	background:black;
	margin:5px;
}


		.burger1{
	display: none;
    float: right;
    margin: 30px;
	cursor:pointer;
}
.burger1 div{
	width:25px;
	height:3px;
	background:black;
	margin:5px;
}










.bottom_nav i {
	width:50px;
	height:50px;
	display:none;
	
}


@media screen and (max-width:1024px){
	body{
		overflow-x:hidden;
	}
	
	
	
	
	
	
	
	
	
	
	
	
	
	.bottom_nav{
		width:100%;
		display:inline-block;
	}
	.bottom_nav i{
		display: inline-flex;
    margin: 21px;
    align-items: center;
    font-size: 30px;
    color:black;
	}
	.bottom_nav .nav-links li  .fa-caret-down{
		
		margin: 0;
    float: right;
    position: relative;
    top: -54px;
	}
	
	  .nav-links
	
	{
		position: absolute;
    margin: 0;
    right: 0px;
    height: 80vh;
    top: 23vh;
    background: #009bcb;
    display: flex;
    flex-direction: column;
    align-items: right;
    transform: transLateX(100%);
    transition: transform 0.5s ease-in;
    color: white;
    z-index: 999;
    width: 100%;
		
	}
	.nav-links li ul{
		background:aqua;
		position:absolute;
		right: 0;
    border: 2px solid white;
	}
	 .nav-links li{
		text-align: left;
    border-bottom: 1px dashed white;
		
	}
	 
	 .nav-links li a{
		color:black!important;
	
	}
	.nav-links li a::after{
		color:black !important;
	}
	.burger{
		display:block;
	}
	
	.banner{
		display:none;
	}
	.award-recognization .img{
		display: flex;
    flex-wrap: wrap;
    justify-content: center;
	}
	
	.award-recognization .img img{
		    width: 100px;
    height: 84px;
	}
	.digital-marketing-txt h1{
		font-size:25px;
	}
	.form .form1{
		text-align:center;
	}
	.form .form1 .ctn-frm input{
		    
    margin: 2px auto;
	width:87vw;
	}
	.form .form1 .ctn-frm textarea{
		    
    margin: 2px auto;
	width:87vw;
	}
	.form .form1 .ctn-frm button{
		margin: 20px;
	}
	.what-make-diffrent .col-md-12 .col{
		text-align:left;
		display:content;
	}
	.what-make-diffrent .col-md-12 .col{
		        
        display: contents;
    
	}
	.what-make-diffrent .col-md-12 .col span{
		display:none;
	}
	.g-text input{
		background:aqua;
	}
	.see-our-results .heading h1{
		font-size:20vh;
		color:aqua;
	}
	.see-result-btn {
		display:grid;
	}
	.cont-sect{
		
		margin: 0 auto;
    padding: 0;
   
	}
	
	
	.cont-sect .con-sect .contact-frm{
		text-align:center; 
		
	}
	.form-testi .row{
		background:aqua;
	}
	.sect-con-testto{
			    
    flex-direction: column;
    flex: 0 0 100%;
		}
}
.nav-active{
	transform:transLateX(0%);
}
.nav-active1{
	transform:transLateY(0%);
}



@media screen and (max-width:768px){
			
			
	.nav-li {
		width:100vw;
		margin-right:5px	;
		
	}
	.nav-li li a{
		font-size:15px;
	}
	nav ul a button {
    background: #009bcb;
    border: 1px solid #009bcb;
    border-radius: 6px;
    padding: 8px;
    font-weight: 700;
    color: cornsilk;
    cursor: pointer;
    margin: 10px;
	font-size:12px;
}
nav{
	text-align:center;
}

	
	
	
	
	
	
	
	.u-list:not(.u-repeater) .u-repeater, .u-blog:not(.u-repeater) .u-repeater, .u-products:not(.u-repeater) .u-repeater{
		display:block;
		flex:1;
	}
	u-white, .u-body.u-white, .u-container-style.u-white:before, .u-table-alt-white tr:nth-child(even){
		margin:20px auto;
	}
	.u-white, .u-body.u-white, .u-container-style.u-white:before, .u-table-alt-white tr:nth-child(even) {
    color: #111111;
    background-color: #009bcb;
    margin: 20px auto;
	}
}

@media screen and (max-width:425px){
	
	p{
		font-size:15px !important;
	}
	.form .form1{
		    width: 100vw;
	}
	
	.cont-sect .con-sect{
		width: 100vw;
	}
	.cont-sect .con-sect .contact-frm input{
		   width: 90vw;
	}
	.cont-sect .con-sect .contact-frm textarea{
		   width: 90vw;
	}
	.cd-testimonials-wrapper{
		width:45vw;
	}
	.site-footer  {
		background-color:#009bcb;
	}
}

@media screen and (max-width:320px){
	.cd-testimonials-wrapper{
		margin:0;
		padding:0;
	}
	
}

@media  screen and (max-width:768px){
	section .brandsect{
		height:auto;
		display:flex;
		flex-direction:column;
		align-items:center;
	}
	section .wdsect{
		height:auto;
		display:flex;
		flex-direction:column;
		align-items:center;
	}
	section .emsect{
		height:auto;
		display:flex;
		flex-direction:column;
		align-items:center;
	}
	.blogsect{
		flex-wrap:wrap;
	}
}
@media  screen and (max-width:375px){
	h1{
		font-size:30px !important;
	}
	section .sectdiv {
    
    float: right;
    background: none;
    width: 300px;
    height: 100px;
    border-radius: 4px;
    border: 2px solid #009bcb;
  }
}