html,
body {
    margin: 0;
    font-size: 100%;
    font-family: 'Raleway', sans-serif;
    background: #fff;
}
body a {
    text-decoration: none;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    font-family: 'Open Sans', sans-serif;
}
a:hover {
    text-decoration: none;
}
input[type="button"],
input[type="submit"],
input[type="text"],
input[type="email"]{
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    font-family: 'Open Sans', sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 1px;
}
h1 {
    letter-spacing: 0px;
}
p {
    margin: 0;
    font-size: 0.85em;
    line-height: 2em;
    color: #777;
}
ul {
    margin: 0;
    padding: 0;
}
/* header */
header {
    position: absolute;
    z-index: 9;
    width: 100%;
    background: none;
    top: 0;
}
.buttons p i {
    color: #fff;
    background: #dc3545;
    padding: 12px;
    font-size: 11px;
    border-radius: 50%;
}
.navbar {
    padding: 1.5rem 0;
}
a.navbar-brand i.fas {
    font-size: 35px;
    margin-right: 10px;
    color: #e2b13c;
}
.navbar-light .navbar-brand {
    color: #fff;
    padding: 0;
    text-transform: uppercase;
    margin: 0;
    letter-spacing: 0px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.37);
    font-size: 0.8em;
}
a.navbar-brand img.main-logo {
    width: 170px
}
.navbar-light .navbar-brand:hover,
.navbar-light .navbar-brand:focus {
    color: #fff;
}
.navbar-light .navbar-nav .nav-link {
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 1px;
    font-size: 14px;
    font-weight: 400;
    padding: 0.5em 0;
}
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active,
.dropdown-item:hover {
    color: #e8ca4c;
    background: transparent;
    border-radius: 5px;
}
.dropdown-item.active,
.dropdown-item:active {
    color: #dc3545;
    text-decoration: none;
    background-color: transparent;
}
.buttons p {
    margin: 0;
    color: #fff;
    font-size: 16px;
    letter-spacing: 1px;
}
.dropdown-item {
    font-size: 0.9em;
}
li.nav-item {
    margin: 0 1em;
}
.cool {
    display: inline-block;
    color: #000;
    text-decoration: none;
}
.cool::after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #e8ca4c;
    transition: width .3s;
}
.cool:hover::after {
    width: 100%;
}
/*-- //header --*/

