body {
    font-size: 13px;
    line-height: 22px;
    font-family: roboto,-apple-system,BlinkMacSystemFont,segoe ui,helvetica neue,Arial,sans-serif;
    overflow-x: hidden;
    -webkit-font-smoothing: subpixel-antialiased;
    font-weight: 400;
    letter-spacing: .075em;
}

.container{
    max-width: 1220px;
    width: 100%;
    margin: 0 auto;
}

p{
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #000;
}


/*******************HEADER******************/

.top-header{
    background-color: #4194d0;
    padding: 15px 0;
}

.topheader-left p{
    font-weight: 600;
    color: #fff;
    margin-bottom: 0px;
}

.topheader-right ul{
  padding: 0px;
  margin: 0px;
  text-align: right;
}

.topheader-right ul li{
  list-style-type: none;
  display: inline-block;
  padding-left: 15px;
}

.topheader-right ul li a{
  font-size: 16px;
  color: #fff;
}

.topheader-right ul li a:hover{
  text-decoration: underline;
}


.mid-header{
    background: #be312e;
    position: relative;
}

.mid-header:before {
    background: #ffffff none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: -316px;
    position: absolute;
    -webkit-transform: skewX(39deg);
    transform: skewX(39deg);
    width: 50%;
    border-right: 15px solid #13a2cb;
}

.header-middle{
  padding: 20px 0;
}

.header-middle ul{
  padding: 0px;
  margin: 0px;
  padding-left: 50px;
}

.header-middle ul li{
  list-style-type: none;
  display: inline-block;
  width: 33%;
}

.header-middle ul li i{
  font-size: 37px;
  color: #fff;
  float: left;
  margin-right: 10px;
}

.header-middle ul li a{
    font-size: 14px;
    line-height: 16px;
    font-weight: 600;
    color: #fff;
    display: block;
    text-decoration: none;
}

.header-middle ul li span{
    font-size: 12px;
    line-height: 14px;
    font-weight: 400;
    color: #fff;
}

a.btn.btn-quotes{
    border: 1px solid #13a2cb;
    background-color: #13a2cb;
    border-radius: 0px;
    width: 100%;
    padding: 10px 10px;
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    color: #fff;
    margin-top: 16px;
}

a.btn.btn-quotes:hover{
  border: 1px solid #fff;
  background-color: #fff;
  color: #000;
}





.menu-section {
    background-color: #ffffffd9;
    border-top: 1px solid #eee;
    position: relative;
    z-index: 9;
}

.mid-header a{
  text-decoration: none;
}

.logo img{
  width: 100%;
  max-width: 75px;  
  float: left;
  margin-right: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.logo h5{
    padding-top: 23px;
    font-size: 28px;
    line-height: 30px;
    font-weight: 600;
    color: #4194d0;
    margin-bottom: 0px;
}

.logo p{
    font-size: 16px;
    line-height: 16px;
    color: #ff0000;
    margin-bottom: 0px;
}

.navbar-brand img{
    width: 100px;
}

.navbar-brand h5{
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  color: #fff;
  margin-top: 14px;
}

nav.navbar.navbar-expand-lg.navbar-light {
    padding: 0px;
}

.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    color: #be312e;
}

.navbar-light .navbar-nav .nav-link {
    color: #4194d0;
    font-size: 15px;
    line-height: 22px;
    font-weight: 600;
    padding: 18px 24px;
    text-transform: uppercase;
    border-right: 1px solid #cacaca;
    cursor: pointer;
}

.navbar-light .navbar-nav .nav-link:hover{
    color: #be312e;
}

.navbar-light .navbar-nav .nav-link:hover{
    color: #be312e;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #be312e;
}

.navbar-expand-lg .navbar-nav .dropdown-menu{
  margin-top: -1px;
}

.dropdown-item{
  color: #1b293a;
  background-color: transparent;
}

.dropdown-item:hover{
  color: #be312e;
}

.dropdown-item:focus, .dropdown-item:hover{
  background-color: transparent;
}


/*.nav-item.dropdown a:after {
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 16px;
    padding: 0px 0px 0px 5px;
    vertical-align: middle;
}*/

.menu-section .dropdown ul li a:after {
    display: none;
}



/*.navbar-light .navbar-nav .nav-link:hover{
  color: #e54c2a;
  border-bottom: 4px solid #e54c2a;
}

.navbar-light .navbar-nav .nav-link:hover{
    color: #e54c2a;
    border-bottom: 4px solid #e54c2a;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #e54c2a;
    border-bottom: 4px solid #e54c2a;
}*/

.menu-section .dropdown ul{
  padding: 0px;
  margin: 0px;
  height: auto;
  position: absolute;
  z-index: 999;
  background-color: #296bc2;
}

.menu-section .dropdown ul li{
  border-bottom: 1px solid #2bb1a5;
}

