@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Lato');
@import url('https://fonts.googleapis.com/css?family=Roboto+Slab');
body{
    font-family: 'Lato', sans-serif;
    font-size:14px;
    color:#333;
    background:#fff;   
overflow-x: hidden;
}

h1, h2{
font-family: 'Roboto Slab', serif;
}
h2{
font-size: 30px;
}

img{
    width:100%;
}
.PageWidth{
    max-width:1300px;
    width:100%;
    margin:auto;
}
.PageWidth:after {
    content: "";
    display: table;
    clear: both;
}
.log-img a {
    display: inline-block;
    padding: 5px 0px;
}
 .main-nav-scrolled {
        position: fixed;
        width: 100%;
        top: 0px;
        background: #fff;
        z-index: 9999;
        max-width: 100%;
        transition:all 1s;
        border-bottom: 1px solid #ddd;
        padding: 0px;
   animation:slide-down 0.7s;
   background: rgb(27, 63, 94);

    }

    @keyframes slide-down {
    0% {
        opacity: 0;
        transform: translateY(-100%);
    } 
    100% {
        opacity: 0.9;
        transform: translateY(0);
    } 
}
/* Safari 4.0 - 8.0 */
@-webkit-keyframes mymove {
    from {top: 0px;}
    to {top: 200px;}
}

/* Standard syntax */
@keyframes mymove {
    from {top: 0px;}
    to {top: 200px;}
}
    header{
		background: rgb(27, 63, 94);
		/* rgb(70, 107, 130); */
		/* rgb(6, 6, 40);  */
		/* #414141; */
		z-index: 9999999;position: relative;}


.sticky-logo{
    display: none;
}


header.main-nav-scrolled img.main-logo {
    display: none;
	background: rgb(27, 63, 94);
}



header.main-nav-scrolled img.sticky-logo {
    display: block;
	background: rgb(27, 63, 94);
}
.col-sm-2.logo a {
    display: inline-block;
    text-decoration: none;
}
.col-sm-3.search-content {
    text-align: right;
    padding-top: 0;
    padding: 0px;
}

.col-sm-6.navigation-content {
    text-align: center;
    position: static;
}
ul.top-nav {
    margin: 0;
    padding: 5px;
}
.nav-logo {
    display: none;
}
ul.top-nav li {
    display: inline-block;
    color: #333;
    text-transform: uppercase;
    padding: 8px 15px;
    position:relative;
}
.mobile-megamenu {
    display: none;
}
.navigation {
    text-align: center;
    display: inline-block;
    width: 100%;
    position: static;
}
a.nav-link.hovereffect {
    color: #f6c0b5 !important;
}
div#collapsibleNavbar {
    width: 100%;
    display: inline-block;
    text-align: center;
}

li.nav-item {
    display: inline-block;
    position: relative;
}
li.Select-Currency select {
    border: 0px;
    text-transform: uppercase;
    color: #333;
    cursor: pointer;
    transition: all .3s;
}

li.Select-Currency select i {
    color: #333;
    font-size: 13px;
    margin-right: 3px;
    transition: all .3s;
}

li.Select-Currency select:hover {
    color: #b78276;
}

li.Select-Currency:hover i {
    color: #b78276;
}

ul.top-nav li a {
    color: #333;
    text-decoration: none;
    transition: all .3s;
}

ul.top-nav li a i {
    font-size: 13px;
    margin-right: 3px;
}
li.Select-Currency select:focus {
    outline: 0px;
}
ul.top-nav li a:hover {

   color: #b78276;
}
ul.navbar-nav.main-menu {
    position: static;
    text-align: right;
    display: inline-block;
    width: 100%;
}

.navbar-expand-sm .navbar-nav .nav-link {
    position: relative;
}

ul.megamenu {
    position: absolute;
    width: 100%;
    background: #fff;
    left: 0px;
    box-shadow: 0px 4px 10px #00000075;
    padding-left: 0px;
    top: 64px;
    z-index: 99999;
    display: none;
    transition: all .3s;
    -webkit-animation-name: slideUpIn;
    animation-name: slideUpIn;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes slideUpIn {
  0% {
    -webkit-transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0);
  }
  0% {
    -webkit-transform: translateY(20px);
  }
}
@keyframes slideUpIn {
  0% {
    transform: translateY(20px);
  }
  100% {
    transform: translateY(0);
  }
  0% {
    transform: translateY(20px);
  }
}
ul.megamenu li {
    display: inline-block;
    width: 32%;
    vertical-align: top;
    padding: 0px 0px;
}
.menu-div {
    width: 100%;
    position: static;
}
ul.megamenu li ul li {
    display: block;
    width: 100%;
    padding: 6px 0px;
}

ul.megamenu li ul {
    padding: 0px 10px;
}

ul.megamenu {
    padding: 20px 10px;
}
ul.login-links {
    position: absolute;
    padding: 0px;
    background: #fff;
    width: 100px;
    right: 0;
    top: 65px;
    border-top: 1px solid #ddd;
    display: none;
    box-shadow: 0px 3px 3px #00000069;
    -webkit-animation-name: slideUpIn;
    animation-name: slideUpIn;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

ul.login-links li {
    display: block;
}

ul.login-links li a {
    display: block;
    font-size: 15px;
    padding: 6px 9px;
    line-height: 20px;
}
.signin:hover ul.login-links {
    display: block;
}
li.sub-title {
    color: #F0BFB3;
    font-size: 17px;
    text-transform: uppercase;
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
}
.megamenu-naviagetion {
    position: absolute;
    width: 100%;
    background: #fff;
    left: 0px;
    box-shadow: 0px 4px 10px #00000075;
    padding-left: 0px;
    top: 64px;
    z-index: 99999;
    display: none;
    transition: all .3s;
    -webkit-animation-name: slideUpIn;
    animation-name: slideUpIn;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    text-align: center;
    padding-bottom: 10px;
    padding-top: 30px;
}
a#ShopHair-Menu {
    z-index: 9999;
}
.mobile-footer {
    display: none;
}
.megamenu-naviagetion ul {
    padding: 0px;
}

.megamenu-naviagetion ul li {
    display: inline-block;
    width: 20%;
    padding: 10px 15px;
    position: relative;
    vertical-align: top;
}

.megamenu-naviagetion ul li a {
    display: inline-block;
    width: 100%;
    position: relative;
    text-decoration: none;
    border: 1px solid transparent;
}

.megamenu-naviagetion ul li a img {
    transition: all .3s;
}

.megamenu-naviagetion ul li a span {
    bottom: 15px;
    font-size: 20px;
    color: #333;
}
.cart button i {
    font-size: 16px;
}

.signin a i {
    font-size: 16px;
    margin-right: 5px;
}
.megamenu-naviagetion ul li a:hover img {
    transform: scale(.9);
}

.megamenu-naviagetion ul li a:hover {
    0: 0
    color: #dca296 !important;
}
ul.megamenu li ul li a.nav-link {
    text-transform: capitalize !important;
    padding: 0px !important;
    display: inline-block;
}
ul.navbar-nav.main-menu li.nav-item:hover ul.megamenu {
    display: block;
}
.navbar-expand-sm .navbar-nav .nav-link {
    color: #fff;
    font-size: 16px;
    text-transform: capitalize;
    padding: 6px 12px;
    transition: all .3s;
    line-height: 40px;
}
.mobile-menu, .close-menu {
    display: none;
}
.Menu-layer {
    display: none;
}

.navbar-expand-sm .navbar-nav .nav-link:hover {
    color: #e14a32;
}

.col-sm-4.search-content {
    padding: 0px;
        text-align: right;
}

ul.top-nav li:last-child {
    padding-right: 0px;
}



.Search-Box {
    display: inline-block;
    vertical-align: middle;
    color: #333;
    position:relative;
    padding: 20px 10px;
    font-size: 16px;
}
.close-search-box:hover {
    color:#f6c0b5;
}
.cart {
    display: inline-block;
    text-transform: uppercase;
    font-size: 15px;
}
.cart button {
    background: #fff;
    border: 0px;
    cursor: pointer;
    display: inline-block;
    transition: all .3s;
    padding: 0px 10px;
}
.cart button:focus {
    outline: none;
}

.cart button:hover {
    color: #b78276;
}
nav.navbar.navbar-expand-sm {
    padding: 0px;
    text-align: center;
    position: static;
}

.Search-Cart {padding: 0;}

.Search-Box i {
    color: #333;
    display: inline-block;
    margin-right: 2px;
    font-size: 16px;
}
.signin {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.Search-Box input[type="search"] {
    border: 1px solid #ddd;
    width: calc(100% - 40px);
    height: 40px;
    position: relative;
    padding: 5px;
    float: left;
    border-right: 0px;
}

.Search-Box input[type="search"]:focus {
    outline: 0;
}

b {
}
.cart span {
    margin-left: 20px;
    font-size: 14px;
    vertical-align: middle;
}
.button-group button:focus {
    outline: 0;
}
.button-group button span {
    display: none;
}
button.search-icon:focus ~ .search-input .bar:before, button.search-icon:focus ~ .search-input .bar:after {
    width: 50%;
}
button.search-icon {
    background: #fff;
    border: 0px;
    display: inline-block;
    vertical-align: middle;
    padding: 0px;
    cursor: pointer;
    transition: all .3s;
}

li.nav-item:hover .megamenu-naviagetion {
    display: block;
}
button.search-icon:hover i {
    color: #b78276;
}
button.search-icon:focus{
    outline:0;
}
.Search-Box input:focus ~ .bar:before, .Search-Box input:focus ~ .bar:after {
  width: 50%;
}
a.active-bg {
    position: relative;
}

a.active-bg:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 12px;
    background: #f6c0b5;
    left: 0px;
    bottom: -5px;
    z-index: -1;
}
span.bg-act {
    position: relative;
}

