@import url(https://fonts.googleapis.com/css?family=Raleway:400,100,200,300,500,600,700,800,900);
@import url('https://fonts.googleapis.com/css?family=Raleway:400,700');
/************************ Ceto Header *********************************/

html {
  height: 100%;
  -webkit-transition: all 1.3s ease-out;
  transition: all 1.3s ease-out;
}

body {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 26px;
  color: #555;
  font-weight: 400;
  overflow-x: hidden !important;
  -webkit-font-smoothing: antialiased;
}

.full-bg {
  background: url(../images/back-bg1.jpg) fixed;
  background-size: cover;
  background-position: center top;
  position: relative;
  overflow: hidden;
  height: 500px;
  width: 100%;
  display: table;
}
.Customizer{
  min-height: 0px;
}
#home-slider.flexslider {
  background-color: transparent;
  border-radius: 0px;
  border: none;
}

.Ceto-text-wrapper {
  display: table-cell;
  vertical-align: middle;
  margin: auto;
  text-align: center;
}

#home-slider p.home-slide-content {
  color: #EEE;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
  font-size: 64px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 30px;
}

#home-slider .flex-caption {
  margin-bottom: 10px;
  font-size: 24px;
  color: #EEE;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
  text-align: center;
  font-weight: 300;
}

.Ceto-logo{
  padding-top: 22px;
}

.Ceto-logo a {
  display: block;
}

/**Search Styles ***/
.search-button {
    float: right;
    position: relative;
    z-index: 99;
    cursor: pointer;
    z-index: 1000;
    /* padding-top: 2px; */
    /* padding-left: 1px; */
    height: 30px;
    width: 30px;
    background-color: #2ed0c3;
    text-align: center;
    border-radius: 100%;
    line-height: 30px;
    margin: 29px 0px;
}

div.SearchBorder{
  position: absolute;
  right: 0px;
  top: 33px;
  width: 300px;
  background-color: #edecec;
  padding: 15px 53px 15px 15px;
  cursor: default;
  height: auto;
}
.SearchButton {
    width: 38px;
    height: 38px;
    line-height: 38px;
    background: #000;
    top: 51px;
    left: -24px;
    position: absolute;
}

.dnn8 .SearchBorder{
  
  top: 65px !important;
 
}
.dnn8 .SearchButton {
   
    top: 80px !important;
  
}

.dnn7 .SearchBorder{
  
  top: 65px !important;
 
}
.dnn7 .SearchButton {
   
    top: 80px !important;
  
}
 .dnn8 .dnnDragHint {
    
     height: 0px !important; 
   
}

.SearchButton .fa-search{
  color: #fff;
  font-size: 15px;
}

/* @media only screen and (max-width: 1024px) and (min-width: 768px) {
  .search-button .search-form {
    width: 92vw;
    right: -140px;
  }
 
} */


.search-button .search-form{
  display: none;
}

.search-button .search-form .form-control {
  height: 100px;
}

.search-style input[type="text"] {
  padding: 0;
    width: 100%;
    color: #111;
    height: 38px;
    background-color: #fff;
    border: none;
    -webkit-transition: border 0.3s;
    transition: border 0.3s;
    line-height: 30px;
    font-weight: 300;
    padding: 8px 15px;
}

.loginGroup, .registerGroup {
    float: none;
    padding-right: 10px;
}


.con_ls_s002 {
  float: left;
  width: 100%;
}

.Ceto-header-bottom {
  width: 100%;
}

.SpeedyDropDown {
  float: right;
}

.SpeedyDropDown .nav {
  float: right;
  padding: 29px 0px;
}

.SpeedyDropDown .nav > li > a {
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 1px;
    text-transform: uppercase;
    display: block;
    margin-right: 0;
    color: #000;
    margin-bottom: 0;
    padding: 3px 6px;
}



@media only screen and (max-width: 1024px) and (min-width: 768px) {
  .SpeedyDropDown .nav > li > a {
    padding: 0 10px;
  }
}


.SpeedyDropDown .nav > li ul.Dropdown, .SpeedyDropDown .nav > li ul.Dropdown ul.subs {
  width: 15em;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
  border: none;
  color: #117ec3;
  margin-left: 0;
  background: #333;
}
.SpeedyDropDown .nav >li.current, .SpeedyDropDown .nav >li:hover {
    background-color: #2ed0c3;
}
.SpeedyDropDown .nav >li{
   background-color: transparent;
}
/*.MegaMenu .SpeedyDropDown .nav > li > ul.subs {
    margin-top: 0px !important;
}*/
.SpeedyDropDown .nav > li ul.Dropdown, .SpeedyDropDown .nav > li > ul.subs{
  margin-top: 29px;
}

.MegaMenu .Span4, .MegaMenu .Span12 {
  
     border-top: none !important; 
  
}

.SpeedyDropDown .nav > li ul.Dropdown li a, .SpeedyDropDown .nav > li ul.Dropdown ul.subs li a {
  color: #fff;
  padding: 0.75em 1em;
  line-height: 20px;
  text-transform: capitalize;
}


.SpeedyDropDown .nav > li ul.Dropdown li a:hover, .SpeedyDropDown .nav > li ul.Dropdown ul.subs li a:hover {
  color: #ccc;
  background-color: rgba(255,255,255, .09);
}

.SpeedyDropDown .nav > li.active > a, .SpeedyDropDown .nav > li.current > a {
  background-color: #2ed0c3;
  color:#fff;
}

/*.SpeedyDropDown .nav > li > a:hover {
  background-color: #2ed0c3;
  color:#fff;
}*/


ul.Dropdown ul li a {
  display: inline-block;
  width: 100%;
}

ul.Dropdown ul.subs {
  margin-top: -43px;
}

.custom_menu_width {
  width: 100%;
}

@media only screen and (max-width: 1024px) and (min-width: 768px) {
  .custom_menu_width {
    width: 100%;
  }
}

.breadcrumb_S02 .breadcrumb__title {
  display: inline-block;
}

.breadcrumb_S02 .page_des {
  display: inline-block;
  float: right;
  padding-top: 15px;
}

.breadcrumb_S02 .page_des a {
  color: #fff;
}

.spd-login .SkinObject {
  float: right;
  padding-right: 10px;
}

