/*
::
:: Theme Name: Supreme - SEO & Digital Marketing HTML5 Template
:: Email: Nourramadan144@gmail.com
:: Author URI: https://themeforest.net/user/ar-coder
:: Author: ar-coder
:: Version: 1.0
:: 
*/

/*
    01 :: Reset Page Css
    02 :: Style Page Css
        01-  :: Loading
        02-  :: All Navbar
            01- :: Top Navbar
            02- :: Navbar
                01- :: Navbar 1
                02- :: Navbar 2
                03- :: Navbar 3
        03-  :: Search Box
        04-  :: Menu Box
        05-  :: About Us
            01- :: About Us 1
            02- :: About Us 2
            03- :: About Us 3
        06-  :: Services
            01- :: Services 1
            02- :: Services 2
            03- :: Services 3
        07-  :: Features
        08-  :: Projects
            01- :: Projects 1
            02- :: Projects 2
            03- :: Projects 3
        09-  :: Provide
            01- :: Provide 1
            02- :: Provide 2
        10-  :: Lets Talk
        11-  :: Team
            01- :: Team 1
            02- :: Team 2
        12-  :: Testimonial
            01- :: Testimonial 1
            02- :: Testimonial 2
            03- :: Testimonial 3
        13-  :: Plans
        14-  :: Sponsors
		15-  :: Quote Box
        16-  :: Benifit Box
        17-  :: Blog
        18-  :: Footer
        19-  :: Scroll UP
*/

/* :: All Transition */
* {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    outline: none;
}

/* :: Body */
body {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 25px;
    color: #0F1127;
}
ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
::-moz-selection {
    background-color: #13ADE5;
    color: #FFF;
    text-shadow: none;
}
::selection {
    background-color: #13ADE5;
    color: #FFF;
    text-shadow: none;
}
a,
a:hover,
a:focus,
button:focus {
    text-decoration: none;
    color: #FFF;
}
.container,
.container-fluid{
    position: relative
}

/* :: Typography */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Teko', sans-serif;
    margin: 0;
    padding: 0;
    font-weight: 400;
}
p {
    color: #9B9B9B;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    line-height: 25px;
}

/* :: Display Table */
.display-table {
    width: 100%;
    height: 100%;
    display: table;
    position: relative;
}
.table-cell {
    display: table-cell;
    vertical-align: middle;
    min-height: 100%;
    height: 650px;
}

/* :: My Classes */
.ml-30{
    margin-left: 30px
}
.mb-30{
    margin-bottom: 30px;
}
.mt-30{
    margin-top: 30px;
}
.mr-20{
    margin-right: 20px;
}
.ml-20{
    margin-left: 20px;
}
.p-row{
	padding-left: calc(var(--bs-gutter-x) * .5);
	padding-right: calc(var(--bs-gutter-x) * .5);
}
.py-100{
    padding: 100px 0;
}
.py-100-70{
    padding: 100px 0 70px 0;
}
.padding-0{
    padding: 0;
}
.py-0-0-70-0{
    padding: 0 0 70px 0;
}
.overlay{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgb(15 17 39 / 30%);
}
.overlay-2{
	background-color: rgb(19 173 229 / 65%);
}
.overlay-3{
	background-color: rgb(15 17 39 / 90%);
}
.overlay-4{
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(15 17 39 / 40%)), color-stop(50%, rgb(255 255 255 / 0%)), to(rgb(15 17 39 / 40%)));
	background-image: -o-linear-gradient(top, rgb(15 17 39 / 40%) 0%, rgb(255 255 255 / 0%) 50%, rgb(15 17 39 / 40%) 100%);
	background-image: linear-gradient(180deg, rgb(15 17 39 / 40%) 0%, rgb(255 255 255 / 0%) 50%, rgb(15 17 39 / 40%) 100%);
}
.btn-1{
    text-transform: capitalize;
    position: relative;
    text-align: center;
    background-color: #13ADE5;
	color: #FFF;
    z-index: 1;
    border-radius: 2px;
    font-size: 14px;
    font-weight: 600;
    min-width: 180px;
	border: 0;
    height: 60px;
    line-height: 60px;
    padding: 0 15px;
    overflow: hidden;
    font-family: 'Roboto', sans-serif;
    display: -ms-inline-grid;
    display: inline-grid;
    cursor: pointer;
    -webkit-transition: color 1s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out;
    -o-transition: color 1s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out;
    transition: color 1s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out;
}
.btn-1 span{
    position: relative;
    z-index: 2;
}
.btn-1:after,
.btn-1:before{
    content: '';
    position: absolute;
    height: 50%;
    width: 0;
    background-color: #13ADE5;
    z-index: 1;
    -webkit-transition: .3s cubic-bezier(.785,.135,.15,.86);
    -o-transition: .3s cubic-bezier(.785,.135,.15,.86);
    transition: .3s cubic-bezier(.785,.135,.15,.86);
}
.btn-1:after{
    top: 0;
    left: 0;
    right: auto;
}
.btn-1:hover:after{
    width: 100%;
    right: 0;
    left: auto;
}
.btn-1:before{
    bottom: 0;
    right: 0;
    left: auto;
}
.btn-1:hover:before{
    width: 100%;
    left: 0;
    right: auto;
}
.btn-1:hover span{
    color: #13ADE5;
}
.btn-1:hover:after,
.btn-1:hover:before{
    background-color: #FFF;
}
.btn-2{
    background-color: #0F1127;
}
.btn-2 span{
    color: #13ADE5;
}
.btn-2:hover span{
    color: #FFF;
}
.btn-2:hover:after,
.btn-2:hover:before{
    background-color: #13ADE5;
}
.btn-3{
    background-color: #13ADE5;
}
.btn-3 span{
    color: #FFF;
}
.btn-3:hover span{
    color: #13ADE5;
}
.btn-3:hover:after,
.btn-3:hover:before{
    background-color: #0F1127;
}
.btn-4{
    background-color: #FFF;
}
.btn-4 span{
    color: #13ADE5;
}
.btn-4:hover span{
    color: #13ADE5;
}
.btn-4:hover:after,
.btn-4:hover:before{
    background-color: #0F1127;
}
.social-media li{
	display: inline-block;
}
.social-media li a{
    background-color: #13ADE5;
    display: inline-block;
    color: #FFF;
    height: 40px;
    line-height: 40px;
    width: 40px;
    text-align: center;
    font-size: 14px;
    margin-right: 10px;
    border-radius: 2px
}
.social-media li:hover a{
	color: #13ADE5;
	background-color: #FFF;
}
.contact-info .title,
.menu-box .inner-menu .follow-us .title{
    color: #FFF;
    position: relative;
    font-size: 22px;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 20px;
    text-transform: capitalize;
}
.contact-info .box-item{
	position: relative;
	overflow: hidden;
	margin-bottom: 30px
}
.contact-info .box-item:last-of-type{
	margin-bottom: 0;
}
.contact-info .box-item i{
    color: #13ADE5;
    float: left;
    font-size: 35px;
    line-height: 1.5;
}
.contact-info .box-item:hover i{
    -webkit-animation: callring 2s infinite;
    animation: callring 2s infinite;
}
.contact-info .box-item .text-box{
    padding-left: 50px;
}
.contact-info .box-item .text-box a,
.contact-info .box-item .text-box p{
    color: #FFF;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0;
    line-height: 2;
    position: relative;
    display: block;
}
.sec-title{
    margin-bottom: 50px;
}
.sec-title h2{
    font-size: 17px;
    font-weight: 700;
    display: inline-block;
    margin-bottom: 22px;
    font-family: 'Roboto', sans-serif;
    color: #13ADE5;
    text-transform: capitalize;
    position: relative;
}
.sec-title h3{
    text-transform: capitalize;
    font-weight: 500;
    line-height: 1.1;
    font-size: 48px;
    text-transform: capitalize;
    position: relative;
}
.sec-title p {
    position: relative;
    margin-top: 20px;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 0;
    text-transform: capitalize;
}
.sec-title.home-3 p{
    margin: 0
}

/* :: Loading */
.loading {
    position: fixed;
    background-color: #FFF;
    left: 0;
    top: 0;
    z-index: 99999;
    width: 100%;
    height: 100%;
    -webkit-transition: unset;
    -o-transition: unset;
    transition: unset;
}
.loading .loading-box {
    position: relative;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
	text-align: center;
}
.loader {
	width: 48px;
	height: 48px;
	margin: auto;
	position: relative;
	display: block
}
.loader:before {
	content: '';
	width: 48px;
	height: 5px;
	background: #000;
	opacity: 0.25;
	position: absolute;
	bottom: -20px;
	left: 0;
	border-radius: 50%;
	-webkit-animation: shadow 0.5s linear infinite;
	        animation: shadow 0.5s linear infinite;
}
.loader:after {
	content: '';
	width: 48px;
	height: 48px;
	background: #13ADE5;
	-webkit-animation: bxSpin 0.5s linear infinite;
	        animation: bxSpin 0.5s linear infinite;
	position: absolute;
	top: 0;
	left: 0;
    border-radius: 3px;
}
@-webkit-keyframes bxSpin {
	17% {
		border-bottom-right-radius: 3px;
	}

	25% {
		-webkit-transform: translateY(9px) rotate(22.5deg);
		        transform: translateY(9px) rotate(22.5deg);
	}

	50% {
		-webkit-transform: translateY(18px) scale(1, .9) rotate(45deg);
		        transform: translateY(18px) scale(1, .9) rotate(45deg);
		border-bottom-right-radius: 40px;
	}

	75% {
		-webkit-transform: translateY(9px) rotate(67.5deg);
		        transform: translateY(9px) rotate(67.5deg);
	}

	100% {
		-webkit-transform: translateY(0) rotate(90deg);
		        transform: translateY(0) rotate(90deg);
	}
}
@keyframes bxSpin {
	17% {
		border-bottom-right-radius: 3px;
	}

	25% {
		-webkit-transform: translateY(9px) rotate(22.5deg);
		        transform: translateY(9px) rotate(22.5deg);
	}

	50% {
		-webkit-transform: translateY(18px) scale(1, .9) rotate(45deg);
		        transform: translateY(18px) scale(1, .9) rotate(45deg);
		border-bottom-right-radius: 40px;
	}

	75% {
		-webkit-transform: translateY(9px) rotate(67.5deg);
		        transform: translateY(9px) rotate(67.5deg);
	}

	100% {
		-webkit-transform: translateY(0) rotate(90deg);
		        transform: translateY(0) rotate(90deg);
	}
}
@-webkit-keyframes shadow {

	0%,
	100% {
		-webkit-transform: scale(1, 1);
		        transform: scale(1, 1);
	}

	50% {
		-webkit-transform: scale(1.2, 1);
		        transform: scale(1.2, 1);
	}
}
@keyframes shadow {

	0%,
	100% {
		-webkit-transform: scale(1, 1);
		        transform: scale(1, 1);
	}

	50% {
		-webkit-transform: scale(1.2, 1);
		        transform: scale(1.2, 1);
	}
}
/* :: All Navbar */

