@charset "utf-8";
/* CSS Document */
@font-face{ 
src:url(../fonts/open-sans/OpenSans-Regular.ttf);
font-family:OpenSans-Regular;
}


/*=====================================================
                     reset css
======================================================*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
	
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}


/*=====================================================
                     global css
======================================================*/
body {
    font-family:OpenSans-Regular;
    font-size:14px;
    color:#666666;
    line-height:20px;
    font-weight:400;
    background-color:#FFFFFF;
    margin:0px;
    padding:0px;
}
a{
    text-decoration:none;
    cursor:pointer;
}
a:hover,a:focus,a:visited{
    text-decoration:none;
    outline:none;
}
h1,h2,h3,h4,h5,h6 {
    font-family:OpenSans-Regular;
    position:relative;	
    font-weight: 700 !important;
    margin:0px;
    background:none;
}
.h1,h1{font-size:36px}
.h2,h2{font-size:30px}
.h3,h3{font-size:24px}
.h4,h4{font-size:18px}
.h5,h5{font-size:14px}
.h6,h6{font-size:12px}

p{
    font-family:OpenSans-Regular;
    position:relative;
    padding:10px 0px;	
}
.center{
    text-align: center;
}

/*  1.3. color styles
    ------------------------------------------------------------------------- */
.white {
    color: #fff;
}
.black {
    color: #000;
}
.gray {
    color:#666666;
}





/*  1.2. spacing styles
    ------------------------------------------------------------------------- */

.no-padding{
    padding-left:0px !important;
    padding-right:0px !important;
}
.m-top-10{
    margin-top: 10px;
}
.m-top-15{
    margin-top: 15px;
}
.m-top-20{
    margin-top: 20px;
}
.m-top-25{
    margin-top: 25px;
}
.m-top-30{
    margin-top: 30px;
}
.m-bottom-10{
    margin-bottom: 10px;
}
.m-bottom-15{
    margin-bottom: 15px;
}
.m-bottom-20{
    margin-bottom: 20px;
}
.m-bottom-25{
    margin-bottom: 25px;
}
.m-bottom-30{
    margin-bottom: 30px;
}
.m-bottom-40{
    margin-bottom: 40px;
}


/*  1.3. button styles
    ------------------------------------------------------------------------- */
.divider-line{
    display: block;
    width: 100%;
    height: 1px;
    background-color: #e3e3e3;
}
.divider-dotted{
    display: block;
    width: 100%;
    height: 1px;
    background-color: transparent;
    border-bottom: 2px dotted #e3e3e3;
}


/*  1.4. button styles
    ------------------------------------------------------------------------- */

.btn-style-1{
    background-color: #2c356b;
    border: 2px solid #2c356b;
    padding: 8px 25px;
    text-transform: uppercase;
    color: #fff;
    display: inline-table;
    text-decoration: none;
}
.btn-style-1:hover{
    background-color: transparent;
    border: 2px solid #2c356b;
    color: #2c356b;
    text-decoration: none;
}


/*===============================================
                header-section
=================================================*/

.section-one{
	padding:0px 0px;
	background-color: rgb(7, 86, 67);
	position:fixed;
	z-index:9999999;
	width:100%;
        transition: all 0.4s ease;
}
.top-header{
	padding:0px 0px;
	overflow:hidden;
}
.top-header-logo{
	padding:20px 0px;
}
.l-dis{
	padding:0px 15px;
}
.top-header-logo img{
	padding:0px 0px;
	width: 100%;
	height: 67px;
}
.top-header-inner{
	padding:0px 0px;
	text-align:right;
	overflow:hidden;
/*	margin-top: 20px;*/
}
.top-header-text{
	padding: 20px 0px 0px 0px;
	text-align:right;
}
.top-header-text ul{
	padding:0px 0px;
	list-style:none;
	margin-bottom:0px;
}
.top-header-text ul li{
	padding:0px 6px;
	display:inline-block;
	border-right:1px solid #fff;
}
.top-header-text ul li:last-child{
	border-right:none;
}
.top-header-text ul li a{
	padding:0px 0px;
	color:#fff;
	font-size:15px;
	font-weight:300;
}
.top-header-text ul li a.active{
	padding:0px 0px;
	color:#3e3939;
}
.top-header-text ul li a:hover{
	color:#3e3939;
	text-decoration:none;
}
.top-header-text ul li a i{
	padding:0px 5px;
}
.top-header-text2{
	padding:7px 0px;
}
.top-header-text2 ul{
	padding:0px 0px;
	list-style:none;
}
.top-header-text2 ul li {
    padding: 1px 0px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    height: 22px;
    width: 22px;
    border-radius: 50%;
    border: 1px solid #999;
    text-align: center;
    background-color: #888888;
}

.top-header-text2 ul li a{
	padding:0px 0px;
	color:#fff;
}
.top-header-text2 ul li a:hover{
	color:#3e3939;
	text-decoration:none;
}

.top-header-text2 ul li a i{
	padding:0px 5px;

}

