@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:wght@400;700&display=swap');

* {
    margin: 0px;
    padding: 0px;
    font-family: 'Noto Sans', sans-serif;
}
ul, li{
margin:0px;
padding:0px;
}
img {
    max-width: 100%;
}
#logo{
	max-width:90%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Noto Sans', sans-serif;
    margin-bottom: 20px;
    color: #22252D;
    margin-top:0px;
}
a{
	text-decoration:none;
}
.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white a,
.text-white p,
.text-white li,
.text-white {
    color: #fff !important;
}

.text-black h1,
.text-black h2,
.text-black h3,
.text-black h4,
.text-black h5,
.text-black h6,
.text-black a,
.text-black p,
.text-black li,
.text-black {
    color: #000 !important;
}

.section-padding {
    padding: 50px 0px;
}

.section-padding-top {
    padding-top: 50px;
}

.section-padding-bottom {
    padding-bottom: 50px;
}

p {
    color: #7A7A7A;
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 30px;
}

a {
    color: var(--BottonColor);
}

ul {
    list-style: none;
}

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

.text-right {
    text-align: right;
}

.row {
    display: flex;
}

p{
 margin-top:0px;
}
.container {
    display: block;
    width: 1170px;
    margin: 0 auto;
    padding: 0px 15px;
}

/* Header */
.header {
    display: block;
    position: relative;
    padding: 15px 0px;
    background: #F4F5F7;
	z-index:1000
}

.header .row {
    align-items: center;
}

.header .row .column:first-child {
    flex-grow: 1;
}

.header .row .column:last-child {
    flex-grow: 9;
}

.header ul {
    display: block;
}

.header ul li {
    display: inline-block;
    padding-left: 12px;
    position: relative;
    line-height:64px;
}
.header ul li.menu-item-has-children::before {
    content: "\f107";
    font-family: "FontAwesome";
    position: absolute;
    right: -17px;
    font-size: 20px;
    top: 1px;
    bottom: 0;
    font-weight: 900;
    color: #000;
}
.header ul li a {
    
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 23px;
    color: #000000;
    text-decoration: none;
}

.header li ul {
    position: absolute;
    width: 270px;
    left: 0;
    background: #F4F5F7;
    box-shadow: 0px 0px 5px #ccc;
    top:65px;
    display: none;
	text-align:left;
}

.header li:hover>ul {
    display: block;
}

.header ul ul::after {
    content: ' ';
    width: 17px;
    height: 17px;
    background-color: #F4F5F7;
    position: absolute;
    left: 31px;
    top: -7px;
    transform: rotate(45deg);
    box-shadow: -5px -5px 8px #e4e4e4;
}

.header li ul li {
    display: block;
    padding: 0px;
}
.header li ul li a {
    line-height: 24px;
    color: #020343;
    padding: 6px 14px;
    display: block;
	position:relative;
	z-index:10;
}

.header li ul li a:hover {
    background:#FF9248;
    color: #fff;
}
/* slider-content */


.slide {
    padding: 70px 0px;
    min-height: 450px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;

}

.pos-center {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
}

.slider-content {
    align-items: center;
}

.slider-content .column:first-child {
    width: 62%;
    padding-right: 30px;
}

.slider-content .column:last-child {
    width: 38%;
}

.slider-content h3 {
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 52px;
    text-transform: uppercase;

    color: #262F9A;

}

.slider-content p {
   
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 32px;
    color: #000000;

}

.slide-white-box {
    background: #FFFFFF;
    opacity: 0.8;
    padding: 20px;
}

.slide-white-box h4 {
    font-style: normal;
    font-weight: bold;
    font-size: 26px;
    line-height: 38px;
    text-transform: uppercase;
    color: #000000;
}

.slide-white-box li {
   
    display: block;
    list-style: none;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 26px;
    position: relative;
    color: #000000;
    padding-left: 20px;
    margin-bottom: 10px;
}

.slide-white-box li::after {
    content: ' ';
    position: absolute;
    left: 0px;
    top: 10px;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    background: #578EDF;
}

/* count-section */

.count-section {
    display: block;
    padding: 20px 0px;
    border-top: 1px solid #E1E1E1;
    border-bottom: 1px solid #E1E1E1;
    text-align: center;
}

.count-section h3 {
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 52px;
    text-align: center;
    color: #578EDF;
    margin-bottom: 0px;
}

.count-section .column {
    flex-grow: 3;
}

.count-section p {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 23px;

    color: #000000;
}

.count-section .row .column {
    border-right: 1.5px dashed #E1E1E1;
}

.count-section .row .column:last-child {
    border-right: 0px dashed #E1E1E1;
}