span.bg-act:after {
    content: "";
    position: absolute;
    left: 0px;
    bottom: 5px;
    width: 100%;
    background: #f3bfb4;
    height: 30px;
    z-index: -1;
}
.Search-Box .bar {
     position: absolute;
     left: 10px;
     bottom: 15px;
     background: #ddd;
     width: 83%;
     height: 1px;
}
.Search-Box:after {
    content: "";
    position: absolute;
    right: 0;
    top: 20px;
    width: 1px;
    height: 25px;
    background: #ddd;
}
a.active-bg {
    position: relative;
}
.search-input {
   position: absolute;
   top: 66px;
   width: 350px;
   transition: all .3s;
   right: 0px;
   background: #fff;
   z-index: 9;
   padding: 15px 10px;
   box-shadow: 0px 3px 10px #ddd;
   transform: scale(0);
   -moz-transform: scale(0);
   -ms-transform: scale(0);
   -webkit-transform: scale(0);
   transform-origin: 100% 0 0;
   -ms-transform-origin: 100% 0 0;
   -moz-transform-origin: 100% 0 0;
   -webkit-transform-origin: 100% 0 0;
   transition: all 0.5s ease 0s;
   -ms-transition: all 0.5s ease 0s;
   -webkit-transition: all 0.5s ease 0s;
   -moz-transition: all 0.5s ease 0s;
   opacity: 0;
   visibility: hidden;
}
.Search-Box .bar:before, .Search-Box .bar:after {
  content: '';
  position: absolute;
  background: #b78276;
  width: 0;
  height: 2px;
  transition: .2s ease;
}
.Search-Box .bar:before {
  left: 50%;
}
.Search-Box .bar:after {
  right: 50%;
}
.signin a i {
    margin-right: 2px;
}
i.fa.fa-angle-down {
    font-size: 18px;
    margin-left: 4px;
    position: relative;
    top: 2px;
    transition: all .3s;
}
.megaMenu-layer {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    cursor: pointer;
    background: transparent;
    display: none;
    z-index: 999;
}
ul.submenu.myaccount-sub {
    width: 150px;
}
button.search-icon:hover {
    color: #b78276;
}
.show-menu {
    display: block;
}
.signin a {
    display: inline-block;
    padding: 20px 10px;
    color: #333;
    text-decoration: none;
    font-size: 16px;
}
.signin a:hover {
     color: #b78276;
}
i.fa.fa-angle-down.icon-rotate {
    transform: rotate(180deg);
}
ul.submenu {
        position: absolute;
    background: #fff;
    box-shadow: 0px 0px 10px #0000003b;
    z-index: 9999;
    text-align: left;
    width: 100%;
  /*  -webkit-animation: pressed .7s ease-in-out;
    animation: pressed .7s ease-in-out;*/
    padding: 0px;
    width: 180px;
top:35px;
    left:0px;
    
        transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    display: block;
    transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    opacity: 0;
   
}

button.search-icon-search {
    height: 40px;
    width: 40px;
    display: inline-block;
    background: #f6c0b5;
    border: 1px solid #f6c0b5;
    cursor: pointer;
    transition: all .3s;
}

.Search-Box input[type="search"]:focus {
    border: 1px solid #f6c0b5;
    border-right: 0px;
}
@-webkit-keyframes pressed {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.05);
            transform: scale(0.05);
  }
   60% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
 
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes pressed {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.05);
            transform: scale(0.05);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
ul.submenu li {
    display: block;
    width: 100%;
    padding: 0px;
}

ul.submenu li a {
    font-size: 13px;
    padding: 6px 10px;
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #ddd;
    transition: all .3s;
}

ul.submenu li a:hover {
    letter-spacing: 1px;
        background: #b78276;
    color: #fff;
}

ul.top-nav li:hover ul.submenu {
  
    
        opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
}
ul.Sub-Cat li {
    display: block;
    width: 100%;
    padding: 0px;
    border: 0px !important;
    margin-bottom: 15px;
}

ul.Sub-Cat {
    margin: 15px 0px 0px;
}

ul.Sub-Cat li a {
    display: block;
    border: 0px;
    text-align: left;
    text-decoration: none;
    0: 1px
    solid transparent;
}
.Banner {
}
ul.Sub-Cat li a img {
    width: 45px;
    height: 45px;
    display: inline-block;
    border-radius: 50%;
    border: 1px solid #ddd;
    vertical-align: middle;
}
.Search-Box:hover .search-input {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
}
button.search-icon-search:hover {
    background: #333;
    border: 1px solid #333;
}

button.search-icon-search:hover i {
    color: #fff;
}
button.search-icon-search:focus{
outline:0;
}
ul.Sub-Cat li a span {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    bottom: 0;
    margin-left: 10px;
color:#333;
}
ul.Sub-Cat li a:hover span {
    color: #d69689;
}
.Cat-title-sub {
    border: 0;
    position: relative;
    text-align: left;
    border-bottom: 1px solid #ddd;
    padding-bottom: 6px;
}

li.bulk-img a img {
    display: none !important;
}

.Cat-title-sub span {
    font-size: 20px;
    color: #dca296;
    padding-bottom: 10px;
}

.mobile-social-media {
    display: none;
}
.mobile-sign {
    display: none;
}
.mobile-myorder {
    display: none;
}

ul.Sub-Cat li a img {
    display: none;
}

ul.Sub-Cat li a span {
    padding: 0px;
}
.Cat-title-sub img {
    display: none;
}

.megamenu-naviagetion ul li a img {display: inline-block;}