@media only screen and (max-width: 767px) {
  .SpeedyDropDown {
    float: none;
    background-color: #fff;
  }
  .SpeedyDropDown .nav {
    background-color: #333;
    padding: 0px;
  }
  .SpeedyDropDown .nav > li > a {
    color: #fff;
    height: 50px;
    line-height: 50px;
    padding: 0px;
  }
  .SpeedyDropDown .nav > li ul.Dropdown, .SpeedyDropDown .nav > li ul.subs {
    width: 100%;
    left: 0;
    margin-top: 0px;
    background-color:transparent;
    box-shadow: none !important;
    border-top: none !important;
  }
  .SpeedyDropDown .nav >li.current, .SpeedyDropDown .nav >li:hover {
    background-color: transparent;
  }
  .SpeedyDropDown .nav > li ul li a, .SpeedyDropDown .nav > li ul ul.subs li a {
    color: #fff;
    height: 40px;
    line-height: 40px !important;
    padding: 0px !important;
    border-bottom: 1px solid rgba(221, 221, 221, 0.08);
    margin: 0px;
  }
  .sp-mega-submenu-wrapper li.SubTitle a{
    border-bottom: 1px solid rgba(221, 221, 221, 0.08);
  }
  .SpeedyDropDown .nav > li ul li a:hover, .SpeedyDropDown .nav > li ul ul.subs li a:hover {
    color: #2ed0c3 !important;
    padding: 0px;
    background-color: transparent !important;
  }
  .custom_menu_width {
    width: 100%;
  }
  .SpeedyDropDown {
    width: 100%;
  }
  .Ceto-logo {
      width: 100%;
      text-align: center;
      padding-top: 7px;
  }
  .main_menu_area {
    margin: 0 auto;
    width: 100%;
    position: absolute;
    top: 63px;
    z-index: 999;
  }
}

@media screen and (max-width: 767px) {
  .con_a024 {
    display: table;
    text-align: center;
    width: 100%;
  }
  .con_a024 .SkinObject {
    display: inline-block;
    float: none;
  }
  .con_r039 img, .con_r037 img, .con_r038 img, .con_r041 img, .con_r042 img, .con_r043 img {
    width: 100%;
  }
}

.flex-direction-nav a:before {
  font-family: fontawesome;
  padding: 6px;
}

.flexslider ul {
  padding-left: 0;
}

.searchInputContainer {
  width: 100%;
  display: inline !important;
  padding-bottom: 21px;
}

ul.searchSkinObjectPreview {
  left: 0;
}

ul.searchSkinObjectPreview > li.searchSkinObjectPreview_group, ul.searchSkinObjectPreview > li {
  line-height: 35px;
}

.con-r006 hr {
  display: inline-block;
}

.loginGroup, .registerGroup {
  display: inline-block;
}

.con_k027 .tablist ul, .con_k030 .tab-div .nav-tabs {
  padding-left: 0;
}

.con_k030 .tab-div .nav-tabs {
  padding-left: 0;
}

.breadcrumb_S02 .breadcrumb__title {
  padding-left: 15px;
}

.breadcrumb_S02 .page_des {
  padding-right: 15px;
}

.demo_area {
  background: none repeat scroll 0 0 #eeeeee;
  border: 1px solid #cccccc;
  margin: 5px 0;
  text-align: center;
}

.con_n011 .item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

#dnn_dnnUser_messageGroup, #dnn_dnnUser_notificationGroup, #dnn_dnnUser_avatarGroup {
  display: none;
}

div#dnn_ContentPane {
  padding-top: 80px;
}

/*footer*/
.Ceto-footer {
  padding-top: 0px !important;
  border-top: 0px solid #e6e6e6;
  padding-bottom: 0px !important;
  /*end of footer*/
}

.Ceto-footer h4 {
  padding: 10px 0px 17px 0px;
  color: #cdcdcd;
}

.Ceto-footer p {
  color: #cdcdcd;
}

.Ceto-footer .foot-01 {
  text-align: left;
}

.Ceto-footer .foot-01 img {
  padding-top: 20px;
  padding-bottom: 30px;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
  .Ceto-footer .foot-01 {
    text-align: center;
  }
}

.Ceto-footer .foot-02 ul {
  padding: 0;
  list-style: none;
  color: #cdcdcd;
}

.Ceto-footer .foot-02 ul li {
  border-bottom: 0px solid #585858;
  padding: 3px 0px 3px 0px;
}

.Ceto-footer .foot-02 ul li a {
  text-decoration: none;
  color: #cdcdcd;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
  .Ceto-footer .foot-02 {
    text-align: center;
  }
}

.Ceto-footer i.f-list-icon {
  padding-right: 10px;
}

.Ceto-footer .foot-03 .post-border {
  border-top: 1px dashed #4f4e4e;
}

.Ceto-footer .foot-03 a {
  color: #848484;
  text-decoration: none;
  font-style: italic;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
  .Ceto-footer .foot-03 {
    text-align: center;
  }
}

.Ceto-footer .foot-04 {
  word-wrap: break-word;
}

.Ceto-footer .foot-04 span {
  padding: 0 4px;
}

.Ceto-footer .foot-04 .both-5 {
  padding-left: 5px !important;
  padding-right: 5px !important;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
  .Ceto-footer .foot-04 .both-5 {
    padding-bottom: 20px;
  }
}

.Ceto-footer .foot-04 .view_f04 {
  overflow: hidden;
  position: relative;
  text-align: center;
}

.Ceto-footer .foot-04 .view_f04 a:hover {
  font-weight: 300;
  color: #ffffff;
  line-height: 25px;
  font-size: 10px;
  width: 100%;
  height: 100%;
  display: block;
  text-align: center;
  margin: 0 auto;
}

.Ceto-footer .foot-04 .view_f04 img {
  width: 100%;
  max-width: 100%;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
  .Ceto-footer .foot-04 {
    text-align: center;
  }
}

.Ceto-footer #backtotop {
  bottom: 12px;
  position: fixed;
  right: 20px;
  z-index: 5000;
}

.Ceto-footer #backtotop a {
  background: #161616 none repeat scroll 0 0;
  border: 0 none;
  border-radius: 3px;
  color: #ffffff;
  display: block;
  height: 39px;
  line-height: 39px;
  text-align: center;
  text-decoration: none;
  width: 39px;
}

/*Footer Coppyright*/
/* coppyright */
.Ceto-coppyright {
  border-top-width: 0px;
  border-right-width: 0;
  border-left-width: 0;
  border-style: solid;
  border-bottom: 1px solid #e6e6e6;
  padding: 25px 0 15px 0;
  background: #292929;
  color: #cdcdcd;
}

.Ceto-coppyright .coppytext a {
  color: #848484;
  text-decoration: none;
}

.Ceto-coppyright .coppyright-social {
  float: right;
}

.Ceto-coppyright .coppyright-social li {
  list-style: none;
  display: inline-block;
  margin-right: 15px;
}

.Ceto-coppyright .coppyright-social li a {
  color: #848484;
  font-size: 16px;
}

.Ceto-coppyright .copyright-bottom {
  color: #848484;
  text-align: right;
  padding-right: 30px;
}

.Ceto-coppyright .copyright-bottom i {
  padding: 0px 5px;
}

.Ceto-coppyright .copyright-bottom a {
  text-decoration: none;
  color: #848484;
}

@media screen and (max-width: 767px) {
  .Ceto-coppyright .coppytext, .Ceto-coppyright .copyright-bottom {
    text-align: center;
  }
  .Ceto-coppyright .coppyright-social {
    float: none;
    text-align: center;
  }
}

h1, h2, h3, h4, h5, h6 {
  color: #303030;
  font-family: 'Raleway', sans-serif;
}

h1 {
  font-size: 30px;
  line-height: 1.25em;
  text-transform: uppercase;
}

h2 {
  font-size: 24px;
  line-height: 1.384615384615385em;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: bold;
}

