@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800');


*{
   font-family: 'Open Sans', sans-serif;
   margin: 0px;
   padding: 0px;
   /*   font-family: 'Roboto', sans-serif;*/
}

body{
   font-family: 'Open Sans', sans-serif;
	line-height: 1.375em;
	color: #333333;
	background-color: #ffffff;
   margin: 0px;
   padding: 0px;

}
::selection {
	background: #ff681a;
	color: #FFF;
	text-shadow: none;
}

h1, h2, h3, h4, h5, h6,p {
   font-family: 'Open Sans', sans-serif;
}

p{
   font-family: 'Open Sans', sans-serif;
}

.back-to-top {
   cursor: pointer;
   position: fixed;
   bottom: 20px;
   right: 20px;
   z-index: 9999;
   background-color:#ff681a;
   color: #fff;
   display:none;
}
.back-to-top:hover,.back-to-top:focus{
  color: #fff;
}


/*navbar start here*/

/*toggle button coustomize*/

.icon{
   width: 40px;
   height: 40px;
   background-color:transparent;
   margin: auto;
   position: absolute;
   right: 17px !important;
   transition: 0.5s ease-in-out;
   cursor: pointer;
   display: none;
   margin-bottom: 10px;
   padding-bottom: 30px;
}

@media screen and (max-width:991px) {
   .icon{
      display: block;
   }
}


.humbuger{
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%,-50%);
   width: 20px;
   height: 4px;
   background-color: #262626;
   cursor: pointer;
   box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.2);
   transition: 0.5s ease-in-out;
   margin-bottom: 30px;
}

.humbuger::before,.humbuger::after{
   content: '';
   position: absolute;
   width: 20px;
   height: 4px;
   cursor: pointer;
   background-color: #262626;
   box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.2);
   transition: 0.5s ease-in-out;
}

.humbuger::before{
   top: -10px;
   transition: 0.5s ease-in-out;
}
.humbuger::after{
   top: 10px;
   transition: 0.5s ease-in-out;
}
.icon.active .humbuger{
   background-color: transparent;
   transition: 0.5s ease-in-out;
   box-shadow: none;
}
.icon.active .humbuger::after{
   top: 0px;
   transform: rotate(137deg);
   transition: 0.5s ease-in-out;
}
.icon.active .humbuger::before{
   top: 0px;
   transform: rotate(45deg);
   transition: 0.5s ease-in-out;
}

.affix {
   top: 0;
   width: 100%;
   z-index: 9999 !important;
   -webkit-transition: all 1s ease-in-out;
   transition: all 1s ease-in-out;
}
.affix-top {
   position: static;
   top: -45px;
}
.affix + .container-fluid {
   padding-top: 70px;
}





.top{
   /*   background-color:#262626;*/
   display: block;
   min-height: 40px;

}
.top ul{
   margin: 0px;
   padding: 0px;
   line-height: 40px;
   padding-right: 10px;
}
.top ul li a{
   color: #999;
   font-size: 13px;
}
.top ul li a:hover {
   color: #212121;
}
.top ul li i{
   color: #999;
   margin-right: 2px;
}
.brand-name{
   padding: 0px;
  margin: auto;
}
.logo{
   width: 70%;
   margin:auto;
   margin-top: 20px;
}
.logo1{
   width: 60%;
   margin:auto;
}
.navbar-bg{
   border-radius: 0px;
   background-color:#ffffff;
   border: none;
   padding: 10px 0px;
   margin-bottom: 0px;
}
.navbar-menu{
   padding: 12px 0px;
}

.navbar-border{
   box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.2);
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
   color: #FFF;
   background-color: #034ea2 !important;

}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
   color: #FFF;
   background-color: #034ea2 !important;
}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
   color: #FFF;
   background-color: #034ea2 !important;
}

.navbar-bg .nav li a{
   padding: 9px 10px;
   border-radius: 4px;
   margin-right: 2px;
   font-size: 12px;
   font-weight: 600;
   text-transform: uppercase;
}
.navbar-inverse .navbar-nav > li > a {
   color: #034ea2;
   font-weight: 600;
}

.dropdown-hover a i{
   font-size: 8px;
}
.dropdown-hover:hover .show-menu{
   display: block;
}
.dropdown-hover  a{
   border-bottom-right-radius: 0px !important;
   border-bottom-left-radius: 0px !important;
}
.dropdown-box{
   border:none;
   background-color:#034ea2;
   color: #f1f1f1;
   padding: 0px;
}
.dropdown-box li a{
   color: #f1f1f1;
   font-size: 13px !important;
   text-transform:capitalize !important;
   border-radius: 4px !important;
   font-weight: 400 !important;
   padding: 10px 10px !important;
   border-bottom: 1px solid #163a61;
   border-radius: 0px !important;
}
.dropdown-box > li > a:hover, .dropdown-box > li > a:focus {
   color: #ffffff;
   text-decoration: none;
   background-color: #0a4382;
   box-shadow: inset 0px -1px 20px 0px #0e3765;
}
.bg-color:hover{
   border-color: #034ea2;
   background-color:#034ea2;
   color: #f1f1f1;
}
.bg-color:hover a {
   color: #fff !important;
}