.megamenu-naviagetion ul li a:hover span {color:#dca296;}

.collection-content .col-sm-3 a:hover {
    box-shadow: 0px 0px 10px #00000038;
}

.collection-text {
    margin-bottom: 10px;
}

.currency {
    display: inline-block;
    vertical-align: top;
    position: relative;
}

.currency button {
    background: #fff;
    border: 0;
    width: 100%;
    cursor: pointer;
    padding: 21px 10px;
}

.currency button img {
    width: 22px;
    display: inline-block;
    vertical-align: middle;
}

.currency button span {
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    text-align: left;
    margin-left: 10px;
    color: #333;
    margin-right: 10px;
}

ul.currency-dropdown {
    display: none;
    position: absolute;
    left: 0;
    width: 100%;
    padding: 0px;
    background: #fff;
    top: 64px;
    border-top: 1px solid #ddd;
    box-shadow: 0px 3px 3px #00000069;
    webkit-animation-name: slideUpIn;
    animation-name: slideUpIn;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.currency button:focus {
    outline: none;
}

.currency button i.fa.fa-angle-down {
    float: right;
}

ul.currency-dropdown li {
    display: block;
}

ul.currency-dropdown li button {
    padding: 4px;
}

ul.currency-dropdown li button:hover {
    background: #f6c0b5;
}

.currency:before {
    content: "";
    position: absolute;
    left: 0;
    top: 20px;
    width: 1px;
    height: 25px;
    background: #ddd;
}

.currency:hover ul.currency-dropdown {
    display: block;
}

.currency:after {
    content: "";
    position: absolute;
    right: 0;
    top: 20px;
    width: 1px;
    height: 25px;
    background: #ddd;
}

li.bulk-img a span {
    color: #DCA295 !important;
}

li.bulk-img {
    text-align: left;
    border-bottom: 1px solid #ddd;
    padding: 7px 0px !important;
}

li.bulk-img a span:hover {
    color: #333 !important;
}

/* Banner Stylessss*/


.Banner-Left {
    display: inline-block;
    vertical-align: top;
    width: 39%;
    padding: 50px 0px 50px 15px;
}

.Banner-Right {
    display: inline-block;
    vertical-align: top;
    width: 60%;
}

.backtocategory a {
    display: inline-block;
    font-size: 16px;
    color: #333;
    text-decoration: none;
    transition: all .3s;
}

.backtocategory a i {
    margin-right: 10px;
    font-size: 20px;
    display: inline-block;
    vertical-align: middle;
}

.backtocategory a span {
    display: inline-block;
    vertical-align: middle;
}

.backtocategory a:hover {
    color: #b78276;
    letter-spacing: 1px;
}

.Banner-naviagtion {
    margin: 25px 0px;
}

.Banner-naviagtion ul {
    padding: 0px;
    margin: 0px;
}

.Banner-naviagtion ul li {
    display: inline-block;
    margin-right: 30px;
}

.Banner-naviagtion ul li a {
    font-size: 17px;
    color: #333;
    font-weight: 600;
    text-decoration: none;
    transition: all .3s;
    position: relative;
}

.Banner-naviagtion ul li a:hover {
}
.Banner-naviagtion ul li a:hover:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 12px;
    background: #f6c0b5;
    left: 0px;
    bottom: -5px;
    z-index: -1;
}
.banner-title-content {
    text-align: center;
    padding: 100px 0px;
}

.banner-title {
    font-size: 58px;
    line-height: 70px;
    color: #000;
font-family: 'Roboto Slab', serif;

}

.Pink-Button {
    margin-top: 30px;
}

.Pink-Button button {
    background: #f3bfb4;
    color: #333;
    text-transform: uppercase;
    border: 0px;
    padding: 9px 25px;
    border-radius: 10px;
    font-size: 15px;
    cursor: pointer;
    box-shadow: 0 2px 2px rgba(10,16,20,.24), 0 0 2px rgba(10,16,20,.12);
    transition: all .3s;
}

.Pink-Button button:focus {
    outline: 0;
}

.Pink-Button button:hover {box-shadow: 0 8px 8px rgba(10,16,20,.24), 0 0 8px rgba(10,16,20,.12);}

  .know-more {
    background: linear-gradient(-20deg, #5E2035, #898799);
	/* linear-gradient(-20deg, #E91E63, #FF5722); */
    width: 100%;
    padding: 50px 0px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.know-more .container-fluid {
    padding: 30px 100px;
}

.know-more .container-fluid h2 {
   line-height: 38px;
   letter-spacing: 1px;
   color: #FFF;
   position: relative;
   margin-bottom: 30px;
   font-family: 'Roboto Slab', serif;
}
.know-more-content h2 {
    text-transform: uppercase;
}
.know-more .container-fluid p {
    line-height: 28px;
    text-align:  center;
    font-size: 18px;
    padding: 15px 0px;
    margin-bottom: 10px;
    color: #fff;
}
.col-sm-4.make-th .wel-note {
    background: #00bbd3;
    padding: 10px;
}

.col-sm-4.our-prs .wel-note {
    background: #FF9800;
    padding: 10px;
}

.col-sm-4.crea-digital .wel-note {
    background: #4caf50;
    padding: 10px;
}
.know-more .container-fluid button {
    background:  #fff;
    border:  0px;
    padding: 8px 40px;
    font-size: 14px;
    font-weight: 500;
    border-radius: 6px;
    text-transform: uppercase;
    transition: all .3s;
    cursor: pointer;
    box-shadow: 0 2px 2px rgba(10,16,20,.24), 0 0 2px rgba(10,16,20,.12);
    margin-top: 30px;
}
.know-more .container button:focus {
    outline: 0;
}
.know-more-content {
    max-width: 950px;
    width: 100%;
    margin: auto;
    padding: 30px;
}
.know-more .container-fluid button:focus {
    outline: 0;
}
.know-more-content h2:after {
    content: "";
    position: absolute;
    top: 55px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: #fff;
    height: 1px;
    width: 60%;
}
.know-more .container-fluid button:hover {box-shadow: 0 8px 8px rgba(10,16,20,.24), 0 0 8px rgba(10,16,20,.12);background: #3379b7;color: #fff;}





/* Why Choose Content Styles*/

.why-choose {
    width:  100%;
    background: #f7f7f7;
}

.why-choose .PageWidth {
    width:  100%;
    max-width:  1300px;
    margin: auto;
    padding: 50px 0px 0px;
}

.why-choose .PageWidth .title {
    font-size: 30px;
    display:  inline-block;
    text-transform:  uppercase;
    position: relative;
    color: #000;
}
.why-choose .PageWidth .title:after {
    content:  "";
    position:  absolute;
    top: 55px;
    left: 0;
    right:  0;
    bottom:  0;
    margin:  auto;
    background: #000;
    height: 1px;
}
.why-choose .PageWidth .row {
    padding: 50px 0px;
}
.why-choose .PageWidth .row .col-sm-4 {
    padding: 0px 60px;
    margin-bottom:30px;
}
.why-choose .PageWidth .col-sm-4 img {
    width: 55px;
    height: auto;
}
.why-choose .PageWidth .row .feg-title {
    font-size: 20px;
    margin: 25px 0px;
    text-transform: capitalize;
    color: #000;
}
.why-choose .PageWidth .row .col-sm-4 .feg-content {
    font-size: 15px;
    line-height: 22px;
}


/* Testimonial Styles */

.testimonial {
    background: url(../images/testimonial-bg.jpg);
    padding: 50px 0px;
    text-align: center;
    background-size: cover;
    position: relative;
}

.customer-title {
    font-size: 30px;
    text-transform: uppercase;
    position: relative;
    color: #fff;
    margin-bottom: 50px;
    text-align: center;
    display: inline-block;
    z-index: 9;
}

.customer-title:after {
    content: "";
    position: absolute;
    top: 55px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: #fff;
    height: 1px;
}

.testimonial-img {
    width: 100px;
    height: 100px;
    display: inline-block;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0px 0px 10px #0003;
}

.carousel-width {
    max-width: 850px;
    width: 100%;
    margin: auto;
}

.carousel-width p {
    font-size: 15px;
    line-height: 23px;
    color: #fff;
    margin-top: 30px;
}

.client-name {
    text-transform: uppercase;
    font-size: 16px;
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: -40px;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
}

.carousel-indicators li {
    position: relative;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 2px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    background-color: #fff;
}

.carousel-indicators .active {
    background-color: #000;
}

.testimonial .owl-dots {
    text-align: center;
    margin-top: 30px;
}

.testimonial .owl-carousel .owl-dot.active {
    background: #e24b33;
}

.test-auth {
    text-transform: uppercase;
    font-size: 18px;
    color: #fff;
    margin-top: 30px;
}

.testimonial .owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
   
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: #fff;
    width: 35px;
    height: 2px;
    display: inline-block;
    margin: 0px 8px;
}

sapn.qoutes-start {
       width: 20px;
    height: 20px;
    display: inline-block;
    position: relative;
    left: -10px;
}


sapn.qoutes-start img {
    width: 100%;
}

sapn.qoutes-end {
    width: 20px;
    height: 20px;
    display: inline-block;
    position: relative;
    top: 10px;
    right: -10px;
}



/* Footer Styles  */

.bottom-footer {
    background: #313131;
    padding: 10px 0px;
}

.copyright {
    color: #f1f1f1;
    font-size: 14px;
    padding-top: 10px;
    text-align: center;
}

.payments {
    float: right;
}

.payments img {
    display: inline-block;
    width: 60px;
    margin: 0px 10px;
}


.top-footer {
       border-top: 1px solid #ddd;
    padding: 70px 100px;
    text-align: left;
}

.footer-links ul li {
    display: block;
}

.footer-links ul {
    padding: 0;
    margin: 0px;
}

.footer-title {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px;
    letter-spacing: 1px;
    color: #333;
}

.top-footer .col-sm-5 {
    border-right: 1px solid #ddd;
}

.footer-link-side {
    display: inline-block;
    vertical-align: top;
}

.footer-links ul li a {
    color: #615e5e;
    font-size: 15px;
    padding: 5px 0px;
    display: block;
    text-decoration: none;
    transition: all .3s;
}

.footer-link-side:nth-child(1) {
    margin-right: 50px;
}

.footer-links ul li a:hover {
    letter-spacing: 1px;
    color: #e14a32;
}



.top-footer .col-sm-4 {
    padding-left: 120px;
    border-right: 1px solid #ddd;
}

.top-footer  .col-sm-3 {border-right: 1px solid #ddd;padding-left: 60px;}

.footer-links ul li a i {
    font-size: 20px;
    vertical-align: middle;
    width: 30px;
    color: #e14a32;
}

.top-footer .col-sm-3:last-child {
    border: 0px;
}
.footer-links.reach-us-txt ul li i {
    width: 20px;
    display: inline-block;
    color: #e14a32;
    font-size: 15px;
}

.footer-links.reach-us-txt ul li span {
    width: calc(100% - 24px);
    display: inline-block;
    vertical-align: top;
    font-size: 15px;
    line-height: 24px;
    color: #615e5e;
}

.top-footer .col-sm-3:nth-child(3) {
    padding-left: 30px;
}

.footer-links.reach-us-txt ul li {
    margin-bottom: 5px;
}

/*New Styles*/


.title-sec {
    border-left: 4px solid #e14a32;
    padding-left: 25px;
    margin-bottom: 50px;
    display:inline-block;
}

.wel-title {
    font-size: 26px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    color: #e14a32;
}

.sub-title {
    font-size: 15px;
    font-style: italic;
}
.our-services {
    padding: 80px 0px;
}



.wel-icon {
    display: block;
    width: 100%;
    text-align: center;
}

.wel-rght-cnt {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    text-align: center;
}

.wel-icon i {
    font-size: 50px;
    margin-bottom: 20px;
}

.wel-note {
    margin: 15px 0px;
    
    display: inline-block;
    vertical-align: top;
}

.wel-rght-cnt span {
    font-size: 15px;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    color: #fff;
}

.wel-rght-cnt p {
    line-height: 22px;
    text-align: center;
    color: #fff;
    margin-top: 10px;
}
i.fa.fa-clock-o {
    color: #fff;
}

i.fa.fa-paper-plane {
    color: #fff;
}

i.fa.fa-desktop {
    color: #fff;
}

.brd {
    width: 35px;
    height: 3px;
    background: #fff;
    margin:20px auto;
}
.wel-img-note {
    background: #87c7d3;
    box-shadow: 3px 6px 10px rgba(51, 51, 51, 0.56);
    padding: 20px 0px;
}

.wl-img {
    width: 45%;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
}

.welcome-dis {
    display: inline-block;
    vertical-align: middle;
    width: 43%;
    text-align: center;
    color: #fff;
    font-size: 27px;
}
.wl-img img {
    width: 90%;
}


.welcome-content {
    padding: 50px 0px 50px;
}



/*Services Styles*/

.services {
    width: 100%;
    padding: 80px 0px 80px;
}
.srv-div {
    margin-bottom: 33px;
}
.service-left {
    width: 36%;
    display: inline-block;
    vertical-align: middle;
}

.Services-img {
    width: 27%;
    display: inline-block;
    text-align:center;
    vertical-align: middle;
}

.service-right {
    width: 36%;
    display: inline-block;

    vertical-align: middle;
    padding-left: 20px;

}

.Services-img img {
    width: 70%;
}

.srv-rgt .srv-dl p {
    padding-left: 30px;
    padding-right: 0px;
}

.srv-rgt .srv-tl {
    padding-left: 30px;
}
.srv-lft {
    width: 100%;
    padding: 5px;
    transition:all .5s;
    display: block;
    margin-bottom: 15px;
}

.srv-rgt {
    width: 100%;
    padding: 5px;
    transition:all .5s;
    margin-bottom: 15px;
}

.srv-icon {
    display: inline-block;
    vertical-align: middle;
    width: 70px;
}
.srv-dl a {
    color: #333;
    text-decoration: none;
}
.srv-dl {
    display: inline-block;
    vertical-align: middle;
padding:5px;
    width: calc(100% - 100px);
}

.srv-icon i {
    width: 70px;
    height: 70px;
    background: #333;
    color: #fff;
    border-radius: 50%;
    font-size: 30px;
    line-height: 70px;
    text-align: center;
}

.service-cnt {
    margin-top: 30px;
    width: 100%;
    display: inline-block;
}

.srv-div:after {
    content: "";
    display: table;
    clear: both;
}

.srv-tl {
    font-size: 17px;
    text-transform: capitalize;
    font-family: 'Roboto', sans-serif;
    color: #000;
margin-bottom:5px;
}
.srv-rgt a {
    color: #333;
    text-decoration: none;
}
.srv-dl p {
    line-height: 22px;
    margin-bottom: 0;
    text-align: justify;
    font-size: 13px;
    padding-right: 30px;
}
i.fa.fa-laptop {
    background: #00BCD4;
}

i.fa.fa-mobile {
    background: #4CAF50;
}

i.fa.fa-cog {
    background: #FF9800;
}

i.fa.fa-pencil-square-o {
    background: #E91E63;
}

i.fa.fa-user {
    background: #009688;
}

i.fa.fa-users {
    background: #3949AB;
}

.srv-lft.web-d:hover {
    background: #00bcd4;
}
.srv-lft.web-d:hover .srv-tl {
    color: #fff;
}

.srv-lft.web-d:hover .srv-dl p {
    color: #fff;
}

.srv-rgt.app-d:hover {
    background: #4CAF50;
}
.srv-rgt.app-d:hover .srv-tl {
    color: #fff;
}

.srv-rgt.app-d:hover .srv-dl p {
    color: #fff;
}

.srv-lft.seo:hover {
    background: #FF9800;
}
.srv-lft.seo:hover .srv-tl {
    color: #fff;
}

.srv-lft.seo:hover .srv-dl p {
    color: #fff;
}
.srv-lft.it-c:hover {
    background: #009688;
}
.srv-lft.it-c:hover .srv-tl {
    color: #fff;
}

.srv-lft.it-c:hover .srv-dl p {
    color: #fff;
}

.srv-rgt.uix:hover {
    background: #E91E63;
}
.srv-rgt.uix:hover .srv-tl {
    color: #fff;
}

.srv-rgt.uix:hover .srv-dl p {
    color: #fff;
}

.srv-rgt.out-s:hover {
    background:#3949AB;
}
.srv-rgt.out-s:hover .srv-tl {
    color: #fff;
}

.srv-rgt.out-s:hover .srv-dl p {
    color: #fff;
}
.srv-lft a {
    text-decoration: none;
}

.slide-cnt {
    display: inline-block;
    vertical-align: bottom;
    width: 100%;
}

.owl-carousel .item {
  
    background-color: ;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.header-contact ul li {
    display: inline-block;
    color: #fff;
}

.header-contact {
    text-align: right;
}

.header-contact ul li a {
    color: #fff;
    font-size: 15px;
    padding: 5px 10px;
    display: inline-block;
    text-decoration: none;
}

.header-contact ul li a i {
    margin-right: 5px;
}

.header-contact ul {
    margin: 0;
    padding: 0;
}

.main-nav-scrolled .header-contact ul li a:hover, .header-contact ul li a:hover {
    color: #e04a32;

}
.main-nav-scrolled .header-contact ul li
{
    color: #333;
}
header.main-nav-scrolled .navbar-expand-sm .navbar-nav .nav-link {
    /* color: #333; */
}



header.main-nav-scrolled .navbar-expand-sm .navbar-nav .nav-link:hover {
    color: #e14a32;
}

header.main-nav-scrolled .header-contact ul li a {
    /* color: #333; */
}


/* Slider */
.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.clients-images {
    margin-top: 30px;
}




.clients {
    padding: 50px 0px;
}
.user-links ul li {
    display: inline-block;
    width: 16.49%;
    text-align: center;
}

.user-links ul {
    padding: 0px;
    margin: 0;
}

.user-links ul li a i {
    display: block;
    margin: auto;
    font-size: 40px;
    background: #fff !important;
    color: #2fbcd5;
    margin-bottom: 15px;
}

.user-links ul li span {
    color: #333;
    font-size: 16px;
}

.user-links ul li a {
    display: inline-block;
    text-decoration: none;
    width: 100%;
    padding: 10px;
    transition: all .3s;
}

.user-links ul li a i.fa.fa-mobile {
    color: #4CAF50;
}

.user-links ul li a i.fa.fa-pencil-square-o {
    color: #E91E63;
}

.user-links ul li a i.fa.fa-users {
    color: #3949AB;
}

.user-links ul li a i.fa.fa-user {
    color: #009688;
}

.user-links ul li a i.fa.fa-cog {
    color: #FF9800;
}

.user-links ul li a:hover {
    transform: scale(.9);
}

ul.dropdown-content {
    position: absolute;
    background: #fff;
    padding: 0;
    width: 200px;
    box-shadow: 0px 0px 10px #333;
    display: none; 
    -webkit-animation-name: slideUpIn;
    animation-name: slideUpIn;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

ul.dropdown-content li {
    display: block;
}

ul.dropdown-content li a {
    display: inline-block;
    width: 100%;
    text-align: left;
    padding: 6px 12px;
    font-size: 15px;
    color: #414141;
    text-decoration: none;
    transition: all .3s;
}
.single_counter_two_right i.fa.fa-desktop {
    color: #4CAF50;
}

.single_counter_two_right i.fa.fa-users {
    color: #00BCD4;
    background: #fff;
}
ul.dropdown-content li a:hover {
    background: #414141;
    color: #fff;
}

li.nav-item:hover ul.dropdown-content {
    display: block;
}

@-webkit-keyframes slideUpIn {
  0% {
    -webkit-transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0);
  }
  0% {
    -webkit-transform: translateY(20px);
  }
}
@keyframes slideUpIn {
  0% {
    transform: translateY(20px);
  }
  100% {
    transform: translateY(0);
  }
  0% {
    transform: translateY(20px);
  }
}

.overlay {
    padding: 50px 0px;
    text-align: center;
}

.fun-title {
    font-size: 26px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    color: #e14a32;
    position: relative;
    margin-bottom: 50px;
}

.fun-title:after {
    content: "";
    position: absolute;
    height: 4px;
    width: 100px;
    top: 50px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: #e14a33;
}
.main_counter_two.sections.text-center {
    width: 100%;
    margin-top:50px
}
.single_counter_two_right i {
    font-size: 35px;
    margin-bottom: 10px;
}

i.fa.fa-adjust {
    color: #fb9704;
}

i.fa.fa-file {
    color: #289588;
}



/*Training Styles*/
.quick_contact {
    background: #dddddd6b;
}
.quick_enquiry {
    background: #414141;
    padding: 10px 25px;
    overflow: hidden;
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
}
.form_content {
    padding: 15px 25px;
}
.form_col {
    width: 100%;
    margin-bottom: 20px;
    float: left;
}
.form_col label {
    color: #444444;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 8px;
    float: left;
}
.form_col label span {
    color: #ff0000;
    padding: 0 2px;
}
.form_col input, .form_col textarea {
    background: #dcdee0;
    border: 1px solid #dee3e9;
    padding: 12px 15px;
    width: 100%;
    box-sizing: border-box;
    color: #333;
    font-size: 14px;
}
.form_col input:focus, .form_col textarea:focus{
    background: #fff;
    outline: 0;
}
.form_col textarea {
    resize: none;
    min-height: 120px;
}
.form_btn {
    float: right;
}
.form_btn button {
    background: #e24b32;
    border: 1px solid #e24b32;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    color: #ffffff;
    padding: 5px 15px;
    cursor: pointer;
}
.form_btn button:hover {
    background: #414141;
    border: 1px solid #414141;
}
.form_content:after {
    content: "";
    display: table;
    clear: both;
}
.Training-content {
    padding: 50px 0px;
}


.imgbox {
    width: 25%;
}
.imgbox_right {
    float: right;
    text-align: center;
}
.imgbox_left {
    float: left;
    text-align: center;
}
.service_content {
    width: 70%;
}
.service_content_left {
    float: left;
}
.service_content_right {
    float: right;
}
.left_content h3 {
    color: #e04a32;
    font-size: 18px;
    font-size: 600;
    border-left: 5px solid #e04a32;
    display: block;
    padding: 13px 0 13px 12px;
    background: #eee;
    margin-bottom: 30px;
}
.left_content p.left_padding {
    padding-left: 17px;
}
.col {
    width: 100%;
    margin: 15px 0 20px;
    padding: 0 0 0 15px;
    box-sizing: border-box;
}
.shadow_div {
    background: url(../images/inner/div_bg.png) no-repeat center bottom;
    padding-bottom: 17px;
}
.mission {
    margin-bottom: 0;
}
.iconBox {
    float: left;
    width: 15%;
}
.col_Content {
    float: left;
    margin-left: 3%;
    width: 80%;
}
.col h3 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 12px;
    text-transform: none;
    color: #333333;
    padding: 0;
    border-left: none;
    background: none;
}
.toggle_block h4 {
    border: 0 none;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    padding: 2px 0 2px 0;
    color: #0090b4;
    font-weight: normal;
}
a.read_more h4 {
    border: 0 none;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    padding: 2px 0 2px 0;
    color: #0090b4;
    font-weight: normal;
}
.PullRight strong {
    font-weight: 600;
}
.toggle_block h4:before {
    content: "\f055";
    padding-right: 5px;
    font-family: 'FontAwesome';
}
.toggle_block h4.tgg_close {
    color: #0090b4;
}
.toggle_block h4.tgg_close:before {
    content: "\f056";
    padding-right: 5px;
    font-family: 'FontAwesome';
}
.toggle_content span {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
    display: block;
}
.toggle_content ul li strong {
    font-weight: 600;
}
.col:after {
    content: "";
    display: table;
    clear: both;
}
.imgbox i {
    font-size: 80px;
}

.imgbox i.fa.fa-laptop {
    color: #00BCD4;
    background: #fff;
}
.imgbox i.fa.fa-mobile {
    background: #fff;
    color: #4CAF50;
}
.imgbox i.fa.fa-pencil-square-o {
    background: #fff;
    color: #E91E63;
}

.imgbox i.fa.fa-user {
    color: #009688;
    background: #fff;
}

.imgbox i.fa.fa-cog {
    background: #fff;
    color: #FF9800;
}

.imgbox i.fa.fa-users {
    background: #fff;
    color: #3949AB;
}
.Train-cnter {
    text-align: center;
    margin-bottom: 50px;
}

.tr-title {
    font-size: 25px;
}

.tr-title-sub {
    font-size: 18px;
}
.main-cources {
    text-align: center;
    padding: 30px 10px;
    box-shadow: 0px 0px 10px #ddd;
    position: relative;
    overflow: hidden;
    height: 330px;
}
.PageWidth {}

.comming-batch-table {
    padding: 0px 0px 50px;
}

.comming-batch-table table {
    width: 100%;
}

.upcomming-title {
    font-size: 20px;
    margin-bottom: 20px;
}

.comming-batch-table tr th {
    padding: 10px;
    text-align: center;
    background: #414141;
    color: #fff;
    font-size: 15px;
    border: 1px solid #414141;
}

.comming-batch-table table tr td {
    padding: 8px 10px;
    text-align: center;
    border: 1px solid #ccc;
    font-size: 15px;
}


.comming-batch-table table tr td a {
    color: #333;
    text-decoration: none;
}

.comming-batch-table table tr td a:hover {
    color: #e24b33;
}

td.get-more a {
    display: inline-block;
    background: #e24b33;
    color: #fff !important;
    padding: 5px 18px;
    border-radius: 2px;
    transition: all .3s;
}

td.get-more a:hover {
    background: #414141;
}
.curs-icon i {
    font-size: 50px;
    width: 100px;
    height: 100px;
    border: 1px solid #ddd;
    line-height: 100px;
    border-radius: 50%;
    margin-bottom: 30px;
    background: #00BCD4;
    color: #fff;
}


.curs-icon i.fa.fa-desktop {
    color: #fff;
    background: #FFC107;
}

.curs-icon i.fa.fa-code {
    background: #2b9687;
}

.curs-icon i.fa.fa-user {
    background: #FF9800;
}
.curs-btn {
    font-size: 20px;
    margin-bottom: 10px;
}

.main-cources a {
    display: inline-block;
    color: #333;
    text-decoration: none;
}
.Getmore-pop, .Reigster-pop, .callback-pop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top , #000000,  rgba(0, 0, 0, 0.19));
    z-index: 99999999;
      -webkit-animation: pressed .7s ease-in-out;
          animation: pressed .7s ease-in-out;
          display: none;
}

.getmote-content {
    max-width: 550px;
    width: 100%;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    height: 400px;
    box-shadow: 0px 0px 10px #000;
    border-radius: 6px;
    padding: 15px;
  
}
.get-close {
    position: absolute;
    right: -12px;
    top: -12px;
    width: 30px;
    height: 30px;
    text-align: center;
    background: #ff0202;
    color: #ffff;
    border-radius: 50px;
    line-height: 30px;
    cursor: pointer;
    font-size: 16px;
}

.get-title {
    text-align: center;
    background: #01ba9a;
    color: #fff;
    padding: 5px;
    font-size: 20px;
}
.get-close:hover {
    background: #414141;
}
.get-field-contnet {
    background: #38ba9a1c;
    padding: 20px;
}

.get-left {
    float: left;
    width: 48%;
}

.get-right {
    float: right;
    width: 48%;
}

.get-field:after {
    content: "";
    display: table;
    clear: both;
}

.get-left label {
    display: block;
    font-size: 15px;
    color: #757575;
    margin-bottom: 5px;
}

.get-right label {
    display: block;
    font-size: 15px;
    color: #757575;
    margin-bottom: 5px;
}

.get-field {
    margin-bottom: 10px;
}

.get-left input {
    width: 100%;
    height: 35px;
    padding: 5px;
    border: 1px solid #ddd;
    color: #757575;
}

.get-right input {
    width: 100%;
    height: 35px;
    padding: 5px;
    border: 1px solid #ddd;
    color: #757575;
}

.get-textarea label {
    display: block;
    font-size: 15px;
    color: #757575;
    margin-bottom: 5px;
}

.get-textarea textarea {
    width: 100%;
    height: 70px;
    padding: 5px;
    border: 1px solid #ddd;
}
.get-left input:focus, .get-textarea textarea:focus {
    outline: 0;
    border: 1px solid #38ba9a;
}
.get-right input:focus {
    outline: 0;
    border: 1px solid #38ba9a;
}
.get-btn button {
    background: #e04a33;
    color: #fff;
    border: 0px;
    padding: 5px 10px;
    border-radius: 2px;
    transition: all .3s;
    cursor: pointer;
}

.get-btn button:hover {
    background: #414141;
}
@-webkit-keyframes pressed {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.05);
            transform: scale(0.05);
  }
   60% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
 
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes pressed {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.05);
            transform: scale(0.05);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.hover-course {
    position: absolute;
    top: 0;
    left: -100%;
    background: #26b1ed;
    width: 100%;
    height: 100%;
    padding: 10px;
    color: #fff;
    transition: all .7s;
}

.hovercur-title {
    font-size: 18px;
    margin-bottom: 20px;
    background: #fff;
    color: #2fbcd6;
    padding: 8px;
}

.hover-course ul {padding: 0;margin: 0;height: 210px;}

.hover-course ul li {
    display: block;
    font-size: 15px;
}

.cnt-btn a {
    background: #066779;
    color: #fff;
    padding: 5px 15px;
    font-size: 15px;
    border-radius: 2px;
    text-decoration: none;
    transition: all .3s;
}

.cnt-btn a:hover {
    background: #fff;
    color: #2fbcd6;
}
.hover-course.desgin-cyr {
    background: #f2b73b;
}

.hover-course.desgin-cyr .hovercur-title {
    color: #f2b73b;
}

.hover-course.desgin-cyr .cnt-btn a {
    background: #a78210;
}

.hover-course.desgin-cyr .cnt-btn a:hover {
    color: #fdc106;
    background: #fff;
}

.hover-course.desgin-cyr {
    background: #FFC107;
}

.hover-course.desgin-cyr .hovercur-title {
    color: #fdc106;
}

.hover-course.desgin-cyr .cnt-btn a {
    background: #a78210;
}

.hover-course.desgin-cyr .cnt-btn a:hover {
    color: #fdc106;
    background: #fff;
}

.hover-course.lang-curs {
    background: #1383d2;
}

.hover-course.lang-curs .hovercur-title {
    color: #1383d2;
}

.hover-course.lang-curs .cnt-btn a {
    background: #0c609c;
}

.hover-course.lang-curs .cnt-btn a:hover {
    color: #1383d2;
    background: #fff;
}

.hover-course.mgmn-bk {
    background: #FF9800;
}

.hover-course.mgmn-bk .hovercur-title {
    color: #fb9700;
}

.hover-course.mgmn-bk .cnt-btn a {
    background: #a76706;
}

.hover-course.mgmn-bk .cnt-btn a:hover {
    color: #a76706;
    background: #fff;
}
.main-cources:hover .hover-course{
    left:0px;
}
.Vm-batch {
    text-align: center;
    margin-top: 30px;
}

.Vm-batch a {
    display: inline-block;
    background: #e24b34;
    color: #fff;
    padding: 5px 14px;
    border-radius: 2px;
    font-size: 15px;
    text-decoration: none;
    transition: all .3s;
}

.Vm-batch a:hover {
    background: #414141;
}
.testimonial.Students-testimonial {
    background: linear-gradient(-20deg, #E91E63, #FF5722);
}

.rester-nw {
    padding: 80px 0px;
    text-align: center;
}

.rg-cnt {
    font-size: 28px;
    font-style: italic;
    color: #757575;
}

.rg-cnt a {
    color: #333;
    text-decoration: none;
}

.rg-cnt a:hover {
    color: #e24b34;
}

select.form-control {
    border-radius: 2px;
}
select.form-control:focus{
    outline: 0;
    border: 1px solid #38ba9a;
}
.Reigster-pop .getmote-content {
    height: 480px;
}

.user-links {
    padding: 10px;
    box-shadow: 0px 0px 10px #ddd;
}

.map {
    width: 100%;
}
.contact_info {
    margin-top: 15px;
}
.contact_info ul {
    width: 100%;
    margin-bottom: 20px;
    float: left;
    list-style: none;
    padding-left: 0;
}
.contact_info ul li {
    width: 48%;
    float: left;
    padding: 0 1%;
}
.contact_info ul li.full {
    width: 100%;
    float: left;
    padding: 0 1%;
    box-sizing: border-box;
}
.contact_info ul li.full textarea {
    min-height: 170px;
}
.contact_info ul li div {
    display: inline-block;
    margin-top: 1px;
    position: relative;
    width: 100%;
}
.contact_info ul li input {
    width: 85%;
    float: left;
}
.contact_info ul li i {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: #eaedf2 none repeat scroll 0 0;
    border-color: #dee3e9 #dee3e9 #dee3e9 -moz-use-text-color;
    border-image: none;
    border-style: solid solid solid none;
    border-width: 1px 1px 1px 0;
    color: #0090b4;
    float: right;
    font-size: 15px;
    height: 40px;
    line-height: 40px;
    position: absolute;
    text-align: center;
    width: 13%;
}
.contact_info .form_btn {
    padding: 0 1%;
}
.col ul.address {
    float: left;
    list-style: none;
    margin-top: 5px;
    width: 100%;
    padding-left: 0;
}
.col ul.address li span {
    color: #e24c33;
    font-weight: 500;
}


.content_inner {
    padding: 25px 0;
    width: 100%;
}
.cont-left_content {
    float: left;
    width: 60%;
}
.content_inner h3 {
    color: #0090b4;
    font-size: 18px;
    font-size: 600;
    border-left: 5px solid #0090b4;
    display: block;
    padding: 13px 0 13px 12px;
    background: #eee;
    margin-bottom: 30px;
}
.left_content p.left_padding {
    padding-left: 17px;
}
.cnt-col {
    width: 100%;
    margin: 15px 0 20px;
    padding: 0 0 0 15px;
    box-sizing: border-box;
}
.shadow_div {
    background: url(../images/inner/div_bg.png) no-repeat center bottom;
    padding-bottom: 17px;
}
.mission {
    margin-bottom: 0;
}
.iconBox {
    float: left;
    width: 15%;
}
.col_Content {
    float: left;
    margin-left: 3%;
    width: 80%;
}
.col h3 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 12px;
    text-transform: none;
    color: #333333;
    padding: 0;
    border-left: none;
    background: none;
}
.cont-right_content {
    float: right;
    width: 35%;
}

input, textarea {
    background: #eaedf2;
    border: 1px solid #dee3e9;
    padding: 12px 15px;
    width: 100%;
    box-sizing: border-box;
    color: #333;
    font-size: 14px;
     
}
input:focus, textarea:focus{
    outline: none;
    border: 1px solid #F44336;
    background: #fff;
}
.contact_info ul li i {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: #eaedf2 none repeat scroll 0 0;
    border-color: #dee3e9 #dee3e9 #dee3e9 -moz-use-text-color;
    border-image: none;
    border-style: solid solid solid none;
    border-width: 1px 1px 1px 0;
    color: #F44336;
    float: right;
    font-size: 15px;
    height: 47px;
    line-height: 40px;
    position: absolute;
    text-align: center;
    width: 13%;
}
.contact_info ul li i.fa.fa-user {
    background: #eaedf2;
}
.left_content p.left_padding {
    padding-left: 17px;
}

.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(232, 98, 86, 0.8) url(../img/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s, background-color .3s 0s;
  transition: opacity .3s 0s, visibility 0s .3s, background-color .3s 0s;
}

.cd-top.cd-top--show,
.cd-top.cd-top--fade-out,
.cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s, background-color .3s 0s;
  transition: opacity .3s 0s, visibility 0s 0s, background-color .3s 0s;
}

.cd-top.cd-top--show {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}

.cd-top.cd-top--fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}