h3 {
  font-size: 19px;
  line-height: 1.304347826086957em;
  letter-spacing: 1px;
  font-weight: 600;
}

h4 {
  font-size: 17px;
  line-height: 1.375em;
  font-weight: 600;
}

h5 {
  font-size: 15px;
  line-height: 1.571428571428571em;
  letter-spacing: 1px;
  font-weight: 600;
}

h6 {
  font-size: 13px;
  line-height: 1.538461538461538em;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: #303030;
}

a, p a {
  color: #303030;
  text-decoration: none;
  cursor: pointer;
}

a:hover, p a:hover {
  text-decoration: none;
}

input[type='submit'], input[type='button'] {
  -webkit-appearance: none;
}

ul {
  list-style-position: inside;
}





/************** start css   *****************/

.header_bg {
    background-color: #1b1b1b;
}
.SpeedyDropDown .nav > li.parent:hover > a:after {
    color: #fff;
}


.SpeedyDropDown .nav > li > ul.subs li a.arrow:after{
   content: "\f054";
    font-family: fontawesome;
    float: right;
    color: #0088cc;
    padding-left: 10px;
    color: #fff;
    font-weight: 100;
    font-size: 8px;

}
.fixed {
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background-color: #fff;
    -webkit-box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.15); 
}


.flex-direction-nav a.flex-next:before {
  content: '\f0a9';
}

.flex-direction-nav a.flex-prev:before {
  content: '\f0a8';
}

.flex-direction-nav a:before {
  font-family: FontAwesome;
  font-size: 40px;
  line-height: 1;
  display: inline-block;
  content: '\f009';
}
.flexslider {border: none !important;margin:0px; }   
.flex-control-nav {
    display: none;
}
.flex-direction-nav a:before {
    text-shadow: none !important;
}
.flex-direction-nav a{
  height:54px;
}
.SB_con_k001 .flex-caption {
    bottom: 0;
    margin-left: 12%;
    position: absolute;
    top: 38%;
    width: 100%;
    z-index: 1;
}
.skillh4 {
    padding-bottom: 25px;
}
.con_k006 .skillls{
  padding-top:25px;
  padding-left:0px !important;

}
.con_k006 .p_content {
    color: #8d8f92;
}
.con_a017 .newsh4 {
    padding-bottom: 60px;
    padding-left: 10px;
}
.con_a017{
    background-color: #f9f9f9;
}
.con_a009{
    background-color: #f4f4f4;
}
.slide1_text h2 {
    color: #fff;
    font-size: 40px;
}
.con_a007 {
    padding-top: 70px;
    padding-bottom: 120px;
}
.con_n011 {
    padding: 30px 0px;
}
.latesth2 {
    text-align: center;
       margin-top: 0px;
    color:#fff;
}
.con_s013 {
    background-color: rgba(0, 0, 0, 0.45);
    /* color: #fff; */
}
.con_s013 a:link{
    color: #fff;
}
.con_a017 img:hover {
    opacity: 0.4;
    background-color: #000;
}
.con_k006 {
    background-color: #f9f9f9;
}
.counter_div {
    border-radius: 5px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    -o-border-radius:5px;
}
 .icon_color{
  color:#fff;
 }
 .h4_color{
  color:#fff;
 }
 .slide1_text {
    color:#fff;
}
.slide2_text {
    text-align: center;
    display: inline-block;
    color:#fff;
}
.slide2_text h2{
  color:#fff;
  font-size:40px;
}
.slide3_text {
    text-align: center;
    display: inline-block;
    color:#fff;
}
.slide3_text h2{
  color:#fff;
  font-size:40px;
}
.anchor_control {
    background-color: #fff;
    color: #000;
    font-size: 16px;
    padding: 10px 20px;
}
.anchor_control:hover {
    background-color: #000;
    color: #fff;
}
.con-r006 h3{
  color:#fff;
}
.mega_menu_h4{
  color:#fff;
}
.mega_menu_p{
  color:#fff;
}
.pos__static{position:static;}
.spd-layout-headerwrapper{position:relative;}
.MegaMenu_html {
    border-left: 2px solid #dddddd;
    padding-left: 15px;
}
.img_hw{
  width:100%;
  height:150px;
}
.sp-mega-submenu-wrapper ul li a{
  color:#fff;
  padding-left:10px;
}
.SubTitle > ul > li li a{
  color:#fff;
}
/*.sp-mega-submenu-wrapper ul {
    margin-left: 10px !important;
}*/
/***************** home box css ******************/
.boxbg {
    background-image: url(../images/spd-n-bn-half-left-new.png);
    background-repeat: repeat;
    width: 100%;
}
.homebox {
    background: #fff;
    max-width: 1200px;
    margin: 0 auto;
}
#LeftSidebar {
  overflow: hidden;
  width: 100%;
  margin-top: 80px;
  
}

#LeftSidebar .nav {
  border-top: 1px solid #e0dede;
  border-right: 0px solid #e0dede;
  border-left: 0px solid #e0dede;
  padding: 0px;
}

#LeftSidebar .nav li {
  width: 100%;
  
}

#LeftSidebar .nav li a {
  line-height: 40px;
  height: 40px;
  color: #333;
  border-bottom: 1px solid #e0dede;
  padding: 0;
  width: 100%;
  display: inline-block;

}

#LeftSidebar .nav li a:hover {
  padding: 0;
  background-color: transparent;
}

#LeftSidebar .nav > li ul.Dropdown, #LeftSidebar .nav > li ul.Dropdown ul.subs {
  position: relative;
  left: 0;
  margin-top: 0;
  background: transparent;
  box-shadow: none;
  width: 100%;
  margin-left: 15px;
  border: none;
}

#LeftSidebar .MenuContent {
  display: none;
}
#LeftSidebar.SpeedyDropDown .nav > li {
  margin-left:0px !important;
  background-color: transparent;
}
#LeftSidebar.SpeedyDropDown .nav > li.parent > a:after {
    content: "\f078";
    font-family: fontawesome;
    float: right;
    color: #333;
    padding-right: 10px;
    font-weight: 100;
    font-size: 8px;
}



#LeftSidebar.SpeedyDropDown .nav > li > a {
    padding: 0px 0px 0px 15px !important;
    background-color: transparent;
    }
#LeftSidebar.SpeedyDropDown .nav li a:hover {
    padding: 0px 0px 0px 15px !important;
    
    color:#000;
    }    
#LeftSidebar.SpeedyDropDown .nav > li.parent > a:hover:after {
    
    color: #000;
    
}
#LeftSidebar.SpeedyDropDown .nav > li li > a {
    padding: 0px 0px 0px 0px !important;
    margin: 0px 0px 0px 15px !important;
    }
#LeftSidebar .SpeedyDropDown .nav {
    
    padding: 0px;
}
#LeftSidebar .SpeedyDropDown .nav >li.current, .SpeedyDropDown .nav >li:hover {
    background-color: transparent;
}
/*megamenu hover code*/
.SubTitle > ul li a{padding-left:10px;padding-right:10px;margin-right:10px;}
.SubTitle > ul li a:hover{background-color:$sub-menu-hover-bg;padding-left:10px;padding-right:10px;margin-right:10px;}    
.SubTitle > ul li li a{padding:6px 0px 10px 10px;margin-left:15px;}
.SubTitle > ul li li a:hover{padding:6px 0px 10px 10px ;margin-left:15px;}


