@import url('https://fonts.googleapis.com/css?family=Raleway:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Questrial');

body {font-family:'Raleway', sans-serif; font-size:15px; line-height:24px; font-weight:400; color:#373737; font-weight:500;}

h1, h2, h3, h4, h5, h6 {/*font-family: 'Roboto Slab', serif;*/ font-family: 'Questrial', sans-serif;}
h2 { color: #FF9900;}
h3 {font-size: 24px; color: #FF9900;font-weight: 700;}
h4 {font-size: 18px;color: #FF9900;font-weight: 700;}
img { max-width: 100%; height: auto;}
ul, ol {list-style: none;}
ul {padding: 0; margin: 0;}
a {transition: color 0.2s ease-in-out; -moz-transition: color 0.2s ease-in-out;-webkit-transition: color 0.2s ease-in-out;-o-transition: color 0.2s ease-in-out; color: #5b5b5b;}

a:hover { color: #337ab7;}
.redcolor{ color:#FF9900;}

a, a:hover, a:focus {text-decoration: none;}
p {color: #373737; font-size: 15px; line-height: 24px; padding-bottom:15px; font-weight:500;}
.iframe { border: none;}
.all-section {overflow: hidden;}
b,strong{font-weight:700;}

/*-----------COMMON CSS----------- */
.padding-0 { padding: 0;}
.paddingbottom-0 { padding-bottom: 0 !important;}
.pos-static {position: static;}
.cis-btn { background-color: #FF9900; padding: 15px 40px; display: inline-block; color: #fff; font-size: 14px; text-transform: uppercase; border: 2px solid transparent;    -webkit-transition: all .3s; -o-transition: all .3s; transition: all .3s;}
.cis-btn:hover {border: 2px solid #FF9900; background: #f9ba48; color: #fff;}
.cis-btn:focus { color: #fff; text-decoration: none;}
.cis-btn-border { display: inline-block; border: 2px solid #FF9900; background: none;}
.cis-btn-border:hover { background-color: #f9ba48;}
.section {padding-top: 40px; padding-bottom: 40px;}
.section-heading {text-align: center; padding-bottom: 10px;}
.section-heading .title,
.section-heading .title h2 {font-size: 46px; text-transform: capitalize;color: #FF9900; font-weight: 700; display: inline-block; margin-bottom: 20px;}
.section-heading .title span { color: #777;font-weight: 300;}
.section-heading .title span span{ color: #fff;font-weight: 300;}
.section-heading p { margin: 0;}
.page-head { padding-top: 150px; padding-bottom: 90px;}
.page-heading { font-size: 24px; text-transform: uppercase;text-align: center; color: #fff;}
.sub-title, 
.sub-title a {text-align: center; font-family: 'Questrial', sans-serif; font-size: 14px; color: #fff;}
.sub-title a:hover {color: #f9ba48;}
.gen-title,
.gen-title h4 {font-size: 18px;font-weight: 700;color: #FF9900;}
.comm-title,
.comm-title h3 {font-size: 24px;font-weight: 700;color: #FF9900;text-transform: uppercase;}
.comm-title { margin-bottom: 30px;}
.border-in {border: 1px solid #e7e7e7; padding: 30px;}


/*Page Header Background*/
input[type="submit"] {background-color: #FF9900; color: #fff; -webkit-transition: all .3s; -o-transition: all .3s; transition: all .3s;}
input[type="submit"]:hover {background-color: #f9ba48;}
.flaticon-img {max-width: 45px;}

#particles-js1,
#particles-js2,
#particles-js3,
#particles-js4 {
  position: absolute;
  height: 100%;
  width: 100%;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
}

/*----------- GENERAL CSS ------------ */
/*Pre Loader*/
#loader {position: fixed; top: 0;left: 0; width: 100%; height: 100%; background: #fff; z-index: 99999999999;}
.spinner {position: absolute; width: 40px; height: 40px; top: 50%; left: 50%; margin-left: -40px; margin-top: -40px;-webkit-animation: rotatee 2.0s infinite linear; animation: rotatee 2.0s infinite linear;}
.dot1, .dot2 {width: 60%; height: 60%; display: inline-block; position: absolute; top: 0; border-radius: 100%;-webkit-animation: bouncee 2.0s infinite ease-in-out;
animation: bouncee 2.0s infinite ease-in-out; background-color: #FF9900;}
.dot2 {top: auto; bottom: 0px; -webkit-animation-delay: -1.0s; animation-delay: -1.0s;}

@-webkit-keyframes rotatee { 
    100% { 
        -webkit-transform: rotate(360deg) 
    }
}
@keyframes rotatee {
    100% {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
    }
}

@-webkit-keyframes bouncee {
    0%, 100% { 
        -webkit-transform: scale(0.0) 
    }
    50% { 
        -webkit-transform: scale(1.0) 
    }
}

@keyframes bouncee {
    0%, 100% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    } 50% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
      }
}

/* ------------ HEADER AND MAIN MENU ------------ */
header { position: fixed;top: 0; width: 100%;transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out;-webkit-transition: all 0.4s ease-in-out;-o-transition: all 0.4s ease-in-out; z-index: 5000;}
.fixed-header {opacity: 1;}

.header_topinfo:after {background: rgba(255,153,0,.8); content: ""; position: absolute; left: 0; right: -20000px; top: 0; bottom: 0; -webkit-transform: skewX(-130deg);    -ms-transform: skewX(-130deg); transform: skewX(-130deg); z-index: -200; border-radius: 5px 0 0 5px;}
.header_topinfo p, .header_topinfo p a{font-family: 'Poppins', sans-serif; color:#fff; font-size:15px; text-align:right; padding-bottom:0;}
.header_topinfo p span{ padding:0 20px 0 0;}

.navbar-nav {float: none;margin: 0;text-align: center;}
.navbar-nav > li { float: none; display: inline-block;}

.navbar-nav li.active{background:url(../images/nav_arrow.png) no-repeat bottom center;}
.navbar-nav li:hover{background:url(../images/nav_arrow.png) no-repeat bottom center;}
.navbar-default li a:hover{ background-color: transparent !important;color: #fff !important;border-radius:0px;border-bottom:2px solid #FF9900;transition: all 0.6s ease-out 0s; }
.navbar-default li a{ padding:6px 10px 0; color:#fff !important;margin:0px 12px 8px;border-bottom:2px solid rgba(0,0,0,0.0);}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {color:#fff; background:none;border-bottom:2px solid #FF9900;transition: all 0.6s ease-out 0s;}

.dropdown-menu li{border-bottom: 1px solid #ccc;background: none; background-color: transparent;}
.dropdown-menu li:last-child{border-bottom:none !important; background-color: transparent;}
.dropdown-menu li.active{background: none; background-color: transparent;}
.dropdown-menu li:hover{background: none; background-color: transparent;}
.dropdown-menu li a{border-bottom:none !important; padding:5px 0 5px 5px; color:#585858 !important;background: none; background-color: transparent;}
.dropdown-menu li a:hover{color: #FF9900 !important;border-bottom:none !important;transition: all 0.6s ease-out 0s;background: none; background-color: transparent;}
.dropdown-menu .navbar-nav > .active > a:focus {color:#FF9900; border-bottom:none !important;transition: all 0.6s ease-out 0s;background: none; background-color: transparent;}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {background: none; background-color: transparent;}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {background-color:transparent;}

/*resize menu*/
/*header, img, li{transition: all 1s;	-moz-transition: all 1s; -webkit-transition: all 1s; -o-transition: all 1s; }*/
header a.active, header a:hover{color: #3d3d3d; text-decoration:none !important;}

/* Sizes for the bigger menu */
header.large{height: 120px;}
header.large.innerhead{height: 133px; background: rgba(0,0,0,0.7);}

header.large .header_top{min-height:100px; padding:0 20px; transition: all 1s;-moz-transition: all 1s; /* Firefox 4 */-webkit-transition: all 1s; /* Safari and Chrome */-o-transition: all 1s; /* Opera */}
header.large .logo a{font-size: 30px; font-weight: 400;font-family: 'Poppins', sans-serif; color: #fff; text-align:center;}
header.large .logo img{width: 85px; margin-top: 0px; transition: all 1s;-moz-transition: all 1s; /* Firefox 4 */-webkit-transition: all 1s; /* Safari and Chrome */	-o-transition: all 1s; /* Opera */}
header.large .logo{padding-top:10px;}

header.large .header_topinfo{ padding:15px 0 0;transition: all 1s; -moz-transition: all 1s; -webkit-transition: all 1s; -o-transition: all 1s;}

header.large #menu{margin-top: 10px;transition: all 1s;	-moz-transition: all 1s; /* Firefox 4 */-webkit-transition: all 1s; /* Safari and Chrome */	-o-transition: all 1s; /* Opera */}
header.large .navbar-default{ z-index:9; background-color: transparent; border: none; display:table; width:100%; transition: all 1s;-moz-transition: all 1s; /* Firefox 4 */-webkit-transition: all 1s; /* Safari and Chrome */	-o-transition: all 1s; /* Opera */ border-radius:0;}

/* Sizes for the smaller menu */
header.small{height: 55px; background:#FF9900; z-index:999;}
header.small.innerhead{height: 100px; background: rgba(0,0,0,1);}
header.small .header_top{min-height:79px;transition: all 1s;-moz-transition: all 1s; /* Firefox 4 */-webkit-transition: all 1s; /* Safari and Chrome */	-o-transition: all 1s; /* Opera */}

header.small .logo a{font-size: 20px; font-weight: 400;font-family: 'Poppins', sans-serif; color: #fff; text-align:center;}
header.small .logo img{ width: 45px; margin-top: 0px;transition: all 1s; -moz-transition: all 1s; /* Firefox 4 */-webkit-transition: all 1s; /* Safari and Chrome */	-o-transition: all 1s; /* Opera */}
header.small .logo{padding-top:5px;}

header.small .header_topinfo{ padding:15px 0 0;transition: all 1s; -moz-transition: all 1s; -webkit-transition: all 1s; -o-transition: all 1s;}

header.small #menu{ margin-top: 0px;transition: all 1s;	-moz-transition: all 1s; /* Firefox 4 */-webkit-transition: all 1s; /* Safari and Chrome */	-o-transition: all 1s; /* Opera */}

header.small .navbar-default{ z-index:9; background-color: #000; border: none; display: table; width:100%; transition: all 1s;-moz-transition: all 1s; /* Firefox 4 */-webkit-transition: all 1s; /* Safari and Chrome */	-o-transition: all 1s; /* Opera */border-radius:0; margin-top:-25px;}
/*resize menu*/

.overview_box{border:1px solid rgba(0,0,0,0.0); padding:5px; text-align:center; border-radius:4px;}
.overview_box a{font-family: 'Poppins', sans-serif; font-size: 18px; text-align:center; line-height: 24px; font-weight: 400; color: #272727; display: block;}
.overview_arrow{ padding:10px 0;}
.overview_arrowrototal{ padding:10px 0; transform: skewX(0deg);}
.overview_arrowrototar{ padding:10px 0; transform: skewX(0deg);}

header ul.dropdown-menu li a{margin-top:8px;}
header ul.dropdown-menu{padding-top:0; padding-bottom:0;}



/*------------ MAIN SLIDER AREA ------------ */
.click-to-next i { display: inline-block; width: 6px; height: 13px; border-radius: 5px; background: #FF9900; -webkit-transition: all .3s;-o-transition: all .3s; transition: all .3s;}
.click-to-next {display: inline-block; background: transparent; text-align: center; position: absolute; border: 1px solid #fff; bottom: 25px; left: 50%; margin-left: -10px; padding: 7px;
border-radius: 15px; cursor: pointer; -webkit-transition: all .3s; -o-transition: all .3s; transition: all .3s; z-index: 100;}
.click-to-next:hover {background: #fff;}
.click-to-next:hover i { background: #FF9900;}
.bottom-top-animation {
  -webkit-animation-name: bounceball;
          animation-name: bounceball;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  -webkit-animation-fill-mode: none;
          animation-fill-mode: none;
}

@-webkit-keyframes bounceball {

  from {
    bottom: 20px;
  }

  to {
    bottom: 50px;
  }

}

@keyframes bounceball {

  from {
    bottom: 20px;
  }

  to {
    bottom: 50px;
  }

}


/*-- Main slide --*/
.main-slider .item img {width: 100%; display: block;}
.main-slider .item:after {
    content:"";
    background-color: rgba(0,0,0,.5);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 5;
}
.main-slider .item .slider-content {
  z-index: 0;
  opacity: 0;
  -webkit-transition: opacity 500ms;
  -o-transition: opacity 500ms;
  transition: opacity 500ms;
}
.main-slider .item.active .slider-content {
  z-index: 100;
  opacity: 1;
  -webkit-transition: opacity 100ms;
  -o-transition: opacity 100ms;
  transition: opacity 100ms;
}
.main-slider .slider-content {
    top: 70%;
    margin-top: -70px;
    left: 0;
    padding: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    color: #fff;
}

.main-slider .slider-content h2 {
    margin-top: 0;
    font-size: 48px;
    font-weight: 200;
    font-family: 'Poppins', sans-serif;
    color: #fff; text-align:center;
}
.main-slider .slider-content h2 span{ font-weight:600; /*color:#ca0612;*/}
.main-slider .slider-content p {
    color: #fff;
    margin-top: 5px;
    margin-bottom: 35px; text-align:center;
}
.main-slider .slider-content h2.white, 
.main-slider .slider-content h3.white {
    color: #fff;
}
.main-slider .slider-content h3 {
    font-size: 36px;
    font-weight: 300;
    margin-top: 60px;
    text-transform: uppercase;
    text-align: center;
    color: #555;
}
.main-slider .slider-btn {
    margin-right: 30px;
}
.main-slider .slider-btn:hover {
    background-color: #FF9900;
    color: #fff;
    border: 2px solid #FF9900;
}
.main-slider .carousel-indicators {
    bottom: 30px;
}
.main-slider .carousel-indicators li {
    width: 14px;
    height: 14px;
    border: 2px solid #fff;
    margin: 1px;
}
.main-slider .carousel-control.left,
.main-slider .carousel-control.right {
    opacity: 1;
    filter: alpha(opacity=100);
    background-image: none;
    background-repeat: no-repeat;
    text-shadow: none;
    width: 0;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.main-slider .carousel-control.right {
    -webkit-transform: translateX(500px);
        -ms-transform: translateX(500px);
            transform: translateX(500px);
}
.main-slider .carousel-control.left {
    -webkit-transform: translateX(-500px);
        -ms-transform: translateX(-500px);
            transform: translateX(-500px);
}
.main-slider:hover .carousel-control.left,
.main-slider:hover .carousel-control.right {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
            z-index: 100;
}
.main-slider .carousel-control.left span {
    padding: 15px;
}
.main-slider .carousel-control.right span {
    padding: 15px;
}
.main-slider .carousel-control .fa-angle-left, 
.main-slider .carousel-control .fa-angle-right{
    position: absolute;
    top: 40%;
    z-index: 5;
    display: inline-block;
}
.main-slider .carousel-control .fa-angle-left {
    left: 0;
}
.main-slider .carousel-control .fa-angle-right{
    right: 0;
}
.main-slider .carousel-control i {
    background: rgba(0, 0, 0,.70);
    color: #fff;
    line-height: 36px;
    font-size: 32px;
    padding: 15px 20px;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.main-slider .carousel-control i:hover {
    background: #FF9900;
}
/*-- Animation --*/
.main-slide .animated4 strong {
    color: #ee3733;
}
.carousel .item.active .animated2 {
    -webkit-animation: lightSpeedIn 1s ease-in 300ms both;
    animation: lightSpeedIn 1s ease-in 300ms both;
}
.carousel .item.active .animated3 {
    -webkit-animation: bounceInLeft 1s ease-in-out 300ms both;
    animation: bounceInLeft 1s ease-in-out 300ms both;
}
.carousel .item.active .animated4 {
    -webkit-animation: flipInX 1s ease-in 300ms both;
    animation: flipInX 1s ease-in 300ms both;
}
.carousel .item.active .animated5 {
    -webkit-animation: bounceInLeft 1s ease-in-out 100ms both;
    animation: bounceInLeft 1s ease-in-out 100ms both;
}
.carousel .item.active .animated6 {
    -webkit-animation: bounceIn 1s ease-in 300ms both;
    animation: bounceIn 1s ease-in 300ms both;
}
.carousel .item.active .animated7 {
    -webkit-animation: bounceIn 1s ease-in 300ms both;
    animation: bounceIn 1s ease-in 300ms both;
}
.carousel .item.active .animated8 {
    -webkit-animation: fadeInDown 1s ease-in 500ms both;
    animation: fadeInDown 1s ease-in 500ms both;
}
.main-slider .carousel-inner .item {
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.main-slider .carousel-inner .item,
.main-slider .carousel-inner .active.left,
.main-slider .carousel-inner .active.right {
  opacity: 0;
}
.main-slider .carousel-inner .active,
.main-slider .carousel-inner .next.left,
.main-slider .carousel-inner .prev.right {
  opacity: 1;
}
.main-slider .carousel-inner .next,
.main-slider .carousel-inner .prev,
.main-slider .carousel-inner .active.left,
.main-slider .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
/*
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 OUR GOAL 
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
.coursebg {padding:60px 0% 50px; background: url(../images/cat_bg.jpg) center center no-repeat; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; margin:40px 0 0px; width:100%; display:inline-block;
}

.projects {text-align: center;font-weight: 700;}
.pro-item {
    background: rgba(79, 100, 125, .2);
    /*padding-top: 80px;padding-bottom: 30px;*/padding: 0px;    
    position: relative;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    border:12px outset rgba(177,4,14,1); border-radius:150px; width:220px; height:220px; text-align:center; margin:0 auto 30px;
	display: table; vertical-align: middle;
}
.pro-item h2{ font-size:20px; display: table-cell; vertical-align: middle; height:190px;}
.pro-item a {color: #fff;}
.pro-item:hover a {color: #fff;}

.pro-item:hover {
    background: #fff;
    border: 1px solid #f3f3f3;
}
.projects .counter {
    font-family: 'Questrial', sans-serif;
    margin-top: 0;
    font-size: 50px;
    color: #FF9900;
}
.projects .achievement {
    font-family: 'Questrial', sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
}


/*----------------- GALLERY ------------- */
.portfolio-filter  {
    margin-bottom: 30px;
    margin-bottom: 20px;
}
.portfolio-filter a {
    text-transform: uppercase;
    padding: 15px;
    display: inline-block;
    position: relative;
    font-family: 'Questrial', sans-serif;
    
}
.portfolio-filter a:after {
    content:"";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: #FF9900;
    height: 1px;
    width: 0;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    
}
.portfolio-filter a.current:after {
    width: 100%;
}
.portfolios {
    background: rgba(255,255,255,1);
}
.portfolio-container .grid-item {
    margin-bottom: 30px;
}
.portfolio-item {
    position: relative;
}
.portfolio-item img {
    border-radius: 10px;
    width: 100%;
}
.portfolio-item .port-hover {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 15px;
    /*background: rgba(177, 4, 14,.9);*/
	background: none;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.portfolio-item:hover .port-hover { 
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.port-content {
    position: absolute;
    width: 100%;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
    text-align: center;
    color: #fff;
}
.port-content img {
    border-radius: 0;
}
.port-content h3 {color: #fff; text-transform: uppercase; font-size: 18px; font-weight:400;
}
.port-content p {
    color: #fff;
}
.port-icon {
    color: #fff;
    font-size: 20px;
    position: relative;
    display: inline-block;
    z-index: 0;
    margin-top: 30px;
    width: 30px;
    height: 30px;
}
.port-icon:focus {
    border: 0;
    outline: 0;
}
.port-icon:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    background: rgba(0,0,0,.8);
    -webkit-transform: scale(0);
        -ms-transform: scale(0);
            transform: scale(0);
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    z-index: -10;
}
.port-icon:hover:after {
    -webkit-transform: scale(1.3);
        -ms-transform: scale(1.3);
            transform: scale(1.3);
}
.fancybox-show-thumbs .fancybox-thumbs {
    background: #ccc;
}
.hidden-thumbnail {
    display: none;
}

.viewmorerow{ width:100%; display:inline-block; margin: 20px auto 0; text-align:center;}
a.viewmore {display: inline-block; border-radius: 6px; border:1px solid #FF9900; color: #FF9900; text-align: center; font-size:16px; padding:12px 15px; /*width: 230px;*/ width:80%;transition: all 0.5s; cursor: pointer; margin: 5px auto;font-family: 'Poppins', sans-serif;}
a.viewmore span {cursor: pointer; display: inline-block; position: relative; transition: 0.5s;}
a.viewmore span:after {content: '»'; position: absolute; opacity: 0; top: 0; right: -20px; transition: 0.5s;}
a.viewmore:hover span { padding-right: 25px;}
a.viewmore:hover span:after {opacity: 1;right: 0;}


.we-tab .active .we-item:after {
    border-top: 1px solid #f9ba48;
    width: 100%;
}
.we-tab .active .we-item:before,
.we-tab .active .we-item:after {
    top: 0;
}
.we-item:hover .gen-title {
    color: #FF9900;
}
.we-item [class^="flaticon-"]:before, 
.we-item [class*=" flaticon-"]:before, 
.we-item [class^="flaticon-"]:after, 
.we-item [class*=" flaticon-"]:after {
    font-size: 50px;
}
.we-tab .active .we-item [class^="flaticon-"]:before, 
.we-tab .active .we-item [class*=" flaticon-"]:before, 
.we-tab .active .we-item [class^="flaticon-"]:after, 
.we-tab .active .we-item [class*=" flaticon-"]:after,
.we-item:hover [class^="flaticon-"]:before, 
.we-item:hover [class*=" flaticon-"]:before, 
.we-item :hover[class^="flaticon-"]:after, 
.we-item:hover [class*=" flaticon-"]:after {
    color: #ffa64d;
}
.we-item .gen-title {
    font-size: 16px;
    text-transform: uppercase;
    color: #5b5b5b;
}

/*---------------- CELEBRATION AND GET US ------------------- */
.full-width-sec {
    position: relative;
    background-color: #c3cad2;
    overflow: hidden;
}

/*For Slide*/
.three-in-slider .slick-dotted.slick-slider {
    margin: 0;
}
.three-in-slider .cel-feature {
    position: static;
}
.get-all-items .slick-current.slick-active .get-item img {
    border: 2px solid #f9ba48;
    opacity: 1;
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.get-all-items .slick-current.slick-active .get-item h6 {
    color: #fff;
}
.service-slider-content.slick-initialized .slick-slide {
    overflow: hidden;
}

.slick-slide:focus {
    border: 0;
    outline: none;
}

.slider-thumb-2nd .slick-slide {
    width: 25%!important;
}

.cel-feature {
    max-height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50%;
    z-index: 1000;
}
.cel-feature.full-w-h {
    top: 0;
}
.full-width-sec-2nd .cel-feature {
    right: 0;
    left: 50%;
}
.cel-feature img {
    max-height: 100%;
    float: right;
    width: auto;
}
.cel-feature.full-w-h img {
    width: 100%;
    height: 100%;
}
.full-width-sec-2nd .cel-feature img {
    float: left;
}
.cele-list {
    background: #FF9900;
    padding: 60px;
    padding-bottom: 40px;
    padding-right: 15px;
    position: relative;
    z-index: 0;
    
}
.cele-list:after {
    background: #FF9900;
    content:"";
    position: absolute;
    left: 0;
    right: -50000px;
    bottom: 0;
    top: 0;
    z-index: -5;
}
.cele-list li {
    margin-bottom: 50px;    
}
.cele-list li:hover .gen-title {
    color: #ffa64d;
}
.cel-img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: #fff;
    text-align: center;
    float: left;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.cel-img img {
    display: inline-block;
    text-align: center;
    padding-top: 18px;
}
.cel-img img.flaticon-img {
    width: 35px;
}

.cel-content {
    padding-left: 95px;
    color: #fff;
}
.cel-content p {
    color: #fff;
 }
.cel-content .gen-title {
    text-transform: uppercase;
    color: #fff;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    
}
.get-us h2,
.get-us h3,
.get-us h4,
.get-us p {
    color: #fff;
}
.full-width-sec-2nd .get-us h2,
.full-width-sec-2nd .get-us h3,
.full-width-sec-2nd .get-us h4 {
    color: #FF9900;
}
.full-width-sec-2nd .get-us p {
    color: #272727;
}
.get-us {
    background: #FF9900;
    padding: 30px 15px 30px 40px;
    position: relative;
    z-index: 0;
}
.get-us:after {
    background: #FF9900;
    content:"";
    position: absolute;
    left: 0;
    right: -50000px;
    bottom: 0;
    top: 0;
    z-index: -5;
}
.full-width-sec-2nd .get-us {
    background: #fff;
    padding: 30px 40px 30px 15px;
}
.full-width-sec-2nd .get-us:after {
    background: #fff;
    left: -5000px;
}
.get-icon, 
.get-title {
    display: inline-block;
    vertical-align: top;
    
}
.get-icon {
    padding-top: 10px;
    position: relative;
    color: #fff;
}
.get-number {
    position: absolute;
    top: 12px;
    right: 10px;
    font-size: 10px;
}
.full-width-sec-2nd .get-number {
    top: 7px;
    left: 6px;
    color: initial;
}
.slider-thumb-2nd .slick-current {
    color: #f9ba48;
}
.bg-white {
    background-color: #fff;
}
.get-title h4 {
    text-transform: uppercase;
    padding-left: 15px;
    line-height: 24px;
    font-weight: 700;
}
.get-all-items {
    text-align: left;
}
.get-item {
    cursor: pointer;
    width: 140px;
    height: 140px;
    text-align: center;
    border-radius: 50%;
    margin-bottom: 50px;
    margin-top: 30px;
    display: inline-block;  
}
.get-item img {
    width: 100px;
    height: 100px;
    margin: auto;
    border-radius: 50%;
    border: 2px solid transparent;
    opacity: .5;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    
}
.get-all-items .slick-current.slick-active .get-item img {
    border: 2px solid #f9ba48;
    opacity: 1;
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.get-item h6 {
    text-transform: uppercase;
    padding-bottom: 30px;
    padding-top: 15px;
}
ul.get-services {
    padding-top: 50px;
    padding-bottom: 50px;
    margin-left: 35px;
    margin-right: 50px;
    text-align: left;

}
ul.get-services li {
    display: inline-block;
    width: 25%;
    margin-bottom: 10px;
    margin-left: 15px;
    color: #5b5b5b;
    position: relative;
    text-transform: uppercase;   
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
ul.get-services li:before {
    position: absolute;
    content: "\f105";
    font-family: "fontAwesome";
    left: -10px;
    top: -2px;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    top: 0;
    
}
ul.get-services li:hover:before {
    left: -8px;
    top: 0;
    color: #f9ba48;
}
ul.get-services li a {
    color: #5b5b5b;
    text-transform: uppercase;    
}
ul.get-services li:hover,
ul.get-services li a:hover {
    color: #f9ba48;
    cursor: pointer;
}


/*----------------------- NEWSLETTER ----------------------- */
.newsletter {
    text-align: left;
    background-color: rgba(244,248,255,1);
}
.news-content {
    margin-bottom: 30px;
}
.newsletter .section-heading {
    text-align: left;
    padding-bottom: 0;
}
.news-form input {
    height: 52px;
    border-radius: 0;
    color: #5b5b5b;
}
.news-form input[type="email"] {
    border: 1px solid #FF9900;
}
.news-form input[type="submit"] {
    background: #FF9900;
    color: #fff;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    
}
.news-form input[type="submit"]:hover {
    background: #f9ba48;;
}
.news-form input[type="email"]:focus {
    border: 1px solid #f9ba48;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.news-form input[type="email"]:focus::-webkit-input-placeholder {
    color: #f9ba48;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;  
}
.news-form input[type="email"]:focus::-moz-placeholder {
    color: #f9ba48;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;  
}
.news-form input[type="email"]:focus:-ms-input-placeholder {
    color: #f9ba48;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;  
} 
.news-form input[type="email"]:focus:-moz-placeholder {
    color: #f9ba48;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;  
}


/*--------------- BLOG -------------------- */
.recent-blog{ background:#fafafa; padding-bottom:40px;}
.re-blog-item {
    text-align: center;
    padding: 0px;
    border: 1px solid #ececec;
    position: relative;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    margin-bottom: 20px;
    position: relative;
    border-radius: 0px;
	min-height: 500px;
	background-color:#fafafa;
	border-radius:10px;
	box-shadow:2px 3px 2px #d7d7d7;
}
.re-blog-item .caption{ padding:15px;}

.re-feature-img {
    min-height: 200px;
    background-color: #c2c9d1;
    overflow: hidden;
	border-radius:10px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
.re-blog-item img {
    display: block;
    width: 100%;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    
}
.re-blog-item:hover .re-feature-img img {
    -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
            transform: scale(1.2);
}
.re-blog-item .gen-title {
    margin-top: 30px;
    margin-bottom: 20px;
    text-transform: uppercase;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;font-size: 18px;font-weight: 700;color: #FF9900;font-family: 'Questrial', sans-serif; display: block;
}
.re-blog-item:hover .gen-title {
    color: #000;
}
.re-time {
   /* position: absolute;
    top: 62%;
    left: 30%;border-radius: 30px;*/
    background-color: #FF9900;    
    padding: 8px 0px;
    color: #fff;
    /*-webkit-transform:translate(-50%,-50%);
        -ms-transform:translate(-50%,-50%);
            transform:translate(-50%,-50%);
    -webkit-transition: all .3s;cursor: pointer;*/
    -o-transition: all .3s;
    transition: all .3s;
    
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s; width:90px; height:90px; margin:-50px 0 0 30px; position: relative; z-index:9; box-shadow: 0px 5px 13px rgba(0,0,0,0.4); text-align:center;
}
.re-time span{ font-size:36px; margin-top:15px; display:inline-block;}
.re-time:hover { background-color: #000;}

/*------------------------- POPUP VIDEO -------------------- */
.vid {
    color: #fff;
    padding-top: 200px;
    padding-bottom: 180px;
}
.video-btn {
    position: relative;
    display: inline-block;
    z-index: 0;
}
.video-btn:after {
    border-radius: 50%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    background: rgba(255,255,255,.3);
    -webkit-transform: scale(0);
        -ms-transform: scale(0);
            transform: scale(0);
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    z-index: -10;
    
}
.video-btn:hover:after {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
}
.video-content h4 {
    color: #fff;
    text-transform: uppercase;
    margin-top: 40px;
    margin-bottom: 25px;
    font-weight: 400;
}
.video-content p {
    color: #fff;
}
.bs-example{
        margin: 20px;
}
.modal-content iframe{
    margin: 0 auto;
    display: block;
}


/*---------------------- TESTIMONIAL ------------- */
.testimonial {
    position: relative;
}
.testimonial .container {
    background-color: #fff;
    position: relative;
}
.testi-slider {
    margin-bottom: 70px;
}
.testi-item {
    text-align: center;
}
.testi-item img {
    width: auto;
    margin: auto;
}
.testi-item:hover {
    cursor: pointer;
}
.testi-img {
    position: relative;
    z-index: 0;
}
.testi-name .gen-title {
    text-transform: uppercase;
}
.testi-content {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}
.testi-slider .testi-img:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 42%;
    right: 0;
    background-color: #c2c9d1;
    z-index: -5;
    bottom: 0;
}
.testi-slider .slick-center .testi-img:after {
    background-color: #f9ba48;
}
.testi-slider .slick-slide img {
    display: initial;
}
.testi-slider .slick-initialized .slick-slide {
    outline: 0;
    margin: 0 15px;
}
.testi-slider .slick-dots {
    bottom: -40px;
}
.testi-slider .slick-dots li  {
    margin: 0 7px;

}
.testi-slider .slick-dots li button {   
    background-image: none;
    width: 10px;
    height: 10px;
    margin: 5px 0;
    border: 2px solid #FF9900;
    padding: 0px;
    background: transparent;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-transition: all .3s;;
    -o-transition: all .3s;;
    transition: all .3s;;
    display: inline-block;
}
.testi-slider .slick-dots li button:hover {
    background: #FF9900;
}
.testi-slider .slick-dots li button:before {
    color: transparent;
}

.testi-slider .slick-dots li.slick-active button {
    width: 20px;
    background: #f9ba48;
    border-radius: 15px;
    border: 2px solid #f9ba48;
}
.testi-slider .slick-dots li.slick-active button:before {
    color: transparent;
}


/*--------------- OUR CLIENT --------------------- */
.our-client {
    background-color: #fff;
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: center;
}
.client-slider.owl-carousel .owl-item img {
    width: auto;
    display: inline-block;
}
.client-slider.owl-carousel .owl-item {
    display: inline-block;
    vertical-align: middle;
    float: none;
    
}
/*--------------- CONTACT FORM ------------------ */
.get-touch .section-heading {
    padding-bottom: 30px;
}
.contact-info {
    margin-bottom: 10px;
    text-align: left;
    
}
.con-text {
    margin-left: 25px;
    position: relative;
    padding-left: 10px;
    color: #FF9900;
    display: inline-block;
    text-align: left;
    
}
.con-text:before {
    position: absolute;
    content:"";
    right: 100%;
    border: .5px solid #FF9900;
    top: 5px;
    bottom: 5px;
}
.con-text:after {
    font-size: 20px;
    position: absolute;
    content:"\f041";
    font-family: "fontAwesome";
    padding-right: 10px;
    right: 100%;
    top: 5px;
    bottom: 5px;
}
.in-map:after {
    content: "\f041";
}
.in-envelope:after {
    content: "\f0e0";
}
.in-phone:after {
    content: "\f095";
}

.contact-info .con-align:nth-of-type(1) {
    text-align: left;
}
/*.contact-info .con-align:nth-of-type(3) {
    text-align: left;
}*/

/*Contact Form*/
.contact-form .form-control {
    border-radius: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
}
.contact-form .form-group {
    margin-bottom: 25px;
}
.contact-form input,
.contact-form textarea {
    font-size: 14px;
    color: #272727;
    height: 40px;
    outline: none;
	border:none;
    border-bottom: 1px solid rgba(0,0,0,0.2);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.contact-form textarea {
    min-height: 133px;
    max-width: 100%;
    min-width: 100%; resize: none;
}
.contact-form input:focus {
    border:none;
    border-bottom: 1px solid #f9ba48;
}
.contact-form textarea:focus {
    border:none;
    border-bottom: 1px solid #f9ba48;
}
.contact-form .form-btn {
	left: 0;
    /*text-align: center;
    position: absolute;
    bottom: 0;
    right: 15px;
    margin-bottom: 30px;*/
}
.contact-form .contact-form-btn {
    padding: 10px 50px;
    border-radius: 0;
    border: 0;
    background: #FF9900;
    color: #fff;
}
.visitbtn{}
.visitbtn input[type="submit"]{padding: 10px 50px;border-radius: 0;border: 0;background: #FF9900;color: #fff;width: 60%;margin: 0 20%;}
.visitbtn input[type="submit"]:hover{ background:#000;}

.contact-form .contact-form-btn:hover {
    background: #000;
}
.contact-form .contact-form-btn:focus {
    border: 0;
}
.contact-form input::-webkit-input-placeholder {
    color: #b7b7b7;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.contact-form input::-moz-placeholder {
    color: #575757;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.contact-form input:-ms-input-placeholder {
    color: #575757;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
} 
.contact-form input:-moz-placeholder {
    color: #575757;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.contact-form textarea::-webkit-input-placeholder {
    color: #575757;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.contact-form textarea::-moz-placeholder {
    color: #575757;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.contact-form textarea:-ms-input-placeholder {
    color: #575757;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
} 
.contact-form textarea:-moz-placeholder {
    color: #575757;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.contact-form input:focus::-webkit-input-placeholder {
    color: #f9ba48;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;  
}
.contact-form input:focus::-moz-placeholder {
    color: #f9ba48;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;  
}
.contact-form input:focus:-ms-input-placeholder {
    color: #f9ba48;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;  
} 
.contact-form input:focus:-moz-placeholder {
    color: #f9ba48;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;  
}
.contact-form textarea:focus::-webkit-input-placeholder {
    color: #f9ba48;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;  
}
.contact-form textarea:focus::-moz-placeholder {
    color: #f9ba48;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;  
}
.contact-form textarea:focus:-ms-input-placeholder {
    color: #f9ba48;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;  
} 
.contact-form textarea:focus:-moz-placeholder {
    color: #f9ba48;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;  
}


/*
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
FOOTER 
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
.footer {color:#f3f3f3;}
.footer_main{padding:40px 0 0; background:#494848; background:url(../images/footerbg.jpg) no-repeat top center scroll; -webkit-background-size:cover; -moz-background-size:cover; background-size:cover;}
.footer_main h2{font-size: 24px; text-transform: capitalize;color: #FF9900; font-weight: 400; display: inline-block; margin-bottom: 20px; position:relative;}
.footer_main h2:after{content:""; width:60px; height:1px; background-color: rgba(255,255,255,0.4); 
position:absolute; top:32px; left:4px;}
.footer_main ul li{ list-style-type:none; display:list-item; padding:7px 20px 7px 0; border-bottom:1px solid #373737;}
.footer_main ul li a{ color:#f3f3f3;font-size:13px; font-weight: 300; text-transform:uppercase;}
.footer_main ul li a:hover, .footer_main ul li.active{color:#FF9900; text-decoration:none;}
.footer_paddingtop{ padding-top:65px;}
.footer_main p{color:#f3f3f3; padding:0 0 0px 0; font-weight:300;}
.sicon{ margin-top:10px;}
.footerbtn-social {background: none repeat scroll 0 0 rgba(255,153,0, 1);border-radius:50%;color:#ffffff!important;display: inline-block !important;font-size: 16px;height: 36px;line-height: 33px !important;	text-align: center;	width: 36px !important; margin-right:6px; margin-top:20px; padding-top:2px;}
.footerbtn-social:hover {background: rgba(207, 8, 20, 1); color: #2c2c2c !important; text-decoration:none; margin-right:6px;}

.copyright{background-color:rgba(255,153,0,0.67); text-align:center; padding:20px; margin-top:43px;}

.footerlogo{/*-webkit-animation-name: bounceball;
          animation-name: bounceball;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  -webkit-animation-fill-mode: none;
          animation-fill-mode: none;*/}

/*--------------------- BLOG --------------- */
.blog-content {
    padding-right: 50px;
    margin-bottom: 50px;
}
.blog-feature {
    position: relative;
    overflow: hidden;
}
.blog-share {
    position: absolute;
    top: 100px;
    left: 0;
    width: 50px;
    background-color: #f9ba48;
    padding-top: 5px;
    padding-bottom: 5px;
}
.blog-share a {
    display: block;
    text-align: center; 
    font-size: 18px;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #fff;
}
.blog-share a:hover {
    color: #FF9900;
}
.posted-by {
    position: absolute;
    bottom: 0;
    left: 100px;
    right: 100px;
    background: #fff;
}
.posted-details {
    display: table;
    width: 100%;
    padding-left: 50px;
    padding-right: 50px;
}
.blog-no-sidebar .posted-by {
    left: 50px;
    right: 50px;
}
.blog-no-sidebar .posted-details {
    padding-left: 20px;
    padding-right: 20px;
}
.posted-details a {
    color: #272727;
}
.posted-details a:hover {
    color: #f9ba48;
}
.posted-left,
.posted-right {
    padding: 20px;
    display: table-cell;
    
}
.posted-left {
    width: 75%;
}
.posted-right {
    width: 25%;
    text-align: right;
}
.post-title,
.post-title h3 {
    margin-top: 30px;
    margin-bottom: 30px;
    line-height: 30px;
    text-transform: uppercase;
    color: #5b5b5b;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    
}
.post-title h3:hover {
    color: #f9ba48;
}
.read-more {
    text-align: right;
    margin-top: 10px;
}
.read-more,
.read-more a {
    text-align: right;
    text-transform: uppercase;
    font-family: 'Questrial', sans-serif;
    font-weight: 400;
    color: #FF9900;
}
.read-more a:hover {
    color: #f9ba48;
}

/*Pagination*/
.blog-pagination {
    display: table;
    margin: auto;
    margin-bottom: 50px;
}
.pagination>li {
    display: inline-block;
    background: #f2f2f2;
    margin-left: -4px;
    
}
.pagination >.pagi-prev {
    margin-right: 9px;
    text-transform: uppercase;
    padding-right: 30px;
    padding-left: 15px;
    position: relative;
}
.pagination >.pagi-next {
    margin-left: 5px;
    text-transform: uppercase;
    padding-left: 30px;
    padding-right: 15px;
    position: relative;
    
}
.pagination >.pagi-prev:before,
.pagination >.pagi-next:after {
    content: "";
    position: absolute;
    top: 0;
    left: -30px;
    right: 100%;
    bottom: 0;
    border-top: 25px solid #f2f2f2;
    border-bottom: 25px solid #f2f2f2;
    border-left: 30px solid transparent;
}
.pagination >.pagi-next:after {
    right: -30px;
    left: 100%;
    -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
            transform: rotate(-180deg);
}
.pagination>li>a:focus, 
.pagination>li>a:hover, 
.pagination>li>span:focus, 
.pagination>li>span:hover {
    background: none;
    color: #f9ba48;
}
.pagination>.active>a, 
.pagination>.active>a:focus, 
.pagination>.active>a:hover, 
.pagination>.active>span, 
.pagination>.active>span:focus, 
.pagination>.active>span:hover {
    background: none;
    color: #f9ba48;
}
.pagination>li>a, 
.pagination>li>span {
    border: 0;
    background: none;
    padding: 15px;
    color: #5b5b5b;
    font-family: 'Questrial', sans-serif;
    font-weight: 400;
}
.pagination li span + span i {
    font-size: 18px;
    font-weight: 700;
}
/*------------------- SINGLE / DETAILS PAGE ---------------- */
.comments-section {
    padding-right: 50px;
    margin-bottom: 50px;
}
.admin {
    border-top: 1px solid #e7e7e7;
    padding-top: 30px;
}
.admin-img {
    width: 120px;
    max-width: 120px;
    float: left;
}
.admin-img img {
    display: block;
    width: 100%;
}
.admin-content {
    padding-left: 150px;
}
.admin-content h3 {
    margin-top: 0;
    color: #f9ba48;
    text-transform: uppercase;
}
.admin-content h3:hover {
    text-decoration: underline;
}
.media-all {
    padding-left: 100px;
}
.comment-title {
    padding-top: 30px;
    padding-bottom: 15px;
}
.comment-title,
.comment-title h3 {
    text-transform: uppercase;
}
.comment-title p {
    text-transform: initial;
}
.media {
    border: 1px solid #e7e7e7;
    padding: 30px;
    margin-bottom: 30px;
}
.media-left {
    width: 100px;
    height: 100px;
    display: block;
    float: left;
}
.media-left img {
    display: block;
    width: 100%;
}
.media-body {
    padding-left: 10px;
}
.media-heading 
.media-heading h4 {
    font-weight: 400;
}
.media-heading a {
    color: #FF9900;
    font-weight: 400;
}
.media-heading a:hover {
    color: #f9ba48;
}
.media-heading,
.comment-reply {
    display: table-cell;
    width: 100%;
}
.comment-reply {
    text-align: right;
}
.comment-reply a {
    font-size: 18px;
    color: #f9ba48;
    text-decoration: underline;
    
}
.media .media {
    padding: 0;
    padding-left: 100px;
    border: 0;
}

/*--------------- CONTACT US PAGE ---------------- */
.contact-us .form-btn {
    position: static;
    text-align: left;
}
.contact-us input,
.contact-us textarea {
    border: 1px solid #e7e7e7;
}
.contact-list {
    margin-top: 30px;
    margin-bottom: 30px;
}
.contact-list li {
    margin-bottom: 10px;
}
.contact-list i {
    display: inline-block;
    margin-right: 10px;
    color: #FF9900;
    padding: 7px;
    border-radius: 3px;
    text-align: center;
}
.contact-list a {
    color: #5b5b5b;
}
.contact-list a:hover {
    color: #f9ba48;
}
.contact-social ul li {
    display: inline-block;
    margin-right: 10px;
    background: #1d3f66;
    border-radius: 3px;
    width: 55px;
    height: 55px;
    margin-bottom: 15px;
    text-align: center;
    position: relative;
    border-radius: 50%;
}
.contact-social ul li a {
    display: block;
    margin-top: 5px;
    font-size: 20px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: hidden;
    color: #fff;
}
.contact-social ul li a:hover {
    color: #f9ba48;
}
.contact-social ul li a .normal-show {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    bottom: 0;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.contact-social ul li a .hover-show {
    position: absolute;
    left: 0;
    right: 0;
    top: 120%;
    bottom: 0px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.contact-social ul li a:hover i.normal-show {
    top: -50%;
}
.contact-social ul li a:hover i.hover-show {
    top: 50%;
}

/*----------- OUR TEAM AREA ------------*/
.team-each {
    border: 1px solid #e7e7e7;
    padding: 30px;
    margin-bottom: 30px;
}
.team-member {
    text-align: center;
    position: relative;
    background-size: cover;
    margin-bottom: 30px;
}
.team-member img {
    display: block;
    width: 100%;
}

.member-name {
    text-transform: uppercase;
    text-align: center;
    
}
.team-member .member-hover {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(38, 71, 108,.9);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.team-member:hover .member-hover {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    z-index: 20;
}
.team-member .cbiz-btn {
    min-width: 180px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
}
.member-info .cbiz-btn {
    background: none;
    border: 1px solid #fff;
    color: #fff;
    display: table;
}
.team-member .cbiz-btn:hover {
    background: #f9ba48;
    border: 1px solid #f9ba48;
}
.member-social {
    position: absolute;
    bottom: 30px;
    display: table;
    width: 100%;
    margin: auto;
}

.member-social {
    margin-top: 50px;

}
.member-social ul {
    display: table;
    margin: auto;
}
.member-social ul li {
    float: left;
}
.member-social ul li a {
    font-size: 16px;
    color: #f9ba48;
    display: inline-block;
    position: relative;
    width: 30px;
    height: 30px;
    margin-left: 4px;
    margin-right: 4px;
    border: 1px solid #fff;
    border-radius: 100%;   
}
.member-social ul li a:hover {
    background-color: #f9ba48;
    color: #fff;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.member-social ul li a i {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
 }
.member-content {
    text-align: center;
    margin-top: 20px;
}


/*-------------- ABOUT PAGE ------------------- */
.about-page .team-each {
    padding: 0;
    padding-bottom: 10px;
    border: 0;
}
.about-page h4 {
    text-transform: uppercase;
    line-height: 24px;
}

.about-overview {
    position: relative;
}
.about-text {
    padding-right: 60px;
    margin-bottom: 30px;
}
.about-overview-img  {
    position: absolute;
    left: 50%;
    right: 0;
    top: 0;
    bottom: 0;
    background-image: url(../images/services/abt.html);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/*---------------- CUSTOMER REVIE SLIDER ------------------ */
.customer-review {
    color: #fff;
}
.review-item {
    display: table;
    width: 100%;
}
.review-item p {
    color: #fff;
}
.review-title,
.review-img,
.review-text {
    display: table-cell;
    vertical-align: top;
}
.review-title {
    padding-right: 100px;
    text-transform: uppercase;
}
.review-img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    vertical-align: middle;
}
.review-img img {
    margin-top: 15px;
    width: 100%;
    display: block;
    border-radius: 50%;
}
.review-text {
    padding-left: 100px;
}
.review-text h5 {
    text-transform: uppercase;
    margin-top: 20px;
}
.review-text p {
    color: #fff;
    margin-top: 0;
}
.review-slider .owl-nav {
    position: absolute;
    bottom: 0;
    right: 0;
}
.review-slider .owl-nav [class*=owl-] {
    background: none;
    font-size: 20px;
    margin: 0;
}
.review-slider .owl-nav [class*=owl-]:hover {
    background: none;
    color: #f9ba48;
}
/*---------- IDEA AREA ------------------ */
.ideas {
    text-align: center;
    color: #fff;
    background-image: none;
}
.ideas .service-content p,
.ideas .service-content h4,
.ideas .service-content a {
    color: #fff;
}
.ideas .service-content h4 {
    margin-top: 20px;
    margin-bottom: 20px;
}
.ideas [class^="flaticon-"]:before, 
.ideas [class*=" flaticon-"]:before, 
.ideas [class^="flaticon-"]:after, 
.ideas [class*=" flaticon-"]:after,
.ideas i {
    color: #fff;
    font-size: 50px;
    display: inline-block;
    color: #fff;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    
}
.ideas .service-box:hover [class^="flaticon-"]:before, 
.ideas .service-box:hover [class*=" flaticon-"]:before, 
.ideas .service-box:hover [class^="flaticon-"]:after, 
.ideas .service-box:hover [class*=" flaticon-"]:after {
    color: #f9ba48;
}
.ideas .service-box {
    padding-bottom: 40px;
    padding-top: 40px;
    margin-bottom: 0;
}
.ideas .service-box:nth-of-type(2) {
    background-color: #1d3f66;
}
.ideas .service-icon .flaticon-png {
    width: 50px;
    display: inline-block;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}


/*------------------ SERVICES AREA ------------- */
.our-service .single-services {
    background: #fff;
    padding: 30px 20px 30px 72px;
    position: relative;
    margin-top: 15px;
    text-align: left;
    overflow: hidden;
}
.our-service .single-services:before{
    position:absolute;
    left:0;
    top:0;
    content:"";
    width:0%;
    height:1px;
    -webkit-transition:all 0.4s ease;
    -o-transition:all 0.4s ease;
    transition:all 0.4s ease;
    background: #f9ba48;
}
.our-service .single-services:hover:before{
    width:100%;
}
.our-service [class^="flaticon-"]:before, 
.our-service [class*=" flaticon-"]:before, 
.our-service [class^="flaticon-"]:after, 
.our-service [class*=" flaticon-"]:after {
    font-size: 36px;
    display: inline-block;
    margin-top: 5px;
}

.our-service .single-services .icon i,
.our-service .single-services .icon img {
    font-size: 40px;
    position: absolute;
    left: 20px;
    text-align: center;
    display: inline-block;
    border: 1px solid transparent;
    top: 48px;
    -webkit-transition:all 0.4s ease;
    -o-transition:all 0.4s ease;
    transition:all 0.4s ease;
    color: #f9ba48;
}
.our-service .single-services .icon img {
    width: 50px;
    left: 10px;
}
.our-service .single-services:hover .icon i,
.our-service .single-services:hover .icon img {
    -webkit-transform:translateX(-200%);
    -ms-transform:translateX(-200%);
        transform:translateX(-200%);
}
.our-service .single-services .icon.two i,
.our-service .single-services .icon.two img{
    opacity:0;
    -webkit-transform:scale(0.5);
    -ms-transform:scale(0.5);
        transform:scale(0.5);
    -webkit-transition:all 0.4s ease;
    -o-transition:all 0.4s ease;
    transition:all 0.4s ease;
}
.our-service .single-services:hover .icon.two i,
.our-service .single-services:hover .icon.two img {
    -webkit-transform:scale(1.0);
    -ms-transform:scale(1.0);
        transform:scale(1.0);
    opacity:1;
}
.our-service .single-services h4 {
    text-transform: uppercase;
    
}
.our-service .single-services h4 a{
    color:#5b5b5b;
}

.service {
    text-align: center;
    position: relative;

}
/*If you want to use flat icon then use*/
.service [class^="flaticon-"]:before, 
.service [class*=" flaticon-"]:before, 
.service [class^="flaticon-"]:after, 
.service [class*=" flaticon-"]:after {
    font-size: 50px;
    display: inline-block;
}
.service-box {
    margin-bottom: 50px;
}
.icon-large {
    font-size: 42px;
    color: #666;
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}
.icon-large {
    text-shadow: 0 0 0 #ee3733;
}
.icon-large:hover, 
.service-box:hover .icon-large {
    text-shadow: 5px 5px 2px rgba(255,255,255,0);
}
.service-content h4 {
    font-size: 18px;
    color: #5b5b5b;
    text-transform: uppercase;
    margin-top: 15px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    
}
.service-box:hover .service-content h4 {
    color: #f9ba48;
}
.service-content {
    padding-left: 30px;
    padding-right: 30px;
}
.service-box .flaticon-img {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
}
.service-box:hover .flaticon-img {
    -webkit-transform: scale(1.08);
        -ms-transform: scale(1.08);
            transform: scale(1.08);
}


/*------- BACK TO TOP --------------- */
.back-to-top {display: none; position: fixed; bottom: 18px; right: 15px; z-index: 100;}
.back-to-top i {display: block; width: 36px; height: 36px;line-height: 36px; color: #fff; border-radius: 2px; -webkit-border-radius: 2px; -moz-border-radius: 2px; -o-border-radius: 2px;
 text-align: center; background-color: #5f5f5f; transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -webkit-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out;}
.back-to-top i:hover { background-color: #000;}

.inner_pagerow{ margin:140px 0 60px;}

.breadcrumb{margin:-10px 0 0px 0px; padding:0; font-size:16px;background: none; text-align: center;}
ul.breadcrumb li a{ color:rgba(177,4,14,0.7);}

ul.breadcrumb{display:none;}

/*Contact start*/
.contactbox{ border: 1px solid rgba(0,0,0,0.05); padding:50px 50px 30px 200px; margin:30px 0;}
.contact_map{ width:600px; margin-top:80px; position:relative; z-index:99;}
.contact_map iframe{ border: 1px solid #ccc;}
.contact_holder{ width:90%; margin:0 5%; display: inline-block;}
/*Contact End*/

/*Team start*/
.wpb_wrapper{margin:0px 0 0px;}
.wpb_wrapper h2{font-family: 'Questrial', sans-serif; margin: 0 15px 25px;font-size: 24px; color: #FF9900; font-weight:500;}
.cover_boxes{ width:100%; display: inline-block; margin-bottom:20px;}
.cover_boxes img{ transition:all 500ms ease;-webkit-transition:all 500ms ease;	-ms-transition:all 500ms ease;-o-transition:all 500ms ease;-moz-transition:all 500ms ease;outline: 0px solid rgba(255, 255, 255, 0.0); outline-offset: -10px;}
.cover_boxes h3{margin:0 0 5px 0;font-family: 'Questrial', sans-serif;font-size: 16px; color: #FF9900; font-weight:500;}
.box_content{}
.box_content h3{margin:0 0 5px 0;font-family: 'Questrial', sans-serif;font-size: 16px; color: #FF9900; font-weight:500;}
.box_content h4{margin:0 0 25px 0;font-family: 'Questrial', sans-serif;font-size: 16px; color: #FF9900; font-weight:500;}
.box_content p{ margin:0;}

/*image effect*/
.image_effect{position: relative; overflow: hidden;}
.image_effect img{display:block; width:100%;transition:all 500ms ease;	-webkit-transition:all 500ms ease;	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;-moz-transition:all 500ms ease;outline: 0px solid rgba(255, 255, 255, 0.0); outline-offset: -10px;}
.image_effect:hover img{transform:scale(1.05,1.05);-webkit-transform:scale(1.05,1.05);	-ms-transform:scale(1.05,1.05);	-o-transform:scale(1.05,1.05);
	-moz-transform:scale(1.05,1.05);outline: 0px solid rgba(255, 255, 255, 0.0); outline-offset: -8px;}
/*image effect*/
.teampop{ width:100%; display: inline-block; height:400px; overflow-x: hidden; overflow-y: scroll;}
.teammemberspic{ float: left !important; margin:0 20px 20px 0;}
.teammemberspic2{ float: right !important; margin:0 0 20px 20px;}
.secheadpic img{ width:70% !important;}
/*Team End*/

/*News ticker start*/
#tickerContainer{ padding:0 0 0 50px; margin:0 0 0 0px;}
#ticker { width:100%; height:250px; overflow:auto; }
#ticker p { margin-left:0; padding:10px 10px 10px 10px; border-bottom:1px solid rgba(0,0,0,0.1); /*background-color:#e5e5e5; border-left:1px solid #ffffff;*/}
#ticker p.last { border-bottom:1px solid #ffffff; }
#ticker div { margin-top:0; }
/*News ticker End*/

.welcome_text{border-right:1px solid rgba(0,0,0,0.1);padding: 0 50px 0 0;margin:0 -15px 0 0;}

.welcome_btnrow{ width:60%; margin:0 auto;}
.welcome_btnrow a.viewmore{ width:100%;}


header.entry-header.small{ background: none;}
header.entry-header { position: relative !important; height: auto;text-align: center; padding-bottom: 30px; z-index:9;}
header.entry-header h1.entry-title {font-size: 36px; text-transform: capitalize;color: #FF9900; font-weight: 700; display: inline-block; margin-bottom: 20px;}
header.entry-header h1.entry-title span {color: #272727;font-weight: 300;}
h2.widget-title{ font-size:18px; margin-top:20px;}

header.page-header { position: relative !important; height: auto;text-align: center; padding-bottom: 0; margin: 10px 0; z-index:9;}
header.page-header h1.page-title{font-size: 36px; text-transform: capitalize;color: #FF9900; font-weight: 700; display: inline-block; margin-bottom: 20px;}
header.page-header h1.page-title span { color: #272727;font-weight: 300;}
header.page-header.small{ background: none;}

form.search-form label{ width: 70%;}
form.search-form label span.screen-reader-text{ display:none;}
form.search-form label input.search-field{width: 100%; border:1px solid #ccc; line-height:36px; color:#080808; padding:0 5px; text-shadow: none; font-weight:400;}
form.search-form input[type="submit"]{ width: 26%; line-height:38px; border: none; padding:0 0px;}
form.search-form input[type="submit"]:hover{ background: #000;}

aside.widget_recent_entries ul{}
aside.widget_recent_entries ul li{ list-style-type: none; border-bottom: 1px solid rgba(0,0,0,0.1); padding:8px 8px 8px 20px; margin-bottom:5px; background: url(../images/bulleat.png) no-repeat; background-position: 5px 15px;}

.news_content{}
.news_content p{ margin:0 !important;}
.news_content img{/* border:1px solid #ddd;*/ margin:0px 0 0px;}
.news_content ul{ margin:15px 0;}
.news_content ul li{ list-style-type: none; border-bottom: 1px solid rgba(0,0,0,0.1); padding:8px 8px 8px 20px; margin-bottom:5px; background: url(../images/bulleat.png) no-repeat; background-position: 5px 15px;}
.news_content .post-thumbnail{ margin-bottom:10px;}

.post.type-post.status-publish.format-standard.has-post-thumbnail.hentry.category-uncategorized a.post-thumbnail img{ width:100% !important;}


.zoom_holder{ position: relative;}
.zoom_image{ position:absolute; z-index:9999999; bottom:0px; right:20px;}
img.zoom_pic{ height:350px;}
img.leftimage{ float: left; margin:5px 30px 20px 0;transition:all 500ms ease;-webkit-transition:all 500ms ease;	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;-moz-transition:all 500ms ease;outline: 0px solid rgba(255, 255, 255, 0.0); outline-offset: -10px;}
img.rightimage{ float: right; margin:5px 0px 20px 30px;transition:all 500ms ease;-webkit-transition:all 500ms ease;	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;-moz-transition:all 500ms ease;outline: 0px solid rgba(255, 255, 255, 0.0); outline-offset: -10px;}
img.insideborder{transition:all 500ms ease;-webkit-transition:all 500ms ease;	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;-moz-transition:all 500ms ease;outline: 0px solid rgba(255, 255, 255, 0.0); outline-offset: -10px; margin-bottom:25px;}	
	
.mission_text{border-left: 1px solid rgba(0,0,0,0.1); padding-left:30px;}
.mission_rightpadd{ padding-right:30px;}


.inner_content{}
.inner_content ul{margin: 15px 0;}
.inner_content ul li{list-style-type: none;padding: 0px 8px 8px 30px;margin-bottom:5px;background: url(../images/bulleat.png) no-repeat;background-position: 10px 7px;}
.inner_content ol{margin: 15px 0;padding: 0 0 0 23px;}
.inner_content ol li{list-style-type: decimal;padding: 0px 8px 15px 15px;margin-bottom:5px;}

/*.why_content{}
.why_content ul{ margin:15px 0;}
.why_content ul li{ list-style-type: none; padding:0px 0px 15px 50px; margin-bottom:5px; background: url(../images/check.png) no-repeat; background-position: 10px 5px;}*/

.life_pic3{ width:100%; display:inline-block; margin-top:-200px; margin-bottom:50px;}
.life_pic3 img{transition:all 500ms ease;-webkit-transition:all 500ms ease;	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;-moz-transition:all 500ms ease;outline: 1px solid rgba(255, 255, 255, 0.8); outline-offset: -10px; box-shadow: 4px 6px 8px rgba(0,0,0,0.5);}
.life_pic3 .col-md-4.col-sm-4:nth-child(2){ margin-top:120px;}	

.frontendtable{ margin:10px 0 20px; border:1px solid #f3f3f3;}
.frontendtable table {border-collapse: collapse; width: 100%;}
.frontendtable table thead{ background:#FF9900; font-weight:200;}
.frontendtable table thead tr th{ padding:12px 8px; color:#fff; font-size:14px; font-weight:600; background:#FF9900; text-align:center;}
.frontendtable table thead tr th:nth-child(even) { /*background:#c1dc58; color:#000; background: #99d451;*/background:#d10713;}
.frontendtable td { border: 1px solid #e1e1e1; text-align: center; padding: 8px;}
.frontendtable td span{ line-height:12px; float:left; padding-top:10px;}
.frontendtable tr:nth-child(even) { background-color: #f3f3f3;}

.table_redbg{ width:300px; background:#FF9900; color:#fff; font-size:18px;}

.cat_tab{ min-height:200px; margin-bottom:50px;}
.cat_tab ul li{ background: none; padding:0; margin:0;}
.cat_tab ul li.active{border-bottom: 1px solid #fff;}
.cat_tab .nav-tabs {border-bottom: none; margin:0; margin: 0 0 -2px;}
.tab-content > .tab-pane {border: 1px solid #ddd; padding: 10px 10px 0;}
.tab-content p{}

.visit_form{ padding-left:50px;}
.thanku_text{ padding:50px 0 100px;}

.modal{z-index: 99999;}
.modal-body{ padding-bottom:30px;}
/*.fade.in { background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;}*/

.overtable{ text-align: center; border:1px solid #ddd;}
.overtable table{ margin-bottom:0;}
.overtable table tr th{ text-align: center; border-bottom:1px solid #ddd; font-weight:400; background:#FF9900; color:#fff;}
/*.overtable table tr{ background:#f3f3f3;}
.overtable table tr:nth-child(even){ background:#fff;}*/
.red_bg{ background:#FF9900; color: #fff;}
.gray_bg{ background:#f3f3f3;}
.overtable table tr td{ vertical-align: middle; border-right: 1px solid #ddd;}
/*.overtable table tr td:last-child{ border-right: none;}*/
.pb5{ padding-bottom:5px !important;}

.left_pic{float: left; margin: 0 30px 30px 0;transition:all 500ms ease;-webkit-transition:all 500ms ease;	-ms-transition:all 500ms ease;-o-transition:all 500ms ease;-moz-transition:all 500ms ease;outline: 0px solid rgba(255, 255, 255, 0.0); outline-offset: -10px;}
.right_pic{float: right; margin: 0 0 30px 30px;transition:all 500ms ease;-webkit-transition:all 500ms ease;	-ms-transition:all 500ms ease;-o-transition:all 500ms ease;-moz-transition:all 500ms ease;outline: 0px solid rgba(255, 255, 255, 0.0); outline-offset: -10px;}
.policy .fa{ font-size:22px; border-radius: 150px; padding:10px 12px; border:1px solid #777; color:#FF9900;}

table.countries_list {width: 100%}
table.countries_list td {padding: 0 10px; line-height: 30px; border-top: 1px solid #eee;}
.mapholder{margin-top:40px;}

/* Zoominout Apply Online Button */
.topbuttonnew{width:100%;}
.topbuttonnew ul{padding:0 34px 0 0; margin:0; list-style-type:none; text-align:right;}
.topbuttonnew ul li{display:inline-block;}
.topbuttonnew ul li .onlineappli{width:auto; margin-top:15px;}
.topbuttonnew ul li .onlineappli a{background-color:#FF9900; border-radius:5px; color:#fff; padding:5px 20px; animation:zoominout .8s infinite; display:inline-block; transition:all 0.3s;}
.topbuttonnew ul li .onlineappli a:hover{background-color:#a3030c;}

@-webkit-keyframes zoominout {0% {transform:scale(1,1);}50% {transform:scale(1.1,1.1);}100% {transform:scale(1,1);}}
@keyframes zoominout {0% {transform:scale(1,1);}50% {transform:scale(1.1,1.1);}100% {transform:scale(1,1);}}

header.small .topbuttonnew{display:none;}

/* Slider Animation */
.zoomcus {
  animation: scale 40s linear infinite;
}
  
@keyframes scale {
  50% {
    -webkit-transform:scale(1.2);
    -moz-transform:scale(1.2);
    -ms-transform:scale(1.2);
    -o-transform:scale(1.2);
    transform:scale(1.2);
  }
}

/* Calendar Style */
.section-heading .calendar .c-grid-title{background-color:rgba(0,0,0,0.14); border-top:4px solid #0e1f6d; 
color:#0e1f6d;}
.section-heading .calendar .c-previous, .section-heading .calendar .c-next{color:#474747; height:17%; 
padding-top:3.2%!important;}
.section-heading .calendar .c-previous:hover, .section-heading .calendar .c-next:hover{background-color:#0e1f6d!important;}
.section-heading .calendar .c-previous{padding-left:22px;}
.section-heading .calendar .c-next{padding-right:22px;}
.section-heading .calendar .c-previous:hover, .section-heading .calendar .c-next:hover{color:#fff;}

.calendar .c-pad-top{}
.c-month{height:17%!important; padding-top:3.2%!important;}
.c-week-day{font-weight:400!important;}
.c-event-grid .c-event-title{background-color:rgba(0,0,0,0.11); border-top:4px solid #0e1f6d; 
color:#474747; height:17%; padding-top:3.2%!important; font-weight:400;}
.c-day{padding-top:2%!important;}
.c-event{background-color:rgba(166, 166, 166, 0.7); color:#575757; font-weight:600;}
.c-event-body .c-event-list .c-event-item{padding-top:7px; padding-bottom:7px; cursor:pointer;}
.c-week-day, .c-today{background-color:#0e1f6d!important;}
.c-event-grid .title{color:#0e1f6d!important;}

.calendar{width:100%!important; height:327px!important;}

/* Announcement BG */
.cusheadannounce{background-color:rgba(236,215,214,0.37)!important; padding:10px 60px 30px; margin:30px 0; background:url(../images/logobg.png) no-repeat center center scroll; -webkit-background-size:contain; 
-moz-background-size:contain; background-size:contain;}
#tickerContainer{padding:0;}
/*.homeblogbg{background:url(../images/homeblogbg.jpg) no-repeat top center scroll; -webkit-background-size:contain; -moz-background-size:contain; background-size:contain;}*/
.cusnopadboth{padding-left:0; padding-right:0;}

/* Video */
.cisvideosec{width:100%; margin:17px auto 10px;}
.cisvideosec video{width:100%; height:auto;}

/* Apply online Form */
.cisapplyonlineform{width:100%; padding:30px; border:1px solid #d7d7d7; border-radius:7px;}
.cisapplyonlineform h5{font-size:16px; text-align:center; margin:25px 0; background-color:#FF9900; padding:10px 0; color:#fff; border-radius:4px;}
select.applyselect{border:0; border-bottom:1px solid rgba(0,0,0,0.1); width:100%; 
background: url("../images/select-down.png") no-repeat right rgba(255,255,255,0.87); appearance: none; -webkit-appearance: none; -moz-appearance: none; -o-appearance: none; -ms-appearance: none; letter-spacing:0.5px; color:#a7a7a7; height:40px;}

.cisapplyonlineform table th{text-align:center; font-weight:500; color:#676767;}
.contact-form input[type="radio"], .contact-form input[type="checkbox"]{height:initial;}
.cisapplyonlineform table tbody tr td{text-align:center; vertical-align:middle;}

.cisapplyonlineform strong{font-weight:500;}

.applyonlinelist{list-style-type:square; padding-left:25px; margin-bottom:25px;}
.applylastbox{width:100%; background-color:#f7f7f7; border:1px solid #d7d7d7; padding:20px; margin:25px 0; min-height:370px;}
.appltformbtn{text-align:center;}
.applylastbox ol{list-style-type:decimal;}

.mobileapplybtn{display:none;}

/* Modern Events Calendar */
.mec-wrap .mec-totalcal-box{display:none;} /* Hide Search and Category Box */

.mec-calendar .mec-calendar-topsec{border-top:6px solid #FF9900;}
.mec-calendar .mec-calendar-side .mec-next-month:hover, .mec-calendar .mec-calendar-side .mec-previous-month:hover{
color:#FF9900;}
.mec-calendar .mec-calendar-side .mec-next-month i, .mec-calendar .mec-calendar-side .mec-previous-month i{color:#FF9900;}
.mec-table-side-title{color:#777!important; font-weight:500!important;}
.mec-calendar .mec-calendar-events-side .mec-table-side-day{border:1px solid #FF9900; color:#FF9900;}
.mec-calendar-header{margin-bottom:25px!important; margin-top:15px!important;}

.mec-box-calendar.mec-calendar .mec-calendar-table-head dt{background-color:#FF9900; color:#fff; font-size:13px;}.mec-calendar .mec-selected-day, .mec-calendar .mec-selected-day:hover{background-color:#FF9900; color:#fff;}.mec-calendar .mec-calendar-header h2{font-size:18px; font-weight:500; color:#777;}.mec-calendar .mec-has-event::after{background-color:#FF9900;}.mec-calendar .mec-calendar-row dt.mec-has-event:hover{background-color:#FF9900;}.mec-event-time.mec-color{font-size:14px; color:#FF9900;}.mec-calendar .mec-event-article .mec-event-title a{color:#676767;}.mec-calendar .mec-event-article .mec-event-title a:hover{color:#FF9900;}
.mec-event-footer{display:none;}.mec-calendar{margin-bottom:10px;}.mec-calendar .mec-event-article{padding-bottom:5px; padding-top:5px;}.mec-calendar .mec-event-article:hover{background-color:rgba(0,0,0,0.0)!important;}.mec-calendar .mec-calendar-row dt:hover{color:#575757;}.mec-calendar .mec-event-article .mec-event-title{font-family: 'Rubik', sans-serif!important; font-weight:400!important; margin:7px 0!important;}.mec-calendar .mec-calendar-events-side{padding:20px!important;}
/* Login Section */
ul.loginlistcus{list-style-type:initial; margin-left:25px;}.loginregbox{width:50%; background-color:#f7f7f7; margin:0 auto; text-align:center; box-shadow:2px 4px 4px rgba(0,0,0,0.08); border-top-left-radius:10px; border-top-right-radius:10px;}.loginregbox form{padding:30px 20px 20px; border-bottom-left-radius:10px; border-bottom-right-radius:10px; border:1px solid #d7d7d7;}.loginregbox h2{margin:0; padding:15px 0; color:#fff; background-color:#FF9900; font-size:24px; border-top-left-radius:10px; border-top-right-radius:10px;}.loginregbox input, .loginregbox textarea{background-color:rgba(0,0,0,0.0);}
.logbelowwr{width:50%; margin:20px auto 10px; text-align:center;}
.logbelowwr a:hover{color:#FF9900;}
/* CIS form Pannel */
.panel-heading .accordion-toggle:after{font-family: FontAwesome; content: "\f106";float:right;color:#fff;}
.panel-heading .accordion-toggle.collapsed:after {content: "\f107";}
.panel-default > .panel-heading{color:#fff; font-size:18px; text-transform:uppercase; padding:0; letter-spacing:1px; 
position:relative; border:0;}
.panel-default > .panel-heading h4.panel-title a{display:block; padding:10px 15px; color:#fff; font-weight:500; background-color:#FF9900;}
span.applysavebtn{position:absolute; right:47px; top:7px;}
span.applysavebtn a{color:#777!important; background-color:#f2f2f2!important; border:1px solid #e4e4e4; padding:5px 10px!important; font-size:11px; transition:all 0.3s;}
span.applysavebtn a:hover{background-color:#8d030b; border:1px solid #8d030b; color:#fff;}
span.removebtn{width:100%;}span.removebtn a{color:#fff; background-color:#FF9900; padding:5px 10px!important; font-size:12px; display:block; transition:all 0.3s; margin-top:8px;}
span.removebtn a:hover{background-color:#8d030b;}
.addfields{width:100%; margin:20px 0 0; text-align:center;}
.addfields a{color:#fff; background-color:#FF9900; padding:5px 10px!important; font-size:12px; display:block; transition:all 0.3s; width:125px; margin:0 auto;}
.addfields a:hover{background-color:#8d030b;}

.panel-default > .panel-heading h4.panel-title a.collapsed{background-color:#f7f7f7; color:#777; transition:all 0.3s;}
.panel-default > .panel-heading h4.panel-title a.collapsed:after{background-color:#f7f7f7; color:#777;}



/* Developer css */
label.error{display:none!important;}
input.error{border-bottom:#f00 1px solid !important;}
textarea.error{border-bottom:#f00 1px solid !important;}
checkbox.error{outline:#f00 1px solid !important;}
select.error{border-bottom:#f00 1px solid !important;}
input[type="file"].error{border-bottom:#f00 1px solid !important;}


.suppservtable table td:first-child{text-align:left; width:25%;}
.ui-datepicker .ui-datepicker-prev:before, .ui-datepicker .ui-datepicker-next:before{display:none;}
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {border:1px solid #FF9900;background:#FF9900;color:#fff;}
.ui-state-default{text-align:center!important;}
.ui-datepicker-title .ui-datepicker-month, .ui-datepicker-title .ui-datepicker-year{color:#FF9900!important;} 


#datepicker{width:100%;}
#datepicker > span:hover{cursor:pointer;}
.input-group-addon{border:0; border-bottom: 1px solid rgba(0,0,0,0.2); background-color:rgba(0,0,0,0.0);}
/*.input-group.date:hover .input-group-addon{border-bottom:1px solid #f9ba48;}*/

.datepicker table tr td.today:hover{color:#fff;}
.datepicker table tr td.today{background-color:#FF9900!important; color:#fff;}

.datepicker table tr td.today:hover:hover{color:#fff;}
.datepicker table tr td.today, .datepicker table tr td.today:hover{background-image:-webkit-linear-gradient(top, #FF9900, #FF9900); background-image: -o-linear-gradient(top, #FF9900, #FF9900); background-image: linear-gradient(top, #FF9900, #FF9900); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#FF9900), to(#FF9900));}

.header_topinfo p a:hover{color:#e7e7e7;}

.copyright a{color:#f3f3f3;}
.copyright a:hover{color:#260808;}
.copyright p{color:#f3f3f3;}
.copyright p a{color:#f3f3f3;}
.copyright p a:hover{color:#260808;}

.footer p{color:#f3f3f3;}
.footer p a{color:#f3f3f3;}
.footer p a:hover{color:#d7d7d7;}

.contact-info p a{color:#7f7f7f;}
.contact-info p a:hover{color:#FF9900;}

.contact-info .in-phone p{margin-bottom:0; padding-bottom:0;}
.contact-info strong{font-weight:500;}

#wpadminbar{display: none !important;}
.topbuttonnew ul li:first-child{margin-right:20px;}

.careerwithcis{text-align:left;}
.careercisform{width:100%; border:1px solid #e7e7e7; padding:30px; background-color:#f7f7f7; border-radius:4px;}
.careercisform input[type="file"]{border-bottom:0px solid #e7e7e7;}
.careercisform input[type="text"], input[type="email"], .careercisform textarea{background-color:rgba(0,0,0,0.0);}

.forgotpassone{width:100%;}
.forgotpassone a{padding:0 10px 1px; border-bottom:1px solid #b7b7b7;}

.signupbtnone{width:100%;}
.signupbtnone p{padding-bottom:0; color:#5b5b5b;}
.signupbtnone a{color:#FF9900; padding:0 10px 1px; border-bottom:1px solid #b7b7b7;}
.signupbtnone a:hover{color:#212121;}

.newsletterpage a{color:#FF9900!important;}
.navbar-nav > li:last-child > .dropdown-menu{left:-47px!important;}

/* Updated Style */
.applipostbox{width:100%; padding:15px; border:1px solid #e7e7e7; border-radius:4px; margin:15px 0; background-color:#f7f7f7;}
.applipostbox h4{background-color:#FF9900; color:#fff; padding:10px 15px; margin-top:0;}
.inner_content ul li:last-child{padding-bottom:0;}
.redcolortext{color:#FF9900;}
.cusimgstyle{margin-bottom:30px;}
.cuscolrowstyle{margin:40px 0;}
.inpagecissec{width:100%;}

.visimissecbox{width:100%; min-height:400px; padding:15px; border:1px solid #d2d2d2; border-radius:4px; 
background-color:#f7f7f7; min-height:462px;}
.visimissecbox h4{background-color:#FF9900; color:#fff; padding:10px 15px; margin:0 0 20px;}
.visimissecbox img{width:180px; margin-bottom:10px; margin-right:20px;}

.gacussecone{width:100%; padding:20px; border:1px solid #e7e7e7; border-radius:4px; text-align:center; margin-top:20px;}

.schoolpolicysec{width:100%;}
.schoolpolicysec a{display:block; padding:10px; margin:12px 0; width:87%; background-color:#f4f4f4; border-radius:30px; border:1px solid #d7d7d7; color:#474747; transition:all 0.3s;}
.schoolpolicysec a:hover{background-color:#FF9900; color:#fff;}
.schoolpolicysec a.policy:hover .fa{color:#fff; border-color:#fff;}
.cusmargintop{margin-top:40px;}
.overview_box a{padding:10px 0; background-color:#f7f7f7; outline:1px solid rgba(0,0,0,0.05); outline-offset:-5px; 
transition:all 0.3s;}
.overview_box a:hover{background-color:#d7d7d7;}
.ibsecbox{width:100%; padding:20px; border:1px solid #e7e7e7; border-radius:4px; text-align:center; min-height:610px;}

.custestiblock{width:100%; position:relative; background-color:#f8f8f8; padding:30px; border:1px solid #e2e2e2; 
border-radius:30px; margin-bottom:40px;}
.custestiblock h4{font-size:15px; font-weight:300; margin:0;}
.custestiblock p{padding-bottom:0;}

.quoteleft{position:absolute; font-size:50px; left:-25px; top:-13px; color:#e23d11;}
.welcome_text a:hover{color:#676767;}
img{outline:none!important;}
.maingallerycus img.img-responsive.img-thumbnail{width:100%; height:232px; object-fit: cover;}