.cd-top:hover {
  background-color: #e86256;
  opacity: 1;
}

/*Inner Styles*/
.root-map {
    width:  100%;
    background: #8e2f23;
}

.root-map .title {
    width: 100%;
    max-width: 1300px;
    margin: auto;
    color: #fff;
    padding: 8px 0px;
    size: 18px;
}

.root-map .title i.fa.fa-chevron-right {
    margin: 0px 10px;
    font-size: 10px;
}
section.software-d {
    width: 100%;
    background: #c6312a;
}

section.software-d .row.sft-sec-1 {
    padding: 45px 0px;
}

section.software-d .row.sft-sec-1 .col-sm-7 h3 {
    color:  #fff;
    margin-bottom: 11px;
    text-transform: capitalize;
}

section.software-d .row.sft-sec-1 .col-sm-7 p {
    color: #ddd;
    letter-spacing: 0.2px;
    line-height: 24px;
    font-size: 15px;
}
section.software-tech {
    width: 100%;
    padding: 50px 0px;
}

section.software-tech .our_tech_sec {
    padding: 20px;
    box-sizing: border-box;
    width: 100%;
        box-shadow: 0px 0px 10px #ddddddb8;
}

section.software-tech .our_tech_sec .tech-img {
    display:  inline-block;
    vertical-align:  top;
    width: 20%;
    border-right: 2px dotted #414141;
}

