/* ------------------------------------------------
  Project:   Loptus - Digital Marketing Agency Responsive HTML5 Template
  Author:    ThemeHt
------------------------------------------------ */
/* ------------------------
    Table of Contents

  1. General
  2. Transition
  3. Transform translate
  4. Box Shadow
  5. Custom Margin
  6. Custom Padding  
  7. Padding
  8. Margin
  9. Pre Loader
  10. Row Eq Height
  11. Background Overlay
  12. Scroll to Top
  13. Subscribe Form
  14. Header Search
  15. Header
  16. Footer
  17. Page Title
  18. Flat Icon

 
/* ------------------------
    General
------------------------*/
a:focus { text-decoration: none !important; }
a:focus, a:hover { color: #ff7810; text-decoration: none !important; }
a, button, input { outline: medium none !important; color: #ff7810; }

*::-moz-selection { background: #ff7810; color: #fff; text-shadow: none; }
::-moz-selection { background: #ff7810; color: #fff; text-shadow: none; }
::selection { background: #ff7810; color: #fff; text-shadow: none; }


/* ------------------------
    Transition
------------------------*/
a, i, .btn, button, img, span, .animatedBackground, .navbar-nav .nav-link:before, .dropdown-item, .portfolio-item:before, .portfolio-item:after, .owl-item, .cases-item, .cases-description, .featured-item .featured-icon i, .featured-item, .featured-icon, .price-table, .portfolio-filter button, .post .post-desc, .sidebar-links li a, .team-description
{-webkit-transition: all 0.5s ease-in-out 0s; -moz-transition: all 0.5s ease-in-out 0s; -ms-transition: all 0.5s ease-in-out 0s; -o-transition: all 0.5s ease-in-out 0s; transition: all 0.5s ease-in-out 0s; }
 

/* ------------------------
    Transform translate
------------------------*/

/*--translate-X--*/
.transform-x, .bnr-animation, .text-center .title:before{transform: translateX(-50%); -webkit-transform: translateX(-50%); -o-transform: translateX(-50%); -ms-transform: translateX(-50%); -moz-transform: translateX(-50%);}

/*--translate-Y--*/
.transform-y, .bnr-img2, .image-column, .counter i, .align-center, .clear-loader, .widget-searchbox .search-btn, .featured-item.style-3 .featured-icon, .post-queto .item span{transform: translateY(-50%); -webkit-transform: translateY(-50%); -o-transform: translateY(-50%); -ms-transform: translateY(-50%); -moz-transform: translateY(-50%);}

/*--translate-XY--*/
.clear-loader, .pattern-3, .video-btn-pos, .insideText{transform: translateX(-50%) translateY(-50%); -webkit-transform: translateX(-50%) translateY(-50%); -o-transform: translateX(-50%) translateY(-50%); -ms-transform: translateX(-50%) translateY(-50%); -moz-transform: translateX(-50%) translateY(-50%);}

/*--translate-X-5--*/
.navbar-nav .dropdown-menu .nav-link:focus, .navbar-nav .dropdown-menu .nav-link:hover{transform: translateX(5px); -webkit-transform: translateX(5px); -o-transform: translateX(5px); -ms-transform: translateX(5px); -moz-transform: translateX(5px);}

/*--translate-Y-5--*/
.featured-item:hover{transform: translateY(5px); -webkit-transform: translateY(5px); -o-transform: translateY(5px); -ms-transform: translateY(5px); -moz-transform: translateY(5px);}


/* ------------------------
    Box Shadow
------------------------*/
.box-shadow, .boxed-view, .btn, .dropdown > .dropdown-menu, #header-wrap.fixed-header, #ht-main-nav, .search-input, .featured-item.style-2, .featured-item.style-4:hover, .featured-item.style-4 .featured-icon i, .featured-item.style-4.active, .featured-item.style-4:before, .featured-item.style-4:after, .testimonial .testimonial-img img, .testimonial .testimonial-quote, .price-table, .tab .nav-tabs .nav-link, .post, .post-author-img, .post.style-2 .post-desc, .work-process.style-2 .step-num, .cases-item:hover, .active.center .cases-item, .tab.style-2 .tab-content, .featured-item:hover, .form-control, .info-inner, .accordion .card-header, .media-holder .media, .team-member:hover .team-description, .team-member.active .team-description, .team-member:hover .team-social-icon, .team-member.active .team-social-icon
{-webkit-box-shadow: 0px 15px 35px rgba(0, 0, 0, 0.1); -moz-box-shadow: 0px 15px 35px rgba(0, 0, 0, 0.1); box-shadow: 0px 15px 35px rgba(0, 0, 0, 0.1);}


/* ------------------------
    Custom Margin
------------------------*/
.custom-mt-5{z-index: 99; position: relative; margin-top: -50px;}
.custom-mt-7{z-index: 99; position: relative; margin-top: -70px;}
.custom-mt-10{z-index: 99; position: relative; margin-top: -100px;}
.custom-mt-12{z-index: 99; position: relative; margin-top: -120px;}
.custom-mt-15{z-index: 99; position: relative; margin-top: -150px;}
.custom-mt-20{z-index: 99; position: relative; margin-top: -200px;}
.custom-mt-25{z-index: 99; position: relative; margin-top: -250px;}


/* ------------------------
    Custom Padding
------------------------*/
.custom-pt-18{ padding-top: 180px;}
.custom-pb-18{ padding-bottom: 180px;}


/* ------------------------
    Padding
------------------------*/
.px-10{padding-left: 100px !important; padding-right: 100px !important;}
.px-15{padding-left: 150px !important; padding-right: 150px !important;}
.px-20{padding-left: 200px !important; padding-right: 200px !important;}

.py-8{padding-top: 80px !important; padding-bottom: 80px !important;}
.py-10{padding-top: 100px !important; padding-bottom: 100px !important;}
.py-15{padding-top: 150px !important; padding-bottom: 150px !important;}
.py-20{padding-top: 200px !important; padding-bottom: 200px !important;}

.pl-10{padding-left: 100px !important;}
.pr-10{padding-right: 100px !important;}
.pt-8{padding-top: 80px !important;}
.pt-10{padding-top: 100px !important;}
.pt-15{padding-top: 150px !important;}
.pt-20{padding-top: 200px !important;}
.pb-10{padding-bottom: 100px !important;}
.pb-15{padding-bottom: 150px !important;}
.pb-17{padding-bottom: 170px !important;}
.pb-20{padding-bottom: 200px !important;}


/* ------------------------
    Margin
------------------------*/
.mt-8{margin-top: 80px !important;}
.mt-10{margin-top: 100px !important;}
.mt-15{margin-top: 150px !important;}

.my-8{margin-top: 80px !important; margin-bottom: 80px !important;}
.my-10{margin-top: 100px !important; margin-bottom: 100px !important;}
.my-15{margin-top: 150px !important; margin-bottom: 150px !important;}
.my-20{margin-top: 200px !important; margin-bottom: 200px !important;}


/* ------------------------
    Pre Loader
------------------------*/
#ht-preloader {background: #ffffff; bottom: 0; height: 100%; left: 0; overflow: hidden !important; position: fixed; right: 0; text-align: center; top: 0; width: 100%; z-index: 99999;}
.clear-loader {z-index: 999; box-sizing: border-box; display: inline-block; left: 50%; position: absolute; text-align: center; top: 50%;}
.loader {display: flex; font-size: 2em; color: #ff7810;}
.loader-dots {display: flex; position: relative; top: 20px; left: -10px; width: 100px; animation: dots 4s ease infinite 1s;}
.loader-dots span {position: relative; width: 10px; height: 10px; margin-right: 10px; border-radius: 100%; background-color: black;}
.loader-dots span:nth-child(1) {width: 0px; height: 0px; margin: 5px; margin-right: 15px; animation: show-dot 4s ease-out infinite 1s;}
.loader-dots span:nth-child(4) {background-color: transparent; animation: dot-fall-left 4s linear infinite 1s;}
.loader-dots span:nth-child(4):before {position: absolute; width: 10px; height: 10px; margin-right: 10px; border-radius: 100%; background: #111121; content: ''; animation: dot-fall-top 4s cubic-bezier(0.46, 0.02, 0.94, 0.54) infinite 1s;}


/* ------------------------
    Row Eq Height
------------------------*/
.row-eq-height{ display:-webkit-box; display:-webkit-flex; display:-ms-flexbox; display:flex;}
.row-eq-height > [class*='col-'] > div{height: 100%;}
.row-eq-height .align-item-middle > div{height: auto;}


/* ------------------------
    Background Overlay
------------------------*/
[data-overlay] {position:relative; z-index:0;}
[data-overlay]:before, .slide-overlay:before {position: absolute;  content: '';  background-color: #000000;  width: 100%;  height: 100%;  top: 0;  left: 0; z-index:-1;}
[data-overlay].white-overlay:before{background-color:#fff;}

[data-overlay].grediant-overlay:before{background: rgb(255,120,16); background: linear-gradient(90deg, rgba(255,120,16,1) 0%, rgba(255,183,47,1) 50%);}
[data-overlay="1"]:before{opacity:0.1;}
[data-overlay="2"]:before{opacity:0.2;}
[data-overlay="3"]:before{opacity:0.3;}
[data-overlay="4"]:before{opacity:0.4;}
[data-overlay="5"]:before{opacity:0.5;}
[data-overlay="6"]:before{opacity:0.6;}
[data-overlay="7"]:before{opacity:0.7;}
[data-overlay="8"]:before{opacity:0.8;}
[data-overlay="10"]:before{opacity:1;}
[data-overlay="0"]:before{opacity:0;}


/* ------------------------
    Scroll to Top
------------------------*/
.scroll-top {position: fixed; bottom: 30px; right: 30px; z-index: 600; opacity: 0; visibility: hidden; -webkit-transition: all 0.8s ease-in-out; transition: all 0.8s ease-in-out; -webkit-transform: translate3d(0, 200%, 0); -ms-transform: translate3d(0, 200%, 0); transform: translate3d(0, 200%, 0);}
.scroll-top a, .scroll-top a:visited {display: block; height: 60px; width: 60px; line-height: 60px; text-align: center; border-radius: 7px; -webkit-box-shadow: 0 0 15px 6px rgba(0,0,0,0.1); -moz-box-shadow: 0 0 15px 6px rgba(0,0,0,0.1); box-shadow: 0 0 15px 6px rgba(0,0,0,0.1); -webkit-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; font-size:32px; color: #ffffff; background: #ff7810;}
.scroll-top a:hover, .scroll-top a:focus {color: #ff7810; background: #ffffff;}
.scroll-top.scroll-visible {opacity: 1; visibility: visible; -webkit-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0);}


 /* ------------------------
    Subscribe Form
------------------------*/
.subscribe-form {margin: 0; padding: 0; position: relative; width: 350px;}
#mc-form {width: 100%;}
#mc-form input[type="email"] {width: 100%; border: 2px solid #e2dfdf; background: #ffffff; border-radius: 5px; color: #111121; font-size: 14px; padding: 0 20px; height: 50px;}
#mc-form input[type="email"]::-webkit-input-placeholder {color: #111121;}
#mc-form input[type="email"]::-moz-placeholder {color: #111121;}
#mc-form input[type="email"]:-ms-input-placeholder {color: #111121;}
#mc-form input[type="email"].placeholder {color: #111121 !important;}
#mc-form .btn {position: absolute; border-radius: 0px; top: 0; right: 0; padding: 12px 25px; transition: 0.20s; height: 50px;}



/* ------------------------
    Header
------------------------*/
.header {position: absolute; top: 0; width: 100%; z-index: 1200;}
#header-wrap {
	padding: 15px 0;
	transition: 0.5s;
}
#header-wrap.fixed-header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999 !important;
	background: #ffffff !important;
	padding: 3px 0;
}
#header-wrap.fixed-header .logo img {width: 225px;height:auto;}

/*** ====================================================================
	Main Header Top Style
====================================================================***/

.header .top_header {position: relative;font-size: 13px;padding: 9px 0px 7px;background: #7c00bb;color: #ffffff;z-index: 1;}
.header .top_header::after {width: 65%;background:#660099;content: '';height: 100%;position: absolute;top: 0;display: block;z-index: -1;transform: skewX(30deg);left: 3%;}
.header .top_header a {color: #ffffff;-webkit-transition: all 300ms ease;-ms-transition: all 300ms ease;-o-transition: all 300ms ease;-moz-transition: all 300ms ease;transition: all 300ms ease;}
.header .top_header a:hover {color: #fff;transform: rotate(360deg);border-radius: 50%;}
.top_infowrp.top-right {float: right;}
.header .top_infoitem li {position: relative;float: left;margin-right: 25px;}
.header .top-right .top_infoitem li {margin-right: 0px;margin-left: 25px;}
.header .top_infoitem li a {position: relative;line-height: 26px;font-size: 14px;text-transform: capitalize;}
.header .top_infoitem li a:hover {color: #222;}
.header .top_infoitem li .fa {padding-right: 8px;font-size: 16px;color: #fff;}
.header .top_socialinfo li {display: inline-block;}
.header .top_socialinfo li a {display: block;width: 25px;height: 25px;text-align: center;border: 1px solid #fff;}
#header-wrap.fixed-header .top_header {display: none;}

/*--navigation--*/

.navbar-nav .nav-item.dropdown .dropdown-menu{padding: 10px; background: #141414; top: 120%; margin-top: 0;}
.navbar-brand{margin-right: 0;}
.nav-item.dropdown .dropdown-menu a{padding: 10px 20px; display: block; white-space: nowrap; position: relative; background: none; color: #ffffff; font-size: 14px; font-weight: 400;}
.nav-item.dropdown .dropdown-menu a:hover{background: #ff7810; color: #ffffff; padding-left: 15px;}
.nav-item.dropdown .dropdown-menu:after {position: absolute; left: 0; top: 0; height: 100%; width: 100%; padding: 10px; outline: 1px solid #555555; outline-offset: -10px; content: ""; z-index: -1;}

@media (min-width: 992px) {
  .navbar-nav .dropdown-menu {min-width: 12em !important; max-width: 20em !important;}
  .navbar-nav .dropdown > .dropdown-menu {opacity: 0; position: absolute; display: block; pointer-events: none; background: #ffffff;}
  .navbar-nav .dropdown[data-toggle=hover]:hover > .dropdown-menu {display: block; opacity: 1; pointer-events: auto; visibility: visible; top: 100%; -webkit-transition: all 0.5s ease-in-out 0s; -moz-transition: all 0.5s ease-in-out 0s; -ms-transition: all 0.5s ease-in-out 0s; -o-transition: all 0.5s ease-in-out 0s; transition: all 0.5s ease-in-out 0s;}
  .navbar-nav .dropdown-submenu[data-toggle=hover]:hover .dropdown-menu {top: 0;}
  .ml-auto.mr-auto .dropdown-menu{left: 0; right: auto;}
  .ml-auto .dropdown-menu{right: 0; left: auto;}
  .ml-auto .dropdown-menu .dropdown-submenu .dropdown-menu{right: 100%; left: auto;}
  .ml-auto.mr-auto .dropdown-menu .dropdown-submenu .dropdown-menu{right: auto; left: 100%;}
}

@media (max-width: 991.98px) {
  .navbar-nav .dropdown-submenu .dropdown-menu {padding: 0; -webkit-box-shadow: none; box-shadow: none; top: 0;}
}

.navbar-nav .dropdown-menu .dropdown-submenu .dropdown-menu {left: 100%; margin: 0; right: auto; top: 0;}
.navbar-nav .dropdown-submenu {display: block; position: relative;}
.navbar-nav .dropdown-submenu .dropdown-toggle::after {border-top: .3em solid transparent; border-bottom: .3em solid transparent; border-right: none; border-left: .3em solid; position: absolute; right: 1em; margin: 0; vertical-align: middle; top: 50%; transform: translateY(-50%);}


.navbar-brand{margin-right: 0;}
.navbar-nav .nav-item{margin: 0 3px}
.navbar-nav .nav-link{color: #111121; font-weight: 500; padding: 15px 10px !important; border-radius: 0; text-transform: capitalize; overflow: hidden; position: relative;}
.navbar-nav .nav-link:before {position:absolute; left: 0; width:100%; margin:0 auto; bottom:0; height: 3px; animation: rotate 80s infinite linear; -webkit-animation: rotate 80s infinite linear; content: ""; border-radius: 5px; opacity: 0;
  background: rgb(255,120,16); /* Old browsers */
background: -moz-linear-gradient(left,  rgba(255,120,16,1) 0%, rgba(255,21,106,1) 25%, rgba(255,183,47,1) 50%, rgba(187,13,76,1) 75%, rgba(69,204,137,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,120,16,1)), color-stop(25%,rgba(255,21,106,1)), color-stop(50%,rgba(255,183,47,1)), color-stop(75%,rgba(187,13,76,1)), color-stop(100%,rgba(255,120,16,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  rgba(255,120,16,1) 0%,rgba(255,21,106,1) 25%,rgba(255,183,47,1) 50%,rgba(187,13,76,1) 75%,rgba(69,204,137,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  rgba(255,120,16,1) 0%,rgba(255,21,106,1) 25%,rgba(255,183,47,1) 50%,rgba(187,13,76,1) 75%,rgba(69,204,137,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  rgba(255,120,16,1) 0%,rgba(255,21,106,1) 25%,rgba(255,183,47,1) 50%,rgba(187,13,76,1) 75%,rgba(69,204,137,1) 100%); /* IE10+ */
 background: linear-gradient(to right, #673ab7 0%,#9c27b0 25%,#673ab7 50%,#e91e63 75%,#9c27b0 100%)!important;filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7810', endColorstr='#ff7810',GradientType=1 ); /* IE6-9 */}
.navbar-nav .nav-link:hover, .navbar-nav .nav-item .nav-link.active {color: #ff7810;}
.navbar-nav .nav-link:hover:before, .navbar-nav .nav-item .nav-link.active:before{opacity: 1;}



#ht-main-nav {position: fixed; top: 0; bottom: 0; right: 0; padding: 50px 10px; width: 350px; height: 100%; overflow-y: scroll; background: #ffffff; z-index: 99999; visibility: hidden; opacity: 0; -webkit-transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275); -moz-transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275); -ms-transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275); -o-transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275); transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275); -webkit-transform: scale(0); -moz-transform: scale(0); -ms-transform: scale(0); -o-transform: scale(0); transform: scale(0);}
#ht-main-nav .ht-nav-toggle {position: absolute; top: 20px; right: 20px; padding: 20px; height: 44px; width: 44px; line-height: 0; padding: 0 !important; visibility: hidden; opacity: 0; -webkit-transition: 0.3s; -o-transition: 0.3s; transition: 0.3s;}
#ht-main-nav .ht-nav-toggle span{top: 18px !important; left: 0 !important; margin: 0 !important; padding: 0 !important; line-height: 0; text-indent: 0;}
#ht-main-nav .ht-nav-toggle.show {visibility: visible; opacity: 1;}
.ht-nav-toggle {cursor: pointer; text-decoration: none;}
.ht-nav-toggle.active.show span::before, .ht-nav-toggle.active.show span::after {background: #141414;}
.ht-nav-toggle:hover, .ht-nav-toggle:focus, .ht-nav-toggle:active {outline: none; border-bottom: none !important;}
.ht-nav-toggle span {position: relative; display: -moz-inline-stack; display: inline-block; zoom: 1; *display: inline; width: 30px; height: 2px; text-transform: uppercase; text-indent: -55px; background: #ff7810; -webkit-transition: all .2s ease-out; -o-transition: all .2s ease-out; transition: all .2s ease-out;}
.menu-show .ht-nav-toggle span {background: transparent;}
.ht-nav-toggle span::before, .ht-nav-toggle span::after {content: ''; width: 40px; height: 2px; background: #ff7810; position: absolute; right: 0; -webkit-transition: 0.1s; -o-transition: 0.1s; transition: 0.1s;}
.ht-nav-toggle span::before {top: -7px; width: 20px;}
.ht-nav-toggle span::after {bottom: -7px;}
.ht-nav-toggle.active span {background: transparent;}
.menu-show .ht-nav-toggle span::before, .menu-show .ht-nav-toggle span::after {background: transparent;}
.ht-nav-toggle.active span::before {top: 0; -webkit-transform: rotateZ(45deg); -moz-transform: rotateZ(45deg); -ms-transform: rotateZ(45deg); -o-transform: rotateZ(45deg); transform: rotateZ(45deg);}
.ht-nav-toggle.active span::after {bottom: 0; -webkit-transform: rotateZ(-45deg); -moz-transform: rotateZ(-45deg); -ms-transform: rotateZ(-45deg); -o-transform: rotateZ(-45deg); transform: rotateZ(-45deg);}
.ht-nav-toggle {float: right; z-index: 9; position: relative; display: block; margin: 0 auto; cursor: pointer; margin-top: 0;}
#ht-main-nav .ht-nav-toggle:hover span::before, #ht-main-nav .ht-nav-toggle:hover span::after {content: ''; width: 40px; height: 2px; background: #ff7810; position: absolute; left: 0;}
.menu-show #ht-main-nav {visibility: visible; opacity: 1; -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1);}
#ht-main-nav .ht-nav-toggle span::before {width: 40px;}
#ht-main-nav .ht-nav-toggle span{width: 40px;}
.side-logo{height: 60px;}

.header-2 .navbar-nav .nav-link, .header-2 .navbar-nav .nav-link:hover, .header-2 .navbar-nav .nav-item .nav-link.active{color: #fff}
.header-2 .search-button{color: #fff;}
.header-2 .ht-nav-toggle span, .header-2 .ht-nav-toggle span::before, .header-2 .ht-nav-toggle span::after{background: #fff}
.header-2 #header-wrap.fixed-header .navbar-nav .nav-link{color: #111121}
.header-2 #header-wrap.fixed-header .search-button, .header-2 #header-wrap.fixed-header .navbar-nav .nav-link:hover, .header-2 #header-wrap.fixed-header .navbar-nav .nav-item .nav-link.active{color: #ff7810}
.header-2 #header-wrap.fixed-header .ht-nav-toggle span, .header-2 #header-wrap.fixed-header .ht-nav-toggle span::before, .header-2 #header-wrap.fixed-header .ht-nav-toggle span::after{background: #141414}
.logo .sticky-logo{display: none !important;}
.header-2 #header-wrap.fixed-header .logo > img{display: none !important;}
.header-2 #header-wrap.fixed-header .logo .sticky-logo{display: block !important;}

.boxed-view .header{position: inherit;}
.ht-nav-toggle {opacity:0;}
.fixed-header .ht-nav-toggle {opacity:1;}


/* ------------------------
    Footer
------------------------*/
.recharge-section {
	background: #fff !important;
}
.white-paper-block {
 width:100%;
 position:absolute;
 bottom:0
}
.white-paper-block img {
 max-width:100%;
 width:100%
}
.emailid-block a {
 width:100%;
 float:left;
 border-radius:5px;
 background:rgba(62,93,122,.23);
 border:1px solid rgba(0,170,248,.23);
 padding:14px 10px 10px 90px;
 position:relative
}
.emailid-block a i {
	position: absolute;
	left: 22px;
	top: 12px;
	width: 28px;
	height: 65px;
	border-right: 1px solid rgba(242,243,245,.1);
	padding: 18px 44px 18px 0;
	font-size: 34px;
	color: #fff;
	line-height: 22px;
}
.emailid-block a span.small-text {
 font-size:14px;
 color:#6c96c1;
 font-weight:300;
 text-transform:uppercase;
 letter-spacing:2.2px
}
.emailid-block a span.large-text {
	font-size: 21px;
	color: #fff;
	line-height: 34px;
}
.emailid-block a:hover {
 background:rgba(62,93,122,.23);
 border-color:rgba(0,170,248,.6)
}
.emailid-block a:hover i {
 background-position:-1px -383px
}
.emailid-block a:hover .small-text {
 color:#5a89b3
}
.get-in-touch-section {
 background-color:#162d42;
 padding-bottom:53px
}
.get-in-touch-section .main-content-block {
 padding-top:75px
}
.get-in-touch-section .main-content-block h2 {
 color:#fff
}
.get-in-touch-section .from-block {
 margin-top:70px
}
.get-in-touch-section .from-left-block {
 padding-right:39px;
 padding-top:5px
}
.get-in-touch-section .from-left-block .listing-block {
	padding-top: 17px;
	position: relative;
	display: inline-block;
}
.get-in-touch-section .from-left-block .listing-block h3 {
 margin:0;
 font-weight:500;
 font-size:24px;
 color:#fff;
 letter-spacing:.2px
}
.listing-block p i {
	border-right: 1px solid #fff;
	padding-right: 10px;
	margin-right: 10px;
	font-size: 22px;
}
.listing-block p {
	color: #fff;
}
 
.from-right-block {
 position:relative;
 padding-left:38px
}
.from-right-block form {
 margin:0 -17px
}
.sparater-block {
 position:absolute;
 width:1px;
 height:100%;
 background:rgba(255,255,255,.1);
 left:-15px;
 top:0
}
.sparater-block span {
 font-weight:300;
 height:64px;
 font-size:16px;
 color:#c5d1dd;
 letter-spacing:.6px;
 text-transform:uppercase;
 line-height:64px;
 background:#162d42;
 position:absolute;
 top:50%;
 left:-11px;
 margin-top:-32px
}
 
.get-in-touch-section {
	margin-top: 90px;
	position: relative;
	padding-bottom: 0;
}
    
.emailid-block.webintegrated {
 background-color:rgba(27,89,124,1)
}
.emailid-block.webintegrated a span.small-text {
 color:#fff
}
.emailid-block.voicemsg {
 background-color:rgba(20,58,88,1)
}
.emailid-block.voicemsg a span.small-text {
 color:#5da9e0
}
.emailid-block a i.skype-icon {
 background-position:0 -520px
}
.emailid-block a:hover i.skype-icon {
 background-position:0 -564px
}
.emailid-block a i.voice-icon {
 background-position:-54px -520px
}
.emailid-block a:hover i.voice-icon {
 background-position:-54px -565px
}
.emailid-block a:hover i.skype-icon {
 background-position:-4245px -12px
}
.emailid-block a i.skype-icon {
 background-position:-4300px -12px
}
.emailid-block a:hover {
 background:rgba(31,185,255,.3)
}
.emailid-block a:hover span.small-text {
 color:#8fc2df
}
.emailid-block a {
 border:none;
 min-height:80px
}
.from-right-block .sparater-block {
 background:-moz-linear-gradient(top,rgba(254,255,255,0) 6%,rgba(255,255,255,.1) 50%,rgba(160,216,239,0) 94%);
 background:-webkit-linear-gradient(top,rgba(254,255,255,0) 6%,rgba(255,255,255,.1) 50%,rgba(160,216,239,0) 94%);
 background:linear-gradient(to bottom,rgba(254,255,255,0) 6%,rgba(255,255,255,.1) 50%,rgba(160,216,239,0) 94%)
}
 
.from-left-block .sparater-block {
 right:15px;
 left:inherit
}
.get-in-touch-section .from-left-block .listing-block ul.bluts li i {
 background:inherit;
 width:8px;
 height:8px;
 background-color:#0086e2;
 border-radius:100%;
 top:7px
}
.get-in-touch-section .from-left-block .listing-block ul.bluts li:after {
 position:absolute;
 width:8px;
 height:8px;
 background-color:#0086e2;
 border-radius:100%;
 top:7px;
 content:'';
 left:0
}
.get-in-touch-section .from-left-block .listing-block ul.bluts li {
 padding-left:32px
} 
.get-in-touch-section .from-block {
 margin-top:-65px
}
.get-in-touch-section .from-block .col-md-5 {
 padding:0
}
.get-in-touch-section .from-block .col-md-7 {
 padding:0 0 0 20px
}
.get-in-touch-section .main-content-block {
 width:45%;
 float:left;
 margin-top:-113px;
 padding-top:0
}
.get-in-touch-section .main-content-block h2 {
 text-align:left;
 font-weight:700;
 font-size:24px;
 color:#162d42;
 margin-bottom:4px
}
.get-in-touch-section .main-content-block .title-bar {
 text-align:left;
 font-size:20px;
 color:#162d42;
 letter-spacing:1.2px;
 padding-bottom:0
}
.get-in-touch-section .from-right-block {
 position:relative;
 background-color:#fff;
 border-radius:10px;
 padding:40px 20px 20px 20px;
 margin-top:-105px;
 border:8px solid transparent
}
.get-in-touch-section .from-right-block:before {
 content:'';
 position:absolute;
 left:-16px;
 right:-16px;
 top:-16px;
 bottom:-16px;
 border-radius:10px;
 background-color:#e7eaec;
 z-index:-9
}
.footer-logo img {
	text-align: center;
	width: 150px;
	padding-bottom: 10px;
}
.mail-box {
	margin-bottom: 10px;
	position: relative;
	display: inline-block;
}
.phone-box a {
	background-color: rgba(20,58,88,1);
}
.footer-box ul li a {
	color: #626262;
	font-weight: 500;
}
.footer-box ul li a:hover {
	color:#660099;
}
.social-icon {
	border-top: 2px solid #162d42;
	padding: 20px;
	margin-top: 15px;
	border-radius: 10px;
	background: #f2f2f2;
}
.social-icon span {
	display: ruby-base-container;
}
.social-icon h4 {
	color:#660099;
	font-size: 22px;
	float: left;
}
.social-icon ul {
	background: #143a58;
	width: 40%;
	float: right;
	text-align: center;
	padding: 0px;
	position: relative;
	top: -6px;
	border-radius: 5px;
}
.social-icon ul li {
	display: inline-block;
}
.social-icon ul li a {
	padding: 5px 10px;
	display: block;
	transition: 0.5s;
}
.social-icon ul li a:hover {
	background: #fff;
	color: #142331;
}
.copyright {
	background: #101e2a;
	padding: 10px 0;
	color: #ccc;
	text-align: center;
	
}
.copyright a {
	color: #ffffff;
	transition: 0.5s;
}.copyright a:hover {
	color: #fff;
}


/* ------------------------
    Page Title
------------------------*/
.page-title {display: block; position: relative; padding: 200px 0; }
.page-title h1{font-size: 50px; color: #1c2045; line-height: 60px; font-weight: 700; margin-bottom: 30px;}
.breadcrumb {padding: 0; background:none; display: inline-block; border-radius: 0; margin: 0; text-transform: uppercase; color: #111121; font-weight: 700;}
.breadcrumb-item{display: inline-block;}
.breadcrumb-item a{color: #111121}
.breadcrumb-item.active, .breadcrumb-item a:hover{color: #ff7810;}
.page-title-pattern {bottom: 0; position: absolute;}



/* ------------------------
    Flat Icon
------------------------*/
@font-face {
  font-family: "Flaticon";
  src: url("../fonts/Flaticon.eot");
  src: url("../fonts/Flaticond41dd41d.eot?#iefix") format("embedded-opentype"),
       url("../fonts/Flaticon.woff") format("woff"),
       url("../fonts/Flaticon.ttf") format("truetype"),
       url("../fonts/Flaticon.svg#Flaticon") format("svg");
  font-weight: normal;
  font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: "Flaticon";
    src: url("../fonts/Flaticon.svg#Flaticon") format("svg");
  }
}

[class^="flaticon-"]:before, [class*=" flaticon-"]:before,
[class^="flaticon-"]:after, [class*=" flaticon-"]:after {   
  font-family: Flaticon;
font-style: normal;
}

.flaticon-email:before { content: "\f100"; }
.flaticon-call:before { content: "\f101"; }
.flaticon-location:before { content: "\f102"; }
.flaticon-play-button:before { content: "\f103"; }
.flaticon-user:before { content: "\f104"; }
.flaticon-check:before { content: "\f105"; }
.flaticon-development:before { content: "\f106"; }
.flaticon-like:before { content: "\f107"; }
.flaticon-checked:before { content: "\f108"; }
.flaticon-tick:before { content: "\f109"; }
.flaticon-plus:before { content: "\f10a"; }
.flaticon-more:before { content: "\f10b"; }
.flaticon-quotation:before { content: "\f10c"; }
.flaticon-upload:before { content: "\f10d"; }









/*---=================  Service Section ========================---*/
#Service-section{padding:50px 0;}
#Service-section h5 {font-weight: 600;letter-spacing: 1px;}
.list-category {display: block;}
.list-category-item a {position: relative;display: block;padding: 20px 0;border-bottom: 1px solid #e1e1e1;letter-spacing: 0.5px;font-size: 16px;color: #737373;
font-family: 'Roboto', sans-serif;font-weight: 500;}
.list-category-item a:hover {color:#660099;}
.list-category-item a::before {position: absolute;content: '';bottom: -1px;left: 0;height: 3px;width: 0;background:#660099;transition: all .3s ease}
.list-category-item a.active::before {width: 47px}
.list-category-item a:hover:not(.active)::before {width: 100%}
.all-nav-title {padding-top: 15px;}
.all-nav-title a {color:#660099;font-size: 19px;border-bottom: 1px dashed#660099;}
.all-nav-title a:hover {color: #000;border-bottom: 1px solid #000;}
.tab-content .tab-pane h3 {font-size: 36px;font-weight: 600;padding-bottom: 10px;}
.service-left-heading {position: relative;font-size: 20px;letter-spacing: 0.5px;color:#660099;font-weight: 600;}
.service-left-heading {padding-left: 66px;padding-bottom: 0;} 
.service-left-heading::before {position: absolute;display: inline-block;content: '';top: 8px;left: 0;width: 50px;height: 2px;background-color:#660099;}
.tab-content .tab-pane p {color: rgba(0, 0, 0, 0.7);text-align: justify;}
.owl-service-style {position: relative;padding-right: 60px;}
.owl-service {display: none;width: 100%;-webkit-tap-highlight-color: transparent;position: relative;z-index: 1}
.owl-service .service-stage-outer img {width: 100%}
.owl-service .owl-stage:after {content: ".";display: block;clear: both;visibility: hidden;line-height: 0;height: 0}
.owl-service .service-stage-outer {position: relative;overflow: hidden;-webkit-transform: translate3d(0px, 0px, 0px)}
.owl-service {display: block}
.owl-service-style .owl-service {max-width: 370px;margin-left: auto; margin-right: auto}
@media(min-width:576px) {.owl-service-style {position: relative;padding-right: 60px;padding-bottom: 30px;}
.owl-service-style .owl-service {max-width: none}
.owl-service-style .owl-service::before {display: inline-block;position: absolute;content: '';top: 20px;right: 0;bottom: 0;left: 0;border: 4px solid #e8e8e8;
transform: translate3d(60px, 30px, 0);pointer-events: none}}
.service-horizontal-title {text-align: right;transform: rotate(270deg);position: relative;left: 245px;top: -183px;right: 0;z-index: 9999;text-align: center;}
.owl-service .service-stage-outer img {width: 100%;height: 400px;}
.service-horizontal-title .horizontal-title {color: rgb(248, 71, 99);font-size: 20px;font-weight: 600;letter-spacing: 0.5px;}