@media screen and (max-width:992px) {
   #fa-icon{
      display: none;
   }
   #fa-icon1{
      display: block;
   }
   .brand-name{
      padding: 0px;

   }
   .logo{
      width: 50%;
      margin:0;
      margin-top: 0px;
      margin-left:20px;
   }
   .logo1{
      width: 48%;
      margin:0;
      margin-bottom: 10px;
      margin-left:20px;
   }
   .dropdown-box li a{
      color: #034ea2;
      font-size: 13px !important;
      text-transform:capitalize !important;
      border-radius: 4px !important;
      font-weight: 600 !important;
      padding: 10px 10px !important;
      border-bottom: 1px solid #e0e0e0;
      border-radius: 0px !important;
   }

}
@media screen and (max-width:767px) {
   .dropdown-box li a{
      color: #034ea2 !important;
      font-size: 13px !important;
      text-transform:capitalize !important;
      border-radius: 4px !important;
      font-weight: 400 !important;
      padding: 10px 10px !important;
      border-bottom: 1px solid #e0e0e0;
      border-radius: 0px !important;
   }
   .dropdown-box > li > a:hover, .dropdown-box > li > a:focus {
      color: #ffffff !important;
      text-decoration: none;
      background-color: #0a4382 !important;
      box-shadow: inset 0px -1px 20px 0px #0e3765;
   }
}
#fa-icon1{
   display:none;
}

@media (max-width: 992px) {
   .navbar-header {
      float: none;
   }
   .navbar-left,.navbar-right {
      float: none !important;
   }
   .navbar-toggle {
      display: block;
   }
   .navbar-collapse {
      border-top: 1px solid transparent;
      box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
   }
   .navbar-fixed-top {
      top: 0;
      border-width: 0 0 1px;
   }
   .navbar-collapse.collapse {
      display: none!important;
   }
   .navbar-nav {
      float: none!important;
      margin-top: 7.5px;
   }
   .navbar-nav>li {
      float: none;
   }
   .navbar-nav>li>a {
      padding-top: 10px;
      padding-bottom: 10px;
   }
   .collapse.in{
      display:block !important;
   }
}

@media (max-width: 992px){
   .navbar-nav .open .dropdown-menu {
      position: static;
      float: none;
      width: auto;
      margin-top: 0;
      background-color: transparent;
      border: 0;
      -webkit-box-shadow: none;
      box-shadow: none;
   }

}
/*close here navbar */

/*slider start here*/
.carousel-control{
   background-image: none !important;
   background-color: transparent;
}
.indicators-circle{
   bottom: 8px;
   transition: 0.5s ease-in-out;
}
.indicators-circle li{
   display: inline-block;
   width: 15px;
   height: 15px;
   margin: 1px;
   text-indent: -999px;
   cursor: pointer;
   border: 2px inset white;
   border-radius: 10px;
   transition: 0.5s ease-in-out;
}
.indicators-circle .active {
   width: 35px;
   height: 15px;
   margin: 0;
   background-color:#034ea2;
   border: 2px inset #ffffff;
   transition: 0.5s ease-in-out;
}
.carousel-control{
   opacity: 1;
}
.carousel-control.left,.carousel-control.right{
   background-image: none;
   background-color: transparent;
}


.carousel-control .left-arrow{
   position: absolute;
   opacity: 0;
   width: 40px;
   height: 40px;
   border: 3px solid #fffbfb;
   border-radius: 50%;
   display: flex;
   align-items: center;
   justify-content: center;
   font-size: 18px;
   color:#fff;
   background-color: #034ea2;
   transition: 1s ease-in-out;
}

.carousel-control .right-arrow{
   position: absolute;
   opacity: 0;
   width: 40px;
   height: 40px;
   border: 3px solid #fffbfb;
   border-radius: 50%;
   display: flex;
   align-items: center;
   justify-content: center;
   font-size: 18px;
   color:#fff;
   background-color: #034ea2;
   transition: 1s ease-in-out;
}
.carousel:hover .carousel-control .left-arrow{
   position: absolute;
   left: 40px !important;
   opacity: 1;
   transition: 0.7s ease-in-out;
}
.carousel:hover .carousel-control .right-arrow{
   position: absolute;
   right: 40px !important;
   opacity: 1;
   transition: 0.7s ease-in-out;
}

@media screen and (max-width:768px) {
   .indicators-circle{
      bottom: -8px;
      transition: 0.5s ease-in-out;
   }
   .indicators-circle li{
      display: inline-block;
      width: 12px;
      height: 12px;
      margin: 1px;
      text-indent: -999px;
      cursor: pointer;
      border: 2px solid white;
      border-radius: 10px;
      transition: 0.5s ease-in-out;
   }
   .indicators-circle .active {
      width: 20px;
      height: 12px;
      margin: 0;
      background-color: #193240;
      border: 2px solid #ffffff;
      transition: 0.5s ease-in-out;
   }

   .carousel-control .left-arrow{
      position: absolute;
      width: 25px;
      height: 25px;
      border: 1px solid #fffbfb;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 10px;
      color:  #fffbfb;
      transition: 1s ease-in-out;
      top: 40%;
      transform: translateY(-40%);
      opacity: 1;
   }

   .carousel-control .right-arrow{
      position: absolute;
      width: 25px;
      height: 25px;
      border: 1px solid #fffbfb;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 10px;
      color:  #fffbfb;
      transition: 1s ease-in-out;
      top: 40%;
      transform: translateY(-40%);
      opacity: 1;
   }

}
/*slider start here*/