section.software-tech .our_tech_sec .our_tech_txt {
    width: calc(100% - 21%);
    display:  inline-block;
    vertical-align: top;
    padding-left: 18px;
    box-sizing: border-box;
}

section.software-tech .our_tech_sec .tech-img img {
        width: 85%;
    height: auto;
}
section.software-tech .container-fluid .row {
    padding: 30px 0px;
}
section.software-tech .our_tech_sec .our_tech_txt a.abtn {
    padding: 5px 10px;
    background: #e14a33;
    color: #fff;
    transition: all 0.5s;
    border-radius: 2px;
}
section.software-tech .our_tech_sec .our_tech_txt a.abtn i.fa.fa-chevron-right {
    margin-left: 5px;
    font-size: 13px;
    transition: all 0.5s;
}

section.software-tech .our_tech_sec .our_tech_txt a.abtn:hover {
    background: #414141;
    text-decoration: none;
    letter-spacing: 1px;
}
.root-map .title a {
    color: #fff;
    font-size: 14px;
    text-transform: capitalize;
}

.root-map .title a:hover {
    text-decoration: none;
}
.our_tech_txt h3 {
    font-size: 22px;
    color: #414141;
}
.soft-img.mbl img {
    width: 90%;
}

.soft-img.mbl {
    text-align: center;
}
section.software-d.mbl {
    background: #c6312a;
}
.soft-img.ct {
    text-align: center;
}

.soft-img.ct img {
    width: 58%;
}
.row.sft-sec-1.it p i.fa.fa-chevron-right {
    font-size: 14px;
    margin-right: 11px;
}
.soft-img.it img {
    width: 70%;
}

.soft-img.it {
    width: 100%;
    text-align: center;
}
.row.sft-sec-1.it p {
    margin-bottom: 8px;
}

.our_tech_txt ul {
    padding-left: 20px;
}

.soft-img.testing {
    text-align: center;
}

.soft-img.testing img {
    width: 75%;
}
section.software-tech.sft-bner {
    padding: 0;
}

.Engineering-Services {
    padding: 80px 0px;
}

.Engineering-Services .col-sm-4 {
    text-align: center;
    padding: 0px 20px;
}

.eng-icon img {
    width: 100px;
}

.eng-icon {
    margin-bottom: 30px;
}



.eng-title {
    font-size: 20px;
    margin-bottom: 15px;
    color: #000;
}

.eng-content p {
    font-size: 15px;
    line-height: 22px;
}

.how-we-do {
    background: #f1f1f1;
    padding: 50px 0px;
}

.we-cnt {
    text-align: center;
    position: relative;
    margin-bottom: 80px;
}

.how-title {
    font-size: 26px;
    color: #000;
    margin-bottom: 3px;
}

.we-cnt p {
    font-size: 18px;
}

.we-cnt:after {
    content: "";
    position: absolute;
    top: 100px;
    left:  0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 100px;
    height: 3px;
    background: #e24b32;
}
.col-sm-4.design-bl {
    background: #d7f7e3;
}

