/*!
 * Start Bootstrap - Scrolling Nav (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

body {
    width: 100%;
    height: 100%;
    font-family: 'Montserrat', sans-serif;



}

html {
    width: 100%;
    height: 100%;

}


h1,
h2,
h3,
 {
    font-family: oswald;
}





.portfolio-section{
    /*height: 100%;*/
    /*padding-top: 20px;*/
    text-align: center;
    background: #f8f7f5;
    padding :50px;
    /*margin-top: 100px;*/
}

.reviews-section{

    padding-top: 20px;
    text-align: center;
    background: white;
    margin-top: 100px;

}


.about-section {
    /*height: 100%;*/
    padding-top: 100px;
    text-align: center;
    background: white;

}


.resume-section
{
    padding-top: 100px;
    background-color: #e9f0f5;
    margin-top: 100px;

}

.services-section {
    text-align: center;
    background: white;
    padding-top: 20px;
    margin-top: 100px;
}


.logo_slider {
    text-align: center;
    color: #c0392b ;

}

.work_slider
{
   font-size: 24px;
   display: flex;
  flex-direction: row;
  justify-content: center;
  text-align: center;
}




.quote_section {
    /*height: 100%;*/
    margin-top: 100px;
    text-align: center;
    background: #2980b9;
    padding: 20px;
    margin-bottom: 100px;

}


.contact-section {
    padding-top: 100px;
    margin-top: 100px;
    text-align: center;
    background: white;
}


.gallery-section {
    padding-top: 100px;
    margin-top: 100px;
    text-align: center;
    background: white;
}



@media(min-width:770px) {
    .navbar {
        padding: 5px 0;
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
    }

    .top-nav-collapse {
        padding: 15px;
    }
}






@media(min-width:767px) {
    .navbar {
        /*padding: 20px 0;*/
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
    }

    .top-nav-collapse {
        padding: 10;
    }
}




@media(max-width:768px) {
    .navbar-brand {
    /*background: #34495e none repeat scroll 0 0 !important;*/
    font-size: 25px !important;
}
}

@media(max-width:360px) {
    .navbar-brand {
    font-size: 35px !important;
}
}


.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    background-color: #ffffff;
    border-radius: 47px;
    color: #555;
}



/* Demo Sections - You can use these as guides or delete them - the scroller will work with any sort of height, fixed, undefined, or percentage based.
The padding is very important to make sure the scrollspy picks up the right area when scrolled to. Adjust the margin and padding of sections and children
of those sections to manage the look and feel of the site. */

/*.page_top {

    text-align: center;
}*/





/*
***************************
Navigation
****************************/

.opaque-navbar {
    background-color: rgba(0,0,0,0.5);
  /* Transparent = rgba(0,0,0,0) / Translucent = (0,0,0,0.5)  */
    height: 60px;
    border-bottom: 0px;
    transition: background-color .5s ease 0s;
}

.opaque-navbar.opaque {
    background-color: #34495e;
    height: 60px;
    transition: background-color .5s ease 0s;
}




@media (max-width: 992px) {

  .opaque-navbar {
    background-color: black;
    height: 60px;
    transition: background-color .5s ease 0s;
}

}

.navbar-default .navbar-nav > li > a {
    color: #ffffff;
}



.navbar-nav > li > a {
    line-height: 20px;
}

.navbar {
    /*border: 1px solid transparent;*/
    margin-bottom: 20px;
    min-height: 70px;
    /*position: relative;*/
}

.navbar-brand
{
	font-size:3em;
	color: #fff !important;
	text-decoration:none;
	font-family: 'Kaushan Script', cursive;

}


.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
    background-color: transparent;
    color: #2980b9;
}

@media only screen and (max-width: 767px) {
   .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        background-color: #000;
    }
}