.section-heading {
    display: block;
    margin: 0 auto;
    margin-bottom: 30px;
    text-align: center;
    max-width: 80%;
}

.section-heading h3 {
    display: block;
    margin-bottom: 0px;
    font-style: normal;
    font-weight: bold;
    font-size: 32px;
    line-height: 46px;
    color: #000000;
}

.section-heading p {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 26px;
    margin-top: 20px;
    color: #8D8D8D;

}

.services .row {
    flex-wrap: wrap;
}

.services .row .column {
    width: 25%;
    text-align: center;
    background: #FFFFFF;
    border: 1px solid #e2e2e2;
    box-sizing: border-box;
    padding: 15px;
    padding-top: 0px;
}

.services .row .column img {
    margin-bottom: 15px;
}

.services .row .column h3 {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    text-align: center;

    color: #494949;
}

a.btn-orange,input.btn-orange,input.submit {
    display: block;
    background: #FF9248;
    border-radius: 30px;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    text-decoration: none;
    color: #FFFFFF;
    display: inline-block;
    padding: 15px 40px;
    transition: all .5s;
	border:0;
	outline:0
}

a.btn-orange:hover,input.btn-orange:hover,input.submit:hover {
    transform: scale(1.05);
}
.crunchify-text h5 {
    font-size: 23px;
    margin-top: 20px;
    border-top: 1px solid #ff9248;
    color: #ff9248;
    padding-top: 20px;
    font-weight: bold;
}
.logged-in-as a {
    color: #b74a00;
}
.overlap {

    display: block;
    background-position: center center;
    background-size: cover;
    position: relative;
}

.overlap::after {
    content: ' ';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background-color: rgba(0, 0, 0, .5);
}

.overlap .container {
    position: relative;
    z-index: 10;
}

.whyus .row {
    column-gap: 50px;
    align-items: center;
}

.whyus .row .column {
    width: 50%;
}

.list-column h3 {
    font-style: normal;
    font-weight: bold;
    font-size: 32px;
    line-height: 46px;

    color: #000000;
}

.list-column li {
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 36px;
    position: relative;
    color: #6C6C6C;
    padding-left: 30px;
}

.list-column li::after {
    content: '';
    left: 0px;
    width: 15px;
    height: 15px;
    top: 10px;
    left: 0px;
    position: absolute;
    background-size: 15px;
    background-image: url(../images/Vector.svg);
}

.about-more {
    background: #E1F5FF;
}

.about-more h3 {
    font-style: normal;
    font-weight: normal;
    font-size: 22px;
    line-height: 26px;

    color: #262F9A;

}

.about-more p {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 40px;

    color: #727272;

}

.about-more .row {
    column-gap: 40px;
    align-items: center;
}

.about-more .column:first-child {
    width: 80%;
}

.footer {
    background: #FFFFFF;
    padding: 50px 0px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.footer h3 {

    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 35px;

    color: #578EDF;
}

.footer h4 {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 23px;

    color: #E58425;
}

.footer p {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;

    color: #434343;

}

.footer li {
    display: inline-block;
    margin-right: 8px;
}

.footer .row {
    column-gap: 40px;
}

.icon-f {
    position: relative;
    margin-right: 10px;
}

.footer-bottom {
    display: block;
    background: #2D2D2D;
    padding: 20px ;
}

.footer-bottom p {
    margin-bottom: 0px;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 23px;
    text-align: center;

    color: #FFFFFF;
}

.slick-prev {
    left: 21px;
   color: #000;
    z-index: 100;/*to notice it, is white*/
}
.slick-next {
    right: 21px;
    color: #000;
    z-index: 100;
}
.slick-next::before {
    font-family: FontAwesome;
    content: "\f105";
   color: #000;
   font-size: 40px;
}
.slick-prev::before {
    font-family: FontAwesome;
    content: "\f104";
   color: #000;
   font-size: 40px;
}
.toggle-container {
    display: none;
}
.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 200;
    box-shadow: 0px 0px 10px #ccc;
}