.row-2{
	padding:10px 0px;
	float:right;

}
.menu-title{
	padding:0px 0px;
}
.menu-title .hamburger{
	padding:0px;
	display:none;
	cursor:pointer !important;
	text-align: right;
}
.menu-title .hamburger i{
	padding:0px;
	font-size: 20px;
	color:#fff;
	
}
.menu-title .hamburger span{
	float:right;
	text-transform:uppercase;
	color:#fff;
}
.menu-title ul{
	padding-top: 0px;
	list-style:none;
	margin:0px;
	text-align:right;
}
.menu-title ul li{
	padding:20px 15px;
	display:inline-block;
	text-transform:uppercase;
	font-size:14px;

}
.menu-title ul li:last-child{
	border-right:none;
}
.menu-title ul li a {
    padding: 0px 0px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
}
.menu-title ul li a:hover {
    color: #28678a;
}
.menu-title ul li a i {
    padding-left: 10px;
    font-weight: 500;
}
.menu-title ul li:hover ul{
	padding:0px 0px;
	display:block;
}
.menu-title ul ul{
	padding:0px 0px;
	display:none;
	position: fixed;
        top: 100px;
	left:auto;
	z-index:99999;
}
.menu-title ul ul li{
        text-align:left;
        width: 200px;
	padding:10px 10px;
	display:block;
	position:relative;
	border-bottom:2px solid #ccc;
	background-color: rgba(255, 255, 255, 0.9);
	border-right:none;
}
.menu-title ul ul li a{
	padding:0px 0px;
	color:#31383a;
}

.menu-title ul ul li a:hover{
	text-decoration:none;
}

/*===============================================
                banner-section
=================================================*/
.banner-section{
	padding: 0px 0px;
	position: relative;
	z-index: 9999;
	top: 100px;
	width: 100%;

}
.jssorb05 {
    position: absolute;
}

    .jssorb05 div, .jssorb05 div:hover, .jssorb05 .av {
        position: absolute;
        /* size of bullet elment */
        width: 16px;
        height: 16px;
        background: url(../images/banner/b21.png) no-repeat;
        overflow: hidden;
        cursor: pointer;
    }

    .jssorb05 div {
        background-position: -7px -7px;
    }

        .jssorb05 div:hover, .jssorb05 .av:hover {
            background-position: -37px -7px;
        }

    .jssorb05 .av {
        background-position: -67px -7px;
    }

    .jssorb05 .dn, .jssorb05 .dn:hover {
        background-position: -97px -7px;
    }
.jssora22l, .jssora22r {
    display: block;
    position: absolute;
    /* size of arrow element */
    width: 40px;
    height: 58px;
    cursor: pointer;
    background: url(../images/banner/a15.png)center center no-repeat;
    overflow: hidden;
}

.jssora22l {
    background-position: -10px -31px;
}

.jssora22r {
    background-position: -70px -31px;
}

.jssora22l:hover {
    background-position: -130px -31px;
}

.jssora22r:hover {
    background-position: -190px -31px;
}

.jssora22l.jssora22ldn {
    background-position: -250px -31px;
}

.jssora22r.jssora22rdn {
    background-position: -310px -31px;
}




/* Slider */
#slider{
  width:100%;
  height:550px;
  position:relative;
  overflow:hidden;
}
@keyframes load{
  from{left:-100%;}
  to{left:0;}
}
.slides{
  width:400%;
  height:100%;
  position:relative;
  -webkit-animation:slide 30s infinite;
  -moz-animation:slide 30s infinite;
  animation:slide 30s infinite;
}
.slider{
  width:25%;
  height:100%;
  float:left;
  position:relative;
  z-index:1;
  overflow:hidden;
}
.slide img{
  width:100%;
  height:100%;
}
.slide img{
  width:100%;
  height:100%;
}
.image{
  width:100%;
  height:100%;
}
.image img{
  width:100%;
  height:100%;
}

/* Legend */
.legend{
  border:500px solid transparent;
  border-left:800px solid rgba(52, 73, 94, .7);
  border-bottom:0;
  position:absolute;
  bottom:0;
}

/* Contents */
.content{
  width:100%;
  height:100%;
  position:absolute;
  overflow:hidden;
}
.content-txt{
  width:400px;
  height:150px;
  float:left;
  position:relative;
  top:300px;
  -webkit-animation:content-s 7.5s infinite;
  -moz-animation:content-s 7.5s infinite;
  animation:content-s 7.5s infinite;
}
.content-txt h1{
  font-family:Arial;
  text-transform:uppercase;
  font-size:24px;
  color:#fff;
  text-align:left;
  margin-left:30px;
  padding-bottom:10px;
}
.content-txt h2{
  font-family:arial;
  font-weight:normal;
  font-size:14px;
  font-style:italic;
  color:#fff;
  text-align:left;
  margin-left:30px;
}

