/*
Theme Name: CubyCode
Theme URI: https://www.cubycode.com/
Description: Its used for our business and our company portfolio site. Easy to use and clean code will be a simple task to get you up and running in no time. And with our support you cannot go wrong.
Author: CubyCode
Author URI: 
Version: 1.0
License: GNU General Public License
License URI: license.txt
Text Domain: cubycode
*/
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,600,800|Open+Sans:400,600,800');
 
body {
    font-family: Montserrat;
}

:root {
    --main-color-1:#242424;
	--main-color-2:#00a651;
} 



/*.............................
navbar section start
.............................*/

 .icon-button {
	cursor: pointer;
	display: inline-block;
	font-size: 1rem;
	height: 2.6rem;
	line-height: 2.6rem;
	/* margin: 0 5px; */
	position: relative;
	text-align: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	width: 2.6rem;
}

/* Circle */
.icon-button span {
	border-radius: 0;
	display: block;
	height: 0;
	left: 50%;
	margin: 0;
	position: absolute;
	top: 50%;
	-webkit-transition: all 0.3s;
	   -moz-transition: all 0.3s;
	     -o-transition: all 0.3s;
	        transition: all 0.3s;
	width: 0;
}
.icon-button:hover span {
	width: 2.6rem;
	height: 2.6rem;
    border-radius: 0rem;
	margin: -1rem;
}
.twitter span {
	background-color: #4099ff;
}
.facebook span {
	background-color: #3B5998;
}
.book span {
	background-color:#2D730C;
}
.youtube span {
	background-color: #f13838;
}
  
.hub span {
	background-color:#FF6E00;
}
  /* Icons */
.icon-button i {
	background: none;
	color: white;
	height: 2.6rem;
	left: 0;
	line-height: 3.3rem;
	position: absolute;
	top: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	width: 3.3rem;
	z-index: 10;
}
.icon-button .icon-twitter {
	color: #4099ff;
}
.icon-button .icon-facebook {
	color: #3B5998;
}
.icon-button .icon-book {
	color: #2D730C;
}
 .icon-button .icon-youtube{
  	color: #f13838;
  }
  .icon-button .icon-hub{
  	color: #FF6E00;
 }
  
  
.icon-button:hover .icon-twitter,
.icon-button:hover .icon-facebook,
.icon-button:hover .icon-book,
.icon-button:hover .icon-youtube,
.icon-button:hover .icon-hub{
	color: white;
}
div#socail {
 padding:0; 
    margin: 0; 
}


 
 
.select_lng select {
    background: transparent;
    border: 0;
    color: #fff;
}

.select_lng .form-control:focus {
    color: #ffffff;
    background-color: #fff0;
    border-color: #80bdff;
    outline: 0;
    border: 0;
    box-shadow: none;
}

.select_lng select option {
    color: #333;
}

.header_banner {
    position: relative;
}

  .navbar-nav {
      flex-direction: row!important;
    }
 
.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
    color:#fff!important;
    font-weight:600!important;
    text-transform: uppercase;
    font-size: 12px;
    padding:8px!important;
}

.nav-link:focus{ background: var(--main-color-2)!important}

.nav-link:hover, ul li .active {
    background: var(--main-color-2)!important;
}


.megamenu-li {
  position: static;
}

.megamenu {
  position: absolute;
  width: 100%;
  left: 0; text-align: center;
  right: 0;
  padding: 15px;
}
.subbox{ text-align: left!important;}

.subbox h5{
	font-size: 15px;
	/* text-transform: uppercase; */
	padding: 10px 10px 10px 0px;
	font-weight: 600;
	border-bottom:solid 1px var(--main-color-2);
	color: var(--main-color-1);
}

.subbox a{ color: var(--main-color-1)!important; font-size: 14px; font-weight: 500;}
.subbox a:hover{  color: var(--main-color-2)!important;}

.btn_mrg{ padding:7px 10px!important; margin:15px 0 0 0px;}

.navbar-nav .dropdown-item {
	color: var(--main-color-1);!important;
    font-size: 13px;
    text-transform: uppercase;
	    padding: 5px!important;
}


.nvheader{ width:100%; position:relative;}

.nvnav{ width:100%; position:absolute; top: 30px; }
.fixed{position:fixed;top:0; right: 0px; left: 0px; background-color: rgba(0, 0, 0, 0.902);} 

.navbar-light .navbar-toggler {
    color: rgb(255, 255, 255)!important;
    border-color: rgb(255, 255, 255)!important;
}

/*.navbar-expand-lg .navbar-collapse {
    display: -ms-flexbox!important; 
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
}*/

/*.navbar-nav .nav-link:hover, .navbar-nav .dropdown-item:hover {
    color:#fff!important;
}
*/
.swiper_caption {
    text-align: center;
    color: #fff;
}

.swiper_caption h1 {
    font-size: 65px;
    text-shadow: 0px 0px 0px #fff;
    font-weight: bold;
    letter-spacing: 2px;
    margin-bottom: 40px;
}

.swiper_caption p {
    font-size: 16px!important;
    padding-bottom: 0px;
}

.info_header-box {
    text-align: center;
}

 

.info_header-box i {
    padding-right: 6px;
    font-size: 20px;
}

 

.head_feedbck .search_btn {
    color: rgb(255, 255, 255);
    padding: 30px;
    font-size: 18px;
}

.head_feedbck .search_btn:hover {
    text-decoration: none;
    color: #f2f2f2;
}

.content-center {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%; 
}



/*.............................
slider section start
.............................*/
.swiper-slide {
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

.header_banner .swiper-coverer {
    width: 100%;
    height: 100%; position: relative;
    float: left;
    transition: opacity .6s ease, -webkit-transform .3s ease;
    transition: opacity .6s ease, transform .3s ease;
    transition: opacity .6s ease, transform .3s ease, -webkit-transform .3s ease;
}

.swiper-coverer.nav-slider {
    max-height: 200px;
    overflow: hidden;
    position: absolute;
    display: block;
    margin: 0 auto;
    left: 0;
    right: 0;
    max-width: 1140px;
}

.swiper-thumbs {
    display: block;
    float: left;
    bottom: 0;
    background: rgba(0, 0, 0, 0.611764705882353);
    bottom: 0;
    height: 200px;
    position: absolute;
    width: 100%;
    z-index: 99;
}

.swiper-coverer.nav-slider .content {
    top: 40%;
}

.swiper-coverer.nav-slider .swiper-slide {
    cursor: pointer;
    opacity: .9;
    transition: opacity .3s ease;
}

.swiper-coverer.nav-slider .swiper-slide.swiper-slide-active {
    opacity: 1;
}

.swiper-coverer.nav-slider .swiper-slide .content {
    width: 100%;
}

.swiper-slide .content p {
    font-size: 24px !important;
}

.nav-slider .swiper-slide .content .title {
    font-size: 20px !important;
    text-shadow: none;
    font-weight: bold !important;
    height: 60px;
}

.home_slider .swiper-slide {

    position: relative;
    z-index: 99;
}

.nav-slider .swiper-slide-active .content {
    width: 100%;
    border-bottom: 2px solid;
    margin: 0px 15px;

}

.nav-slider .swiper-slide .content {
    color: #fff;
}



.nav-slider .swiper-slide-active .content,
.nav-slider .content:hover {
    color: var(--main-color) !important;
}

.swiper-coverer:hover .swiper-button-prev,
.swiper-coverer:hover .swiper-button-next {
    -webkit-transform: translateX(0);
    transform: translateX(0);

    opacity: 1;
    visibility: visible;
}

.swiper-coverer.loading {
    opacity: 0;
    visibility: hidden;
}

.slide-bgimg img {
    width: 600px;
}

.swiper-slide {
    overflow: hidden;
}

.swiper-slide .slide-bgimg {
    position: relative;
    min-height: 400px;
    margin-bottom: 0px;
}

.swiper-slide .slide-bgimg::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.5;
    content: '';
}