.menu-section .dropdown ul li:last-child{
  border-bottom: none;
}

.menu-section .dropdown ul li{
  display: none;
}

.menu-section .dropdown ul li a{
  font-size: 14px;
  line-height: 26px;
  font-weight: 400;
  color: #fff;
  padding: 7px 10px;
  display: block;
  text-decoration: none;
  transition: all .3s ease 0s;
  background-color: #116b63;
}

.menu-section .dropdown:hover ul li{
  display: block;
  width: 200px;
  background-color: #fff;
}

.menu-section .dropdown ul li a:hover{
  background-color: #4194d0;
  color: #fff;
}



/**************MEGA MENU**************/

.droppable a{
    color: #4194d0;
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    padding: 20px 24px;
    text-transform: uppercase;
    border-right: 1px solid #cacaca;
    position: relative;
    top: 18px;
}

.mega-menu {
  background: #f0f0f0;
    display: none;
    left: 0;
    position: absolute;
    text-align: left;
    width: 100%;
    top: 58px;
    padding: 15px;
}
.mega-menu h3 {color: #444;}
.mega-menu ul {
    float: left;
    margin-bottom: 10px;
    margin-right: 40px;
    width: 184px;
    padding: 0px;
    border-right: none !important;
}

.mega-menu ul li{
  list-style-type: none;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  color: #000;
  border-right: 1px solid #cacaca;
}

.mega-menu ul li a{
  font-size: 15px;
  line-height: 18px;
  font-weight: 400;
  color: #000;
  text-decoration: none;
  text-transform: capitalize;
  border-right: none;
}

.mega-menu ul li a:hover{
  color: #be312e;
}


.mega-menu ul:last-child {margin-right: 0;}
.mega-menu a {
    color: #4ea3d8;
    display: block;
    padding: 10px 0;
}
.mega-menu a:hover {color: #2d6a91;}



/* #Droppable Class Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.droppable {position: static;}
.droppable > a:after {
      display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}
.droppable:hover .mega-menu {display: block;}



/* #Browser Clearfix
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.cf:before,
.cf:after {
  content: " "; /* 1 */
   display: table; /* 2 */
}
.cf:after {clear: both;}


/**********MOBILE MENU***********/

.clickmenus{
    font-size: 30px;
    cursor: pointer;
    position: absolute;
    top: -28px;
    right: 15px;
    color: #27661c;
    z-index: 99;
    display: inline-block;
    float: left;
    display: none;
}

.clickmenus h6{
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    color: #dc3545;
    text-transform: uppercase;
    float: right;
    margin-left: 10px;
}

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  background-color: #4194d0;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 20px;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #222;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #000;
}

.sidenav .closebtn {
  position: absolute;
    top: 5px;
    right: 11px;
    font-size: 50px;
    margin-left: 50px;
    z-index: 9999;
    padding: 0px;
    color: #fff;
}

@media screen and (max-height: 450px) {
  .sidenav a {font-size: 18px;}
}


.sidenav .card{
    background-color: transparent;
    border: none;
}


.card-header{
  background-color: transparent;
  border-bottom: 1px solid #eee;
}

.sidenav .card-body{
    padding: 0 10px;
}

.mobile-menus ul{
    padding: 0px;
    margin: 0px;
}

.mobile-menus ul li{
    list-style-type: none;
}

.mobile-menus ul li a {
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    color: #fff;
    padding: 14px 20px;
    border-bottom: 1px solid #198bb3;
}

.sidenav .card-body ul li a {
    font-size: 12px;
}


.sidenav .card-body ul li a:hover {
    color: #000;
    font-size: 13px;
    background-color: transparent;
}

.mobile-menus ul li a i.fa{
    float: right;
}


@media(max-width: 991px)
{
  .clickmenus{
    display: block;
  }

  .shadow-img{
    display: none;
  }

  .navbar-light .navbar-brand{
    display: block;
  }

  .navbar-toggler-icon{
    display: none;
  }

  nav.navbar.navbar-expand-lg.navbar-light{
    height: 38px;
  }

  .navbar-light .navbar-toggler{
    display: none;
  }
}

































/****************BANNER SECTION****************/


.slider-section img{
  width: 100%;
  height: 470px;
  object-fit: cover;
}

.heading-box h2{ 
  width:100%; 
  color: red; 
}
.text-box {
  position: absolute;
  top: 50%;
  left: 15%;
  right: 15%;
  color: #fff;
  text-align: center;
  transform: translateY(-50%);
}

.text-box h2{
  font-size: 50px;
  line-height: 54px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
}

a.btn.btn-view{
    border: 2px solid #13a2cb;
    background-color: #13a2cb;
    padding: 12px 40px;
    border-radius: 30px;
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    color: #fff;
}