/* Switch */
.switch{
  width:120px;
  height:10px;
  position:absolute;
  bottom:50px;
  z-index:99;
  left:30px;
}
.switch > ul{
  list-style:none;
}
.switch > ul > li{
  width:10px;
  height:10px;
  border-radius:50%;
  background:#333;
  float:left;
  margin-right:5px;
  cursor:pointer;
}
.switch ul{
  overflow:hidden;
}
.on{
  width:100%;
  height:100%;
  border-radius:50%;
  background:#f39c12;
  position:relative;
  -webkit-animation:on 30s infinite;
  -moz-animation:on 30s infinite;
  animation:on 30s infinite;
}

/* Animation */
@-webkit-keyframes slide{
  0%,100%{
    margin-left:0%;
  }
  21%{
    margin-left:0%;
  }
  25%{
    margin-left:-100%;
  }
  46%{
    margin-left:-100%;
  }
  50%{
    margin-left:-200%;
  }
  71%{
    margin-left:-200%;
  }
  75%{
    margin-left:-300%;
  }
  96%{
    margin-left:-300%;
  }
}
@-moz-keyframes slide{
  0%,100%{
    margin-left:0%;
  }
  21%{
    margin-left:0%;
  }
  25%{
    margin-left:-100%;
  }
  46%{
    margin-left:-100%;
  }
  50%{
    margin-left:-200%;
  }
  71%{
    margin-left:-200%;
  }
  75%{
    margin-left:-300%;
  }
  96%{
    margin-left:-300%;
  }
}
@keyframes slide{
  0%,100%{
    margin-left:0%;
  }
  21%{
    margin-left:0%;
  }
  25%{
    margin-left:-100%;
  }
  46%{
    margin-left:-100%;
  }
  50%{
    margin-left:-200%;
  }
  71%{
    margin-left:-200%;
  }
  75%{
    margin-left:-300%;
  }
  96%{
    margin-left:-300%;
  }
}

@-webkit-keyframes content-s{
  0%{left:-420px;}
  10%{left:0px;}
  30%{left:0px;}
  40%{left:0px;}
  50%{left:0px;}
  60%{left:0px;}
  70%{left:0;}
  80%{left:-420px;}
  90%{left:-420px;}
  100%{left:-420px;}
}
@-moz-keyframes content-s{
  0%{left:-420px;}
  10%{left:0px;}
  30%{left:0px;}
  40%{left:0px;}
  50%{left:0px;}
  60%{left:0px;}
  70%{left:0;}
  80%{left:-420px;}
  90%{left:-420px;}
  100%{left:-420px;}
}
@keyframes content-s{
  0%{left:-420px;}
  10%{left:20px;}
  15%{left:0px;}
  30%{left:0px;}
  40%{left:0px;}
  50%{left:0px;}
  60%{left:0px;}
  70%{left:0;}
  80%{left:-420px;}
  90%{left:-420px;}
  100%{left:-420px;}
}

@-webkit-keyframes on{
  0%,100%{
    margin-left:0%;
  }
  21%{
    margin-left:0%;
  }
  25%{
    margin-left:15px;
  }
  46%{
    margin-left:15px;
  }
  50%{
    margin-left:30px;
  }
  71%{
    margin-left:30px;
  }
  75%{
    margin-left:45px;
  }
  96%{
    margin-left:45px;
  }
}

@-moz-keyframes on{
  0%,100%{
    margin-left:0%;
  }
  21%{
    margin-left:0%;
  }
  25%{
    margin-left:15px;
  }
  46%{
    margin-left:15px;
  }
  50%{
    margin-left:30px;
  }
  71%{
    margin-left:30px;
  }
  75%{
    margin-left:45px;
  }
  96%{
    margin-left:45px;
  }
}

@keyframes on{
  0%,100%{
    margin-left:0%;
  }
  21%{
    margin-left:0%;
  }
  25%{
    margin-left:15px;
  }
  46%{
    margin-left:15px;
  }
  50%{
    margin-left:30px;
  }
  71%{
    margin-left:30px;
  }
  75%{
    margin-left:45px;
  }
  96%{
    margin-left:45px;
  }
}






/*===============================================
                portfolio-section
=================================================*/

.portfolio-section{
	padding:0px 0px;
	margin-bottom:30px;
}
.portfolio-section-title{
	padding:0px 0px;
}
.portfolio-section-title h2{
	padding: 0px 0px;
	color: #444444;
	text-align: center;
	font-weight: 300;
	margin-top: 50px;
	text-transform: uppercase;
	
}

/*===============================================
                page-section
=================================================*/

.page-section{
	padding:40px 0;    
	display: block;
    overflow: hidden;
    position: relative;
    width: 100%;
}