/* Toggle Menu  */
.service-bottom{
	display:block;
}
.service-bottom div{
	display:inline-block;
	vertical-align:middle;
	padding-right:60px;
	max-width:43%;
}
.service-bottom h3
{
	
	
	font-style: normal;
font-weight: bold;
font-size: 32px;
line-height: 46px;

color: #000000;
}
.blog-banner{
	display:block;
	background-size:cover;
	background-position:center center;
	padding:80px 0px;
}
.blog-banner h1 {
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 52px;
    text-transform: uppercase;
    color: #262F9A;
    max-width: 60%;
}
.blog-banner-page h1 {
    font-style: normal;
    font-weight: bold;
    font-size: 28px;
    line-height: 42px;
    text-transform: inherit;
    color: #fff;
    max-width: 60%;
}
.ser-single{
	column-gap:60px;
}
.ser-single .column:first-child {
    min-width: 35%;
}
.ser-single .column:first-child ul{
	display:block;
	position:relative;
	border: 1px solid #C5C5C5;
}
.ser-single .column:first-child li {
    display: block;
    position: relative;
    padding-left: 100px;
    min-height: 60px;
	border-bottom: 1px solid #C5C5C5;
}
.ser-single .column:first-child a{
	line-height:60px;
	font-size: 18px;
	color: #2C2C2C;

}
.ser-single .column:first-child li.active, .ser-single .column:first-child li:hover{
	background-color:#fef2e2;
}
.ser-single .column:first-child li:nth-child(even).active, .ser-single .column:first-child li:nth-child(even):hover{
	background-color:#e1f5ff;
}
.ser-single .column:first-child li:last-child{
	border-bottom: 0px solid #e1f5ff;
}



.ser-single .column:first-child ul img{
	width:80px;
	position:absolute;
	left:0px;
	top:0px;
	border-right: 1px solid #ccc;
}
.ser-single .column:last-child img {
    max-width: 100% !important;
}
.widget-title
{
	font-weight: bold;
font-size: 23px;
line-height: 26px;
/* identical to box height, or 108% */


color: #3C3C3C;

}
.widget_sow-editor ul{
	margin-bottom:20px;
}
.widget_sow-editor li {
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 36px;
    position: relative;
    color: #6C6C6C;
    padding-left: 30px;
}

.widget_sow-editor li::after {
    content: '';
    left: 0px;
    width: 15px;
    height: 15px;
    top: 10px;
    left: 0px;
    position: absolute;
    background-size: 15px;
    background-image: url(../images/Vector.svg);
}

.shadow-box-achive {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    padding: 20px;
	display:block;
}
.shadow-box-achive .widget_media_image, .shadow-box-achive .widget_sow-editor {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0px !important;
}
.shadow-box-achive .widget_media_image{
	max-width:30%;
}
.shadow-box-achive .widget_sow-editor {
    max-width: 65%;
    padding-left: 28px;
    box-sizing: border-box;
}
.shadow-box-achive .widget_sow-editor h3 {
	margin-bottom:3px;
	font-size: 22px;
	line-height: 32px;
	color: #3A3A3A;

}
.shadow-box-achive .widget_sow-editor p
{
font-size: 16px;
line-height: 26px;
color: #696969;
}
.event-odd-color .panel-grid-cell:last-child{
	background: #ECECEC;
}
.odd-even-color .panel-grid-cell:first-child{
	background: #ECECEC;
}

.achive-tab{
	display:block;
	position:relative;
}
.achive-tab li{
	display:inline-block;
	font-weight: 500;
font-size: 20px;
	cursor:pointer;
line-height: 35px;
	border-bottom:1px solid transparent;
color: #767676;
	margin-right:15px;
}
.achive-tab li.active{
	border-bottom:1px solid #E58425;
	color: #E58425;
}
#AWARDS-RECOGNITIONS a{
	  color: #E58425;
}
#AWARDS-RECOGNITIONS a:hover{
	text-decoration:underline;
}
#IN-THE-NEWS .widget_sow-editor a {
    border: 1px solid #E58425;
    color: #E58425;
    display: inline-block;
    padding: 2px 12px;
    font-size: 14px;
}
#IN-THE-NEWS .widget_sow-editor a:hover {
    background-color: #E58425;
    color: #000
}

@media only screen and (max-width: 760px){
	.shadow-box-achive .widget_media_image, .shadow-box-achive .widget_sow-editor {
    display: block;
    vertical-align: middle;
    margin-bottom: 0px !important;
    width: 100% !important;
    text-align: center;
    max-width: 100% !important;
    margin-right: 0px;
    padding-left: 0px !important;
	}
}
#half-coumn{
	width:49%;
}
.shadow-box-achive {
    min-height: 141px;
}
.mobile-social-media{
	display:none;
}

/* The Modal (background) */
.modal {
    display: none;
    position: fixed;
    z-index: 500;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.9);
}
.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    border-radius: 10px;
    padding: 0;
    border: 1px solid #484848;
    width: 80%;
    max-width: 500px;
    box-shadow: 0px 0px 10px #adabab;
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s;
}

/* Add Animation */
@-webkit-keyframes animatetop {
  from {top:-300px; opacity:0} 
  to {top:0; opacity:1}
}

@keyframes animatetop {
  from {top:-300px; opacity:0}
  to {top:0; opacity:1}
}