a.btn.btn-view:hover{
  border: 2px solid #13a2cb;
  background-color: #13a2cb;
  color:  #fff;
}

/******************WELCOME SECTION****************/

.welcome-section{
  background-color: #eee;
  padding-bottom: 70px;
}

.welcome-section .nav-sidebar { 
    width: 100%;
    background-color: #fff;
    box-shadow: 0px 1px 8px rgb(134 131 131 / 82%);
    margin-top: -74px;
}

.welcome-section .nav-sidebar ul.tabs li{
  list-style-type: none;
  width: 100%;
  list-style-type: none;
  width: 100%;
  font-size: 20px;
  line-height: 74px;
  font-weight: 700;
  color: #000;
  text-align: center;
  text-transform: uppercase;
  border-bottom: 1px solid #eee;
}

.welcome-section .nav-sidebar a {
    color: #333;
    padding: 30px 40px;
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    display: block;
    text-transform: capitalize;
    -webkit-transition: all 0.08s linear;
    -moz-transition: all 0.08s linear;
    -o-transition: all 0.08s linear;
    transition: all 0.08s linear;
}
.welcome-section .nav-sidebar .active a { 
    cursor: default;
    color: #000; 
}

.welcome-section .nav-sidebar a.active{
  color: #13a2cb;
}

.welcome-section .nav-sidebar .text-overflow a,
.welcome-section .nav-sidebar .text-overflow .media-body {
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis; 
}

.welcome-section .btn-blog {
    color: #ffffff;
    background-color: #E50000;
    border-color: #E50000;
    border-radius:0;
    margin-bottom:10px
}
.welcome-section .btn-blog:hover,
.welcome-section .btn-blog:focus,
.welcome-section .btn-blog:active,
.welcome-section .btn-blog.active,
.welcome-section .open .dropdown-toggle.btn-blog {
    color: white;
    background-color:#0b56a8;
    border-color: #0b56a8;
}
article h2{color:#333333;}
/*h2{color:#0b56a8;}*/
 .margin10{margin-bottom:10px; margin-right:10px;}
 
.welcome-section  .container .text-style
{
  text-align: justify;
  line-height: 23px;
  margin: 0 13px 0 0;
  font-size: 19px;
}

.welcome-section .tab-content{  
    border-left: 1px solid #ddd;
    margin-top: 40px;
}

.welcome-section .tab-content h3{
      font-size: 24px;
    line-height: 28px;
    font-weight: 600;
    color: #be312e;
    margin-bottom: 10px;
}

.welcome-section .tab-content img{
  width: 100%;
}

.welcome-section .tab-content p{
  line-height: 28px;
}

a.reads{
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    color: #000;
    text-decoration: underline;
}

a.reads i{
  padding-left: 5px;
}

a.reads:hover{
  color: #13a2cb;
  text-decoration: none;
}

.welcome-section .tab-content h4{
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    color: #000;
    margin-bottom: 10px;
}

/*******************WHAT WE DO******************/





.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;
  margin-bottom: 30px;
  display: inline-block;
  padding-bottom: 10px;
  color: #be312e;
}
.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: #be312e;
  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;
  padding: 70px 0;
}
.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: #be312e;
  left: 0;
  top: 0;
  content: "";
  -webkit-transition: .3s;
  transition: .3s
}
.single-service:after {
  position: absolute;
  width: 0;
  height: 0;
  background-color: #be312e;
  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: 0px 1px 8px rgb(134 131 131 / 82%);
}
.single-service i.fa {
  font-size: 20px;
  width: 60px;
  height: 60px;
  border: 1px solid #13a2cb;
  line-height: 60px;
  margin-bottom: 30px;
  border-radius: 50%;
  -webkit-transition: .3s;
  transition: .3s;
  color: #13a2cb;
}
.single-service:hover i.fa {
  background-color: #be312e;
  color: #fff;
  border-color: #be312e;
  border-radius: 0;
}

.single-service i.fas {
  font-size: 20px;
  width: 60px;
  height: 60px;
  border: 1px solid #13a2cb;
  line-height: 60px;
  margin-bottom: 30px;
  border-radius: 50%;
  -webkit-transition: .3s;
  transition: .3s;
  color: #13a2cb;
}
.single-service:hover i.fas {
  background-color: #be312e;
  color: #fff;
  border-color: #be312e;
  border-radius: 0;
}

.single-service h4 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 15px;
    line-height: 28px;
    color: #000;
}
.single-service p {
  font-size: 15px;
  line-height: 1.8;
}

a.btn.btn-offer{
  border: 1px solid #13a2cb;
  background-color: #13a2cb;
  border-radius: 0px;
  padding: 12px 30px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  color: #fff;
}

a.btn.btn-offer:hover{
  border: 1px solid #be312e;
  background-color: #be312e;
}

/*************SMOOTH SECTION*************/

