
body{
    font-family: 'Open Sans', sans-serif !important;
}
img {
    max-width: 100%;
}
ul{
    padding: 0;
    margin: 0;
}
li{
    list-style: none;
}
/*Header*/
/*header--middle--start*/
.header-middle .navbar-right {
    padding: 15px 0;
}
.header-middle a.navbar-brand {
    height: 50px;
    padding: 10px;
    font-size: 28px;
    color: #fff;
    padding-top: 22px;
}

.header-middle a.navbar-brand img {
    width: 230px;
}
.header-middle .navbar-nav>li {
    margin-left: 10px;
}

.header-middle .navbar-default .navbar-nav>li>a {
    text-transform: uppercase;
    font-size: 15px;
    color: #fff;
}
.nav>li>a {
    padding: 10px 15px !important;
    }
.header-middle .navbar-default {
    border: none;
    background: rgba(255, 255, 255, 0);
    border-radius: 0;
    margin: 0;
    box-shadow: 0px 2px 2px rgba(51, 51, 51, 0.0);
    transition: all ease-in-out 400ms;
    -webkit-transition: all ease-in-out 400ms;
    -moz-transition: all ease-in-out 400ms;
    -ms-transition: all ease-in-out 400ms;
    -o-transition: all ease-in-out 400ms;
}
header.main-header.navi-top .header-middle .navbar-default {
    box-shadow: 0px 2px 2px rgba(51, 51, 51, 0.14);
    background: #1f1f1f;
}
.header-middle .navbar-default .navbar-nav>li>a:hover {
    color: #70cff7;
}
.navi-top {
    top: 0;
}
.nav_contact {
    float: right;
    margin: 0px 0px 0 60px;
}

.nav_contact ul li {
    display: inline-block;
    vertical-align: middle;
}

.nav_contact ul {
    margin: 0;
}
.nav_contact ul li a {
    display: inline-block;
    padding: 18px 18px;
    width: 80px;
    height: 80px;
    text-align: center;
    border-left: 1px solid #fff;
}
/*header-middle--end*/
 
.dropdown-menu > li.kopie > a {
    padding-left:5px;
}
 
.dropdown-submenu {
    position:relative;
}
.dropdown-submenu>.dropdown-menu {
   top:0;left:100% !important;
   margin-top:-6px;margin-left:-1px;
   -webkit-border-radius:0 6px 6px 6px;-moz-border-radius:0 6px 6px 6px;border-radius:0 6px 6px 6px;
 }
  
.dropdown-submenu > a:after {
  border-color: transparent transparent transparent #333;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  content: " ";
  display: block;
  float: right;  
  height: 0;     
  margin-right: -10px;
  margin-top: 5px;
  width: 0;
}
 
.dropdown-submenu:hover>a:after {
    border-left-color:#555;
 }

.dropdown-menu > li > a:hover, .dropdown-menu > .active > a:hover {
  text-decoration: underline;
}  
  
  
@media (max-width: 767px) {
  .navbar-nav  {
     display: inline;
  }
  .navbar-default .navbar-brand {
    display: inline;
  }
  .navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
  }
  .navbar-default .navbar-nav .dropdown-menu > li > a {
    color: red;
    background-color: #ccc;
    border-radius: 4px;
    margin-top: 2px;   
  }
   .navbar-default .navbar-nav .open .dropdown-menu > li > a {
     color: #333;
   }
   .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
   .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
     background-color: #ccc;
   }

   .navbar-nav .open .dropdown-menu {
     border-bottom: 1px solid white; 
     border-radius: 0;
   }
  .dropdown-menu {
      padding-left: 10px;
  }
  .dropdown-menu .dropdown-menu {
      padding-left: 20px;
   }
   .dropdown-menu .dropdown-menu .dropdown-menu {
      padding-left: 30px;
   }
   li.dropdown.open {
    border: 0px solid red;
   }

}
 
@media (min-width: 768px) {
  ul.nav li:hover > ul.dropdown-menu {
    display: block;
		min-width:230px;
  }
  #navbar {
    text-align: center;
  }
}  
/*Header End*/