.full_banner
{
  /*margin-top: -20px;*/
    background-image: url("../images/banner.jpg");
    /*background-image: url("https://images.unsplash.com/photo-1536148935331-408321065b18?");*/
    background-attachment: fixed;
    background-position: center center, center top;
    background-repeat: repeat, no-repeat;
    height: 100vh;

}

.banner-content-middle {
        color: #e7f6ff ;
        width: auto;
        height: 100vh;
        width: 100%;
        display: table;
        display: table-cell;
        vertical-align: middle;
        text-align: left;

}

.banner-content-middle h1
{
	font-family: 'Ubuntu', sans-serif;


}


/**********************
BANNER
*********************/


#my_name
{
	font-size: 75px;
	color: #2ecc71;
	text-shadow: 3px 3px 0px #2c2e38, 5px 5px 0px #5c5f72;
}




    a {
	text-decoration: none;
	color:#2980b9;
}
	a:hover{
		color:#999;
	}
p{
	line-height: 2em;
	margin:0 0 20px;
	text-align: left;
}

.wrap{
	max-width: 600px;
	margin:150px auto;
}

.type-wrap {
    margin-bottom: 20px;
    color: #fff;
    font-size: 30px;


}


 .typed-cursor{
            opacity: 1;
            font-weight: 100;
            -webkit-animation: blink 0.7s infinite;
            -moz-animation: blink 0.7s infinite;
            -ms-animation: blink 0.7s infinite;
            -o-animation: blink 0.7s infinite;
            animation: blink 0.7s infinite;
        }
        @-keyframes blink{
            0% { opacity:1; }
            50% { opacity:0; }
            100% { opacity:1; }
        }
        @-webkit-keyframes blink{
            0% { opacity:1; }
            50% { opacity:0; }
            100% { opacity:1; }
        }
        @-moz-keyframes blink{
            0% { opacity:1; }
            50% { opacity:0; }
            100% { opacity:1; }
        }
        @-ms-keyframes blink{
            0% { opacity:1; }
            50% { opacity:0; }
            100% { opacity:1; }
        }
        @-o-keyframes blink{
            0% { opacity:1; }
            50% { opacity:0; }
            100% { opacity:1; }
        }


/*************************
SCROLL BUTTON ICONS ANIMATION
*******************************/




.demo a {
    position: absolute;
    bottom: 20px;
    left: 75%;
    z-index: 2;
    display: inline-block;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    color: #fff;
    font : normal 400 20px/1 'Josefin Sans', sans-serif;
    letter-spacing: .1em;
    text-decoration: none;
    transition: opacity .3s;
}
.demo a:hover {
    opacity: .5;
}


#scroll_icon a {
    padding-top: 60px;
}
#scroll_icon a span {
    position: absolute;
    top: 0;
    left: 50%;
    width: 46px;
    height: 46px;
    margin-left: -23px;
    border: 1px solid #fff;
    border-radius: 100%;
    box-sizing: border-box;
}
#scroll_icon a span::after {
    position: absolute;
    top: 50%;
    left: 50%;
    content: '';
    width: 16px;
    height: 16px;
    margin: -12px 0 0 -8px;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    box-sizing: border-box;
}
#scroll_icon a span::before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    content: '';
    width: 44px;
    height: 44px;
    box-shadow: 0 0 0 0 rgba(255,255,255,.1);
    border-radius: 100%;
    opacity: 0;
    -webkit-animation: sdb03 3s infinite;
    animation: sdb03 3s infinite;
    box-sizing: border-box;
}
@-webkit-keyframes sdb03 {
    0% {
        opacity: 0;
    }
    30% {
        opacity: 1;
    }
    60% {
        box-shadow: 0 0 0 60px rgba(255,255,255,.1);
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}
@keyframes sdb03 {
    0% {
        opacity: 0;
    }
    30% {
        opacity: 1;
    }
    60% {
        box-shadow: 0 0 0 60px rgba(255,255,255,.1);
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}






.links{
	margin:20px 0;
	font-size: 0.75em;
	text-align: center;
}


#about {
    padding-top: 80px;
}

#about img {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: auto;
}