/* :: Top Navbar */
.top-navbar{
    background-color: #0F1127;
}
.top-navbar .content-box .website-info li{
    display: inline-block;
    color: #FFF;
    font-size: 13px;
    padding: 15px;
    padding-left: 0;
    line-height: 1.1;
    text-transform: capitalize;
}
.top-navbar .content-box .website-info li i{
    margin-right: 6px;
    color: #13ADE5;
}
.top-navbar .content-box .website-icon-social li{
    display: inline-block;
    color: #FFF;
    font-size: 13px;
    padding-left: 15px;
    line-height: 1;
}
.top-navbar .content-box .website-icon-social li:hover i{
    color: #13ADE5;
}

/* :: Top Navbar Home-2 */
.top-navbar.home-2 {
    background-color: transparent;
	border-bottom: 1px solid rgb(255 255 255 / 40%);
}
.top-navbar.home-2.active{
	display: none
}
.top-navbar.home-2 .content-box .website-info li i{
	color: #FFF;
}

/* :: Navbar */
.nav-bar{
    background-color: #FFF;
}
.nav-bar.active{
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 999;
    -webkit-box-shadow: 0 3px 4px rgb(0 0 0 / 8%);
            box-shadow: 0 3px 4px rgb(0 0 0 / 8%);
}
.nav-bar .logo .logo-nav{
    display: block;
}
.nav-bar .logo .logo-nav img{
    width: 160px;
}
.nav-bar .nav-bar-links .inner-links .head,
.nav-bar .nav-bar-links .inner-links .info-box{
	display: none
}
.nav-bar .nav-bar-links .level-1 .item-level-1{
    display: inline-block;
    position: relative;
}
.nav-bar .nav-bar-links .level-1 .item-level-1 .link-level-1{
    color: #0F1127;
    font-size: 14px;
    font-weight: 700;
    padding: 30px 0;
    margin: 0 20px 0 0px;
    position: relative;
    display: block;
    text-transform: capitalize;
}
.nav-bar .nav-bar-links .level-1 .item-level-1:last-of-type .link-level-1{
    margin-right: 0;
}
.nav-bar .nav-bar-links .level-1 .item-level-1 .link-level-1:hover,
.nav-bar .nav-bar-links .level-1 .item-level-1 .link-level-1.color-active,
.nav-bar .nav-bar-links .level-2 .item-level-2 .link-level-2:hover{
    color: #13ADE5;
}
.nav-bar .nav-bar-links .level-1 .item-level-1.has-menu .link-level-1:after{
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 5px;
}
.nav-bar .nav-bar-links .level-2{
    position: absolute;
    z-index: 2;
    background-color: #0F1127;
    padding: 25px 0;
    top: 100%;
    left: 0;
    min-width: 225px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    -webkit-box-shadow: 0px 3px 7px 0px rgb(40 35 30 / 10%);
            box-shadow: 0px 3px 7px 0px rgb(40 35 30 / 10%);
    -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
            transform: translateY(20px);
    opacity: 0;
    visibility: hidden;
}
.nav-bar .nav-bar-links .item-level-1.has-menu:hover .level-2{
    -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
            transform: translateY(0px);
    opacity: 1;
    visibility: visible;
}
.nav-bar .nav-bar-links .level-2 .item-level-2{
    position: relative;
    padding: 0 30px 0 40px;
}
.nav-bar .nav-bar-links .level-2 .item-level-2 .link-level-2{
    color: #FFF;
    font-size: 14px;
    line-height: 35px;
    font-weight: 500;
    position: relative;
    display: block;
    text-transform: capitalize;
}
.nav-bar .nav-bar-links .level-2 .item-level-2 .link-level-2:after{
    content: "\f061";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    font-size: 12px;
    opacity: 0;
    margin-left: 0;
    visibility: hidden;
    -webkit-transition: all 0.8s cubic-bezier(0.38, 0.17, 0.09, 0.99);
    -o-transition: all 0.8s cubic-bezier(0.38, 0.17, 0.09, 0.99);
    transition: all 0.8s cubic-bezier(0.38, 0.17, 0.09, 0.99);
}
.nav-bar .nav-bar-links .level-2 .item-level-2:hover .link-level-2:after{
    opacity: 1;
    margin-left: 15px;
    visibility: visible;
    color: #13ADE5;
}
.nav-bar .nav-bar-tools li.item-search,
.nav-bar .nav-bar-tools li.item-menu,
.nav-bar .nav-bar-tools li.cart{
    padding: 30px 20px;
	font-size: 15px;
	position: relative;
}
.nav-bar .nav-bar-tools li.item-search:hover i,
.nav-bar .nav-bar-tools li.item-menu:hover i,
.nav-bar .nav-bar-tools li.cart:hover i{
	color: #13ADE5;
	cursor: pointer
}
.nav-bar .nav-bar-tools li.item-menu{
    border-left: 2px solid #DDD;
}
.nav-bar .nav-bar-tools li.item-btn .btn-1{
    height: 86.72px;
    line-height: 86.72px;
    min-width: 150px;
    border-radius: 0
}
@-webkit-keyframes callring {
  10% {
    -webkit-transform: rotate(10deg);
    -moz-transform: rotate(10deg);
    -o-transform: rotate(10deg);
  }
  20% {
    -webkit-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
  }
  30% {
    -webkit-transform: rotate(10deg);
    -moz-transform: rotate(10deg);
    -o-transform: rotate(10deg);
  }
  31% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
  60% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
  79% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
  80% {
    -webkit-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
  }
  90% {
    -webkit-transform: rotate(10deg);
    -moz-transform: rotate(10deg);
    -o-transform: rotate(10deg);
  }
  100% {
    -webkit-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
  }
}
.nav-bar .nav-bar-tools li .nav-bar-contact i{
    font-size: 35px;
    float: left;
    line-height: 1.1;
    color: #13ADE5;
	-webkit-animation: callring 2s infinite;
	        animation: callring 2s infinite;
	-webkit-animation-iteration-count: infinite;
	        animation-iteration-count: infinite;
}
.nav-bar .nav-bar-tools li .nav-bar-contact .content-box{
    padding-left: 50px;
}
.nav-bar .nav-bar-tools li .nav-bar-contact .content-box span{
    color: #F5F5F5;
    font-weight: 500;
    text-transform: capitalize;
    font-size: 13px;
    display: block;
    line-height: 1;
    margin-bottom: 4px;
}
.nav-bar.active .nav-bar-tools li .nav-bar-contact .content-box span{
    color: #9B9B9B;
}
.nav-bar .nav-bar-tools li .nav-bar-contact .content-box a{
    margin: 0;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.2;
    font-family: 'Teko', sans-serif;
    display: block;
    color: #FFF;
}
.nav-bar.active .nav-bar-tools li .nav-bar-contact .content-box a{
    color: #0F1127;
}
.nav-bar .nav-bar-tools li.cart .cart-popup{
    background-color: #FFF;
    padding: 30px;
    position: absolute;
    right: 0;
    top: 100%;
    z-index: 999;
    width: 300px;
    -webkit-box-shadow: 0 8px 80px rgb(40 40 40 / 8%);
            box-shadow: 0 8px 80px rgb(40 40 40 / 8%);
    -webkit-transform: translateY(60px);
    -ms-transform: translateY(60px);
    transform: translateY(60px);
    opacity: 0;
    visibility: hidden;
    border-radius: 3px;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}
.nav-bar .nav-bar-tools li.cart:hover .cart-popup{
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
    visibility: visible;
}
.nav-bar .nav-bar-tools li.cart .cart-popup .item{
    position: relative;
    border-bottom: 1px solid rgb(155 155 155 / 30%);
    padding-bottom: 20px;
    margin: 0 0 20px 0;
    display: block;
}
.nav-bar .nav-bar-tools li.cart .cart-popup .item img{
    width: 50px;
    height: 50px;
    float: left;
}
.nav-bar .nav-bar-tools li.cart .cart-popup .item .item-content{
    padding-left: 65px;
    padding-right: 25px;
}
.nav-bar .nav-bar-tools li.cart .cart-popup .item .item-content div{
    font-size: 24px;
    line-height: 1.2;
    margin-bottom: 4px;
    color: #0F1127;
    font-weight: 500;
    font-family: 'Teko', sans-serif;
}
.nav-bar .nav-bar-tools li.cart .cart-popup .item .item-content span{
    font-size: 13px;
    font-weight: 500;
    line-height: 1;
    color: #9B9B9B;
}
.nav-bar .nav-bar-tools li.cart .cart-popup .item .delete-item{
    width: 20px;
    height: 20px;
    line-height: 20px;
    background-color: #0F1127;
    border-radius: 1px;
    color: #FFF;
    text-align: center;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
}
.nav-bar .nav-bar-tools li.cart .cart-popup .item .delete-item:hover{
    background-color: #13ADE5;
}
.nav-bar .nav-bar-tools li.cart .cart-popup .subtotal span{
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
    color: #9B9B9B;
}
.nav-bar .nav-bar-tools li.cart .cart-popup .subtotal span:last-of-type{
    float: right;
    color: #13ADE5;
}
.nav-bar .nav-bar-tools li.cart .cart-popup .button-cart{
    margin-top: 20px;
}
.nav-bar .nav-bar-tools li.cart .cart-popup .button-cart button{
    outline: none;
    padding: 0 22px;
}
.nav-bar .nav-bar-tools li.cart .cart-popup .button-cart button:first-of-type{
    margin-right: 10px;
}
.nav-bar .nav-bar-tools li.cart .cart-popup .button-cart a.btn-1{
    padding: 0 15px;
    min-width: 109px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    border-radius: 2px;
    display: inline-block;
}
.nav-bar .nav-bar-tools li.cart .cart-popup .button-cart a.btn-1:first-of-type{
    margin-right: 16px;
}

/* :: Navbar Home 2 */
.nav-bar.home-2{
    background-color: transparent;
}
.nav-bar.home-2.active{
	background-color: #FFF
}
.nav-bar.home-2 .nav-bar-links .level-1 .item-level-1 .link-level-1{
	color: #FFF
}
.nav-bar.active.home-2 .nav-bar-links .level-1 .item-level-1 .link-level-1{
	color: #0F1127;
}
.nav-bar.home-2 .nav-bar-links .level-1 .item-level-1 .link-level-1:hover,
.nav-bar.home-2 .nav-bar-links .level-1 .item-level-1 .link-level-1.color-active,
.nav-bar.active.home-2 .nav-bar-links .level-1 .item-level-1 .link-level-1.color-active,
.nav-bar.home-2 .nav-bar-links .level-2 .item-level-2 .link-level-2:hover {
    color: #13ADE5;
}
.nav-bar.home-2 .logo .logo-nav img.one{
	display: none
}
.nav-bar.home-2.active .logo .logo-nav img.one{
	display: block
}
.nav-bar.home-2.active .logo .logo-nav img.two{
	display: none
}
.nav-bar.home-2 .nav-bar-tools li.cart{
    color: #FFF;
    font-size: 18px;
}
.nav-bar.home-2.active .nav-bar-tools li.cart{
    color: #0F1127;
}