.homebox .SB_con_k001 .flex-caption {
    margin-left: 8.5%;
}

.homebox .SpeedyDropDown .nav li.first.active {
    border-bottom: none !important; 
}
.con_n014 .flex-direction-nav a {
    height: 45px;
}
.nav > li > a:focus {
    background-color: transparent;
}
.con_n013 .flex-direction-nav a {
    height: 43px;
}
.con_n012 .flex-direction-nav a {
    height: 43px;
}
.btn-primary{
 color:#fff !important;
}


/********   footer section css start  ********/
.tp_footer {
    background-color: #222325;
    padding: 70px 0px 60px 0px;
}

.footer_text {
    padding-top: 30px;
    color: #fff;
    opacity: 0.5;
}

.artical_text {
    color: #fff;
    text-transform: uppercase;
}

.list_artical ul{
  list-style:none;
  padding-left:0px;
  padding-top: 10px;
}

.list_artical ul li{
  padding: 5px 0px;
}

.list_artical ul li a{
  color:#fff;
  opacity: 0.5;
}

.list_artical ul li a:after{
   content: "\f054";
    font-family: fontawesome;
    float: left;
    padding-right: 10px;
    color: #fff;
    font-weight: 100;
    font-size: 8px;
    opacity: 0.5;
}

.image_control{
  border-radius:3px;
  -webkit-border-radius:3px;
  -moz-border-radius:3px;
  -o-border-radius:3px;
}

.contact_list ul{
  list-style:none;
  padding-left:0px;
  padding-top: 10px;
}

.contact_list ul li{
  padding: 5px 0px;
}     

.contact_list ul li a{
  color:#fff;
  text-decoration:none;
  word-break: break-word;
  opacity: 0.5;
}

#Copyright {
    color: #fff;
}

.social_footer ul{
  list-style:none;float:right;
      padding-top: 7px;
}

 .social_footer ul li { float: left;   margin-left: 15px;}

.social_footer ul li a{
  color:#fff;
}

.foot-04 {
    padding-top: 20px;
}

.loginContent {
    padding-top: 20px;
}

#Copyright .SkinObject{
  font-weight:inherit;
  font-size:inherit;
      float: right;
}

.spLogin a{
  font-weight:inherit;
  font-size:inherit;
  color:#999;
}


/***********************************  Ceto Header Section css ***************************************/






.header_top {
    background-color: #000;
    
}
.header_top .spLogin { text-align: center;}
.header_top .social_list ul{  padding: 11px 0px; float:right;}
.dnn8 .header_top .social_list ul{  padding: 10px 0px; float:right;}
@media screen and (min-width: 315px) and (max-width: 767px){
	.dnn8 .header_top .social_list ul{  padding: 0px 0px 10px 0px; float:none;margin-left:-15px !important;}
}
.header_top .social_list ul li{ 
    list-style: none;
    float: left;
    /* padding-left: 15px; */
    /* padding-right: 15px; */
    height: 30px;

    width: 30px;
    border:2px solid #333;
    line-height: 28px;
    text-align: center;
    margin-left: 10px;
    border-radius: 100%;
    transition:all 0.5s linear;
    -webkit-transition:all 0.5s linear;
    -o-transition:all 0.5s linear;
    -moz-transition:all 0.5s linear;
}