/*-- banner --*/
.bg1 {
    background: url(../images/banner2.jpg)no-repeat center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    height: 50vw;
}
.bg2 {
    background: url(../images/banner1.jpg)no-repeat center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    height: 50vw;
}
.bg3 {
    background: url(../images/banner3.jpg)no-repeat center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    height: 50vw;
}
.banner-text-seagull {
    padding: 16rem 0 0 0;
    text-align: left;
}
/*-- text Slider --*/
#slider {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    margin: 0 auto;
}
.rslides_tabs {
    list-style: none;
    padding: 0;
    background: rgba(0, 0, 0, .25);
    box-shadow: 0 0 1px rgba(255, 255, 255, .3), inset 0 0 5px rgba(0, 0, 0, 1.0);
    -moz-box-shadow: 0 0 1px rgba(255, 255, 255, .3), inset 0 0 5px rgba(0, 0, 0, 1.0);
    -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, .3), inset 0 0 5px rgba(0, 0, 0, 1.0);
    font-size: 18px;
    list-style: none;
    margin: 0 auto 50px;
    max-width: 540px;
    padding: 10px 0;
    text-align: center;
    width: 100%;
}
.rslides_tabs li {
    display: inline;
    float: none;
    margin-right: 1px;
}
.rslides_tabs a {
    width: auto;
    line-height: 20px;
    padding: 9px 20px;
    height: auto;
    background: transparent;
    display: inline;
}
.rslides_tabs li:first-child {
    margin-left: 0;
}
.rslides_tabs .rslides_here a {
    background: rgba(255, 255, 255, .1);
    color: #fff;
    font-weight: bold;
}
.events {
    list-style: none;
}
.callbacks_container {
    position: relative;
}
.callbacks li {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
}
#slider-pager a {
    display: inline-block;
}
#slider-pager span {
    float: left;
}
#slider-pager span {
    width: 100px;
    height: 15px;
    background: #fff;
    display: inline-block;
    border-radius: 30em;
    opacity: 0.6;
}
#slider-pager .rslides_here a {
    background: #FFF;
    border-radius: 30em;
    opacity: 1;
}
#slider-pager a {
    padding: 0;
}
#slider-pager li {
    display: inline-block;
}
.rslides {
    position: relative;
    list-style: none;
    overflow: hidden;
    padding: 0;
    margin: 0;
    width: 100%;
}
.rslides li {
    -webkit-backface-visibility: hidden;
    position: absolute;
    display: none;
    left: 0%;
    top: 0;
    width: 100%;
}
.rslides li {
    position: relative;
    display: block;
    float: none;
}
.rslides img {
    height: auto;
    border: 0;
}
.callbacks li {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
}
p.sub-para {
    font-size: 18px;
    color: #fff;
    letter-spacing: 2px;
    font-weight: 300;
}
.slider-top span {
    font-weight: 600;
}
.home h3 {
    font-size: 2em;
    color: #ffffff;
    letter-spacing: 2px;
    font-weight: 400;
    line-height: 1.15em;
}
.slider-info p {
    color: #e8e8e8;
    font-size: 16px;
    letter-spacing: 3px;
    margin-top: 1em;
    text-transform: capitalize;
}
/* //text slider */
.bs-slider-overlay {
    width: 100%;
    height: 100%;
    background: url(../images/dots.png);
    background-size: inherit;
    -webkit-background-size: inherit;
    -moz-background-size: inherit;
    -o-background-size: inherit;
    -ms-background-size: inherit;
}
.top-gd {
    float: left;
    width: 33%;
}
.top-gd h6 {
    text-shadow: 2px 2px 2px rgba(41, 41, 41, 0.15);
    font-size: 2.5em;
    color: #fff;
    font-weight: 700;
}
.top-gd p {
    text-transform: uppercase;
    color: #fff;
    font-weight: 300;
    font-size: 0.85rem;
}
.banner-text-seagull h3 {
    color: #e6d151;
    font-size: 3em;
    letter-spacing: 1px;
    width: 71%;
    font-weight: 600;
    line-height: 1.5em;
}
.banner-text-seagull h4 {
    color: #fff;
    font-size: 2.1em;
    letter-spacing: 1px;
    width: 71%;
    font-weight: 300;
    line-height: 1.5em;
}
.top-content-right {
    float: right;
    width: 30%;
}
.top-content-info {
    margin-top: 7em;
}
.thim-click-to-bottom {
    float: right;
    margin-top: 5em;
}
.thim-click-to-bottom i {
    color: #e8ca4c;
}
.rotate a i {
    border: 1px solid #e8ca4c;
    width: 35px;
    height: 35px;
    -webkit-animation: bounce 2s infinite ease-in-out;
    z-index: 9;
    float: right;
    border-radius: 50%;
    text-align: center;
    margin-left: 0.7rem;
    line-height: 33px;
}
@-webkit-keyframes bounce {
    0%,
    20%,
    60%,
    100% {
        -ms-transform: translateY(0);
    }
    0%,
    20%,
    60%,
    100% {
        -o-transform: translateY(0);
    }
    0%,
    20%,
    60%,
    100% {
        -moz-transform: translateY(0);
    }
    0%,
    20%,
    60%,
    100% {
        -webkit-transform: translateY(0);
    }
    40% {
        -webkit-transform: translateY(-20px);
    }
    80% {
        -webkit-transform: translateY(-10px);
    }
}