.how-we-do .col-sm-4 {
    text-align: center;
    padding: 50px 30px;
}

.col-sm-4.study-bl {
    background: #00bcd44d;
}

.col-sm-4.lunch-bl {
    background: #2b968761;
}
.we-img i {
    font-size: 50px;
}

.we-img i.fa.fa-file-text {
    color: #4caf50;
}

.we-img {
    margin-bottom: 30px;
}

.we-title {
    font-size: 22px;
    margin-bottom: 20px;
}

.we-content p {
    font-size: 15px;
    line-height: 24px;
}

.we-img i.fa.fa-desktop {
    color: #FF9800;
}

.we-img i.fa.fa-paper-plane {
    color: #3F51B5;
}


.col-sm-4.study-bl .we-title {
    color: #30a534;
}

.col-sm-4.design-bl .we-title {
    color: #ff9800;
}

.col-sm-4.lunch-bl .we-title {
    color: #3f51b5;
}

.invoation-content {
    padding: 80px 0px;
}

.inn-content {
    max-width: 1000px;
    width: 100%;
    margin: auto;
    text-align: center;
    padding: 30px;
    box-shadow: 0px 0px 10px #ddd;
}

.inn-title {
    font-size: 26px;
    color: #e14a32;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.inn-sub-title {
    font-size: 22px;
    margin-bottom: 15px;
}

.innr-n p {
    font-size: 18px;
}

.get-quote a {
    background: #e14a32;
    color: #fff;
    padding: 6px  16px;
    font-size: 20px;
    display: inline-block;
    border-radius: 2px;
    transition: all .3s;
    text-decoration: none;
}

.get-quote {
    margin-top: 30px;
}
.get-quote a:hover {
    background: #414141;
}
.Courses-Content .col-sm-3 {
    margin-top: 30px;
    display: inline-block;
}

section.consultancy {
    width: 100%;
    padding: 45px 0px;
}
section.consultancy h3.head-c {
    color: #e04a32;
    font-size: 20px;
    border-left: 5px solid #e04a32;
    display: block;
    padding: 13px 0 13px 12px;
    background: #eee;
    margin: 10px 26px;
}

section.consultancy .row {
        padding: 10px 25px;
}

section.consultancy .row ul.nav.nav-pills {
    width: 100%;
    margin-top: 24px;
}

section.consultancy .row ul.nav.nav-pills li.nav-item {
    display: block;
    width: 100%;
    text-align: left;
}
section.consultancy .row ul.nav.nav-pills li.nav-item a.nav-link {
    color: #414141;
    border-radius: 0px;
    position: relative;
     margin: 5px 0px;
    background: #eeeeee;
}

section.consultancy .row ul.nav.nav-pills li.nav-item a.nav-link.active.show {
    color: #fff;
    cursor: default;
    background-color: #e04a32 !important;
    border: 1px solid #e04a32 !important;
}
section.consultancy .nav-pills .nav-link.active, section.consultancy .nav-pills .show>.nav-link
{
    background-color: #e04a32 !important;
    border: 1px solid #e04a32 !important;
    color: #fff !important;
}
section.consultancy .row ul.nav.nav-pills li.nav-item a.nav-link i.fa.fa-angle-double-right {
    margin-right: 6px;
    font-size: 14px;
}
section.consultancy .row ul.nav.nav-pills li.nav-item a.nav-link.active:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 16px 0 16px 20px;
    border-color: transparent transparent transparent #e04a32;
    top: 0;
    right: -10px;
    bottom: 0;
    margin: auto;
}
section.consultancy .tab-pane .inner-web .img {
    display:  inline-block;
    width: 39%;
    vertical-align: top;
}

section.consultancy .tab-pane .inner-web .content {
    display:  inline-block;
    width: calc(100% - 40%);
    vertical-align: top;
    padding-left: 20px;
}
section.consultancy .tab-pane .inner-web .content h3 {
    margin-top: 0px;
    padding-bottom: 8px;
    color: #e14a33;
    font-weight: 400;
    position: relative;
    font-size: 24px;
}

section.consultancy .tab-pane .inner-web .content h3:after {
    position: absolute;
    content: "";
    height: 3px;
    width: 60px;
    background: #e14a33;
    left: 0;
    bottom: 0;
}
section.consultancy .tab-pane .inner-web .content p
{
    color: #414141;
    text-transform: capitalize;
    letter-spacing: 0.4px;
    line-height: 22px;

}
section.consultancy .tab-pane .inner-web .content ul.osm-sec1 {
    list-style: none;
    padding: 0px;
}

section.consultancy .tab-pane .inner-web .content ul.osm-sec1 li {
        font-size: 14px;
    font-weight: 300;
    display: inline-block;
    margin-right: 20px;
    background: #eee;
    padding: 8px 9px;
    margin-bottom: 10px;
    text-transform: capitalize;
    letter-spacing: 1px;

}
section.consultancy .tab-pane .inner-web  ul.osm-sec2 {
    padding:  0px;
    list-style: none;
}

section.consultancy .tab-pane .inner-web  ul.osm-sec2 li {
    font-size: 16px;

    line-height: 28px;
}


 section.consultancy .box-1 {
        height: 215px;
    display: inline-block;
    width: 232px;
    text-align: center;
    margin: 8px;
    box-shadow: 0px 0px 10px #ddd;
    vertical-align: top;
}

 section.consultancy .box-1 .title {
    font-size: 17px;
    text-transform: capitalize;
    font-weight: 300;
    letter-spacing: 1px;
    color: #ffffff;
    background: #e14a33;
    padding: 7px 0px;
}

 section.consultancy .box-1 p {
    color: #5a5a5a;
    margin: 6px 0px;
    padding: 10px;
   height: 120px;
    font-size: 14px;
        line-height: 20px;
}
 section.consultancy .box-1 button {
        background: #e14a33;
    border: 0px;
    padding: 1px 8px;
    border-radius: 3px;
    transition: all 0.5s;
    cursor: pointer;
    margin-top: 6px;
}

 section.consultancy .box-1 button a {
    color: #fff;
    text-transform:  capitalize;
    font-weight: 300;
    font-size: 13px;
    letter-spacing: 1px;
}

section.consultancy .box-1 button a:hover {
    text-decoration: none;
}

section.consultancy .box-1 button:hover {
    background: #414141;
}

.Training-content.Courses-Content .row {
    display: inline-block;
    text-align: center;
}

.inner-boxes .box-1 {
    width: 31% !important;
}

.inner-boxes {
    margin-top: 20px;
}
section.consultancy .tab-pane  p {
    color: #414141;
    text-transform: capitalize;
    letter-spacing: 0.4px;
    line-height: 22px;
}
.tab-content>.active {
    display: block !important;
}
.get-textarea select {
    height: 35px;
    padding: 5px;
    border: 1px solid #ddd;
    color: #757575;
    background: #eaedf2;
}

.get-textarea select:focus {
    outline: 0px;
    background: #fff;
    box-shadow: none;
}
.curs-icon img {
    width: 100px;
}

.curs-icon {
    margin-bottom: 20px;
}
.hover-course.mgmn-bk.sap-fun {
    background: #1b6cc3;
}

.hover-course.mgmn-bk.sap-fun .hovercur-title {
    color: #1b6cc3;
}

.hover-course.mgmn-bk.sap-fun .cnt-btn a {
    background: #0b4182;
}

.hover-course.mgmn-bk.sap-fun .cnt-btn a:hover {
    color: #0b4182;
    background: #fff;
}
.hover-course.mgmn-bk.lang-cur {
    background: #2380aa;
}

.hover-course.mgmn-bk.lang-cur .hovercur-title {
    color: #2380aa;
}

.hover-course.mgmn-bk.lang-cur .cnt-btn a {
    background: #095375;
}

.hover-course.mgmn-bk.lang-cur .cnt-btn a:hover {
    color: #095375;
    background: #fff;
}
.hover-course.mgmn-bk.lang-cur {
    background: #2380aa;
}

.hover-course.mgmn-bk.lang-cur .hovercur-title {
    color: #2380aa;
}

.hover-course.mgmn-bk.lang-cur .cnt-btn a {
    background: #095375;
}

.hover-course.mgmn-bk.lang-cur .cnt-btn a:hover {
    color: #095375;
    background: #fff;
}

.hover-course.mgmn-bk.eng-cur {
    background: #255e9b;
}

.hover-course.mgmn-bk.eng-cur .hovercur-title {
    color: #255e9b;
}

.hover-course.mgmn-bk.eng-cur  .cnt-btn a {
    background: #0a3665;
}

.hover-course.mgmn-bk.eng-cur .cnt-btn a:hover {
    color: #0a3665;
    background: #fff;
}

.hover-course ul li a {
    display: block;
    color: #fff;
}

.hover-course ul li a:hover {
    color: #e04a33;
}
.mobile-bar, .mobile-logo {
    display: none;
}
section.DataScience-sec {
    padding: 20px 0px;
    background: #f1f1f1;
}

section.DataScience-sec .row {
    margin: 40px 30px;
    background: #fff;
    box-shadow: 0px 0px 10px #dddddd9c;
    padding: 20px 10px;
    border-radius: 2px;
}

section.DataScience-sec .row .data-content .title {
    font-size: 23px;
    text-transform: capitalize;
    font-weight: 500;
    margin-bottom: 11px;
    color: #e14a32;
}

section.DataScience-sec .row .data-content .content p {
    font-size: 15px;
    line-height: 22px;
}
section.DataScience-sec .row .data-content .content button.button {
    background: #e14a32;
    border: 0px;
    padding: 5px 20px;
    margin-top: 6px;
    border-radius: 2px;
    cursor:  pointer;
    transition: all 0.5s;
}

section.DataScience-sec .row .data-content .content button.button a {
    color: #fff;
    font-size: 16px;
    transition: all 0.5s;
}

section.DataScience-sec .row .data-content .content button.button a:hover {
    text-decoration: none;
}

section.DataScience-sec .row .data-content .content button.button:hover {
    background: #414141;
}
section.DataScience-sec .row .data-content .content ul li {
    font-size: 15px;
    line-height: 22px;
}
section.case-studies {
    width:  100%;
    padding: 30px 0px;
}
section.case-studies .row {
    box-shadow: 0px 0px 10px #ddddddc9;
    border: 1px solid #ddddddd1;
    border-radius: 5px;
    padding: 20px;
    margin: 20px 0px;
}

section.case-studies .row .col-sm-4 img {
    width: 100%;
}
section.case-studies .img {
    border: 1px solid #ddddddb8;
    margin-top: 11px;
}
section.case-studies p {
    font-size: 15px;
    line-height: 24px;
}
section.pocs {
    width:  100%;
    background: #dddddd73;
    padding-bottom: 30px;
}

section.pocs .title {
    width:  100%;
    font-size: 26px;
    text-align:  center;
    padding: 30px 0px;
    position: relative;
    margin-bottom: 30px;
}
section.pocs .title:after {
        position: absolute;
    width: 100%;
    height: 1px;
    content: "";
    background: #d8d8d8;
    bottom: 14px;
    left: 0;
    right: 0;
    margin: auto;
}
section.pocs .content {
    font-size: 20px;
}