.header_top .social_list ul li a{ color:#fff;}
/*.spd-container-text .Normal > p {  padding: 0px;}*/

.header_middle .contact_text h2{
  margin-top:0px;
} 
.header_middle{
  /*background-image: url(../images/symphony.png);*/
  padding-top:30px;
  padding-bottom: 30px;
}
.header_middle .contact_text {
    float: right;
}
.header_middle .contct_icon {
    padding-right: 10px;
    font-size: 30px;
}
.header_Menu .navbar-collapse {
    padding-left: 0px;
}
.header_Menu .SpeedyDropDown .nav > li { 
    margin-right: 0px;
    margin-left: 10px;
    border-radius: 2px;
}
.contact_p {
    color: rgba(90, 92, 93, 0.58);
}
.con_a012{
   background-attachment: fixed;
    background-image: url("../images/back-bg3.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}
.con_k005 .equal_height{
  height:550px;
  display:table;
}
.con_k005 .row_center {
    vertical-align: middle;
    display: table-cell;
}
.con_k005 .p_text{
  padding-bottom:50px;
}
.top_p_text{
         font-size: 13px;
    color: #999;
    padding: 0px !important;
}
.con_a012_bg {
    background-color: rgba(0, 0, 0, 0.62);
}
.con_k120 { 
	background-color: #f8fbff;
   }
.con_k120 .Icon_control1 {
    font-size: 50px;
    
}
.con_k120  .line {
    height: 3px;
    width: 25px;
}
.con_k120 .p_text {
    padding-top: 20px;
    color:#999;
}
.con_k120 .con_k120_bg {
    padding-left: 40px;
    padding-right:40px;
}
.con_k120 .con_k120_bg .spd-panel{
	background-color:transparent;
}
.con_k014 .P_content {
    color: #999;
    padding-bottom: 40px;
    text-align: center;
}
.main_col_div{
  text-align:center;
  background-color:#f9fcff;
  position:relative;
  overflow:hidden;

}
.main_content:after{
  background-color:rgba(0, 140, 153, 0.51);
  content:"";
  position:absolute;
  top:0%;
  bottom:0%;
  left:0%;
  right:0%;
  opacity:0;
  z-index:-1;
  transition:all 0.4s linear;
  -webkit-transition:all 0.4s linear;
  -moz-transition:all 0.4s linear;
  -o-transition:all 0.4s linear;
  transform:translateY(-200px);
  -webkit-transform:translateY(-200px);
  -o-transform:translateY(-200px);
  -moz-transform:translateY(-200px);
}
.main_col_div:hover .main_content {
    color:#fff;
    background-image: url("../images/3.jpg");
    background-position: top center;
    position:relative;
    z-index:1;
    background-repeat: no-repeat;
}
.main_col_div:hover .main_content:after {
    opacity:1;
    transform:translateY(0px);
    -webkit-transform:translateY(0px);
}
.main_col_div:hover .main_content h4 {
    color:#fff;
}
.main_col_div:hover .main_content em {
    color:#fff;
}

.padd_left_zero{
  padding-left:0px;
}
.padd_right_zero{
  padding-right:0px;
}
.con_k121_Ceto .Icon_control {
    font-size: 40px;
    padding-top:20px;
}
.con_k121_Ceto .padd-bottom{
  padding-bottom:20px;
}
.con_k121_Ceto .main_content p{
  margin-bottom:0px !important;
}
.con_k121_Ceto .main_content1 p{
  margin-bottom:0px !important;
}
.con_k121_Ceto .border_left{
  border-left:1px solid #eff3f7 ;
}
.con_k121_Ceto .border_right{
  border-right:1px solid #eff3f7 ;
}
.con_k121_Ceto .border_top{
  border-top:1px solid #eff3f7 ;
}
.con_k121_Ceto .border_bottom{
  border-bottom:1px solid #eff3f7 ;
}
.con_k121_Ceto .main_col_div1 {
    text-align: center;
    padding-top:20px;
}
.con_k121_Ceto .line {
   height: 3px;
    width: 50px;
    margin: 0 auto;
    margin-top: 15px;
    margin-bottom: 15px;
}
.con_k121_Ceto .image_bg{
  text-align:center;
}
.con_k121_Ceto .padd-left {
    margin: 0px;
}
.con_s010 {
      background-color: #252525;
}
.con_s010 .p_center{
    text-align: center;
    color: #fff;
}
.con_k120 .Plan_text_p {
    padding-bottom: 15px;
}
.header_middle p.contact_p{
  margin-bottom:0px;
}
.con_a026 h2{
  margin-top:0px;
}
.con_a012_bg .Titleh3{
  margin-top:0px;
}
.con_k014 h2{
  margin-top:0px;
}
.con_k120 h2{
  margin-top:10px;
}

.div_middle {
    border: 1px solid #ddd;
    padding-left: 20px;
}
.anchor_text {
    text-transform: uppercase;
       margin-bottom: -6px;
    color: #fff !important;
}
.icon_border {
    font-size: 21px;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 10px;
    margin-top: 10px;
    color:#fff;
}

.buy_control {
    color: #fff;
    padding-top: 100px;
}
.buy_control h2 {
    color: #fff;
}
.con_a012 .buy_control p{
  padding-bottom:30px;
}
.control_anchor {
    padding: 15px 30px;
    border-radius: 2px;
    /* margin-top: 20px; */
    color:#fff;
}

.con_k099 .team_member {
    overflow: hidden;
}
.con_k099 .team_member img {
    width: 100%;
    transition: all 1s;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    -moz-transition: all 1s;
}
.con_k099 .team_member:hover img {
    -webkit-transform: scale(1.5) rotate(-6deg);
    -ms-transform: scale(1.5) rotate(-6deg);
    transform: scale(1.5) rotate(-6deg);
}
.con_k122 {
    background-color: #f8f9f9;
}
.con_k122 h2 {
    margin-top: 0px;
}
.con_k123 h2 {
    margin-top: 0px;
}
.line {
    height: 2px;
    width: 75px;
}
.con_k122 em{
    font-size: 30px;
    padding-right: 20px;
}
.con_k122 img{
  padding-top:70px;
}
.about_div {
    padding-top: 20px;
}

.border-left{
  border-left:1px solid #eee;
}
.border-top{
  border-top:1px solid #eee;
}

.con-r006 .owl-pagination {
    display: none;
}
.con-r006 .owl-theme .owl-controls { margin-top: 0px; 
}
.con_k029.speedy-content {
    
    padding-bottom: 60px;
}

.con_s010 h5{
  color:#fff;
}
.con_s010 small{
  color:#fff;
}
.con_k123 .owl-theme .owl-controls .owl-buttons div {
    color: #000;
    display: inline-block;
    zoom: 1;
    margin: 5px;
    padding: 3px 10px;
    font-size: 25px;
   -webkit-border-radius: 5px; 
    -moz-border-radius: 5px;
    border-radius: 5px;
    opacity: 0.5;
  
}
.footer_social .bg_footer {
  
    width:30%;
        padding: 10px 0px 10px 10px;
            margin-top: -86px;
                margin-left: 15px;
}
.footer_social .follow_text {
    color: #fff;
    font-size: 18px;
        float: left;
    padding-right: 10px;
}
.footer_list ul{
  padding: 0px;
  margin: 0px;
}
.footer_list ul li{
  float: left;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  color: #fff;
}

.footer_list ul li a{
  color: #fff;
}

.bg_footer:after {
    border-right: 9px solid #777;
    border-top: 16px solid transparent;
    content: "";
    display: block;
    height: 0;
    left: -9px;
    position: absolute;
    top: 0;
}

.con_k029 a.anchor_text:after {
    border-color: #595959 transparent transparent transparent;
    border-style: solid;
    border-width: 4px 4px 0 0;
    bottom: -4px;
    content: "";
    position: absolute;
    left: 140px;
    width: 0;
    height: 0;
    width: 0;
}
.con_k029 .btn{
  border-radius:2px;
}

.border_control {
    height: 1px;
    width: 100%;
    background-color: #ddd;
    position: relative;
}



/*********************   team css atart *****************************/
.con_a075 h2{
  text-align: center;
  margin-top:0px;
  margin-bottom:30px;
}
.con_a075 .member-wrapper {
  overflow: hidden;
  text-align: center;
  position: relative;
  transition: all 0.4s linear 0s; 
 -webkit-transition: all 0.4s linear 0s;
    -moz-transition: all 0.4s linear 0s;}
  .con_a075 .member-wrapper .bg-opacity {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    opacity: 0.5;
    background-color: #f8f8f8;
    transition: all 0.4s linear 0s;
 -webkit-transition: all 0.4s linear 0s;
    -moz-transition: all 0.4s linear 0s;
     }
  .con_a075 .member-wrapper .title {
    width: 100%;
    position: absolute;
    top: 50%;
    transition: all 0.4s linear 0s; 
 -webkit-transition: all 0.4s linear 0s;
    -moz-transition: all 0.4s linear 0s;
  }
    .con_a075 .member-wrapper .title p {
      margin: 0px;
      padding: 10px 15px;
      display: inline-block;
      text-transform: uppercase;
      letter-spacing: 0.3em;
      font-weight: bold;
      color: #FFFFFF;
      background-color: rgba(0, 0, 0, 0.65); }
  .con_a075 .member-wrapper img {
    width: 100%; }
  .con_a075 .member-wrapper .name-social {
    position: absolute;
    bottom: -38%;
    width: 100%;
    padding: 20px 0px;
    transition: all 0.4s linear 0s;
    -webkit-transition: all 0.4s linear 0s;
    -moz-transition: all 0.4s linear 0s;
    background-color: rgba(0, 0, 0, 0.65); }
    .con_a075 .member-wrapper .name-social .name {
      text-transform: uppercase;
      letter-spacing: 2px;
      font-weight: 600;
      color: #fff; }
    .con_a075 .member-wrapper .name-social .underline {
      height: 2px;
      width: 70%;
      background-color: #FFFFFF;
      margin: 0px auto 0px; }
    .con_a075 .member-wrapper .name-social ul {
      margin: 0px;
      padding: 0px; }
      .con_a075 .member-wrapper .name-social ul li {
        list-style: none;
        display: inline-block; }
    .con_a075 .member-wrapper .name-social .icon {
      width: 40px;
      height: 40px;
      line-height: 40px;
      color: #FFFFFF; }
  .con_a075 .member-wrapper:hover .title {
    top: -15%; }
  .con_a075 .member-wrapper:hover .name-social {
    bottom: 0px; }
  .con_a075 .member-wrapper:hover .bg-opacity {
    opacity: 0;}

.MegaMenu .subs ul li a:hover{
  background-color:rgba(255,255,255, .09);
}
li#dnn_ctl06_notificationGroup {
    display: none;
}
a#dnn_ctl06_avatar {
    display: none;
}
a#dnn_ctl06_messageLink {
    display: none;
}
ul.searchSkinObjectPreview {
   left:0;
    width: 100%;
    top: 31px;
}


 .con_s009 .ih-item.square.effect13.left_to_right a .info 
 .photo {
    top: 45%;
    position: absolute;
    left: 48%;
    color: #FFFFFF;
}
 .con_s010 .ih-item.square.effect13.left_to_right a .info 
 .photo {
    top: 45%;
    position: absolute;
    left: 48%;
    color: #FFFFFF;
}
.control_anchor:hover {
    color: #fff;
}

#MainWrapper {
    background-color: #fff;
    /*overflow: hidden;*/
}
.bread__crumb {
  background-color: #4d4d4d;
}
#SliderBg {
    overflow: hidden;
}
.splanguage img {
    margin-right: 5px;
    margin-top: 8px;
}
/*
breadcrumb_S02*/
.breadcrumb_S02 {
 /* background-image: url(../images/breadcum.png);*/
  margin-bottom: 0;
}