/*Main Content Start*/


/*top--slider--start*/
.top-slider {
    max-height: 100vh;
    overflow: hidden;
}
.slidetop-img img {
    width: 100%;
}
.st-div {
    height:auto;
    overflow: hidden;
}
.slidetop-img {
    position: relative;
}

.slidetop-img::before {
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    background: rgba(0, 0, 0, 0.40);
}
.h_abt_cont p {
    font-size: 18px;
    font-weight: 400;
}
header.main-header {
    background: #000;
}


.st-txt {
    max-width: 1170px;
    margin: 0 auto;
    position: absolute;
    top:35%;
    left: 0;
    right: 0;
    padding: 15px;
    color: #fff;
}
.st-txt h3 {
    margin: 0 0 30px;
    font-size: 70px;
    font-weight: 700;
}
.st-txt span {
    font-size: 51px;
    font-weight: 300;
    margin-bottom: 25px;
    display: inline-block;
    width:40%;
}
.st-txt p {
    max-width: 700px;
    font-size: 15px;
    letter-spacing: 0.3px;
    line-height: 28px;
    text-transform: capitalize;
}
.top-slider .owl-theme .owl-controls .owl-page span {
    width: 16px;
    height: 16px;
    margin: 0;
    margin-right: 4px;
    background: rgba(255, 255, 255, 0);
    border: 2px solid #fff;
    opacity: 1;
}
.top-slider .owl-theme .owl-controls .owl-page.active span {
    background: #fff;
}
.top-slider  .owl-theme .owl-controls {
    margin: 0;
}
.top-slider .owl-pagination {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.top-slider .owl-theme .owl-controls .owl-page {
    width: 100%;
}
span.slide-top-link {
    position: absolute;
    bottom: 60px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
}

span.slide-top-link a {
    display: inline-block;
    padding: 15px 30px;
    color: #fff;
    font-size: 18px;
    text-transform: capitalize;
    letter-spacing: 0.6px;
    position: relative;
    text-decoration: none !important;
}
span.slide-top-link a::before, span.slide-top-link a::after {
    top: 0;
    bottom: 0;
    position: absolute;
    content: '';
    border: 2px solid #fff;
    width: 45%;
    transition: all ease-in-out 200ms;
    -webkit-transition: all ease-in-out 200ms;
    -moz-transition: all ease-in-out 200ms;
    -ms-transition: all ease-in-out 200ms;
    -o-transition: all ease-in-out 200ms;
}
span.slide-top-link a::before {
    left: 0;
    border-right: none;
}
span.slide-top-link a::after {
    right: 0;
    border-left: none;
}
span.slide-top-link a:hover::before, span.slide-top-link a:hover::after, span.slide-top-link a:focus::before, span.slide-top-link a:focus::after {
    width: 50%;
}
/*Top Slider End*/
/*Our Services*/
.os_heading h2 {
    font-size: 36px;
    font-weight: 700;
    color: #1f1f1f;
    padding-bottom: 25px;
    position: relative;
}
.os_heading h2::before, .os_heading h2::after{
    content: '';
    left: 0;
    right: 0;
    margin: 0 auto;
    position: absolute;
}
.os_heading h2::before {
    bottom: 0;
    height: 1px;
    width: 180px;
    background: #c9c9c9;
}
.os_heading h2::after{
    bottom: -4px;
    height: 8px;
    background: #4fc1f0;
    width: 40px;
}
.os_heading {
    text-align: center;
    margin-bottom:0px;
}
#our_srv .os_heading p {
    max-width: 80%;
    margin: 10px auto;
    font-size: 16px;
    display: inline-block;
}
.srv_main h4 {
    text-align: center;
}
.our_services {
    background: #f3f3f3;
    padding: 70px 0;
}

header.main-header.navi-top {
    position: fixed;
    width: 100%;
    z-index: 999;
}

.oe_sub {
    text-align: left;
    position: relative;
    font-size: 16px;
    line-height:30px;
    }
