/*==========================================
            SITE WIDE 
==========================================*/
@import url('https://fonts.googleapis.com/css2?family=Cairo&family=Architects+Daughter&display=swap');

html 
{
    width: 100%;
    overflow-x: hidden;
}

body 
{
    color: #222;
    -webkit-font-smoothing: antialiased;
    font-family: "Cairo", sans-serif;
    width: 100%;
    background: #fff;
}

h1, h1, h2, h3, h4, h5, h6
{
    font-family: "Architects Daughter", sans-serif;
}

img, video
{
    max-width:100%;
}

p 
{
    
}

.white-txt
{
    color:#fff !important;
}

a:hover
{
    text-decoration:none;
}

ul
{
    margin:0;
    padding:0;
    list-style:none;
}

h1,h2,h3,h4,h5,h6 
{ 
    color:#000;
}

h1 
{
    text-align: center;
    position: relative;
    padding: 0 0 15px;
    margin-bottom: 15px;
    font-weight: 700;
    font-size: 5rem;
}

.sectionhead:before 
{
    content: "";
    left: 50%;
    height: 2px;
    position: absolute;
    background: #0033CC;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

h2 
{
    font-size: 2.5rem;
    line-height: 38px;
    font-weight: 600;
    margin: 0;
}

h3 
{
    font-size: 2rem;
    line-height: 32px;
    font-weight: 600;
    margin: 0;
}

h4 
{
    font-size: 2.7rem;
    line-height: 26px;
    font-weight: 600;
}

h5
{
    font-size: 3rem;
    line-height: 30px;
    font-weight: 600;
}

h6 
{
    font-size: 1.7rem;
    line-height: 20px;
    font-weight: 600;
    margin: 0;
    text-decoration: none;
}

.no-padding
{
    padding: 0!important;
}

.no-margin
{
    margin: 0;
}

#about,
#contact,
#partners,
#video,
#pricing 
{
    padding: 50px 0;
}

.btn, 
.btn:focus,
.ButtonClose
{
    border: 1px solid #fff;
    border-radius: 0px;
    display: inline-block;
    min-width: 214px;
    padding: 12px;
    text-align: center;
    color: #fff;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-left: 5px;
    font-size: 16px;
    font-weight: 600;
    transition: .5s;
    margin-bottom: 10px;
}

.btn:hover
{
    background-color: #00c6d754;
    color: #fff;
    text-decoration: none;
}

.center-content 
{
    text-align: center;
}

p.description 
{
    width: 70%;
    margin: 0 auto;
    padding-top: 24px;
    padding-bottom: 48px;
}

.white-btn, 
.white-btn:focus
{
    border-radius: 10px;
    background: #ffffff;
    color: #24377e;
}

.white-btn:hover i
{
    color: #fff!important;
}

.white-btn i
{
    color: #24377e!important;
    transition: .5s;
}

.white-btn:hover
{
    background: #00c6d754;
    color: #fff;
    text-decoration:none;
}

.color-btn 
{
    background: #00c6d7;
    border: none;
    margin-left: 10px;
}

.color-btn:hover 
{

    background-color: #24377e;
    color: #fff;
    text-decoration: none;
}

.btn-sm
{
    width: 160px;
    height: 38px;
    background: #00c6d7;
    color: #fff;
    font-size: 18px;
    display: inline-block;
    text-align: center;
    padding: 6px;
    text-transform: uppercase;
    border-radius: 0px;
    margin-top: 25px;
}

.btn-sm:hover
{
    text-decoration:none;
    color:#fff;
}

.error
{
    color: #d90000;
}

.minifyerrorlabel
{
    margin: 5px;
    border: 2px solid #ffffff;
    color: #ffffff;
    background: rgba(217, 0, 0, 0.70);
    padding: 5px;
    position: absolute;
}

.minifylabel
{
    border: 2px solid rgba(6, 159, 51, 1);
    color: #ffffff;
    background: rgba(6, 159, 51, 0.70);
    padding: 10px;
    font-size: 20px;
    width: 100%;
    float: left;
    text-align: center;
    border-radius: 10px;
}

.minifyerror
{
    background: rgba(217, 0, 0, 0.40)!important;
}

.minifyerror input[type=text]
{
    background: transparent!important;
    color: #fff;
}

.center-text
{
    text-align: center!important;
}

.minifylabel a:first-child,
.minifylabel a:first-child:hover,
.minifylabel a:first-child:focus,
.minifylabel a:first-child:link
{
    color: #fff!important;
    background: transparent!important;
    border: 0!important;
    padding: 0!important;
    top: 0!important;
    right: 0!important;
    margin-right: 8px !important;
}

.copylink,
.copylink:hover,
.copylink:focus,
.copylink:link
{
    margin: 0 0 0 10px;
    padding: 4px 5px;
    color: #fff;
    background: transparent!important;
    border: 0!important;
    cursor: pointer;
}

.copylink:hover
{
    padding: 0px 4px;
    font-size: 22px;
}

/*==========================================
            PRE LOADER 
==========================================*/
.preloader 
{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fefefe;
    background: url('../images/Loading.png') no-repeat center 125px #fff;
    z-index: 99999;
    height: 100%;
    width: 100%;
    overflow: hidden !important;
}

.loaded 
{
    width: 60px;
    height: 60px;
    position: absolute;
    left: 50%;
    top: 50%;
    background-image: url(../images/loading.gif);
    background-repeat: no-repeat;
    background-position: center;
    -moz-background-size: cover;
    background-size: cover;
    margin: -20px 0 0 -20px;
}

.top-margin 
{
    margin-top: 96px;
}

.bottom-margin 
{
    margin-bottom: 96px;
}

/*==========================================
                NAV BAR
==========================================*/
.navbar-brand>img 
{
    max-height: 50px;
    margin: 5px 0;
}

.main-menu 
{
    background-color: transparent;
    border-radius: 0;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
}

.main-menu.tiny 
{
    padding-top: 0px;
    padding-bottom: 0px;
    position: fixed;
    top: 0; left: 0; right: 0; z-index: 300;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    background-color: #fff;
}

.main-menu.tiny .navbar-nav > li > a, .main-menu.tiny .navbar-nav > li > a:focus
{
	color:#222;
}

.main-menu .navbar-nav > li > a, .main-menu .navbar-nav > li > a:focus 
{
    padding: 20px 15px 15px 15px;
    font-size: 1.36em;
    font-family: "Architects Daughter", sans-serif;
    line-height: 22px;
    color: rgba(20, 37, 75, 1);
    border-bottom: 3px solid transparent;
    text-transform: uppercase;
} 
 
.main-menu.tiny .navbar-nav > li.active > a 
{
    color: #00c6d7;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus 
{
    background-color: transparent;
    color: #00c6d7;
}


.main-menu .navbar-nav > li > a:hover 
{
    color: #00c6d7; 
}

.main-menu .navbar-nav > .active > a, .main-menu .navbar-nav > .active > a:hover, .main-menu .navbar-nav > .active > a:focus 
{
    background-color: transparent;
    color: #00c6d7;
    border-bottom: 3px solid #00c6d7;
}

.navbar 
{
    margin-bottom: 0px;
    border: none;
    background: #fff;
}

.navbar-toggle, .navbar-default .navbar-toggle
{
    color: #00c6d7;
    border-radius: 0;
    border-color: #00c6d7;
}

.navbar-default .navbar-toggle:focus
{
    background-color: transparent;
}

/*.navbar-default .navbar-toggle:focus,*/ 
.navbar-default .navbar-toggle:hover
{
    background:#00c6d7;
    color: #fff;
    border-color: #fff;
}

.navbar-default .navbar-toggle .icon-bar,
.navbar-default .navbar-toggle:focus .icon-bar
{
    background-color: #00c6d7;
}

/*.navbar-default .navbar-toggle:focus .icon-bar,*/
.navbar-default .navbar-toggle:hover .icon-bar
{
    background-color:#fff;
}

.navbar-brand
{
    color: #00c6d7!important;
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
}

.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand 
{
    padding: 0;
}

.header-image
{

}

#bennar
{
	position:relative;
}

#bgimage
{
	height: 100%;
	overflow: hidden;
}

#home
{
    padding: 150px 0 100px;
	background-image: url(../images/mainbg.png);
	background-position: center top;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

#home .container .row
{
    border-radius: 20px;
    padding: 50px 25px;
    border-radius: 20px;
    background: rgba(0, 0, 0, 0.5);
    box-shadow: 5px 5px 10px #0000002d !important;
    backdrop-filter: blur(5px) !important;
    -webkit-backdrop-filter: blur(5px) !important;
    text-shadow: 0px 0px 15px #ffffffd4;
}

#home .container .row div:nth-child(2) p
{
    margin-bottom: 25px;
}

.heading-text .button
{
	margin-top: 50px;
}

.heading-text .button .bannerDescription
{
    margin-bottom: 2px!important;
}

.heading-text .button form
{
    border: 4px solid #ceb946;
    border-radius: 10px;
    /*border-top-left-radius: 10px;*/
    padding: 0;
    background: #ffffff13;
}

.heading-text .button input[type=text]
{
    border: none;
    border-bottom: 1px solid #fff;
    padding: 0;
    font-size: 20px;
    background: transparent;
    vertical-align: middle;
    color: #fff;
    margin: 15px 10px;
}

.heading-text .button input[type=text]::placeholder
{
    color: #dcdcdc;
}

.heading-text .button #TxtURL
{
    width: calc(100% - 20px);
}

.heading-text .button #TxtCode
{
    width: calc(100% - 165px);
    margin-right: 15px;
}

.heading-text .button label
{
    color: #fff;
}

.heading-text .button input[type=checkbox]
{
    width: 30px;
    height: 30px;
    background: transparent;
    margin: 0;
    margin-right: 10px;
    vertical-align: middle;
}

.heading-text .button .focus
{
    box-shadow: rgba(0, 198, 215, 0.50) 0 4px 10px;
}

.heading-text .button button
{
    border: none;
    color: #ceb946;
    background: transparent;
    padding: 15px 10px;
    position: relative;
    width: 100%;
    font-size: 16px;
    -webkit-transition: ease-in-out 0.25s;
    transition: ease-in-out 0.25s;
    text-transform: uppercase;
    height: 56px;
    font-weight: bold;
}

.heading-text .button button span
{
    -webkit-transition: ease-in-out 0.25s;
    transition: ease-in-out 0.25s;
}

.heading-text .button button:hover
{
    color: #fff;
    padding: 12px;
    background: #ceb94636;
    backdrop-filter: blur(3px);
}

.heading-text .button button:hover span
{
    zoom: 1.15;
}

.heading-text .button button:hover .fa
{
    zoom: 1.25;
}

.heading-text h1
{
	color:#fff;
}

p.bannerDescription 
{
    color: #fff;
    line-height: 28px;
    font-size: 2rem;
    margin-bottom: 65px;
    text-align: justify;
    font-weight: 300;
}

.moreinfo 
{
    margin-top: 50px;
    text-align: center;
}

.moreinfo a:link,
.moreinfo a:visited
{
    border: 4px solid #fff;
    backdrop-filter: blur(5px);
    border-radius: 10px;
}

#bgimage .scroll_btn 
{
	background: url(../images/scroll.gif) 50% 50% no-repeat rgba(215, 181 ,94, 0);
	border: 2px solid #fff;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	display: block;
	height: 50px;
	margin: 5px auto;
	-webkit-transition: all 500ms ease-in-out 0s;
	-moz-transition: all 500ms ease-in-out 0s;
	-ms-transition: all 500ms ease-in-out 0s;
	-o-transition: all 500ms ease-in-out 0s;
	transition: all 500ms ease-in-out 0s;
	width: 50px;
}

#bgimage .scroll_btn:hover 
{
	background: url(../images/scroll.gif) 50% 50% no-repeat #00c6d7;
	opacity: .85;
	-moz-opacity: .85;
	-o-opacity: .85;
	-webkit-opacity: .85;
	transform: scale(1.3);
	-webkit-transform: scale(1.3);
	-moz-transform: scale(1.3);
	-o-transform: scale(1.3);

}

/*==========================================
                ABOUT
==========================================*/
#about
{
    background: #f2efd9;
}
.about-video
{
    margin:0px auto;
    width:80%;
}

#about .top-margin 
{
    margin-top: 50px;
}

.about_content
{
	padding:50px 25px;
}

.about_content h1
{
    margin-bottom: 50px;
}

.single_about_text
{
	margin-bottom:20px;
	overflow:hidden;
	transition:.6s;
}

.single_about_text:hover i
{
	color:#00c6d7;
	border: 1px solid #00c6d7;
}

.single_about_text i
{
    background: #fff;
    color: #585B60;
    font-size: 2.5rem;
    border: 1px solid #585B60;
    border-radius: 50%;
    width: 60px;
    float: left;
    margin-right: 5px;
    text-align: center;
    height: 60px;
    line-height: 60px;
	
}

.single_about_text p
{
    text-align: justify;
}

.text-details
{
	width:80%;
	float:right;
}

.services-item 
{
    padding: 30px;
    position: relative;
    background: #fff;
    border-radius: 10px;
    margin-bottom: 30px;
    min-height: 380px;
    font-size: 16px;
}

.services-item .services-icon
{
    height: 80px;
    width: 80px;
    color: #fff;
    margin-bottom: 20px;
    text-align: center;
    font-size: 40px;
    line-height: 80px;
    border-radius: 5px;
    display: inline-block;
    background: #ceb946;
    -webkit-box-shadow: 0 5px 20px 0 rgb(0 51 204 / 30%);
    box-shadow: 0 5px 20px 0 rgb(0 51 204 / 30%);
}

.services-item .services-icon span
{
    float: left;
    margin: 10px;
}

.services-item .services-body h5 
{
    margin-bottom: 10px;
}

.services-item .services-body p 
{
    margin-bottom: 20px;
}

/*==========================================
                DOWNLOAD    
==========================================*/
#partners 
{
    background: #17265d;
}


.partners_heading_text h1, 
.download_heading_text p
{
    /*color: #fff;*/
    margin-bottom: 50px;
}

.down_text_des
{
	margin-top:40px;
	margin-left:-20px;
}

.down_text_des a
{
	margin-left: 20px;
    margin-bottom: 30px;
}

/*==========================================
                CONTACTS
==========================================*/
#contact
{
    background: url("../images/contactbg.jpg") no-repeat center top #000;
    padding-top: 96px;
    padding-bottom: 96px;
    color: #fff;
}

.contact_wrap
{
    padding: 50px 25px;
    box-shadow: 5px 5px 10px #0000002d !important;
    backdrop-filter: blur(5px) !important;
    -webkit-backdrop-filter: blur(5px) !important;
    text-shadow: 0px 0px 15px #ffffffd4;
    border-radius: 20px;
    background: rgba(0, 0, 0, 0.5);
}

#contact .contact_content
{
    margin: 0 auto;
}

.contact_heading_text
{
	margin-bottom:40px;
}

#contact h2 
{
	color: #00c6d7;
	padding-bottom: 24px;
}

#contact .form-group .form-control 
{
	padding: 10px;
    height: auto;
    background: transparent;
    color: #fff;    
    border: none;
    border-bottom: 1px solid #fff;
    border-radius: 0;
    box-shadow: none;
}

#contact .form-group .form-control:focus
{
    box-shadow: none;
}

#contact .larg-btn 
{
	width: 100%;
    height: auto;
    border-width: 2px;
	border-color: #24377e;
    margin-left: 0;
	background: #24377e54;
	text-transform: none;
    margin:10px 0;
    backdrop-filter: blur(3px);
    transition: ease-in-out 0.6s;
    border-radius: 10px;
}

#contact .larg-btn:hover 
{
	background-color: #00c6d754;
	border-color: #00c6d7;
	color: #fff;
	text-decoration: none;
}


#contact h3 
{
    color: #00c6d7;
    margin-bottom: 10px;
}

.contact-info
{
    padding: 0 15px;
}

#contact .medium-icon 
{
    font-size: 24px;
    position: relative;
    top: -1px;
}

#contact .contact-info .contact-area
{
    padding-top: 14px;
    padding-bottom: 14px;
}

#contact form 
{
    
}

#contact .form-control , .ButtonClose
{
    border: 2px solid #ffffff;
    box-shadow: none;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
    transition: all 0.4s ease-in-out;
    border-radius: 0;
}

#contact #CaptchaHolder
{
    width: 100%;
    height: 48px;
    margin: 10px 0;
    transition: all 0.4s ease-in-out;
    box-shadow: none;   
    border: none;
    border-bottom: 1px solid #ffffff;
}

#contact #ImgCaptcha
{
    height: 48px;
}

#contact .contact-info .contact-area i
{
    width: 20px;
    margin-right: 5px;
    text-align: center;
    font-size: 16px;
}

#contact .contact-info .contact-area a,
#contact .contact-info .contact-area a:link,
#contact .contact-info .contact-area a:focus,
#contact .contact-info .contact-area a:visited
{
    color: #fff;
    text-decoration: none;
}

#map,
#map iframe
{
    border: none;
    width: 100%;
    margin: 0;
    padding: 0;
    background: #24377e;
}

/*==========================================
                FOOTER
==========================================*/
footer
{
    background: #000;
}

.socail_bookmark
{
	padding: 70px 0px 40px 0px;
	margin-left:-10px;
}

.socail_bookmark a
{
	margin-left:10px;
}

.socail_bookmark a i
{
    font-size: 14px;
    color: #24377e;
    padding: 7px;
    border: 1px solid #24377e;
    border-radius: 50%;
    background: #FFFFFF;
    width: 30px;
    height: 30px;
	transition:.5s;
}

.socail_bookmark a:hover i
{
    color: #fff;
    border: 1px solid #fff;
    background: #00c6d7;
	transform:scale(1.2);
}

.copyright_text:before
{
    border-top: 1px solid #D2D3D5;
    width: 20%;
    padding-top: 30px;
    content: "";
    margin: 0 auto;
    display: block;
}

.copyright_text p
{
	color:#D2D3D5;
	font-size:17px;
	padding:40px;
}

.copyright_text p i
{
	padding:0px 10px;
	color:#ff0000;
}

.copyright_text p a
{
    color: #fff;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}

.copyright_text p a:hover
{
	color:#c3af3c;
}

/*==========================================
                BACK2TOP
==========================================*/
.scrollup 
{
	width: 30px;
	height: 30px;
	border-radius: 15px;
	opacity: .3;
	position: fixed;
	bottom: 20px;
	right: 25px;
	color: #fff;
	cursor: pointer;
	background-color: #000;
	z-index: 10;
	transition: opacity .5s, background-color .5s;
	-moz-transition: opacity .5s, background-color .5s;
	-webkit-transition: opacity .5s, background-color .5s;
}

.scrollup:hover 
{
	background: #00c6d7;
	opacity: 1;
}

.scrollup i 
{
	font-size: 13px;
	position: absolute;
	opacity: 1;
	color: #fff;
	left: 50%;
	top: 50%;
	margin-top: -7px;
	margin-left: -6px;
	text-decoration: none;
}

/* ==========================================================================
Alerts
========================================================================== */
.ModalBackground
{
    filter: alpha(opacity=70);
    opacity: 0.7;
    background-color: #000;
    top: 0px;
    left: 0px;
    height: 100%;
}

.MsgOuter 
{
    width: 100%;
    vertical-align: middle;
    z-index: 1050;
    azimuth: center;
    position: fixed;
    visibility:visible!important;
}

.MsgMain 
{
    bottom: 0 !important;
    background: #fff;
}

.ButtonClose 
{
    border-radius: 0px;
    font-size: auto;
    margin-right: 20px !important;
    float: right !important;
    padding: 5px !important;
    width: auto !important;
    height: auto !important;
    color: #24377e;
    background: #fff;
    min-width: auto!important;
}

.MsgHeading 
{
    margin-bottom: 0;
    float: left;
    background-color: #24377E;
    width: 100%;
    color: #fff;
}

.MsgHeading h5 
{
    float: left;
    margin-left: 20px;
    margin-top: 15px;
    font-size: 18px;
    color: #fff;
}

.MsgBody 
{
    float: left !important;
    margin: 20px;
    text-align: left;
}




/*==========================================
                Pricing Tables
==========================================*/
.item-shadow 
{
    -webkit-transition: all 0.25s linear;
    transition: all 0.25s linear;
    -webkit-box-shadow: 0 10px 20px 2px rgba(0, 51, 204, 0.10);
    box-shadow: 0 10px 20px 0 rgba(0, 51, 204, 0.10);
}

.price-table
{
    padding: 34px 0 0 0px;
    border-radius: 5px;
    background: #fff;
    margin-bottom: 100px;
    margin-top: 25px;
}

.price-table.popular
{
    zoom: 1.1;
    margin-top:0;
    border: 4px solid #ceb946;
    border-radius: 7px;
}

.price-table.popular .default-btn
{
    padding: 20px 35px;
}

.price-table .price-header, 
.pricing-tab-content .price-table .price-btn-wrap
{
     padding: 0 30px;
}

.price-table .price-body 
{
    padding: 30px;
    margin: 40px 0;
    border-top: 1px solid rgba(0, 0, 0, 0.062);
    border-bottom: 1px solid rgba(0, 0, 0, 0.062);
}

.align-items-center
{
    -ms-flex-align: center !important;
    align-items: center !important;
}

.justify-content-between 
{
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}

.price-table .price-body 
 {
    padding: 30px;
    margin: 40px 0 0;
    border-top: 1px solid rgba(0, 0, 0, 0.062);
    /*border-bottom: 1px solid rgba(0, 0, 0, 0.062);*/
}

.price-table .price-body ul 
{
    text-align: left;
}

.price-table .price-body ul li 
 {
    margin-bottom: 15px;
}

.price-table .price-body ul li:before 
{
    content: "\f0da";
    font-weight: 600;
    margin-right: 15px;
    color: #00c6d7;
    font: normal normal normal 14px/1 FontAwesome;
}

.price-head
{
    font-size: 4rem;
    color: #24377e;
    margin: 0;
}

.price-value h5
{
    color: #ceb946;
    float: right;
    margin: 0;
    bottom: 12px;
    font-size: 4rem;
}

.price-value h5 sub
{
    font-weight:200;
    color: #00c6d7;
    margin-left: 5px;
    font-size: 16px;
}

.price-table .price-body ul li:after 
{
        content: "\f00c";
        float: right;
        font-weight: 600;
        color: #13a874;
        font: normal normal normal 14px/1 FontAwesome;
}

.price-table .price-header, 
.pricing-tab-content .price-table .price-btn-wrap 
{
    padding: 0 30px;
}

.price-table .default-btn,
.price-table .default-btn:link,
.price-table .default-btn:visited 
{
    display: block;
}

.default-btn,
.default-btn:link,
.default-btn:visited
{
    padding: 20px 40px;
    /*border-radius: 5px;*/
    display: inline-block;
    text-transform: uppercase;
    color: #fff;
    background: #132568;
    -webkit-transition: all 0.25s linear;
    transition: all 0.25s linear;
    font-size: 17px;
    -webkit-box-shadow: 0 10px 16px 0 rgba(0,51,204, 0.15);
    box-shadow: 0 10px 16px 0 rgba(0, 51, 204, 0.15);
    text-align: center;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    max-height: 64px;
}

.default-btn i
{
    font-size: 20px;
    -webkit-transition: all 0.25s linear;
    transition: all 0.25s linear;
    margin-left: 5px;
    vertical-align: middle;
}

.default-btn:hover i,
.default-btn:focus i
{
    color: #ceb946;
    font-size: 28px;
}

/*==========================================
                Pricing Tables
==========================================*/
#quote-carousel 
{
    padding: 0 10px 30px 10px;
    margin-top: 60px;
}

#quote-carousel .carousel-control 
{
    background: none;
    color: #CACACA;
    font-size: 2.3em;
    text-shadow: none;
    margin-top: 30px;
    min-height: 130px;
}

#quote-carousel .carousel-indicators 
{
    position: relative;
    right: 50%;
    top: auto;
    bottom: 0px;
    margin-top: 20px;
    margin-right: -19px;
}

#quote-carousel .carousel-indicators li 
{
    width: 50px;
    height: 50px;
    cursor: pointer;
    border: 1px solid #ccc;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    opacity: 0.4;
    overflow: hidden;
    transition: all .4s ease-in;
    vertical-align: middle;
}

#quote-carousel .carousel-indicators .active 
{
    width: 128px;
    height: 128px;
    opacity: 1;
    transition: all .2s;
}

.item blockquote 
{
    border-left: none;
    margin: 0;
}

.item blockquote p:before 
{
    content: "\f10d";
    font-family: 'Fontawesome';
    float: left;
    margin-right: 10px;
}


/*==========================================
        Web Kit Specific
==========================================*/
@media screen and (-webkit-min-device-pixel-ratio:0) and (min-resolution:.001dpcm) 
{
    /*.heading-text .button a:link,
    .heading-text .button a:visited
    {
        padding: 11px 16px;
    }*/

    .btn, .btn:focus, .ButtonClose
    {
        padding: 15px;
    }

    #contact #CaptchaHolder,
    #contact #ImgCaptcha
    {
        height: 42px;
    }
}


/*==========================================
        IE11 Specific
==========================================*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) 
{
    .heading-text .button a:link,
    .heading-text .button a:visited
    {
        max-height: none;
        padding-top: 21px;
    }
}


/*==========================================
        Firefox Specific
==========================================*/
@-moz-document url-prefix()
{
    .heading-text .button a:link,
    .heading-text .button a:visited
    {
        max-height: none;
        padding-top: 21px;
    }
}

@media all and (min-width: 992px)
{
    #contact .container
    {
        width: 90%;
    }
}


/*==========================================
        Phone Specific
==========================================*/

.iti__country-list
{
    background-color: rgba(0, 0, 0, 0.7) !important;
}

.iti.iti--allow-dropdown.iti--separate-dial-code
{
    width: 100%;
}

.iti__country-name
{
    color: #fff;
}

.iti__dial-code
{
    color: #ccc;
}