/*start here portfolio button box*/
.btn-portfolio{
   background-color:  #034ea2;
   color: #fff;
   padding: 10px 12px;
   transition: 0.5s ease-in-out;
}
.btn-portfolio:hover,.btn-portfolio:focus{
   background-color:  #0c4c94;
   color: #fff;
   box-shadow: 0px 5px 10px 2px rgba(0,0,0,0.3);
   transition: 0.5s ease-in-out;
}
/*panel-serice start here*/
.panel-service{
   border:1px solid #ddd;
   box-shadow: 0px 0px 20px 2px rgba(0,0,0,.1);
   position: relative;
}
.panel-service:hover{
   border:1px solid #fff;
   box-shadow: 0px 0px 20px 5px rgba(0,0,0,.2);
}
.panel-icon{
   width: 70px;
   height: 70px;
   text-align: center;
   line-height: 70px;
   background-color:#fff;
   border-radius: 50%;
   color: #262626;
   font-size: 28px;
   margin: auto;
   position: relative;
   margin-top: -40px;
}
.panel-content{
   margin-top:0px;
   margin-bottom: 30px;

}
.panel-content h1{
   color: #034ea2;
   text-align: center;
   margin-top: 0px;
}
.panel-content p{
   color: #777;
   font-size: 14px;
   margin-bottom: 20px;
   line-height: 20px;
}
.btn-box{
   position: absolute;
   bottom: 20px;
   left: 50%;
   transform: translateX(-50%);
   margin-top: 10px !important;
}
.btn-information{
   background-color: #337ab7;
   border:1px solid #337ab7;
   color: #fff;
   font-size: 13px;
   text-transform: uppercase;
   padding: 8px 20px;
   transition: 0.5s ease-in-out;
   font-weight: 600;
}
.btn-information:hover{
   color: #337ab7;
   border:1px solid #337ab7;
   background-color: transparent;
}
@media screen and (max-width:768px) {
   .panel-content p{
      padding-left: 0px;
      padding-right: 0px;
      color: #777;
      font-size: 14px;
      margin-bottom: 20px;
      line-height: 20px;
   }
}
/*panel-serice clsoe here*/

/*start here our service*/
.our-service-section{
   background-image: url('../images/web1.jpeg');
   background-repeat: no-repeat;
   background-size: cover;
   background-position: center;
   position: relative;
   padding: 30px 0px 60px 0px;
}
.our-service-section::before{
   position: absolute;
   left: 0px;
   top: 0px;
   content: '';
   width: 100%;
   height: 100%;
   background-color: rgba(0,0,0,0.8);
}
.service-box{
   margin-top: 10px;
   margin-bottom: 10px;
}
.service-title h2{
   color: #fff;
}
.service-icon i{

   display: flex;
   align-items: center;
   justify-content: center;
   width: 40px;
   height: 40px;
   color: #fff;
   border:1px solid #337ab7;
   border-radius: 50%;
   background-color: #337ab7;
}
.service-info h1{
   margin: 0px;
   margin-top: 5px;
   font-size: 20px;
   font-weight: 600;
   color: #fff;
   margin-bottom: 5px;
}
.service-info h1 a{
   color: #fff;
}
.service-info h1 a:hover{
   text-decoration: underline;
}
.service-info p{
   color: #f1f1f1;
}
@media screen and (max-width:991px) {
   .service-icon i{
      margin:auto;
   }
   .service-info h1{
      margin: 0px;
      margin-top: 10px;
      font-size: 19px;
      font-weight: 600;
      text-align: center;
      color: #fff;
      margin-bottom: 5px;
   }
   .service-info h1 a{
      color: #fff;
   }
   .service-info p{
      color: #f1f1f1;
      text-align: center;
      margin-top: 6px;
   }
   .service-box{
      margin-bottom: 20px;
   }
}
/*close here our service*/

/*slider start here*/
.clint-image img{

}
.clint-image{
   box-shadow: 0px 0px 5px 2px rgba(0,0,0,.1);
}
.clint-image:hover{
   box-shadow: 0px 0px 10px 5px rgba(0,0,0,.2);
}

.owl-next,.owl-prev{
   position: absolute;
   transition: 0.5s ease-in-out;
}
.owl-prev{
   left: -40px;
   top: 40%;
   transform: translateY(-50%);
   background-color: #337ab7 !important;
   opacity: 1px;
   transition: 0.5s ease-in-out;

}

.owl-next{
   right: -40px;
   top: 40%;
   transform: translateY(-50%);
   background-color: #337ab7 !important;
   opacity: 1px;
   transition: 0.5s ease-in-out;
}
@media screen and (max-width:991px) {

   .owl-next,.owl-prev{
      position: relative;
      transition: 0.5s ease-in-out;
   }
   .owl-prev{
      left: 0px;
      top: 0;
      background-color: #337ab7 !important;
      opacity: 1px;
      transition: 0.5s ease-in-out;
   }

   .owl-next{
      right:0px;
      top: 0;
      background-color: #337ab7 !important;
      opacity: 1px;
      transition: 0.5s ease-in-out;
   }
   .clint-image{
      box-shadow: 0px 0px 20px 4px rgba(0, 0, 0, 0.1);
   }

}
/*footer start here*/
footer{
   background: #262626;
   border-top: 4px solid #1F1F1F;
   margin-top: 50px;
   padding: 40px 0 0;
   position: relative;
}

footer .footer-ribbon {
   background: #999;
   position: absolute;
   margin: -59px 0 0 22px;
   padding: 10px 20px 6px 20px;
}

footer .footer-ribbon:before {
   border-right: 10px solid #646464;
   border-top: 16px solid transparent;
   content: "";
   display: block;
   height: 0;
   left: -10px;
   position: absolute;
   top: 0;
   width: 7px;
}
footer .footer-ribbon span {
   color: #FFF;
   font-size: 1em;

}
footer .footer-ribbon:before {
   border-right-color: #005580;
}
footer .footer-ribbon {
   background: #034ea2;
}
.bottom-title{
   color: #FFFFFF;
   margin: auto auto 15px;
}
.bottom-title h2{
   border-bottom: 1px solid #464646;
   font-family: Open Sans;
   font-size: 18px;
   font-weight: 600;
   text-transform: capitalize;
   color: #FFFFFF;
   position: relative;
   padding-bottom: 5px;
   margin-bottom: 0px;
}

.bottom-title h2::after{
   border-bottom: 1px solid #FFFFFF;
   content: " ";
   display: block;
   margin-top: 10px;
   position: relative;
   top:6px;
   width: 50px;
   z-index: 999;
}