section.pocs .col-sm-6 {
    padding: 0px 60px;
    box-sizing: border-box;
    text-align: center;
}

section.pocs .col-sm-6 img {
    width: 70%;
    margin-top: 20px;
}
section.why-pocs {
    background:  #fff;
    padding: 20px 0px;
}

section.why-pocs .col-sm-6 {
    padding: 20px 50px;
}

section.why-pocs .col-sm-6 .title {
    font-size: 20px;
    padding-bottom: 12px;
    font-weight: 500;
}

section.why-pocs .col-sm-6 .content {
    font-size: 16px;
    line-height: 28px;
    color: #777;
}

section.why-pocs .col-sm-6 p {
    font-size: 20px;
}
section.why-pocs .col-sm-6 ul {
    padding-left: 18px;
}
section.Why-DataScience {
    width:  100%;
    background: #fff;
}
section.Why-DataScience .PageWidth {
    margin-bottom: 20px;
}
section.Why-DataScience .why-title {
    font-size: 25px;
    margin-top: 40px;
    text-align: center;
    width:  100%;
    margin-bottom: 30px;
    color: #5e5e5e;
    text-transform:  capitalize;
    font-weight: 500;
    position: relative;
}
section.Why-DataScience .why-title:after {
    position:  absolute;
    width: 60%;
    height: 1px;
    content:  "";
    background: #d8d8d8;
    bottom: -16px;
    left: 0;
    right:  0;
    margin: auto;
}
section.Why-DataScience .Why-DataScience-inner {
    padding:  20px;
    text-align: center;
}

section.Why-DataScience .Why-DataScience-inner img {
    width: 70px;
    height: auto;
}

section.Why-DataScience .Why-DataScience-inner .title {
    margin: 20px;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    color: #e14a32;
}

section.projects-info {
    background: #ffe6e35e;
    width: 100%;
    padding: 50px 0px;
}

section.projects-info .col-sm-12 .title {
    font-size: 25px;
    text-align:  left;
    text-transform:  uppercase;
    color: #e14a32;
    margin-bottom: 30px;
    text-align: center;
}

section.projects-info .col-sm-12 .content p {
    font-size: 17px;
    margin: 10px 0px;
    line-height: 27px;
    text-align: center;
    padding: 0px 30px;
}
section.pro-usefull {
    padding: 40px 0px;
}

section.pro-usefull .title {
    font-size: 25px;
    text-align:  center;
    text-transform: uppercase;
    color: #e14a32;
    margin-bottom: 5px;
}

#e14a32.dec {}

section.pro-usefull .dec {
    font-size: 16px;
    text-align: center;
    margin-bottom: 30px;
    color: #797979;
    text-transform: capitalize;
}
section.pro-usefull .row {
    margin-bottom: 18px;
}
section.pro-usefull .col-sm-3 {
    text-align: center;
    border: 1px solid #dddddda6;
    padding: 0px;
    margin: 10px 20px;
    box-sizing: border-box;
    max-width: 21.90%;
}

section.pro-usefull .col-sm-3 .sub-tle {
        font-size: 18px;
    text-transform: capitalize;
    color: #e14a32;
    font-weight: 500;
    line-height: 23px;
    margin-top: 14px;
}



section.pro-usefull .col-sm-3 .content {
    padding: 10px;
    margin-bottom: 10px;
}
/*Responsive Styles*/
@media(max-width: 1125px){

.user-links ul li {
    width: 16%;
   }
.top-footer {
    padding: 30px 10px;
}
.navbar-expand-sm .navbar-nav .nav-link {
    padding: 6px 8px;

}
}
@media(max-width: 1060px){
.navbar-expand-sm .navbar-nav .nav-link {
    padding: 6px;
}
.Courses-Content .col-sm-3 {
    margin-top: 30px;
    display: inline-block;
    max-width: 33%;
}
}

@media(max-width: 950px){
.table-width {
    min-width: 300px;
    width: 100%;
    overflow-x: scroll;
}
.know-more-content h2:after {
    top: 100px;

}
.comming-batch-table table {
    width: 1000px;
}
.animated {
  /*CSS transitions*/
  -o-transition-property: none !important;
  -moz-transition-property: none !important;
  -ms-transition-property: none !important;
  -webkit-transition-property: none !important;
  transition-property: none !important;
  /*CSS transforms*/
  -o-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -webkit-transform: none !important;
  transform: none !important;
  /*CSS animations*/
  -webkit-animation: none !important;
  -moz-animation: none !important;
  -o-animation: none !important;
  -ms-animation: none !important;
  animation: none !important;
 }
}

@media(max-width: 930px){
    .col-sm-9.navigation-content {
    display: block;
    position: fixed;
    background: #00000045;
    max-width: 100%;
    width: 100%;
    height: 100%;
    top:0;
    right:-100%;
    transition: all .5s;
    padding: 0px;
}
.mobile-bar {
    display: block;
    float: right;
    width: 72%;
    height: 35px;
    color: #fff;
    text-align: right;
    line-height: 30px;
    font-size: 20px;
    margin-top: 15px;
    cursor: pointer;
    padding-right: 10px;
}
.mobile-logo img {
    width: 200px;
}
.close-menu {
   display: block;
   position: absolute;
   top: 0;
   left: 0;
   color: #fff;
   width: 35px;
   height: 35px;
   background: #e04a33;
   text-align: center;
   line-height: 35px;
   cursor: pointer;
}
.col-sm-9.navigation-content.navigation-left {
    right: 0;
}
header.main-nav-scrolled .mobile-bar {
    color: #414141;
}
li.nav-item {
    display: block;
    text-align: left;
    border-bottom: 1px solid #e8e8e830;
}

ul.navbar-nav.main-menu {
    text-align: left;
}
.mobile-logo {
    display: block;
    text-align: center;
}
.user-links ul li {
    width: 32%;
    vertical-align: top;
    margin-bottom: 10px;
}

.user-links {
    box-shadow: none;
}

.user-links ul li span {
    font-size: 14px;
    line-height: 16px;
}
.mobi-nav {
    width: calc(100% - 35px);
    float: right;
    background: #414141;
    height: 100%;
    overflow-y: scroll;
}
.navbar-expand-sm .navbar-nav .nav-link{
     padding: 6px 20px;
}
header.main-nav-scrolled .navbar-expand-sm .navbar-nav .nav-link {
    color: #fff;
       
}
header.main-nav-scrolled .header-contact ul li a {
    color: #fff;
}
.header-contact ul {
    text-align: center;
}
.Courses-Content .col-sm-3 {
    margin-top: 30px;
    display: inline-block;
    max-width: 100%;
}
.cont-right_content {
    float: right;
    width: 100%;
}
.cont-left_content {
    float: left;
    width: 100%;
}
.root-map .title {
    padding: 8px;
}
}