/*===============================================
                luxury-section
=================================================*/
.luxury-section{
	padding:100px 0px;
	background-color:#fbfbfb;
}
/* .luxury-section::before {
    position: absolute;
    content: "";
    background-color: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
}*/
.luxury-section-title{
	padding:0px 100px;
}
.luxury-section-title h1{
	padding:0px 0px;
	color:#444444;
	text-align:center;
	font-weight:300;
	font-size: 35px;
	line-height: 50px;
}
.luxury-section-title h1::after {
    content: "";
    width: 100px;
    height: 1px;
    background-color: #444444;
    display: block;
    margin: 0 auto;
    margin-top: 20px;
}
.luxury-section-content{
	padding:10px 100px;
}
.luxury-section-content p{
	padding:0px 0px;
	text-align:center;
	color: #686868;
	font-size: 16px;
}
.luxury-section-columns{
	padding: 50px 0px;
        text-align: center;
}
.luxury-section-image{
	padding:0px 0px;
        text-align: center;
}
.luxury-section-image img{
	margin: 0 auto;
}
.luxury-section-heading{
	padding:0px 0px;
        text-align: center;
}
.luxury-section-heading h3{
	padding:0px 0px;
	color:#323232;
	font-weight: normal;
}
.luxury-section-text{
	padding:0px 0px;
        text-align: center;
	
}

.luxury-section-text p{
	padding:0px 0px;
	color: #686868;
	line-height:25px;
}


/******************************************************************************
  Portfolio / Work
*******************************************************************************/

.work-section .nav li,
.mixed-grid .nav li{
	padding:7px 15px;
	margin:0 20px 30px 20px;
	border-radius: 3px;
	border:1px solid transparent;
	color:#ffffff;
	text-transform:capitalize;
}
.work-section .nav.black li,
.mixed-grid .nav.black li{
	color:#171717;
}
.work-section .nav li.active,
.work-section .nav li:hover,
.mixed-grid .nav li.active,
.mixed-grid .nav li:hover{
	border:1px solid #ffffff;
	cursor:pointer;
	color:#ffffff;
}
.work-section .nav.black li.active,
.work-section .nav.black li:hover,
.mixed-grid .nav.black li.active,
.mixed-grid .nav.black li:hover{
	border:1px solid #171717;
	cursor:pointer;
	color:#171717;
}
.work-section .nav-pills{
	text-align:center;
}
.work-section .portfolio-grid .grid{
	max-width:400px;
}
.portfolio-grid .grid img{
	margin:0px auto;
}
.work-section .nav > li,
.mixed-grid .nav  > li{
	float:none;
	display:inline-block;
}
#mix-container .mix{
	display: none;
	padding:10px;
}
.figcaption{
	width:100%;
}
.figcaption{
	position:absolute;
	top: 50%;
    transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	opacity:0;
	text-align:center;
	color:#ffffff;
	padding:20px;
	width:100%;	
	left:0;
	right:0;
}
.figcaption i{
	color:#ffffff;
	padding:10px;
	background:rgba(0,0,0,.8);
	border-radius:50%;
}
.portfolio-grid .grids:hover .figcaption{
	position:absolute;
	opacity:1;
}
.portfolio-grid .grids:hover img{
	opacity:.2;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;	
}
.portfolio-grid .grid {
	position:relative;
	background-color:#000000;
}
.img-overlay{
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.8);
    bottom: 0;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.2s ease-out 0s;
}
.widget .img-overlay{
	display:none;
}
.grid-item:hover .img-overlay,
.grid-item:hover .figcaption{
	 opacity: 1;
}
.project-meta{
	margin-bottom:20px;
}
.grid-list .grids{
	border-bottom:1px solid rgba(0,0,0,.2);
	padding-bottom:40px !important;
	margin-bottom:30px !important;
}
.grid-list .title{
	margin-bottom:8px;
}
.grid-list .description{
	margin-bottom:15px;
	font-style:italic;
	font-size:12px;
}



/* Zoom Product */
.single-product{
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 0;
    overflow: hidden;
    position: relative;   
}
.zoom-product-thumb {
	text-align:center;	
	 border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.zoom-product-thumb img{
	display: inline-block;
	width:80px;
}
.zoomWrapper img,
.zoomContainer img{
	width:100%;
}
.zoomWindow{
	border:none !important;
	box-shadow:0 0 5px rgba(0, 0, 0, 0.15);
	z-index:99 !important;
}
.product-regulator{
	 display: inline-block;
    margin-bottom: 40px;
    vertical-align: top;
}
.product-regulator button{
	border: 1px solid #e1e1e1;
	border-radius: 0;
	color: #1e1e1e;
	height: 54px;
	padding: 15px 12px;
	display:inline-block;
}
.product-regulator #output{
	color: #7f7f7f;
    display: inline-block;
    height: 54px;
    padding: 15px 12px;
    text-align: center;
    vertical-align: top;
    width: 80px;    
	border: 1px solid #e1e1e1;
}
.product-meta-details{
	border-top:1px solid rgba(0, 0, 0, 0.1);
	padding-top:15px;
	font-size:14px;
}

/* Masonry Grid */