/*********************   team css end *****************************/

@media screen and (max-width: 1170px) and (min-width: 1025px) {
  /* .search-button .search-form {      width: 63vw;   right: -130px;   top: -36%;} */
  .con_k029 .aboutdiv {    margin-top: 40px;}
 

}
@media screen and (max-width: 999px) and (min-width: 768px)  {
  h2{    font-size:20px;  }
  .SpeedyDropDown .nav > li {margin-left: 8px;}
  .SpeedyDropDown .nav > li > a { font-size: 12px;}
  .slide1_text {width:650px;}
  .slide2_text {width:650px;}
  .slide3_text {width:650px;}
  .slide1_text h2 {font-size:25px;}
  .slide2_text h2 {font-size:25px;}
  .slide3_text h2 {font-size:25px;}
  .SB_con_k001 .flex-caption {margin-left: 11%;}
  .homebox .SB_con_k001 .flex-caption { margin-left: 8%;}
  .list_artical ul li a {font-size: 13px;}
  .header_top .social_list ul li {padding-left: 7px;padding-right: 7px;}
  .spd-login.spLogin { padding-left: 0px; padding-right: 0px;}
  .header_top .paddright{padding-right:0px;}
  .header_middle .padd-left{padding-left:0px;}
  .header_middle .contact_p {  font-size: 12px;}
  .con_k014 .team3:hover .plus-hover {  left: 4%;}
  .con_k029 .aboutdiv {  margin-top: 40px;}
  .con_k084 .spd-n-triangle-isosceles-Right:after { left: 98.5% !important;}
  .footer_social .bg_footer {    width: 42%;    }
  .buy_control { padding-top: 25px;}
  .con_k084 .spd-n-c-comments-2columns-Right img {  margin-left: 10px;}
  .con_k084 .spd-n-triangle-isosceles-Right:after { top: 25%;}  
  .border_control:after { left: 46.8%;}
 
}
@media screen and (max-width: 767px) {
  .fixed {position:relative !important;}
  .SpeedyDropDown .nav {

  }
  .SpeedyDropDown .nav > li {
    margin-left: 0px !important;
  }
  .SpeedyDropDown .nav > li a{
    border-bottom: 1px solid rgba(255, 255, 255, 0.112);
    margin-left: 0px !important;
    padding: 0px 15px;
  }
  .SpeedyDropDown .nav > li.active > a, .SpeedyDropDown .nav > li.current > a{
    background-color: transparent;
    color: #2ed0c3;
  }
  .SpeedyDropDown .nav > li a:hover{
    border-bottom: 1px solid rgba(255, 255, 255, 0.112);
    background-color: transparent;
    margin-left: 0px !important;
    padding: 0px 15px;
  }
  .social_footer ul li { float: none; padding-left: 0px;}
  .social_footer ul { float: none;margin: 0 auto;  width: 100%;}
  .slide1_text {width:400px;}
  .slide2_text {width:400px;}
  .slide3_text {width:400px;}
  .SB_con_k001 .flex-caption { margin-left: 12%;top:28%;}
  .slide1_text h2{font-size:20px;}
  .slide2_text h2{font-size:20px;}
  .slide3_text h2{font-size:20px;}
  .footer_logo {  width: auto !important;}
  .con_a017 .Border {  margin-top: 20px;}
  .MegaMenu_html {border-left: none;}
  .top_p_text {text-align: center;}
  .header_top .social_list ul { float: none;text-align: center; display: inline-block;}
  .header_top .social_list {  text-align: center;   width: 100%;}
  .spd-col-md-2.spd-col-sm-2.spd-login.spLogin {  width: 100%;  text-align: center;}
  .spd-login .SkinObject { float: none; padding-bottom: 10px; }
  .header_middle .contact_text { float: none;  text-align: center;  padding-top: 30px;}
  .con_k100 .mobile_padd { padding-top: 30px;}
  .con_k029 .aboutdiv { margin-top: 40px;}
  .buy_control {padding-bottom: 50px;}
  .con_k028 .pcontent1 { font-size: 22px;}
  .con_k122 h2 { text-align: center;}
  .line {margin: 0 auto;}
  .about_div {text-align: center;}
  .con_k122 img{text-align:center;width:100%;}
  .con_k123 h2 {text-align: center;padding-top: 30px;}
  .SkinObject {    display: inline;}
  .con_a026 .spd-padding-bottom-50{padding-bottom: 0px!important;}
  .buy_control { padding-top: 50px;}
  .footer_social .bg_footer {  width: 60%;  padding: 12px 0px 40px 10px;}
  .tp_footer .view_f04 img {   width: 100%;}
  .contact_list ul {   width: 100%;   text-align: center;}
  .artical_text {text-align: center;}
  .con_a026 {  background-position: bottom right;}
  .border_control:after { left: 46.8%;}


  .MegaMenu .subs ul li a:hover{  background-color:transparent;}
  .spd-container-text .Normal > p {    display: block;}
  .header_top .spLogin {    display: none;}
  .img_hw {    width: 60%;    height: 200px;}

  .SpeedyDropDown .nav li.parent > a:after, .SpeedyDropDown .nav > li > ul.subs li.parent > a:after {
    content: "\f078";
    font-family: fontawesome;
    float: right;
    color: #0088cc;
    padding-right: 15px;
    color: #fff;
    font-weight: 100;
    font-size: 8px;
  }
  .SpeedyDropDown .nav > li > ul.subs li.parent > a:after{
    padding-right: 30px !important;
  }
  .SpeedyDropDown .nav > li ul.Dropdown ul.subs{
    padding-left: 0px;
    width: 100%;
  }
  ul.Dropdown a, ul.subs > li{
    padding-left: 15px;
  }
  ul.Dropdown a, ul.subs li{
    padding-left: 15px;
  }
  .SpeedyDropDown .nav > li ul.subs .SubTitle {
    padding-left: 0;
  }
  .SpeedyDropDown .nav > li ul.subs .SubTitle li {
      padding-left: 0;
  }
  .SpeedyDropDown .nav > li ul.subs .SubTitle li.parent ul {
      padding-left: 15px;
  }
}
@media screen and (max-width: 560px) and (min-width:320px) {
  .SB_con_k001 .flex-caption { margin-left: 11.5%;top:20%;}
  .slide1_text h2{font-size:13px;}
  .slide2_text h2{font-size:13px;}
  .slide3_text h2{font-size:13px;}
  .slide1_text {width:300px;}
  .slide2_text {width:300px;text-align: left !important;}
  .slide3_text {width:300px;text-align: left !important;}
  .footer_logo {  width: auto!important;}
  .con_a017 .Border {  margin-top: 15px;}
  .con_a058 .spd-panel-title { font-size: 13px;}
  h2{font-size:18px;}
  h3{font-size:14px;}
  .footer_social .bg_footer {  width: 91%;  padding: 10px 0px 30px 20px;  font-size: 12px;} 
  .footer_list ul li {  margin-right: 5px;  width: 20px;  height: 20px;  line-height: 20px;}
  .con_k028 .pcontent1 { font-size: 17px;}
  .con_k084 .spd-n-triangle-isosceles-Right:after { top: 26%;left: 98.4% !important;} 
  .con_k084 .spd-n-c-comments-2columns-Right img {  margin-left: 7px;} 
  .con_k084 .spd-n-triangle-isosceles-Right {  padding: 0px;   margin: 10px 0px;}
  .con-r006 .spd-r-carou-04 {  padding-left: 3px;padding-right:3px;}
  .con_a026 {  background-image: none;}
  .border_control:after { left: 43%;}
  
.MegaMenu .subs ul li a:hover{ background-color:transparent;}
.spd-container-text .Normal > p {  display: block;}
.header_top .spLogin {    display: none;}
.img_hw {    width: 60%;   height: 200px;}

 .SpeedyDropDown .nav > li > ul.subs li a.arrow:after {
    content: "\f078";
    font-family: fontawesome;
    float: right;
    color: #0088cc;
    padding-left: 10px;
    color: #fff;
    font-weight: 100;
    font-size: 8px;
}
.SpeedyDropDown .nav ul.subs li.SubTitle li.parent > a:after{
    content: "\f078";
    font-family: fontawesome;
    float: right;
    color: #0088cc;
    padding-left: 10px;
    color: #fff;
    font-weight: 100;
    font-size: 8px;
}
}