/* The Close Button */
.close {
    color: #ff6900;
    float: right;
    font-size: 28px;
    font-weight: bold;
    position: absolute;
    z-index: 1;
    right: -1px;
    font-size: 21px;
    border-radius: 50px;
    width: 20px;
    text-align: center;
    top: -40px;
    border: 2px solid #ff6900;
    height: 22px;
    line-height: 19px;
    overflow: hidden;
    padding-left: 2px;
	cursor:pointer;
}
.modal-header {
  padding: 2px 16px;
  background-color: #5cb85c;
  color: white;
}

.modal-body {
    padding: 20px;
}

.modal-footer {
  padding: 2px 16px;
  background-color: #5cb85c;
  color: white;
}

.team-box {
    display: block;
    box-shadow: 0px 0px 10px #ccc;
    padding: 15px;
	background-color:#fff;
}
.team-box h4 {
    font-size: 18px;
    font-weight: bold;
    margin-top: 10px;
	    margin-bottom: 0px;
    text-shadow: 0px 1px 1px #afaaaa;
}
.modal-content h4{
	margin-bottom:20px;
}
.team-box h5, .modal-content h4 span {
   color: #e58425;
}

.team-box p {
    font-size: 14px;
    line-height: 23px;
}
.team-box img {
    width: 100%;
    min-height: 170px;
}
button.btn-orange, .team-box button {
    display: block;
    background: #FF9248;
    border-radius: 4px;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    text-decoration: none;
    color: #FFFFFF;
    display: inline-block;
    padding: 3px 17px;
    transition: all .5s;
    outline: 0;
    border: 0;
	cursor:pointer;
}

button.btn-orange:hover, .team-box button:hover {
    transform: scale(1.05);
}
.co-form input[type=text],.co-form input[type=tel],.co-form input[type=email],.co-form select,.co-form textarea {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  box-sizing: border-box;
  border: 1px solid #ccc;
  -webkit-transition: 0.5s;
  transition: 0.5s;
	 border-radius: 5px;
  outline: none;
}
.co-form div {
    max-width: 44.5%;
    padding: 0px 15px;
}
.co-form input[type=text]:focus,.co-form input[type=tel]:focus,.co-form input[type=email]:focus,.co-form select:focus  {
  border:1px solid #555;
}
.co-form{
	display:flex;
	flex-wrap:wrap;
}
div.min-w {
    min-width: 94.5%;
}

.co-form input.btn-orange {
    padding: 12px 40px;
    border-radius: 5px;
    margin-top: 20px;
}
#IN-THE-NEWS .shadow-box-achive {
    min-height: 202px;
}

.testmonial{
    padding: 10px;
	max-height:150px;
	overflow:hidden;
	opacity:0;
	transition: all .3s;
}
.testmonial.slick-current{
	max-height:100% !important;
	opacity:1 !important;
}
.testmonial-content {
    text-align: center;
    padding: 34px 40px;
    box-shadow: 0px 0px 13px #4e4e4e;
    border-radius: 10px;
    background-color: #fff;
}
.testmonial img{
    display: inline-block;
    margin: 15px 0px;
}
.testmonial-area .section-heading h3 {
    color: #000000;
    background-color: #ffffffc7;
    text-shadow: 0px 2px 3px #fff;
    display: inline-block;
    padding: 0px 59px;
    border-radius: 5px;
    box-shadow: 0px 0px 10px #fff;
}
.testmonial-content h4 {
    font-size: 20px;
    color: #000000;
}
.testmonial-content h5 {
    font-size: 20px;
    color: #578EDF;
	margin-top:10px;
	margin-bottom:0px;
}
.testmonial-area{
	background-size:100%;
	background-attachment:fixed;
	background-repeat:no-repeat;
		transition:all 1s;
}
.testmonial-content h6 {
    font-size: 18px;
    color: #8D8D8D
}
.youTubeVideo{
	display:block;
	
}
.youTubeVideo iframe{
	width:100%;

	height:500px;
}
.box-shadow-area {
    text-align: center;
    box-shadow: 0px 0px 10px #ccc;
    border-radius: 8px;
    padding: 15px;
    min-height: 480px;
}
.box-shadow-area-2 {
    box-shadow: 0px 0px 10px #ccc;
    border-radius: 8px;
    padding: 20px;
}
.box-shadow-area-2 p{
      font-size: 16px;
    line-height: 26px;
}
.box-shadow-area p{
	font-size:14px;
	line-height:24px;
}
.contact-img img {
   
    position: relative;
    top: 5px;
    margin-right: 8px;
}

.textwidget li::marker {
    color: #262F9A;
}