.top-content-right .rotate a {
    font-size: 0.9em;
    color: #fff;
    font-weight: 300;
    letter-spacing: 1px;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.callbacks1_tabs.callbacks_tabs{
  display: none;
}
/*-- hover-effect --*/
/*-- //banner --*/

/*-- /about --*/
.about-right {
    margin-top: 3rem;
}
.about-right h3 {
    text-transform: uppercase;
    font-size: 1rem;
    color: #5c5f5e;
}
.about-right h4 {
    font-weight: 400;
    font-size: 1.5rem;
    letter-spacing: 1px;
    color: #222;
    text-transform: uppercase;
}
.about-in .card {
    border: none;
    background: none;
}
.about-in.text-left {
    padding: 0;
}
.about-in h5.card-title {
    font-weight: 400;
    font-size: 1rem;
    letter-spacing: 1px;
    color: #444;
    text-transform: uppercase;
}
.about-in .card i {
    font-size: 1.5em;
    margin-bottom: 0.7em;
    color: #e8ca4c;
}
.read a {
    border: 1px solid #555;
    border-radius: 0;
    padding: 0.8rem 2rem;
    font-size: 0.85rem;
    color: #222;
    letter-spacing: 1px;
    text-transform: uppercase;
    background: transparant;
}
.read a:hover {
    color: #fff;
    background: #e8ca4c;
    border: 1px solid #e8ca4c;
}
.middle-serve-content h3{
 text-align: center;
 margin-bottom: 1.5em;
 color: #224898;
    font-weight: 600;
}
.middle-grids .card {
    padding: 2em 0.7em;
    box-sizing: border-box;
    border: 1px solid #fff;
    border-radius: 0;
    transition: 0.5s
}
.middle-grids .card:hover {
    box-sizing: border-box;
    -webkit-box-shadow: 3px 3px 10px #ddd;
    -moz-box-shadow: 3px 3px 10px #ddd;
    box-shadow: 3px 3px 10px #ddd;
    border: 1px solid #eee;
    border-radius: 7px;
    transition: 0.5s
}
.middle-grids h5.card-title {
    font-weight: 400;
    font-size: 1.2rem;
    letter-spacing: 1px;
    color: #444;
    text-transform: uppercase;
}
.middle-grids .card img {
  margin-bottom: 1em;
  background: #224898;
  width: 100px;
  height: 100px;
  padding: 1em;
  border-radius: 7px;
}
.service-mid-sec .top{
  margin: 2em 0
}
.service-mid-sec .top h3{
  color: #333;
      font-weight: 600;
      margin-bottom: 0.5em;
}
.service-mid-sec .top p{
  color: #666;
  margin-bottom: 2em
}
.service-mid-sec .top img{
    width: 400px;
      height: 400px;
      box-shadow: 15px -15px 0px #224898;
}
/*-- //about --*/

/*-- projects --*/
.projects{
  background: #224898;
  height: 32em;
  margin-bottom: 5em;
}
.projects .container-fluid{
  width: 85%
}
.projects-page{
  background: none;
  height: auto;
}
.projects h3.tittle{
  color: #fff;
  font-weight: 600;
}
.projects-page h3.tittle{
  color: #224898
}
.projects p.tittle{
  color: #ddd
}
.projects-page p.tittle{
  color: #555
}
.projects .tab-card-header{
  background: #fff;
  padding: 0 0;
  border-radius: 50px;
  width: 382px;
  float: right;
}
.projects-page .tab-card-header{
  background: #224898;
  padding: 0 0;
  border-radius: 50px;
  width: 382px;
  float: right;
}
/* Default mode */
.tab-card-header > .nav-tabs {
  border: none;
  margin: 0px;
}
.tab-card-header > .nav-tabs > li {
  margin-right: 2px;
}
.tab-card-header > .nav-tabs > li > a {
  border: none;
    padding: 1em 2em;
    border-radius: 50px;
    color: #555;
    margin-left: -1em
}
.projects-page .tab-card-header > .nav-tabs > li > a{
  color: #fff
}
.tab-card-header > .nav-tabs > li > a.show {
  border: none;
  background: #e6d151;
  color: #fff;
  padding: 1em 2em;
  box-shadow: 3px 1px 3px #555;
  margin-left: -1em;
  border-radius: 50px;
}
.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link{
  color: red
}
.tab-card-header > .tab-content {
  padding-bottom: 0;
}
.projects .tab-content .box{
   background: #fff;
   height: 27em;
   box-shadow: 1px 3px 3px #bbb;
}
.projects-page .tab-content .box{
  background: #224898;
  height: 19em;
  margin-bottom: 2em
}
.projects .tab-content .box img{
    width: 100%;
    height: 20em;
}
.projects-page .tab-content .box img{
    height: 15em;
}
.projects .tab-content .box h4{
  margin: 1em 1em 0.3em;
  letter-spacing: 0;
  font-size: 18px;
  color: #333;
}
.projects-page .tab-content .box h4{
  margin: 1em 1em 0.3em;
  letter-spacing: 0;
  font-size: 18px;
  color: #fff;
  text-align: center;
}
.projects .tab-content .box p{
  color: #777;
  margin: 0.3em 1.5em;
  font-size: 12px;
  line-height: 18px;
}
.project-mid-sec .top{
  margin: 2em 0 5em
}
.project-mid-sec .top h3{
  color: #333;
      font-weight: 600;
      font-size: 1.5em;
      margin-bottom: 0.5em;
}
.project-mid-sec .top p{
  color: #666;
  margin-bottom: 2em
}
.project-mid-sec .top img{
    width: 400px;
      height: 350px;
      box-shadow: 15px -15px 0px #224898;
}
.project-mid-sec .blog {
  margin: 1em 0 5em
}
.project-mid-sec .blog .carousel-indicators {
	left: 0;
	top: auto;
    bottom: -40px;
}
.project-mid-sec .blog .carousel-indicators li {
    background: #a3a3a3;
    border-radius: 50%;
    width: 8px;
    height: 8px;
    cursor: pointer;
}
.blog .carousel-indicators .active {
background: #707070;
}
/*-- //projects --*/

/*-- testimonials --*/
.testimonials{
  padding: 5em 0
}
.testimonials h3{
  color: #224898;
      font-weight: 600;
}
.testimonials p{
  margin-bottom: 3em;
}
.testimonials .testimonials_grid-inn img{
  width: 130px;
  float: right;
}
.testimonials .content{
    background: #224898;
    height: 7.7em;
    padding-top: 1em;
    border-radius: 7px
}
.testimonials .content h3{
  color: #fff;
  font-size: 18px;
  margin-bottom: 0.35em
}
.testimonials .content p{
  color: #ddd;
  margin-bottom: 5em;
  line-height: 1.5em
}
.testimonials .carousel-control-prev,
.testimonials .carousel-control-next{
  color: #224898
}
/*-- //testimonials --*/

/*-- bottom-last --*/
.download{
  background : url(../images/bg.png) center;
  background-size: cover;
  padding: 7em 0;
}
.download .read.last a {
    color: #fff;
    background: #1d1e22;
    letter-spacing: 2px;
}
/*-- //bottom-last --*/

/*-- bottom-last --*/
.clients{
  padding: 5em 0;
}
.clients h3 {
    letter-spacing: 2px;
    font-weight: 600;
    color: #224898;
}
.clients .row{
  background: #224898;
  border-radius: 7px;
    padding: 2em 1em;
}
.clients img{
  width: 150px;
  margin-left: 1.8em;
}
/*-- //bottom-last --*/


/*-- footer --*/


/*--about-page--*/
section#home {
    position: relative;
}
.banner-inner {
    background: url(../images/banner-inner.png) no-repeat center;
    background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -webkit-background-size: cover;
}
.bs-slider-overlay-inner {
    width: 100%;
    height: 100%;
    padding: 15em 0 8em;
}
.bs-slider-overlay-inner .inner-tittle{
  color: #fff;
      font-weight: 600;
      font-size: 4em;
}
li.breadcrumb-item {
    font-size: 0.9em;
}
li.breadcrumb-item a {
    color: #e8ca4c;
}
.breadcrumb-item.active {
    color: #888;
}
ol.breadcrumb {
    background: none;
    margin: 0;
    padding: 1em 2em;
    background: #f7f7f7;
}
.card.img {
    padding: 0;
}
.about-page .about-values{
  text-align: left;
  color: #224898;
  margin: 2em 0
}
.about-page .about-values .left{
  background: #224898;
  margin: 1em 0;
  padding: 2em;
  border-radius: 7px;
}
.about-page .about-values .right{
  background: #224898;
  margin: 1em 0;
  padding: 2em;
  float: right;
  border-radius: 7px;
}
.about-page .about-values h4{
  font-size: 1.3em;
  color: #fff;
  margin-bottom: 0.7em
}
.about-page .about-values p{
  font-size: 0.9em;
    line-height: 20px;
    color: #eee;
    letter-spacing: 0;
}
.about-page .about-down{
  margin-bottom: 5em
}
.about-page .about-down h3{
  text-align: left;
  color: #224898;
  margin: 1em 0
}
.about-page .about-down ul {
  list-style: none;
      margin-left: 1em;
      margin-bottom: 3em
}
.about-page .about-down ul li{
  margin-bottom: 1em
}
.about-page .about-down ul li a{
  font-size: 20px;
  color: #555;
}
.about-page .about-down ul li a:hover{
  color: #224898
}
.about-page .about-down .img1{
   width: 200px;
   margin-top: 8em
}
.about-page .about-down .img2{
    width: 200px
}
/*--//about-page--*/