.grid-col-2 .grid-item ,
.grid-col-2 .grid-sizer{
	margin:0px 0px;
	padding:0px 0;
	width:50%;
}
.grid-col-2 .grid-item .post {
	padding:0 30px 0 0;
}
.grid-col-3 .grid-item,
.grid-col-3 .grid-sizer {
	margin:0px 0px;
	padding:0px 0;
	width:33.3%;
}
.grid-col-4 .grid-item,
.grid-col-4 .grid-sizer {
	margin:0px 0px;
	width:25%;
}
.grid-col-5 .grid-item,
.grid-col-5 .grid-sizer {
	margin:0px 0px;
	width:20%;
}
.grid-col-6 .grid-item,
.grid-col-6 .grid-sizer {
	margin:0px 0px;
	width:16%;
}
.pad.mixed-grid  .grid-col-6 .img-overlay{
    margin: 14px;
}
.pad.mixed-grid .grid-col-6 .item .img-overlay{
    margin: 7px;
}
.pad.mixed-grid .grid-col-6 .figcaption{
    padding: 15px 26px;
}
.grid-col-6 .grid-item h4,
.grid-col-6 .grid-sizer h4{
	font-size:13px;	
	margin-bottom:5px;
}

/* Masonry With Gap */

.pad.mixed-grid{
	margin:0 -15px;
}
.pad.mixed-grid .grid-item{
	padding:8px;
}.pad.mixed-grid .grid-item img {
	width: 100%;
        min-height: 250px;
        max-height: 250px;
}
.pad.mixed-grid .img-overlay{
	margin:25px;
}
.pad.mixed-grid  .item .img-overlay{
	margin:17px;
}
.pad.mixed-grid .figcaption{
	padding:15px 30px;
}


