@import url('css/bootstrap.css');
@import url('css/font-awesome.min.css');
@import url('css/owl.carousel.min.css');
@import url('css/owl.theme.css');
@import url('css/css-plugin-collections.css');
@import url('css/menuzord-rounded-boxed.css');
@import url('css/revolution/css/settings.css');
@import url('css/revolution/css/layers.css');
@import url('css/revolution/css/navigation.css');
@import url('css/animate.css');
@import url(css/jquery.fancybox.min.css);



@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600,700,900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Raleway:300,400&display=swap');
a, a:hover, a:focus
{
  text-decoration: none;
  outline: none;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

ul
{
  padding: 0px;
  margin: 0px;
}

h1,h2,h3,h4,h5,h6
{
  margin: 0px;
}

h3
{
  font-size: 35px;
  line-height: 35px;
  font-weight:300;
  letter-spacing: 2px;
  margin-bottom: 20px;
  font-family: 'Raleway';
  text-transform: uppercase;
}
h4
{
  font-size: 25px;
  letter-spacing: 1px;
}
h5
{
  font-size: 20px;
  letter-spacing: 1px;
}
body
{
margin:0;
padding: 0;
font-family: 'Poppins';

}
p
{
  margin: 0px;
  font-size: 14px;
  line-height: 25px;
  letter-spacing: 1px;
  text-align: left;
  font-weight: 400;
}/*
h2
{
  font-family: 'OpenSans-Bold';
  font-size: 30px;
  color: #222;
  line-height: 30px;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: relative;
  padding-bottom: 15px;
}*/


.btn-1
{
  padding: 10px 30px;
  text-transform: uppercase;
  letter-spacing:1px;
  color:#fff;
  font-size: 16px;
  line-height: 30px;
  border-radius: 25px;
  background: #1971b8;
  display: inline-block;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.btn-1:hover
{
  background: #fff;
  color: #1971b8;
  box-shadow: 0px 0px 0px rgba(0,0,0,0.5)
}

.btn-2
{
   padding: 10px 30px;
  text-transform: uppercase;
  letter-spacing:1px;
  color:#1971b8;
  font-size: 16px;
  line-height: 30px;
  border-radius: 25px;
  background: #fff;
  display: inline-block;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.btn-2:hover
{
  background: #1971b8;
  color: #fff;
  box-shadow: 0px 0px 0px rgba(0,0,0,0.5)
}

.btn-3
{
   padding: 10px 30px;
  text-transform: uppercase;
  letter-spacing:1px;
  color:#1971b8;
  font-size: 16px;
  line-height: 30px;
  border-radius: 25px;
  background: #000;
  display: inline-block;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.btn-3:hover
{
  background: #1971b8;
  color: #fff;
  box-shadow: inset 0px 0px 0px 2px rgba(255,255,255,10)
}
/*
====================================================================
  Header style
====================================================================
***/
header
{
  background:#000;
}
header .container
{
  max-width: 1500px;
  width: 100%;
}
.menuzord
{
  background: transparent;
}
.menuzord-brand 
{
  padding: 10px 0px;
  position: relative;
}
.menuzord-brand img 
{
    height: 80px;
}
.menuzord-menu {

  position: relative;
}
.menuzord-menu > li > a 
{
  padding: 0px 20px;
  color: #fff;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 50px;
  text-transform: uppercase;
  position: relative;
  border-radius: 5px;
}
.menuzord-menu > li 
{
  padding: 25px 0px;
  float: none;
  
}

.menuzord-menu > li.active a, .menuzord-menu > li:hover a
{
  color: #fff;
  background: #1971b8;
}
.menuzord-menu ul.dropdown
{
  top: 100px !important;
}
.menuzord-menu ul.dropdown, .menuzord-menu ul.dropdown li ul.dropdown
{
  background:#f0f7ff;
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.55);
  border-radius: 0px 0px 5px 5px;
  overflow: hidden;
}

.menuzord-menu ul.dropdown li a
{
  font-size: 14px;
  padding: 10px 20px;
  text-transform: uppercase;
  color: #222;
  letter-spacing: 1px;
  line-height: 20px;
  text-align:left;
  font-weight: 500;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.menuzord .menuzord-menu ul.dropdown li:hover > a
{
  color:#fff;
  background:#1971b8;
}
.menuzord-menu ul.dropdown li
{
  padding: 0px;
  border-bottom: 1px  solid rgba(0,0,0,0.2);
}
.contact-no
{
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 2px;
  float: right;
  position: relative;
  line-height: 70px;
  padding-left: 25px;
  margin: 15px 0px;
  margin-left: 15px;
}
.contact-no:before
{
  content: " ";
  background: url(images/contact-no.png);
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  background-size: 100% 100%;
}
.contact-no i
{
  font-size: 25px;
  color: #1971b8;
  margin-right:10px;
}
.contact-no a
{
    color:#fff;
}
/*
====================================================================
  Main Slider style
====================================================================
***/

.main-slider{
  position:relative;
  z-index:10;
}
.tparrows 
{ 
  background-color: rgba(255, 255, 255, 10); 
  width: 60px; 
  height: 60px; 
  color: #222;
  transition: background ease 0.3s; 
  border-radius: 50%;
}
.tparrows:before
{ 
  line-height:60px;
  color: #000;
  font-weight: 800;
}
.tparrows:hover
{   background-color: #1971b8;
    color: #fff;
}
.tparrows:hover:before
{
  color: #fff;
}
.hesperiden .tp-bullet
{
  width: 15px;
  height: 15px;
  border:none;
  background: rgba(0,0,0,0.5);
}
.hesperiden .tp-bullet:hover, .hesperiden .tp-bullet.selected
{
  background: #fcce32;
}
.rev_slider h3
{
  position:relative;
  color:#000;
  font-size:55px;
  line-height:55px;
  letter-spacing: 1px;
  padding: 10px 0px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 15px;
}

.rev_slider h4
{
  position:relative;
  color:#000;
  font-size:20px;
  line-height:50px;
  letter-spacing: 2px;
  font-style: italic;

}

.tp-caption img
{
  max-height: 160px;
  width: auto !important;
}


.page-bg
{
  background: url(images/bg.jpg);
  background-size: cover;
  padding: 0px;
  padding-bottom: 100px;
}

/*
====================================================================
  Home Page About Us Section Style
====================================================================
***/
.home-about-section
{
  background-size: cover;
  position: relative;
  padding: 60px 0px;
}
.home-about-text
{
  color: #fff;
}

.home-about-text h3
{
  text-transform: uppercase;
}
.home-about-text p
{
  line-height: 30px;
  letter-spacing: 1px;
  margin-bottom: 10px;
  font-size: 15px;
}
.home-about-text a
{
  margin-top: 20px;
}
.home-vision-misson-block
{
  padding-left: 60px;
}


.vision-misson-box
{
  border-radius: 10px;
  background: #dff0fe;
  padding: 15px;
  position: relative;
  display: inline-block;
  transition: background ease 0.3s; 
  overflow: hidden;
}
.vision-misson-box:before
{
  content: " ";
  position: absolute;
  width: 100px;
  height: 100px;
  background: rgba(0,0,0,0.3);
  border-radius: 50%;
  top: 20%;
  right:-70px;
  transition: background ease 0.3s; 

}
.vision-misson-box .icon
{
  width: 90px;
  height: 90px;
  padding: 10px;
  background: #1971b8;
  border-radius: 50%;
  margin-bottom: 10px;
  transition: background ease 0.3s; 
}
.vision-misson-box h5
{
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 10px;
  color: #000;
  transition: all 500ms ease;
}
.vision-misson-box p
{
    font-size: 14px;
    font-weight: 500;
    color: #636363;
    transition: all 500ms ease;
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.margin-t
{
  margin-top: 30px;
}
.vision-misson-box:hover
{
  background: #1971b8;
}
.vision-misson-box:hover h5, .vision-misson-box:hover p
{
  color: #fff;
}
.vision-misson-box:hover .icon
{
  background: #000;
}

/*
====================================================================
  Home Page Services Section Style
====================================================================
***/
.home-service-section
{
  position: relative;
}
.home-service-section:before
{
  content: " ";
  position: absolute;
  width:92%;
  height: 100%;
  left: 0;
  background: #1971b8;
  z-index: 0;
  border-radius: 0px 50px 50px 0;
}

.home-service-section .container
{
  padding-top: 60px;
  padding-bottom: 60px;
  background: #1971b8;
  position: relative;
  border-radius: 0px 50px 50px 0;
}
.home-service-section h3
{
  color: #fff;
  text-transform: uppercase;
}
.home-service-box
{
  background: #fff;
  border-radius: 10px;
  border: 2px solid #fff;
  align-items: center;
  margin: 15px auto;
}
.services-img
{

  position: relative;
  border-radius: 10px;
  overflow: hidden;

}
.services-img:before
{
  background-color:rgba(0,0,0,0.8);
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transform: scale(0.5, 1);
  transition: all 0.4s ease 0s;
  width: 100%;
  z-index: 0;
}
.home-service-box:hover .services-img:before 
{
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}
.services-img img
{
  border-radius: 10px 0px 0px 10px;
}
.services-text
{
  padding: 15px;
}
.services-text h4
{
  color: #222;
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 30px;
  font-size: 18px;
  text-transform: uppercase;
}
.services-text p
{
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left
}

.services-text a
{
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 30px;
  margin-top: 10px;
  display: inline-block;
}


/*
====================================================================
  Home Page project Section Style
====================================================================
***/
.home-project-section
{

  position: relative;
}
.home-project-section:before
{
  content: " ";
  position: absolute;
  width:92%;
  height: 100%;
  left: 0;
  background: #1971b8;
  z-index: 0;
  border-radius: 0px 50px 50px 0;
}
.home-project-section .container
{
  padding-top: 60px;
  padding-bottom: 60px;
  background: #1971b8;
  position: relative;
  border-radius: 0px 50px 50px 0;
}
.home-project-section h3
{
  text-align: center;
  text-transform: uppercase;
  color: #fff;
}
.home-project-block
{
  padding: 0px 15px;
}
.home-project-section .row
{
  text-align: center;
}
.home-project-section .row .btn-2
{
  margin-top: 25px;
}
.home-project-section .btn-2
{
  display: initial;
}
.project-carousel
{
  margin-top: 20px;
}
.project-box
{
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
  border: 2px solid #fff;
  margin: 15px auto;
}

.overlay-box
{
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  text-align: center;
  content: "";
  opacity: 0;
  background-color: rgba(25, 113, 184, 0.8);
  -webkit-transform: scale(.7);
  -moz-transform: scale(.7);
  -ms-transform: scale(.7);
  -o-transform: scale(.7);
  transform: scale(.7);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.project-box:hover .overlay-box
{
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.overlay-box a
{
  position: absolute;
  left: 0%;
  top: 50%;
  transform: translateY(-30px);
  width: 100%;
  text-align: center;
}
.overlay-box a h6
{
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.overlay-box a span
{
  height: 50px;
  width: 50px;
  background-color: #fff;
  color: #1971b8;
  border-radius: 50%;
  font-weight: 600;
  font-size: 18px;
  line-height: 50px;
}

.project-carousel .owl-nav 
{
    width: 250px;
    display: inline-block;
    position: relative;
    margin-top: 35px;
}
.project-carousel .owl-nav div
{
  color: #fff;
  font-size: 24px;  
  left: 15px;
  margin: 0px;
  position: absolute;
  line-height: 45px;
  height: 45px;;
  width: 40px;
  transition: 0.4s;
  border-radius: 2px;
  z-index: 1;
  background: transparent;
  padding: 0px !important;
  transition: all 0.3s ease;
}
.project-carousel .owl-nav div.owl-next 
{
  left: auto;
  right: 0px;
}
.project-carousel  .owl-nav div.owl-prev
{
  left: 0px;
} 
/*
====================================================================
  Client Section Style
====================================================================
***/
.home-client-section
{
  padding: 60px 0px;
}
.home-client-section h3
{
  text-align: center;
  text-transform: uppercase;
}

#client-carousel .item 

{
    padding: 0px 15px;
}
.client-box
{
  border: 1px solid #e6e6e6;
}
/*
====================================================================
  Footer Section Style
====================================================================
***/
footer
{
  padding: 40px 0px;
  color: #000;
  background:#101010;
  background-size: cover;
  position: relative;
}
footer:before
{
  content: " ";
  background: url(images/footer-bg.png);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background-size: initial;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.04;
}



.footer-logo
{
  margin-bottom: 20px;
}
.footer-logo img
{
  max-height: 100px;
}
.footer-block:nth-child(2)
{
  padding-left:  20px;
}
.footer-block h3
{
  font-size: 20px !important;
  letter-spacing: 1px;
  line-height: 30px;
  margin-bottom: 15px;
  text-transform: uppercase;
  font-weight: 600;
  position: relative;
  color: #fff;
}

.footer-block p
{
  line-height: 25px;
  letter-spacing:1px;
  font-size: 14px;
  color: #fff;
}


.footer_menu 
{
  list-style: none;
  padding-left: 0;
}

.footer_menu  li a
{
  color: #fff;
  line-height: 40px;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  padding-left: 25px;
  position: relative;
}
.footer_menu  li a::before 
{
  position: absolute;
  content: '\f111';
  left: 0px;
  top: 0;
  font-size: 10px;
  font-weight: bold;
  color: #ffffff;
  font-family: 'Font Awesome\ 5 Free';
  height: 20px;
  line-height: 20px;
}
.footer_menu  li a:hover, .footer_menu  li a:hover:before 
{
  color: #1a72b8;
}

.footer-contact 
{
  float: left;
}

.footer-contact div 
{
  margin-bottom: 10px;
  float: left;
  width: 100%;
  margin-top: 10px;
}
.footer-contact div:last-child 
{
  margin-bottom: 0px;
}

.footer-contact div:first-child
{
  
}
.footer-contact div:nth-child(2) p
{
  line-height: 25px;
}
.footer-contact p a
{
    color:#fff;
}
.footer-contact i 
{
  float: left;
  font-size: 18px;
  color: #fff;
  text-align: center;
  line-height: 25px;
  width: 20px;
  height: 25px;
}

.footer-contact p 
{
  margin-left: 35px;
  line-height: 25px;
  margin-top: 0px;
  letter-spacing:1px;
  margin-bottom: 0px;  
  font-size: 14px;
  color: #fff;
}
.footer-contact p span
{
  display: inherit;
}
.footer-contact p a
{
  color: #fff;
  text-decoration: none;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.footer-contact p a:hover
{
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.copy-right
{
  background: #1a72b8;
  color: #fff;
  text-align: center;
}
.copy-right p
{

  font-size: 15px;
  margin: 0px  auto;  
  padding: 15px 0px;
  letter-spacing: 1px;
  text-align: center;
}
.copy-right p a
{
  color: #fff;
  text-transform: uppercase;
}
.mobile-screen-footer
{
    float:left;
    display:none;
    width: 100%;
    position: fixed;
    z-index: 9999999999 !important;
    bottom: 0px;
    background:#27405f;
    border-radius: 30px 30px 0px 0px;
   
}
.mobile-footer-block
{
    width: 25%;
    float: left;
    text-align: center;
}
.mobile-footer-box
{
    width: 100%;
    margin: 0px auto;
    padding: 0px 5px;
    float: left;
}
.mobile-footer-box a
{
    width: 100%;
    text-decoration: none;
    padding: 10px 0px;
    float: left;
    padding-bottom: 5px;
}
.mobile-footer-box a img
{
    width: 25px;
    margin: 0px auto;
}
.mobile-footer-box a h5
{
    font-size: 11px;
    margin: 5px 0px 0px 0px;
    color: #fff;
    line-height: 15px;
    letter-spacing: 0px;
    text-transform: capitalize;
    letter-spacing: 1px;
}  


/*
====================================================================
  Page Title Section Style
====================================================================
***/
.page-title-section 
{ 
  background-image: url('images/banner_section.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #1a1c21;
  text-align: left;
  padding-top: 60px;
  padding-bottom:30px;
  position: relative;
}
.page-title-section:before
{
  content: " ";
  position: absolute;
  top:0px;
  left: 0px;
  background: rgba(25, 113, 184, 0.85);
  width: 100%;
  height: 100%;
}
.page-title 
{
  color:#fff;
  font-size: 40px;
  line-height: 40px;
  margin-bottom: 15px;
  font-weight: 400;
  text-transform: uppercase;
}
.breadcrumb {
  background: transparent;
  padding: 0;
  margin: 0;
  color: #fff;
  text-align: left;
}

.breadcrumb li 
{
  font-weight: 400;
  font-size: 15px;
  line-height: 30px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
}

.breadcrumb>li+li::before 
{
  position: relative;
  content: '\f054';
  font-family: 'Font Awesome 5 Free';
  margin: 0 5px;
  font-size: 15px;
  display: inline-block;
  font-weight: 800;
  color: #fff;
}

.breadcrumb li a 
{
    color: #fff;
}

/*================================================
    About Page Us Page CSS
=================================================*/
.about-page
{
  padding: 60px 0px;
  color: #fff;
}
.about-text-block 
{
  padding-left: 30px;
}
.about-text-block h5
{

    font-weight: 500;
    text-transform: uppercase;
    line-height: 24px;
    letter-spacing: 1px;
    margin-bottom: 10px;
    margin-top: 5px;
}
.about-text-block  h2
{
  text-transform: uppercase;
}
.about-text-block p
{
  margin-bottom: 10px;
  font-weight: 300;
}
.vision-mission-seciton
{
  padding: 60px 0px;
  background: #1971b8;
  color: #fff;
}
.vision-mission-seciton h4
{
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 10px;
}

.misson_box
{
  padding: 15px 0px;
}
.misson_box:last-child
{
  border-top: 1px solid #fff;
}


/*================================================
    Service Page CSS
=================================================*/

.services-page
{
  padding: 60px 0px;
  color: #fff;
}
.services-page h4
{
  font-size: 25px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 15px;
}
.services-page p
{
  text-align: justify;
}
.services-row
{
  display: flex;
  align-items: center;
}
.project-row
{
  margin-top: 50px;
}
/*================================================
    Project Page CSS
=================================================*/
.project-page
{
  padding: 60px 0px;
}


.project-page h4
{
  text-align: center;
  color: #fff;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 30px;
  line-height: 40px;
}
.projects-box
{
  background: #fff;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  padding: 5px 5px 0px 5px;
  margin: 15px auto;
}
.projects-box:after 
{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    z-index: 0;
    /*-moz-transform: scale(0,1);
    -ms-transform: scale(0,1);
    -webkit-transform: scale(0,1);
    transform: scale(0,1);*/
    -webkit-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
}

.projects-box:hover:after 
{
    height: 100%;
    background: #1971b8;
}
.project-photo 
{
    position: relative;
    overflow:hidden;
    border-radius: 10px 10px 0px 0px;
    z-index: 9;

}


.project-photo img 
{
  width:100%;
  height:auto;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.projects-box:hover .project-photo img 
{
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.projects-content h5  a, .projects-content h5
{
  line-height: 25px;
  position: relative;
  z-index: 9;
  text-transform: uppercase;
  color: #1971b8;
  text-align: center;

}
.projects-box:hover .projects-content h5 a, .projects-box:hover .projects-content h5
{
  color: #fff;
} 
.projects-box .projects-content 
{
  position: relative;
  vertical-align: middle;
  box-sizing: border-box;
  background-color: #fff;
  padding: 20px;
  text-align: center;
}

.project-block .project-box
{
  margin: 15px auto;
}


/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/

.project-text-box
{
}
.project-text-box h3
{
  font-size: 25px;
  line-height: 25px;
  letter-spacing: 2px;
  margin-bottom: 10px;
  color: #fff;
  font-weight: 800;
  text-transform: uppercase;
}
.project-text-box ul
{
  list-style: none;
  margin: 10px 0px;
}
.project-text-box ul li
{
  line-height: 25px;
  padding: 10px 0px;
  box-shadow: 0px 1px;
  letter-spacing: 1px;
  font-size: 15px;
  float: left;
  width: 100%;
  color: #fff;
  text-transform: capitalize;
}
.project-text-box ul li:last-child
{
  box-shadow:none;
}
.project-text-box ul li span
{
  position: relative;
  line-height: 25px;
  width: 150px;
  float: left;
}
.project-text-box ul li span:before
{
  position: absolute;
  content: ":";
  right:10px;
  top: 0;
  width: 5px
  height:100%;
}

#full-screen-slider .owl-nav
{
  margin: 0px;
  width: 100%;
  position: absolute;
  right: 0;
  top: 50%;
}
#full-screen-slider .owl-nav div
{
  color: #fff;
  font-size: 45px;
  height: 45px;
  left: 0px;
  line-height: 40px;
  margin-top: -20px;
  position: absolute;
  top: 50%;
  width: 40px;
  text-shadow: 0px 1px 2px #000;
  text-align: center;
  /*background:rgba(0,0,0,0.85);
  transition: 0.4s;
  z-index: 1;*/
}
#full-screen-slider .owl-nav div.owl-next 
{
  left: auto;
  right: 0px;
}

/*================================================
    Contact Us Page CSS
=================================================*/
.contact-area {
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.contact-info-area 
{
  overflow: hidden;
  position: relative;
  z-index: 1;
  padding: 60px 0px;

}

.contact-info-box 
{
  text-align: center;
  border-radius: 5px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  background: #ffffff;
  padding: 30px;
  text-align: center;
}

.contact-info-box .icon 
{
  display: inline-block;
  width: 70px;
  height: 70px;
  line-height: 70px;
  background: #f5f5f5;
  border-radius: 50%;
  font-size: 35px;
  color: #1971b8;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-bottom: 10px;
  position: relative;
}

.contact-info-box .icon i 
{
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
}

.contact-info-box h3 {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 600;
}

.contact-info-box p 
{
  text-align: center;
  min-height: 50px;
}

.contact-info-box p a 
{
  display: inline-block;
  color: #666666;
}

.contact-info-box p a:hover 
{
  color: #1971b8;
}

.contact-info-box p:last-child 
{
  margin-bottom: 0;
}

.contact-info-box:hover 
{
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}

.contact-info-box:hover .icon 
{
  background-color: #1971b8;
  color: #ffffff;
  border-color: #378218;
}

.contact-from-section
{
  padding: 60px 0px;
  background: #1971b8;
}
.contact-from-section h4
{
  font-size: 25px;
  letter-spacing: 1px;
  line-height: 30px;
  margin-bottom: 15px;
  text-transform: uppercase;
  font-weight: 600;
  position: relative;
  color:#fff;
  text-align: center;
}
.contact-from
{
  text-align: center;
}
.contact-from input,
.contact-from textarea {
    height: 45px;
    width: 100%;
    display: inline-block;
    color: #2D323D;
    border:0px;
    padding: 0px 20px;
    margin-bottom: 20px;
    border-radius: 5px;
    text-align: left;
}
.contact-from textarea {
    height: auto;
    padding: 15px 20px;
    min-height: 100px;
}
.contact-from input[type=submit] {
    color:#fff;
    max-width:200px;
}

.google-map iframe
{
  width: 100%;
  height: 405px;
  border: 10px solid #fff;
  border-radius: 5px;
  margin: 0px auto;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
  z-index: 999;
  position: relative;
}

@media screen and (max-width: 575px) {
 h3
  {
    font-size: 30px;
    line-height: 30px;
  }
}