.os_sub_icon {
    width: 90px;
    height: 90px;
    text-align: center;
    background: #333;
    padding: 15px;
    border-radius: 100%;
    float: left;
    transition: all ease-in-out 400ms;
    -webkit-transition: all ease-in-out 400ms;
    -moz-transition: all ease-in-out 400ms;
    -ms-transition: all ease-in-out 400ms;
    -o-transition: all ease-in-out 400ms;
}
.os_sub {
    overflow:hidden;
    padding:40px 15px 0px;
    position:relative;
}
.os_sub_cont {
    float: left;
    width: calc(100% - 90px);
    width: -webkit-calc(100% - 90px);
    width: -moz-calc(100% - 90px);
    padding:20px 20px 0px;
}
.os_sub_cont h3 {
    margin: 0 0 10px;
}
.our_services .row .col-md-6:last-child .os_sub {
    text-align: right;
}
.srv_main {
    max-width: 1000px;
    margin: 30px auto 55px;
}
.srv_main .row:first-child .col-md-6:first-child .os_sub::before,
.srv_main .row:last-child .col-md-6:last-child .os_sub::before {
    content: '';
    position: absolute;
    bottom: 0;
    height: 2px;
    left: 0;
    right: 0;
    width: calc(100% - 30px);
    width: -webkit-calc(100% - 30px);
    width: -moz-calc(100% - 30px);
    background: #1f1f1f;
}
.navbar-nav>li {
    float: none !important;
    display: inline-block !important;
}


.srv_main .row:last-child .col-md-6:last-child .os_sub::before {
    left: initial;
    bottom: initial;
    top: 0;
}
.srv_main .row:first-child .col-md-6:first-child .os_sub::after,
.srv_main .row:last-child .col-md-6:last-child .os_sub::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0px;
    height: calc(100% - 30px);
    height: -webkit-calc(100% - 30px);
    height: -moz-calc(100% - 30px);
    background: #1f1f1f;
    width: 2px;
}
.srv_main .row:last-child .col-md-6:last-child .os_sub::after{
    top: initial;
    right: initial;
    left: 0;
}
.srv_main .row {
    margin: 0;
}

.srv_main .row .col-md-6 {
    padding: 0;
}
.srv_main .row:first-child .col-md-6:first-child .os_sub .os_sub_icon {
    background: #00ad5e;
}
.srv_main .row:first-child .col-md-6:last-child .os_sub .os_sub_icon {
    background: #4fc1f0;
}
.srv_main .row:last-child .col-md-6:first-child .os_sub .os_sub_icon {
    background: #ff972d;
}
.srv_main .row:last-child .col-md-6:last-child .os_sub .os_sub_icon {
    background: #ed4155;
}
.os_sub_cont h3 {
    font-size: 20px;
}
.os_sub_cont p {
    letter-spacing: 0.3px;
    line-height: 25px;
}
.srv_main .row .os_sub:hover .os_sub_icon {
    transform: rotate(360Deg);
    -webkit-transform: rotate(360Deg);
    -moz-transform: rotate(360Deg);
    -ms-transform: rotate(360Deg);
    -o-transform: rotate(360Deg);
    background: #1f1f1f !important;
}
/*Our Serv End*/