/*===============================================
                offer-section
=================================================*/
.offer-section {
    position: relative;
    background:url(https://sspharma.org.in/resources/media/1562141681_slide4_0.png);
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    color: #fff;
	
}

.offer-section::before {
    position: absolute;
    content: "";
    background-color: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
}
.offer-section-title{
	padding:70px 0px 20px 0px;
	overflow: hidden;
}
.offer-section-title h1 {
    padding: 0px 0px;
    color: #fff;
    text-align: center;
    font-weight: 300;
    text-transform: uppercase;
}
.offer-section-text{
	text-align:center; 
	color: #fff; 
	padding: 0px 50px 70px 50px;
}
.offer-section-text p{
	margin: 0px;
}


/*===============================================
                designers-section
=================================================*/
.designer-section {
    position: relative;
    background:url(https://sspharma.org.in/resources/media/1562141788_slide2_0.png);
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    color: #fff;
	
}

.designer-section::before {
    position: absolute;
    content: "";
    background-color: rgba(255, 255, 255, 0.8);
    width: 100%;
    height: 100%;
}

.designer-section-title{
	padding:70px 0px 35px 0px;
	overflow: hidden;
}

.designer-section-title h1{
	padding:0px 0px;
	color:#444444;
	text-align:center;
	font-weight:300;
	text-transform:uppercase;
}
.designer-section-content{
	padding:35px 130px 70px 130px;
	overflow: hidden;
}
.dt-service-item {
    border: 1px solid rgba(0, 0, 0, 0.2);
    cursor: pointer;
    text-align: center;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    margin-bottom: 30px;
    position: relative;
}
.dt-service-item:hover h3 {
    color: #FFF;
}
.dt-service-item:hover i {
    color: #FFF;
}
.dt-service-item img {
    margin: 0 auto;
    padding-top: 10px;
    height: 70px;
    width: 70px;
    border-radius: 5px;
}

.dt-service-item h3 { 
	color: #000;
	text-transform:uppercase;
	font-size:14px;
	font-weight:700;
}

.dt-service-item h3:hover { color: #FFF;}

.dt-service-item:hover {
    border: 1px solid #31383a; background-color:#31383a; color:#FFF;
}

.dt-service-item i {
    font-size: 56px;
    color: #323232;
    padding: 35px 0 20px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fa:hover {

  color:#FFF;
}

.dt-service-text{
	padding:0px 0px;
	background-color:#424242;
	position: absolute;
    top: 0px;
}
.icon-section{
	padding:15px 0px;
	
}
.icon-section i{
	padding:7px 8px;
	border:1px solid #ddd;
	overflow:hidden;
}
.icon-text{
	padding:12px 8px;
}
.icon-text h5{
	padding:0px 0px;
	text-transform:uppercase;
}
.content-section{
	padding: 0px 2px 2px 2px;
}
.content-section p{
	padding: 4px 15px;
	text-align: justify;
	text-transform: capitalize;
	font-size: 14px;
}


/*===============================================
                testimonial-section
=================================================*/
.testimonial-section{
	padding:40px 0px;
	background-color:#075643;
	text-align: center;
	
}
.testimonial-section-inner{
	color: #fff;
	text-align: center;
}
.testimonial-section-inner .carousel {
    margin-top: 0px;
    position: relative;
    padding-bottom: 70px;
}
.testimonial-section-inner h1{
	text-transform:uppercase;
}

.item .auther-name {
    text-align: center;
    color: #fff;
}
.item .auther-name h5 {
    text-align: center;
    color: #fff;
}
.item .auther-expl {
    text-align: center;
    padding-top: 20px;
    color: #fff;
}
.item .auther-expl p {
    text-align: center;
}
.carousel-indicators {
    bottom: 0px;
}



/*===============================================
                client-section
=================================================*/

.client-section{
	position: relative;
	padding:20px 0px;
	background-color:#fff;
	overflow: hidden;
	text-align: center;
}
.client-section h1{
	padding-bottom: 15px;
	text-align: center;
	text-transform:uppercase;
}
.client-section ul{
	padding:0px 0px;
	text-align: center;
}
.client-section ul li{
	padding:10px 5px;
	display: inline-block;
	text-align: center;
}


/*===============================================
                footer-section
=================================================*/

.footer-section{
	padding:0px 0px;
	background-color:#075643;
}
.footer-section-info{
	padding:50px 0px;
}
.footer-section-title{
	padding:0px 0px;
}

.footer-section-title h4{
	padding:10px 0px;
	color:#fff;
	font-style:italic;
	text-transform:capitalize;
	font-size:16px;
}
.footer-section-content{
	padding:0px 0px;
}
.footer-section-content p{
	padding:0px 0px;
	color:#fff;
	text-transform:capitalize;
	line-height:25px;
	text-align:justify;
	font-size:15px;
	margin-top:15px;
}

.footer-section-icons{
	padding:0px 0px;
	margin-top:20px;
}

.footer-section-icons ul{
	padding:0px 0px;
	list-style:none;
}
.footer-section-icons ul li{
	padding:7px 0px;
	margin-right:5px;
	display:inline-block;
	background-color:#fff;
	height:30px;
	width:30px;
	border-radius:50%;
	text-align:center;
}

.footer-section-icons ul li:hover{
	padding:7px 0px;
	display:inline-block;
	background-color:#fff;
	height:30px;
	width:30px;
	border-radius:50%;
	text-align:center;
	background-color:#3b3c44;
	color:#fff;
}

.footer-section-icons ul li a{
	padding:0px 8px;
	color:#3b3c44;
}
.footer-section-icons ul li a:hover{
	padding:0px 8px;
	color:#fff;
}

.footer-section-icons ul li a i{
	padding:0px 0px;
	font-size:16px;
}


.footer-section-list{
	padding:0px 0px;
}

.footer-section-list ul{
	padding:0px 0px;
}

.footer-section-list ul li{
	padding:0px 0px;
	display:block;
	line-height:35px;
	text-transform:capitalize;
}

.footer-section-list ul li a{
	padding:0px px;
	color:#fff;
	
}

.footer-section-list ul li a:hover{
	color:#ffffff;
	text-decoration:none;
	
}

.footer-section-list ul li a i{
	padding:0px 8px;
	color:#fff;
	
}

.footer-section-contact-info{
	padding:0px 0px;
}

.footer-section-contact-info p{
	padding:0px 0px;
	color:#fff;
	text-transform:none;
	font-size:15px;
	line-height:27px;
}

.footer-section-contact-info p i{
	padding:0px 8px;
	color:#fff;
	
}
/*===============================================
                copyright-section
=================================================*/
.copyright-section{
	padding:10px 0px;
	background-color:#262626;
}
.copyright-text{
	padding:0px 0px 0px 0px;
}

.copyright-text p{
	padding:0px 0px;
	color:#a6a6a6;
	text-transform:capitalize;
	font-size:12px;
	margin-top:10px;
}

.copyright-right-text{
	padding:0px 0px;
	float:right;
}

.copyright-right-text p{
	padding:0px 0px;
	color:#a6a6a6;
	text-transform:capitalize;
	font-size:12px;
	margin-top:10px;
}

.copyright-right-text p a{
	padding:0px 0px;
	color:#fff;
}
.copyright-right-text p a:hover{
	color:#a6a6a6;
	text-decoration:none;
}


/* =============================================================================
    13. back to top style
    ========================================================================= */

#back-to-top {
    position: fixed;
    bottom: 10px;
    right: 40px;
    z-index: 9999;
    width: 40px;
    height: 40px;
    line-height: 36px;
    text-align: center;
    background: #2c356b;
    border: 2px solid #2c356b;
    color: #444;
    cursor: pointer;
    border-radius: 2px;
    text-decoration: none;
    transition: opacity 5s ease-out;
    color: #fff;
    font-size: 22px;
    font-weight: bold;
}
#back-to-top:hover {
    background: transparent;
    border: 2px solid #2c356b;
}
#back-to-top.show {
    opacity: 1;
}


/*===============================================
                contact-section
=================================================*/

.contact-sec{
    position: relative;
    background: url(../images/contact-bg.jpg);
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    color: #fff;
}
.contact-sec::before {
    position: absolute;
    content: "";
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
}
.contact-sec .contact-contant{
	padding: 50px 0px;
}
.contact-sec h1{
	text-align: center;
	margin-bottom: 40px;
	text-transform:uppercase;
}
.contact-info {
    padding-top: 10px;
}
.contact-info li {
    margin-bottom: 25px;
}
.contact-info i {
    color: #323232;
    background: #fff;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    margin-right: 15px;
}
.contact-form {
    padding: 0px 0px;
}
.contact-form .form-row {
    padding: 10px 0px;
}
.contact-form input[type="text"], input[type="email"], textarea {
    width: 100%;
    padding: 10px 10px;
    border: 1px solid #fff;
    background-color: transparent;
    border-radius: 3px;
    vertical-align: top;
}
.contact-form button {
    padding: 10px 35px;
    background-color: #28678a;
    border: 2px solid #28678a;
    color: #fff;
    border-radius: 3px;
    text-transform: uppercase;
}
.contact-form button:hover {
    background-color: transparent;
    border: 2px solid #28678a;
    color: #28678a;
}


/*===============================================
                map-section
=================================================*/


.map-section{
	position: relative;
	padding: 0px 0px;
}
.button-map {
    cursor: pointer;
    text-align: center;
    position: relative;
    width: 100%;
    display: block;
    background: #121212;
    color: #fff;
    font-size: 22px;
    text-transform: uppercase;
    padding: 30px 0;
}

.button-map:hover {
    background: #fff;
    color: #121212;
    text-decoration: none;
}
.map-section i {
    font-size: 18px;
}
.map-section a:hover {
    color: #121212;
}
.map-section i:hover {
    color: #121212;
}
.map-box{
	position: relative;
	padding: 0px 0px;
	display: none;
}


/*===============================================
                default section 
=================================================*/
.default-section{
    position:relative;
    padding:50px 0px;
}
.default-section h1{
    padding:10px 0px 30px 0px;
    font-size: 36px;
    text-transform: uppercase;
    font-weight: 700;
}
.default-section h2{
    padding:10px 0px 30px 0px;
    font-size: 32px;
    text-transform: uppercase;
    font-weight: 700;
}
.default-section h3{
    padding:10px 0px 25px 0px;
    font-size: 26px;
    text-transform: uppercase;
    font-weight: 700;
}



/*===============================================
                inrernal banner-section
=================================================*/

.internal-banner{
    position: relative;
    padding:0px 0px;
    background-image: url(../images/bg001.jpg);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}
.internal-banner::before{
    position: absolute;
    content: "";
    background-color: rgba(0,0,0,0.7);
    width: 100%;
    height: 100%;
    display: block;
}
.internal-banner .internal-banner-content{
    position: relative;
    padding: 130px 0px 40px 0px;
    text-align: center;
}
.internal-banner-content .int-banner-title {
    padding-bottom: 10px;
    color: #fff;
    font-size: 40px;
}
.internal-banner-content .banner-breadcrumb {
    padding:0px 0px;
    color: #fff;
    font-weight: 700;
}
.banner-breadcrumb a{
    color: #fa9928;
    font-weight: 600;
}
.banner-breadcrumb a:hover{
    color: #fff;
}




/*===============================================
                page sidebar style
=================================================*/

.sidebar {
    position: relative;
    display: block;
    padding: 0px 0px;
}
.sidebar .widget {
    margin-bottom: 50px;
    border: 1px dotted #e0e0e0;
    padding: 15px 15px;
}
.widget-text p {
    padding: 0px 0px;
}
.sidebar .widget-title {
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .5px;
    margin-bottom: 25px;
}

/* widget-categories style
=============================================*/
.widget-categories {
    position: relative;
}
.widget-categories ul {
    padding: 0px;
    margin: 0px;
}
.widget-categories ul li {
    list-style-type: none;
    position: relative;
    padding: 0px 35px 10px 20px;
    border-bottom: 1px dotted #e0e0e0;
    margin-bottom: 10px;
}
.widget-categories ul li:before {
    position: absolute;
    top: 0px;
    left: 0px;
    font-family: 'FontAwesome';
    font-size: 16px;
    line-height: 26px;
    content: '\f105';
}
.widget-categories ul li a {
    font-weight: normal;
    color: #666666;
}
.widget-categories ul li a:hover {
    text-decoration: none;
    color: #2c356b;
}

/* widget-tags style
=============================================*/
.widget-tags {
    position: relative;
}

.widget-tags li {
    display: inline-block;
    background: #2c356b;
    padding: 3px 10px 3px 10px;
    margin: 5px 0px 0px 0px;
    border: 2px solid #2c356b;
}
.widget-tags li:hover {
    border: 2px solid #2c356b;
    background-color: transparent;
    color: #2c356b;
    text-decoration: none;
}
.widget-tags li:hover a {
    color: #2c356b;
    text-decoration: none;
}
.widget-tags li a {
    color: #fff;
    font-weight: normal;
    font-size: 13px;
}



/* =============================================================================
    22. blog page style
    ========================================================================= */

.blog-post {
    position: relative;
    border: 1px dotted #e0e0e0;
}
.blog-post .post-image {
    display: block;
    overflow: hidden;
}
.blog-post .post-image img {
    position: relative;
    width: 100% !important;
    max-width: none;
    min-height: 230px;
    max-height: 230px;
    transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -webkit-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
}
.blog-post .post-image: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);	
}
.full-image {
    width: 100%;
}
.blog-post h4 a {
    color: #242424;
}
.blog-post h4 a:hover {
    color: #60c926;
}
.blog-post .post-detail {
    position: relative;
    margin-top: 20px;
    margin-bottom: 15px;
    padding: 0px 15px;
}
.blog-post .post-detail li {
    display: inline-block;
    padding: 0px 20px 0px 0px;
}
.blog-post .post-detail li a {
    color: #666666;
    font-size: 12px;
    font-style: italic;
    text-decoration: none;
}
.blog-post .post-detail i {
    color: #2c356b;
}
.blog-post .content-box {
    position: relative;
    margin-bottom: 15px;
    padding: 0px 15px;
}