#about h2 {
    text-decoration: none;
    text-transform: uppercase;
    margin-bottom: 30px;
}

#about h2::before {
    border-style: solid;
    border-width: 1px;
    content: '';
    margin-top: 43px;
    padding-bottom: 0px;
    padding-left: 128px;
    position: absolute;
    margin-left: 15px;
}

#about p {
    font-size: 16px;
    margin-bottom: 20px;
}

.timeline_header
{
    background:#337ab7;
    /*width: 50%;*/
    text-align: center;
    padding: 1px;
    margin-top: 5px;
    color: #fff;
    border-radius: 2px;
    font-size: 28px;
    position:relative;
    z-index:500;
}


.content {
    padding-top: 30px;
}



/* Testimonials */
.testimonials blockquote {
    background: #f8f8f8 none repeat scroll 0 0;
    border: medium none;
    color: #666;
    display: block;
    font-size: 11px;
    line-height: 20px;
    padding: 15px;
    position: relative;
}
.testimonials blockquote::before {
    width: 0;
    height: 0;
    right: 0;
    bottom: 0;
    content: " ";
    display: block;
    position: absolute;
    border-bottom: 20px solid #fff;
    border-right: 0 solid transparent;
    border-left: 15px solid transparent;
    border-left-style: inset; /*FF fixes*/
    border-bottom-style: inset; /*FF fixes*/
}
.testimonials blockquote::after {
    width: 0;
    height: 0;
    right: 0;
    bottom: 0;
    content: " ";
    display: block;
    position: absolute;
    border-style: solid;
    border-width: 20px 20px 0 0;
    border-color: #e63f0c transparent transparent transparent;
}
.testimonials .carousel-info img {
    border: 1px solid #f5f5f5;
    border-radius: 150px !important;
    height: 75px;
    padding: 3px;
    width: 75px;
}
.testimonials .carousel-info {
    overflow: hidden;
}
.testimonials .carousel-info img {
    margin-right: 15px;
}
.testimonials .carousel-info span {
    display: block;
}
.testimonials span.testimonials-name {
    color: #e6400c;
    font-size: 16px;
    font-weight: 300;
    margin: 23px 0 7px;
}
.testimonials span.testimonials-post {
    color: #656565;
    font-size: 12px;
}



/*css for the line in the service section */
.section-head
{
    display: flex;
  flex-direction: row;
  justify-content: center;
  text-align: center;
}

.section-head:before, .section-head:after {
  background-color: rgba(14, 14, 14, 0.13);
  content: '\a0';
  flex-grow: 1;
  height: 1px;
  position: relative;
  top: 0.5em;
}
.section-head:before {
  margin-right:10px;
}
.section-head:after {
  margin-left:10px;
}

/*end*/



/*line css for resume section heading */
#resume_head
{
    display: flex;
  flex-direction: row;
  /*justify-content: center;*/
  text-align: left;
  text-transform: uppercase;
  font-size: 34px;
  padding-bottom: 10px;
}
 #resume_head:after {
  background-color: rgba(14, 14, 14, 0.13);
  content: '\a0';
  flex-grow: 1;
  height: 1px;
  position: relative;
  top: 0.5em;
  margin-left:10px;
  margin-top: 4px;

}



/*css line for the contact section*/

.contact_me
{
    display: flex;
  flex-direction: row;
  justify-content: center;
  text-align: center;
}

.contact_me:before, .contact_me:after {
  background-color: rgba(14, 14, 14, 0.13);
  content: '\a0';
  flex-grow: 1;
  height: 1px;
  position: relative;
  top: 0.5em;
}
.contact_me:before {
  margin-right:10px;
}
.contact_me:after {
  margin-left:10px;
}





/*css line for the portfolio section*/



.portfolio_head
{
    display: flex;
  flex-direction: row;
  justify-content: center;
  text-align: center;
  padding-bottom: 50px;
  text-transform: uppercase;
}