/* :: Search Box */
.search-box{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(15 17 39 / 65%);
    z-index: 1040;
    -webkit-transition: unset;
    -o-transition: unset;
    transition: unset;
    display: none;
}
.search-box form{
	background: #0F1127;
	padding: 50px 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 85%;
}
.search-box form input{
    background-color: transparent;
    width: 100%;
    padding: 10px 0;
    font-size: 24px;
    color: #FFF;
    border: 0;
    border-bottom: 1px solid #FFF;
    border-radius: 3px;
}
.search-box form input:focus{
    border-bottom: 1px solid #13ADE5;
}
.search-box form button{
    position: absolute;
    right: 30px;
    top: 55px;
    width: 40px;
    height: 40px;
    background-color: transparent;
    text-align: center;
    font-size: 22px;
    color: #13ADE5;
    border: 0;
    outline: none;
}
.search-box .search-box-icon{
    position: absolute;
    right: 50px;
    top: 50px;
    font-size: 22px;
    color: #FFF;
    cursor: pointer;
}
.search-box .search-box-icon:hover{
    -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
            transform: rotate(360deg);
    color: #13ADE5;
}

/* :: Menu Box */
.menu-box{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(15 17 39 / 65%);
    z-index: 1040;
    -webkit-transition: unset;
    -o-transition: unset;
    transition: unset;
    display: none;
}
.menu-box .inner-menu{
    width: 400px;
    padding: 100px 50px;
    position: absolute;
    right: -402px;
    height: 100%;
    background-color: #0F1127;
    overflow-y: scroll;
}
.menu-box.active .inner-menu{
    right: 0;
    -webkit-box-shadow: 0px 0px 30px rgb(0 0 0 / 0.2);
            box-shadow: 0px 0px 30px rgb(0 0 0 / 0.2);
}
.menu-box .inner-menu .website-info{
    margin-bottom: 30px
}
.menu-box .inner-menu .website-info img{
    width: 180px;
    margin-bottom: 30px;
    display: block
}
.menu-box .inner-menu .website-info p{
    margin-bottom: 0;
	color: #FFF;
}
.menu-box .inner-menu .follow-us{
	margin-top: 30px;
}
.menu-box-icon{
    font-size: 20px;
    position: absolute;
    top: 30px;
    right: 30px;
    color: #FFF;
    text-align: center;
    cursor: pointer;
}
.menu-box-icon:hover{
	color: #13ADE5;
    -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
            transform: rotate(360deg);
}