.smooth-section{
  background: url("../images/smooth-bg.jpg") center center no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.smooth-section .overlay{
  background-color: rgb(19 162 203 / 81%);
  padding: 100px 0;
}

.smooth-section h4{
  font-size: 40px;
  line-height: 44px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 10px;
}

.smooth-section p{
  color: #fff;
  margin-bottom: 0px;
}

a.btn.btn-smooth {
    border: 2px solid #be312e;
    background-color: #be312e;
    padding: 14px 40px;
    border-radius: 3px;
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    color: #fff;
    float: right;
    margin-top: 12px;
}

a.btn.btn-smooth:hover{
    border: 2px solid #fff;
    background-color: transparent;
    color: #fff;
}

/********************PARTNER SECTION*******************/

.partner-section{
  padding: 70px 0;
}

.partner-section h4{
    font-size: 40px;
    line-height: 44px;
    font-weight: 600;
    padding-bottom: 10px;
    position: relative;
    margin-bottom: 30px;
    color: #be312e;
    text-align: center;
}

.partner-section h4:before {
    position: absolute;
    content: "";
    width: 80px;
    height: 2px;
    background-color: #d8d8d8;
    bottom: 0;
    left: 50%;
    margin-left: -40px;
}

.partner-section h4:after {
    position: absolute;
    content: "";
    width: 50px;
    height: 2px;
    background-color: #be312e;
    left: 0;
    bottom: 0;
    left: 50%;
    margin-left: -25px;
}

.partner-box{
    border: 1px solid #eee;
    padding: 10px;
    border-radius: 5px;
}

.partner-section .owl-nav{
  display: none;
}

.partner-section .owl-dots{
  display: none;
}

/*******************INDUSTRY SECTION******************/

.industry-section{
  padding: 70px 0;
  background-color: #f1f1f1;
}

.industry-section h4{
    font-size: 40px;
    line-height: 44px;
    font-weight: 600;
    padding-bottom: 10px;
    position: relative;
    margin-bottom: 30px;
    color: #be312e;
    text-align: center;
}

.industry-section h4:before {
    position: absolute;
    content: "";
    width: 80px;
    height: 2px;
    background-color: #d8d8d8;
    bottom: 0;
    left: 50%;
    margin-left: -40px;
}

.industry-section h4:after {
    position: absolute;
    content: "";
    width: 50px;
    height: 2px;
    background-color: #be312e;
    left: 0;
    bottom: 0;
    left: 50%;
    margin-left: -25px;
}

.indus-box{
  border: 1px solid #ddd;
  padding: 30px;
  text-align: center;
  background-color: #fff;
  margin-bottom: 30px;
  border-radius: 10px;
}

.indus-box:hover{
  box-shadow: 0px 1px 8px rgb(134 131 131 / 82%);
}

.indus-box i{
  font-size: 40px;
  color: #000;
  margin-bottom: 15px;
}

.indus-box h5{
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    margin-bottom: 15px;
    text-align: center;
}

.indus-box h5 a{
  text-decoration: none;
  color: #000;
}

.indus-box h5 a:hover{
  color: #be312e;
}

/****************NEWS SECTION**************/

.news-section{
  padding: 70px 0;
}

.news-section h4{
    font-size: 40px;
    line-height: 44px;
    font-weight: 600;
    padding-bottom: 10px;
    position: relative;
    margin-bottom: 30px;
    color: #be312e;
    text-align: center;
}

.news-section h4:before {
    position: absolute;
    content: "";
    width: 80px;
    height: 2px;
    background-color: #d8d8d8;
    bottom: 0;
    left: 50%;
    margin-left: -40px;
}

.news-section h4:after {
    position: absolute;
    content: "";
    width: 50px;
    height: 2px;
    background-color: #be312e;
    left: 0;
    bottom: 0;
    left: 50%;
    margin-left: -25px;
}

.single-blog-img {
    overflow: hidden;
}

.single-blog-img a img {
    width: 100%;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.single-blog:hover .single-blog-img a img {
    -webkit-transform: scale(1.09);
    -moz-transform: scale(1.09);
    -ms-transform: scale(1.09);
    -o-transform: scale(1.09);
    transform: scale(1.09);
}
.single-blog-img img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.blog-content-box {
    padding: 20px;
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    transform: translateY(-30px);
    background: #f5f5f5;
}
.blog-post-date {
    display: table;
    float: left;
    margin-right: 30px;
}
.blog-post-date span:first-child {
    color: #ffca00;
    display: block;
    font-size: 48px;
    font-weight: 700;
    line-height: 1;
    margin-top: -11px;
    margin-bottom: -4px;
    text-align: center;
}
.blog-post-date span:last-child {
    font-size: 14px;
    color: #212121;
    font-weight: 600;
}
.blog-content {
    display: table;
}
.blog-content h5{
    font-size: 24px;
    line-height: 28px;
    font-weight: 700;
    color: #273b8b;
    margin-bottom: 0px;
}
.blog-content h5 a {
    color: #000;
    text-decoration: none;
    -webkit-transition: .2s;
    transition: .2s;
}
.blog-content h5 a:hover {
    color: #13a2cb;
}

/*****************FOOTER****************/

.top-footer{
  padding: 40px 0;
  background-color: #13a2cb;
}

.top-footer h4{
  font-size: 30px;
  line-height: 34px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 20px;
}

.top-footer h4:after {
    content: '';
    width: 100px;
    height: 2px;
    background: #fff;
    display: block;
    margin-top: 5px;
    margin-bottom: 25px;
}

.top-footer h5{
  font-size: 30px;
  line-height: 34px;
  font-weight: 600;
  color: #fff;
  margin-top: 20px;
  margin-bottom: 20px;
}

.footer-add p{
  color: #fff;
  line-height: 20px;
  margin-bottom: 15px;
}

.footer-add ul{
  padding: 0px;
  margin: 0px;
  margin-bottom: 20px;
}

.footer-add ul li{
  list-style-type: none;
  display: inline-block;
}

.footer-add ul li a i{
  background-color: #fff;
  width: 40px;
  height: 40px;
  line-height: 20px;
  font-size: 15px;
  color: #000;
  border-radius: 50%;
  padding: 10px;
  text-align: center;
}

.footer-add ul li a i.fa-facebook-f{
  background-color: #3b5998;
  color: #fff;
}

.footer-add ul li a i.fa-facebook-f:hover{
  background-color: #294379;
}

.footer-add ul li a i.fa-twitter{
  background-color: #00acee;
  color: #fff;
}

.footer-add ul li a i.fa-twitter:hover{
  background-color: #0991c5;
}

.footer-add ul li a i.fa-linkedin-in{
  background-color: #0e76a8;
  color: #fff;
}

.footer-add ul li a i.fa-linkedin-in:hover{
  background-color: #0c5477;
}

.footer-add ul li a i.fa-youtube{
  background-color: #c4302b;
  color: #fff;
}

.footer-add ul li a i.fa-youtube:hover{
  background-color: #8e1814;
}

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

.quicks ul li{
  list-style-type: none;
  padding-bottom: 20px;
  width: 48%;
  display: inline-block;
  margin-right: 5px;
}

.quicks ul li a{
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  color: #fff;
  text-decoration: none;
}

.quicks ul li a:hover{
  text-decoration: underline;
}

.touch-from input{
  border: 1px solid #fff;
    width: 100%;
    height: 34px;
    margin-bottom: 5px;
    border-radius: 0px;
    font-size: 14px;
}

.touch-from textarea{
  border: 1px solid #fff;
    width: 100%;
    height: 80px;
    margin-bottom: 5px;
    border-radius: 0px;
    padding-left: 10px;
    font-size: 14px;
}

.touch-from button.btn.btn-primary {
    border: 1px solid #be312e;
    background-color: #be312e;
    padding: 10px 20px;
    border-radius: 0px;
    font-family: Ruluko;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    color: #fff;
    float: right;
}

.touch-from button.btn.btn-primary:hover {
    border: 1px solid #fff;
    background-color: #fff;
    color: #be312e;
}

.mid-footer{
  padding: 20px 0;
  background-color: #be312e;
}

.mid-footer p{
  font-size: 15px;
  line-height: 24px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 0px;
  text-align: center;
}










/*************BACK TO TOP**************/

.scroll-top-wrapper.show {
    visibility: visible;
    cursor: pointer;
    opacity: 1.0;
}

.scroll-top-wrapper {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    text-align: center;
    z-index: 99999999;
    background: #116b63;
    color: #fff;
    width: 55px;
    height: 54px;
    line-height: 7px;
    right: 15px;
    bottom: 40px;
    padding-top: 14px;
    border-radius: 50%;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.scroll-top-wrapper i.fa {
    line-height: inherit;
    font-size: 26px;
}

.scroll-top-wrapper h5{
    margin-top: 0px;
    font-weight: 300;
    font-size: 16px;
}

/*****************SERVICE PAGE START HERE*****************/

.page-banner{
  background: url("../images/slider2.jpg") top center no-repeat;
  background-size: cover;
  display: table;
  width: 100%;
  height: 0px;
}
  
.page-banner .overlay{
    background-color: rgba(0,0,0,.3);
    height: 131px;
    display: table-cell;
    vertical-align: bottom;
}

.page-banner h1{
    font-size: 50px;
    line-height: 55px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0px;  
}

ul.breadcrumb {
    background: transparent;
    padding: 5px;
    /*-ms-transform: skewX(-20deg);
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);*/
    width: 100%;
    display: block;
    margin-bottom: 20px;
    border-radius: 0px;
}

ul.breadcrumb li {
    display: inline;
    font-size: 14px;
    color: #000;
    font-weight: 400;
}

ul.breadcrumb li a {
    color: #fff;
    text-decoration: none;
}

ul.breadcrumb li a:hover{
  color: #1272a4;
}

ul.breadcrumb li {
    display: inline;
    font-size: 14px;
    color: #fff;
    font-weight: 600;
}

ul.breadcrumb li+li:before {
    padding: 8px;
    content: "/\00a0";
    color: #fff;
}

.service-body{
  padding: 70px 0;
}

.service-body img{
  width: 100%;
  height: 300px;
  object-fit: cover;
  margin-bottom: 40px;
}

.service-body h4{
  font-size: 31px;
  line-height: 40px;
  font-weight: 600;
  color: #000;
  margin-bottom: 20px;
}

a.btn.btn-reads {
    border: 1px solid #13a2cb;
    background-color: #13a2cb;
    border-radius: 0px;
    padding: 12px 30px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    color: #fff;
}

a.btn.btn-reads:hover {
    border: 1px solid #be312e;
    background-color: #be312e;
}


/******************SERVICE DETAIL PAGE START HERE****************/

.service-details{
  padding: 70px 0;
}

.detail-left h2{
  font-size: 34px;
  line-height: 40px;
  font-weight: 700;
  color: #000;
  margin-bottom: 20px;
}

.detail-left img{
  width: 100%;
  margin-bottom: 10px;
}

.detail-right h3{
  font-size: 24px;
  line-height: 28px;
  font-weight: 600;
  color: #000;
  margin-bottom: 10px;
}

.detail-right ul{
  padding: 0px;
  margin: 0px;
}

.detail-right ul li{
  list-style-type: none;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #eee;
}

.detail-right ul li:last-child{
  border-bottom: none;
  padding-bottom: 0px;
  margin-bottom: 0px;
}

.detail-right ul li a{
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  color: #000;
  text-decoration: none;
}

.detail-right ul li a:hover{
  color: #13a2cb;
}

/**************BLOG PAGE START HERE*************/

.blog-body{
  padding: 70px 0;
}

.blog-content{
  text-align: center;
}

.blog-content p{
  margin-top: 10px;
  margin-bottom: 10px;
}

/****************CONTACT US PAGE START HERE***************/

.contactbody{
  padding: 70px 0;
  text-align: center;
}

.contactbody h4{
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  color: #000;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.contactbody input.form-control {
    border: 1px solid #ddd;
    height: 44px;
    border-radius: 30px;
    font-size: 14px;
    color: #000;
    margin-bottom: 15px;
    width: 100%;
}

.contactbody textarea {
    border: 1px solid #ddd;
    height: 140px;
    border-radius: 30px;
    font-size: 14px;
    color: #000;
    margin-bottom: 15px;
    width: 100%;
    padding: 14px;
}

.contactbody button.btn.btn-primary{
  border: 1px solid #be312e;
  background-color: #be312e;
  padding: 12px 30px;
  border-radius: 30px;
  font-family: Ruluko;
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  width: 100%;
}

.contactbody button.btn.btn-primary:hover{
  border: 1px solid #13a2cb;
  background-color: #13a2cb;
}

/*****************TEAM PAGE START HERE***************/


.teamy {
 position: relative;
 z-index: 1;
 overflow: hidden;
}
.teamy_layout {
 position: relative;
}
.teamy_preview {
 position: relative;
 overflow: hidden;
}
.teamy_avatar {
 display: block;
 max-width: 100%;
 position: relative;
 z-index: 1;
 width: 100%;
    height: 280px;
    object-fit: cover;
}
.teamy_preview:before {
 content: "";
 position: absolute;
 top: 50%;
 left: 50%;
 z-index: 2;
}
.teamy_back {
 width: 100%;
 /* height: 100%;*/
 box-sizing: border-box;
 opacity: 0;
 will-change: opacity;
 display: flex;
 flex-direction: column;
 justify-content: center;
 position: absolute;
 top: 0;
 left: 0;
 z-index: 3;
}
.teamy:hover .teamy_back {
 opacity: 1;
 height: 100%;
 transition: opacity .4s cubic-bezier(0.71, 0.05, 0.29, 0.9) .2s;
}
.teamy_name {
 margin-top: 0;
 margin-bottom: 0;
}
.teamy_post {
 display: block;
}
/*
 * 2. visual styles
 */

/* common styles for visual styles */

.teamy_back {
 padding-left: 10px;
 padding-right: 10px;
 text-align: center;
}
.teamy_content {
    padding: 20px;
    background-color: #eee;
    margin-bottom: 30px;
}
.teamy_name {
 font-size: 15px;
 text-transform: uppercase;
 letter-spacing: 1px;
 color: #282828;
 font-family: 'montserratbold';
}
.teamy_post {
 margin-top: .5em;
 font-size: .8em;
 text-transform: capitalize;
 color: #6f6f6f;
}
/* style 1 */

.teamy_style1 {
 text-align: center;
}
.teamy_style3 .teamy_name {
 font-size: 2em;
}
/*
 * 3. masks
 */

/* mask circle */

.teamy_mask-circle .teamy_preview:before {
 width: 0;
 height: 0;
 padding: 25%;
 border-radius: 50%;
 transition: transform .3s ease, opacity .3s ease-out;
 will-change: opacity, transform;
 opacity: 0;
 transform: translate(-50%, -50%) scale(0);
}
.teamy_mask-circle:hover .teamy_preview:before {
 opacity: 1;
 transform: translate(-50%, -50%) scale(4);
 transition-duration: .6s;
}
/* mask triangle */

.teamy_mask-triangle .teamy_preview:before {
 width: 100%;
 height: 100%;
 opacity: 0;
 -webkit-clip-path: polygon(50% 10%, 15% 90%, 85% 90%);
 clip-path: polygon(50% 10%, 15% 90%, 85% 90%);
 transition-property: transform, opacity;
 transition-duration: .2s, .4s;
 transition-delay: .4s, 0s;
 transition-timing-function: ease-out;
 will-change: transform, opacity;
 transform: translate(-50%, -50%) scale(1);
}
.teamy_mask-triangle:hover .teamy_preview:before {
 opacity: 1;
 transform: translate(-50%, -50%) scale(5);
 transition-delay: .1s, 0s;
 transition-duration: .4s;
}
/*
 * 4. animations for preview
 */

/* zoom */

.teamy_zoom-photo .teamy_avatar {
 transition: transform .4s cubic-bezier(0.71, 0.05, 0.29, 0.9);
 will-change: transform;
 transform: scale(1);
}
.teamy_zoom-photo:hover .teamy_avatar {
 transform: scale(1.2);
}
/* zoom and rotate */

.teamy_zoom-rotate-photo .teamy_avatar {
 transition: transform .4s cubic-bezier(0.71, 0.05, 0.29, 0.9);
 will-change: transform;
 transform: scale(1) rotate(0);
}
.teamy_zoom-rotate-photo:hover .teamy_avatar {
 transform: scale(1.2) rotate(5deg);
}
/* zoom and slide */

.teamy_zoom-slide-photo .teamy_avatar {
 transition: transform .4s cubic-bezier(0.71, 0.05, 0.29, 0.9);
 will-change: transform;
 transform: scale(1) translate(0, 0);
}
.teamy_zoom-slide-photo:hover .teamy_avatar {
 transform: scale(1.2) translate(4%, 4%);
}

/*
 * 5. default skin
 */

@media screen and (max-width: 360px) {
.melnik909 {
 display: none;
}
}
/* layout */

.section:nth-of-type(even) {
 background-color: var(--colorGray);
}
.section_header {
 position: relative;
 text-align: center;
 text-transform: capitalize;
}
.section_header:before {
 content: "";
 width: 5rem;
 height: 3px;
 background-color: var(--colorAlternative);
 position: absolute;
 bottom: 0;
 left: 50%;
 transform: translateX(-50%);
}
.section_title {
 font-size: 2.4rem;
 font-family: 'heebo';
}
.section_title span {
 color: #007efa;
}
.section_hint {
 font-size: 1.4rem;
 display: block;
 margin-top: 0rem;
}
.section_content {
 display: flex;
 flex-wrap: wrap;
 align-items: flex-start;
}

@media screen and (min-width: 641px) {
.section {
 padding: 70px 0;
  background-color: #fbfbfb;
}

.section h4{
    font-size: 40px;
    line-height: 44px;
    font-weight: 600;
    color: #be312e;
    margin: 0 auto;
    display: block;
    text-align: center;
    margin-bottom: 30px;
}

.section_content {
 justify-content: center;
}
}

@media screen and (max-width: 640px) {
.section {
 padding-top: 4rem;
 padding-bottom: 4rem;
}

.section h4{
    font-size: 30px;
    line-height: 34px;
    font-weight: 700;
    color: #000;
    text-align: center;
    margin: 0 auto;
    display: block;
    margin-bottom: 20px;
}


.section_header {
 margin-bottom: 3rem;
}
}
/* demo params */

.teamy_preview:before {
 background-color: var(--demoColorMask, rgb(65 148 208 / 72%));
}
.teamy_style2 .teamy_content {
 background-color: var(--demoColorContent, rgba(72, 27, 174, .85));
}
/* social buttons */

.social {
 box-sizing: border-box;
 width: 35px;
 height: 35px;
 padding: 6px;
 /* background-color: #fff;*/
 color: #fff;
 border-radius: 100%;
 margin: 0px;
 position: relative;
 display: inline-block;
 vertical-align: middle;
}
.social:hover {
 box-sizing: border-box;
 background-color: #fff;
}
.social_icon {
 width: 100%;
 height: 100%;
 fill: rgba(72, 27, 174, 1);
 fill: var(--demoColorIcon, rgba(72, 27, 174, 1));
}
.social_name {
 position: absolute;
 left: -9999px;
}
/* grid */

.teamy-team {
 display: flex;
 justify-content: space-between;
 flex-wrap: wrap;
}

@media screen and (max-width: 424px) {
.teamy {
 width: 100%;
}
.teamy:not(:first-child) {
 margin-top: 3rem;
}
}

/******************ABOUT US PAGE START HERE*****************/

.about-body{
  padding: 70px 0;
}

.about-body h2{
  font-size: 30px;
  line-height: 34px;
  font-weight: 700;
  color: #000;
  margin-bottom: 20px;
}

.about-body h3{
  font-size: 30px;
  line-height: 34px;
  font-weight: 700;
  color: #000;
  margin-bottom: 20px;
}

.about-rights ul{
  padding: 0px;
  margin: 0px;
}

.about-rights ul li{
  list-style-type: none;  
  padding-bottom: 15px;

  display: inline-block;
}

.about-rights ul li img{
  width: 77%;
  max-width: 119px;
}

.sliderbtn{color:#fff;}
router-link{color:none;}

/**********************MEDIA QUERY******************/

@media(max-width: 1024px)
{
  .droppable a{
    font-size: 12px;
  }

  .logo img { 
    max-width: 50px;
    margin-top: 22px;
  }

  .text-box h2{
    font-size: 40px;
  }

  .single-service h4{
    font-size: 20px;
    line-height: 24px;
  }

  .indus-box h5{
    font-size: 16px;
    line-height: 20px;
  }

  .quicks ul li{
    width: 46%;
  }

  .mega-menu ul{
    width: 151px;
  }

  .navbar-light .navbar-nav .nav-link{
    font-size: 12px;
  }
}

@media(max-width: 991px)
{
  .news-section .owl-nav{
    display: none;
  }

  .news-section .owl-dots{
    display: none;
  }
}

@media(max-width: 834px)
{
  .header-middle ul li{
    width: 32%;
  }

  .mid-header::before{
    left: -200px;
  }

  .header-middle ul li a{
    font-size: 12px;
  }

  .text-box h2{
    font-size: 36px;
  }

  .welcome-section .nav-sidebar ul.tabs li{
    font-size: 12px;
  }

  .welcome-section .nav-sidebar a{
    font-size: 12px;
    padding: 12px 40px;
  }
}

@media(max-width: 768px)
{
  .header-middle ul li a{
    font-size: 11px;
  }
}

@media(max-width: 767px)
{
  .mid-header{
    background-color: #fff;
  }

  .mid-header::before{
    width: 100%;
    border-right: none;
  }

  .header-middle ul{
    padding-left: 10px;
  }

  .header-middle ul li i{
    color: #4194d0;
  }

  .header-middle ul li a{
    color: #4194d0;
    font-size: 15px;
  }

  .header-middle ul li span{
    color: #000;
    font-size: 14px;
  }

  .topheader-left p{
    text-align: center;
    margin-bottom: 5px;
  }

  .topheader-right ul{
    text-align: center;
  }

  .welcome-section .nav-sidebar{
    margin-top: 40px;
  }

  .welcome-section .nav-sidebar ul.tabs li{
    font-size: 20px;
  }

  .welcome-section .nav-sidebar a{
    font-size: 16px;
  }

  .welcome-section .tab-content img{
    margin-top: 20px;
  }

  .single-service h4 {
    font-size: 24px;
    line-height: 28px;
  }

  a.btn.btn-smooth{
    float: none;
    margin-top: 20px;
  }

  .indus-box h5 {
    font-size: 20px;
    line-height: 24px;
  }

  .single-blog-img img{
    height: auto;
  }

  .service-body a.btn.btn-reads{
    margin-bottom: 30px;
  }
}

@media(max-width: 600px)
{
  .header-middle ul li a{
    font-size: 12px;
  }

  .text-box h2 {
    font-size: 24px;
    line-height: 30px;
  }
}

@media(max-width: 575px)
{
  .header-middle ul li {
    width: 100%;
    margin-bottom: 15px;
  }

  .header-middle ul li a{
    font-size: 16px;
  }
}

@media(max-width: 460px)
{
  .text-box h2{
    font-size: 18px;
  }

  .slider-section img{
    height: 300px;
  }
}

@media(max-width: 375px)
{
  .text-box h2{
    font-size: 16px;
  }

  .partner-section img{
    width: 100%;
  }
}






