.nav-footer ul li a{
   display: block;
   color: #f1f1f1;
   font-size: 14px;
   padding: 4px 0px;
}
.nav-footer ul li a:hover{
   color: #f1f1f1;
}
.address ul li{
   color: #f1f1f1;
   padding: 5px 0px;
}
.address ul li a{
   color: #f1f1f1;
}
.address ul li i{
   top: 8px;
}
.social ul li a{
   width: 40px;
   height: 40px;
   border-radius: 50%;
   border:1px solid #f1f1f1;

   line-height: 40px;
   text-align: center;
   display: block;
   position: relative;
   z-index: 1;
   transition: 0.3s ease-in-out;
}

.social ul li a{
   color: #fff;
   display: block;
   font-size: 15px;
}

.social ul .facebook a::before{
   content: '';
   position: absolute;
   top: -1px;
   left: -1px;
   width: 40px;
   height: 40px;
   border-radius: 50%;
   background-color: #3b5999;
   border:1px solid #3b5999;
   z-index: -1;
   transform: scale(0);
   transition: 0.3s ease-in-out;
}
.social ul .twitter a::before{
   content: '';
   position: absolute;
   top: -1px;
   left: -1px;
   width: 40px;
   height: 40px;
   border-radius: 50%;
   background-color: #55acee;
   border:1px solid #55acee;
   z-index: -1;
   transform: scale(0);
   transition: 0.3s ease-in-out;
}
.social ul .google-plus a::before{
   content: '';
   position: absolute;
   top: -1px;
   left: -1px;
   width: 40px;
   height: 40px;
   border-radius: 50%;
   background-color: #dd4b39;
   border:1px solid #dd4b39;
   z-index: -1;
   transform: scale(0);
   transition: 0.3s ease-in-out;
}
.social ul .facebook a:hover::before,.social ul .twitter a:hover::before,.social ul .google-plus a:hover::before{
   transform: scale(1.1);
   transition: 0.3s ease-in-out;
}

@media screen and (max-width:768px) {
   .bottom-title{
      color: #FFFFFF;
      margin: auto auto 15px;
   }
   .bottom-title h2{
      border-bottom: 1px solid #464646;
      font-family: Open Sans;
      font-size: 15px;
      font-weight: 600;
      text-transform: capitalize;
      color: #FFFFFF;
      position: relative;
      padding-bottom: 5px;
      margin-bottom: 0px;
   }

   .bottom-title h2::after{
      border-bottom: 1px solid #FFFFFF;
      content: " ";
      display: block;
      margin-top: 10px;
      position: relative;
      top:6px;
      width: 30px;
      z-index: 999;
   }
   .nav-footer ul li a{
      display: block;
      color: #f1f1f1;
      font-size: 13px;
      padding: 4px 0px;
   }
   .address ul li a{
      color: #f1f1f1;
      font-size: 13px;
   }
   .address ul li{
      color: #f1f1f1;
      font-size: 13px;
   }
   .address ul li i{
      top: 8px;
      font-size: 11px;
   }
   .social ul li a{
      width: 30px;
      height: 30px;
      border-radius: 50%;
      border:1px solid #f1f1f1;

      line-height: 30px;
      text-align: center;
      display: block;
      position: relative;
      z-index: 1;
      transition: 0.3s ease-in-out;
   }

   .social ul li a{
      color: #fff;
      display: block;
      font-size: 12px;
   }

   .social ul .facebook a::before{
      content: '';
      position: absolute;
      top: -1px;
      left: -1px;
      width: 30px;
      height: 30px;
      border-radius: 50%;
      background-color: #3b5999;
      border:1px solid #3b5999;
      z-index: -1;
      transform: scale(0);
      transition: 0.3s ease-in-out;
   }
   .social ul .twitter a::before{
      content: '';
      position: absolute;
      top: -1px;
      left: -1px;
      width: 30px;
      height: 30px;
      border-radius: 50%;
      background-color: #55acee;
      border:1px solid #55acee;
      z-index: -1;
      transform: scale(0);
      transition: 0.3s ease-in-out;
   }
   .social ul .google-plus a::before{
      content: '';
      position: absolute;
      top: -1px;
      left: -1px;
      width: 30px;
      height: 30px;
      border-radius: 50%;
      background-color: #dd4b39;
      border:1px solid #dd4b39;
      z-index: -1;
      transform: scale(0);
      transition: 0.3s ease-in-out;
   }
}
/*footer close here*/


.copy-right{
   background-color: #121212;
   padding: 10px 0px;
}
.copy-right{
   display: block;
   padding-bottom: 10px;
   padding-top: 10px;
}
.copy-right p{
   color: #f1f1f1;
   margin-top:9px;
   font-size: 13px;
}
.site li a{
   color: #fff;
}

@media screen and (max-width:992px) {
   .copy-right{
      display: block;
      padding-bottom: 20px;
      padding-top: 10px;
   }
}

/**********************************************************************************************************************************************************About Us start here*************************************/

.about-content p{
   line-height: 25px;
   color: #777;
   text-align: justify;
}
.sidenav ul li a{
   display: block;
   border-bottom: 1px solid #EDEDDE;
   padding: 9px 20px;
   color: #777;
   font-size: 0.9em;
}
.about-title h2{
   color: #034ea2;
   text-transform: uppercase;
}
.sidenav ul li a:hover{
   background-color: #eee;
}
@media screen and (max-width:768px) {
   .about-content p{
      text-align: justify;
      font-size:14px;
      color: #666;

   }
}
/**********************************************************************************************************************************************************About Us close here*************************************/

/**********************************************************************************************************************************************************IT Staff start here*************************************/

