
body { 
  margin: 0px; 
  padding: 0px; 
  font-family: 'Open Sans', sans-serif; 
  background-color: #fff;  
}

a{
	text-decoration: none;
}
a:hover{
	text-decoration: none;
}

#carousel-client img{
  width: 70%;
  margin-top: 30px;
}

.top-level-link a>span{
	cursor: pointer;
}
.author {
  position: fixed;
  bottom: 15px;
  right: 15px;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  color: #999;
}

.author a {
  color: #777;
  text-decoration: none;
}

.author a:hover {
  color: blue;
}

header.dark blockquote { color:#fff; }
header.light blockquote { color:#000; }

blockquote { 
  max-width: 1000px; 
  margin:0 auto;
  font-size: 16px; 
  border-left: 0px;
  padding:  20px ;
}

blockquote h2 { padding-right: 40px; margin: 0px; }
header.dark blockquote a {color: orange; text-decoration: underline;}
header.light blockquote a {text-decoration: underline;}
header.dark {    background-color: #fff;
    float: left;
    width: 100%; }
header.light { background-color: #fff; }

/* Navigation Styles */
nav { position: relative;  }
header.dark nav { background-color:rgba(255,255,255,0.5); }
header.light nav { background-color:rgba(0,0,0,0.5); }

ul.main-nav { 
  list-style-type: none; 
  padding: 0px;
  font-size: 0px;
  max-width: 1000px;
  margin: 0 auto;
  margin-top: 10px;
}

ul.main-nav > li { 
  display: inline-block;
  padding: 0; 
  position: relative;
}

ul.main-nav > li > a { 
  display: block; 
  padding: 20px 10px; 
  position: relative;
      color: #1b1b1b;
  font-size: 16px;
  font-weight: 400;
  box-sizing: border-box;
}

ul.main-nav > li:hover { background-color: #f9f9f9; }
ul.main-nav > li:hover > a { color: #333; font-weight: 400; }

ul.main-nav > li ul.sub-menu-lists {
  margin: 0px;
  padding: 0px;
  list-style-type : none;
  display:block;
}


ul.main-nav > li ul.sub-menu-lists > li > a {
 color: #464646;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    width: 100%;
    float: left;
    border-bottom: 1px solid #ccc;
    padding: 6px 0;
    display: block;
    line-height: 25px;
    text-align: left;
    margin: 0 auto;
    margin-bottom: 0;
    cursor: pointer;
    background-image: linear-gradient(#1f3f56,#3e596d);
    background-repeat: no-repeat;
    background-position: center bottom;
    transition: all 0.2s ease-out;
    background-size: 0 3px,auto;
}
ul.main-nav > li ul.sub-menu-lists > li > a:hover{
      background-size: 100% 2px,auto;
}

ul.main-nav > li ul.sub-menu-lists > li > a> i{
  float: right;
    font-size: 20px;
    color: #1f3f56;
}

.ic {
  position: fixed; 
  cursor: pointer;
  display: inline-block;
  right: 25px;
  width: 32px;
  height: 24px;
  text-align: center;
  top:0px;
  outline: none;
}

.ic.close { 
  opacity: 0; 
  font-size: 0px; 
  font-weight: 300; 
  color: #fff;
  top:8px;
  height:40px;
  display: block;
  outline: none;
}

/* Menu Icons for Devices*/
.ic.menu { top:25px; z-index : 20; }

.ic.menu .line { 
  height: 4px; 
  width: 100%; 
  display: block; 
  margin-bottom: 6px; 
}
.ic.menu .line-last-child { margin-bottom: 0px;  }

.sub-menu-head { margin: 10px 0; }
.banners-area { margin-top: 20px; padding-top: 15px; }


@media only screen and (max-width:768px) {
  .sub-menu-head { color:orange; }
  .ic.menu { display: block; }
  header.dark .ic.menu .line {    background-color: #094ca0; } 
  header.light .ic.menu .line { background-color: #000; }
  .ic.menu .line {
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
  }
  .ic.menu:focus .line { background-color: #fff !important; }
  
  .ic.menu:focus .line:nth-child(1) { 
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); 
  }
  
  .ic.menu:focus .line:nth-child(2){ 
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg); 
    margin-top: -10px;
  }
  
  .ic.menu:focus .line:nth-child(3){
    transform: translateY(15px);
    opacity: 0;
  }
  
  .ic.menu:focus{ outline: none; }
  .ic.menu:focus ~ .ic.close { opacity: 1; z-index : 21;  outline: none;  }
  
  /*
  
  .ic.menu:focus ~ .ic.close { opacity: 1.0; z-index : 21;  }
  .ic.close:focus { opacity: 0; }
  */
  .ic.menu:hover, 
  .ic.menu:focus{ opacity: 1; }
  

  nav { background-color: transparent; }
  
 /* Main Menu for Handheld Devices  */
  ul.main-nav {
    z-index:2; 
    padding: 50px 0;
    position: fixed;
    right: 0px;
    top: 0px;
    width: 0px;
    background-color:rgba(0,0,0,1);
    height: 100%;
    overflow: auto;
    /*CSS animation applied : Slide from Right*/
   -webkit-transition-property: background, width;
    -moz-transition-property: background, width;
    -o-transition-property: background, width;
    transition-property: background, width;
   	-webkit-transition-duration: 0.6s;
	  -moz-transition-duration: 0.6s;
	  -o-transition-duration: 0.6s;
    transition-duration: 0.6s;
  }
  
  .ic.menu:focus ~ .main-nav { width: 300px; background-color:rgba(0,0,0,1); }
  
  ul.main-nav > * { 
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
   	-webkit-transition-duration: 0.4s;
	  -moz-transition-duration: 0.4s;
	  -o-transition-duration: 0.4s;
    transition-duration: 0.4s;
    opacity: 0;
  }
  .ic.menu:focus ~ .main-nav > * {opacity: 1;}
  
  ul.main-nav > li > a:after {display: none;}
  ul.main-nav > li:first-child { border-radius: 0px; }
  ul.main-nav > li {
    display: block;
        border-bottom: 1px solid #989d9a85;
  }
  
  ul.main-nav > li > a { font-weight: 600; }
  
  ul.main-nav > li ul.sub-menu-lists > li a { color: #eee; font-size: 14px; }
  .sub-menu-head { font-size: 16px;}
  ul.main-nav > li:hover { background-color: transparent;  }
  ul.main-nav > li:hover > a {color: #fff; text-decoration: none; font-weight: 600;}
 .ic.menu:focus ~ ul.main-nav > li > div.sub-menu-block {
    border-left: 0px solid #ccc;
    border-right: 0px solid #ccc;
    border-bottom: 0px solid #ccc;
    position: relative;
    visibility: visible;
    opacity: 1.0;
  }
  
  .sub-menu-block { padding: 0 30px; }
  .banners-area { padding-bottom: 0px;  }
  .banners-area div { margin-bottom: 15px;  }
  .banners-area { border-top: 1px solid #444; }
}

@media only screen and (min-width:769px) {
  .ic.menu { display: none; }
  /* Main Menu for Desktop Devices  */
  ul.main-nav { display: block; position: relative; }
  .sub-menu-block { padding: 10px; }
  
  /* Sub Menu */
  ul.main-nav > li > div.sub-menu-block { 
  visibility: hidden;
  background-color: #f9f9f9;
  position: absolute;
 margin-top: 15px;
  width: 200px;
  color: #333;
  left: 0%;
  box-sizing: border-box;
  z-index : 3;
  font-size: 16px;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  opacity: 0;
    
  /*CSS animation applied for sub menu : Slide from Top */
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  -webkit-transform: rotateX(90deg);
  -moz-transform: rotateX(90deg);
  -ms-transform: rotateX(90deg);
  transform: rotateX(90deg);
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  
  }
  
  ul.main-nav > li:hover > div.sub-menu-block{ 
    background-color: #f9f9f9; 
    visibility: visible;
    opacity: 1;
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    transform: rotateX(0deg);
  }
  
  ul.main-nav > li > div.sub-menu-block > * {
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
   	-webkit-transition-duration: 0.4s;
	  -moz-transition-duration: 0.4s;
	  -o-transition-duration: 0.4s;
    transition-duration: 0.4s;
    opacity: 0;
  }
  
  ul.main-nav > li:hover > div.sub-menu-block > * {
    opacity: 1;
  }
  
  .sub-menu-head { font-size: 20px;}
  
  /* List Separator: Outer Border */

  header.light ul.main-nav > li > a { border-right: 1px solid #666; }
  
  /* List Separator: Inner Border */
  ul.main-nav > li > a:after {
    content: '';
    width: 1px;
    height: 62px;
    position: absolute;
    right:0px;
    top: 0px;
    z-index : 2;
  }

  header.light ul.main-nav > li > a:after { background-color: #999; }
  
  /* Drop Down/Up Arrow for Mega Menu */
  ul.main-nav > li > a.mega-menu > span { display: block; vertical-align: middle; }
  ul.main-nav > li > a.mega-menu > span:after {
    width: 0; 
    height: 0; 
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #1b1b1b;
    content: '';
    background-color: transparent;
    display: inline-block;
    margin-left: 10px;
    vertical-align: middle;
  }

  ul.main-nav > li:hover > a.mega-menu span:after{
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 0px solid transparent;
    border-bottom: 5px solid #666;
  }
  
}

.banners{
	float: left;
    width: 100%;
}


.banners .item {
  height: 80vh;
  position: relative;
}
.banners .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banners .item .cover {
  padding: 75px 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
}
.banners .item .cover .header-content {
  position: relative;
  padding: 56px;
  overflow: hidden;
}
.banners .item .cover .header-content .line {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  border: 9px solid #fff;
  -webkit-clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
  clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
}
.banners .item .cover .header-content h2 {
  font-size: 50px;
    font-weight: 600;
    margin: 5px 0 20px;
    word-spacing: 3px;
    color: #fff;
}
.banners .item .cover .header-content h4 {
  font-size: 24px;
  font-weight: 300;
  line-height: 36px;
  color: #fff;
}
.banners .owl-item.active h2 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.3s;
}
.banners .owl-item.active h4 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.3s;
}
.banners .owl-item.active p {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 0.3s;
}
.banners .owl-item.active .line {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInLeft;
  animation-delay: 0.3s;
}
.banners .owl-nav .owl-prev {
  position: absolute;
  left: 15px;
  top: 43%;
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  background: rgba(0, 0, 0, 0.5) !important;
  width: 40px;
  cursor: pointer;
  height: 40px;
  position: absolute;
  display: block;
  z-index: 1000;
  border-radius: 0;
}
.banners .owl-nav .owl-prev span {
  font-size: 1.6875rem;
  color: #fff;
}
.banners .owl-nav .owl-prev:focus {
  outline: 0;
}
.banners .owl-nav .owl-prev:hover {
  background: #000 !important;
}
.banners .owl-nav .owl-next {
  position: absolute;
  right: 15px;
  top: 43%;
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  background: rgba(0, 0, 0, 0.5) !important;
  width: 40px;
  cursor: pointer;
  height: 40px;
  position: absolute;
  display: block;
  z-index: 1000;
  border-radius: 0;
}
.banners .owl-nav .owl-next span {
  font-size: 1.6875rem;
  color: #fff;
}
.banners .owl-nav .owl-next:focus {
  outline: 0;
}
.banners .owl-nav .owl-next:hover {
  background: #000 !important;
}
.banners:hover .owl-prev {
  left: 0px;
  opacity: 1;
}
.banners:hover .owl-next {
  right: 0px;
  opacity: 1;
}


/*features*/
.features{
	float: left;
	width: 100%;
	padding: 40px 0;
  background-color: #fbf8f6;
}
.features-img{
	float: left;
	width: 100%;
	text-align: center;
}
.features-img img{

	width: 30%;
	  transition: transform .2s ease-out;
}
.features-hr{
	    width: 91px;
    border-width: 2px;
    border: 1px solid #e4e4e4;
    margin: 0 auto;
    margin-top: 16px;
    transition: transform .2s ease-out;
}
.features-img h4{
	    margin: 30px 0;
    color: #606060;
    font-weight: 400;
    font-size: 18px;
    transition: transform .2s ease-out;
}
.features-img:hover h4{
	    -webkit-transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    transform: translateY(-15px);
    transition: transform .2s ease-out;
    color:#579240;
    font-weight: 600;
}
.features-img:hover .features-hr{
	 transform: translateY(-30px);
    transition: transform .2s ease-out;
   border: 1px solid #579240;
}
.features-img:hover img{
	 transform: translateY(10px);
    transition: transform .2s ease-out;
}
.no-padding{
	padding: 0;
}
/*home-about*/

.about-home{
/*	background-color: #fbf8f6;*/
	float: left;
	width: 100%;
	 padding: 40px 0;
}
p{
	font-size: 16px;
  float: left;
  width: 100%;
	text-align: justify;
}
.about-home-view{
	    float: left;
    width: 100%;
    /*padding: 40px 0 40px 40px;*/
}
.about-home h2{
	font-weight: 600;
	font-size: 38px;
}

.about-home h2>span{
	    color:#579240;
	    font-weight: 800;
}

/*.what-we-do{
	float: left;
	width: 100%;
	padding: 40px 0;
}
.what-we-do h2{
	font-weight: 600;
	font-size: 38px;
}

.what-we-do h2>span{
	    color: #579240;
	    font-weight: 800;
}*/



/*footer*/
footer{
	float: left;
	width: 100%;
	background: #333333;
	padding: 40px 0;
}
.footer-details h4{
color: #c5c5c5;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-size: 16px;
    letter-spacing: 1px;
}
.footer-details p{
	    font-size: 12px;
    margin: 0 0 5px 0;
    color: #999;
    display: block;
}
.footer-details a{
	    font-size: 12px;
    margin: 0 0 5px 0;
    color: #999;
    display: block;
}

.footer-social a {
    display: inline-block;
    margin: 0 10px 0 0;
    font-size: 18px;
    color: #9a9898;
    text-align: center;
    border: 1px solid #9a9898;
    -o-border-radius: 100%;
    width: 35px;
    height: 35px;
    line-height: 33px;
    transition: all 0.5s ease-in-out;
}
.footer-social a:hover {
    background: #fff;
}

.fac:hover {
    color: #3b5998;
}
.twt:hover {
    color: #1da1f2;
}
.inst:hover {
    color: #ea4072;
}
.lkd:hover {
    color: #0077b5;
}
.ytb:hover {
    color: red;
}

/*our-clients*/
.our-clients{
	float: left;
	width: 100%;
	padding: 40px 0;
}

.our-clients h4{
	font-weight: 600;
}
.our-clients h2{
	font-weight: 600;
	font-size: 38px;
	text-align: center;
}

.our-clients h2>span{
	    color:#579240;
	    font-weight: 800;
}


.what-we-do{
  width: 60%;
  margin-left: 20%;
  
}
.what-we-do p{
 color: #fff;
    font-size: 18px;
    letter-spacing: 1px;
    text-align: center;
    font-weight: 200;
    line-height: 25px;
    font-family: "Open Sans", sans-serif;
    -webkit-font-smoothing: antialiased;
}
.who-we-are{
   width: 60%;
}
.who-we-are p{
  color: #fff;
    font-size: 18px;
    text-align: justify;
    font-weight: 200;
    line-height: 25px;
    font-family: "Open Sans", sans-serif;
    -webkit-font-smoothing: antialiased;
}

.how-it{
  width: 60%;
/*  margin-left: 20%;*/

  
}
.how-it p{
  color: #fff;
    font-size: 18px;
    /*text-align: center;*/
    font-weight: 200;
    line-height: 25px;
    font-family: "Open Sans", sans-serif;
    -webkit-font-smoothing: antialiased;
}

.header-content a{
      background: #1a9d52;
    color: #fff;
    padding: 8px 20px;
    display: inline-block;
    letter-spacing: 1px;
}
.banners .owl-item.active a {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 0.3s;
}
.product-services{
  float: left;
  width: 100%;
  padding: 40px 0;
}
.product-services h2{
  font-weight: 600;
  font-size: 38px;
  text-align: center;
}

.product-services h2>span{
      color:#579240;
      font-weight: 800;
}
.product-details{
 background: #234259;
    text-align: center;
    padding: 10px;
     margin-top: 20px;
}
.product-details h4{
      color: #fff;
    font-weight: 600;
    margin-top: 20px;
}
.product-details p{
color: #fff;
}
.product-details a{
background: #579240;
    color: #fff;
    padding: 8px 20px;
    display: inline-block;
}
.product-details:hover{
  background: #1c6373;

}


/*who-we-are*/
.header-banners{
  float: left;
  width: 100%;
  position: relative;
}
.banner-contents{
  position: absolute;
    bottom: 0%;
    width: 100%;
    background: #1f3f569e;
    padding: 20px;
}

.banner-contents h1{
  color: #fff;
  font-weight: 600;
}
.banner-contents p{
  color: #fff;
  letter-spacing: 1px;
}
.who-we-details{
  float: left;
  width: 100%;
  padding: 40px 0;
}
.who-we-details-view{
    float: left;
    width: 100%;
  background: #f6f6f6;
    padding: 20px;
    position: relative;
    left: -53px;
    z-index: 1;
    top: 0;
    box-shadow: 0px 2px 6px 2px #858383;
}

.who-we-details-view p{
  font-size: 16px;
  line-height: 30px;
}
.who-we-details-view h2{
  font-weight: 600;
    color: #089645;
}
/*what-we-do*/
.what-we-do-view{
  float: left;
  width: 100%;
  /*padding: 40px 0;*/
}
/*.what-we-do-view img{
  border: 2px solid #213b52;
}*/
.what-we-do-view ul{
  padding: 0;
  list-style: none;
  text-align: justify;
}
.team-details{
  overflow: hidden;
    position: relative;
    margin: 0 0.5% 1% 0;
    display: inline-block;
}

.data {
    position: absolute;
    bottom: 5%;
    background: #fff;
    text-align: center;
    width: 90%;
    height: 80px;
    overflow: hidden;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 10px 5%;
    box-sizing: border-box;
    opacity: 0.8;
    transition: all 0.4s;
}
.team-details:hover .data {
    width: 100%;
    height: 100%;
    bottom: 0;
    opacity: 0.9;
    padding: 90px 10%;
}
.data a {
    color: #333;
    text-decoration: none;
    padding: 20px;
}
.our-teams{
     float: left;
    width: 100%;
    background: #f5f5f5;
    padding: 40px 0;
}

.our-teams h3 {
    font-weight: 600;
    font-size: 38px;
    text-align: center;
}
.our-teams h3>span {
    color: #579240;
    font-weight: 800;
}
.our-teams h4{
      width: 60%;
    margin-left: 20%;
    margin-bottom: 30px;
}

.data h2{
      color: #1f3f56;
    font-weight: 600;
    font-size: 28px;
}

/*latest-covid*/
.latest-covid{
  float: left;
  width: 100%;
  padding: 40px 0;
}
.latest-covid-details{
float: left;
    width: 100%;
    /* box-shadow: 0px 1px 8px 2px #1f394cbd; */
    padding: 15px;
    text-align: center;
    -webkit-box-shadow: inset 10px 10px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: inset 10px 10px 5px 0px rgba(0,0,0,0.75);
    box-shadow: inset 1px 4px 6px 0px rgb(0 0 0 / 44%);
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.latest-covid-details img{
  height: 90px;
}
.latest-covid-details h4{
    font-size: 18px;
    margin-top: 10px;
    color: #46731e;
    font-weight: 400;
}
.latest-covid-details:hover{
  box-shadow: 0px 1px 8px 2px #1f394cbd;
  -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.covid-view{
  float: left;
  width: 100%;
  padding: 40px 0;
}
.no-padding{
    padding:0;
}



  .notice-banner{
    float: left;
    width: 100%;
    text-align: center;
    padding: 12px 0;
    background-color: #f6f6f6;
    padding-top: 2em;
    padding-bottom: 2em;
    color: #1f3f56;
}


  .notice-banner h2{
    float: left;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 0;
    font-weight:800;
    letter-spacing: 1px;
  }


.what-we-do-view h2 {
    font-weight: 600;
    font-size: 38px;
    margin: 30px 0;
}
.what-we-do-view h2>span {
    color: #579240;
    font-weight: 800;
}

.what-our-clients{
  float: left;
  width: 100%;
  padding-bottom: 40px;
}
.what-our-clients h2 {
    font-weight: 600;
    font-size: 38px;
    margin-bottom: 30px;
}
.what-our-clients h2>span {
    color: #579240;
    font-weight: 800;
}
.our-clients-details{
      text-align: center;
    border: 1px solid #ccc;
    box-shadow: 1px 1px 6px -1px #626262;
    margin-bottom: 20px;
}
.our-clients-details img{
    padding: 10px;
    width: 70%;
    -webkit-transition: -webkit-transform .8s ease-in-out;
          transition:         transform .8s ease-in-out;
}
.our-clients-details h4{
    font-size: 20px;
    margin-top: 20px;
    background: #1f3f56;
    margin-bottom: 0;
    color: #ffffff;
    font-weight: 600;
    padding: 10px;
}

.our-clients-details:hover img{
 -webkit-transform: rotateY(360deg);
  -moz-transform: rotateY(360deg);
  -o-transform: rotateY(360deg);
  transform: rotateY(360deg);
}
.success-stories{
  float: left;
    width: 100%;
    padding: 40px 0;
}
.success_stories-details{
      float: left;
    width: 100%;
        padding: 60px 0;
}
.success_stories-details h3{
      font-size: 35px;
    font-weight: 600;
    color: #029340;
}
.success_stories-details p{
  font-size: 16px;
  line-height: 30px;
}
.story-images{
 width: 45%;
    display: inline-block;
    background: #57a1d3;
}
.story-contents{
     width: 54%;
    display: inline-block;
    padding: 10px 20px;
}
.story-contents h3{
      text-align: center;
    font-size: 22px;
    font-weight: 600;
}
.story-details{
      display: flex;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    float: left;
    width: 100%;
    border-radius: 5px;
    box-shadow: 0 1px 7px rgb(0 0 0 / 38%), 0 1px 5px rgba(0, 0, 0, 0.24);
}
.story-contents a{
  background: #579240;
    color: #fff;
    padding: 8px 20px;
    display: inline-block;
}

.view-success-stories{
  float: left;
  width: 100%;
  padding: 40px 0;
      background: #cccccc38;
}

.view-success-stories h2{
  font-weight: 600;
    color: #fff;
    margin-bottom: 0;
    background: #00923f;
    padding: 10px;
}
.view-success-stories h2>span{
  font-size: 20px;
  color: #fff;
}

.think-content{
    float: left;
    width: 100%;
    padding: 90px 0;
}
.think-content p{
  font-size: 18px;
}
.thinks{
       margin: 0.3%;
    margin-bottom: 20px;
    border: 5px solid #204057;
    width: 49%;
}
.stories-overview{
  float: left;
  width: 100%;
  padding: 20px 0;
}

.success-stories-details{
      padding: 10px;
    box-shadow: 0px 1px 3px 1px #ccc;
    float: left;
    width: 100%;
}


/*product-services-details*/
.product-services-details{
  float: left;
  width: 100%;
  padding: 40px 0;
}
.product-services-details h2 {
    font-weight: 600;
    font-size: 38px;
    margin-bottom: 30px;
}
.product-services-details h2>span {
    color: #579240;
    font-weight: 800;
}
.product-services-details p{
  line-height: 30px;
}
.product-services-features a{
  text-transform: uppercase;
    font-weight: 600;
    color: #495057;
}
.product-services-features .nav-tabs .nav-link:focus, .product-services-features .nav-tabs .nav-link:hover {
    border-color: #e9ecef #e9ecef #dee2e6;
    border: none;
}
.product-services-features .nav-tabs .product-services-features .nav-item.show .product-services-features .nav-link, .product-services-features .nav-tabs .nav-link.active {
    color: #579240;
    border: none;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
    border-bottom: 3px solid #579240;
}
.product-services-features li{
  list-style: none;
      line-height: 38px;
}
.product-services-features li i{
  color: #579240;
  width: 25px;
}

/*video-conferences*/
.video-conferences{
  float: left;
  width: 100%;
  padding: 40px 0;
}
.video-conferences h2 {
    font-weight: 600;
    font-size: 38px;
    margin-bottom: 30px;
        float: left;
    width: 100%;
}
.video-conferences h2>span {
    color: #579240;
    font-weight: 800;
}

.team-meets h3{
  font-weight: 600;
    font-size: 38px;
    margin-bottom: 30px;
        float: left;
    width: 100%;
}
.team-meets h3>span {
    color: #579240;
    font-weight: 800;
}
.team-meets a{
      background: #1a9d52;
    color: #fff;
    padding: 8px 20px;
    display: inline-block;
    letter-spacing: 1px;
}
.teammeets{
  margin-bottom: 60px;
}



/*review*/
.reviews{
      float: left;
    width: 100%;
    background: #f5f5f5;
    padding: 40px;
}
.reviews h2 {
    font-weight: 600;
    font-size: 38px;
    margin-bottom: 30px;
        float: left;
    width: 100%;
}
.reviews h2>span {
    color: #579240;
    font-weight: 800;
}
.review {
    color: #323031;
    font-size: 1.4rem;
    padding: 2rem;
    position: relative;
    background-color: #fff;
    box-shadow: 0px 1px 5px 3px #ccc;
    overflow: hidden;
    flex: 0 0 50%;
    z-index: 1;
    margin-top: 10px;
        margin: 10px;
}
.review::before {
    content: "\201c";
    position: absolute;
    left: -.9rem;
    top: -2.5rem;
    font-size: 20rem;
    color: #d9dcd6;
    line-height: 1;
    z-index: 1;
    font-family: sans-serif;
}
.review__text {
    margin-bottom: 1rem;
    z-index: 2;
    position: relative;
}
.review__person {
    display: flex;
    align-items: center;
}

.review__photo {
    height: 4.5rem;
    width: auto !important;
    border-radius: 50%;
    margin-right: 1rem;
}
.review__info {
    display: flex;
    flex-flow: row wrap;
    margin-right: auto;
}
.review__info--name {
    flex: 0 0 80%;
    font-size: 1.1rem;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: -.5rem;
        color: #579240;
}
.review__info--date {
    font-size: .9rem;
}
.review__rating {
    color: #353334;
    font-size: 2.2rem;
    font-weight: 600;
        color: #579240;
}


/*contact us*/
.contact_us {
    float: left;
    width: 100%;
       background: #d1e6db;
    padding: 20px;
}
.contact-us_form {
    float: left;
    width: 100%;
    padding: 40px 0;
}
.main_title-h2 {
    float: left;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 20px;
    margin-top: 10px;
    font-family: 'Open Sans', sans-serif;
    color: #333;
    font-size: 30px;
}
.main_title-h2 span {
    color: #0f9c4d;
    font-weight: 900;
}
.form-sec {
    margin: 10px 0;
    float: left;
    width: 100%;
    
}
.contact-us_form .contact-name {
    height: 40px;
    padding: 0 12px;
    border-radius: 0;
    margin: 15px 0;
}
#cn_message {
    height: 120px;
}
.tm-btn {
    background:#234052;
    border: none;
    color: #fff;
    padding: 8px 30px;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-block;
    margin: 20px 0 0;
}
.contact_information {
    float: left;
    width: 100%;
    background: #fff;
    border: 1px solid #e6e6e6;
    -webkit-box-shadow: 0 7px 7px -5px rgba(0,0,0,.1);
    box-shadow: 0 7px 7px -5px rgba(0,0,0,.1);
    padding: 10px;
}
.contact_information ul{
    padding:0;
}
.contact_information ul li {
    line-height: 28px;
    border-bottom: 1px solid #eaeaea;
    padding: 20px 0;
    list-style:none;
}
.contact_information ul li i {
    font-size: 20px;
    color: #0f9c4d;
    width: 25px;
}

.contact_information p{
        font-size: 16px;
    line-height: 28px;
}



    .what-we-do-content{
    float: left;
  width: 100%;
        padding: 130px 50px 130px 100px;
}

.what-we-do-content h4{
        font-size: 32px;
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom:20px;
}
.what-we-do-content p{
        font-size: 16px;
    letter-spacing: 1px;
    line-height: 30px;
}
.certification{
          float: left;
    width: 100%;
    padding-bottom:40px;
  }
    .certification h2 {
    font-weight: 600;
    font-size: 38px;
    text-align: center;
    float: left;
    width: 100%;
}
.certification h2>span {
    color: #579240;
    font-weight: 800;
}
.certificate{
    float: left;
    width: 100%;
    margin-top:20px;
}


.certificate-details{
        float: left;
    width: 100%;
    padding: 40px 0;
}
.certificate-details p{
        font-size: 16px;

}

/*blogs*/
.blogs{
  float: left;
  width: 100%;
  padding: 40px 0;
}
.all-blogs{
  border: 1px solid #eaeaea;
    border-radius: 5px;
    overflow: hidden;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    padding: 10px;
        margin-bottom: 30px;
}
.all-blogs-images{
  overflow: hidden;
  float: left;
  width: 100%;
}
.all-blogs-images img{
  -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.all-blogs-images:hover img{
  transform: scale(1.5);
  -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;

}
.blog-header h2{
  font-size: 30px;
    margin: 15px 0 10px;
    color: #1f3f56;
    float: left;
    font-weight: 600;
    width: 100%;
}
.blog-header a{

    background:#1f3f56;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    padding: 10px 20px;
    display: inline-block;
    font-weight: 600;

}
.all-blogs:hover{
  -webkit-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    transform: translateY(-8px);
    -webkit-box-shadow: 0 50px 30px -40px rgba(0,0,0,.1);
    box-shadow: 0 50px 30px -40px rgba(0,0,0,.1);
}

.blog-sidebar-details{
  border: 1px solid #eaeaea;
    border-radius: 5px;
    overflow: hidden;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    padding: 10px;
        margin-bottom: 30px;
}
.blog-sidebar-details h4{
  position: relative;
  font-size: 20px;
}
.blog-sidebar-details h4:before{
    content: '';
    position: absolute;
    height: 1px;
    width: 70%;
    background-color: #1f3f56;
    top: 50%;
    margin-top: -1px;
    left: 30%;
}
.blog-sidebar{
  position: sticky;
  top: 20px;
}
.blog-sidebar-details img{
  margin-bottom: 20px;
}

.recent-posts{
  border: 1px solid #eaeaea;
    border-radius: 5px;
    overflow: hidden;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    padding: 10px;
        margin-bottom: 30px;
}
.recent-posts h4{
  position: relative;
  font-size: 20px;
}
.recent-posts h4:before{
    content: '';
    position: absolute;
    height: 1px;
    width: 70%;
    background-color: #1f3f56;
    top: 50%;
    margin-top: -1px;
    left: 37%;
}
.recent-posts-details{
  display: flex;
  float: left;
  width: 100%;
 border-bottom: 1px solid #eaeaea;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.recent-posts-details img{
      width: 34%;
      display: inline-block;
}
.recent-posts-content{
  width: 63%;
    display: inline-block;
    margin-left: 5%;
}
.recent-posts-content p{
     font-size: 12px;
    margin-bottom: 5px;
}
.recent-posts-content a{
font-size: 14px;
    font-weight: 600;
}

/*why-hire*/
.why-hire ul{
    padding: 0;
}
.why-hire li{
     width: 100%;
    display: inline-block;
    line-height: 27px;
    margin: 0 20px;
    margin-bottom: 20px;
}
.why-hire li span{
  width: 50px;
  float: left;
}
.why-hire b{
  font-size: 20px;
    color: #0b3458;
    line-height: 45px;
}

.clogins{
    padding: 8px 18px !important;
    background: #1f3f56;
    border-radius: 20px;
    color: #fff !important;
    outline: none;
    text-shadow: 1px 2px 0px #7A7A7A;
    box-shadow: inset 0px 4px 3px 0px rgb(61 58 58);
}

.why-hire-contents{
      float: left;
    width: 70%;
    display: inline-block;
}

.why-hire-images{
      width: 28%;
    float: left;
    display: inline-block;
    margin-left: 2%;
}

.contact_submit{
  float: left;
  width: 100%;
}

#cn_msg{
  float: left;
  width: 100%;
}






#words{
  font-weight: 600;
}

.stick{
 z-index: 9;
    position: fixed;
    box-shadow: 0px 0px 7px 0px #5a5858;
}

.customer-login-details{
  float: left;
  width: 100%;
  padding: 40px 0;
}

.login-call{
   font-size: 18px;
    margin-bottom: 5px;
}





/*teammeet*/
.inner-banner{
      float: left;
    width: 100%;
    background: #87b869;
    }
    .inner-banner h1{
      color: #fff;
    }
    .overview{
      float: left;
      width: 100%;
      padding: 40px 0 0;
    }
    .overview p{
      text-align: justify;
      line-height: 25px;
    }
    .include{
      float: left;
      width: 100%;
      padding-bottom: 40px;
    }
    .all-includes{
        float: left;
    width:100%;
    text-align: center;
    background: #87b869;
    padding: 20px;
        margin-top: 20px;
    }
    .all-includes i{
      color: #fff;
    font-size: 45px;
    }
    .all-includes h4{
      font-size: 22px;
    font-weight: 600;
    color: #fff;
    }
    .all-includes p{
          color: #fff;
    }
    .know-more{
      float: left;
      width: 100%;
      padding: 40px 0;
    }
    .download-pdf{
    float: left;
    width: 100%;
    text-align: center;
    background: #9ce8bd;
    padding: 40px;
    box-shadow: 2px 2px 2px 2px #ccc;
}
    .download-pdf h3{
      font-weight: 600;
    font-size: 26px;
    text-transform: uppercase;
    }
    .download-pdf a{
      display: inline-block;
    padding: 10px;
    background: #0f8a4b;
    color: #fff;
    margin: 30px 0 0;
    font-size: 16px;
    text-decoration: none;
    text-transform: uppercase;
    }
.sitemap-main {
    font-size: 12px;
    background: #333333;
    float: left;
    width: 100%;
}

/*new*/

.head-title{
    color: rgb(51, 51, 51);
    font-weight: 600;
    letter-spacing: 1px;
    text-align:center;
    font-size:36px;
        float: left;
    width: 100%;
}
.head-title span{
    color: #579240;
    font-weight: 600;
    letter-spacing: 1px;
}
.overview h4 {
 color: #1f3f56;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
}
.overview p{
    font-size: 16px;
    text-align: justify;
    margin: 20px 0px;
    line-height: 30px;
    color: rgb(103, 103, 103);
    
}

.offerings{
    float:left;
    width:100%;
    padding:40px 0;
        padding-top: 0;
}
.offerings h4 {
    color: #1f3f56;
    font-size: 18px;
    float: left;
    width: 100%;
    font-weight: 600;
    text-align: center;
}

.offerings li{
    font-size: 16px;
    margin: 5px 0px;
    line-height: 25px;
    color: rgb(103, 103, 103);
}
.offerings img{
    
    margin-top:20px;
}
.available {
    float: left;
    width: 100%;
    padding: 40px 0;
    background: #d0e8f9;
}
.platforms-images img{
    margin-top:20px;
}
.feature-details{
    float: left;
    width:100%;
    text-align: center;
    padding: 20px;
}
.feature-details img{
    margin:0 auto;
        width: 35%;
}

.features{
        float: left;
    width: 100%;
    padding: 40px 0px;
}
.features p{
    font-size: 16px;
    text-align: justify;
    margin: 20px 0px;
    line-height: 30px;
    color: rgb(103, 103, 103);
    
}
.modify-livestream {
    float: left;
    width: 100%;
    flex-direction: row-reverse;
    justify-content: flex-start;
    background: rgb(208, 232, 249);
    display: flex;
    align-items: center;
}
.modify-livestream-image {
    width: 50%;
}
.modify-livestream-image img {
    width: 100%;
}
.modify-livestream-text {
margin-right: 7.5rem;
    margin-left: 0;
    width: 40%;
    padding: 1rem 0;
    align-items: center;
    justify-content: center;
}
.modify-livestream-text h2 {
    color: #579240;
    font-size: 34px;
    font-weight: 600;
    margin-bottom: 10px;
}
.modify-livestream-text h4 {
        color: rgb(40, 64, 95);
    margin: 5px 0 0;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 600;
}
.modify-livestream-text p {
    font-size: 16px;
    color: #000;
    text-align: justify;
    line-height: 20px;
}
.modify-livestream-text li {
    font-size: 16px;
    color: #000;
    text-align: justify;
    line-height: 25px;
}
.modify-voi {
    float: left;
    width: 100%;
    flex-direction: unset;
    justify-content: flex-start;
    background: rgb(208, 232, 249);
    display: flex;
    align-items: center;
}
.modify-voi-image {
    width: 50%;
}
.modify-voi-image img {
    width: 100%;
}
.modify-voi-text {
    margin-left: 7.5rem;
    width: 40%;
    padding: 1rem 0;
    align-items: center;
    justify-content: center;
}
.modify-voi-text h2 {
    color: #579240;
    font-size: 34px;
    font-weight: 600;
    margin-bottom: 0px;
}
.modify-voi-text h4 {
        color: rgb(40, 64, 95);
    margin: 5px 0 0;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 600;
}
.modify-voi-text p {
    font-size: 16px;
    color: #000;
    text-align: justify;
    line-height: 25px;
}
.usecase{
    float:left;
    width:100%;
    padding-top: 40px ;
    }
/*shiksha*/
.shiksha-overview{
  float: left;
  width: 100%;
  padding-top: 40px ;
}

.shiksha-overview p{
  margin-bottom: 10px;
}
.shiksha-overview h4{
   color: rgb(40, 64, 95);
    margin: 5px 0 0;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 600;
}
.shiksha-works-content{
  float: left;
    width: 100%;
  padding: 50px 15px 0px 30px;
}
.shiksha-works-content h3{
  font-size: 24px;
    font-weight: 600;
    color: #038a41;
    text-transform: capitalize;
}
.shiksha-works-content p{
  margin-bottom: 10px;
  line-height: 20px;
}

.shiksha-features{
  float: left;
  width: 100%;
      padding: 40px 0;
    background: #f2f2f2;
}



.shiksha-features-details{
      float: left;
    width: 100%;
    border-radius: 5px;
    box-shadow: 0 1px 7px rgb(0 0 0 / 38%), 0 1px 5px rgba(0, 0, 0, 0.24);
    padding: 15px;
    margin-top: 20px;
    background: #fff;
        -webkit-transition: -webkit-transform .8s ease-in-out;
    transition: transform .8s ease-in-out;
}
.shiksha-features-details img{
      width: 60%;
    margin-left: 20%;
}


.shiksha-features-details h3{
  font-size: 16px;
    text-align: center;
    font-weight: 600;
    margin-top: 10px;
}



.shiksha-features-details:hover {

    -webkit-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    transform: rotateY(360deg);
}



.shiksha-works{
  float: left;
  width: 100%;
  padding: 40px 0;
}

.shiksha-works h2{
  margin-bottom: 20px;
}


.user-access{
  float: left;
    width: 100%;
    padding: 40px 0;
    background: #f2f2f2;
}
.user-access h2{
  margin-bottom: 20px;
}


.user-access-details p{
  margin-bottom: 5px;
  line-height: 20px;
  font-size: 14px;
}

.user-access-details h4{
  float: left;
    width: 100%;
    margin-top: 10px;
    color: #1f3f56;
    font-weight: 600;
}

.user-access-details p i{
      color: #1f3f56;
}

.other-ways{
  float: left;
  width: 100%;
  padding-top: 40px ;
}


.other-ways h2{
      font-size: 26px;
    margin-bottom: 20px;
}

.other-ways ul, .other-ways li{
  padding: 0;
  float: left;
  width: 100%;
}

.other-ways ul h5{
      float: left;
    width: 100%;
    font-size: 18px;
    font-weight: 600;
    color: #1f3f56;
}

.sub-menu-lists li{
  float: left;
  width: 100%;
}
.mega-submenu{
      padding: 5px 10px;
    list-style: none;
    float: left;
    width: 100%;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
    opacity: 0;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    -webkit-transform: rotateX(90deg);
    -moz-transform: rotateX(90deg);
    -ms-transform: rotateX(90deg);
    transform: rotateX(90deg);
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    visibility: hidden;
    right: -200px;
    position: absolute;
    background: #f9f9f9;
}
.mega-submenu li{
  margin-top: 10px;
  float: left;
  width: 100%;
}

.sub-megamenu:hover .mega-submenu{
      visibility: visible;
    opacity: 1;
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    transform: rotateX(0deg);
}


.mega-submenu a {
    color: #464646;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    width: 100%;
    float: left;
    border-bottom: 1px solid #ccc;
    padding: 6px 0;
    display: block;
    line-height: 25px;
    text-align: left;
    margin: 0 auto;
    margin-bottom: 0;
    cursor: pointer;
    background-image: linear-gradient(#1f3f56,#3e596d);
    background-repeat: no-repeat;
    background-position: center bottom;
    transition: all 0.2s ease-out;
    background-size: 0 3px,auto;
}
.mega-submenu a:hover {
    background-size: 100% 2px,auto;
}



.mega-submenu a> i {
    float: right;
    font-size: 20px;
    color: #1f3f56;
}

.product-services-features-details{
float: left;
    width: 100%;
    background: #95a4a6;

}
.features-details{
  float: left;
    width: 100%;
    padding: 20px;
    color: #fff;
    text-align: center;
        min-height: 265px;
}
.features-details p{

    margin-bottom: 5px;
}
.features-details h3{
  font-size: 22px;
    font-weight: 600;
}

.why-should-hire{
  float: left;
  width: 100%;
  padding-top: 40px;
}
.why-should-hire h2 {
    font-weight: 600;
    font-size: 38px;
    text-align: center;
    margin-bottom: 30px;
}

.why-should-hire h2>span {
    color: #579240;
    font-weight: 800;
}


.why-should-hire-details{
  float: left;
    width: 100%;
    background: #f5f5f5;
    box-shadow: 0px 1px 10px 2px #ccc;
    border-radius: 2px;
}
.why-should-hire-details h3{
     color: #1f3f56;
    text-align: center;
    font-size: 20px;
    margin-top: 14px;
    letter-spacing: 1px;
    font-weight: 600;
}

.why-should-hire-details p{
  padding: 0 10px 10px;
     min-height: 154px;
}

.beyond-details{
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
.beyond-details img{
  width: 40%;
}
.beyond-details p{
  text-align: center;
}
.beyond-details h4{
      font-size: 22px;
    font-weight: 600;
}

.customer-login-form{
  float: left;
    width: 100%;
    background: #fff;
    position: relative;
    margin-bottom: 30px;
    background-color: rgb(255, 255, 255);
    display: flex;
    flex-direction: column;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 10px 15px -5px;
    border-top: 0px;
    border-radius: 5px;
    padding: 30px;
    transition: all 0.5s ease 0s;
}


/*responsive*/
@media only screen and (min-width: 320px) and (max-width: 600px) {
.top-level-link a>span {
    color: #fff;
}
ul.main-nav > li ul.sub-menu-lists > li > a {
  border:none;
  font-size: 10px;
  line-height: 16px;
}
header.dark .ic.menu .line {
    background-color: #094ca0;
}
ul.main-nav{
      background-color: rgb(30 59 80);
}
ul.main-nav > li > a {
    padding: 10px 20px;
    font-size: 14px;
}
ul.main-nav > li ul.sub-menu-lists > li > a> i {
    font-size: 14px;
    color: #fff;
}
.who-we-are {
    width: 100%;
}
.banners .item .cover .header-content {
    padding: 0
    }
.banners .item .cover .header-content h2 {
  font-size: 22px;
    margin: 5px 0 10px;
    word-spacing: 1px;
    text-align: left;
}
.who-we-are p {
    font-size: 14px;
    line-height: 18px;
}
.header-content a {
    padding: 5px 10px;
    font-size: 12px;
    letter-spacing: 1px;
}
.how-it {
    width: 100%;
    margin-left: 0;
     
}
.how-it h2{
   /*text-align: center;*/
}
.banners .item .cover .header-content h4 {
    font-size: 16px;
    line-height: 20px;
    /*text-align: center;*/
}
.how-it p {
    color: #fff;
    font-size: 14px;
    /*text-align: center;*/
    line-height: 18px;
    }
.banners .item {
    height: 40vh;
    position: relative;
}
.features {
    padding: 10px 0 20px;
}
.features-img h4 {
    margin: 20px 0;
    min-height: 38px;
    font-size: 14px;
}
.features-img {
    margin-bottom: 20px;
}
.about-home {
    padding: 20px 0;
}
.about-home h2 {
    font-size: 30px;
}
.about-home h6{
  font-size: 14px;
}
.about-home-view {
    padding: 10px 0 0px 0px;
}
p {
    font-size: 14px;
 }

 .notice-banner h2 {
    font-size: 20px;
    min-height: 72px;
}
.product-services {
    padding: 20px 0;
}
.product-services h2 {
    font-size: 30px;
}
.product-details {
    margin-top: 15px;
}
.product-details h4 {
    margin-top: 10px;
    font-size: 20px;
    min-height: 48px;
}
.product-details p {
    display: none;
}
.product-details a {
    padding: 5px 13px;
    font-size: 12px;
}
.reviews {
    padding: 20px 40px;
}
.reviews h2 {
    font-size: 30px;
    margin-bottom: 10px;
  }

  .review {
    padding: 10px;
  }
.review::before {
    left: -0.1rem;
    top: -1rem;
    font-size: 10rem;
  }
blockquote {
    padding: 10px;
    font-size: 12px;
}
.review__text {
    margin-bottom: 0;
    }
.review__photo {
  margin-top: 0px;
}
.review__info--name {
    font-size: 14px;
    margin-bottom: 2px;
    color: #579240;
}
.review__rating {
    font-size: 20px;

}
.review__info--date {
    font-size: .9rem;
    margin-bottom: 0;
    font-size: 12px;
  }
.our-clients {
    padding: 20px 0;
}

.our-clients h2 {
    font-size: 30px;
}
.our-clients h4 {
    font-size: 14px;
}
#carousel-client img {
    width: 50%;
    margin-top: 0;
    margin: 0 auto;
}
.banner-contents p {
    color: #fff;
    letter-spacing: 0;
}
.banner-contents h1 {
    font-size: 24px;
}
.banner-contents {
    padding: 0;
}
.who-we-details {
    padding: 20px 0;
}
.who-we-details-view {
    padding: 10px;
    left: 0;
}
.who-we-details-view p {
    font-size: 14px;
    line-height: 25px;
}
.certification h2 {
    font-weight: 600;
    font-size: 30px;
  }
.certificate-details {
    padding: 0px 0;
}
.certificate-details p {
    font-size: 14px;
}
.certification {
    padding-bottom: 20px;
}
.what-our-clients {
    padding-bottom: 20px;
}
.our-clients-details img {
    padding: 6px;
    width: 100%;
  }

.our-clients-details h4 {
    display: none;
}
.our-clients-details {
    margin-bottom: 10px;
}
.what-our-clients h2 {
    font-weight: 600;
    font-size: 30px;
}
.footer-details h4 {
    margin-bottom: 5px;
    font-size: 16px;
    margin-top: 10px;
}

.latest-covid {
    padding: 20px 0;
}
.latest-covid-details {
    padding: 8px;
    margin-bottom: 20px;
  }

.latest-covid-details img {
    height: 60px;
}
.latest-covid-details h4 {
    font-size: 14px;
    font-weight: 600;
}
.covid-view {
    float: left;
    width: 100%;
    padding: 0 0 20px;
}
.what-we-do-view h2 {
    font-weight: 600;
    font-size: 30px;
    margin: 7px 0;
}
.what-we-do-content {
    padding: 20px;
}
.what-we-do-content h4 {
    font-size: 20px;
    margin-bottom: 9px;
}

.what-we-do-content p {
    font-size: 14px;
    letter-spacing: 0px;
    line-height: 20px;
}
.what-we-do-content {
    float: left;
    width: 100%;
    padding: 20px;
}
.product-services-details {
    padding: 20px 0;
}
.product-services-details h2 {
    font-size: 30px;
    margin-bottom: 10px;
}
.product-services-details p {
    line-height: 25px;
}

.product-services-features ul{
  padding: 0;
}
.why-hire li {
    width: 100%;
    display: inline-block;
    line-height: 25px;
    margin: 0;
}
.why-hire li span {
    width: 40px;
}
.video-conferences {
    padding: 20px 0;
}
.video-conferences h2 {
    font-size: 30px;
    margin-bottom: 10px;
}
.team-meets h3 {
    font-size: 30px;
    margin-bottom: 10px;
}
.team-meets a {
    font-size: 12px;
}
.teammeets {
    margin-bottom: 20px;
}
.team-meets{
  margin-bottom: 20px;
}
.success_stories-details {
    padding: 0 0;
}
.success_stories-details h3 {
    font-size: 26px;
    }
.success_stories-details p {
    font-size: 14px;
    line-height: 25px;
}
.success-stories {
    padding: 20px 0;
}
.story-details {
  margin-bottom: 20px;
}
.story-contents {
    padding: 10px 10px;
}
.story-contents h3 {
    text-align: center;
    font-size: 18px;
    font-weight: 600;
}
.story-contents a {
    font-size: 12px;
}
.contact-us_form {
    padding: 20px 0;
}

}