/*--/contact--*/
.contact-page h2{
  color: #224898;
  font-weight: 600;
}
.main_grid_contact {
    background: #224898;
    padding: 5em;
    margin: 3em 0;
}
.main_grid_contact label {
    color: #eee;
    font-size: 1em;
}
.main_grid_contact input[type="text"],
.main_grid_contact input[type="email"],
.main_grid_contact textarea {
    outline: none;
    padding: 7px 15px;
    font-size: 14px;
    color: #ddd;
    background: none;
    width: 100%;
    letter-spacing: 1px;
    border-bottom: 1px solid #ebeeef;
    border-top: none;
    border-left: none;
    border-right: none;
    border-radius: 0
}
.main_grid_contact textarea {
    min-height: 80px;
    margin: 1em 0em;
    resize: none;
}
.main_grid_contact .input-group1 input[type="submit"] {
    outline: none;
    padding: 20px 0;
    font-size: 14px;
    color: #333;
    background: #fff;
    border: none;
    letter-spacing: 2px;
    text-transform: uppercase;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
    font-weight: 600;
    cursor: pointer;
    border-radius: 0px;
}
.main_grid_contact .input-group1 input[type="submit"]:hover {
    background: #e8ca4c;
}
.map {
    padding: 0;
}
.map iframe {
    border: none;
    width: 100%;
    height: 400px
}
.address-info i {
    font-size: 1.5em;
    color: #e8ca4c;
    float: right;
}
.address-info .address-right {
  margin-bottom: 1em
}
.address-right h6 {
    font-size: 0.9em;
    color: #224898;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.07);
    font-weight: 600;
}
.address-right p,
.address-right p a {
    color: #777;
    font-family: 'Open Sans', sans-serif;
}
.address-right p a:hover{
  color: #e8ca4c
}
.main_grid_contact h4 {
    font-size: 1.2em;
    color: #fff;
    text-shadow: 0 1px 2px rgba(18, 18, 19, 0.13);
    text-transform: uppercase;
}
/*--/contact--*/