.about-content{
   color: #777;
}
.about-content span{
   color: #034ea2;
   font-weight: 700;
   margin-top: 10px;
   margin-bottom: 10px;
   display: block;
   font-size: 13px;
}
.about-content p a{
   color: #034ea2;
   font-weight: 600;
}
.about-content h5{
   color: #034ea2;
   text-transform: uppercase;
   font-weight: 600;
   margin-top: 10px;
   margin-bottom: 10px;
   line-height: 25px;
   transition: 0.5s ease-in-out;
}
.about-content dl dt{
   font-weight:600;
}
.about-content dl dt{
   line-height: 24px;
}
.about-title h4{
   color: #034ea2;
}
.about-title h5{
   color: #777;
}
.sidenav h2{
   color: #034ea2;
}
@media screen and (max-width:768px) {
   .about-content h5{
      color: #034ea2;
      text-transform: uppercase;
      font-weight:500;
      margin-top: 10px;
      margin-bottom: 10px;
      line-height: 25px;
      transition: 0.5s ease-in-out;
   }
}
/**********************************************************************************************************************************************************IT Staff close here*************************************/


/**********************************************************************************************************************************************************portfolio start here*************************************/

.portfolio-image{
   box-shadow: 0px 0px 20px 2px rgba(0,0,0,0.2);
   position: relative;
   overflow: hidden;
   margin-top: 10px;
   margin-bottom: 10px;
}
.overlay{
   position: absolute;
   bottom: 0px;
   left: 0px;
   width: 100%;
   height:20%;
   background-color: rgba(0,0,0,0.8);
   transition: 0.5s ease-in-out;
   padding: 20px 10px 0px 10px;
   color: #fff;
   text-align: center;
}
.overlay .title-q{
   font-weight: 700;
   color:#da9c0a;
   margin-right: 5px;
   font-size: 16px;
   display: block;
   text-align: center;
}
.overlay .subtitle-q{
   font-weight: 500;
   color: #e0e0e0;

}
.content-tabs{

}
.tabs-nav{
   border-bottom: 1px solid #d5980a;
}
.tabs-nav > li.active > a, .tabs-nav > li.active > a:hover, .tabs-nav > li.active > a:focus {
   color:#fff;
   cursor: default;
   background-color: #d5980a;
   border: 1px solid #d5980a;
   border-bottom-color: transparent;
}
.tabs-nav > li > a{
   color: #034ea2;
   font-weight: 700;
}
.tabs-nav > li > a:hover, .tabs-nav > li > a:focus {
   text-decoration: none;
   background-color: #d5980a;
   color: #fff !important;
}
@media screen and (max-width:768px) {
   .overlay{
      display: none;
   }
}
.portfolio-image:hover .overlay{
   height: 100%;
   transition: 0.5s ease-in-out;
}
.btn-view{
   border: 1px solid #d89a09;
   padding: 4px 8px;
   color: #fff;
   font-size: 13px;
}
.btn-view:hover,.btn-view:focus{
   border: 1px solid #d89a09;
   background-color:#d89a09;
   color: #fff;
}
.col1{
   color: #d89a09;
}

/**********************************************************************************************************************************************************portfolio close here*************************************/



/**********************************************************************************************************************************************************product start  here*************************************/

.blue{
   background-color: #0061a3;
}
.yellow{
   background-color: #f3bc28;
}
.orange{
   background-color: #ff8b01;
}
.red{
   background-color: #a82d2d;
}
.products{
   padding: 20px;
   border-radius: 8px;
   padding-bottom: 30px;
   margin-bottom: 20px;
}
.products-content{
   color: #fff;
}
.feat{
   font-size: 14px;
   color: #e7fff9;
   margin-bottom: 40px;
}
.products-content h4{
   font-size: 22px;
}
.products-point li{
   font-size: 12px;
   line-height: 24px;
}
.products-point li i{
   font-size: 7px;
   top: 8px;
}

.price{
   margin-top: 20px;
   display: block;
   color: #fff;
   margin-bottom: 20px;
}
.price .amount{
   font-size: 40px;
   font-weight: 700;
}
.year{
   text-align: right  !important;
   display: block;
   margin-right: 63px;
   font-size: 11px;
   font-style: italic;
}
.btn-order1{
   background-color:#18c66d ;
   color: #fff;
   padding: 8px 30px;
}
.btn-order1:hover,.btn-order1:focus{
   background-color:#18c66d ;
   color: #fff;
   box-shadow: 0px 8px 10px 5px rgba(0,0,0,0.2);
}
.zoomeffect:hover{
   box-shadow: 0px 6px 20px 7px rgba(0,0,0,0.2);
   transition: 0.3s ease-in-out;
}
.products-point{
   color: #e7fff9;
}
.fs .amount{
   font-size: 30px;
}
.point-small{
   margin: 0px;
   padding-left: 5px;
}
.order-small{
   padding: 5px 15px;
}
@media screen and (max-width:768px) {
   .products-content h4{
      font-size: 17px;
      font-weight: 600;
   }
   .year{
      text-align: right  !important;
      display: block;
      margin-right:40px;
      font-size: 11px;
      font-style: italic;
   }
   .price .amount{
      font-size: 40px;
      font-weight: 700;
   }
   .products-point li{
      font-size: 13px;
      line-height: 24px;
   }
   .products-point li i{
      font-size: 7px;
      top: 8px;

   }
   .products-point{
      margin-top: 10px;
   }

}
/**********************************************************************************************************************************************************product close here*************************************/

/**********************************************************************************************************************************************************Career start here****************************************************/
table>thead>tr>th{

}

table>thead {
   background-color: #034ea2;
   color: #fff;
   border: 1px solid #0d3f77;
}

table>thead>tr>th,table>body>tr>th {
   background-color: #034ea2;
   color: #fff;
   border: 1px solid #0d3f77;
}