/* :: Header */
.header{
	position: relative;
}
.header .sec-hero{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.header .banner .handline{
    color: #FFF;
    text-transform: capitalize;
    font-weight: 500;
    line-height: 1;
    font-size: 90px;
    margin-bottom: 20px;
    position: relative;
}
.header .banner .about-website{
    text-transform: capitalize;
    font-size: 16px;
    color: #FFF;
    font-weight: 600;
    line-height: 25px;
    margin-bottom: 40px;
    margin-right: 100px;
    position: relative;
}
.header-swiper .swiper-button-next,
.header-swiper .swiper-button-prev{
    background-color: #FFF;
    width: 80px;
    height: 80px;
    line-height: 80px;
	color: #13ADE5;
    border-radius: 3px;
}
.header-swiper .swiper-button-next:hover,
.header-swiper .swiper-button-prev:hover{
	background-color: #13ADE5;
	color: #FFF;
}
.header-swiper .swiper-button-next{
	top: auto;
	bottom: 0;
	left: auto;
	right: 0;
}
.header-swiper .swiper-button-prev{
	top: auto;
	bottom: 80px;
	left: auto;
	right: 80px;
}
.header-swiper .swiper-button-next::after,
.header-swiper .swiper-button-prev::after{
	display: none
}

/* :: Header Home 2 */
.header.home-2 .table-cell{
	height: auto;
}
.header.home-2 .sec-hero{
	padding-top: calc( 100px + 130.94px );
	padding-bottom: calc( 100px + 147px );
}
.header.home-2 .banner .handline{
    font-size: 65px;
}
.header.home-2 .buttons-swiper{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.header.home-2 .buttons-swiper .container{
	height: 100%;
}
.header.home-2 .header-swiper .swiper-button-next{
	top: auto;
    right: 0;
    bottom: calc( 50% + 30px );
    left: auto;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
.header.home-2 .header-swiper .swiper-button-prev{
    top: auto;
    right: 0;
    bottom: calc( 50% - 80px );
    left: auto;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}

/* :: About Us */
.about{
	position: relative
}
.about .text-box{
	padding: 0 50px;
}
.experiance-box{
	margin-bottom: 30px
}
.experiance-box .counter-num{
    font-size: 180px;
    font-weight: 600;
    line-height: 0.8;
    display: block;
	color: #13ADE5;
    font-family: 'Teko', sans-serif;
}
.experiance-box .counter-text{
    font-size: 17px;
    font-weight: 500;
    text-transform: capitalize;
}
.about-quote {
    padding: 30px;
    background-color: #E7F7FD;
    font-weight: 500;
    margin: 0;
    color: #0F1127;
    border-radius: 3px;
}
.about .img-box{
    position: relative;
    height: calc( 100% + 40px );
    background-size: cover;
    background-position: center;
    margin-top: -40px;
    z-index: 1;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}
.about .img-box .icon-img-box{
    background: #13ADE5;
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    font-size: 35px;
    color: #FFF;
    position: absolute;
	top: 0;
    right: -40px;
    border-radius: 3px;
    border-top-left-radius: 0px;
}
.about .mission-box{
    padding: 0 80px;
    background-color: #0F1127;
    position: relative;
    color: #FFF;
    min-height: 500px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.about .mission-box h4{
    color: #FFF;
    font-weight: 500;
    text-transform: capitalize;
    position: relative;
    font-size: 24px;
    line-height: 1.1;
    margin-bottom: 12px;
}
.about .mission-box p{
    text-transform: capitalize;
    font-size: 16px;
    line-height: 27px;
    margin-bottom: 0;
	color: #FFF
}

/* :: About Us 2 */
.about-2 .img-box{
	height: 100%;
	padding-right: 38px;
	min-height: 350px;
	position: relative;
}
.about-2 .img-box .img-content{
	position: relative;
    height: 100%;
    border-radius: 3px;
    background-size: cover;
	min-height: 400px;
	-webkit-box-shadow: 0 5px 40px rgb(9 29 62 / 11%);
	        box-shadow: 0 5px 40px rgb(9 29 62 / 11%)
}
.about-2 .text-box .sec-title{
	margin-bottom: 30px;
}
.project-done{
background-color: #0F1127;
    border-radius: 3px;
    width: 100%;
    height: 100%;
    color: #FFF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    background-repeat: no-repeat;
    background-image: url(../images/01_pattern.png);
    background-position: center;
}
.project-done span{
    display: block;
    font-size: 48px;
    font-weight: 500;
    line-height: 0.9;
    margin-bottom: 10px;
    color: #FFF;
    font-family: 'Teko', sans-serif;
}
.project-done h5{
font-size: 20px;
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: .5px;
    text-transform: capitalize;
}

/* :: About Us Home 3 */
.about-2.home-3 .img-box{
    padding: 40px 0;
    margin-left: 38px;
}
.about-2.home-3 .img-box::after{
    content: '';
    background-color: #13ADE5;
    width: 80%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: -1;
    border-radius: 3px;
}
.about-2.home-3 .core-features{
	margin-bottom: 30px;
}
.about-2.home-3 .about-btn{
	margin-top: calc( 30px - 16px )
}


/* :: Services */
.item-services{
    padding: 50px 40px;
    border: 2px solid #DDD;
	position: relative;
	margin-bottom: calc( 45px / 2 )
}
.swiper-slide:last-of-type .item-services{
	border-right: 2px solid #DDD;
}
.item-services:hover{
	background-color: #13ADE5;
	border-color: #13ADE5;
}
.item-services h4{
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 20px;
    text-transform: capitalize;
    position: relative;
    z-index: 1;
    line-height: 1.1;
}
.item-services:hover h4{
	color: #FFF;
}
.item-services p{
	margin: 0;
}
.item-services:hover p{
	color: #F1F1F1;
}
.item-services .item-icon{
    display: block;
    font-size: 50px;
    margin-top: 30px;
    line-height: 1;
    color: #13ADE5;
}
.item-services:hover .item-icon{
	color: #FFF;
    -webkit-animation: updown 0.4s ease-in-out 50ms;
    animation: updown 0.4s ease-in-out 50ms;
}
.item-services a.item-more{
	position: absolute;
    bottom: calc( -45px / 2 );
    height: 45px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    line-height: 45px;
    min-width: 150px;
    font-size: 14px;
    background-color: #DDD;
    color: #6C757D;
	border-radius: 50px;
}
.item-services:hover a.item-more.btn-1:hover:after,
.item-services:hover a.item-more.btn-1:hover:before{
	background-color: #0F1127;
}
.item-services:hover a.item-more.btn-1:hover span{
	color: #13ADE5;
}
@-webkit-keyframes updown {
    0% {-webkit-transform: translateY(0);transform: translateY(0)}
    40% {-webkit-transform: translateY(-5px);transform: translateY(-5px)}
    100% {-webkit-transform: translateY(0);transform: translateY(0)}
}
@keyframes updown {
    0% {-webkit-transform: translateY(0);transform: translateY(0)}
    40% {-webkit-transform: translateY(-5px);transform: translateY(-5px)}
    100% {-webkit-transform: translateY(0);transform: translateY(0)}
}
.swiper-pagination{
    line-height: 1;
    position: static;
    -webkit-transform: translateX(0) !important;
        -ms-transform: translateX(0) !important;
            transform: translateX(0) !important;
	margin: 30px auto 0 auto;
}
.swiper-pagination .swiper-pagination-bullet{
    background: transparent;
    border: 1px solid #13ADE5;
    width: 20px;
    height: 20px;
    position: relative;
    opacity: 1
}
.swiper-pagination .swiper-pagination-bullet::after{
    content: '';
    width: 7px;
    height: 7px;
    background: #13ADE5;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    border-radius: 50%;
}

/* :: Services Home 2 */
.services.home-2{
	background: #E7F7FD url(../images/02_pattern.png)
}
.services.home-2 .item-services{
	margin: 0;
}
.services.home-2 .item-services .item-icon{
	margin: 0 0 30px 0;
}
.services.home-2 .item-services a.item-more{
    position: relative;
    bottom: auto;
    left: auto;
    -webkit-transform: unset;
        -ms-transform: unset;
            transform: unset;
    min-width: auto;
    width: 40px;
    height: 40px;
    line-height: 42px;
    display: block;
	margin-top: 30px;
}

/* :: Services Home 3 */
.services.home-3 .item-services{
	margin-bottom: 30px;
    border-radius: 3px;
}
.services.home-3 .item-services .item-icon{
    float: left;
    margin: 0;
    font-size: 45px;
}
.services.home-3 .item-services .content-box{
	padding-left: 60px;
}
.services.home-3 .item-services a.item-more{
    width: auto;
    height: auto;
    background: transparent;
    position: relative;
    text-transform: capitalize;
    font-size: 13px;
    font-weight: 600;
    line-height: 1;
    display: inline-block;
    color: #0F1127;
    border-bottom: 2px solid #0F1127;
    border-radius: 0;
    padding-bottom: 10px;
}
.services.home-3 .item-services:hover a.item-more{
	border-color: #FFF;
	color: #FFF;
}

/* :: Features */
.features{
	position: relative;
	overflow: hidden;
}
.features .img-box{
	background-image: url(../images/provide/01_provide.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	height: 100%;
	min-height: 450px;
}
.presentation-box{
    background: #0F1127;
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    font-size: 24px;
    color: #13ADE5;
    position: absolute;
    top: 0;
    left: 0;
}
.presentation-box:hover{
	background-color: #13ADE5;
	color: #FFF;
}
.presentation-box i{
	display: inline-block
}
.presentation-box:hover i,
.provide-item:hover i,
.promote-box:hover i{
	-webkit-animation: updown 0.4s ease-in-out 50ms;
    animation: updown 0.4s ease-in-out 50ms;
}
.other-features{
    background: #13ADE5;
    position: absolute;
    left: 80px;
    top: 80px;
    width: 300px;
    padding: 40px;
    color: #FFF;
    border-radius: 3px;
    border-top-left-radius: 0
}
.other-features h5{
    font-size: 26px;
    font-weight: 500;
    text-transform: capitalize;
    position: relative;
}
.features .text-box{
    background-color: #13ADE5;
    color: #FFF;
    padding: 80px;
    position: relative;
}
.features .text-box .sec-title{
	margin-bottom: 30px;
}
.features .text-box .sec-title h2{
	color: #FFF
}
.features .text-box .sec-title p{
    color: #F1F1F1;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 0;
    text-transform: capitalize;
}
.features .text-box p{
	color: #FFF
}
.features .text-box .feature-box{
	margin-top: 30px;
	position: relative;
}
.feature-box .item{
    margin-bottom: 30px;
    background: #FFF;
    color: #0F1127;
    padding: 40px;
    border-radius: 3px;
}
.feature-box .item i{
    line-height: 1;
    font-size: 40px;
    position: relative;
	margin-bottom: 25px;
	display: inline-block;
	color: #13ADE5;
}
.feature-box .item:hover i{
    -webkit-animation: updown 0.4s ease-in-out 50ms;
    animation: updown 0.4s ease-in-out 50ms;
}
.feature-box .item h4{
    font-weight: 500;
    text-transform: capitalize;
    position: relative;
    font-size: 24px;
    line-height: 1.1;
    margin-bottom: 12px;
}
.feature-box .item p{
	margin-bottom: 0;
	color: #9B9B9B;
}
.more{
    position: relative;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    display: inline-block;
    color: #FFF;
	border-bottom: 2px solid #FFF;
	padding-bottom: 10px
}
.more:hover{
	color: #0F1127;
	border-color: #0F1127;
}
.more-2{
	color: #0F1127;
	border-color: #0F1127
}
.more-2:hover{
	color: #13ADE5;
	border-color: #13ADE5
}

/* :: Features Home 2 */
.features.home-2 .text-box{
    background-color: #0F1127;
}
.features.home-2 .presentation-box{
    left: 0;
    top: calc(173.56px + 80px);
    background-color: #FFF;
    color: #13ADE5;
}
.features.home-2 .presentation-box:hover{
    background-color: #0F1127;
    color: #13ADE5
}
.promote-box{
    padding: 30px;
    background-color: #FFF;
    color: #0F1127;
    border-radius: 3px;
}
.promote-box i{
    display: block;
    font-size: 50px;
    margin-bottom: 25px;
    line-height: 1;
    color: #13ADE5;
}
.promote-box h5{
    display: inline-block;
    color: #0F1127;
    font-weight: 500;
    text-transform: capitalize;
    position: relative;
    font-size: 24px;
    line-height: 1.1;
}

/* :: Skills */
.skills .skill-box{
    margin-bottom: 25px;
}
.skills .skill-box .skill-top{
    overflow: hidden;
    margin-bottom: 8px;
    line-height: 1;
}
.skills .skill-box .skill-top .name{
    color: #FFF;
    display: inline-block;
    line-height: 1.3;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 500;
}
.skills .skill-box .skill-top .number{
    float: right;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.3;
    color: #FFF;
    display: inline-block;
}
.skills .skill-box .skill-line{
    height: 14px;
    width: 100%;
    background-color: #FFF;
    border-radius: 2px
}
.skills .skill-box .skill-line .line{
    height: 100%;
    width: 0%;
    background-color: #13ADE5;
    border-radius: 2px
}

/* :: Skills Style-2 */
.skills.style-2 .skill-box{
	margin-bottom: 30px;
}
.skills .skill-box .skill-top{
    margin-bottom: 12px;
}
.skills.style-2 .skill-box .skill-top .name,
.skills.style-2 .skill-box .skill-top .number{
    color: #0F1127;
    font-size: 16px;
    font-weight: 600;
}
.skills.style-2 .skill-box .skill-line{
	background-color: #E7F7FD
}

/* :: Projects */
.project-item .img-box{
	position: relative;
    overflow: hidden;
    border-radius: 3px;
}
.project-item .img-box .img-tools{
    background-color: #FFF;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) scale(1.2);
        -ms-transform: translate(-50%, -50%) scale(1.2);
            transform: translate(-50%, -50%) scale(1.2);
    padding: 30px;
    opacity: 0;
    visibility: hidden;
}
.project-item:hover .img-box .img-tools{
    -webkit-transform: translate(-50%, -50%) scale(1);
        -ms-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
    opacity: 1;
    visibility: visible;
}
.project-item .img-box .img-tools li{
	display: inline-block;
	line-height: 1;
}
.project-item .img-box .img-tools li a{
    color: #000;
    font-size: 18px;
    line-height: 1;
    margin-right: 30px;
}
.project-item .img-box .img-tools li:last-of-type a{
	margin: 0;
}
.project-item .img-box .img-tools li:hover a i{
	color: #13ADE5;
}
.project-item .text-box{
	margin-top: 25px;
}
.project-item .text-box .name,
.project-item .text-box .name a{
    line-height: 1.1;
    text-transform: capitalize;
    font-size: 30px;
    font-weight: 400;
    display: inline-block;
    color: #0F1127;
}
.project-item .text-box .name:hover,
.project-item .text-box .name a:hover{
	color: #13ADE5;
}
.project-item .text-box .tags{
	margin-top: 12px;
	line-height: 1 !important;
}
.project-item .text-box .tags li,
.project-item .text-box .tags li a{
    font-size: 15px;
    line-height: 1;
    font-weight: 500;
    display: inline-block;
    text-transform: capitalize;
    color: #13ADE5;
}
.project-item .text-box .tags li:hover,
.project-item .text-box .tags li a:hover{
	color: #0F1127;
}

/* :: Projects Home 2 */
.projects.home-2 .project-item{
	margin-bottom: 30px;
}

/* :: Projects List */
.projects-list .list-name-projects{
    margin-bottom: 45px;
    display: inline-block;
}
.projects-list .list-name-projects li{
    display: inline-block;
    font-size: 13px;
    color: #0F1127;
    text-transform: capitalize;
    padding: 0 20px;
    line-height: 40px;
    letter-spacing: 0.25px;
    position: relative;
    text-align: center;
    font-weight: 600;
    border: 1px solid #DDD;
    margin: 0 8px 5px 0;
    cursor: pointer;
    border-radius: 2px;
}
.projects-list .list-name-projects li.active,
.projects-list .list-name-projects li:hover{
    background-color: #13ADE5;
    color: #FFF;
    border: 1px solid #13ADE5;
}
.projects-list .list-name-projects li:last-of-type{
    margin: 0;
}
.mix {
    -webkit-transition: unset;
    -o-transition: unset;
    transition: unset;
}

/* :: Provide */
.provide{
    background-image: url(../images/provide/02_provide.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
    padding: 100px 0 70px 0
}
.provide:after{
    content: '';
    background-color: rgb(15 17 39 / 85%);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.provide .container{
    z-index: 1
}
.provide .sec-title h2,
.provide .sec-title h3{
    color: #FFF
}
.provide-item{
    padding: 40px 30px;
    background-color: #FFF;
    margin-bottom: 30px;
    position: relative;
    border-radius: 3px
}
.provide-item:hover{
    background-color: #13ADE5
}
.provide-item h4{
    display: inline-block;
    color: #0F1127;
    font-weight: 400;
    text-transform: capitalize;
    position: relative;
    font-size: 26px;
    line-height: 1.1;
}
.provide-item i{
	display: block;
    font-size: 50px;
    margin-top: 30px;
    line-height: 1;
    color: #13ADE5;
}
.provide-item:hover h4,
.provide-item:hover i{
    color: #FFF
}
.provide-text{
    margin-left: 20px;
	position: relative;
}
.provide-text h5{
    color: #FFF;
    font-weight: 500;
    line-height: 1.1;
    font-size: 48px;
    text-transform: capitalize;
    position: relative;
}
.provide-text p{
    position: relative;
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    text-transform: capitalize;
    margin: 30px 0;
}
.provide-text .more-2{
    color: #FFF;
    border-color: #FFF
}
.provide-text .more-2:hover{
    color: #13ADE5;
    border-color: #13ADE5
}

/* :: Lets Talk */
.lets-talk .lets-talk-box{
    background-color: #0F1127;
    position: relative;
    color: #FFF;
    padding: 80px 50px;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/01_pattern.png);
    background-position: center;
    margin: 12px;
	display: inline-block;
    border-radius: 3px
}
.lets-talk .lets-talk-box::before,
.lets-talk .lets-talk-box::after{
	content: '';
    background-color: #13ADE5;
    position: absolute;
    width: 250px;
    height: 100px;
    top: -12px;
    left: -12px;
    z-index: -1;
}
.lets-talk .lets-talk-box::before{
    border-top-left-radius: 3px
}
.lets-talk .lets-talk-box::after{
    top: auto;
    bottom: -12px;
    left: auto;
    right: -12px;
    border-bottom-right-radius: 3px
}
.lets-talk .lets-talk-box h2{
    font-weight: 500;
    line-height: 1.1;
    font-size: 48px;
    text-transform: capitalize;
    position: relative;
}
.lets-talk .lets-talk-box p{
    position: relative;
    margin-top: 25px;
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 0;
    text-transform: capitalize;
}

/* :: Team */
.team-box{
    margin-bottom: 30px;
}
.team-box .img-box{
    position: relative;
    overflow: hidden;
    border-radius: 3px;
}
.team-box:hover .img-box img{
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    -webkit-transition: all 2s ease-out;
    -o-transition: all 2s ease-out;
    transition: all 2s ease-out;
}
.team-box .img-box ul{
    position: absolute;
    top: 15px;
    left: -40px;
    opacity: 0;
    visibility: hidden;
}
.team-box:hover .img-box ul{
    left: 15px;
    opacity: 1;
    visibility: visible;
}
.team-box .img-box ul li a{
    display: block;
    margin: 5px;
    -webkit-box-shadow: 0px 0px 10px 0px rgb(200 157 102 / 0.5);
            box-shadow: 0px 0px 10px 0px rgb(200 157 102 / 0.5);
    background-color: #13ADE5;
    font-size: 14px;
    color: #FFF;
    text-transform: capitalize;
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: relative;
    text-align: center;
    font-weight: 600;
    border-radius: 2px;
}
.team-box .img-box ul li:hover a{
    color: #13ADE5;
    background-color: #FFF;
    -webkit-box-shadow: 0px 0px 10px 0px rgb(255 255 255 / 0.5);
    box-shadow: 0px 0px 10px 0px rgb(255 255 255 / 0.5);
}
.team-box .text-box{
    margin-top: 25px;
}
.team-box .text-box h5{
    text-transform: capitalize;
    font-size: 26px;
    line-height: 1.1;
    font-weight: 500;
}
.team-box .text-box span{
    color: #13ADE5;
    display: inline-block;
    margin: 12px 0 0 0;
    text-transform: capitalize;
    font-size: 14px;
    line-height: 1.1;
    font-weight: 500;
}

/* :: Team Home 2 */
.team.home-2 .team-box .img-box ul{
    bottom: 0;
    top: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}
.team.home-2 .team-box:hover .img-box ul{
	bottom: 10px;
}
.team.home-2 .team-box .img-box ul li{
	display: inline-block
}

/* :: Testimonial */
.testimonial{
    background-image: url(../images/testimonial/01_testimonial.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	position: relative
}
.testimonial .testimonial-box{
	background-color: #0F1127;
	color: #FFF;
	padding: 50px;
    border-radius: 3px;
}
.testimonial-box i.quote{
    font-size: 40px;
    line-height: 1;
    color: #13ADE5;
    display: block;
}
.testimonial-box h2{
    margin: 25px 0 30px 0;
    font-weight: 500;
    line-height: 1.1;
    text-transform: capitalize;
    position: relative;
    font-size: 35px;
}
.item-testimonial .text-box{
    position: relative;
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    text-transform: capitalize;
    margin-bottom: 30px;
}
.item-testimonial ul li{
	display: inline-block;
	margin-right: 8px;
	font-size: 14px;
}
.item-testimonial ul li.name{
    font-weight: 500;
    font-size: 26px;
    line-height: 1.3;
    text-transform: capitalize;
    font-family: 'Teko', sans-serif;
    color: #13ADE5;
}
.item-testimonial ul li.job{
    font-size: 14px;
    line-height: 1.2;
    font-weight: 600;
    text-transform: capitalize;
    color: #FFF;
}
.testimonial-swiper .swiper-pagination{
    margin: 30px 0 0 0;
    text-align: left;
}
.testimonial-swiper .swiper-pagination .swiper-pagination-bullet{
    -webkit-transform: scale(0.6);
        -ms-transform: scale(0.6);
            transform: scale(0.6);
}
.testimonial-swiper .swiper-pagination-bullet-active{
	-webkit-transform: scale(1) !important;
	    -ms-transform: scale(1) !important;
	        transform: scale(1) !important;
}

/* :: Testimonial Home 2 */
.testimonial.home-2 .sec-title h2,
.testimonial.home-2 .sec-title h3,
.testimonial.home-2 .sec-title p{
	color: #FFF;
}
.testimonial.home-2 .img-box{
	height: 100%;
	padding: 0 18px;
	min-height: 300px
}
.testimonial.home-2 .img-box .img-content{
    position: relative;
    background-size: cover;
    background-position: top center;
    height: 100%;
    border-radius: 3px;
    min-height: 450px
}
.testimonial.home-2 .title-testimonial{
    display: inline-block;
    color: #FFF;
    margin-bottom: 30px;
    font-weight: 500;
    line-height: 1.1;
    text-transform: capitalize;
    position: relative;
    font-size: 35px;
}
.testimonial.home-2 .item-testimonial{
	padding-left: 50px;
}
.testimonial.home-2 .item-testimonial::after{
    content: "\e92e";
    font-family: 'AR-CoderFonts' !important;
    color: #FFF;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 25px;
}
.testimonial.home-2 .item-testimonial .text-box{
    line-height: 1.45;
    font-size: 18px;
    color: #FFF
}
.testimonial.home-2 .item-testimonial ul li{
	display: block;
	text-align: left;
}
.testimonial.home-2 .item-testimonial ul li.name{
	color: #FFF;
	margin-bottom: 12px
}

/* :: Testimonial Home 3 */
.testimonial.home-3 .testimonial-box{
    background-color: #FFF;
    color: #0F1127;
}
.testimonial.home-3 .item-testimonial .text-box,
.testimonial.home-3 .item-testimonial ul li.job{
	color: #9B9B9B;
}

/* :: Plans */
.item-plan{
	width: 100%;
}
.item-plan .content{
    margin-bottom: 30px;
    padding: 40px;
    border: 2px solid #DDD;
	position: relative;
	text-align: center;
    border-radius: 3px;
}
.item-plan .active{
    background-color: #0F1127;
    color: #FFF;
    padding: 20px;
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    text-transform: capitalize;
    font-family: 'Roboto', sans-serif;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    position: relative;
    z-index: 2;
    margin-bottom: -2px;
}
.item-plan .head-title{
    padding-bottom: 40px;
    border-bottom: 1px solid #DDD;
}
.item-plan .head-title h4{
    font-weight: 400;
    text-transform: capitalize;
    position: relative;
    font-size: 26px;
    line-height: 1.1;
}
.item-plan .center-content{
    margin-top: 40px;
}
.item-plan .center-content h5{
    font-size: 90px;
    font-weight: 500;
    line-height: 1;
    display: inline-block;
    position: relative;
    padding-left: 18px;
}
.item-plan .center-content h5:before {
    content: '$';
    font-size: 16px;
    position: absolute;
    left: 0;
    top: 0;
}
.item-plan .center-content span{
    font-size: 13px;
    font-weight: 600;
    text-transform: capitalize;
}
.item-plan .center-content .coin{
    line-height: 1;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    margin-top: 13px;
    color: #9B9B9B;
    margin-bottom: 40px;
}
.item-plan .center-content .started{
    margin-bottom: 40px;
    min-width: auto;
    width: 100%;
	max-width: 200px;
}
.core-features{
	overflow: hidden;
}
.core-features li{
    position: relative;
    padding-left: 25px;
    font-size: 14px;
    margin-bottom: 15px;
    text-transform: capitalize;
    font-weight: 500;
}
.core-features li:last-of-type{
	margin-bottom: 0;
}
.core-features li i{
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5;
    margin-right: 15px;
    color: #13ADE5;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}

/* :: Sponsors */
.sponsors {
    padding: 50px 0;
}
.sponsors-page{
	padding: 100px 0
}
.sponsors-img-item img{
    opacity: 0.5;
}
.sponsors-img-item img:hover{
    opacity: 1;
}

/* :: Quote Section */
.quote-section{
	background-image: url(../images/map/01_map.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-color: #13ADE5;
}
.quote-box{
	background-color: #FFF;
    padding: 50px;
    position: relative;
    border-radius: 3px;
}
.quote-box .sec-title {
    margin-bottom: 30px;
}
.quote-item textarea,
.quote-item input{
    border: 2px solid #DDD;
    padding: 12px;
    width: 100%;
    color: #9B9B9B;
    font-size: 13px;
    margin-bottom: 30px;
    border-radius: 3px;
}
.quote-item textarea{
	min-height: 150px;
}
.quote-item textarea:hover,
.quote-item input:hover,
.quote-item textarea:focus,
.quote-item input:focus{
	border-color: #13ADE5;
}
.statistic-box{
	position: absolute;
    left: -205px;
    top: 50px;
    background-color: #0F1127;
    color: #FFF;
    width: 205px;
    padding: 40px;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}
.item-statistic .num{
    font-size: 58px;
    font-weight: 500;
    line-height: 0.9;
    margin-bottom: 10px;
    color: #FFF;
    font-family: 'Teko', sans-serif;
}
.item-statistic .name{
    font-size: 15px;
    font-weight: 600;
    line-height: 1.6;
    letter-spacing: .5px;
    text-transform: capitalize;
}

/* :: Blog */
.blog-item{
    margin-bottom: 30px;
}
.blog-item .img-box{
    position: relative;
    overflow: hidden;
    border-radius: 3px;
}
.blog-item:hover .img-box .open-post img{
    -webkit-transform: scale(1.3);
        -ms-transform: scale(1.3);
            transform: scale(1.3);
    -webkit-transition: all 1.5s ease-in-out;
    -o-transition: all 1.5s ease-in-out;
    transition: all 1.5s ease-in-out
}
.blog-item .img-box ul{
    position: absolute;
    bottom: 0px;
	left: 30px;
}
.blog-item .img-box ul li{
    display: inline-block;
}
.blog-item .img-box ul li a{
    font-size: 20px;
    color: #FFF;
    font-weight: 500;
    text-transform: capitalize;
    background-color: #13ADE5;
    display: block;
    padding: 10px 15px;
    margin-right: 10px;
    font-family: 'Teko', sans-serif;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}
.blog-item .img-box ul li:hover a{
    color: #0F1127;
}
.blog-item .text-box{
    padding: 30px 0px 0px 30px;
}
.blog-item .text-box .title-blog{
    display: block;
}
.blog-item .text-box h5{
    margin: 0 0 15px 0;
    color: #0F1127;
    text-transform: capitalize;
    position: relative;
    font-size: 26px;
    line-height: 35px;
    font-weight: 500;
}
.blog-item .text-box .title-blog:hover,
.blog-item .text-box h5:hover{
    color: #13ADE5;
}
.blog-item .text-box .blog-date{
    margin-bottom: 15px;
    display: inline-block;
    color: #13ADE5;
	text-transform: capitalize;
}
.blog-item .text-box .link{
    min-width: 120px;
    height: 45px;
    line-height: 45px;
	margin-top: 10px;
}
.blog-item .text-box .author-name{
    margin-left: 25px;
    display: inline-block;
    font-weight: 500;
}
.blog-item .text-box .more-2{
    margin-top: calc( 25px - 16px )
}

/* :: Footer */
.footer{
    padding-top: 100px;
    background-image: url(../images/03_pattern.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-color: #0F1127;
}
.footer .logo,
.footer .links{
    margin-bottom: 30px;
}
.footer .logo img{
    width: 160px;
}
.footer .logo p{
    margin: 30px 0 30px 0;
    color: #F9F9F9;
}
.footer-title h4 {
    color: #FFF;
    font-size: 22px;
    text-transform: capitalize;
    line-height: 1.2;
    margin-bottom: 25px;
}
.footer .links li a{
    display: inline-block;
    position: relative;
    color: #F9F9F9;
    font-size: 15px;
    line-height: 33px;
}
.footer .links li:hover a{
    color: #13ADE5;
}
.footer .links li a:after{
    content: "\f061";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    font-size: 12px;
    opacity: 0;
    margin-left: 0;
    visibility: hidden;
    -webkit-transition: all 0.8s cubic-bezier(0.38, 0.17, 0.09, 0.99);
    -o-transition: all 0.8s cubic-bezier(0.38, 0.17, 0.09, 0.99);
    transition: all 0.8s cubic-bezier(0.38, 0.17, 0.09, 0.99);
}
.footer .links li a:hover:after{
    opacity: 1;
    margin-left: 15px;
    visibility: visible;
    color: #13ADE5;
}
.footer .newsletter-box{
	position: relative;
	padding: 40px;
	background-color: #0F1127;
    border-radius: 3px;
}
.footer .newsletter-box h4{
    color: #13ADE5
}
.footer .newsletter p{
    color: #F9F9F9;
    margin-bottom: 26px;
    font-size: 15px;
    font-weight: 500;
}
.footer .newsletter form{
    position: relative
}
.footer .newsletter form input{
    width: 100%;
    color: #9B9B9B;
    background-color: transparent;
    font-size: 13px;
    text-transform: capitalize;
    padding: 0 15px;
    line-height: 44px;
    letter-spacing: 0.25px;
    position: relative;
    border-radius: 3px;
    border: 1px solid rgb(255 255 255 / 30%);
}
.footer .newsletter form input:focus{
    border-color: #13ADE5;
}
.footer .newsletter form button{
    border: none;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 15px;
    background-color: #13ADE5;
    font-size: 11px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #FFF;
}
.footer .newsletter form button:hover{
    color: #13ADE5;
    background-color: #FFF;
}
.footer .social-media{
	margin: 30px 0;
}
.copyright{
    margin-top: 70px;
    padding: 40px 0;
    background-color: #0F1127;
    overflow: hidden
}
.copyright p{
    margin: 0;
    color: #F4F4F4;
    float: left;
    font-size: 24px;
    font-family: 'Teko', sans-serif;
    font-weight: 400;
}
.copyright p a{
    color: #13ADE5;
}
.copyright ul{
    float: right;
}
.copyright ul li{
    display: inline-block;
    margin-left: 10px;
}
.copyright ul li a{
    color: #FFF !important
}
.copyright ul li:hover a{
    color: #13ADE5 !important;
}

/* :: Scroll Up */
.scroll-up {
    position: fixed;
    z-index: 100;
    bottom: 30px;
    right: 30px;
    -webkit-box-shadow: 0px 0px 40px 4px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 40px 4px rgba(0, 0, 0, 0.05);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}
.scroll-up.active {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.scroll-up a {
    background-color: #13ADE5;
    font-size: 16px;
    color: #FFF;
    line-height: 42px;
    width: 44px;
    height: 44px;
    display: inline-block;
    text-align: center;
    border: 1px solid #13ADE5;
    outline: none;
    border-radius: 2px
}
.scroll-up:hover a{
    background-color: #0F1127;
    border: 1px solid #0F1127;
}

/* :: Benifit Box */
.benifit-box{
    position: relative;
    margin-top: -150.8px;
	z-index: 2;
}
.benifit-box .benifit-box-item{
	padding: 30px;
	border: 1px solid rgb(255 255 255 / 40%);
}
.benifit-box .benifit-box-item:hover{
	background-color: #13ADE5;
	border-color: #13ADE5;
	color: #FFF
}
.benifit-box .benifit-box-item i{
    line-height: 1;
    font-size: 40px;
    position: relative;
    margin-bottom: 20px;
    display: inline-block;
    color: #FFF;
}
.benifit-box .benifit-box-item:hover i{
	color: #FFF;
	-webkit-animation: updown 0.4s ease-in-out 50ms;
    animation: updown 0.4s ease-in-out 50ms;
}
.benifit-box .benifit-box-item h4{
    color: #FFF;
    position: relative;
    font-size: 24px;
    line-height: 1.2;
    text-transform: capitalize;
    font-weight: 500;
}

/* :: Breadcrumb Header */
.breadcrumb-header{
    padding-bottom: 120px;
    padding-top: 120px;
    color: #FFF;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}
.breadcrumb-header.style-2{
    padding-top: calc(120px + 85px);
    padding-bottom: 120px;
}
.breadcrumb-header .banner h1{
    color: #FFF;
    text-transform: capitalize;
    font-weight: 500;
    line-height: 1;
    font-size: 95px;
    margin-bottom: 20px;
    position: relative;
}
.breadcrumb-header .banner ul li{
    display: inline-block;
    position: relative;
    margin-right: 10px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.30px;
    color: #F9F9F9;
    text-transform: capitalize;
}
.breadcrumb-header .banner ul li:hover a{
    color: #13ADE5;
}

/* :: Call Back */
.call-back{
    padding: 40px;
    background-color: #13ADE5;
    margin-bottom: 30px;
    border-radius: 3px;
}
.call-back i{
    color: #FFF;
    display: inline-block;
    float: left;
    font-size: 30px;
    line-height: 1.6;
}
.call-back .content-box{
    padding-left: 45px;
}
.call-back .content-box h5{
    color: #FFF;
    font-weight: 500;
    margin-bottom: 10px;
    text-transform: capitalize;
    font-size: 24px;
}
.call-back .content-box .call-phone{
    font-size: 18px;
    font-weight: 500;
    line-height: 1.6;
    display: block;
    color: #FFF;
}
.call-back a.btn-1{
    width: 100%;
    margin-top: 16px;
    min-width: 130px;
}

/* :: Team Details */
.team-details-content-page .title,
.services-details-content-page .title{
	margin-bottom: 30px;
	margin-top: 50px;
}
.team-details-content-page .title:first-of-type,
.services-details-content-page .title:first-of-type{
	margin-top: 0;
}
.team-details-content-page .title h2,
.services-details-content-page .title h2{
    display: inline-block;
    line-height: 1;
    font-weight: 600;
    color: #13ADE5;
    margin: 0px 0 20px 0;
    text-transform: capitalize;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
}
.team-details-content-page .title h3,
.services-details-content-page .title h3{
    font-size: 40px;
    line-height: 1.1;
    text-transform: capitalize;
    font-weight: 500;
}
.services-details .faq{
    margin-top: 30px
}

/* :: Widget */
.widget{
    margin-bottom: 30px;
    padding: 40px;
    overflow: hidden;
    border-radius: 3px;
    background: #F9F9F9;
    border: 1px solid #DDD;
}
.widget .widget-title h3{
    font-weight: 500;
    margin-bottom: 30px;
    text-transform: capitalize;
    font-size: 24px;
}

/* :: Widget Search */
.widget .widget-body .search{
    position: relative;
}
.widget .widget-body .search input{
    position: relative;
    border: 2px solid #DDD;
    padding: 12px;
    width: 100%;
    color: #0F1127;
    font-size: 13px;
    border-radius: 3px;
}
.widget .widget-body .search input:focus{
    border-color: #13ADE5;
}
.widget .widget-body .search button.click{
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    outline: none;
    font-size: 13px;
    background-color: transparent;
    color: #13ADE5;
    border: none;
}

/* :: Widget instagram */
.widget .widget-body .instagram ul{
    overflow: hidden;
}
.widget .widget-body .instagram ul li{
    float: left;
    display: inline-block;
    margin: 2px;
    position: relative;
    overflow: hidden;
}
.widget .widget-body .instagram ul li img{
    width: 60px;
    height: 60px;
	border: 1px solid #DDD;
    border-radius: 2px;
}
.widget .widget-body .instagram ul li a{
    background-color: #13ADE5;
    color: #FFF;
    font-size: 14px;
    line-height: 58px;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: scale(0);
        -ms-transform: scale(0);
            transform: scale(0);
}
.widget .widget-body .instagram ul li:hover a{
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
}

/* :: Widget Tags */
.widget .widget-body .tags ul li{
    display: inline-block;
}
.widget .widget-body .tags ul li a{
    display: inline-block;
    padding: 4px 10px;
    margin: 0 5px 5px 0;
    border: 1px solid #DDD;
    font-size: 13px;
    font-weight: 600;
    color: #0F1127;
    text-transform: capitalize;
    border-radius: 2px;
}
.widget .widget-body .tags ul li:hover a{
    background-color: #13ADE5;
    color: #FFF;
    border: 1px solid #13ADE5;
}
.widget .widget-body .follow .icon li{
    display: inline-block;
    margin: 0 4px 4px 0;
}
.widget .widget-body .follow .icon li a{
display: inline-block;
    text-align: center;
    color: #FFF;
    background-color: #13ADE5;
    font-size: 13px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #13ADE5;
    border-radius: 2px;
}
.widget .widget-body .follow .icon li:hover a{
    background-color: #0F1127;
    border-color: #0F1127;
}

/* :: Widget News */
.news-item{
    margin-bottom: 22px;
    overflow: hidden;
}
.news-item:last-of-type{
    margin-bottom: 0px;
}
.news-item img{
    float: left;
    height: 60px;
    width: 60px;
}
.news-item .item-content{
    padding-left: 70px;
}
.news-item .item-content span a{
    color: #13ADE5;
    line-height: 0.8;
    display: block;
    padding-bottom: 8px;
}
.news-item .item-content a.title-blog{
    display: block;
}
.news-item .item-content a.title-blog h5{
    font-size: 20px;
    text-transform: capitalize;
    color: #0F1127;
    line-height: 1.3;
}
.news-item .item-content a.title-blog:hover,
.news-item .item-content a.title-blog:hover h5{
    color: #13ADE5;
}

/* :: Services Details */
.single-services-list li a{
    color: #9B9B9B;
    margin-bottom: 15px;
    padding-bottom: 15px;
    display: block;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    text-transform: capitalize;
    position: relative;
    border-bottom: 1px solid #DDD;
}
.single-services-list li:last-of-type a{
    margin-bottom: 0;
    border-bottom: 0;
    padding-bottom: 0;
}
.single-services-list li.active a,
.single-services-list li:hover a{
    color: #13ADE5;
}
.single-services-list li a i {
    float: right;
}
.services-details-content-page .box-img{
	margin: calc(30px - 16px) 0 30px 0;
    overflow: hidden;
    border-radius: 3px;
}

/* :: Video Presentation */
.video-presentation{
    position: relative;
    background-image: url(../images/header/01_breadcrumb-header.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 30px;
    width: 100%;
    height: 450px;
    overflow: hidden;
    -webkit-box-shadow: 0 5px 40px rgb(9 29 62 / 11%);
    box-shadow: 0 5px 40px rgb(9 29 62 / 11%);
}
.video-presentation .presentation-box{
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}
.video-presentation .presentation-box:hover{
    background-color: #FFF;
    color: #13ADE5
}

/* :: Pagination */
.pagination-area{
	margin-bottom: 30px;
}
.pagination-area .pagination li{
    display: inline-block;
    text-align: center;
    color: #0F1127;
    font-weight: 600;
    font-size: 14px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin-right: 5px;
    border: 1px solid #DDD;
    cursor: pointer;
}
.pagination-area .pagination li:last-of-type{
    margin-right: 0;
}
.pagination-area .pagination li.active,
.pagination-area .pagination li:hover{
    background-color: #13ADE5;
    color: #FFF;
    border-color: #13ADE5;
}

/* :: FAQs */
.faq .faq-box {
    margin-bottom: 30px;
    border: 2px solid #DDD;
    background-color: #FFF;
    position: relative;
    border-radius: 3px;
}
.faq.style-2 .faq-box{
	border-color: #DDD;
}
.faq .faq-box .click{
    color: #0F1127;
    background-color: transparent;
    border-radius: 0;
    border: none;
    line-height: 1;
    display: block;
    padding: 18px 20px;
    font-size: 24px;
    font-weight: 400;
    width: 100%;
    font-family: 'Teko', sans-serif;
    text-align: left;
}
.faq .faq-box .click i{
    color: #0F1127;
    font-weight: 600;
    font-size: 16px;
    position: absolute;
    right: 20px;
    top: 16px;
    line-height: 20px;
    text-align: center;
}
.faq .faq-box .click:focus{
    -webkit-box-shadow: none;
            box-shadow: none;
}
.faq .faq-box .about-text{
    border: none;
    border-radius: 0;
    padding: 18px 0 0 0;
    font-size: 14px;
    border-top: 2px solid #DDD;
    margin: 0px 20px 20px 20px;
}

/* :: Single Blog */
.single-blog-page .blog-item .text-box{
	padding-left: 0;
}

/* :: Share Post */
.share-post{
    overflow: hidden;
    border-top: 1px solid #DDD;
    border-bottom: 1px solid #DDD;
    padding-top: 25px;
    margin-top: 25px;
    padding-bottom: 25px;
    margin-bottom: 25px;
}
.share-post span{
    font-size: 15px;
    line-height: 26px;
    font-weight: 600;
    margin: 4px 0;
    display: inline-block;
}
.share-post ul{
    float: right;
}
.share-post ul li{
    display: inline-block;
    margin: 0 4px 0px 0;
}
.share-post ul li a{
    display: inline-block;
    text-align: center;
    background-color: #F1F1F1;
    color: #13ADE5;
    font-size: 12px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #F1F1F1;
}
.share-post ul li:hover a{
    background-color: #13ADE5;
    border-color: #13ADE5;
    color: #FFF;
}

/* :: Quotes People */
.quotes-people{
    background-color: #13ADE5;
    padding: 60px;
    margin-bottom: 30px;
    border-radius: 3px;
}
.quotes-people p{
    font-size: 14px;
    font-weight: 500;
    line-height: 26px;
    margin-bottom: 25px;
    text-transform: capitalize;
    position: relative;
    z-index: 2;
	color: #F1F1F1;
}
.quotes-people p:before{
    content: "\e92e";
    font-family: 'AR-CoderFonts' !important;
    font-size: 35px;
    position: absolute;
    top: 0;
    color: #FFF;
    left: -10px;
    z-index: -1;
    opacity: 0.3;
}
.quotes-people .people-name h5{
    color: #FFF;
    margin-top: 20px;
    text-transform: capitalize;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.3;
}
.quotes-people .people-name span{
    color: #F1F1F1;
    display: inline-block;
    line-height: 1.2;
    font-weight: 600;
    margin: 12px 0 0 0;
    text-transform: capitalize;
    font-size: 14px;
}

/* :: Single Blog Nav */
.single-blog-nav{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    padding: 30px 0;
    margin-bottom: 30px;
    border-top: 1px solid #DDD;
    border-bottom: 1px solid #DDD;
	position: relative;
}
.single-blog-nav:before {
    content: '';
    position: absolute;
    top: 20px;
    bottom: 20px;
    width: 1px;
    left: 50%;
    background-color: #DDD;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
}
.single-blog-nav .blog-nav-prev{
    float: left;
    width: 50%;
    position: relative;
}
.single-blog-nav .blog-nav-prev .img-box{
    width: 100px;
    position: absolute;
    left: 0;
	top: 0;
    border-radius: 5px;
}
.single-blog-nav .blog-nav-prev .text-box{
    padding-left: 120px;
	padding-right: 20px
}
.single-blog-nav .blog-nav-prev .text-box .subtitle,
.single-blog-nav .blog-nav-next .text-box .subtitle{
	color: #9B9B9B;
    display: inline-block;
    line-height: 1.2;
    font-weight: 500;
    text-transform: capitalize;
    font-size: 14px;
}
.single-blog-nav .blog-nav-prev .text-box .subtitle i,
.single-blog-nav .blog-nav-next .text-box .subtitle i{
    color: #13ADE5;
    margin-right: 8px;
}
.single-blog-nav .blog-nav-prev .text-box .title,
.single-blog-nav .blog-nav-next .text-box .title{
    color: #0F1127;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
	margin-top: 10px;
}
.single-blog-nav .blog-nav-next{
    float: right;
    width: 50%;
    position: relative;
	text-align: right;
}
.single-blog-nav .blog-nav-next .text-box {
    padding-right: 120px;
    padding-left: 20px;
}
.single-blog-nav .blog-nav-next .img-box{
    width: 100px;
    position: absolute;
    right: 0;
	top: 0;
    border-radius: 5px;
}
.single-blog-nav .img-box img{
    border-radius: 3px;
}
.single-blog-nav .blog-nav-prev:hover .img-box,
.single-blog-nav .blog-nav-next:hover .img-box{
	top: -5px;
	-webkit-box-shadow: 0 5px 40px rgb(9 29 62 / 50%);
	        box-shadow: 0 5px 40px rgb(9 29 62 / 50%);
}
.single-blog-nav .blog-nav-next .text-box .subtitle i{
	margin: 0 0 0 8px;
}
.single-blog-nav .blog-nav-prev:hover .text-box .subtitle,
.single-blog-nav .blog-nav-next:hover .text-box .subtitle,
.single-blog-nav .blog-nav-prev:hover .text-box .title,
.single-blog-nav .blog-nav-next:hover .text-box .title{
    color: #13ADE5;
}

/* :: Single Blog Comments & Add Comment */
.item-comments{
    margin-bottom: 30px;
}
.item-comments .title h4,
.add-comments .title h4{
    font-size: 32px;
    line-height: 1.2;
    text-transform: capitalize;
    font-weight: 500;
    margin-bottom: 30px;
}
.item-comments .inner-comments .comments-box{
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #DDD;
}
.item-comments .inner-comments .comments-box:last-of-type{
    padding: 0;
    margin: 0;
    border: none;
}
.item-comments .inner-comments .comments-box.reply,
.item-comments .inner-comments .comments-box .text-box{
    margin-left: 90px;
}
.item-comments .inner-comments .comments-box .img-box{
    display: block;
    margin-right: 20px;
    float: left;
    position: relative;
}
.item-comments .inner-comments .comments-box .img-box img{
    border-radius: 50%;
	height: 70px;
    width: 70px;
}
.item-comments .inner-comments .comments-box .text-box h5{
    color: #0F1127;
    display: block;
    text-transform: capitalize;
    margin-bottom: 10px;
    line-height: 1.1;
    font-size: 26px;
    font-weight: 500;
}
.item-comments .inner-comments .comments-box .text-box .time{
    color: #13ADE5;
    line-height: 20px;
    font-size: 12px;
    margin: 0 0 10px;
    font-weight: 700;
    text-transform: capitalize;
}
.item-comments .inner-comments .comments-box .text-box p{
    margin-bottom: 15px;
}
.item-comments .inner-comments .comments-box .text-box a{
    display: inline-block;
    padding: 4px 10px;
    border: 1px solid #DDD;
    font-size: 13px;
    font-weight: 600;
    color: #A5A5A5;
    cursor: pointer;
}
.item-comments .inner-comments .comments-box .text-box a:hover{
    color: #FFF;
    border: 1px solid #13ADE5;
    background-color: #13ADE5;
}
.add-comments .inner-add-comments-box{
    margin-bottom: 30px;
}
.add-comments .inner-add-comments-box input,
.add-comments .inner-add-comments-box textarea,
.checkout-box .form-checkout .form-checkout-item input{
    border: 2px solid #E9E9E9;
    padding: 12px;
    width: 100%;
    color: #9B9B9B;
    font-size: 13px;
    border-radius: 3px;
}
.add-comments .inner-add-comments-box input:focus,
.add-comments .inner-add-comments-box textarea:focus,
.checkout-box .form-checkout .form-checkout-item input:focus{
    border-color: #13ADE5;
}
.add-comments .inner-add-comments-box textarea{
    height: 200px;
    display: block;
}
.add-comments .inner-add-comments-box button.submit{
	border: none;
}

/* :: Careers Page */
.item-careers{
    border: 1px solid #DDD;
    padding: 40px;
    margin-bottom: 30px;
}
.item-careers h4{
    text-transform: capitalize;
    display: block;
    color: #0F1127;
    position: relative;
    font-size: 26px;
    line-height: 35px;
    margin-bottom: 15px;
    font-weight: 500;
}
.item-careers h4 a{
	color: #0F1127;
}
.item-careers h4:hover a{
    color: #13ADE5;
}
.item-careers ul li{
    display: inline-block;
    font-weight: 500;
    margin-right: 10px;
}
.item-careers ul li.active{
    background-color: #13ADE5;
    padding: 2px 15px;
    color: #FFF;
    border-radius: 2px;
}
.item-careers p{
    margin: 18px 0;
}

/* :: Price Range */
.irs--flat .irs-min,
.irs--flat .irs-max{
    padding: 0;
    background-color: transparent;
    font-weight: 600;
    font-size: 12px;
    color: #0F1127;
    line-height: 1;
}
.irs--flat .irs-handle>i:first-child{
	background-color: #13ADE5;
}
.irs--flat .irs-from,
.irs--flat .irs-to,
.irs--flat .irs-single{
	font-weight: 600;
    font-size: 12px;
    color: #FFF;
    border-radius: 0;
    line-height: 1;
    padding: 3px;
    background-color: #13ADE5;
}
.irs--flat .irs-line{
	background-color: #E7F7FD;
	border-radius: 0;
}
.irs--flat .irs-bar{
	background-color: #13ADE5;
	border-radius: 0
}

/* :: Shop Page */
.shop-item{
    margin-bottom: 30px;
}
.shop-item .item-img{
    position: relative;
    overflow: hidden;
    border-radius: 3px;
}
.shop-item .item-img .box-more{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgb(15 17 39 / 0.6);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.shop-item:hover .item-img .box-more{
    opacity: 1;
    visibility: visible;
}
.shop-item .item-img .box-more a{
    padding: 0 25px;
    position: absolute;
    top: 50%;
    left: 50%;
	min-width: 50px;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}
.shop-item .item-text .open-item-shop h4{
    margin: 25px 0 12px 0;
    position: relative;
    font-size: 30px;
    line-height: 1.1;
    font-weight: 400;
    color: #0F1127;
    text-transform: capitalize;
}
.shop-item .item-text .open-item-shop h4:hover{
	color: #13ADE5;
}
.shop-item .item-text .item-review span{
    display: inline-block;
    font-size: 14px;
    color: #A5A5A5;
}
.shop-item .item-text .item-review span i.active{
    color: #13ADE5;
}
.shop-item .item-text .price{
    color: #13ADE5;
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
	margin-top: 12px;
	display: block;
}

/* :: Products Details Page */
.products-details-content{
    margin-bottom: 30px
}
.products-details-content .img-box,
.products-details-content .text-box{
	margin-bottom: 30px;
}
.products-details-content .text-box .title-product{
margin-bottom: 20px;
    font-size: 40px;
    line-height: 1.1;
    text-transform: capitalize;
    font-weight: 500;
}
.products-details-content .text-box .item-price{
    color: #13ADE5;
    text-transform: capitalize;
    font-size: 20px;
    line-height: 1.1;
    font-weight: 700;
    margin-bottom: 25px;
}
.products-details-content .text-box .item-explain{
    margin-bottom: 30px;
}
.products-details-content .text-box .item-inputs input{
    display: inline-block;
    border: 2px solid #DDD;
    height: 60px;
    color: #9B9B9B;
    font-weight: 600;
    line-height: 60px;
    padding: 0 0 0 25px;
    margin-right: 20px;
    border-radius: 3px;
}
.products-details-content .text-box .item-inputs input:focus{
	border-color: #13ADE5;
}
.products-details-content .text-box .item-inputs a.btn-1{
    min-width: 60px;
}
.products-details-content .text-box .list-details{
    margin: 30px 0;
}
.products-details-content .text-box .list-details li{
    display: inline-block;
    margin-right: 20px;
    line-height: 1.1;
    text-transform: capitalize;
    font-size: 15px;
    font-weight: 700;
}
.products-details-content .text-box .list-details li span{
    color: #9B9B9B;
}
.products-details-content .nav-tabs{
    border-bottom: 1px solid #DDD;
}
.products-details-content .nav-tabs .nav-item .nav-link{
    font-size: 20px;
    font-weight: 500;
    min-width: auto;
    height: 55px;
    line-height: 55px;
    padding: 0 25px;
    border-radius: 0;
    font-family: 'Teko', sans-serif;
    color: #FFF;
    background-color: #13ADE5;
    border-color: #13ADE5;
    margin-right: 5px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.products-details-content .nav-tabs .nav-item.show .nav-link,
.products-details-content .nav-tabs .nav-link.active{
    color: #0F1127;
    background-color: #FFF;
    border-color: #DDD;
    border-bottom: 0;
}
.products-details-content .tab-content>.active{
    border: 1px solid #DDD;
    padding: 40px;
    border-top: 0;
}
.products-details-content .tab-content>.tab-pane .title-tab{
    text-transform: capitalize;
    font-size: 24px;
    line-height: 1.1;
    font-weight: 500;
    margin-bottom: 20px;
}
.products-details-content .tab-content>.tab-pane p.explain{
    font-weight: 500;
    margin-bottom: 20px;
}
.products-details-content .add-comments .inner-add-comments-box.tab{
    margin-bottom: 0;
}

/* :: Checkout Products Page */
.checkout-product-page{
    background-color: #F9F9F9;
}
.checkout-box,
.checkout-product-card{
	padding: 40px;
    background-color: #FFF;
    border: 1px solid #DDD;
    overflow: hidden;
    position: relative;
	margin-bottom: 30px;
    border-radius: 3px;
}
.checkout-box .title{
    position: relative;
    font-size: 32px;
    line-height: 1.2;
    text-transform: capitalize;
    font-weight: 500;
    margin-bottom: 30px;
}
.checkout-box .title.title-2{
	margin-bottom: 30px;
}
.checkout-box .form-checkout .form-checkout-item input{
	margin-bottom: 30px;
}
.checkout-box .checkbox-info{
    padding: 30px 0;
    margin: 30px 0;
    border-top: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
}
.checkout-box .checkbox-info .one,
.checkout-box .checkbox-info .two,
.payment .one,
.payment .two,
.payment .three{
	position: relative;
	margin-bottom: 0;
	padding-left: 0;
	overflow: hidden;
}
.checkout-box .checkbox-info .one,
.payment .one,
.payment .two{
	margin-bottom: 12px;
}
.checkout-box .checkbox-info .checkbox[type=checkbox]{
    width: 20px;
    height: 20px;
    border-radius: 0;
    position: absolute;
    margin: 0;
    left: 0;
    top: 0;
}
.checkout-box .checkbox-info .checkbox-name,
.payment .radio-name{
    padding-left: 30px;
    font-weight: 500;
    text-transform: capitalize;
    font-size: 13px;
    display: block;
    line-height: 1.6;
}
.payment{
	margin-bottom: 30px;
}
.payment .one,
.payment .two,
.payment .three{
    min-height: auto;
}
.payment .radio[type=radio]{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    margin: 0;
    width: 20px;
    height: 20px;
}
.payment .form-check-input:checked,
.checkout-box .checkbox-info .form-check-input:checked{
    background-color: #13ADE5;
    border-color: #13ADE5;
}
.payment .form-check-input:focus,
.checkout-box .checkbox-info .form-check-input:focus{
	-webkit-box-shadow: none;
	        box-shadow: none
}
.checkout-box .form-checkout .form-checkout-item button.submit{
	width: 100%;
}
.checkout-product-card .card-title{
    position: relative;
    font-size: 26px;
    text-transform: capitalize;
    font-weight: 500;
    margin-bottom: 30px;
}
.checkout-product-card .card-title span:last-of-type{
    background-color: #13ADE5;
    color: #FFF;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
}
.checkout-product-card .list-items .item{
	padding: 20px;
    border: 1px solid #DDD;
    border-radius: 3px;
    margin-bottom: 15px;
}
.checkout-product-card .list-items .item:last-of-type{
	margin-bottom: 0;
}
.checkout-product-card .list-items .item.success{
    background-color: #EAFAF1;
    border-color: #2ECC71;
}
.checkout-product-card .list-items .item .item-name{
    font-weight: 500;
    text-transform: capitalize;
    font-size: 20px;
    position: relative;
    line-height: 1.1;
}
.checkout-product-card .list-items .item .item-description{
    font-weight: 500;
    text-transform: capitalize;
    font-size: 13px;
    display: block;
    line-height: 1;
    margin-top: 15px;
    color: #9B9B9B;
}
.checkout-product-card .list-items .item .item-price{
    font-weight: 600;
    text-transform: capitalize;
    font-size: 14px;
    position: relative;
    line-height: 1.4;
    color: #6C757D;
}
.checkout-product-card .list-items .item.success .item-name,
.checkout-product-card .list-items .item.success .item-description,
.checkout-product-card .list-items .item.success .item-price{
	color: #2ECC71;
}
.form-promo-code{
	position: relative;
}
.form-promo-code input{
    border: 2px solid #E9E9E9;
    padding: 12px;
    width: 100%;
    color: #9B9B9B;
    font-size: 13px;
    border-radius: 3px;
}
.form-promo-code input:focus{
	border-color: #13ADE5
}
.form-promo-code button{
    position: absolute;
    right: 7px;
    border: 0;
    min-width: 90px;
    height: 40px;
    line-height: 39px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}

/* :: Placed Order Page */
.placed-order-page{
    background-color: #F9F9F9;
}
.placed-order-page .widget{
	background-color: #FFF;
}
.placed-order-page .placed-order-box{
    padding: 40px;
    background-color: #FFF;
    border: 1px solid #DDD;
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
    border-radius: 3px;
}
.placed-order-page .placed-order-box .title{
    font-size: 32px;
    line-height: 1.2;
    text-transform: capitalize;
    font-weight: 500;
    margin-bottom: 50px;
}
.placed-order-page .placed-order-box .thanks{
    font-weight: 500;
    margin-bottom: 30px;
    text-transform: capitalize;
    font-size: 30px;
    color: #13ADE5;
}
.placed-order-page .placed-order-box .payment-summary{
    font-weight: 500;
    text-transform: capitalize;
    font-size: 16px;
    display: block;
    line-height: 1;
    padding-bottom: 15px;
    border-bottom: 3px dotted #DDD;
    margin-bottom: 30px;
	color: #A5A5A5;
}
.placed-order-page .placed-order-box .order-list .item{
	margin-bottom: 16px;
}
.placed-order-page .placed-order-box .order-list .item:last-of-type{
	margin: 50px 0 0 0;
}
.placed-order-page .placed-order-box .order-list .item div,
.placed-order-page .placed-order-box .order-list .item span{
    font-weight: 500;
    text-transform: capitalize;
    font-size: 14px;
    display: block;
    line-height: 1;
}

/* :: Bill Product Page */
.bill-product-page{
	background-color: #F9F9F9;
}
.bill-product-page .bill-product-box{
	padding: 40px;
    background-color: #FFF;
    border-radius: 5px;
    border: 1px solid #DDD;
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
}
.bill-product-page .bill-product-box .head{
	text-align: right;
	margin-bottom: 50px;
}
.bill-product-page .bill-product-box .head img{
	width: 180px;
}
.bill-product-page .bill-product-box .head h3{
    position: relative;
    font-size: 28px;
    text-transform: capitalize;
    font-weight: 500;
}
.bill-product-page .bill-product-box .head span{
    font-weight: 500;
    text-transform: capitalize;
    font-size: 13px;
    display: block;
    line-height: 1;
    margin-top: 15px;
    color: #9B9B9B;
}
.bill-product-page .bill-product-box .bill-info-list{
    border-top: 1px solid #DDD;
    padding-top: 30px;
}
.bill-product-page .bill-product-box .bill-info-list h4{
    display: block;
    line-height: 1.2;
    position: relative;
    font-size: 24px;
    text-transform: capitalize;
    font-weight: 500;
}
.bill-product-page .bill-product-box .bill-info-list span{
    font-weight: 500;
    text-transform: capitalize;
    font-size: 14px;
    display: block;
    line-height: 1;
    margin-top: 12px;
    color: #9B9B9B;
	margin-bottom: 30px;
}
.bill-table{
	margin-bottom: 30px;
	border-radius: 5px;
	overflow-x: hidden;
	border: 1px solid #DDD;
}
.bill-table>thead{
	background-color: #F8F6F7;
}
.bill-table>:not(:first-child){
	border-top: 0;
}
.bill-table>:not(caption)>*>*{
    padding: 15px 20px;
    font-weight: 500;
    text-transform: capitalize;
    font-size: 16px;
    line-height: 1.5;
}
.bill-table tbody tr th,
.bill-table tbody tr td{
    padding: 15px 20px;
    font-weight: 400;
    text-transform: capitalize;
    font-size: 14px;
    line-height: 1.2;
    color: #6C757D;
}
.bill-product-page .bill-product-box .note{
    font-weight: 500;
    text-transform: capitalize;
    font-size: 14px;
    display: block;
    line-height: 1;
    margin-bottom: 30px;
}
.nice-select{
    border: 2px solid #E9E9E9;
    width: 100%;
    color: #9B9B9B;
    font-size: 13px;
    height: 53px;
    line-height: 51px;
    padding: 0 12px;
    border-radius: 0;
}
.nice-select .list{
	border-radius: 0;
}

/* :: 404 Error Page */
.page-404-area{
    padding: 120px 0;
}
.page-404-area h2{
    font-size: 250px;
    font-weight: 600;
    line-height: 0.8;
    margin-bottom: 30px;
}
.page-404-area a{
    margin-top: calc(30px - 16px);
}

/* :: Contact US Page */
.contact-info-content{
    margin-bottom: 50px;
}
.contact-info-content .contact-box{
    padding: 40px;
    border: 1px solid #DDD;
    margin-bottom: 30px;
    text-align: center;
    border-radius: 3px;
}
.contact-info-content .contact-box:hover{
    background-color: #13ADE5;
    border-color: #13ADE5;
}
.contact-info-content .contact-box i{
    font-size: 60px;
    line-height: 1;
    color: #13ADE5;
    display: inline-block;
    margin-bottom: 25px;
}
.contact-info-content .contact-box .box a,
.contact-info-content .contact-box .box p{
font-size: 28px;
    margin-bottom: 0;
    font-family: 'Teko', sans-serif;
    position: relative;
    display: block;
    color: #9B9B9B;
    line-height: 1.4;
}
.contact-info-content .contact-box:hover i,
.contact-info-content .contact-box:hover .box a,
.contact-info-content .contact-box:hover .box p{
    color: #FFF;
}
.contact-us-page .map-box{
	height: 100%;
	margin-right: 20px;
	min-height: 300px;
}
.contact-us-page .map-box iframe{
	width: 100%;
	height: 100%;
    border-radius: 3px;
}
.contact-us-page .add-comments .inner-add-comments-box.last{
	margin-bottom: 0;
}