.portfolio_head:before, .portfolio_head:after {
  background-color: rgba(14, 14, 14, 0.13);
  content: '\a0';
  flex-grow: 1;
  height: 1px;
  position: relative;
  top: 0.5em;
}
.portfolio_head:before {
  margin-right:10px;
}
.portfolio_head:after {
  margin-left:10px;
}



.roll-icon-box .icon {
    border: 1px solid #d65050;
    text-align: center;
    width: 80px;
    height: 80px;
    line-height: 75px;
    margin: 0 auto -46px;
    border-color: #2980b9;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;

}

.fa { line-height: 1.5;}


.service_content
{
    color: #000;
    font-size: 11px;
    text-align: center;
}


.service_header
{
    color: #2980b9;
    font-size: 24px;
}



.port-image
{
    width: 100%;
}

.col-md-3
{
    margin-bottom:20px;
}

.each-item
{
    position:relative;
    overflow:hidden;
}

.each-item:hover .cap2, .each-item:hover .cap1
{
    left:0px;
}

.cap1
{
    position:absolute;
    width:100%;
    height:70%;
    background:rgba(255, 255, 255, 0.5);
    top:0px;
    left:-100%;
    padding:10px;

    transition: all .5s;
}

.cap2
{
    position:absolute;
    width:100%;
    height:30%;
    background:rgba(0, 178, 255, 0.5);
    bottom:0px;
    left:100%;
    padding:10px;

    transition: all .5s;
}



.quote-part
{
    padding: 10px;
}

.quote-part h1
{
    color: #fff;
    text-align: left;
}

.quote-part p
{
    text-align: left;
    color: #fff;
}


/*QUOATE SECTION*/
/*quote button*/

 .button {
    background-color: #4CAF50;
    /*border: white;*/
    border: solid 3px white;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    text-transform: uppercase;
    text-decoration: none;
    background: rgba(0,0,0,0);
    border-radius: 50px;
    padding: 10px;

}

.button:hover
{
    /*color: blue;*/
    text-decoration: none;
    background:white;

}


.right-col
{
    padding: 60px;

}




/*CONTACT SECTION CSS*/



#contact {
    padding-top: 80px;
    padding-bottom: 100px;
}

#contact h2 {
    text-decoration: none;
    text-transform: uppercase;
    margin-bottom: 30px;
}

#contact h2::before {
    border-style: solid;
    border-width: 1px;
    content: '';
    margin-top: 25px;
    padding-bottom: 12px;
    padding-left: 185px;
    position: absolute;
}

.form-control,
textarea.form-control {
    font-size: 1em;
    color: #222;
    border-radius: 0;
    padding: 0.4em 0.4em 0.4em;
    border-width: 0 0 1px 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all .15s;
    -o-transition: all .15s;
    transition: all .15s;
}

.form-control:focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

textarea.form-control {
    padding-top: 1em;
    height: 7em;
    resize: none;
}

.form-control::-moz-placeholder {
    color: #9F9F9F;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: #9F9F9F;
}

.form-control::-webkit-input-placeholder {
    color: #9F9F9F
}

.contact_button {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 0.85em;
    letter-spacing: 0.1em;
    line-height: 1;
    position: relative;
    display: inline-block;
    padding: 1.4em 3.5em 1.4em;
    border-radius: 0;
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    background:#2980b9;
    -webkit-transition: background-color .3s ease-out;
    -o-transition: background-color .3s ease-out;
    transition: background-color .3s ease-out;
}

.contact_button .fa {
    font-size: 1.3em;
    margin-right: 5px;
    color: #fff;
}

.contact_button:focus {
    outline: none!important;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.contact_button:hover,
.contact_button:focus {
    background:#024470;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #ccc;
    font-style: italic;
    font-weight: normal;
}

address strong {
    font-size: 20px;
    margin-left: 10px;
    text-transform: uppercase;
    font-weight: 500;
}

#contact-msg {
    color: #ddd;
    font-size: 14px;
    font-weight: 500;
}