.career-table >.table-bordered > thead > tr > th,.career-table >.table-bordered > thead > tr > td,.career-table >.table-bordered > tbody > tr > td,.career-table >.table-bordered > tbody > tr > th{
   border:1px solid #0d3f77 !important;
}
table>tbody>tr>td>a:hover{
   text-decoration: underline;
}

.headColor h4{
  color: #034ea2;
}
.headColor span{
  display: inline !important;
}
/**********************************************************************************************************************************************************Career close here****************************************************/

/****************************************************************************************************************************************************************Career as Graphics Designer start***********************************/
.career-graphics>table>thead>tr>th,.career-graphics>table>thead>tr>td,.career-graphics>table>tbody>tr>td,.career-graphics>table>tbody>tr>th{
   text-align: left;
   padding-left: 10px;
}

.career-graphics .career-gra{
   font-weight: 700;
   color: #777777;
   font-size: 14px;
}
.career-graphics{
   color: #777777;
   font-size: 13px;
}
.career-graphics p{
   margin-top: 10px;
   margin-bottom: 20px;
}
/****************************************************************************************************************************************************************Career as Graphics Designer close***********************************/

/****************************************************************************************************************************************************************Career Form Start***********************************/
.career-form{
   -webkit-box-shadow:0px 0px 20px 5px rgba(0,0,0,.2);
   -moz-box-shadow:0px 0px 20px 5px rgba(0,0,0,.2);
   box-shadow:0px 0px 20px 5px rgba(0,0,0,.2);
}
.career-form-title{
   width: 100%;
   display: block;
   background-color:#034ea2;
   padding: 10px 0px;
}
.career-form-title h2{
   color: #fff;
}

.btn-reset{
   background-color:transparent;
   border:1px solid #034ea2;
   color:#034ea2;
   padding: 8px 30px;
   transition: 0.3s ease-in-out;
}

.btn-reset:hover{
   background-color: #034ea2;
   border:1px solid #034ea2;
   color: #fff;
   transition: 0.3s ease-in-out;
}
.btn-submit{
   background-color: #034ea2;
   border:1px solid #034ea2;
   color: #fff;
   padding: 8px 30px;
}
.btn-submit:hover,.btn-submit:focus{
   background-color:transparent;
   border:1px solid #034ea2;
   color: #034ea2;
   transition: 0.3s ease-in-out;
}

/****************************************************************************************************************************************************************Career Form close***********************************/


/****************************************************************************************************************************************************************client box start***********************************/
.client-box{
   margin-bottom: 10px;
}
.client-box:hover{
   -webkit-box-shadow:0px 0px 5px 3px rgba(0,0,0,.1);
   -moz-box-shadow:0px 0px 5px 3px rgba(0,0,0,.1);
   box-shadow:0px 0px 5px 3px rgba(0,0,0,.1);
}

/****************************************************************************************************************************************************************client box close***********************************/



.panel-group .panel {
   border-radius: 0;
   box-shadow: none;
   margin-bottom: 10px;
   box-shadow: 0px 0px 5px 1px rgba(0,0,0,.1);
}

.panel-box > .panel-heading{
   background-color: #fff;

   padding: 0px 0px;
   color:#484747;
}
.panel-box  .active{
   background-color: #1460a0 !important;
   transition:0.5s ease-in-out;
   color: #fff;
}
.panel-box  .active i{
   color: #fff;
}

.panel-contant p{

   line-height: 25px;
   letter-spacing: 0.1px;
   text-align: justify;
   font-size: 14px;
   transition:0.5s ease-in-out;
}
.panel-contant ul li{

   list-style: none;
   line-height: 30px;
   transition:0.5s ease-in-out;
}
.para{
   color:#757070 !important;
   font-weight: 600;
   transition:0.5s ease-in-out;
}
/*
.panel-default > .panel-heading {
padding: 0;
border-radius: 0;
color: #212121;
background-color: #FAFAFA;
border-color: #EEEEEE;
}
*/

.panel-title {
   font-size: 15px;
   font-weight: 500;

}

.panel-contant{
   padding: 5px 15px !important;
}
.panel-title > a {
   display: block;
   padding:8px 15px;
   text-decoration: none;
   font-weight: 600;
}
.hosting-title h1{
   font-family: Dosis;
   line-height: 30px;
   font-weight: 700;
   font-style: normal;
   color: #333;
   font-size: 30px;
   opacity: 1;
   margin: 0px;
   margin-top: 30px;
   visibility: visible;
   -webkit-transition: opacity 0.24s ease-in-out;
   -moz-transition: opacity 0.24s ease-in-out;
   transition: opacity 0.24s ease-in-out;
   background-color: white;
}
.panel-header .panel-title a i{
   width: 30px;
   height: 30px;
   border-radius: 50%;
   background-color: orange;
   line-height: 30px;
   text-align: center;
   color: #fff;
}
.panel-group p{
   text-align: justify;
   color: #807878;
   line-height: 25px;
}
.panel-group ol li{
   text-align: justify;
   color: #807878;
   line-height: 25px;
}


/*************************************************************************************************************************************************contact us start here*********************************************************/

.contact-box{
   -webkit-box-shadow:0px 0px 10px 5px rgba(0,0,0,0.1);
   -moz-box-shadow:0px 0px 10px 5px rgba(0,0,0,0.1);
   box-shadow:0px 0px 10px 5px rgba(0,0,0,0.1);
   border-radius: 4px;
   margin-top: 20px;
}
.contact-box h2{
   background-color: #034ea2;
   text-align: center;
   padding: 8px 0px;
   color: #fff;
   font-weight: 600;
   font-size: 20px;
   margin: 0px;
}
.contact-box ul li{
   margin: 10px 0px;
}
hr.style-two {
   border: 0;
   height: 1px;
   background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(123, 115, 115, 0.58), rgba(0, 0, 0, 0));
   margin-bottom: 30px;
   margin-top: 30px;
}
.margin-auto img{
   margin: auto;
}
/*************************************************************************************************************************************************contact us close here*********************************************************/