/*-- footer --*/
footer {
  background: url(../images/footer-bg.png) center #101115;
  background-size: cover;
}
footer h3 {
    font-weight: 600;
    font-size: 1.2rem;
    letter-spacing: 1px;
    color: #ddd;
    text-transform: uppercase;
}
footer p,
footer ul li {
    font-size: 0.9rem;
    color: #777;
    line-height: 26px;
}
footer ul li {
    font-size: 0.9rem;
    color: #777;
    line-height: 26px;
    letter-spacing: 1px;
    list-style-type: none;
}
footer ul li i,
address p i {
    font-size: 0.9rem;
    color: #bbb;
}
footer address p a {
    font-size: 0.9rem;
    color: #777;
    line-height: 26px;
}
footer address p a:hover {
    color: #e8ca4c;
}
footer hr{
  border-top: 1px solid rgba(255, 552, 255, 0.3);
  width: 50%;
}
.copyright p {
    font-size: 0.9rem;
    color: #888;
}
.copyright p img{
  width: 55px
}
/*-- footer --*/

/*-- to-top --*/
#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 20px;
    right: 2%;
    overflow: hidden;
    z-index: 999;
    width: 40px;
    height: 40px;
    border: none;
    text-indent: 100%;
    background: url(../images/move_up.png) no-repeat 0px 0px;
}
#toTopHover {
    width: 40px;
    height: 40px;
    display: block;
    overflow: hidden;
    float: right;
    opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
}
/*-- //to-top --*/