address {
text-align: left;
color: #2980b9
}

address i
{
    color: #2980b9;
}

.footer{
    /*height: 100%;*/
    padding: 20px;
    text-align: center;
    background: #34495e;
    /*margin-top: 2px;*/

}

.footer_icons a
{
    color:#fff;
/*    background-color: red;
*/}

.copyrght_text
{
    color: #fff;
}



.me_btn
{
  color: #fff;
  font-size: 20px;
  padding: 10px;
  /*border: solid #1f628d 2px;*/
  text-decoration: none;
  background: #2980b9;
  text-transform: uppercase;
}

.me_btn:hover
{
    background: #ffffff;
  text-decoration: none;
  border-color: fff;
  color: #2980b9;
}



/*GALLERY CSS*/
.thumb {
    margin-bottom: 30px;
}

.port-header
{

    font-family: 'Open Sans', sans-serif;
    color: #34495e ;
    padding: 10px;
    text-transform: uppercase;
    margin-top: 100px;
    text-align: center;

}


.home_back .glyphicon
{
    text-decoration: none;
    color: #fff;
    font-size: 32px;
}

.catog
{
    padding: 14px;
}

/*@media only screen and (max-width: 500px) {
    .catog {
        font-size: 34px;
    }
}*/




.section-title {
	position: relative
}
.section-title p {
	font-size: 16px;
	margin-bottom: 5px;
	font-weight: 400;
}
.section-title h4 {
	font-size: 40px;
	font-weight: 600;
	text-transform: capitalize;
	position: relative;
	padding-bottom: 20px;
	display: inline-block
}
.section-title h4:before {
	position: absolute;
	content: "";
	width: 80px;
	height: 2px;
	background-color: #d8d8d8;
	bottom: 0;
	left: 50%;
	margin-left: -40px;
}
.section-title h4:after {
	position: absolute;
	content: "";
	width: 50px;
	height: 2px;
	background-color: #FF7200;
	left: 0;
	bottom: 0;
	left: 50%;
	margin-left: -25px;
}
.pt-100 {
	padding-top: 100px;
}
.pb-100 {
	padding-bottom: 100px;
}
.mb-100{
    margin-bottom:100px;
}
.services {
	background-color: #FBFBFB;
}
.single-service {
	position: relative;
	text-align: center;
	margin-bottom: 50px;
	-webkit-transition: .3s;
	transition: .3s;
	padding: 30px 20px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.16)
}
.single-service:before {
	position: absolute;
	width: 0;
	height: 0;
	background-color: #3498db;
	left: 0;
	top: 0;
	content: "";
	-webkit-transition: .3s;
	transition: .3s
}
.single-service:after {
	position: absolute;
	width: 0;
	height: 0;
	background-color:#3498db;
	right: 0;
	bottom: 0;
	content: "";
	-webkit-transition: .3s;
	transition: .3s
}
.single-service:hover:after,
.single-service:hover:before {
	width: 50%;
	height: 2px;
	-webkit-transition: .3s;
	transition: .3s
}
.single-service:hover {
	box-shadow: 1px 3px 10px 0 rgba(0, 0, 0, 0.10)
}
.single-service i.fa {
	font-size: 20px;
	width: 60px;
	height: 60px;
	border: 1px solid #ddd;
	line-height: 60px;
	margin-bottom: 30px;
	border-radius: 50%;
	-webkit-transition: .3s;
	transition: .3s
}
.single-service:hover i.fa {
	background-color: #3498db;
	color: #fff;
	border-color: #3498db;
	border-radius: 0;
}
.single-service h4 {
	font-size: 20px;
	font-weight: 400;
	margin-bottom: 15px;
	text-transform: capitalize;
}
.single-service p {
	font-size: 15px;
	line-height: 1.8;
}