.list-software ul li{
   line-height: 25px;
}

.table-bg >.table-bordered > thead > tr > th,.table-bg >.table-bordered > thead > tr > td,.table-bg >.table-bordered > tbody > tr > td,.table-bg >.table-bordered > tbody > tr > th{
   border:1px solid #0d3f77 !important;
}

/*************************************************************************************************************************************************Plan start here*********************************************************/

.plan-box{
   border:1px solid #ddd;
   border-radius: 4px;
   box-shadow: 0px 0px 10px 0px rgba(0,0,0,.2);
   background-color: #fff;
   margin-top: 30px;
   margin-bottom: 30px;
   transition: 0.5s ease-in-out;
}
.plan-box:hover{
   transform: scale(1.1);
   transition: 0.5s ease-in-out;
}
.hover-box{
   transform: scale(1.1);
   transition: 0.5s ease-in-out;
}
.plan-header{
   padding: 20px;
   text-align: center;
   position: relative;
}
.bg-1{
   background-color: #32497d;
}
.bg-2{
   background-color:#902a3c;
}
.bg-3{
   background-color: #327d73;
}

.btn-Gold{
   background-color: #327d73;
   border:1px solid #327d73;
   color: #fff;
   padding: 8px 30px;
   transition: 0.3s ease-in-out;
}

.btn-Gold:hover{
   background-color:#fff;
   border:1px solid #327d73;
   color: #327d73;
   transition: 0.3s ease-in-out;
}
.btn-basic{
   background-color: #32497d;
   border:1px solid #32497d;
   color: #fff;
   padding: 8px 30px;
   transition: 0.3s ease-in-out;
}
.btn-basic:hover{
   background-color:#fff;
   border:1px solid #32497d;
   color:#32497d;
   transition: 0.3s ease-in-out;
}
.btn-Sliver{
   background-color: #902a3c;
   border:1px solid #902a3c;
   color: #fff;
   padding: 8px 30px;
   transition: 0.3s ease-in-out;
}
.btn-Sliver:hover{
   background-color:#fff;
   border:1px solid #902a3c;
   color: #902a3c;
   transition: 0.3s ease-in-out;
}

.plan-header h3{
   margin-top: 10px;
   margin-bottom: 20px;
   color: #fff;
   font-weight: 600;
   font-size: 28px;
}
.plan-header span {
   width: 90px;
   height: 90px;
   border-radius: 50%;
   line-height: 90px;
   text-align: center;
   background-color: #fff;
   margin: auto;
   margin-bottom: -50px;
   font-size: 21px;
   color: #230f0f;
   box-shadow: 0px 5px 10px 5px rgba(0,0,0,0.1);
}



.list-plan {
   margin: 0px;
}
.list-plan li{
   padding: 15px;
   border-bottom: 1px solid #d6d6d6;
}
/*************************************************************************************************************************************************Plan close here*********************************************************/



/*************************************************************************************************************************************************service start here*********************************************************/
.featured-box{
   border:1px solid #eee;
   padding: 30px 20px 30px 20px;
   border-radius: 8px;
   height:320px;
   margin-bottom: 30px;
   transition: 0.2s ease-in-out;
}
.featured-border-top{
   border-top-width: 5px;
   border-top-color:#E36159;

}

.featured-border-top1{
   border-top-width: 5px;
   border-top-color:#024ca1;

}
.featured-border-top2{
   border-top-width: 5px;
   border-top-color:#2baab1;

}

.featured-border-top3{
   border-top-width: 5px;
   border-top-color:#734ca9;

}
.featured-image{
   width: 100%;
   display: block;
   padding: 10px;
}
.featured-bg1{
   background-color: #e46159;
}
.featured-bg2{
   background-color: #024ca1;
}
.featured-bg3{
   background-color:#2baab1;
}
.featured-bg4{
   background-color: #734ca9;
}

.featured-image img{
   margin: auto;
   display: block;
}
.featured-title h1 {
   margin-top: 15px !important;
   margin-bottom: 20px !important;
}
.featured-content p{
   text-align: center;
   color: #777;
   line-height: 22px;
}
.featured-box{
   -webkit-box-shadow:0px 0px 10px 0px rgba(0,0,0,0.2);
   -moz-box-shadow:0px 0px 10px 0px rgba(0,0,0,0.2);
   box-shadow:0px 0px 10px 0px rgba(0,0,0,0.2);
   transition: 0.2s ease-in-out;
}
.featured-box:hover{
   -webkit-box-shadow:0px 10px 20px 0px rgba(0,0,0,0.2);
   -moz-box-shadow:0px 10px 20px 0px rgba(0,0,0,0.2);
   box-shadow:0px 10px 20px 0px rgba(0,0,0,0.2);
   transition: 0.2s ease-in-out;
}
@media screen and (max-width:768px) {
   .featured-box{
      border:1px solid #eee;
      padding: 30px 20px 30px 20px;
      border-radius: 8px;
      height:auto;
      margin-bottom: 20px;
      transition: 0.2s ease-in-out;
   }
}
/*************************************************************************************************************************************************service close here*********************************************************/


/*all page banner image*/
.banner-box{
   position: relative;
}
.overlay-box{
   position: absolute;
   top: 0px;
   left: 0px;
   width: 100%;
   height: 100%;
   background-color: rgba(0,0,0,0.8);
}
.overlay-box h1{
   color: #fff;
   font-weight: 700;
   text-align: center;
   position: absolute;
   left: 50%;
   top: 50%;
   font-size: 50px;
   transform: translate(-50%,-50%);

}


.breadcrumb-list{
   margin-top: 20px;
}

.form-qoute{
   box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
   padding: 30px;
   border-radius: 5px;
}
.form-qoute label{
   color: #777777;
   font-weight: 500;
}