/**--responsive-code--**/
@media screen and (max-width: 1680px) {}
@media screen and (max-width: 1600px) {}
@media screen and (max-width: 1440px) {
    .banner-text-seagull {
        padding: 14rem 0 0 0;
    }
    .top-content-info {
        margin-top: 6em;
    }
    .projects .tab-content .box{
      height: 25em
    }
    .projects .tab-content .box img {
    height: 17em;
  }
}
@media screen and (max-width:1366px) {
    .banner-text-seagull {
        padding: 15rem 0 0 0;
    }
    .top-content-info {
        margin-top: 5em;
    }
}
@media screen and (max-width:1280px) {
    .banner-text-seagull h4 {
        font-size: 2.5em;
        width: 57%;
    }
}
@media screen and (max-width: 1080px) {
    .bs-slider-overlay-inner {
        padding: 6em 0;
    }
    .banner-text-seagull h4 {
        font-size: 2em;
        width: 57%;
    }
    .banner-text-seagull {
        padding: 10rem 0 0 0;
    }
    .top-content-info {
        margin-top: 4em;
    }
    .about-right {
        margin-top: 4rem;
    }
    .main_grid_contact {
        padding: 6em 3em;
    }
    .top-gd p {
        font-size: 0.75em;
    }
    .projects{
      height: 30em
    }
    .projects .tab-content .box{
      height: 22em
    }
    .projects .tab-content .box img {
    height: 13em;
  }
}
@media screen and (max-width: 1050px) {
    .about-right {
        margin-top: 4rem;
    }
    a.facebook-footer,
    a.twitter-footer {
        font-size: 0.7em;
        padding: 0.5em 0.3em;
    }
    footer p,
    footer ul li {
        font-size: 0.8rem;
        line-height: 26px;
        letter-spacing: 1px;
    }
}
@media screen and (max-width: 1024px) {
    .bs-slider-overlay-inner {

        padding: 5em 0;
    }
    .navbar-light .navbar-brand {
        font-size: 0.8em;
    }
    .top-gd h6 {
        font-size: 2em;
    }
    .top-content-right {
        float: right;
        width: 20%;
    }
    .thim-click-to-bottom {
        float: right;
        margin-top: 1em;
    }
    .top-content-info {
        margin-top: 3em;
    }
}
@media screen and (max-width: 991px) {
    /*--nav--*/
    .navbar-light .navbar-toggler {
        border-color: #fff;
        background: #fff;
        border-radius: 0;
    }
    ul.navbar-nav {
        background: #141515;
        padding: 1em 0;
        margin-top: 0.5em;
    }
    .navbar-nav .dropdown-menu {
        position: static;
        float: none;
        text-align: center;
    }
    .navbar-light .navbar-nav .nav-link {
        text-transform: uppercase;
        color: #fff;
        letter-spacing: 2px;
        font-size: 13px;
        font-weight: 400;
        padding: 0.5em 0;
    }
    /*--//nav--*/
    .banner-text-seagull h4 {
        font-size: 2em;
        width: 78%;
    }
    .testimonials_grid p {
        width: 100%;
        margin: 1em auto 0;
        line-height: 2em;
        letter-spacing: 1px;
    }
    .testimonials_grid {
        margin: 0em auto 0;
        width: 90%;
    }
    .address-info:nth-child(2) {
        margin: 2em 0;
    }
    .about-in.middle-grid-info:nth-child(2) {
        margin: 1.5em 0;
    }

    a.facebook-footer,
    a.twitter-footer {
        font-size: 0.9em;
        padding: 0.5em 1em;
    }
    .footer-grid:nth-child(2) {
        margin: 2em 0;
    }
    footer p,
    footer ul li {
        font-size: 0.85rem;
        line-height: 26px;
        letter-spacing: 1px;
    }
    .stats-ig-gd {
        margin: 0;
    }
    .copyright {
        margin-top: 2em;
    }
    .about-right {
        margin-top: 3rem;
        margin-bottom: 0rem;
    }
    .projects .tab-content .box{
      height: 23em
    }
}