/*Home About us*/
.home_about {
    background: red;
    background: -webkit-linear-gradient(left, #eb8316 , #ed246f);
    background: -o-linear-gradient(right, #eb8316, #ed246f);
    background: -moz-linear-gradient(right, #eb8316, #ed246f);
    background: linear-gradient(to right, #eb8316 , #ed246f);
    padding: 40px 0 60px;
    min-height: auto;
}
.h_abt_head h2 {
    font-size:44px;
    text-transform: uppercase;    
    color: #fff;
    margin: 20px 0 20px;
}
.h_abt_head h2 span {
    color: #000;
}
.h_abt_head span.h_abt_subhead {
    color: #fff;
    font-size: 18px;
    color: #000;
}
.h_abt_txt {
    text-align: center;
}
.h_abt_cont {
    max-width: 900px;
    margin: 0 auto;
    color: #fff;
    letter-spacing: 0.6px;
    line-height: 25px;
    font-size: 16px;
    font-weight: 300;
}
/*Home About us End*/

/*Our Exp*/
.our_experience {
    padding: 70px 0;
}
.our_experience .row .col-md-4:first-child .oe_cont h3 {
    
    color: #4fc1f0;
}
.oe_cont h3 {
    font-size: 35px;
    font-weight: 600;
    margin: 15px 0 40px;
}
.oe_heading h2 {
    font-size: 36px;
    font-weight: 700;
    margin: 20px 0 40px;
    text-align: center;
}
.oe_sub {

    position: relative;
}
.oe_cont p {
    font-size: 15px;
    line-height: 25px;
    font-weight: 300;
}

.ft_con_main h5 {
    display: inline-block;
    max-width: 100px;
    width: 100%;
}
.our_experience .row .col-md-4 .oe_sub::before {
    position: absolute;
    content: '';
    right: -160px;
    top: 45px;
    height: 3px;
    width: 300px;
    background: #bd7ff3;
}
.our_experience .row .col-md-4:first-child .oe_sub::before {
    background: -webkit-linear-gradient(left, #bd7ff3 , #7ff391);
    background: -o-linear-gradient(right, #bd7ff3 , #7ff391);
    background: -moz-linear-gradient(right, #bd7ff3 , #7ff391);
    background: linear-gradient(to right, #bd7ff3 , #7ff391);
}
.our_experience .row .col-md-4:nth-child(2) .oe_sub::before {
    background: -webkit-linear-gradient(left, #7ff391 , #7ee8f2);
    background: -o-linear-gradient(right, #7ff391 , #7ee8f2);
    background: -moz-linear-gradient(right, #7ff391 , #7ee8f2);
    background: linear-gradient(to right, #7ff391 , #7ee8f2);
}
.our_experience .row .col-md-4:last-child .oe_sub::before {
    display: none;
}
.oe_sub_ico img {
    background: #fff;
    position: relative;
}
/*Our Exp End*/

/*Gallery*/
.our_wrk_gallry {
    max-width: 1360px;
    margin: 0 auto;
    overflow: hidden;
}

.our_wrk_gallry ul {
    margin: 0;
    padding: 0;
}
.our_wrk_gallry ul li {
    float: left;
    width: 25%;
}
.owg_sub {
    position: relative;
    max-height: 310px;
    overflow: hidden;
}
.owg_hovr {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #4fc1f0;
    transition: all ease-in-out 400ms;
    -webkit-transition: all ease-in-out 400ms;
    -moz-transition: all ease-in-out 400ms;
    -ms-transition: all ease-in-out 400ms;
    -o-transition: all ease-in-out 400ms;
    opacity: 0;
    visibility: hidden;
}
.owg_hovr .btn-default {
    background: none;
    color: #fff;
    border: none;
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
    transition: all ease-in-out 400ms;
    -webkit-transition: all ease-in-out 400ms;
    -moz-transition: all ease-in-out 400ms;
    -ms-transition: all ease-in-out 400ms;
    -o-transition: all ease-in-out 400ms;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.owg_hovr .btn-default:hover, .owg_hovr .btn-default:focus, .owg_hovr .btn-default:active {
    background: none;
    outline: none;
    border:none;
    color: #fff;
}
.owg_sub:hover .owg_hovr {
    opacity: 1;
    visibility: visible;
}
.owg_sub:hover .owg_hovr .btn-default, .our_wrk_gallry ul li:last-child .owg_hovr .btn-default{
    top: 0;
    bottom: 0;
    transform: none;
    padding-top: 42%;
    z-index: 10;
}
.owg_imag img {
    width: 100%;
    height: 100%;
}
.our_wrk_gallry ul li:last-child .owg_hovr {
    opacity: 1;
    visibility: visible;
}
.our_wrk_gallry ul li:last-child .owg_hovr .btn-default span {
    display: block;
    font-size: 40px;
}
.our_wrk_gallry ul li:last-child .owg_hovr .btn-default {
    padding-top: 30%;
}
/*Gallery Modal*/
.gallry_modal .modal-content {
    border-radius: 0;
    box-shadow: none;
}
.gallry_modal .modal-content .modal-header {
    background: #1f1f1f;
    border-bottom: 1px solid #fff;
    color: #fff;
}
.gallry_modal .modal-content .modal-header h4 {
    text-transform: uppercase;
    letter-spacing: 0.6px;
    font-weight: 600;
    font-size: 14px;
    color: #eee;
}
.gallry_modal .modal-content .modal-body {
    padding: 0;
    background: #1f1f1f;
}
.gal_slider {
    position: relative;
}
.gal_slider .owl-pagination {
    position: absolute;
    right: 0;
    top: 50%;
    width: 25px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.gal_slider .owl-theme .owl-controls {
    margin: 0;
}
.gal_slider .owl-pagination .owl-page {
    width: 100%;
}
.gal_slider .owl-theme .owl-controls .owl-page span {
    background: none;
    border: 2px solid #fff;
    opacity: 1;
    width: 18px;
    height: 18px;
    margin: 0;
}
.gal_slider .owl-theme .owl-controls .owl-page.active span {
    background: #fff;
}
.gallry_modal .modal-content .modal-header .close {
    text-shadow: none;
    color: #fff;
    opacity: 1;
}
.nav_contact ul li a:hover img {
    animation-name: tada;
    animation-duration: 1s;
    animation-fill-mode: both;
}
@media (min-width: 768px) {
.gallry_modal .modal-dialog {
    width: 750px;
}  
}
/*Gallery Modal End*/
/*Gallery End*/


/*Testimonials*/
.test-div {
    max-width: 750px;
    margin: 0 auto;
    text-align: center;
}
.testtop-img {
    max-width: 140px;
    margin: 0 auto 40px;
    border-radius: 10px;
    overflow: hidden;
    border: 3px solid #a3a19e;
}
.our_client_test {
    padding: 60px 0;
    background: url(../images/test_bg.jpg);
    position: relative;
    margin: 5px 0 5px;
}
.our_client_test::before {
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.50);
    position: absolute;
}
.our_client_test .os_heading h2 {
    color: #fff;
    margin-bottom: 60px;
}
.test-txt {
    color: #fff;
    letter-spacing: 1px;
    font-weight: 300;
    font-size: 16px;
    line-height: 35px;
}


/*Testimonials End*/


/*Our Partners*/
.our_client_logo {
    min-height: 100vh;
    padding-top: 80px;
}
.ocl_heading {
    text-align: center;
    padding: 35px 0;
    background: #fff;
}

.ocl_heading h3 {
    font-size: 35px;
    color: #1f1f1f;
    font-weight: 700;
    margin: 0;
}
.olc-cont {
    padding: 35px 0;
    background: #f3f3f3;
}
.olc-cont .row {
    margin: 0;
    position: relative;
}
.olc-cont .row::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: #000;
    width: 100%;
    background: -webkit-linear-gradient(left, #f3f3f3, #d9dada, #f3f3f3);
    background: -o-linear-gradient(left, #f3f3f3, #d9dada, #f3f3f3);
    background: -moz-linear-gradient(left, #f3f3f3, #d9dada, #f3f3f3);
    background: linear-gradient(to right,  #f3f3f3, #d9dada, #f3f3f3);
}
.olc-cont .row:last-child::before {
    display: none;
}
.olc-cont .row .col-md-3 {
    padding: 0;
}

.olc_cont_sub {
    padding: 15px;
    position: relative;
}
.olc_cont_sub::before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 2px;
    background: #000;
}
.olc-cont .row:nth-child(odd) .olc_cont_sub::before {
    background: -webkit-linear-gradient(left top, #f3f3f3, #d9dada);
    background: -o-linear-gradient(bottom right, #f3f3f3, #d9dada);
    background: -moz-linear-gradient(bottom right, #f3f3f3, #d9dada);
    background: linear-gradient(to bottom right, #f3f3f3, #d9dada);
}
.olc-cont .row:nth-child(even) .olc_cont_sub::before {
    background: -webkit-linear-gradient(left top, #d9dada, #f3f3f3);
    background: -o-linear-gradient(bottom right, #d9dada, #f3f3f3);
    background: -moz-linear-gradient(bottom right, #d9dada, #f3f3f3);
    background: linear-gradient(to bottom right, #d9dada, #f3f3f3);
}
.olc-cont .row .col-md-3:nth-child(4) .olc_cont_sub::before{
    display: none;
}

/*Our Partners End*/
/*Main Content End*/



/*footer*/
/*Footer Start*/
footer.main-footer {
    padding: 50px 0 25px;
    position: relative;
    background: url(../images/slider-01.jpg);
    background-size: 100%;
    background-attachment: fixed;
    background-position: top;
}
.main-footer::before {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    content: '';
    background: rgba(0, 0, 0, 0.9);
}
.footer-top ul {
    margin: 0;
    padding: 0 0 0 0px;
}
.footer-top ul li {
    list-style: none;
    margin-bottom:0px;
    font-size: 13px;
    color: #fff;
}
.footer-top ul li a {
    color: #fff;
    font-size: 14px;
    letter-spacing: 0.6px;
    font-weight: 300;
}
.f_heading h3 {
    margin: 10px 0 20px;
    font-size: 30px;
    letter-spacing: 0.8px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
}
.footer-bottom {
    padding: 25px 0 25px;
    font-size: 13px;
    text-align: center;
}
.footer-top {
    margin: 10px 0 15px;
}
.s_follow ul {
    padding: 0;
    margin: 0;
    text-align: right;
}
.s_follow {
    text-align: center;
}
.s_follow ul li {
    display: inline-block;
    margin-left: 10px;
}
.s_follow ul li a {
    display: inline-block;
    font-size: 13px;
    color: #333;
}

.s_follow ul li a:hover, .s_follow ul li a:focus {
}
.footer-top ul li a:hover, .footer-top ul li a:focus {
    text-decoration: none;
    color: #3cb0e0;
}
.ftr_visit a:hover, .ftr_visit a:focus {
    color: #3cb0e0;
    text-decoration: none;
}
.fbsection img {
    width: 100%;
}
.s_follow ul li img {
    width: 40px;
}
.cpright {
    color: #fff;
    text-align:center;
    font-weight: 600;
    font-size: 15px;
}
.ft_con_main {
    margin-bottom:0px;
}
.ft_con_main h5, .ft_con_main span {
    font-weight: 600;
    font-size: 15px;
}
.ftr_follw ul li {
    display: inline-block;
    margin-right: 7px;
}
.ftr_follw ul li a .fa {
    width: 35px;
    height: 35px;
    background: #333;
    border-radius: 100%;
    color: #fff;
    padding: 8px;
    font-size: 20px;
    text-align: center;
}
.ftr_follw ul li a .fa.fa-twitter {
    background: #32abe2;
}
.ftr_follw ul li a .fa.fa-facebook {
    background: #3a5998;
}
.ftr_follw ul li a .fa.fa-linkedin {
    background: #006699;
}
.ftr_follw ul li a .fa.fa-instagram {
    background: -webkit-linear-gradient(70Deg, #f4a655, #eb5836, #944490);
    background: -o-linear-gradient(70Deg, #f4a655, #eb5836, #944490);
    background: -moz-linear-gradient(70Deg, #f4a655, #eb5836, #944490);
    background: linear-gradient(70Deg, #f4a655, #eb5836, #944490);
}
.ftr_follw {
    text-align: left;
}
.ftr_follw ul li a {
    display: inline-block;
    transition: all ease-in-out 400ms;
    -webkit-transition: all ease-in-out 400ms;
    -moz-transition: all ease-in-out 400ms;
    -ms-transition: all ease-in-out 400ms;
    -o-transition: all ease-in-out 400ms;
}

.ftr_follw ul li a:hover {
    transform: rotate(360Deg);
    -webkit-transform: rotate(360Deg);
    -moz-transform: rotate(360Deg);
    -ms-transform: rotate(360Deg);
    -o-transform: rotate(360Deg);
}
/*Footer End*/


/* Services pages */
div#services {
    padding: 50px 0px;
}
.parallax-one:before {
    background: rgba(50,50,50,0.85);
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    content: "";
}
#parallax-world-of-ugg .parallax-one {
    padding-top: 140px;
    padding-bottom: 100px;
    overflow: hidden;
    position: relative;
    width: 100%;
    background-image: url(../images/parallax-banner.jpg);
    background-attachment: fixed;
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}
#parallax-world-of-ugg h2 {
    font-family: 'Oswald', sans-serif;
    font-size: 50px;
    letter-spacing: 5px;
    text-align: center;
    color: white;
    font-weight: 700;
    text-transform: uppercase;
    z-index: 10;
    opacity: .9;
}
ol#setup-breadcrumb a {
    color: #fff;
}
ol#setup-breadcrumb {
    font-family: 'Oswald', sans-serif;
    font-size: 12px;
    letter-spacing: 3px;
    text-align: center;
    color: white;
    font-weight: 500;
    text-transform: uppercase;
    z-index: 10;
    opacity: .9;
    background-color: transparent;
}
.service-page-item {
    margin-bottom: 80px;
    padding-bottom: 80px;
    border-bottom: 1px solid #e9e9e9;
}
.services-title, .services-nav i.fa, .service-description p, .service-description h3 a, .service-description h3, .service-description a.read-more:hover {
    color: #000000;
}
.service-description h3 {
    margin-top: 0;
}
.service-description p {
    color: #757575;
    font-size: 13px;
    line-height: 25px;
    word-spacing: 1px;
}
.services-image img {
    border: 8px solid #eee;
}
.service-description hr {
    border-color: #000000;
}
a, a:link, a:visited, a:hover, a:active {
    text-decoration: none !important;
    outline: 0;
}
/* partner page */

.partner-image {
    float: left;
    padding: 10px;
    width: 24.5%;
    margin: 1px;
    background-color: #fff;
}
div#partner {
    /* float: left; */
    width: 100%;
    display: inline-block;
    background-color: #efefef;
	padding:50px 0px;
}

/* Contact us */
section#contact {
    background-color: #222222;
    background-image: url(http://artdnaswitchbd.com/componants/images/map-image.png);
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 156px;
    padding-bottom: 100px;
}
div#contact-box h2 {
    color: #fff;
    font-size: 25px;
    font-weight: 700;
}
section#contact:before {
    content: "";
    background-color: rgba(0, 0, 0, 0.51);
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    top: 0;
}
div#contact-box .input-group span.input-group-addon {
    background-color: rgba(0, 0, 0, 0.66);
    border-color: #5d5d5d;
    border-radius: 3px 0px 0px 3px;
    padding-left: 18px;
}
div#contact-box .input-group span.input-group-addon i {
    color: #7d7d7d;
}
div#contact-box .input-group .form-control {
    background-color: rgba(0, 0, 0, 0.66);
    border-color: #5d5d5d;
    border-left: 0;
    padding: 20px 5px;
    border-radius: 0px 3px 3px 0px;
    color: #fff;
}

.contct-map {
    margin-top: 25px;
}


/*Responsive*/
@media screen and (max-width: 1199px){
.nav_contact ul li a {
    padding: 10px 18px;
    width: 60px;
    height: 60px;
}
.header-middle .navbar-default .navbar-nav>li>a {
    padding: 10px 9px;
}
.header-middle a.navbar-brand {
    height: 60px;
    padding: 5px;
}
.header-middle .navbar-right {
    padding: 10px 0;
}
}
@media screen and (max-width: 991px){
.header-middle a.navbar-brand img {
    width: 150px;
}
.nav_contact {
    margin: 0px 0px 0 10px;
}
.header-middle .navbar-default .navbar-nav>li>a {
    padding: 10px 4px;
}
.nav_contact ul li a {
    padding: 6px 10px;
    width: 45px;
    height: 45px;
}
.header-middle .navbar-right {
    padding: 3px 0;
}
.header-middle a.navbar-brand {
    height: 45px;
}
.header-middle .navbar {
    min-height: 45px;
}
.nav_contact {
    margin: 0px 0px 0 22px;
}
}
/*Responsive End*/