.btn-bg{
   background-color: #38943b;
}
.btn-bg:hover{
   background-color: #38943b;
}
.btn-pd{
   padding: 15px 10px;
   margin-bottom: 10px;
}
.btn-fs{
   font-size: 17px;
}

.sliderbox{
   border:1px solid #ddd;
}
.banner-box img{
   height: 270px;
   max-height: 270px;
}
@media screen and (max-width:768px) {
   .banner-box img{
      height:auto;
      max-height: auto;
      box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
   }
}


.sitemap h2{
   color: #034ea2;
   text-transform: uppercase;
}
.sitemap li {
   padding: 5px 0px;
   font-weight: 600;
}
.icons li a i{
   top: 10px;
   font-size: 11px;
}

.icon1 li a i{
   top: 10px;
   font-size: 11px;
}
.sitemap-service li a{
   font-weight: 500;
}
.sitemap-service{
   margin-top: 5px;
   margin-bottom: 5px;
}

.image-height{
   height: 252px;
}
@media screen and (max-width:767px) {
   .image-height{
      height: auto;
   }
}


.wrapper-box{
   border:1px solid #0369B5;
   padding: 15px 25px;
   
}


.bill-manager img{
   width: 50px;
   float: right;
}

.bill-title{
   margin-left: 20px;
   
}
.bill-title .blue-text{
   color: #208BEF;
}
   
.bill-title .green-text{
   color:#76AD0B;
}
.bill-title .orange-text{
   color: #E06902;
}


.mainfeature {
   background: #034ea2;
   padding: 10px;
   font-size: 15px;
   padding-left: 21px;
   color: #fff !important;
   margin-bottom: 10px;
   margin-top: 10px;
}
.mainfeature h4{
   padding: 0px;
   margin: 0px;
   font-size: 14px;
   padding: 4px 0px;
}

.Objective li{
   font-size: 14px;
   color: #777777;
   line-height: 24px;
}
.Objective li:hover{
   color: #248DDB;
}
@media screen and (max-width:767px){

   .mainfeature {
      background: #034ea2;
      padding: 10px;
      font-size: 15px;
      padding-left: 21px;
      color: #fff;
      margin-bottom: 10px;
      margin-top: 10px;
   }
   .mainfeature p{
      margin: 0px;
   }
   
   .Objective li{
      font-size: 14px;
      color: #777;
      
   }
   .Objective li:hover{
      color: #248DDB;
   }
}
.pnlhead {
   background: #000;
   border-radius: 10px 10px 0px 0px;
}
.pnlhead>p {
   color: #fff;
   font-weight: bold;
   font-size: 18px;
   margin-bottom: 0px;
   padding: 5px;
}
.fs-smal p{
   font-size: 16px;
}
.pnlback1 {
   border-radius: 0px 0px 10px 10px;
   min-height: 191px;
   background: #A93359;
   box-shadow: 1px 9px 8px 0px;
}
.pnlback1>ul>li, .pnlback2>ul>li, .pnlback3>ul>li {
   color: #fff;
   font-size: 16px;
   margin-top: 2px;
}
.pnlback2 {
   min-height: 191px;
   background: #1C9FC7;
   border-radius: 0px 0px 10px 10px;
   box-shadow: 1px 9px 8px 0px;
}
.pnlback3 {
   min-height: 191px;
   background: #769347;
   border-radius: 0px 0px 10px 10px;
   box-shadow: 1px 9px 8px 0px;
}
.gallery{
   margin-top: 10px;
   margin-bottom: 10px;
}

.phead {
   color: #50402D !important;
   font-size: 20px;
   font-weight: 600;
   margin-top: 20px;
}
.head2 {
   font-family: "Times New Roman", Georgia, Serif;
   font-weight: bold;
   color: #194e47;
   margin-bottom: 10px;
}
.head2lbl {
   font-family: "Times New Roman", Georgia, Serif;
   color: #000;
}

.head3 {
   font-family: "Times New Roman", Georgia, Serif;
   color: #194e47;
   text-transform: none;
   border-bottom: 1px solid #194e47;
   margin-bottom: 10px;
}
.head3fea>ul>li {
   color: #000;
   font-size: 16px;
   line-height: 22px;
   font-weight: 500;
}
.pnlhead1 {
   background: #000;
}
.pnlhead1>p {
   color: #fff;
   font-weight: bold;
   font-size: 18px;
   margin-bottom: 0px;
   padding: 5px;
}

.pnl1 {
   background: #A93359;
}
.pnl2 {
   background: #1C9FC7;
}
.pnl3 {
   background: #769347;
}
.pnl1>ul>li, .pnl2>ul>li, .pnl3>ul>li {
   list-style: none;
   color: #fff;
   font-size: 16px;
   margin-top: 2px;
}


.endmassge h1{
  
   line-height: 24px;
   color: #262626;
}


/*about link sectoion*/
.about-link {
   margin-bottom: 20px;
   padding: 20px 0px;
   margin-top: 30px;
   background-color: #368e8e;
}
.about-link .about-text h3 {
   color: #fff;
   line-height: 25px;
   font-weight: 600;
   font-size: 30px;
}
.about-link .about-text p {
   color: #f1f1f1;
   line-height: 25px;
   font-size: 15px;
   text-align: justify;
}
.about-btn {
   display: flex;
   align-items: center;
   margin-top: 35px;
   justify-content: center;
}
.btn-about {
   color: #fff;
   border: 2px solid #fff;
   padding: 10px 50px;
   transition: 0.5s linear;
   font-weight: 600;
   font-size: 17px;
}
.btn-about:hover, .btn-about:focus {
   background-color: #fff;
   color: #000;
   font-weight: 600;
   transition: 0.5s linear;
   box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.3);
}