/*  22.1. blog comments section styles
    ------------------------------------------------------------------------- */

.comment-sec {
    position: relative;
    margin-top: 50px;
}
.comment-title {
    margin: 0px 0px 30px 0px;
}
.comment-title h4 {
    text-transform: uppercase;
}
.comment-title i {
    color: #2c356b;
}
.comment-box {
    position: relative;
    margin: 0px 0px 30px 0px;
    padding: 0px 0px 20px 110px;
    border-bottom: 1px solid #f1f1f1;
}
.comment-box .author-thumb {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 90px;
    height: 90px;
    border: 1px solid #f1f1f1;
}
.comment-box .author-thumb img {
    width: 100%;
    height: 100%;
    display: block;
}
.comment-box .comment-info {
    margin-bottom: 10px;
    color: #666;
}
.comment-box .comment-info a {
    color: #2c356b;
    font-weight: 700;
}
.comment-form {
    position: relative;
}
.comment-form input[type="text"], textarea {
    position: relative;
    display: block;
    width: 100%;
    line-height: 25px;
    padding: 10px 20px;
    border: 1px solid #dddddd;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
}


/* =============================================================================
    22. simple poup gallery style
    ========================================================================= */

.gallery-pop {
    position: relative;
    padding: 0px 0px;
}
.gallery-pop .item-pop-gallery {
    padding: 10px 0px;
}
.item-pop-gallery .pop-image {
    display: block;
    overflow: hidden;
}
.item-pop-gallery .pop-image img {
    position: relative;
    width: 100% !important;
    max-width: none;
    min-height: 200px;
    max-height: 200px;
    transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -webkit-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
}
.item-pop-gallery .pop-image: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);	
}
.item-pop-gallery .pop-image-title {
    position: relative;
    padding: 0px 0;
    text-align: center;
    margin-top: -30px;
    z-index: 99;
}
.item-pop-gallery .pop-image-title h5 {
    text-align: center;
    background-color: rgba(36,43,85,1);
    display: inline-table;
    color: #fff;
    font-size: 14px;
    padding: 12px 35px;
    border-radius: 3px;
}