.swiper-slide .entity-img {
    display: none;
}

.main-slider .swiper-slide .content {
    position: absolute;
    top: 0%;
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 1140px;
    color: #fff;
    z-index: 99;
}

.main-slider .swiper-slide .content .title {
    font-size: 2.3em;
    font-weight: normal;
    line-height: 50px;
    text-shadow: 4px 10px 40px rgba(0, 0, 0, 0.66);
    margin-bottom:20px;
}

.main-slider .swiper-slide .content .caption {
    display: block;
    font-size: 16px!important;
    line-height: 1.4;
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
    opacity: 0;
    transition: opacity .3s ease, -webkit-transform .7s ease;
    transition: opacity .3s ease, transform .7s ease;
    transition: opacity .3s ease, transform .7s ease, -webkit-transform .7s ease;
}

.swiper-slide .content .caption.show {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
}

[class^="swiper-button-"] {
    width: 44px;
    opacity: 0;
    visibility: hidden;
}

.swiper-button-prev {
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
}

.swiper-button-next {
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
}

.swiper-coverer.main-slider.loading {
    background-color: red;
}

.mt-5, .my-5 {
    margin-top:0rem!important;
}

.btn-success {
    color: #fff;
    background-color:--var(main-color-2);
    border-color: transparent;
}
.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .9rem 1.5rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.btn-success:hover{ background-color: --var(main-color-2)!important}