@media screen and (max-width:800px) {
    .top-content-info {
        margin-top: 2em;
    }
    .banner-text-seagull {
        padding: 6rem 0 0 0;
    }
    h5.tag {
        font-size: 12px;
        line-height: 5px;
        letter-spacing: 2px;
        margin-bottom: 0.5rem !important;
    }
    .banner-text-seagull h4 {
        font-size: 1.8em;
    }
}

@media screen and (max-width:767px) {
    .banner-text-seagull h4 {
        font-size: 1.7em;
        width: 100%;
    }
    .top-gd h6 {
        font-size: 1.6em;
    }
    .top-gd h6 {
        font-size: 1.6em;
    }
    .banner-text-seagull {
        padding: 7rem 0 0 0;
    }
    .navbar {
        padding: 0.5rem 0 0 0;
    }
}

@media screen and (max-width:736px) {
    .top-content-right .rotate a {
        font-size: 0.8em;
    }
}

@media screen and (max-width: 667px) {
    .banner-text-seagull h4 {
        font-size: 1.5em;
        width: 100%;
    }
    .banner-text-seagull h4 {
        font-size: 1.5em;
        width: 100%;
    }
    .rotate a i {
        border: 2px solid #fff;
        width: 32px;
        height: 32px;
        z-index: 9;
        float: right;
        margin-left: 0.3rem;
        line-height: 27px;
    }
    .about-right h4 {
        font-size: 1.3rem;
    }
    .address-right.text-left {
        text-align: center !important;
        margin-bottom: 1em;
    }
    a.facebook-footer,
    a.twitter-footer {
        font-size: 0.9em;
        padding: 0.5em 1em;
        margin-bottom: 2em;
        display: inline-block;
    }
}

@media screen and (max-width: 640px) {
    .top-gd p {
        font-size: 0.6em;
        margin-top: 0.5em;
    }
    .banner-text-seagull {
        padding: 6rem 1rem 0rem 1rem;
    }
    .top-gd h6 {
        font-size: 1.4em;
    }
    .top-content-right .rotate a {
        font-size: 0.8em;
        letter-spacing: 1px;
    }
    .read {
        margin-top: 0 !important;
    }
}

@media screen and (max-width: 600px) {
    .banner-text-seagull h4 {
        font-size: 1.4em;
        width: 100%;
    }
    .slider-info p {
        letter-spacing: 1px;
    }
    .about-right h3 {
        font-size: 0.85rem;

    }
}