/****************** Ceto css Start *******************/


.list_contact ul {
    float:right;
}
.list_contact ul li {
    float: left;
    
    padding: 13px 16px;
    list-style: none;
}
#header .list_contact a {
    color: #fff;
}
.list_contact span{
  padding-right: 5px;
}
.Ceto-header-bottom .fixedHeader.header_Menu {
    padding:0px;
}

.header_Menu .menu_pad{
  position: relative;
}
.header_Menu .menu_pad .static{
  position: static;
}
.SpeedyDropDown .nav > li.active > a:after {
    color: #fff;
}
.header_top .social_list ul li.fa1:hover { 
    background-color:#3b5998;
    border:2px solid #3b5998;
    transition:all 0.5s linear;
    -webkit-transition:all 0.5s linear;
    -o-transition:all 0.5s linear;
    -moz-transition:all 0.5s linear;

}
.header_top .social_list ul li.fa2:hover {
    background-color: #55acee;
    border:2px solid #55acee;
    transition:all 0.5s linear;
    -webkit-transition:all 0.5s linear;
    -o-transition:all 0.5s linear;
    -moz-transition:all 0.5s linear;
}
.header_top .social_list ul li.fa3:hover {
    background-color: #dd4b39;
    border:2px solid #dd4b39;
    transition:all 0.5s linear;
    -webkit-transition:all 0.5s linear;
    -o-transition:all 0.5s linear;
    -moz-transition:all 0.5s linear;
}
.header_top .social_list ul li.fa4:hover {
    background-color: #007bb5;
    border:2px solid #007bb5;
    transition:all 0.5s linear;
    -webkit-transition:all 0.5s linear;
    -o-transition:all 0.5s linear;
    -moz-transition:all 0.5s linear;
}
.header_top .btn-default {
       color: #fff;
   
    border-color: transparent !important;
    padding: 15px;
    border-radius:0px;
}

.btn-default .fa-globe {
    font-size: 30px;
}
.dropdown-menu {
   
    top: 97% !important;
    left: 0% ! important;
 
   min-width: 84px !important;
   padding:14px;
   border:none;

   
}
.language-object .Language {
    
    margin: 0 5px !important;
    
}
.Ceto-header-bottom .btn:focus, .Ceto-header-bottom .btn:active:focus, .Ceto-header-bottom .btn.active:focus, .Ceto-header-bottom .btn.focus, .Ceto-header-bottom .btn:active.focus, .Ceto-header-bottom .btn.active.focus {
     outline: none; 
     outline-offset: 0; 
     background:#2ed0c3 !important;
     color:#fff;
}

.jssorb05{
  display: none;
}

.con_ceto_001 {
    padding: 60px 0px;
        background-color: #f4f4f4;
}
.con_ceto_001 .p3_cont {
    padding-top: 40px;
    text-align: center;
       
}
.con_ceto_001 .title_cont {
        text-align: center;
            padding-top: 40px;
    
}
.con_ceto_001 .p1_cont {
    
    color: #adadad;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 15px;
    position:relative;
}
.con_ceto_001 .p1_cont:before {
    position: absolute;
    height: 2px;
    width: 40px;
    background-color: #c8c8c8;
    content: "";
    bottom: -8px;
    left: 41%;
}
.con_ceto_001 .p1_cont:after {
    position: absolute;
    height: 2px;
    width: 40px;
    background-color: #c8c8c8;
    content: "";
    bottom: -12px;
    right: 41%;
}
.con_ceto_001 .line {
    height: 1px;
    width: 35px;
    background-color: #ddd;
    margin: 0 auto;
}
.con_ceto_001 .header_cont {
    font-size: 45px;
    font-weight: bold;
    
    text-transform: uppercase;
}
.con_ceto_001 .p2_cont {
    color: #000;
    font-weight: 600;
    font-size: 15px;
    text-transform: uppercase;
    margin-top: -20px;
}