@media(max-width: 800px){
.know-more .container-fluid {
    padding: 0px 20px;
}
.services {
    padding: 50px 10px;
}

.service-left {
    width: 100%;
}

.Services-img {
    display: none;
}

.service-right {
    width: 100%;
    padding-left: 0;
}

.service-cnt {
    margin-top: 0px;
}

.srv-lft {
    display: flex;
    flex-direction: column-reverse;
    padding: 5px;
    width: 100%;
    text-align: center;
}

.srv-dl {
    width: 100%;
    padding: 0px;
}

.srv-dl p {
    text-align: center;
    padding-right: 0px;
}

.srv-lft a {
    display: inline-block;
    width: 100%;
}

.srv-icon {
    margin-bottom: 10px;
}

.srv-rgt {
    width: 100%;
    text-align: center;
}

.srv-rgt .srv-dl p {
    padding-left: 0;
}
.top-footer .col-sm-3 {
    max-width: 50%;
    flex: 0 0 50%;
    margin-bottom: 20px;
}
.comming-batch-table {
    padding: 0px 10px 50px;
}
section.pocs .col-sm-6 {
    padding: 0px 30px;
}
}
@media(max-width: 600px){
    section.pro-usefull .col-sm-3 {
    margin-bottom: 30px;
}
.customer-title:after {
    top: 100px;
    width: 50%;
}
.main_counter_two.sections.text-center .col-sm-3.col-xs-12 {
    width: 48%;
    padding-right: 0;
    margin-bottom: 10px;
}
.top-footer .col-sm-3 {
    max-width: 100%;
    flex: 0 0 100%;
    margin-bottom: 20px;
        padding-left: 30px;
}
section.software-tech .col-sm-6 {
    margin-bottom: 20px;
}

section.consultancy {
    padding: 20px 0px;
}

section.consultancy h3.head-c {
    margin: 0px;
        font-size: 16px;
    margin-bottom: 20px;
}

section.consultancy .col-sm-3 {
    max-width: 100%;
    flex: 0 0 100%;
    padding: 0px;
}

section.consultancy .row ul.nav.nav-pills {
    margin-top: 0px;
}

section.consultancy .col-sm-9 {
    max-width: 100%;
    flex: 0 0 100%;
}

.iws-inner-ctnt {
    display: block;
}

section.consultancy .tab-pane .inner-web .content {
    width: 100%;
    padding: 0;
}

section.consultancy .tab-pane .inner-web .img {
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
}

section.consultancy .tab-pane .inner-web .img img {
    width: 200px;
}

section.consultancy .box-1 {
    width: 100%;
}
section.projects-info .col-sm-12 .content p {
    padding: 0;
    font-size: 15px;
    line-height: 24px;
}

section.projects-info .col-sm-12 .title {
    font-size: 22px;
}

section.pro-usefull .title {
    font-size: 22px;
}

section.pro-usefull .col-sm-4 {
    max-width: 100%;
    margin: 15px 0px;
}
.inner-boxes .box-1 {
    width: 100% !important;
}
section.consultancy .row {
    padding: 10px 10px;
}
section.why-pocs .col-sm-6 {
    padding: 20px 0px;
}
section.case-studies .row {
    padding: 10px 0px;
}

section.case-studies .img {
    margin-bottom: 20px;
}
.row.case-two {
    display: flex;
    flex-direction: column-reverse;
}

.row.case-four {
    display: flex;
    flex-direction: column-reverse;
}
.col-sm-4.make-th {
    padding: 0;
}

.col-sm-4.our-prs {
    padding: 0;
}

.col-sm-4.crea-digital {
    padding: 0;
}
}
@media(max-width: 580px){
.mobile-bar {

    width: 20%;
    margin-top: 30px;
    padding-right: 20px;
}
.col-sm-3.logo {
    width: 80%;
}
input, textarea {
    padding: 8px 10px;
}
section.DataScience-sec .row {
    margin: 30px 0px;
}
.contact_info ul li i {
    height: 39px;
    line-height: 35px;
}
.row.what-data {
    display: flex;
    flex-direction: column-reverse;
}

.row.succes-data .col-sm-4 {
    margin-bottom: 20px;
}

.row.what-data .col-sm-4 {
    margin-bottom: 20px;
}

.row.succes-data {
    display: flex;
    flex-direction: column-reverse;
}



section.DataScience-sec .row {
    padding: 10px 0px;
}

section.DataScience-sec .row .data-content .title {
    font-size: 18px;
    line-height: 24px;
}

section.DataScience-sec .row .data-content .content p {
    font-size: 14px;
    line-height: 18px;
}

section.DataScience-sec .row .data-content .content ul li {
    font-size: 14px;
    line-height: 20px;
}

section.DataScience-sec .row .data-content .content button.button {
    margin-bottom: 10px;
}
.row.science-data .col-sm-4 {
    margin-bottom: 20px;
}

.row.into-data .col-sm-4 {
    margin-bottom: 20px;
}

section.Why-DataScience .why-title {
    font-size: 22px;
    margin-top: 20px;
}
section.pocs .title {
    font-size: 22px;
    padding: 20px 0px;
}
section.pocs .col-sm-6 {
    padding: 0px 0px;
}
section.why-pocs .col-sm-6 {
    padding: 20px 0px;
}
}
@media(max-width: 480px){
    body.overflow-hide {
    overflow: hidden;
}
    .mobile-bar {
    display: block;
    float: right;
    width: 20%;
    height: 35px;
    color: #fff;
    text-align: right;
    line-height: 30px;
    font-size: 20px;
    margin-top: 15px;
    cursor: pointer;
    padding-right: 10px;
}
.col-sm-3.logo {
    width: 80%;
    float: left;
    padding-left: 0px;
}


.log-img img {
    width: 200px;
}

.log-img a {
    padding: 0px;
}
header.main-nav-scrolled .mobile-bar {
    color: #414141;
}
.col-sm-9.navigation-content {
    display: block;
    position: fixed;
    background: #00000045;
    width: 100%;
    height: 100%;
    top:0;
    right:-100%;
    transition: all .5s;
    padding: 0px;
}

.header-contact ul li {
    display: inline-block;
}

.header-contact ul {
    text-align: center;
}

.header-contact ul li a {
    font-size: 13px;
}

li.nav-item {
    display: block;
    text-align: left;
    border-bottom: 1px solid #e8e8e830;
}

ul.navbar-nav.main-menu {
    text-align: left;
}
.mobile-logo {
    display: block;
    text-align: center;
}

.mobile-logo img {
    width: 200px;
}
.close-menu {
   display: block;
   position: absolute;
   top: 0;
   left: 0;
   color: #fff;
   width: 35px;
   height: 35px;
   background: #e04a33;
   text-align: center;
   line-height: 35px;
   cursor: pointer;
}
.col-sm-9.navigation-content.navigation-left {
    right: 0;
}
ul.dropdown-content {
    position: relative;
    width: 100%;
}
.user-links ul li {
    width: 32%;
    vertical-align: top;
    margin-bottom: 10px;
}

.user-links {
    box-shadow: none;
}

.user-links ul li span {
    font-size: 14px;
    line-height: 16px;
}
.welcome-content {
    padding: 20px 10px;
}

.wel-title {
    font-size: 18px;
}

.know-more .container-fluid {
    padding: 10px;
}

.know-more {
    padding: 10px 0px;
}

.know-more .container-fluid .col-sm-12.text-center {
    padding: 0px;
}

.know-more-content {
    padding: 0px;
}

.know-more .container-fluid h2 {
    font-size: 24px;
    line-height: 30px;
}

.know-more-content h2:after {
    top: 100px;
}

.know-more .container-fluid p {
    font-size: 15px;
    line-height: 25px;
}

.know-more .container-fluid button {
    margin-top: 10px;
    padding: 6px 20px;
}
.services {
    padding: 50px 10px;
}

.service-left {
    width: 100%;
}

.Services-img {
    display: none;
}

.service-right {
    width: 100%;
    padding-left: 0;
}

.service-cnt {
    margin-top: 0px;
}

.srv-lft {
    display: flex;
    flex-direction: column-reverse;
    padding: 5px;
    width: 100%;
    text-align: center;
}

.srv-dl {
    width: 100%;
    padding: 0px;
}

.srv-dl p {
    text-align: center;
    padding-right: 0px;
}

.srv-lft a {
    display: inline-block;
    width: 100%;
}

.srv-icon {
    margin-bottom: 10px;
}

.srv-rgt {
    width: 100%;
    text-align: center;
}

.srv-rgt .srv-dl p {
    padding-left: 0;
}
.user-links ul li a i {
    font-size: 25px;
}
.customer-title h2 {
    font-size: 24px;
    line-height: 28px;
}

.customer-title:after {
    top: 90px;
    width: 80%;
}
.main_counter_two.sections.text-center {
    margin-top: 20px;
}

.main_counter_two.sections.text-center .col-sm-3.col-xs-12 {
    width: 48%;
    padding-right: 0;
    margin-bottom: 10px;
}

.clients {
    padding: 20px 10px;
}
.single_counter_two_right h2 {
    font-size: 24px;
}
.single_counter_two_right h2 {
    font-size: 24px;
}

.top-footer {
    padding: 20px;
}

.top-footer .container-fluid {
}

.top-footer .col-sm-3 {
    border: 0px;
    padding-left: 0px;
    margin-bottom: 20px;
}

.top-footer .col-sm-3:nth-child(3) {
    padding-left: 0px;
}

.copyright {
    padding: 5px 10px;
}
.mobi-nav {
    width: calc(100% - 35px);
    float: right;
    background: #414141;
    height: 100%;
    overflow-y: scroll;
}
li.nav-item:hover ul.dropdown-content {
    display: none;
}
li.nav-item.mobile-shophair a i {
    display: none;
}
header.main-nav-scrolled .header-contact ul li a {
    color: #fff;
}

header.main-nav-scrolled .navbar-expand-sm .navbar-nav .nav-link {
    color: #fff;
}
.testimonial {
    padding: 25px 15px;
}
.row {
    margin: 0;
}
.getmote-content {
    max-width: 300px;
    height: 520px;
}

.get-left {
    width: 100%;
    margin-bottom: 10px;
}

.get-right {
    float: left;
    width: 100%;
}

.get-field-contnet {
    padding: 10px;
}
.navbar-expand-sm .navbar-nav .nav-link {
    padding: 2px 15px;
}
.Training-content {
    padding: 20px 10px;
}

.Training-content .container-fluid {
    padding: 0;
}

.Training-content .col-sm-8 {
    padding: 0;
}

.Training-content .col-sm-4 {
    padding: 0;
}

.form_content {
    padding: 15px;
}
.left_content p.left_padding {
    padding-left: 0;
}

.col {
    padding: 0;
}
.left_content h3 {
    padding: 10px;
    font-size: 16px;
    margin-bottom: 20px;
}
.service_content h3 {
    padding: 0;
    margin-bottom: 10px;
}

.imgbox i {
    font-size: 50px;
}
.left_content {
    float: left;
    margin-bottom: 15px;
    width: 100%;
}
.right_content {
    float: left;
    width: 100%;
}

.cont-left_content {
    width: 100%;
}

.cont-right_content {
    width: 100%;
}

.content_inner {
    padding: 20px 10px;
}

.contact_info ul li {
    width: 100%;
    padding: 0;
}

.contact_info ul {
    margin-bottom: 10px;
}

.col {
    margin: 0;
}
.Train-cnter {
    margin-bottom: 0px;
}
.tr-title-sub {
    font-size: 16px;
}
.tr-title {
    font-size: 20px;
}
.rg-cnt {
    font-size: 20px;
}

.rester-nw {
    padding: 30px 0px;
}

.Reigster-pop .getmote-content {
    height: 600px;
}
.how-we-do .col-sm-4 {
    text-align: center;
    padding: 30px 10px;
}
.Engineering-Services {
    padding: 30px 0px;
}

.Engineering-Services .col-sm-4 {
    margin-bottom: 20px;
}

.how-we-do {
    padding: 30px 10px;
}

.how-title {
    font-size: 24px;
}

.we-cnt:after {
    top: 120px;
}
.inn-content {
    padding: 20px 10px;
}

.inn-sub-title {
    font-size: 18px;
}

.invoation-content {
    padding: 30px 0px;
}
.invoation-content .col-sm-12 {
    padding: 0px;
}

.innr-n p {
    font-size: 16px;
}
.inn-title {
    font-size: 24px;
}
.how-we-do .container-fluid {
    padding: 0px;
}
.Training-content .col {
    margin-bottom: 30px;
}
section.software-d .row.sft-sec-1 {
    text-align: center;
    padding: 20px 0px;
}

.wow.animated.fadeInLeftBig.animated {}

.row.sft-sec-1 .col-sm-7 {
    padding: 0;
}

section.software-d .row.sft-sec-1 .col-sm-7 h3 {
    font-size: 20px;
}

section.software-d .row.sft-sec-1 .col-sm-7 p {
    font-size: 14px;
    line-height: 21px;
    text-align: center;
}

section.software-tech {
    padding: 20px 0px;
}

section.software-tech .container-fluid {
    padding: 0;
}

section.software-tech .our_tech_sec .tech-img {
    border: 0;
    width: 100px;
}

section.software-tech .our_tech_sec {
    padding: 20px 10px;
    text-align: center;
    margin-bottom: 30px;
}
.root-map .title {
    padding: 8px;
}
section.software-tech .our_tech_sec .our_tech_txt {
    width: 100%;
    padding: 0;
}
.our_tech_txt h3 {
    font-size: 18px;
    color: #414141;
    margin-bottom: 20px;
    margin-top: 10px;
}
.our_tech_txt ul li {
    display: block;
}
section.under-c {
    width: 100%;
    height: 250px;
    background: #e24b34;
    text-align: center;
    line-height: 240px;
    color: #fff;
    font-size: 22px;
    text-transform: uppercase;
    margin: 20px 0px;
}
section.consultancy .tab-pane .inner-web .content h3 {
    font-size: 20px;
}

section.consultancy .col-sm-9 {
    padding: 0;
}

section.consultancy .box-1 {
    margin: 0 0px 20px;
}

section.consultancy .tab-pane .inner-web .img img {
    width: 100%;
}
.hover-course {
    position: relative;
    left: 0;
    margin-top: 10px;
    background: #fff;
}

.main-cources {
    height: auto;
}

.hovercur-title {
    display: none;
}

.hover-course ul li a {
    color: #333;
}

.hover-course.desgin-cyr {
    background: #fff;
}

.hover-course.lang-curs.sap-tech {
    background: #fff;
}

.hover-course ul {
    height: auto;
    margin-bottom: 20px;
}

.hover-course.mgmn-bk.sap-fun {
    background: #fff;
}

.hover-course.mgmn-bk.lang-cur {
    background: #fff;
}

.hover-course.mgmn-bk.eng-cur {
    background: #fff;
}

.cnt-btn a {
    background: #36b1ed;
}

.hover-course.desgin-cyr .cnt-btn a {
    background: #f2b739;
}

.hover-course.lang-curs .cnt-btn a {
    background: #1c66c0;
}

.hover-course.mgmn-bk.sap-fun .cnt-btn a {
    background: #1c65c0;
}

.hover-course.mgmn-bk.lang-cur .cnt-btn a {
    background: #2580aa;
}

.hover-course.mgmn-bk.eng-cur .cnt-btn a {
    background: #255d9b;
}
}
@media(max-width: 360px){
.header-contact ul li a {
    font-size: 11px;
}
}