.theme_spacing{ margin:60px 0px; }
.about-section{ text-align: left;}
.about-section h6{ color: #00a651; font-size: 15px; font-weight: bold;}
.about-section h4{color:var(--main-color-1); !important; font-size:30px; font-weight: 600;}
.about-section p{ color:var(--main-color-1); font-size:14px; font-weight:normal;}

.about_cont{ text-align: left}
.about_cont img{ margin:10px 0px;}
.about_cont h5{font-weight: 600;color: var(--main-color-1);!important;font-size: 15px;}
.about_cont p{font-size: 13px;color:var( --main-color-1);margin: 0;}
.about_cont i{ 
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
	font-size: 24px!important; color:var(--main-color-1) !important;}
.about_cont i:hover{ padding-left: 15px; 
	font-size: 18px; 
	color:var(--main-color-2)!important;}

.vid_skill{text-align: center; background: url("../images/video-bg.png") no-repeat center top;}

.video_home{
	position: relative;
	padding: 17% 0; 
}  
.video_home a{ font-size:5em; color: #fff;}
.video_home h1{ color: #fff; font-size:30px; font-weight: bold; margin: 0 0 50px 0px;}
.video_home .skills{ width: 100%; position: absolute;z-index:9;top:77%;}

.skilldtl{ padding: 15px ; text-align: left;}
.skilldtl span{ font-size: 18px; color: #fff; font-weight: bold;}
.skilldtl h6{ font-weight: bold; font-size: 18px; color: #fff; margin:60px 0 0 0px!important; }
.skilldtl p{font-size: 12px;color: #fff;font-weight: 600;margin: 0px;}
.skilldtl a i{ text-decoration: none!important; display: block; font-size:25px!important; padding: 0px; margin: 0px!important; color: #fff!important;}
.skilldtl a i:hover{ border-bottom:none!important; background: transparent!important;}

.xcode{  background: #a42dd6 url("../images/skill-bg.png") no-repeat center top;   }
.dream{ background: #d43434 url("../images/skill-bg.png") no-repeat center top;   }
.android{ background: #00a651 url("../images/skill-bg.png") no-repeat center top;   }
.exper{ background: #ffa800 url("../images/skill-bg.png") no-repeat center top;   } 
.downarea{margin: 150px 0 0 0;}


.skill-box {         
}
.skill-box > h3 {
  margin-bottom: 15px;
  color: #333;
}
.skill-box > .skills-circle > ul {
  padding: 0;
  text-align: center;
  list-style-type: none;
}
.skill-box > .skills-circle > ul > li {
  width: 150px;
  height: 150px;
  background-color: transparent!important;
  border-radius: 50%;
  position: relative;
  display: inline-block;
  overflow: hidden;
  margin: 12px;
}
.skill-box > .skills-circle > ul > li > span {
  color: #28a745;
}
.skill-box > .skills-circle > ul > li > span.text, .skill-box > .skills-circle > ul > li > span ~ b {
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  margin-top: -8px;
  z-index: 1;
}
.skill-box > .skills-circle > ul > li > span.text ~ b, .skill-box > .skills-circle > ul > li > span ~ b ~ b {
  font-weight: normal;
  margin-top: 8px;
}
.skill-box > .skills-circle > ul > li > span.bar-circle-right, .skill-box > .skills-circle > ul > li > span.bar-circle-left {
  border-radius: 50%;
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background: #28a745;
  clip: rect(0, 75px, 150px, 0);
}
.skill-box > .skills-circle > ul > li > span.bar-circle-left {
  background: #ddd;
}
.skill-box > .skills-circle > ul > li > span.bar-circle-cover {
  display: block;
  width: 95%;
  height: 95%;
  border-radius: 50%;
  background-color: #fff;
  z-index: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}


.buttongl {
  display: inline-block;
  padding: 0.5em 1.0em;
  border-radius: 0;
  background: #ffffff; 
  font-size: 13px;
  cursor: pointer;
  border: none;
  margin: 0px;
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  transition: background 0.3s;
}

/*.buttongl:hover, :focus {
  background-color:transparent!important; color: var(--main-color-2)!important;
}
*/

.buttongl:active,
.buttongl.is-checked {
  background-color: rgba(0,0,0,0.1);
  outline: none;
}

.button-group {
  margin: 20px 0;
  text-align:center;
}

.button-group:after {
  content: '';
  display: block;
  clear: both;
}

.button-group2 {
  margin: 20px 0;
  text-align: left;
  display: grid;
}

.button-group2:after {
  content: '';
  display: block;
  clear: both;
}

.buttongl2 {
    display: inline-block;
    padding: 0.5em 1.0em;
    border-radius: 0;
    background: #ffffff;
    font-size: 13px;
    cursor: pointer;
    text-align: left;
    border: none;
    margin: 0px;
    -webkit-transition: background 0.3s;
    -moz-transition: background 0.3s;
    transition: background 0.3s;
}

 

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.grid article {
  background-color: #FFFFFF;
  display: block;
  float: left;
  margin: 1%;
  width: 23%;
}

@media (max-width: 1024px) {
  .grid article {
    width: 31.3%;
  }
}

@media (max-width: 767px) {
  .grid article {
    width: 48%;
  }
}

@media (max-width: 479px) {
  .grid article {





    margin: 2% 0;
    width: 100%;
  }
}


.image-box {
    position: relative;
    overflow: hidden;
	box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.17);
}

.image-box img {
    width: 100%;
    transition: .5s
		
}

.text-box {
    position: absolute;
    top: 0;
    left: -100%;
    height: 100%;
    width: 100%;
    background: rgb(40, 167, 69, 0.9 );
    transition: 0.5s;
}

.text-box a {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 90%;
    text-decoration: none;
    left: 90%;
    width: 100%;
    font-size: 16px;
    font-weight: 600;
    color: #FFF;
    transform: translateX(-50%) translateY(-50%);
}

.text-box-2 {
    position: absolute;
    top: 0;
    left: -100%;
    height: 100%;
    width: 100%;
    background: rgb(40, 167, 69, 0.9 );
    transition: 0.5s;
}

.text-box-2 a {
    margin: 0;
    padding: 0;
    position: absolute;
    line-height: 18px;
    top: 82%;
    text-decoration: none;
    left: 44%;
    text-align: right;
    width: 100%;
    font-size: 14px;
    font-weight: 600;
    color: #FFF;
    transform: translateX(-50%) translateY(-50%);
}

.text-box-3 {
    position: absolute;
    top: 0;
    left: -100%;
    height: 100%;
    width: 100%;
    background: rgb(40, 167, 69, 0.9 );
    transition: 0.5s;
}

.text-box-3 a {
    display: block;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 51%;
    text-decoration: none;
    left: 15%;
    right: 0px;
    width: 100%;






    text-align: right;
    font-size: 14px;
    font-weight: 600;
    color: #FFF;
    transform: translateX(-50%) translateY(-50%);
}

.text-box-3 i {
    margin: 0;
    padding: 0;
    position: absolute;
    line-height: 18px;
    top: -105%;
    display: block;
    text-decoration: none;
    left: 46%;
    text-align: right;
    width: 100%;
    font-size: 47px;
    font-weight: 600;
    color: #FFF;
    transform: translateX(-50%) translateY(-50%);
}
.text-box-3 p {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 84%;
    left: 44%;
    width: 100%;
    text-align: right;
    font-size: 12px;
    color: #fff;
    transform: translateX(-50%) translateY(-50%);
}

.text-box p {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 90%;
    left: 115%;
    width: 100%;
    font-size: 13px;
    color: #9bffc6; 
    transform: translateX(-50%) translateY(-50%);
}



.image-box:hover .text-box{
    left: 0%;
}
.image-box:hover .text-box-2{
    left: 0%;
}
.image-box:hover .text-box-3{
    left: 0%;
}

.image-box:hover img {
    transform: scale(1.2)
}

.theme-hadding{ text-align: center;}
.theme-hadding h6{ color: #00a651; font-size: 15px; font-weight: bold;}
.theme-hadding h4{color:var(--main-color-1); !important; font-size:30px; font-weight: 600;}
.theme-hadding p{ color:var(--main-color-1); font-size:14px; font-weight:normal;}

.workflow ul{ margin: 0px; padding: 0px; }
.workflow ul li{ float: left; list-style: none; padding:0px 15px ;}
.workflow ul li h6{ padding:15px 0px;}
.workflow ul li:nth-child(2n){ width: 10%; border-bottom: dashed 2px #a7a7a7; margin:25px 0px;}
.workflow ul li:nth-child(4n){ width: 10%; border-bottom: dashed 2px #a7a7a7;}
.workflow ul li:nth-child(6n){ width: 10%; border-bottom: dashed 2px #a7a7a7;}

.clientsbg{ padding:40px 0px; background: url("../images/client-bg.png") no-repeat center top;}

.shadow-effect {
		    background: #fff;
		    padding: 20px;
		    border-radius: 4px;
		    text-align: center;
	border:1px solid #ECECEC;
		    box-shadow: 0 19px 38px rgba(0,0,0,0.10), 0 15px 12px rgba(0,0,0,0.02);
		}
		#customers-testimonials .shadow-effect p { 
		    font-size: 14px;
		    line-height: 1.5;
		    margin: 0 0 17px 0;
		    font-weight: 300;
		}
		.testimonial-name {
		    margin: -17px auto 0;
		    display: table;
		    width: auto;
		    background: var(--main-color-2);
		    padding: 9px 35px;
		    border-radius: 12px;
		    text-align: center;
		    color: #fff;
		    box-shadow: 0 9px 18px rgba(0,0,0,0.12), 0 5px 7px rgba(0,0,0,0.05);
		}
		#customers-testimonials .item {
		    text-align: center;
		    padding: 0px;
		    margin-bottom: 30px;
		    opacity: .2;
		    -webkit-transform: scale3d(0.8, 0.8, 1);
		    transform: scale3d(0.8, 0.8, 1);
		    transition: all 0.3s ease-in-out;
		}
		#customers-testimonials .owl-item.active.center .item {
		    opacity: 1;
		    -webkit-transform: scale3d(1.0, 1.0, 1);
		    transform: scale3d(1.0, 1.0, 1);
		}
		.owl-carousel .owl-item img {
		    -webkit-transform-style: preserve-3d;
		            transform-style: preserve-3d;
		    max-width: 90px;
    		margin: 0 auto 17px;
		}
		#customers-testimonials.owl-carousel .owl-dots .owl-dot.active span,
#customers-testimonials.owl-carousel .owl-dots .owl-dot:hover span {
		    background:var(--main-color-2);
		    -webkit-transform: translate3d(0px, -50%, 0px) scale(0.7);
		            transform: translate3d(0px, -50%, 0px) scale(0.7);
		}
#customers-testimonials.owl-carousel .owl-dots{
	display: inline-block;
	width: 100%;
	text-align: center;
}
#customers-testimonials.owl-carousel .owl-dots .owl-dot{
	display: inline-block;
}
		#customers-testimonials.owl-carousel .owl-dots .owl-dot span {
		    background: #fff;
		    display: inline-block;
		    height: 20px;
		    margin: 0 2px 5px;
		    -webkit-transform: translate3d(0px, -50%, 0px) scale(0.3);
		            transform: translate3d(0px, -50%, 0px) scale(0.3);

		    -webkit-transform-origin: 50% 50% 0;
		            transform-origin: 50% 50% 0;
		    transition: all 250ms ease-out 0s;
		    width: 20px;
		}


.theme-hadding2{ text-align: center;}
.theme-hadding2 h6{ color:var(--main-color-2); font-size: 15px; font-weight: bold;}
.theme-hadding2 h4{color:#fff; font-size:30px; font-weight: 600;}
.theme-hadding2 p{ color:var(--main-color-1); font-size:14px; font-weight:normal;}

.achiev-last{ border-right:none;}
.achiev{ border-right:solid 1px #a7a7a7;}
.achiev h4{ font-size: 30px; font-weight: bold; text-align: center; margin: 0px; padding: 0px; color: var(--main-color-1)}
.achiev p{ font-size: 16px; margin: 0px; padding:5px 0px; font-weight: normal; text-align: center; color: var(--main-color-1)}

.contactbg{width: 100%;padding: 28px;background: url("../images/contact-bg.png") no-repeat center top;}
.contactbg h6{color:var(--main-color-2);font-weight: bold;font-size: 14px;margin: 20px 0px;padding: 0px;}
.contactbg h1{color:#fff;font-size: 30px;font-weight: bold;margin: 10px 0px;padding: 0px;}

.field{padding: 8px 0px;}

.form-control {
    display: block;
    width: 100%;
    height:auto!important;
    padding: .700rem .75rem!important;
    font-size: .9rem;
    line-height: 1.5;
    color: #a7a7a7!important;
    background-color: transparent;
    background-clip: padding-box;
    border: 1px solid #d6d6d6;
    border-radius: 0rem!important;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}


.btn-primary, .btn-primary:focus {
    color: #fff !important;
    background-color:var(--main-color-2)!important;
    border-color: var(--main-color-2);
}

.footer{ margin: 0 auto; background:#2a2a2a; padding:30px 30px;}
.ftr_data{ margin: 0 auto;  text-align: center!important;}
.ftr_data h4{ text-align: center; color: #fff; font-weight: bold; font-size: 30px; text-transform: uppercase;}
.ftr_data p{color: #767676; margin: 0px; padding: 0px; font-weight: 600; font-size: 13px;}
.ftr_data span{color:var(--main-color-2); margin: 0px; padding: 0px; font-size: 13px;}
.ftr_data a{ display: inline-block; text-decoration: none; color: #fff; font-size: 12px;}

.form-controlnews{
    display: block;
    width: 100%;
    height: auto!important;
    padding: .700rem .75rem!important;
    font-size: .9rem;
    line-height: 1.5;
    color: #a7a7a7!important;

    background-color: #fff!important;
    background-clip: padding-box;
    border: 1px solid #fff;
    border-radius: 0rem!important;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.btnnews {
    display: inline-block;
    font-weight: 600;
    text-align: center; text-transform: uppercase;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .7rem 1.5rem!important;
    font-size: .9rem;
    line-height: 1.5;
    border-radius: 0;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}


.mainbnr img{width: 100%!important;min-height: 350px;}



.header_banner .custom_nav{top:30px;position: absolute;right: 0px;top: 10px;left: 0;z-index:999;}
/* NEW MENU */
.csnav, .csform {
	display: flow-root;
	background: transparent;
	width: 100%;
	left: 0;
	right: 0;
	padding: 5px 5px;
	}
.navmenu a {display: block;padding: 0px 10px;font-size: 13px;font-weight: 600;color: #fff;text-decoration: none;text-transform: capitalize;}
.navmenu label { color: #ffffff; text-decoration: none; text-transform: uppercase; }
.checkboxlabel, .navmenu [id^=check] { display: none; }
.navmenu .topmenu {position: absolute;left: -500px;top: 0px;float: left;display: block;font-weight: bold !important;font-size: 2em;}
.navmenu {margin: 8px 0px;padding: 0px;float: right;color: #ffffff;white-space: nowrap;}
.navmenu:after { content: ''; display: table; clear: both; }
.navmenu ul {position: relative;float: none;padding: 0px;margin: 0px;list-style: none;} 
.navmenu ul li {float: left;display: inline-block;line-height: 36px;margin: 0px;}
.navmenu ul li:hover { background-color: var(--main-color-2); color: #fff }
.navmenu li ul li a {margin-right: 20px;color: #fff;}
.navmenu ul li ul li:hover {background-color: #10884a;}
.navmenu a:hover { background-color: #669bd1-; color: #fff; }
.navmenu ul li ul {position: absolute;z-index: 999;display: none;width: 100%;right: 0;top: 36px;background-color: var(--main-color-2);} 
.navmenu ul li:hover > ul { display: inherit; } 
.navmenu ul li ul li {position: relative;float: left;display: list-item;width: auto;color: #fff!important;background-color: transparent;}
.navmenu ul li ul li ul { position: absolute; top: 0px; left: 100%; }
.navmenu li > label:after {  font-family: "Font Awesome 5 Free"; margin-left: 10px;/* content: '\f054';*/ }
.navmenu li > a:after {  font-family: "Font Awesome 5 Free"; margin-left: 10px; content: '\f078'; }
.navmenu li ul li > a:after {  font-family: "Font Awesome 5 Free"; position: absolute;right: 6px;margin-left: 0px;/*content: '\f054';*/}
.navmenu li ul li a:after { display: inline-block; transform: rotate(270deg); }
.navmenu li > a:only-child:after { margin-right: -10px; content: ''; }
#usermenu { display: none !important; } /* HIDE USER MENU ITEMS IN NAVIGATION MENU */

/* BADGE */
.badge { display: inline-block; border: 2px solid #327ac2; border-radius: 15px; margin-left: 10px; margin-right: -10px; padding: 0px 0px; min-width: 20px; line-height: 20px; text-align: center; background-color: #ff0000; }

/* LOGO IMAGE IN NAV BAR */
.header_banner  .logo {position: absolute;top: 0px;float: left;display:flex;align-items: center;font-weight: bold !important;font-size: 2em;margin: 9px 0 0 0px;z-index:2;}
.logo a:link { text-decoration: none; color: #ffffff; }
.logo a:visited { text-decoration: none; color: #ffffff; }
.logo a:active { text-decoration: none; color: #ffffff; }
.logo a:hover { text-decoration: none; color: #ffffff; }

/* NAVBAR PROFILE PIC THUMBNAIL MENU */
.navpic > div { display: none; position: absolute; top: 0px; right: 0px; float: right; height: 50px; width: 50px; }
.navpic img { height: 50px; width: 50px; }
.navpic > div:first-child { display: block; }

.navpic:hover > div:nth-child(n+2) { display: block; position: absolute; right: 0px; width: 150px; max-height: 35px; padding-top: 15px; padding-left: 20px; font-weight: bold; text-align: left; background-color: #327ac2; z-index: 2000; }
.navpic > div:nth-child(n+2):hover { background-color: #669bd1; }
.navpic > div:nth-child(n+2) a:link { text-decoration: none; color: #ffffff; }
.navpic > div:nth-child(n+2) a:visited { text-decoration: none; color: #ffffff; }
.navpic > div:nth-child(n+2) a:active { text-decoration: none; color: #ffffff; }
.navpic > div:nth-child(n+2) a:hover { text-decoration: none; color: #ffffff; }
.navpic:hover > div:nth-child(2) { top: 50px; }

.navpic:hover > div:nth-child(3) { top: 100px; }
.navpic:hover > div:nth-child(4) { top: 150px; }

.navicon { float: right; position: absolute; height: 30px; width: 30px; top: 0px; font-size: 30px; padding: 10px; background-color: #0059b3; }
.navicon:hover { background-color: #669bd1; }
.navicon a:link { text-decoration: none; color: #242424; }
.navicon a:visited { text-decoration: none; color: #242424; }
.navicon a:active { text-decoration: none; color: #242424; }
.navicon a:hover { text-decoration: none; color: #242424; }

.navbadge { float: right; text-align: right;}
.navbadge a:link { text-decoration: none; color: #ffffff; }
.navbadge a:visited { text-decoration: none; color: #ffffff; }
.navbadge a:active { text-decoration: none; color: #ffffff; }
.navbadge a:hover { text-decoration: none; color: #ffffff; }

/* FOR LOW RES */
@media screen and (max-width: 1280px) { 

	.table-nav { font-size: 12px; } 
	
	.navmenu { font-size: 14px; }
	.navmenu .topmenu {position: absolute;left: -300px;top: 0px;float: left;display: block;font-weight: bold !important;font-size: 2em;background-color: #0059b3;}
}

/* FOR MOBILE DISPLAYS */
@media screen and (max-width: 800px) { 
 
	
	.csnav #nav { width: auto; height: 50px; float:right; } 
	
	/* NEW MENU */ 
	.navmenu { margin: 0px; font-size: 16px; font-weight: bold; white-space: normal; word-wrap: break-word !important; width: 100%; }
	.navmenu .topmenu {position: relative;left: auto;top: 5px;float: none;display: initial;font-weight: bold;font-size: 2em;background-color: #669bd1;}
	.navmenu .topmenu:after { float: right; content: '\2630'; margin-right: -8px; }
	.navmenu .topmenu:after {float: right;content: '\2630';margin-right: -8px;}
	.navmenu .checkboxlabel + a, .menu { display: none; }
	.navmenu .checkboxlabel {display: block;background-color: transparent;padding: 0px 20px;color: var(--main-color-2);}
	.navmenu .checkboxlabel:hover { background-color:var(--main-color-2);  }
	.navmenu [id^=check]:checked + ul { display: block; }
	.navmenu ul li { display: block; width: 100%; }
	.navmenu ul li ul .checkboxlabel, .navmenu ul li ul a { padding: 0px 40px; }
	.navmenu ul li ul li ul { position: relative; left: 0px; }
	.navmenu ul li ul li a { background-color: #327ac2; }
	.navmenu ul li ul li ul a { background-color: #327ac2; }
	.navmenu ul li ul li .checkboxlabel, .navmenu ul li ul a, .navmenu ul li ul li ul a {padding: 0px 10px;font-size: 13px;background: transparent;color: var(--main-color-1);}
	.navmenu ul li ul li .checkboxlabel, .navmenu ul li ul a {background-color: var(--main-color-2);color: #fff;font-weight: 600;}
	.navmenu ul li ul { position: static; float: none; } 
	.navmenu ul li ul li:hover > ul, .navmenu ul li:hover > ul { display: none; } 
	.navmenu ul li ul li { display: block; width: 100%; }
	.navmenu ul li ul li ul li { position: static; }
	.navmenu li > label:after { float: right; }
	.navmenu li > a:after { float: right; }
	#usermenu { display: block !important; } /* SHOW USER MENU ITEMS IN NAVIGATION MENU */
	
	.navpic { display: none; } /* HIDE NAVIGATION MENU THUMBNAIL AND BADGE ICONS */
	.navbadge { display: none; } /* HIDE NAVIGATION MENU THUMBNAIL AND BADGE ICONS */
	.navicon { display: none; } /* HIDE NAVIGATION MENU THUMBNAIL AND BADGE ICONS */
}


.nextpages_header{text-align: center;background:var(--main-color-2); padding:100px 0 40px 0px;} 
.nextpages_header h1{color: #fff;padding: 10% 0px;font-size:35px;font-weight: bold;}

.nh_img1{ background: url("../images/mobile.jpg") no-repeat center top;}
.nh_img2{ background: url("../images/bchain.jpg") no-repeat center top;}
.nh_img3{ background: url("../images/wfstack.jpg") no-repeat center top;}
.nh_img4{ background: url("../images/ecomm.jpg") no-repeat center top;} 



.header_srvc{text-align: center;background:var(--main-color-2); padding:100px 0 40px 0px;}

.about-sectionnext{ text-align: center}
.about_cont{ text-align: center}
.qoute_main{text-align: center;padding: 60px 0;}
.qoute_main h4{ font-size: 30px; font-weight:600; color: var(--main-color-2); padding:0px 0 15px 0px;}
.qoute_main p{font-size: 14px;color: var(--main-color-1);/* line-height: 24px; */}
.qoute_main h3{font-size:23px;color: var(--main-color-1);font-weight: 600;/* padding: 20px 0 10px 0px; */}
.qoute_main h3 span{ color: var(--main-color-2); font-weight: bolder}

.qoute_main2{text-align: center!important;padding: 0 0 50px 0px;}
 
.about-sectionnext2{ text-align:left!important;}

.qoute{text-align: center;}
.qoute h6{font-size: 18px;padding: 30px 15px;font-weight: bold;color: #fff;background: var(--main-color-2);}
.qoute{
	 padding: 15px;
	/* background: #fff;*/

	 /*-webkit-box-shadow: 0px 0px 9px 9px #000 0.5px; *//* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
	 /*-moz-box-shadow:  0px 0px 9px 9px #000 0.5px;*/ /* Firefox 3.5 - 3.6 */
	/* box-shadow:0px 0px 20px rgba(0, 0, 0, 0.3)*/  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */;
}
.quote_field{ padding:8px 0px;}

.form-controlquote {
    display: block;
    width: 100%;
    height: auto!important;
    padding: .700rem .75rem!important;
    font-size: .9rem;
    line-height: 1.5;
    color: #6b6b6b!important;
    background-color: #f7f7f7;
    background-clip: padding-box;
    border: 1px solid #fff;
    border-radius: 0rem!important;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    }


.form-controlquote::-webkit-input-placeholder {color: #6b6b6b;}
.form-controlquote:-moz-placeholder           {color: #6b6b6b; /* For Firefox 18- */}
.form-controlquote::-moz-placeholder          {color: #6b6b6b; /* For Firefox 19+ */}
.form-controlquote:-ms-input-placeholder      {color: #6b6b6b;}

 


.modal-dialog {
    max-width: 1000px;
    margin: 1.75rem auto;
}

.form-controlcont {
    display: block;
    width: 100%;
    height: auto!important;
    padding: .700rem .75rem!important;
    font-size: .9rem;
    line-height: 1.5;
    color: #a7a7a7!important;
    background-color: transparent;
    background-clip: padding-box;
    border: 1px solid #dbdbdb;
    border-radius: 0rem!important;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.dropus h5{ font-size: 30px; text-align: center; font-weight: 600; padding:15px; 0px; color: var(--main-color-1)}


.con_detail{ margin: 30px 0px; text-align: center;}
.con_detail img{ margin: 15px 0px;}
.con_detail p{ font-size: 16px; color: var(main-color-2); font-weight: 600; }
.con_detail a{ display: block; font-size: 16px; font-weight: 600; color: var(main-color-2)}

.buy_slider h6{ font-weight:600; font-size: 18px; color: var(--main-color-2)}
.buy_slider p{ font-weight:normal; font-size: 14px; color: var(--main-color-1)}

 .slider {
  display: inline-block;
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}
.slider:before {

  content: "";
  position: absolute;
  width: 100%;
  height: 5px;
  top: 0;
  left: 0;
  z-index: 1;
  background: rgba(255, 255, 255, 0.2);
  visibility: visible;
}
.slider:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 5px;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: rgba(64, 64, 64, 0.1);
  visibility: visible;
}
.slider > input {
  display: none;
}
.slider > input:nth-of-type(6):checked ~ ul li:first-of-type {
  margin-left: -500%;
}
.slider > input:nth-of-type(6):checked ~ .navigation label:nth-of-type(6):after {
  opacity: 1;
}
.slider > input:nth-of-type(6):checked ~ .arrows > label:nth-of-type(5) {
  display: block;
  left: 0;
  right: auto;
  transform: rotate(45deg);
}
.slider > input:nth-of-type(6):checked ~ .arrows > label:nth-of-type(7) {
  display: block;
  right: 0;
  left: auto;
  transform: rotate(225deg);
}
.slider > input:nth-of-type(5):checked ~ ul li:first-of-type {
  margin-left: -400%;
}
.slider > input:nth-of-type(5):checked ~ .navigation label:nth-of-type(5):after {
  opacity: 1;
}
.slider > input:nth-of-type(5):checked ~ .arrows > label:nth-of-type(4) {
  display: block;
  left: 0;
  right: auto;
  transform: rotate(45deg);
}
.slider > input:nth-of-type(5):checked ~ .arrows > label:nth-of-type(6) {
  display: block;
  right: 0;
  left: auto;
  transform: rotate(225deg);
}
.slider > input:nth-of-type(4):checked ~ ul li:first-of-type {
  margin-left: -300%;
}
.slider > input:nth-of-type(4):checked ~ .navigation label:nth-of-type(4):after {
  opacity: 1;
}
.slider > input:nth-of-type(4):checked ~ .arrows > label:nth-of-type(3) {
  display: block;
  left: 0;
  right: auto;
  transform: rotate(45deg);
}
.slider > input:nth-of-type(4):checked ~ .arrows > label:nth-of-type(5) {
  display: block;
  right: 0;
  left: auto;
  transform: rotate(225deg);
}
.slider > input:nth-of-type(3):checked ~ ul li:first-of-type {
  margin-left: -200%;
}
.slider > input:nth-of-type(3):checked ~ .navigation label:nth-of-type(3):after {
  opacity: 1;
}
.slider > input:nth-of-type(3):checked ~ .arrows > label:nth-of-type(2) {
  display: block;
  left: 0;
  right: auto;
  transform: rotate(45deg);
}
.slider > input:nth-of-type(3):checked ~ .arrows > label:nth-of-type(4) {
  display: block;
  right: 0;
  left: auto;
  transform: rotate(225deg);
}
.slider > input:nth-of-type(2):checked ~ ul li:first-of-type {
  margin-left: -100%;
}
.slider > input:nth-of-type(2):checked ~ .navigation label:nth-of-type(2):after {
  opacity: 1;
}
.slider > input:nth-of-type(2):checked ~ .arrows > label:nth-of-type(1) {
  display: block;
  left: 0;
  right: auto;
  transform: rotate(45deg);
}
.slider > input:nth-of-type(2):checked ~ .arrows > label:nth-of-type(3) {
  display: block;
  right: 0;
  left: auto;
  transform: rotate(225deg);
}
.slider > input:nth-of-type(1):checked ~ ul li:first-of-type {
  margin-left: 0%;
}
.slider > input:nth-of-type(1):checked ~ .navigation label:nth-of-type(1):after {
  opacity: 1;
}
.slider > input:nth-of-type(1):checked ~ .arrows > label:nth-of-type(0) {
  display: block;
  left: 0;
  right: auto;
  transform: rotate(45deg);
}
.slider > input:nth-of-type(1):checked ~ .arrows > label:nth-of-type(2) {
  display: block;
  right: 0;
  left: auto;
  transform: rotate(225deg);
}
.slider > ul {
  position: relative;
  width:100%;
  min-height:250px;
  font-size: 0;
  line-height: 0;
  background-color: #4e606c;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
  white-space: nowrap;
  box-sizing: border-box;
}
.slider > ul > li {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  font-size: 15px;
  font-size: initial;
  line-height: normal;
  transition: all 0.5s cubic-bezier(0.4, 1.3, 0.65, 1);
  vertical-align: top;
  box-sizing: border-box;
  white-space: normal;
}
.slider > ul > li.scrollable {
  overflow-y: auto;
}
.slider > ul > li.bg img {
  width: 100%;
  height: 100%;
}
.slider > .navigation {
  position: absolute;
  bottom: -8px;
  left: 50%;
  margin-bottom: 20px;
  font-size: 0;
  line-height: 0;
  text-align: center;
  -webkit-touch-callout: none;
  user-select: none;
}
.slider > .navigation div {
  margin-left: -100%;
}
.slider > .navigation label {
  position: relative;
  display: inline-block;
  cursor: pointer;
  border-radius: 50%;
  margin: 0 4px;
  padding: 4px;
  background: #fafaff;
  -webkit-touch-callout: none;
  user-select: none;
}
.slider > .navigation label:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -6px;
  margin-top: -6px;

  background: #ff6900;
  border-radius: 50%;
  padding: 6px;
  opacity: 0;
}
.slider > .navigation label:hover:after {
  opacity: 1;
}
.slider.inside .navigation {
  bottom: 10px;
  margin-bottom: 10px;
}
.slider.inside .navigation label {
  border: 1px solid #7e7e7e;
}
.slider.infinity > input:first-of-type:checked ~ .arrows label.goto-last {
  display: block;
  left: 0;
  right: auto;
  transform: rotate(45deg);
}
.slider.infinity > input:last-of-type:checked ~ .arrows label.goto-first {
  display: block;
  right: 0;
  left: auto;
  transform: rotate(225deg);
}
.slider > .arrows {
  position: absolute;
  left: 3%;
  top: 50%;
  width: 94%;
  height: 26px;
  box-sizing: content-box;
  -webkit-touch-callout: none;
  user-select: none;
}
.slider > .arrows label {
  display: none;
  position: absolute;
  top: -50%;
  padding: 13px;
  box-shadow: inset 2px -2px 0 1px #fafaff;
  cursor: pointer;
  transition: box-shadow 0.15s, margin 0.15s;
  -webkit-touch-callout: none;
  user-select: none;
}
.slider > .arrows label:hover {
  box-shadow: inset 3px -3px 0 2px #ff6900;
  margin: 0 0px;
}
.slider > .arrows label:before {
  content: '';
  position: absolute;
  top: -100%;
  left: -100%;
  height: 300%;

  width: 300%;
}

.bt_detail h4{ font-size: 24px; font-weight:600; padding:20px 0px; color: var(--main-color-2);}
 
.ftr_hadding h6{ color:#fff; font-size: 16px; font-weight:600; padding:10px 0; border-bottom:solid 1px var(--main-color-2); }

 
.ftr_abt span{ margin:15px 0 0 0px;  font-size: 13px; font-weight: 400; color: #fff; } 
.ftr_abt  a{font-size: 13px;font-weight: 400;color: #fff;display: -webkit-inline-box;text-decoration: none;}
.ftr_abt ul{ margin: 0px; padding: 0px;}
.ftr_abt ul li{ float: left; list-style: none; width:33%;}
.ftr_abt ul li a{ font-size: 13px; color: #fff; text-decoration: none; line-height:26px; display: block;}

.ftr_abt1 span{ margin:15px 0 0 0px;  font-size: 13px; font-weight: 400; color: #fff; } 
.ftr_abt1 ul{ margin: 0px; padding: 0px;}
.ftr_abt1 ul li{ float: left; list-style: none; }
.ftr_abt1 ul li a{ font-size: 13px; color: #fff; text-decoration: none; line-height:26px; display: block;}

.buy_tampl{ padding: 30px; background: #fff;}
.buy_tampl h5{ font-size:16px; color: var(--main-color-1); font-weight: 600; margin:20px 0 8px 0px;}
.buy_tampl h6{ font-size:15px; color: var(--main-color-1); font-weight: 600; margin:20px 0 8px 0px;}
.buy_tampl p{ font-size:14px; color: var(--main-color-1); font-weight:normal;}


.nextpages_div{/* background: #f1f1ef; */} 

.badge1{ 
	display: inline-block;    
	padding:4px 8px; font-size: 12px; 
	color: #fff; font-weight: 600;  
	line-height: 20px; margin: 0px 0 4px 0px;   
	background-color:var(--main-color-2); }


.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
    font-size: 23px!important;
    font-weight: bold!important;
    color: var(--main-color-2)!important;
}



.srvc_links h6{ font-size: 20px; font-weight: 600; color: var(--main-color-2); margin: 0 0px 20px 0px}


.srvc_links ul{ margin: 0px; padding: 0px; }
.srvc_links ul li{
	float: left;
	list-style: none;
	width: 23%;
	margin: 7.5px;
	padding: 20px 10px;
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.17);
}
.srvc_links ul li img{margin: 0 5px 0 0;width: 36px;height: 36px;}
.srvc_links ul li a{ text-decoration: none; color: var(--main-color-1); font-size: 16px }
 
.nh_imgabt{  background: url("../images/abtimg.jpg") no-repeat center top;}
.nh_imgsrvc{ background: url("../images/srvclink.jpg") no-repeat center top;}
.nh_imgport{ background: url("../images/port.jpg") no-repeat center top;}
.nh_imgproc{ background: url("../images/process.jpg") no-repeat center top;}
.nh_imgcont{ background: url("../images/contact.jpg") no-repeat center top; background-size: cover}
.nh_imgbuy{ background: url("../images/iosbg.jpg") no-repeat center top;}
.nh_imgbuy1{ background: url("../images/androidbg.jpg") no-repeat center top;}
.megamenu2 {
    position: absolute;
    width: 10%!important;
    left: 50%;
    text-align: center;
    right: 0;
    padding: 15px;
}
/*.icon1{ position: relative}
.icon1::before{ content:"\f007"!important; position: absolute;}*/


.getintouch_bg{background: rgb(243, 243, 243);}
.getintouch_bg h6{ font-weight:600; color: var(--main-color-1)!important; font-size:24px;}
.getintouch_bg p{ font-weight:normal; color: var(--main-color-1)!important; font-size: 14px;}

#cont {
    height: 450px;
    background: #fff;
    width: 100%;
    position: absolute!important;
    z-index: 9;
    overflow:hidden;
}

#cont ul{ 
	margin:0px;
    padding:0px;
}

#cont ul li{ float:left; display:inline-block; }

.cursor{text-align: center;cursor: pointer;width: 100%;/* position:sticky; *//* z-index:9; */top: 0;margin: 25px 0 0 0px;}

 
.btn_pad1, .btn_pad2{ font-size: 12px; font-weight: 600; padding:5px 10px!important; background: var(--main-color-2); color:#fff!important; text-transform: uppercase;}



.nhimg_anrdgmdev{ background: url("../images/bn1.jpg") no-repeat center top; background-size: cover;} 
.nhimg_arvrappdev{ background: url("../images/bn2.jpg") no-repeat center top; background-size: cover;} 
.nhimg_arvrgmdev{ background: url("../images/bn3.jpg") no-repeat center top; background-size: cover;} 
.nhimg_bigcomdev{ background: url("../images/bn4.jpg") no-repeat center top; background-size: cover;} 
.nhimg_dotnetdev{ background: url("../images/bn5.jpg") no-repeat center top; background-size: cover;} 
.nhimg_drupdev{ background: url("../images/bn6.jpg") no-repeat center top; background-size: cover;} 
.nhimg_ipaddev{ background: url("../images/bn7.jpg") no-repeat center top; background-size: cover;} 
.nhimg_iosdev{ background: url("../images/bn8.jpg") no-repeat center top; background-size: cover;} 
.nhimg_woodev{ background: url("../images/bn9.jpg") no-repeat center top; background-size: cover;} 
.nhimg_wearapp{ background: url("../images/bn10.jpg") no-repeat center top; background-size: cover;}
.nhimg_webddev{ background: url("../images/bn11.jpg") no-repeat center top; background-size: cover;} 
.nhimg_prestadev{ background: url("../images/bn12.jpg") no-repeat center top; background-size: cover;} 
.nhimg_shopidev{ background: url("../images/bn13.jpg") no-repeat center top; background-size: cover;} 
.nhimg_unitygmdev{ background: url("../images/bn14.jpg") no-repeat center top; background-size: cover;} 
.nhimg_magdev{ background: url("../images/bn15.jpg") no-repeat center top; background-size: cover;} 
.nhimg_jmdev{ background: url("../images/bn16.jpg") no-repeat center top; background-size: cover;} 
.nhimg_igdev{ background: url("../images/bn17.jpg") no-repeat center top; background-size: cover;} 
.nhimg_wpdev{ background: url("../images/bn18.jpg") no-repeat center top; background-size: cover;} 
.nhimg_anrdapp{ background: url("../images/bn19.jpg") no-repeat center top; background-size: cover;} 
.nhimg_anrdapp1{ background: url("../images/bn20.jpg") no-repeat center top; background-size: cover;} 
.nhimg_proc{ background: url("../images/proc.jpg") no-repeat center top; background-size: cover;} 
.nhimg_abt{ background: url("../images/abbnr.jpg") no-repeat center top; background-size: cover;} 


.roundimg img{ border-radius: 50%; border: solid #fff 30px;}
.slogans{ text-align: left!important; padding:10% 0 10% 60px}
.slogans h2{ font-size:50px; color: #fff; font-weight: 600;}
.slogans p{ font-size:18px; color: #fff; font-weight:normal;}



@media screen and (max-width: 800px) and (min-width: 320px){
	
	.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
    color: var(--mian-color-2)!important;
    font-weight: 600!important;
    text-transform: uppercase;
    font-size: 12px;
    padding: 8px!important;
} 
	
	.navbar-nav {
    flex-direction: column!important;
    background: #fff!important;
}
	
	.nextpages_header h1 {
    color: #fff; 
    font-size: 22px;
    font-weight: bold;
}
	
ul.nav.justify-content-center {
    margin: 0;
    padding: 0;
   float: left; 
}
	
	.main-slider .swiper-slide .content .title {
    font-size: 1.3em;
    font-weight: normal;
    line-height: 22px;
    text-shadow: 4px 10px 40px rgba(0, 0, 0, 0.66);
    margin-bottom: 2%;
}
	
.swiper-slide .slide-bgimg {
    position: relative;
    min-height: 337px;
    margin-bottom: 0px;
}
	
	.main-slider .swiper-slide .content .caption{ 
		display: block;
    font-size: 13px!important;
    line-height: 16px; margin: 0px; padding: 0px;  
 
	}
	





	
	.main-slider .swiper-slide .content {
    position: absolute;
    top: 12%;
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 1140px;
    color: #fff;
    z-index: 99;
}
	
	.video h1 {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 30px 0px;
}
	
	.downarea {
    margin: 750px 0 0 0;
}
	
	.about_cont {
    text-align: center!important;
}
	
	
	.button-group2 {
  margin: 20px 0;
  text-align: center;
  display: inline-block;
}

.button-group2:after {
  content: '';
  display: block;
  clear: both;
}

.buttongl2 {
    display: inline-block;
    padding: 0.5em 1.0em;
    border-radius: 0;
    background: #ffffff;
    font-size: 13px;
    cursor: pointer; 
    border: none;
    margin: 0px;
    -webkit-transition: background 0.3s;
    -moz-transition: background 0.3s;
    transition: background 0.3s;
}

	
}

.main_hading h3{ font-size:35px; color: var(--main-color-1); font-weight: bold;}
.main_hading span{ font-size:14px; color:#525252; font-weight: normal;}
.main_hading a{ font-size:14px; color: var(--main-color-2); font-weight: normal; display: contents;}


.bg_detail{ background: rgba(228,228,228,1.00); padding: 30px;}
.bg_detail p{ font-size: 14px; color: var(--black);}
.bg_detail h6{ font-size: 17px; font-weight: 600; color: var(--main-color-1); padding:15px 0}
.bg_detail h4{ font-size:25px; font-weight:bold; color: var(--main-color-1); padding:0 0 15px 0}
.bg_detail ul li{ list-style: circle; font-size: 14px; color: var(--black); line-height:28px;}

.data_icon{ text-align: center;}
.data_icon i{ font-size:50px!important; color: var(--main-color-1); padding: 15px;}
.data_icon i{ font-size:18px; color: var(--main-color-1)}


.order_now{ background: rgba(0,0,0,1.00); padding: 15px;}
.pad{ padding: 0 0 10px 0}

.price{ font-size: 15px; font-weight: 600; color: #fff;}
.fig{ font-size: 16px; font-weight:bold; color: #fff;}

.border-bottom {
    border-bottom: 1px solid #676767!important;
}

.text_style{ color: #fff; display: block; font-size: 16px; text-decoration: none; font-weight:bold; text-decoration: none!important; padding:15px 0 0 0px;}
.text_style:hover{ color: #fff!important;}

.doc_bg{ background: rgba(228,228,228,1.00); padding:30px;}

.media-body h5{ font-weight:bold; font-size: 16px; color: var(--main-color-1); margin: 0px 0 5px 0; padding: 0px; }
.media-body p{ font-weight:400; font-size:14px; color: var(--main-color-1);  margin: 0px 0 0px 0; padding: 0px; }
.media i{ font-size: 45px; color: var(--main-color-1);}

.order_now2{ background: rgba(0,0,0,1.00); padding: 15px;}
.order_now2 h5{ color: #fff; font-size: 18px; font-weight:600; margin: 0 0 15px 0px;}
.order_now2 a{ color: #fff; display: contents; text-decoration: none;}


.woocommerce .col-1, .woocommerce .col-2 {
    max-width: none;
}


.secondary-top-form {
	color: #fff !important;
}

a.tcp-link {
	color: #fff !important;
}
/*.............................
Secondary Services Start New Page css 
.............................*/


/*.............................
Secondary Services End New Page css 
.............................*/