@media screen and (max-width: 480px) {
    .banner-text-seagull h4 {
        font-size: 1.2em;
    }
    .top-content-info {
        margin-top: 0.7em;
    }
    .banner-text-seagull {
        padding: 5.5rem 1rem 0rem 1rem;
    }
    .top-content-right .rotate a {
        font-size: 0.7em;
        letter-spacing: 1px;
    }
    .about-right h4 {
        font-size: 1.1rem;
    }
    li.breadcrumb-item {
        font-size: 0.85em;
        letter-spacing: 1px;
    }
    .banner-text-seagull h3{
      font-size: 2em
    }
    .tab-card-header > .nav-tabs > li > a.show,
    .tab-card-header > .nav-tabs > li > a{
          padding: 0.5em 1em;
    }
    .projects{
      height: auto;
      margin-bottom: 0em;
    }
    .projects .tab-content .box{
      margin-bottom: 1em
    }
    .testimonials .testimonials_grid-inn img{
      margin-right: 6em
    }
    .testimonials .content{
      height: 10em;
    }
    .clients img {
    margin-left: 1.8em;
    margin-bottom: 1em;
   }
   .bs-slider-overlay-inner .inner-tittle {
     font-size: 1.5em;
     margin-top: 2em;
  }
  .service-mid-sec .top img,
  .project-mid-sec .top img{
    width: 350px;
    height: 350px;
    margin-top: 2em;
    margin-bottom: 1em
  }
  .project-mid-sec .blog {
    display: none;
  }
  .address-info i{
    float: inherit;
  }
  .about-page .about-down .img1 {
    width: 48%;
    margin-top: 0em;
}
.about-page .about-down .img2 {
    width: 48%;
}
.about-page .about-down h3{
  font-size: 1.5em;
  letter-spacing: 0;

}
.about-page .about-down ul li a {
    font-size: 16px;
  }
  .about-page .about-down ul li {
    margin-bottom: 0.5em;
}
.about-page .about-values .left{
  padding: 1em
}
.projects .tab-card-header {
    padding: 0 0;
    border-radius: 50px;
    width: 287px;
  }
}

@media screen and (max-width: 414px) {
    footer h3 {
        font-size: 1.1rem;
    }
    .navbar-light .navbar-brand {
        font-size: 0.7em;
    }
    h5.tag {
        font-size: 11px;
        line-height: 5px;
        letter-spacing: 1px;
        margin-bottom: 0.5rem !important;
    }
    .banner-text-seagull {
        padding: 6.5rem 1rem 0rem 1rem;
    }
    .banner-text-seagull h4 {
        font-size: 1em;
    }
    .rotate a i {
        border: 2px solid #fff;
        width: 26px;
        height: 26px;
        float: right;
        margin-left: 0.2rem;
        line-height: 23px;
    }
    .thim-click-to-bottom {
        float: right;
        margin-top: 0.5em;
    }
    .top-content-right .rotate a {
        font-size: 0.6em;
        letter-spacing: 1px;
    }
    .top-gd h6 {
        font-size: 1.2em;
    }
    .bg1,
    .bg2,
    .bg3,
    .bg4 {
        height: 65vw;
    }
    .middle-grids .card {
        padding: 2em 1em;
    }
    .projects .tab-content .box{
      height: 20em
    }
    .projects .tab-content .box img{
      height: 15em
    }
    .projects .tab-card-header{
      width: 287px;
      margin-top: 1em
    }
}

@media screen and (max-width: 384px) {

    .bg1,
    .bg2,
    .bg3,
    .bg4 {
        height: 68vw;
    }
    .top-content-right .rotate a {
        font-size: 0.6em;
        letter-spacing: 0px;
    }
    .bs-slider-overlay-inner {
        padding: 4em 0;
    }
    ol.breadcrumb {
        padding: 1em 1em;
    }
    h3.tittle {
        font-size: 1.4em;
    }
}

@media screen and (max-width: 375px) {
    .bs-slider-overlay-inner {
        padding: 3em 0;
    }
    .clients img {
    margin-left: 5px;
    margin-bottom: 1em;
  }
  .service-mid-sec .top img, .project-mid-sec .top img {
    width: 290px;
    height: 320px;
    margin-top: 0em;
    margin-bottom: 1em;
}
}

@media screen and (max-width: 320px) {
    .navbar-light .navbar-brand {
        font-size: 0.6em;
    }
    .bg1,
    .bg2,
    .bg3,
    .bg4 {
        height: 90vw;
    }
    .top-content-right {
        float: right;
        width: 100%;
    }
    .top-content-right .rotate a {
        font-size: 0.7em;
        letter-spacing: 2px;
    }
    .banner-text-seagull {
        padding: 5rem 1rem 0rem 1rem;
    }
}

/**--responsive-code--**/