section.con_ceto_002{
	    background-attachment: fixed;
    background-image: url(../images/1.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.con_ceto_002 .con_ceto_bg {
    background-color: rgba(102, 128, 0, 0.25);
    padding: 60px 0px;
}

.con_ceto_003 {
    background-color: #f6f6f6;
}
.con_ceto_003 .h3_cont {
    color: #545454;
    padding-bottom: 10px;
}
.con_ceto_003 .p1_cont {
    color: #a8a8a8;
}
.con_ceto_003 .a_control {
    padding: 10px 30px;
    border-radius: 5px;
    color: #fff;
    text-transform: uppercase;
}
.con_ceto_003 .p2_cont {
    margin-top: 40px;
}
.con_ceto_003 .cont_center {
    padding: 15px 0px;
}
.con_ceto_004{
	padding:60px;
}
.con_ceto_005{
	padding:60px;
}
.con_ceto_006 {
    background-color: #f6f6f6;
    padding: 60px 0px;
}
.con_a013_bg {
    background-color: rgba(37, 37, 37, 0.88);
}
.con_ceto_007 {
	padding:60px 0px;
}
.con_ceto_007 .sonny_progressbar{
  margin-bottom: 50px;
}
.con_ceto_007 .sonny_progressbar .shadow{
  box-shadow: none;
}
.ul_list{
	display:inline-block;
}
.con_ceto_001 .ul_list ul {
    padding-left: 0px;
    margin-top: 35px;
    /* margin: 0 auto; */
}
.con_ceto_001 .ul_list ul li {
    /* height: 55px; */
    /* width: 22px; */
    
    height: 20px;
    width: 20px;
    float: left;
    margin: 0px -1px;
    transform: rotate(45deg);
    -ms-transform: rotate(7deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.con_ceto_001 .ul_list ul li.li_bg {
    /* height: 55px; */
    /* width: 22px; */
    background-color: #d1cfd2;
    height: 20px;
    width: 20px;
    float: left;
    margin: 0px -1px;
    transform: rotate(45deg);
    -ms-transform: rotate(7deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position:relative;
    z-index:1;
}

.con_ceto_007 .skillls {
    padding-left: 0px;
    margin-top: 40px;
}

section.con_k026.speedy-content{
	background-color:#f6f6f6;
}
.blogdesign {
    background-color: #fff;
    margin: 0px 20px;
    overflow: hidden;
   
}
.blogdesign .padd_k026 {
	padding:20px;
}

.con_a026.speedy-content {
  padding:60px 0px;
}
.p_cont {
  color:#a8a8a8;
  margin-bottom: 20px !important;
}
.con_a061 .font-control {
    font-weight: bold;
        margin-top: 0px;
}
.con_ceto_007 .h3_contol{
  margin-top:0px;
  text-transform: capitalize !important;
}
.con_ceto_007 .angle_bg {
    
    height: 15px;
    width: 15px;
    border-radius: 100%;
    line-height: 15px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    margin-right: 10px;
}
.con_ceto_007 .ul_list_tab ul{
  padding-left:0px;
      padding-top: 20px;
}
.con_ceto_007 .ul_list_tab ul li{
  padding-bottom:10px;
      color:#a8a8a8;
}
.con_ceto_007 .padd_cont {
  padding-top:20px;
}
.con_ceto_007 .padd_left_zero{
  padding-left:0px;
}
.con_ceto_007 ul.nav.nav-tabs {
    padding-left: 0px;
}
.con_ceto_007 .nav-tabs > li.active > a, .con_ceto_007 .nav-tabs > li.active > a:hover, .con_ceto_007 .nav-tabs > li > a:hover {
    background-color: #2ed0c3;    
}
.con_ceto_007 .nav-tabs > li > a {
     border: 1px solid transparent; 
     color: #303030;
}

.con_ceto_007 .nav-tabs > li.active > a{
  color: #fff;
}

.con_ceto_007 .nav-tabs > li {
  text-align:center;
    width: 33%;
    text-transform: uppercase;
    font-weight: 600;
}


/*slider extra section*/
.slider-ex{
  position: relative;
  width: 100%;
}
.slider-ex:before{
    content: "";
    width: 100%;
    height: 100px;
    background-color: #f4f4f4;
    position: absolute;
    -webkit-transform: rotateZ(5deg);
    -moz-transform: rotateZ(5deg);
    -ms-transform: rotateZ(5deg);
    -o-transform: rotateZ(5deg);
    transform: rotateZ(5deg);
    z-index: 11;
    bottom: -17px;
    left: -49%;
}
.slider-ex:after{
    content: "";
    width: 100%;
    height: 100px;
    background-color: #f4f4f4;
    position: absolute;
    -webkit-transform: rotateZ(-5deg);
    -moz-transform: rotateZ(-5deg);
    -ms-transform: rotateZ(-5deg);
    -o-transform: rotateZ(-5deg);
    transform: rotateZ(-5deg);
    z-index: 11;
    bottom: -17px;
    right: -50%;
}

.dropdown-menu {
   
    border-radius: 0px !important; 
   
}



.btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
    color: #fff !important; 
  background-color: #2ed0c3 !important;
    
}
.con_ceto_006 .p_cont {
    padding-top: 20px;
}


.slider2-p {
    font-size: 23px;
    font-weight: 500;
    text-transform: uppercase;
}


.design_now {
    padding: 15px 30px;
    
    border-radius: 5px;
    color: #fff;
    font-weight: bold;
    font-size: 22px;
}
a.design_now:hover {
	color:#fff !important;
 }

p.slider2_feature {
    font-size: 20px;
}
.Ceto-header-bottom .language-object .Language.selected img {
    border-color: #f4f4f4;
}
.Ceto-header-bottom .language-object .Language img {
    border: 1px solid transparent;
}

@media screen and (max-width:1050px) and (min-width:768px){
  #header .list_contact a {
    color: #fff;
    font-size: 13px;
  }
  .list_contact ul{
  	padding-left:0px;
  }
  .list_contact ul li {
    float: left;
    padding: 12px 4px;
    list-style: none;
  }
  .header_top .social_list ul li {
     margin-left: 7px;
  }
  .header_Menu .SpeedyDropDown .nav > li {
      margin-left: 6px;
  }
}

@media screen and (max-width:767px) {
	.con_ceto_003 .cont_center {
      text-align: center;
  }
  #Copyright .SkinObject {
      float: none;
      text-align: center;
  }
  .list_artical ul {
      text-align: center;
      width:100%;
  }
  .list_artical ul li a:after {
      opacity: 0;
  }
  .mob_center{
  	text-align:center;
  }

  .footer_list {
      width: 100%;
  }
  .footer_list ul {
      text-align: center;
      display: inline-block;
  }

  .header_top .btn-default {
    width: 100%;
  }
  .dropdown-menu {
      left: 41% ! important;
  }

  .list_contact{
  	width:100%;
  	text-align:center;
  }
  .list_contact ul{
  	display:inline-block;
  	float:none;
    padding: 0px;
    width: auto;
    text-align: center;
  }
.dropdown{text-align: center !important;}
  #header .list_contact a {
      color: #fff;
  }
  .list_contact ul li {    
      padding: 10px 10px;
  }
  .header_top .social_list ul {
    padding: 3px 0px;
  }
}

@media screen and (max-width: 500px) {
  .list_contact ul li{
    width: 100%;
    padding: 5px 5px;
    display: inline-block;
  }
.slider-ex:before{

    bottom: -60px;
   
}
.slider-ex:after{
   
    bottom: -60px;
   }

}