/* =============================================================================
    22. team section style
    ========================================================================= */

.team-section{
    padding:20px 0px 0px 0px;
    overflow:hidden;
}
.team-box-section{
    padding:0px 30px;
}
.team-inner-title{
    padding:0px 0px; 
}
.team-inner-title h4{
    font-size:18px;
    letter-spacing:3px;
    text-transform:uppercase;
    text-align:center;
    margin:0px; 
}
.team-inner-title p{
  text-align:center;
  text-transform:capitalize;
  margin:0px;
  padding: 0px;
  color: #999;
}
.team-inner-image{
    padding:15px 0px 0px 0px;
}
.team-inner-image img{
    width:100%;
}
.team-inner-image p{
    font-size:14px;
    text-align:center;
    margin:0px;
    color: #999;
    font-style: italic;
}
.team-icons{
    padding:0px 0px;
}
.team-icons ul{
    list-style:none;
    text-align: center;
}
.team-icons ul li{
    display:inline-block;
    padding:0px 5px;
    font-size:18px;
    font-weight:bold;
}
.team-icons ul li:first-child::before{
    content: "";
    position: absolute;
    width: 50px;
    height: 1px;
    background-color: #000;
    left: 45px;
    bottom: 22px;
}
.team-icons ul li:last-child::before{
    content: "";
    position: absolute;
    width: 50px;
    height: 1px;
    background-color: #000;
    right: 45px;
    bottom: 22px;
}
.team-icons ul li a{
    color:#000;
}
.team-icons ul li a:hover{
    color:#81b541;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #fff;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #fff;
}
.animated {

    -webkit-animation: slide 0.5s forwards;
    -webkit-animation-delay: 2s;
    animation: slide 0.5s forwards;
    animation-delay: 2s;
}
@-webkit-keyframes slide {
    100% { left: 0; }
}

@keyframes slide {
    100% { left: 0; }
}
